* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin-left: auto;
    margin-right: auto;
    background-color: #F5F5F5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Header and nav */

header {
    background-color: #ffffff;
    height: 100px;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 10px;

}

nav {
    display: flex;
    width: 1200px;
    height: 68px;
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;

}

.logo {
    width: 89.55px;
    height: 68px;
}

.menu-items {
    display: flex;
    width: 618px;
    height: 29px;
    gap: 32px;
    opacity: 1;
    list-style: none;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    letter-spacing: 0%;
    color: #344054;

}

.Action-buttons {
    width: 277px;
    height: 45px;
    display: flex;
    gap: 12px;
}

.login-btn {
    width: 104px;
    height: 45px;
    padding: 8px 27px;
    display: flex;
    gap: 10px;
    border-radius: 24px;
    border: 1px solid #D0D5DD;
    opacity: 1;
}

.demo-btn {
    display: flex;
    justify-content: center;
    width: 161px;
    height: 45px;
    padding: 8px 12px;
    display: flex;
    border-radius: 24px;
    border: 1px solid #A657E7;
    opacity: 1;
}

.login {
    font-family: Nunito;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #000000;

}

.demo {
    font-family: Nunito;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #A657E7;

}



/* Hero */
.hero {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    display: flex;
    gap: 28px;
}

.text-section {
    display: flex;
    flex-direction: column;
    width: 560px;
    height: 396px;
    top: 180px;
    left: 120px;
    gap: 12px;
    opacity: 1;
    margin-left: 120px;

}

.text-block {
    display: flex;
    width: 283px;
    height: 40px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    gap: 12px;
    opacity: 1;
    border-radius: 16px;
    background-color: white;
}

.text-group {
    width: 560px;
    height: 344px;
    gap: 28px;
    display: flex;
    flex-direction: column;

}

.text-style {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    color: #000000;
}

.hero-description-text {
    font-size: 18px;
    color: #344054;
    line-height: 32px;
    letter-spacing: 0;
    font-family: inter;
}

.hero-buttons {
    display: flex;
    width: 353px;
    height: 45px;
    gap: 24px;

}

.primary-btn {
    display: flex;
    justify-content: center;
    width: 156px;
    height: 45px;
    padding: 8px 12px;
    display: flex;
    border-radius: 24px;
    border: 1px solid #A657E7;
    opacity: 1;
    background: linear-gradient(90deg, #B564F7, #6A2F9B);
    color: white;
    font-family: Nunito;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
}

.right-side {
    display: flex;
    width: 610px;
    height: 387px;
    top: 180px;
    left: 708px;
    gap: 20px;
}

.image-container {
    width: 295px;
    height: 387px;

}

.image-container img {
    width: 295px;
    height: 387px;
    border-radius: 20px;
}

.hero-svg1 {
    top: 340px;
    right: 680px;
    position: absolute;
}

.hero-svg2 {
    top: 340px;
    right: 360px;
    position: absolute;
}


/* Social section */

.social {
    background-color: #F5F5F5;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.social-container {
    width: 496px;
    height: 130px;
    position: absolute;
    top: 604px;
    left: 822px;

    border-radius: 16px;
    padding: 20px 24px;
    gap: 12px;
    opacity: 1;
    background-color: white;
}

.social-container p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000000;

}

.icons {
    width: 448px;
    height: 48px;
    display: flex;
    gap: 32px;
    opacity: 1;
    margin-top: 12px;
}


/* Brands */


.brands {
    display: flex;
    align-items: center;
    margin-top: 200px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
}

.frame {
    /* width: 1440px; */
    height: 226px;
    padding-top: 48px;
    padding-bottom: 48px;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;

}

.brands-left {
    width: 300px;
    height: 78px;

}

.brands-left h6 {
    font-size: 32px;
    font-weight: 600;
}

.brands-left p {
    font-size: 20px;
    font-weight: 400;
    color: #1D2939;
}

.line {
    width: 130px;
    height: 0;
    opacity: 1;
    margin-top: 30px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg,
            rgba(0, 0, 0, 0) 0%,
            #000000 49.44%,
            rgba(102, 102, 102, 0) 100%) 1;

    transform: rotate(-90deg);
}

