@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body {
  padding: 0;
  margin: 0;
  font-family: "Urbanist", sans-serif;
}

.no-scroll {
	overflow: hidden;
}

:root {
  --white_bg: #ffffff;
  --border_radius: 7px;
  --border-top: 1px solid rgba(0, 0, 0, .1);
  --border-bottom: 1px solid rgba(0, 0, 0, .1);
  --border-left: 1px solid rgba(0, 0, 0, .1);
  --border-right: 1px solid rgba(0, 0, 0, .1);
  --border: 1px solid rgba(0, 0, 0, .05);
  --light_bg: #F9F9F9;
  --black_bg: #111111;
  --inactive_link: #999;
  --bg_success: #EEFCF3;
  --bg_danger: #FFEEEB;
  --bg_warning: #FFF5EB;
  --body_bg: #f7f8ff;
  --brand_color: #0047cc;
  --secondary_color: #E45A2B;
}

.skeleton-box {
    background: #eee;
    border-radius: 8px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { background-color: #eee; }
    50% { background-color: #f5f5f5; }
    100% { background-color: #eee; }
}

.skeleton-img {
    width: 100%;
    height: 180px;
}

.skeleton-title {
    width: 60%;
    height: 20px;
    margin: 12px 0;
}

.skeleton-price {
    width: 40%;
    height: 16px;
}

.skeleton-btn {
    width: 30%;
    height: 16px;
}


.splash-screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
	flex-direction: column;
	z-index: 1000;
	gap: 20px;
}

.circle {
	width: 30px;
	height: 30px;
	background: var(--brand_color);
	border-radius: 50%;
	transform-origin: center;
}


.nav_wrapper {
  position: fixed;
  left: 50%;
  top: 3%;
  transform: translate(-50%, -3%);
  z-index: 99;
  width: 60%;
}

nav.navbar {
  box-shadow: 0 0 3px 1px rgba(114, 135, 156, .15);
  background-color: var(--white_bg);
  border: var(--border);
  padding: 5px 10px;
  border-radius: 3rem;
}

nav.navbar .nav-item .nav-link {
    font-size: .8em;
    font-weight: 500;
    color: var(--black_bg);
}

nav.navbar .navbar-nav{
   gap: 30px;
}

nav.navbar .navbar-nav .book-appointment {
    background-color: var(--brand_color);
    color: var(--white_bg);
    border-radius: 3em;
    padding: 10px 10px;
      display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

nav.navbar .navbar-nav .book-appointment span{
  width: 30px;
  height: 30px;
  background-color: var(--white_bg);
  padding: 10px 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

nav.navbar .navbar-nav .book-appointment span i{
  color: var(--brand_color);
}

nav.navbar .navbar-brand {
    font-size: 1.5em;
    font-weight: 700;
    color: var(--black_bg);
}

.main-hero {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(to left, rgba(0, 0, 0, .75) 25%, rgba(0, 0, 0, .1)), url('../assets/2151967467.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; 
  position: relative;
}

.main-hero .hero-data {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 100px;
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 30px;
}

.main-hero .hero-data h1{
  color: var(--white_bg);
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 600;
  text-align: right;
}

.main-hero .hero-data p{
  color: var(--white_bg);
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 300;
  padding-left: 100px;
    text-align: right;
}

.main-hero .hero-data a{
  color: var(--brand_color);
  background-color: var(--white_bg);
  padding: 10px 0;
  border-radius: 3em;
  font-size: .8em;
  font-weight: 500;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
}

.main-hero .hero-data a span{
  width: 30px;
  height: 30px;
  background-color: var(--brand_color);
  padding: 10px 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.main-hero .hero-data a span i{
  color: var(--white_bg);
}

.hero-about {
  padding: 100px 15px;
  background-color: rgba(0, 71, 204, 0.035);
}

.hero-about .text-box p{
  font-size: 1em;
  color: var(--black_bg);
  line-height: 2;
}

.hero-about .text-box h2{
  font-size: 2em;
  color: var(--black_bg);
  font-weight: 300;
}


.hero-about .text-box a.cta-btn{
  color: var(--brand_color);
  background-color: var(--white_bg);
  padding: 5px 10px;
  border-radius: 3em;
  border: 1px solid rgba(0, 71, 204, 0.359);
  font-size: .8em;
  font-weight: 500;
  /* width: 200px; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
}

.hero-about .text-box a.cta-btn span{
  width: 25px;
  height: 25px;
  background-color: var(--white_bg);
    border: 1px solid rgba(0, 71, 204, 0.359);
  padding: 10px 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  display: none;
}

.hero-about .text-box a.cta-btn span i{
  color: var(--brand_color);
}

.hero-about .text-box .d-flex{
  gap: 15px;
}

.hero-about .stat-data .d-flex{
  align-items: center;
}

.hero-about .d-flex .info-box-1 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: var(--brand_color);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero-about .d-flex .info-box-1 span{
  color: var(--white_bg);
  font-size: .8em;
  font-weight: 400;
}

.hero-about .d-flex .info-box-1 span.title{
  color: var(--white_bg);
  font-size: 3em;
  font-weight: 600;
}

.hero-about .d-flex .info-box-2 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--secondary_color);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.hero-about .d-flex .info-box-2 span{
  color: var(--white_bg);
  font-size: .8em;
  font-weight: 400;
}

.hero-about .d-flex .info-box-2 span.title{
  color: var(--white_bg);
  font-size: 2em;
  font-weight: 600;
}

.why-us {
  padding: 100px 15px;
}

.why-us .carousel-item {
  width: 100%;
  height: 600px;
  border-radius: .7em;
}

.why-us .carousel-item img {
  width: 100%;
  height: 100%;
  border-radius: .7em;
  object-fit: cover;
}

.why-us .carousel-item .carousel-caption {
 background-color: var(--white_bg);
 right: 2.5%;
  bottom: 1.25rem;
  left: 2.5%;
  border-radius: .6em;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
  padding: 30px;
  text-align: left;
}

.why-us .carousel-item .carousel-caption .item-box h2 {
  font-size: 1.5em;
  font-weight: 400;
  color: var(--black_bg);
}

.why-us .carousel-item .carousel-caption .item-box p {
  font-size: .9em;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 0;
  color: var(--black_bg);
}

.why-us .data-heading {
  gap: 20px;
  padding: 30px;
}

.why-us .data-heading h2{
  font-weight: 300;
  font-size:2.5em;
  margin-bottom: 0;
}

.why-us .data-heading p{
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 0;
  line-height: 2;
}

.why-us .data-heading a.cta-btn{
  color: var(--brand_color);
  background-color: var(--white_bg);
  padding: 5px 10px;
  border-radius: 3em;
  border: 1px solid rgba(0, 71, 204, 0.359);
  font-size: .8em;
  font-weight: 500;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
}

.why-us .data-heading a.cta-btn span{
  width: 25px;
  height: 25px;
  background-color: var(--white_bg);
    border: 1px solid rgba(0, 71, 204, 0.359);
  padding: 10px 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.why-us .data-heading a.cta-btn span i{
  color: var(--brand_color);
}

.hero-services {
  padding: 100px 15px;
}

.hero-services .item-box {
  background-color: rgba(0, 71, 204, 0.092);
  border: 1px solid #a4c4fe;
  padding: 30px;
  border-radius: .8em;
}

.hero-services .item-box h3 {
  color: var(--black_bg);
  font-weight: 300;
  margin-bottom: 0;
  font-size: 1.2em;
}

.hero-services .img-box img {
  border-radius: .8em;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-services .img-box {
  width: 100%;
  height: 500px;
}

.hero {
    background-image: linear-gradient(to top, rgba(255, 255, 255, .9), rgba(255, 255, 255, .7)), url('https://img.freepik.com/free-vector/gradient-smooth-background_23-2148973055.jpg?t=st=1736032887~exp=1736036487~hmac=62c5a480325c47339c977e7b8271b09b7e222c6be12f553155551b44afd40840&w=2000');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero .text-box {
    width: 100%;
    height: 55vh;
    align-items: center;
    justify-content: end;
    text-align: center;
    gap: 30px;
    padding: 70px 0;
}

.hero .text-box h1{
   font-size: 3em;
   font-weight: 800;
   margin-bottom: 20px;
}

.hero .text-box p{
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
    /* padding: 0 100px; */
}

.hero .text-box .d-flex{
    gap: 20px;
}

.hero .text-box .d-flex a.btn{
   padding: 10px 30px;
   color: var(--brand_color);
   background-color: var(--white_bg);
   border: 1px solid rgba(0, 71, 204, 0.359);
   font-size: .8em;
   font-weight: 500;
   border-radius: 2em;
}

.hero .text-box .d-flex a.btn.cta-btn{
    color: var(--white_bg);
    background-color: var(--brand_color);
 }

 .hero .img-box{
   width: 100%;
   height: 70vh;
 }

 .hero .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1em;
  }

  .about {
    padding: 100px 15px;
    /* background-color: #f5f8ff; */
  }

  .about .text-box {
  }

  .about .left-grid {
    gap: 40px;
  }

  .about .item-row {
    gap: 20px;
    padding: 0 30px;
  }

  .about .item-row .item-box {
    background-color: var(--white_bg);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    padding: 30px;
    border-radius: .8em;
  }

  .about .item-row .item-box h2{
    font-size: 1.2em;
    font-weight: 700;
  }

  .about .item-row .item-box p{
    font-size: .85em;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
  }

  .about .text-box h2{
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
  }

  .about .text-box p{
    font-size: .9em;
    font-weight: 400;
    line-height: 2;
  }


  .about .text-box h3{
    font-size: 3.5em;
    font-weight: 300;
  }

  .about .text-box span{
    font-size: .8em;
    font-weight: 300;
  }

  .about .text-box .center-box{
    border-left: var(--border-left);
    border-right: var(--border-right);
    padding: 0 80px;
  }

  .about .img-box{
    width: 100%;
    height: 500px;
  }
 
  .about .img-box img{
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 1em;
   }

   .about-section, .gallery-container {
    padding: 100px 15px;
   }

   .about-section p {
    font-size: .95em;
    font-weight: 500;
    line-height: 2;
   }

   .gallery-container .img-box {
    width: 100%;
    height: 600px;
   }

      .gallery-container .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .8em;
   }

   .contact-body {
    padding: 50px 15px;
   }

   .contact-body .d-flex.flex-column {
    gap: 40px;
   }

    .contact-body .d-flex.flex-column .item-box{
    gap: 15px;
    align-items: center;
   }

  .contact-body .d-flex.flex-column .item-box .icon-box{
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   background-color: var(--brand_color);
   }

   .contact-body .d-flex.flex-column .item-box .icon-box i{
   color: var(--white_bg);
   }

     .contact-body .d-flex.flex-column .item-box .data h4 {
   color: var(--black_bg);
   font-size: 1.1em;
   font-weight: 600;
   margin-bottom: 0;
   }

      .contact-body .d-flex.flex-column .item-box .data a {
   color: var(--black_bg);
   font-size: .85em;
   font-weight: 500;
   margin-bottom: 0;
   text-decoration: none;
   }

  .contact-body .d-flex.flex-column .item-box.socials {
    gap: 30px;
   }

    .contact-body .d-flex.flex-column .item-box.socials a {
    text-decoration: none;
    color: var(--black_bg);
   }

   .form-floating label {
   padding: 1rem 1.35rem;
   font-size: .8em;
   }

   label {
   font-size: .8em;
   }

   button.form-control-lg {
    background-color: var(--brand_color);
    color: var(--white_bg);
      border: 1px solid var(--brand_color);
   }

   .card-body {
  padding: 30px;
}

  .heading {
    margin-bottom: 50px;
    /* width: 100%; */
    gap: 15px;
    align-items: center;
  justify-content: center;
  }

  .heading h2 {
    color: var(--black_bg);
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -1.5px;
  }

  .heading p {
    color: #3d3d3d;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    padding: 0 100px;
  }

  .heading .top-value {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    border: 1px solid rgba(0, 71, 204, 0.359);
    border-radius: 30px;
    gap: 10px;
  }

  .heading .top-value .circle {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #abc9ff;
    display: block;
  }

  .heading .top-value .text span {
    font-size: .8em;
    color: var(--brand_color);
  }     

  .action-btn {
    background-color: var(--white_bg);
    color: var(--brand_color);
    border: 1px solid rgba(0, 71, 204, 0.359);
    border-radius: 3em;
    padding: 10px 30px;
    font-size: .8em;
    font-weight: 400;
  }

  .services {
    padding: 100px 15px;
  }

  .services .item-box {
    padding: 15px;
    border-radius: 1em;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    gap: 30px;
  }

  .services .item-box .img-box {
    width: 100%;
    height: 250px;
  }

  .services .item-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .8em;
  }

  .services .item-box .text-box h2{
    font-weight: 700;
    font-size: 1em;
    /* margin-bottom: 20px; */
  }

  .services .item-box .text-box a{
    font-weight: 600;
    font-size: .8em;
    text-decoration: none;
    color: var(--brand_color);
  }

  .services .item-box .text-box span{
    font-weight: 600;
    font-size: .8em;
    /* background-color: var(--brand_color); */
    border-radius: 5px;
    color: var(--brand_color);
    padding: 3px;
  }

  .team {
    padding: 100px 15px;
  }

  .team .item-box {
    position: relative;
  }

  .team .item-box .img-box {
    width: 100%;
    height: 500px;
  }

  .team .item-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .8em;
    object-position: top;
  }

  .team .text-box {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--brand_color);
    padding: 5px 10px;
    border-radius: .5em;
  }

  .team .text-box h2 {
    font-size: .8em;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--white_bg);
  }

  .testimonials {
    padding: 100px 15px;
  }

  .testimonial-container {
    overflow: hidden;
  }

  .testimonial-track {
    display: inline-flex;
    animation: scroll 50s linear infinite;
  }

  .testimonial {
   background-color: rgba(0, 71, 204, 0.092);
  border: 1px solid #a4c4fe;
    border-radius: 10px;
    padding: 30px;
    margin: 0 15px;
    width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .testimonial p {
   font-size: .9em;
   line-height: 2;
   font-weight: 500;
  }

 .testimonial .d-flex {
    gap: 15px;
 }
  .testimonial .img-box {
    width: 30px;
    height: 30px;
  }

  .testimonial .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }

  .testimonial h4 {
    margin: 0;
    font-size: .8em;
    font-weight: 600;
    color: #333;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .faq {
    padding: 100px 15px;
  }
  
  .faq .accordion-button {
    padding: 30px 0;
    font-size: .5em;
    font-weight: 600;
  }

  .faq .accordion-body {
    font-size: .9em;
    line-height: 2;
  }

  .interlude {
    margin: 50px 0;
  }
  
  .interlude .dataBox {
    width: 100%;
    height: auto;
    padding: 100px 15px;
    border-radius: 2em;
    background: linear-gradient(to left, rgba(9, 99, 254, 0.878), rgba(9, 99, 254, 0.88)), url('https://cdn.pixabay.com/photo/2023/11/18/10/03/wallpaper-8396044_1280.jpg');
    border: 1px solid #8ab3ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
  
  .interlude .dataBox h2 {
    font-size: 3em;
  font-weight: 300;
  text-align: center;
  color: var(--white_bg);
  margin-bottom: 30px;
  }
  
  .interlude .dataBox a.btn {
    font-size: .9em;
    color: var(--brand_color);
    background-color: var(--white_bg);
    border-radius: 2em;
    padding: 15px 30px;
    font-weight: 500;
  }
  
  .footer {
    width: 100%;
    height: auto;
    padding: 50px 15px;
    background-color: rgba(214, 229, 255, .2);
  }

    
  .footer .infoBox a.footer-brand {
    font-size: 1.5em;
    font-weight: 800;
    color: var(--black_bg);
    text-decoration: none;
  }
  
  .footer .infoBox p {
    font-size: 13px;
  }
  
  .footer .infoBox ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .footer .infoBox ul li {
    font-size: .8em;
    padding: 5px 0;
    color: #111111;
  }
  
  .footer .infoBox ul li a {
    text-decoration: none;
    color: #111111;
    font-weight: 600;
  }
  
  .footer .footerBottom {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .09);
    padding-top: 30px;
    margin-top: 20px;
  }
  
  .footer .footerBottom p {
    margin-bottom: 0;
    font-size: .8em;
    color: #777;
    font-weight: 500;
  }
  
  .footer .infoBox h3 {
    font-size: .9em;
    font-weight: 700;
  }
  

