
html {
    scroll-behavior: smooth;
}   

* 
{ margin: 0; padding: 0; box-sizing: border-box; font-family: Cambria }



:root { 
    --eva-blue: #0066FF; 
    --eva-navy: #0b1f3a; 
    --white: #ffffff; 
    --eva-red: #e81c2e;
}

body {
    overflow-x: hidden;
    background: #ffffff;
}


#main-website-content {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    display: none;
}


#main-website-content.show-site {
    opacity: 1;
    display: block;
}

#splash-screen {
    position: fixed;
    inset: 0;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    overflow: hidden;
    transition: opacity 0.8s ease-in-out;
}


#transition-logo {
    position: absolute;
    width: 280px; 
    max-width: 80%;
    display: none;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1); 
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.move-to-nav {
   top: 15px !important; 
    left: 30px !important;  /* Navbar padding ke hisaab se */
    width: 150px !important; 
    transform: translate(0, 0) !important;
    opacity: 1 !important;
}

#main-website-content {
    transition: opacity 0.8s ease;
}

.show-site {
    opacity: 1 ;
}

#splash-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.5s;
}



.blur-video {
    filter: blur(10px) brightness(0.5);
}

/* --- HERO BASE & BACKGROUND --- */
.eva-eye-hero {
    position: relative;
    width: 100%;
    height: 100vh; /* Desktop screens */
    height: 100dvh; /* Mobile screens (dynamic viewport) */
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- Video Container --- */
.eva-eye-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.eva-eye-video {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
    transform: scale(1) !important;
}

/* --- Overlay & Particles --- */
.eva-eye-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); /* Video par dark tint dene ke liye */
    z-index: 1;
}

#particles-js {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

@keyframes scrollPulse {
    0% { top: -20px; opacity: 0; }
    30% { opacity: 1; }
    100% { top: 70px; opacity: 0; }
}


/*about*/

.about-section, 
.ser-section, 
.ind-section, 
.ins-section, 
.car-section  {
   
    position: relative;
    /* Responsive Padding: Mobile (40px) to Laptop (80px) */
    padding: clamp(2.5rem, 8vh, 5rem) 5%; 
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;

    
    justify-content: center;
    position: relative;
    overflow: hidden;
}


.about-container {
    width: 100%;
    max-width: 75rem;
    margin:0 auto;
    padding: 0 ;

}

.section-tag {
    /* Layout */
    display: block;           
    text-align: center;        
    width: 100%;            
    
    /* Spacing */
    margin-bottom: 0.5rem;    
    padding: 0;               
    
    /* Typography */
    font-size: clamp(1rem, 2vw, 1.4rem);      
    font-weight: 700;         
    color: #0b1f3a;           
    text-transform: uppercase; 
    letter-spacing: 0.1rem; 
    margin-bottom: 0.5rem;  
}

.about-title {
    /* Font Size: Responsive range */
    font-size: clamp(1.8rem, 4.5vw, 2.8rem); 
    
    /* Colors */
    color: var(--eva-red); 
    
    /* Layout & Alignment */
    display: block;            
    text-align: center;        
    width: 100%;               
    line-height: 1.25;         
    
   
    max-width: 55rem;        
    margin: 0.5rem auto 1.2rem; 
    
    /* Typography */
    font-weight: 800;          
}


.about-title span {
    color: var(--eva-blue);         
    display: inline;        
}


.about-subtitle {
    font-size: 1.1rem;    
    color: #555;              
    display: block;           
    text-align: center;     
    width: 100%; 
    margin-bottom: 2.5rem;    
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto 3rem;
}


/* --- Grid Layout Setup --- */
.about-grid {
    display: grid;
   

    gap: 3rem;          

    margin-top: 2rem;
}
.about-grid {
    grid-template-columns: 1fr 1.3fr;
        align-items: stretch; 

  
}


.about-visual {
    width: 100%;
   
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 100%;
}

