body {
  margin: 0px;
}
.dhs-hero {
  background: linear-gradient(
    135deg,
    oklch(88% 0.07 40) 0%,
    oklch(94% 0.04 60) 60%,
    oklch(98% 0.015 70) 100%
  );
  position: relative;
  overflow: hidden;
}

.dhs-container {
  max-width: 1280px;
  margin: auto;
  padding: 0 5%;
}

.dhs-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 30px;
  align-items: center;
      position: relative;
    z-index: 2;
}
.dhs-eyebrow {
  font-size: 13px;
  letter-spacing: 3px;
  color: #b88846;
  text-transform: uppercase;
  font-weight: 600;
}

.dhs-hero h1 {
  font-size: 48px;
  line-height: 1.05;
  margin-top: 20px;
  color: #1d1613;
  margin-bottom: 10px;
}
.dhs-hero-content{
   max-width:650px;
}

.dhs-hero h1 span {
  /*display: block;*/
  color: #b88846;
  font-style: italic;
}
.dhs-form input,
.dhs-form select{
    height:54px;

    padding:0 18px;

    border-radius:16px;

    font-size:16px;

    border:1px solid #eadccf;

    background:#fff;
}
.dhs-hero p {
  font-size: 18px;
  line-height: 1.8;
  color: #5e5753;
}

.dhs-benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.dhs-benefits div {
  font-weight: 500;
}
.dhs-emi-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;

    margin-top:25px;

    padding:12px 20px;

    background:#fff;

    border:1px solid rgba(201,151,79,.25);

    border-radius:999px;

    color:#171311;

    font-size:15px;
    font-weight:600;

    box-shadow:
    0 10px 25px rgba(0,0,0,.05);
}
.dhs-buttons {
  display: flex;
  gap: 15px;
  margin-top: 35px;
}

.dhs-btn-primary {
  background: #c9974f;
  color: #fff;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

.dhs-btn-secondary {
  border: 1px solid #1d1613;
  color: #1d1613;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
}

.dhs-review-bar {
  margin-top: 35px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.dhs-stars {
  color: #c9974f;
  font-size: 20px;
}

.dhs-review-bar span {
  width: 1px;
  height: 20px;
  background: #ddd;
}
.dhs-hero-visual{
    position:relative;
    min-height:700px;
}

.dhs-image-card{
    position:absolute;
    right:0;
    top:125;
    overflow:hidden;
    margin-right: 40px;

    box-shadow:
    0 30px 80px rgba(0,0,0,.08);
}

.dhs-hero-image{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}


@media (max-width: 991px) {
  .dhs-hero-grid {
    grid-template-columns: 1fr;
  }
  .dhs-hero h1 {
    font-size: 42px;
  }
}

/* ==================================
   TRUST SECTION
================================== */

.dhs-stats-section {
  padding: 90px 0;
  background: #ffffff;
  border-top: 1px solid #f2e3d8;
  border-bottom: 1px solid #f2e3d8;
}

.dhs-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.dhs-stat-card {
  background: #fff;
  border: 1px solid #ead8cb;
  border-radius: 22px;
  padding: 12px 20px;
  text-align: center;
  transition: 0.35s ease;
}

.dhs-stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.dhs-stat-icon{
    width:20px;
    height:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 15px;
    /*background:#fff;*/
    /*border:1px solid #ead8cb;*/
    /*border-radius:50%;*/
    box-shadow:0 10px 25px rgba(0,0,0,.04);
}

.dhs-stat-icon svg{
    width:28px;
    height:28px;
    color:#d89b42;
    stroke-width:2;
}

.dhs-stat-card h3 {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 12px;
  color: #181311;
  font-weight: 400;
  font-family: Georgia, serif;
}

.dhs-stat-card p {
  margin: 0;
  font-size: 18px;
  color: #6d6863;
}

@media (max-width: 991px) {
  .dhs-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .dhs-stats-grid {
    grid-template-columns: 1fr;
  }
}
/* ==========================
   SOLUTION SECTION
========================== */

.dhs-solution-section {
  padding: 90px 0;
  background: linear-gradient(
    135deg,
    oklch(88% 0.07 40) 0%,
    oklch(94% 0.04 60) 60%,
    oklch(98% 0.015 70) 100%
  );
}

.dhs-solution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.dhs-solution-content h2 {
  font-size: 48px;
  line-height: 1.1;
  margin: 20px 0;
  color: #181311;
}

.dhs-solution-content h2 span {
  color: #c89a52;
  font-style: italic;
}

.dhs-solution-content p {
  font-size: 18px;
  line-height: 1.5;
  color: #6b625c;
}

.dhs-solution-list {
  /* margin: 15px 0; */
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

.dhs-solution-list li {
  padding: 10px 0;
  font-size: 16px;
  color: #181311;
}

.dhs-solution-list li:before {
  content: "✓";
  color: #c89a52;
  margin-right: 12px;
  font-weight: 700;
}

.dhs-solution-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.dhs-solution-images img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 24px;
  transition: 0.4s;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.dhs-solution-images img:nth-child(2) {
  margin-top: 60px;
}

.dhs-solution-images img:hover {
  transform: translateY(-8px);
}

@media (max-width: 991px) {
  .dhs-solution-grid {
    grid-template-columns: 1fr;
  }

  .dhs-solution-content h2 {
    font-size: 42px;
  }
}
/* =====================================
   OUR SOLUTIONS SECTION
===================================== */

.dhs-services-section {
  padding: 90px 0;
  background: #f8f3ee;
}

.dhs-section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.dhs-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c9974f;
  margin-bottom: 15px;
}

.dhs-section-heading h2 {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  color: #171311;
  margin: 0;
}

.dhs-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Card */

.dhs-service-card {
  position: relative;
  background: #fff;
  border: 1px solid #ead8cb;
  border-radius: 22px;
  padding: 24px;
  min-height: 280px;
  transition: all 0.35s ease;
  overflow: hidden;
}

.dhs-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.dhs-service-card::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(201, 151, 79, 0.12);
  filter: blur(20px);
  opacity: 0;
  transition: 0.35s;
}

.dhs-service-card:hover::after {
  opacity: 1;
}

/* Icon */

.dhs-service-icon {
  color: #c9974f;
  font-size: 18px;
  margin-bottom: 16px;
}

/* Title */

.dhs-service-card h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #171311;
  margin: 0 0 10px;
}

