.rcg-why-choice {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(239, 235, 231, 0.95), rgba(255, 255, 255, 0.92)),
    url("../images/rcg-decor/bg-line1.png") center bottom / cover no-repeat;
}

.rcg-why-choice::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 18%, rgba(204, 48, 48, 0.12), transparent 28%),
    radial-gradient(circle at 84% 74%, rgba(20, 20, 22, 0.08), transparent 26%);
}

.rcg-why-choice .container {
  position: relative;
  z-index: 1;
}

.rcg-why-choice__heading {
  text-align: center;
  margin-bottom: clamp(34px, 4vw, 56px);
}

.rcg-why-choice__heading .pre {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 5px 14px;
  margin-bottom: 16px;
  border: 1px solid rgba(204, 48, 48, 0.22);
  border-radius: 999px;
  color: #cc3030;
  background: rgba(204, 48, 48, 0.08);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rcg-why-choice__heading .title {
  margin-bottom: 16px;
  color: #141416;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
}

.rcg-why-choice__heading p {
  max-width: 760px;
  margin: 0 auto;
  color: #626268;
  font-size: 17px;
  line-height: 1.75;
}

.rcg-why-choice__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.08fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.rcg-why-card,
.rcg-why-photo {
  min-height: 340px;
  border-radius: 16px;
  overflow: hidden;
}

.rcg-why-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(20, 20, 22, 0.09);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 54px rgba(20, 20, 22, 0.08);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.rcg-why-card::before {
  position: absolute;
  content: "";
  inset: 14px;
  border: 1px solid rgba(204, 48, 48, 0.12);
  border-radius: 12px;
  pointer-events: none;
}

.rcg-why-card:hover {
  transform: translateY(-7px);
  border-color: rgba(204, 48, 48, 0.28);
  box-shadow: 0 28px 78px rgba(20, 20, 22, 0.14);
}

.rcg-why-card__icon {
  width: 70px;
  height: 70px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(204, 48, 48, 0.09);
  border: 1px solid rgba(204, 48, 48, 0.18);
}

.rcg-why-card__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(22%) sepia(91%) saturate(1985%) hue-rotate(340deg) brightness(93%) contrast(88%);
}

.rcg-why-card h3 {
  margin-bottom: 16px;
  color: #182033;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.12;
}

.rcg-why-card p {
  color: #5e6068;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.rcg-why-card__metric {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(20, 20, 22, 0.13);
}

.rcg-why-card__metric strong {
  display: block;
  color: #141416;
  font-family: var(--font-secondary, "Inter", sans-serif);
  font-size: clamp(38px, 4vw, 58px);
  line-height: 0.95;
}

.rcg-why-card__metric span {
  display: block;
  margin-top: 8px;
  color: #141416;
  font-size: 15px;
  font-weight: 800;
}

.rcg-why-card--featured {
  background:
    linear-gradient(135deg, rgba(20, 20, 22, 0.95), rgba(30, 30, 32, 0.88)),
    url("../images/rcg-decor/bg-line1.png") center / cover no-repeat;
}

.rcg-why-card--featured h3,
.rcg-why-card--featured .rcg-why-card__metric strong,
.rcg-why-card--featured .rcg-why-card__metric span {
  color: #ffffff;
}

.rcg-why-card--featured p {
  color: rgba(255, 255, 255, 0.72);
}

.rcg-why-card--featured .rcg-why-card__metric {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.rcg-why-photo {
  position: relative;
  background: #b8b8b8;
  box-shadow: 0 20px 60px rgba(20, 20, 22, 0.1);
}

.rcg-why-photo::after {
  position: absolute;
  content: "";
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 20, 22, 0.04), rgba(20, 20, 22, 0.28)),
    radial-gradient(circle at 72% 18%, rgba(204, 48, 48, 0.22), transparent 26%);
}

.rcg-why-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 520ms ease;
}

.rcg-why-photo:hover img {
  transform: scale(1.045);
}

.rcg-why-photo--tall {
  grid-row: span 1;
}

@media only screen and (max-width: 1199px) {
  .rcg-why-choice__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .rcg-why-choice__grid {
    grid-template-columns: 1fr;
  }

  .rcg-why-card,
  .rcg-why-photo {
    min-height: 0;
    border-radius: 12px;
  }

  .rcg-why-photo {
    min-height: 260px;
  }

  .rcg-why-card {
    padding: 26px 22px;
  }
}

