/* ===== HOME PAGE STYLES (was main.css + main2.css + main3.css, minus shared navbar & footer) ===== */

/* ---- from main.css: services + process ---- */
 /* Global & Theme Styles */
 body {
     margin: 0;
     padding: 0;
     background-color: var(--black);
     font-family: var(--font-body);
     color: var(--white);
 }

 /*=================*/

 /*Services section*/

 .services-main {
     margin-top: -40px !important;
     padding: 0px 20px;
     text-align: center;
     margin: 0;
     font-family: var(--font-body);
     background: var(--black);
     color: var(--white);
 }

 h2 {
     font-size: 2.5rem;
     margin-bottom: 60px;


 }



 /*PROCESS SECTION*/

 .process-sec {
     margin: 20px;
     font-family: var(--font-body);
     color: var(--white);
     padding: 80px 20px;
     text-align: center;
 }

 h2 {
     text-align: center;
     font-size: 2.8rem;
     margin-bottom: 15px;
     font-weight: 700;
     color: var(--white);
 }

 .subtitle {
     font-size: 1rem;
     color: var(--muted);
     max-width: 650px;
     margin: auto;
     margin-bottom: 60px;
     line-height: 1.5;
 }

/* ---- from main2.css: hero + modal + why-choose ---- */
:root {
    --bg: #0b0b0f;
    --primary: #0d6efd;
    --text: #ffffff;
    --muted: #bfc2cf;
    --card: transparent;
    --glow: rgba(13, 110, 253, 0.35);
    --anim-text: #ffffff;
    --anim-btn-bg: #1A1A2E;
    --anim-circle-bg: rgba(13, 110, 253, .12);
}

* {
    box-sizing: border-box;
}

main {
    margin: 0;
    color: var(--text);
    /*background: radial-gradient(1200px 600px at 10% -10%, rgba(13, 110, 253, .12), transparent 60%),
        radial-gradient(900px 600px at 100% 20%, rgba(111, 66, 193, .10), transparent 60%),
        var(--bg);*/
    background-color: #000;
    font-family: 'Fredoka', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji';
    overflow-x: hidden;
    min-height: 90vh;
}

main::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 120 120"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="6.5" numOctaves="1" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(#n)"/></svg>');
    mix-blend-mode: soft-light;
    opacity: .6;
}

/* --- Main Section Styles --- */
.main-section {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    min-height: 100svh;
    gap: clamp(32px, 6vw, 96px);
    padding: clamp(32px, 5vw, 80px);
    z-index: 1;
}

.main-section::before,
.main-section::after {
    content: "";
    position: absolute;
    filter: blur(50px);
    opacity: .35;
    z-index: -1;
    pointer-events: none;
}

.main-section::before {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(13, 110, 253, .6), transparent 70%);
    top: 10%;
    left: -6%;
}

.main-section::after {
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(111, 66, 193, .55), transparent 70%);
    bottom: 5%;
    right: -8%;
}

/* Left Content */
.left-content {
    max-width: 720px;
    padding-left: clamp(20px, 4vw, 50px);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .85rem;
    color: #9aa3b2;
    background: linear-gradient(90deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 8px 12px;
    border-radius: 999px;
    backdrop-filter: blur(6px);
}

.eyebrow-text {
    display: inline-flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    gap: 8px;
}

.eyebrow-text.active {
    opacity: 1;
    color: #0d6efd;
}

.eyebrow-text i {
    margin-right: 0;
    color: var(--primary);
}

.eyebrow-text i {
    color: var(--primary);
}

h1 {
    font-size: clamp(2.9rem, 5.2vw, 4.5rem);
    line-height: 1.15;
    margin: 14px 0 24px;
    letter-spacing: -0.02em;
    font-family: 'Fredoka', sans-serif;
    font-weight: 900;
}

.line {
    display: block;
}

.highlight {
    color: var(--primary);
    text-shadow: 0 0 24px rgba(13, 110, 253, 0.15);
    position: relative;
}

.highlight::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 6px;
    width: 64%;
    border-radius: 6px;
    background: rgba(13, 110, 253, 0.35);
    filter: blur(4px);
    opacity: .9;
    animation: underline 3.6s ease-in-out infinite;
    transform-origin: left;
}

@keyframes underline {

    0%,
    100% {
        transform: scaleX(.9)
    }

    50% {
        transform: scaleX(1)
    }
}

