/* Home page styles (scoped by class selectors). */

/* Hero wrapper – match Contact Us hero width */
.index-page-wrap.container-fluid {
    width: 100%;
    max-width: 1392px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}
@media (min-width: 1200px) {
    .index-page-wrap.container-fluid {
        padding-left: 48px;
        padding-right: 48px;
    }
}
@media (min-width: 1400px) {
    .index-page-wrap.container-fluid {
        padding-left: 64px;
        padding-right: 64px;
    }
}

/* Hero Section – aspect ratio, responsive */
.hero-section {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65.5%;
    border-radius: 16px;
}

.hero-video {
    z-index: 1;
    border-radius: inherit;
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.35) 100%);
    z-index: 2;
    border-radius: inherit;
}

@media (max-width: 767.98px) {
    .hero-section { padding-bottom: 85%; border-radius: 12px; }
}

@media (max-width: 480px) {
    .hero-heading {
        font-size: clamp(18px, 5.5vw, 28px);
        letter-spacing: 0.5px;
    }
    .hero-description {
        font-size: clamp(12px, 3.2vw, 16px);
    }
    .hero-btn {
        font-size: 13px;
        height: 38px;
        padding: 10px 18px;
    }
}

@media (max-width: 429.98px) {
    .hero-sponsored {
        display: none !important;
    }
    .hero-content {
        padding-bottom: 1rem;
        justify-content: flex-start;
        padding-top: 1.5rem;
    }
    .hero-container .hero-heading {
        margin-bottom: 0.5rem;
    }
    .hero-container .hero-description {
        margin-bottom: 0.75rem;
    }
}

@media (min-width: 768px) {
    .hero-section { padding-bottom: 70%; }
}

@media (min-width: 992px) {
    .hero-section { padding-bottom: 65.5%; }
}

/* Hero Container */
.hero-container {
    max-width: 800px;
}

/* Logo Section */
.hero-logo {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.hero-logo-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    /* Cloud icon placeholder */
}

.hero-logo-text {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
}

/* Hero Heading – responsive: smaller on narrow viewports */
.hero-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(20px, 4.5vw, 72px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 2px;
    margin-bottom: clamp(12px, 2.5vw, 35px);
}

/* Hero Description – responsive */
.hero-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 568px;
    color: #FFF;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(13px, 1.4vw, 22px);
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: clamp(16px, 2.5vw, 45px);
}

/* Hero Buttons */
.hero-buttons {
    margin-bottom: 0;
}

.hero-btn {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-btn-primary {
    display: flex;
    height: 47px;
    padding: 15px 24px 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    background: #1989FB;
    color: #FFF;
    border: none;
}

.hero-btn-primary:hover {
    background: #0d7be8;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(25, 137, 251, 0.3);
}

.hero-btn-secondary {
    display: flex;
    height: 47px;
    padding: 15px 24px 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    background: #FFF;
    color: #0D0100;
    border: none;
}

.hero-btn-secondary:hover {
    background: #f8f9fa;
    color: #0D0100;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Sponsored Section */
.hero-sponsored {
    position: absolute;
    bottom: 5%;
    z-index: 3;
}

.hero-sponsored-avatars {
    display: flex;
    margin-right: 15px;
}

.hero-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: -10px;
    position: relative;
}

.hero-avatar:first-child {
    margin-left: 0;
}

.hero-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.hero-sponsored-text {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: white;
    line-height: 1.4;
}

/* Hire Section Styles */
.hire-section {
    padding: 80px 0;
    background: #ffffff;
}

.hire-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0;
}

/* 1340–1240: align section and cards, equal side spacing */
@media (max-width: 1340px) and (min-width: 1240px) {
    .hire-section .hire-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .hire-section > .tab-content {
        max-width: 1150px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
    }

    .hire-section .hire-title {
        font-size: clamp(40px, 4vw, 48px);
        margin-bottom: 40px;
    }

    .hire-section .tab-content .cards-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 32px;
        max-width: 100%;
    }

    .hire-section .tab-content .cards-grid .hire-card,
    .hire-section .tab-content .cards-grid .cta-card {
        max-width: none;
        width: 100%;
    }

    .hire-section .tab-content .cards-grid .hire-card h3 {
        font-size: clamp(22px, 1.9vw, 28px);
        line-height: 1.35;
        max-width: none;
    }
}

