@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
  --main-orange: #cf5600;
  --main-blue: #001971;
  --bg-offwhite: #fbfbff;
  --hover-blue: #004fd7;
}
.d-flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.gap-1 {
  gap: 10px;
}
.d-md-block {
  display: none;
}
#schedule-button {
  width: 100%;
  filter: drop-shadow(0 4px 10.5px rgba(0, 0, 0, 0.17));
}
a.ht-header-bttn {
  position: relative;
  transition: all 0.1s ease-in-out;
  line-height: 1.2;
  padding: 10px 10px 10px 40px;
  border: 1px solid transparent;
}
a.ht-header-bttn:hover {
  border: 1px solid var(--main-orange);
  color: var(--main-orange);
}
a.ht-header-bttn::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 10px;
  top: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22' viewBox='0 0 24 22' fill='none'%3E%3Cpath d='M2.79858 2.30206C3.37441 2.19714 4.60833 2.15518 4.95794 2.70073C5.55433 4.08559 6.23299 5.47045 6.76768 6.89727C6.9939 7.52675 7.15843 7.63166 6.78825 8.28213C6.35638 9.07947 5.22529 10.0027 5.59546 10.9469C6.43864 13.1081 9.33835 15.3953 11.3126 16.4444C11.6828 16.6332 12.7316 17.1788 13.0812 17.2208C13.2458 17.2208 13.5337 17.1368 13.6982 17.0529C14.3357 16.6542 15.0349 15.4162 15.693 14.9336C15.9398 14.7448 16.2072 14.6819 16.5156 14.7868C17.729 15.5421 19.5799 16.0038 20.711 16.7801C21.9449 17.6194 20.8755 19.8436 20.0323 20.6619C19.4976 21.1865 18.3254 21.8789 17.585 21.9419C10.5723 22.6343 4.34098 17.0319 1.23562 11.1148C0.166223 8.99554 -0.553563 6.89727 0.556964 4.61015C0.886008 3.91773 2.03767 2.42795 2.79858 2.28108V2.30206Z' fill='%23FBFBFF'/%3E%3Cpath d='M10.8208 3.71027C12.5477 2.94342 14.6336 3.17538 16.4595 4.27667L16.8208 4.50812L16.8218 4.50909C18.8129 5.87087 20.0318 8.02155 20.0103 10.1732C20.0081 10.3874 19.9597 10.5911 19.7856 10.6976C19.7052 10.7466 19.6244 10.7564 19.5718 10.7581C19.5454 10.759 19.521 10.7579 19.5054 10.7571C19.4985 10.7568 19.4935 10.7564 19.4897 10.7562C19.3092 10.7811 19.1557 10.7014 19.0571 10.5921C18.955 10.4787 18.8979 10.3237 18.8979 10.1702C18.8979 8.43862 17.8997 6.62385 16.1909 5.46808L16.1899 5.4671C14.5792 4.37153 12.7378 4.12549 11.2915 4.77472L11.2788 4.78058C11.0007 4.88698 10.6753 4.78022 10.5327 4.48956C10.38 4.17799 10.5443 3.85084 10.8081 3.71613L10.8198 3.71027H10.8208Z' fill='%23FBFBFF' stroke='%23FBFBFF' stroke-width='0.5'/%3E%3Cpath d='M9.81628 0.959961C12.4393 -0.212944 15.6136 0.232355 18.3427 2.0957C21.1966 4.04409 22.9559 7.11667 22.9354 10.1914L22.9208 10.3398C22.8552 10.6742 22.5706 10.9238 22.2118 10.9238H22.1376C21.9133 10.9238 21.7412 10.8135 21.6337 10.6602C21.5317 10.5147 21.4892 10.3356 21.4891 10.1709V10.1689C21.5089 7.62204 20.0201 4.9874 17.5477 3.30566C15.1977 1.70719 12.532 1.35509 10.3846 2.2998L10.3817 2.30176C10.0099 2.45948 9.59324 2.29773 9.4364 1.91406C9.29501 1.56784 9.41747 1.17451 9.74792 0.993164L9.81628 0.959961Z' fill='%23FBFBFF' stroke='%23FBFBFF' stroke-width='0.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

