@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');



:root{

   --blue:#00b8b8;

   --black:#333;

   --white:#fff;

   --light-color:#666;

   --light-bg:#eee;

   --theme-yellow:#fdd066;

   --theme-blue:#35558b;

   --white:#fff;

   --dark-black:#03132b;

   --black:#000000;

   --border:.2rem solid rgba(0,0,0,.1);

   --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);

}



/*html{

   font-size: 62.5%;

   overflow-x: hidden;

   scroll-behavior: smooth;

   scroll-padding-top: 6.5rem;

}*/



/*section{

   padding:7rem 2rem;

}

*/

.footer-contact{

  align-items: center;

  text-align: center;

  margin-bottom: 30px;



}

.btn-get-started {

  font-family: "Raleway", sans-serif;

  text-transform: uppercase;

  font-weight: 500;

  font-size: 14px;

  letter-spacing: 1px;

  display: inline-block;

  padding: 12px 35px;

  margin-top: -20px;

  /*border-radius: 50px;*/

  transition: 0.5s;

  color: #fff;

  background: var(--theme-blue);

}

.btn-get-started:hover {

  color: var(--theme-blue)!important;

  font-weight: 600px;

  background: var(--theme-yellow);

  }

.heading{

   text-align: center;

   font-size: 4rem;

   color:var(--black);

   text-transform: uppercase;

   font-weight: bolder;

   margin-bottom: 3rem;

}



.link-btn{

   display: inline-block;

   padding:1rem 3rem;

   border-radius: .5rem;

   background-color: var(--blue);

   cursor: pointer;

   font-size: 1.7rem;

   color:var(--white);

}



.link-btn:hover{

   background-color: var(--black);

   color:var(--white);

}

/*



#menu-btn{

   font-size: 2.5rem;

   color:var(--black);

   cursor: pointer;

   display: none;

}*/



#home {

  width: 100%;



  background: url("../image/home-bg.jpg") top center;

  background-size: cover;



}



#home .container {

  position: relative;

}



#home h1 {
  margin-top: 200px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: var(--white);
  width: 60%;
  text-shadow: 1px 1px #000;
}



#home h2 {
  color: var(--white);
  margin: 10px 0 0 0;
  font-size: 24px;
  width: 70%;
  text-shadow: 1px 1px #000;
}



#home .btn-get-started {

  font-family: "Raleway", sans-serif;

  text-transform: uppercase;

  font-weight: 500;

  font-size: 14px;

  letter-spacing: 1px;

  display: inline-block;

  padding: 12px 35px;

  margin-top: 30px;

  /*border-radius: 50px;*/

  transition: 0.5s;

  color: #fff;

  background: var(--theme-blue);

}



#home .btn-get-started:hover {

  color: var(--white);

  font-weight: 600px;

  background: var(--theme-yellow);

}



@media (min-width: 1024px) {

  #home {

    background-attachment: fixed;

  }

}

@media (min-width: 1440px) {

  #home {

    background-attachment: fixed;

    font-size: 50%;

  }

}



@media (max-width: 992px) {

  #home {

    margin-bottom: 0;

   /* height: 90vh;*/

  }

  #home .container {

    padding-bottom: 63px;

  }

  #home h1 {

    font-size: 28px;

    line-height: 36px;

    width: 100%;

  }

  #home h2 {

    font-size: 18px;

    line-height: 24px;

    margin-bottom: 30px;

    width: 100%;

  }

}



@media (max-height: 600px) {

  #home {

    height: 110vh;

  }

}



/*.about .row{

   min-height: 50vh;

}*/



.about .content h3{

   font-size: 3rem;

   color:var(--theme-blue);

}



.about .content p{

  text-align: justify;

  margin-top: -5px;

    font-size: 15px;

   color:var(--black);

   line-height: 2;

}



.details .row{

   min-height: auto;

   background-color: var(--light-bg);

}



.details .content h2{

   padding-top:15px;

   font-size: 3.5rem;

   font-weight: 700px;

   color:var(--dark-black);

   text-align: center;

}

.details .content h3{

   font-size: 2.5rem;

padding-left: 20px;

   padding-right: 20px;

   color:var(--theme-blue);

   text-align: center;

}

.details .content p{

   padding-left: 20px;

   padding-right: 20px;

   font-size: 15.5px;

   color:var(--black);

   line-height: 2;

   padding-bottom: 20px;

   text-align: center;

}





.footer{

   background-color: var(--light-bg);

}



.footer .box-container{

   display: grid;

   grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));

   gap:3rem;

}



.footer .box-container .box{

   text-align: center;

}



.footer .box-container .box i{

   height: 5rem;

   width: 5rem;

   border-radius: 50%;

   line-height: 5rem;

   font-size: 2rem;

   background-color: var(--theme-blue);

   color:var(--theme-yellow);

}

.footer .footer-contact h2{

   font-size: 4rem;

   margin-bottom: 50px;

   color: var(--theme-blue);

  /* margin:2rem 0;

   color:var(--black);*/



}

