/*
	Theme Name:     Sydney Emergency Plumb
	Theme URI:      
	Description:    Sydney Emergency Plumb
	Author:         Sydney Emergency Plumb
	Author URI:     
	Template:       Divi
	Version:        1.0.0
*/

body {
  font-family: "Mulish", sans-serif;

  font-size: 16px;
  color: #000;
  margin: 0 !important;
  font-weight: 400;
}

div#main-content {
  margin-top: 166px;
}

.tab_show {
  display: none !important;
}

/*  */

.site_wcs_img {
  height: 122px;
  background: white;
  text-align: center;
  display: flex;
  border-radius: 10px;
}

.site_wcs_img span.et_pb_image_wrap {
  margin: auto;
  justify-content: center;
}

.border_bottom {
  position: relative;
}
.seo_section_left_img img {
  height: 555px;
  width: 100%;
  object-fit: cover;
}

.seo_section_left_col {
  margin: auto !important;
}

.border_bottom:before {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  width: 1300px;
  height: 1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.active_img .seo_section_left_img img {
  clip-path: inset(0 0 0 0);
}

.seo_section_left_img img {
  clip-path: inset(0 0 100% 0);
  position: relative;
  transition: clip-path 1.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.seo_section_left_img img {
  border-radius: 13px;
}

.site_desc {
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}

.satisfaction_row {
  width: 100% !important;
  max-width: 100% !important;
}

.Satisfaction_section {
  background: rgba(50, 155, 214, 1) !important;
}
.full_img_box_seo img {
  width: 100%;
  height: 566px !important;
}
.satisfaction_col_2 {
  margin: auto !important;
  padding-left: 3%;
  padding-right: 17%;
}

.full_img_box_seo img {
  object-fit: cover;
}

.help-now-section {
  text-align: center;
  position: relative;
}

.help-now-container {
}

.help-now-main-heading {
  animation: fadeInDown 1s ease-out;
}

.help-now-sub-heading {
  font-size: 1.05rem;
  color: #aaaaaa;
  max-width: 850px;
  margin: 0 auto 100px auto;
  line-height: 1.7;
  animation: fadeIn 1.2s ease-out;
}

.help-now-cards-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  perspective: 1000px;
}

.help-now-card {
  background-color: #ffffff;
  color: #000000;
  border-radius: 24px;
  padding: 50px 35px 34px 23px;
  width: 100%;
  max-width: 520px;
  position: relative;
  text-align: left;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.4);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(50px);
  animation: scrollReveal 1s cubic-bezier(0.1, -0.01, 0, 0.99) forwards;
}

.help-now-card:nth-child(1) {
  animation-delay: 0.3s;
}
.help-now-card:nth-child(2) {
  animation-delay: 0.6s;
}

.help-now-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0px 25px 50px rgba(201, 29, 29, 0.2);
  border: 1px solid rgba(201, 29, 29, 0.2);
}

