.elementor-36 .elementor-element.elementor-element-9e841d3{--display:flex;}.elementor-36 .elementor-element.elementor-element-80168bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-36 .elementor-element.elementor-element-b4e2deb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-36 .elementor-element.elementor-element-2d25a98{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-36 .elementor-element.elementor-element-8546e78{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-36 .elementor-element.elementor-element-2fcffa5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-36 .elementor-element.elementor-element-a9697f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:050px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-36 .elementor-element.elementor-element-883be09{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-36 .elementor-element.elementor-element-339914f7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-36 .elementor-element.elementor-element-9e841d3{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-b424089 *//* CLEAN HERO FIX - old hero CSS replace with this */

.hero {
  display: grid !important;
  grid-template-columns: 55% 45% !important;
  width: 100% !important;
  min-height: 680px !important;
  height: auto !important;
  overflow: visible !important;
  align-items: stretch !important;
}

.hero-left,
.hero-right {
  min-height: 680px !important;
  height: auto !important;
  overflow: visible !important;
}

.hero-left {
  display: flex !important;
  align-items: center !important;
}

.hero-left-inner {
  padding: 70px 64px 60px !important;
  width: 100% !important;
  position: relative !important;
  z-index: 2 !important;
}

.hero-title {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: clamp(2.6rem, 3.6vw, 4rem) !important;
  line-height: 1.08 !important;
  color: #ffffff !important;
  text-align: left !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  max-width: 760px !important;
  white-space: normal !important;
}

.hero-title::after {
  display: none !important;
  content: none !important;
}

.hero-title .title-line {
  display: block !important;
}

.hero-title .accent-line {
  color: #e8922a !important;
}

.hero-desc {
  max-width: 560px !important;
  font-size: 0.98rem !important;
  line-height: 1.55 !important;
  margin: 0 0 26px !important;
  color: rgba(255,255,255,0.9) !important;
}

.hero-ctas {
  display: flex !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
}

.btn-hero-primary,
.btn-hero-secondary {
  min-width: 190px !important;
  height: 54px !important;
  padding: 0 26px !important;
  font-size: 1.08rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* RIGHT FORM FIX */
.hero-right {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 45px 0 !important;
  background: #0f1e42 !important;
}

.form-panel {
  width: 100% !important;
  max-width: 540px !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0 46px !important;
  margin: 0 auto !important;
  position: relative !important;
  top: auto !important;
  transform: none !important;
}

.form-panel h2 {
  font-size: 1.8rem !important;
  line-height: 1.05 !important;
  margin: 0 0 8px !important;
}

.form-panel > p {
  font-size: 0.86rem !important;
  line-height: 1.4 !important;
  margin: 0 0 18px !important;
}

.form-group {
  margin-bottom: 12px !important;
}

.form-group label {
  margin-bottom: 6px !important;
}

.form-group input,
.form-group textarea,
.form-group select {
  height: 48px !important;
  min-height: 48px !important;
  padding: 9px 14px !important;
}

.form-group textarea {
  height: 68px !important;
  min-height: 68px !important;
}

.btn-submit {
  height: 48px !important;
  padding: 0 14px !important;
  margin-top: 12px !important;
}

/* MOBILE */
@media (max-width: 820px) {
  .hero {
    display: block !important;
    min-height: auto !important;
  }

  .hero-left,
  .hero-right {
    min-height: auto !important;
  }

  .hero-left-inner {
    padding: 55px 18px 42px !important;
    text-align: center !important;
  }

  .hero-title {
    text-align: center !important;
    font-size: clamp(2rem, 9vw, 3rem) !important;
    margin: 0 auto 18px !important;
  }

  .hero-desc {
    max-width: 95% !important;
    text-align: center !important;
    margin: 0 auto 22px !important;
  }

  .hero-ctas {
    justify-content: center !important;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    width: 86% !important;
    max-width: 320px !important;
    min-width: 0 !important;
  }

  .hero-right {
    padding: 32px 0 36px !important;
  }

  .form-panel {
    padding: 0 18px !important;
  }
}
/* Compact form height fix */
.hero-right {
  padding-top: 45px !important;
  padding-bottom: 35px !important;
  align-items: center !important;
}

.form-panel {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.form-panel h2 {
  font-size: 1.75rem !important;
  line-height: 1.1 !important;
  padding-top: 0 !important;
  margin-bottom: 6px !important;
}

.form-panel > p {
  margin-bottom: 14px !important;
  font-size: 0.86rem !important;
}

.form-group {
  margin-bottom: 10px !important;
}

.form-group input,
.form-group textarea {
  height: 44px !important;
  min-height: 44px !important;
  padding: 8px 13px !important;
}

.form-group textarea {
  height: 62px !important;
  min-height: 62px !important;
}

.btn-submit {
  height: 46px !important;
  margin-top: 10px !important;
}
@media (max-width: 820px) {
  .hero-ctas {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
  }

  .btn-hero-primary,
  .btn-hero-secondary {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}
.form-panel h2 {
  color: #ffffff !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9e841d3 */html, body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

/* Desktop — Full width hero */
.wdr-full-hero {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Mobile — Thoda padding dono side */
@media (max-width: 820px) {
  .wdr-full-hero {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 16px !important;  /* ya jitna space chahiye */
    padding-right: 16px !important; /* dono sides */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-29ba4b2 */:root {
  --rr-navy: #071226;
  --rr-mustard:#ffcc00;
  --rr-white: #ffffff;
  --rr-mustard-soft: rgba(216, 155, 40, 0.14);
}

.rr-call-section {
  background: var(--rr-white);
  padding: 60px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.rr-call-container {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

/* TOP TEXT SECTION */
.rr-call-box {
  text-align: center;
  max-width: 800px;
}

.rr-call-tag {
  display: inline-block;
  background: var(--rr-mustard-soft);
  color: var(--rr-mustard);
  padding: 6px 15px;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.rr-call-box h2 {
  color: var(--rr-navy);
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 15px;
}

.rr-call-box p {
  color: var(--rr-navy);
  font-size: 16px;
  line-height: 1.6;
}

/* FLOW CARDS */
.rr-flow-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.rr-flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 260px;
  border: 1px solid rgba(7, 18, 38, 0.16);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 12px 28px rgba(7, 18, 38, 0.08);
  background: var(--rr-white);
}

.rr-flow-number {
  width: 50px;
  height: 50px;
  background: var(--rr-mustard);
  color: var(--rr-navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 12px;
}

.rr-flow-content h3 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
  color: var(--rr-navy);
}

.rr-flow-content p {
  font-size: 15px;
  color: var(--rr-navy);
  opacity: 0.85;
  line-height: 1.5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b82244 */.wd-process-section {
  background: #ffffff;
  padding: 75px 20px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.wd-process-badge {
  display: inline-block;
  background: #001f3f;
  color: #d89b28;
  padding: 10px 25px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.wd-process-section h2 {
  color: e8922a;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 15px;
}

.wd-process-section h2 span {
  color: #d89b28;
}

.wd-process-section p {
  color: #4a5568;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 50px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.wd-process-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

/* Card Styling */
.wd-process-card {
  background: #f5f5f5;
  border: 1px solid #d1d5db;
  border-radius: 18px;
  padding: 22px 28px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;        
  max-width: 800px;   /* Wide enough for desktop */
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.wd-process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.wd-step-number {
  background: #d89b28;
  color: #001f3f;
  font-weight: 900;
  font-size: 22px;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wd-process-card h3 {
  color: #001f3f;
  font-size: 20px;
  margin-bottom: 8px;
  text-align: left;
}

.wd-process-card p {
  color: #4a5568;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

/* Responsive */
@media (max-width: 1024px) {
  .wd-process-card {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .wd-process-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 90%;
  }

  .wd-process-card h3, .wd-process-card p {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .wd-process-section h2 {
    font-size: 32px;
  }

  .wd-process-badge {
    font-size: 13px;
    padding: 8px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-70d0db2 */:root {
  --rr-navy: #071226;
  --rr-navy-soft: #0b1f3a;
  --rr-mustard: #d89b28;
  --rr-mustard-soft: rgba(216, 155, 40, 0.14);
  --rr-white: #ffffff;
  --font-head: 'Bebas Neue', sans-serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

.rr-choose-section {
  background: var(--rr-white);
  padding: 80px 20px;
  font-family: var(--font-body);
  overflow: hidden;
  position: relative;
}

.rr-choose-section::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  background: rgba(216, 155, 40, 0.10);
  border-radius: 50%;
  top: -170px;
  right: -140px;
}

.rr-choose-container {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.rr-choose-head {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.rr-choose-badge {
  display: inline-block;
  background: var(--rr-mustard-soft);
  color: var(--rr-navy);
  border: 1px solid rgba(216, 155, 40, 0.35);
  padding: 9px 18px;
  border-radius: 40px;
  font-family: var(--font-head);
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.rr-choose-head h2 {
  color: var(--rr-navy);
  font-family: var(--font-head);
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 0 16px;
}

.rr-choose-head p {
  color: var(--rr-navy);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 760px;
  opacity: 0.86;
}

.rr-choose-cta {
  background: var(--rr-navy);
  border: 1px solid rgba(216, 155, 40, 0.35);
  border-radius: 26px;
  padding: 28px 32px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(7, 18, 38, 0.16);
}

.rr-choose-cta::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(216, 155, 40, 0.18);
  border-radius: 50%;
  right: -80px;
  top: -90px;
}

.rr-choose-cta span {
  color: var(--rr-mustard);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 2;
}

.rr-choose-cta h3 {
  color: var(--rr-white);
  font-family: var(--font-head);
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 7px 0 0;
  position: relative;
  z-index: 2;
}

.rr-choose-cta a {
  background: var(--rr-mustard);
  color: var(--rr-navy);
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 40px;
  font-family: var(--font-head);
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  transition: 0.3s ease;
}

.rr-choose-cta a:hover {
  background: var(--rr-white);
  color: var(--rr-navy);
  transform: translateY(-3px);
}

.rr-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rr-choose-tile {
  background: var(--rr-white);
  border: 1px solid rgba(7, 18, 38, 0.16);
  border-radius: 22px;
  padding: 26px 24px;
  min-height: 205px;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(7, 18, 38, 0.08);
}

.rr-choose-tile::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background: rgba(216, 155, 40, 0.13);
  border-radius: 50%;
  right: -35px;
  bottom: -35px;
}

.rr-choose-tile:hover {
  transform: translateY(-6px);
  border-color: var(--rr-mustard);
  box-shadow: 0 20px 45px rgba(7, 18, 38, 0.14);
}

.rr-choose-tile span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  background: var(--rr-mustard);
  color: var(--rr-navy);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

.rr-choose-tile h3 {
  color: var(--rr-navy);
  font-family: var(--font-head);
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 0 10px;
  position: relative;
  z-index: 2;
}

.rr-choose-tile p {
  color: var(--rr-navy);
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.55;
  margin: 0;
  opacity: 0.86;
  position: relative;
  z-index: 2;
}

.rr-tile-large {
  background: var(--rr-navy);
  border-color: var(--rr-navy);
}

.rr-tile-large h3,
.rr-tile-large p {
  color: var(--rr-white);
  opacity: 1;
}

.rr-tile-large span {
  background: var(--rr-mustard);
  color: var(--rr-navy);
}

.rr-tile-dark {
  background: var(--rr-mustard);
  border-color: var(--rr-mustard);
}

.rr-tile-dark h3,
.rr-tile-dark p {
  color: var(--rr-navy);
  opacity: 1;
}

.rr-tile-dark span {
  background: var(--rr-navy);
  color: var(--rr-mustard);
}

@media (max-width: 992px) {
  .rr-choose-section {
    padding: 65px 18px;
  }

  .rr-choose-head h2 {
    font-size: 3rem;
  }

  .rr-choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rr-choose-cta {
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .rr-choose-section {
    padding: 52px 15px;
  }

  .rr-choose-head {
    margin-bottom: 30px;
  }

  .rr-choose-head h2 {
    font-size: 2.3rem;
  }

  .rr-choose-head p {
    font-size: 15.5px;
  }

  .rr-choose-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 22px;
    border-radius: 22px;
  }

  .rr-choose-cta h3 {
    font-size: 2rem;
  }

  .rr-choose-cta a {
    width: 100%;
    text-align: center;
  }

  .rr-choose-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rr-choose-tile {
    min-height: auto;
    padding: 23px 20px;
    border-radius: 20px;
  }

  .rr-choose-tile h3 {
    font-size: 1.8rem;
  }

  .rr-choose-tile p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e24b86 */.areas-serve-section {
  background: #f4f7fb;
  padding: 70px 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.areas-serve-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px;
  align-items: center;
}

.areas-serve-badge {
  display: inline-block;
  background: rgba(245, 154, 35, 0.14);
  color: #d89b28;
  padding: 9px 22px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
  margin-bottom: 18px;
}

.areas-serve-content h2 {
  color: #073f70;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 900;
  margin: 0 0 18px;
}

.areas-serve-content h2 span {
  color: #d89b28;
}

.areas-serve-content p {
  color: #263f5f;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  max-width: 470px;
}

.areas-serve-box {
  background: #ffffff;
  border: 1px solid #e4eaf1;
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 18px 45px rgba(7, 63, 112, 0.08);
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.area-item {
  background: #f4f7fb;
  border: 1px solid #e4eaf1;
  color: #073f70;
  border-radius: 14px;
  padding: 14px 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  transition: 0.3s ease;
}

.area-item:hover {
  background: #073f70;
  color: #ffffff;
  transform: translateY(-4px);
  border-color: #073f70;
}

.areas-cta {
  margin-top: 26px;
  background: #071226;
  border-radius: 18px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.areas-cta p {
  color: #d7dde8;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}

.areas-cta a {
  background: #f59a23;
  color: #071226;
  text-decoration: none;
  padding: 13px 22px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  transition: 0.3s ease;
}

.areas-cta a:hover {
  background: #ffffff;
  color: #073f70;
}

/* Tablet */
@media (max-width: 992px) {
  .areas-serve-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .areas-serve-content h2 {
    font-size: 38px;
  }

  .areas-serve-content p {
    max-width: 680px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .areas-serve-section {
    padding: 50px 15px;
  }

  .areas-serve-badge {
    font-size: 12px;
    letter-spacing: 2.5px;
    padding: 8px 18px;
  }

  .areas-serve-content h2 {
    font-size: 31px;
  }

  .areas-serve-content p {
    font-size: 16px;
  }

  .areas-serve-box {
    padding: 22px;
    border-radius: 18px;
  }

  .areas-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
  }

  .area-item {
    font-size: 14.5px;
    padding: 12px 10px;
  }

  .areas-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .areas-cta p {
    font-size: 15px;
  }

  .areas-cta a {
    width: 100%;
    text-align: center;
  }
}

/* Small Mobile */
@media (max-width: 380px) {
  .areas-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7229202 */.water-damage-section {
  padding: 80px 20px;
  background: #f5f8fb;
  font-family: Arial, sans-serif;
}

.wd-container {
  max-width: 1140px;
  margin: 0 auto;
}

.wd-heading {
  text-align: center;
  margin-bottom: 45px;
}

.wd-heading span {
  display: inline-block;
  color: #d9a21b;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}

.wd-heading h2 {
  color: #062b49;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 14px;
  font-weight: 800;
}

.wd-heading p {
  max-width: 650px;
  margin: 0 auto;
  color: #5d7488;
  font-size: 16px;
  line-height: 1.7;
}

.wd-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.wd-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 10px 30px rgba(6, 43, 73, 0.08);
  border: 1px solid rgba(6, 43, 73, 0.06);
  transition: all 0.3s ease;
}

.wd-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 45px rgba(6, 43, 73, 0.14);
  border-color: rgba(217, 162, 27, 0.45);
}

.wd-card img {
  width: 135px;
  height: 115px;
  object-fit: cover;
  border-radius: 18px;
  flex-shrink: 0;
}

.wd-content h3 {
  font-size: 19px;
  line-height: 1.3;
  color: #062b49;
  margin: 0 0 8px;
  font-weight: 800;
}

.wd-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #526c7f;
  margin: 0;
}

.wd-cta {
  text-align: center;
  margin-top: 45px;
}

.wd-call-btn {
  display: inline-block;
  background: #d9a21b;
  color: #062b49;
  border: 2px solid #062b49;
  padding: 15px 38px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
}

.wd-call-btn:hover {
  background: #062b49;
  color: #d9a21b;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(6, 43, 73, 0.22);
}

/* Responsive */
@media (max-width: 900px) {
  .wd-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .water-damage-section {
    padding: 55px 15px;
  }

  .wd-heading h2 {
    font-size: 28px;
  }

  .wd-heading p {
    font-size: 15px;
  }

  .wd-card {
    flex-direction: column;
    text-align: center;
    padding: 18px;
  }

  .wd-card img {
    width: 100%;
    height: 190px;
  }

  .wd-call-btn {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51c4f7a */.reviews-section {
  padding: 90px 20px;
  background: linear-gradient(135deg, #071b3a 0%, #0b2a55 100%);
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.reviews-container {
  max-width: 1200px;
  margin: 0 auto;
}

.reviews-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
  animation: fadeUp 0.8s ease forwards;
}

.section-label {
  display: inline-block;
  color: #d4a017;
  background: rgba(212, 160, 23, 0.12);
  border: 1px solid rgba(212, 160, 23, 0.35);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.reviews-header h2 {
  color: #ffffff;
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 16px;
}

.reviews-header p {
  color: #d8e2f0;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.review-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  animation: fadeUp 0.8s ease forwards;
}

.review-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 130px;
  height: 130px;
  background: rgba(212, 160, 23, 0.16);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 160, 23, 0.6);
  background: rgba(255, 255, 255, 0.09);
}

.review-card:hover::before {
  transform: scale(1.2);
}

.stars {
  color: #d4a017;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.review-card p {
  color: #eef4ff;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 26px;
  position: relative;
  z-index: 1;
}

.review-user {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.user-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #d4a017;
  color: #071b3a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
}

.review-user h4 {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 4px;
}

.review-user span {
  color: #b7c6dc;
  font-size: 14px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.review-card:nth-child(2) {
  animation-delay: 0.1s;
}

.review-card:nth-child(3) {
  animation-delay: 0.2s;
}

.review-card:nth-child(4) {
  animation-delay: 0.3s;
}

.review-card:nth-child(5) {
  animation-delay: 0.4s;
}

.review-card:nth-child(6) {
  animation-delay: 0.5s;
}

@media (max-width: 992px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-header h2 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .reviews-section {
    padding: 65px 16px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .reviews-header h2 {
    font-size: 28px;
  }

  .reviews-header p {
    font-size: 15px;
  }

  .review-card {
    padding: 24px;
  }
}/* End custom CSS */