/* Apply Saira font to the whole website */

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    /* Smooth scroll on iOS */
}

body {
    font-weight: 400;
    width: 100%;
    max-width: 100vw;
    font-family: 'Montserrat', sans-serif;
    /* Default */
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
    color: var(--black-color);
    /* Bold */
}

.bg-silver-light {
    background-color: #F7F8FA !important;
}

.carousel-content h1 {
    font-weight: 600;

}

p {
    font-weight: 400;
    /* font-family: 'Montserrat', sans-serif; */
    /* Regular */
}

button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

#schemeTable_filter {
    margin-bottom: 10px;
}

#schemeTable th,
#schemeTable td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

/* Add border to pagination numbers */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #ddd;
    /* Blue border */
    padding: 5px 10px;
    margin: 2px;
    border-radius: 5px;
    background-color: white;
    color: #ddd;
    transition: 0.3s;
}





body {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    background-color: var(--white-color);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



.navbar {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Make navbar sticky */
.navbar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: box-shadow 0.3s ease-in-out;
    background-color: white;
}


/* Add spacing between navbar items */
.navbar-nav .nav-item {
    margin: 0 5px;
    /* Adjust the gap between menu items */
}


@media (max-width: 1382px) {


    .navbar-brand img {
        width: 80px !important;
    }

    .navbar-brand figcaption {
        font-size: 10px !important;
        /* smaller caption */
    }

    /* Navbar links */
    .navbar-nav .nav-link {
        font-size: 13px !important;
        /* shrink text */
        padding: 0.3rem 0.6rem !important;
        /* tighter spacing */
    }

    /* Buttons */
    .navbar .btn {
        font-size: 14px !important;
        padding: 0.3rem 0.6rem !important;
    }

}

/* Navbar link default styles */
.navbar-nav .nav-link {
    text-align: center;
    position: relative;
    font-size: 16px;
    font-weight: 800;
    color: var(--black-color);
    transition: color 0.3s ease-in-out, padding 0.3s ease-in-out;
}



/* Target only between 992px and 1024px */
@media (min-width: 992px) and (max-width: 1024px) {
    .navbar-brand img {
        width: 70px !important;
    }

    .navbar-brand figcaption {
        font-size: 10px !important;
        /* smaller caption */
    }

    /* Navbar links */
    .navbar-nav .nav-link {
        font-size: 12px !important;
        /* shrink text */
        padding: 0.1rem 0.2rem !important;
        /* tighter spacing */
    }

    /* Buttons */
    .navbar .btn {
        font-size: 11px !important;
        padding: 0.3rem 0.6rem !important;
    }

    /* Reduce gap between buttons */
    .navbar .nav-item.d-flex.gap-2 {
        gap: 0.3rem !important;
    }
}


/* Hover effect - reduce height */
.navbar-nav .nav-link:hover {
    background-color: var(--primary-color);
    color: #fff !important;
}



@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/* Fade-in + Slide-down animation */
.dropdown-menu {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Dropdown Items */
.dropdown-item {
    font-size: 15px;
    padding: 5px 10px;
    transition: text-indent 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Hover Effect (Only Move Text) */
.dropdown-item:hover {
    background-color: var(--primary-color);
    color: #fff !important;
    text-indent: 10px;
    /* Moves only the text, not the box */
}




/* Login Button */
.btn-signup {
    background-color: var(--primary-color);
    color: white;
    font-weight: 500;
}

.btn-login {
    background-color: var(--primary-color);
    color: white;
    font-weight: 500;
    border: none;
}



@media (max-width: 1200px) {
    .action-button {
        display: none !important;
    }
}

footer {
    background-color: var(--secondary-color);
}



.footer .widget-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    color: var(--primary-color) !important;
}

.footer ul {
    list-style: none;
    padding: 0;
    font-size: 16px;
}

/* Mobile view font adjustment */
@media screen and (max-width: 768px) {
    .footer ul {
        font-size: 13px;
        /* or whatever size you prefer */
    }
}

.footer ul li {
    margin-top: 18px;
    position: relative;
    /* Space for icon */
}


.footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer a:hover {
    color: var(--primary-color);
    /* Hover Effect */
}

/* Divider Line */
.list-border li {
    border-bottom: 1px dashed var(--primary-color);
    padding-bottom: 8px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .footer ul {
        padding-left: 0;
    }
}

.footer-bottom {
    /* background-color: var(---color); */
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-bottom p {
    font-size: 14px;
    color: white;
    margin: 0;
}

.footer-bottom a {
    /* color: var(---color); */
    text-decoration: none;
    font-weight: 600;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-section {
        width: 45%;
        /* Two sections per row on smaller screens */
    }
}

@media (max-width: 500px) {
    .footer-section {
        width: 100%;
        /* Single section per row on very small screens */
    }
}




.text-desgin {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    text-align: justify;
    line-height: 25px;
}

/* === Carousel Wrapper === */
.carousel {
    position: relative;
    width: 100%;
    max-height: 600px;
    overflow: hidden;

}

/* === Carousel Item === */
.carousel-item {
    position: relative;
    width: 100%;
    height: 120vh;
    max-height: 600px;
    /* Max height for larger screens */
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(0.1px) brightness(50%);
    /* Blur + darken */
}

/* === Overlay Layer === */
.carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
    z-index: 1;
    pointer-events: none;
    /* Allow clicks to pass through */
}

/* === Caption (Text) === */
/* === Base Style: Mobile (centered) === */
.carousel-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 20px;
    width: 90%;
    max-width: 700px;
}

/* Caption Content Styling */
.carousel-caption h2 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 60px;
}