.help-now-icon-badge {
  background: linear-gradient(135deg, #e52d27 0%, #b31217 100%);
  color: #ffffff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  position: absolute;
  top: -35px;
  left: 40px;
  box-shadow: 0px 8px 20px rgba(201, 29, 29, 0.4);
  transition: all 0.4s ease;
}

.help-now-card:hover .help-now-icon-badge {
  transform: rotate(360deg);
  background: linear-gradient(135deg, #b31217 0%, #e52d27 100%);
}

.help-now-card-title {
  font-size: 1.45rem;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #111111;
  transition: color 0.3s ease;
}

.help-now-card:hover .help-now-card-title {
  color: #c91d1d;
}

.help-now-card-desc {
  font-size: 0.98rem;
  color: #555555;
  line-height: 1.6;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes scrollReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .help-now-main-heading {
    font-size: 1.9rem;
  }

  .help-now-cards-grid {
    gap: 70px;
  }

  .help-now-card {
    padding: 45px 25px 30px 25px;
  }
}

.help-now-cards-grid {
  margin-top: 68px;
}

section.help-now-section .site_desc {
  margin-top: 20px;
}

.help-now-card {
  max-width: 48%;
}

p.help-now-card-desc {
  font-size: 14px;
  line-height: 28px;
  color: black;
  font-weight: 400;
}

h3.help-now-card-title {
  font-size: 22px;
  color: black;
  font-weight: 700;
}

.help-now-card {
  box-shadow: 0px 12px 14px 0px rgba(0, 0, 0, 0.26) inset;
}

.customers_section {
  background: rgba(20, 30, 36, 1);
}

/*  slider testimoniyal */

.review-section {
  margin: 0 auto;
  padding: 20px;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.review-main-title {
  font-family: "Fredoka", sans-serif;
  font-size: 2.3rem;
  color: #ffffff;
  max-width: 600px;
}

.rating-badges-container {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.customer-stars-block {
  text-align: center;
}

.customer-stars-label {
}

.stars-gold {
  color: #ffb400;
  font-size: 1.1rem;
}

.badge-outline {
  border: 1px solid #4a5568;
  border-radius: 12px;
  padding: 10px 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.02);
}

.badge-count {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
}

.badge-text {
  font-size: 0.75rem;
  color: #a0aec0;
}

.badge-blue {
  background-color: #2b93d1;
  border-radius: 12px;
  padding: 10px 20px;
  text-align: center;
  color: #ffffff;
  min-width: 120px;
}

.badge-rating {
  font-size: 1.4rem;
  font-weight: 600;
}

.swiper {
  width: 100%;
  padding-bottom: 60px !important;
}

.review-card {
  background-color: #ffffff;
  color: #2d3748;
  border-radius: 20px;
  padding: 25px 31px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 5px;
}

.customer-name {
  font-size: 1.1rem;
  color: #c53030;
  font-weight: 600;
}

.card-text {
  font-size: 0.88rem;
  line-height: 1.5;
  color: #4a5568;
}

.swiper-scrollbar {
  background: rgba(255, 255, 255, 0.1) !important;
  height: 4px !important;
  border-radius: 2px !important;
  width: 30% !important;
  margin: 0 auto !important;
  left: 0 !important;
  right: 0 !important;
}

p.customer-stars-label {
  font-size: 15px;
  color: white;
  font-weight: 400;
}

span.badge-text {
  font-size: 16px;
  color: white;
}

span.badge-count {
  text-align: left;
  color: white;
  font-size: 31px;
}

span.badge-rating {
  text-align: left;
  font-size: 31px;
}

.badge-blue {
  text-align: left;
}

span.badge-rating i {
  color: rgba(255, 183, 7, 1);
  font-size: 18px;
}

.stars-gold {
  display: flex;
}

.stars-gold i {
  flex: auto;
}

p.customer-stars-label {
  margin-bottom: 10px;
}

p.card-text {
  line-height: 28px;
  color: black;
}

span.customer-name {
  font-size: 20px;
  font-weight: 700;
}

.swiper-scrollbar-drag {
  background: #ffffff !important;
  border-radius: 2px !important;
}

@media (max-width: 768px) {
  .review-header {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .review-main-title {
    font-size: 1.8rem;
  }
  .rating-badges-container {
    justify-content: center;
  }
  .swiper-scrollbar {
    width: 60% !important;
  }
}
/* end */

.faq-site-dev-heading {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
  font-weight: 700;
  color: #ffffff;
}

/* 2-Column Responsive Layout Grid */
.faq-site-dev-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

.faq-site-dev-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Accordion Box Design */
.faq-site-dev-item {
  background-color: #161a1f; /* Soft dark grey box */
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Accordion Header Button */
.faq-site-dev-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 600;
  color: #e5e7eb;
  transition: all 0.3s ease;
}

/* SAME TO SAME: Active Blue State from Image */
.faq-site-dev-item.active {
  background: rgba(50, 155, 214, 1);
}

.faq-site-dev-item.active .faq-site-dev-toggle {
  color: #ffffff;
}

/* Plus/Minus Icons using CSS Shapes */
.faq-site-dev-icon {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 15px;
}

.faq-site-dev-icon::before,
.faq-site-dev-icon::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

/* Horizontal line */
.faq-site-dev-icon::before {
  width: 10px;
  height: 2px;
}

/* Vertical line */
.faq-site-dev-icon::after {
  width: 2px;
  height: 10px;
}

/* Active Icon State (Changes Plus to Minus) */
.faq-site-dev-item.active .faq-site-dev-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

/* Content Container Smooth Height Transition */
.faq-site-dev-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
}

.faq-site-dev-inner {
  padding: 0 24px 22px 24px;
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.6;
}

.faq-site-dev-item.active .faq-site-dev-inner {
  color: #f1f5f9; /* Lighter text color inside the blue box */
}

/* Bottom View More Button Styling */
.faq-site-dev-action-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.faq-site-dev-btn {
  display: flex;
  align-items: center;
  background-color: #dc2626; /* Dark Red */
  border: none;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(220, 38, 38, 0.3);
  transition: transform 0.2s ease;
}

.faq-site-dev-btn:hover {
  transform: scale(1.03);
}

.faq-site-dev-btn-icon {
  background-color: #38bdf8; /* Cyan/Light blue icon box */
  color: #ffffff;
  font-weight: bold;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
}

.faq-site-dev-btn-text {
  color: #ffffff;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 1rem;
}

/* Responsive Handling for Mobile & Tablets */
@media (max-width: 992px) {
  .faq-site-dev-grid {
    grid-template-columns: 1fr; /* Single column on smaller viewports */
    gap: 15px;
  }
}

@media (max-width: 640px) {
  .faq-site-dev-section {
  }
  .faq-site-dev-heading {
    font-size: 1.7rem;
  }
  .faq-site-dev-toggle {
    padding: 16px 18px;
    font-size: 0.95rem;
  }
}

/* about us seciton */

.about-us-bag {
  background: rgba(248, 248, 249, 1);
  width: 106px;
  position: absolute;
  right: 0;
  top: 140px;
}

.about_us_img img {
  width: 100%;
  height: 507px !important;
  object-fit: cover;
  border-radius: 40px;
}

.about_us_col_1 {
  padding-right: 57px;
}

.about-us-site-badge-icon-wrap {
  background: rgba(203, 29, 27, 1);
  width: 68px;
  height: 68px;
  display: flex;
  border-radius: 100%;
}

.about-us-site-badge-icon-wrap svg {
  margin: auto;
}

span.about-us-site-badge-number {
  font-size: 38px;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  margin-bottom: 12px;
  text-align: center;
}

span.about-us-site-badge-title {
  font-size: 12px;
  color: black;
  display: block;
  text-align: center;
  line-height: 16px;
  font-weight: 500;
}

.about-us-site-badge-icon-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.about-us-site-experience-badge {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.about-us-bag {
  border-radius: 50px;
  right: 20px;
  transform: translateY(7%);
  animation: aboutUsSiteFloat 14s ease-in-out infinite;
}

.site_desc {
  line-height: 28px !important;
}

.site_desc p {
  margin-bottom: 20px;
}

.site_desc p:last-child {
  margin-bottom: 0px !important;
}

.site_ttile_main {
  background: rgba(203, 29, 27, 1);
  display: inline;
  color: white;
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 18px;
  display: inline-block;
}
/* Floating Animation Effect */
@keyframes aboutUsSiteFloat {
  0%,
  100% {
    transform: translateY(-0%);
  }
  50% {
    transform: translateY(-55%);
  }
}

.customers_section {
  overflow: hidden !important;
}
/* about us seciton */

.services-area-home-swiper {
  margin-top: 30px;
  padding-bottom: 0px !important;
}
/* Heading Design */
.services-area-home-slider-heading.services-area-home {
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}

/* Swiper Wrapper Transition Tuning for Continuous Loop */
.services-area-home-swiper.services-area-home .swiper-wrapper {
  transition-timing-function: linear !important; /* Forces the slider to move seamlessly without jerks */
}

/* Same to Same Logo Card Design from Image */
.services-area-home-logo-card.services-area-home {
  background-color: #ffffff; /* White block wrapper */
  border-radius: 12px; /* Rounded corners as per image */
  padding: 15px 20px;
  height: 100px; /* Fixed height for uniformity */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.services-area-home-logo-card.services-area-home:hover {
  transform: scale(1.03);
}

.services-area-home-logo-img.services-area-home {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Keeps logo proportions safe */
  display: block;
}

/* Responsive Breakpoint Adjustment for Mobile/Tablets */
@media (max-width: 768px) {
  .services-area-home-swiper {
    margin-top: 14px;
    padding-bottom: 0px !important;
  }
  .services-area-home-slider-heading.services-area-home {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .services-area-home-logo-card.services-area-home {
    height: 80px;
  }
}

/* area we serv */

.area-we-serve-inner {
  display: flex;
}

.area-we-serve-col-2 {
  width: 80%;
  padding-right: 67px;
}

.area-we-serve-col.area-we-serve-col-1 {
  width: 20%;
}

.area-we-serve-col-inner iframe {
  border-radius: 35px;
  width: 100%;
  height: 446px;
}

.service-btn {
  background: rgba(255, 255, 255, 1);
  display: flex;
  height: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 27px;
}

.services-container {
  height: 446px;
  overflow: auto;
  gap: 12px;
  max-width: 320px;
  padding: 10px;
}

.service-btn:hover {
  background: rgba(203, 29, 27, 1) !important;
  color: white;
}
.services-container::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.services-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.services-container::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.services-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.services-area-home-slider-container.services-area-home {
  overflow: hidden;
}

section.review-section {
  overflow: hidden;
}
/* end */
ul.trustedlandingimgs {
  display: flex;
  justify-content: center;
  gap: 31px;
  margin-top: 20px;
}

ul.trustedlandingimgs li {
  background: rgba(255, 255, 255, 1);
  list-style: none;
  width: 180px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

ul.trustedlandingimgs li img {
  object-fit: contain;
  height: auto;
  width: 140px;
  height: 34px;
}

/* why choose us */

.light_black {
  background: rgba(20, 30, 36, 1);
}

.why_c_us_m_section_row_row_2:after {
  /* content: ""; */
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: auto;
  left: 0;
  top: 0;
}

.why_c_us_m_section_row_row_2 {
  background: rgba(255, 255, 255, 0.05);
  width: 1548px !important;
  padding-left: 101px !important;
  border-radius: 51px;
}

.rps_img img {
  height: 516px !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: 51px;
}

.sab-t-section {
  background: rgba(203, 29, 27, 1);
  color: white;
  height: 40px;
  border-radius: 0px 0px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: white;
  width: 490px;
}

.desc_w_c_us_T {
  margin-bottom: 0px !important;
}

.desc_w_c_us {
  margin-bottom: 33px !important;
  padding-right: 60px;
}

.split-btn path {
  fill: white;
}

.white_bg_btn path {
  fill: black;
}

.desc_w_c_us_T {
  padding-top: 58px;
}

.desc_w_c_us .site_desc {
  line-height: 33px !important;
}
.why_choos_us_box_inner {
  display: flex;
}

.why_choos_us_box_icon {
  width: 86px;
  height: 86px;
  background: rgba(50, 155, 214, 1);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.why_choos_us_box_icon svg {
  margin: auto;
}

.why_choos_us_box_icon_T {
  color: rgba(255, 183, 7, 1);
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.why_choos_us_box_icon_St {
  font-size: 18px;
  color: white;
  font-weight: 500;
  text-align: center;
}

.why_choos_us_box_inner_box_inner {
  position: relative;
}

.why_choos_us_box.bg_svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.why_c_us_m_section_col_1 {
  width: 321px !important;
  margin: auto !important;
  margin-right: 0px !important;
}

.why_c_us_m_section_col_2 {
  width: calc(100% - 321px) !important;
}

.why_choos_us_box_inner {
  padding-left: 23px;
  justify-content: space-between;
}

.why_choos_us_box.bg_svg {
  top: 0;
}

.why_c_us_m_section_col_2 {
  margin: auto !important;
}

.why_choos_us_box_inner_box_inner {
  text-align: center;
}

.why_choos_us_box_inner_box {
  width: 287px;
}

.why_c_us_m_section_row {
  padding: 0px !important;
  margin-bottom: 77px !important;
  margin-top: 40px !important;
}

.why_choos_us_box_icon {
  /* margin-top: -20px; */
  position: relative;
  top: -43px;
}

.why_choos_us_box_icon_T {
  margin-top: -23px;
}

.why_c_us_m_section_col_2 {
  margin-bottom: 40px !important;
}
.why_choos_us_box_inner_box:hover .why_choos_us_box_icon {
  background: #cb1d1b;
}

.why_choos_us_box_inner_box:hover .why_choos_us_box.bg_svg path:nth-child(2) {
  fill: #cb1d1b;

  opacity: 1 !important;
  fill-opacity: 1 !important;
}
.our-guarantees-promise-card:hover path {
  fill: white;
}

.our-guarantees-promise-card:hover h3.our-guarantees-promise-card-title {
  color: #cb1d1b;
}
.faq-site-dev-item {
  border-left: 1.5px solid rgba(50, 155, 214, 1);
}
/* end */

.contact-home-section {
  width: 100%;

  background-color: #12161a;
}

.contact-home-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: "Comic Sans MS", cursive, sans-serif;
}

.contact-home-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 25px;
}

.contact-home-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-home-icon {
  width: 50px;
  height: 50px;
  background-color: #c61a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: white;
}

.contact-home-text h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2px;
}

.contact-home-text p {
  font-size: 0.95rem;
  color: #a0a5ab;
}

.contact-home-text a {
  color: #a0a5ab;
  text-decoration: none;
  transition: color 0.2s;
}

.contact-home-text a:hover {
  color: #ffffff;
}

.contact-home-map {
  width: 100%;
  height: 449px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.contact-home-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.get_in_touch_row {
  display: flex;
  flex-wrap: wrap;
}

.get_in_touch_col_6 {
  width: 50%;
  padding: 5px;
}

.get_in_touch input {
  border: 1px solid rgba(221, 221, 221, 1);
  width: 100%;
  border-radius: 5px;
  height: 50px;
}

.get_in_touch_col_12 {
  width: 100%;
  padding: 5px;
}

.get_in_touch select {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  padding-left: 10px;
}

.get_in_touch_box label {
  color: white;
  font-size: 12px;
}

.get_in_touch textarea {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  padding-left: 10px;
}

button.con_frm_btn {
  background: rgba(203, 29, 27, 1);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  position: relative;
}

button.con_frm_btn svg {
  position: relative;
  left: 7px;
  top: 2px;
}

.con_frm_btn span.wpcf7-spinner {
  position: absolute;

  left: auto;
  right: 0;
}
.get_in_touch textarea::placeholder,
.get_in_touch input::placeholder,
.get_in_touch select {
  color: black;
  font-size: 16px;
  padding-left: 10px;
}

.get_in_touch textarea {
  color: black;
  font-size: 16px;
}
.contact_us_col_1 {
  width: 55% !important;
}

.contact_us_col_2 {
  width: 40% !important;
}

.contact_us_col_1:after {
  content: "";
  border-left: 1px solid rgba(51, 51, 51, 1);
  width: 1px;
  height: 100%;
  position: absolute;
  right: -39px;
  left: auto;
  visibility: visible;
  display: block !important;
  top: 0;
}

.contact-home-container {
  margin-top: 21px;
  margin-bottom: 32px;
}

.Special-Plumbing-Offers-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.Special-Plumbing-Offers-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #ffffff;
}

.Special-Plumbing-Offers-grid {
  display: block;
}

.Special-Plumbing-Offers-row {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 20px;
  margin-bottom: 0;
}

.Special-Plumbing-Offers-card {
  display: table-cell;
  background-color: #ffffff;
  color: #000000;
  border-radius: 24px;
  padding: 24px;
  vertical-align: top;
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.Special-Plumbing-Offers-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.Special-Plumbing-Offers-header {
  display: block;
  margin-bottom: 25px;
  height: 45px;
}

.Special-Plumbing-Offers-badge-blue {
  display: inline-block;
  background-color: #299bd7;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 0px 13px;
  border-radius: 12px;
  vertical-align: middle;
  margin-right: 10px;
}

.Special-Plumbing-Offers-badge-red {
  display: inline-block;
  background-color: #d92626;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 5px 12px;
  border-radius: 12px;
  vertical-align: middle;
  margin-left: 10px;
}
.Special-Plumbing-Offers-circle-thumb {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.25);
}
.Special-Plumbing-Offers-badge-green {
  display: inline-block;
  background-color: #24b34b;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 5px 14px;
  border-radius: 12px;
  vertical-align: middle;
  margin-left: 10px;
}

.Special-Plumbing-Offers-price {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 400;
  vertical-align: middle;
	    font-family: "Bebas Neue", sans-serif;
    font-size: 61px;
}
.Special-Plumbing-Offers-price span {}

span.Special-Plumbing-Offers-price label {
    /* font-family: "Mulish", sans-serif; */
    font-size: 31px;
    margin-right: 4px;
}
.Special-Plumbing-Offers-body {
  display: table;
  width: 100%;
  margin-top: 15px;
}

.Special-Plumbing-Offers-img-box {
  display: table-cell;
  width: 85px;
  vertical-align: middle;
}

.Special-Plumbing-Offers-circle-thumb {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: #e6e6e6;
  border: 3px solid #cccccc;
  overflow: hidden;
}

.Special-Plumbing-Offers-circle-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.Special-Plumbing-Offers-content-box {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  text-align: right;
}

.Special-Plumbing-Offers-deal-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
  line-height: 1.3;
}

.Special-Plumbing-Offers-link {
  display: inline-block;
  color: #d92626;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: underline;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.Special-Plumbing-Offers-link:hover {
  color: #b01c1c;
  transform: scale(1.05);
}

@media (max-width: 992px) {
  .Special-Plumbing-Offers-row {
    display: block;
    border-spacing: 0;
  }
  .Special-Plumbing-Offers-card {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

.special-plumbing-offers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px;
}

.Special-Plumbing-Offers-card {
  width: 31.33%;
  margin: 10px;
}

.Special-Plumbing-Offers-header {
  border-bottom: 1px solid rgba(221, 221, 221, 1);
  padding-bottom: 23px;
  height: auto;
  margin-bottom: 24px;
  padding-top: 0px;
}

/* homebanner start */

/* banner section  */

.home-site-banner-section {
  display: flex;
  align-items: center;
}

.home-site-banner-container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 0.8fr;
  gap: 30px;
  align-items: center;
}

.home-site-banner-left {
  display: block;
}

.home-site-banner-badge-row {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.home-site-banner-status-badge {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #333;
  border-radius: 8px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-site-banner-pulse-dot {
  width: 12px;
  height: 12px;
  background-color: #00ff66;
  border-radius: 50%;
  box-shadow: 0 0 10px #00ff66;
}

.home-site-banner-status-text {
  display: flex;
  flex-direction: column;
}

.home-site-banner-small-text {
  font-size: 10px;
  color: #a0aec0;
  letter-spacing: 0.5px;
}

.home-site-banner-time-text {
  font-weight: 700;
  font-size: 16px;
}

.home-site-banner-rating-badge {
  background: #ffffff;
  color: #333;
  border-radius: 8px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-site-banner-rating-num {
  font-size: 26px;
  font-weight: 800;
  border-right: 1px solid #ccc;
  padding-right: 10px;
}

.home-site-banner-stars {
  color: #ffbc00;
  font-size: 14px;
  letter-spacing: -1px;
}

.home-site-banner-stars-sub {
  font-size: 9px;
  font-weight: 600;
  color: #666;
  display: block;
}

.home-site-banner-sub-title {
  color: #3182ce;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 1px;
}

.home-site-banner-main-heading {
  font-family: "Fredoka One", cursive;
  font-size: 42px;
  line-height: 1.2;
  margin: 15px 0 25px 0;
  font-weight: 400;
}

.home-site-banner-features-list {
  list-style: none;
}

.home-site-banner-features-list li {
  font-size: 16px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

.home-site-banner-features-list i {
  color: #ffffff;
  font-size: 14px;
}

.home-site-banner-center {
  display: block;
}

.home-site-banner-form-card {
  background: #1a2332;
  border: 1px solid #2d3748;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.home-site-banner-form-header {
  background: #2b6cb0;
  display: flex;
  align-items: stretch;
}

.home-site-banner-save-tag {
  background: #ffcc00;
  color: #000;
  display: flex;

  align-items: center;
  padding: 10px 20px;
  font-weight: 800;
  border-bottom-right-radius: 12px;
}

.home-site-banner-save-txt {
  font-size: 12px;
}
.home-site-banner-save-amt {
  font-size: 24px;
  line-height: 1;
}

.home-site-banner-header-offer {
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-site-banner-header-offer h3 {
  font-size: 19px;
  font-weight: 700;
}

.home-site-banner-header-offer p {
  font-size: 11px;
  opacity: 0.9;
}

.home-site-banner-booking-form {
  padding: 20px;
}

.home-site-banner-form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.home-site-banner-form-row.home-site-banner-full-width {
  margin-bottom: 20px;
}

.home-site-banner-booking-form input,
.home-site-banner-booking-form select {
  width: 100%;
  background: #2d3748;
  border: 1px solid #4a5568;
  padding: 12px 15px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
}

.home-site-banner-booking-form input::placeholder {
  color: #a0aec0;
}

.home-site-banner-button-container {
  display: flex;
  gap: 15px;
}

.home-site-banner-btn {
  flex: 1;
  display: flex;
  border: none;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  align-items: center;
  height: 50px;
}

.home-site-banner-btn-icon {
  padding: 0 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.home-site-banner-btn-text {
  flex: 1;
  background: #c53030;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 15px;
}

.home-site-banner-btn-text small {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 500;
}

.home-site-banner-form-testimonial {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;

  border-top: 1px solid #2d3748;
}

.home-site-banner-avatar {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 16px;
}

.home-site-banner-form-testimonial p {
  font-size: 11px;
  color: #cbd5e0;
  font-style: italic;
}

.home-site-banner-bottom-highlights {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.home-site-banner-hl-box {
  background: #ffffff;
  color: #222;
  padding: 10px;
  border-radius: 6px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 3px solid #e53e3e;
}

.home-site-banner-hl-box i {
  color: #3182ce;
  font-size: 18px;
}

.home-site-banner-hl-box span {
  font-size: 11px;
  line-height: 1.2;
}

.home-site-banner-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.home-site-banner-stamp-inner {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  text-align: center;
}

.home-site-banner-stamp-icon {
  font-size: 18px;
  margin-bottom: 2px;
}
.home-site-banner-stamp-top {
  font-size: 14px;
}
.home-site-banner-stamp-or {
  font-size: 10px;
  background: #fff;
  color: #e53e3e;
  padding: 1px 6px;
  border-radius: 10px;
  margin: 2px 0;
}
.home-site-banner-stamp-mid {
  font-size: 14px;
}
.home-site-banner-stamp-bot {
  font-size: 10px;
  letter-spacing: 1px;
}

.home-site-banner-pricing-card {
  background: linear-gradient(135deg, #0077b6, #0096c7);
  border: 3px solid #00b4d8;
  border-radius: 16px;
  padding: 30px 20px 20px 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
  width: 100%;
  max-width: 250px;
}

.home-site-banner-shield-icon {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffbc00;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.home-site-banner-pricing-card h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.home-site-banner-p-main {
  font-size: 13px;
  margin-bottom: 15px;
  font-weight: 500;
}

.home-site-banner-p-sub {
  color: #ffbc00;
  font-weight: 700;
  font-size: 14px;
}

.home-site-banner-card-footer-line {
  width: 60px;
  height: 4px;
  background: white;
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

@media (max-width: 1024px) {
  .home-site-banner-container {
    grid-template-columns: 1fr 1fr;
  }
  .home-site-banner-right {
    grid-column: span 2;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
  }
  .home-site-banner-main-heading {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .home-site-banner-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .home-site-banner-right {
    grid-column: span 1;
    flex-direction: column;
    gap: 30px;
  }
  .home-site-banner-badge-row {
    flex-direction: column;
    gap: 10px;
  }
  .home-site-banner-button-container {
    flex-direction: column;
  }
  .home-site-banner-bottom-highlights {
    flex-direction: column;
  }
  .home-site-banner-main-heading {
    font-size: 28px;
  }
}

.home-banner-site-row {
  max-width: 100% !important;
  width: 100% !important;
}

.home-site-banner-status-badge {
  background: #00000001;
}

.home-site-banner-main-heading {
  font-family: "Shantell Sans", cursive;
  font-size: 55px;
  font-weight: 700;
  font-weight: 700;
  text-align: left;
}

span.home-site-banner-sub-title {
  text-align: left;
}

.home-site-banner-container {
  grid-template-columns: 1.1fr 1.1fr 0.7fr;
}

.home-banner-site-row .et_pb_slide .et_pb_container {
  width: 93%;
  margin: 0 auto;
  margin-right: 20px;
}

.home-site-banner-pricing-card {
  background: linear-gradient(180deg, #329bd6 0%, #003352 100%);
  border: transparent;
  max-width: 284px;
  /* height: 269px; */
  position: relative;
}

img.floating-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -8px;
}

.home-site-banner-shield-icon svg {
  width: 80px !important;
  height: 95px !important;
}

.home-site-banner-shield-icon {
  height: auto;
  width: auto;
  background: transparent;
  top: -34px;
}

.home-site-banner-pricing-card h2 {
  font-size: 33px;
  /* font-family: "Shantell Sans", cursive; */
  /* font-weight: 700; */
  padding-top: 44px !important;
  border-bottom: 1px solid #ffffff33;
  padding-bottom: 20px !important;
}

.home-site-banner-shield-icon {
  font-family: "Shantell Sans", cursive;
  font-weight: 700;
  z-index: 3;
}

.home-site-banner-pricing-card {
  font-family: "Shantell Sans", cursive;
  font-weight: 700;
}

p.home-site-banner-p-main {
  font-size: 21px;
  line-height: 30px;
}

p.home-site-banner-p-sub {
  font-size: 21px;
  line-height: 23px;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  width: 67%;
  margin: 0 auto;
}

.home-site-banner-card-footer-line {
  position: absolute;
  border: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 122px;
  bottom: 0;
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
img.floating-img {
  animation: rainbowGlow 6s ease-in-out infinite;
  transition: filter 0.4s ease;
}
.home-site-banner-stamp-inner img {
  width: 201px;
  height: 201px;
  object-fit: contain;
}

@keyframes rainbowGlow {
  0% {
    filter: drop-shadow(0 0 8px #ffd54f);
    transform: translateY(0) rotate(0deg);
  }
  20% {
    filter: drop-shadow(0 0 8px #ff8a65);
    transform: translateY(-6px) rotate(-2deg);
  }
  40% {
    filter: drop-shadow(0 0 8px #81c784);
    transform: translateY(-12px) rotate(0deg);
  }
  60% {
    filter: drop-shadow(0 0 8px #4fc3f7);
    transform: translateY(-6px) rotate(2deg);
  }
  80% {
    filter: drop-shadow(0 0 8px #ba68c8);
  }
  100% {
    filter: drop-shadow(0 0 8px #ffd54f);
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes imageScale {
  0% {
    filter: drop-shadow(0 0 8px #ffd54f);
  }
  50% {
    filter: drop-shadow(0 0 8px #ba68c8);
  }
  100% {
    filter: drop-shadow(0 0 8px #ff8a65);
  }
}

.home-site-banner-pricing-card {
  margin-top: 53px;
}

.home-site-banner-stamp-inner img {
  transform-origin: center;
  animation: imageScale 2.8s ease-in-out infinite;
  will-change: transform;
}

.home-site-banner-form-testimonial {
  justify-content: center;
  padding: 32px 63px;
}

.home-site-banner-form-testimonial p {
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-align: left;
  line-height: 100%;
}

.home-site-banner-button-container p {
  display: flex;
  width: 100%;
  gap: 10px;
}

.home-site-banner-btn br {
  display: none;
}

.home-site-banner-hl-box {
  border-left: 4px solid #cb1d1b;
}

.home-site-banner-hl-box span {
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  font-family: "Shantell Sans", cursive;
  width: calc(100% - 30px);
}

.home-site-banner-hl-box svg {
  width: 38px;
  height: 38px;
}

.home-site-banner-save-tag {
  background: #ffb707;
  font-family: "Bebas Neue", sans-serif;
  display: flex;
  gap: 17px;
  border-radius: 10px;
  line-height: 2em;
}

span.home-site-banner-save-amt {
  font-size: 51px;
}

span.home-site-banner-save-txt {
  font-size: 20px;
}

.home-site-banner-header-offer h3 {
  font-family: "Shantell Sans", cursive;
  /* line-height: 74px; */
  font-size: 24px;
}

.home-site-banner-header-offer p {
  font-size: 14px;
  line-height: 30px;
}

.home-site-banner-save-tag br {
  display: none;
  /* display: flex; */
}

.home-site-banner-form-header {
  border-radius: 10px;
}

.home-site-banner-center {
  background: #00000001;
}

.home-site-banner-form-card .get_in_touch {
  /* width: 80%; */
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 21px;
}

.home-site-banner-form-card .get_in_touch input,
.home-site-banner-form-card .get_in_touch select {
  background: transparent;
  border: 0.5px solid #ffffff99;
  background: #ffffff1a;
  color: #999999;
}

.home-site-banner-form-card .get_in_touch input::placeholder {
  color: #999999 !important;
}

span.home-site-banner-btn-text {
  border-radius: 10px;
}

.home-site-banner-btn-cyan-red {
  background: #cb1d1b;
  background: #329bd6 !important;
  border-radius: 10px;
}

.home-site-banner-btn {
  background: #329bd6 !important;
  border-radius: 10px;
}

span.home-site-banner-btn-icon {
  background: #329bd6;
}

.home-site-banner-button-container {
  margin-top: 20px;
}

span.home-site-banner-btn-icon {
  width: 60px;
}

span.home-site-banner-btn-text {
  width: calc(100% - 60px);
  flex: auto;
}
span.home-site-banner-btn-text {
  line-height: 1.2em;
}

.home-site-banner-btn {
  padding: 0px !important;
}

.home-site-banner-form-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}

.home-site-banner-left {
  text-align: left;
}

span.home-site-banner-sub-title {
  font-size: 33px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  line-height: 40px;
}

span.home-site-banner-stars-sub {
  font-size: 11px;
}

.home-site-banner-rating-num {
  font-size: 38px;
}

.home-site-banner-rating-badge {
  padding: 0px 10px;
  height: 79px;
  margin: auto;
  margin-left: 0px;
}

.home-site-banner-stars {
  font-size: 22px;
}

.home-site-banner-status-badge {
  background: rgb(88 66 66 / 5%);
  /* backdrop-filter: blur(12px); */
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgb(255 233 233 / 15%);
  border-radius: 11px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}

span.home-site-banner-time-text.live-time-austrrila {
  font-size: 30px;
  font-weight: 800;
}

span.home-site-banner-small-text {
  font-size: 15px;
  color: white;
  line-height: 100%;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.home-site-banner-status-text br {
  display: none;
}

span.home-site-banner-time-text.live-time-austrrila {
  margin-bottom: 10px;
}

.home-site-banner-status-badge {
  align-items: baseline;
}

.home-banner-site-row .et_pb_slide {
  padding-top: 30px !important;
}

.home-site-banner-hl-box:hover {
  background: #329bd6;
  color: white;
}

.home-site-banner-hl-box:hover path {
  stroke: white;
}

.home-site-banner-sub-title::after {
  content: "|";
  animation: blink 0.7s infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.home-site-banner-sub-title {
  background: linear-gradient(
    90deg,
    #ffffff,
    #00d4ff,
    #00ff99,
    #ffd700,
    #ff6b6b,
    #ffffff
  );
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientMove 4s linear infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 300% center;
  }
}

.popup-title-m {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  padding-bottom: 15px;
  font-family: "Shantell Sans", cursive;
}

.popup-content {
  background: black !important;
  color: white !important;
  border: 1px solid red !important;
}

/* end home abber */

/* car move */

.car_move__m_section {
  background-size: 100% 598px !important;
  background-position: top center;
  padding-bottom: 0px !important;
}

.full_wdth_row {
  padding: 0px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 214px;
  line-height: 0px;
}

.car-move-my-st-bg img {
  position: relative;
  width: 100%;
  height: 175px;
  object-fit: cover;
  bottom: 0;
}

.car-move-my-st-car {
  position: absolute;
  width: 873.01px;
  height: 372.64px;
  bottom: 0;
}

img.car-move-img {
  position: absolute;
  bottom: 0;
}

.car-move-my-st-car {
  animation: moveLeftToRight 28s linear infinite;
}

.car-move-my-st-car-tyer img {
  width: 104px;
  height: 104px;
  position: absolute;
  bottom: 3px;
  animation: rotateImage 5s linear infinite;
  transform-origin: center center;
}

.car-move-my-st-car-tyer.tyrt2-bg img {
  right: 110px;
}

.car-move-my-st-car-tyer.tyrt1-bg img {
  left: 75px;
}

@keyframes moveLeftToRight {
  0% {
    transform: translateX(200%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes rotateImage {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

/* end */

/* services */

/* Container Background & Layout */
button.site-services-my-tab-btn {
  width: 249px;
  height: 85px;
  border-radius: 80px;
  padding: 10px;
  background: linear-gradient(
    270deg,
    rgba(50, 155, 214, 0.1) 0%,
    rgba(17, 17, 17, 0.1) 100%
  );
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgb(255 233 233 / 15%);
  /* border-radius: 11px; */
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}

.site-services-my-tab-icon {
  width: 53px;
  height: 53px;
  border-radius: 100%;
}

span.site-services-my-tab-name {
  width: calc(100% - 53px);
  font-size: 16px;
}

button.site-services-my-tab-btn.site-services-my-tab-active {
  background: rgba(237, 33, 36, 1) !important;
}

.site-services-my-right-image img {
  width: 100%;
  height: 494px;
}

.site-services-my-right-image {
  width: 396px;
}

.site-services-my-left-details {
  width: calc(100% - 396px) !important;
}

.site-services-my-pane-grid {
  display: flex;
}

h3.site-services-my-pane-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  color: rgba(203, 29, 27, 1);
}

.site-desc.site_desc {
  margin-bottom: 25px;
}

img.site-services-my-card-icon {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.site-services-my-posts-grid {
  display: flex;
  flex-wrap: wrap;
}

.site-services-my-post-card {
  width: 31.33%;
  margin: 0px;
  border-top: 3px solid rgba(203, 29, 27, 1);
  padding: 20px 19px;
  border-radius: 15px;
}

span.site-services-my-card-title {
  font-size: 16px;
  color: white;
  width: calc(100% - 70px);
}
/* Header Row & Tabs Grid */
.site-services-my-header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.site-services-my-main-title {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  min-width: 180px;
}

.site-services-my-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex: 1;
}

/* Tab Button Styling */
.site-services-my-tab-btn {
  display: flex;
  align-items: center;
  background-color: #1a1f26;
  border: 1px solid transparent;
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}

.site-services-my-tab-btn:hover {
  background-color: #252c36;
}

.site-services-my-tab-btn.site-services-my-tab-active {
  background-color: #e51924; /* Red color as seen in screenshot */
  border-color: #e51924;
}

.site-services-my-tab-icon {
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.site-services-my-tab-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

/* Tab Content & Panes */
.site-services-my-tab-pane {
  display: none;
}

.site-services-my-tab-pane.site-services-my-pane-active {
  display: block;
  animation: siteServicesMyFadeIn 0.5s ease;
}

.site-services-my-pane-grid {
  gap: 30px;
}

/* Details Section */
.site-services-my-pane-title {
  color: #e51924;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0 0 15px 0;
  letter-spacing: 1px;
}

.site-services-my-pane-desc {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Internal Custom Post Cards Grid */
.site-services-my-posts-grid {
  gap: 15px;
  margin-bottom: 30px;
}

.site-services-my-post-card {
  display: flex;
  align-items: center;
  background-color: #222222;

  transition: transform 0.2s;
}

.site-services-my-post-card:hover {
  transform: translateY(-2px);
  border-color: #e51924;
}

.site-services-my-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}

.site-services-my-card-title {
  font-size: 13px;
  font-weight: 600;
}

/* Right Side Image Styling */
.site-services-my-right-image {
  display: flex;
  align-items: stretch;
}

.site-services-my-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Bottom CTA Buttons */
.site-services-my-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.site-services-my-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 6px;
  transition: opacity 0.2s;
}

.site-services-my-btn:hover {
  opacity: 0.9;
}

.site-services-my-btn-red {
  background-color: #e51924;
}

.site-services-my-btn-blue {
  background-color: #0076a3;
}

.site-services-my-btn-icon {
  margin-right: 8px;
}

/* Fade in Animation */
@keyframes siteServicesMyFadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* emd */
.site_title.w_color {
  align-items: center;
}
.site-services-my-container .site_title.w_color {
  display: flex;
  align-items: center;
  margin-bottom: 0px !important;
  padding: 0px !important;
  width: 249px;
  height: 85px;
}

/* Reset and base styles */
.site-services-my-body {
  margin: 0;
  padding: 0;
  background-color: #0f1319;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Process Section Container */
.site-services-my-process-section {
  padding: 100px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
  position: relative;
}

.site-services-my-container {
}

/* Section Header styling */
.site-services-my-header {
  text-align: center;
  margin-bottom: 80px;
}

.site-services-my-main-title {
  color: #ffffff;
  font-family: "Fredoka", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.01em;
  position: relative;
  display: inline-block;
}

/* Steps Grid Wrapper */
.site-services-my-steps-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  width: 100%;
}

/* Step Card Styles */
.site-services-my-step-card {
  background-color: #161e27;
  border: 1.5px solid #222d3a;
  border-radius: 16px;
  padding: 75px 24px 50px 24px;
  flex: 1 1 200px;
  max-width: 260px;
  position: relative;
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

/* Card Hover Animation */
.site-services-my-step-card:hover {
  box-shadow: 0 12px 30px rgba(229, 43, 43, 0.15);
}

/* Floating Icon Badge - Tilted Clockwise */
.site-services-my-badge {
  position: absolute;
  top: -28px;
  left: 28px;
  width: 56px;
  height: 56px;
  background-color: #c81d25;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 6px 18px rgba(200, 29, 37, 0.35);
  transform: rotate(10deg);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.site-services-my-step-card:hover .site-services-my-badge {
}

/* Badge SVGs */
.site-services-my-icon {
  width: 26px;
  height: 26px;
  stroke: #ffffff;
}

/* Step Number Label */
.site-services-my-step-number {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #ffffff;
  font-family: "Fredoka", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  opacity: 0.95;
  letter-spacing: 0.02em;
}

/* Sub-headline styling (bold, centered, red) */
.site-services-my-card-title {
  color: #e52b2b;
  font-family: "Fredoka", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Body Text Styling (clean, centered, light-gray) */
.site-services-my-card-text {
  color: #a3a8b2;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
  font-weight: 400;
}

/* Arrow indicator buttons (>>) styled on the SVG */
.site-services-my-arrow-indicator {
  flex: 0 0 32px;
  height: 32px;
  align-self: flex-end;
  margin-bottom: 39px; /* Aligned with bottom: 55px (55px - 16px radius = 39px) */
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

/* SVG circle styling */
.site-services-my-arrow-icon {
  width: 14px;
  height: 14px;
  padding: 9px;
  background-color: #ffffff;
  border: 2.5px solid #e52b2b;
  border-radius: 50%;
  color: #e52b2b;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.site-services-my-arrow-indicator:hover .site-services-my-arrow-icon {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(229, 43, 43, 0.4);
}

.site-services-my-arrow-indicator::before {
  display: none;
}

.site-services-my-arrow-indicator::after {
  display: none;
}

.site-services-my-step-card::after {
  width: 121%;
}

.site-services-my-badge {
  width: 84px;
  height: 84px;
  left: -56px;
  transform: rotate(0deg);
}

.site-services-my-step-card {
  width: 241px;
}

.site-services-my-steps-wrapper {
  gap: 26px;
}

/* ==========================================
   DESKTOP CONNECTING LINES (min-width: 1024px)
   ========================================== */
@media (min-width: 1024px) {
  /* Vertical Dashed Line from Badge to Bottom */
  .site-services-my-step-card::before {
    content: "";
    position: absolute;
    left: 56px; /* Aligns with the center of the 56px wide badge (28px left margin + 28px half-width) */
    top: 28px; /* Starts inside the badge area */
    bottom: 55px; /* Aligns with the horizontal bottom line */
    width: 0;
    border-left: 2px dashed rgba(255, 255, 255, 0.15);
    z-index: 1;
    pointer-events: none;
  }

  /* Horizontal Dashed Line inside the Cards */
  .site-services-my-step-card::after {
    content: "";
    position: absolute;
    bottom: 55px;
    height: 0;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.15);
    z-index: 1;
    pointer-events: none;
  }

  /* Segment boundaries for each step card */
  .site-services-my-step-1::after {
    left: 56px;
    right: -2px; /* Extends to overlap the right border */
  }

  .site-services-my-step-2::after,
  .site-services-my-step-3::after {
    left: -2px;
    right: -2px;
  }

  .site-services-my-step-4::after {
    left: -2px;
    width: 58px; /* Stops exactly at the vertical line (56px + 2px overlap) */
  }

  /* Step 1 custom red dashed lines */
  .site-services-my-step-1::before {
    border-left: 2px dashed #e52b2b;
  }

  .site-services-my-step-1::after {
    border-bottom: 2px dashed #e52b2b;
  }

  /* Connecting Dashed Lines in the Gaps (via Arrow Indicators) */
  .site-services-my-arrow-indicator::before,
  .site-services-my-arrow-indicator::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    pointer-events: none;
  }

  /* Left gap line connecting to the card on the left */
  .site-services-my-arrow-indicator::before {
    right: 100%;
    width: 20px; /* Spans the gap to meet the card border */
    border-bottom: 2px dashed rgba(255, 255, 255, 0.15);
  }

  /* Right gap line connecting to the card on the right */
  .site-services-my-arrow-indicator::after {
    left: 100%;
    width: 20px;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.15);
  }

  /* Custom styling for Arrow 1: left connector must be red (coming from Step 1) */
  .site-services-my-arrow-1::before {
    border-bottom-color: #e52b2b;
  }
}

/* ==========================================
   TABLET & MOBILE RESPONSIVE LAYOUTS
   ========================================== */

/* Tablet (Medium screens) */
@media (min-width: 768px) and (max-width: 1023px) {
  .site-services-my-steps-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px; /* row-gap column-gap */
    max-width: 680px;
    margin: 0 auto;
  }

  .site-services-my-step-card {
    width: 100%;
    max-width: 100%;
    padding: 65px 24px 45px 24px;
  }

  /* Hide connection lines and arrows on tablet */
  .site-services-my-arrow-indicator {
    display: none !important;
  }

  .site-services-my-step-card::before,
  .site-services-my-step-card::after {
    display: none !important;
  }

  .site-services-my-header {
    margin-bottom: 70px;
  }

  .site-services-my-main-title {
    font-size: 2.4rem;
  }
}

/* Mobile Screens */
@media (max-width: 767px) {
  .site-services-my-process-section {
    padding: 80px 16px;
  }

  .site-services-my-main-title {
    font-size: 2rem;
  }

  .site-services-my-steps-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 55px; /* Spacing to prevent badge overlap when stacked */
    max-width: 320px;
    margin: 0 auto;
  }

  .site-services-my-step-card {
    width: 100%;
    max-width: 100%;
    padding: 60px 20px 40px 20px;
  }

  .site-services-my-badge {
    width: 50px;
    height: 50px;
    top: -25px;
    left: 25px;
    border-radius: 12px;
  }

  .site-services-my-icon {
    width: 22px;
    height: 22px;
  }

  .site-services-my-step-number {
    top: 20px;
    right: 20px;
    font-size: 0.85rem;
  }

  /* Hide connection lines and arrows on mobile */
  .site-services-my-arrow-indicator {
    display: none !important;
  }

  .site-services-my-step-card::before,
  .site-services-my-step-card::after {
    display: none !important;
  }
}

.site-services-my-step-card::before {
  left: -33px;
  border-left: 0.8px dashed hsla(0, 0%, 100%, 1);
}

.site-services-my-step-card::after {
  left: -27px;
  width: 133%;
  border-bottom: 0.8px dashed hsla(0, 0%, 100%, 1);
  /* border: 1px solid; */
}

.site-services-my-step-4::after {
  display: none;
}

.site-services-my-arrow-indicator {
  position: relative;
  right: -19px;
}

.site-services-my-badge {
  z-index: 4;
}

p.site-services-my-card-text {
  font-size: 16px;
  color: white;
}

h3.site-services-my-card-title {
  font-size: 20px;
  color: hsla(1, 77%, 45%, 1);
  font-weight: 800;
}

span.site-services-my-step-number {
  font-size: 19px;
  font-weight: 800;
}
.site-services-my-arrow-indicator {
  bottom: -23px;
}

.site-services-my-step-card::after {
  bottom: 30px;
}

.site-services-my-step-card::before {
  bottom: 30px;
}

.site-services-my-step-card:hover::after,
.site-services-my-step-card:hover::before {
  border-color: hsla(1, 77%, 45%, 1);
}
section.site-services-my-process-section {
  padding: 0px !important;
  margin-top: 64px !important;
  display: block;
}
article.site-services-my-step-card {
  border: 4px solid hsla(0, 0%, 100%, 0.15);
}
p.site-services-my-card-text a {
  color: hsla(1, 77%, 45%, 1);
}

p.site-services-my-card-text {
  line-height: 28px;
}
/* 320px */
@media all and (min-width: 20px) and (max-width: 767px) {
  .site_btn {
    display: flex;
    gap: 5px;
  }
  .home-site-banner-right {
    order: 3 !important;
}
  /* why us  */
  .site_title {
    font-size: 22px;
  }
  .seo_section_left_img img {
    height: 402px;
    border-radius: 13px;
  }
  .site_desc {
    font-size: 15px;
  }
  .tab_hide {
    display: none;
  }

  .tab_show {
    display: block !important;
  }

  .seo_section_left_img span.et_pb_image_wrap {
    justify-content: center;
  }
  .site_title {
    text-align: center;
  }

  .site_desc {
    text-align: center;
  }
  /* end */
  /* Your Satisfaction Is Our Goal start */
  .satisfaction_col_2 {
    margin: auto !important;
    padding-left: 3%;
    padding-right: 4%;
  }
  .full_img_box_seo img {
    height: 223px !important;
	          width: 100% !important;
  }
  .satisfaction_row {
    padding: 40px 0px !important;
  }
  /* end Your Satisfaction Is Our Goal */

  /* Don't Wait - Get Immediate Help Now! */
  .help-now-card {
    max-width: 100%;
  }
  .help-now-cards-grid {
    gap: 13px;
  }
  h3.help-now-card-title {
    font-size: 19px;
  }

  /* start Don't Wait - Get Immediate Help Now! */

  /* about us */
  .about_us_img img {
    height: 266px !important;
  }
  span.about-us-site-badge-number {
    font-size: 27px;

    margin-top: 5px;
    margin-bottom: 8px;
  }
  .about-us-site-experience-badge {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .about-us-bag {
    width: 99px;
  }
  .about_us_col_1 {
    padding-right: 33px;
  }
  .about_us_col {
    margin: auto !important;
  }
  .about-us-bag {
    border-radius: 50px;
    right: 4% !important;
    transform: translateY(7%) !important;
    animation: aboutUsSiteFloat 14s ease-in-out infinite;
  }
  .about_us_img span.et_pb_image_wrap {
    justify-content: center;
  }

  .site_ttile_main {
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    width: max-content;
    margin-bottom: 18px !important;
  }

  .site_btn.white_bg_btn {
    justify-content: center;
  }

  .about_us_img {
    margin-top: 20px;
  }
  .about_us_col_1 {
    z-index: 4;
  }
  .about-us-bag {
    width: 84px;
  }
  .about-us-site-badge-icon-wrap svg {
    width: 33px;
  }

  .about-us-site-badge-icon-wrap {
    width: 45px;
    height: 45px;
  }

  /* end */

  /* start services area home */
  .area-we-serve-col-inner iframe {
    height: 346px;
  }
  .area-we-serve-col-2 {
    padding-right: 37px;
  }
  .services-container {
    height: auto;
  }
  .service-btn {
    height: 44px;

    margin-bottom: 24px;
    font-size: 12px;
  }
  .area-we-serve-inner {
    flex-wrap: wrap;
  }

  .area-we-serve-col {
    width: 100% !important;
    padding: 0px !important;
  }

  .services-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 5px;
  }

  a.service-btn {
    flex: auto;
    min-width: 178px;
    margin-bottom: 10px;
    gap: 0px !;
  }
  /* end services area home */

  /* trusted by leading Sydney businesses */
  ul.trustedlandingimgs {
    gap: 9px;
  }
  ul.trustedlandingimgs li img {
    width: 109px;
    height: 34px;
  }
  ul.trustedlandingimgs {
    flex-wrap: wrap;
    justify-content: center;
  }

  ul.trustedlandingimgs li {
    width: 48%;
  }
  ul.trustedlandingimgs {
    padding: 0px !important;
    gap: 5px !important;
  }
  /* end trusted by leading Sydney businesses */

  /* why choous us */

  .why_c_us_m_section_row_row_2 {
    width: 100% !important;
    padding-left: 34px !important;
  }
  .why_c_us_m_section_row_row_2 {
    width: 100% !important;
    padding-left: 34px !important;
    padding: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .why_c_us_m_section_col_1 {
    width: 100% !important;
  }
  .why_c_us_m_section_col_2 {
    width: 100% !important;
  }
  .why_choos_us_box_inner_box {
    width: 33.33% !important;
  }

  .why_choos_us_box_inner {
    gap: 10px;
  }

  .why_choos_us_box.bg_svg {
    width: 100%;
    left: 0;
    right: 0;
  }

  .why_choos_us_box.bg_svg svg {
    width: 100%;
  }

  .why_choos_us_box_icon_T {
    font-size: 20px;
  }

  .why_choos_us_box_icon_St {
    font-size: 14px;
  }

  .why_choos_us_box_icon {
    width: 70px;
    height: 70px;
    top: -27px;
  }
  .why_choos_us_box_icon {
    margin-bottom: 10px;
  }
  .why_c_us_m_section_row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sab-t-section {
    width: 100%;
  }

  .why_c_us_m_section_row_row_2col_2 {
    margin: auto !important;
  }
  .rps_img img {
    height: 315px !important;
    width: 90% !important;
    margin: 0 auto;
  }
  .why_c_us_m_section {
    display: flex !important;
    flex-wrap: wrap;
  }
  .desc_w_c_us_T {
    padding-top: 6px;
  }
  .why_choos_us_box_inner {
    margin-top: 47px;
  }

  .why_c_us_m_section_col_2 {
    margin-bottom: 7px !important;
  }

  .why_c_us_m_section_row {
    margin-top: 0px !important;
  }
  .site_btn {
    justify-content: center;
  }
  .desc_w_c_us {
    margin-bottom: 33px !important;
    padding-right: 0px !important;
  }
  .why_choos_us_box_inner {
    flex-wrap: wrap;
  }

  .why_choos_us_box_inner_box {
    width: 48% !important;
  }

  .why_choos_us_box_inner_box.why_choos_us_box_inner_box_3 {
    margin-top: 48px;
  }

  .why_choos_us_box_inner {
    padding: 0px !important;
  }

  /* end */

  /* home banner seciton */
  .home-banner-site-row .et_pb_slide .et_pb_container {
    width: 96%;
    width: 95%;
    margin: 0 auto;
  }
  .home-site-banner-main-heading {
    font-size: 33px;
  }
  .home-site-banner-stamp-inner img {
    width: 144px;
    height: 144px;
  }
  .home-site-banner-pricing-card h2 {
    font-size: 25px;
  }
  p.home-site-banner-p-sub,
  p.home-site-banner-p-main {
    font-size: 17px;
  }
  .home-site-banner-container {
    grid-template-columns: 1.1fr 1.3fr 0.7fr;
  }
  span.home-site-banner-small-text {
    font-size: 12px;
    margin-bottom: 3px;
    margin-top: 7px;
  }
  .home-site-banner-hl-box span {
    font-size: 11px;
  }
  span.home-site-banner-time-text.live-time-austrrila {
    font-size: 24px;
  }
  .home-site-banner-shield-icon svg {
    width: 69px !important;
    height: 73px !important;
  }
  .home-site-banner-pricing-card {
    padding: 15px !important;
  }
  .home-site-banner-header-offer h3 {
    font-size: 15px;
  }
  .home-site-banner-header-offer p {
    font-size: 12px;
  }
  .home-site-banner-container {
    gap: 8px;
  }

  .home-site-banner-status-badge {
    padding-right: 0px;
  }
  span.home-site-banner-sub-title {
    font-size: 27px;
  }
  .home-site-banner-save-tag br {
    display: block !important;
  }

  .home-site-banner-save-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .home-site-banner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-site-banner-left {
    order: 1;
    width: 50%;
  }

  .home-site-banner-right {
    order: 2;
  }

  .home-site-banner-center {
    order: 3;
  }

  .home-site-banner-container {
    width: 100%;
  }

  .home-site-banner-center {
    width: 100%;
  }

  .home-site-banner-right {
    width: 100%;
    flex-wrap: wrap;
  }
  .home-site-banner-rating-badge {
    width: 100%;
  }

  .home-site-banner-left {
    width: 100%;
  }
  .home-site-banner-form-testimonial {
    justify-content: center;
    padding: 18px 9px;
  }
  .home-site-banner-form-testimonial p {
    font-size: 12px;
    line-height: 1.2em;
  }
  .home-site-banner-hl-box {
    width: 48%;
    /* display: inline; */
    margin: 0px;
    margin: 1%;
  }

  .home-site-banner-bottom-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    flex-direction: unset;
  }
  /* end home banner seciton */

  /* move car */

  .car-move-my-st-car {
    width: 385.01px;
    height: 198.64px;
  }

  .car-move-my-st-car-tyer img {
    width: 47px;
    height: 47px;
  }

  .car-move-my-st-car-tyer.tyrt1-bg img {
    left: 33px;
  }

  .car-move-my-st-car-tyer.tyrt2-bg img {
    right: 48px;
  }
  .full_wdth_row {
    margin-top: 102px;
    line-height: 0px;
  }
  .car-move-my-st-bg img {
    width: 100%;
    height: 70px;
  }

  @keyframes moveLeftToRight {
    0% {
      transform: translateX(100%);
    }

    100% {
      transform: translateX(-100%);
    }
  }
  .car_move__m_section {
    overflow: hidden;
  }
  .car_move__m_section {
    background-size: auto 100% !important;
    background-position: top center;
  }
  /* end */

  /* start services section */

  span.site-services-my-tab-name {
    font-size: 14px;
  }
  button.site-services-my-tab-btn,
  .site-services-my-container .site_title.w_color {
    width: 224px;
    height: 69px;
  }
  .site-services-my-post-card {
    padding: 10px;
  }

  span.site-services-my-card-title {
    font-size: 14px;
    line-height: 1.2em;
  }
  .site-services-my-right-image {
    width: 340px;

    margin: 0 auto;
    margin-bottom: 20px;
  }
  .site-services-my-left-details {
    width: calc(100% - 340px) !important;
  }
  .site-services-my-right-image img {
    width: 100%;
    height: 429px;
  }
  .site-services-my-post-card {
    width: 48%;
  }
  .site-services-my-left-details {
    width: 100% !important;
  }
  h3.site-services-my-pane-title {
    text-align: center;
  }
  .site-services-my-posts-grid {
    gap: 5px;
  }
  img.site-services-my-card-icon {
    width: 40px;
    height: 40px;
  }
  span.site-services-my-card-title {
    font-size: 12px;
    width: calc(100% - 40px);
  }
  .site-services-my-right-image {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .site-services-my-right-image img {
    height: 312px;
  }

  /* end services seciton  */
  /* contat section */
  .contact-home-map {
    height: 204px;
  }
  .contact_us_col_1 {
    width: 100% !important;
  }

  .contact_us_col_2 {
    width: 100% !important;
  }
  /* end */
  /* how to work  */
  .site-services-my-badge {
    width: 66px;
    height: 66px;
  }
  .site-services-my-step-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .site-services-my-steps-wrapper {
    gap: 10px;
  }
  .site-services-my-step-card {
    width: 100% !important;
    max-width: 100% !important;
  }
  .site-services-my-arrow-indicator {
    bottom: -19px;
    right: -6px;
  }
  .site-services-my-arrow-indicator {
    display: none;
  }

  .site-services-my-step-card::before {
    display: none;
  }

  .site-services-my-step-card::after {
    display: none;
  }

  .site-services-my-badge {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  span.site-services-my-step-number {
    text-align: center;
    left: 0;
    right: 0;
    top: 41px;
  }
  article.site-services-my-step-card {
    padding-bottom: 10px !important;
  }
  article.site-services-my-step-card.site-services-my-step-3 {
    margin-top: 31px !important;
  }

  article.site-services-my-step-card.site-services-my-step-4 {
    margin-top: 30px;
  }
  span.site-services-my-step-number {
    font-weight: 500;
    top: 49px;
  }
  article.site-services-my-step-card {
    margin-top: 31px;
  }

  article.site-services-my-step-card.site-services-my-step-1 {
    margin-top: 0px !important;
  }
  /* end */
  span.site-services-my-tab-name {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  button.site-services-my-tab-btn,
  .site-services-my-container .site_title.w_color {
    width: 195px;
    height: 59px;
    width: 49%;
  }
  .site-services-my-tab-icon {
    width: 35px;
    height: 35px;
  }
  .site-services-my-tabs-wrapper {
    gap: 4px;
  }

  .Special-Plumbing-Offers-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
  }

  .special-plumbing-offers {
    width: 100%;
  }

  .Special-Plumbing-Offers-body {
    /* display: flex; */
    /* flex-wrap: wrap; */
    justify-content: center;
  }

  .Special-Plumbing-Offers-content-box {
    text-align: center;
    padding: 0px;
  }

  span.Special-Plumbing-Offers-price {
    font-size: 22px;
  }

  h3.Special-Plumbing-Offers-deal-title {
    text-align: left;
  }

  a.Special-Plumbing-Offers-link {
    text-align: left;
  }
  .why_choos_us_box_inner_box {
    width: 100% !important;
    margin-bottom: 100px;
  }

  .why_choos_us_box_inner_box.why_choos_us_box_inner_box_3 {
    margin-top: 0px !important;
    margin-bottom: 0px;
  }
  .Accredited_Plumbers {
    overflow: hidden;
  }

  div#main-content {
    overflow: hidden;
  }
	 .home-site-banner-status-badge {
  }

  .home-site-banner-status-text {
    text-align: center;
    width: 100%;
  }

  span.home-site-banner-pulse-dot {
    position: absolute;
    left: -128px;
    right: 0;
    margin: 0 auto;
    top: 22px;
  }

  .home-site-banner-status-badge {
    position: relative;
  }

  .home-site-banner-rating-badge {
    justify-content: center;
  }
}
@media all and (min-width: 768px) and (max-width: 980px) {
	    .home-site-banner-left {
        order: 1;
        width: 54% !important;
    }
	.home-site-banner-status-badge {
    width: 88%;
}
  .Accredited_Plumbers {
    overflow: hidden;
  }

  div#main-content {
    overflow: hidden;
  }

  /* contat section */
  .contact-home-map {
    height: 204px;
  }
  .contact_us_col_1 {
    width: 100% !important;
  }

  .contact_us_col_2 {
    width: 100% !important;
  }
  /* end */

  /* why us  */
  .site_title {
    font-size: 22px;
  }
  .seo_section_left_img img {
    height: 452px;
    border-radius: 13px;
  }
  .site_desc {
    font-size: 15px;
  }
  .tab_hide {
    display: none;
  }

  .tab_show {
    display: block !important;
  }

  .seo_section_left_img span.et_pb_image_wrap {
    justify-content: center;
  }
  .site_title {
    text-align: center;
  }

  .site_desc {
    text-align: center;
  }
  /* end */
  /* Your Satisfaction Is Our Goal start */
  .satisfaction_col_2 {
    margin: auto !important;
    padding-left: 3%;
    padding-right: 4%;
  }
  .full_img_box_seo img {
    height: 423px !important;
  }
  .satisfaction_row {
    padding: 40px 0px !important;
  }
  /* end Your Satisfaction Is Our Goal */

  /* Don't Wait - Get Immediate Help Now! */
  .help-now-card {
    max-width: 49%;
  }
  .help-now-cards-grid {
    gap: 13px;
  }
  h3.help-now-card-title {
    font-size: 19px;
  }

  /* start Don't Wait - Get Immediate Help Now! */

  /* about us */
  .about_us_img img {
    height: 444px !important;
  }
  span.about-us-site-badge-number {
    font-size: 27px;

    margin-top: 5px;
    margin-bottom: 8px;
  }
  .about-us-site-experience-badge {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .about-us-bag {
    width: 99px;
  }
  .about_us_col_1 {
    padding-right: 33px;
  }
  .about_us_col {
    margin: auto !important;
  }
  .about-us-bag {
    border-radius: 50px;
    right: 4% !important;
    transform: translateY(7%) !important;
    animation: aboutUsSiteFloat 14s ease-in-out infinite;
  }
  .about_us_img span.et_pb_image_wrap {
    justify-content: center;
  }

  .site_ttile_main {
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    width: max-content;
    margin-bottom: 18px !important;
  }

  .site_btn.white_bg_btn {
    justify-content: center;
  }

  .about_us_img {
    margin-top: 20px;
  }
  /* end */

  /* start services area home */
  .area-we-serve-col-inner iframe {
    height: 346px;
  }
  .area-we-serve-col-2 {
    padding-right: 37px;
  }
  .services-container {
    height: 345px;
  }
  .service-btn {
    height: 44px;

    margin-bottom: 24px;
    font-size: 12px;
  }
  /* end services area home */
  /* trusted by leading Sydney businesses */
  ul.trustedlandingimgs {
    gap: 9px;
  }
  ul.trustedlandingimgs li img {
    width: 109px;
    height: 34px;
  }

  /* end trusted by leading Sydney businesses */

  /* why choous us */

  .why_c_us_m_section_row_row_2 {
    width: 100% !important;
    padding-left: 34px !important;
  }
  .why_c_us_m_section_row_row_2 {
    width: 1245px !important;
    padding-left: 34px !important;
  }
  .why_c_us_m_section_col_1 {
    width: 100% !important;
  }
  .why_c_us_m_section_col_2 {
    width: 100% !important;
  }
  .why_choos_us_box_inner_box {
    width: 33.33% !important;
  }

  .why_choos_us_box_inner {
    gap: 10px;
  }

  .why_choos_us_box.bg_svg {
    width: 100%;
    left: 0;
    right: 0;
  }

  .why_choos_us_box.bg_svg svg {
    width: 100%;
  }

  .why_choos_us_box_icon_T {
    font-size: 20px;
  }

  .why_choos_us_box_icon_St {
    font-size: 14px;
  }

  .why_choos_us_box_icon {
    width: 70px;
    height: 70px;
    top: -27px;
  }
  .why_choos_us_box_icon {
    margin-bottom: 10px;
  }
  .why_c_us_m_section_row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sab-t-section {
    width: 100%;
  }

  .why_c_us_m_section_row_row_2col_2 {
    margin: auto !important;
  }
  .rps_img img {
    height: 315px !important;
    width: 500px !important;
    margin: 0 auto;
  }
  .why_c_us_m_section {
    display: flex !important;
    flex-wrap: wrap;
  }
  .desc_w_c_us_T {
    padding-top: 6px;
  }
  .why_choos_us_box_inner {
    margin-top: 47px;
  }

  .why_c_us_m_section_col_2 {
    margin-bottom: 7px !important;
  }

  .why_c_us_m_section_row {
    margin-top: 0px !important;
  }
  .site_btn {
    justify-content: center;
  }
  /* end */

  /* home banner seciton */
  .home-banner-site-row .et_pb_slide .et_pb_container {
    width: 96%;
  }
  .home-site-banner-main-heading {
    font-size: 33px;
  }
  .home-site-banner-stamp-inner img {
    width: 144px;
    height: 144px;
  }
  .home-site-banner-pricing-card h2 {
    font-size: 25px;
  }
  p.home-site-banner-p-sub,
  p.home-site-banner-p-main {
    font-size: 17px;
  }
  .home-site-banner-container {
    grid-template-columns: 1.1fr 1.3fr 0.7fr;
  }
  span.home-site-banner-small-text {
    font-size: 12px;
    margin-bottom: 3px;
    margin-top: 7px;
  }
  .home-site-banner-hl-box span {
    font-size: 11px;
  }
  span.home-site-banner-time-text.live-time-austrrila {
    font-size: 24px;
  }
  .home-site-banner-shield-icon svg {
    width: 69px !important;
    height: 73px !important;
  }
  .home-site-banner-pricing-card {
    padding: 15px !important;
  }
  .home-site-banner-header-offer h3 {
    font-size: 15px;
  }
  .home-site-banner-header-offer p {
    font-size: 12px;
  }
  .home-site-banner-container {
    gap: 8px;
  }

  .home-site-banner-status-badge {
    padding-right: 0px;
  }
  span.home-site-banner-sub-title {
    font-size: 27px;
  }
  .home-site-banner-save-tag br {
    display: block !important;
  }

  .home-site-banner-save-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .home-site-banner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-site-banner-left {
    order: 1;
    width: 50%;
  }

  .home-site-banner-right {
    order: 2;
  }

  .home-site-banner-center {
    order: 3;
  }

  .home-site-banner-container {
    width: 100%;
  }

  .home-site-banner-center {
    width: 100%;
  }

  .home-site-banner-right {
    width: 40%;
    flex-wrap: wrap;
  }
  .home-site-banner-rating-badge {
    width: 100%;
  }
  /* end home banner seciton */
  /* move car */

  .car-move-my-st-car {
    width: 708.01px;
    height: 271.64px;
  }

  .car-move-my-st-car-tyer img {
    width: 90px;
    height: 89px;
  }

  .car-move-my-st-car-tyer.tyrt1-bg img {
    left: 61px;
  }

  .car-move-my-st-car-tyer.tyrt2-bg img {
    right: 89px;
  }
  .full_wdth_row {
    margin-top: 150px;
    line-height: 0px;
  }
  /* end */

  /* start services section */

  span.site-services-my-tab-name {
    font-size: 14px;
  }
  button.site-services-my-tab-btn,
  .site-services-my-container .site_title.w_color {
    width: 224px;
    height: 69px;
  }
  .site-services-my-post-card {
    padding: 10px;
  }

  span.site-services-my-card-title {
    font-size: 14px;
    line-height: 1.2em;
  }
  .site-services-my-right-image {
    width: 340px;

    margin: 0 auto;
    margin-bottom: 20px;
  }
  .site-services-my-left-details {
    width: calc(100% - 340px) !important;
  }
  .site-services-my-right-image img {
    width: 100%;
    height: 429px;
  }
  .site-services-my-post-card {
    width: 48%;
  }
  .site-services-my-left-details {
    width: 100% !important;
  }
  h3.site-services-my-pane-title {
    text-align: center;
  }
  /* end services seciton  */

  /* how to work  */
  .site-services-my-badge {
    width: 66px;
    height: 66px;
  }
  .site-services-my-step-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .site-services-my-steps-wrapper {
    gap: 10px;
  }
  .site-services-my-step-card {
    width: 100% !important;
    max-width: 100% !important;
  }
  .site-services-my-arrow-indicator {
    bottom: -19px;
    right: -6px;
  }
  .site-services-my-arrow-indicator {
    display: none;
  }

  .site-services-my-step-card::before {
    display: none;
  }

  .site-services-my-step-card::after {
    display: none;
  }

  .site-services-my-badge {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  span.site-services-my-step-number {
    text-align: center;
    left: 0;
    right: 0;
    top: 41px;
  }
  article.site-services-my-step-card {
    padding-bottom: 10px !important;
  }
  article.site-services-my-step-card.site-services-my-step-3 {
    margin-top: 31px !important;
  }

  article.site-services-my-step-card.site-services-my-step-4 {
    margin-top: 30px;
  }
  span.site-services-my-step-number {
    font-weight: 500;
    top: 49px;
  }
  /* end */
  .home-site-banner-right {
    order: 3;
  }
	.Special-Plumbing-Offers-card {
    width: 42.33%;
    margin: 10px;
}
}

.car_move__m_section {
  overflow: hidden !important;
}
@media all and (min-width: 981px) and (max-width: 1024px) {
  /* why us  */
  .site_title {
    font-size: 22px;
  }
  .seo_section_left_img img {
    height: 452px;
    border-radius: 13px;
  }
  .site_desc {
    font-size: 15px;
  }

  /* end */
  /* Your Satisfaction Is Our Goal start */
  .satisfaction_col_2 {
    margin: auto !important;
    padding-left: 3%;
    padding-right: 4%;
  }
  .full_img_box_seo img {
    height: 423px !important;
  }
  /* end Your Satisfaction Is Our Goal */

  /* Don't Wait - Get Immediate Help Now! */
  .help-now-card {
    max-width: 49%;
  }
  .help-now-cards-grid {
    gap: 13px;
  }

  /* start Don't Wait - Get Immediate Help Now! */

  /* about us */
  .about_us_img img {
    height: 444px !important;
  }
  span.about-us-site-badge-number {
    font-size: 27px;

    margin-top: 5px;
    margin-bottom: 8px;
  }
  .about-us-site-experience-badge {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .about-us-bag {
    width: 99px;
  }
  .about_us_col_1 {
    padding-right: 33px;
  }
  .about_us_col {
    margin: auto !important;
  }
  /* end */
  /* start services area home */
  .area-we-serve-col-inner iframe {
    height: 346px;
  }
  .area-we-serve-col-2 {
    padding-right: 37px;
  }
  .services-container {
    height: 345px;
  }
  .service-btn {
    height: 44px;

    margin-bottom: 24px;
  }
  /* end services area home */

  /* why choous us */

  .why_c_us_m_section_row_row_2 {
    width: 100% !important;
    padding-left: 34px !important;
  }
  .why_c_us_m_section_row_row_2 {
    width: 1245px !important;
    padding-left: 34px !important;
  }
  .why_c_us_m_section_col_1 {
    width: 223px !important;
  }
  .why_c_us_m_section_col_2 {
    width: calc(100% - 223px) !important;
  }
  .why_choos_us_box_inner_box {
    width: 33.33% !important;
  }

  .why_choos_us_box_inner {
    gap: 10px;
  }

  .why_choos_us_box.bg_svg {
    width: 100%;
    left: 0;
    right: 0;
  }

  .why_choos_us_box.bg_svg svg {
    width: 100%;
  }

  .why_choos_us_box_icon_T {
    font-size: 20px;
  }

  .why_choos_us_box_icon_St {
    font-size: 14px;
  }

  .why_choos_us_box_icon {
    width: 70px;
    height: 70px;
    top: -27px;
  }
  .why_choos_us_box_icon {
    margin-bottom: 10px;
  }
  .why_c_us_m_section_row {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sab-t-section {
    width: 100%;
  }

  .why_c_us_m_section_row_row_2col_2 {
    margin: auto !important;
  }
  .rps_img img {
    height: 385px !important;
  }
  /* end */
  /* home banner seciton */
  .home-banner-site-row .et_pb_slide .et_pb_container {
    width: 96%;
  }
  .home-site-banner-main-heading {
    font-size: 33px;
  }
  .home-site-banner-stamp-inner img {
    width: 144px;
    height: 144px;
  }
  .home-site-banner-pricing-card h2 {
    font-size: 25px;
  }
  p.home-site-banner-p-sub,
  p.home-site-banner-p-main {
    font-size: 17px;
  }
  .home-site-banner-container {
    grid-template-columns: 1.1fr 1.3fr 0.7fr;
  }
  span.home-site-banner-small-text {
    font-size: 12px;
    margin-bottom: 3px;
    margin-top: 7px;
  }
  .home-site-banner-hl-box span {
    font-size: 11px;
  }
  span.home-site-banner-time-text.live-time-austrrila {
    font-size: 24px;
  }
  .home-site-banner-shield-icon svg {
    width: 69px !important;
    height: 73px !important;
  }
  .home-site-banner-pricing-card {
    padding: 15px !important;
  }
  .home-site-banner-header-offer h3 {
    font-size: 15px;
  }
  .home-site-banner-header-offer p {
    font-size: 12px;
  }
  .home-site-banner-container {
    gap: 8px;
  }

  .home-site-banner-status-badge {
    padding-right: 0px;
  }
  span.home-site-banner-sub-title {
    font-size: 27px;
  }
  .home-site-banner-save-tag br {
    display: block !important;
  }

  .home-site-banner-save-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .home-site-banner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-site-banner-left {
    order: 1;
    width: 50%;
  }

  .home-site-banner-right {
    order: 2;
  }

  .home-site-banner-center {
    order: 3;
  }

  .home-site-banner-container {
    width: 100%;
  }

  .home-site-banner-center {
    width: 100%;
  }

  .home-site-banner-right {
    width: 40%;
    flex-wrap: wrap;
  }
  /* end home banner seciton */

  /* move car */

  .car-move-my-st-car {
    width: 708.01px;
    height: 271.64px;
  }

  .car-move-my-st-car-tyer img {
    width: 90px;
    height: 89px;
  }

  .car-move-my-st-car-tyer.tyrt1-bg img {
    left: 61px;
  }

  .car-move-my-st-car-tyer.tyrt2-bg img {
    right: 89px;
  }
  .full_wdth_row {
    margin-top: 150px;
    line-height: 0px;
  }
  /* end */

  /* start services section */

  span.site-services-my-tab-name {
    font-size: 14px;
  }
  button.site-services-my-tab-btn,
  .site-services-my-container .site_title.w_color {
    width: 224px;
    height: 69px;
  }
  .site-services-my-post-card {
    padding: 10px;
  }

  span.site-services-my-card-title {
    font-size: 14px;
    line-height: 1.2em;
  }
  .site-services-my-right-image {
    width: 340px;
  }
  .site-services-my-left-details {
    width: calc(100% - 340px) !important;
  }
  .site-services-my-right-image img {
    width: 100%;
    height: 429px;
  }
  .site-services-my-post-card {
    width: 48%;
  }
  /* end services seciton  */
  /* contat section */
  .contact-home-map {
    height: 364px;
  }
  /* end */

  /* how to work  */
  .site-services-my-badge {
    width: 66px;
    height: 66px;
  }
  .site-services-my-step-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .site-services-my-steps-wrapper {
    gap: 10px;
  }
  .site-services-my-step-card {
    width: 100% !important;
    max-width: 100% !important;
  }
  .site-services-my-arrow-indicator {
    bottom: -19px;
    right: -6px;
  }
  .site-services-my-arrow-indicator {
    display: none;
  }

  .site-services-my-step-card::before {
    display: none;
  }

  .site-services-my-step-card::after {
    display: none;
  }

  .site-services-my-badge {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  span.site-services-my-step-number {
    text-align: center;
    left: 0;
    right: 0;
    top: 41px;
  }
  article.site-services-my-step-card {
    padding-bottom: 10px !important;
  }
  article.site-services-my-step-card.site-services-my-step-3 {
    margin-top: 31px !important;
  }

  article.site-services-my-step-card.site-services-my-step-4 {
    margin-top: 30px;
  }
  /* end */
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
  /* why us  */
  .site_title {
    font-size: 22px;
  }
  .seo_section_left_img img {
    height: 452px;
    border-radius: 13px;
  }
  .site_desc {
    font-size: 15px;
  }

  /* end */
  /* Your Satisfaction Is Our Goal start */
  .satisfaction_col_2 {
    margin: auto !important;
    padding-left: 3%;
    padding-right: 4%;
  }
  .full_img_box_seo img {
    height: 423px !important;
  }
  /* end Your Satisfaction Is Our Goal */
  /* Don't Wait - Get Immediate Help Now! */
  .help-now-card {
    max-width: 49%;
  }
  .help-now-cards-grid {
    gap: 13px;
  }

  /* start Don't Wait - Get Immediate Help Now! */

  /* about us */
  .about_us_img img {
    height: 444px !important;
  }
  span.about-us-site-badge-number {
    font-size: 27px;

    margin-top: 5px;
    margin-bottom: 8px;
  }
  .about-us-site-experience-badge {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .about-us-bag {
    width: 99px;
  }
  .about_us_col_1 {
    padding-right: 33px;
  }
  .about_us_col {
    margin: auto !important;
  }
  /* end */
  /* start services area home */
  .area-we-serve-col-inner iframe {
    height: 346px;
  }
  .area-we-serve-col-2 {
    padding-right: 37px;
  }
  .services-container {
    height: 345px;
  }
  .service-btn {
    height: 44px;

    margin-bottom: 24px;
  }
  /* end services area home */

  /* why choous us */

  .why_c_us_m_section_row_row_2 {
    width: 100% !important;
    padding-left: 34px !important;
  }
  .why_c_us_m_section_row_row_2 {
    width: 1245px !important;
    padding-left: 34px !important;
  }
  .why_c_us_m_section_col_1 {
    width: 223px !important;
  }
  .why_c_us_m_section_col_2 {
    width: calc(100% - 223px) !important;
  }
  .why_choos_us_box_inner_box {
    width: 33.33% !important;
  }

  .why_choos_us_box_inner {
    gap: 39px;
  }

  .why_choos_us_box.bg_svg {
    width: 100%;
    left: 0;
    right: 0;
  }

  .why_choos_us_box.bg_svg svg {
    width: 100%;
  }

  .why_choos_us_box_icon_T {
    font-size: 20px;
  }

  .why_choos_us_box_icon_St {
    font-size: 14px;
  }

  .why_choos_us_box_icon {
    width: 70px;
    height: 70px;
    top: -27px;
  }
  .why_choos_us_box_icon {
    margin-bottom: 10px;
  }
  /* end */
  /* home banner seciton */
  .home-banner-site-row .et_pb_slide .et_pb_container {
    width: 96%;
  }
  .home-site-banner-main-heading {
    font-size: 33px;
  }
  .home-site-banner-stamp-inner img {
    width: 144px;
    height: 144px;
  }
  .home-site-banner-pricing-card h2 {
    font-size: 25px;
  }
  p.home-site-banner-p-sub,
  p.home-site-banner-p-main {
    font-size: 17px;
  }
  .home-site-banner-container {
    grid-template-columns: 1.1fr 1.3fr 0.7fr;
  }
  span.home-site-banner-small-text {
    font-size: 12px;
    margin-bottom: 3px;
    margin-top: 7px;
  }
  .home-site-banner-hl-box span {
    font-size: 11px;
  }
  span.home-site-banner-time-text.live-time-austrrila {
    font-size: 24px;
  }
  .home-site-banner-shield-icon svg {
    width: 69px !important;
    height: 73px !important;
  }
  .home-site-banner-pricing-card {
    padding: 15px !important;
  }
  .home-site-banner-header-offer h3 {
    font-size: 15px;
  }
  .home-site-banner-header-offer p {
    font-size: 12px;
  }
  .home-site-banner-container {
    gap: 8px;
  }

  .home-site-banner-status-badge {
    padding-right: 0px;
  }
  span.home-site-banner-sub-title {
    font-size: 27px;
  }
  .home-site-banner-save-tag br {
    display: block !important;
  }

  .home-site-banner-save-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .home-site-banner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-site-banner-left {
    order: 1;
    width: 50%;
  }

  .home-site-banner-right {
    order: 2;
  }

  .home-site-banner-center {
    order: 3;
  }
  /* end home banner seciton */

  /* move car */

  .car-move-my-st-car {
    width: 708.01px;
    height: 271.64px;
  }

  .car-move-my-st-car-tyer img {
    width: 90px;
    height: 89px;
  }

  .car-move-my-st-car-tyer.tyrt1-bg img {
    left: 61px;
  }

  .car-move-my-st-car-tyer.tyrt2-bg img {
    right: 89px;
  }
  .full_wdth_row {
    margin-top: 150px;
    line-height: 0px;
  }
  /* end */
  /* start services section */

  span.site-services-my-tab-name {
    font-size: 14px;
  }
  button.site-services-my-tab-btn,
  .site-services-my-container .site_title.w_color {
    width: 229px;
    height: 79px;
  }
  .site-services-my-post-card {
    padding: 10px;
  }

  span.site-services-my-card-title {
    font-size: 14px;
    line-height: 1.2em;
  }
  .site-services-my-right-image {
    width: 340px;
  }
  .site-services-my-left-details {
    width: calc(100% - 340px) !important;
  }
  .site-services-my-right-image img {
    width: 100%;
    height: 429px;
  }
  /* end services seciton  */

  /* how to work  */
  .site-services-my-badge {
    width: 66px;
    height: 66px;
  }
  .site-services-my-step-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .site-services-my-steps-wrapper {
    gap: 10px;
  }
  .site-services-my-step-card {
    width: 26% !important;
    max-width: 25% !important;
  }
  .site-services-my-arrow-indicator {
    bottom: -19px;
    right: -6px;
  }
  .site-services-my-arrow-indicator {
    display: none;
  }

  .site-services-my-step-card::before {
    display: none;
  }

  .site-services-my-step-card::after {
    display: none;
  }

  .site-services-my-badge {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  span.site-services-my-step-number {
    text-align: center;
    left: 0;
    right: 0;
    top: 41px;
  }
  article.site-services-my-step-card {
    padding-bottom: 10px !important;
  }
  /* end */
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
  /* why us  */
  .site_title {
    font-size: 22px;
  }
  .seo_section_left_img img {
    height: 502px;
    border-radius: 13px;
  }
  .site_desc {
    font-size: 15px;
  }

  /* end */

  /* Your Satisfaction Is Our Goal start */
  .satisfaction_col_2 {
    margin: auto !important;
    padding-left: 3%;
    padding-right: 4%;
  }
  .full_img_box_seo img {
    height: 423px !important;
  }
  /* end Your Satisfaction Is Our Goal */
  /* start services area home */
  .area-we-serve-col-inner iframe {
    height: 377px;
  }
  .area-we-serve-col-2 {
    padding-right: 37px;
  }
  .services-container {
    height: 375px;
  }
  /* end services area home */

  /* why choous us */

  .why_c_us_m_section_row_row_2 {
    width: 100% !important;
    padding-left: 34px !important;
  }
  .why_c_us_m_section_row_row_2 {
    width: 1245px !important;
    padding-left: 34px !important;
  }
  .why_c_us_m_section_col_1 {
    width: 223px !important;
  }
  .why_c_us_m_section_col_2 {
    width: calc(100% - 223px) !important;
  }
  .why_choos_us_box_inner_box {
    width: 33.33% !important;
  }

  .why_choos_us_box_inner {
    gap: 39px;
  }

  .why_choos_us_box.bg_svg {
    width: 100%;
    left: 0;
    right: 0;
  }

  .why_choos_us_box.bg_svg svg {
    width: 100%;
  }

  .why_choos_us_box_icon_T {
    font-size: 20px;
  }

  .why_choos_us_box_icon_St {
    font-size: 14px;
  }

  .why_choos_us_box_icon {
    width: 70px;
    height: 70px;
    top: -27px;
  }
  /* end */

  /* home banner seciton */
  .home-banner-site-row .et_pb_slide .et_pb_container {
    width: 96%;
  }
  .home-site-banner-main-heading {
    font-size: 33px;
  }
  .home-site-banner-stamp-inner img {
    width: 144px;
    height: 144px;
  }
  .home-site-banner-pricing-card h2 {
    font-size: 25px;
  }
  p.home-site-banner-p-sub,
  p.home-site-banner-p-main {
    font-size: 17px;
  }
  .home-site-banner-container {
    grid-template-columns: 1.1fr 1.3fr 0.7fr;
  }
  span.home-site-banner-small-text {
    font-size: 12px;
    margin-bottom: 3px;
    margin-top: 7px;
  }
  .home-site-banner-hl-box span {
    font-size: 11px;
  }
  span.home-site-banner-time-text.live-time-austrrila {
    font-size: 24px;
  }
  .home-site-banner-shield-icon svg {
    width: 69px !important;
    height: 73px !important;
  }
  .home-site-banner-pricing-card {
    padding: 15px !important;
  }
  .home-site-banner-header-offer h3 {
    font-size: 15px;
  }
  .home-site-banner-header-offer p {
    font-size: 12px;
  }
  .home-site-banner-container {
    gap: 8px;
  }

  .home-site-banner-status-badge {
    padding-right: 0px;
  }
  span.home-site-banner-sub-title {
    font-size: 27px;
  }
  .home-site-banner-save-tag br {
    display: block !important;
  }

  .home-site-banner-save-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  /* end home banner seciton */
  /* move car */

  .car-move-my-st-car {
    width: 708.01px;
    height: 271.64px;
  }

  .car-move-my-st-car-tyer img {
    width: 90px;
    height: 89px;
  }

  .car-move-my-st-car-tyer.tyrt1-bg img {
    left: 61px;
  }

  .car-move-my-st-car-tyer.tyrt2-bg img {
    right: 89px;
  }
  .full_wdth_row {
    margin-top: 150px;
    line-height: 0px;
  }
  /* end */

  /* start services section */

  span.site-services-my-tab-name {
    font-size: 14px;
  }
  button.site-services-my-tab-btn,
  .site-services-my-container .site_title.w_color {
    width: 229px;
    height: 79px;
  }
  .site-services-my-post-card {
    padding: 10px;
  }

  span.site-services-my-card-title {
    font-size: 14px;
    line-height: 1.2em;
  }
  .site-services-my-right-image {
    width: 340px;
  }
  .site-services-my-left-details {
    width: calc(100% - 340px) !important;
  }
  .site-services-my-right-image img {
    width: 100%;
    height: 429px;
  }
  /* end services seciton  */

  /* contat section */
  .contact-home-map {
    height: 374px;
  }
  /* end */

  /* how to work  */
  .site-services-my-badge {
    width: 66px;
    height: 66px;
  }
  .site-services-my-step-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .site-services-my-steps-wrapper {
    gap: 10px;
  }
  .site-services-my-step-card {
    width: 26% !important;
    max-width: 25% !important;
  }
  .site-services-my-arrow-indicator {
    bottom: -19px;
    right: -6px;
  }
  .site-services-my-arrow-indicator {
    display: none;
  }

  .site-services-my-step-card::before {
    display: none;
  }

  .site-services-my-step-card::after {
    display: none;
  }

  .site-services-my-badge {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  span.site-services-my-step-number {
    text-align: center;
    left: 0;
    right: 0;
    top: 41px;
  }
  /* end */
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
  /* how to work  */
  .site-services-my-badge {
    width: 66px;
    height: 66px;
  }
  .site-services-my-step-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .site-services-my-steps-wrapper {
    gap: 10px;
  }
  .site-services-my-step-card {
    width: 147px;
    max-width: 238px !important;
    flex: auto !important;
  }
  .site-services-my-arrow-indicator {
    bottom: -19px;
    right: -6px;
  }
  /* end */

  /* move car */

  .car-move-my-st-car {
    width: 708.01px;
    height: 271.64px;
  }

  .car-move-my-st-car-tyer img {
    width: 90px;
    height: 89px;
  }

  .car-move-my-st-car-tyer.tyrt1-bg img {
    left: 61px;
  }

  .car-move-my-st-car-tyer.tyrt2-bg img {
    right: 89px;
  }
  .full_wdth_row {
    margin-top: 150px;
    line-height: 0px;
  }
  /* end */

  /* why us  */
  .site_title {
    font-size: 28px;
  }
  .seo_section_left_img img {
    height: 502px;
    border-radius: 13px;
  }
  /* end */
  /* Your Satisfaction Is Our Goal start */
  .satisfaction_col_2 {
    margin: auto !important;
    padding-left: 3%;
    padding-right: 4%;
  }
  .full_img_box_seo img {
    height: 523px !important;
  }
  /* end Your Satisfaction Is Our Goal */
  /* start services area home */

  /* end services area home */
  /* why choous us */

  .why_c_us_m_section_row_row_2 {
    width: 1402px !important;
    padding-left: 34px !important;
  }
  .why_c_us_m_section_row_row_2 {
    width: 1245px !important;
    padding-left: 34px !important;
  }
  /* end */
  /* home banner seciton */
  .home-banner-site-row .et_pb_slide .et_pb_container {
    width: 96%;
  }
  .home-site-banner-main-heading {
    font-size: 43px;
  }
  .home-site-banner-stamp-inner img {
    width: 144px;
    height: 144px;
  }
  .home-site-banner-pricing-card h2 {
    font-size: 25px;
  }
  p.home-site-banner-p-sub,
  p.home-site-banner-p-main {
    font-size: 17px;
  }
  .home-site-banner-container {
    grid-template-columns: 1.1fr 1.3fr 0.7fr;
  }
  span.home-site-banner-small-text {
    font-size: 12px;
    margin-bottom: 3px;
    margin-top: 7px;
  }
  .home-site-banner-hl-box span {
    font-size: 11px;
  }
  span.home-site-banner-time-text.live-time-austrrila {
    font-size: 24px;
  }
  .home-site-banner-shield-icon svg {
    width: 69px !important;
    height: 73px !important;
  }
  .home-site-banner-pricing-card {
    padding: 15px !important;
  }
  .home-site-banner-header-offer h3 {
    font-size: 19px;
  }
  .home-site-banner-header-offer p {
    font-size: 12px;
  }
  .home-site-banner-container {
    gap: 8px;
  }

  .home-site-banner-status-badge {
    padding-right: 0px;
  }
  /* end home banner seciton */

  /* start services section */

  span.site-services-my-tab-name {
    font-size: 14px;
  }
  button.site-services-my-tab-btn,
  .site-services-my-container .site_title.w_color {
    width: 229px;
    height: 79px;
  }
  .site-services-my-post-card {
    padding: 10px;
  }

  span.site-services-my-card-title {
    font-size: 14px;
    line-height: 1.2em;
  }
  /* end services seciton  */
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
  /* why us  */
  .site_title {
    font-size: 28px;
  }
  .seo_section_left_img img {
    height: 502px;
    border-radius: 13px;
  }
  /* end */
  /* Your Satisfaction Is Our Goal start */
  .satisfaction_col_2 {
    margin: auto !important;
    padding-left: 3%;
    padding-right: 4%;
  }
  .full_img_box_seo img {
    height: 523px !important;
  }
  /* end Your Satisfaction Is Our Goal */

  /* why choous us */

  .why_c_us_m_section_row_row_2 {
    width: 1402px !important;
    padding-left: 34px !important;
  }
  /* end */

  /* home banner seciton */
  .home-banner-site-row .et_pb_slide .et_pb_container {
    width: 96%;
  }
  .home-site-banner-main-heading {
    font-size: 43px;
  }
  .home-site-banner-stamp-inner img {
    width: 170px;
    height: 170px;
  }
  .home-site-banner-pricing-card h2 {
    font-size: 25px;
  }
  p.home-site-banner-p-sub,
  p.home-site-banner-p-main {
    font-size: 17px;
  }
  .home-site-banner-container {
    grid-template-columns: 1.1fr 1.3fr 0.7fr;
  }
  span.home-site-banner-small-text {
    font-size: 14px;
  }
  .home-site-banner-hl-box span {
    font-size: 11px;
  }
  span.home-site-banner-time-text.live-time-austrrila {
    font-size: 24px;
  }
  /* end home banner seciton */
}
@media all and (min-width: 1681px) and (max-width: 1880px) {
  /* why us  */
  .site_title {
    font-size: 28px;
  }
  .seo_section_left_img img {
    height: 522px;
    border-radius: 13px;
  }
  /* end */

  /* Your Satisfaction Is Our Goal start */
  .satisfaction_col_2 {
    margin: auto !important;
    padding-left: 3%;
    padding-right: 4%;
  }
  .full_img_box_seo img {
    height: 523px !important;
  }
  /* end Your Satisfaction Is Our Goal */
}

.site_g_b_why {
  background: rgba(20, 30, 36, 1);
}

.site_g_b_why .site_title {
  color: white;
  margin-bottom: 20px;
}
/* 1. Ultra Large Screens & Desktops (Default Styling) */
.our-guarantees-promise-section {
  width: 100%;

  text-align: center;
  margin: 0 auto;
}

.our-guarantees-promise-title {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: 0.5px;
}

.our-guarantees-promise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Default 4 columns layout */
  gap: 30px;
}

.our-guarantees-promise-card {
  background-color: #1a242d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 14px 30px;
  text-align: left;
  transition:
    transform 0.3s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.3s ease;
}

.our-guarantees-promise-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.our-guarantees-promise-icon {
  color: #e53935;
  font-size: 36px;
  margin-bottom: 25px;
}

.our-guarantees-promise-card-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.our-guarantees-promise-text {
  color: #90a4ae;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* ==========================================================================
   2. Laptops & Small Desktops Breakpoint (Max-width: 1200px)
   ========================================================================== */
@media (max-width: 1200px) {
  .our-guarantees-promise-section {
  }
  .our-guarantees-promise-title {
    font-size: 36px;
    margin-bottom: 45px;
  }
  .our-guarantees-promise-grid {
    gap: 20px;
  }
  .our-guarantees-promise-card {
    padding: 30px 20px;
  }
  .our-guarantees-promise-card-title {
    font-size: 20px;
  }
}

/* ==========================================================================
   3. Tablets & iPads Breakpoint (Max-width: 992px)
   ========================================================================== */
@media (max-width: 992px) {
  .our-guarantees-promise-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .our-guarantees-promise-title {
    font-size: 32px;
  }
}

/* ==========================================================================
   4. Landscape Mobiles & Small Tablets (Max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {
  .our-guarantees-promise-section {
  }
  .our-guarantees-promise-title {
    font-size: 28px;
    margin-bottom: 35px;
  }
  .our-guarantees-promise-card {
    padding: 25px 20px;
  }
}

@media (max-width: 520px) {
  .our-guarantees-promise-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .our-guarantees-promise-title {
    font-size: 26px;
    line-height: 1.3;
  }
  .our-guarantees-promise-card {
    text-align: center;
  }
  .our-guarantees-promise-icon {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .our-guarantees-promise-card-title {
    font-size: 19px;
  }
  .our-guarantees-promise-text {
    font-size: 14px;
  }
}
