@font-face {
    font-family: 'Figtree';
    src: url("../fonts/Figtree-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url("../fonts/Figtree-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ZT Nature';
    src: url("../fonts/ZTNature-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--navbar-height) + 8px);
}

.hero,
.about-section,
.offer-section,
.services-section,
.clients-section,
.hire-section,
.contact-section {
    min-height: calc(100vh - var(--navbar-height));
    width: 100%;
}

.offer-section reveal-section{
    scroll-margin-top: 0;
    scroll-margin-bottom: 0;
}
contact-section reveal-section{
    scroll-margin-top: 0;
    scroll-margin-bottom: 0;
}
html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'ZT Nature';
    font-style: normal;
    font-weight: 400;
}


.lightbg{
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(135deg,
            #ffffff 0%,
            #f9fbff 30%,
            #eef3fb 70%,
            #e8edf7 100%);
}

.lightbg::before {
    content: "";
    position: absolute;
    inset: -20%;

    background:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, .9), transparent 22%),
        radial-gradient(circle at 75% 25%, rgba(210, 225, 255, .55), transparent 28%),
        radial-gradient(circle at 35% 75%, rgba(255, 255, 255, .75), transparent 24%),
        radial-gradient(circle at 85% 80%, rgba(215, 230, 255, .45), transparent 30%);

    filter: blur(90px);

    opacity: .95;

    animation: smokeMove 18s ease-in-out infinite alternate;

    pointer-events: none;
}
.lightbg::after{
    content:"";

    position:absolute;
    inset:-25%;

    background:
        radial-gradient(circle at 15% 20%,
            rgba(12,51,134,.12),
            transparent 25%),

        radial-gradient(circle at 80% 70%,
            rgba(242,181,69,.10),
            transparent 30%),

        radial-gradient(circle at 60% 30%,
            rgba(80,150,255,.08),
            transparent 22%);

    filter: blur(80px);

    animation: auroraMove 22s ease-in-out infinite alternate;

    pointer-events:none;
}
@keyframes auroraMove{

    from{
        transform:
            translate(-60px,-20px)
            rotate(0deg)
            scale(1);
    }

    to{
        transform:
            translate(60px,30px)
            rotate(6deg)
            scale(1.12);
    }

}
.lightbg{
    background-image:
        radial-gradient(circle at 15% 30%, rgba(255,255,255,.9) 1px, transparent 2px),
        radial-gradient(circle at 70% 20%, rgba(12,51,134,.15) 1px, transparent 2px),
        radial-gradient(circle at 40% 80%, rgba(242,181,69,.18) 1px, transparent 2px),
        linear-gradient(
            135deg,
            #ffffff,
            #f9fbff,
            #eef3fb,
            #e8edf7
        );

    background-size:
        180px 180px,
        220px 220px,
        250px 250px,
        cover;
}


#about {
    min-height: 100vh;
    background: transparent;
}


#home,
#about {
    position: relative;
    isolation: isolate;
}

#home>*,
#about>* {
    position: relative;
    z-index: 2;
}

.about-container {
    position: relative;
    z-index: 2;
}

.about-section {
    position: relative;
    z-index: 2;

    width: 100%;
    min-height: 80vh;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 100px;
    padding: 50px 8%;
}
.offer-section,
.services-section,
.clients-section,
.careers-section,
.contact-section {
    min-height: 100vh;
    background: transparent;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --navbar-height: 84px;

    --blue: #0c3386;
    --gold: #f2b545;
    --bg: #f4f4f4;
}

.darkbg {
    position: relative;

    background:
        radial-gradient(circle at top right,
            rgba(12, 51, 134, .35),
            transparent 35%),

        radial-gradient(circle at bottom left,
            rgba(10, 29, 69, .45),
            transparent 40%),

        linear-gradient(135deg,
            #000000 0%,
            #020817 25%,
            #061538 50%,
            #020817 75%,
            #000000 100%);

    background-attachment: fixed;
    position: relative;
    isolation: isolate;
}

/* ---------- STARS ---------- */


.darkbg::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -10;

    background-image:
        radial-gradient(circle at 3% 18%, rgba(255, 255, 255, .75) 1px, transparent 1.8px),
        radial-gradient(circle at 12% 72%, rgba(255, 255, 255, .45) 1.3px, transparent 2px),
        radial-gradient(circle at 22% 40%, rgba(170, 210, 255, .35) .8px, transparent 1.6px),
        radial-gradient(circle at 31% 8%, rgba(255, 255, 255, .6) 1px, transparent 2px),
        radial-gradient(circle at 45% 64%, rgba(255, 255, 255, .4) .9px, transparent 1.8px),
        radial-gradient(circle at 58% 22%, rgba(255, 255, 255, .7) 1.2px, transparent 2px),
        radial-gradient(circle at 69% 81%, rgba(170, 210, 255, .35) .9px, transparent 2px),
        radial-gradient(circle at 77% 35%, rgba(255, 255, 255, .55) 1px, transparent 1.8px),
        radial-gradient(circle at 88% 11%, rgba(255, 255, 255, .65) 1.2px, transparent 2px),
        radial-gradient(circle at 95% 73%, rgba(255, 255, 255, .5) .8px, transparent 1.6px),
        radial-gradient(circle at 17% 92%, rgba(255, 255, 255, .45) .9px, transparent 2px),
        radial-gradient(circle at 63% 52%, rgba(255, 255, 255, .4) .8px, transparent 1.8px);

    background-repeat: no-repeat;
    opacity: .55;
    filter:
    drop-shadow(0 0 2px rgba(255,255,255,.8))
    drop-shadow(0 0 5px rgba(120,170,255,.45));

    animation: starsFloat 80s linear infinite;
}

