.img-holder {
  width: 95%;
  height: 150px;
  margin: 20px 0;
  background-color: white;
  opacity: 0.9;
  border-radius: 10px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 991px) {
  .img-holder {
    width: 100%;
    height: 100px;
    margin: 10px 0;
  }
}

/* for carousel of brand logo */
.brand-carousel .brand-item,
.partners-carousel .partner-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  width: 95%;
  height: 150px;
  margin: 20px 6px;
  background-color: white;
  opacity: 0.9;
  border-radius: 10px;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.brand-carousel img {
  transition: transform 0.3s ease;
  opacity: 0.8;
}

.brand-carousel img:hover {
  transform: scale(1.1);
  opacity: 1;
}

/* for banner slider */
.intro-slider-container {
  position: relative;
}

/* overlay container */
.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  /* allows slider clicks */
}

.about-list {
  display: flex;
  text-align: justify;
  justify-content: center;
}
.card-trans-value {
  max-width: 90%;
}
/* content box */
.overlay-content {
  text-align: center;
  color: #fff;
  width: 100%;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .slider-overlay .overlay-content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .slider-overlay .overlay-content h1 {
    position: relative;
  }

  .slider-overlay .overlay-content > div:last-child {
    position: relative;
    margin-top: auto;
    bottom: 33%;
  }
}
/* heading */
.overlay-content h1 {
  margin: auto;
  font-size: 42px;
  font-weight: 700;
  max-width: 60%;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.7) !important;
}

/* paragraph */
.overlay-content p {
  font-size: 18px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* button */
.overlay-content .btn {
  padding: 10px 25px;
  border-radius: 30px;
}

/* dark overlay on image */
.intro-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

@media (max-width: 768px) {
  .overlay-content {
    text-align: center;
    margin: auto;
  }

  .overlay-content h1 {
    font-size: 26px;
  }

  .overlay-content p {
    font-size: 14px;
  }
}

/* banner button */
.overlay-btn {
  display: inline-block !important;
  padding: 10px 28px !important;
  border-radius: 30px !important;

  background: transparent !important;
  color: rgba(255, 255, 255, 0.4) !important;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;

  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;

  transition: all 0.3s ease !important;
}

/* hover effect */
.overlay-btn:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: #fff !important;
  color: #fff !important;
}

/* focus / active */
.overlay-btn:focus,
.overlay-btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.contact-bottom .overlay-btn {
  align-self: center;
  display: inline-block !important;
  padding: 10px 28px !important;
  border-radius: 30px !important;

  background: #d92429 !important;
  color: white !important;

  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;

  transition: all 0.3s ease !important;
}
.contact-bottom {
  text-align: center;
  justify-self: center;
}

.contact-bottom .overlay-btn:hover {
  background: rgba(0, 0, 0, 0.15) !important;
  border-color: #fff !important;
  color: #ffffff !important;
}

/* floating service button */
.text-field-control-wrap {
  position: relative;
  margin-bottom: 25px;
}

.text-field-control-label {
  position: absolute;
  top: -8px;
  left: 12px;
  font-size: 12px;
  font-weight: 400;
  background: #f3f3f3;
  padding: 0 6px;
  color: #777;
  z-index: 2;
}

/* small left line */

.text-field-control-wrap input,
.text-field-control-wrap select,
.text-field-control-wrap textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: transparent;
  font-size: 14px;
}

.text-field-control-wrap textarea {
  min-height: 120px;
}

.text-field-control-wrap input:focus,
.text-field-control-wrap select:focus,
.text-field-control-wrap textarea:focus {
  background: #fff;
  border-color: #9c8b6b;
}

.service-submit {
  width: 100%;
  background: #9c8b6b;
  color: #fff;
  padding: 16px;
  border: none;
  font-weight: 600;
  margin-top: 10px;
}

.service-submit:hover {
  background: #7f6f55;
}

.text-danger {
  color: red;
  font-size: 12px;
}

.get-touch-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(4px);
}

.get-touch-modal.is-open {
  display: flex;
}

body.get-touch-modal-open {
  overflow: hidden;
}

.get-touch-modal-content {
  position: relative;
  width: 100%;
  max-width: 760px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 34px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
}

.get-touch-modal-content h4 {
  margin: 4px 42px 8px 0;
  color: #111;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.12;
}

.get-touch-modal-content h4 strong {
  color: #d92429;
  font-weight: 700;
}

.home-enquiry-heading {
  margin-bottom: 24px;
  text-align: left;
}

.home-enquiry-heading > span {
  display: inline-flex;
  margin-bottom: 6px;
  color: #d92429;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-enquiry-heading p {
  max-width: 560px;
  margin: 0;
  color: #5d5d5d;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.get-touch-modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.get-touch-modal-close:hover {
  background: #d92429;
}