.carousel-caption p {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.carousel-caption a.btn {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
}

/* === Desktop Style (left-top alignment) === */
@media (min-width: 768px) {
    .carousel-caption {
        top: 10%;
        left: 0;
        transform: none;
        text-align: left;
        width: 100vw;
        max-width: none;
        padding: 0 10%;
        box-sizing: border-box;
        margin-top: 50px;
    }

    .carousel-caption h1 {
        font-size: 2.2rem;
        max-width: 100%;
        font-weight: 800;
        /* Prevent clipping */
    }

    .carousel-caption p {
        font-size: 1.2rem;
        max-width: 100%;
        font-weight: 600;

    }

    .carousel-caption a.btn {
        padding: 12px 25px;
    }
}

/* === Prev/Next Controls === */
.carousel-control-prev,
.carousel-control-next {
    width: 65px;
    height: 65px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    opacity: 1;
    z-index: 3;
    font-size: 10px;
    transition: background-color 0.5s ease, border-color 0.5s ease;
}

.carousel-control-prev {
    left: 2%;
}

.carousel-control-next {
    right: 2%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    font-size: 10px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}


/* Adjust size for small screens */
/* === Mobile Responsive Fixes === */
@media (max-width: 576px) {

    /* Reduce caption padding and center it */
    .carousel-caption {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 10px;
        width: 90%;
    }

    .carousel-caption h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .carousel-caption p {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    /* Smaller buttons */
    .carousel-caption a.btn,
    .carousel-caption .carousel-content a button {
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    /* Smaller prev/next controls */
    .carousel-control-prev,
    .carousel-control-next {
        width: 45px;
        height: 45px;
    }

    /* Smaller indicators */
    .carousel-indicators li {
        width: 8px;
        height: 8px;
    }
}

/* === Carousel Indicators (Dots) === */


.carousel-indicators li {
    background: var(--secondary-color);
    opacity: 0.7;
    list-style: none;
    cursor: pointer;


}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    padding: 0;
    border-bottom: 0;
    border-top: 0;
    text-indent: -999px;
    cursor: pointer;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    background: var(--primary-color) !important;
    opacity: 1;
}

/* === Buttons Inside Caption (Optional) === */
.carousel-caption .carousel-content a button.carousel-content-btn1 {
    color: #000;
    background-color: #fff;
    border: 0;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--secondary-color);
    transition: 0.3s ease-in-out;
    color: #fff;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    color: #fff;
    background-color: var(--primary-color);
    border: 0;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;

}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: #fff;
    transition: 0.3s ease-in-out;
    color: #000;
}



/*** Animations ***/
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