.footer .box-container .box h3{

   font-size: 2rem;

   margin:2rem 0;

   color:var(--black);



}



.footer .box-container .box p{

   font-size: 1.5rem;

   color:var(--black);

   text-transform: none;

}



.footer .box-container .box:hover i {

  background: var(--theme-yellow);

  transform: rotate(360deg);



}



.footer .box-container .box:hover  i {

  color: var(--theme-blue);

  transform: rotate(360deg);

}



.services .icon-box {
   margin-top: 25px;
   /* transition: all ease-in-out 0.3s; */

  max-width: 100%;
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  padding: 40px 25px;


}
.services .icon-box:hover {
   transform: translateY(-10px);
   box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}


.services .icon-box .icon {

  margin: 0 auto;

  width: 64px;

  height: 64px;

  background: var(--theme-blue);

  border-radius: 5px;

  transition: all .3s ease-out 0s;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 20px;

  transform-style: preserve-3d;

}

.services .icon-box .icon img{

  margin: 0 auto;

  width: 50px;

  height: 50px;

  background: var(--theme-white);

  border-radius: 5px;

  transition: all .3s ease-out 0s;

  display: flex;

  align-items: center;

  justify-content: center;

  /*margin-bottom: 20px;*/

  transform-style: preserve-3d;

  color: white;

}

.services .icon-box .icon i {

  color: var(--white);

  font-size: 28px;

}

.services .icon-box .icon img {

  color: var(--white);

  font-size: 28px;

}



.services .icon-box h4 {

  font-weight: 700;

  margin-bottom: 15px;

  font-size: 18px;

}



.services .icon-box h4 a {
   text-transform: uppercase;
  color: #2c4964;

}



.services .icon-box p {

  line-height: 24px;

  font-size: 14px;

  margin-bottom: 25px;

}







.services .icon-box:hover .icon {

  background: var(--theme-yellow);

}



.services .icon-box:hover .icon i {

  color: var(--theme-blue);

}

.services .icon-box:hover .icon img {

  color: var(--theme-blue);

}







.services .icon-box:hover h4 a, .services .icon-box:hover p {

  color: var(--theme-blue);

}













/* media queries  */



@media (max-width:991px){



   html{

      font-size: 55%;

   }



   .header .link-btn{

      display: none;

   }



   section{

      padding:5rem 2rem;

   }



}



@media (max-width:768px){



   section{

      padding:3rem 1rem;

   }



   .home{

      background-position: left;

   }



   .home .content{

      width: auto;

   }



}



@media (max-width:450px){



   html{

      font-size: 50%;

   }



   .home .content h3{

      font-size: 4rem;

   }



}



@media (max-width:450px){



   html{

      font-size: 50%;

   }



   .details .content h3{

      font-size: 2.5rem;

   }

   .details .content h2{

      font-size: 3.5rem;

   }



}
   /* Locations Section */
        .locations {
            padding: 100px 0;
            background: linear-gradient(135deg, #f0f7ff 0%, #e6f3ff 100%);
        }

        .locations-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
        }

        .location-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s;
        }

        .location-card:hover {
            transform: translateY(-10px);
        }

        .location-header {
            background:#1a73e8;
            color: white;
            padding: 20px;
            text-align: center;
        }
        .location-header h3{
         color: white;
        }
        .location-body {
            padding: 30px;
        }

        .location-info {
            margin-bottom: 25px;
        }

        .location-info h3 {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            color: #1a73e8;
        }

        .location-info h3 i {
            margin-right: 10px;
            color: var(--primary);
        }

        .home-visit {
            background: rgba(255, 111, 0, 0.1);
            padding: 25px;
            border-radius: 15px;
            text-align: center;
            margin-top: 20px;
        }

        .home-visit h3 {
            color: #ff6f00;
            margin-bottom: 10px;
        }


.testimonial {
  /* border-right: 4px solid #2a3d7d; */
  /* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1); */
  padding: 30px 30px 30px 30px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
}

.testimonial .review {
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 25px;
  margin-bottom: 15px;
  width: 100% !important;
  text-align: center;
    padding: 10px;
    font-weight: normal;

}
.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #29d18b;
  /* margin: 0; */
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #ffd100;
  font-style: italic;
  display: flex;
  justify-content: center;
}
.owl-theme .owl-controls .owl-page span {
  border: 2px solid #2a3d7d;
  background: #fff !important;
  border-radius: 20 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #ffd100 !important;
  border-color: #ffd100;
}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }

}
.testimonial-h2{
   color: #fff;
   text-align: center;
}
.testimonial-p{
   color: #fff;
   text-align: center;
}
.bg{
   background-color: #35558b;
}


/* taking care of responsive layout */
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem;
}

.single-video {
  width: 10rem;
  flex-grow: 1;
  margin: 0.5rem;
}

/* taking care of the video aspect-ratio */
figure {
  position: relative;
  padding: 0 0 56.25% 0;
}

figure iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}