:root {
    --primary-orange: #FD933D;
    --text-dark: #000000;
    --text-light: #666666;
    --white: #FFFFFF;
    --secondary-orange: #FF7F32;
    --tertiory-orange: #FFF3EA;
    --header-bg: rgba(255, 255, 255, 0.9);
    --transition-speed: 0.4s;
    --container-width: 1200px;
    --primary-purple: #BA7FFF;
    --secondary-purple: #8464E3;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

h1,
h2,
p,
a {
    font-family: 'Inter', sans-serif;
}

.hero-content-wrapper {
    width: 95% !important;
    margin: 0 auto !important;
    position: relative;
    z-index: 2;
}

.hero-section {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    display: block;
}

.hero-text h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #4A4A4A;
}

.hero-text h1 strong {
    /* background: linear-gradient(90deg, #FD933D 38.46%, #8464E3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: var(--primary-orange);
}

.hero-text h1 span {
    /* background: linear-gradient(90deg, #FD933D 38.46%, #8464E3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: var(--primary-orange);
}   

.hero-text h2 {
    font-size: 45px;
    color: var(--primary-orange);
    margin-bottom: 25px;
    font-weight: 600;
}

.hero-text p {
    font-size: 17px;
    color: var(--text-light);
    margin-bottom: 40px;
    max-width: 500px;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    background: var(--primary-orange);
    color: var(--white);
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(255, 127, 50, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 127, 50, 0.4);
}

.btn-primary .arrow-right {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg);
    margin-left: 15px;
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.balloon-container {
    position: relative;
    width: 100%;
    max-width: 450px;
    perspective: 1000px;
}



.enhanced-partners-content {
    padding-bottom: 60px;
}

.mobile-bg {
    display: none;
}

.balloon-container:hover {
    transform: rotate(-180deg);
}

.balloon-container {
    transition: all 0.6s ease-in-out;
    width: fit-content;
    height: fit-content;
}

.partnerships-section {
    padding: 0 0 80px 0;
    margin-top: -2%;
    position: relative;
    z-index: 10;
}

.partnerships-box {
    background: #FFFFFF;
    border-radius: 40px;
    padding: 60px 40px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
    text-align: center;
    width: 95%;
    margin: 0 auto;
}

.partnerships-header h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    ;
    margin-bottom: 50px;
    line-height: 1.3;
}

.partnerships-header .gradient-text,.enhanced-partners-header .gradient-text,.highlight-text,.cta-text-s {
    /* background: linear-gradient(90deg, #FD933D 0%, #BA7FFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: var(--primary-orange);
}

.logo-marquee-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    mask-image: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 15%,
            rgba(0, 0, 0, 1) 85%,
            rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 15%,
            rgba(0, 0, 0, 1) 85%,
            rgba(0, 0, 0, 0) 100%);
}

.logo-marquee {
    display: flex;
    white-space: nowrap;
    width: fit-content;
}

.marquee-content {
    display: flex;
    gap: 70px;
    padding: 10px 30px;
    animation: scroll 30s linear infinite;
}

.marquee-content img {
    height: 60px;
    width: 140px;
    object-fit: contain;
    opacity: 1;
    transition: transform 0.3s ease;
}

.marquee-content img:hover {
    transform: scale(1.1);
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.enhanced-partners-section {
    text-align: center;
    background: radial-gradient(83.08% 83.08% at 50% 52.75%, rgba(253, 147, 61, 0.13) 0%, rgba(254, 184, 127, 0.17125) 17.3%, rgba(254, 221, 193, 0.0826793) 50.49%, rgba(255, 255, 255, 0) 86.46%, rgba(255, 255, 255, 0.62) 100%);
}

.enhanced-partners-header {
    max-width: 800px;
    margin: 0 auto 60px;
}

.enhanced-partners-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 20px;
    line-height: 45px;
}

.enhanced-partners-header .gradient-text {
    /* background: linear-gradient(90deg, #FD933D 38.46%, #8464E3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    display: inline-block;
}

.enhanced-partners-header p {
    font-size: 18px;
    max-width: 615px;
    margin: 20px auto 0;
}

.partner-grid {
    display: flex;
    flex-direction: column;
    gap: 55px;
    align-items: center;
}

.partner-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px;
    flex-wrap: wrap;
}

.marquee-content-inner {
    display: flex;
    gap: 90px;
    align-items: center;
}

.marquee-content-inner:last-child {
    display: none;
}

.logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-logo {
    height: 44px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.partner-logo:hover {
    transform: scale(1.1);
}

.desktop-only {
    display: flex !important;
}

.mobile-only {
    display: none !important;
}

.blueprint-section {
    position: relative;
    background: url('images/blueprint-banner.png'),
        linear-gradient(180deg, var(--primary-orange) 90%, var(--white) 107%);
    border-top-left-radius: 135px;
    border-top-right-radius: 135px;
    padding: 70px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.blueprint-main-title {
    text-align: center;
    color: var(--white);
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 60px;
}

.blueprint-container {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.blueprint-tabs {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-right: 40px;
    width: clamp(220px, 21.5vw, 220px);
    margin-top: auto;
    margin-bottom: auto;
}

.blueprint-tab {
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: 2px solid var(--white);
    color: var(--white);
    padding: 10px 24px;
    padding-left: 10px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-align: left;
}

.blueprint-tab:hover {
    background: rgba(255, 255, 255, 0.1);
}

.blueprint-tab.active {
    background: var(--white);
    color: var(--primary-orange);
}

.blueprint-tab.active::after {
    content: '';
    position: absolute;
    right: -41.5px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: var(--white);
    z-index: 10;
}

.tab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: var(--white);
    color: var(--primary-orange);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.blueprint-tab.active .tab-icon {
    background-color: var(--primary-orange);
    color: var(--white);
}

.tab-icon img {
    display: block;
    margin: 0 auto;
}

.blueprint-tab .icon-white,
.blueprint-tab.active .icon-orange {
    display: none;
}

.blueprint-tab.active .icon-white {
    display: block;
}

.blueprint-card {
    background: var(--white);
    border-radius: 32px;
    padding: 75px 50px;
    flex: 1;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    min-width: 0;
}

.blueprint-content {
    display: none;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    animation: fadeIn 0.4s ease-in-out;
    width: 100%;
}

.blueprint-content.active {
    display: flex;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card-text {
    min-width: 0;
    width: 100%;
}

.card-text h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 20px;
    line-height: 43px;
}

.highlight-text {
    /* background: linear-gradient(90deg, var(--primary-orange) 38.46%, var(--secondary-purple) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    display: inline-block;
}

.card-text p {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 30px;
}

.card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: max-content;
}

.tag {
    background: var(--tertiory-orange);
    color: var(--primary-orange);
    padding: 4px 17px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.card-image {
    align-self: flex-start;
    margin-left: 2.7vw;
    width: 100%;
}

.card-image img {
    height: clamp(233px, 24.02vw, 370px);
    border-radius: clamp(8px, 0.9vw, 13px);
    object-fit: cover;
    display: block;
    width: 100%;
}

.contact-section {
    background: linear-gradient(180deg, var(--primary-orange) -48%, #FFFFFF 33%);
    padding: 0 0 100px 0;
    position: relative;
    z-index: 1;
}

.contact-card {
    background: var(--white);
    border-radius: 32px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.19);
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc((100% - 87%) / 2);
    padding-right: calc((100% - 87%) / 2);
    padding-top: 5%;
}

.contact-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 65px;
}

.contact-title {
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 600;
    color: #4A4A4A;
    line-height: 45px;
}

.contact-text .card-text {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    width: clamp(538px, 25vw, 600px);
    padding-top: 14px;
}

.contact-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.chat-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #4A4A4A;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}

.chat-link small {
    display: block;
    font-weight: 400;
    color: #666;
    font-size: 14px;
}

.contact-btn {
    padding: 12px 15px;
    background: var(--secondary-orange);
    font-size: 15px;
    height: 42px;
    width: 162px;
    gap: 18px;
}

.arrow-up-right::after {
    content: '↗';
    margin-left: 10px;
    font-size: 18px;
}

.map-container {
    text-align: center;
    width: 100%;
}

.locate-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 45px;
}

.world-map-img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.features-section {
    background: #FFFFFF;
    padding: 0px 0 60px 0;
}

.features-grid {
    display: flex;
    justify-content: center;
    gap: 7.4vw;
    margin-left: auto;
    margin-right: auto;
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
    background: linear-gradient(135deg, #FFFFFF 0%, var(--tertiory-orange) 100%);
    border: 1px solid var(--primary-orange);
    border-radius: 20px;
    transition: transform 0.3s ease;
    width: clamp(300px, 21.48vw, 450px);
    height: clamp(120px, 8.78vw, 180px);
    flex-shrink: 0;
}

.feature-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    width: 116%;
    height: auto;
    object-fit: contain;
}

.feature-text h4 {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    color: var(--primary-orange);
    font-size: clamp(16px, 1.3vw, 17px);
    margin-bottom: 10px;
    line-height: 1;
    max-width: 85%;
    width: 100%;
}

.feature-text p {
    font-size: clamp(12px, 1vw, 12px);
    line-height: 15px;
    color: #333333;
    margin: 0;
    font-weight: 400;
    font-family: 'Inter';
    max-width: 99%;
    width: 100%;
}

.site-footer {
    position: relative;
    padding: 80px 0 30px 0;
    color: var(--white);
    overflow: hidden;
    background: url('../../images/footer-bg.png'), var(--primary-orange);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/footer-pattern.png');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    pointer-events: none;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.footer-column h4 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}

.brand-col {
    max-width: 320px;
}

.footer-logo {
    height: 3.5rem;
    margin-bottom: 25px;
}

.brand-col p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 25px;
    opacity: 0.9;
}

.social-links-footer {
    display: flex;
    gap: 15px;
}

.social-links-footer a {
    width: 35px;
    height: 35px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.social-links-footer a:hover {
    transform: translateY(-3px);
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul a {
    color: var(--white);
    text-decoration: none;
    font-size: 15px;
    transition: opacity 0.3s;
}

.footer-column ul a:hover {
    opacity: 1;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon img {
    width: 20px;
}

.contact-text-footer span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.contact-text-footer a {
    color: var(--white);
    text-decoration: none;
    font-size: 13px;
    opacity: 0.9;
}

.footer-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.footer-bottom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    position: relative;
    z-index: 1;
}

.legal-links {
    display: flex;
    gap: 10px;
}

.legal-links a {
    color: var(--white);
    text-decoration: none;
}

.social-img {
    height: 17.5px;
}



@keyframes enhanced-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes enhanced-scroll-right {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .hero-section {
    min-height: 660px;
    }
    .col-lg-5.hero-visual {
        display: none;
    }
    
    .partnerships-box {
        padding: 25px 9px;
        border-radius: 25px;
        margin-top: -55px;
        width: 95%;
    }

    .partnerships-header h2 {
        font-size: 20px;
    }

    .partnerships-header br {
        display: none;
    }

    .marquee-content {
        gap: 25px;
    }

    .marquee-content img {
        height: 35px;
    }

    .enhanced-partners-header p {
        font-size: 14px !important;
    }

    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: flex !important;
    }

    .enhanced-partners-section {
        overflow: hidden;
        padding-bottom: 40px;
    }

    .enhanced-partners-header h2 {
        font-size: 23px;
        line-height: 35px;
    }

    .partner-grid {
        gap: 20px;
        width: 100%;
        margin: 0;
        align-items: stretch;
    }

    .partner-row {
        gap: 0;
        flex-wrap: nowrap;
        width: fit-content;
        position: relative;
    }

    .marquee-row {
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0));
    }

    .marquee-content-inner {
        gap: 20px;
        padding-right: 20px;
        flex-shrink: 0;
    }

    .marquee-content-inner:last-child {
        display: flex;
    }

    .row-left .marquee-content-inner {
        animation: enhanced-scroll-left 25s linear infinite;
    }

    .row-right .marquee-content-inner {
        animation: enhanced-scroll-right 25s linear infinite;
    }

    .logo-box {
        background: #FFFFFF;
        border-radius: 8px;
        padding: 10px 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        min-width: 120px;
        height: 60px;
    }

    .partner-logo {
        height: 25px;
    }
}

@media (max-width: 991px) {
    .trust-container-s{
        padding-bottom: 15px !important;
    }
    .cta-button{
        padding: 15px 11px !important;
    }
    .desktop-bg {
        display: none !important;
    }

    .mobile-bg {
        display: block !important;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.8;
    }

    .hero-section {
        height: auto;
        padding-top: 120px;
        padding-bottom: 50px;
        display: block;
        text-align: left;
    }

    .hero-text h1 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    /* .hero-text h1 strong,
    .hero-text h1 span {
        background: linear-gradient(90deg, #FD933D 38.46%, #8464E3 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    } */

    .hero-text h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .hero-text p {
        font-size: 16px;
        margin-bottom: 30px;
        max-width: 100%;
        color: #666;
    }

    .btn-primary {
        padding: 12px 25px;
        font-size: 15px;
        width: fit-content;
    }

    .hero-visual {
        margin-top: 50px;
        justify-content: center;
    }

    .balloon-container {
        max-width: 320px;
    }
}

