:root {
    --bs-primary: #06a211 !important;
    --bs-secondary: #074e8a !important;
    --bs-dark: #000c21 !important;
	
}
.bg-primary{background-color:#06a211 !important;}
.bg-secondary{background-color:#074e8a !important;}

.text-primary{color:#06a211 !important;}
.text-secondary{color:#074e8a !important;}

.btn-primary{
	background-color:#06a211 !important;
	border-color:#06660d !important;
}
.btn-secondary{
	background-color:#074e8a !important;
	border-color:#053156 !important;
}
body{
	font-size:1.1rem !important;
}


/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
    0%  {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}

    25% {border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;}

    50% {border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;}

    75% {border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;}

    100% {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
}
/*** Icon Animation End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: all 0.3s ease;
}
.navbar {
    padding-top: .1rem; 
     padding-bottom: .1rem;
}

/* Brand Logo */
.navbar-brand img {
    max-height: 75px;
    transition: all 0.3s ease;
}

/* Nav Links */
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 700;
    outline: none;
    transition: all 0.3s ease;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

/* Dropdown arrow */
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

/* Dropdown hover */
.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        margin-top: 8px !important;
        transition: 0.5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        background: var(--bs-light);
        opacity: 1;
    }
}

/* Sticky State (Reduced Height) */
.nav-bar.sticky-active {
    background: #ffffff;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    backdrop-filter: blur(8px);
}

.nav-bar.sticky-active .navbar-brand img {
    max-height: 45px;
}

.nav-bar.sticky-active .navbar-nav .nav-link {
    padding: 18px 0;
}

.nav-bar.sticky-active .btn {
    padding: 6px 18px;
    font-size: 14px;
}

/* Mobile Navbar */
@media (max-width: 991px) {
    .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
        margin-right: 0;
    }
}

/* ===== Mega Menu ===== */
.mega-menu {
    background: #ffffff;
}

.mega-menu .mega-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--bs-dark);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mega-menu .dropdown-item {
    padding: 6px 0;
    font-size: 14px;
    color: #555;
    background: transparent;
}

.mega-menu .dropdown-item:hover {
    color: var(--bs-primary);
    background: transparent;
}

@media (min-width: 992px) {
    .navbar .dropdown:hover .mega-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    .mega-menu {
        position: static;
        box-shadow: none;
    }
}


/*** Navbar End ***/


/*** Carousel Header Start ***/
.carousel .carousel-item img {
    object-fit: cover;
}

.carousel .carousel-item,
.carousel .carousel-item img {
    height: 500px;
}

.carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
}

.carousel .carousel-indicators {
    left: 75%;
    top: 50%;
    margin-right: 25%;
    transform: translateY(-50%);
    flex-direction: column;
}

.carousel-indicators [data-bs-target] {
    display: flex;
    width: 15px;
    height: 15px;
    border: 6px solid var(--bs-white);
    border-radius: 15px;
    padding: 0;
    margin-top:10px;
    margin-bottom:10px;
    background-color: var(--bs-secondary);
    opacity: 1;
    transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
    background-color: var(--bs-primary);
}

@media (max-width: 992px) {
    .carousel-indicators [data-bs-target] {
        display: none;
    }
}
/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../img/fact-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** About Start ***/
.about .about-item .about-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.about .about-item .about-item-inner .about-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.about .about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    
}

.about .about-img .img-1 {
    height: 85%;
    margin-right: 50px;
}

.about .about-img .img-2 {
    position: absolute;
    width: 100%; 
    bottom: 0; 
    right: 0;
    padding-left: 50px;
    border-radius: 10px;
}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 98%;
    top: 0;
    right: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    z-index: -1;
}

.about .about-item .text-item {
    position: relative;
    padding-left: 25px;
}

@media (min-width: 992px) {
    .text-item {
        font-size: 1.25rem; /* Large devices */
    }
}

.about .about-item .text-item::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
}
/*** About End ***/

/*** Cars Categories Start ***/
.categories .categories-item {
    position: relative;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item:hover {
    border: 1px solid var(--bs-primary);
}

.categories .categories-item .categories-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
    box-shadow: 0 0 50px rgba(234, 0, 30, .3);
}

