body{
    font-family: 'Unageo';
}
:root{
    --col1:#3E2C7A;
}
header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 1.3rem 0;
}
.contact-btn
 {
    font-weight: 600;
    color: var(--col1);
    padding: 0.39rem 1.2rem;
}
.hero {
    background-image: url(../images/hero.webp);
    height: 790px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
    .travtech-stats {
        padding: 60px 0;
        text-align: center;
    }
    .travtech-stats h2 {
         /* Dark color for heading */
        margin-bottom: 10px;
    }
    .travtech-stats p {
        color: #666;
        margin-bottom: 40px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .stat-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px; /* Space between rows */
    }

    .stat-label {
        font-size: 1.375rem;
        font-weight: 700;
        margin-bottom: 10px;
        align-self: flex-start;
        margin-right: -10px;
        color: var(--col1);
        width: 105px;
        text-align: center;
        line-height: 1.2;
    }
    
    .stat-value-container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
    }

    .stat-shield {
        width: 92px;
        height: 92px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4.6rem;
        font-weight: 900;
        color: white;
        margin-left: 20px; /* Space from the label */
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        line-height: 1;
    }
    
    .stat-row-item {
        display: flex;
        align-items: center;
        justify-content: flex-end; 
        text-align: right;
        width: 100%;
    }
    
    .stat-group {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 1.7rem;
    }

    .stat-label-wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        margin-right: 15px;
    }
    .travtech-stats .row .col-12:last-child .stat-shield {
        font-size: 2.5rem;
    }
       .services-section {
        padding: 80px 0;
        color: white;
    }
    .services-section h2 {
        color: var(--col1);
        font-weight: bold;
        margin-bottom: 50px;
    }

    .service-card {
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .service-content-wrapper {
        padding: 30px 20px;
        background-color: #F5EDFF;
        border-radius: 50px 50px 50px 7px;
        height: 200px;
    }
    .service-image-wrapper img {
        height: 70px;
    }
    .service-card h3 {
        font-size: 1.15rem;
        font-weight: bold;
        color: var(--col1);
        margin-bottom: 10px;
    }
    .service-card p {
        font-size: 0.95rem;
        color: #3E2C7A;
    }
    .heading{
        color: var(--col1);
        font-size: 2.25rem;
        font-weight: bold;
    }
        .brands-section {
        padding: 50px 0;
        overflow: hidden;
    }

    .brands-capsule {
        background-color: var(--brands-bg-color, #F15F28);
        border-radius: 100px;
        padding: 50px 50px;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .brands-capsule h2 {
        color: white;
        font-weight: bold;
        font-size: 2rem;
        text-align: left;
        flex-basis: 238px;
    }

    .logo-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        max-width: 700px;
        justify-content: center;
    }

    .logo-wrapper img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    
        .partners-section {
        padding: 60px 0 100px;
        text-align: center;
    }

    .partners-pedestal {
        background: linear-gradient(to top, #f8f8f8 70%, #ffffff 100%);
        border-radius: 0 0 150px 150px;
        padding: 50px 30px;
        max-width: 1000px;
        margin: 0 auto;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    }
    .partner-logo-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    .partner-logo-grid img {
        max-width: 150px;
        height: auto;
        object-fit: contain;
        filter: grayscale(0%);
        transition: transform 0.3s;
    }
    
        .cta-section {
        padding: 80px 0;
        text-align: center;
        color: white; 
    }

    .cta-section h2 {
        font-weight: bold;
        margin-bottom: 20px;
    }

    .cta-section p {
        font-size: 1.4rem;
        max-width: 600px;
        margin: 0 auto 30px auto; 
        color: #585B5C;
    }

    .cta-btn {
        padding: 12px 30px;
        font-size: 1.1rem;
        font-weight: 600;
        border-radius: 5px;
        border: none;
        background-color: var(--cta-button-color, #F15F28); 
        color: white;
        transition: background-color 0.3s ease;
        text-decoration: none;
        display: inline-block;
    }

    .cta-btn:hover {
        background-color: #F15F28;
        color: white;
        text-decoration: none;
    }
    
    @media (max-width: 768px) {
        .partners-pedestal {
            border-radius: 0 0 100px 100px;
            padding: 30px 15px;
        }
    }

    @media (max-width: 992px) {
        .brands-capsule {
            border-radius: 50px;
            text-align: center;
        }
        .brands-capsule h2 {
            text-align: center;
            margin-right: 0;
            margin-bottom: 30px;
        }
        .logo-wrapper {
            width: 110px;
        }
    }

@media (max-width: 500px) {
    .hero {
        height: 620px;
    }
    .travtech-stats {
        padding: 42px 0;
    }
    .heading {
        font-size: 2rem;
    }
    .stat-group {
        justify-content: center;
    }
    .services-section {
        padding: 20px 0;
    }
    .logo-grid {
        row-gap: 20px;
    }
    .partners-section {
        padding: 0px 0 80px;
    }
    .partner-logo-grid {
        column-gap: 15px;
        row-gap: 30px;
    }
    .services-section h2 {
        margin-bottom: 35px;
    }
    .brands-section {
        padding: 40px 0;
    }
    .cta-section p {
        font-size: 1.2rem;
    }
    .cta-section {
        padding-bottom: 2rem;
    }
}
    