.user-type-toggle {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 5px;
            margin-bottom: 20px;
        }
        
        .user-type-btn {
            flex: 1;
            border: none;
            background: transparent;
            padding: 10px 20px;
            border-radius: 6px;
            transition: all 0.3s ease;
            font-weight: 500;
        }
        
        .user-type-btn.active {
            background: #fff;
            color: #0d6efd;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        
        .user-type-btn:not(.active) {
            color: #6c757d;
        }
        
        .field-transition {
            transition: all 0.3s ease;
            overflow: hidden;
        }
        
        .field-hidden {
            max-height: 0;
            opacity: 0;
            margin: 0;
            padding: 0;
        }
        
        .field-visible {
            max-height: 200px;
            opacity: 1;
        }
        
        .email-status {
            font-size: 0.875rem;
            margin-top: 5px;
        }
        
        .user-info-display {
            background: #e3f2fd;
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 15px;
            border-left: 4px solid #2196f3;
        }
        
        .spinner-border-sm {
            width: 1rem;
            height: 1rem;
        }
   .success_page {
	width: 100%;
	/*height: 100vh;*/
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.success_page.hero {
    /*padding: 15px;*/
}

.success_page .success_box {
	display: flex;
	flex-direction: column;
	gap: 30px;
	background-color: var(--white_bg);
  padding: 30px;
  box-shadow: 1px 3px 30px rgba(0, 0, 0, .06);
  border-radius: 1.5em;
  margin-top: 10em;
  margin-bottom: 4em;
}

.success_page .success_box h2 {
	font-weight: 900;
	font-size: 1.5em;
	margin-bottom: 0;
}

.success_page .success_box i {
	font-size: 2em;
	margin-bottom: 20px;
	color: var(--brand_color);
}


.success_page .success_box .pay_info .item-box {
	display: flex;
	flex-direction: row;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.success_page .success_box .pay_info .item-box:last-child {
	border-bottom: none;
}

.success_page .success_box .pay_info .item-box .item-body {
	margin-left: auto;
}

.success_page .success_box p {
	font-weight: 500;
	font-size: .85em;
	margin-bottom: 0;
}

.success_page .success_box .home_btn a {
	background-color: var(--brand_color);
	color: #fff;
}   

button.form-control-lg:hover {
  background-color: var(--white_bg);
  color: var(--brand_color);
}

@media screen and (max-width:1440px) {
  .nav_wrapper {
    width: 80%;
  }

  .main-hero .hero-data {
    width: 55%;
  }

  .heading p {
    padding: 0 40px;
  }

  .col-lg-4.d-flex.flex-column.justify-content-between {
    gap: 15px;
  }

  .hero-services .item-box h3 {
    font-weight: 400;
    font-size: .9em;
  }

  .team .item-box .img-box {
    width: 100%;
    height: 400px;
  }
}

@media screen and (max-width:1366px) {
  .why-us .carousel-item {
    height: 450px;
  }

  .why-us .data-heading {
    gap: 15px;
    padding: 0px;
  }

  .why-us .data-heading h2 {
    font-weight: 300;
    font-size: 2em;
    margin-bottom: 0;
  }

  .why-us .carousel-item .carousel-caption {
    padding: 20px;
  }

  .why-us .carousel-item .carousel-caption .item-box p {
    line-height: 1.7;
  }

  .hero-services {
    padding: 50px 15px;
  }

  .testimonials {
    padding: 50px 15px;
  }

  .team {
    padding: 50px 15px;
  }

  .about-section,
  .gallery-container {
    padding: 50px 15px;
  }

  .faq {
    padding: 50px 15px;
  }

  .hero-about {
    padding: 50px 15px;
    background-color: rgba(0, 71, 204, 0.035);
  }

  .footer {
    padding: 30px 15px;
  }

  .hero .img-box {
    width: 100%;
    height: 50vh;
  }


  .interlude .dataBox h2 {
    font-size: 2.5em;
  }
}

@media screen and (max-width:1280px) {
  .main-hero .hero-data h1 {
    font-size: 2.5em;
  }
  
  .hero-services .img-box {
  width: 100%;
  height: 450px;
}

.hero-services .item-box {
  padding: 20px;
}

  .main-hero .hero-data p {
    font-size: 1.1em;
    padding-left: 250px;
  }

  .hero .text-box p {
    font-size: 1em;
    line-height: 1.7;
  }

  .hero .text-box h1 {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .hero .text-box .d-flex a.btn {
    padding: 10px 30px;
  }

}

@media screen and (max-width:1024px) {
  .hero-about .d-flex .info-box-1 {
    width: 170px;
    height: 170px;
  }
  .hero-services .img-box {
  width: 100%;
  height: 400px;
}
  .hero-about .d-flex .info-box-1 span.title {
    color: var(--white_bg);
    font-size: 2.5em;
    font-weight: 600;
  }

  .hero-about .d-flex .info-box-2 {
    width: 130px;
    height: 130px;
  }

  .hero-about .d-flex .info-box-2 span.title {
    color: var(--white_bg);
    font-size: 1.8em;
    font-weight: 600;
  }

  .card-body {
    padding: 15px;
  }
}


@media screen and (max-width:1024px) and (max-height:1366px) {
  .main-hero {
    width: 100%;
    height: 80vh;
  }

  .hero .text-box {
    width: 100%;
    height: 35vh;
    padding: 50px 0;
  }

  .hero .img-box {
    width: 100%;
    height: 30vh;
  }
}

@media screen and (max-width:986px) {
  nav.navbar {
    border-radius: .8rem;
  }

  .main-hero .hero-data h1 {
    font-size: 2em;
  }
  .hero-services .img-box {
  width: 100%;
  height: 350px;
      margin: 20px 0;
}
  .main-hero .hero-data p {
    font-size: 1.1em;
    padding-left: 50px;
  }

  .main-hero .hero-data {
    width: 60%;
    right: 50px;
  }


  nav.navbar .navbar-nav {
    gap: 15px;
  }

  .hero-services .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }

  .interlude .dataBox h2 {
    font-size: 2em;
  }

  .heading h2 {
    color: var(--black_bg);
    font-size: 2.5em;
    font-weight: 300;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -1.5px;
  }

  .heading p {
    padding: 0 0px;
  }
  
  .contact-body .d-flex.flex-column {
  gap: 40px;
  margin-bottom: 30px;
}
.contact-body {
  padding: 50px 15px;
  padding-bottom: 0;
}
  .nav_wrapper {
    width: 90%;
  }
  
    .hero-about .d-flex .info-box-1 {
    width: 150px;
    height: 150px;
  }
  
    .hero-about .d-flex .info-box-1 span.title {
    color: var(--white_bg);
    font-size: 2em;
    font-weight: 600;
  }
  
    .hero-about .d-flex .info-box-2 {
    width: 120px;
    height: 120px;
  }
    .hero-about .d-flex .info-box-2 span.title {;
    font-size: 1.5em;
    font-weight: 600;
  }
  .hero-about .text-box p {
  font-size: .85em;
  line-height: 1.9;
}
.why-us .data-heading p {
  font-size: .85em;
  line-height: 1.9;
}

.why-us .carousel-item .carousel-caption .item-box p {
  font-size: .85em;
  line-height: 1.8;
}
}

@media screen and (max-width:567px) {
    .navbar-brand img {
        width: 150px;
        height: auto;
    }
  .main-hero {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to left, rgba(0, 0, 0, .75) 100%, rgba(0, 0, 0, .1)), url('../assets/2151967467.jpg');
    background-position: center;
  }

  .main-hero .hero-data {
    width: 95%;
    right: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 20px;
  }

  .main-hero .hero-data h1 {
    font-size: 1.7em;
  }

  .main-hero .hero-data p {
    font-size: 1.1em;
  }

  .hero-about .stat-data .d-flex {
    align-items: center;
    justify-content: center;
  }

  .hero-about .text-box {
    margin-top: 30px;
  }

  .why-us {
    padding: 50px 15px;
  }

  .why-us .data-heading {
    margin-bottom: 30px;
  }

  .carousel-caption.d-none {
    display: block !important;
  }

  .why-us .data-heading h2 {
    font-weight: 300;
    font-size: 2em;
    margin-bottom: 0;
  }

  .heading h2 {
    color: var(--black_bg);
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -.5px;
  }

  .heading {
    margin-bottom: 30px;
    gap: 10px;
  }

  .testimonial {
    padding: 20px;
    margin: 0 10px;
    width: 350px;
  }

  .interlude .dataBox {
    padding: 60px 15px;
    border-radius: .9em;
  }

  .interlude .dataBox h2 {
    margin-bottom: 20px;
    font-size: 1.5em;
  }
  
  .interlude .dataBox a.btn {
  font-size: .85em;
  padding: 10px 20px;
}

  .nav_wrapper {
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
  }
    nav.navbar {
    border-radius: 0;
  }
  
  .hero .text-box .d-flex {
  gap: 10px;
}

  .hero .text-box {
    width: 100%;
    height: 50vh;
    padding: 20px 0;
    margin-bottom: 30px;
  }

  .hero .text-box h1 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .contact-body {
    padding-bottom: 0;
  }
  
.why-us .carousel-item {
    height: 500px;
  }
  
  .why-us .data-heading a.cta-btn {
  padding: 10px 10px;
}

.hero-about .text-box a.cta-btn {
  padding: 10px 20px;
}

.footer .infoBox {
    margin-bottom: 10px;
}

  .contact-body .d-flex.flex-column {
    margin-bottom: 30px;
  }
  .success_page .success_box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: var(--white_bg);
  padding: 15px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .095);
  border-radius: 1.5em;
  margin-top: 10em;
  margin-bottom: 0em;
}
  nav.navbar {
   padding: 6px 0;
  }
}