/* =======================
   FONTS
======================= */
@font-face {
    font-family: 'Neulis';
    src: url('../fonts/fonnts.com-Neulis_Sans_Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Neulis';
    src: url('../fonts/fonnts.com-Neulis_Sans_Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Neulis';
    src: url('../fonts/fonnts.com-Neulis_Sans_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Neulis';
    src: url('../fonts/fonnts.com-Neulis_Sans_Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Neulis';
    src: url('../fonts/fonnts.com-Neulis_Sans_Semi_Bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.dq-section p {
    font-size: 14px;
}

* {
    box-sizing: border-box;
}

h1 .medium {
    font-weight: 500;
    /* Medium weight */
}

h1 .light {
    font-weight: 300;
    /* Light weight */
}

.light-text {
    font-weight: 300 !important;
}

.normal-text {
    font-weight: 400 !important;
}

.bold-text {
    font-weight: 700;
}

.medium-text {
    font-weight: 500;
}

.semi-text {
    font-weight: 600;
}

/* =======================
   BODY
======================= */
body {
    margin: 0;
    font-family: 'Neulis', sans-serif;
}

/* NAVBAR */
.custom-navbar {
    width: 100%;
    padding: 2rem 4rem;
}

.nav-container {
    max-width: 1300px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LEFT */
.nav-left {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    /* pehle 2.5rem tha */
}

.py-6 {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
}

/* MENU */
.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-family: 'Neulis';
    font-size: 14px;
}

.star {
    color: #000;
    /* black star */
    font-size: 14px;
}

/* RIGHT */
.nav-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cut-btn {
    text-decoration: none;
}

.button-style-1 {
    padding: 8px;
    background: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    clip-path: polygon(6% 0%, 94% 0%, 100% 25%, 100% 75%, 94% 100%, 6% 100%, 0% 75%, 0% 25%);
    font-size: 14px;
    width: 130px;
}

.button-style-2 {
    padding: 8px;
    background: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    clip-path: polygon(6% 0%, 94% 0%, 100% 25%, 100% 75%, 94% 100%, 6% 100%, 0% 75%, 0% 25%);
    font-size: 14px;
    width: 130px;
    margin: auto;
}

.button-style-3 {
    padding: 17px 10px;
    background: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    clip-path: polygon(6% 0%, 94% 0%, 100% 25%, 100% 75%, 94% 100%, 6% 100%, 0% 75%, 0% 25%);
    font-size: 18px;
    width: 250px;
    margin: auto;
}

.button-style-4 {
    padding: 8px;
    background: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    clip-path: polygon(6% 0%, 94% 0%, 100% 25%, 100% 75%, 94% 100%, 6% 100%, 0% 75%, 0% 25%);
    font-size: 14px;
    width: 190px;
}

.button-style-new-one {
    padding: 18px 30px;
    background: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    clip-path: polygon(6% 0%, 94% 0%, 100% 16%, 100% 82%, 94% 100%, 5% 100%, 0% 80%, 0% 15%);
    font-size: 17px;
    width: 100%;
    margin: auto;
}

.button-style-new-one:hover {
    background: #47b2e4;
    color: #000;
}

.button-style-new {
    padding: 15px 14px;
    background: #000000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    clip-path: polygon(6% 0%, 94% 0%, 100% 25%, 100% 75%, 94% 100%, 6% 100%, 0% 75%, 0% 25%);
    font-size: 17px;
    width: 235px;
    /*margin: auto;*/
}

.hero-subtext {
    margin-bottom: 30px;
}

.button-style-new:hover {
    background: #47b2e4;
    color: #000;
}

.sparkles-new {
    position: relative;
    width: 22px;
    height: 22px;
}

.sparkles-new .star {
    position: absolute;
    fill: #ffffff;
}

.button-style-new:hover .sparkles-new .star {
    fill: #000;
}

.button-style-new-one:hover .sparkles-new .star {
    fill: #000;
}

.sparkles-new .star.big {
    width: 20px;
    height: 20px;
    top: -1px;
    left: 13px;
}

.sparkles-new .star.small {
    width: 10px;
    height: 10px;
}

.sparkles-new .star.small.top {
    top: -5px;
    right: -13px;
}

.sparkles-new .star.small.bottom {
    bottom: 0px;
    left: 25px;
}



.instant-ai {
    font-size: 80px;
}



/* Sparkles */
.sparkles {
    position: relative;
    width: 22px;
    height: 22px;
}

.star {
    position: absolute;
    fill: #000;
}

.star.big {
    width: 20px;
    height: 20px;
    top: -1px;
    left: 13px;
}

.star.small {
    width: 10px;
    height: 10px;
}

.star.small.top {
    top: -5px;
    right: -13px;
}

.star.small.bottom {
    bottom: 0px;
    left: 25px;
}



.button-style-1:hover {
    background: #000000cf;
    color: #ffffff;
}

.button-style-2:hover {
    background: #47b2e4;
    color: #000;
}

.button-style-3:hover {
    background: #47b2e4;
    color: #000;
}

.custom-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.logo img {

    width: 80px;
    display: block;
}

.dq-header h1 {
    font-size: 80px;
    font-weight: 300;
    line-height: 66px;
}



/* -------- HAMBURGER BUTTON -------- */
.hamburger {
    display: none;
    background: black;
    color: white;
    border: none;
    font-size: 22px;
    padding: 6px 10px;
    border-radius: 5px;
}

/* -------- MOBILE MENU (LEFT SIDE SLIDE) -------- */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -280px;
    /* hidden */
    width: 260px;
    height: 100vh;
    background: white;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
    transition: 0.4s ease-in-out;
    z-index: 10000;
    text-align: left;
}

/* Close button */
.close-btn {
    background: none;
    border: none;
    font-size: 22px;
    position: absolute;
    top: 15px;
    right: 12px;
}

/* Menu list */
.mobile-nav-list {
    list-style: none;
    padding: 55px 0 0 5px;
    margin: 0;
}

/* Menu items spacing */
.mobile-nav-list li {
    margin-bottom: 12px;
    text-align: left;
}

/* Menu links */
.mobile-nav-list a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    display: block;
    padding: 6px 0;
}

/* Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 9998;
}

/* -------- RESPONSIVE: ONLY ON PHONE -------- */
@media (max-width: 768px) {

    .nav-menu,
    .nav-right {
        display: none;
    }

    .logo img {
        /*height: 36px;        */
        width: 70px;
        display: block;
    }

    .hamburger {
        display: block;
    }

    .nav-container {
        justify-content: space-between;
    }
}


/* ---- Buttons row inside mobile menu ---- */
.mobile-btn-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    margin-top: 15px;
    border-radius: 6px;
    justify-content: center;
}

/* Keep buttons same style but fit nicely */
.mobile-btn-row .button-style-1,
.mobile-btn-row .button-style-2 {
    width: 115px;
    font-size: 13px;
    padding: 9px 12px;
}



/* MEGA BANNER BACKGROUND */
.mega-banner {
    min-height: 100vh;
    background-image: url("../img/Artboard 1 copy 2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 20px;

}




@media (max-width: 768px) {

    .custom-navi {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #000000;
        z-index: 9999;
        padding: 9px 20px;
    }

    /* Taaki content header ke neeche hide na ho */
    body {
        padding-top: 70px;
    }

}







/* HERO SUBTITLE */
.hero-subtitle {

    color: rgba(255, 255, 255, 0.9);
}


.electric-btn {
    background: white;
    color: #000;
    border: none;
    padding: 18px 42px;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    clip-path: polygon(6% 0%,
            94% 0%,
            100% 25%,
            100% 75%,
            94% 100%,
            6% 100%,
            0% 75%,
            0% 25%);
}

/* Sparkles */
.electric-btn .sparkles {
    font-size: 20px;
}


/* AI BANNER TITLE */
.banner-title {
    font-size: clamp(36px, 5vw, 70px);
    font-weight: 400;
    color: #222;
    padding: 0 60PX;
}

/* VIDEO CARD */
/*.video-card {*/
/*  padding: 0 60px;       */
/*}*/
.video-card {
    position: relative;

}


.hero-text {
    padding: 60px 70px;
    background: linear-gradient(135deg, #8a8fe8, #a7cfff, #b96adf);
    font-family: 'Neulis', sans-serif;
    color: #111;
}


.ai-banner-content {
    padding: 30px 0;
}

/* LEFT TITLE */

.see-dq-title {
    font-size: 80px;
    font-weight: 300;
    line-height: 66px;
    text-align: left;
}

.light-text {
    font-weight: 300;
}

.bold-text {
    font-weight: 700;
}



.right-title h1 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 18px;
    text-align: left;

}

.right-title p {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
}

/* IMAGE SIZE 50% */
.play-blob img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ROBOT BACKGROUND TEXT */
.bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Neulis', sans-serif;
    font-size: clamp(50px, 8vw, 140px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.05;
    text-align: center;
    z-index: 1;
    pointer-events: none;
}

.top-text {
    display: block;
    font-size: clamp(50px, 8vw, 140px);

}

.bottom-text {
    display: block;
    font-size: clamp(50px, 8vw, 140px);
    white-space: nowrap;
}

/* ROBOT IMAGE */
.robot-img {
    max-height: 100vh;
    width: auto;
    z-index: 2;
    position: relative;
    /*margin-top: 50px;*/
}

.robot-content {
    bottom: -50px;

}

.robot-img {
    max-height: 100vh;

}

/* RESPONSIVE */
@media (max-width: 768px) {
    .video-card {
        height: auto;
    }

    .bg-text {
        font-size: 48px;
    }

    .robot-img {
        max-height: 60vh;
    }
}

/* Your Site,Built With Smart Motion Start */
/* HERO SECTION */
.hero-banner {
    background: #ffffff;
}

.hero-content .hero-subtitle {
    font-size: 24px;
    line-height: 24px
}

/* Title */
.hero-title {
    /*font-size: 87px;*/
    font-size: 90px;
    line-height: 1;
    color: #111;


}

/* Sub text */
.hero-subtext {
    font-size: 15px;
    color: #111;
    /*margin-right:30%;*/

}

/* Feature block */
.feature-block h6 {
    font-weight: 600;
    font-size: 22px;
}

.feature-block p {
    font-size: 16px;
    color: #666;
    max-width: 300px;
}

/* Feature list */
.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
    margin-top: 50px;
}

.feature-list li {
    font-size: 14px;
    margin-bottom: 8px;
    position: relative;
}

.feature-list li::before {
    position: absolute;
    left: 0;
    color: #000;
}

.ani-mate {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto 40px;
    gap: 60px;
}

/* Preview image box */
/*.preview-box{*/
/*  background:#fff;*/
/*  padding:16px;*/
/*  border-radius:20px;*/
/*  box-shadow:0 20px 40px rgba(0,0,0,0.08);*/
/*}*/
.preview-box img {
    width: 100%;
    border: 1px solid #e9e9e9;
}

/* Button star */
.white-emoji {
    filter: brightness(5);
}

/*.feature-list {*/
/*  list-style: none;*/
/*  padding: 0;*/
/*  margin: 0;*/

/*}*/


.feature-list li {
    display: flex;
    align-items: center;
    gap: 15px;
}


/* Your Site,Built With Smart Motion End*/

.dq-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.dq-cta p {
    font-size: 22px;
}

/* HEADER */
/*.dq-header{*/
/*        display: flex;*/
/*        justify-content: space-around;*/
/*        align-items: flex-start;*/
/*        margin-bottom: 40px;*/
/*    text-align: left;*/
/*}*/


.dq-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto 40px;
    gap: 60px;
}

.dq-header h5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

.dq-header p {
    line-height: 1.6;
}

.subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
}