.darkbg::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -10;

    background-image:
        radial-gradient(circle at 8% 28%, rgba(255, 255, 255, .35) .7px, transparent 1.5px),
        radial-gradient(circle at 37% 77%, rgba(255, 255, 255, .25) .8px, transparent 1.5px),
        radial-gradient(circle at 52% 15%, rgba(255, 255, 255, .3) .6px, transparent 1.3px),
        radial-gradient(circle at 74% 60%, rgba(255, 255, 255, .25) .7px, transparent 1.5px),
        radial-gradient(circle at 91% 40%, rgba(255, 255, 255, .3) .8px, transparent 1.5px);

    background-repeat: no-repeat;
    opacity: .35;
    filter:
    drop-shadow(0 0 2px rgba(255,255,255,.6))
    drop-shadow(0 0 4px rgba(120,170,255,.35));

    animation: starsFloatReverse 120s linear infinite;
}

@keyframes starsFloatReverse {

    0%{
        transform: translateY(0);
        opacity: .3;
    }

    50%{
        opacity: .6;
    }

    100%{
        transform: translateY(80px);
        opacity: .3;
    }

}

@keyframes starsFloat {

    0%{
        transform: translateY(0);
        opacity: .45;
        filter:
            drop-shadow(0 0 2px rgba(255,255,255,.5))
            drop-shadow(0 0 4px rgba(120,170,255,.25));
    }

    50%{
        opacity: .8;
        filter:
            drop-shadow(0 0 5px rgba(255,255,255,.9))
            drop-shadow(0 0 10px rgba(120,170,255,.55));
    }

    100%{
        transform: translateY(-120px);
        opacity: .45;
        filter:
            drop-shadow(0 0 2px rgba(255,255,255,.5))
            drop-shadow(0 0 4px rgba(120,170,255,.25));
    }

}

.star-glow {

    position: fixed;

    width: 50px;
    height: 50px;

    border-radius: 50%;

    pointer-events: none;

    z-index: -10;

    opacity: .45;

    transform: translate(-50%, -50%);

    background:
        radial-gradient(circle,
            rgba(255, 255, 255, .18),
            rgba(120, 170, 255, .08),
            transparent 70%);

    filter: blur(35px);

    transition:
        transform .12s linear,
        opacity .3s;
}

.spark {

    position: fixed;

    width: 1.5px;
    height: 1.5px;

    border-radius: 50%;

    background: white;
    box-shadow:
        0 0 4px white,
        0 0 8px rgba(7, 9, 11, 0.5);

    pointer-events: none;

    animation: sparkFade .8s ease forwards;

    z-index: -10;
}

@keyframes sparkFade {

    from {

        opacity: 1;

        transform:
            translate(-50%, -50%) scale(1);

    }

    to {

        opacity: 0;

        transform:
            translate(-50%, -80px) scale(0);

    }

}

section {
    position: relative;
    width: 100%;
    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 100px 8%;
    overflow: hidden;
}

#home {
    min-height: 100vh;
}

.mouse-glow {

    position: fixed;

    width: 50px;
    height: 50px;

    border-radius: 50%;
    background:
        radial-gradient(circle,
            rgba(12, 51, 134, 0.9),
            /* very bright core */
            rgba(12, 51, 134, 0.45),
            /* mid glow */
            rgba(12, 51, 134, 0.15),
            transparent 70%);

    pointer-events: none;

    transform: translate(-50%, -50%);

    z-index: 0;

    transition: .15s ease;

}

/* footer{
        background:
        linear-gradient(
            135deg,
            #f7f9fc 0%,
            #eef4ff 45%,
            #fdfbf7 100%
        );
}

@keyframes blueFloat{

    0%,100%{
        transform:
            translate(0,0)
            scale(1);
    }

    50%{
        transform:
            translate(120px,60px)
            scale(1.15);
    }
}

@keyframes goldFloat{

    0%,100%{
        transform:
            translate(0,0)
            scale(1);
    }

    50%{
        transform:
            translate(-100px,-80px)
            scale(1.1);
    }
}
body .bg-shine{
    position:fixed;
    inset:0;

    background:
        linear-gradient(
            120deg,
            transparent 40%,
            rgba(255,255,255,.35) 50%,
            transparent 60%
        );

    animation:shineMove 12s linear infinite;

    pointer-events:none;
    z-index:-1;
}

@keyframes shineMove{
    from{
        transform:translateX(-100%);
    }
    to{
        transform:translateX(100%);
    }
}



@keyframes blueWave{

    from{
        transform:translate(0,0);
    }

    to{
        transform:translate(-80px,80px);
    }

}



@keyframes blueMove{

    from{
        transform:translate(0,0);
    }

    to{
        transform:translate(100px,-50px);
    }

} */


/* NAVBAR */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 12px 50px;

    background: transparent;

    transition: all .4s ease;
}