.brands-right {
    width: 1016px;
    height: 48px;
    display: flex;
    justify-content: space-between;
    opacity: 1;
}

.marquee {
    overflow: hidden;
    width: 100%;
    background: white;
}

.marquee-content {
    display: flex;
    gap: 40px;
    animation: scroll 10s linear infinite;
}

@keyframes scroll {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}


/* Services */

.services {
    max-width: 1440px;
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
}

.services-container {
    display: flex;
    flex-direction: column;
    width: 1201px;
    height: 749px;
    top: 1120px;
    left: 115px;
    gap: 48px;
    opacity: 1;
}

.service-head {
    display: flex;
    flex-direction: column;
    width: 842px;
    height: 128px;
    gap: 16px;
    opacity: 1;
    margin-right: auto;
    margin-left: auto;
}

.service-head h6 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 124%;
    letter-spacing: -1%;
    text-align: center;
    vertical-align: middle;
}

.service-head p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    color: #344054;

}

.service-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1203;
    height: 573;
    gap: 48px;
    opacity: 1;
    border-radius: 16px;
    border-width: 1px;
    padding-top: 28px;
    padding-right: 24px;
    padding-bottom: 28px;
    padding-left: 24px;
    background-color: #FFFFFF;
    border: 1px solid #D0D5DD;

}

.service-content {
    display: flex;
    width: 1155px;
    height: 424px;
    gap: 48px;
    opacity: 1;

}

.button-container {
    display: flex;
    justify-content: center;

    width: 156px;
    height: 45px;
    gap: 28px;
    opacity: 1;

}

.S-c-l {
    display: flex;
    flex-direction: column;
    width: 496px;
    height: 392px;
    gap: 32px;
    opacity: 1;

}

.S-c-line {

    margin-top: 230px;
    width: 336px;
    height: 0;
    border: 1px solid;

    border-image: linear-gradient(90deg,
            rgba(0, 0, 0, 0) 0%,
            #000000 49.44%,
            rgba(102, 102, 102, 0) 100%) 1;

    transform: rotate(-90deg);
    opacity: 1;
}

.S-c-r {
    display: flex;
    flex-direction: column;
    width: 563px;
    height: 424px;
    gap: 16px;
    opacity: 1;

}

.S-c-l-h {
    display: flex;
    width: 302px;
    height: 48px;
    gap: 20px;
    opacity: 1;

}

.S-c-l-h img {
    width: 48px;
    height: 48px;
}

.S-c-l-h p {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 124%;
    letter-spacing: -1%;
    text-align: center;
    vertical-align: middle;

}

.S-c-l-c {
    display: flex;
    flex-direction: column;
    width: 496px;
    height: 312px;
    gap: 24px;
    opacity: 1;

}

.S-c-l-c-group-p {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #344054;
    width: 466px;
    left: 30px;
    opacity: 1;
    position: relative;
    top: 5px;

}

.S-c-l-c-group {
    width: 496px;
    height: 95px;
}

.S-c-l-c-group-h {
    display: flex;
    width: 230;
    height: 27;
    gap: 12px;
    opacity: 1;

}

.S-c-l-c-group-h img {
    width: 18px;
    height: 18px;
}

.S-c-l-c-group-h p {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #101828;

}

.S-c-r-cards {
    display: flex;
    align-items: center;
    width: 563px;
    height: 130px;
    gap: 113px;
    opacity: 1;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #D0D5DD;
}

.S-c-r-cards img {
    width: 22px;
    height: 22px;
}

.S-c-r-cards-content {
    display: flex;
    flex-direction: column;
    width: 380px;
    height: 82px;
    gap: 12px;
    opacity: 1;

}

.S-c-r-cards-content h6 {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 44px;
    letter-spacing: -2%;
    color: #1D2939;
}

.S-c-r-cards-content p {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 164%;
    letter-spacing: 0%;
    color: #344054;
}

/* Sections */

.video-to-clip-section {
    max-width: 1221px;
    margin: 100px auto;
}

