body{
    margin:0px;
    font-family: "Quicksand", sans-serif;
    overflow-x: hidden;
}
.card-1
{
    width:100vw;
    padding-bottom: 1vw;
    /* border-bottom: 1px solid #170f5f; */
}
::-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;
  }
  



.para{
    line-height: 1.7vw;
}

.aspiration-samplecard{
    height: 22vw;
}

.content
{
    display: flex;
    flex-direction: column;
    margin-left:13vw;
    margin-top: -2vh;
}
.firstNavbar{
    display: none;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top:-1vw;
}
.logo h5{
    margin-left:-0.7vw;
}

.logo_img {
    width: 7vw;
    height: 7vw;
    margin-left: -1.5vw;
}



.nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 2.5vw;
    color:  #170f5f;
    font-size: 1vw;
    border-bottom: 1px solid  #170f5f56;
    border-top: 1px solid  #170f5f56;
    margin-top: -0.8vw;
    height: 6vh;
    width: 75vw;
    position: relative; 
}

.nav a {
    text-decoration: none;
    color: #170f5f;
    position: relative; 
    font-weight: normal;
    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.9vh; 
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #170f5f;
    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: #170f5f;
    font-size: 0.8vw;
    cursor: pointer;
}


.carousel {
    position: relative;
    width: 25vw;
    max-width: 40vw;
    margin: auto;
    overflow: hidden;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 25vw;
}

.carousel-item img {
    width: 17vw;
    display: block;
    margin-top:10%;
    margin-left: 4vw;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color:transparent;
    color: #3354F4;
    border: none;
    font-size: 4vw;
    cursor: pointer;
}




.carousel-control.prev::before {
    content: '';
    display: inline-block;
    width: 2vw;
    height: 2vw;
    border-width: 0 0.2vw 0.2vw 0;
    border-style: solid;
    transform: rotate(135deg);
}

.carousel-control.next::before {
    content: '';
    display: inline-block;
    width: 2vw;
    height: 2vw;
    border-width: 0 0.2vw 0.2vw 0;
    border-style: solid;
    transform: rotate(-45deg);
}

.carousel-control.left {
    left: 2px;
    z-index:1000;
}

.carousel-control.right {
    right: 20px;
}


  .loca
  {
    display: flex;
    flex-direction: row;
    margin-left:13.5vw;
    gap:5vw;
    border-bottom: 1px solid  #170f5f56;
    width:73vw;
    padding: 1vw;
    padding-left:0.2vw;
  }
  .cont-1{
    display: flex;
    flex-direction: column;
    width:100vw;
    padding-left:3vw;
  }
  .cont-1 h3{
    font-size: 2vw;
    color:#001A72;
  }
  .cont-1 .para-1{
    font-size: 1vw;
    margin-top: -1vw;
    color:#3354F4;
  }
  .cont-1 .para{
    font-size: 1vw;
    margin-top: -0.1vw;
    width:40vw;
  }
  .card-2
  {
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    padding-left: 2vw;
    padding-right: 2vw;
    width: 71vw;
    position: relative; 
    padding-bottom: 4vw;
    justify-content: center;
    margin-bottom:10vh;
    margin-top: 1rem;
    margin-left: 13.6vw;
  }
  .card-2 h1{
    color: #001A72;
    font-size: 1.6vw;
    /* font-weight: 500; */
  }
  .card-2 h4{
    font-size: 1vw;
    color: #001A72;
    margin-top:-2vw;
  }
  .card-2 p{
    font-weight: 480;
    line-height: 1.7vw ;
    margin-top:-0.4vw;
    font-size: 1vw;
  }  
  section h4{
    font-size: 1.5vw;
  }
  .feature-item,.spec-item{
    font-size: 1vw;
  }

 
 
  .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.7vw;
     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:10vw;
  }
  
.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;
  }
  .foot-contact h3{
      margin-left:8vw;
      font-size:1.32vw;
  }
  .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;
}
  .add-1,.add-2
  {
      font-size: 1vw;
  }
  .content-4 p
  {
      font-size: 1vw;
  }
  
  .card-2 h4
  {
    padding-top: 3.5vw;
  }
  .feature-list p{
    margin-top: 1vw;
  }
  .spec-list i{
    padding-bottom:1vw ;
  }

  .cont-2{
    margin-right:20vw;
  }
