/*
Theme Name: Genesis child Block Theme
Theme URI: https://github.com/studiopress/genesis-block-theme/
Author: StudioPress
Author URI: https://www.studiopress.com/
Description: This is a custom child theme built on the Genesis Block Theme. It is designed to be a starting point for developers who want to create their own custom child themes.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: genesis-block-theme
Text Domain: genesis-block-theme
Domain Path: /languages/
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
Requires at least: 5.0
Requires PHP: 7.1
*/

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Delicious+Handrawn&display=swap");
/* font-family: "Inter", sans-serif; */

a:focus {
  outline: none !important;
}

* {
  box-sizing: border-box;
  transition: none !important;
}

#page {
  padding-top: 0 !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
}

ul {
  margin-bottom: 0;
}

.primary-button .elementor-button-icon svg {
  width: 0.903vw;
  height: 0.903vw;
}

.elementor-266
  .elementor-element.elementor-element-9644048
  .elementor-button:hover
  svg,
.elementor-266
  .elementor-element.elementor-element-9644048
  .elementor-button:focus
  svg {
  stroke: var(--e-global-color-66bd617);
  fill: none !important;
}

.whats-included-grid .elementor-icon-wrapper,
.service-card .elementor-icon-wrapper,
.elementor-icon-wrapper {
  line-height: 0;
}
.flex-shrink-0 {
  flex-shrink: 0;
}

.whats-included-cards .elementor-icon,
.whats-included-cards .heading,
.whats-included-cards .content {
  transition: all 0.3s ease;
}

.whats-included-cards:hover .elementor-icon {
  background-color: #ffffff !important;
}

.whats-included-cards:hover .heading .elementor-heading-title,
.whats-included-cards:hover .content {
  color: #ffffff;
}

.d-flex {
  display: flex;
}

.testimonial-section .testimonial-slide .detail p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonial-section .testimonial-slide .location strong {
  color: #000000;
}

.our-story .repair-block {
  height: 100%;
  display: flex;
  align-items: center;
}

.redeem-section .cards-inner a {
  transition: all 0.3s ease;
  color: #1f4d3a;
}

.redeem-section .cards-inner a:hover {
  color: #cfa24b;
}

/* Form Scoped Styles */
.contact-form * {
  box-sizing: border-box;
}

.contact-form .gform_required_legend {
  display: none;
}

.contact-form .gform-theme--foundation .gform_fields {
  gap: 1.667vw;
}

.contact-form .gform-field-label {
  color: #fff !important;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 600 !important;
  font-size: 0.972vw !important;
  line-height: 1.42857143 !important;
  margin-bottom: 0.556vw !important;
}

.contact-form.modal .gform-field-label {
  color: #374151 !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.972vw !important;
  line-height: 1.42857143 !important;
}

.contact-form .gform-theme--foundation .gfield .ginput_password.large,
.contact-form .gform-theme--foundation .gfield input.large,
.contact-form .gform-theme--foundation .gfield select.large,
.contact-form .gform-theme--foundation .gfield textarea {
  inline-size: 100%;
  width: 100%;
  padding: 0.972vw 1.111vw;
  border: 2px solid #d1d5db;
  border-radius: 50rem;
  font-size: 1.111vw !important;
  font-family: "Cormorant Garamond", serif;
  background-color: #ffffff;
  color: #9ca3af;
  font-weight: 400;
  outline: none;
  height: auto;
  line-height: 1;
}

.contact-form .gform-theme--foundation .gfield textarea {
  height: 8.611vw;
  resize: none;
  border-radius: 1.111vw;
}

/* For standard placeholder text in inputs */

.contact-form .gform-theme--foundation .gfield select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: none !important;
  cursor: pointer;
}

/* Required logic to style the select placeholder similarly to others */
.contact-form .gform-theme--foundation .gfield select:invalid {
  color: #000;
}

/* Custom dropdown arrow for selects */
.contact-form .gform-theme--foundation .gfield select::after {
  content: "";
  position: absolute;
  right: 1vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1vw;
  height: 1vw;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23111" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.contact-form .gform-footer .gform_button.button {
  min-width: 100% !important;
  background-color: #cfa24b !important;
  color: #ffffff !important;
  padding: 1.111vw !important;
  border-radius: 50rem !important;
  font-size: 1.25vw !important;
  line-height: 1.22222222 !important;
  font-weight: 700 !important;
  letter-spacing: 0.48px !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.556vw;
  transition: all 0.2s ease !important;
  border: 1px solid #cfa24b !important;
}

.contact-form .gform-footer .gform_button.button img {
  margin-top: 0.278vw;
}

.contact-form .gform-footer {
  margin-top: 1.667vw !important;
}

/* .contact-form .gform-footer {
  position: relative;
}

.contact-form .gform-footer::before {
  content: "";
  background-image: url("https://hobsonac.wpenginepowered.com/wp-content/uploads/2026/06/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
} */

.contact-form .gform-footer .gform_button.button:hover {
  border-color: #fff !important;
  background-color: transparent !important;
}

.contact-form.modal .gform-theme--foundation .gfield .ginput_password.large,
.contact-form.modal .gform-theme--foundation .gfield input.large,
.contact-form.modal .gform-theme--foundation .gfield select.large,
.contact-form.modal .gform-theme--foundation .gfield textarea {
  border-radius: 0.556vw;
  font-family: "Inter", sans-serif;
}

.contact-form.modal .gform-theme--foundation .gfield textarea {
  border-radius: 0.556vw;
  min-height: 8.611vw;
  max-height: 8.611vw;
}

.contact-form.modal .primary-button a:hover svg *,
.contact-form.modal .primary-button a:focus svg * {
  fill: #fff !important;
}

.contact-form.modal .gform-footer .gform_button.button {
  border-radius: 0.556vw !important;
  font-size: 1.25vw !important;
  line-height: 1.22222222 !important;
  font-weight: 700 !important;
  letter-spacing: 0.48px !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.556vw;
  transition: all 0.2s ease !important;
  border: 1px solid #cfa24b !important;
}

.contact-form.modal .gform-footer .gform_button.button:hover {
  border-color: #1f4d3a !important;
  color: #1f4d3a !important;
}

.contact-form.modal .gform-footer .gform_button.button:hover svg path {
  fill: #1f4d3a !important;
}

.faq-container .e-n-accordion {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.5vw;
  row-gap: 3.125vw;
}

.faq-container .e-n-accordion .e-n-accordion-item {
  width: calc(50% - 1.25vw);
}

.faq-container .e-n-accordion .e-n-accordion-item-title {
  padding-right: 0.625vw;
}

.page-template-default #primary {
  width: 100%;
  max-width: 100%;
}

.mb-0 p {
  margin-bottom: 0;
}

.image-with-text-section .icon-box .elementor-icon-box-icon {
  width: 2.5vw;
  height: 2.5vw;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-story .rating-block {
  max-width: max-content;
}

.market-section .badge {
  box-shadow:
    0px 2px 4px -2px #0000001a,
    0px 4px 6px -1px #0000001a;
}

.commitment-section .badges-block .elementor-icon-box-content {
  display: flex;
}

.service-tab-main .e-n-tabs-heading > button:hover,
.service-tab-main .e-n-tabs-heading > button:focus {
  border-radius: 0.833vw !important;
}

.market-section .link .elementor-icon,
.market-section .link .elementor-icon-box-description {
  transition: all 0.3s ease;
}

.market-section .link:hover .elementor-icon {
  fill: #1d3557 !important;
  color: #1d3557 !important;
  border-color: #1d3557 !important;
}

.market-section .link:hover .elementor-icon-box-description {
  color: #1d3557;
}

.market-section .link {
  cursor: pointer;
}

.how-work-slider .swiper-wrapper,
.my-slider .swiper-wrapper,
.service-slider .swiper-wrapper,
.client-slider .swiper-wrapper,
.how-work-slider .swiper-slide,
.service-slider .swiper-slide,
.client-slider .swiper-slide {
  display: flex;
}

.how-work-slider .swiper-slide,
.my-slider .swiper-slide,
.service-slider .swiper-slide,
.client-slider .swiper-slide {
  flex-shrink: 0;
}

.how-work-slider .swiper-pagination-clickable .swiper-pagination-bullet,
.client-slider.white .swiper-pagination-clickable .swiper-pagination-bullet,
.slider-navigatoin-design
  .swiper-pagination-clickable
  .swiper-pagination-bullet {
  width: 2.821vw;
  height: 2.821vw;
  background: #61bc7875;
  opacity: 1;
}

.slider-navigatoin-design
  .swiper-pagination-clickable
  .swiper-pagination-bullet {
  background-color: rgba(13, 49, 92, 0.47);
}

.how-work-slider .swiper-pagination-bullet-active,
.client-slider.white .swiper-pagination-bullet-active,
.slider-navigatoin-design .swiper-pagination-bullet-active {
  background: #1f4d3a !important;
}

.how-work-slider.white .swiper-pagination-bullet-active {
  background: #fff !important;
}

.how-work-slider .swiper-pagination {
  position: relative;
  margin-top: 4.103vw;
  line-height: 1;
}

.service-slider {
  overflow: hidden;
}

.feature-service {
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.feature-service p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.location-badge {
  display: flex;
  align-items: center;
}

.service-area .elementor-icon-box-title {
  margin: 0 !important;
}

.slider-from-desktop {
  padding-bottom: 1.823vw;
}

.slider-from-desktop .swiper-pagination {
  bottom: 0;
  line-height: 0;
}
.slider-from-desktop .swiper-pagination-bullet {
  width: 0.573vw;
  height: 0.573vw;
  background: #ffffff59;
}

.slider-warpper {
  overflow: visible;
}

.slider-warpper .swiper-button-prev,
.slider-warpper .swiper-button-next {
  width: 2.76vw;
  height: 2.76vw;
  background: #d32f2f;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slider-warpper .swiper-button-prev:after,
.slider-warpper .swiper-button-next:after {
  content: " ";
  width: 1.302vw;
  height: 1.302vw;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}

.slider-warpper .swiper-button-prev:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="19" viewBox="0 0 24 19" fill="none"><path d="M10.3447 0.487977C10.0321 0.175525 9.60828 0 9.16634 0C8.7244 0 8.30055 0.175525 7.98801 0.487977L0.488008 7.98798C0.175556 8.30052 3.05176e-05 8.72437 3.05176e-05 9.16631C3.05176e-05 9.60825 0.175556 10.0321 0.488008 10.3446L7.98801 17.8446C8.30235 18.1482 8.72335 18.3162 9.16034 18.3124C9.59734 18.3086 10.0154 18.1334 10.3244 17.8243C10.6334 17.5153 10.8087 17.0973 10.8125 16.6603C10.8163 16.2233 10.6483 15.8023 10.3447 15.488L5.83301 10.833H21.6663C22.1084 10.833 22.5323 10.6574 22.8449 10.3448C23.1574 10.0323 23.333 9.60834 23.333 9.16631C23.333 8.72428 23.1574 8.30036 22.8449 7.9878C22.5323 7.67524 22.1084 7.49964 21.6663 7.49964H5.83301L10.3447 2.84464C10.6571 2.5321 10.8327 2.10825 10.8327 1.66631C10.8327 1.22437 10.6571 0.800523 10.3447 0.487977Z" fill="white"/></svg>');
}

.slider-warpper .swiper-button-next:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M13.8223 3.82147C14.1349 3.50902 14.5587 3.3335 15.0007 3.3335C15.4426 3.3335 15.8664 3.50902 16.179 3.82147L23.679 11.3215C23.9914 11.634 24.167 12.0579 24.167 12.4998C24.167 12.9417 23.9914 13.3656 23.679 13.6781L16.179 21.1781C15.8646 21.4817 15.4436 21.6497 15.0066 21.6459C14.5697 21.6421 14.1516 21.4669 13.8426 21.1578C13.5336 20.8488 13.3583 20.4308 13.3545 19.9938C13.3507 19.5568 13.5187 19.1358 13.8223 18.8215L18.334 14.1665H2.50065C2.05862 14.1665 1.6347 13.9909 1.32214 13.6783C1.00958 13.3658 0.833984 12.9418 0.833984 12.4998C0.833984 12.0578 1.00958 11.6339 1.32214 11.3213C1.6347 11.0087 2.05862 10.8331 2.50065 10.8331H18.334L13.8223 6.17814C13.5099 5.86559 13.3343 5.44175 13.3343 4.99981C13.3343 4.55787 13.5099 4.13402 13.8223 3.82147Z" fill="white"/></svg>');
}

.slider-from-desktop .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}

.slider-warpper .swiper-button-next {
  right: -5.26vw;
}

.slider-warpper .swiper-button-prev {
  left: -5.26vw;
}

.slider-from-desktop .slider-slides {
  width: 100% !important;
  max-width: 100%;
  flex-shrink: 0;
}

.map-block .map-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 88.6%;
}

.map-block .map-inner iframe,
.service-area-map .map-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-map iframe {
  filter: grayscale(100%);
}

.service-area-map .map-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 19.64vw;
}

.service-slider .swiper-pagination-clickable .swiper-pagination-bullet,
.client-slider .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 0.764vw;
  height: 0.764vw;
  background: #61bc7875;
  opacity: 1;
}

.service-slider .swiper-pagination-bullet-active,
.client-slider .swiper-pagination-bullet-active {
  background: #1f4d3a !important;
}

.service-slider .swiper-pagination-bullet-active,
.client-slider .swiper-pagination-bullet-active {
  background: #1f4d3a !important;
}

.bg-green .client-slider .swiper-pagination-bullet-active {
  background: #ffffff !important;
}

.service-slider .swiper-pagination {
  position: relative;
  margin-top: 1.667vw;
  line-height: 1;
  bottom: 0;
}

.client-slider .swiper-pagination {
  margin-top: 1.667vw;
  position: relative;
  line-height: 1;
  bottom: 0;
}

.contact-inner .contact-blocks a {
  color: #1f4d3a;
  transition: all 0.3s ease;
}

.contact-inner .contact-blocks a:hover {
  color: #cfa24b;
}

.commitment-section .swiper-pagination,
.market-section .swiper-pagination {
  display: none;
}

.market-section .my-slider .my-slide {
  height: initial;
}

/* blog page */
.listing-block .bsg-search-row {
  display: flex;
  gap: 0.625vw;
}

.listing-block .bsg-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
}

.listing-block .bsg-search-row .input-search {
  flex: 1 0 0;
  align-self: stretch;
  position: relative;
}

.listing-block .bsg-search-row .bsg-search-input {
  border-radius: 0.625vw;
  border: 2px solid #e5e7eb;
  background: #fff;
  display: flex;
  padding: 0.833vw 0.833vw 0.833vw 2.5vw;
  justify-content: center;
  align-items: flex-start;
  font-size: 0.938vw;
  line-height: 1.33333333;
}

