body{
    margin:0px;
    font-family: "Quicksand", sans-serif;
    overflow-x:hidden;
}
.card-1
{
    background-image: url('https://ik.imagekit.io/jxuol7kjt/download.avif?updatedAt=1725599834833');
    background-repeat: no-repeat;
    object-fit: contain;
    background-size: cover;
    /* width:100vw; */
    height:72vh;
}
.content
{
    display: flex;
    flex-direction: column;
    margin-left:13vw;
    margin-top: -2vh;
}


.logo {
    display: flex;
    flex-direction: row; /* Center the logo text */
    align-items: center;
    width: 100%;
    position: relative;
    margin-top:-1vw;
}

.logo_img {
    width: 7vw;
    height: 7vw;
    margin-left: -1.5vw;
}

.logo h5 {
    color: #ffffff;
    font-size: 1.5vw;
    margin-left: -61vw;
    text-align: center; 
    flex-grow: 1; 
}
.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2.5vw;
    color:  #ffffff;
    font-size: 1vw;
    border-bottom: 1px solid  #eceaff56;
    border-top: 1px solid  #eceaff56;
    margin-top: -0.8vw;
    height: 6vh;
    width: 75vw;
    position: relative; 
}

.nav a {
    text-decoration: none;
    color: #ffffff;
    position: relative; 
    font-weight: 480;
    transition: all 0.3s ease;
    cursor:pointer;
}

.nav a:hover, .nav a.active {
    font-weight: bold; 
}

.nav a::after {
    content: "";
    position: absolute;
    bottom: -1.8vh; 
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    transform: scaleX(0); 
    transform-origin: bottom right;
    transition: transform 0.3s ease; 
}

.nav a:hover::after, .nav a.active::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.nav-links {
    display: flex;
    flex-direction: row;
    color:  #170f5f;
    gap: 3vw;
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 0.8vw;
    cursor: pointer;
}

/* Media query for mobile view */
@media (max-width: 768px) {
    .logo {
        justify-content: center; /* Center the logo text in mobile view */
        width: 100%;
        top:-5px;
        left:5vw;
    }

    .logo_img {
        width: 23vw;
        height:23vw;
        margin-left:-12vw; /* Increase size for mobile view */
    }

    .logo h5 {
        font-size: 4.5vw;
        flex-grow: 1;
        margin-left: -25vw;
        margin-top:13vw;
        top:0;
        text-align: center; /* Ensure text is centered */
    }

   
    .nav {
        flex-direction: column;
        align-items: flex-start;
        border-bottom: none;
        border-top: none;
        width: 90%;
    }


    .nav-links {
        position: fixed; 
        top: 60px;
        right: 30px; /* Align it to the right */
        background-color: #140f4b; /* Add background color for visibility */
        padding: 1rem;
        width: 40vw; /* Set a smaller width */
        flex-direction: column;
        gap: 0rem;
        z-index: 999; /* Ensure it floats above other content */
        display: none;
        border-radius: 8px; /* Round the corners */
    }

    .nav-toggle {
        display: block;
        position: absolute;
        right: 8vw !important; /* Keep it aligned to the right */
        z-index: 1000; /* Ensure it stays on top of the floating menu */
        font-size: 2.5rem;
    }

    .nav-links.show {
        display: flex;
    }

    .nav a {
        font-size: 4vw;
    }
}


.loca
{
    display: flex;
    flex-direction: column;
    color:white;
    margin-top:3vw;
}
.loca p{
    font-size: 1.5vw;
    font-weight: 100;
}
.loca h2{
    font-size: 5vw;
    margin-top:-1vw;
    font-weight: 100;

}
.card-2{
    display: flex;
    justify-content: center;
    font-size: 1.2vw;
    margin-top:1vw;
    font-weight: 500;
}
.content-1
{
    width:80vw;
    color:#3c3c3c;
    text-align: center;
    line-height: 2.5vw;
}
.card-3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5vw;
    line-height: 1vw;
    margin-top:2vw;
}
.card-3 h2{
    color: #170f5f;
    font-size:1.6vw;
}
.card-3 p , .card-3 h4{
    color: #3c3c3c;
    font-weight: 480;
    font-size:1vw;
}
.card-3 h4{
    font-size:1.4vw;
}
.card-4
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10vw;
    margin-top:2vw;
}
.content-3 h4
{
    color: #170f5f;
    font-size:1.6vw;
    font-weight: 450;
    margin-left: -1vw;
}
.add-3 .map{
    width:35vw;
    height:35vw;
}
.location-2 img{
    width: 57vw;
    height: 40vw;
}
.add
{
    display: flex;
    flex-direction: row;
    gap:7vw;
     margin-left: -2vw; 
}
.add h4{
    font-size: 1.4vw;
    font-weight: 500;
    color: #3c3c3c;
}
.add p{
    color: #3c3c3c;
    font-weight: 480;
}