/* body */
.service-body {
  padding: 20px !important;
}

#getTouchForm {
  height: 100%;
}

.flatpickr-calendar {
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  font-family: inherit;
}

.flatpickr-months {
  background: #fff;
}

.flatpickr-current-month {
  font-weight: 600;
}

.flatpickr-day.selected {
  background: #3f51b5 !important;
  border-color: #3f51b5 !important;
}

.flatpickr-day.today {
  border-color: #3f51b5;
}

.flatpickr-day:hover {
  background: #eee;
}

.required-star {
  color: #d92429;
}

.get-touch-modal .text-field-control-wrap {
  margin-bottom: 16px;
}

.get-touch-modal input,
.get-touch-modal select,
.get-touch-modal textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  background: #f7f7f7;
  color: #111;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 15px;
}

.get-touch-modal input:focus,
.get-touch-modal select:focus,
.get-touch-modal textarea:focus {
  border-color: #d92429;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(217, 36, 41, 0.12);
}

.get-touch-modal textarea {
  min-height: 100px;
  resize: vertical;
}

.get-touch-modal .service-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  padding: 0 !important;
}

.get-touch-modal .text-field-control-wrap:nth-last-child(1),
.get-touch-modal .text-field-control-wrap:nth-last-child(2) {
  grid-column: 1 / -1;
}

.get-touch-modal .text-field-control-label {
  margin-bottom: 7px;
  color: #111;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.get-touch-modal .service-submit {
  display: block;
  width: auto;
  min-width: 240px;
  margin: 8px auto 0;
  padding: 15px 26px;
  border-radius: 999px;
  background: #d92429;
  color: #fff;
  font-family: "Barlow", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.get-touch-modal .service-submit:hover {
  background: #111;
}

@media (max-width: 767px) {
  .get-touch-modal {
    padding: 14px;
  }

  .get-touch-modal-content {
    padding: 26px 18px;
    border-radius: 14px;
  }

  .get-touch-modal-content h4 {
    font-size: 28px;
  }

  .get-touch-modal .service-body {
    grid-template-columns: 1fr;
  }

  .get-touch-modal .service-submit {
    width: 100%;
    min-width: 0;
  }
}

.floating-buttons {
  position: fixed;
  right: 20px;
  bottom: 100px;

  display: flex;
  flex-direction: column;
  gap: 10px;

  z-index: 999;
}

/* SAME SIZE FOR BOTH */
.float-btn {
  width: 50px;
  height: 50px;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  background: #bdbdbd;
  color: #fff;

  font-size: 18px;
  border: none;

  cursor: pointer;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}

/* hover */
.float-btn:hover {
  background: #9e9e9e;
}

/* scroll top special color */
#scroll-top.float-btn {
  background: #bdbdbd;
  color: #fff;
}

#scroll-top.float-btn:hover {
  background: #9e9e9e !important;
}
.float-btn i {
  color: white;
}
.float-btn .icon-whatsapp {
  color: green;
}
.services-section {
  background: #fff;
  overflow: hidden;
}

.services-section .heading p {
  color: #777;
  font-size: 16px;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  margin: 10px;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14);
}

.service-image {
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover img {
  transform: scale(1.08);
}

.service-content {
  padding: 15px;
  min-height: 85px;
  text-align: center;
}

.service-content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.services-carousel .owl-nav {
  margin-top: 40px;
  text-align: center;
}

.services-carousel .owl-nav button {
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  background: #111 !important;
  color: #fff !important;
  margin: 0 8px;
  transition: 0.3s;
}

.services-carousel .owl-nav button:hover {
  background: #c19b6b !important;
}

@media (max-width: 768px) {
  .services-section .heading h2 {
    font-size: 32px;
  }

  .service-image img {
    height: 240px;
  }
}
.partners-section {
  overflow: hidden;
}

.partners-section .heading p {
  color: #777;
  text-align: center;
  font-size: 16px;
}
.partners-carousel .partner-card {
  text-align: center;
}
.partner-logo {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo img {
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
  transition: 0.4s ease;
}

.partner-card:hover img {
  transform: scale(1.06);
}

.partner-content h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  color: #111;
}

.partners-carousel .owl-nav {
  margin-top: 40px;
  text-align: center;
}

.partners-carousel .owl-nav button {
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  background: #111 !important;
  color: #fff !important;
  margin: 0 8px;
  transition: 0.3s;
}

.partners-carousel .owl-nav button:hover {
  background: #c19b6b !important;
}

@media (max-width: 768px) {
  .partners-section .heading h2 {
    font-size: 32px;
  }

  .partner-card {
    padding: 20px 15px;
  }

  .partner-logo {
    height: 100px;
  }

  .partner-logo img {
    max-height: 70px;
  }
}
