/* ── Root variables ── */
:root {
  --bg-dark: #0d0d0d;
  --bg-card: #161616;
  --bg-card-2: #1a1a1a;
  --accent: #3ddc84;
  --accent-alt: #00e5ff;
  --text-primary: #ffffff;
  --text-muted: #8a8a8a;
  --text-body: #b0b0b0;
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --transition: 0.3s ease;
}

/* ── Base ── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body,
button,
input,
textarea,
select,
optgroup {
  font-family: 'Work Sans', sans-serif;
}

body {
  margin: 0;
  background: #fff;
  color: var(--text-primary);
}
img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ── Typography ── */
.display-hero {
  font-family: 'Work Sans', sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.accent {
  background: var(
    --Gradient,
    linear-gradient(
      90deg,
      #3083de -0.43%,
      #3083de 20.57%,
      #63d471 93.57%,
      #63d471 99.57%
    )
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-content form button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.hero-content p {
  font-size: 20px;
  color: #e2e8f0;
  font-weight: 400;
}

.section-title {
  font-size: clamp(4.2rem, 5vw, 3rem);
  font-weight: 700;
  letter-spacing: -2px;
  color: #000;
  margin-bottom: 30px;
}

.label-tag {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3083de;
}

.body-copy {
  color: #434343;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* ── Stars ── */
.stars {
  display: inline-flex;
  gap: 2px;
  color: #f5c842;
  font-size: 0.8rem;
}

.rating-text {
  color: #f8ff2e;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

/* ── Navbar ── */
/* .site-nav {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      padding: 20px 0;
      border: 1px solid rgba(255, 255, 255, 0.08);
      background: rgba(255, 255, 255, 0.03);
      backdrop-filter: blur(8px);
    } */
.site-nav {
  padding: 24px 0;
  background: #fff;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  color: var(--accent);
  letter-spacing: -1px;
}

.nav-store-btns {
  display: flex;
  gap: 10px;
  align-items: center;
}
.nav-buttons {
  display: flex;
  gap: 12px;
}

.nav-buttons img {
  height: 40px;
}

.store-btn {
  height: 40px;
}

.store-btn img {
  max-height: 100%;
}

.store-btn svg {
  flex-shrink: 0;
}

/* ── Hero ── */
.hero-section {
  background: url("https://dev.renue.io/public/website/images/det-hero-bg.png")
    center/cover no-repeat;
  padding: 76px 0;
  text-align: center;
  border-radius: 20px;
  margin: 40px 30px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 0px 15px !important;
}

.badge-tag {
  display: inline-block;
  background: rgba(43, 135, 227, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(43, 135, 227, 0.2);
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6ed07a;
  margin-bottom: 24px;
}

.hero-title {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.1;
}

.hero-desc {
  font-size: 18px;
  color: #e0e0e0;
  max-width: 600px;
  margin: 0 auto 32px;
  line-height: 1.6;
  font-weight: 300;
}

.btn-primary-gradient {
  background: linear-gradient(90deg, #3b82f6, #65d676);
  color: #fff;
  border: none;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  transition: opacity 0.3s;
  display: inline-block;
}

.btn-primary-gradient:hover {
  opacity: 0.9;
  color: #fff;
}

/* ── Workflow section ── */
.workflow-section {
  background:
    radial-gradient(
      141.42% 141.42% at 0% 0%,
      rgba(0, 98, 255, 0.05) 0%,
      rgba(0, 98, 255, 0) 50%
    ),
    radial-gradient(
      141.42% 141.42% at 100% 0%,
      rgba(0, 98, 255, 0.05) 0%,
      rgba(0, 98, 255, 0) 50%
    ),
    #fff;
  padding: 90px 0;
}

.workflow-section .section-subtitle {
  color: #e5e5e5;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  margin-top: 8px;
  margin-bottom: 70px;
}

.step-card {
  padding: 48px;
  /* height: 100%; */
  transition:
    border-color var(--transition),
    transform var(--transition);
  position: relative;
  border-radius: 48px;
  border: 2px solid #d6d6d6;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}

.step-card:hover {
  border-color: rgba(61, 220, 132, 0.3);
  transform: translateY(-4px);
}

.step-number {
  position: absolute;
  top: 20px;
  right: 22px;
  font-weight: 600;
  color: #000;
  font-size: 48px;
}

.step-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
  color: var(--accent);
  border-radius: 20px;
  background: var(--Black, #000);
}

.step-title {
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: -0.6px;
}

.step-desc {
  color: #3a3a3a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.75px;
}

.step-icon svg path {
  fill: #fff;
}

/* ── Quality Control section ── */
.quality-section {
  background: #fff;
  padding: 40px 0 0px;
}

.quality-block {
  overflow: hidden;
  padding: 50px;
  border-radius: 64px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #fff;
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
}

/*.quality-text-col {
  padding: 50px 44px;
}*/
.quality-block p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.quality-image-col {
  overflow: hidden;
  min-height: 350px;
  text-align: -webkit-right;
}

.feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 28px;
}

.feature-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--Black, #000);
}

.feature-icon img {
  filter: brightness(0) invert(1);
}

.feature-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}

.feature-desc {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.75px;
}

/* ── Seeing is Believing ── */
.results-section {
  background: #fff;
  padding: 90px 0 60px;
}

.toggle-pills {
  display: inline-flex;
  background: var(--bg-card);
  border-radius: 8px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.toggle-pill {
  padding: 6px 18px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--text-muted);
  transition: all var(--transition);
  border: none;
  background: transparent;
}

.toggle-pill.active {
  color: #fff;
  border-radius: 8px;
  background: var(
    --Gradient,
    linear-gradient(
      90deg,
      #3083de -0.43%,
      #3083de 20.57%,
      #63d471 93.57%,
      #63d471 99.57%
    )
  );
}

.before-after-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: 28px;
  height: 515px;
}

.before-after-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  height: 515px;
}

.ba-img {
  position: relative;
  overflow: hidden;
}

.ba-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.before-after-grid .ba-img:nth-child(1) img {
  height: 545px;
}
.before-after-grid .ba-img:nth-child(2) img {
  height: 517px;
  object-fit: fill;
}

.ba-img:hover img {
  transform: scale(1.04);
}

.ba-label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  padding: 4px 14px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
}

.ba-label.brf-badge {
  left: auto;
  right: 24px;
}

.ba-label.grn-badge {
  background: rgba(19, 127, 236, 0.8);
  color: var(--white);
  border-color: rgba(19, 127, 236, 0.8);
  border-radius: 9999px;
}

/* ── App section ── */
.app-section {
  padding: 0px 0 40px;
  background: #fff;
}

.app-block {
  overflow: hidden;
  position: relative;
  border-radius: 32px;
  background: linear-gradient(
    135deg,
    #9ebbff 0%,
    #fff 50%,
    rgba(158, 187, 255, 0.2) 100%
  );
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.app-text-col {
  padding: 106px 50px;
}

.app-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  margin-bottom: 22px;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #000;
  backdrop-filter: blur(6px);
}

.app-title {
  font-size: clamp(3.2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #000;
  margin-bottom: 14px;
}

.app-title .accent {
  color: var(--accent);
}

.app-desc {
  font-size: 16px;
  color: #000;
  line-height: 1.65;
  margin-bottom: 30px;
}

.app-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.app-phones {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: -20px;
  padding: 40px 20px 0;
  position: relative;
}

.phone-mockup {
  width: 140px;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.5));
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}

.phone-mockup:first-child {
  transform: rotate(-8deg) translateY(20px);
  z-index: 1;
}

.phone-mockup:last-child {
  transform: rotate(5deg) translateY(10px);
  z-index: 2;
}

.phone-screen {
  background: linear-gradient(160deg, #1a2e24, #0d1b30);
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.phone-screen::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.phone-ui {
  padding: 25px 12px 10px;
  width: 100%;
}

.phone-ui-bar {
  height: 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}

/* ── Footer ── */
.site-footer {
  padding: 60px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #050506;
}

.footer-logo {
  font-family: 'Work Sans', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--accent);
  margin-bottom: 12px;
}

.footer-tagline {
  max-width: 400px;
  color: #b5b5b5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-heading {
  margin-bottom: 16px;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.footer-link:hover {
  color: var(--accent);
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #ffffff;
  margin-right: 8px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
  flex: 0 0 48px;
}

.social-icon:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #000;
}

.rating-bb {
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  width: max-content;
  padding: 8px 15px;
  margin: 0 auto;
}

.are-u {
  font-weight: 400;
  font-size: 22px;
}

.are-u a {
  background: linear-gradient(
    90deg,
    #3083de -0.43%,
    #3083de 20.57%,
    #63d471 93.57%,
    #63d471 99.57%
  );
  padding: 5px 15px;
  font-weight: 600;
  display: inline-block;
  border-radius: 50px;
  font-size: 16px;
}

a.bcm-det {
  height: 56px;
  border-radius: 15px;
  border: none;
  background: var(
    --Gradient,
    linear-gradient(
      90deg,
      #3083de -0.43%,
      #3083de 20.57%,
      #63d471 93.57%,
      #63d471 99.57%
    )
  );
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0;
  display: inline-block;
  padding: 14px 25px;
}

.download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin: 15px 0 80px 0;
}

.download-btn img {
  width: 195px;
  height: 57px;
}

.bttm-txt {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  margin-top: 20px;
}

.bttm-txt span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  background: linear-gradient(
    90deg,
    #3083de -0.43%,
    #3083de 20.57%,
    #63d471 93.57%,
    #63d471 99.57%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.coming-soon-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  background: linear-gradient(
    90deg,
    #3083de -0.43%,
    #3083de 20.57%,
    #63d471 93.57%,
    #63d471 99.57%
  );

  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  width: fit-content;
  margin: auto;
}

