
@import url('https://fonts.googleapis.com/css2?family=Dhurjati&family=Montserrat:wght@100;400;600;700&display=swap');

* {
  font-family: 'montserrat', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #111;
}

html::-webkit-scrollbar-thumb {
  background: #ffff;
  border-radius: 5rem;
}


*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body {
  overflow-x: hidden;
}

section {
  padding: 3rem 15%;
}

.heading {
  text-align: center;
  margin-bottom: 2rem;
}

.heading span {
  color: #29d9d5;
  font-size: 2rem;
}

.heading h1 {
  font-size: 4rem;
  color: #fff;
}

.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 1.5rem 3rem;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  border-radius: 5rem;
  cursor: pointer;
  background: #2A3991;
  text-transform: none;
}

.btn:hover {
  box-shadow: 0 4px 8px 0 #6ac1fb;
  transition: .3s ease;
}

.gap{
  height: 128px;
  background: #666;
}

.header {
  position: fixed;

  left: 0;
  right: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 9%;
  background: #ffff;
  margin-bottom: 1rem;
}

.header .navbar a {
  font-size: 1.7rem;
  font-weight: 600;
  color: #0673BA;
  display: inline-block;
  margin: 0 3rem;
  font-family: 'Montserrat', sans-serif;
}

.header .navbar a:hover {
  color: #6ac1fb;

}

.header .btn {
  margin-top: 0;
}

.logo img {
  height: 100px;
  width: 100px;
  
}

#menu-btn {
  font-size: 2.5rem;
  color: #2A3991;
  cursor: pointer;
  display: none;
}

.popup{
  background-color: #ffffff;
  width: 420px;
  padding: 30px 40px;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  top: 50%;
  border-radius: 8px;
  font-family: "Poppins",sans-serif;
  display: none; 
  text-align: center;
  box-shadow: 2px 2px 10px #6ac1fb;
}
.popup button{
  display: block;
  margin:  0 0 20px auto;
  background-color: transparent;
  font-size: 30px;
  color: #ffffff;
  background: #2A3991;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
}
.popup h2{
  font-size: 2.5rem;
margin-top: -20px;
color: #2A3991;
}

.popup p{
  font-size: 1.5rem;
  text-align: justify;
  font-weight: 500;
  margin: 20px 0;
  line-height: 25px;
  color: #707070;
}

.home{
      min-height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 2rem; 
      margin-top: 7rem;

      
  }
  
  .home .content{
      -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
      flex: 1 1 42rem;
      margin-bottom: 7rem;
      
  }
  
  .home .content h3{
      font-size: 3.5rem;
      font-family: 'Montserrat', sans-serif;
      margin-bottom: 3rem;
      color: #6ac1fb;
  }

  .home .content h2{
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #0673BA;
}

  .home .content p{
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 2rem;
    color: #707070;
}
  
  .home .image-container{
  
      -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
      flex: 1 1 42rem;
  }
  
  .home .image-container img{
      width: 100%;
      padding: 6rem;
  }


  .banner {
 
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.7)), to(rgba(17, 17, 17, 0.7))), url(../images/banner-bg.jpg) no-repeat;
    background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7)), url(../images/2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3rem 2rem;
    background-attachment: fixed;
    text-align: center;
  }
  
  .banner .content span {
    font-size: 2rem;
    color: #6ac1fb;
  }
  
  .banner .content h3 {
    font-size: 4rem;
    color: #fff;
    margin-top: 1rem;
  }
  
  .banner .content p {
    max-width: 60rem;
    margin: 1rem auto;
    font-size: 1.4rem;
    color: #d9d9d9;
    line-height: 2;
  }


  /* video section */

.video-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;

  margin-top: 4rem;
}

.video-container {
  width: 700px;
  height: 350px;
  position: relative;
  margin: 4rem 0;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}

/* Mobile Responsive */
@media (max-width: 650px) {
  .video-container {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
  }
}


/* Service section */

    .sol .heading h1{
    color: #6ac1fb;
    text-align: center;
    font-size: 4rem;
    margin-top: 2rem;
  }

     .sol .heading p {
      font-size: 1.7rem;
      font-weight: 500;
      color: #707070;
      text-align: center;
      margin-top: 2rem;
     }

 .sol .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 columns */
  gap: 25px;
  margin-top: 4rem;
}

