@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;

}

:root{
  --grey: #00000038;
  --red:#000080;
  --blue:  #000080 ;

  
}
.gradient{
  background: linear-gradient(180deg, #000080 0%, #00003F 100%);

}
html{
  overflow-x: hidden;
}
body{
  font-family: "Lato", serif  !important;
    overflow-x: hidden !important;
}
h3{
    color:rgba(0, 0, 0, 0.22);
    opacity: 0.8;
}
h1,h2,h3,h4,h5,h6{
  font-weight: 700 !important;
  margin: 0;
}

a, button, p, li, ul {
  font-size: 14px;
  font-weight: 500;
}
.background-color-white{
  background-color: #fff;
}
.w-full{
  width: 100%;
}
.w-50{
  display: inline-block;
  width: 50%;
}
.m-3{
  margin: 3rem;
}
.pt-5{
  padding-top: 5rem !important;
}
.text-blue{
  color: var(--blue);
}
.text-white{
  color: #fff;
}
.p-6{
  padding: 20px 20px;
}

.p-0{
  padding: 0px;
}

.p-5{
    padding: 0px 145px;
}
.py-5{
  padding-top: 6rem;
  padding-bottom: 7rem;
}
.pb-2{
  padding-bottom: 3rem;
}
.d-flex{
    display: flex;
}
.justify-content-between{
  justify-content: space-between;
}
.justify-content-around{
  justify-content: space-around;
}
.justify-content-center{
  justify-content: center;
}
.align-items-end{
  align-items: flex-end;
}
.container::before{display: none;}
.container::after{display: none;}

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

.padding-top-100{
  padding-top: 80px;
}

.padding-bottom-100{
  padding-bottom: 80px;
}

.background-red{
  background: linear-gradient(180deg, #000080 0%, #00003F 100%);
}




button.btn {
  border-radius: 10px;
}

.btn1,.btn, button.btn{
  background: linear-gradient(180deg, #000080 0%, #00003F 100%);
  color: #ffffff;
  padding: 8px 25px !important;
  font-weight: 600;
  border: 2px solid #ffffff !important;
  box-shadow: 2px 1px 2px 1px rgb(185, 196, 200);
  &:hover{
    color: #000;
    background: #fff;
    border: 2px solid #EA1934;
  }
}


button.btn1 {
  border-radius: 10px;
}

h1 span{
  color: var(--red);
}
img{
    height: 100%;
}
.border-radius-10{
  border-radius: 10px;
}

.background-blur{
  backdrop-filter: blur(5px);
}
span{
  color: var(--red);
}

.grey-background{
  background: rgba(248, 250, 252, 1);
}
/* end global  */
/* .hero-content{
  background-color: rgba(255, 97, 0, 0.5);
} */
.mobile-only{
    display: none;
}

.marquee-tag marquee img{
  margin-right: 40px;
}



.position-absolute{
    position: absolute;
}   

.position-relative{
  position: relative;
}

.m-0{
  margin: 0px;
}

.arrow-line h4::before {
  content: "";
  display: inline-block;
  width: 35px; /* Adjust width as needed */
  height: 30px; /* Adjust height as needed */
  background-image: url("images/arrow-line.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px; /* Adjust spacing */
  margin-top: 13px;
  vertical-align: middle;
}
.arrow-line-blk h4::before {
  content: "";
  display: inline-block;
  width: 35px; /* Adjust width as needed */
  height: 30px; /* Adjust height as needed */
  background-image: url("images/arrow-line-blk.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px; /* Adjust spacing */
  margin-top: 13px;
  vertical-align: middle;
}
.hero-section{
    background: url(./images/bg-1.jpeg) no-repeat center center;
    clip-path: polygon(50% 100%, 100% 80%, 100% 0, 0 0, 0 80%);
    background-size: cover;
    height: 95vh;
    display: flex;
}

.hero-sectio-overlay{
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}

.why-choose{
  position: relative;
}

.tab{
  width: 25%;
}

.tab button{
  background: linear-gradient(180deg, #000080 0%, #00003F 100%);
}

.tab button {
  display: block;
  color: #fff;
  padding: 10px 16px;
  width: 90%;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin: 5%;
  border-radius: 4px;
}

.program-section .dotted-image{
  top: 10px !important;
}

.tab-section{
  gap: 20px;
  border: 3px solid #000;
  border-radius: 20px;
  padding: 10px;
  background: #fff;
}

.tab button.active {
  background: #fff;
  color: #000;
  border: 1px solid var(--blue);
}

.tabcontent {
  width: 100%;

}

.dotted-image {
  position: absolute;  
  top: 0;              
  right: 0;          
  width: 117px;        
  height: 150px;     
  background: url('images/dots.png') no-repeat center center; 
  background-size: cover; 
}

.dotted-image-left {
  position: absolute;  
  top: 0;              
  left: 0;          
  width: 117px;        
  height: 150px;     
  background: url('images/dots.png') no-repeat center center; 
  background-size: cover; 
}

.accordion {
  width: 100%;
  border-top: 1px solid #ccc;
}
.accordion-item {
  border-bottom: 1px solid #ccc;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
}
.accordion-header:hover {
  background-color: #f5f5f5;
}
.accordion-content {
  display: none;
  padding: 10px 15px;
  font-size: 16px;
}
.arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  fill: var(--blue); /* Orange color */
}
.active .arrow {
  transform: rotate(180deg); /* Rotates arrow up */
}

.mySwiper4{
  width: 441px !important;
  background-image: url("images/orange-new.png");
  object-fit: cover;
  background-repeat: round;
}

.card-setion-orange{
  padding: 30px;
  height: 280px !important;
}

.why-choose .dotted-image{
  top: 83px;
  right: 10px;
}

.mySwiper-3{
  padding: 20px !important;
}

.mySwiper4 .card-setion-orange{
  padding-top: 120px;
}

.mySwiper-3 .card-setion-orange{
  margin-right: 23px !important;
}

.card-orange-bulk .mySwiper4{
  height: 340px !important;
}


.why-choose-section{
  padding-top: 50px;
  padding-bottom: 50px;
}
.orange-swiper{
  gap: 30px;
  margin-bottom: 20px;
}

.g-1{
  gap: 10px;
}

.mb-1{
  margin-bottom: 10px;
}

.placement-section h1{
  margin: 20px !important;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background-color: grey !important; /* Default bullet color */
  opacity: 0.5 !important;
  transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
  width: 30px !important; /* Elongated shape for active bullet */
  height: 10px !important;
  background-color: #ffffff !important; /* Orange color for active bullet */
  border-radius: 10px !important;
  opacity: 1 !important;
}

.mySwiper-4 {
  padding-top: 70px !important;
}

.placement-section{
  border: 3px solid var(--red);
}

#client-section img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

#client-section .spacer-100 {
  width: 100px;
  height: 100px;
}

#client-section .spacer-60 {
  width: 60px;
  height: 60px;
}

#client-section .spacer-30 {
  width: 30px;
  height: 30px;
}

#client-section .spacer-15 {
  width: 15px;
  height: 15px;
}

#client-section .marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}

#client-section .track-horizontal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal 40s linear infinite;
}