/* Description */

.dhs-service-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #6e6761;
  margin-bottom: 18px;
}

/* Benefits */

.dhs-service-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dhs-service-card ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #171311;
  margin-bottom: 8px;
}

.dhs-service-card ul li::before {
  content: "✓";
  color: #c9974f;
  font-weight: 700;
}

/* Link */

.dhs-service-card a {
  display: inline-block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #c9974f;
  transition: 0.3s;
}

.dhs-service-card a:hover {
  transform: translateX(4px);
}

/* ==========================
   Tablet
========================== */

@media (max-width: 1024px) {
  .dhs-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dhs-section-heading h2 {
    font-size: 44px;
  }
}

/* ==========================
   Mobile
========================== */

@media (max-width: 767px) {
  .dhs-services-section {
    padding: 50px 5%;
  }

  .dhs-services-grid {
    grid-template-columns: 1fr;
  }

  .dhs-section-heading {
    margin-bottom: 35px;
  }

  .dhs-section-heading h2 {
    font-size: 34px;
  }

  .dhs-service-card {
    min-height: auto;
    padding: 22px;
  }
}
/* =====================================
   HOW IT WORKS
===================================== */

.dhs-process-section {
  padding: 90px 0;
  background: #fff;
}

.dhs-process-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.dhs-process-header h2 {
  font-size: 48px;
  line-height: 1.1;
  color: #171311;
  margin-top: 15px;
}

.dhs-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.dhs-process-grid::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 28px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c9974f, transparent);
  z-index: 1;
}

.dhs-process-card {
  text-align: center;
  position: relative;
  z-index: 2;
}

.dhs-process-number {
  width: 56px;
  height: 56px;
  margin: auto;
  background: #fff;
  border: 2px solid #c9974f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #171311;
  box-shadow: 0 8px 25px rgba(201, 151, 79, 0.15);
}

.dhs-process-card h3 {
  margin-top: 22px;
  font-size: 24px;
  color: #171311;
  line-height: 1.3;
}

.dhs-process-card p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.7;
  color: #6e6761;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