.sol .grid-item {
  color: #707070;
  padding: 20px;
  text-align: justify;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  background: #f5f5f5;
  padding: 2rem;
}

.sol .grid-item:hover {
  border: 2px solid #6ac1fb;
  box-shadow: 0 4px 20px rgb(0, 1, 12, 0.2);
  transition: .3s ease;
}

.sol .grid-item h2{
  text-align: center;
  color: #6ac1fb;
}

.sol .grid-item p {
      font-size: 1.7rem;
      font-weight: 500;
      color: #707070;
      text-align: center;
      margin-top: 1rem;
     }


/* Mobile responsive */
@media (max-width: 768px) {
 .sol .grid-container {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
  }
}

/* Service section ends */


/* Doc section */

    .doc .heading h1{
    color: #6ac1fb;
    text-align: center;
    font-size: 4rem;
    margin-top: 2rem;
  }


 .doc .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 4 columns */
  gap: 25px;
  margin-top: 4rem;
  
}

.doc .grid-item {
  color: #707070;
  padding: 20px;
  text-align: justify;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  background: #f5f5f5;
  text-align: center;
  padding: 2rem;
}

.doc .grid-item:hover {
  border: 2px solid #6ac1fb;
 
}

.doc .grid-item h2{
  color: #6ac1fb;
  font-size: 3rem;
  font-weight: 600;
}

.doc .grid-item h3{
  color: #0673BA;
  font-size: 2rem;
  font-weight: 600;
}

.doc .grid-item img {
  
  height: 300px;
  width: 500px;
}

.doc .grid-item .share {
    padding-top: 1rem;
  }
  
.doc .grid-item .share a {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4rem;
    font-size: 2rem;
    border-radius: 50%;
  
    border: 0.2rem solid #6ac1fb;
    color: #0673BA;
    margin-right: 1rem;
    text-align: center;
  }
  
.doc .grid-item .share a:hover {
    background: #f5f5f5;
    color: #2A3991;
  }


/* Mobile responsive */
@media (max-width: 768px) {
 .doc .grid-container {
    grid-template-columns: repeat(1, 1fr); /* 2 columns on mobile */
  }

  .doc .grid-item img {
  
  height: 200px;
  width: 400px;
}
}

/* Doc section ends */


.l-about {
        min-height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 2rem; 

}

.l-about .content h3{
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 2rem;
    color: #0673BA;
    text-align: justify;
}

.l-about .content{
      -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
      flex: 1 1 42rem;
      margin-bottom: 7rem;
      
  }
  

.l-about .content h2{
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #6ac1fb;
}

.l-about .content p{
    font-size: 1.7rem;
    line-height: 2;
    margin-bottom: 2rem;
    color: #707070;
    text-align: justify;
}



.l-about .image-container{
  
      -webkit-box-flex: 1;
      -ms-flex: 1 1 35rem;
      flex: 1 1 35rem;
  }
  
.l-about .image-container img{
      width: 100%;
      padding: 6rem;
  }


  .h-title h1{
    font-size: 4rem;
    text-align: center;
    color: #0673BA;
    margin-top: 3rem;
  }

.h-title p{

  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  color: #6ac1fb;
  text-align: center;
}


.h-benefits{
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;

}

.h-benefits .content{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 42rem;
  flex: 1 1 42rem;
  margin-bottom: 2rem;
}

.h-benefits .content ul{
  list-style-type: none;
  padding: 1rem 0;
}

.h-benefits .content ul li{
  font-size: 1.7rem;
  font-weight: 500;
  color: #707070;
  padding: 5px ;
  text-align: start;
  margin-bottom: .7rem;
}

.h-benefits .img-container{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 42rem;
  flex: 1 1 42rem;
  margin-bottom: 2rem;
}

.h-benefits .img-container img{
  padding: 3rem;
  width: 100%;
}


.blogs .heading h1{
   
    font-size: 4rem;
    text-align: center;
    color: #0673BA;
    margin-top: 3rem;

}


.blogs .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(32rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
  
}