.hire-header {
    text-align: center;
    margin-bottom: 50px;
}

.hire-tabs-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .hire-section .hire-header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hire-section .hire-header .hire-tabs-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-bottom: 28px;
    }
    .hire-section .hire-header .tabs-label {
        font-size: 18px;
        line-height: 1.3;
    }
    .hire-section .hire-header .hire-tabs {
        width: auto;
        max-width: 260px;
        height: 42px;
        margin: 0 auto;
        padding: 3px;
    }
    .hire-section .hire-header .hire-tabs .tab-btn {
        font-size: 12px;
        padding: 8px 12px;
        min-width: 0;
    }
}

.tabs-label {
    color: #0D0100;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.hire-title {
    font-family: 'Outfit', sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 40px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.hire-tabs {
    display: flex;
    justify-content: center;
    gap: 4px;
    background: #DFE0E8;
    border-radius: 33554400px;
    width: 380px; /* Increased width to accommodate longer text */
    height: 52px;
    padding: 4px;
    box-sizing: border-box;
    align-items: center;
}

.tab-btn {
    padding: 12px 24px;
    border: none;
    background: transparent;
    color: #4A5568;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    cursor: pointer;
    border-radius: 33554400px;
    transition: all 0.2s ease;
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.tab-btn.active {
    background: #ffffff;
    color: #1989FB;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.tab-btn:hover:not(.active) {
    background: rgba(25, 137, 251, 0.1);
}

.tab-content {
    position: relative;
}

.tab-pane {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 370px));
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.hire-card {
    background: #FFFCFA;
    border: none;
    border-radius: 24px;
    padding: 30px 116px 60px 24px;
    width: 100%;
    max-width: 370px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 63px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
}

.hire-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    border-color: #1989FB;
}

.card-icon {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 999px;
    background: rgba(25, 137, 251, 0.80);
    margin-bottom: 24px;
}

.card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hire-card h3 {
    color: #0D0100;
    font-family: 'Outfit', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
    display: flex;
    max-width: 230px;
    min-height: 0;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

.hire-card p {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.cta-card {
    background: #1989FB;
    color: white;
    border: none;
    border-radius: 24px;
    width: 100%;
    max-width: 370px;
    min-height: 360px;
    padding: 30px 40px 40px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.cta-card::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 223px;
    height: 230px;
    background-image: url('../images/cta-star.svg');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
}

.cta-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: white;
    margin: 0 0 20px 0;
    line-height: 1.2;
    z-index: 2;
}

.cta-card p {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 20px;
    max-width: 220px;
    z-index: 2;
}

.cta-btn {
    background: white;
    color: #0D0100;
    border: none;
    padding: 10px 24px;
    border-radius: 999px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    z-index: 2;
}

.cta-btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cta-card .card-icon {
    display: none;
}

@media (max-width: 769.98px) {
    .hire-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .tab-content .cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 24px;
        max-width: 100%;
    }

    .tab-content .cards-grid .hire-card,
    .tab-content .cards-grid .cta-card {
        width: 100%;
        max-width: none;
        min-height: 0;
    }

    .tab-content .cards-grid .hire-card {
        padding: 24px 20px 32px;
        gap: 24px;
        min-height: 200px;
    }

    .tab-content .cards-grid .hire-card h3 {
        max-width: none;
        font-size: clamp(20px, 4.5vw, 26px);
        line-height: 1.35;
    }

    .tab-content .cards-grid .cta-card {
        padding: 24px 20px 28px;
        min-height: 160px;
    }

    .tab-content .cards-grid .cta-card h3 {
        font-size: clamp(20px, 4.5vw, 24px);
    }

    .tab-content .cards-grid .cta-card p {
        max-width: none;
        font-size: 13px;
    }
}