a.ht-header-bttn:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='22' viewBox='0 0 24 22' fill='none'%3E%3Cpath d='M2.79858 2.30206C3.37441 2.19714 4.60833 2.15518 4.95794 2.70073C5.55433 4.08559 6.23299 5.47045 6.76768 6.89727C6.9939 7.52675 7.15843 7.63166 6.78825 8.28213C6.35638 9.07947 5.22529 10.0027 5.59546 10.9469C6.43864 13.1081 9.33835 15.3953 11.3126 16.4444C11.6828 16.6332 12.7316 17.1788 13.0812 17.2208C13.2458 17.2208 13.5337 17.1368 13.6982 17.0529C14.3357 16.6542 15.0349 15.4162 15.693 14.9336C15.9398 14.7448 16.2072 14.6819 16.5156 14.7868C17.729 15.5421 19.5799 16.0038 20.711 16.7801C21.9449 17.6194 20.8755 19.8436 20.0323 20.6619C19.4976 21.1865 18.3254 21.8789 17.585 21.9419C10.5723 22.6343 4.34098 17.0319 1.23562 11.1148C0.166223 8.99554 -0.553563 6.89727 0.556964 4.61015C0.886008 3.91773 2.03767 2.42795 2.79858 2.28108V2.30206Z' fill='%23CF5600'/%3E%3Cpath d='M10.8208 3.71027C12.5477 2.94342 14.6336 3.17538 16.4595 4.27667L16.8208 4.50812L16.8218 4.50909C18.8129 5.87087 20.0318 8.02155 20.0103 10.1732C20.0081 10.3874 19.9597 10.5911 19.7856 10.6976C19.7052 10.7466 19.6244 10.7564 19.5718 10.7581C19.5454 10.759 19.521 10.7579 19.5054 10.7571C19.4985 10.7568 19.4935 10.7564 19.4897 10.7562C19.3092 10.7811 19.1557 10.7014 19.0571 10.5921C18.955 10.4787 18.8979 10.3237 18.8979 10.1702C18.8979 8.43862 17.8997 6.62385 16.1909 5.46808L16.1899 5.4671C14.5792 4.37153 12.7378 4.12549 11.2915 4.77472L11.2788 4.78058C11.0007 4.88698 10.6753 4.78022 10.5327 4.48956C10.38 4.17799 10.5443 3.85084 10.8081 3.71613L10.8198 3.71027H10.8208Z' fill='%23CF5600' stroke='%23CF5600' stroke-width='0.5'/%3E%3Cpath d='M9.81628 0.959961C12.4393 -0.212944 15.6136 0.232355 18.3427 2.0957C21.1966 4.04409 22.9559 7.11667 22.9354 10.1914L22.9208 10.3398C22.8552 10.6742 22.5706 10.9238 22.2118 10.9238H22.1376C21.9133 10.9238 21.7412 10.8135 21.6337 10.6602C21.5317 10.5147 21.4892 10.3356 21.4891 10.1709V10.1689C21.5089 7.62204 20.0201 4.9874 17.5477 3.30566C15.1977 1.70719 12.532 1.35509 10.3846 2.2998L10.3817 2.30176C10.0099 2.45948 9.59324 2.29773 9.4364 1.91406C9.29501 1.56784 9.41747 1.17451 9.74792 0.993164L9.81628 0.959961Z' fill='%23CF5600' stroke='%23CF5600' stroke-width='0.5'/%3E%3C/svg%3E");
}

.ht-main-footer .ht-container {
  /* padding-left: 15%;
  padding-right: 15%; */
}
.ht-main-footer {
  padding-bottom: 0 !important;
}
.ht-bottom-footer {
  max-width: 600px;
  margin: auto;
}
.ht-bottom-footer .wp-social-link svg:hover {
  fill: var(--hover-blue);
}
.ht-footer ul li {
  /* text-decoration: underline; */
}

.ht-site-footer .ht-main-footer .ht-container {
  max-width: 850px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ht-bottom-footer .ht-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.footer-bottom {
  gap: 15%;
}

.ht-site-footer .ht-main-footer .ht-container p,
#menu-footer-menu li a {
  font-size: 16px;
  font-weight: 300;
}

#menu-footer-menu li a {
  border-bottom: 1px solid #fff;
}

.ht-main-footer a:hover,
.ht-main-footer p a u:hover {
  transition: all 0.1s ease-in-out;
  color: #5b7eff !important;
  border-bottom-color: #5b7eff;
}
#menu-footer-menu li a:hover {
  border-bottom-color: #5b7eff;
}

.footer-widget .wp-block-social-link-anchor:hover {
  fill: #5b7eff;
}

.ht-bottom-footer .ht-site-info {
  font-size: 14px;
  color: #fff;
  font-weight: 100;
}

.ht-site-footer .ht-main-footer .ht-container .ht-main-footer-wrap {
  display: flex;
  gap: 15%;
  justify-content: center;
}