.cta-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.work-btn {
    font-family: 'Montserrat', system-ui;
    background: transparent;
    color: #fff;
    border: 2px solid var(--primary);
    border-radius: 16px;
    padding: 16px 26px;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: .02em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .3s ease, color 0.4s ease;
    z-index: 1;
}

.work-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--primary);
    transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
}

.work-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(13, 110, 253, 0.25);
    color: var(--bg);
}

.work-btn:hover::before {
    height: 100%;
}

.work-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.2);
}

.work-btn i {
    opacity: .9;
    margin-left: 10px;
}

/* Sparkle Animation for Button */
.work-btn.sparkle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: sparkle-effect 0.8s forwards;
    pointer-events: none;
}

@keyframes sparkle-effect {
    to {
        width: 200px;
        height: 200px;
        opacity: 0;
        transform: translate(-50%, -50%);
    }
}

/* Right Animation & Buttons */
.right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 20px;
    padding: 20px;
}

.anim-box {
    position: relative;
    width: 100%;
    max-width: 650px;
    aspect-ratio: 1/1;
    margin: auto;
}

.anim-gif {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    object-fit: contain;
}

.anim-gif.active {
    opacity: 1;
}

.anim-btn-container {
    height: 60px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.anim-btn {
    font-family: 'Montserrat', sans-serif;
    background-image: linear-gradient(90deg, #1A1A2E, #283149);
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    /* Changed to rectangular */
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transform: translateY(20px);
}

.anim-btn.active {
    opacity: 1;
    transform: translateY(0);
}

.anim-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.anim-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1), background 0.45s ease;
}

.anim-dot.active {
    width: 26px;
    background: #fff;
}

/* GIF floating text */
.gif-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 999px;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    transition: all 0.5s ease-out;
    z-index: 10;
}

/* Text Positions and Animations - Adjusted for more spacing */
.gif-text.logo {
    top: 20%;
    left: -15%;
    transform: translate(0, 0);
    animation: float-logo 3s ease-in-out infinite;
}

.gif-text.designing {
    top: 10%;
    right: -10%;
    transform: translate(0, 0);
    animation: float-design 3.2s ease-in-out infinite;
}

.gif-text.social {
    bottom: 25%;
    left: -5%;
    transform: translate(0, 0);
    animation: float-social 3.4s ease-in-out infinite;
}

.gif-text.legal {
    top: 50%;
    right: -12%;
    transform: translate(0, 0);
    animation: float-legal 3.6s ease-in-out infinite;
}

.gif-text.essential {
    bottom: 10%;
    left: 45%;
    transform: translate(0, 0);
    animation: float-essential 3.8s ease-in-out infinite;
}

/* Text Animations for opacity */
.gif-text.active {
    opacity: 1;
}

/* Float Animations */
@keyframes float-logo {

    0%,
    100% {
        transform: translate(0px, 0px)
    }

    50% {
        transform: translate(10px, -5px)
    }
}

@keyframes float-design {

    0%,
    100% {
        transform: translate(0px, 0px)
    }

    50% {
        transform: translate(-10px, 5px)
    }
}

@keyframes float-social {

    0%,
    100% {
        transform: translate(0px, 0px)
    }

    50% {
        transform: translate(5px, 10px)
    }
}

@keyframes float-legal {

    0%,
    100% {
        transform: translate(0px, 0px)
    }

    50% {
        transform: translate(10px, 10px)
    }
}

@keyframes float-essential {

    0%,
    100% {
        transform: translate(0px, 0px)
    }

    50% {
        transform: translate(-5px, -10px)
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .main-section {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 60px 20px;
        gap: 40px;
        min-height: auto;
    }

    .left-content {
        max-width: 100%;
        order: 1;
        /* Corrected order for mobile */
        text-align: center;
        padding-left: 0;
    }

    .right-content {
        order: 2;
        /* Corrected order for mobile */
        margin-top: -40px;
    }

    .cta-row {
        justify-content: center;
    }

    h1 {
        font-size: clamp(2.2rem, 8vw, 2.5rem);
    }

    .line {
        display: inline;
    }

    /* Hide floating texts on small screens */
    .gif-text {
        display: none;
    }
}

.gif-wrapper {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;

}

.gif-label {

    background-color: #000;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 8px;
    border: 3px solid #F5F5F5;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
    letter-spacing: .2rem;
}

.gif-wrapper.active .gif-label {
    opacity: 1;
    transform: translateY(0);
}


/*PROCESS - SECTION*/

.process-sec {
    margin-top: 10px;
    font-family: var(--font-body);
    color: var(--white);
    padding: 80px 20px;
    text-align: center;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 700;
    color: var(--white);
}

.subtitle {
    font-size: 1rem;
    color: var(--muted);
    max-width: 650px;
    margin: auto;
    margin-bottom: 60px;
    line-height: 1.5;
}



/* WHY CHOSE US */

#launchouse-why-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    margin-top: -80px;
}