@media (min-width: 521px) and (max-width: 768px) {
    .hero-buttons {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .hero-btn {
        width: auto;
    }
}

@media (max-width: 520px) {
    .hero-buttons {
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .hero-btn {
        width: auto;
        font-size: 12px;
        height: 38px;
        padding: 10px 14px;
        white-space: nowrap;
    }
}

/* Below 770px: force hire-header to stack (label, then tabs, then title) – prevent overlap */
@media (max-width: 769.98px) {
    .hire-section .hire-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        margin-bottom: 36px;
        gap: 0;
    }

    .hire-section .hire-header .hire-tabs-wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 14px;
        margin-bottom: 20px;
        width: 100%;
        max-width: 320px;
    }

    .hire-section .hire-header .tabs-label {
        display: block !important;
        font-size: 18px;
        line-height: 1.3;
        margin: 0;
        text-align: center;
    }

    .hire-section .hire-header .hire-tabs {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        max-width: 260px;
        height: 42px;
        margin: 0 auto;
        padding: 3px;
        flex-shrink: 0;
    }

    .hire-section .hire-header .hire-title {
        display: block !important;
        font-size: clamp(26px, 6vw, 32px);
        margin-bottom: 28px;
        margin-top: 0;
        line-height: 1.25;
        text-align: center;
    }

    .hire-section .hire-header .tab-btn {
        flex: 1;
        font-size: 12px;
        padding: 8px 12px;
        min-width: 0;
    }
}

@media (max-width: 768px) {
    .hero-heading {
        font-size: clamp(22px, 6.5vw, 36px);
        letter-spacing: 1px;
    }
    .hero-description {
        font-size: clamp(13px, 3.5vw, 18px);
    }
    .hero-btn {
        font-size: 14px;
        height: 42px;
        padding: 12px 20px;
    }

    /* Hire Section Responsive */
    .hire-section {
        padding: 60px 0;
    }

    .hire-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hire-section .hire-header .hire-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .hire-section .hire-header .hire-tabs {
        flex-direction: column;
        max-width: 300px;
    }

    .hire-section .hire-header .hire-tabs .tab-btn {
        width: 100%;
        margin-bottom: 4px;
    }
    .hire-section .hire-header .hire-tabs .tab-btn:last-child {
        margin-bottom: 0;
    }

    .tab-content .cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 24px;
    }

    .tab-content .cards-grid .hire-card {
        padding: 20px 16px 28px;
        gap: 20px;
        min-height: 180px;
    }

    .tab-content .cards-grid .hire-card h3 {
        font-size: clamp(18px, 4.2vw, 24px);
        line-height: 1.35;
    }

    .tab-content .cards-grid .cta-card {
        padding: 20px 16px 24px;
        min-height: 150px;
    }

    .tab-content .cards-grid .cta-card h3 {
        font-size: 18px;
    }

    .tab-content .cards-grid .cta-card p {
        font-size: 13px;
    }

    .tab-content .cards-grid .cta-card .cta-btn{
        margin-top: 10px;
    }
    
}

/* Service Pillars Section (Scroll Stacking) */
.service-pillars-section {
    position: relative;
    background: #ffffff;
    height: 400vh; 
}

.service-pillars-container {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0 20px;
}

.service-pillars-title {
    font-family: 'Outfit', sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: #0D0100;
    text-align: center;
    margin-bottom: 40px;
    z-index: 100;
    letter-spacing: 2px;
}

.service-pillars-wrapper {
    position: relative;
    width: 1183px;
    height: 498px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 34px;
}

.pillar-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: #FFFCFA;
    border-radius: 34px;
    overflow: hidden;
    border: 1px solid rgba(247, 247, 247, 0.8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.85s cubic-bezier(0.65, 0, 0.35, 1), 
                opacity 0.5s ease,
                visibility 0.85s;
    z-index: 1;
}

.pillar-card.is-active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.pillar-card.is-passed {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}