#client-section .marquee-horizontal-large {
  position: relative;
  z-index: 200;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 190px;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
}

#client-section .marquee-text {
  margin-right: 8vw;
  flex: 0 0 auto;
  color: #ffffff;
  text-transform: uppercase;
}

#client-section .track-horizontal-alt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal-alt 40s linear infinite;
}

#client-section .icon-container {
  display: flex;
  width: 210px;
  height: 15vw;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
}

#client-section .icon-container-alt {
  display: flex;
  width: 200px;
  height: 125px;
  padding-right: 30px;
  padding-left: 30px;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
}

#client-section .icon {
  height: 40%;
}

#client-section .col {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
}

#client-section .col.small {
  width: 41%;
  flex: 0 0 auto;
}

#client-section .header-quaternary {
  max-width: 100%;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
  padding: 2px 4px;
}

#client-section .header-secondary {
  max-width: 100%;
  font-size: 40px;
  line-height: 120%;
}

#client-section .container {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

#client-section .flex-vertical {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#client-section .flex-horizontal {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#client-section .flex-horizontal.flex-left {
  justify-content: flex-start;
}

#client-section .track-vertical {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-vertical 20s linear infinite;
}

#client-section .track-vertical-alt {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-vertical-alt 20s linear infinite;
}

.navbar-nav a{
  color: #000;
}

#client-section .marquee-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 70%, #e4e4e4),
    linear-gradient(180deg, #e4e4e4, hsla(0, 0%, 100%, 0) 30%);
}

#client-section .marquee-cover-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-horizontal-alt {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}