.dq-header span {
    font-weight: 700;
}

/* FEATURE first  ROW COMMON */



.feature-row-first.green-first {
    max-height: 495px !important;
}



.green-first {
    background: #e6ffd6;
}

.feature-row-first {
    display: flex;
    align-items: center;
    padding: 39px 55px;
    border-radius: 22px;
    cursor: pointer;
    margin: 0;
    max-height: 180px !important;
    transition: all 0.4s ease;
    margin-bottom: 16px;
    font-size: 14px;
    /*margin: 0 auto 20px;*/
}

.feature-row-first .image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;

}



.feature-mode,
.feature-row-first {
    transition: transform 0.6s ease-in-out;
    position: relative;
}

/* JS in classes ko temporarily use karega */
.swap-down {
    transform: translateY(100%);
}

.swap-up {
    transform: translateY(-100%);
}





.feature-row-first.green-first {
    max-height: 491px !important;
}

.feature-row-first.active {
    max-height: 320px;
    /* extra space reveal */
    transform: scale(1.02);
    z-index: 5;
}

.feature-row-first h5,
.feature-row-first p {
    transition: transform 0.3s ease;

}


.feature-row-first.active h5 {
    transform: translateY(-2px);
}

.feature-row-first.active p {
    transform: translateY(0);
}