.card-5 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 5vw;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.content-4 {
    position: relative;
    background-color: #170f5f; 
    color: white;
    padding: 4vw;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden; 
}

.content-4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1), #170f5fe4),
        url(https://ik.imagekit.io/d9wt8plt0/q503i6yb.png?updatedAt=1726655617846);
    background-size: cover;
    background-position: top;
    opacity: 0.3;
    z-index: 1;
}

.content-4 * {
    position: relative;
    z-index: 2;
}

.content-4 h2 {
    font-size: 2.5vw;
    margin-top: -20vh;
    font-weight: 600;
}

.content-4 p {
    margin-top: 20vh;
    font-size: 1vw;
    line-height: 1.6;
    font-weight: 450;
}

.form {
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
    width: 60%;
    padding: 4vw;
        
}

.form-card {
    display: flex;
    gap: 1vw;
}

.input-icon {
    position: relative;
    width: 100%;
}
input{
    font-family: "Quicksand", sans-serif !important;
}
.input-icon i {
    position: absolute;
    left: 1vw;
    top: 50%;
    transform: translateY(-50%);
    color: #170f5f;
    transition: all 0.3s ease;
    font-size:1vw;
}

.input-icon input,
.input-icon textarea {
      font-family: "Quicksand", sans-serif;
    width: 80%;
    padding: 1vw 1vw 1vw 3vw;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.9vw;
    transition: all 0.3s ease;
}

.input-icon input:focus,
.input-icon textarea:focus {
    outline: none;
    border-color: #170f5f;
    box-shadow: 0 0 0 3px rgba(23, 15, 95, 0.1);
}

.input-icon input:focus + i,
.input-icon textarea:focus + i {
    color: #170f5f;
    transform: translateY(-50%) scale(1.1);
}

.input-icon textarea {
       width: 90%;
    resize: vertical;
    min-height: 8vw;
    resize: none;
}


textarea::placeholder {
    /*margin:0 auto !important;*/
    /*text-align: center;*/
        position: absolute;
        top: 50%;
    transform: translateY(-50%);
    }
.input-icon input::placeholder,
.input-icon textarea::placeholder {
    font-family: 'Quicksand', serif;
}

.form button {
    font-family: 'Quicksand', serif;
    width: auto;
    padding: 0.5vw 0.7vw;
    border-radius: 8px;
    background-color: #170f5f;
    color: white;
    border: none;
    font-size: 1vw;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    display: flex;
    align-items: center;
    gap: 0.5vw;
}

.form button:hover {
    background-color: #1d1666;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form button i {
    transition: transform 0.3s ease;
}

.form button:hover i {
    transform: translateX(4px);
}
.content-3
{
    margin-left:10vw;
}
.glo-loc{
    margin-left:0vw;
}
@media (max-width: 768px) {
    .card-5 {
        flex-direction: column;
        margin: 0;
        box-shadow: none;
    }

    .content-4, .form {
        width: 100%;
    }

    .content-4 {
        width: 90%;
        margin: 0 auto !important;
        padding: 6vw;
    }

    .content-4 h2 {
        font-size: 6vw;
        margin-top: 0; 
        margin-bottom: 4vw;
    }

    .content-4 p {
        font-size: 4vw;
        margin-top: 0; /* Adjust margin for mobile */
    }
    .form-card {
        flex-direction: column;
        gap: 3vw;
    }

    .input-icon input,
    .input-icon textarea {
        font-size: 3.5vw;
        padding: 3vw 3vw 3vw 10vw;
    }

    .input-icon i {
        font-size: 5vw;
        left: 3vw;
    }

    .form button {
        width: 20%;
        font-size: 3vw;
        padding: 3vw;
    }
}
.card-6
  {
      background-color: #140f4b;
      display: flex;
      flex-direction: column;
      justify-self: center;
      color:white;
      padding: 1vw;
      padding-top: 3vw;
      padding-bottom: 1vw;
     padding-left: 0.4vw;
     width:100vw;
  }
  .foot-logo
  {
      display: flex;
      flex-direction: row;
      gap:1vw;
  }
  .foot-logo img{
      width:13.5vw;
      height:12vw;
      margin-top:-3vw;
      filter: brightness(0) invert(1);
  }
  .foot-cont
  {
      display: flex;
      flex-direction: column;
      /* gap:0.1vw; */
      margin-top:-0.7vw;
  }
  .foot-quick
  {
      display: flex;
      flex-direction: column;
      gap:1vw;
      font-size: 1vw;
  }
  .foot-quick a{
    font-weight: 600;
         text-decoration: none;
         color:white;
         width:9vw;
  }
  