.navbar.scrolled {

    padding: 10px 35px;

    background: transparent;

    animation: navFloat .5s ease forwards;

}


@keyframes navFloat {

    from {

        transform: translateY(-20px);

        opacity: 0;

    }

    to {

        transform: translateY(0);

        opacity: 1;

    }

}

.adysive-logo {

    width: 90px;
    transition: .4s ease;

}

.navbar.scrolled .adysive-logo {

    width: 75px;

}

.navbar.scrolled .nav-menu a {

    color: #b0b0b0;

    font-size: 11px;
    /* അല്ലെങ്കിൽ 10px */

    font-weight: 500;

    letter-spacing: 0.5px;

    text-transform: uppercase;

    padding: 0;

    transition: .3s ease;

}


.navbar.scrolled .nav-menu a:hover {

    color: #ddd;

    transform: translateX(-5px);

}


.navbar.scrolled .nav-menu a.active {

    color: #f4c542;

}

.navbar.scrolled .nav-menu a::after {

    background: #f4c542;

}


.nav-menu {

    display: flex;

    align-items: center;

    gap: 10px;

    list-style: none;

    margin: 0;

    padding: 0;

    transition: .4s ease;

}


/* Scroll കഴിഞ്ഞാൽ menu dropdown style */

.navbar.scrolled .nav-menu {

    position: absolute;

    top: 35px;

    right: 35px;


    display: flex;

    flex-direction: column;

    align-items: flex-end;


    gap: 5px;


    margin: 0;

    padding: 0;


    background: none !important;

    backdrop-filter: none !important;

    border: none !important;

    box-shadow: none !important;


    opacity: 0;

    visibility: hidden;


    transform: translateY(-10px);


    transition: all .35s ease;

}


.navbar.scrolled .nav-menu.open {

    opacity: 1;

    visibility: visible;


    transform: translateY(0);

}

.navbar.scrolled .nav-menu a {

    background: none !important;

    color: #b0b0b0;

    font-size: 10px;

    font-weight: 500;

    line-height: 1.1;

    letter-spacing: .3px;

    text-transform: uppercase;

    padding: 2px 0;

    transition: .3s ease;
}

.navbar.scrolled .nav-menu a:hover {

    color: #ffffff;

    transform: translateX(-5px);

}

/* ☰ click ചെയ്താൽ open */


.navbar.scrolled .nav-menu li {

    background: none !important;

    margin: 0;

    padding: 0;

    line-height: 1;

}

.nav-menu a {
    position: relative;

    text-decoration: none;
    color: #0c3386;

    font-size: 10px;
    font-weight: 500;
    transition: .3s ease;

}


.nav-menu a::after {

    content: "";

    position: absolute;
    left: 0;
    bottom: -5px;

    width: 0;
    height: 2px;

    background: #f4c542;

    transition: .3s ease;
}


.nav-menu a:hover {
    color: #f4c542;
}


.nav-menu a:hover::after {
    width: 100%;
}


.nav-menu a.active {
    color: #f4c542;
}


.nav-menu a.active::after {
    width: 100%;
}



/* Hide menu after scroll */
/* Hide menu after scroll */
.navbar.scrolled .nav-menu {
    position: absolute;
    top: 55px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    padding: 8px 10px;
    background: rgba(120, 120, 120, .18);
    backdrop-filter: blur(15px);
    border-radius: 12px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .35s ease;

    overflow: hidden;
    /* ADD THIS */
}

/* Initial state */
.navbar.scrolled .nav-menu li {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .3s ease, transform .3s ease;
}

/* Open state */
.navbar.scrolled .nav-menu.open li {
    opacity: 1;
    transform: translateY(0);
}

.navbar.scrolled .nav-menu.open li:nth-child(1) {
    transition-delay: 0.05s;
}

.navbar.scrolled .nav-menu.open li:nth-child(2) {
    transition-delay: 0.12s;
}

.navbar.scrolled .nav-menu.open li:nth-child(3) {
    transition-delay: 0.19s;
}

.navbar.scrolled .nav-menu.open li:nth-child(4) {
    transition-delay: 0.26s;
}

.navbar.scrolled .nav-menu.open li:nth-child(5) {
    transition-delay: 0.33s;
}

.navbar.scrolled .nav-menu.open li:nth-child(6) {
    transition-delay: 0.40s;
}


/* Show menu when clicked */
.navbar.scrolled .nav-menu.open{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}



/* HAMBURGER */

.menu-toggle {

    display: flex;

    width: auto;

    height: auto;


    justify-content: center;

    align-items: center;


    font-size: 26px;


    cursor: pointer;


    background: transparent !important;


    border: none;


    border-radius: 0;


    color: gray;


    transition: .35s ease;


    opacity: 0;

    pointer-events: none;

}



.navbar.scrolled .menu-toggle {

    opacity: 1;

    pointer-events: auto;

}


.menu-toggle:hover {

    transform: scale(1.1);

}

/* WHATSAPP */