.pillar-card-content {
    flex: 1.2;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.pillar-dots {
    display: flex;
    gap: 12px;
    margin-bottom: 35px;
}

.pillar-dots .dot {
    width: 12px;
    height: 12px;
    background: #E2E8F0;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.pillar-dots .dot.active {
    background: #1989FB;
    width: 28px;
    border-radius: 14px;
}

.pillar-name {
    font-family: 'Outfit', sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #0D0100;
    margin-bottom: 25px;
    line-height: 1.1;
    letter-spacing: 2px;
}

.pillar-description {
    display: flex;
    width: 543px;
    height: 112px;
    flex-direction: column;
    justify-content: center;
    color: #0D0100;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 40px;
}

.pillar-cta {
    display: inline-flex;
    padding: 15px 38px;
    background: #1989FB;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 100px;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
}

.pillar-cta:hover {
    background: #0d7be8;
    transform: translateX(8px);
    box-shadow: 0 10px 25px rgba(25, 137, 251, 0.25);
}

.pillar-card-image {
    flex: 1;
    padding: 24px;
}

.pillar-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
    display: block;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* The Smart Way Forward Section */
.smart-process-section {
    padding: 100px 0;
    background: #ffffff;
}

.process-container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}

.process-title {
font-family: 'Outfit';
    font-size: 45px;
    font-weight: 500;
    color: #0D0100;
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: 2px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 400px));
    justify-content: center;
    gap: 20px;
}

.process-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    height: 346px;
    background: lightgray;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.process-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.process-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.process-card:hover .process-card-image img {
    transform: scale(1.08);
}

.process-card-content {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: white;
    padding: 16px;
    z-index: 2;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease;
}

.process-card-content h3 {
    color: #0D0100;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 33.6px;
    margin-bottom: 12px;
}

.process-card-content p {
    color: #524E4E;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
    max-width: 100%;
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.process-card:hover .process-card-content {
    transform: translateY(-5px);
}

@media (max-width: 1239.98px) {
    .smart-process-section {
        padding: 72px 0;
    }

    .process-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .process-title {
        font-size: clamp(32px, 4.5vw, 44px);
        margin-bottom: 48px;
    }

    .smart-process-section .process-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        max-width: 100%;
    }

    .smart-process-section .process-card {
        max-width: none;
        width: 100%;
        height: 320px;
        min-height: 280px;
    }

    .smart-process-section .process-card-content h3 {
        font-size: clamp(18px, 2.2vw, 22px);
        line-height: 1.3;
    }

    .smart-process-section .process-card-content p {
        font-size: 13px;
        line-height: 1.4;
    }
}


@media (max-width: 1200px) {
    .service-pillars-wrapper {
        width: 100%;
        height: 600px;
    }
    
    .pillar-card {
        flex-direction: column-reverse;
    }
    
    .pillar-card-content {
        padding: 40px;
    }
    
    .pillar-card-image {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .service-pillars-title {
        font-size: 32px;
    }
    
    .pillar-name {
        font-size: 28px;
    }
    
    .pillar-description {
        font-size: 18px;
    }

    .smart-process-section {
        padding: 56px 0;
    }

    .smart-process-section .process-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .smart-process-section .process-title {
        font-size: clamp(26px, 6vw, 32px);
        margin-bottom: 32px;
    }

    .smart-process-section .process-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .smart-process-section .process-card {
        max-width: none;
        height: 280px;
        min-height: 240px;
    }

    .smart-process-section .process-card-content {
        padding: 12px;
    }

    .smart-process-section .process-card-content h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .smart-process-section .process-card-content p {
        font-size: 13px;
    }

    .process-card-image {
        height: 280px;
    }
}

/* How Realta Works Section */
.how-works-section {
    padding: 120px 0;
    background: #ffffff;
    overflow: hidden;
}

.how-works-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.how-works-title {
    font-family: 'Outfit';
    font-size: 48px;
    font-weight: 500;
    color: #0D0100;
    text-align: center;
    margin-bottom: 80px;
    letter-spacing: 2px;
}

.how-works-grid {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 85px;
    position: relative;
    padding: 40px 0;
}

.how-step {
    width: 370px;
    min-height: 232px;
    flex: 0 1 370px;
    min-width: 0;
    background: #ffffff;
    border: 1px solid #EFEFEF;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.how-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-color: #1989FB;
}

.step-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.how-step h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #0D0100;
    margin-bottom: 12px;
}

.how-step p {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #524E4E;
    line-height: 1.6;
    max-width: 100%;
}

/* Decorative Arrows */
.how-arrow {
    position: absolute;
    z-index: 5;
    pointer-events: none;
}