.listing-block .bsg-search-row .bsg-search-input::placeholder {
  color: #9ca3af;
  font-size: 0.938vw;
  line-height: 1.55555556;
}

.listing-block .bsg-search-row .input-search svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.833vw;
  width: 0.833vw;
  height: 0.833vw;
}

.listing-block .bsg-search-row .bsg-search-btn {
  border-radius: 8px;
  background: #1f4d3a;
  box-shadow: 0 0 20px 0 rgba(209, 26, 42, 0.15);
  display: flex;
  width: 11.458vw;
  height: 3.125vw;
  padding: 0.049vw 32px;
  justify-content: center;
  align-items: center;
  border: 0;
  gap: 0.625vw;
}

.listing-block .bsg-search-row .bsg-search-btn:hover {
  background-color: #0d315c;
}

.listing-block .bsg-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3.333vw 1.667vw;
}

.listing-block .bsg-card {
  width: calc(50% - 1.771vw);
  border-radius: 1.111vw;
  background: #fff;
  overflow: hidden;
  border: 1px solid #f3f4f6;
  box-shadow: 0px 4px 14.7px 0px #8f8f8f17;
}

.listing-block .bsg-card .image-block {
  position: relative;
}

.listing-block .bsg-card .bsg-thumb-link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.listing-block .bsg-card .bsg-body {
  padding: 1.667vw;
  display: flex;
  flex-direction: column;
  gap: 0.694vw;
}

.listing-block .bsg-card .bsg-title {
  color: #2b2b2b;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  font-family: "Inter", sans-serif;
}

.listing-block .bsg-card .bsg-title a {
  color: #2b2b2b;
}

.listing-block .bsg-card .bsg-excerpt {
  color: #2b2b2b;
  font-size: 0.972vw;
  font-weight: 400;
  line-height: 1.57142857;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
}

.listing-block .bsg-card .wp-post-image {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  display: block;
  height: 13.5vw;
}

.listing-block .bsg-card .bsg-meta {
  color: #6b7280;
  font-size: 0.972vw;
  font-weight: 400;

  line-height: 1.42857143;
  font-family: "Inter", sans-serif;
}

.tab-wrapper .bsg-tabs {
  display: flex;
  gap: 1.111vw;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
}

.tab-wrapper .bsg-tabs .bsg-tab {
  text-align: center;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize !important;
  padding: 0.833vw 2.5vw;
  border-radius: 0.833vw;
  background: #a8cfaf33;
  border: 0;
  opacity: 1 !important;
  color: #1f4d3a;
  font-family: "Cormorant Garamond", serif;
  white-space: nowrap;
}

.tab-wrapper .bsg-tabs .bsg-tab.active {
  background: #cfa24b;
  color: #ffffff;
}

.tab-wrapper .bsg-tabs .bsg-tab:hover {
  background: #cfa24b;
  color: #ffffff;
}

.listing-block .bsg-badge {
  display: inline-block;
  border-radius: 50rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.208vw 0.625vw;
  color: #2b2b2b;
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 1.333;
  position: absolute;
  top: 1.111vw;
  left: 1.111vw;
  text-transform: capitalize;
}

.need-service-block .elementor-button {
  width: 100%;
  padding: 1.175vw 1.667vw;
}

.blog-sidebar {
  display: flex;
  justify-content: flex-start;
}

.blog-sidebar .category-card,
.blog-sidebar .popular-post-contanier {
  border-radius: 1.111vw;
  border: 1px solid #f3f4f6;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 1.667vw;
  flex-direction: column;
  gap: 0.833vw;
}

.category-card > h3,
.popular-post-contanier > h3 {
  color: #0f172a;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.42;
  text-transform: capitalize;
  margin: 0 0 0.278vw;
}

.category-card > h3 a,
.popular-post-contanier > h3 a {
  color: #0f172a;
}

.category-card .category {
  display: flex;
  justify-content: space-between;
}

.category-card .category .left {
  display: flex;
  gap: 0.833vw;
  align-items: center;
  color: #4b5563;
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

.category-card .count {
  color: #4b5563;
  font-size: 0.833vw;
  font-weight: 400;
  line-height: 1.667vw;
  border-radius: 50rem;
  background: #f3f4f6;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.667vw;
  width: 1.667vw;
}
.category-card .icon {
  width: 1.042vw;
  height: 1.042vw;
}

.category-card .icon img {
  width: 100%;
  object-fit: contain;
}

.need-service-block {
  box-shadow: 0px 20px 25px -5px #0000001a;
}

.popular-post-item {
  display: flex;
  gap: 0.625vw;
}

.popular-post-item + .popular-post-item {
  padding-top: 0.833vw;
}

.post-image {
  border-radius: 8px;
  width: 3.333vw;
  height: 3.333vw;
  flex-shrink: 0;
  overflow: hidden;
}

.post-image img {
  width: 100%;
  margin: 0;
  object-fit: contain;
}

.popular-post-content h4 {
  color: #0f172a;
  font-size: 0.729vw;
  font-weight: 600;
  line-height: 1.42857143;
}

.popular-post-content h4 > a {
  color: #0f172a;
}

.popular-post-content p {
  color: #6b7280;
  font-size: 0.625vw;
  font-weight: 400;
  line-height: 1.33;
  margin: 0;
}

.service-list .elementor-icon-list-item {
  padding: 0.417vw 0.625vw !important;
}

.contact-map,
.contact-map .elementor-custom-embed {
  height: 100%;
}

.header-menu-wrapper .hfe-nav-menu {
  margin: 0 auto;
}

.header-menu-wrapper .hfe-nav-menu li.menu-item-has-children:not(:last-child) {
  margin-right: 2.213vw !important;
}

.header-menu-wrapper .hfe-nav-menu .sub-menu li.menu-item-has-children {
  margin-right: 0 !important;
}

.header-menu-wrapper .hfe-nav-menu .hfe-sub-menu-item {
  padding: 0.833vw 1.042vw !important;
}

.header-menu-wrapper .hfe-nav-menu__submenu-arrow {
  justify-self: center !important;
}

.link-white .elementor-icon-box-description a {
  color: #fff !important;
}

/* blog detail start */
.blog-details-page .entry-header .container {
  max-width: 91.11vw;
  padding: 0;
}

.blog-details-page #primary {
  max-width: 100%;
  width: 100%;
}
.blog-details-page .entry-header {
  background-image: url(assets/img/detail-bg.png);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 19.236vw;
  margin: 0;
  position: relative;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.103vw 0;
}

.blog-details-page .entry-title {
  margin: 0;
  font-size: 2.5vw;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  font-style: italic;
  max-width: 50vw;
}

.blog-details-page .entry-description {
  font-size: 1.25vw;
  font-family: "Inter";
  max-width: 50vw;
  margin-top: 1.111vw;
  line-height: 1.6;
}

.blog-details-page .content-wrapper {
  padding: 5.556vw 0;
}

.blog-details-page .entry-content {
  max-width: 66.667vw;
  margin: 0 auto;
  color: #000;
  font-family: "Inter";
}

.blog-details-page .entry-content p {
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 1.66666667;
}

.blog-details-page .entry-content br {
  display: none;
}

.blog-details-page .entry-content h1,
.blog-details-page .entry-content h2,
.blog-details-page .entry-content h3,
.blog-details-page .entry-content h4,
.blog-details-page .entry-content h5,
.blog-details-page .entry-content h6 {
  font-weight: 700;
  font-size: 2.083vw;
  line-height: 1.2;
  color: #1f4d3a;
  margin-bottom: 1.667vw;
  margin-top: 1.667vw;
  padding-bottom: 0.556vw;
  border-bottom: 1px solid #e5e7eb;
}

.entry-content hr {
  border-top: 1px solid #e5e7eb;
  margin: 0.417vw 0 1.25vw;
}

.blog-details-page .featured-image {
  margin-bottom: 3.333vw;
}

.blog-details-page .featured-image img {
  aspect-ratio: 960/600;
  object-fit: cover;
  border-radius: 1.111vw;
  width: 100%;
  box-shadow: 0px 8px 10px -6px #0000001a;
}

.blog-details-page .entry-content ul,
.blog-details-page .entry-content ol {
  padding-left: 1.667vw;
  margin-bottom: 1.667vw;
  list-style: none;
  margin-left: 0;
}

.blog-details-page .entry-content a {
  color: #1f4d3a;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.blog-details-page .entry-content a:hover {
  color: #000000;
}

.blog-details-page .cta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 0.208vw solid #dc2626;
  padding: 1.667vw;
  margin: 1.25vw 0;
  border-radius: 0.313vw;
  background: linear-gradient(90deg, #ffe4e4 0%, #ffffff 100%);
}

.blog-details-page .cta-box .cta-text {
  font-weight: 800;
  color: #495057;
  font-size: 0.833vw;
}

.blog-details-page .cta-box p {
  width: 13.333vw;
  margin: 0;
}

.blog-details-page .entry-content li {
  margin-bottom: 0;
  font-weight: 400;
  color: #495057;
  font-size: 1.111vw;
  line-height: 1.6;
}

.blog-details-page .entry-content li strong {
  font-weight: 800;
}

.blog-details-page .entry-content li + li {
  margin-top: 0.556vw;
}

.blog-details-page .cta-box .arrow-icon {
  width: 0.781vw;
  height: 0.677vw;
  object-fit: contain;
}

.blog-details-page .cta-text strong {
  color: #003d82;
  display: block;
  margin-bottom: 0.417vw;
  font-size: 1.042vw;
  line-height: 1.4;
  font-weight: 800;
}

.blog-details-page .cta-box .cta-btn {
  background: #dc2626;
  color: #fff !important;
  padding: 0.833vw 1.667vw;
  text-decoration: none;
  border-radius: 0.208vw;
  display: inline-flex;
  font-size: 0.938vw;
  line-height: 1.55555556;
  gap: 0.417vw;
  align-items: center;
  transition: all ease 0.3s;
  box-shadow: none;
  font-weight: 600;
}

.blog-details-page .cta-box .cta-btn:hover {
  background: #0d315c;
}

.blog-details-page .listing-block .bsg-grid {
  gap: 1.667vw;
}

.blog-details-page .listing-block .bsg-card {
  width: calc(25% - 1.667vw);
}

.blog-details-page .listing-block .bsg-card .bsg-excerpt,
.blog-details-page .listing-block .bsg-card .bsg-meta {
  font-weight: 800;
}

.blog-details-page .dot.mobile {
  display: none;
}

/* blog detail end */
.repair-block .elementor-icon-box-wrapper,
.note .elementor-icon-box-wrapper {
  align-items: center !important;
}

.rating-section .swiper-pagination {
  display: none !important;
}

.ehf-header.header-sticky #masthead {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
}

.reviews .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3.333vw 2.083vw;
}

.reviews .grid .card {
  width: calc(33.3% - 1.389vw);
  padding: 1.111vw;
  background: #ffffff;
  border-radius: 0.833vw;
  display: flex;
  flex-direction: column;
  gap: 1.111vw;
  box-shadow: 0px -2px 10.4px 0px #0000000d;
  border: 0.5px solid #e3e3e3;
}

.reviews .grid .card .stars {
  display: flex;
}

.reviews .grid .card .stars svg {
  width: 1.111vw;
  height: 1.111vw;
  object-fit: contain;
}

.reviews .grid .card h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.6;
  margin: 0;
  color: #2b2b2b;
}

.reviews .grid .card p {
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 1.5;
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #2b2b2b;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reviews .footer .verified {
  display: flex;
  align-items: center;
  gap: 0.347vw;
  font-weight: 400;
  font-size: 0.833vw;
  line-height: 1.66666667;
  color: #16a34a;
  font-family: "Inter", sans-serif;
}

.reviews .footer .verified svg {
  width: 1.667vw;
  height: 1.667vw;
  object-fit: contain;
}

.reviews .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.26vw;
  margin-top: auto;
}

.reviews .footer .name {
  display: flex;
  align-items: center;
  gap: 0.26vw;
  font-weight: 400;
  font-size: 0.625vw;
  line-height: 1.66666667;
  color: #b6bdb8;
}

.reviews .footer .name .source {
  display: none;
}

.reviews .pagination,
.blog-single-page .pagination,
.archive.category .pagination {
  margin-top: 3.333vw;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 0.365vw;
  align-items: center;
  padding-right: 0;
}

.reviews .pagination .prev.page-numbers,
.archive.category .pagination .prev.page-numbers,
.blog-single-page .pagination .prev.page-numbers,
.reviews .pagination .next.page-numbers,
.archive.category .pagination .next.page-numbers,
.blog-single-page .pagination .next.page-numbers {
  width: 5.556vw;
  height: 3.472vw;
  border-radius: 8px;
  box-shadow:
    0px 4px 6px -4px #0000001a,
    0px 10px 15px -3px #0000001a;
  color: #ffffff;
}