/* Tablet */

@media (max-width: 991px) {
  .dhs-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .dhs-process-grid::before {
    display: none;
  }

  .dhs-process-header h2 {
    font-size: 42px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .dhs-process-grid {
    grid-template-columns: 1fr;
  }

  .dhs-process-header {
    margin-bottom: 40px;
  }

  .dhs-process-header h2 {
    font-size: 34px;
  }
}

/* =====================================
   PRICING SECTION
===================================== */

.dhs-pricing-section {
  padding: 90px 0;
  background: #f8f3ee;
}

.dhs-pricing-header {
  text-align: center;
  margin-bottom: 50px;
}

.dhs-pricing-header h2 {
  font-size: 48px;
  line-height: 1.1;
  margin: 15px 0;
  color: #171311;
}

.dhs-pricing-header p {
  font-size: 20px;
  color: #6e6761;
}

.dhs-pricing-header p span {
  color: #c9974f;
  font-weight: 700;
}

.dhs-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.dhs-pricing-card {
  background: #fff;
  border: 1px solid #ead8cb;
  border-radius: 28px;
  padding: 28px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.dhs-pricing-card h3 {
  font-size: 20px;
  color: #171311;
  margin-bottom: 8px;
}

.dhs-plan-subtitle {
  font-size: 14px;
  color: #c9974f;
}

.dhs-price {
  font-size: 30px;
  line-height: 1;
  margin: 10px 0;
  color: #171311;
  font-weight: 400;
}

.dhs-pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.dhs-pricing-card ul li {
  padding: 8px 0;
  color: #171311;
}

.dhs-pricing-card ul li::before {
  content: "✓";
  color: #c9974f;
  margin-right: 10px;
  font-weight: 700;
}

.dhs-pricing-btn {
  margin-top: 25px;
  display: block;
  text-align: center;
  border: 1px solid #171311;
  border-radius: 999px;
  padding: 15px;
  text-decoration: none;
  color: #171311;
  font-weight: 600;
}

.featured {
  background: linear-gradient(135deg, #1b0d0a, #391713);
  color: #fff;
  border: none;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.featured h3,
.featured .dhs-price {
  color: #fff;
}

.featured ul li {
  color: #fff;
}

.dhs-popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #e8ad55;
  color: #171311;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.featured-btn {
  background: #e8ad55;
  color: #171311;
  border: none;
}

/* Tablet */

@media (max-width: 1024px) {
  .dhs-pricing-grid {
    grid-template-columns: 1fr;
  }

  .dhs-pricing-header h2 {
    font-size: 44px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .dhs-pricing-section {
    padding: 50px 5%;
  }

  .dhs-pricing-header h2 {
    font-size: 34px;
  }

  .dhs-price {
    font-size: 42px;
  }
}
/* =====================================
   FINAL CTA
===================================== */

.dhs-final-cta{
    padding:100px 0;
    background:#f8f3ee;
}

.dhs-final-grid{
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    gap:70px;
    align-items:center;
}

.dhs-final-content{
    max-width:700px;
}

.dhs-final-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:10px 22px;

    border:1px solid rgba(23,19,17,.12);

    border-radius:999px;

    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    font-weight:600;

    color:#d89b42;
}

.dhs-final-content h2{
    margin:20px 0;

    font-size:48px;
    line-height:1.05;

    color:#171311;
}

.dhs-final-content h2 span{
    display:block;
    color:#d89b42;
    font-style:italic;
}

.dhs-final-content p{
    font-size:18px;
    line-height:1.8;

    color:#6b625d;

    margin-bottom:30px;
}

.dhs-final-benefits{
    display:grid;
    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-bottom:35px;
}

.dhs-final-benefits span{
    color:#171311;
    font-weight:500;
}

.dhs-final-buttons{
    display:flex;
    gap:15px;
}

.dhs-final-primary-btn{
    background:#d89b42;
    color:#171311;

    padding:16px 32px;

    border-radius:999px;

    text-decoration:none;
    font-weight:700;
}

.dhs-final-secondary-btn{
    border:1px solid #171311;

    color:#171311;

    padding:16px 32px;

    border-radius:999px;

    text-decoration:none;
    font-weight:700;
}

.dhs-final-form-wrapper{

    display:flex;
    /*justify-content:flex-end;*/
}


.dhs-final-form-wrapper .dhs-form-wrapper{
    width:100%;
    max-width:420px;
}
@media(max-width:991px){

    .dhs-final-grid{
        grid-template-columns:1fr;
        gap:50px;
    }

    .dhs-final-content{
        text-align:center;
        margin:auto;
    }

    .dhs-final-buttons{
        justify-content:center;
    }

    .dhs-final-benefits{
        justify-content:center;
    }

    .dhs-final-form-wrapper{
        justify-content:center;
    }

    .dhs-final-content h2{
        font-size:46px;
    }
}
@media(max-width:767px){

    .dhs-final-cta{
        padding:70px 0;
    }

    .dhs-final-content h2{
        font-size:36px;
    }

    .dhs-final-content p{
        font-size:16px;
    }

    .dhs-final-benefits{
        grid-template-columns:1fr;
    }

    .dhs-final-buttons{
        flex-direction:column;
        width:100%;
    }

    .dhs-final-primary-btn,
    .dhs-final-secondary-btn{
        width:auto;
        display: block;
        text-align:center;
    }
}
/* ===========================
   BENEFITS SECTION
=========================== */

.dhs-benefits-section {
  padding: 90px 0;
  background: #fff;
}

.dhs-benefits-section .dhs-container {
  max-width: 1280px;
  margin: auto;
}

.dhs-section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.dhs-section-heading .dhs-eyebrow {
  display: block;
  margin-bottom: 15px;

  color: #d89b42;

  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.dhs-section-heading h2 {
  font-size: 48px;
  line-height: 1.1;
  margin: 15px 0;
  color: #171311;
}

/* Grid */

.dhs-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Cards */

.dhs-benefit-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ead8cb;
  border-radius: 24px;
  transition: 0.35s ease;
}

.dhs-benefit-card:hover {
  transform: translateY(-5px);

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.dhs-benefit-icon{
    width:56px;
    height:56px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#fff;

    border:1px solid #ead8cb;
}
.dhs-benefit-icon svg{
    width:28px;
    height:28px;

    color:#d89b42;
}

.dhs-benefit-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #1b0f0d;
}

/* Tablet */

@media (max-width: 991px) {
  .dhs-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dhs-section-heading h2 {
    font-size: 46px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .dhs-benefits-grid {
    grid-template-columns: 1fr;
  }
     .dhs-benefits{
        grid-template-columns:1fr;
        gap:10px;
    }

  .dhs-section-heading h2 {
    font-size: 34px;
  }

  .dhs-benefit-card {
    padding: 20px;
  }
      .dhs-hero h1{
        font-size:34px;
        line-height:1.15;
    }

    .dhs-hero p{
        font-size:16px;
        line-height:1.7;
    }
}
/* ==================================
   VIDEO SECTION
================================== */

.dhs-video-section{

    padding:90px 0;

    background:#fff;
}

.dhs-video-heading{

    text-align:center;

    max-width:800px;

    margin:0 auto 50px;
}

.dhs-video-heading h2{

    font-size:48px;

    line-height:1.1;

    color:#171311;

    margin:15px 0;
}

.dhs-video-heading p{

    color:#6b625d;

    font-size:18px;

    line-height:1.8;
}

.dhs-video-grid{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}


.dhs-video-card{

    width:280px;      /* controls width */
    max-width:100%;

    border-radius:24px;
    overflow:hidden;

    box-shadow:
    0 15px 40px rgba(0,0,0,.08);
}


.dhs-video-card:hover{

    transform:translateY(-5px);
}

.dhs-video-card video{

    width:100%;
    height:500px;     /* controls height */

    object-fit:cover;

    display:block;
}
@media(max-width:991px){

    .dhs-video-grid{

        gap:20px;
    }

    .dhs-video-heading h2{

        font-size:38px;
    }

}
@media(max-width:767px){

    .dhs-video-section{

        padding:70px 0;
    }

    .dhs-video-grid{
        gap:20px;
    }


    .dhs-video-heading{

        margin-bottom:35px;
    }

    .dhs-video-heading h2{

        font-size:30px;
    }

    .dhs-video-heading p{

        font-size:16px;
    }
    .dhs-video-card{

        width:100%;
        max-width:320px;

        margin:auto;
    }

    .dhs-video-card video{

        height:420px;
    }

}

/* ===========================
   HEADER
=========================== */
.dhs-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.dhs-header .dhs-container {
  max-width: 1280px;
  margin: auto;
  padding: 15px 5%;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dhs-logo img {
  height: 55px;
  width: auto;
}

.dhs-header-actions {
  display: flex;
  gap: 12px;
}

.dhs-call-btn,
.dhs-whatsapp-btn {
  display: flex;
  align-items: center;
  gap: 8px;

  padding: 12px 22px;

  border-radius: 999px;

  text-decoration: none;

  font-weight: 600;

  transition: 0.3s ease;
}

.dhs-call-btn {
  background: #d89b42;
  color: #171311;

  box-shadow: 0 10px 30px rgba(216, 155, 66, 0.25);
}

.dhs-call-btn:hover {
  transform: translateY(-2px);
}

.dhs-whatsapp-btn {
  background: #25d366;
  color: #fff;

  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.25);
}

.dhs-whatsapp-btn:hover {
  transform: translateY(-2px);
}


/* ==================================
   PREMIUM FOOTER
================================== */

.dhs-footer {

  background: linear-gradient(135deg, #140907, #23100d, #140907);

  overflow: hidden;

  color: #fff;

  padding: 60px 5% 25px;
}

/* Top Area */

.dhs-footer-top {
  max-width: 1280px;

  margin: auto;

  display: grid;

  grid-template-columns: 1.2fr 0.8fr;

  gap: 80px;

  align-items: start;

  padding-bottom: 35px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Left Side */

.dhs-footer-logo {
  max-width: 220px;

  height: auto;

  margin-bottom: 25px;
}

.dhs-footer-description {
  max-width: 500px;

  color: rgba(255, 255, 255, 0.75);

  line-height: 1.8;

  font-size: 16px;

  margin-bottom: 25px;
}

.dhs-footer-features {
  display: flex;

  flex-wrap: wrap;

  gap: 20px;
}

.dhs-footer-features span {
  color: #d89b42;

  font-size: 14px;

  font-weight: 500;
}

/* Right Side */

.dhs-footer-right h3 {
  margin: 0 0 25px;

  font-size: 28px;

  color: #fff;
}

.dhs-footer-contact-item {
  margin-bottom: 20px;
}

.dhs-label {
  display: block;

  color: #d89b42;

  font-size: 13px;

  letter-spacing: 2px;

  text-transform: uppercase;

  margin-bottom: 5px;
}
.dhs-footer-address{

    display:block;

    line-height:1.8;

    color:#fff;

    text-decoration:none;

    font-size:16px;

    max-width:350px;
}

.dhs-footer-address:hover{

    color:#d89b42;
}

.dhs-footer-contact-item a {
  color: #fff;

  text-decoration: none;

  font-size: 18px;
}

.dhs-footer-contact-item a:hover {
  color: #d89b42;
}

/* Buttons */

.dhs-footer-buttons {
  display: flex;

  gap: 15px;

  margin-top: 30px;
}

.dhs-footer-call,
.dhs-footer-whatsapp {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  padding: 14px 28px;

  border-radius: 999px;

  text-decoration: none;

  font-weight: 600;

  transition: 0.3s ease;
}

.dhs-footer-call {
  background: #d89b42;

  color: #171311;

  box-shadow: 0 10px 30px rgba(216, 155, 66, 0.2);
}

.dhs-footer-call:hover {
  transform: translateY(-2px);
}

.dhs-footer-whatsapp {
  background: #25d366;

  color: #fff;

  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.2);
}

.dhs-footer-whatsapp:hover {
  transform: translateY(-2px);
}

/* Bottom */

.dhs-footer-bottom {
  max-width: 1280px;

  margin: 25px auto 0;

  text-align: center;

  color: rgba(255, 255, 255, 0.6);

  font-size: 14px;
}

/* ======================
   Tablet
====================== */

@media (max-width: 991px) {
  .dhs-footer-top {
    grid-template-columns: 1fr;

    gap: 40px;
  }
}

/* ======================
   Mobile
====================== */

@media (max-width: 767px) {
  .dhs-footer {
    padding: 50px 5% 25px;

    border-radius: 25px 25px 0 0;
  }

  .dhs-footer-logo {
    max-width: 180px;
  }

  .dhs-footer-right h3 {
    font-size: 24px;
  }

  .dhs-footer-contact-item a {
    font-size: 16px;
  }

  .dhs-footer-call,
  .dhs-footer-whatsapp {
    width: 100%;
  }
      .dhs-header .dhs-container{
        padding:10px 15px;
    }

    .dhs-logo img{
        height:42px;
    }

    .dhs-header-actions{
        gap:8px;
    }

    .dhs-call-btn,
    .dhs-whatsapp-btn{

        padding:10px 14px;

        font-size:12px;
    }

    .dhs-call-btn svg,
    .dhs-whatsapp-btn svg{
        width:16px;
        height:16px;
    }
}

/* ==================================
   FLOATING BUTTONS
================================== */

.dhs-floating-buttons{

    position:fixed;

    right:25px;
    bottom:25px;

    display:flex;
    flex-direction:column;

    gap:12px;

    z-index:9999;
}

/* Shared Style */

.dhs-float-call,
.dhs-float-whatsapp{

    width:62px;
    height:62px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    text-decoration:none;

    backdrop-filter:blur(10px);

    transition:all .3s ease;

    box-shadow:
    0 12px 35px rgba(0,0,0,.15);
}

/* Call */

.dhs-float-call{

    background:#d89b42;

    color:#171311;
}

.dhs-float-call:hover{

    transform:translateY(-3px) scale(1.08);

    box-shadow:
    0 18px 40px rgba(216,155,66,.35);
}

/* WhatsApp */

.dhs-float-whatsapp{

    background:#25D366;

    color:#fff;
}

.dhs-float-whatsapp:hover{

    transform:translateY(-3px) scale(1.08);

    box-shadow:
    0 18px 40px rgba(37,211,102,.35);
}

/* Icon */

.dhs-float-call svg,
.dhs-float-whatsapp svg{

    width:26px;
    height:26px;

    stroke-width:2.2;
}

/* Mobile */

@media(max-width:767px){

    .dhs-floating-buttons{

        right:15px;
        bottom:15px;
    }

    .dhs-float-call,
    .dhs-float-whatsapp{

        width:56px;
        height:56px;
    }

    .dhs-float-call svg,
    .dhs-float-whatsapp svg{

        width:22px;
        height:22px;
    }

}
/* ==================================
   APPOINTMENT FORM
================================== */
.dhs-free-badge{
    display:inline-flex;

    padding:8px 16px;

    border-radius:999px;

    background:#f5ead8;

    color:#c9974f;

    font-size:11px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:15px;
}
.dhs-form-heading{
    margin-bottom:18px;
}

.dhs-form-heading h3{

    margin:0 0 6px;
    line-height:1.1;
    font-size:22px;
    font-weight:700;

    color:#171311;
}

.dhs-form-heading p{
    font-size:15px;
    margin:0;

    color:#6b625d;

    line-height:1.5;
}

/* Form */

.dhs-appointment-form{
    display:flex;
    flex-direction:column;
    gap:12px;
}

/* Fields */

.dhs-form-group{
    margin:0;
}

.dhs-form-group input,
.dhs-form-group select{

    width:100%;

    height:46px;

    padding:0 18px;

    border:1px solid #e7dbcf;

    border-radius:12px;

    background:#fff;

    font-size:15px;

    color:#171311;

    outline:none;

    transition:all .3s ease;
}

.dhs-form-group input:focus,
.dhs-form-group select:focus{

    border-color:#d89b42;

    box-shadow:
    0 0 0 4px rgba(216,155,66,.12);
}

/* Placeholder */

.dhs-form-group input::placeholder{
    color:#999;
}

/* Date field */

.dhs-form-group input[type="date"]{
    cursor:pointer;
}

/* Button */

.dhs-submit-btn{
    width:100%;
    height:48px;
    border:none;
    border-radius:999px;
    background:#d89b42;
    color:#171311;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    transition:all .3s ease;
    box-shadow:
    0 12px 30px rgba(216,155,66,.25);
    margin-top:4px;
}

.dhs-submit-btn:hover{

    transform:translateY(-2px);

    box-shadow:
    0 18px 40px rgba(216,155,66,.35);
}

/* Small Trust Text */

.dhs-form-note{

    text-align:center;

    font-size:13px;

    color:#7a726d;

    margin-top:12px;
}

/* Tablet */

@media(max-width:991px){

    .dhs-form-wrapper{
        padding:30px;
    }

    .dhs-form-heading h3{
        font-size:26px;
    }

    .dhs-image-card{
        position:relative;
        width:100%;
        height:450px;
    }

    .dhs-form-wrapper{
        position:relative;
        left:auto;
        bottom:auto;

        /*width:100%;*/
        max-width:100%;

        /*margin-top:-80px;*/
        margin-left:auto;
        margin-right:auto;
    }

}

/* Mobile */

@media(max-width:767px){

    .dhs-form-wrapper{

        padding:25px;

        border-radius:24px;
    }

    .dhs-form-heading h3{
        font-size:24px;
    }

    .dhs-form-group input,
    .dhs-form-group select{

        height:54px;
    }
        .dhs-image-card{
        position:relative;
        right:auto;
        margin-right:0;
        width:100%;
    }

    .dhs-hero-image{
        width:100%;
        height:auto;
    }

}
/* =========================
   THANK YOU PAGE
========================= */

.dhs-thankyou{

    min-height:100vh;

    display:flex;

    align-items:center;
    justify-content:center;

    background:#f8f3ee;

    padding:40px;
}

.dhs-thankyou-card{

    width:100%;
    max-width:700px;

    background:#fff;

    padding:60px;

    border-radius:35px;

    text-align:center;

    box-shadow:
    0 25px 60px rgba(0,0,0,.08);
}

.dhs-thankyou-icon{

    width:90px;
    height:90px;

    margin:auto;

    border-radius:50%;

    background:#d89b42;

    display:flex;
    align-items:center;
    justify-content:center;
}

.dhs-thankyou-icon svg{

    width:42px;
    height:42px;

    color:#171311;
}

.dhs-thankyou h1{

    margin-top:25px;

    font-size:48px;

    color:#171311;
}

.dhs-thankyou p{

    margin-top:20px;

    font-size:18px;

    line-height:1.8;

    color:#666;
}

.dhs-thankyou-benefits{

    margin-top:30px;

    display:flex;
    justify-content:center;
    flex-wrap:wrap;

    gap:20px;
}

.dhs-return-btn{

    display:inline-block;

    margin-top:40px;

    padding:16px 35px;

    border-radius:999px;

    background:#d89b42;

    color:#171311;

    text-decoration:none;

    font-weight:600;
}

/* POP UP CSS */

.dhs-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.65);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.dhs-popup-overlay.active {
    display: flex;
}
.dhs-popup-box {
    position: relative;
    width: 100%;
    max-width: 650px;
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow:
        0 25px 80px rgba(0,0,0,.25);
    animation: popupScale .3s ease;
}
.dhs-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #111;
    color: #fff;
    cursor: pointer;
}

@media(max-width:767px){

    html,
    body{
        overflow-x:hidden;
    }

    .dhs-header .dhs-container{
        padding:10px 15px;
    }

    .dhs-logo img{
        height:42px;
    }

    .dhs-header-actions{
        gap:8px;
    }

    .dhs-call-btn,
    .dhs-whatsapp-btn{
        padding:10px 14px;
        font-size:12px;
    }

    .dhs-hero h1{
        font-size:34px;
    }

    .dhs-hero p{
        font-size:16px;
    }

    .dhs-benefits{
        grid-template-columns:1fr;
    }

    .dhs-image-card{
        position:relative;
        right:auto;
        margin-right:0;
        width:100%;
    }

    .dhs-hero-image{
        width:100%;
        height:auto;
    }

    .dhs-final-buttons{
        flex-direction:column;
        width:100%;
    }

    .dhs-final-primary-btn,
    .dhs-final-secondary-btn{
        width:auto;
        display:block;
        text-align:center;
    }
    .dhs-container{
        padding: 50px 5%;
    }
        .dhs-footer-right{
        text-align:left;
    }

    .dhs-footer-address{

        font-size:15px;

        line-height:1.7;

        max-width:100%;
    }

}