.section-title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 48px;
    line-height: 1.2;
}

.section-title span {
    color: #a855f7;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.feature-header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.feature-header .check-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background: #a855f7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.feature-header .check-icon svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: #fff;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-header h3 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.4;
}


.feature-image {
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 10px;
    overflow: hidden;
    background: #e2e2e2;
}

.feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2d2d3a 0%, #484860 50%, #2d2d3a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.img-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg,
            transparent,
            transparent 60px,
            rgba(255, 255, 255, 0.03) 60px,
            rgba(255, 255, 255, 0.03) 61px),
        repeating-linear-gradient(0deg,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 41px);
}

.img-placeholder .monitor {
    width: 64px;
    height: 44px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    position: relative;
    background: rgba(255, 255, 255, 0.08);
}

.img-placeholder .monitor::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}

.img-placeholder .play-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.7);
}

.feature-body p {
    font-size: 0.82rem;
    color: #6b7280;
    line-height: 1.6;
}

.platforms-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.platform-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.platform-card h4 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}

.platform-card p {
    font-size: 0.8rem;
    color: #6b7280;
    line-height: 1.6;
}


@media (max-width: 1024px) {

    .features-grid,
    .platforms-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title {
        font-size: 3rem;
    }
}

@media (max-width: 600px) {

    .features-grid,
    .platforms-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 1rem;
    }
}

/* business videos */

.business-videos {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.business-videos-container {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    max-width: 1221px;
    gap: 40px;
    opacity: 1;

}

.b-v-h {
    display: flex;
    align-items: center;
    /* max-width: 772px; */
    height: 72px;
    gap: 4px;
    opacity: 1;

}

.b-v-h img {
    width: 160px;
    height: 34px;
    /* opacity: 1; */
    border-radius: 16px;
    border: 4px solid #A554E6;

}

.b-v-h p {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: clamp(24px, 5vw, 48px);
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

}

.b-v-c-arrow1 {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 275px;
    left: 1273px;
}

.b-v-c-arrow2 {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 875px;
    left: 1273px;
}

.video-containers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1188px;
    top: 112px;
    gap: 24px;
    opacity: 1;
    padding: 10px;
    justify-content: space-between;

}

@media screen and (max-width:1380px) {

    .b-v-c-arrow1,
    .b-v-c-arrow2 {
        display: none;
    }

    .video-containers {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}


@media screen and (max-width:1024px) {

    .video-containers {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:600px) {

    .video-containers {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 400px) and (max-width: 600px) {
    .video-containers {
        padding: 0px 40px;
    }
}

@media screen and (max-width:400px) {
    .video-containers {
        padding: 0px 10px;
    }
}

.video-container {
    display: flex;
    flex-direction: column;
    height: 379px;
    gap: 20px;
    opacity: 1;

}

.video-container img {
    height: 326px;
    opacity: 1;
    border-radius: 19.43px;

}

.video-container p {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 164%;
    letter-spacing: 0%;
    text-align: center;
    color: #344054;
}


/* Why-short-videos */

.why-short-videos {
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    margin-top: 150px;
}

.why {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    top: 4258px;
    left: -3px;
    gap: 10px;
    opacity: 1;
    padding-top: 40px;
    padding-right: 120px;
    padding-bottom: 40px;
    padding-left: 120px;

}

.why-container {
    display: flex;
    max-width: 1200px;
    gap: 48px;
    opacity: 1;

}

.why-container img {
    max-width: 480px;
    max-height: 501px;
    opacity: 1;
    border-radius: 16px;

}

@media screen and (max-width:1024px) {
    .why-container {
        display: block;
    }

    .why-container img {
        max-width: 100%;
    }

    .why {
        padding: 40px 30px;
    }
}

@media screen and (max-width:480px) {
    .why {
        padding: 40px 10px;
    }
}

.wc-r {
    display: flex;
    flex-direction: column;
    max-width: 672px;
    gap: 32px;
    justify-content: center;
}

.wc-c {
    display: flex;
    flex-direction: column;
    max-width: 672px;
    gap: 20px;

}

.wc-c h3 {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 124%;
    letter-spacing: -1%;
    vertical-align: middle;

}

.wc-c p {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #344054;

}


/* Faq */
.FaQ {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 150px;
}

.faq-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.faq-header {
    text-align: center;
    margin-bottom: 28px;
    
}

.faq-header h2 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -1%;
    

}

.faq-header h2 span {
    color: #8b5cf6;
    font-weight: 800;
}

.faq-header p {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #1D2939;
    margin-top: 24px;


}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    user-select: none;
}

.faq-question span {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #212121;

}

.faq-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    color: #555;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0px 10px;
}