.pagination .prev::after {
  content: " ";
  background-image: url("https://hobsonac.wpenginepowered.com/wp-content/uploads/2026/06/pagination-left-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.111vw;
  height: 1.111vw;
  display: inline-block;
}

.pagination .next::after {
  content: " ";
  background-image: url("https://hobsonac.wpenginepowered.com/wp-content/uploads/2026/06/pagination-right-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.111vw;
  height: 1.111vw;
  display: inline-block;
}

.reviews .pagination .prev.page-numbers,
.archive.category .pagination .prev.page-numbers,
.blog-single-page .pagination .prev.page-numbers {
  background: #939393;
  margin-right: 1.667vw;
}

.reviews .pagination .next.page-numbers,
.archive.category .pagination .next.page-numbers,
.blog-single-page .pagination .next.page-numbers {
  background: #1f4d3a;
  margin-left: 1.667vw;
}

.reviews .pagination .page-numbers,
.archive.category .pagination .page-numbers,
.blog-single-page .pagination .page-numbers {
  width: 1.736vw;
  height: 1.736vw;
  border-radius: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Proxima Nova;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.736vw;
  color: #000000;
  padding: 0;
  background: transparent;
  font-family: "Cormorant Garamond", Sans-serif;
}
.reviews .pagination .page-numbers:focus,
.archive.category .pagination .page-numbers:focus,
.blog-single-page .pagination .page-numbers:focus {
  outline: none;
}

.blog-single-page .pagination .page-numbers.current,
.archive.category .pagination .page-numbers.current,
.reviews .pagination .page-numbers.current {
  background-color: #e9f1ec;
  color: #1f4d3a;
}

.reviews .page-numbers.current,
.reviews .page-numbers:hover,
.blog-single-page .page-numbers.current,
.blog-single-page .page-numbers:hover,
.archive.category .page-numbers.current,
.archive.category .page-numbers:hover {
  background: #d32f2f;
  color: #fff;
}

.reviews .pagination a,
.reviews .pagination span,
.blog-single-page .pagination a,
.blog-single-page .pagination span,
.archive.category .pagination a,
.archive.category .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* .reviews .pagination .prev::after,
.blog-single-page .pagination .prev::after,
.archive.category .pagination .prev::after {
  content: " ";
  background-image: url("https://qualitycool1.wpenginepowered.com/wp-content/uploads/2026/03/review-left-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 18px;
  display: inline-block;
}

.reviews .pagination .next::after,
.blog-single-page .pagination .next::after,
.archive.category .pagination .next::after {
  content: " ";
  background-image: url("https://qualitycool1.wpenginepowered.com/wp-content/uploads/2026/03/review-right-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 18px;
  display: inline-block;
} */

.gradient-img::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  background: linear-gradient(180deg, rgba(31, 77, 58, 0) 24.95%, #1f4d3a 100%);
  border-radius: 0.833vw;
}

.policy-banner .listing-block ul {
  margin: 0;
  display: flex;
  gap: 0.556vw;
  padding: 0;
  list-style: none;
}

.policy-banner .listing-block li {
  position: relative;
  padding-left: 1.389vw;
}

.policy-banner .listing-block li::before {
  position: absolute;
  content: " ";
  left: 0.694vw;
  top: 50%;
  width: 0.417vw;
  height: 0.417vw;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%);
}

.policy-content-container h1,
.policy-content-container h2,
.policy-content-container h3,
.policy-content-container h4,
.policy-content-container h5,
.policy-content-container h6 {
  color: #163a21;
  font-weight: 600;
  padding-bottom: 0;
  font-size: 1.667vw;
  line-height: 1.3;
  margin-bottom: 1.111vw;
}

.policy-content-container ul,
.policy-content-container ol {
  margin-bottom: 1.111vw;
}

.policy-content-container p,
.policy-content-container li {
  color: #374151;
  font-size: 1.111vw;
  line-height: 1.6;
  margin-bottom: 1.111vw;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.policy-content-container li + li {
  margin-bottom: 0;
  margin-top: 0.833vw;
}

.policy-content-container p:last-child {
  margin-bottom: 0;
}

.policy-content-container a {
  color: #000;
  transition: all 0.3s ease;
  font-weight: 800;
}

.policy-content-container a:hover {
  color: #dc2626;
}

.policy-content-container .contact-block {
  background: #a8cfaf33;
  padding: 2.222vw;
  border-radius: 0.833vw;
}

.policy-content-container .contact-block h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.111vw;
  line-height: 1.6;
  margin-bottom: 0.556vw;
}

.policy-content-container .contact-block p,
.policy-content-container .contact-block address,
.policy-content-container .contact-block a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.111vw;
  line-height: 1.6;
  margin: 0;
  transition: all 0.3s ease;
}

.policy-content-container .contact-block a:hover {
  color: #cfa24b;
}

.rating-with-shadow {
  box-shadow:
    0 8px 32px 0 rgba(0, 0, 0, 0.35),
    0 1px 0 1px rgba(255, 255, 255, 0.07) inset;
  backdrop-filter: blur(8px);
}
.how-work-slider {
  counter-reset: list-counter;
}
.list-with-order {
  padding-left: 2.986vw !important;
  position: relative;
  counter-increment: list-counter;
}

.list-with-order::before {
  width: 2.153vw;
  height: 2.153vw;
  content: counter(list-counter);
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #1f4d3a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.389vw;
  font-weight: 700;
  line-height: 1.2;
}
.list-with-order.arrow::before {
  background: #1f4d3a
    url("https://qualitycool1.wpenginepowered.com/wp-content/uploads/2026/03/review-right-arrow.png")
    no-repeat center;
  background-size: 50%;
  content: "";
}

.how-work-slider.list-slider .swiper-pagination-bullet-active {
  background: #ffffff !important;
}

.faq-container.faq-full .e-n-accordion .e-n-accordion-item {
  width: 100%;
  border-radius: 1.111vw;
  border: 1px solid #f1f5f9;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.faq-container.faq-full .e-n-accordion {
  row-gap: 0.833vw;
}
.faq-container.faq-full
  .e-n-accordion
  .e-n-accordion-item
  .e-n-accordion-item-title-icon {
  width: 2.222vw;
  height: 2.222vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 100%;
  position: relative;
  right: 0;
  top: 0;
  margin-left: auto;
}
.faq-container.faq-full
  .elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title
  .e-n-accordion-item-title-icon
  span
  > svg,
.faq-container.faq-full
  .elementor-widget-n-accordion
  .e-n-accordion-item
  .e-n-accordion-item-title-icon
  span
  > svg {
  fill: transparent !important;
  width: 1.111vw;
  height: 1.111vw;
}
.faq-container.faq-full
  .e-n-accordion
  .e-n-accordion-item
  .e-n-accordion-item-title-icon
  span {
  position: relative;
  top: -0.1vw;
}
.faq-container.faq-full
  .e-n-accordion
  .e-n-accordion-item
  .e-n-accordion-item-title-icon
  .e-opened {
  transform: rotate(45deg);
  left: 0.139vw;
}

.faq-container.faq-full .e-n-accordion .e-n-accordion-item-title {
  align-items: center;
  position: relative;
  padding: 1.667vw 1.667vw 1.667vw 1.667vw;
  gap: 1.111vw;
}
.faq-container.faq-full
  .e-n-accordion
  .e-n-accordion-item-title[aria-expanded="true"] {
  padding-bottom: 0.833vw;
}

.faq-container.faq-full .e-n-accordion .e-n-accordion-item-title::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  display: flex;
  width: 2.222vw;
  height: 2.222vw;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background: url("/wp-content/uploads/2026/06/faq-arrow-right.svg"), #f0f4f8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.781vw;
}
.faq-container.faq-full .e-n-accordion .e-n-accordion-item > .e-con-full {
  margin: 0 0 0 5vw;
  border-top: 1px solid rgba(139, 139, 139, 0.15);
  padding: 0.694vw 2.361vw 2.361vw 0;
  width: auto;
}

.faq-container.faq-full
  .e-n-accordion
  .e-n-accordion-item
  > .e-con-full
  .elementor-widget-text-editor
  span {
  background-color: transparent !important;
}

.arrow-cards span.elementor-icon {
  margin-top: 0.313vw;
}

.phone-wrapper .elementor-icon-box-content {
  display: flex;
  gap: 0.313vw;
  flex-direction: column;
}

.phone-wrapper .number-block {
  position: relative;
}

.phone-wrapper .number-block::before {
  content: "";
  width: 1px;
  height: 25px;
  background: #5f5f5f;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}

.phone-wrapper .number-block::after {
  content: "";
  width: 1px;
  height: 25px;
  background: #5f5f5f;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

.phone-wrapper .elementor-icon-box-description {
  text-transform: uppercase;
}

.glass-effect {
  background: rgba(151, 146, 146, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.feature-service .elementor-icon {
  margin-top: 4px;
}
.blog-details-page .entry-content {
  counter-reset: heading-counter;
}
.blog-details-page .entry-content h1,
.blog-details-page .entry-content h2,
.blog-details-page .entry-content h3,
.blog-details-page .entry-content h4,
.blog-details-page .entry-content h5,
.blog-details-page .entry-content h6 {
  counter-increment: heading-counter;
  position: relative;
  padding-left: 2.083vw;
}
.blog-details-page .entry-content h1::before,
.blog-details-page .entry-content h2::before,
.blog-details-page .entry-content h3::before,
.blog-details-page .entry-content h4::before,
.blog-details-page .entry-content h5::before,
.blog-details-page .entry-content h6::before {
  content: counter(heading-counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

.greensky-financing p a {
  color: #1f4d3a !important;
  transition: all 0.3s ease;
}

.greensky-financing p a:hover {
  color: #000000 !important;
}

.carrer-form_wrapper .gform_heading {
  display: none;
}

.carrer-form .gform_fields.form_sublabel_below {
  display: flex;
  flex-direction: column;
  gap: 4.444vw;
}

.carrer-form .form-box h3,
.carrer-form .additional-info label,
.carrer-form .gfield--type-fileupload label {
  margin-bottom: 2.222vw;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 1.667vw;
  line-height: 1.33333333;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #0f172a;
}

.carrer-form .gfield--type-fileupload label,
.carrer-form .gfield--type-fileupload .gfield_description {
  margin-bottom: 1.111vw;
}

.carrer-form .gfield--type-fileupload .gfield_description {
  color: #475569;
  font-family: "Cormorant Garamond";
  font-size: 1.111vw;
  font-weight: 400;
  line-height: 1.5;
}

.carrer-form .additional-info textarea:focus {
  outline: none;
}

.carrer-form .form-row > div:not(.form-box, .job) {
  display: none;
}

.carrer-form .form-row.two-col {
  display: flex;
  gap: 3.333vw;
}
.carrer-form .form-box {
  background: #ffffff;
  padding: 2.222vw;
  border-radius: 0.556vw;
  /* box-shadow: 0px 1px 2px 0px #0000000d; */
  box-shadow: #0000000d 0px 2px 6px 0px;
}
.carrer-form .form-row.two-col .form-box {
  width: 100%;
}

.carrer-form .form-row.three-col {
  display: flex;
  gap: 2.222vw;
}
.carrer-form .form-row.three-col .job {
  width: 33.3%;
}
.carrer-form .form-row.three-col .job h4 {
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.55555556;
  color: #334155;
  margin-bottom: 1.111vw;
}

.carrer-form .form-row.two-col .input-wrapper + .input-wrapper {
  padding-top: 1.667vw;
}

.carrer-form .form-row.two-col .input-wrapper label {
  padding-bottom: 0.556vw;
  margin: 0;
}

.carrer-form .form-row.three-col .input-wrapper label {
  padding-bottom: 0.208vw;
  text-transform: capitalize;
}

.carrer-form .input-wrapper + .input-wrapper {
  padding-top: 0.833vw;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"],
textarea,
select,
.select2-container .select2-selection--single {
  color: #62707c;
  background: #f3f4f6;
  padding: 0.625vw;
  border: 0;
  border-radius: 0.417vw;
  font-size: 0.833vw !important;
  width: 100%;
  line-height: 1.2;
  color: #1e293b;
}

.carrer-form input[type="text"],
.carrer-form input[type="email"],
.carrer-form input[type="url"],
.carrer-form input[type="password"],
.carrer-form input[type="search"],
.carrer-form input[type="number"],
.carrer-form input[type="date"],
.carrer-form input[type="datetime"],
.carrer-form input[type="datetime-local"],
.carrer-form input[type="week"],
.carrer-form input[type="tel"],
.carrer-form input[type="time"],
.carrer-form input[type="month"],
.carrer-form input[type="tel"],
.carrer-form textarea,
.carrer-form select,
.carrer-form .select2-container .select2-selection--single {
  padding: 0.694vw 0.833vw !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 1;
  background: #f3f4f6 !important;
  border-radius: 0.556vw !important;
  color: #1e293b !important;
  font-family: "Cormorant Garamond" !important;
  font-size: 1.111vw !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  width: 100% !important;
  height: 3.333vw !important;
}

.carrer-form .gfield--type-textarea textarea {
  height: 11.667vw !important;
  resize: none;
}

.carrer-form .input-wrapper label {
  font-weight: 600;
  font-size: 0.972vw;
  line-height: 1.42857143;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  color: #334155;
}

.carrer-form .input-wrapper textarea::placeholder {
  font-family: Proxima Nova;
  font-weight: 400;
  font-size: 0.833vw;
  line-height: 1.5;
  color: #9ca3af;
}

.carrer-form .input-wrapper textarea {
  height: 8.75vw;
  resize: none;
}
.carrer-form .form-box p {
  margin-bottom: 0.833vw;
  font-size: 0.833vw;
  line-height: 1.2;
  color: #475569;
}
.carrer-form .gfield--type-fileupload .gform_drop_area {
  border: 2px dashed #d1d5db;
  padding: 2.083vw 1.667vw 1.667vw;
  border-radius: 8px;
  align-content: center;
  text-align: center;
}

.resume-upload .upload-label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.417vw;
  color: #6b7280;
}

.carrer-form .gfield--type-fileupload .gform_drop_instructions {
  margin-bottom: 1.111vw !important;
  font-size: 1.111vw;
  line-height: 1.5;
  font-weight: 400;
  color: #4b5563;
  text-transform: none;
}

.carrer-form .gfield--type-fileupload .gform_drop_area::before {
  content: "" !important;
  display: block !important;
  margin: 0 auto 1.111vw;
  background: url("https://hobsonac.wpenginepowered.com/wp-content/uploads/2026/06/upload-icon.svg")
    no-repeat center;
  background-size: contain;
  width: 2.344vw;
  height: 1.875vw;
}

body .carrer-form .gfield--type-fileupload .gform_button_select_files {
  border-radius: 0.556vw !important;
  background: #f3f4f6 !important;
  color: #374151 !important;
  text-align: center;
  font-family: "Cormorant Garamond" !important;
  font-size: 1.111vw !important;
  font-weight: 400;
  line-height: 1.5 !important;
  position: relative;
  padding: 0.833vw 1.667vw !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.556vw;
  margin: 0 auto !important;
}

.carrer-form .gform-footer {
  margin-top: 4.444vw;
  display: flex;
  justify-content: center;
}

.carrer-form .gfield--type-fileupload .gform_button_select_files::before {
  content: "" !important;
  display: block !important;
  background: url("https://hobsonac.wpenginepowered.com/wp-content/uploads/2026/06/file-upload.svg")
    no-repeat center;
  background-size: contain;
  width: 0.833vw;
  height: 1.111vw;
}

.upload-label .btn {
  background: #f3f4f6;
  padding: 0.625vw 1.25vw;
  border-radius: 0.417vw;
  font-weight: 500;
  color: #374151;
  display: flex;
  gap: 0.417vw;
  align-items: center;
  text-transform: none;
}

.resume-upload #fileName {
  font-size: 0.729vw;
}

.resume-upload .file-icon {
  display: flex;
  width: 0.625vw;
  height: 0.833vw;
}

body #carrer-card .carrer-form .gform-footer .gform_button {
  padding: 1.111vw 2.222vw;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.556vw;
  max-width: max-content;
  color: #fff !important;
  text-align: center !important;
  font-family: "Cormorant Garamond" !important;
  font-size: 1.25vw !important;
  font-weight: 700 !important;
  letter-spacing: 0.48px !important;
  border-radius: 50rem !important;
  background: #cfa24b;
  transition: all ease 0.3s;
  border: 1px solid #cfa24b;
}

body #carrer-card .carrer-form .gform-footer .gform_button:hover {
  background: transparent;
  border-color: #1f4d3a;
  color: #1f4d3a !important;
}

.carrer-form .gform-footer .gform_button svg {
  display: flex;
  width: 1.111vw;
  height: 1.111vw;
  transition: all ease 0.3s;
}
body #carrer-card .carrer-form .gform-footer .gform_button:hover svg path {
  stroke: #1f4d3a;
}

.ready-to-start {
  box-shadow:
    0px 2px 4px -2px #0000001a,
    0px 4px 6px -1px #0000001a;
}

.vdeo-dropshadow {
  box-shadow:
    0px 4px 6px -4px #0000001a,
    0px 10px 15px -3px #0000001a;
}

.vdeo-dropshadow .elementor-custom-embed-play svg {
  opacity: 1;
}

.ready-to-start .vdeo-icon .elementor-icon-wrapper {
  display: flex;
  justify-content: center;
  height: 36px;
}

.ready-to-start .vdeo-icon .elementor-icon-wrapper svg {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

.btn-full .elementor-button {
  width: 100%;
}

.contact-team .elementor-button {
  border: #0d315c !important;
}

.contact-team .elementor-button:hover {
  border: #dc2626 !important;
}

.special-boxes {
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  position: relative;
}

.special-boxes::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  margin-left: auto;
  border-style: solid;
  border-width: 0 3.125vw 3.125vw 0;
  border-color: transparent #1e3a5f transparent transparent;
  border-radius: 0;
}

.rating-section .elementor-icon svg {
  height: auto;
}

.rating-section .icon-same .elementor-icon svg {
  height: initial;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.popup-wrapper .number-block {
  box-shadow:
    0px 4px 6px -4px #0000001a,
    0px 10px 15px -3px #0000001a;
}

.popup-wrapper .close-icon {
  cursor: pointer;
}

.popup-wrapper .contact-form label {
  color: #374151;
}

.popup-wrapper .contact-form input,
.popup-wrapper .contact-form textarea {
  color: #9ca3af;
  font-weight: 400;
}

.popup-wrapper .contact-form input[type="text"],
.popup-wrapper .contact-form input[type="tel"],
.popup-wrapper .contact-form input[type="email"],
.popup-wrapper .contact-form select {
  border: 2px solid #d1d5db;
}

.popup-wrapper .contact-form input::placeholder {
  color: #9ca3af;
}

.popup-wrapper .contact-form .gform-footer .gform_button.button {
  text-transform: capitalize;
  background-color: #e32626;
}

.popup-wrapper .contact-form .submit-btn:hover {
  background-color: #0d315c;
}

.popup-wrapper .contact-form .form-row {
  gap: 1.302vw;
}

.popup-wrapper .contact-form textarea {
  min-height: 5.25vw;
}

.popup-wrapper .contact-form .form-row.full-width:has(button[type="submit"]) {
  margin-top: 0;
}

.popup-wrapper .request-form {
  position: relative;
}

.popup-wrapper .request-form::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  width: 100%;
  height: 2px;
  background-color: #e5e7eb;
}

.request-form .elementor-heading-title {
  position: relative;
  z-index: 2;
  background: #fff;
  display: inline-block;
  padding: 0 1.042vw;
}

.popup-wrapper .popup-content-block {
  overflow-y: auto;
}

.pum-theme-13417 .pum-container,
.pum-theme-default-theme .pum-container {
  padding: 0 !important;
  border-radius: 0px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: none !important;
  max-width: 53.333vw !important;
  width: 100% !important;
  max-height: calc(100vh - 50px);
  overflow-y: auto !important;
}

.pum-close {
  display: none !important;
}

html.popup-show {
  overflow: hidden;
}

.shrink-none {
  flex-shrink: 0;
}

.slider-warpper .swiper-button-prev,
.slider-warpper .swiper-button-next {
  display: none !important;
}

.clickable-col {
  cursor: pointer;
}

.service-cards-block {
  box-shadow:
    0px 2px 4px -1px #00000008,
    0px 4px 6px -1px #0000000d;
}

.service-cards-block .service-link a {
  text-decoration: none;
  box-shadow: none !important;
}

.service-cards-block .elementor-icon-box-title {
  margin: 0 !important;
}

.service-cards-block .elementor-widget-button {
  margin-top: auto !important;
}

.footer-address-block .elementor-icon-box-title {
  position: relative;
  display: inline-block;
}

.nav-col-grid .elementor-widget-text-editor a {
  color: #fff;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://hobsonac.wpenginepowered.com/wp-content/uploads/2026/06/contact-overlay-scaled.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.work-video-wrapper > div,
.work-video-wrapper > div > div,
.work-video-wrapper img {
  min-height: inherit;
}

.work-video-wrapper img {
  object-fit: cover;
}

.image-with-text-section .image-block > div,
.image-with-text-section .image-block > div > img {
  min-height: inherit;
}

.image-with-text-section .highlight-text {
  color: #cfa24b;
}

.image-with-text-section .right-image-block > .elementor-widget-image {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-service {
  cursor: pointer;
}

.abilene-service,
.brownwood-service {
  display: none;
}

.featured-block {
  box-shadow: 0px 1px 2px 0px #0000000d;
  border-left: 4px solid #1f4d3a;
  background: linear-gradient(90deg, #ffe4e4 0%, #ffffff 100%);
  padding: 0.833vw;
  color: #003d82;
  font-weight: 800;
  font-size: 0.938vw;
}

.featured-block a {
  color: #1f4d3a;
}
.logos-wrapper .elementor-widget-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10.417vw;
}

.logos-wrapper .elementor-widget-image img {
  max-height: 100%;
  width: auto;
}

.footer-right .col-nav {
  width: auto;
  max-width: 20%;
  flex: 20%;
}

.footer-right .col-nav.col-nav-2 {
  flex: 27%;
  max-width: 27%;
}
.primary-button-small a.elementor-button.elementor-button-link {
  padding: 0.625vw 1.111vw;
  font-size: 0.972vw !important;
}

.service-slider .service-slide {
  box-shadow:
    0px 2px 4px -1px #00000008,
    0px 4px 6px -1px #0000000d;
}

.service-slide .elementor-icon-box-icon {
  margin-top: 0.208vw;
}

.clipit-coupons {
  display: flex;
  flex-wrap: wrap;
  gap: 2.778vw 1.875vw;
}

.clipit-coupons .clipit-coupon {
  width: calc(50% - 0.972vw);
  box-shadow: 0px 4px 11.8px 0px #00000021;
  padding: 2.222vw;
  border-radius: 0.833vw;
  border-left: 1px solid #1f4d3a;
  background: #ffffff;
}

.clipit-coupons .clipit-coupon__title-wrapper {
  display: flex;
  gap: 1.111vw;
  align-items: center;
}

.clipit-coupons .clipit-coupon__asset-wrapper {
  line-height: 0;
  padding: 1.389vw;
  background: #a8cfaf33;
  border-radius: 50rem;
}

.clipit-coupons .clipit-coupon__asset-wrapper svg,
.clipit-coupons .clipit-coupon__asset-wrapper img {
  width: 1.667vw;
  height: 1.667vw;
  object-fit: contain;
}

.clipit-coupons .clipit-coupon__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 1.667vw;
  line-height: 1.3;
  margin-bottom: 0;
}

.clipit-coupons .offer-badge {
  font-weight: 400;
  font-size: 0.833vw;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  padding: 0.278vw 0.833vw;
  border-radius: 50rem;
  max-width: max-content;
}

.clipit-coupons .featured.offer-badge {
  color: #b91c1c;
  background: #fee2e2;
}

.clipit-coupons .standing.offer-badge {
  color: #1f4d3a;
  background: #a8cfaf33;
}

.clipit-coupons .clipit-coupon__content-wrapper.with-img {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.667vw;
}

.clipit-coupons .clipit-coupon__button {
  margin-top: auto;
  color: #1f4d3a;
  padding: 0.833vw 1.389vw;
  max-width: max-content;
  border: 1px solid #1f4d3a;
  border-radius: 50rem;
  font-family: Cormorant Garamond;
  font-weight: 700;
  font-size: 1.111vw;
  line-height: 1;
  letter-spacing: 0.48px;
  transition: all 0.3s ease;
}

.clipit-coupons .clipit-coupon__button:hover {
  background: #1f4d3a;
  color: #fff;
}

.clipit-coupons .clipit-coupon__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.6;
  color: #2b2b2b;
}

.clipit-coupons .title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.556vw;
}

.clipit-coupons .clipit-coupon__fine {
  padding: 1.111vw;
  background: #a8cfaf33;
  border-radius: 0.556vw;
  color: #1f4d3a;
  font-weight: 400;
  font-size: 0.972vw;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

.inspection-block {
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.inspection-block .content-block {
  height: 100%;
}

.inspection-block .image-block {
  margin-top: auto;
}

.inspection-block .icon-block .elementor-icon {
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.contact-form .gform_confirmation_message {
  color: #fff;
  font-size: 1.111vw;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
}

.contact-form
  .gform-theme--framework
  .gform_validation_errors
  .gform_submission_error,
.gform-theme--framework .gform_validation_errors .gform-icon::before {
  color: #fff;
}

.contact-form .validation_message {
  color: #fff !important;
  background: #dc2626;
  padding: 0.833vw;
  border-radius: 0.833vw;
}
.contact-form .gform-theme--framework .gform_validation_errors .gform-icon {
  border-color: #fff;
}

.contact-form .gform-theme--framework .gform_validation_errors {
  padding: 1.111vw;
  background: #dc2626;
  border-radius: 0.833vw;
  border: 0 !important;
  outline: none !important;
}

.mega-menu-wrap li.mega-menu-item {
  margin: 0 3.125vw 0 0 !important;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  height: auto;
  padding: 0;
  text-transform: capitalize;
  font-size: 1.25vw;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  transition: all 0.3s ease;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator {
  margin: 0 0 0 0.417vw;
  height: 1.25vw;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  display: flex;
  align-items: center;
}

#mega-menu-wrap-primary #mega-menu-primary,
#mega-menu-wrap-primary,
.header-menu-wrapper > div,
.header-menu-wrapper {
  position: static;
}

.header-main > .e-con-inner {
  position: relative;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  top: 100%;
  border-top: 3px solid #1f4d3a;
  box-shadow: 0px 2px 14.5px 3px #0000000d;
}

.mega-menu-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.833vw 0 0.833vw 0.833vw;
  border-bottom: 1px solid #1f4d2b;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  padding: 0;
}

.mega-menu-heading h3 a {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.111vw;
  line-height: 1.6;
  color: #1f4d3a;
}

.mega-menu-item .menu-item {
  list-style: none;
  color: #1f4d3a;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.042vw;
  line-height: 1.5;
}

.mega-menu-item .menu-item a,
.mega-dropdown-menu .mega-sub-menu .mega-menu-item a {
  display: inline-block !important;
  width: 100% !important;
  padding: 0.694vw 0.833vw !important;
  color: #1f4d3a !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.042vw !important;
  line-height: 1.5 !important;
  transition: all 0.3s ease !important;
  /* border-radius: 0.417vw !important; */
  background-color: transparent !important;
}

.mega-menu-item .menu-item a:hover,
.mega-dropdown-menu .mega-sub-menu .mega-menu-item a:hover {
  background-color: #e7f3eb !important;
  padding-left: 20px !important;
}

body .mega-dropdown-menu > .mega-sub-menu {
  top: 220% !important;
  max-height: 27.778vw !important;
  overflow-y: auto !important;
  width: 20.833vw !important;
  overflow-x: hidden !important;
}

.mega-toggle-hover > .mega-sub-menu {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  visibility: visible !important;
}

body .mega-dropdown-menu .mega-sub-menu {
  border-top: 3px solid rgb(31, 77, 58) !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 14.5px 3px !important;
  background: rgb(255, 255, 255) !important;
  position: absolute !important;
  /* opacity: 1;
  visibility: visible; */
}

.mega-menu-heading .right-block {
  line-height: 0;
}

.mega-menu-heading .left-block {
  display: flex;
  gap: 1.111vw;
  align-items: center;
}

.mega-menu-heading .left-block .icon {
  width: 2.778vw;
  height: 2.778vw;
  background: #e1ffda;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.556vw;
}

.mega-menu-heading .left-block .icon svg,
.need-help .left-container .icon svg,
.mega-menu-heading .right-block svg {
  width: 1.667vw;
  height: 1.667vw;
  object-fit: contain;
}

body
  #mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-row
  > .mega-sub-menu {
  display: flex !important;
  gap: 1.111vw;
}

.need-help {
  background: #e7f3eb;
  padding: 0.833vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.need-help .left-container {
  display: flex;
  gap: 0.694vw;
  align-items: center;
}

.need-help .left-container .icon {
  width: 2.778vw;
  height: 2.778vw;
  background: #1f4d3a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.556vw;
}

.need-help .left-container .content h4 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 0.972vw;
  line-height: 1.57142857;
  margin: 0;
  color: #111827;
}

.need-help .left-container .content p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 0.694vw;
  line-height: 2;
  color: #4b5563;
  margin: 0 !important;
}

.need-help .right-container a {
  display: flex;
  gap: 0.556vw;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.111vw;
  line-height: 1.5;
  color: #1f4d3a;
  transition: all 0.3s ease;
}

.need-help .right-container .icon-call {
  line-height: 0;
}

.need-help .right-container .icon-call svg {
  width: 1.25vw;
  height: 1.25vw;
  object-fit: contain;
  transition: all 0.3s ease;
}

.need-help .right-container a:hover {
  color: #cfa24b;
}

.need-help .right-container a:hover .icon-call svg path {
  fill: #cfa24b;
}

.mega-sub-menu .mega-menu-row:first-child {
  padding: 0 1.111vw !important;
}

footer .hfe-menu-item,
footer .social-icons .elementor-social-icons-wrapper .elementor-icon {
  transition: all 0.3s ease;
}

.cta-section .btn-block a:hover svg path {
  stroke: #1f4d3a;
}
.cta-section .btn-block a:hover svg circle {
  fill: #1f4d3a;
}
.primary-bg .swiper-pagination-clickable .swiper-pagination-bullet {
  background: #ffffff75;
}
.primary-bg
  .swiper-pagination-clickable
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cfa24b !important;
}

.mega-dropdown-menu .mega-sub-menu > .mega-menu-item {
  margin: 0 !important;
}

body > .mega-sub-menu {
  border-top: 3px solid rgb(31, 77, 58) !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 14.5px 3px !important;
  background: rgb(255, 255, 255) !important;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

body > .mega-sub-menu::-webkit-scrollbar {
  width: 6px;
}

body > .mega-sub-menu .mega-menu-link {
  display: inline-block !important;
  width: 100% !important;
  padding: 0.694vw 0.833vw !important;
  color: #1f4d3a !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.042vw !important;
  line-height: 1.5 !important;
  transition: all 0.3s ease !important;
}

body > .mega-sub-menu .mega-menu-link:hover {
  background-color: #e7f3eb !important;
  padding-left: 20px !important;
}

body > .mega-sub-menu::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -17px;
  bottom: 0px;
  width: 17px;
}

/* form custom checkbox design start*/
.custom-check {
  display: flex;
  align-items: center;
  gap: 0.556vw;
  cursor: pointer;
  font-size: 0.972vw;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  font-family: "Inter";
}

.custom-check a {
  color: #cfa24b;
  transition: all ease 0.3s;
}

.custom-check input {
  display: none;
}

.custom-check .box {
  width: 1.25vw;
  height: 1.25vw;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.972vw;
  line-height: 0.8;
}

.custom-check input:checked + .box {
  background: #cfa24b;
  color: white;
}
.custom-check input:checked + .box::after {
  content: "✓";
  position: absolute;
  top: 0.278vw;
}
/* form custom checkbox design end*/

/* Responsive */
@media (max-width: 1366px) {
  .reviews .grid .card h3 {
    font-size: 1.318vw;
  }
  .custom-check {
    font-size: 1vw;
    gap: 0.586vw;
  }
  .clipit-coupons .clipit-coupon__title {
    font-size: 2vw;
  }
  .clipit-coupons .offer-badge {
    padding: 0.4vw 0.9vw;
  }
  .featured-block {
    padding: 1.171vw;
    font-size: 1.318vw;
  }
  .contact-form .gform-theme--foundation .gfield textarea {
    min-height: 8.785vw;
  }
  .contact-form .gform-field-label {
    font-size: 1.025vw !important;
  }

  .footer-address-block .elementor-icon-box-title::after {
    width: 1.025vw;
    height: 1.025vw;
    right: -1.464vw;
    top: 0.512vw;
  }

  .popup-wrapper .contact-form label {
    font-size: 1.025vw !important;
    margin-bottom: 0.586vw;
  }

  .popup-wrapper .contact-form input,
  .popup-wrapper .contact-form textarea {
    padding: 0.625vw 0.833vw;
    border-radius: 0.586vw;
    font-size: 1.171vw !important;
  }

  .popup-wrapper .contact-form input::placeholder,
  .popup-wrapper .contact-form textarea::placeholder {
    font-size: 1.171vw !important;
  }

  .header-menu-wrapper .hfe-nav-menu .hfe-sub-menu-item {
    padding: 1.171vw 1.464vw !important;
  }
  .special-boxes::before {
    border-width: 0 4.392vw 4.392vw 0;
  }

  .reviews .pagination,
  .blog-single-page .pagination,
  .archive.category .pagination {
    margin-top: 4.392vw;
    gap: 0.512vw;
  }
  .reviews .pagination .prev.page-numbers,
  .blog-single-page .pagination .prev.page-numbers,
  .archive.category .pagination .prev.page-numbers,
  .reviews .pagination .next.page-numbers,
  .blog-single-page .pagination .next.page-numbers,
  .archive.category .pagination .next.page-numbers {
    width: 5.857vw;
    height: 3.66vw;
  }

  .reviews .pagination .prev.page-numbers,
  .blog-single-page .pagination .prev.page-numbers,
  .archive.category .pagination .prev.page-numbers {
    margin-right: 1.245vw;
  }

  .reviews .pagination .next.page-numbers,
  .blog-single-page .pagination .next.page-numbers,
  .archive.category .pagination .next.page-numbers {
    margin-left: 1.245vw;
  }

  .reviews .pagination .page-numbers,
  .blog-single-page .pagination .page-numbers,
  .archive.category .pagination .page-numbers {
    width: 1.83vw;
    height: 1.83vw;
  }
  .reviews .grid {
    gap: 2.343vw;
  }
  .reviews .grid .card {
    width: calc(33.3% - 2.343vw);
    padding: 1.171vw;
    border-radius: 0.878vw;
    gap: 1.171vw;
  }
  .reviews .grid .card .stars svg {
    width: 1.171vw;
    height: 1.171vw;
  }
  .reviews .grid .card p {
    font-size: 1.171vw;
  }
  .reviews .footer .verified,
  .reviews .footer .name {
    gap: 0.104vw;
    font-size: 1vw;
  }

  .slider-from-desktop .swiper-pagination-bullet {
    width: 0.805vw;
    height: 0.805vw;
  }

  .contact-form .gform-footer .gform_button.button,
  body .contact-form.modal .gform-footer .gform_button.button {
    font-size: 2vw !important;
  }

  .image-with-text-section .icon-box .elementor-icon-box-icon {
    width: 3.5vw;
    height: 3.5vw;
  }

  /* blog */
  .listing-block .bsg-search-row {
    gap: 0.878vw;
  }

  .listing-block .bsg-wrap {
    gap: 2.391vw;
  }
  .listing-block .bsg-card .bsg-title {
    line-height: 1.4;
  }
  .listing-block .bsg-search-row .bsg-search-input {
    border-radius: 0.878vw;
    padding: 1.17vw 1.17vw 1.17vw 3.513vw;
    font-size: 1.317vw;
  }

  .listing-block .bsg-search-row .bsg-search-input::placeholder {
    font-size: 1.317vw;
  }

  .listing-block .bsg-search-row .input-search svg {
    left: 1.17vw;
    width: 1.17vw;
    height: 1.17vw;
  }

  .listing-block .bsg-search-row .bsg-search-btn {
    width: 16.11vw;
    height: 4.391vw;
    gap: 0.878vw;
  }

  .listing-block .bsg-card .bsg-body {
    gap: 0.731vw;
  }

  .listing-block .bsg-card .bsg-title {
    font-size: 1.464vw;
  }

  .listing-block .bsg-card .bsg-excerpt {
    font-size: 1.024vw;
    margin-bottom: 0.439vw;
  }

  .listing-block .bsg-card .bsg-meta {
    font-size: 1.024vw;
  }

  .tab-wrapper .bsg-tabs {
    gap: 0.731vw;
  }

  .tab-wrapper .bsg-tabs .bsg-tab {
    font-size: 1.609vw;
    padding: 1.17vw 3.513vw;
  }

  .listing-block .bsg-badge {
    padding: 0.292vw 0.878vw;
    font-size: 0.878vw;
    top: 1.17vw;
    left: 1.17vw;
  }

  .blog-sidebar .category-card,
  .blog-sidebar .popular-post-contanier {
    padding: 1.756vw;
    gap: 1.17vw;
  }

  .category-card > h3,
  .popular-post-contanier > h3 {
    font-size: 1.024vw;
  }

  .category-card .category .left {
    gap: 0.878vw;
    font-size: 1.17vw;
  }

  .category-card .count {
    font-size: 0.878vw;
    padding: 0.292vw 0.585vw;
  }

  .category-card .icon {
    width: 1.17vw;
    height: 1.17vw;
  }

  .popular-post-item {
    gap: 0.878vw;
  }

  .popular-post-item + .popular-post-item {
    padding-top: 1.17vw;
  }

  .post-image {
    width: 4.683vw;
    height: 4.683vw;
  }

  .popular-post-content h4 {
    font-size: 1.024vw;
  }

  .popular-post-content p {
    font-size: 0.878vw;
  }

  .service-list .elementor-icon-list-item {
    padding: 0.585vw 0.878vw !important;
  }

  .blog-details-page .entry-content {
    max-width: 70.278vw;
  }

  .blog-details-page .entry-content p {
    font-size: 1.318vw;
  }

  .blog-details-page .entry-content h1,
  .blog-details-page .entry-content h2,
  .blog-details-page .entry-content h3,
  .blog-details-page .entry-content h4,
  .blog-details-page .entry-content h5,
  .blog-details-page .entry-content h6 {
    font-size: 2.196vw;
    margin-top: 1.757vw;
  }

  .blog-details-page .cta-text strong {
    font-size: 1.464vw;
  }
  .blog-details-page .cta-box .cta-text {
    font-size: 1.171vw;
  }
  .blog-details-page .cta-box .cta-btn {
    padding: 1.171vw 1.667vw;
    border-radius: 0.586vw;
    font-size: 1.318vw;
    gap: 0.586vw;
  }
  .blog-details-page .entry-content li {
    font-size: 1.171vw;
  }
  .blog-details-page .cta-box .arrow-icon {
    width: 1.171vw;
    height: 0.952vw;
  }
  .blog-details-page .cta-box p {
    width: 18.741vw;
  }
  .header-menu-wrapper
    .hfe-nav-menu
    li.menu-item-has-children:not(:last-child) {
    margin-right: 1.9vw !important;
  }

  .carrer-form .gform_fields.form_sublabel_below {
    gap: 4.685vw;
  }

  .carrer-form .form-box h3,
  .carrer-form .additional-info label,
  .carrer-form .gfield--type-fileupload label {
    font-size: 1.757vw;
    margin-bottom: 2.343vw;
  }

  .carrer-form .form-row.two-col {
    gap: 3.514vw;
  }
  .carrer-form .form-box {
    padding: 2.343vw;
    border-radius: 0.586vw;
  }

  .carrer-form .form-row.three-col {
    gap: 2.343vw;
  }
  .carrer-form .form-row.three-col .job {
    width: 33.3%;
  }
  .carrer-form .form-row.three-col .job h4 {
    font-size: 1.318vw;
    margin-bottom: 1.171vw;
  }

  .carrer-form .form-row.two-col .input-wrapper + .input-wrapper {
    padding-top: 1.757vw;
  }

  .carrer-form .form-row.two-col .input-wrapper label {
    padding-bottom: 0.586vw;
  }

  .carrer-form .form-row.three-col .input-wrapper label {
    padding-bottom: 0.293vw;
  }

  .carrer-form .input-wrapper + .input-wrapper {
    padding-top: 1.171vw;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="tel"],
  input[type="time"],
  input[type="month"],
  input[type="tel"],
  textarea,
  select,
  .select2-container .select2-selection--single {
    padding: 0.878vw;
    border-radius: 0.586vw;
    font-size: 1.171vw !important;
  }

  .carrer-form input[type="text"],
  .carrer-form input[type="email"],
  .carrer-form input[type="url"],
  .carrer-form input[type="password"],
  .carrer-form input[type="search"],
  .carrer-form input[type="number"],
  .carrer-form input[type="date"],
  .carrer-form input[type="datetime"],
  .carrer-form input[type="datetime-local"],
  .carrer-form input[type="week"],
  .carrer-form input[type="tel"],
  .carrer-form input[type="time"],
  .carrer-form input[type="month"],
  .carrer-form input[type="tel"],
  .carrer-form textarea,
  .carrer-form select,
  .carrer-form .select2-container .select2-selection--single {
    font-size: 1.6vw !important;
    padding: 1.1vw !important;
    height: 3.7vw !important;
  }

  .carrer-form .input-wrapper label,
  .carrer-form .gfield--type-fileupload .gfield_description,
  .carrer-form .gfield--type-fileupload .gform_drop_instructions {
    font-size: 1.318vw;
  }
  body #carrer-card .carrer-form .gform-footer .gform_button {
    font-size: 1.6vw !important;
  }
  .carrer-form .gform-footer .gform_button svg {
    width: 1.4vw;
    height: 1.4vw;
  }

  .carrer-form .input-wrapper textarea::placeholder {
    font-size: 1.171vw;
  }

  .carrer-form .input-wrapper textarea {
    height: 12.299vw;
  }
  .carrer-form .form-box p {
    margin-bottom: 1.171vw;
  }
  .carrer-form .gfield--type-fileupload .gform_drop_area {
    padding: 2.928vw 2.343vw 2.343vw;
    border-radius: 0.586vw;
  }

  .resume-upload .upload-label {
    gap: 0.586vw;
  }

  .upload-label p {
    margin-bottom: 0.586vw;
    font-size: 1.171vw;
  }

  .carrer-form .gfield--type-fileupload .gform_drop_area::before {
    width: 3.294vw;
    height: 2.635vw;
  }

  .upload-label .btn {
    padding: 0.878vw 1.757vw;
    border-radius: 0.586vw;
    gap: 0.586vw;
  }

  .resume-upload #fileName {
    font-size: 1.025vw;
  }

  .resume-upload .file-icon {
    width: 0.878vw;
    height: 1.171vw;
  }

  .carrer-form .sumit-btn {
    gap: 0.586vw;
    font-size: 1.318vw;
    padding: 1.171vw 2.196vw;
    min-width: 16.179vw;
  }

  .list-with-order::before {
    width: 1.977vw;
    height: 1.977vw;
    font-size: 1.318vw;
    line-height: 1.977vw;
  }
  .list-with-order {
    padding-left: 2.6vw !important;
  }

  .list-with-order .elementor-icon-box-title {
    line-height: 1.977vw !important;
  }
  .blog-details-page .entry-title,
  .blog-details-page .entry-description {
    max-width: 70vw;
  }

  .policy-content-container h1,
  .policy-content-container h2,
  .policy-content-container h3,
  .policy-content-container h4,
  .policy-content-container h5,
  .policy-content-container h6 {
    font-size: 1.8vw;
  }
  .policy-content-container p,
  .policy-content-container li {
    font-size: 1.2vw;
  }
}

@media (max-width: 1024px) {
  .reviews .footer .verified,
  .reviews .footer .name {
    gap: 0.4vw;
  }
  .reviews .grid .card h3 {
    font-size: 1.758vw;
  }
  .custom-check .box {
    width: 1.9vw;
    height: 1.9vw;
    font-size: 1.3vw;
  }
  .custom-check input:checked + .box::after {
    top: 0.5vw;
  }
  .custom-check {
    font-size: 1.6vw;
    gap: 0.781vw;
  }
  .contact-form .gform-theme--foundation .gfield .ginput_password.large,
  .contact-form .gform-theme--foundation .gfield input.large,
  .contact-form .gform-theme--foundation .gfield select.large,
  .contact-form .gform-theme--foundation .gfield textarea {
    border: 2px solid #d1d5db;
    font-size: 1.9vw !important;
  }
  .policy-banner .listing-block ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .policy-content-container .contact-block h4 {
    font-size: 1.8vw;
  }
  .policy-content-container .contact-block p,
  .policy-content-container .contact-block address,
  .policy-content-container .contact-block a {
    font-size: 1.4vw;
  }
  .clipit-coupons .clipit-coupon__title {
    font-size: 2.6vw;
  }
  .clipit-coupons .offer-badge {
    font-size: 1.2vw;
  }
  .clipit-coupons .clipit-coupon__subtitle {
    font-size: 1.5vw;
  }
  .clipit-coupons .clipit-coupon__fine {
    padding: 1.1vw;
    font-size: 1.3vw;
  }
  .clipit-coupons .clipit-coupon__button {
    padding: 0.833vw 1.389vw;
    font-size: 1.8vw;
  }
  .service-slider .swiper-pagination-clickable .swiper-pagination-bullet,
  .client-slider .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 1.074vw;
    height: 1.074vw;
  }
  .featured-block {
    padding: 1.563vw;
    font-size: 1.563vw;
  }
  .contact-form .gform-theme--foundation .gfield textarea {
    min-height: 11.719vw;
  }

  .contact-form .gform-field-label {
    font-size: 2vw !important;
  }
  .footer-address-block .elementor-icon-box-title::after {
    width: 1.367vw;
    height: 1.367vw;
    right: -1.953vw;
    top: 0.488vw;
  }

  .popup-wrapper .contact-form input,
  .popup-wrapper .contact-form textarea {
    padding: 0.878vw 1.171vw;
    border-radius: 0.781vw;
    font-size: 1.563vw !important;
  }

  .popup-wrapper .contact-form input::placeholder,
  .popup-wrapper .contact-form textarea::placeholder {
    font-size: 1.563vw !important;
  }

  .popup-wrapper .contact-form label {
    font-size: 1.367vw !important;
    margin-bottom: 0.781vw;
  }

  .pum-theme-13417 .pum-container,
  .pum-theme-default-theme .pum-container {
    max-width: calc(100% - 7.692vw) !important;
  }

  .popup-wrapper > .e-con-inner {
    margin: 0 !important;
  }
  .special-boxes::before {
    border-width: 0 5.859vw 5.859vw 0;
  }
  .elementor-kit-6 button,
  .elementor-kit-6 input[type="button"],
  .elementor-kit-6 input[type="submit"],
  .elementor-kit-6 .elementor-button {
    border-radius: 0.781vw;
  }
  .reviews .pagination,
  .blog-single-page .pagination,
  .archive.category .pagination {
    margin-top: 5.859vw;
    gap: 0.684vw;
    justify-content: center;
    padding: 0;
  }
  .reviews .pagination .prev.page-numbers,
  .blog-single-page .pagination .prev.page-numbers,
  .archive.category .pagination .prev.page-numbers,
  .reviews .pagination .next.page-numbers,
  .blog-single-page .pagination .next.page-numbers,
  .archive.category .pagination .next.page-numbers {
    width: 7.813vw;
    height: 4.883vw;
  }

  .reviews .pagination .prev.page-numbers,
  .blog-single-page .pagination .prev.page-numbers,
  .archive.category .pagination .prev.page-numbers {
    margin-right: 1.66vw;
  }

  .reviews .pagination .next.page-numbers,
  .blog-single-page .pagination .next.page-numbers,
  .archive.category .pagination .next.page-numbers {
    margin-left: 1.66vw;
  }

  .reviews .pagination .page-numbers,
  .blog-single-page .pagination .page-numbers,
  .archive.category .pagination .page-numbers {
    width: 2.441vw;
    height: 2.441vw;
    font-size: 1.758vw;
  }

  .slider-from-desktop {
    padding-bottom: 2.4vw;
  }
  .slider-from-desktop .swiper-pagination-bullet {
    width: 1.074vw;
    height: 1.074vw;
  }
  .list-with-order {
    padding-left: 3.5vw !important;
  }

  .list-with-order::before {
    width: 2.637vw;
    height: 2.637vw;
    font-size: 1.6vw;
  }
  .list-with-order .elementor-icon-box-title {
    line-height: 2.637vw !important;
  }

  /* blog */
  .listing-block .bsg-search-row {
    gap: 1.172vw;
  }

  .listing-block .bsg-wrap {
    gap: 3.2vw;
  }

  .listing-block .bsg-search-row .bsg-search-input {
    border-radius: 1.172vw;
    padding: 1.562vw 1.562vw 1.562vw 4.688vw;
    font-size: 1.758vw;
  }

  .listing-block .bsg-search-row .bsg-search-input::placeholder {
    font-size: 1.758vw;
  }

  .listing-block .bsg-search-row .input-search svg {
    left: 1.562vw;
    width: 1.562vw;
    height: 1.562vw;
  }
  .blog-details-page .entry-title,
  .blog-details-page .entry-description {
    max-width: 85vw;
  }
  .listing-block .bsg-search-row .bsg-search-btn {
    width: 21.484vw;
    height: 5.859vw;
    gap: 1.172vw;
  }

  .listing-block .bsg-grid {
    gap: 2.32vw;
  }

  .listing-block .bsg-card {
    width: calc(33.3% - 2.32vw);
  }

  .listing-block .bsg-card .bsg-body {
    gap: 0.977vw;
  }

  .listing-block .bsg-card .bsg-title {
    font-size: 1.953vw;
  }

  .listing-block .bsg-card .bsg-excerpt {
    font-size: 1.367vw;
    margin-bottom: 0.586vw;
  }

  .listing-block .bsg-card .bsg-meta {
    font-size: 1.367vw;
  }
  .listing-block .bsg-card .wp-post-image {
    height: auto;
    aspect-ratio: 386 / 192;
  }

  .tab-wrapper .bsg-tabs {
    gap: 0.977vw;
  }

  .tab-wrapper .bsg-tabs .bsg-tab {
    font-size: 2.149vw;
    padding: 1.562vw 4.688vw;
  }

  .listing-block .bsg-badge {
    padding: 0.391vw 1.172vw;
    font-size: 1.172vw;
    top: 1.562vw;
    left: 1.562vw;
  }

  .blog-sidebar .category-card,
  .blog-sidebar .popular-post-contanier {
    padding: 2.344vw;
    gap: 1.562vw;
  }

  .category-card > h3,
  .popular-post-contanier > h3 {
    font-size: 1.367vw;
  }

  .category-card .category .left {
    gap: 1.172vw;
    font-size: 1.562vw;
  }

  .category-card .count {
    font-size: 1.172vw;
    padding: 0.391vw 0.781vw;
  }

  .category-card .icon {
    width: 1.562vw;
    height: 1.562vw;
  }

  .popular-post-item {
    gap: 1.172vw;
  }

  .popular-post-item + .popular-post-item {
    padding-top: 1.562vw;
  }

  .post-image {
    width: 6.25vw;
    height: 6.25vw;
  }

  .popular-post-content h4 {
    font-size: 1.367vw;
  }

  .popular-post-content p {
    font-size: 1.172vw;
  }

  .service-list .elementor-icon-list-item {
    padding: 0.781vw 1.172vw !important;
  }

  .blog-details-page .entry-title {
    font-size: 4.5vw;
  }

  .blog-details-page .entry-header {
    min-height: 35.156vw;
  }

  /* -------- */
  .blog-details-page .entry-content {
    max-width: 93.75vw;
  }

  .blog-details-page .entry-content p {
    font-size: 1.758vw;
  }

  .entry-content hr {
    margin: 0.781vw 0 2.344vw;
  }

  .blog-details-page .cta-text strong {
    font-size: 1.953vw;
  }

  .blog-details-page .entry-content li {
    font-size: 1.763vw;
  }
  .blog-details-page .listing-block .bsg-card {
    width: calc(33.3% - 1.667vw);
  }
  .blog-details-page .entry-content h1,
  .blog-details-page .entry-content h2,
  .blog-details-page .entry-content h3,
  .blog-details-page .entry-content h4,
  .blog-details-page .entry-content h5,
  .blog-details-page .entry-content h6 {
    font-size: 3vw;
  }
  .blog-details-page .entry-content h1::before,
  .blog-details-page .entry-content h2::before,
  .blog-details-page .entry-content h3::before,
  .blog-details-page .entry-content h4::before,
  .blog-details-page .entry-content h5::before,
  .blog-details-page .entry-content h6::before {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
  .blog-details-page .entry-description {
    font-size: 2vw;
  }
  .policy-content-container h1,
  .policy-content-container h2,
  .policy-content-container h3,
  .policy-content-container h4,
  .policy-content-container h5,
  .policy-content-container h6 {
    margin-bottom: 2.344vw;
    font-size: 2.604vw;
  }
  .policy-content-container p,
  .policy-content-container li {
    font-size: 1.9vw;
  }

  /* -------- */
  .faq-container.faq-full .e-n-accordion .e-n-accordion-item {
    border-radius: 1.563vw;
  }
  .faq-container.faq-full .e-n-accordion {
    row-gap: 1.563vw;
  }

  .faq-container.faq-full .e-n-accordion .e-n-accordion-item > .e-con-full {
    padding-top: 0.977vw;
  }

  .faq-container.faq-full .e-n-accordion .e-n-accordion-item-title::before {
    width: 3.125vw;
    height: 3.125vw;
    background-size: 1.465vw;
  }

  .reviews .grid {
    gap: 3.125vw;
  }
  .reviews .grid .card {
    width: calc(33.3% - 3.125vw);
    padding: 1.563vw;
    border-radius: 1.172vw;
    gap: 1.563vw;
  }
  .reviews .grid .card .stars svg {
    width: 1.563vw;
    height: 1.563vw;
  }
  .reviews .grid .card p {
    font-size: 1.563vw;
  }
  .reviews .footer .verified,
  .reviews .footer .name {
    gap: 0.391vw;
    font-size: 1.172vw;
  }

  /* ----------- */
  .carrer-form .gform_fields.form_sublabel_below {
    gap: 6.25vw;
  }

  .carrer-form .form-box h3,
  .carrer-form .additional-info label,
  .carrer-form .gfield--type-fileupload label {
    font-size: 2.344vw;
    margin-bottom: 3.125vw;
  }

  .carrer-form .form-row.two-col {
    gap: 4.688vw;
  }
  .carrer-form .form-box {
    padding: 3.125vw;
    border-radius: 0.781vw;
  }

  .carrer-form .form-row.three-col {
    gap: 3.125vw;
  }
  .carrer-form .form-row.three-col .job {
    width: 33.3%;
  }
  .carrer-form .form-row.three-col .job h4 {
    font-size: 1.758vw;
    margin-bottom: 1.563vw;
  }

  .carrer-form .form-row.two-col .input-wrapper + .input-wrapper {
    padding-top: 2.344vw;
  }

  .carrer-form .form-row.two-col .input-wrapper label {
    padding-bottom: 0.781vw;
  }

  .carrer-form .form-row.three-col .input-wrapper label {
    padding-bottom: 0.391vw;
  }

  .carrer-form .input-wrapper + .input-wrapper {
    padding-top: 1.563vw;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="tel"],
  input[type="time"],
  input[type="month"],
  input[type="tel"],
  textarea,
  select,
  .select2-container .select2-selection--single {
    padding: 1.172vw;
    border-radius: 0.781vw;
    font-size: 1.563vw !important;
  }
  .carrer-form input[type="text"],
  .carrer-form input[type="email"],
  .carrer-form input[type="url"],
  .carrer-form input[type="password"],
  .carrer-form input[type="search"],
  .carrer-form input[type="number"],
  .carrer-form input[type="date"],
  .carrer-form input[type="datetime"],
  .carrer-form input[type="datetime-local"],
  .carrer-form input[type="week"],
  .carrer-form input[type="tel"],
  .carrer-form input[type="time"],
  .carrer-form input[type="month"],
  .carrer-form input[type="tel"],
  .carrer-form textarea,
  .carrer-form select,
  .carrer-form .select2-container .select2-selection--single {
    height: 4.6vw !important;
  }

  .carrer-form .input-wrapper label {
    font-size: 1.367vw;
  }

  .carrer-form .input-wrapper textarea::placeholder {
    font-size: 1.563vw;
  }

  .carrer-form .input-wrapper textarea {
    height: 16.406vw;
  }
  .carrer-form .form-box p {
    margin-bottom: 1.563vw;
  }
  .carrer-form .gfield--type-fileupload .gform_drop_area {
    padding: 3.906vw 3.125vw 3.125vw;
    border-radius: 0.781vw;
  }

  .resume-upload .upload-label {
    gap: 0.781vw;
  }

  .upload-label p {
    margin-bottom: 0.781vw;
    font-size: 1.563vw;
  }

  .carrer-form .gfield--type-fileupload .gform_drop_area::before {
    width: 4.395vw;
    height: 3.516vw;
  }

  .upload-label .btn {
    padding: 1.172vw 2.344vw;
    border-radius: 0.781vw;
    gap: 0.781vw;
  }

  .resume-upload #fileName {
    font-size: 1.367vw;
  }

  .resume-upload .file-icon {
    width: 1.172vw;
    height: 1.563vw;
  }

  .carrer-form .sumit-btn {
    gap: 0.781vw;
    font-size: 1.758vw;
    padding: 1.563vw 2.93vw;
    min-width: 21.582vw;
  }
  .carrer-form .form-box p {
    font-size: 1.563vw;
  }
  .nav-col-grid.e-con {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .primary-button-small a.elementor-button.elementor-button-link {
    padding: 0.925vw 1.5vw;
    font-size: 1.5vw !important;
  }
  .mega-menu-wrap li.mega-menu-item {
    margin: 0 1.9vw 0 0 !important;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 1.7vw;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator {
    height: 2.081vw;
  }
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner,
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner::before,
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner::after {
    width: 30px;
    height: 4px;
    background-color: #000;
  }

  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated {
    background: #00000000;
  }
  #mega-menu-wrap-primary .mega-menu-toggle {
    background-color: transparent;
    line-height: 30px;
    height: 30px;
  }

  .contact-form.modal .gform-field-label {
    font-size: 1.4vw !important;
  }

  .contact-form.modal .primary-button .elementor-button-icon svg {
    width: 1.903vw;
    height: 1.903vw;
  }
  .carrer-form .form-box h3,
  .carrer-form .additional-info label,
  .carrer-form .gfield--type-fileupload label {
    margin-bottom: 1.125vw;
  }
  .carrer-form .input-wrapper label,
  .carrer-form .gfield--type-fileupload .gfield_description,
  .carrer-form .gfield--type-fileupload .gform_drop_instructions {
    font-size: 2.1vw;
  }
  body #carrer-card .carrer-form .gform-footer .gform_button {
    font-size: 2.4vw !important;
  }
  .carrer-form .gform-footer .gform_button svg {
    width: 1.8vw;
    height: 1.8vw;
  }
}

