/* hero section start */

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.hero-section {
    position: relative;
    background: #05050A;
    padding: 80px 24px 0px;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    opacity: 0.95;
    pointer-events: none;
    top: -10%;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 5, 10, 0.94) 0%, rgba(5, 5, 10, 0.84) 100%),
        radial-gradient(circle at top right, rgba(255, 116, 77, 0.25), transparent 30%),
        radial-gradient(circle at bottom left, rgba(86, 55, 255, 0.18), transparent 28%);
    pointer-events: none;
}

.hero-inner {
    position: relative;

    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero-footer-text {
    font-size: 24px !important;
    margin-top: 10px;
}

.highlight-point {
    color: #36D4E3;

    font-weight: 600;
}

.hero-copy {
    display: flex;
    flex-direction: column;

    max-width: 760px;
}

.hero-title {
    font-family: 'Galano Grotesque', sans-serif;
    font-size: 56px;

    font-weight: 700;

    background: linear-gradient(180deg, #FCFCFF 0%, rgba(252, 252, 255, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px;
}

.hero-copy p {
    font-size: 28px;
    line-height: 40px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    border: 1px solid rgba(255, 116, 77, 0.22);
    border-radius: 10px;
    background: linear-gradient(180deg, #FF744D 0%, #D94D26 100%);
    color: #FFF;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    margin-top: 30px;
    
}

.hero-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.hero-badge img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.hero-card {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.4);
    position: relative;
    margin-top: 60px;
    margin-bottom: 40px;

}

.hero-card video,
.hero-card img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.hero-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(to top, rgb(0 0 0 / 88%), rgba(5, 5, 10, 0));
    pointer-events: none;
}

.hero-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero-card img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-footer {
    text-align: center;
    padding: 0 16px;
    margin-top: 8px;
}

.hero-footer h2 {
    font-size: 40px;
    margin-bottom: 18px;
    color: #D3D2DA;
    margin: 0px;
}

.hero-footer h2 span {
    color: #FF744D;
}

.hero-footer p {
    font-size: 28px;
    margin-bottom: 24px;
}

.container-main {
    max-width: 1300px;
    margin: 0 auto;
}

@media (min-width: 960px) {
    .hero-inner {
        gap: 20px;
    }

    .hero-top {
        display: flex;
        align-items: center;
        gap: 150px;
    }

    .hero-badge {
        margin-top: 12px;
    }
}

@media (max-width: 768px) {
    .hero-top {
        display: flex;
        flex-direction: column;
    }

    .hero-badge {
        order: -1;

        text-align: center;
        justify-content: left;

    }

    .hero-copy {
        order: 1;
        text-align: center;
        /* optional */
    }

    .hero-badge img {
        width: unset;
    }

    h1.hero-title {
        text-align: left;
        font-size: 40px;
        line-height: 54px;
    }

    .hero-copy p {
        text-align: left;
        font-size: 20px;
    }

    .hero-footer h2 {
        font-size: 28px;

    }

    .hero-footer p {
        font-size: 16px;
    }

    .hero-footer-text {
        font-size: 14px !important;

    }

    .hero-footer {
        margin-top: 60px;
    }
}

/* hero section ends */








/* ============================= */
/* BRANDS SECTION */
/* ============================= */

.brands-section {
    padding: 140px 0px 60px 0px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

/* TITLE */
.brands-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin: 0;

    background: linear-gradient(180deg, #FCFCFF 0%, rgba(252, 252, 255, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* LOGOS WRAPPER */
.brands-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 68px;
    width: 100%;
    padding: 60px 0;
}

/* LOGO IMAGE */
.brands-logos img {
    width: calc(16.66% - 30px);
    /* 6 per row */
    max-width: 160px;
    height: 60px;
    object-fit: contain;
    filter: grayscale(100%) brightness(1.2);
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 60%;
}

/* HOVER EFFECT */
.brands-logos img:hover {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.05);
}

.author-info {
    margin-top: 40px;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

/* Tablet */
@media (max-width: 1024px) {
    .brands-logos img {
        width: calc(25% - 30px);
        /* 4 per row */
    }
}

/* Small Tablet */
@media (max-width: 768px) {
    .brands-title {
        font-size: 24px;
        line-height: 32px;
    }

    .brands-logos img {
        width: calc(33.33% - 30px);
        opacity: 80%;
    }

    .brands-logos {
        gap: 50px;
    }
}




/* brand section end */


/* testimonial section */

.testimonial-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
}

/* TOP + BOTTOM FADE */
.testimonial-section::before,
.testimonial-section::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 2;
    pointer-events: none;
}

.testimonial-section::before {
    top: 0;
    background: linear-gradient(to bottom, #030A11, transparent);
}

.testimonial-section::after {
    bottom: 0;
    background: linear-gradient(to top, #030A11, transparent);
}


/* BACKGROUND */
.bg-wrapper {
    position: absolute;
    inset: 0;
}

.bg-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* DARK + BLUE GLOW OVERLAY */
.bg-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(3, 10, 17, 0.9), rgba(3, 10, 17, 0.7)),
        radial-gradient(circle at 20% 30%, rgba(0, 140, 255, 0.15), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(0, 80, 200, 0.15), transparent 40%);
}

/* Container */
.container-main {
    position: relative;
    z-index: 1;
}

/* HEADER */
.header-frame {
    margin-bottom: 60px;
}

.caption-row {
    display: flex;
    gap: 6px;
    align-items: center;
}

.caption-icon {
    width: 14px;
    height: 14px;
    background: #FFAF99;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.caption-text {
    font-size: 14px;
    color: #FFAF99;
}

.page-title {
    font-size: 56px;
    margin-top: 10px;
    background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* SLIDER */
.testimonials-container {
    display: flex;
    gap: 40px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

/* HIDE SCROLLBAR */
.testimonials-container::-webkit-scrollbar {
    display: none;
}

.testimonials-container {
    scrollbar-width: none;
}

/* CARD */
.testimonial-card {
    min-width: 500px;
    padding: 32px;
    border-radius: 16px;

    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
    scroll-snap-align: start;
}

.testimonial-text {
    color: #C5C4C8;
    line-height: 28px;
}

.author-name {
    margin-top: 20px;
    opacity: 60%;
    font-weight: 500;
    color: #fff;
}

.author-role {
    color: #aaa;
}

/* MOBILE */
@media (max-width: 768px) {
    .testimonial-card {
        min-width: 280px;
    }

    .testimonial-section {
        padding: 40px 0;
    }

    .testimonial-section::before,
    .testimonial-section::after {
        height: 40px;
    }

    .testimonial-section h1 {
        font-size: 40px;
        margin-left: 20px;
        width: 90%;
    }

    .caption-row {
        margin-left: 20px;
    }

    .testimonials-container {
        gap: 20px;
    }
}


/* testimonials ends */