.banner-slider .tp-slide-button a {
  width: 100vw;
  height: 100vh;
  margin-left: -50px;
  position: absolute;
  top: -60vh;
}

.banner-slider .tp-slide-caption {
  top: 100% !important;
  bottom: 50px !important;
  transform: translateY(-100%) !important;
}
.banner-slider .tp-slider-section .owl-carousel .owl-nav [class*="owl-"] {
  height: 60px;
  width: 46px;
  top: 75%;
  border-radius: 2px;
}
.banner-slider .tp-slider-section .owl-carousel .owl-nav .owl-prev {
  left: 40px;
}

.banner-slider .tp-slider-section .owl-carousel .owl-nav .owl-next {
  right: 40px;
}

.banner-slider .tp-slider-section .owl-carousel .owl-nav [class*="owl-"]:before,
.banner-slider .tp-slider-section .owl-carousel .owl-nav [class*="owl-"]:after {
  height: 3px;
  width: 20px;
}

.banner-slider
  .tp-slider-section
  .owl-carousel
  .owl-nav
  [class*="owl-"]:before {
  left: 17px;
  top: 15px;
}

.banner-slider .tp-slider-section .owl-carousel .owl-nav [class*="owl-"]:after {
  left: 15px;
  bottom: 15px;
}

.service-inner-section .elementor-button.elementor-button-link {
  position: relative;
  width: 307px;
  text-align: left;
}
.fg-panel-button.fg-panel-button-close {
  background: #fff !important;
}
.fg-panel-button.fg-panel-button-close svg {
  top: 9px;
  position: absolute;
  left: 7px;
  fill: var(--main-orange);
}
.fg-panel-button.fg-panel-button-fullscreen {
  height: 46px !important;
}

.fg-panel-button {
  background-color: #fff !important;
}

.service-inner-section .elementor-button.elementor-button-link::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='35' viewBox='0 0 36 35' fill='none'%3E%3Cpath d='M18.7857 2.57157L34.5 17.5001L18.7857 32.4287' stroke='white' stroke-width='3' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M2 15.2144C1.17157 15.2144 0.5 15.8859 0.5 16.7144C0.5 17.5428 1.17157 18.2144 2 18.2144L2 16.7144L2 15.2144ZM2 16.7144L2 18.2144L33.1905 18.2144L33.1905 16.7144L33.1905 15.2144L2 15.2144L2 16.7144Z' fill='white'/%3E%3C/svg%3E");
  width: 35px;
  height: 36px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.service-inner-section .elementor-button.elementor-button-link:hover::after,
.service-inner-section .elementor-button.elementor-button-link:focus::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='35' viewBox='0 0 43 35' fill='none'%3E%3Cpath d='M25 2.57157L40.7143 17.5001L25 32.4287' stroke='%23CF5600' stroke-width='3' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M2 16.7144L38 16.7148' stroke='%23CF5600' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 43px;
  height: 35px;
  top: 10px;
}

.service-inner-section .elementor-button-text {
  white-space: nowrap;
}
.service-inner-section .elementor-button-icon {
  display: none;
}
.divider {
  position: relative;
}
.divider::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 47px;
}

.divider.divider-top::before {
  background: url("/wp-content/uploads/2025/09/quote-top.png") no-repeat;
  top: -35px;
  left: 0;
}
.divider.divider-bottom::before {
  background: url("/wp-content/uploads/2025/09/quote-bottom.png") no-repeat;
  bottom: -35px;
  right: 0;
}

.learn-more {
  filter: drop-shadow(0 4px 9.5px 1px rgba(1, 0, 51, 0.12));
}

.learn-more .elementor-button.elementor-button-link {
  width: 100%;
}
.learn-more-btn .elementor-button.elementor-button-link {
  width: 100% !important;
}
/* Service */
.all-services .elementor-tab-title {
  text-align: center;
}
.exterior-paint-video {
  margin-bottom: 20px;
}
.service-bullet li {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-left: 15px !important;
}
.serv-bullet {
  font-family: "Inter", sans-serif;
  color: #030613;
  font-size: 20px;
  font-weight: 600;
}
.exterior-pain-sec {
  width: 80% !important;
  margin: auto;
}
.port-gallery-section {
  display: none;
}
.port-gallery-section.active {
  display: block;
}

.acc-btn .elementor-button.elementor-button-link {
  width: 100%;
}

.acc-btn:hover .elementor-button.elementor-button-link {
  background-color: var(--bg-offwhite);
  color: var(--main-orange);
}

.acc-btn .elementor-button-content-wrapper {
  position: relative;
}

