/* ============================================
   CUSTOM CSS FILE
   ============================================ */

/* ---------------------------
   TESTIMONIAL SECTION
--------------------------- */
body.active {
  overflow: hidden;
}
p {
  margin: 0px;
}
.my-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
  transition: background 0.3s ease;
}
.admin-bar .my-sticky-header {
  top: 32px;
}

.my-sticky-header.scrolled {
  background: #ffffec;
}
.header-section .header-wrapper > div {
  display: flex;
  flex-wrap: wrap;
}
.header-section .header-wrapper .header-logo {
  width: 170px !important;
}
.header-section .header-contact-btn {
  width: 170px !important;
}
.header-section .header-menu {
  width: calc(100% - 360px) !important;
}

.service-section .service-box {
  width: 33.33% !important;
}
.service-section .service-box.first,
.service-section .service-box.sec {
  border-right: 1px solid #ff6f004d;
  border-bottom: 1px solid #ff6f004d;
}
.service-section .service-box.first,
.service-section .service-box.third {
  border-bottom: 1px solid #ff6f004d;
}
.service-section .service-box.fourth,
.service-section .service-box.fifth {
  border-right: 1px solid #ff6f004d;
}
.choose-section .choose-wrapper {
  flex-wrap: wrap;
  gap: 70px !important;
}
.choose-section .choose-content {
  width: calc(33.33% - 47px) !important;
}
.testimonial-section .swiper-slide {
  border-right: 1px solid #ddd;
}
.testimonial-section .testimonial-card {
  text-align: center;
  padding: 0 38px;
}
.testimonial-section .testimonial-card p.testimonial-text {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.testimonial-section .testimonial-author .author-info h4 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 60px 0px 0px 0px;
}
.testimonial-section .star-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.testimonial-section .star-rating span.star {
  font-family: unset;
  font-size: 11px;
  font-weight: 900;
  color: #ddd;
}
.testimonial-section .star-rating span.star.filled {
  color: #ff6f00;
}
.testimonial-section .testimonial-slider.swiper-horizontal {
  padding-bottom: 60px;
}
.testimonial-section .testimonial-slider.swiper-horizontal .swiper-pagination {
  bottom: 0 !important;
}
.testimonial-section
  .testimonial-slider.swiper-horizontal
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #ff6f00;
}

.contact-form .cf-row,
.contact-info .cf-row {
  display: flex;
  gap: 16px;
}
.contact-info .cf-row {
  margin-bottom: 25px;
}
.contact-form .cf-col {
  flex: 1;
}

.contact-form .cf-full {
  margin-top: 16px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-size: 12px;
  font-family: Inter;
  font-weight: 400;
  color: #8d8d8d;
}
.contact-info-section .wpcf7 input::placeholder {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 500;
  color: #474747;
}
.contact-info-section .wpcf7 textarea::placeholder {
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 500;
  color: #8d8d8d;
}
.contact-info-section .contact-info .cf-full label {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 500;
  color: #474747;
}
/* Input Fields */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="date"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: 30px;
  border: 1px solid #ebebeb;
  background: #fff;
  font-size: 16px;
  outline: none;
}
.services-form .wpcf7 input[type="text"],
.services-form .wpcf7 input[type="email"],
.services-form .wpcf7 input[type="date"],
.services-form .wpcf7 textarea {
  background: transparent;
  color: #fff;
}
.contact-form input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid #ff7a00;
  border-radius: 2px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  top: 2px;
  right: 5px;
}
.contact-form input[type="checkbox"]:checked {
  background-color: #ff7a00;
}
.contact-form input[type="checkbox"]:checked::after {
  content: "✔";
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  left: 1px;
  top: -3px;
}
.contact-info-section .wpcf7 input[type="text"],
.contact-info-section .wpcf7 input[type="email"],
.contact-info-section .wpcf7 input[type="tel"],
.contact-info-section .wpcf7 textarea {
  padding: 0px 0px 30px 0px;
  border-radius: 0px;
  border-bottom: 1px solid #ebebeb;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none !important;
}
.contact-info-section .wpcf7 textarea {
  height: 0px;
}

.contact-form textarea {
  border-radius: 20px;
  height: 150px;
}

.cf-checkbox {
  margin-top: 15px;
  font-size: 12px;
  font-family: Montserrat;
  font-weight: 500;
}
.services-form .cf-checkbox {
  color: #ffffff;
}

.cf-checkbox a {
  color: #e86f2d;
  text-decoration: none;
}

.cf-btn {
  margin-top: 20px;
}
.contact-info-section .contact-info .cf-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
.contact-info-section .contact-info .cf-btn p {
  display: flex;
  position: relative;
  width: fit-content;
}
.contact-info-section .contact-info .cf-btn .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
}