.categories .categories-item-inner .categories-img {
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-content {
    border-top: 4px solid var(--bs-white);
    text-align: center;
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-carousel .owl-stage-outer {
    margin-top: 65px;
    margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    padding: 10px 35px;
    color: var(--bs-white);
    background: var(--bs-primary);
    border-radius: 50px;
    transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
    right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** Cars Categories End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}  

.blog .blog-item .blog-content {
    position: relative;
    background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0; 
    left: 25px; 
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-top: 100px;
    background: var(--bs-light);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
    z-index: 2;
    transition: 0.5s;
}

.team .team-item:hover::after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}
.team .team-item:hover .team-content p {
    color: var(--bs-white);
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    top: -100px;
    margin-bottom: -100px;
    border-radius: 10px;
    z-index: 3;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    z-index: 4;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}
/*** Team End ***/

/*** Contact Start ***/
.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
    color: #b3b3b5;
}
.footer h6{
    color: #b3b3b5;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/



/*** Facts Section Start ***/
.facts {
    background: linear-gradient(rgba(0, 12, 33, 0.85), rgba(0, 12, 33, 0.85)),
                url(../img/fact-bg.jpg);
    background-position: center;
    background-size: cover;
}

.fact-item {
    padding: 30px 15px;
}

.fact-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;

    /* organic blob shape */
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    animation: icon-animat 5s infinite alternate;
}

.fact-item h2 {
    font-size: 32px;
}

.fact-item p {
    font-size: 16px;
    letter-spacing: 0.5px;
}

/* Mobile tweaks */
@media (max-width: 575px) {
    .fact-item h2 {
        font-size: 26px;
    }
    .fact-icon {
        width: 65px;
        height: 65px;
        font-size: 24px;
    }
}
/*** Facts Section End ***/

/*** Services Section Start ***/
.services {
    background: #f8f9fa;
}

.services .service-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    text-align: center;
    z-index: 1;
}

/* Hover corner shapes */
.services .service-card::before,
.services .service-card::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background: var(--bs-primary);
    border-radius: 50%;
    opacity: 0;
    transition: 0.4s ease;
    z-index: -1;
}

/* Top-left corner */
.services .service-card::before {
    top: -60px;
    left: -60px;
}

/* Bottom-right corner */
.services .service-card::after {
    bottom: -60px;
    right: -60px;
}

/* Hover effect */
.services .service-card:hover::before,
.services .service-card:hover::after {
    opacity: 1;
}

.services .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(234, 0, 30, 0.25);
}

/* Icon styling */
.services .service-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    animation: icon-animat 5s infinite alternate;
}

/* Typography */
.services h5 {
    font-size: 20px;
}

/* Keep content above hover shapes */
.services .service-card * {
    position: relative;
    z-index: 2;
}

/* Mobile optimization */
@media (max-width: 575px) {
    .services .service-card {
        padding: 30px 20px;
    }

    .services .service-icon {
        width: 75px;
        height: 75px;
        font-size: 26px;
    }
}
/*** Services Section End ***/
/*** Process Section Start ***/
.process-section {
    /*background: var(--bs-primary);*/
	 position: relative;
    padding: 100px 0;
   /*  background:  linear-gradient(
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.75)
    ),
	
    url("../img/process-bg.jpg"); */ 
	background: var(--bs-primary) url("../img/process-bg.jpg"); 
    background-size: cover;
    background-position: center; 
}

.process-desc {
    max-width: 750px;
    font-size: 15px;
    color: #ddd;
}

.process-card {
    position: relative;
    background: var(--bs-secondary);
    padding: 30px;
    border-radius: 15px;
    height: 100%;
    transition: 0.4s;
}

.process-card h5 {
    font-size: 20px;
    margin-bottom: 12px;
}

.process-card p {
    font-size: 14px;
    color: #d1d1d1;
    margin-bottom: 0;
}

/* Step number circle */
.process-step {
    position: absolute;
    bottom: -25px;
    right: 25px;
    width: 55px;
    height: 55px;
    background: var(--bs-dark);
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/* Hover */
.process-card:hover {
    transform: translateY(-8px);
    background: #233a63;
}

/* Mobile spacing fix */
@media (max-width: 575px) {
    .process-section {
        padding: 70px 0;
    }

    .process-step {
        right: 15px;
    }
}
/*** Process Section End ***/

/*** Testimonials Section Start ***/
.testimonials {
    background: #fff;
}

.testimonial-card {
    position: relative;
    border: 1px solid #1e2f4f;
    border-radius: 15px;
    padding: 30px;
    background: #f8f9fa;
    height: 100%;
}

.quote-icon {
    position: absolute;
    top: 0px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: #1e2f4f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-header img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.testimonial-header h6 {
    margin: 0;
    font-size: 16px;
}

.testimonial-header small {
    color: #6c757d;
}

.stars {
    margin-top: 5px;
}

.stars i {
    color:  #dc3545;
    font-size: 14px;
}

.testimonial-body {
    border-top: 1px solid #dee2e6;
    margin-top: 20px;
    padding-top: 15px;
    font-size: 1rem;
    color: #555;
}

/* Pagination dots */
.testimonial-dots .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #dee2e6;
    border-radius: 50%;
    margin: 0 5px;
}