.fadeInRight {
    animation-name: fadeInRight;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

.animated {
    animation-duration: 2s;
    /* Slowed down from 1s */
    animation-fill-mode: both;
}



/*** Services Start ***/
.service-section {
    padding: 50px 100px;
}

@media (max-width: 768px) {
    .service-section {
        padding: 10px;
        /* Or 0 if you want no padding */
    }
}

.contactus-section {
    padding: 50px 100px;
}

@media (max-width: 768px) {
    .contactus-section {
        padding: 10px;
        /* Or 0 if you want no padding */
    }
}

.service-box {
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    padding: 10px;
    border-left: 5px solid var(--primary-color);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.service-box:hover {
    transform: translateY(-5px);
}

.service-box img {
    width: 100%;
    border-radius: 12px 12px 0 0;
    transition: transform 0.3s ease;
}


.service-box h5 {
    font-size: 1.2rem;
    font-weight: bold;
    transition: 0.1s;
}


.service-box a {
    text-decoration: none;
}

.service-box h5:hover {
    color: #666;
}




/*** Services End ***/
/*** Testimonial Start ***/

.testimonial-section {
    padding: 60px 80px;
}

@media (max-width: 768px) {
    .testimonial-section {
        padding: 30px 20px;
        /* Reduced padding for mobile/tablet */
    }
}


.testimonial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card.highlight {
    flex-grow: 1;
    background: #f4f8fc;
    /* light blue highlight */
}

.testimonial-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    font-style: italic;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.user-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.user-name {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.user-role {
    color: #6c757d;
    font-size: 12px;
}

.stars {
    color: #ffb400;
    font-size: 14px;
}


.owl-nav {
    display: none;
}

/*** Testimonial end ***/






/*** about start ***/
.clientimg {
    max-width: 100%;
    height: auto;
    border-radius: 50% 50%;
    /* Optional for rounded corners */
}

/*** about end ***/




.page-header {
    background: linear-gradient(135deg, #23a500, #23a500) !important;
}


.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: #fff;
}

/* Contact Box Styling */
.contact-box {
    background-color: #022F42;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /* Soft shadow */
}

/* Icon Styling */
.contact-icon {
    font-size: 24px;
    color: #333;
    background: white;
    border-radius: 50%;
    padding: 15px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}


.contact-content p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #555;
    font-weight: 400;
}




.section-title {
    text-align: center;
    margin: 40px 0;
}

.section-title h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

/* Styling "OUR" */
.section-title h2 .text-dark {
    color: #000;
    /* Black */
}

/* Styling "PRODUCTS" */
.section-title h2 .text-theme-colored2 {
    color: #33bdf1;
    /* Light blue */
}

/* Double underline effect */



.line-bottom {
    width: 0;
    height: 3px;
    border-radius: 30px;
    background: var(--heading-color);
    margin: 0px auto 0;
    transition: width 0.3s ease-in-out;
    position: relative;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
}

.service-box:hover .line-bottom {
    width: 100%;
}

.linner:hover .line-bottom {
    width: 100%;
}




.labeltext {
    font-size: 16px !important;
    background-color: #d9edf7;
    font-family: 'Montserrat', sans-serif;
}

input {
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    background: transparent;
}

.textField {
    border-radius: none;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-color: #444444;
    background-color: #d9edf7;
    color: #000000;
    font-size: 22px;
    font-weight: normal;
    width: 10%;
    text-align: center;
}

.blog-card-custom {
    background-color: #3b3b3b;
    /* Dark navy-like background */
    color: white;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-category {
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0.7;
    text-transform: uppercase;
}

.blog-title {
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0 15px;
}

.blog-img {
    width: 100%;
    margin-top: auto;
}

.blog-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.read-btn {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 14px;
    border-radius: 12px;
    text-decoration: none;
    margin-top: 12px;
    transition: background-color 0.3s ease;
}

.read-btn:hover {
    color: #fff;
    background-color: var(--secondary-color);
}



/* New Card Styling */
.news-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff;
    border: 1px solid #d2e5de;
    border-bottom: 5px solid var(--primary-color);
    padding: 15px;
    transition: transform 0.3s ease-in-out;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
    border-bottom: 5px solid var(--heading-color);
}

.news-date {
    font-size: 14px;
    font-weight: bold;
    color: var(--heading-color);
    margin-bottom: 10px;
}

.news-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.news-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.news-card .btn-primary {
    align-self: start;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .news-title {
        font-size: 16px;
    }

    .news-description {
        font-size: 13px;
    }

    .news-card {
        padding: 12px;
    }
}



.help-section {
    background-color: #ffffff;
}

.help-card {
    border: 1px solid #d9e4f0;
    border-radius: 12px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    background-color: #f9fcff;
    height: 100%;
}

.help-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.help-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #f0f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-icon i {
    font-size: 40px;
}

.hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hours-list li {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #e0e0e0;
}

.hours-list li:last-child {
    border-bottom: none;
}

.day {
    font-weight: 500;
    color: var(--dark-color);
}

.time {
    color: #666;
}

.partner-logo {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    padding: 10px;
}

.whatsapp-btn {
    top: 88%;
    position: fixed;
    right: 23px;
    position: fixed;
    width: 55px;
    height: 55px;
    z-index: 999;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3)
}

.whatsapp-btn img {
    width: 70px;
    height: 40px
}



.how-it-works {
    background: url('/assets/images/bg/back-1.jpg') center/cover no-repeat;
    padding: 50px 20px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Optional: add semi-transparent overlay for better text readability */

.how-it-works::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
}