.foot-quick a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px; 
  text-underline-offset: 2px; 
}
  .foot-contact 
  {
      display: flex;
      flex-direction: column;
      width:30vw;
  }
  .addre
  {
      display: flex;
      flex-direction: row;
      gap:2.7vw;
      font-size: 0.8vw ;
  }
  .addr-1,.addr-2,.addr-3
  {
      font-size:1vw;
      margin-left:1vw;
  }
  .foot-contact h3{
      margin-left:8vw;
      font-size:1.2vw;
  }
  .top
  {
      display: flex;
      flex-direction: row;
      justify-self: center;
      gap:6vw;
      color:white;
      padding: 2vw;
      padding-top: 2vw;
      padding-bottom: 2vw;
      border-bottom: 1px solid rgba(245,245,245,0.25);
      border-top: 1px solid rgba(245,245,245,0.25);
  }
  .middle
  {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 1px solid rgba(245,245,245,0.25);
      padding-left: 3vw;
      height: 5vh;
      padding-right: 3vw;
  }
  .mid-content {
    margin-top:-1.6vw;
      display:flex;
      flex-direction: row;
      justify-content: space-around;
      width:25vw;
      font-size: 1.5vw;
  }
  .mid-content h5{
    font-weight: 300;
  }
  
  .icons
  {
      display: flex;
      flex-direction: row;
      gap:2vw;
      margin-top:2.5vw;
      font-size:1.4vw;
  
  }
  .middle p{
      margin-top:0.7vw;
      font-size: 0.8vw;
  }
  .foot-cont p{
      font-size:0.8vw;
      /* text-align: center; */
      margin-top: -20px;
      white-space: nowrap;
  }
  .foot-cont h4{
      font-size: 1.3vw;
  }



/* .vizag-location
{
    position: absolute;
    left: 34vw;
    top: 61vw;
    width: 5vw;
    height: 5vw;
    
} */
 .location-1,.location-3
 {
    display: flex;
    flex-direction: column;
    gap: 5vw;
 }




 

@media (max-width: 767px) {
  .input-icon textarea {
       width: 80%;
}
    .card-1 {
        height: 75vw;
        width:105vw;
         max-width: 100%;
    }
    .foot-quick a{
        width:auto;
    }
    .content {
        margin-left: 5vw;
        margin-right: 5vw;
    }

   .card-6{
    width: 98.6vw;
     max-width: 100% !important;
   }

    .nav {
        /*font-size: 4vw;*/
        /* width: 100vw; */
        justify-content: space-around;
    }
.loca{
    margin-top:-5vh;
}
    .loca h2 {
        font-size: 8vw;
    }

    .card-2 {
        font-size: 3vw;
        margin-left: -2vw;
    }

    .content-1 {
        width: 90vw;
        line-height: 4vw;
     
    }
    .card-2 p {
           font-weight:580 !important;
           font-size:3.5vw;
    }
    .card-3 {
        flex-direction: column;
        gap: 5vw;
        line-height: 3vw;
        text-align: center;
    }

    .card-3 h2 {
        font-size: 5vw;
    }

    .card-3 p, .card-3 h4 {
        font-size: 4vw;
    }


    .top {
        flex-direction: column;
        gap: 2vw;
        }
        
        .foot-contact {
        width: 100%;
        }
        
        .addr-1, .addr-2, .addr-3 {
        font-size: 4vw;
        width: 100%;
        }
        
        .foot-cont p, .foot-cont h4 {
        font-size: 3vw;
        }
        
        .mid-content {
        width: 36vw;
        font-size: 2.7vw;
        }
        .foot-logo img{
        width:25vw;
        height:25vw;
        margin-left: 34vw;
        margin-bottom:-4vw ;
        }
    .icons {
            font-size: 4vw;
            margin: 0 auto;
        }
        .icons a {
            margin-right: 20px; 
        }
        .icons a:last-child {
            margin-right: 0;
        }
        .foot-quick
        {
        text-align: center;
        }
        .foot-contact{
        text-align: center;
        }
        .addre{
        justify-content: center;
        font-size:2.4vw;
        }
        .middle p{
        font-size:2.2vw;
        }
        .middle{
        height: 7vw !important;
        align-items: center;
        }
        .content-3  h4
        {
        font-size:4vw;
        }
        .add h4{
        font-size: 4vw;
        }
        .content-4 h2{
        font-size:4vw;
        }
        .content-4 p{
        font-size: 3vw;
        }
        .loca p {
        font-size: 3vw;
        }
        .foot-quick{
        font-size: 3vw;
        border-bottom: 1px solid white;
        padding-bottom: 4vw;
        }
        .foot-contact h3
        {
        font-size: 3.5vw;
        margin-left:-1vw;
        }
        .add-3 img{
        width:50vw;
        height:20vh;
        }
    .add-3 .map{
        width:50vw;
        height:auto;
        margin-left:13vw;
    }
    .foot-logo{
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* margin-left: 2vw; */
        text-align: center;
        border-bottom: 1px solid white;
        padding-bottom: 4vw;
        }
    .add{
        display: flex;
        flex-direction: column;
       
    }
    .location-2 img{
        width: 80vw;
        height: auto;
    }
    .addr-1,.addr-2{
        text-align: center;
        margin-left: -3vw;

    }
    .location-2{
         margin: 0 auto;
        /* margin-left: 7vw; */
    }
    .second-navbar{
        display: none !important;
    }

    #back-to-top {
    right:20px !important;
    }
    .middle
  {
      height:7vw !important;
      align-items:center;
      margin-left:1vw;
  }
   .foot-quick ul li{
    font-size: 2vw;
    width: 25vw;
    text-align: start;
  }
  .foot-quick ul{
    margin-left: 38vw !important;
     line-height: 2;
  }