.blogs .box-container .box {
  border-radius: 1rem;
 border: 1px solid #6ac1fb;
  overflow: hidden;
}

.blogs .box-container .box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blogs .box-container .box .image {
  height: 25rem;
  overflow: hidden;
  width: 100%;
}

.blogs .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogs .box-container .box .content {
  padding: 2rem;
}



.blogs .box-container .box .content .link {
  font-size: 2rem;
  color: #222;
  font-weight: 600;
}

.blogs .box-container .box .content .link:hover {
 color: #0673BA;
}

.blogs .box-container .box .content p {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #717171;
  line-height: 2;
}

.blogs .box-container .box .content .icon {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blogs .box-container .box .content .icon a {
  font-size: 1.4rem;
  color: #222;
}

.blogs .box-container .box .content .icon a:hover {
  color: #0673BA;
}

.blogs .box-container .box .content .icon a i {
  padding-right: .5rem;
color: #0673BA;
}



.b-home {
  text-align: center;
  padding: 24px;
}

.b-home h1 {
  font-size: 3rem;
  color: #f5f5f5;
  margin-bottom: 1rem;
  font-weight: bolder;
}


.b-home p {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #f5f5f5;
  margin-bottom: 1rem;
  
}

.b-home span {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #f5f5f5;
  margin-bottom: 1rem;
  
}

.blog-contents h1{
  font-size: 3rem;
  color: #2A3991 ;
  margin-bottom: 2rem;
}


.blog-contents p{
  color: #222;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}



/* Testimonial */

.image-slider {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  background-color: #f5f5f5;
}

.slider-track {
  position: relative;
  width: 650px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
}

/* Mobile Responsive */
@media (max-width: 650px) {
  .slider-track {
    width: 90vw;
    height: auto;
    aspect-ratio: 2 / 1;
  }
}


.r-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}


.footer{
  margin-top: 5rem;
  background: #0673BA;
}
.footer .box-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
  }
  
  .footer .box-container .box {
    padding: 1rem 0;
  }

  
  .footer .box-container .box .logo {
    padding-bottom: 1rem;
  }
  
  .footer .box-container .box h3 {
    font-size: 2.2rem;
    color: #f5f5f5;
    padding: 1rem 0;
  }
  
  .footer .box-container .box p {
    font-size: 1.7rem;
    color: #f5f5f5;
    padding: 1rem 0;
    line-height: 2;
  }
  
  .footer .box-container .box p i {
    padding-right: .5rem;
    color: #f5f5f5;
  }
  
  .footer .box-container .box .share {
    padding-top: 1rem;
  }
  
  .footer .box-container .box .share a {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4rem;
    font-size: 2rem;
    border-radius: 50%;
    font-size: 1.7rem;
    border: 0.2rem solid #f5f5f5;
    color: #2b0448;
    margin-right: .5rem;
    text-align: center;
  }
  
  .footer .box-container .box .share a:hover {
    background: #f5f5f5;
    color: #2b0448;
  }
  
  .footer .box-container .box .links {
    font-size: 1.7rem;
    color: #f5f5f5;
    padding: 1rem 0;
    display: block;
  }
  
  .footer .box-container .box .links:hover {
    color: #6ac1fb;
  }
  
  .footer .box-container .box .links:hover i {
    padding-right: 2rem;
  }
  
  .footer .box-container .box .links i {
    padding-right: .5rem;
    color: #2A3991;
  }

  .credit {
  text-align: center;
  font-size: 1.5rem;
  padding: 2rem 1rem;
  color: #a1d6ff;
}

.credit span {
  font-weight: 600;
  color: #a1d6ff;
}

  

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}
.whatsapp-float img {
  width: 55px;
  height: 55px;
}



/* Services Page Css */

.s-home{
  min-height: 60vh;
  background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7)), url(../images/3.jpg) no-repeat;
  background-size: cover;
  background-position: center;

  text-align: center;
  padding: 4rem;
}

.d-home{
  min-height: 60vh;
  background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7)), url(../images/1.jpg) no-repeat;
  background-size: cover;
  background-position: center;

  text-align: center;
  padding: 4rem;
}