.testimonial-dots .dot.active {
    background: #dc3545;
    width: 14px;
    height: 14px;
}

/* Mobile tweaks */
@media (max-width: 575px) {
    .testimonial-card {
        padding: 25px 20px;
    }
}
/*** Testimonials Section End ***/

/*** Swiper Testimonials ***/
.testimonial-swiper {
    padding-bottom: 50px;
}

.swiper-slide {
    height: auto;
}

/* Swiper dots */
.swiper-pagination-bullet {
    background: #dee2e6;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #dc3545;
}


/*** CTA Section Start ***/
.cta-section {
    padding: 70px 0;
    /* background: linear-gradient(
        175deg,
        #0d1b2a,
        #1e2f4f
    ); */
    color: #fff;
}

.cta-section .cta-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-section .cta-text {
    font-size: 16px;
    color: #d1d1d1;
    max-width: 650px;
}

/* Buttons */
.cta-section .btn-whatsapp {
    background: #06a211 ; /* #25d366; */
    color: #fff;
    padding: 12px 22px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.cta-section .btn-whatsapp:hover {
    background: #1ebe5d;
    color: #fff;
    transform: translateY(-2px);
}

.cta-section .btn-contact {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 22px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.cta-section .btn-contact:hover {
    background: #fff;
    color: #1e2f4f;
}

/* Mobile Optimization */
@media (max-width: 575px) {
    .cta-title {
        font-size: 26px;
    }

    .cta-text {
        font-size: 15px;
    }
}
/*** CTA Section End ***/

/*** Contact Info Box ***/
.contact-info-box {
   /*  background: #ffffff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08); */
}

/* Contact icons */
.contact-icon {
    width: 45px;
    height: 45px;
    background: var(--bs-primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* Links */
.contact-info-box a {
    color: #333;
    text-decoration: none;
}

.contact-info-box a:hover {
    color: var(--bs-primary);
}

/* Social buttons */
.social-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f1f1f1;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-size: 16px;
}

/* Hover colors */
.social-btn.facebook:hover { background: #1877f2; color: #fff; }
.social-btn.instagram:hover { background: #e1306c; color: #fff; }
.social-btn.twitter:hover { background: #000; color: #fff; }
.social-btn.linkedin:hover { background: #0a66c2; color: #fff; }
.social-btn.whatsapp:hover { background: #25d366; color: #fff; }

/* Mobile spacing */
@media (max-width: 575px) {
    .contact-info-box {
        padding: 25px 20px !important;
    }
}

/*** Our Clients Section ***/
.our-clients {
    background: #fff;
}

.client-logo {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.3s;
}

.client-logo img {
    max-width: 100%;
    max-height: 60px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.3s;
}

.client-logo:hover {
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.client-logo:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/* Swiper spacing */
.clients-swiper {
    padding: 10px 0;
}
/*** Clients Slider Pagination ***/
.clients-pagination {
    margin-top: 25px;
    position: relative;
}

.clients-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d1d5db;
    opacity: 1;
    margin: 0 5px !important;
    transition: 0.3s;
}

.clients-pagination .swiper-pagination-bullet-active {
    background: var(--bs-primary);
    width: 14px;
    height: 14px;
}

/*** FAQ Section ***/
.faq-section {
    background: #f8f9fa;
}

/* Accordion container spacing */
.faq-section .accordion {
    max-width: 900px;
    margin: 0 auto;
}

/* Accordion item */
.faq-section .accordion-item {
    border: none;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* Accordion header button */
.faq-section .accordion-button {
    font-weight: 600;
    font-size: 1rem;
    color: var(--bs-dark);
    background: #ffffff;
    padding: 18px 22px;
}

/* Remove default focus ring */
.faq-section .accordion-button:focus {
    box-shadow: none;
}

/* Active (opened) state */
.faq-section .accordion-button:not(.collapsed) {
    color: #ffffff;
    background: var(--bs-primary);
}

/* Arrow color when open */
.faq-section .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

/* Accordion body */
.faq-section .accordion-body {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
    background: #ffffff;
    padding: 18px 22px 22px;
}

/* ================= Responsive Tweaks ================= */

/* Tablets */
@media (max-width: 991px) {
    .faq-section .accordion-button {
        font-size: 0.95rem;
        padding: 16px 18px;
    }

    .faq-section .accordion-body {
        font-size: 0.9rem;
        padding: 16px 18px 20px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .faq-section .accordion {
        padding: 0 10px;
    }

    .faq-section .accordion-button {
        font-size: 0.9rem;
        padding: 14px 16px;
    }

    .faq-section .accordion-body {
        font-size: 0.88rem;
        padding: 14px 16px 18px;
    }
}