.acc-btn .elementor-button-content-wrapper::after {
  content: "";
  background: url("/wp-content/uploads/2025/09/down-arrow.svg") no-repeat;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 27px;
  right: 30px;
  top: 0;
}

.acc-btn
  .elementor-button.elementor-button-link:hover
  .elementor-button-content-wrapper::after,
.acc-btn
  .elementor-button.elementor-button-link:focus
  .elementor-button-content-wrapper::after {
  background: url("/wp-content/uploads/2025/09/up-arrow.svg") no-repeat !important;
}
.acc-btn:hover .elementor-button-content-wrapper::after,
.acc-btn:active .elementor-button-content-wrapper::after,
.acc-btn:visited .elementor-button-content-wrapper::after,
.acc-btn:focus .elementor-button-content-wrapper::after {
  background: url("/wp-content/uploads/2025/09/up-arrow.svg") no-repeat !important;
}

.acc-btn .elementor-button.elementor-button-link:focus {
  background-color: var(--main-orange) !important;
  color: #fff !important;
}

.acc-btn
  .elementor-button.elementor-button-link:focus
  .elementor-button-content-wrapper::after {
  background: url("/wp-content/uploads/2025/09/down-arrow.svg") no-repeat !important;
}

.actbtn.acc-btn
  .elementor-button.elementor-button-link:focus
  .elementor-button-content-wrapper::after {
  background: url("/wp-content/uploads/2025/09/up-arrow.svg") no-repeat !important;
}

.actbtn.acc-btn .elementor-button.elementor-button-link:focus {
  background-color: var(--bg-offwhite) !important;
  color: var(--main-orange) !important;
}

.actbtn.acc-btn .elementor-button-content-wrapper::after {
  top: -8px;
  transform: rotate(180deg);
}

.serv-desc {
  position: relative;
}
.serv-desc::after {
  content: " ";
  width: 50vw;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  height: 100%;
  background: var(--main-blue);
  z-index: -1;
  /* overflow: hidden; */
}

.serv-desc.serv-right::after {
  left: 0;
  right: auto;
}

.serv-desc.serv-left::after {
  left: auto;
  right: 0;
}

.all-services h2 {
  white-space: nowrap;
}

.two-col-form {
  display: flex;
}

.two-col-form .col {
  width: 50%;
}
.two-col-form .col label {
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  color: var(--bg-offwhite);
  font-weight: 400;
}

#estimate-form-popup label em {
  font-weight: 300;
}

.form-terms {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--bg-offwhite);
  font-weight: 300;
  width: 80%;
}

.popup-header {
  background-color: var(--main-orange);
  padding: 30px 40px 30px 0px;
  color: var(--bg-offwhite);
  filter: drop-shadow(0 31px 15.6px -25px rgba(0, 0, 0, 0.2));
}

#estimate-form-popup .close-btn-wrap {
  position: absolute;
  right: 50px;
  top: 50px;
}

#estimate-form-popup .close-btn {
  position: relative;
  font-size: 52px;
  padding: 0 10px;
  color: var(--main-orange);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;

  z-index: 10;
}
#estimate-form-popup .close-btn::after {
  content: "";
  position: absolute;

  background-color: var(--bg-offwhite);
  height: 38px;
  width: 38px;
  margin-top: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.popup-header .popup-h2 {
  font-size: 30px;
  margin-bottom: 0;
  margin-right: 30px;
}

.popup-header p {
  margin-bottom: 0;
}
.popup-body {
  background-color: var(--main-blue);
  color: var(--bg-offwhite);
}

#estimate-form-popup,
#thank-you-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  /* max-width: 560px; */
  height: 100vh;
  background: #000;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

#thank-you-popup .popup-body {
  padding: 50px 0;
}

#thank-you-popup .popup-body h3 {
  text-align: center;
  font-weight: bold;
}

#estimate-form-popup.active,
#thank-you-popup.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#estimate-form-popup .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 30px;
  border-radius: 8px;
  margin: auto;
  /* max-width: 65%; */
  max-width: 1240px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#estimate-form-popup .container::-webkit-scrollbar {
  display: none;
}

#thank-you-popup .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 90vh;
  overflow-y: hidden;
  padding: 30px;
  border-radius: 8px;
  margin: auto;
  max-width: 530px;
}

#thank-you-popup .container .popup-body p {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: var(--bg-offwhite);
  padding: 30px 0;
  max-width: 60%;
  margin: auto;
}

#thank-you-popup .container .popup-body a,
#thank-you-popup .container .popup-body a:hover {
  color: #fff;
}