.feature-row-first:first-of-type {
    max-height: 260px;
}

.feature-row-fisrt:first-of-type.active {
    max-height: 420px;
}

/*.button-style-3:hover .sparkles {*/

/*        filter: invert(1);*/
/*}*/

/*robotic css*/

.robot-content {
    position: relative;
    overflow: hidden;
}

.mask-patch {
    position: absolute;
    bottom: 18px;
    right: 0;
    width: 180px;
    height: 100px;
    background: #e2ecf9;
    z-index: 10;
    border-radius: 22px;
}

.robot-content.position-relative.text-center {
    height: 100vh;
}

.feature-row {
    display: flex;
    padding: 50px 30px;
    border-radius: 22px;
    margin-bottom: -30px;
}


.feature-row .col {
    padding-left: 70px;
    padding-right: 70px;
}

.feature-row .image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;

}

/*.feature-row.green{*/
/*   max-height: 491px !important;*/
/*}*/

.feature-row.active {
    max-height: 320px;
    /* extra space reveal */
    transform: scale(1.02);
    z-index: 5;
}

.feature-row h5,
.feature-row p {
    transition: transform 0.3s ease;

}


.feature-row.active h5 {
    transform: translateY(-2px);
}

.feature-row.active p {
    transform: translateY(0);
}