.cta-section{
  border-radius: 10px;
  background-image: url(images/banner.webp);
  border-radius: 10px;
  background-repeat: cover;
  object-fit: cover;
}
.cta-overlay-1{
  backdrop-filter: blur(5px);
  background: #0000009e;
  border-radius: 10px;
}

.card-facility{
  background: #fff;
  color: #000;
  height: 40px;
  width: 200px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  /* padding: 76px; */
  bottom: 20px;
  position: relative;
}

.card-content-1{
  display: flex;
  justify-content: center;
}
.card-facility p{
  margin: 0px ;
}

#faq .accordion_body p{
  color: #000 !important;
  border: none;
}
#faq .accordion_header{
  background: var(--red);
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
#faq .accordion_body{
  padding: 10px;
}

.facility .card-placement{
  border: none;
}
.facility .swiper-wrapper{
  padding-bottom: 50px;
}
.feature_accordion {
  display: flex;
  flex-direction: column;
  .accordion_item {
    .accordion_header {
      display: flex;
      flex-direction: row;
      gap: 12px;
      align-items: baseline;
      justify-content: space-between;
      color: #fff;
      padding: 5px;
      padding-left: 0px;
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      .status_indicator {
        transition: transform 500ms;
        transform: rotate(180deg);
      }
      .icon_with_title {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        img {
          width: 28px;
        }
      }
    }
    .accordion_body {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 500ms;

      .content {
        overflow: hidden;
      }
    }
  }
}
.social-links{
  flex-direction: column;
}

.social-links a{
  color: #000;
}

.social-link i {
  color: var(--red) !important;
  font-size: 18px;
  margin-right: 5px;
}
footer{
  .padd{
    padding: 40px 0px 30px 0px;
  }
  .footer-logo{
    width: 270px;
  }
  .social-links{
    gap: 5px;
  }
  .copyright-wrapper {
    background-color: var(--red);
    padding: 10px 0;
    text-align: center; 
    width: 100%;
  }
  .copyright {
    color: white;
    margin: 0;
}

}


/* element.style {
  display: flex
;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
} */
.navbar-toggle {
  border: none;
  background: transparent;
  font-size: 24px;
  color: #333;
}

.navbar-toggle .icon-bar {
  display: block;
  background-color: black;
  height: 3px;
  width: 25px;
  margin: 5px 0;
}

.orange-swiper img{
  border-radius: 50%;
}

.container.nav-wrapper.nav-padding.d-flex.flex-wrap.justify-content-between.align-items-center.background-color-white.border-radius-10 {
  margin-top: 20px;
}

.card-orange-bulk.container.d-flex.align-items-center.justify-content-between.col-md-12.flex-col {
  margin-top: 50px;
}

.facilities .dotted-image-left{
  margin-top: 27%;
}

.img-scr {
  display: flex;
  justify-content: space-evenly;
}

.col-md-6 {
  padding-top: 50px;
}
.pt-50{
  padding-top: 50px;
}
.pt-70{
  padding-top: 70px;
}
.pt-100{
  padding-top: 100px;
}
.blue-box{
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;

  & img{
    width:80px;
    object-fit: contain;
    padding: 10px;
  }

  & p{
    padding: 10px;
 background-color: var(--blue);
 color:#fff;
 margin: 0;
 width: 100%;
 text-align: center;
  }
}
.gap-5{
  gap: 5px;
}
.flex-wrap{
  flex-wrap: wrap;
}
.moreacca{
  padding: 30px 50px 0px 50px;
  text-align: justify;

  
}
@media (min-width: 768px) {
  .desktop-only{
    display: block;
  }
  .nav-wrapper{
    padding: 20px;
  }
  .card-setion-orange{
    padding-right: 50px !important;
  }
}
  
  @media (max-width: 768px) {
      .mobile-only{
          display: block;
      }
      /* .m-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
    } */
  
      .desktop-only{
          display: none !important;
      }
  
      .flex-col{
        flex-direction: column;
      }
      .tab{
        width: 100%;
      }
      .mySwiper4 {
        width: 350px !important;
        height: 480px !important;
      }

      .dotted-image , .dotted-image-left{
        width: 117px;
        height: 79px;
      }

      .nav-wrapper{
        display: block;
      }

      .navbar-collapse{
        background-color: #f1f1f1;
      }

      .mySwiper4 .card-setion-orange {
        padding-top: 120px;
        margin-right: 10px !important;
    }

    a,.navbar-logo{
      display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0;     
    }
      
  }