.how-arrow.top-arrow {
    top: -45px;
    right: -75px;
    width: 180px;
}

.how-arrow.bottom-arrow {
    bottom: -45px;
    right: -75px;
    width: 180px;
    transform: scaleY(-1); /* Flip for bottom effect */
}

/* 1300–1024: flexible 3-column layout so cards don’t get cut off */
@media (max-width: 1299.98px) {
    .how-works-section {
        padding: 80px 0;
    }

    .how-works-container {
        padding-left: 24px;
        padding-right: 24px;
        max-width: 100%;
    }

    .how-works-title {
        font-size: clamp(32px, 4.5vw, 44px);
        margin-bottom: 56px;
    }

    .how-works-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        padding: 32px 0;
    }

    .how-step {
        width: 100%;
        max-width: none;
        min-width: 0;
        min-height: 220px;
        flex: none;
    }

    .how-step h3 {
        font-size: clamp(18px, 1.8vw, 22px);
    }

    .how-step p {
        font-size: 13px;
    }
}

@media (max-width: 1239.98px) {
    .how-works-grid {
        gap: 24px;
    }

    .how-step h3 {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .how-works-section {
        padding: 72px 0;
    }

    .how-works-title {
        font-size: clamp(28px, 5vw, 40px);
        margin-bottom: 48px;
    }

    .how-works-grid {
        grid-template-columns: 1fr;
        align-items: center;
        gap: 32px;
        padding: 24px 0;
    }

    .how-arrow {
        display: none;
    }

    .how-step {
        width: 100%;
        max-width: 400px;
        min-height: 200px;
        padding: 28px 24px;
        justify-self: center;
    }

    .how-step h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .how-step p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .how-works-section {
        padding: 56px 0;
    }

    .how-works-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .how-works-title {
        font-size: clamp(24px, 6vw, 32px);
        margin-bottom: 32px;
    }

    .how-works-grid {
        gap: 24px;
        padding: 16px 0;
    }

    .how-step {
        max-width: none;
        width: 100%;
        min-height: 0;
        padding: 24px 20px;
    }

    .step-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 16px;
    }

    .step-icon svg {
        width: 36px;
        height: 36px;
    }

    .how-step h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .how-step p {
        font-size: 13px;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .how-works-section {
        padding: 40px 0;
    }

    .how-works-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .how-works-title {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .how-works-grid {
        gap: 20px;
    }

    .how-step {
        padding: 20px 16px;
    }

    .how-step h3 {
        font-size: 17px;
    }

    .how-step p {
        font-size: 13px;
    }
}

/* FAQ Accordion */
.faq-section {
    padding: 80px 0;
    background: #ffffff;
}

.faq-section .hire-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 24px;
}

.faq-accordion {
    margin-top: 40px;
}

.faq-item {
    border-bottom: 0.8px solid #000000;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Outfit';
    font-size: 18px;
    font-weight: 500;
    color: #0D0100;
    letter-spacing: 0px;
    line-height: 1.4;
    gap: 16px;
    transition: opacity 0.2s ease;
}

.faq-question:hover {
    opacity: 0.85;
}

.faq-question-text {
    flex: 1;
    padding-right: 16px;
}

.faq-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #1989FB;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    transition: transform 0.25s ease;
}

.faq-item.is-open .faq-icon {
    transform: rotate(90deg);
}

.faq-icon .faq-icon-close {
    display: none;
}

.faq-icon .faq-icon-plus {
    display: inline;
}

.faq-item.is-open .faq-icon .faq-icon-plus {
    display: none;
}

.faq-item.is-open .faq-icon .faq-icon-close {
    display: inline;
    font-size: 18px;
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease-in-out;
}

.faq-answer > * {
    min-height: 0;
    overflow: hidden;
}

.faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
    padding-bottom: 20px;
}

