/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
}

.mobile-menu-toggle{
    display: none;
}

h1.entry-title {
    display: none !important;
}

.midcontainer {
    max-width: 1294px;
    margin: 0 auto;
    padding: 0 15px;
}

.container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
}

footer {
    position: relative;
    background-color: #010088;
    width: 100%;
    float: left;
    margin-top: 50px;
}

footer .footertop {
    float: left;
    width: 100%;
    padding: 140px 0px 80px;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: 90% 45px;
}

footer .footerboxs {
    position: relative;
    float: left;
    width: 33.33%;
    padding-bottom: 6px 0 0 0;
}

footer .fbox1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 16px;
}

footer .footerboxs h4 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}

footer .footerboxs p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 400;
}

footer .footerboxs p span {
    font-weight: 600;
    font-size: 16px !important;
}

footer .footerboxs p a {
    color: #FFFFFF;
    font-size: 16px;
}

footer .footerboxs p a:hover {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}

footer .footerboxs ul {
    list-style: none;
    padding-left: 0px !important;
}

footer .footerboxs li {
    margin-bottom: 10px;
}

footer .footerboxs li a {
    font-weight: 400;
    color: #ffffff;
    font-size: 16px !important;
}

footer .footerboxs li a:hover {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}

footer .fbox1 .flogo {
    width: 511px;
    float: left;
}

footer .fbox1 .flogo p {
    padding-top: 10px;
}

footer .fbox1 .clsnewsletter {
    position: relative;
    float: right;
    width: 355px;
}