.img-box { display: flex;
    width: 100%;

    height: 100%; 
    
    border-radius: 2px;     
    overflow: hidden;
    position: relative;
    
    /* Box shadow professional dikhegi */
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1); 
}

.img-box img {
    width: 100%;
    height: 100%; 
    
   
    object-fit: cover; 
    object-position: center; 
    
    display: block;
    border-radius: 0;
}



.about-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.info-box h3 {
    font-size: 1.5rem;
    color: #0b1f3a;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.justify-text {
    text-align: justify; 
    line-height: 1.5;    
    color: #4a4a4a;
    font-size: 1.05rem;
}


.justify-text span {
    color: #e81c2e;      
    font-weight: 800;
}


.justify-text strong, 
.justify-text span {
    color: #0b1f3a; 
    visibility: visible;
    display: inline;
}


.info-links {
    display: flex;           
    gap: 2px;                
    margin-top: 10px;
}


.info-links .card {
    flex: 1;                    
    min-width: 0;              
}
.card {
    background: #ffffff;
    padding: 1.5rem;
    line-height:1.5rem;
    border-radius: 0.9rem;
    border: 1px solid #edf2f7;
    transition: all 0.3s ease;
}
.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.card:hover {
    transform: translateY(-5px);
    border-color: #0066FF;
    box-shadow: 0 10px 20px rgba(0, 102, 255, 0.05);
}

.card h4 {
    font-size: 1.1rem;
    color: #0b1f3a;
    margin-bottom: 0.5rem;
}

.card p {
    font-size: 1.05rem;       
    color: #4a4a4a;          
    line-height: 1.5;         
    text-align:left;     
     justify-content: space-between;
}

.card a {
    color: #15518c;
    text-decoration: none;
    font-weight: 800;
    font-size: 1rem;
    display: inline-block;
    margin-top: 0.8rem;
    text-decoration: underline;
     text-underline-offset: 4px;
     justify-content: space-between;
}



    .ser-title, 
    .ind-title, 
    .ins-title, 
    .car-title {
        margin-top: 10px ;
        margin-bottom: 15px;
        line-height: 1.2;
    }

   
    .ser-subtitle, 
    .ind-subtitle, 
    .ins-subtitle, 
    .car-subtitle {
        font-size: 1.1rem;    
        color: #555;              
        display: block;           
        text-align: center;     
        width: 100%; 
        margin-bottom: 2.5rem;    
        font-weight: 500;
        line-height: 1.5;
        margin: 0 auto 3rem;
    }

.about-visual,
.about-content {
    display: flex;
    flex-direction: column;
}


    /*service*/



    .ser-header { text-align: center; margin-bottom:10px; }

    .ser-tag { 
        background: rgba(0, 102, 255, 0.1); 
        color: var(--eva-blue); 
        padding: 0px 0; 
        border-radius: 20px; 
        font-size: 13px; 
        font-weight: 600; 
    }

    .ser-title { font-size: 2.8rem; color: var(--eva-navy); margin: 2px 0; /* Top aur bottom margin minimum kiya */
        line-height: 1.1; }
    .ser-highlight { color: var(--eva-blue); }


    .ser-carousel-viewbox {
        width: 100%;
        max-width: 1400px;
        height: 480px;
        margin-top: -10px ;
        display: flex;
        justify-content: center;
        align-items: center;
        perspective: 1500px;
        position: relative;
        opacity: 0;
        transform: translateY(50px);
        transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    }


    .ser-carousel-viewbox.active { opacity: 1; transform: translateY(0); }

    .ser-carousel-strip {
        width: 320px;
        height: 450px;
        position: relative;
        transform-style: preserve-3d;
    }

    .ser-card {
        position: absolute;
        width: 100%;
        height: 100%;
        background: white;
        border-radius: 24px;
        border: 1px solid rgba(11, 31, 58, 0.08);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
        backface-visibility: hidden;
    }

    .ser-card-img { height: 180px; position: relative; background: var(--eva-navy); }
    .ser-card-img img { width: 100%; height: 100%; object-fit: cover; }

    .ser-badge {
        position: absolute; bottom: 15px; left: 15px;
        background: var(--eva-blue); color: white;
        padding: 5px 12px; border-radius: 6px;
        font-size: 10px; font-weight: 700; text-transform: uppercase;
    }

    .ser-card-content { padding: 20px; }

    .ser-card-content h3 {
        color: var(--eva-navy);
        font-size: 1.2rem; 
        margin-bottom: 10px; 
        font-weight: 700; }

    .ser-card-content p { 
        color: #475569;
    font-size: 0.938rem;    
    line-height: 1.6;       
    margin-bottom: 1.25rem; 
    
    /* Justification Logic */
    text-align: justify;    
    hyphens: auto;          
    
  
    text-justify: inter-word; }

    .ser-read-more { color: var(--eva-blue); text-decoration: none; font-weight: 700; font-size: 0.9rem; transition: 0.3s; }
    .ser-read-more:hover { padding-left: 5px; }
