.bg-header {
  background-color: #1d73bc;
}

/* .background-img {
  background-image: url("/assets/img/banner.png");
  margin-top: 90px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1550px !important;
  height: 700px !important;
  background-attachment: fixed;
  background-size: 100% 100%;
} */
.hero-area-two.background-img {
  background-image: url("/assets/img/banner.png"); /* ✅ Replace with your actual image path */
  background-size: cover; /* ✅ Ensures image covers the whole section */
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh; /* ✅ Full height of the viewport */
  display: flex;
  align-items: center;
}
.svg-md-only {
  display: none;
}

@media (min-width: 768px) {
  .svg-md-only {
    display: block;
  }
}
/* Optional: For better mobile padding */
@media (max-width: 768px) {
  .hero-area-two.background-img {
    padding: 100px 20px; /* ✅ Adjust padding for smaller screens */
  }
}
.icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
}

.form-group input,
.form-group textarea {
  padding-left: 40px; /* So text doesn't overlap with icon */
}

.pt-20 {
  padding-top: 20px !important;
}
.pt-350 {
  padding-top: 350px !important;
}
.bg-service {
  background-color: #f3f3f3;
}
.color-white {
  color: white !important;
}
.color-black {
  color: black !important;
}
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-100 {
  margin-top: 100px !important;
}

.logo {
  width: 200px; /* Adjust the width of your logos as needed */
  height: 200px; /* Adjust the height of your logos as needed */
  margin: 0 35px; /* Adjust the spacing between logos as needed */
}
.slider-container {
  background-color: #f3f3f3;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

/* Style for the slider content */
.slider-content {
  display: flex;
  flex-direction: row;
  transition: transform 0.5s ease-in-out;
}
.font-size-3-5 {
  font-size: 3.5rem !important;
}
.icon-main-container {
  width: 100%;
  height: auto;
  padding: 20px 30px;
}
.icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px !important;
  height: 180px !important;
  border-radius: 14px !important;
  background-color: #1d73bc !important;
  box-shadow: 4px 4px #8aca38;
  background: transparent;
  text-align: center; /* center text + image */
  flex: 1 1 calc(50% - 25px); /* mobile: 2 per row */
  max-width: calc(50% - 25px);
  display: flex; /* flexbox inside the box */
  flex-direction: column; /* image on top, text below */
  align-items: center;
}
.icon-img {
  width: 130px !important;
  height: 130px !important;
}
.text-center {
  text-align: center;
}
.gap-25 {
  gap: 25px !important;
}
.border-t {
  border-top: 1px solid black !important;
}
.counter-box-shadow {
  box-shadow: 0px 0px 20px 1px #8aca38;
}
.testimonial-main-container {
  gap: 4px !important;
  display: flex;
  flex-direction: row;
  height: 420px !important;
  margin: 80px 20px !important;
}

body {
  background: white;
}

.gtco-testimonials {
  position: relative;
  margin-top: 30px;

  h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
  }

  .owl-stage-outer {
    padding: 30px 0;
  }

  .owl-nav {
    display: none;
  }

  .owl-dots {
    text-align: center;

    span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: #fff;
      border: 2px solid #01b0f8;
      margin: 0 5px;
    }

    .active {
      box-shadow: none;

      span {
        background: #01b0f8;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
      }
    }
  }

  .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;

    .card-img-top {
      max-width: 100px;
      border-radius: 50%;
      margin: 15px auto 0;
      box-shadow: 0 8px 20px -4px #95abbb;
      width: 100px;
      height: 100px;
    }

    h5 {
      color: #01b0f8;
      font-size: 21px;
      line-height: 1.3;

      span {
        font-size: 18px;
        color: #666666;
      }
    }

    p {
      font-size: 18px;
      color: #555;
      padding-bottom: 15px;
    }
  }

  .active {
    opacity: 0.5;
    transition: all 0.3s;
  }

  .center {
    opacity: 1;

    h5 {
      font-size: 24px;

      span {
        font-size: 20px;
      }
    }

    .card-img-top {
      max-width: 100%;
      height: 120px;
      width: 120px;
    }
  }
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel {
  .owl-nav button {
    &.owl-next,
    &.owl-prev {
      outline: 0;
    }
  }

  button.owl-dot {
    outline: 0;
  }
}
@media screen and (max-width: 576px) {
  .flex-xsm-column {
    flex-direction: column;
  }
  .xsm-m-testimonials-div {
    margin: 10px 15px;
  }
  .xsm-testimonials-text {
    margin: 0 10px;
  }
}
.form-container {
  height: 500px !important;
  margin: 45px;
}
svg {
  height: 23rem;
  margin-right: 4rem;
}

#envelope {
  animation: float 2s ease-in-out infinite;
}

#star1,
#star2,
#star3,
#star4,
#star5,
#star6 {
  animation: blink 1s ease-in-out infinite;
}
#star2 {
  animation-delay: 100ms;
}
#star3 {
  animation-delay: 500ms;
}
#star4 {
  animation-delay: 700ms;
}
#star5 {
  animation-delay: 300ms;
}
#star6 {
  animation-delay: 200ms;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.container {
  /* height: 100vh; */
}

form {
  min-width: 25rem;

  .title {
    font-family: "Pacifico", cursive;
    color: #212529;
    font-size: 2.5rem;
  }

  .form-control {
    background-color: #f2f6f8;
    border-radius: 2rem;
    border: none;
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);

    &.thick {
      height: 3.3rem;
      padding: 0.5rem 3.5rem;
    }

    &:focus {
      background-color: #f2f6f8;
      border: none;
      box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
    }
  }

  .message .form-control {
    padding: 0.5rem 1.8rem;
  }

  ::placeholder {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #838788;
    position: relative;
    left: 0;
  }

  input,
  textarea {
    font-family: "Quicksand", sans-serif;
    color: #212529;
    font-size: 1.1rem;
  }

  .icon {
    color: #57565c;
    height: 1.3rem;
    position: absolute;
    left: 1.5rem;
    top: 1.1rem;
  }
}

.btn.btn-primary {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 3rem;
  border: 0;
  border-radius: 3rem;
  background-image: linear-gradient(131deg, #ffd340, #ff923c, #ff923c, #ff923c);
  background-size: 300% 100%;
  transition: all 0.3s ease-in-out;
}

.btn.btn-primary:hover:enabled {
  box-shadow: 0 0.5em 0.5em -0.4em #ff923cba;
  background-size: 100% 100%;
  transform: translateY(-0.15em);
}

/* Make all cards square and responsive */
.xsm-m-testimonials-div {
  padding: 10px;
  flex: 0 0 auto;
  width: 100%;
  max-width: 300px; /* Optional: limits size on large screens */
}

.card {
  aspect-ratio: 1 / 1; /* Makes it square */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Ensure image covers top half and is responsive */
.card-img-top {
  width: 100%;
  height: 50%;
  object-fit: cover;
}

/* Ensure card body adjusts inside remaining space */
.card-body {
  padding: 15px;
  height: 50%;
  /* overflow-y: auto; */
  text-align: center;
}

/* Carousel wrapper flex and responsive adjustments */
.owl-carousel {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .owl-carousel {
    flex-direction: column;
    align-items: center;
  }
}