.whatsapp-float {
    position: fixed;

    bottom: 20px;
    right: 20px;

    color: #0c3386;

    font-size: 35px;

    text-decoration: none;

    z-index: 9999;

    background: none;
    border: none;
    box-shadow: none;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: transform .3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

/* HERO */



.hero-content h1 {

    font-size: 1.2rem;

    font-weight: 300;

    color: var(--blue);

}


.hero-content h1 span {

    color: var(--gold);

}



.typing-wrapper {

    margin-top: 20px;

}


.typing-text {

    display: inline-block;

    overflow: hidden;

    white-space: nowrap;


    color: var(--blue);

    font-size: 1rem;

    letter-spacing: 6px;


    border-right: 3px solid var(--gold);


    animation:
        typing 3s steps(18, end) forwards,
        blink .8s infinite;

}



@keyframes typing {

    from {
        width: 0;
    }

    to {
        width: 25ch;
    }

}



@keyframes blink {

    50% {
        border-color: transparent;
    }

}




/* MOBILE DROPDOWN */

/* ==================================
   MOBILE
================================== */

@media (max-width:768px) {

    html,
    body {
        overflow-x: hidden;
    }

    section {
        padding: 80px 20px;
    }

    /* NAVBAR */

    .navbar {
        padding: 15px 20px;
        flex-wrap: wrap;
    }

    .adysive-logo {
        width: 120px;
    }

    .menu-toggle {
        display: block;
    }

    .nav-menu {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding-top: 15px;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu a {
        font-size: 16px;
    }

    /* HERO */

    .hero {
        min-height: 60vh;
        padding: 20px;
    }

    .hero-content h1 {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .typing-text {
        font-size: .9rem;
        letter-spacing: 2px;
    }

    /* ABOUT */

    .about-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-image img {
        width: 100%;
    }

    /* OFFER */

    .offer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    /* CLIENTS */

    .clients-title {
        font-size: 2rem;
    }

    .client-logo {
        width: 120px;
        height: 80px;
        margin: 0 10px;
    }

    /* CONTACT */

    .contact-section {
        position: relative;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px;
        overflow: hidden;
        isolation: isolate;
    }

    .contact-section::before {
        content: "";
        position: absolute;
        top: -80px;
        left: 0;

        width: 100%;
        height: calc(100% + 160px);

        background: url("/static/images/contact.png") center/cover no-repeat;

        transform: translateY(var(--move, 0px));

        transition: transform .1s linear;
        will-change: transform;

        z-index: 0;
    }

    .contact-right {
        position: relative;
        z-index: 2;
        width: 100%;
        padding: 30px;
    }

    .contact-title {
        font-size: 2rem;
    }

    .row {
        flex-direction: column;
        gap: 0;
    }

    .contact-form {
        width: 100%;
        background: rgba(255, 255, 255, .08);
        backdrop-filter: blur(10px);
        padding: 30px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, .2);
    }

    .contact-form h1 {
        font-size: 2rem;
        margin-bottom: 25px;;
    }



    /* FOOTER */

    .footer {
        padding: 40px 20px;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-left {
        align-items: center;
    }

    .footer-right {
        text-align: center;
    }

    .footer-right i {
        color: #ff9800;
        font-size: 18px;
        margin-right: 10px;
    }

    .social-icons {
        gap: 12px;
    }

    .social-icons a {
        width: 48px;
        height: 48px;
    }

    /* WHATSAPP */

    .whatsapp-float {
        width: 45px;
        height: 45px;
        font-size: 28px;
        right: 15px;
        bottom: 15px;
    }

}

.hero {
    width: 100%;
    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* ABOUT SECTION */
.about-left,
.about-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.about-text,
.about-logo {
    margin: 0;
}

.highlight-adysive {
    background-color: #FFD54F;
    /* Yellow shade */
    padding: 2px 8px;
    border-radius: 6px;
    color: #0c3386;
}

.about-right {
    max-width: 650px;
}


.about-text {
    font-family: 'Figtree';

    font-size: 14px;
    line-height: 1.5;

    color: #0c3386;

}

/* Hover cheyyumbo mathram wings flutter */
.about-logo {
    width: 220px;
    position: relative;
    z-index: 2;
    transform-origin: center;
    transition: transform .3s ease;
    cursor: pointer;
}

/* Hover → runs only once */
.about-logo:hover {
    animation:
        wingFlutter 0.08s ease-in-out 10 alternate,
        logoGlow 0.8s ease-in-out 1;
}

/* small shake (your wing effect but controlled) */
@keyframes wingFlutter {
    from {
        transform: scaleX(1) scaleY(1);
    }

    to {
        transform: scaleX(1.04) scaleY(0.96);
    }
}


/* WORK */
.offer-section {
    min-height: 100vh;
    padding: 120px 0;

    display: flex;
    flex-direction: column;
    justify-content: center;

    overflow: hidden;
    position: relative;
    background: transparent;


}


.offer-slider {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

.offer-section::before{

    content:"";
    position:absolute;
    inset:0;

    pointer-events:none;
}
/* .about-work-bg{
    position: relative;
    overflow: hidden;

    background:
        /* Soft top glow */
        /* radial-gradient(
            circle at 85% 10%,
            rgba(120,220,255,.22) 0%,
            rgba(120,220,255,.10) 20%,
            transparent 40% */
      
  /* ), */
        /* linear-gradient(
            to bottom, */

            /* About */
            /* #ffffff 0%,
            #f3f8ff 8%,
            #dbe9fb 18%,
            #b7cff1 28%, */

            /* Fast transition */
            /* #6b90c8 40%,
            #31558f 50%,
            #16386d 58%, */

            /* Work starts here */
            /* #0b234e 65%,
            #07193b 75%,
            #04112b 88%,
            #04112b 100% */
        /* );
} */ */


.offer-section>* {
    position: relative;
    z-index: 1;
}

.offer-track {
    display: flex;
    width: max-content;
}

.offer-track-right {
    animation: moveRight 150s linear infinite;
}

.offer-track-left {
    animation: moveLeft 150s linear infinite;
}

.offer-card {
    position: relative;
    width: 300px;
    height: 150px;
    overflow: hidden;
    flex-shrink: 0;
}

.offer-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .78);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 20px;
    text-align: center;

    color: #fff;

    opacity: 0;
    transform: translateY(20px);
    transition: .4s ease;
}

.overlay h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.overlay p {
    font-size: 14px;
    line-height: 1.6;
    color: #ddd;
}

.offer-card:hover img {
    transform: scale(1.08);
}

.offer-card:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}



@keyframes moveRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0%);
    }
}