@media (max-width: 990px) {
    .enhanced-partners-header h2 {
        font-size: 32px;
    }

    .partner-row {
        gap: 40px;
    }

    .partner-logo {
        height: 30px;
    }

    .blueprint-section {
        position: relative;
        background: url('images/blueprint-banner-mob.png'),
        linear-gradient(180deg, var(--primary-orange) 20%, var(--white) 93%);
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        padding: 34px 0;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .blueprint-main-title {
        font-size: 22px;
        text-align: center;
        color: var(--white);
        padding: 0 15px;
        margin-bottom: 25px;
    }

    .blueprint-container {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .blueprint-tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100%;
        justify-content: space-between;
        gap: 7px;
        margin-bottom: 0;
        position: relative;
        padding-bottom: 15px;
        margin-right: 0px;
        padding-top: 5%;
    }

    .blueprint-tab {
        padding: 2px 4px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 50px;
        background: transparent;
        color: #fff;
        display: flex;
        justify-content: center;
        font-size: clamp(8px, 2.8vw, 13px);
        cursor: pointer;
        transition: all 0.3s ease;
        gap: 3px;
    }

    .blueprint-tab.active {
        background: #fff;
        color: #ff8c00;
        border-color: #fff;
        position: relative;
    }

    .blueprint-tab.active::after {
        content: '';
        position: absolute;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
        width: 1.5px;
        height: 30px;
        background-color: #fff;
        z-index: 2;
        top: 29px;
    }

    .tab-icon {
        width: 20px;
        height: 20px;
        padding: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tab-icon img {
        height: auto;
        width: 20px;
    }

    .card-text h3 {
        font-size: 20px;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 18px;
        line-height: 25px;
        padding-top: 8%;
    }

    .card-text p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 33px;
        /* width: clamp(317px, 21vw, 512px); */
        width: auto;
    }

    .contact-text .card-text {
        font-weight: 400;
        font-size: 13px;
        line-height: 23px;
        width: clamp(350px, 25vw, 600px);
        padding-top: 14px;
    }

    .card-image {
        margin-left: 0px;
    }

    .blueprint-card {
        background: #fff;
        border-radius: 20px;
        padding: 0px;
        padding-bottom: 6.5%;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
    }

    .blueprint-scroll-wrapper {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .blueprint-scroll-wrapper::-webkit-scrollbar {
        display: none;
    }

    .blueprint-content {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
        flex: 0 0 100%;
        scroll-snap-align: start;
        padding: 0 13px;
        box-sizing: border-box;
    }

    .blueprint-content.active {
        display: flex;
    }

    .blueprint-content .card-image img {
        width: 100%;
        border-radius: 16px;
        /* height: auto; */
    }

    .card-tags {
        display: flex;
        flex-wrap: nowrap;
        gap: 5px;
        width: 100%;

    }

    .tag {
        flex: 1;
        text-align: center;
        font-size: 10px;
        font-weight: 400;
        padding: 5px 2px;
        border: 1px solid #FFE3CC;
        border-radius: 20px;
        white-space: nowrap;
    }

    .contact-section {
        background: #FFFFFF;
        padding: 0 0 0 0;
        position: relative;
        z-index: 1;
        border-bottom-left-radius: 55px;
        border-bottom-right-radius: 55px;
        box-shadow: 0 15px 23px rgba(0, 0, 0, 0.05);
        margin-bottom: 25px;

    }

    .contact-card {
        width: 95%;
        padding: 0 20px;
        padding-left: calc((100% - 94%) / 2);
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
    }

    .contact-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .contact-text h2 {
        font-size: 22px;
        text-align: left;
        line-height: 30px;
    }


    .contact-text p {
        text-align: left;
        margin-top: 10px;
    }

    .contact-links {
        display: flex;
        flex-direction: row;
        width: 107%;
        justify-content: space-between;
        align-items: center;
        gap: 7px;
        flex-wrap: wrap;
    }

    .map-container {
        width: 108%;
    }

    .chat-link {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 600;
        font-size: 15px;
        color: var(--txt-d);
    }

    .chat-link small {
        color: var(--txt-l);
        font-weight: 400;
        font-size: 13px;
        display: block;
    }

    .contact-btn {
        padding: 12px 19px;
        font-size: 14px;
    }

    .locate-title {
        text-align: center;
        font-size: 20px;
    }

    .world-map-img {
        width: 100%;
        height: auto;
        /* content: url('images/map-mob.png'); */
    }

    

    .features-grid {
        flex-direction: row;
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: 15px;
        padding: 10px 5% 30px 5%;
        justify-content: flex-start;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .features-grid::-webkit-scrollbar {
        display: none;
    }

    .feature-box {
        height: auto !important;
        flex: 0 0 280px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        padding: 25px 20px;
    }

    .site-footer {
        background: url('../../images/footer-bg-mob.png'), var(--primary-orange);
        background-size: cover;
    }

    .footer-container {
        width: 90%;
    }

    .footer-top {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 40px;
    }

    .footer-column {
        width: 100%;
        text-align: left;
    }

    .footer-column ul {
        display: flex;
        flex-wrap: wrap;
        gap: 15px 25px;
        padding: 0;
        list-style: none;
    }

    .footer-column ul li {
        width: auto;
        margin-bottom: 0;
    }

    .footer-column ul li a {
        text-decoration: none;
        color: white;
        white-space: nowrap;
    }

    .brand-col .footer-logo {
        max-width: 180px;
        margin-bottom: 35px;
        height: auto;
    }

    .social-links-footer {
        display: flex;
        gap: 22px;
        margin-top: 20px;
    }

    .social-img {
        width: 20px;
        height: 20px;
    }

    .footer-column h4 {
        margin-bottom: 12px;
        font-size: 20px;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .contact-item {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .contact-text-footer {
        display: flex;
        flex-direction: column;
    }

    .contact-text-footer span {
        font-size: 14px;
        opacity: 0.8;
    }

    .contact-text-footer a {
        font-size: 15px;
        font-weight: 600;
        color: var(--wht);
    }

    .footer-bottom-footer {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .legal-links {
        display: flex;
        justify-content: center;
        gap: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .hero-text h1 {
        font-size: 60px;
    }

    .enhanced-partners-section {
        margin: 2% 0 4% 0;
    }
}

@keyframes enhanced-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes enhanced-scroll-right {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

@media (min-width: 992px) {
    .enhanced-partners-section {
        margin: 2% 0 4% 0;
    }
}

@media (min-width: 1400px) {
    .hero-section {
        height: 100vh;
    }
}

/* --- Trust Section --- */
.trust-container-s {
    padding: 80px 0;
    position: relative;
    z-index: 5;
    width: 100%;
}

.trust-container-s .trust-inner-s {
    width: 80%;
    margin: 0 auto;
}

.trust-header-s {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
    position: relative;
    width: 100%;
}

.trust-stats-s {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--white);
    justify-self: start;
}

.trust-stats-img-s img {
    width: 130px;
    height: auto;
    display: block;
}

.trust-stats-text-s {
    font-size: 23px;
    line-height: 26px;
    font-weight: 600;
    color: var(--white);
}

.trust-title-group-s {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 10;
}

.mobile-case-studies-s {
    display: flex;
    justify-content: flex-end;
    justify-self: end;
}

.btn-case-studies-s {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--white);
    color: #FF8A00;
    /* Custom orange from design */
    padding: 10px 24px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.btn-case-studies-s:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.btn-case-studies-s span img {
    height: 25px;
    width: auto;
}

.trust-title-s {
    font-size: 44px;
    font-weight: 800;
    color: var(--white);
    line-height: 1.1;
    margin: 0;
    text-align: center;
    letter-spacing: -0.5px;
}

.trust-header-line-s {
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    z-index: -1;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.trust-line-img-s {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Specific stats alignment from design */
.trust-stats-img-s {
    display: flex;
    align-items: center;
}

.trust-content-s {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 60px;
    align-items: stretch;
    height: clamp(500px, 32vw, 780px);
}

.trust-visual-s {
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 40px;
    height: 100%;
    /* Fill stretched grid height */
    display: flex;
    flex-direction: column;
}

.trust-image-wrapper-s {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    background: #FFDAB9;
    flex: 1;
    /* Fill remaining height of visual card */
}

.trust-image-wrapper-s img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
}

.trust-image-overlay-s {
    position: absolute;
    bottom: 20px;
    right: 30px;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 2;
}

.overlay-number-s {
    font-size: 110px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
    margin-right: 5px;
}

.overlay-text-s {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
    text-transform: uppercase;
}

.trust-reviews-s {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 5px 0 0;
    position: relative;
    box-sizing: border-box;
}

.trust-reviews-s::-webkit-scrollbar {
    display: none;
}

.review-card-s {
    flex: 0 0 calc((100% - 40px) / 3);
    height: calc((100% - 40px) / 3);
    min-height: calc((100% - 40px) / 3);
    box-sizing: border-box;
    padding: 10px 30px;
    border-radius: 25px;
    transition: opacity 0.4s ease, transform 0.4s ease, height 0.4s ease;
    opacity: 0.65;
    transform: scale(0.96);
    position: relative;
    cursor: pointer;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

/* Background layer to handle the notch mask without affecting children */
.review-card-s::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fbebdc;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* -webkit-mask-image: radial-gradient(circle at bottom right, transparent 65px, black 66px);
    mask-image: radial-gradient(circle at bottom right, transparent 65px, black 66px); */
    z-index: -1;
    transition: all 0.4s ease;
}

.review-card-s.active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.review-card-s.active::before {
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.review-stars-s {
    color: #FFB800;
    font-size: 16px;
    margin-bottom: 0;
}

.review-logo-s {
    margin-bottom: 0;
}

.review-logo-s img {
    height: 28px;
    max-width: 120px;
    object-fit: contain;
}

.review-text-s {
    font-size: 15px;
    line-height: 1.4;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 0 !important;
}

.review-author-s {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
}

.author-name-s {
    font-size: 17px;
    font-weight: 800;
    margin: 0 0 4px 0;
    color: #1a1a1a;
    font-family: 'Outfit', sans-serif;
}

.author-title-s {
    font-size: 13px;
    font-weight: 500;
    color: #7c7c7c;
    margin: 0;
}

.author-image-s {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}

.author-image-s img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.mobile-scroll-indicator-s {
    display: none;
}

.trust-footer-cta-s {
    background: var(--white);
    padding: 15px 15px 15px 40px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.cta-text-s {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.5px;
    /* background: linear-gradient(90deg, #FD933D 38.46%, #8464E3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; */
}

.cta-text-s span {
    font-weight: 800;
}

.trust-cta-button-s {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #FF8A00;
    color: var(--white);
    padding: 14px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.trust-cta-button-s:hover {
    background: #e67e00;
    transform: translateY(-2px);
    color: var(--white);
    box-shadow: 0 5px 15px rgba(255, 138, 0, 0.3);
}

.trust-cta-button-s img {
    height: 24px;
    width: auto;
}

.review-box-s {
    display: flex;
    justify-content: space-between;
}

/* Mobile responsive Overrides */
@media (max-width: 990px) {
    .trust-container-s .trust-inner-s {
        width: 90%;
    }

    .trust-header-s {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: end;
        gap: 0px;
        margin-bottom: 60px;
        position: relative;
    }

    .trust-title-group-s {
        grid-column: 1;
        text-align: left;
        align-items: flex-start;
        order: 1;
    }

    .trust-title-s {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        color: #ffffff;
        text-align: left;
    }

    .trust-stats-s {
        grid-column: 2;
        display: flex !important;
        align-items: center;
        gap: 8px;
        order: 2;
        justify-self: end;
    }

    .trust-stats-img-s img {
        width: 85px;
        height: auto;
        /* content: url('images/20+.png'); */
        /* Separate mobile image */
    }

    .trust-stats-text-s {
        font-size: 15px;
        line-height: 1.1;
        color: #ffffff;
        font-weight: 500;
    }

    .trust-header-line-s {
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        pointer-events: none;
        z-index: 1;
    }

    .trust-line-img-s {
        width: 100%;
        max-width: 100%;
        object-fit: contain;
        /* content: url('images/Vector-mob.png'); */
        /* Separate mobile image */
    }

    .mobile-case-studies-s {
        display: none;
        /* Hide in this specific header layout to match mockup */
    }

    .trust-stats-s,
    .mobile-case-studies-s {
        flex: none;
        width: 100%;
        justify-content: center;
    }

    .trust-stats-s {
        padding-bottom: 4px;
        display: flex !important;
        flex: none;
        width: auto;
        justify-content: flex-end;
    }

    .mobile-case-studies-s {
        order: 3;
        justify-content: center;
    }

    .trust-title-group-s {
        flex: none;
        order: 1;
    }

    .trust-content-s {
        grid-template-columns: 1fr;
        gap: 30px;
        height: auto;
    }

    .trust-visual-s {
        background: #FEF3EE;
        padding: 10px;
        border-radius: 45px;
        height: auto;
    }

    .trust-image-wrapper-s {
        border-radius: 35px;
    }

    .trust-image-overlay-s {
        position: absolute;
        bottom: 30px;
        right: 35px;
        color: var(--white);
        display: flex;
        align-items: center;
        gap: 12px;
        z-index: 5;
    }

    .overlay-number-s {
        font-size: 50px;
        font-weight: 500;
        opacity: 1;
        letter-spacing: -1px;
    }

    .overlay-text-s {
        font-size: 11px;
        font-weight: 600;
        line-height: 1.1;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: 0.9;
    }

    .trust-reviews-s {
        display: flex;
        flex-direction: row;
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        padding-right: 0;
        padding-bottom: 25px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 20px;
}

    .review-card-s {
        height: 100%;
        flex: 0 0 100%;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        opacity: 0.65;
        transform: scale(0.96);
        padding: 12px 17px;
        background: transparent;
        border-radius: 25px;
        position: relative;
        margin: 0;
        transition: all 0.4s ease;
    }

    .review-card-s.active {
        opacity: 1;
        transform: scale(1);
    }

    .review-card-s::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fbebdc;
        border-radius: 25px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        /* -webkit-mask-image: radial-gradient(circle at bottom right, transparent 65px, black 66px);
        mask-image: radial-gradient(circle at bottom right, transparent 65px, black 66px); */
        z-index: -1;
        transition: all 0.4s ease;
    }

    .review-card-s.active::before {
        background: #ffffff;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    }

    .review-box-s {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

    .review-stars-s {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .review-logo-s img {
        height: 24px;
        max-width: 100px;
    }

    .review-text-s {
        font-size: 12px;
        line-height: 1.55;
        color: #1a1a1a;
        /* margin-bottom: 30px !important; */
        font-weight: 500;
    }

    .author-image-s {
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 10;
        transform: none;
    }

    .author-image-s img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 4px solid #fff;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .author-name-s {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 3px;
    }

    .author-title-s {
        font-size: 13px;
        opacity: 0.7;
    }

    .mobile-scroll-indicator-s {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 10px;
    }

    .scroll-progress-bg-s {
        flex: 1;
        height: 4px;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 2px;
        position: relative;
    }

    .scroll-progress-bar-s {
        width: 33%;
        height: 100%;
        background: #fd933d;
        border-radius: 2px;
        transition: width 0.3s ease;
    }

    .scroll-arrow-s {
        width: 20px;
        cursor: pointer;
    }

    .trust-footer-cta-s {
        margin-top: 40px;
        padding: 12px 12px 12px 25px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        border-radius: 18px;
        background: linear-gradient(to right, #F59762, #BD8AB6);
        box-shadow: none;
    }

    .cta-text-s {
        font-size: 12px;
        color: white;
        text-align: left;
        line-height: 1.35;
        font-weight: 600;
    }

    .cta-text-s span {
        color: white;
        display: inline;
    }

    .trust-cta-button-s {
        display: flex;
        align-items: center;
        gap: 12px;
        width: auto;
        background: white;
        color: #F59762;
        padding: 6px 12px;
        border-radius: 100px;
        font-size: 10px;
        font-weight: 700;
        white-space: nowrap;
        text-decoration: none;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .trust-cta-button-s img {
        filter: invert(65%) sepia(45%) saturate(1450%) hue-rotate(335deg) brightness(100%) contrast(92%);
    }
}

@media (min-width:991px) and (max-width:1200px) {
    .card-text p {
        font-size: 12px;
        line-height: 25px;
    }

    .card-text h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .blueprint-tabs {
        width: auto;
    }

    .blueprint-tab {
        padding: 10px 12px;
    }
}

@media (min-width:991px) and (max-width:1399px) {
    .blueprint-main-title {
        font-size: 32px;
    }

    .hero-text h1 {
        font-size: 50px;
    }

    .hero-text h2 {
        font-size: 35px;
    }

    .partner-logo {
        height: 30px;
    }

    .trust-content-s {
        height: clamp(340px, 32vw, 780px);
    }

    .review-stars-s,
    .review-text-s,
    .author-title-s {
        font-size: 10px;
    }

    .author-name-s {
        font-size: 11px;
    }

    .review-logo-s img {
        height: 22px;
    }

    .btn-case-studies-s,
    .trust-cta-button-s {
        font-size: 12px;
    }

    .trust-title-s {
        font-size: 26px;
    }

    .trust-stats-img-s img {
        width: 100px;
    }

    .trust-visual-s {
        padding: 16px;
    }

    .cta-text-s {
        font-size: 20px;
    }

    .trust-cta-button-s {
        padding: 14px 20px;
    }
}