#launchouse-why-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--white);
}

#launchouse-why-section p {
    font-size: 1rem;
    color: var(--muted);
    margin-bottom: 50px;
}



/* Responsive */
@media(max-width: 768px) {
    #launchouse-why-section h2 {
        font-size: 2rem;
    }
}
/* ---- from main3.css: testimonials ---- */
 /* Reset */
 .lhs-testimonials-wrap * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 /* Variables */
 :root {
     --lhs-bg: #000000;
     --lhs-card: #111111cc;
     --lhs-glass: rgba(255, 255, 255, 0.06);
     --lhs-accent: #ffffff;
     /* white accent */
     --lhs-muted: #cccccc;
     --lhs-glass-border: rgba(255, 255, 255, 0.08);
     --lhs-glass-blur: 12px;
     --lhs-max-width: 1100px;
 }

 /* Section container */
 .lhs-testimonials-wrap {
     width: 100%;
     max-width: var(--lhs-max-width);
     margin-inline: auto;
     padding: 26px;
     border-radius: 18px;
     backdrop-filter: blur(var(--lhs-glass-blur));
     background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
     border: 1px solid var(--lhs-glass-border);
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
     position: relative;
     overflow: hidden;
     color: #ffffff;
     font-family: 'Fredoka', sans-serif;
 }

 /* Decorative gradient blobs */
 .lhs-blob {
     position: absolute;
     border-radius: 50%;
     filter: blur(40px);
     opacity: 0.5;
     transform: translateZ(0);
 }

 .lhs-badge {
     letter-spacing: 0.05rem;
     text-transform: capitalize;
 }

 .lhs-blob.one {
     width: 260px;
     height: 260px;
     right: -80px;
     top: -80px;
     background: linear-gradient(135deg, #ffffff, #333333);
 }

 .lhs-blob.two {
     width: 200px;
     height: 200px;
     left: -60px;
     bottom: -60px;
     background: linear-gradient(135deg, #444444, #999999);
     opacity: 0.18;
 }

 /* Header */
 .lhs-head {
     display: flex;
     align-items: center;
     gap: 18px;
     margin-bottom: 18px;
     flex-wrap: wrap;
 }

 .lhs-head .lhs-title {
     font-size: clamp(22px, 3vw, 28px);
     font-weight: 700;
     letter-spacing: 0.2px;
 }

 .lhs-head .lhs-subtitle {
     color: var(--lhs-muted);
     font-size: clamp(14px, 2vw, 16px);
 }

 /* Carousel area */
 .lhs-carousel {
     display: grid;
     grid-template-columns: 1fr 420px;
     gap: 20px;
     align-items: center;
 }

 /* Testimonials list (carousel track) */
 .lhs-track-wrap {
     position: relative;
     overflow: hidden;
     padding: 10px;
 }

 .lhs-track {
     display: flex;
     gap: 18px;
     transition: transform 0.6s cubic-bezier(.22, .9, .3, 1);
     will-change: transform;
 }

 .lhs-testimonial-card {
     background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
     border: 1px solid var(--lhs-glass-border);
     padding: 18px;
     border-radius: 14px;
     min-width: 300px;
     flex: 0 0 300px;
     position: relative;
     backdrop-filter: blur(8px);
     box-shadow: 0 6px 20px rgba(0, 0, 0, 0.55);
     transform-origin: center;
     transition: transform 0.35s ease, box-shadow 0.35s ease;
 }

 .lhs-testimonial-card:hover {
     transform: translateY(-8px) scale(1.02);
     box-shadow: 0 14px 34px rgba(0, 0, 0, 0.7);
 }

 .lhs-testimonial-top {
     display: flex;
     gap: 12px;
     align-items: center;
 }

 .lhs-avatar {
     width: 56px;
     height: 56px;
     border-radius: 12px;
     flex-shrink: 0;
     overflow: hidden;
     border: 1px solid rgba(255, 255, 255, 0.06);
 }

 .lhs-avatar img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
 }

 .lhs-who {
     display: flex;
     flex-direction: column;
 }

 .lhs-who .lhs-name {
     font-weight: 600;
 }

 .lhs-who .lhs-role {
     font-size: 13px;
     color: var(--lhs-muted);
 }

 .lhs-stars {
     margin-top: 10px;
     display: flex;
     gap: 4px;
 }

 .lhs-stars svg {
     width: 16px;
     height: 16px;
 }

 .lhs-quote {
     margin-top: 12px;
     color: #eeeeee;
     line-height: 1.45;
     font-size: 15px;
 }

 .lhs-quote::before {
     content: '“';
     font-size: 34px;
     color: #ffffff;
     position: relative;
     top: -8px;
     margin-right: 6px;
 }

 /* Right panel with big highlighted testimonial */
 .lhs-highlight {
     background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
     padding: 18px;
     border-radius: 14px;
     border: 1px solid var(--lhs-glass-border);
     backdrop-filter: blur(10px);
     display: flex;
     flex-direction: column;
     gap: 14px;
     min-height: 260px;
     align-items: flex-start;
     justify-content: center;
 }

 .lhs-highlight .lhs-big-quote {
     font-size: clamp(16px, 2.5vw, 18px);
     line-height: 1.5;
     font-weight: 500;
 }

 .lhs-highlight .lhs-meta {
     display: flex;
     gap: 12px;
     align-items: center;
     margin-top: 6px;
     flex-wrap: wrap;
 }

 .lhs-highlight .lhs-meta .lhs-badge {
     background: transparent;
     color: #ffffff;
     border: 1px solid var(--lhs-glass-border);
     padding: 6px 10px;
     border-radius: 999px;
     font-weight: 700;
     font-size: 12px;
     transition: all 0.3s ease-in-out;
 }

 .lhs-highlight .lhs-meta .lhs-badge:hover {
     background: #ffffff;
     color: #000000;
 }

 /* Controls */
 .lhs-controls {
     display: flex;
     gap: 12px;
     align-items: center;
     margin-top: 12px;
 }

 .lhs-btn {
     background: transparent;
     border: 1px solid var(--lhs-glass-border);
     padding: 8px 12px;
     border-radius: 10px;
     color: inherit;
     cursor: pointer;
     font-weight: 600;
     transition: background 0.3s ease, color 0.3s ease;
 }

 .lhs-btn.primary {
     background: transparent;
     border: 1px solid var(--lhs-glass-border);
     color: #ffffff;
     box-shadow: none;
     transition: all 0.3s ease-in-out;
 }

 .lhs-btn.primary:hover {
     background: #ffffff;
     color: #000000;
     border-color: #ffffff;
     box-shadow: 0 8px 20px rgba(255, 255, 255, 0.12);
 }

 .lhs-btn.icon {
     display: inline-grid;
     place-items: center;
     width: 44px;
     height: 44px;
     padding: 0;
     font-size: 20px;
     line-height: 1;
 }

 /* Pagination dots */
 .lhs-dots {
     display: flex;
     gap: 8px;
 }

 .lhs-dot {
     width: 10px;
     height: 10px;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.06);
     cursor: pointer;
     border: 1px solid rgba(255, 255, 255, 0.02);
 }

 .lhs-dot.active {
     background: #ffffff;
     box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
 }

 /* Responsive */
 @media (max-width:980px) {
     .lhs-carousel {
         grid-template-columns: 1fr;
     }

     .lhs-track {
         padding-bottom: 18px;
     }

     .lhs-highlight {
         order: 2;
     }
 }

 @media (max-width:520px) {
     .lhs-testimonial-card {
         min-width: 260px;
         flex: 0 0 260px;
     }

     .lhs-avatar {
         width: 48px;
         height: 48px;
     }
 }

 .lhs-testimonials-wrap[data-loaded="false"] {
     opacity: 0;
     transform: translateY(14px);
 }

 .lhs-fade-in {
     animation: lhsWrapIn 700ms cubic-bezier(.2, .9, .3, 1) forwards;
 }

 @keyframes lhsWrapIn {
     to {
         opacity: 1;
         transform: none;
     }
 }

 .lhs-btn:focus,
 .lhs-dot:focus {
     outline: 3px solid rgba(255, 255, 255, 0.4);
     outline-offset: 3px;
 }