@keyframes moveLeft {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

/* ================= SERVICES ================= */

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    width: 70%;
    /* 65%-75% വരെ try ചെയ്യാം */
    margin: 0 auto;

    gap: 50px 60px;
    /* cards തമ്മിലുള്ള space കുറവ് */
}

.service-card h3 {
    font-size: .7rem;
    /* 16px */
    letter-spacing: 1px;
    margin-bottom: 6px;
    color: white;
    line-height: 2;
}

.service-card p {
    font-size: 0.75rem;
    /* 12px */
    line-height: 1.3;
}

.services-title {
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-align: center;
    color: white;
    font-style: normal;
}

.service-card p {
    font-size: 0.6rem;
    font-style: normal;
    color: #999
}

.service-card {
    transition: transform .35s cubic-bezier(.2, .8, .2, 1);
}

.service-card:hover {
    transform: translateY(-6px) scale(1.02);
}

/* CLIENTS SECTION */
.clients-section {
    min-height: auto;
    padding: 120px 0;
}

.clients-header {
    margin-bottom: 40px;
}

.clients-title {
    font-size: 1.2rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
}



.client-logo {

    width: 140px;
    height: 80px;

    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;
}

.client-logo img {
    max-width: 160px;
    max-height: 90px;

    object-fit: contain;

    filter: grayscale(100%);
    opacity: .7;

    transition: .4s ease;
}

.client-logo:hover img {
    filter: none;
    opacity: 1;
    transform: scale(1.08);
}

@keyframes scrollClients {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}

.clients-slider::before,
.clients-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
}

.clients-slider {
    position: relative;
    overflow: hidden;

    -webkit-mask-image: linear-gradient(to right,
            transparent 0%,
            black 10%,
            black 90%,
            transparent 100%);

    mask-image: linear-gradient(to right,
            transparent 0%,
            black 10%,
            black 90%,
            transparent 100%);

    background: linear-gradient(135deg,
            rgba(255, 255, 255, .04) 0%,
            rgba(210, 235, 255, .06) 50%,
            rgba(12, 51, 134, .05) 100%);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, .08);

    border-radius: 30px;
    padding: 40px 0;

    width: 1200px;
    margin: 0 auto;
}

/* Left Fade */
.clients-slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;

    width: 160px;
    height: 100%;

    z-index: 5;
    pointer-events: none;

    background: linear-gradient(to right,
            #08132f 0%,
            rgba(8, 19, 47, .95) 20%,
            rgba(8, 19, 47, .7) 45%,
            rgba(8, 19, 47, .25) 75%,
            transparent 100%);
}

/* Right Fade */
.clients-slider::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;

    width: 160px;
    height: 100%;

    z-index: 5;
    pointer-events: none;

    background: linear-gradient(to left,
            #08132f 0%,
            rgba(8, 19, 47, .95) 20%,
            rgba(8, 19, 47, .7) 45%,
            rgba(8, 19, 47, .25) 75%,
            transparent 100%);
}

.client-logo img {
    max-width: 160px;
    max-height: 90px;

    object-fit: contain;

    opacity: .8;
    filter: grayscale(100%);

    transition: .4s ease;
}

.client-logo:hover img {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.08);
}

.clients-track {
    display: flex;
    align-items: center;
    gap: 60px;

    width: max-content;

    animation: scrollClients 50s linear infinite;
}

.clients-slider:hover .clients-track {
    animation-play-state: paused;
}

.hire-section {
    padding: 80px 8%;
    min-height: auto;
    display: flex;
    align-items: center;
}

.hire-section::before {
    content: "";

    position: absolute;
    top: -30%;
    right: -10%;
    width: 500px;
    height: 500px;
}

.hire-content {
    position: relative;
    z-index: 2;
}

.hire-content {
    max-width: 1100px;
}

.hire-content h2 {
    font-size: 2.5rem;
    font-weight: 200;
    margin-bottom: 30px;
    color: white;
}

.hire-subtitle {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 40px;
    color: white;
}

.hire-text {
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 800px;
    color: white;
}