#thank-you-popup.hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.75);
}

.confirm-thankyou-btn {
  display: flex;
  justify-self: center;
  align-items: center;
  min-width: 214px;
  text-align: center;
  justify-content: center;
  height: 56px;
  border-radius: 3px !important;
  margin: auto;
}

#estimate-form-popup .wpcf7-form-control.wpcf7-checkbox,
#estimate-form-popup .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}

#estimate-form-popup .wpcf7-list-item {
  /* width: 50%; */
  width: auto;
  margin-left: 0;
  margin-bottom: 15px;
}

#estimate-form-popup input[type="submit"] {
  display: block;
  margin: auto;
  min-width: 287px;
  height: 100%;
  background: #747a90;
  color: #fff !important;
  padding: 20px;
  border-radius: 3px;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
#external-submit-btn:disabled {
  background-color: #747a90 !important;
}

.custom-loader {
  display: block;
  position: absolute;
  right: -60px;
  top: 10px;
  width: 50px;
  height: 50px;
  border: 3px solid rgb(255 255 255 / 50%);
  border-top-color: var(--main-orange);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-left: 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#external-submit-btn {
  background-color: var(--main-orange) !important;
}
#estimate-form-popup input {
  color: var(--main-blue);
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

#estimate-form-popup input[type="radio"],
#estimate-form-popup input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}

#estimate-form-popup input[type="radio"] + .wpcf7-list-item-label,
#estimate-form-popup input[type="checkbox"] + .wpcf7-list-item-label {
  padding: 8px 14px;
  border: 1px solid var(--bg-offwhite);
  border-radius: 2px;
  cursor: pointer;
  user-select: none;
  width: 221px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}

/* When selected */
#estimate-form-popup input[type="radio"]:checked + .wpcf7-list-item-label,
#estimate-form-popup input[type="checkbox"]:checked + .wpcf7-list-item-label {
  border-color: var(--hover-blue);
  background: var(--hover-blue);
  color: var(--bg-offwhite);
  border-radius: 2px;
}

#estimate-form-popup
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
#estimate-form-popup select {
  height: 47px;
  border-radius: 1px;
  background-color: var(--bg-offwhite);
  margin-bottom: 10px;
  padding-left: 10px;
}

#estimate-form-popup .wpcf7-form-control-wrap.city input {
  margin-top: 10px;
  margin-bottom: 0 !important;
}

#estimate-form-popup .wpcf7-form-control-wrap.address-line2 input {
  margin-bottom: 0 !important;
}

#estimate-form-popup input::placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #9ca3af;
}

#estimate-form-popup select.wpcf7-form-control.wpcf7-select {
  font-weight: 500;
  font-size: 16px;
  color: var(--main-blue);
}

/* Placeholder option */
#estimate-form-popup select.wpcf7-select option[value="0"] {
  color: var(--main-blue) !important;
}

/* Regular selectable options */
#estimate-form-popup select.wpcf7-select option:not([value="0"]) {
  color: #001971 !important; /* Main blue */
}

/* Default - Grey when placeholder */
#estimate-form-popup select.wpcf7-select.placeholder {
  color: #a7afcc;
}

.wpcf7-form-control.wpcf7-select.wpcf7-city_auto {
  margin-bottom: 0 !important;
}

#estimate-form-popup .popup-body {
  padding: 30px;
  font-family: "Inter", sans-serif;
}
.popup-header-text {
  padding-right: 25px;
}
#estimate-form-popup .wpcf7-not-valid-tip {
  color: #ff5f5f;
  font-size: 0.65rem;
  position: absolute;
  top: -5px;
  right: 7px;
  font-family: "Inter";
  font-weight: 400;
}

#estimate-form-popup .wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip {
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
}

#estimate-form-popup .wpcf7-form-control-wrap.work-type .wpcf7-not-valid-tip {
  position: relative;
  margin-top: -10px;
  margin-left: 10px;
}

#estimate-form-popup .wpcf7-form-control-wrap.city .wpcf7-not-valid-tip {
  top: 15px;
}

.loader-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
.loader-wrapper > p {
  position: relative;
}