/*  .foot-quick h3::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 36vw !important;*/
/*    bottom: 0;*/
/*    top: 5vw !important;*/
/*    width: 11vw !important;*/
/*    height: 0.5vw !important;*/
/*    background-color: white;*/
/*}*/
/*.foot-contact h3::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 36vw !important;*/
/*    bottom: 0;*/
/*    top: 5vw !important;*/
/*    width: 16vw !important;*/
/*    height: 0.5vw !important;*/
/*    background-color: white;*/
/*}*/
}

/* second navbar */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    border-bottom: 1px solid #170F5F;
    font-size: 1.2vw;
    height: 8vh;
    position: fixed;
    top: 0; 
    left: 0;
    z-index: 1000; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.635);
  }
  
  .logo-section {
    display: flex;
    align-items: center;
    background-color: white;
    padding: 0.5vw 2vw;
    width:50%;
    height: 6.5vh;
    white-space: nowrap;
  }
  
  .logo_img2 {
    width: 7vw;
    height: auto;
  }
  
  .logo-section h5 {
    margin: 0;
    color: #170f5f;
    font-size: 1.5vw;
  }
  
  .nav-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #170F5F;
    width: 120%;
    height:6.5vh;
    padding: 0.5vw 2vw;
  }
  
  .nav-section p {
    margin: 0 1.5vw;
  }
  
  .nav-section a {
    color: white;
    text-decoration: none;
    position: relative; 
    padding-bottom: 5px; 
    transition: color 0.3s ease;
  }
  
  .nav-section a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0); 
    transform-origin: bottom right;
    transition: transform 0.3s ease; 
  }
  
  .nav-section a:hover::after, 
  .nav-section a.active::after {
    transform: scaleX(1);
    transform-origin: bottom left; 
  }
  
  .nav-section a:hover, 
  .nav-section a.active {
    font-weight: bold; 
    color: white; 
  }
  /* second navbar(Initially hidden) */
  .second-navbar {
    display: flex;
  }
  #back-to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    color: #170F5F !important;
    border: 1px solid #170F5F !important;
    background-color:white !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1000;
  }

  #back-to-top:hover {
    background-color: #170F5F;
    color: white;
    border: 1px solid white;
  }

  #back-to-top.show {
    opacity: 1;
    visibility: visible;
  }
  
   .second-navbar {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    position: fixed; 
    top: 0;
    left: 0;
    right: 0;
}

.first-navbar.visible, .second-navbar.visible {
    opacity: 1;
    visibility: visible;
}
#parentsvg svg circle {
    fill: #000000;
  }
  .st2 {
    fill: #170f5f;
  }
  