.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.3vw;*/
/*    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.3vw;*/
/*    bottom: 0;*/
/*    top: 2vw;*/
/*    width: 5vw;*/
/*    height: 0.1vw;*/
/*    background-color: white;*/
/*}*/
#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 */
.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%;
    padding: 0.5vw 2vw;
    height:6.5vh;
  }
  
  .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;
  }
  .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;
}


  .prev { left: 1.5vw; }
  .next { right: 1.5vw; }
  .indicator-container {
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
  }
  .indicator-line {
      height: 4px;
      flex-grow: 1;
      background-color: #ddd;
      margin: 0 2px;
      transition: background-color 0.3s ease;
  }
  .indicator-line.active {
      background-color: #3354F4;
  }

  .section {
    /* margin-bottom: 2rem; */
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
}
.section:last-child {
    border-bottom: none;
}
.section h2 {
    color: #001A72;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.feature-list, .spec-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}
.feature-item, .spec-item {
    background: #ffffff;
    padding: 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.feature-item:hover, .spec-item:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.feature-item i, .spec-item i {
    color: #001A72;
    margin-right: 0.5rem;
}

.prev-product-button {
    position: absolute;
    bottom: 20px;
    background-color: #001A72;
    color: white;
    padding: 0.5vw 0.4vw;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.7vw;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width:6vw;
}

.prev-product-button:hover {
    background-color: #0056b3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.prev-product-button i {
    margin-right:8px;
    transition: transform 0.3s ease;
}

.prev-product-button:hover i {
    transform: translateX(3px);
}

.next-product-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #001A72;
    color: white;
    padding: 0.5vw 0.4vw;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.7vw;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width:6vw;
}

.next-product-button:hover {
    background-color: #0056b3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.next-product-button i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.next-product-button:hover i {
    transform: translateX(0.3vw);
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 26, 114, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 26, 114, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 26, 114, 0);
    }
}
.prev-product-button, .next-product-button {
    animation: pulse 2s infinite;
}
 .swiper-button-next,
.swiper-button-prev {
    color: #5372F0;
    margin-top: -3.5vh;
  }
  /* Swiper Pagination */
  .card-wrapper .swiper-pagination {
    position: absolute;
    bottom: 1vh;
    left: 50%;
    transform: translateX(-50%);
    margin-left:-4vw;
    display: flex;
    justify-content: center;
  }
  
  .card-wrapper .swiper-pagination-bullet {
    height: 1.3vh;
    width: 1.3vw;
    opacity: 0.5;
    background: #5372F0;
    border-radius: 50%;
    margin: 0 0.4vh;
  }
  
  .card-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .prev-product-button a, .next-product-button a{
    text-decoration: none;
    color: #fff;
  }


  .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;
}
.application-block {
    background-color: #ffffff;
    border: 2px solid #001A72;
    border-radius: 10px;
    padding: 0.5vw;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 2vw;
    display: flex;
    align-items: center;
}

.application-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.application-block p{
    margin-top:2vh;
    margin-left:1vw;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.8);
    transition: opacity 0.3s ease;
}

.modal-content {
    position: absolute;
    background-color: #fefefe;
    left: 10%; /* Position from left */
    width: 80%; /* 80% width */
    height: 90%; /* 80% height */
    max-width: none;
    border-radius: 10px; /* Restored border-radius */
    overflow: hidden; /* To ensure content doesn't overflow rounded corners */
    padding: 1vw;
}
@media screen and (max-width: 768px) {
    .modal-content {
        top: 5%;
        left: 5%;
    width: 90% !important;
    height: 50% !important;
}
    .slider {
        height: 45vh !important;
    }

}
.modal-header {
    background-color: #001A72;
    color: white;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    position: relative;
    text-align: center;
}