@media (max-width: 1850px) {
  .banner-slider .tp-slide-cap-title {
    margin-left: 40px !important;
  }
}
@media (max-width: 1600px) {
  .service-inner-section .elementor-button.elementor-button-link {
    width: 275px;
  }
}
@media (max-width: 1440px) {
  .banner-slider .tp-slide-cap-title {
    margin-top: 280px !important;
    white-space: nowrap;
  }
  .services-section {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}

@media (max-width: 1400px) {
  .all-services h2 {
    font-size: 38px;
  }
  .all-services.elementor-section.elementor-section-boxed
    > .elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .service-inner-section .elementor-button.elementor-button-link {
    width: 275px;
    padding-left: 15px;
    padding-right: 30px;
  }
  .serv-bullet {
    font-size: 18px;
    white-space: nowrap;
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1260px) {
  .service-inner-section {
    background-size: 175px auto !important;
  }
  .service-inner-section.coating-serv {
    background-size: 135px auto !important;
  }
  .service-inner-section .elementor-button.elementor-button-link {
    font-size: 20px;
  }
  .serv-bullet {
    font-size: 16px;
    white-space: normal;
  }
  .all-services h2 {
    font-size: 34px;
  }
  .banner-para {
    max-width: 90% !important;
    width: 90% !important;
  }
  .service-inner-section .elementor-button.elementor-button-link {
    width: 240px;
    padding: 15px;
  }
}

@media (max-width: 1200px) {
  .coating-serv {
    background-size: 165px;
  }
  .tp-slide-cap-title span {
    font-size: 38px !important;
  }
}

@media (max-width: 1180px) {
  #estimate-form-popup .popup-header {
    padding-left: 30px;
  }
  .service-inner-section .elementor-button.elementor-button-link::after {
    background-size: 80%;
  }
}

@media (max-width: 1140px) {
  .two-col-form.form-container {
    gap: 20px;
  }
  .banner-para {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 1080px) {
  .service-inner-section .elementor-button.elementor-button-link {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #estimate-form-popup .wpcf7-form-control.wpcf7-checkbox,
  #estimate-form-popup .wpcf7-form-control.wpcf7-radio {
    gap: 0 8px;
  }
  .popup-header p {
    margin-right: 30px;
  }
}

@media (max-width: 1024px) {
  #estimate-form-popup input[type="radio"] + .wpcf7-list-item-label,
  #estimate-form-popup input[type="checkbox"] + .wpcf7-list-item-label {
    width: 190px;
  }
  .services-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .banner-slider .tp-slide-cap-title {
    margin-left: -40px !important;
  }
  /* .service-bullet {
    margin-left: -20px !important;
  } */
  .service-inner-section .elementor-button.elementor-button-link {
    width: 100%;
  }
}

@media (max-width: 981px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .d-md-block {
    display: block;
  }
  #ht-mobile-menu {
    order: 2;
    margin-left: 10px;
  }
  #ht-mobile-menu .menu-collapser .collapse-button {
    width: 35px;
    height: 35px;
    padding: 20px 20px;
    position: relative;
    border-radius: 3px;
  }
  #ht-mobile-menu .menu-collapser .collapse-button .icon-bar {
    position: absolute;
    left: 5px;
    border-radius: 10px;
    width: 30px;
    height: 4px;
  }
  #ht-mobile-menu .menu-collapser .collapse-button .icon-bar:nth-child(1) {
    top: 0;
  }
  #ht-mobile-menu .menu-collapser .collapse-button .icon-bar:nth-child(2) {
    top: 10px;
  }

  #ht-mobile-menu .menu-collapser .collapse-button .icon-bar:nth-child(3) {
    width: 20px;
    top: 20px;
  }
  a.ht-header-bttn {
    height: 35px;
    width: 35px;
    box-sizing: border-box;
    border-radius: 3px;
    order: 1;
    margin-left: 0;
    font-size: 0;
    padding: 20px;
    background-color: var(--main-blue) !important;
  }

  a.ht-header-bttn::before {
    top: 9px;
    left: 9px;
  }
  #ht-responsive-menu {
    background: var(--main-blue);
    padding-bottom: 15px;
    padding-top: 10px;
  }
  #ht-responsive-menu li a.menu-link {
    border-bottom: none;
    color: #fff !important;
    font-family: "Inter";
    font-size: 16px;
    text-align: right;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 30px;
  }

  #ht-responsive-menu li.current-menu-item a {
    font-weight: bold;
    text-decoration: underline;
  }
  .tp-slide {
    height: 100% !important;
  }
  .banner-slider .tp-slide-cap-title {
    margin-left: 0px !important;
    margin-top: 60% !important;
  }
  .banner-blue-bar {
    position: absolute !important;
    width: 70% !important;
    bottom: -25px;
    z-index: 3;
  }
  #estimate-form-popup .wpcf7-form-control.wpcf7-checkbox,
  #estimate-form-popup .wpcf7-form-control.wpcf7-radio {
    display: block;
  }
  #estimate-form-popup .wpcf7-list-item {
    margin-right: 5px;
  }
  #estimate-form-popup input[type="radio"] + .wpcf7-list-item-label,
  #estimate-form-popup input[type="checkbox"] + .wpcf7-list-item-label {
    border-width: 0.5px;
  }
  #estimate-form-popup .popup-header {
    justify-content: flex-start;
  }
  .popup-header .popup-h2 {
    font-size: 25px;
  }

  .popup-header p {
    display: none;
  }
  .serv-bullet {
    font-size: 13px;
  }
  /* .service-inner-section {
    background-position: 90px 0;
  } */
  .services-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .service-inner-section.elementor-section.elementor-section-boxed
    > .elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .service-inner-section {
    background-size: 135px auto !important;
  }
  .service-inner-section.coating-serv {
    background-size: 107px auto !important;
  }

  .service-inner-section .elementor-button-wrapper {
    background-color: var(--main-orange);
  }

  .service-inner-section
    .elementor-button-wrapper
    .elementor-button-icon.elementor-align-icon-right {
    position: absolute;
    right: 20px;
  }
  .abt-dhwd-paint.elementor-section.elementor-section-boxed
    .elementor-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .divider.divider-top::before {
    left: 16px;
  }
  .divider.divider-bottom::before {
    right: 16px;
  }
  .learn-more-btn-bg > .elementor-widget-wrap {
    background-color: transparent !important;
  }
  .learn-more-btn {
    margin: auto;
  }
  .ht-main-footer {
    padding: 20px 30px !important;
  }
  .footer-style1 .ht-bottom-footer {
    padding: 30px !important;
  }
  .ht-main-footer .ht-container {
    max-width: 100% !important;
  }
  .ht-main-footer .ht-main-footer-wrap {
    justify-content: space-between !important;
    gap: 0 !important;
  }
  .ht-bottom-footer {
    max-width: 100%;
  }
  .ht-footer.ht-footer1,
  .ht-footer.ht-footer2 {
    width: 50%;
    margin-bottom: 0;
  }
  .ht-footer.ht-footer2 {
    padding-left: 15% !important;
  }
  .ht-footer.ht-footer1 h4.widget-title,
  .ht-footer.ht-footer2 h4.widget-title {
    font-size: 18px;
  }
  .ht-bottom-footer .ht-site-info {
    font-size: 10px;
  }
  #estimate-form-popup .wpcf7-list-item {
    margin-bottom: 0;
  }
  #estimate-form-popup .popup-body {
    padding: 30px 15px;
  }
  #estimate-form-popup input[type="submit"],
  .confirm-thankyou-btn {
    padding: 15px 20px;
    font-size: 18px;
    min-width: 169px;
    margin: auto;
  }
  #estimate-form-popup input[type="radio"] + .wpcf7-list-item-label,
  #estimate-form-popup input[type="checkbox"] + .wpcf7-list-item-label {
    width: 180px;
  }
  #thank-you-popup .popup-body h3 {
    font-size: 25px;
  }

  .all-services > .elementor-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 851px) {
  .two-col-form.form-container {
    flex-direction: column;
  }
  .two-col-form .col {
    width: 100%;
  }
  #estimate-form-popup .wpcf7-list-item {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .divider.divider-top::before {
    left: 32px;
  }
  .divider.divider-bottom::before {
    right: 32px;
  }
  .ht-main-footer-wrap {
    width: 100%;
    max-width: 100%;
    display: inline-block;
  }
  .ht-footer.ht-footer1,
  .ht-footer.ht-footer2 {
    width: 50% !important;
    margin-bottom: 0 !important;
    float: left !important;
  }

  .ht-footer.ht-footer1 h4.widget-title,
  .ht-footer.ht-footer2 h4.widget-title {
    font-size: 13px;
    font-weight: 600;
  }
  .ht-main-footer {
    padding: 20px !important;
  }
  .footer-style1 .ht-bottom-footer {
    padding: 0 20px 20px !important;
  }
  .ht-site-footer .ht-main-footer .ht-container p,
  #menu-footer-menu li a {
    font-size: 12px;
    white-space: nowrap;
  }
  .two-col-form.form-container {
    flex-direction: column;
  }
  .two-col-form .col {
    width: 100%;
  }
  .popup-body > p {
    font-size: 15.5px;
  }
  #estimate-form-popup .container {
    padding: 20px;
  }
  .two-col-form .col label {
    font-size: 14px;
  }

  .banner-blue-bar .elementor-widget-text-editor {
    white-space: nowrap;
  }

  #estimate-form-popup .wpcf7-form-control.wpcf7-checkbox,
  #estimate-form-popup .wpcf7-form-control.wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(2, 166px);
  }
  #estimate-form-popup input[type="radio"] + .wpcf7-list-item-label,
  #estimate-form-popup input[type="checkbox"] + .wpcf7-list-item-label {
    width: 166px;
  }
  .banner-slider .tp-slide-cap-title {
    margin-top: 45% !important;
  }
  /* .ht-main-footer-wrap {
    margin-left: -20% !important;
  } */
  #estimate-form-popup .popup-header {
    padding-left: 20px;
  }
  .service-inner-section .elementor-button-icon {
    display: block;
  }
  .service-inner-section .elementor-button.elementor-button-link::after {
    display: none;
  }
  .service-bullet li {
    font-size: 14.5px;
    margin-left: -5px !important;
  }
  .acc-btn .elementor-button-content-wrapper::after {
    width: 25.5px;
    height: 14px;
    right: 0;
    top: 4px;
    background-size: 100% !important;
  }
  .actbtn.acc-btn .elementor-button-content-wrapper::after {
    top: 4px;
    width: 25.5px;
    height: 14px;
    background-size: 100% !important;
  }
  .acc-btn
    .elementor-button.elementor-button-link:focus
    .elementor-button-content-wrapper::after,
  .acc-btn
    .elementor-button.elementor-button-link:hover
    .elementor-button-content-wrapper::after,
  .acc-btn
    .elementor-button.elementor-button-link:focus
    .elementor-button-content-wrapper::after,
  .actbtn.acc-btn
    .elementor-button.elementor-button-link:focus
    .elementor-button-content-wrapper::after {
    background-size: 100% !important;
  }
  .acc-btn
    .elementor-button.elementor-button-link:hover
    .elementor-button-content-wrapper::after,
  .acc-btn
    .elementor-button.elementor-button-link:focus
    .elementor-button-content-wrapper::after {
    background-size: 100% !important;
  }
}