.call-area-wrapper .call-area > img,
.single-blog-three .bottom-area .left > img {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  clip-path: circle(50% at 50% 50%);
  overflow: hidden;
}

.single-blog-three .bottom-area .left > img {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
}

.rts-banner-area.rts-banner-three.with-video {
  position: relative;
  z-index: 1;
  min-height: 88vh;
}

.rcg-service-showcase {
  background:
    linear-gradient(180deg, rgba(239, 235, 231, 0.96), rgba(246, 243, 239, 0.94)),
    url("../images/rcg-decor/bg-line1.png") center bottom / cover no-repeat;
}

.rcg-service-showcase .title-style-two-center {
  max-width: 760px;
  margin: 0 auto 42px;
}

.rcg-service-showcase .title-style-two-center .pre {
  color: #cc3030;
  font-weight: 800;
}

.rcg-service-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.rcg-service-card {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: 8px;
  background: #141416;
  box-shadow: 0 24px 70px rgba(20, 20, 22, 0.16);
  isolation: isolate;
}

.rcg-service-card::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(20, 20, 22, 0.18), rgba(20, 20, 22, 0.72)),
    radial-gradient(circle at 82% 18%, rgba(204, 48, 48, 0.22), transparent 28%);
  transition: opacity 260ms ease;
}

.rcg-service-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(0.92) contrast(1.06);
  transition: transform 520ms ease, opacity 260ms ease;
}

.rcg-service-card:hover img {
  transform: scale(1.045);
  opacity: 0.84;
}

.rcg-service-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 30px;
}

.rcg-service-card__content span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  background: rgba(204, 48, 48, 0.88);
}

.rcg-service-card__content h3 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.16;
}

.rcg-service-card__content p {
  max-width: 360px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.62;
}

.rcg-service-card__content a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.rcg-service-card__content a:hover {
  color: #ffdddd;
}

.project-list-area-wrapper-3 .single-project-3[data-project-image] {
  cursor: pointer;
  transition: background 220ms ease, border-color 220ms ease;
}

.project-list-area-wrapper-3 .single-project-3[data-project-image].active {
  background: rgba(204, 48, 48, 0.08);
  border-color: rgba(204, 48, 48, 0.52);
}

.thumbnail-portfolio-3 {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
}

.thumbnail-portfolio-3 img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 260ms ease, visibility 260ms ease;
}

.thumbnail-portfolio-3 img.active {
  opacity: 1;
  visibility: visible;
}

.rcg-values-cta {
  position: relative;
  overflow: hidden;
  background: #231515;
  color: #ffffff;
}

.rcg-values-cta__inner {
  min-height: 280px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  align-items: end;
  gap: 32px;
}

.rcg-values-cta__copy {
  align-self: center;
  padding: 56px 0;
}

.rcg-values-cta__copy .pre {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  text-transform: uppercase;
}

.rcg-values-cta__copy h2 {
  max-width: 720px;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
}

.rcg-values-cta__copy p {
  max-width: 760px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.7;
}

.rcg-values-cta__image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.rcg-values-cta__image img {
  max-height: 350px;
  width: auto;
  object-fit: contain;
}

.rcg-ghl-form-embed {
  width: 100%;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.rcg-ghl-form-embed iframe {
  display: block;
  width: 100%;
  min-height: 0;
  border: 0;
  background: transparent;
}

@media only screen and (min-width: 768px) {
  .rcg-ghl-form-embed {
    width: calc(100% + 112px);
    margin-left: -56px;
  }
}

@media only screen and (max-width: 991px) {
  .rcg-service-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rcg-values-cta__inner {
    grid-template-columns: 1fr;
  }

  .rcg-values-cta__copy {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .rcg-service-cards {
    grid-template-columns: 1fr;
  }

  .rcg-service-card {
    min-height: 390px;
  }

  .thumbnail-portfolio-3 {
    min-height: 320px;
    margin-top: 28px;
  }

  .appoinment-three-wrapper .appoinment-area-main-form .title {
    margin-bottom: 22px;
  }
}