@media (max-width: 768px) {
  body
    #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-row
    > .mega-sub-menu {
    flex-direction: column;
  }
  .mega-menu-heading h3 a {
    font-size: 18px;
  }
  .mega-menu-heading .left-block .icon svg,
  .need-help .left-container .icon svg,
  .mega-menu-heading .right-block svg {
    width: 18px;
    height: 18px;
  }

  .mega-menu-heading {
    padding: 16px;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background-color: #fff;
    width: 76.923vw;
    left: -76.923vw;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close {
    left: 80%;
  }
  .need-help .left-container .content p {
    font-size: 12px;
    line-height: 1.2;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 18px;
    color: #163310;
    padding: 10px 16px;
  }
  .mega-menu-item .menu-item a {
    font-size: 16px !important;
    padding: 12px 0 !important;
  }

  .mega-dropdown-menu .mega-sub-menu .mega-menu-item a {
    font-size: 16px !important;
    padding: 12px !important;
  }

  .mega-dropdown-menu .mega-sub-menu {
    padding: 12px;
  }

  .mega-menu-heading .left-block {
    gap: 4.103vw;
  }
  .need-help {
    padding: 4.103vw;
    align-items: flex-start;
    flex-direction: column;
    gap: 2.103vw;
  }
  .need-help .left-container {
    gap: 2.103vw;
    align-items: flex-start;
    flex-direction: column;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 !important;
  }
  .need-help .left-container .icon,
  .mega-menu-heading .left-block .icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator {
    height: 18px;
    margin: 0 0 0 1vw;
  }
  .need-help .right-container a {
    gap: 1.556vw;
    font-size: 2.111vw;
  }
  .need-help .right-container .icon-call svg {
    width: 3.25vw;
    height: 3.25vw;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-current-page-ancestor
    > a.mega-menu-link {
    color: #163310;
    background-color: transparent;
  }
  #mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close:before {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .reviews .grid .card h3 {
    font-size: 4.615vw;
  }
  .custom-check {
    font-size: 3.59vw;
    gap: 1.026vw;
  }
  .need-help .left-container .content h4 {
    font-size: 3.59vw;
  }
  .custom-check .box {
    width: 4.2vw;
    height: 4.2vw;
    font-size: 2.6vw;
    margin-right: 1.026vw;
  }
  .custom-check input:checked + .box::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .pagination .prev::after,
  .pagination .next::after {
    width: 3.077vw;
    height: 3.077vw;
  }
  .contact-form .gform-footer {
    margin-top: 20px !important;
  }
  .service-tab-main .e-n-tabs-heading > button:hover,
  .service-tab-main .e-n-tabs-heading > button:focus {
    border-radius: 1.538vw !important;
  }

  .contact-form .validation_message,
  .contact-form .gform-theme--framework .gform_validation_errors {
    padding: 3.077vw;
    border-radius: 3.077vw;
  }
  .contact-form .gform_confirmation_message {
    font-size: 4.103vw;
  }
  .contact-section::before {
    background-image: url("https://hobsonac.wpenginepowered.com/wp-content/uploads/2026/06/mob-contact-overlay.webp");
  }

  .contact-form .gform-theme--foundation .gform_fields {
    gap: 6.154vw;
  }
  .contact-inner .contact-blocks br {
    display: none;
  }

  .contact-inner .primary-button .elementor-button,
  .who-we-are-section .primary-button .elementor-button,
  .budget-section .primary-button .elementor-button {
    width: 100%;
  }
  .inspection-block .content-block {
    height: auto;
  }
  .policy-content-container .contact-block {
    padding: 4.103vw;
    border-radius: 2.051vw;
  }
  .policy-content-container .contact-block h4 {
    font-size: 3.2vw;
    margin-bottom: 2.051vw;
  }
  .policy-content-container .contact-block p,
  .policy-content-container .contact-block address,
  .policy-content-container .contact-block a {
    font-size: 3vw;
  }
  .policy-banner .listing-block ul {
    gap: 1.051vw;
    justify-content: start;
  }
  .policy-banner .listing-block li {
    padding-left: 4vw;
  }
  .policy-banner .listing-block li::before {
    width: 1.417vw;
    height: 1.417vw;
  }
  .clipit-coupons .clipit-coupon {
    width: 100%;
    padding: 4.103vw;
    border-radius: 3.077vw;
  }
  .clipit-coupons .clipit-coupon__title-wrapper {
    gap: 2.4vw;
  }
  .clipit-coupons .clipit-coupon__title {
    font-size: 4.2vw;
  }
  .clipit-coupons .clipit-coupon__asset-wrapper svg,
  .clipit-coupons .clipit-coupon__asset-wrapper img {
    width: 3.8vw;
    height: 3.8vw;
  }
  .clipit-coupons .clipit-coupon__asset-wrapper {
    padding: 2vw;
  }
  .clipit-coupons .offer-badge {
    padding: 0.8vw 1.6vw;
    font-size: 2vw;
  }
  .clipit-coupons .clipit-coupon__subtitle {
    font-size: 3.2vw;
  }
  .clipit-coupons .clipit-coupon__content-wrapper.with-img {
    gap: 2.4vw;
  }
  .clipit-coupons .clipit-coupon__button {
    padding: 3vw 4vw;
    font-size: 3.8vw;
  }
  .service-slider .swiper-pagination-clickable .swiper-pagination-bullet,
  .client-slider .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 2.821vw;
    height: 2.821vw;
  }
  .clipit-coupons .clipit-coupon__subtitle {
    font-size: 3.2vw;
  }
  .clipit-coupons .clipit-coupon__fine {
    padding: 1.9vw;
    border-radius: 0.556vw;
    font-size: 2.6vw;
  }

  .service-slider .swiper-pagination {
    margin-top: 6.154vw;
  }

  .client-slider .swiper-pagination {
    margin-top: 4.103vw;
  }

  .how-work-slider .how-work-slide {
    height: 100% !important;
  }
  body .primary-button .elementor-button-icon svg {
    width: 2.564vw;
    height: 2.564vw;
  }

  .primary-button .elementor-button {
    width: 100%;
  }
  .cta-section .btn-block .elementor-button,
  .btn-mob-full .elementor-button {
    display: inline-block;
    width: 100%;
  }
  .faq-container.faq-full .e-n-accordion .e-n-accordion-item-title {
    padding: 0;
  }
  .featured-block {
    padding: 4.103vw;
    font-size: 3.59vw;
  }
  .service-area-map .map-inner {
    height: 283.898px;
  }
  .contact-form .gform-theme--foundation .gfield textarea {
    min-height: 37.949vw;
  }

  .contact-form .gform-field-label {
    font-size: 3.59vw !important;
    margin-bottom: 2.051vw !important;
  }

  .contact-form .gform-theme--foundation .gfield .ginput_password.large,
  .contact-form .gform-theme--foundation .gfield input.large,
  .contact-form .gform-theme--foundation .gfield select.large,
  .contact-form .gform-theme--foundation .gfield textarea {
    border: 2px solid #d1d5db;
    font-size: 4.103vw !important;
    padding: 3.59vw 4.103vw;
    line-height: 1;
    height: auto;
  }

  .contact-form .gform-theme--foundation .gfield textarea {
    height: 31.795vw !important;
    border-radius: 3.846vw;
  }

  .contact-form.modal .primary-button .elementor-button-icon svg {
    width: 2.903vw;
    height: 2.903vw;
  }

  .contact-form .gform-footer .gform_button.button,
  body .contact-form.modal .gform-footer .gform_button.button {
    font-size: 4.615vw !important;
    padding: 4.103vw !important;
    border-radius: 3.077vw !important;
  }

  .map-block .map-inner {
    padding-top: 100%;
  }
  .footer-address-block .elementor-icon-box-title::after {
    width: 3.59vw;
    height: 3.59vw;
    right: -5.128vw;
    top: 1.282vw;
  }
  .footer-right .col-nav {
    max-width: 50% !important;
    flex: 50% !important;
  }

  .policy-link-wrapper .hfe-nav-menu {
    margin-left: 0;
  }
  .popup-wrapper .popup-content-block {
    flex-direction: initial;
  }
  .popup-wrapper .contact-form input,
  .popup-wrapper .contact-form textarea {
    padding: 1.172vw 1.563vw;
    border-radius: 2.051vw;
    font-size: 4.103vw !important;
  }

  .popup-wrapper .contact-form input::placeholder,
  .popup-wrapper .contact-form textarea::placeholder {
    font-size: 4.103vw !important;
  }

  .popup-wrapper .contact-form label {
    font-size: 3.59vw !important;
    margin-bottom: 2.051vw;
  }

  .special-boxes::before {
    border-width: 0 15.385vw 15.385vw 0;
  }
  .carrer-form .form-box p {
    font-size: 4.103vw;
  }
  .carrer-form .gform_fields.form_sublabel_below,
  .carrer-form .form-row.two-col {
    gap: 6.154vw;
  }

  .carrer-form .form-box h3,
  .carrer-form .additional-info label,
  .carrer-form .gfield--type-fileupload label {
    font-size: 5.128vw;
    margin-bottom: 6.667vw;
  }

  .carrer-form .form-box {
    padding: 5.128vw;
    border-radius: 2.051vw;
  }

  .carrer-form .form-row.three-col {
    gap: 6.154vw;
  }
  .carrer-form .form-row.three-col .job {
    width: 33.3%;
  }
  .carrer-form .form-row.three-col .job h4 {
    font-size: 4.615vw;
    margin-bottom: 4.103vw;
  }

  .carrer-form .form-row.two-col .input-wrapper + .input-wrapper {
    padding-top: 4.103vw;
  }

  .carrer-form .form-row.two-col .input-wrapper label {
    padding-bottom: 2.051vw;
  }

  .carrer-form .form-row.three-col .input-wrapper label {
    padding-bottom: 1.026vw;
  }

  .carrer-form .input-wrapper + .input-wrapper {
    padding-top: 3.077vw;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="tel"],
  input[type="time"],
  input[type="month"],
  input[type="tel"],
  textarea,
  select,
  .select2-container .select2-selection--single {
    padding: 3.077vw;
    border-radius: 2.051vw;
    font-size: 4.103vw !important;
  }

  .carrer-form input[type="text"],
  .carrer-form input[type="email"],
  .carrer-form input[type="url"],
  .carrer-form input[type="password"],
  .carrer-form input[type="search"],
  .carrer-form input[type="number"],
  .carrer-form input[type="date"],
  .carrer-form input[type="datetime"],
  .carrer-form input[type="datetime-local"],
  .carrer-form input[type="week"],
  .carrer-form input[type="tel"],
  .carrer-form input[type="time"],
  .carrer-form input[type="month"],
  .carrer-form input[type="tel"],
  .carrer-form textarea,
  .carrer-form select,
  .carrer-form .select2-container .select2-selection--single {
    padding: 2.051vw 3.077vw !important;
    border-radius: 2.051vw !important;
    font-size: 4.103vw !important;
    height: 10.256vw !important;
  }
  .carrer-form .input-wrapper label {
    font-size: 3.59vw;
  }

  .carrer-form .input-wrapper textarea::placeholder {
    font-size: 4.103vw;
  }

  .carrer-form .input-wrapper textarea {
    height: 43.077vw;
  }
  .carrer-form .form-box p {
    margin-bottom: 4.103vw;
  }
  .carrer-form .gfield--type-fileupload .gform_drop_area {
    padding: 8.205vw 6.154vw 6.154vw;
    border-radius: 2.051vw;
  }

  .resume-upload .upload-label {
    gap: 2.051vw;
  }

  .upload-label p {
    margin-bottom: 2.051vw;
    font-size: 4.103vw;
  }

  .carrer-form .gfield--type-fileupload .gform_drop_area::before {
    width: 9.231vw;
    height: 6.41vw;
  }

  .upload-label .btn {
    padding: 3.077vw 5.128vw;
    border-radius: 2.051vw;
    gap: 2.051vw;
  }

  .resume-upload #fileName {
    font-size: 3.59vw;
  }

  .resume-upload .file-icon {
    width: 3.077vw;
    height: 4.103vw;
  }

  .carrer-form .sumit-btn {
    gap: 2.051vw;
    font-size: 4.615vw;
    padding: 4.103vw 30px;
    min-width: 51.282vw;
  }
  .carrer-form .form-row.two-col,
  .carrer-form .form-row.three-col {
    flex-direction: column;
  }

  .carrer-form .form-row.three-col .job,
  .carrer-form .form-row.two-col .form-box {
    width: 100%;
  }

  .elementor-kit-6 button,
  .elementor-kit-6 input[type="button"],
  .elementor-kit-6 input[type="submit"],
  .elementor-kit-6 .elementor-button {
    border-radius: 2.051vw;
  }
  .blog-details-page .entry-content ul,
  .blog-details-page .entry-content ol {
    padding-left: 4.103vw;
    margin-bottom: 6.154vw;
  }

  .blog-single-page .pagination {
    display: none;
  }

  .homebanner::before {
    background: linear-gradient(
      180deg,
      rgba(13, 49, 92, 0.91) 14.91%,
      rgba(13, 49, 92, 0) 63.94%,
      #0d315c 100%
    );
  }
  .slider-from-desktop .swiper-pagination-bullet {
    width: 2.821vw;
    height: 2.821vw;
  }
  .slider-from-desktop {
    padding-bottom: 5.2vw;
  }
  .pricing-section.bg-mobile-only {
    background-image: none !important;
    background-color: rgba(13, 49, 92, 1);
  }
  .pricing-section .main-heading,
  .pricing-section .desc p {
    color: #fff;
    text-align: center;
  }
  .pricing-section .badge {
    margin: 0 auto !important;
    color: #fff !important;
    background-color: rgba(209, 26, 42, 1);
    text-transform: uppercase;
  }
  .slider-navigatoin-design .my-slide {
    height: auto;
  }
  .slider-navigatoin-design .swiper-pagination {
    position: relative;
    top: 8px;
  }
  .list-with-order {
    padding-left: 13.077vw !important;
  }
  .list-with-order::before {
    width: 7.949vw;
    height: 7.949vw;
    font-size: 5.128vw;
  }
  .list-with-order .elementor-icon-box-title {
    line-height: 4.8vw !important;
  }
  .listing-style {
    height: 9.744vw;
  }

  .faq-container .e-n-accordion {
    flex-direction: column;
    row-gap: 0;
  }

  .faq-container .e-n-accordion .e-n-accordion-item {
    width: 100%;
  }
  .faq-container.faq-full
    .e-n-accordion
    .e-n-accordion-item
    > .e-con-full
    .elementor-widget-text-editor {
    margin: 0;
  }
  .faq-container.faq-full
    .e-n-accordion
    .e-n-accordion-item
    > .e-con-full
    .elementor-widget-text-editor
    p {
    font-size: 3.59vw;
    line-height: 1.5;
  }
  .image-with-text-section .icon-box .elementor-icon-box-icon {
    width: 12.308vw;
    height: 12.308vw;
  }

  .image-with-text-section .elementor-button,
  .market-section .elementor-button {
    width: 100%;
  }

  .contact-inner {
    box-shadow: none !important;
  }

  /* blog */
  .listing-block .bsg-search-row {
    gap: 3.077vw;
    flex-direction: column;
  }

  .listing-block .bsg-search-row .bsg-search-btn {
    width: 100%;
    height: auto;
    gap: 1.172vw;
    padding: 4.103vw;
    font-size: 4.615vw;
  }

  .listing-block .bsg-search-row .bsg-search-input {
    border-radius: 8px;
    padding: 4.103vw 4.103vw 4.103vw 12.308vw;
    font-size: 4.615vw;
  }

  .listing-block .bsg-search-row .bsg-search-input::placeholder {
    font-size: 18px;
  }

  .listing-block .bsg-search-row .input-search svg {
    left: 4.103vw;
    width: 4.103vw;
    height: 4.103vw;
  }

  .listing-block .bsg-wrap {
    gap: 6.154vw;
  }

  .tab-wrapper .bsg-tabs .bsg-tab {
    font-size: 4.103vw;
    padding: 1.538vw 3.077vw;
    border-radius: 1.538vw;
  }

  .tab-wrapper .bsg-tabs {
    gap: 2.564vw;
  }

  .listing-block .bsg-badge {
    padding: 1.026vw 3.077vw;
    font-size: 3.077vw;
    top: 4.103vw;
    left: 4.103vw;
  }

  .listing-block .bsg-card .bsg-body {
    gap: 2.564vw;
    padding: 6.154vw;
  }

  .listing-block .bsg-card .bsg-title {
    font-size: 4.615vw;
  }

  .listing-block .bsg-card .bsg-excerpt {
    font-size: 3.59vw;
    margin-bottom: 0;
  }

  .listing-block .bsg-card .bsg-meta {
    font-size: 3.59vw;
  }

  .listing-block .bsg-card {
    height: stretch;
    border-radius: 4.103vw;
  }

  .listing-block .bsg-grid {
    position: relative;
    overflow: visible;
  }

  .listing-block .bsg-grid .swiper-pagination {
    bottom: -30px;
    line-height: 1;
  }

  .listing-block .bsg-grid .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #a19191;
  }

  .listing-block
    .bsg-grid
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0d315c;
  }

  .need-service-block .elementor-button {
    padding: 4.103vw;
  }

  .blog-sidebar .category-card,
  .blog-sidebar .popular-post-contanier {
    padding: 6.154vw;
    gap: 3.077vw 0vw;
  }

  .category-card > h3,
  .popular-post-contanier > h3 {
    font-size: 5.5vw;
  }

  .category-card .category .left {
    gap: 3.077vw;
    font-size: 4.103vw;
  }

  .category-card .icon {
    width: 4.103vw;
    height: 4.103vw;
  }

  .category-card .count {
    font-size: 4vw;
    padding: 0;
    width: 5.128vw;
    height: 5.128vw;
  }

  .popular-post-content h4 {
    font-size: 3.59vw;
  }

  .popular-post-content p {
    font-size: 3.077vw;
  }

  .popular-post-item {
    gap: 3.077vw;
  }

  .post-image {
    width: 16.41vw;
    height: 16.41vw;
  }

  .popular-post-item + .popular-post-item {
    padding-top: 4.103vw;
  }

  .service-list .elementor-icon-list-item {
    padding: 2.051vw 3.077vw !important;
  }

  .blog-details-page .entry-title {
    font-size: 7.179vw;
  }

  .blog-details-page .entry-header {
    min-height: 55.923vw;
    gap: 4.103vw;
  }
  .blog-details-page .entry-description {
    font-size: 3.5vw;
  }
  .blog-details-page .dot {
    width: 1.538vw;
    height: 1.538vw;
  }
  .blog-details-page .dot.desktop {
    display: none;
  }
  .blog-details-page .dot.mobile {
    display: block;
  }
  .blog-details-page .date-wrapper {
    display: flex;
    align-items: center;
    gap: 2.051vw;
  }
  .blog-details-page .featured-image img {
    border-radius: 4.103vw;
  }
  .blog-details-page .entry-content p {
    font-size: 3.59vw;
  }
  .blog-details-page .entry-content h1,
  .blog-details-page .entry-content h2,
  .blog-details-page .entry-content h3,
  .blog-details-page .entry-content h4,
  .blog-details-page .entry-content h5,
  .blog-details-page .entry-content h6 {
    font-size: 6.7vw;
    margin-top: 4.103vw;
    padding-bottom: 2.051vw;
    margin-bottom: 6.154vw;
    padding-left: 5.128vw;
  }
  .blog-details-page .entry-content h1::before,
  .blog-details-page .entry-content h2::before,
  .blog-details-page .entry-content h3::before,
  .blog-details-page .entry-content h4::before,
  .blog-details-page .entry-content h5::before,
  .blog-details-page .entry-content h6::before {
    font-size: 6.7vw;
    line-height: 5vw;
  }
  .blog-details-page .cta-box {
    border-left: 1.026vw solid #dc2626;
    padding: 4.103vw;
    margin: 4.103vw 0;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 3.077vw;
  }
  .blog-details-page .cta-text strong {
    font-size: 5.128vw;
    margin-bottom: 2.051vw;
  }
  .blog-details-page .cta-box .cta-text {
    font-size: 4.103vw;
    line-height: 1.3;
  }
  .blog-details-page .cta-box p {
    width: max-content;
  }
  .blog-details-page .cta-box .cta-btn {
    padding: 4.103vw 8.205vw;
    border-radius: 0.586vw;
    font-size: 4.615vw;
    gap: 2.051vw;
  }
  .blog-details-page .cta-box .arrow-icon {
    width: 4.103vw;
    height: 4.103vw;
  }
  .blog-details-page .entry-content li {
    font-size: 3.59vw;
    font-weight: 600;
  }
  .rating-slider.swiper {
    display: block !important;
    overflow: hidden;
  }

  .rating-slider .swiper-wrapper {
    display: flex !important;
  }

  .rating-slider .swiper-slide {
    width: calc((100% - 20px) / 3) !important; /* 👈 force 3 slides */
  }
  /* .top-bar-call {
    position: fixed;
    bottom: 0;
  } */
  .policy-content-container h1,
  .policy-content-container h2,
  .policy-content-container h3,
  .policy-content-container h4,
  .policy-content-container h5,
  .policy-content-container h6 {
    margin-bottom: 3.103vw;
    font-size: 4.615vw;
  }
  .policy-content-container p,
  .policy-content-container li {
    font-size: 3.6vw;
    margin-bottom: 3.7vw;
  }
  .pricing-for-mob .box-design-mob {
    background-color: #fff !important;
    box-shadow: 0 0 12.7px 0 rgba(0, 0, 0, 0.18);
  }

  .pricing-for-mob {
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .faq-container.faq-full .e-n-accordion .e-n-accordion-item {
    border-radius: 4.103vw;
    padding: 2.051vw;
  }
  .faq-container.faq-full .e-n-accordion .e-n-accordion-item-title::before {
    left: 0;
    top: 0;
    width: 8.205vw;
    height: 8.205vw;
    background-size: 3.846vw;
    padding: 0;
    border-radius: 100%;
    min-width: 8.205vw;
    min-height: 8.205vw;
  }
  .faq-container.faq-full .e-n-accordion .e-n-accordion-item > .e-con-full {
    padding: 2.564vw 2.564vw 2.564vw 0;
    margin: 0 0 0 13vw;
  }
  .faq-container.faq-full .e-n-accordion .e-n-accordion-item-title {
    gap: 4.103vw;
    align-items: center;
  }
  .faq-container.faq-full
    .e-n-accordion
    .e-n-accordion-item
    .e-n-accordion-item-title-icon {
    width: 8.205vw;
    height: 8.205vw;
    min-width: 8.205vw;
    min-height: 8.205vw;
  }
  .faq-container.faq-full
    .elementor-widget-n-accordion
    .e-n-accordion-item[open]
    > .e-n-accordion-item-title
    .e-n-accordion-item-title-icon
    span
    > svg,
  .faq-container.faq-full
    .elementor-widget-n-accordion
    .e-n-accordion-item
    .e-n-accordion-item-title-icon
    span
    > svg {
    width: 4.103vw;
    height: 4.103vw;
  }
  .faq-container.faq-full
    .e-n-accordion
    .e-n-accordion-item
    .e-n-accordion-item-title-icon
    .e-opened {
    left: 0;
  }
  .faq-container.faq-full
    .e-n-accordion
    .e-n-accordion-item-title
    .e-n-accordion-item-title-header {
    padding-right: 13vw;
  }
  .faq-container.faq-full
    .e-n-accordion
    .e-n-accordion-item-title
    .e-n-accordion-item-title-header
    .e-n-accordion-item-title-text {
    font-size: 4.103vw;
    font-weight: 400 !important;
  }
  .faq-container.faq-full .e-n-accordion {
    row-gap: 4.103vw;
  }
  .slider-navigatoin-design {
    background: transparent !important;
  }

  .slider-navigatoin-design .my-slide {
    margin-right: 0 !important;
  }

  .reviews .grid {
    gap: 4.103vw;
    flex-direction: column;
  }
  .reviews .grid .card {
    width: 100%;
    padding: 4.103vw;
    border-radius: 3.077vw;
    gap: 4.103vw;
    box-shadow: 0px 4px 7.3px 0px #0000001f;
  }
  .reviews .grid .card .stars svg {
    width: 4.103vw;
    height: 4.103vw;
  }
  .reviews .grid .card p {
    font-size: 3.59vw;
  }
  .reviews .footer .verified,
  .reviews .footer .name {
    gap: 1.026vw;
    font-size: 3.077vw;
  }
  .reviews .pagination {
    margin-top: 4.103vw;
    gap: 1.795vw;
  }
  .reviews .pagination .page-numbers,
  .blog-single-page .pagination .page-numbers,
  .archive.category .pagination .page-numbers {
    width: 6.41vw;
    height: 6.41vw;
    font-size: 4.615vw;
  }
  .reviews .pagination .prev.page-numbers,
  .blog-single-page .pagination .prev.page-numbers,
  .archive.category .pagination .prev.page-numbers,
  .reviews .pagination .next.page-numbers,
  .blog-single-page .pagination .next.page-numbers,
  .archive.category .pagination .next.page-numbers {
    width: 20.513vw;
    height: 12.821vw;
  }
  .reviews .pagination .next.page-numbers,
  .blog-single-page .pagination .next.page-numbers,
  .archive.category .pagination .next.page-numbers {
    margin-left: 4.359vw;
  }
  .logos-wrapper .elementor-widget-image {
    height: 21.538vw;
  }

  .primary-button-small a.elementor-button.elementor-button-link {
    padding: 2.308vw 4.103vw;
    font-size: 3.59vw !important;
  }
  .footer-bottom-wrap {
    padding: 4.103vw 0 50px !important;
  }
  .bottom-col-left p {
    font-size: 3.077vw;
  }

  .bottom-col-left,
  .bottom-col-middle {
    width: auto !important;
  }
  .footer-bottom-inner {
    justify-content: space-between;
  }
  .footer-bottom-inner {
    justify-content: space-between;
    row-gap: 3.077vw;
  }

  .contact-form.modal .gform-field-label {
    font-size: 3.59vw !important;
  }

  .contact-form.modal .gform-theme--foundation .gfield .ginput_password.large,
  .contact-form.modal .gform-theme--foundation .gfield input.large,
  .contact-form.modal .gform-theme--foundation .gfield select.large,
  .contact-form.modal .gform-theme--foundation .gfield textarea {
    border-radius: 2.051vw;
  }
  .contact-form.modal .gform-theme--foundation .gfield textarea {
    border-radius: 2.051vw;
    min-height: 31.795vw;
    max-height: 31.795vw;
  }
  .contact-form .gform-footer .gform_button.button,
  .contact-form.modal .gform-footer .gform_button.button {
    border-radius: 2.051vw;
  }
  body .mega-dropdown-menu .mega-sub-menu {
    position: static !important;
    width: calc(100% - 30px) !important;
    margin: 0 15px !important;
    padding: 0 !important;
    transform: none !important;
    max-height: 100% !important;
  }
  .carrer-form .gfield--type-fileupload .gfield_description,
  .carrer-form .gfield--type-fileupload .gform_drop_instructions {
    font-size: 4.103vw;
    margin-bottom: 4.103vw;
  }
  .carrer-form .gfield--type-fileupload label {
    margin-bottom: 4.103vw;
  }
  body .carrer-form .gfield--type-fileupload .gform_button_select_files {
    font-size: 4.103vw !important;
    padding: 2.564vw !important;
    gap: 1.538vw;
  }
  .carrer-form .gfield--type-fileupload .gform_button_select_files::before {
    width: 3.077vw;
    height: 4.103vw;
  }
  body #carrer-card .carrer-form .gform-footer .gform_button {
    padding: 2.564vw 3vw;
    font-size: 4.103vw !important;
    gap: 2vw;
  }
  .carrer-form .gform-footer {
    margin-top: 6.154vw !important;
  }
  .carrer-form .gform-footer .gform_button svg {
    width: 3.8vw;
    height: 3.8vw;
  }
  .reviews .footer .verified svg {
    width: 5.641vw;
    height: 5.641vw;
  }
}

@media (min-width: 1920px) {
  .how-work-slider .swiper-wrapper,
  .my-slider .swiper-wrapper,
  .service-slider .swiper-wrapper,
  .client-slider .swiper-wrapper,
  .how-work-slider .swiper-slide,
  .service-slider .swiper-slide,
  .client-slider .swiper-slide {
    height: 100% !important;
  }

  .primary-button .elementor-button-content-wrapper {
    gap: 0.833vw !important;
  }
}

.entry-content p a {
  box-shadow: none !important;
}

.our-service-section a {
  color: #fff;
  transition: all ease 0.3s;
}

.our-service-section a:hover {
  color: #ffffffbf;
}

.elementor-button:hover svg,
.elementor-button:focus svg {
  fill: inherit !important;
}

.elementor-button:hover svg *,
.elementor-button:focus svg * {
  fill: var(--e-global-color-primary) !important;
}

.elementor-button:hover svg [stroke="currentColor"],
.elementor-button:focus svg [stroke="currentColor"] {
  fill: none !important;
  stroke: currentColor !important;
}
