* {
  font-family: "Afacad Flux", sans-serif;
}

      .testimonial {
        border-right: 4px solid #2a3d7d;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
        padding: 30px 30px 30px 130px;
        margin: 0 15px 30px 15px;
        overflow: hidden;
        position: relative;
      }
      .testimonial:before {
        content: "";
        position: absolute;
        bottom: -4px;
        left: -17px;
        border-top: 25px solid #40AEE6;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        transform: rotate(45deg);
      }
      .testimonial:after {
        content: "";
        position: absolute;
        top: -4px;
        left: -17px;
        border-top: 25px solid #40AEE6;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        transform: rotate(135deg);
      }
      .testimonial .pic {
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        top: 60px;
        left: 20px;
      }
      .testimonial .pic img {
        width: 100%;
        height: auto;
      }
      .testimonial .description {
        font-size: 15px;
        letter-spacing: 1px;
        color: #6f6f6f;
        line-height: 25px;
        margin-bottom: 15px;
      }
      .testimonial .title {
        display: inline-block;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #40AEE6;
        margin: 0;
      }
      .testimonial .post {
        display: inline-block;
        font-size: 17px;
        color: #40AEE6;
        font-style: italic;
      }
      .owl-theme .owl-controls .owl-page span {
        border: 2px solid #2a3d7d;
        background: #fff !important;
        border-radius: 0 !important;
        opacity: 1;
      }
      .owl-theme .owl-controls .owl-page.active span,
      .owl-theme .owl-controls .owl-page:hover span {
        background: #40AEE6 !important;
        border-color: #40AEE6;
      }
      @media only screen and (max-width: 767px) {
        .testimonial {
          padding: 20px;
          text-align: center;
        }
        .testimonial .pic {
          display: block;
          position: static;
          margin: 0 auto 15px;
        }
      }

/* .home img{
    border-radius: 0 0 0 15vw ;
} */
/* carousel css  */
.home .carousel {
  height: 080vh;
}

.home .carousel-inner {
  height: 100%;
}

.home .carousel-item {
  height: 100%;
}

.home .carousel-item img {
  border-radius: 0 0 0 15vw;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 0.7;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .hero {
      flex: 0 0 100%;
      max-width: 100%;
  }
}
/*  */

.live {
  border-radius: 0 0 5vw 0;
}

.live2 {
  border-radius: 5vw 0 0 0;
}

.numb h6 {
  font-size: 2rem;
  color: white;
}

.blue {
  color: #06489e;
  font-size: 35px;
}

/* mini circle  */
.mini {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  background-color: whitesmoke;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mini:hover {
  background-color: lavender;
}

.mini img {
  height: 2.5rem;
  /* width: 2.5rem; */
  object-fit: fill;
  object-position: center;
  /* border-radius: 50%; */
}

.mini .min {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-top: 2px;
}
/*  */


/* button css  */
/* From Uiverse.io by mrhyddenn */
.butt {
  position: relative;
  padding: 10px 20px;
  border-radius: 7px;
  border: 2px solid rgb(248, 249, 252);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  background: #40aee6;
  ;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  transition: all 0.2s ease-in;
}

.butt:hover {
  background: #0346a3;
  /* box-shadow: 0 0 30px 5px rgba(0, 142, 236, 0.815); */
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: white;
}

.butt:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}

.butt::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}


/* carddd css  */
.cardd {
  position: relative;
  width: 100%;
  height: 14rem;
  /* background-color: #A3E635; */
  color: #2D3748;
  /* Gray-800 */
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease;
}

.cardd-content {
  width: 100%;
  height: 18rem;
}

.cardd-content img {
  width: 100%;
  height: 14rem;
  object-fit: cover;
}

.cardd-details {
  position: absolute;
  bottom: -0.1rem;
  /* -24 */
  width: 100%;
  background-color: #F7FAFC;
  /* Gray-50 */
  /* background-color: rgba(0, 0, 0, 0.6); */
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  /* 1 */
  transition: all 0.4s ease;
}

.cardd:hover .cardd-details {
  bottom: 30px;
  transition: all 0.4s ease;
}

.title {
  color: white;
  font-weight: bold;
  font-size: 1rem;
  /* 3XL */
}

.description {
  color: white;
  /* Neutral-800 */
}


/* carousel card  */
.carousel-item {
  height: 200px;
  width: 100%;
}

.carousel-item img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* carousel cards css */
.carousel-card {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.carousel-images {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.carousel-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 10px;
}

.next-prev-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* padding: px; */
  font-size: 1rem;
  color: rgb(26, 24, 24);
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: #fff;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: none;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.carousel-card:hover .next-prev-btn {
  display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
  .carousel-card {
    max-width: 100%;
    height: 200px;
  }
}

/* service cards css */

.car {
  padding: 10px;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.car:hover {
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
/*  */


/* Modal styles */

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 400px;
  position: relative;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.lastsection {
  height: 30vh !important;
  position: relative;
  margin-bottom: 150px !important;
}

.innerlastsection {
  width: 70% !important;
  border-radius: 40px;
}

@media (max-width: 1024px) {
  .innerlastsection {
    width: 90% !important;
  }
}

.card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;

}

.title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

/* form css  */
.contact-card {
  padding: 2rem;
  background: linear-gradient(to right bottom, #ffffff, #f8f9fa);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.form {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.group {
  position: relative;
  transition: all 0.3s ease;
}
.group textarea {
  height: 60px;
}
.group:hover {
  transform: translateY(-2px);
}

.form .group label {
  font-size: 12px;
  color: #495057;
  position: absolute;
  top: -8px;
  left: 10px;
  background-color: #fff;
  padding: 0 5px;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}

.form .group input,
.form .group textarea {
  padding: 8px 12px;
  border-radius: 8px;
  border: 2px solid #e9ecef;
  margin-bottom: 2px;
  outline: 0;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
}

.form .group input:focus,
.form .group textarea:focus {
  border-color: #4361ee;
  box-shadow: 0 0 0 4px rgba(67, 97, 238, 0.1);
}

.form .group input:focus + label,
.form .group textarea:focus + label {
  color: #4361ee;
  font-weight: 600;
}

.submit-btn {
  background: linear-gradient(45deg, #4361ee, #3f37c9);
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 5px;

}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
}

.consent-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0;

}

.consent-box input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #4361ee;
}

/*  */

/* service css  */

.service-image-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.service-image-wrapper img {
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.service-image-wrapper:hover img {
  transform: scale(1.05);
}

.service-card {
  background: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  background: #064b99;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon-wrapper i {
  font-size: 24px;
  color: white;
}

.service-card h4 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #064b99;
}

.service-card p {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 20px;
}

/*  */