.elementor-11229 .elementor-element.elementor-element-fd587b9{--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-11229 .elementor-element.elementor-element-60d8ad7{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-38335ee */.emergency-call {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 9999;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 14px 26px;
  border-radius: 999px;

  background: linear-gradient(135deg, #ff3b3b, #d62828);
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;

  box-shadow: 0 12px 30px rgba(214, 40, 40, 0.35);
  transition: all 0.25s ease;
}

.emergency-call:hover {
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 18px 40px rgba(214, 40, 40, 0.45);
}

.emergency-call .icon {
  font-size: 18px;
}

@media (max-width: 768px) {
  .emergency-call {
    top: auto;
    bottom: 20px;
    right: 20px;
    transform: none;
    padding: 12px 20px;
    font-size: 15px;
  }

  .emergency-call:hover {
    transform: scale(1.04);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67ae5d0 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  font-family: "Inter", Arial, sans-serif;
  background: #08111f;
}

.rad-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 140px 20px 40px;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)),
    url("https://radcontractor.com/wp-content/uploads/2026/04/IMG_3029.JPG.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.rad-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(10, 18, 30, 0.26),
      rgba(10, 18, 30, 0.18)
    );
  z-index: 1;
}

.rad-inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.rad-title {
  text-align: center;
  color: #ffffff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 48px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.rad-cards {
  display: flex;
  gap: 22px;
  justify-content: center;
  align-items: stretch;
  max-width: 930px;
  margin: 0 auto;
}

.rad-card {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  border-radius: 24px;
  padding: 26px 16px 14px;
  background: rgba(70, 82, 102, 0.40);
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.rad-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 2px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(
    90deg,
    rgba(63, 104, 255, 0.65),
    rgba(241, 176, 72, 0.65)
  );
}

.rad-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 20px;
}

.rad-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.rad-text {
  min-height: 146px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  padding: 0 4px;
}

.rad-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 62px;
  border-radius: 12px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.rad-btn:hover {
  transform: translateY(-1px);
  opacity: 0.97;
  color: #ffffff;
}

.rad-btn-orange {
  background: linear-gradient(135deg, #efad49 0%, #a54a09 100%);
}

.rad-btn-blue {
  background: linear-gradient(135deg, #3d69ff 0%, #2340c8 100%);
}

@media (max-width: 1024px) {
  .rad-hero {
    padding-top: 115px;
  }

  .rad-title {
    font-size: 54px;
    margin-bottom: 34px;
  }

  .rad-cards {
    gap: 16px;
  }

  .rad-card {
    padding: 22px 14px 12px;
  }

  .rad-text {
    min-height: 130px;
    font-size: 16px;
  }

  .rad-btn {
    min-height: 56px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .rad-hero {
    min-height: 100vh;
    padding: 150px 12px 28px;
    background-position: center top;
  }

  .rad-title {
    font-size: 33px;
    line-height: 1.14;
    margin-bottom: 28px;
  }

  .rad-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 100%;
  }

  .rad-card {
    border-radius: 20px;
    padding: 18px 10px 12px;
  }

  .rad-card::before {
    left: 10px;
    right: 10px;
  }

  .rad-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
  }

  .rad-text {
    min-height: 118px;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 14px;
    padding: 0 2px;
  }

  .rad-btn {
    min-height: 48px;
    font-size: 14px;
    border-radius: 10px;
  }
}

@media (max-width: 390px) {
  .rad-hero {
    padding-top: 158px;
  }

  .rad-title {
    font-size: 30px;
    margin-bottom: 24px;
  }

  .rad-card {
    padding: 16px 9px 10px;
  }

  .rad-icon {
    width: 54px;
    height: 54px;
  }

  .rad-text {
    min-height: 110px;
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 12px;
  }

  .rad-btn {
    min-height: 46px;
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-60d8ad7 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  font-family: "Segoe UI", Arial, sans-serif;
}

body {
  color: #1f2937;
  background: #253140;
}

.service-page {
  min-height: 100vh;
  background-image: url("https://radcontractor.com/wp-content/uploads/2020/08/kitchen-2-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.service-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 26, 36, 0.38);
}

.wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}

.container {
  width: 100%;
  max-width: 1100px;
  text-align: center;
}

.title {
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.45);
}

.cards {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 42px;
}

.card {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 16px 8px 16px 8px;
  width: 100%;
  max-width: 320px;
  padding: 28px 22px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 3px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, rgba(30, 58, 138, 0.35), rgba(217, 119, 6, 0.35));
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.28);
}

.icon-box {
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.icon-box svg {
  width: 78px;
  height: 78px;
  display: block;
}

.site-name {
  font-size: 19px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
  line-height: 1.45;
}

.btn {
  display: inline-block;
  min-width: 132px;
  padding: 10px 16px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2px;
  transition: all 0.2s ease;
}

.btn-blue {
  background: linear-gradient(135deg, #1d4ed8, #1e3a8a);
  color: #fff;
  border: 1px solid #1e40af;
  box-shadow: 0 8px 18px rgba(29, 78, 216, 0.22);
}

.btn-blue:hover {
  background: linear-gradient(135deg, #1e40af, #1e3a8a);
  transform: translateY(-1px);
}

.btn-yellow {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff;
  border: 1px solid #b45309;
  box-shadow: 0 8px 18px rgba(245, 158, 11, 0.22);
}

.btn-yellow:hover {
  background: linear-gradient(135deg, #e58b00, #b45309);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .wrapper {
    padding: 24px 12px;
  }

  .title {
    font-size: 24px;
    line-height: 1.35;
  }

  .cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 28px;
  }

  .card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 16px 10px;
    border-radius: 12px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  }

  .card::before {
    left: 10px;
    right: 10px;
  }

  .icon-box {
    width: 58px;
    height: 58px;
    margin-bottom: 12px;
  }

  .icon-box svg {
    width: 58px;
    height: 58px;
  }

  .site-name {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 1.4;
  }

  .btn {
    width: 100%;
    min-width: auto;
    font-size: 12px;
    padding: 9px 8px;
  }
}

@media (max-width: 400px) {
  .title {
    font-size: 21px;
  }

  .cards {
    gap: 8px;
  }

  .card {
    padding: 12px 8px;
  }

  .icon-box {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .icon-box svg {
    width: 50px;
    height: 50px;
  }

  .site-name {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .btn {
    font-size: 11px;
    padding: 8px 6px;
  }
}/* End custom CSS */