/* @media (max-width: 640px) {
  .ht-main-footer-wrap {
    margin-left: -15vw !important;
  }
} */

@media (max-width: 499px) {
  .tp-slide-cap-title span {
    font-size: 30px !important;
  }
  #thank-you-popup .container {
    max-width: 90vw;
    padding: 30px 0;
  }
  .service-inner-section {
    background-position: 60px 0 !important;
  }
  .tp-slider-section .owl-carousel .owl-nav {
    display: block !important;
  }
  .banner-slider .tp-slider-section .owl-carousel .owl-nav .owl-prev {
    left: 20px;
  }
  .banner-slider .tp-slider-section .owl-carousel .owl-nav .owl-next {
    right: 20px;
  }
  .banner-slider .tp-slide-cap-title {
    margin-top: 40% !important;
  }
  .banner-blue-bar {
    width: 327px !important;
  }
  .quality-work-img {
    height: 30vh;
    object-fit: cover;
    padding-bottom: 20px;
  }
  #thank-you-popup .container .popup-body p {
    max-width: 80%;
  }
}

@media (max-width: 430px) {
  .service-inner-section {
    background-position: 20px 0 !important;
    background-size: 125px auto !important;
  }
  .banner-blue-bar {
    font-size: 16px;
  }
  #estimate-form-popup .wpcf7-form-control.wpcf7-checkbox,
  #estimate-form-popup .wpcf7-form-control.wpcf7-radio {
    grid-template-columns: 1fr;
  }
  .two-col-form .col .wpcf7-form-control label {
    width: 100%;
    text-align: center;
  }
  #estimate-form-popup input[type="radio"] + .wpcf7-list-item-label,
  #estimate-form-popup input[type="checkbox"] + .wpcf7-list-item-label {
    width: 100%;
  }
  #estimate-form-popup .wpcf7-list-item {
    margin-right: 0;
  }
  .service-inner-section .elementor-button-text {
    font-size: 16px;
  }
  .service-inner-section
    .elementor-button-wrapper
    .elementor-button-icon.elementor-align-icon-right {
    position: relative;
    right: inherit;
  }
  .divider.divider-top::before {
    left: 20px;
  }
  .divider.divider-bottom::before {
    right: 20px;
  }
  /* .service-col .elementor-heading-title {
    font-size: 22px !important;
  } */
  .all-services .left-img {
    background-position: 5% 0 !important;
  }
  .all-services .right-img {
    background-position: 96% 0 !important;
  }
}

@media (max-width: 380px) {
  .no-break {
    white-space: nowrap;
  }
}