.ser-card[data-pos="0"] {
    transform: translate3d(0, 0, 100px) scale(1);
    z-index: 10;
    opacity: 1;
}

.ser-card[data-pos="1"] {
    transform: translate3d(-15vw, 0, -120px) scale(0.85);
    z-index: 8;
    opacity: 0.9;
}

.ser-card[data-pos="2"] {
    transform: translate3d(15vw, 0, -120px) scale(0.85);
    z-index: 8;
    opacity: 0.9;
}

.ser-card[data-pos="3"] {
    transform: translate3d(-28vw, 0, -300px) scale(0.7);
    z-index: 5;
    opacity: 0.6;
}

.ser-card[data-pos="4"] {
    transform: translate3d(28vw, 0, -300px) scale(0.7);
    z-index: 5;
    opacity: 0.6;
}

.ser-card[data-pos="5"] {
    transform: translate3d(-40vw, 0, -500px) scale(0.55);
    z-index: 3;
    opacity: 0.3;
}

.ser-card[data-pos="6"] {
    transform: translate3d(40vw, 0, -500px) scale(0.55);
    z-index: 3;
    opacity: 0.3;
}
    .ser-card:hover { 
        border-color: var(--eva-blue);
        box-shadow: 0 25px 50px rgba(0, 102, 255, 0.15); }





/*Indurties*/


.ind-row {
    display: flex;
    gap: 20px;
    height: 350px;
}

/* ===== CARD ===== */
.ind-card {
    margin-top: 10px;
    margin-bottom: -10px;
    flex: 1.3;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;

    transition: all 0.6s cubic-bezier(0.23,1,0.32,1);
    transform: scale(0.92);
}

/* ACTIVE CARD */
.ind-card.active {
    flex: 3.5;
    transform: scale(1);
}

/* IMAGE */
.ind-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */
.ind-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);
    padding: 10px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 10;
}


.ind-title-link {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
}

.ind-title-link  {
    position: relative;
    z-index: 20; 
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

.ind-card:not(.active)::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    pointer-events: none; 
    z-index: 5;
}


.ind-overlay p {
    font-size: 0.95rem;
    color: #fcfcfe; 
    margin-top: 5px;

    opacity: 0;
    transform: translateY(10px);
    transition: 0.4s;
}

.ind-card.active p {
    opacity: 1;
    transform: translateY(0);
}
.ind-arrow {
    margin-top: 12px;
    align-self: flex-end;

    width: 32px;
    height: 32px;
    border-radius: 50%;

    border: 1.5px solid #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.3s ease;
}

.ind-arrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
}

/*insight*/



#insights-section .cs-header {
    text-align: center;      
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center;
    margin-bottom: 10px;   
}


#insights-section .ser-subtitle {
     font-size: 1.1rem;    
    color: #555;              
    display: block;           
    text-align: center;     
    width: 100%; 
    margin-bottom: 2.5rem;    
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto 3rem;
}