#parentsvg{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
}  
@media (max-width: 767px){
    #parentsvg{
        margin-left:-10vw;
          width: 100vw  !important; 
          height: 70vw !important;
    }
}
.wipe-transition {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #170f5f;
    z-index: 9999;
    transition: width 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wipe-transition img {
    max-width: 180px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}


::-webkit-scrollbar {
    width: 12px;
  }
  
  ::-webkit-scrollbar-track {
    background: #170F5F;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #fff;
  }
  
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #fff #170F5F;
  }
  
  /* For Internet Explorer and Edge */
  body {
    -ms-overflow-style: none;
  }
  
  
  .foot-quick ul{
      list-style-type: circle;
      width: 10vw;
      font-size:0.8vw;
      margin-left: 1vw;
      margin-top:-0.5vw;
      margin-bottom: -0.5vw;
  }
.foot-quick ul li{
    padding: 0.3vw;
}
/*.foot-quick h3::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    top: 2vw;*/
/*    width: 3.5vw;*/
/*    height: 0.1vw;*/
/*    background-color: white;*/
/*}*/
.foot-quick h3{
    position: relative;
}
.foot-contact h3{
    position: relative;
}
/*.foot-contact h3::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    top: 2vw;*/
/*    width: 5vw;*/
/*    height: 0.1vw;*/
/*    background-color: white;*/
/*}*/

.firstNavbar{
    display: none;
}
@media (max-width: 768px) {


    hr {
        border: none; 
        border-top: 0.2vh solid white; 
        margin-left: -1vw;
        width: 90vw;
        margin-top: -6vw;
        display: block;
      }
      
    .first-navbar{
      display: none !important;
    }
    
    
    .logo_img {
    width: 23vw ;
    height: 23vw ;
    margin-left:-11vw; 
    }
    .firstNavbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1vw 6vw;
    }
    .first_company-name {
    color: white;
    font-size: 3.8vw;
    font-weight: bold;
    text-align: center ; 
    margin-left: -8.9vw;
    }
    .first_menu-toggle {
    color: white;
    background: none;
    border: none;
    font-size: 3vh;
    margin-right: -2vw;
    cursor: pointer;
    }
    
    
    
    .nav {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: none;
    border-top: none;
    width: 90%;
    /* margin-top: -10vh !important; */
    }
    
    .nav-links {
    position: fixed; 
    top: 60px;
    right: 20px; /* Align it to the right */
    background-color: #140f4b; /* Add background color for visibility */
    padding: 1rem;
    width: 40vw; /* Set a smaller width */
    flex-direction: column;
    gap: 1rem;
    z-index: 999; /* Ensure it floats above other content */
    display: none;
    border-radius: 8px; /* Round the corners */
    }
    
    /*.nav-toggle {*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    right: -15px; */
    /*    z-index: 1000; */
    /*    font-size: 2.5rem;*/
    /*    margin-top:2vw;*/
    /*}*/
    
    .nav-toggle {
    display: block;
    position: absolute;
    right: 0; 
    z-index: 1000; 
    font-size: 5vh;
    top: 50%; 
    transform: translateY(-50%); 
    }
    
    
    .nav-links.show {
    display: flex;
    }
    
    .nav a {
    font-size: 4vw;
    color: white;
    }
    .cont-1 .para {
        font-size: 1.1vw;
        margin-top: -0.1vw;
        width:100% !important;
    }

    .cont-2{
        margin-right:0vw !important;
    }
    .nav a::after {
        
        background-color: white;
    }
}


.get-directions {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #170f5f;
    color: white;
    padding: 1vh 2vh;
    text-decoration: none;
    border-radius: 0.3vw;
    margin-top: 1vh;
    transition: background-color 0.3s;
    white-space: nowrap;
    min-width: fit-content; 
}
.get-directions:hover {
    background-color: #0D47A1;
}
.icon {
    margin-right: 8px;
    width: 3vh;
    height: 3vh;
    flex-shrink: 0; 
}

 #preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.5s ease, visibility 0.5s ease;
        }

        .logo-spinner {
            width: 30vh;
            height: 30vh;
            animation: spinGlobe 4s linear infinite;
            transform-style: preserve-3d;
        }

        @keyframes spinGlobe {
            0% { transform: rotateY(0deg); }
            100% { transform: rotateY(360deg); }
        }

        body.loaded #preloader {
            opacity: 0;
            visibility: hidden;
        }
.transition-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #170f5f;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: left 0.5s ease-in-out;
    z-index: 1000;
}
.logo-transition {
  max-width: 30vh;
  max-height: 30vh;
}