.footer-bottom {
  border-top: 1px solid #585858;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 15px;
  margin-top: 30px;
}

.download-img-app {
  background: radial-gradient(
    66.12% 76.42% at 50% 50%,
    rgba(19, 127, 236, 0.2) 0%,
    rgba(19, 127, 236, 0) 70%
  );
}
.app-section .coming-soon-text {
  margin: 0;
}

.site-footer .container {
  padding: 0 32px;
}

nav .container {
  max-width: 100%;
  padding: 0 33px;
}
.hero-bg label {
  padding-left: 5px;
}
.container {
  max-width: 100%;
  padding: 0 40px;
}
/* ── Responsive ── */

@media screen and (max-width: 1400px) {
  .section-title {
    font-size: clamp(3.8rem, 5vw, 3rem);
  }
  .before-after-grid .ba-img:nth-child(1) img {
    object-position: right;
  }
  .footer-heading {
    font-size: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .section-title {
    font-size: clamp(3rem, 5vw, 3rem);
  }
}
@media screen and (max-width: 992px) {
  .quality-image-col {
    text-align: -webkit-left;
    min-height: 250px;
    height: 1000px;
    border-radius: 50px;
  }
  .download-img-app {
    width: 100%;
  }
  .display-hero {
    font-size: 57px;
  }

  .quality-image-col img {
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
    object-fit: cover;
    object-position: top;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .quality-image-col {
    height: 954px;
  }
}

@media (max-width: 768px) {
  .display-hero {
    font-size: 30px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .display-hero br {
    display: none;
  }

  .store-btn {
    height: 35px;
  }

  .logo {
    height: 35px;
  }

  .logo img {
    max-height: 100%;
  }

  .hero-section {
    min-height: auto;
    padding: 130px 20px 50px;
  }

  .section-title {
    font-size: 30px;
    letter-spacing: 0;
  }

  .workflow-section {
    padding: 50px 0;
  }

  /* .quality-text-col {
     padding: 36px 28px;
   }*/
  .app-text-col {
    padding: 40px 28px;
  }

  .before-after-grid {
    grid-template-columns: 1fr;
  }

  .ba-img {
    height: 530px;
  }
  .before-after-wrap {
    height: 1051px;
  }
  .phone-mockup {
    width: 110px;
  }

  .phone-screen {
    height: 210px;
  }

  .nav-store-btns .store-btn span {
    display: none;
  }

  .quality-block {
    padding: 25px;
    border-radius: 35px;
  }

  .app-section {
    padding: 0px 0 40px;
  }

  .quality-section {
    padding: 40px 0;
  }

  .download-btn {
    gap: 10px;
    margin: 20px 0 20px 0;
  }

  .download-btn img {
    width: 140px;
  }

  .step-card {
    margin-top: 0 !important;
  }

  .feature-item {
    gap: 10px;
  }

  .feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
  }

  .results-section {
    padding: 30px 0;
  }

  .app-title {
    font-size: clamp(2.2rem, 4vw, 2.8rem);
  }

  .step-card {
    padding: 25px;
  }

  .step-card br {
    display: none;
  }

  .hero-content form .col-md-4 {
    margin-bottom: 15px;
  }

  .app-btns .app-store-btn img {
    width: 140px;
  }

  .nav-inner {
    flex-wrap: nowrap;
    gap: 20px;
  }

  .site-nav {
    padding: 10px 0;
  }

  .feature-title {
    font-size: 15px;
  }

  .step-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
    border-radius: 20px;
  }

  .site-footer {
    margin-top: 40px;
    padding: 20px 0 20px;
  }

  .quality-block p {
    font-size: 15px;
    line-height: 20px;
  }
  .before-after-grid .ba-img:nth-child(2) img {
    object-fit: cover;
  }
}
@media screen and (max-width: 550px) {
  .rating-text {
    font-size: 16px;
  }
  .site-footer .container {
    padding: 0 15px;
  }
  .quality-image-col {
    height: 520px;
  }
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .before-after-grid .ba-img:nth-child(1) img {
    object-position: left;
  }
  nav .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 375px) {
  .quality-image-col {
    height: 430pxs;
  }
}

/* new css */
.service-info span {
  display: inline-block;
  margin-bottom: 32px;
  font-family: 'Work Sans', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
  color: #9f9fa1;
}

.service-info h3 {
  color: #2a2a2a;
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
  letter-spacing: -1.2px;
}

.service-info p {
  color: var(--Black, #000);
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.25px; /* 182.813% */
  margin: 32px 0px;
}

.service-row {
  margin-bottom: 40px;
}

.service-img img {
  width: 100%;
  border-radius: 50px;
}
.our-service-section {
  padding-top: 40px;
}
.your-exterior-section h2 {
  color: var(--Black, #000);
  font-family: 'Work Sans', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  margin-bottom: 24px;
}

.how-we-care-card {
  border-radius: 16px;
  border: 1px solid #f1f5f9;
  background: #f8fafc;
  padding: 24px;
  min-height: 130px;
  margin-bottom: 20px;
}

.how-we-care-card h5 {
  color: var(--Black, #000);
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
}

.how-we-care-card p {
  color: var(--Black, #000);
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  margin-bottom: 0px;
}
.content-section {
  padding: 60px 0 20px;
}

.app-info-content h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.app-info-content p {
  color: #666;
  max-width: 650px;
  margin: auto;
}

.page-info-section {
  padding-bottom: 60px;
}

/* Card */
.profile-ui-card {
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 12px;
  border: 1px solid #dddcd9;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.form-control,
.form-select {
  height: 57px;
  border-radius: 8px;
  border: 1px solid #cecece;
  background-color: #fff;
  padding: 13.5px 16px;
}

.form-control:focus,
.form-select:focus {
  background-color: #fff;
  border-color: #cecece;
  box-shadow: none;
}

textarea.form-control {
  height: auto;
}

label {
  margin-bottom: 6px;
  display: block;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

/* Button */

.send-message {
  color: #fff;
  border: none;
  padding: 16px 28px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 15px;
  background: var(
    --Gradient,
    linear-gradient(
      90deg,
      #3083de -0.43%,
      #3083de 20.57%,
      #63d471 93.57%,
      #63d471 99.57%
    )
  );
}

.send-message:hover {
  background: #333;
}
.bg-grediant {
  background:
    radial-gradient(
      141.42% 141.42% at 0% 0%,
      rgba(0, 98, 255, 0.05) 0%,
      rgba(0, 98, 255, 0) 50%
    ),
    radial-gradient(
      141.42% 141.42% at 100% 0%,
      rgba(0, 98, 255, 0.05) 0%,
      rgba(0, 98, 255, 0) 50%
    ),
    #fff;
  padding: 60px 0;
}
.section-cms-title {
  color: var(--Black, #000);
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 90% */
}

.section-dic {
  color: #585858;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.partner-with-renue {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  text-align: left;
  padding: 32px;
  height: 100%;
}

.partner-with-renue h4 {
  color: #191c1d;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  margin: 12px 0px;
}

.partner-with-renue p {
  color: #40484c;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.75px; /* 162.5% */
  text-align: left;
}
.workflow-card span {
  border-radius: 12px;
  background: #fff;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #232425;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
.our-workflow {
  padding: 60px 0;
}
.workflow-card h4 {
  color: #191c1d;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-align: center;
  margin-bottom: 0;
}

.workflow-card p {
  color: #40484c;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-bottom: 0;
}

.workflow-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.our-workflow .border-cms::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 37px;
  background: #ccc;
  z-index: -2;
}

.our-workflow .border-cms {
  position: relative;
}
.accordion-item {
  margin-bottom: 16px;
  border: none;
}
.accordion-button {
  color: #262727;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  padding: 16px;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  padding: 0px 16px;
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: none;
}
.apply-as-a-partner-inner {
  border-radius: 48px;
  background: #000;
  text-align: center;
  padding: 60px 30px;
}

.apply-as-a-partner-inner h3 {
  color: #fff;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 150% */
}

.apply-as-a-partner-inner p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  opacity: 0.7;
}
.our-blog {
  padding: 60px 0px;
}
.blog-card img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 12px;
}

.blog-card span {
  color: #3f4945;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog-card h3 {
  color: #191c1b;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 10px 0px;
}

.blog-card p {
  color: #3f4945;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .service-info {
    margin-top: 20px;
  }
  .service-info p,
  .service-info span {
    margin: 10px 0px;
  }
}

.blog-wrapper {
  background: #fff;
  border-radius: 14px;
  padding: 40px;
}

.blog-category {
  border-radius: 2px;
  background: #e1e3e0;
  color: #3f4945;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 4px 12px;
}

.blog-title {
  margin-top: 15px;
  color: #000;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.blog-date {
  color: #3f4945;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin-top: 10px;
}

.blog-image img {
  border-radius: 14px;
}

.image-caption {
  color: #3f4945;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.blog-content p {
  margin-bottom: 14px;
  color: #191c1b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.quote-box {
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #f1f5f9;
  background: #f8fafc;
  color: #2b2b2b;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

.blog-content h4 {
  color: #000;
  font-family: 'Work Sans', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}
.blog-tags span {
  padding: 8px 14px;
  border-radius: 6px;
  margin-right: 10px;
  background: #eceeec;
  color: #3f4945;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.comment-section h4 {
  color: #202020;
  font-family: 'Work Sans', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
.comment-box {
  display: flex;
  margin-top: 30px;
}

.comment-avatar {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 12px;
  background: #e1e3e0;
  color: #202020;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  flex: 0 0 45px;
}
.leave-comment a {
  display: inline-block;
  margin-top: 20px;
}
.blog-image img {
  width: 100%;
}
.comment-content h6 {
  color: #191c1b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.comment-content span {
  font-size: 12px;
  color: #888;
  margin-left: 10px;
}

.comment-content p {
  margin: 6px 0;
  color: #3f4945;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.75px;
}
.comment-content a {
  color: #202020;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.leave-comment {
  padding: 30px;
  border-radius: 4px;
  background: #f2f4f1;
}
.leave-comment h5 {
  color: #191c1b;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0px;
}
.leave-comment textarea {
  width: 100%;
  height: 120px;
  border: none;
  padding: 15px;
  margin-top: 15px;
}

.publish-btn {
  background: linear-gradient(90deg, #3a8bfd, #4ed17a);
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  margin-top: 15px;
  font-size: 13px;
}

@media (max-width: 768px) {
  .blog-title {
    font-size: 24px;
  }

  .quote-box {
    font-size: 16px;
    padding: 15px;
    margin-top: 10px !important;
  }
}

.search-box {
  width: 100%;
  position: relative;
}

.search-box input {
  width: 100%;
  padding: 12px 30px;
  border-radius: 8px;
  border: 1px solid rgba(195, 198, 209, 0.2);
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  height: 80px;
  color: rgba(67, 71, 79, 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.explore-btn {
  border: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 15px;
  background: var(
    --Gradient,
    linear-gradient(
      90deg,
      #3083de -0.43%,
      #3083de 20.57%,
      #63d471 93.57%,
      #63d471 99.57%
    )
  );
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  padding: 16px 20px;
}

.quick-filter {
  margin-top: 15px;
}

.quick-filter button {
  border: none;
  margin: 0 5px;
  border-radius: 12px;
  background: #e6e8ea;
  padding: 6px 16px;
  color: #43474f;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.quick-filter span {
  color: rgba(67, 71, 79, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.quick-filter .active {
  background: #000;
  color: #fff;
}

.state-title {
  margin-bottom: 15px;
  color: #1d1d1d;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.city-card {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 16px;
  border: 1px solid #f1f5f9;
  background: rgba(241, 245, 249, 0.8);
  padding: 16px;
}
.city-card img {
  width: 90px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}

.city-card h6 {
  margin-bottom: 5px;
  color: #191c1b;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.city-card p {
  color: #3f4945;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin-bottom: 0;
}
.active-loca-hero {
  padding: 60px 0px;
}
.page-main-title {
  color: #141415;
  text-align: center;
  font-family: 'Work Sans', sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.8px;
}

@media (max-width: 768px) {
  .search-box {
    flex-direction: column;
  }

  .search-box input {
    width: 100%;
  }

  .city-card {
    flex-direction: row;
  }
  .quick-filter span {
    display: block;
    margin-bottom: 10px;
  }
  .active-loca-hero {
    padding: 10px 0;
  }
  .page-main-title {
    font-size: 32px;
    line-height: 1.4;
  }
  .explore-btn {
    padding: 10px 20px;
  }
  .blog-content h4 {
    font-size: 20px;
    line-height: 1.4;
  }
  .blog-tags span {
    display: inline-block;
    margin-bottom: 10px;
  }
  .hero-section {
    margin: 40px 15px;
  }
  .hero-title {
    font-size: 32px;
  }
  .hero-section {
    padding: 50px 20px 50px;
    margin-bottom: 0px;
  }

  .section-cms-title {
    font-size: 32px;
  }
  .section-dic {
    font-size: 16px;
    line-height: 1.4;
  }
  .service-info h3 {
    font-size: 24px;
    margin-bottom: 0px;
    line-height: 1.4;
  }
  .partner-with-renue {
    height: auto;
    margin-bottom: 15px;
  }
  .our-workflow .border-cms::after,
  .apply-as-a-partner-inner p br {
    display: none;
  }
  section.bg-grediant.mt-5 {
    margin-top: 0px !important;
  }
  .apply-as-a-partner-inner h3 {
    font-size: 32px;
    line-height: 1.4;
  }
  .blog-wrapper.py-5 {
    padding: 40px 0px !important;
  }
  .btn-primary-gradient {
    padding: 12px 32px;
    font-size: 16px;
  }
}

.accordion-button {
  display: flex;
  padding: 32px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: #191c1e;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-item {
  border: none;
  margin-bottom: 26px;
  border-radius: 16px;
  border: 1px solid rgba(193, 198, 213, 0.1);
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.accordion-body {
  color: #414753;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 32px;
  padding-top: 0px;
}
