/*
 Theme Name: atomtrax
 Theme URI: https://example.com/my-custom-theme/
 Author: Your Name
 Author URI: https://example.com/
 Description: A custom WordPress theme with Bootstrap 5 and responsive menu.
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: my-custom-theme
 Tags: blog, custom-theme, bootstrap
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.inter{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.0rem;
    line-height: 1.6;
    background: #141416;
    color: #ffffff;
}
a {transition: .4s ease-in-out;text-decoration: none;}
/* Header Styles */
.site-header {
    padding: 1rem 0;
    position: relative;
    position: absolute;
    width: 100%;
        z-index: 999;
}
.btn-close {background: ("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important}
.site-logo img {
    max-width: 199px;
    height: auto;
}
span.navbar-toggler-icon {
    background-image: none;
    color: #fff;
}
ul.navbar-nav li {
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
/* Responsive Menu */
.navbar-toggler {
    border: none;
    font-size: 1.5rem;
}

.navbar-collapse {
    transition: transform 0.3s ease-in-out;
}

.offcanvas {
    background: #141416;
    width: 250px !important;
}

.offcanvas-header .btn-close {
    font-size: 1.2rem;
}

/* Main Content */


.blog-post {
    margin-bottom: 2rem;
}

.blog-post h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.blog-post .post-meta {
    color: #ffffff;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

/* Footer */
.site-footer {
    background: #141416;
    padding: 1rem 0;
    text-align: center;
}


.main_banner {
    background-image: url(assets/images/home-banner.png);
    height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
}
.banner_title {
    font-size: 3.0rem;
    font-weight: 800;
}
.banner_content {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 25px 0px;
    color: #ffffff;
}
.banner_cta {
    background: #0D51AD;
    color: #ffffff;
    font-size: 1.4rem;
    padding: 15px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
}
.banner_cta:hover {
    background: #ffffff;
    color: #000000;
}
ul.navbar-nav li a {
    font-size: 1.1rem;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
ul.navbar-nav li {
    padding-left: 30px;
}
.lr_title {
    font-size: 2.8rem;
    font-weight: 800;
}
.lr_link {
    background: #0D51AD;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 15px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
}
.lr_content {
    font-size: 1.1rem;
    font-weight: 400;
    margin: 25px 0px;
}
.left_image_box img {
    max-width: 100%;
}
.left_image_right_content ,.services_sec {
    padding: 80px 0px;
}
.right_content_box {
    width: 91%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}
.service_title {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 25px 0px;
    line-height: 2.0rem;
}
.text_center {text-align: center;}
.service_box {
    background: #353945;
    border-radius: 12px;
    padding: 30px 15px;
    margin-bottom: 25px;
    min-height: 270px;
}
.dark_gray {background-image: url(assets/images/bg-section.jpg);    background-size: contain;}
.full_width_title {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 60px;
}
.mt_40{margin-top: 40px;}


/* Testimonials Slider */
.testimonials-section {
    padding: 2rem 0;
    background: #f8f9fa;
}

.testimonial-slider {
    margin: 0 auto;
    max-width: 800px;
}

.testimonial-slide {
    text-align: center;
    padding: 1rem;
}

.testimonial-slide p {
    font-style: italic;
    margin-bottom: 1rem;
    color: #ffffff;
}

.testimonial-slide .client-name {
    font-weight: bold;
    color: #ffffff;
}

.testimonial-slide .client-role {
    font-size: 0.9rem;
    color: #ffffff;
}

/* Slick Slider Customizations */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #007bff;
    border-radius: 50%;
    z-index: 10;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    color: #fff;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #ffffff;
}

.slick-dots li.slick-active button:before {
    color: #ffffff;
}

.testimonial-slide  {color: #ffffff;}