footer .fbox1 .clsnewsletter .custfield {
    background-color: #FFFFFF;
    width: 323px;
    font-size: 16px;
    color: #010088;
    font-weight: 700;
    padding: 5px 50px 6px 30px;
    height: 50px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

footer .fbox1 .clsnewsletter .sbbtn {
    width: 44px;
    height: 44px;
    z-index: 20;
    background-color: #010088;
    position: absolute;
    top: 5px;
    right: -30px;
    background-image: url(../images/arrow1.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

footer .copyright {
    padding: 15px 0;
    float: left;
    width: 100%;
    background-color: #2F2C29;

}

footer .copyright p {
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0px;
}

footer .copyright p a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

ul.clsul {
    padding-left: 20px;
}

/* ===== MODERN RESPONSIVE CSS ===== */

/* Fluid containers using clamp() */
.midcontainer,
.container {
    max-width: min(100%, 1294px);
    padding-inline: clamp(10px, 3vw, 20px);
}

/* Footer - Fluid sizing */
footer {
    margin-top: clamp(30px, 4vw, 50px);
}

footer .footertop {
    padding: clamp(50px, 10vw, 140px) 0 clamp(30px, 6vw, 80px);
}

footer .footerboxs h4 {
    font-size: clamp(18px, 1.8vw, 20px);
    line-height: 1.5;
    margin-bottom: clamp(10px, 1.5vw, 15px);
}

footer .footerboxs p,
footer .footerboxs li a {
    font-size: clamp(12px, 1.4vw, 16px);
}

footer .fbox1 .flogo {
    width: clamp(180px, 40vw, 511px);
}


footer .fbox1 .clsnewsletter .custfield {
    width: 100%;
    height: clamp(42px, 4vw, 50px);
    font-size: clamp(13px, 1.4vw, 16px);
    padding: 5px clamp(45px, 5vw, 50px) 6px clamp(15px, 2vw, 30px);
    border-radius: 25px;
}

footer .fbox1 .clsnewsletter .sbbtn {
    width: clamp(34px, 4vw, 44px);
    aspect-ratio: 1;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    border: none;
}

footer .fbox1 .clsnewsletter .custfield::-webkit-input-placeholder {
    color: #010088;
    font-weight: 700;
}

footer .fbox1 .clsnewsletter .custfield::-moz-placeholder {
    color: #010088;
    font-weight: 700;
}

footer .fbox1 .clsnewsletter .custfield:-ms-input-placeholder {
    color: #010088;
    font-weight: 700;
}

footer .fbox1 .clsnewsletter .custfield::-ms-input-placeholder {
    color: #010088;
    font-weight: 700;
}

footer .fbox1 .clsnewsletter .custfield::placeholder {
    color: #010088;
    font-weight: 700;
}

footer .copyright {
    padding-block: clamp(10px, 1.5vw, 15px);
}

footer .copyright p,
footer .copyright p a {
    font-size: clamp(11px, 1.4vw, 16px);
}

/* Single breakpoint for mobile menu & layout changes */
@media (max-width: 992px) {

    footer .footertop {
        background-image: none;
    }

    footer .footerboxs {
        width: 50%;

    }

    footer .fbox1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

    }

    footer .fbox1 .flogo,
    footer .fbox1 .clsnewsletter {
        width: 100%;
        float: none;
    }
}

/* Stack footer on small screens, but KEEP header split layout */
@media (max-width: 768px) {

    footer .footerboxs {
        width: 100%;

    }

    footer .fbox1 .clsnewsletter .custfield {
        width: 80%;
    }

    footer .fbox1 .clsnewsletter .sbbtn {
        top: -2px;
        right: 40px;
    }

    footer .fbox1 .clsnewsletter {
        margin-inline: auto;
        max-width: 400px;
    }
}


/* Header new css 26/12/2025 */
header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 99;
}

/* Top Header Section */
.headertop {
    background-color: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.midcontainer {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
}

/* Logo Styles */
.logo h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.logo a {
    display: block;
}

.logo img,
.custom-logo {
    max-height: 42px;
    width: auto;
    display: block;
}

/* Custom Logo Text - Matching the reference */
.logo-text {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #1a1aff;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.logo-text span {
    color: #333333;
}

/* Call & WhatsApp Section */
.call-whats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.call-whats .icons {
    width: 40px;
    height: 40px;
    background-color: #0000cc;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url('../images/call.png');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.call-whats p {
    font-size: 12px;
    color: #666666;
    line-height: 1.4;
    margin: 0;
}

.call-whats p a {
    color: #333333;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: block;
}

.call-whats p a:hover {
    color: #0000cc;
}

/* Mobile Menu Toggle */
.clsmobilebtn {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    background: #010088;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
}

.clsmobilebtn span {
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Navigation Bar */
nav {
    background-color: #0d0d5c;
    width: 100%;
}

nav .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.mobile-top-bar {
    display: none;
    background-color: #010088;
    color: #ffffff;
    text-align: center;
    padding: 20px 15px;
}

.mobile-top-bar p {
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 12px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.mobile-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #010088;
    text-decoration: none;
    padding: 5px 16px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 12px;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.mobile-btn:active {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}


/* Desktop Navigation Styles 
   updated this code at 19-1-2026*/
.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu li {
    display: block;
}

.main-menu a {
    display: block;
    padding: 15px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-menu a:hover,
.main-menu a.active {
    background-color: #ffffff !important;
    color: #0d0d5c !important;
}

/* ===== DROPDOWN MENU STYLES ===== */

.main-menu > li {
    position: relative;
}

/* Submenu Container - Desktop */
.sub-menu {
    position: absolute;
    top: calc(100% + 8px); /* 12px gap/detached effect */
    left: 0;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    list-style: none;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 0.75rem 0;
    z-index: 1000;
    margin: 0;
}

/* Show submenu on hover - Desktop */
.main-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Submenu Items */
.sub-menu li {
    margin: 0;
}

.sub-menu li a {
    display: block;
    padding: 0.75rem 1.5rem;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
    background-color: #ffffff;
    transition: all 0.2s ease;
    font-size: 14px;
}

.sub-menu li a:hover {
    background-color: #f8f9fa;
    color: #010088;
    padding-left: 2rem;
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 992px) {
    .mobile-top-bar {
        display: block;
    }

    .midcontainer {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .call-whats.call {
        display: none;
    }

    .clsmobilebtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    nav {
        display: none;
    }

    nav.active {
        display: block;
    }

    .main-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }

    .main-menu li a {
        margin: 0px 0 0 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* MOBILE DROPDOWN - Convert to accordion with smooth animation */
    .sub-menu {
        position: static !important;
        top: auto !important;
        left: auto !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: none !important;
        box-shadow: none !important;
        background-color: #0a0a47 !important;
        border: none !important;
        border-left: 3px solid #ffffff;
        margin: 0 !important;
        padding: 0 !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    /* Show submenu on mobile when .open class is added - with animation */
    .main-menu > li.open > .sub-menu {
        max-height: 500px;
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* Mobile submenu links */
    .sub-menu li a {
        padding: 12px 20px 12px 40px !important;
        color: #ffffff !important;
        background-color: #0a0a47 !important;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 13px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        transition: all 0.2s ease;
    }

    .sub-menu li a:hover {
        background-color: rgba(255, 255, 255, 0.1) !important;
        padding-left: 40px !important;
    }

    /* Disable desktop hover effect on mobile */
    .main-menu > li:hover > .sub-menu {
        opacity: 0 !important;
        visibility: hidden !important;
        max-height: 0 !important;
        overflow: hidden !important;
    }

    /* Keep open class animation working even on hover */
    .main-menu > li.open:hover > .sub-menu {
        max-height: 500px;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media (max-width: 576px) {
    .logo-text {
        font-size: 22px;
    }

    .logo img,
    .custom-logo {
        max-height: 25px;
    }

    .midcontainer {
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
}

/* contact us page styling - 26/12/2025 */
/* Hero / Breadcrumb Section */
        .page-hero {
            background-color: #E6E6FA;
            /* Light lavender/grey match */
            padding: 80px 0 180px;
            /* Further increased padding for overlap */
            margin-bottom: 0;
            position: relative;
            z-index: 0;
            /* Lower z-index to be sure */
        }

        .hero-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .hero-title {
            font-family: 'Poppins', sans-serif;
            font-size: 32px;
            color: #010088;
            font-weight: 700;
            margin: 0 0 10px 0;
            font-style: italic;
        }

        .hero-title span {
            font-style: italic;
            font-weight: 600;
        }

        .breadcrumbs {
            font-family: 'Inter', sans-serif;
            color: #333333;
            font-size: 14px;
        }

        .breadcrumbs span {
            margin: 0 5px;
            color: #666;
        }

        /* Responsive Styles */
        @media (max-width: 992px) {
            .contact-wrapper {
                margin-top: -80px;
                padding-bottom: 60px;
            }

            .hero-title {
                font-size: 28px;
            }
        }

        @media (max-width: 768px) {
            .page-hero {
                padding: 60px 0 140px;
            }

            .contact-wrapper {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                margin-top: -100px;
                gap: 20px;
            }

            .contact-card {
                padding: 30px 20px;
            }

            .form-row {
                -ms-grid-columns: 1fr;
                grid-template-columns: 1fr;
                gap: 15px;
            }

            /* Center info card content on mobile if desired, or keep left */
            .info-card {
                min-height: auto;
                text-align: center;
                gap: 30px;
            }

            .info-item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

            .contact-send-arrow {
                /* Adjust arrow position for mobile if needed, or keep absolute */
                /* It stays absolute relative to the button wrapper, so it should be fine. */
            }
        }

        @media (max-width: 480px) {
            .hero-title {
                font-size: 24px;
            }

            .contact-send-btn {
                padding: 14px 40px;
                width: 100%;
                /* Full width button on very small screens? Or keep fit-content */
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
            }

            .contact-send-arrow {
                display: none;
                /* right: -10px;
                top: 32.7%; */
                /* Slight adjustment */
            }
        }

        /* Main Content Layout */
        .contact-wrapper {
            max-width: 1200px;
            /*margin: -120px auto 0;*/
            /* Increased negative margin for specific overlap */
            /*padding: 0 15px 80px;*/
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            /* Ensure items start at top */
            /* Form is wider */
            gap: 30px;
            position: relative;
            z-index: 10;
            /* Ensure it stays on top */
        }

        /* Common Card Styles */
        .contact-card {
            background: #fff;
            border: 3px solid #010088;
            border-radius: 15px;
            padding: 40px;
            -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
                    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            height: -webkit-fill-available;
            /* Added shadow for separation */
        }

        /* Form Styling */
        .contact-form {
            -webkit-box-flex: 1.5;
                -ms-flex: 1.5;
                    flex: 1.5;
            /* Takes up more space */
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 20px;
            background-color: #F7F7F7;
        }

        .form-row {
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: 1fr 20px 1fr;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin: 6px 0;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            background-color: #fafafa;
            border: 1px solid #eeeeee;
            border-radius: 8px;
            padding: 15px;
            font-family: 'Inter', sans-serif;
            font-size: 14px;
            color: #666;
            outline: none;
        }

        .form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
            color: #aaa;
        }

        .form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
            color: #aaa;
        }

        .form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
            color: #aaa;
        }

        .form-group input::-ms-input-placeholder, .form-group textarea::-ms-input-placeholder {
            color: #aaa;
        }

        .form-group input::placeholder,
        .form-group textarea::placeholder {
            color: #aaa;
        }

        .form-group textarea {
            height: 150px;
            resize: none;
        }

        /* Phone Input specific */
        .phone-group {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .flag-icon {
            position: absolute;
            left: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            width: 20px;
        }

        .phone-group input {
            padding-left: 15px;
        }


        .contact-send-btn {
            position: relative;
        }

        /* Submit Button Area */
        .contact-send-btn {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            background-color: #010088;
            border-radius: 50px;
            padding: 14px 70px;
            /* Left padding for text, right for button */
            cursor: pointer;
            -webkit-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            border: none;
            gap: 15px;
            /* Spacing between text and arrow */
            -webkit-box-shadow: 0 4px 10px rgba(1, 0, 136, 0.2);
                    box-shadow: 0 4px 10px rgba(1, 0, 136, 0.2);
        }

        .contact-send-btn:hover {
            background-color: #0000aa;
            color: #010088;
        }
        
        .wpcf7-form-control .wpcf7-submit .cf7-send-btn .wpcf7-submit:hover {
            background-color: #0000aa;
            color: #010088;
        }

        .contact-send-label {
            color: #ffffff;
            font-size: 16px;
            font-weight: 600;
            font-family: 'Inter', sans-serif;
        }

        .contact-send-arrow {
            width: 44px;
            height: 44px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            position: absolute;
            left: 220px;
            top: 63.5%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
        }

        /* Right Side Info Styling */
        .info-card {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            /* Takes up less space */
            text-align: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            min-height: 400px;
            /* Match form height roughly */
        }

        .info-title {
            color: #010088;
            font-weight: 700;
            font-size: 20px;
        }

        .info-subtext {
            font-weight: 600;
            font-size: 16px;
            color: #2F2C29;
        }

        .card-item {
            font-weight: 400;
            font-size: 16px;
            color: #2F2C29;
        }

        .info-item {
            margin-bottom: 30px;
        }

        .info-item:last-child {
            margin-bottom: 0;
        }

        .info-icon {
            width: 40px;
            height: auto;
            margin-bottom: 15px;
        }

        .info-icon-fa {
            font-size: 28px;
            color: #333;
            /* Dark icon? Image shows black/green/black */
            margin-bottom: 10px;
        }
        
        /* testimonial Styling - 26/12/2025 */
                .section-padding {
            padding: 4rem 2rem;
        }

        .section-title {
            text-align: center;
            font-weight: 700;
            color: #000080;
            font-style: italic;
            margin-bottom: 3rem;
            font-size: 2rem;
        }

        /* Navigation Buttons */
        .nav-btn {
            background: none;
            border: none;
            color: #000080;
            cursor: pointer;
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-transition: -webkit-transform 0.2s;
            transition: -webkit-transform 0.2s;
            -o-transition: transform 0.2s;
            transition: transform 0.2s;
            transition: transform 0.2s, -webkit-transform 0.2s;
            z-index: 10;
        }

        .nav-btn:hover {
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    transform: scale(1.1);
            color: #1d4ed8;
        }

        .chevron-double {
            font-size: 2rem;
            font-weight: bold;
            line-height: 1;
        }

        /* Carousel Layout */
        .carousel-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            gap: 2rem;
        }

        /* Card Styles */
        .testimonial-card {
            background-color: #f8f9fa;
            /* Light gray background */
            border: none;
            padding: 0;
            height: 100%;
            overflow: hidden;
            border-radius: 8px;
            /* Slight rounding looks better */
        }

        .testimonial-inner-row {
            min-height: 280px;
            /* Increased to prevent jumping arrows */
        }

        .left-content-col {
            padding: 2rem 1rem 2rem 2rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
        }

        .client-name {
            font-size: 22px;
            font-weight: 600;
            color: #010088;
            /* User specific color */
            margin-bottom: 0.25rem;
        }

        .client-title {
            font-size: 12px;
            color: #2F2C29;
            font-weight: 400;
            margin-bottom: 1rem;
        }

        .card-text {
            color: #2F2C29;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5;
            margin-bottom: 0;
        }

        /* Right Column as distinct block */
        .right-brand-col {
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .brand-block {
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            border-left: 1px solid #e5e7eb;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 1rem;
            position: relative;
        }

        .logo-box {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
        }

        .client-logo-img {
            max-width: 80%;
            max-height: 60px;
            -o-object-fit: contain;
               object-fit: contain;
        }

        /* Responsive Styles */
        @media (max-width: 768px) {
            .section-padding {
                padding: 2rem 1rem;
            }

            .carousel-container {
                gap: 0.5rem;
            }

            .chevron-double {
                font-size: 1.5rem;
            }

            .testimonial-inner-row {
                min-height: 380px;
                /* Reduced specific min-height for stacked layout */
            }

            .brand-block {
                border-left: none;
                border-top: 1px solid #e5e7eb;
                min-height: 100px;
                /* Ensure visibility when stacked */
            }

            .left-content-col {
                padding: 1.5rem;
            }

            /* Text scaling */
            .client-name {
                font-size: 18px;
            }

            .card-text {
                font-size: 14px;
            }
        }
        
        /* Container styling */
        .carousel-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 4rem 1rem;
            position: relative;
        }

        .section-header {
            text-align: center;
            margin-bottom: 3rem;
        }

        .section-title {
            font-size: 2.5rem;
            color: #010088;
            /* Brand Navy */
            font-weight: 700;
            font-style: italic;
            text-transform: uppercase;
        }

        /* Carousel Navigation & Layout */
        .carousel-main {
            display: flex;
            align-items: center;
            justify-content: center;
            /* Center everything */
            gap: 1rem;
            position: relative;
        }

        .nav-btn {
            background: none;
            border: none;
            font-size: 2.5rem;
            color: #010088;
            cursor: pointer;
            padding: 0 1rem;
            line-height: 1;
            transition: transform 0.2s;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
        }

        .nav-btn:hover {
            transform: scale(1.1);
            color: #1d4ed8;
        }

        /* Viewport and Track */
        .carousel-viewport {
            overflow: hidden;
            width: 100%;
        }

        .carousel-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
            gap: 20px;
            /* Space between cards */
        }

        /* Card Styling */
        .testimonial-card-custom {
            flex: 0 0 calc(50% - 10px);
            background-color: #f8f9fa;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #eee;
            display: flex;
            flex-direction: row;
            min-height: 280px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        }

        .card-content {
            flex: 2;
            padding: 2rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .client-name {
            font-size: 1.25rem;
            font-weight: 700;
            color: #010088;
            margin-bottom: 0.25rem;
        }

        .client-sub {
            font-size: 0.875rem;
            color: #6c757d;
            margin-bottom: 1rem;
            font-weight: 500;
        }

        .client-quote {
            font-size: 0.95rem;
            color: #212529;
            margin: 0;
        }

        .card-brand {
            flex: 1;
            background-color: #ffffff;
            border-left: 1px solid #eee;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1.5rem;
        }

        .card-brand img {
            max-width: 100%;
            max-height: 50px;
            object-fit: contain;
        }

        .brand-text-logo {
            font-weight: bold;
            font-size: 1.2rem;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .testimonial-card-custom {
                /* Mobile: 1 card visible */
                flex: 0 0 100%;
                flex-direction: column;
                min-height: auto;
            }

            .card-content {
                padding: 1.5rem;
                text-align: center;
            }

            .card-brand {
                border-left: none;
                border-top: 1px solid #eee;
                padding: 1rem;
                min-height: 100px;
            }

            .carousel-track {
                gap: 20px;
            }
        }
      