.feature-row:first-of-type {
    max-height: 260px;
}

.feature-row:first-of-type.active {
    max-height: 420px;
}

/*.button-style-3:hover .sparkles {*/

/*        filter: invert(1);*/
/*}*/
/* COLORS */
.green {
    background: #e6ffd6;
}

.pink {
    background: #ffdce2;
}

.yellow {
    background: #fff0c9;
}

.blue {
    background: #cfe4ee;
}

.peach {
    background: #ffd8bf;
}

/* BUTTON */
.pentagon-btn {
    display: inline-block;
    margin-top: 0px;
    padding: 10px 26px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    clip-path: polygon(6% 0%,
            94% 0%,
            100% 25%,
            100% 75%,
            94% 100%,
            6% 100%,
            0% 75%,
            0% 25%);
}

/* FEATURE 1 SPECIAL (TEXT LEFT + IMAGE RIGHT) */
.feature-row:first-of-type {
    align-items: center;

}

/* FEATURES 2–10 (HALF TEXT LEFT + HALF TEXT RIGHT) */
.feature-row:not(:first-of-type) .col.text:last-child {
    padding-right: 0;
    padding-left: 40px;
}


/* Power of DQ AI Builder End  */

/*Instant AI Website Examples */
/*.container-fluid{*/
/*  background: linear-gradient(*/
/*  180deg,*/
/*  #faf9f7 0%,*/
/*  #f6f3ee 50%,*/
/*  #f3e8dd 100%*/
/*);*/

/*}*/

/* Banner */
.example-banner {
    padding: 100px 0;
    text-align: center;
}

example-banner h1 {
    font-size: 80px;
}

.bottom-row {
    max-width: 0px;
    /* content ko title ke paas rakhta hai */
}