.faq-answer p {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #949494;

}

.faq-item.open .faq-answer {
    max-height: 300px;
}

.faq-item .icon-plus {
    display: block;
}

.faq-item .icon-minus {
    display: none;
}

.faq-item.open .icon-plus {
    display: none;
}

.faq-item.open .icon-minus {
    display: block;
}


/* Footer */


.footer {
    width: 100%;
    padding: 64px 96px;
    color: #2d3748;
    background-color: white;
    margin-top: 110px;
}

.footer__inner {
    max-width: 1280px;
    margin: 0 auto;
}


.footer__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
    margin-bottom: 64px;
}


.footer__company {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer__logo {
    font-size: 2.25rem;
    font-weight: 700;
    color: #000000;
    letter-spacing: -1px;
    font-family: Inter;
    line-height: 132%;
    letter-spacing: -1%;
    vertical-align: middle;

}

.footer__about {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer__col-heading {
    font-size: 1.05rem;
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    line-height: 132%;
    letter-spacing: -2%;
    text-transform: capitalize;
    color: #000000;

}

.footer__description {
    line-height: 1.65;
    font-size: 0.875rem;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    letter-spacing: 0%;
    color: #344054;

}

.footer__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 8px;
}


.footer__links,
.footer__services {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer__nav-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer__nav-list a {
    text-decoration: none;
    color: #344054;
    font-size: 0.875rem;
    transition: color 0.2s;
    font-family: Poppins;
    font-weight: 400;
    line-height: 212%;
    letter-spacing: 0%;

}

.footer__nav-list a:hover {
    color: #9333ea;
}


.footer__contact {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer__input,
.footer__textarea {
    width: 100%;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    font-size: 0.875rem;
    color: #2d3748;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    background-color: #fff;
}

.footer__input::placeholder,
.footer__textarea::placeholder {
    color: #9ca3af;
}

.footer__input:focus,
.footer__textarea:focus {
    border-color: #a855f7;
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.1);
}

.footer__textarea {
    resize: none;
    height: 88px;
}

.footer__submit {
    width: 100%;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 12px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    border: none;
    font-family: inherit;
    transition: background-color 0.2s;
}

.footer__submit:hover {
    background-color: #000000;
}

.footer__submit-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}


.footer__bottom {
    padding-top: 32px;
    border-top: 1px solid #e5e7eb;
}

.footer__copyright {
    text-align: center;
    font-size: 0.875rem;
    color: #374151;
    font-weight: 500;
}

@media (max-width: 1024px) {
    .footer {
        padding: 64px 48px;
    }

    .footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .footer {
        padding: 64px 16px;
    }

    .footer__grid {
        grid-template-columns: 1fr;
    }

    .footer__actions {
        flex-wrap: wrap;
    }

    .btn {
        flex: 1;
        text-align: center;
    }
}


/* Fonts */


.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.nunito {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}


.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.raleway {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

header {
    background-color: #ffffff;
    height: 100px;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 10px;
    width: 100%;
}

nav {
    display: flex;
    width: 1200px;
    height: 68px;
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    width: 89.55px;
    height: 68px;
    object-fit: contain;
}

.menu {
    display: flex;
}

.menu-items {
    display: flex;
    width: 618px;
    height: 29px;
    gap: 32px;
    opacity: 1;
    list-style: none;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    letter-spacing: 0%;
    color: #344054;
}

.menu-items li {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.menu-items i {
    margin-left: 4px;
    font-size: 16px;
}

.Action-buttons {
    width: 277px;
    height: 45px;
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.login-btn {
    width: 104px;
    height: 45px;
    padding: 8px 27px;
    display: flex;
    gap: 10px;
    border-radius: 24px;
    border: 1px solid #D0D5DD;
    opacity: 1;
    background: white;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-family: inherit;
}

.demo-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 161px;
    height: 45px;
    padding: 8px 12px;
    border-radius: 24px;
    border: 1px solid #A657E7;
    opacity: 1;
    background: white;
    cursor: pointer;
}

.login {
    font-family: Nunito, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #000000;
}

.demo {
    font-family: Nunito, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #A657E7;
}

@media screen and (max-width: 1220px) {
    nav {
        width: 96%;
        max-width: 1200px;
    }
}

.mobile-toggle,
.mobile-menu-container {
    display: none;
}

@media screen and (max-width: 1000px) {

    .menu,
    .Action-buttons {
        display: none;
    }

    .mobile-toggle {
        display: block;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 24px;
        border: 1px solid #D0D5DD;
        background: white;
        cursor: pointer;
        margin-left: auto;
    }

    .mobile-toggle i {
        font-size: 24px;
        color: #344054;
    }

    .mobile-menu-container {
        display: none;
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 1000;
        padding: 24px 20px 30px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        border-top: 1px solid #f0f0f0;
    }

    .mobile-menu-container.show {
        display: block;
    }


    .mobile-menu-container .menu-items {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        gap: 20px;
        font-family: Poppins, sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #344054;
        margin-bottom: 24px;
    }

    .mobile-menu-container .menu-items li {
        white-space: nowrap;
        padding: 5px 0;
    }

    .mobile-menu-container .Action-buttons {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: auto;
        gap: 12px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .mobile-menu-container .login-btn,
    .mobile-menu-container .demo-btn {
        width: auto;
        min-width: 104px;
        height: 45px;
        padding: 8px 27px;
        flex: 0 1 auto;
    }

    .mobile-menu-container .demo-btn {
        padding: 8px 12px;
    }

    .mobile-menu-container .login {
        font-family: Nunito, sans-serif;
    }

    .mobile-menu-container .demo {
        font-family: Nunito, sans-serif;
    }


    nav {
        width: 96%;
        max-width: 1200px;
        height: 68px;
    }
}

@media screen and (max-width: 480px) {
    .mobile-menu-container .Action-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
}

header {
    height: 100px;
    padding-top: 16px;
    padding-bottom: 16px;
}


@media screen and (max-width: 1280px) {

    .hero,
    .frame {
        width: 100%;
        max-width: 1200px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .text-section {
        margin-left: 40px;
    }

    .social-container {
        left: auto;
        right: 30px;
    }
}

@media screen and (max-width: 1380px) {
    .hero {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-top: 40px;
    }

    .text-section {
        margin-left: 0;
        width: 90%;
        max-width: 560px;
        height: auto;
    }

    .right-side {
        width: 90%;
        max-width: 610px;
        height: auto;
        justify-content: center;
    }

    .hero-svg1,
    .hero-svg2 {
        display: none;
    }

    .social-container {
        position: relative;
        top: auto;
        left: auto;
        margin: 30px auto 0;
        width: 496px;
    }

    .brands .frame {
        flex-direction: column;
        height: auto;
        gap: 30px;
        padding: 48px 20px;
    }

    .brands-left {
        width: 100%;
        text-align: center;
        height: auto;
    }

    .line {
        display: none;
    }

    .brands-right {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        height: auto;
    }
}

@media screen and (max-width: 800px) {
    .menu-items {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
        gap: 20px;
    }

    .Action-buttons {
        width: auto;
    }

    .social-container {
        width: 100%;
        max-width: 496px;
        height: auto;
        padding-left: 20px;
        left: auto;
        right: auto;
    }

    .icons {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .text-style {
        font-size: 42px;
        line-height: 55px;
    }
}

@media screen and (max-width: 600px) {
    .right-side {
        flex-wrap: wrap;
        height: auto;
    }

    .image-container {
        width: 100%;
        max-width: 295px;
        margin: 0 auto;
    }

    .hero-buttons {
        width: 100%;
        justify-content: flex-start;
    }

    .text-group {
        width: 100%;
        height: auto;
    }

    .hero-description-text {
        font-size: 16px;
        line-height: 28px;
    }

}

@media screen and (max-width: 400px) {
    .hero {
        gap: 80px;
    }
}

@media screen and (min-width: 1400px) {

    .hero-svg1,
    .hero-svg2 {
        display: block;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1399px) {

    .hero-svg1,
    .hero-svg2 {
        display: none;
    }
}

.brands {
    background-color: white;
}

.social {
    background-color: #F5F5F5;
}

@media screen and (max-width: 480px) {
    .text-style {
        font-size: 36px;
        line-height: 46px;
    }

    .hero-buttons {
        flex-wrap: wrap;
        width: 100%;
        gap: 16px;
    }

    .login-btn,
    .demo-btn,
    .primary-btn {
        width: auto;
        min-width: 140px;
        justify-content: center;
    }
}

@media (max-width: 1280px) {
    .services {
        padding: 0 24px;
    }

    .services-container {
        width: 100%;
        height: auto;
        top: unset;
        left: unset;
    }

    .service-head {
        width: 100%;
        height: auto;
    }

    .service-content-container {
        width: 100%;
        height: auto;
    }

    .service-content {
        width: 100%;
        height: auto;
    }

    .S-c-l {
        width: 45%;
        height: auto;
    }

    .S-c-l-c {
        width: 100%;
        height: auto;
    }

    .S-c-l-c-group {
        width: 100%;
        height: auto;
    }

    .S-c-l-c-group-p {
        width: 100%;
    }

    .S-c-r {
        width: 50%;
        height: auto;
    }

    .S-c-r-cards {
        width: 100%;
        height: auto;
        gap: 24px;
        box-sizing: border-box;
    }

    .S-c-r-cards-content {
        width: 100%;
        height: auto;
    }
}

/* --- Tablet (max 1024px) --- */
@media (max-width: 1024px) {
    .services {
        margin-top: 72px;
        padding: 0 32px;
    }

    .service-head h6 {
        font-size: 38px;
    }

    .service-content {
        flex-direction: column;
        gap: 32px;
    }

    /* Hide the vertical divider line on tablet and below */
    .S-c-line {
        display: none;
    }

    .S-c-l {
        width: 100%;
        height: auto;
    }

    .S-c-l-h {
        width: auto;
    }

    .S-c-r {
        width: 100%;
        height: auto;
    }

    .S-c-r-cards {
        width: 100%;
        gap: 24px;
        height: auto;
    }

    .S-c-r-cards-content {
        width: 100%;
        height: auto;
    }
}

/* --- Mobile Large (max 768px) --- */
@media (max-width: 768px) {
    .services {
        margin-top: 56px;
        padding: 0 20px;
    }

    .services-container {
        gap: 32px;
    }

    .service-head {
        width: 100%;
        height: auto;
    }

    .service-head h6 {
        font-size: 32px;
    }

    .service-head p {
        font-size: 15px;
    }

    .service-content-container {
        padding: 20px 16px;
        gap: 28px;
        border-radius: 12px;
    }

    .service-content {
        gap: 24px;
    }

    .S-c-l-h p {
        font-size: 20px;
    }

    .S-c-l-c-group-h p {
        font-size: 16px;
    }

    .S-c-l-c-group-p {
        font-size: 13px;
        left: 0;
        width: 100%;
    }

    .S-c-r-cards {
        flex-direction: row;
        gap: 16px;
        padding: 16px;
    }

    .S-c-r-cards-content h6 {
        font-size: 16px;
        line-height: 1.4;
    }

    .S-c-r-cards-content p {
        font-size: 14px;
    }

    .button-container {
        width: 100%;
        justify-content: center;
    }
}

/* --- Mobile Small (max 480px) --- */
@media (max-width: 480px) {
    .services {
        margin-top: 40px;
        padding: 0 16px;
    }

    .services-container {
        gap: 24px;
    }

    .service-head h6 {
        font-size: 26px;
    }

    .service-head p {
        font-size: 14px;
    }

    .service-content-container {
        padding: 16px 12px;
        gap: 20px;
        border-radius: 10px;
    }

    .S-c-l {
        gap: 20px;
    }

    .S-c-l-h {
        gap: 12px;
    }

    .S-c-l-h img {
        width: 36px;
        height: 36px;
    }

    .S-c-l-h p {
        font-size: 18px;
    }

    .S-c-l-c {
        gap: 16px;
    }

    .S-c-l-c-group-h p {
        font-size: 15px;
    }

    .S-c-l-c-group-p {
        font-size: 12px;
        top: 2px;
    }

    .S-c-r-cards {
        border-radius: 10px;
        padding: 14px;
        gap: 12px;
    }

    .S-c-r-cards-content h6 {
        font-size: 15px;
        line-height: 1.3;
    }

    .S-c-r-cards-content p {
        font-size: 13px;
    }

    .S-c-r-cards img {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }
}

/* Client Stories Section */

.testimonial-section {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header Styling */
.header {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 170px;
}

.header h1 {
    font-size: 45px;
    font-weight: 800;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
}

 .test-img {
    width: 160px;
    height: 34px;
    border-radius: 16px;
    border: 4px solid rgba(165, 84, 230, 1);
 }

.purple-text {
    color: #9333ea !important;
}

/* Video Card Grid */
.video-contain {
    display: grid;
    grid-template-columns: repeat(4, 1fr) 0.5fr;
    gap: 15px;
    margin-bottom: 40px;
}

.video-card {
    position: relative;
    height: 280px;
    background: #ddd;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.video-card.thin {
    height: 280px;
    border-radius: 15px;
}

.img-placeholder > img {
    width: 100%;
    height: 100%;
    
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    opacity: 0.8;
}

.card-footer {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
}

.avatar-small > img {
    width: 35px;
    height: 35px;
    /* background: #888; */
    border-radius: 50%;
    border: 1px solid #fff;
}

.name { font-size: 12px; font-weight: bold; }
.title { font-size: 10px; opacity: 0.8; }

/* Testimonial Cards */
.text-grid-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.text-grid-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.testimonial-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.profile-info {
    display: flex;
    gap: 12px;
}

.avatar-large > img {
    width: 45px;
    height: 45px;
    background: #ddd;
    border-radius: 50%;
}

.profile-info h4 { font-size: 14px; margin-bottom: 2px; }
.profile-info p { font-size: 11px; color: #64748b; }

.rating, .rating-bottom {
    font-size: 12px;
    color: #475569;
    font-weight: bold;
}

.rating-bottom {
    margin: -5px 0 10px 57px;
}

.quote-text {
    font-size: 13px;
    line-height: 1.6;
    color: #334155;
    position: relative;
    padding: 10px 0;
}

/* Quotes Marks */
.quote-text::before, .quote-text::after {
    content: '"';
    font-family: serif;
    font-size: 24px;
    color: #cbd5e1;
    position: absolute;
}
.quote-text::before { left: -10px; top: -5px; }
.quote-text::after { right: 0; bottom: -10px; }


/* --- RESPONSIVE DESIGN --- */


@media (max-width: 992px) {
    .video-contain {
        grid-template-columns: repeat(2, 1fr); 
    }
    
    .text-grid-bottom {
        grid-template-columns: 1fr 1fr; 
    }
    
    .video-card.thin {
        grid-column: span 2; 
    }
}


@media (max-width: 600px) {
    body {
        padding: 30px 15px;
    }

    .header h1 {
        font-size: 24px; 
        flex-wrap: wrap; 
    }

    .pill-icon {
        width: 45px;
        height: 20px;
    }

    
    .video-contain, 
    .text-grid-top, 
    .text-grid-bottom {
        grid-template-columns: 1fr;
    }

    .video-card.thin {
        grid-column: span 1;
        height: 200px;
    }

    .testimonial-card {
        padding: 15px;
    }

    .rating-bottom {
        margin-left: 57px; 
    }
}