.faq-answer p {
    margin: 0 0 20px 0;
    padding-left: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #524E4E;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .faq-section {
        padding: 64px 0;
    }

    .faq-section .hire-container {
        padding: 0 20px;
    }

    .faq-accordion {
        margin-top: 32px;
    }

    .faq-question {
        font-size: 17px;
        padding: 18px 0;
    }

    .faq-icon {
        width: 22px;
        height: 22px;
        font-size: 14px;
    }

    .faq-item.is-open .faq-icon .faq-icon-close {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 56px 0;
    }

    .faq-section .hire-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .faq-accordion {
        margin-top: 24px;
    }

    .faq-question {
        font-size: 16px;
        padding: 16px 0;
        gap: 12px;
    }

    .faq-question-text {
        padding-right: 12px;
    }

    .faq-icon {
        width: 20px;
        height: 20px;
        font-size: 13px;
    }

    .faq-item.is-open .faq-icon .faq-icon-close {
        font-size: 15px;
    }

    .faq-answer p {
        font-size: 15px;
    }

    .faq-item.is-open .faq-answer {
        padding-bottom: 16px;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 40px 0;
    }

    .faq-section .hire-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .faq-accordion {
        margin-top: 20px;
    }

    .faq-question {
        font-size: 15px;
        padding: 14px 0;
        gap: 10px;
    }

    .faq-answer p {
        font-size: 14px;
        line-height: 1.45;
    }

    .faq-item.is-open .faq-answer {
        padding-bottom: 14px;
    }
}

/* Ready to Strengthen Section */
.ready-strengthen-section {
    padding: 60px 24px 80px;
}

.ready-strengthen-card {
    max-width: 1280px;
    margin: 0 auto;
    background: #1989FB;
    border: 2px solid #fff;
    border-radius: 24px;
    overflow: visible;
    display: flex;
    align-items: stretch;
    min-height: 400px;
    position: relative;
    background-image: url('../images/shape.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50% 100%;
}

.ready-strengthen-content {
    flex: 1;
    padding: 48px 40px 48px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 65%;
}

.ready-strengthen-title {
    font-family: 'Outfit', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 16px 0;
}

.ready-strengthen-text {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 28px 0;
    opacity: 0.95;
}

.ready-strengthen-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: #fff;
    color: #0D0100;
    border: 1px solid rgba(13, 1, 0, 0.25);
    border-radius: 90px;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
    align-self: flex-start;
}

.ready-strengthen-btn:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}

.ready-strengthen-image-wrap {
    flex: 0 0 35%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 400px;
    overflow: visible;
}

.ready-strengthen-image {
    width: auto;
    height: 110%;
    max-height: 440px;
    object-fit: contain;
    object-position: bottom right;
    margin-right: -2%;
    margin-top: -4%;
    transform: translateX(-10%) translateY(-5%) scale(1.1);
}

@media (max-width: 1024px) {
    .ready-strengthen-section {
        padding: 48px 20px 64px;
    }

    .ready-strengthen-card {
        flex-direction: column;
        min-height: 0;
        background-position: center;
        background-size: 60%;
    }

    .ready-strengthen-content {
        max-width: none;
        padding: 40px 32px 24px;
    }

    .ready-strengthen-title {
        font-size: 30px;
    }

    .ready-strengthen-text {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .ready-strengthen-image-wrap {
        flex: none;
        min-height: 280px;
        justify-content: center;
    }

    .ready-strengthen-image {
        max-height: 320px;
        object-position: center bottom;
    }
}

@media (max-width: 768px) {
    .ready-strengthen-section {
        padding: 40px 16px 56px;
    }

    .ready-strengthen-content {
        padding: 32px 24px 20px;
    }

    .ready-strengthen-title {
        font-size: 26px;
    }

    .ready-strengthen-text {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .ready-strengthen-image-wrap {
        min-height: 240px;
    }

    .ready-strengthen-image {
        max-height: 280px;
    }

    .ready-strengthen-btn {
        padding: 12px 24px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .ready-strengthen-section {
        padding: 32px 12px 48px;
    }

    .ready-strengthen-content {
        padding: 28px 20px 16px;
    }

    .ready-strengthen-title {
        font-size: 22px;
    }

    .ready-strengthen-text {
        font-size: 14px;
    }

    .ready-strengthen-image-wrap {
        min-height: 200px;
    }

    .ready-strengthen-image {
        max-height: 240px;
    }
}