.sub-text {
    text-align: right;
    /* 👈 RIGHT side text */
    color: #555;
    font-size: 22px;

}

.generate-btn {
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 500;
    background: #000;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    clip-path: polygon(6% 0%,
            94% 0%,
            100% 25%,
            100% 75%,
            94% 100%,
            6% 100%,
            0% 75%,
            0% 25%);
}


.generate-btn:hover {
    background: #222;
    color: #fff;
}

/* Cards */
.site-card {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
    transition: .3s;
}

.site-card:hover {
    transform: translateY(-6px);
}

.site-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Grid spacing */
.example-grid {
    margin-top: 50px;
}

/* Comment Section */
.trusted-section {
    padding: 50px 0;
    /*background:*/
    /*  radial-gradient(circle at left, #b63b2e, transparent 45%),*/
    /*  radial-gradient(circle at right, #00c2c7, transparent 45%),*/
    /*  linear-gradient(135deg, #0b0b0b, #111);*/
    overflow: hidden;
    background-image: url("../img/1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* SLIDER */
.slider {
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    gap: 15px;
    width: max-content;
}

/* CARD */
.testimonial-card {
    width: 390px;
    height: 250px;
    border-radius: 16px;
    padding: 22px;
    background: rgb(0 0 0 / 28%);
    /* backdrop-filter: blur(14px); */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: all 0.3s ease;
}

/*.testimonial-card:hover {*/
/*  transform: translateY(-8px);*/
/*  box-shadow: 0 25px 45px rgba(0,0,0,0.4);*/
/*}*/

.testi-btn {
    display: flex;
    justify-content: space-around;
}

/* TEXT */
.testimonial-card p {
    font-size: 14px;

    opacity: 0.95;
}

/* PROFILE */
.profile-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

/* LINKEDIN */
.linkedin-icon {
    width: 28px;

}

/* BUTTON */
.cta-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 15px;

    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #111;
    transform: translateY(-2px);
}

.slider-track {
    display: flex;
    width: max-content;
    gap: 24px;
}

.trusted-title {
    margin-bottom: 10px;
    /* yaha value kam–zyada kar sakte ho */
    line-height: 1.2;
    font-size: 60px;
}

.trusted-subtitle {
    margin-top: 0;
    line-height: 1.4;
}

/* LEFT TO RIGHT */
.slider-left .slider-track {
    animation: scrollLeft 30s linear infinite;
}

/* RIGHT TO LEFT */
.slider-right .slider-track {
    animation: scrollRight 30s linear infinite;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

/* Social Media  Option  */
/* FOOTER BACKGROUND */
.dq-footer {
    background: #fff6e5;
    color: #222;
}

/* HEADINGS */
.dq-footer h6 {
    font-weight: 600;
    margin-bottom: 12px;
}

/* LINKS */
.dq-footer ul li {
    margin-bottom: 8px;
}

.dq-footer ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.dq-footer ul li a:hover {
    text-decoration: underline;
}

/* BOTTOM BAR */
.dq-footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    font-size: 13px;

}

/* SOCIAL ICONS */
.social-icon {
    width: 36px;
    height: 36px;
    background: #1f1f1f;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #000;
    transform: translateY(-2px);
}


.f-logo {
    height: 50px !important;
    width: auto !important;
    display: block !important;
}

@media (max-width: 900px) {
    .phns-log {
        width: 90px;
        height: auto;
    }

    .robot-content.position-relative.text-center {
        height: 70vh;
    }

    .spline-watermark svg {
        display: block;
        margin-right: -276px;
        display: none !IMPORTANT;
    }

    .mask-patch {
        display: none;
    }

    .hero-banner {
        background: #ffffff;
        margin-top: -43px;
        position: relative;
    }
}

/*phone responsive*/

@media (max-width: 991px) {
    .dq-header {
        flex-direction: column;
        /* stack top-bottom */
        gap: 10px;
        margin-bottom: 30px;
    }

    .ani-mate {
        flex-direction: column;
        /* stack top-bottom */
        gap: 30px;
        margin-bottom: 30px;
    }

    .dq-header h2,
    .dq-cta {
        width: 100%;
        /* full width on mobile */
    }

    .hero-title {
        font-size: 35px;
        line-height: 1;

    }

    .mobile-align {
        text-align: center !important;
    }

    .hero-content .hero-subtitle {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .button-style-3 {
        padding: 10px 10px;
        background: white;
        font-size: 16px;
        width: 225px;
        margin: auto;
    }

    .dq-header h1 {
        font-size: 36px;
        line-height: normal;

    }

    .right-title h1 {
        font-size: 20px;

    }

    .dq-cta p {
        font-size: 16px;
    }

    .dq-section {
        padding: 0px;
    }

    .trusted-title {
        font-size: 35px;
        text-align: left;
    }

    .sub-text {
        text-align: left;
        color: #555;
        font-size: 16px;
        padding-bottom: 20px;
    }

    .normal-text {
        text-align: left;
    }

    .trusted-subtitle {
        text-align: left;
    }

    .button-style-new {
        padding: 12px 14px;

        font-size: 14px;
        width: 180px;
        /* margin: auto; */
    }

    .instant-ai {
        font-size: 36px;
    }

    .example-grid {
        margin-top: 0px;
    }
}

/* ========== MOBILE RESPONSIVE ========== */
@media (max-width: 991px) {

    .feature-row-first {
        flex-direction: column;
        padding: 30px 20px;
        max-height: none !important;
    
    }

    .feature-row-first.green-first {
        max-height: none !important;
    }

    .feature-row-first .dq-header {
        flex-direction: column;
        gap: 25px;
        width: 100%;
    }

    .feature-row-first .col {
        width: 100%;
    }

    .feature-row-first .image img {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .feature-row-first .text br {
        display: none;
    }
}

/* ========== SMALL MOBILE ========== */
@media (max-width: 576px) {
    .feature-row-first {
        padding: 24px 16px;
    }

    .feature-row-first h5 {
        font-size: 18px;
    }

    .feature-row-first p {
        font-size: 14px;
    }
}

/* Base layout safety */
/* Base layout safety */


.feature-row {
    position: relative;
}


.feature-row img {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.98);
    transition:
        opacity 0.4s ease,
        transform 0.4s ease,
        visibility 0.4s ease;
}


.feature-row h5 {
    font-size: 20px;
    transition: font-size 0.3s ease;
}

.feature-row .cut-btn {
    display: none;
}

.feature-row:hover img {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.feature-row:hover h5 {
    font-size: 26px;
    padding-right: 20px;
}

@media (min-width:1600px) {
    .dq-section p {
        font-size: 16px;
    }

}

@media (min-width:1000px) {

    p.normal-text.md-one {
        padding-right: 20px;
    }

    .video-wrapper {
        position: relative;
        width: 80%;
        margin: auto;
        aspect-ratio: 16 / 9;
        background: #000;
        border-radius: 22px;
    }

    /* video fills wrapper correctly */
    .video-wrapper video {
        max-width: 100%;
        height: auto;
        display: block;
        margin: auto;
        border-radius: 22px;
        object-fit: cover;

    }

    /* poster exactly matches video */
    .video-poster {
        position: absolute;
        inset: 0;
        cursor: pointer;
        border-radius: 22px;
    }

    /* image scaling FIX */
    .video-poster img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 22px;
    }

    /* play button center */
    .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        background: rgba(0, 0, 0, .6);
        border-radius: 50%;
    }

    .play-btn::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
        border-left: 18px solid #fff;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }

}

@media (max-width:1100px) {

    .feature-row .cut-btn {
        margin-bottom: 15px;
    }

    .feature-row .col {
        padding-left: 9px;
        padding-right: 9px;
    }

    .feature-row {
        padding: 20px 15px;
        flex-direction: column;
    }

    .feature-row:not(:first-of-type) .col.text:last-child {
        padding-left: 0px;
    }

    .feature-row .normal-text {
        font-size: 12px;
    }

    .feature-row h5.semi {
        font-size: 12px;
    }

    .py-6 {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
}