.s-home span, .d-home span {
  font-size: 3rem;
  color: #6ac1fb;
  font-weight: 600;

}

.s-home h1, .d-home h1 {
  font-size: 4rem;
  color: #f5f5f5;
  font-weight: 600;

  margin-top: 2rem;
}

.s-home p, .d-home p {
  font-size: 1.7rem;
  color: #f5f5f5;
  font-weight: 500;
  margin-top: 3rem;
  line-height: 2;
}


.service, .docs {
        min-height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 10rem; 
      margin-top: 4rem;
      
}


.service .content,
.docs .content{
      -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
      flex: 1 1 42rem;
      margin-bottom: 7rem;
      
  }
  
.service .content h3,
.docs .content h3{
      font-size: 2rem;
      font-family: 'Montserrat', sans-serif;
      margin-bottom: 2rem;
      color: #0673BA;
      font-weight: 600;
  }

.service .content h2,
.docs .content h2{
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #6ac1fb;
}

.service .content p,
.docs .content p{
    font-size: 1.7rem;
    line-height: 2;
    margin-bottom: 2rem;
    color: #707070;
    text-align: justify;
}

.service .image-container,
.docs .image-container{
  
      -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
      flex: 1 1 42rem;
  }
  
.service .image-container img,
.docs .image-container img{
      width: 400px;
      padding: 6rem;
  }


/* gallery Page Css */

.video-slider-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;

}

.video-slider-container {
  position: relative;
  width: 600px;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.video-slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.video-slide.active {
  opacity: 1;
  z-index: 1;
}

.video-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-gallery {
  margin-top: 4rem;
  padding: 2rem 1rem;

}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-container img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.gallery-container img:hover {
  transform: scale(1.03);
  cursor: pointer;
}


/* Navigation Arrows */
.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  font-size: 1.5rem;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
}

.nav-arrow.prev {
  left: 10px;
}
.nav-arrow.next {
  right: 10px;
}

/* Responsive */
@media (max-width: 650px) {
  .video-slider-container {
    width: 90vw;
    height: auto;
    aspect-ratio: 2 / 1;
  }
}


/* Contact Us Page Css */


 .c-banner {
 
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.7)), to(rgba(17, 17, 17, 0.7))), url(../images/banner-bg.jpg) no-repeat;
    background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.7)), url(../images/map2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3rem 2rem;
    background-attachment: fixed;
    text-align: center;
  }
  
  .c-banner .content span {
    font-size: 2rem;
    color: #6ac1fb;
  }
  
  .c-banner .content h3 {
    font-size: 4rem;
    color: #fff;
    margin-top: 1rem;
  }
  
  .c-banner .content p {
    max-width: 60rem;
    margin: 1rem auto;
    font-size: 1.7rem;
    color: #d9d9d9;
    line-height: 2;
  }


.c-headline h1 {
  font-size: 4rem;
  font-weight: 600;
  color: #6ac1fb;
  margin-bottom: 2rem;
  text-align: center;
}

.c-headline h2 {
   font-size: 1.7rem;
  font-weight: 500;
  color: #707070;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 2;
}












  @media (max-width: 1726px) {
    html {
      font-size: 55%;
    }
    .header {
      padding: 1.5rem 2rem;
    }
    section {
      padding: 3rem 5rem;
    }
  }
  
  @media (max-width: 768px) {
    #menu-btn {
      display: inline-block;
    }
    .header .navbar {
      position: absolute;
      top: 99%;
      left: 0;
      right: 0;
      background: #f5f5f5;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
              clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    .header .navbar.active {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .header .navbar a {
      margin: 2rem;
      font-size: 2rem;
      display: block;
    }
    .home {
      margin-top: 10rem;
    }
    .home .content span {
      font-size: 8vw;
    }
    .home .content h3 {
      font-size: 9vw;
    }
  }
  
  @media (max-width: 450px) {
    html {
      font-size: 50%;
    }
    .about .content h3 {
      font-size: 3.5rem;
    }
    .banner .content h3 {
      font-size: 2.7rem;
    }

    .form-container{
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 60px;
      margin: .5rem;  
    }

    .form-container form{
      width: 420px;
    }

  }