.contact-form input[type="submit"],
.contact-info input[type="submit"] {
  background: #ff6f00;
  color: #fff;
  border: none;
  padding: 14px 78px;
  border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
  font-family: "Inter";
}

.contact-form input[type="submit"]:hover,
.contact-info input[type="submit"]:hover {
  background: #d95d1f;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="date"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
  border-color: #ff6f00 !important;
}
.contact-info input[type="text"]:focus,
.contact-info input[type="email"]:focus,
.contact-info input[type="date"]:focus,
.contact-info input[type="tel"]:focus,
.contact-info textarea:focus {
  border-color: #ff6f00 !important;
}

.elementor-7
  .elementor-element.elementor-element-a562753
  .sub-menu
  li.menu-item:not(:last-child) {
  border: none;
}

.flatpickr-calendar .flatpickr-current-month {
  display: flex;
}
/* Mobile Responsive */
@media screen and (max-width: 1200px) {
  .header-section .header-menu nav li {
    margin-right: 20px !important;
  }
  .header-section .header-menu nav li:last-child {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  .header-section .header-menu {
    width: 25px !important;
  }
  .header-section .hfe-nav-menu-icon {
    padding: 0px !important;
  }
  .header-section .header-contact-btn {
    margin-left: auto;
  }
  body.active .my-sticky-header {
    background: #ffffec;
  }
  .header-section .hfe-dropdown {
    position: fixed !important;
    left: 0px !important;
    top: -100% !important;
    width: 100% !important;
    height: calc(100vh - 80px) !important;
    transition: all 0.4s ease-in-out;
    background-color: #ffffed !important;
    overflow-y: auto;
  }
  .header-section .hfe-dropdown.menu-is-active {
    top: 80px !important;
  }
  .admin-bar .header-section .hfe-dropdown.menu-is-active {
    top: 111px !important;
  }
  .header-section .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow{
    border: none !important;
  }
  .header-section .header-menu nav ul {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    background-color: transparent !important;
    height: fit-content;
  }
  .header-section .header-menu nav ul li ul {
    margin-left: 20px !important;
  }
  .header-section .header-menu nav li {
    margin-right: 0px !important;
  }
  .header-section .hfe-dropdown li a {
    background-color: transparent !important;
    padding: 20px 15px !important;
  }
  .header-section .header-wrapper .header-logo {
    width: auto !important;
  }
  .header-section .header-contact-btn {
    width: auto !important;
  }
  .choose-section .choose-wrapper {
    gap: 30px !important;
  }
  .choose-section .choose-content {
    width: calc(33.33% - 20px) !important;
  }
  .testimonial-section .testimonial-author .author-info h4 {
    font-size: 18px;
    padding: 40px 0px 0px 0px;
  }
}
@media screen and (max-width: 991px) {
  .service-section .service-box {
    width: 50% !important;
  }
  .service-section .service-box.first {
    border-right: 1px solid #ff6f004d;
    border-bottom: 1px solid #ff6f004d;
  }
  .service-section .service-box.sec {
    border-right: none;
    border-bottom: 1px solid #ff6f004d;
  }
  .service-section .service-box.third {
    border-right: 1px solid #ff6f004d;
    border-bottom: 1px solid #ff6f004d;
  }
  .service-section .service-box.fourth {
    border-right: none;
    border-bottom: 1px solid #ff6f004d;
  }
  .service-section .service-box.fifth {
    border-right: 1px solid #ff6f004d;
  }
  .choose-section .choose-content {
    width: calc(50% - 15px) !important;
  }
  .contact-info input[type="submit"] {
    padding: 12px 30px;
    font-size: 14px;
  }
  .contact-info-section .contact-info .cf-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .my-sticky-header {
    top: 46px;
  }
  .admin-bar .header-section .hfe-dropdown.menu-is-active {
    top: 126px !important;
  }
}
@media (max-width: 767px) {
  .header-section .hfe-dropdown {
    height: calc(100vh - 59px) !important;
  }
  .header-section .hfe-dropdown.menu-is-active {
    top: 59px !important;
  }
  .admin-bar .header-section .hfe-dropdown.menu-is-active {
    top: 102px !important;
  }
  .contact-form .cf-row,
  .contact-info .cf-row {
    flex-direction: column;
  }
  .header-section .header-contact-btn {
    display: none !important;
  }
  .service-section .service-box {
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid #ff6f004d !important;
  }
  .service-section .service-box:last-child {
    border-bottom: none !important;
  }
  .choose-section .choose-content {
    width: 100% !important;
  }
  .testimonial-section .testimonial-author .author-info h4 {
    font-size: 16px;
    padding: 25px 0px 0px 0px;
  }
  .testimonial-section .swiper-slide {
    border-right: none;
  }
  .contact-form input[type="submit"] {
    padding: 12px 50px;
    font-size: 14px;
  }
  .contact-info-section .contact-info .cf-btn {
    margin-top: 30px;
  }
}