.modal-header h2 {
    margin: 0;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.slider {
    position: absolute;
    width: 100%;
    height: 85%; 
    overflow: hidden;
}

.slider img {
    width: 100%;
    height: 100%;
    display: none;
}


.slider img.active {
    display: block;
}

.slider-nav {
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.slider-nav button {
    font-family: "Quicksand", sans-serif;
    background-color: #001A72;
    color: white;
    border: none;
    padding: 0.5vw 1.5vw;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 0.5vw;
    font-size: 1vw;
    transition: background-color 0.3s ease;
}

.slider-nav .sliderClose {
    position: relative;
    right: 0;
    margin: 0; 
    font-size: 0.8vw;
}


.slider-nav button:hover {
    background-color: #0056b3;
}

.discover-icon {
    width: 5vw;
    height: 3vw;
    margin-right: 20px;
    flex-shrink: 0;
    margin-top: -1.5vw;
}
.discover-icon i {
    font-size: 1.3vw;
    margin-top: 0.5vw;
    color: #170F5F;
}
.slider img {
    width: 100%;
    height: 100%;
    /* cursor: zoom-in; */
}

.magnifier {
    position: absolute;
    border: 2px solid #001A72;
    border-radius: 50%;
    cursor: zoom-out;
    visibility: hidden;
    pointer-events: none;
    z-index: 1001;
    background-color: rgba(255, 255, 255, 0.5);
}

.zoom-controls {
    position: absolute;
    top: 5vw; 
    right: 1vw; 
    display: flex;
    gap: 1vw;
    z-index: 10;
}

.zoom-btn {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 8px;
    cursor: pointer;
    border-radius: 50%;
    width: 3vw;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.zoom-btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.zoom-btn svg {
    width: 1.5vw;
    height: 1.5vw;
}

.zoom-btn.active {
    background-color: #001A72; /* Change to blue when active */
    color: white; /* Optionally, adjust text color */
}

.zoom-btn:active {
    transform: scale(0.95);
}


.zoom-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.slider {
    position: relative;
}

.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;
}
.logo a{
    display:flex;
    flex-direction: row;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;

}
.logo  h5{
    color: #170F5F;
    font-size: 1.5vw;
}
.logo-section a{
    display:flex;
    flex-direction: row;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
}
.logo-section h5{
    color: #170F5F;
    font-size: 1.5vw;
    
}




/* Media query for mobile view */
@media (max-width: 768px) {
    .slider-nav button
    {
        font-size:3.5vw;
    }
 .prev-product-button i {
        margin-left:-5px !important;
        margin-right:8px !important;
    }
    hr {
        border: none; 
        border-top: 0.2vh solid #170F5F; 
        margin-left: -8vw;
        width: 98vw;
        margin-top: -6vw;
        display: block;
      }
      .foot-quick a{
          width:auto;
      }
      
    .first-navbar{
      display: none !important;
    }
    
    
    .logo_img {
    width: 26vw ;
    height: 26vw ;
    margin-left:-15vw; 
    }
    .firstNavbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1vw 3vw;
    }
    .first_company-name {
    color: #170f5f;
    font-size: 4.4vw;
    font-weight: bold;
    text-align: center ; 
    margin-left: -8.9vw;
    }
    .first_menu-toggle {
    color: #170f5f;
    background: none;
    border: none;
    font-size: 3.5vh;
    margin-right: -6vw;
    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;
    }
}




@media (max-width: 768px) {

    .loca{
        /*border-top: 1px solid #170f5f45 !important;*/
        width: 100vw;
    }
    .cont-1{
        width: 70vw;
    }
    .navbar{
        display: none !important;
    }

    .carousel {
        width: 70vw;
        max-width: 80vw;
        margin: auto;
        overflow: hidden;
        text-align: center;
        padding-right:10vw;
    }

    .sample-card img{
        width: 50vw !important;
        margin-left:17vw !important;
    }

    
    

    .carousel-inner {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .carousel-item {
        min-width: 100%;
    }

    .carousel-item img {
        width: 50vw;
        margin-left:17vw;
    }

    .carousel-control {
        width: 5vw;
        height: 5vw;
        font-size: 2vw;
        
    }

    .carousel-control.prev {
        left: 2vw;
    }

    .carousel-control.next {
        right: 3.5vw;
    }

    .loca {
        flex-direction: column;
       
        border-bottom: 1px solid #170f5f;
        width: 100%;
        margin-top:-9vh;
        padding: 2vw;
    }

    .cont-1 {
        width: 100%;
    }

    .cont-1 h3 {
        font-size: 4vw;
    }

    .cont-1 .para-1 {
        font-size: 3vw;
        margin-top: -1vw;
    }

    .cont-1 .para {
        font-size: 3.5vw;
        margin-top: -0.1vw;
    }

    .card-2 {
        padding: 2vw;

    }

    .card-2 h1 {
        font-size: 5vw;
    }

    .card-2 h4 {
        font-size: 4vw;
        color: #001A72;
    }

    .card-2 p {
        font-size: 3.5vw;
        line-height:5vw ;
        padding-top:2vh;
    }

    .card-2 i {
        /* font-size: 2vw; */
        margin-right: 0.5vw;
    }
    .card-2 strong{
        padding-left:1vw;
        font-size: 4vw;
    }
    .fa-minus{
        font-size: 2vw;
    }
    .top {
        flex-direction: column;
        gap: 2vw;
    }

    .foot-contact {
        width: 100%;
    }

    .addr-1, .addr-2, .addr-3 {
        font-size: 3vw;
        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:40vw;
        margin-bottom: -4vw;
    }
    .icons{
        font-size:4vw;
        margin-left: 36vw;
        /*justify-content:center;*/
    }
    .icons a{
        margin-right:20px !important;
    }
    .icons a:last-child
    {
        margin-right:0 !important;
    }
    .foot-quick
    {
        text-align: center;
    }
    .foot-contact{
        text-align: center;
    }
    .addre{
        justify-content: center;
        font-size:2.4vw;
    
    }

    .addre h4, h2{
        margin-left:6vw !important;
    }
    .middle{
        margin-left: 1vw;
        height:7vw !important;
        align-items: center;
    }
    .middle p{
        font-size:2.2vw;
    }
    .content-3  h4
    {
        font-size:4vw;
    }
    .add h4{
        font-size: 3vw;
    }
    .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;
    }
    .foot-logo{
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* margin-left: 2vw; */
        text-align: center;
        border-bottom: 1px solid white;
        padding-bottom: 4vw;
    }
    .card-6{
        width: 112vw;
    }
    .foot-cont p{
        text-align: center;
    }
    .card-2{
        /* padding-left: 8vw; */
        margin-left: 7vw;
        width: 95vw;
        padding-bottom: 20vw;
    }
    .small{
        font-size:3vw !important;
    }
    .card-2 h4
    {
        padding-top: 7vw;
        
    }
    .feature-list i, .spec-list .icons{
        font-size: 6vw;
    } 
    .addre-1 p{
           padding-left: 3vw;
    }
    .addre-2 p{
        padding-left: 8vw;
    }
      .loca{
        margin-left: 5vw;
        width: 95vw;
      }
      .para{
        line-height: 6vw;
      }
    
      .feature-list, .spec-list {
        grid-template-columns: 1fr;
    }
    .carousel-control.prev::before{
        width: 5vw;
        height: 5vw;
        border-width:0 0.7vw 0.7vw 0;
    }
    .carousel-control.next::before{
        width: 5vw;
        height: 5vw;
        border-width:0 0.7vw 0.7vw 0;
    }
    
    .foot-quick ul li{
    font-size: 2vw;
    width: 25vw;
    text-align: start;
  }
  .foot-quick ul{
    margin-left: 45vw !important;
    line-height:2 !important;
  }
/*  .foot-quick h3::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 43vw !important;*/
/*    bottom: 0;*/
/*    top: 5vw !important;*/
/*    width: 11vw !important;*/
/*    height: 0.5vw !important;*/
/*    background-color: white;*/
/*}*/
/*.foot-contact h3::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 43vw !important;*/
/*    bottom: 0;*/
/*    top: 5vw !important;*/
/*    width: 16vw !important;*/
/*    height: 0.5vw !important;*/
/*    background-color: white;*/
/*}*/
    
    
    .prev-product-button, .next-product-button
   {
    padding: 0.6vw;
    font-size: 2.2vw;
    width: 19vw;
    height: 5vw;
    bottom: 0;
    
    padding-left:15px;
    margin-right:-10px;
    margin-bottom: 5vw;
   }  
   .spec-item i {
    font-size: 5vw;
   };
}
.sample-card img{
    width: 10vw;
    height:25vh;
    margin-left:7vw;
}

.cta-button {
    background-color: #001A72;
    color: white;
    border: none;
    /* margin-top: 0.4vh; */
   margin-bottom:vw;
    border-radius: 0.2vw;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 5vw;
    height:2.5vw;
    margin-top: 2vh;
    font-family: "Quicksand", sans-serif;
    font-size:0.7vw;
    text-align: center;
    margin-left:0.5vw;
    font-weight:bold;
    
}
/*.cta-button:hover {*/
/*    background-color: #0056b3;*/
/*}*/

@media (max-width: 768px) {
    .cta-button {
    background-color: #001A72;
    color: white;
    border: none;
    /* margin-top: 0.4vh; */
   margin-bottom:9vw !important;
    border-radius: 1vw;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 20vw;
    height:10vw;
    margin-top: -1vh !important;
    font-family: "Quicksand", sans-serif;
    font-size:2.5vw;
    text-align: center;
    margin-left:3vw;
}
.application-block{
    padding: 1vw !important;
}
.application-block p{
    margin-top:-0.5vh;
    margin-left:20vw;
    width:50vw;
}
.application-block {
    background-color: #ffffff;
    border: 2px solid #001A72;
    border-radius: 10px;
    padding: 0.5vw;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 2vw;
    display: flex;
    align-items: center;
    height:20vw;
}
.slider-nav .sliderClose {
    position: relative;
    right: 0;
    margin: 0;
    font-size: 4vw;
}


}



 #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;
}