/* Make sure content stays above overlay */
.how-it-works>* {
    position: relative;
    z-index: 2;
}

.step-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.step-card.active {
    background: var(--primary-color);
    color: #fff;
}

.step-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.step-card.active .step-icon {
    color: #fff;
}

.step-card p {
    font-size: 14px;
    margin-top: 10px;
    color: inherit;
}

/* --------------------------------------------------- */


.feature-card-why {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 2px solid var(--secondary-color);
}

.feature-card-why:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.feature-card-why h5 {
    color: var(--primary-color);
}

.result-card {
    background: var(--secondary-color);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.result-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.result-label {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 6px;
}

.result-value {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}



@media (max-width: 768px) {
    .result-card {
        padding: 15px;
    }

    .result-value {
        font-size: 18px;
    }
}


.feature-card-about {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border: 2px solid var(--secondary-color);
}

.feature-card-about:hover {
    transform: translateY(-5px);
}







.contact-card {
    background-color: var(--primary-color);
    color: #fff;
}

.contact-card h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

.contact-item {
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.15);
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;

    /* Prevent overflow */
    overflow: hidden;
    word-wrap: break-word;
    /* Break long words */
    white-space: normal;
    /* Allow wrapping */
    max-width: 100%;
    /* Keep inside container */
    box-sizing: border-box;
    /* Include padding in width */
}




.choose-text h1 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
}

.choose-text .highlight {
    font-size: 3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-item i {
    font-size: 25px;
    margin-right: 12px;
}

.contact-item a {
    color: #fff;
    text-decoration: none;
    word-break: break-all;
}

.social-icons {
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
}

.social-icons a {
    color: var(--secondary-color) !important;
    font-size: 30px;
    transition: transform 0.2s;
}


/* Apply globally to all Bootstrap accordion items */
.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 5px !important;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .03);
    border-top: 3px solid var(--primary-color);
}

.choose-heading {
    font-size: 2.5rem;
    font-weight: 700;
}

.choose-heading span {
    font-size: 3rem;
}

.trusted-section {
  background: #fff;            /* white background like your screenshot */
}

.trusted-title {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 32px;
  text-transform: uppercase;
}

.trusted-divider {
  width: 60px;
  height: 3px;
  background: #222;
  margin: 0 auto;
  border-radius: 2px;
  opacity: 0.85;
}

/* Logo container to keep logos centered and consistent */
.trusted-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 8px;
  background: transparent;
  min-height: 80px; /* ensures vertical alignment */
}

/* Logo size — adjust max-width as needed */
.trusted-logo {
  max-width: 140px;   /* desktop size */
  max-height: 70px;
  object-fit: contain;
  filter: saturate(1); /* tweak if logos look washed out */
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .trusted-title { font-size: 22px; }
  .trusted-logo { max-width: 100px; max-height: 48px; }
  .trusted-divider { width: 45px; height: 3px; }
}

@media (max-width: 420px) {
  .trusted-logo { max-width: 80px; max-height: 40px; }
  .trusted-logo-wrap { padding: 12px 6px; min-height: 60px; }
}



.partner-section {
    padding: 30px 0;
}
 .clien-slider {
	 height: 100px;
	 margin: auto;
	 overflow: hidden;
	 position: relative;
	 width: auto;
}
 .clien-slider .client-slide-track {
	 animation: scroll 40s linear infinite;
	 display: flex;
	 width: calc(250px * 60);
}
 .clien-slider .client-logo-slide {
	 height: 100px;
	 width: 250px;
}

    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%); /* Moves half because we duplicated logos */
      }
    }
/* .client-slider {
    height: 100px;
    position: relative;
    width: auto;
    margin: auto;
    overflow: hidden;
}

.client-slider .client-slide-track {
    display: flex;
    width: calc(18000px);
    animation: 40s linear 0s infinite normal none running scroll;
}

.client-slider .client-logo-slide {
    height: 100px;
    width: 250px;
} */
/* 
      .client-slider {
      overflow: hidden;
      position: relative;
      width: 100%;
      background-color: #fff;
      border-radius: 8px;
      padding: 20px 0;
      
    }

    .client-slide-track {
      display: flex;
      width: calc(250px * 80); /* 40 logos x 2 (duplicated)
      animation: scroll 80s linear infinite;
    }

    .client-logo-slide {
      height: 100px;
      width: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      box-sizing: border-box;
    }

    .client-logo-slide img {
      max-height: 80px;
      max-width: 100%;
      object-fit: contain;
     
      transition: filter 0.3s ease;
    }

    .client-logo-slide img:hover {
      filter: grayscale(0%);
    }

    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    } */