/* SCROLL REVEAL */
.reveal-section,
.reveal-card,
.reveal-image,
.reveal-text {
    opacity: 0;
    will-change: transform, opacity;
    transform: translate3d(0, 36px, 0);
    transition: opacity 800ms cubic-bezier(0.22, 1, 0.36, 1), transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.reveal-card {
    transform: translate3d(0, 32px, 0) scale(0.98);
}

.reveal-image {
    transform: scale(0.95);
}

.reveal-text {
    transform: translate3d(0, 24px, 0);
}

.reveal-section.is-visible,
.reveal-card.is-visible,
.reveal-image.is-visible,
.reveal-text.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {

    .reveal-section,
    .reveal-card,
    .reveal-image,
    .reveal-text {
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

/* CONTACTSECTION */
.contact-section {

    position: relative;

    min-height: 100vh;

    display: flex;

    justify-content: flex-start;

    align-items: center;

    padding: 0 80px;

    overflow: hidden;

    isolation: isolate;

}


/* dark overlay */

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    pointer-events: none;
}


/* FORM BOX */

.contact-right {
    position: relative;
    z-index: 2;

    width: 300px;
    padding: 20px;
}

.contact-bg {
    position: absolute;

    top: -55px;
    left: -13%;

    width: 110%;
    height: calc(100% + 55px);

    object-fit: cover;

    transform: scale(1.08) translateY(var(--move, 0px));
    transform-origin: center;

    z-index: 0;

    will-change: transform;
    pointer-events: none;
}


.contact-title {

    font-size: 1.5rem;
    font-style: normal;
    margin-bottom: 15px;
    color: white;

}


.form-group {

    margin-bottom: 10px;

}


.form-group label {

    font-size: .75rem;

    margin-bottom: 4px;

}


.form-group input,
.form-group textarea {

    padding: 4px 0;

    font-size: .7rem;

}


.form-group textarea {

    min-height: 30px;

}



.form-group label {

    display: block;

    color: #fff;

    font-size: .95rem;

    font-weight: 500;

    margin-bottom: 2px;

}


.form-group span {

    color: #999;

    font-weight: 400;

}


/* INPUTS */

.form-group input,
.form-group textarea {


    width: 100%;


    background: transparent;


    border: none;


    border-bottom: 1px solid rgba(255, 255, 255, .45);


    padding: 8px 0;


    color: #fff;


    font-size: .85rem;


    outline: none;

}


.form-group textarea {

    resize: none;

    min-height: 40px;

}


.form-group input::placeholder,
.form-group textarea::placeholder {

    color: rgba(255, 255, 255, .5);

}


/* BUTTON */

.contact-btn {


    width: 130px;


    height: 45px;


    border: 1px solid white;


    border-radius: 50px;


    background: transparent;


    color: white;


    font-size: .9rem;


    font-weight: 500;


    cursor: pointer;


    transition: .4s ease;

}


.contact-btn:hover {


    background: #f2b545;


    border-color: #f2b545;


    color: #0c3386;


    transform: translateY(-3px);


    box-shadow: 0 0 20px rgba(242, 181, 69, .4);

}




/* MOBILE */
/* ================= FOOTER ================= */
.footer{
    position: relative;
    overflow: hidden;

    color: #fff;
    padding: 50px 80px 20px;

    background:
        radial-gradient(circle at top right,
            rgba(12,51,134,.35),
            transparent 35%),

        radial-gradient(circle at bottom left,
            rgba(10,29,69,.45),
            transparent 40%),

        linear-gradient(
            135deg,
            #000000 0%,
            #020817 25%,
            #061538 50%,
            #020817 75%,
            #000000 100%);

    z-index: 1;
}
.footer::before{
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        radial-gradient(circle at 5% 20%, rgba(255,255,255,.8) 1px, transparent 2px),
        radial-gradient(circle at 20% 70%, rgba(255,255,255,.5) 1px, transparent 2px),
        radial-gradient(circle at 40% 30%, rgba(170,210,255,.4) 1px, transparent 2px),
        radial-gradient(circle at 65% 60%, rgba(255,255,255,.7) 1px, transparent 2px),
        radial-gradient(circle at 90% 25%, rgba(255,255,255,.5) 1px, transparent 2px),
        radial-gradient(circle at 80% 85%, rgba(170,210,255,.35) 1px, transparent 2px);

    background-repeat: no-repeat;

    opacity: .6;

    animation: starsFloat 80s linear infinite;

    pointer-events: none;

    z-index: 0;
}
.footer-container{
    position: relative;
    z-index: 2;
}

.footer-container {

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;

}

/* LEFT SIDE */

.footer-left {

    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.footer-logo {

    width: 100px;
    margin-bottom: 20px;

}

.social-icons {

    display: flex;
    gap: 15px;

}

.social-icons a {

    width: 35px;
    height: 35px;

    display: flex;
    justify-content: center;
    align-items: center;

    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;

    color: #fff;
    text-decoration: none;
    font-size: 18px;

    transition: .3s;

}

.social-icons a:hover {

    background: #ff9800;
    border-color: #ff9800;
    transform: translateY(-4px);

}

/* RIGHT SIDE */

.footer-right {

    text-align: right;

}

.footer-right h3 {

    font-size: 1rem;
    margin-bottom: 18px;

}

.footer-right p {

    margin: 12px 0;
    color: #ddd;
    font-size: 1rem;

}

.footer-right i {

    color: #ff9800;
    margin-right: 10px;

}


/* MOBILE */

.phone-icon {

    width: 16px;
    height: 16px;

    fill: #ff9800;

    margin-right: 10px;

    display: inline-block;

}

/* ==========================
   TABLET
========================== */

@media (max-width: 992px) {

    section {
        padding-left: 6%;
        padding-right: 6%;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .contact-left {
        min-height: 300px;
    }
}


/* ==========================
   MOBILE
========================== */

/* ==================================
   MOBILE
================================== */


/* ================= CAREERS ================= */

.careers-section {

    min-height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 120px 8%;
}

.careers-container {

    max-width: 1100px;
    width: 100%;

    text-align: center;
}

.careers-tag {

    color: #f2b545;

    letter-spacing: 4px;
    font-size: .8rem;

    margin-bottom: 15px;
}

.careers-title {

    color: #fff;

    font-size: 3rem;

    margin-bottom: 25px;
}

.careers-text {

    max-width: 700px;

    margin: auto;

    color: #bdbdbd;

    line-height: 1.8;

    margin-bottom: 70px;
}

.career-cards {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;

    margin-bottom: 80px;
}

.career-card {

    padding: 35px;

    border-radius: 22px;

    background: rgba(255, 255, 255, .04);

    border: 1px solid rgba(255, 255, 255, .08);

    backdrop-filter: blur(12px);

    transition: .35s;
}

.career-card:hover {

    transform: translateY(-8px);

    border-color: #f2b545;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
}

.career-card h3 {

    color: #fff;

    margin-bottom: 15px;

    font-size: 1.3rem;
}

.career-card p {

    color: #a8a8a8;

    line-height: 1.8;

    margin-bottom: 25px;
}

.career-card span {

    display: inline-block;

    padding: 8px 18px;

    border-radius: 30px;

    background: #0c3386;

    color: #fff;

    font-size: .8rem;
}

.career-bottom h2 {

    color: #fff;

    margin-bottom: 15px;
}

.career-bottom p {

    color: #bdbdbd;

    margin-bottom: 30px;
}

.career-btn {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 170px;
    height: 50px;

    border-radius: 50px;

    border: 1px solid #f2b545;

    color: #fff;

    text-decoration: none;

    transition: .35s;
}

.career-btn:hover {

    background: #f2b545;

    color: #0c3386;
}

/* Responsive */

@media(max-width:900px) {

    .career-cards {

        grid-template-columns: 1fr;

    }

    .careers-title {

        font-size: 2.2rem;
    }

}
/* =========================
   TABLET (992px)
========================= */

@media (max-width:992px){

:root{
    --navbar-height:75px;
}

section{
    padding:80px 6%;
}

.hero-content h1{
    font-size:3rem;
}

.about-section{
    flex-direction:column;
    gap:50px;
    text-align:center;
}

.about-right{
    max-width:100%;
}

.about-logo{
    width:180px;
}

.services-grid{
    width:100%;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

.clients-slider{
    width:100%;
}

.offer-card{
    width:260px;
    height:140px;
}

.contact-section{
    padding:60px 6%;
}

.contact-right{
    width:100%;
    max-width:450px;
}

.footer{
    padding:50px 40px;
}

.footer-container{
    flex-direction:column;
    text-align:center;
}

.footer-left,
.footer-right{
    align-items:center;
    text-align:center;
}

}
/* =========================
   MOBILE (768px)
========================= */

@media (max-width:768px){

:root{
    --navbar-height:70px;
}
.nav-menu{
    display:none !important;
}

.nav-menu.open{
    display:flex !important;
}

.menu-toggle{
    display:flex;
    opacity:1;
    pointer-events:auto;
}
.menu-toggle{
    opacity:1;
    pointer-events:auto;
}

html,
body{
    overflow-x:hidden;
}

/* Navbar */

.navbar{
    padding:15px 20px;
}

.adysive-logo{
    width:85px;
}

.menu-toggle{
    display:flex;
    justify-content:center;
    align-items:center;
}

.nav-menu{
    width:100%;
}

/* Hero */

.hero{
    min-height:100vh;
    padding:100px 20px 40px;
}

.hero-content{
    text-align:center;
}

.hero-content h1{
    font-size:2.2rem;
    line-height:1.2;
}

.typing-text{
    font-size:.8rem;
    letter-spacing:2px;
    white-space:normal;
}

/* About */

.about-section{
    flex-direction:column;
    gap:40px;
    padding:60px 20px;
}

.about-logo{
    width:160px;
}

.about-text{
    font-size:15px;
    text-align:center;
}

/* Offer */

.offer-section{
    padding:80px 0;
}

.offer-card{
    width:230px;
    height:130px;
}

.overlay h3{
    font-size:16px;
}

.overlay p{
    font-size:12px;
}

/* Services */

.services-grid{
    width:100%;
    grid-template-columns:1fr;
    gap:30px;
}

.services-title{
    font-size:2rem;
}

.service-card{
    text-align:center;
}

/* Clients */

.clients-slider{
    width:100%;
    border-radius:20px;
}

.client-logo{
    width:100px;
}

.client-logo img{
    max-width:100px;
}

/* Hire */

.hire-content h2{
    font-size:2rem;
}

.hire-text{
    font-size:1rem;
}

/* Careers */

.careers-section{
    padding:80px 20px;
}

.careers-title{
    font-size:2rem;
}

.career-cards{
    grid-template-columns:1fr;
}

/* Contact */

.contact-section{
    justify-content:center;
    padding:50px 20px;
}

.contact-bg{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0) scale(1.08) !important;
}



.contact-right{
    width:100%;
    padding:25px;
}

.contact-title{
    font-size:2rem;
}

.contact-btn{
    width:100%;
}
.contact-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transform: none !important;
}

.contact-section{

    min-height:100vh;

    padding:40px 20px;

    justify-content:center;

    align-items:center;

    overflow:hidden;
}

/* Footer */

.footer{
    padding:40px 20px;
}

.footer-container{
    flex-direction:column;
    text-align:center;
}

.footer-left,
.footer-right{
    align-items:center;
    text-align:center;
}

.social-icons{
    justify-content:center;
}

/* WhatsApp */

.whatsapp-float{
    right:15px;
    bottom:15px;
    font-size:28px;
}

}
/* =========================
   SMALL MOBILE (480px)
========================= */

@media (max-width:480px){

.hero-content h1{
    font-size:1.8rem;
}

.typing-text{
    font-size:.7rem;
    letter-spacing:1px;
}

.about-text{
    font-size:14px;
}

.services-title{
    font-size:1.6rem;
}

.contact-title{
    font-size:1.7rem;
}

.offer-card{
    width:190px;
    height:110px;
}

.client-logo{
    width:80px;
}

.footer-logo{
    width:80px;
}

}
.success-message{

    color:#f2b545;

    margin-bottom:20px;

    font-size:.9rem;
}

/* ===========================
   CAREERS SECTION
=========================== */

.careers-section{
    min-height: 100vh;
    background: #fff;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 70px 8%;
}

.careers-container{
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.career-title{
    text-align: center;
    color: #c59d2d;
    font-size: 34px;
    font-family: "ZT Nature";
    margin-bottom: 35px;
}

/* ===========================
   JOB CARDS
=========================== */

.job-cards{
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;

    margin-bottom: 45px;
}

.job-card{

    width: 280px;
    height: 170px;

    border-radius: 8px;


    background:
        radial-gradient(circle at top right,
            rgba(12, 51, 134, .45),
            transparent 40%),

        radial-gradient(circle at bottom left,
            rgba(10, 29, 69, .5),
            transparent 45%),

        linear-gradient(135deg,
            #000000 0%,
            #020817 25%,
            #0c1f4a 50%,
            #020817 75%,
            #000000 100%);

    display: flex;
    justify-content: center;
    align-items: center;

    transition: .35s;
}

.job-card:hover{
    transform: translateY(-8px);
}

.job-card h2{

    color: #fff;

    text-align: center;

    font-family: "ZT Nature";

    font-size: 28px;

    line-height: 1.25;

    letter-spacing: .5px;

}

/* ===========================
   FORM
=========================== */

.career-form{

    width: 430px;

    margin: auto;

}

.form-group{

    margin-bottom: 15px;

}

.careers-form-group label{

    display: block;

    margin-bottom: 6px;

    font-size: 14px;

    font-weight: 600;

    color: #222;

}

.careers-form-group span{

    color: #888;

    font-size: 12px;

}

.careers-form-group input,
.careers-form-group select,
.careers-form-group textarea{

    width: 100%;

    padding: 11px 14px;

    border: 1px solid #d9d9d9;

    border-radius: 6px;

    outline: none;

    font-size: 14px;

    font-family: "Figtree";

}

.careers-form-group textarea{

    height: 90px;

    resize: none;

}

.careers-form-group input:focus,
.careers-form-group select:focus,
.careers-form-group textarea:focus{

    border-color: #c59d2d;

}

.career-btn{

    width: 100%;

    padding: 13px;

    background: #000;

    color: #fff;

    border: none;

    border-radius: 6px;

    cursor: pointer;

    font-size: 15px;

    font-weight: 600;

    transition: .3s;

}

.career-btn:hover{

    background: #c59d2d;

}

/* ===========================
   SUCCESS MESSAGE
=========================== */

.success-message{

    width: 430px;

    margin: 0 auto 20px;

    padding: 12px;

    background: #eaf9e8;

    color: #0f7d32;

    border-radius: 6px;

    text-align: center;

}

/* ===========================
   MOBILE
=========================== */

@media (max-width:768px){

    .careers-section{
        padding: 100px 20px 60px;
        min-height: auto;
    }

    .career-title{
        font-size: 28px;
    }

    .job-cards{
        gap: 20px;
    }

    .job-card{
        width: 100%;
        max-width: 320px;
        height: 150px;
    }

    .job-card h2{
        font-size: 24px;
    }

    .career-form{
        width: 100%;
    }

}
/* ===== CAREERS FORM FIX ===== */

.career-form input,
.career-form textarea,
.career-form select{

    background: #fff !important;
    color: #222 !important;
    caret-color: #222 !important;

    border: 1px solid #d9d9d9 !important;

    opacity: 1 !important;
}

.career-form input::placeholder,
.career-form textarea::placeholder{

    color: #999 !important;

}

.career-form input:focus,
.career-form textarea:focus,
.career-form select:focus{

    outline: none;
    border-color: #c59d2d !important;
    box-shadow: 0 0 0 3px rgba(197,157,45,.15);

}