.ins-carousel-viewbox {
    width: 100%;
    max-width: 1400px;
    height: 450px;
    margin: 0px auto 0;
   
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1500px;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.ins-carousel-viewbox.active { opacity: 1; transform: translateY(0); }

.ins-carousel-strip {
    width: 320px;
    height: 450px;
    position: relative;
    transform-style: preserve-3d;
}

.ins-card {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 24px;
    border: 1px solid rgba(11, 31, 58, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    backface-visibility: hidden;
}

.ins-card-img { height: 180px; 
    position: relative; 
    background: var(--eva-navy); 
}

.ins-card-img img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; }

.ins-badge {
    position: absolute;
     bottom: 15px; left: 15px;
    background: var(--eva-blue); 
    color: white;
    padding: 5px 12px; 
    border-radius: 6px;
    font-size: 10px;
     font-weight: 700; 
     text-transform: uppercase;
}
.ins-card-content { padding: 25px; }

.ins-card-content h3 { 
    color: var(--eva-navy); 
    font-size: 1.15rem;
     margin-bottom: 10px; }

.ins-card-content p {
     color: #475569;
    font-size: 0.938rem;   
    line-height: 1.6;     
    margin-bottom: 1.25rem; 
    
    /* Justification Logic */
    text-align: justify;    
    hyphens: auto;             

    text-justify: inter-word; }

.ins-read-more { 
    color: var(--eva-blue); 
    text-decoration: none;
     font-weight: 700; 
     font-size: 0.85rem; }


/* Front Card */
.ins-card[data-pos="0"] {
    transform: translate3d(0, 0, 100px) scale(1);
    z-index: 10; 
    opacity: 1;
     filter: none;
}


.ins-card[data-pos="1"] { transform: translate3d(-280px, 0, -150px) scale(0.85);
     z-index: 8; 
     opacity: 0.9; 
    filter: blur(0.5px); }

.ins-card[data-pos="4"] { transform: translate3d(280px, 0, -150px) scale(0.85); 
    z-index: 8; 
    opacity: 0.9; 
    filter: blur(0.5px); }


.ins-card[data-pos="2"] { transform: translate3d(-480px, 0, -400px) scale(0.7);
     z-index: 5;
      opacity: 0.6; 
      filter: blur(2px); }

.ins-card[data-pos="3"] { transform: translate3d(480px, 0, -400px) scale(0.7); 
    z-index: 5;
     opacity: 0.6;
      filter: blur(2px); }


.ins-card:hover { border-color: var(--eva-blue);
     box-shadow: 0 25px 50px rgba(0, 102, 255, 0.15); }



/* career*/

/* --- Career Section Layout --- */
.career-section {
    padding: clamp(3rem, 8vh, 6rem) 0;
    background: radial-gradient(circle at top right, #f8faff, #ffffff); /* Light professional background */
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.career-container {
    width: 100%;
    max-width: 75rem; /* 1200px */
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* --- Header Styling --- */
.career-header {
    text-align: center;
    margin-bottom: 5rem; /* 80px */
}

.career-subtitle {
     font-size: 1.1rem;    
    color: #555;              
    display: block;           
    text-align: center;     
    width: 100%; 
    margin-bottom: 2.5rem;    
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto 3rem;
}

.career-subtitle strong {
    color: #0b1f3a;
}

/* --- Grid & Cards --- */
.career-grid {
    display: grid;
 
    grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
    gap: 2.188rem; /* 35px */
}

.career-card {
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 1.5rem; /* 24px */
    padding: 2.8rem 2.2rem;
    text-align: left;
    transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
}

.career-card:hover {
    transform: translateY(-0.625rem); /* -10px */
    border-color: var(--eva-blue);
    box-shadow: 0 1.5rem 3.125rem rgba(11, 31, 58, 0.08);
}

/* --- Icon Styling --- */
.career-icon-box {
    width: 3.438rem; /* 55px */
    height: 3.438rem;
    background: #f1f7fa;
    color: var(--eva-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.875rem; /* 14px */
    font-size: 1.375rem; /* 22px */
    margin-bottom: 1.5rem;
    transition: 0.3s;
}

.career-card:hover .career-icon-box {
    background: var(--eva-blue);
    color: #ffffff;
}

.career-card h3 {
    color: #0b1f3a;
    font-size: 1.375rem; /* 22px */
    margin-bottom: 0.938rem;
    font-weight: 700;
}

.career-card p {
   color: #475569;
    font-size: 0.938rem;    
    line-height: 1.6;      
    margin-bottom: 1.25rem; 
    
    /* Justification Logic */
    text-align: justify;   
    hyphens: auto;             

    text-justify: inter-word;
}

/* --- Buttons --- */
.career-btn {
    display: inline-block;
    width: 100%;
    padding: 0.875rem;
    border-radius: 0.75rem; /* 12px */
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    text-align: center;
    transition: all 0.3s ease;
}

.career-btn.primary {
    background: var(--eva-blue);
    color: #fff;
    border: 1px solid var(--eva-blue);
}

.career-btn.primary:hover {
    background: #0b1f3a;
    border-color: #0b1f3a;
}





/* --- Animations --- */
.reveal-up {
    opacity: 0;
    transform: translateY(2.5rem);
    transition: all 0.8s ease-out;
}

.reveal-up.active {
    opacity: 1;
    transform: translateY(0);
}

.contact-section {
    padding: 80px 0;
    background: #f8fafc;
}

/* WRAPPER AS A SPLIT LAYOUT */
.contact-wrapper-split {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px; 
    max-width: 1000px;
    margin: 40px auto 0;
}


.info-box-standalone {
    background: #0b1f3a;
    color: #ffffff;
    width: 350px;
    padding: 30px 10px;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(11, 31, 58, 0.15);
}

.info-header-mini {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.info-header-mini h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.status-dot {
    width: 10px;
    height: 10px;
    background: #4ade80;
    border-radius: 50%;
    box-shadow: 0 0 10px #4ade80;
}


.mini-entry {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.entry-icon {
    font-size: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.entry-text label {
    display: block;
    font-size: 0.9rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.entry-text p {
    font-size: 0.99rem;
    color: #fff;
    font-weight: 500;
    margin: 0;
}


.map-box-standalone {
    flex: 1;
    min-height: 350px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.map-box-standalone iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: grayscale(1) contrast(1.1) brightness(0.9); 
}



/* Animations */
@keyframes evaFadeUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes scrollPulse {
    0% { top: 0%; opacity: 1; height: 10px; }
    50% { height: 15px; opacity: 1; }
    100% { top: 100%; opacity: 0; height: 5px; }
}




/*Responsiveness*//* ================= GLOBAL / NON-MEDIA QUERY SETTINGS =================*/


#splash-screen {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#transition-logo {
    position: absolute;
    width: 250px;
    max-width: 80%;
    opacity: 0;
}


/* ================= TABLET & LARGE SCREENS (MAX-WIDTH: 1024px / 64rem) ================= */
@media (max-width: 1024px) {
    #transition-logo {
        width: 200px; 
    }
    .move-to-nav {
        top: 10px !important;
        left: 20px !important; 
        width: 120px !important;
    }
    .about-grid {
        grid-template-columns: 1fr; 
        gap: 2rem;
    }
    .about-visual {
        height: 400px; 
    }
    .eva-hero-container {
        padding-right: 0;
        justify-content: center; 
    }
    .ser-carousel-strip, .ins-carousel-strip {
        transform: scale(0.9); 
    }
    .img-box {
        height: 350px;
    }
    /* Section Fluid Padding */
    section {
        padding: 4rem 7vw;
    }
}

/* ================= MEDIUM SCREENS (MAX-WIDTH: 992px) ================= */
@media (max-width: 992px) {
    .info-links {
        grid-template-columns: repeat(3, 1fr);
    }
    .ser-carousel-viewbox {
        height: auto;
        perspective: none;
        padding: 40px 20px;
        display: block;
    }
    .ser-carousel-strip {
        width: 100%;
        max-width: 450px; 
        height: auto;
        margin: 0 auto;
        transform-style: flat;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .ser-card {
        position: relative; 
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        transform: none; 
        opacity: 1;
        visibility: visible;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }
    .ser-card[data-pos="0"], .ser-card[data-pos="1"], .ser-card[data-pos="2"], 
    .ser-card[data-pos="3"], .ser-card[data-pos="4"], .ser-card[data-pos="5"], 
    .ser-card[data-pos="6"] {
        transform: none;
        position: relative;
        left: 0;
        opacity: 1;
    }
}


/* ================= MOBILE & TABLETS (MAX-WIDTH: 768px / 48rem) ================= *//* ================= MOBILE & TABLETS (MAX-WIDTH: 768px / 48rem) ================= */
@media (max-width: 768px) {
    section {
        padding: 3.5rem 2.5rem !important; 
    }


    .eva-eye-hero {
        /* Screen ki puri height lega */
        height: 100vh !important;
        height: 100dvh !important;
        width: 100% !important;
        background-color: #000; /* Video ke background se match karein */
        display: flex !important;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: relative;
    }

    .eva-eye-video {
        width: 100% !important;
        height: 100% !important;
        
        /* 'cover' hi screen bharega, aur 'center' focus ko beech mein rakhega */
        object-fit: contain !important; 
        object-position: center !important; 
        
        /* Zoom level ko 1 rakhein taaki natural dikhe */
        transform: scale(1) !important;
        position: absolute;
        top: 0;
        left: 0;
    }




    

    .about-grid, .contact-wrapper-split, .career-grid {
        grid-template-columns: 1fr !important;
        display: flex;
        flex-direction: column;
    }
    

    .info-links {
        flex-direction: column;
        gap: 15px;
    }
    .ind-row {
        flex-direction: column;
        height: auto;
        gap: 15px;
    }
    .ind-card {
        flex: none;
        height: 200px;
        width: 100%;
        transform: scale(1);
    }
    .ind-overlay p {
        opacity: 1;
        transform: none;
    }
    .ser-carousel-viewbox, .ins-carousel-viewbox {
        height: auto;
        perspective: none;
        overflow: visible;
        display: block;
        padding: 20px;
    }
    .ser-carousel-strip, .ins-carousel-strip {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        transform: none !important;
        transform-style: flat;
    }
    .ser-card, .ins-card {
        position: relative !important;
        transform: none !important;
        width: 100% !important;
        left: auto !important;
        top: auto !important;
        opacity: 1 !important;
        filter: none !important;
        z-index: 1;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    }
    #transition-logo { width: 180px; }
    .move-to-nav { left: 20px; top: 15px; width: 100px; }
    .eva-hero-panel { width: 95%; padding: 30px 20px; margin-top: 20px; border-radius: 30px; }
    .eva-title { text-align: center; justify-content: center; }
    .eva-subtitle { text-align: center; margin: 0 auto 30px; }
    .eva-actions { justify-content: center; }
    .btn-primary, .btn-secondary { width: 100%; }
    .about-title { font-size: 2rem; }
    .ins-card-img { height: 200px; }
    #insights-section .ser-subtitle { margin-bottom: 1.5rem; padding: 0 10px; }
    .info-box-standalone, .map-box-standalone { width: 100%; max-width: 100%; }
} 

/* ================= SMALL MOBILE PHONES (MAX-WIDTH: 480px / 30rem) ================= */
@media (max-width: 480px) {
    section {
        padding: 3rem 1.5rem !important;
    }
    #transition-logo {
        width: 180px;
    }
    .move-to-nav {
        top: 12px !important;
        left: 15px !important;
        width: 100px !important;
    }
    .section-tag { font-size: 1.4rem; }
    .eva-title { font-size: 1.8rem; }
    
}