.row {
  margin: 0 auto;

  width: 100%;
  max-width: 1300px;
}

.desktop {
  display: block;
}




section#section01 {
  padding-bottom: 5px;
  padding-top: 5px;
  background: #DCA54A;
}



.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: -10px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.aurum-text {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #000;
  font-weight: 700;
}

.dr-text {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .aurum-text {
    font-size: 20px;
  }

  .dr-text {
    font-size: 13px;
  }
}

section#section0 {
  padding-bottom: 10px;
  padding-top: 10px;

}



@media screen and (max-width:2891px) {


  #section11 .mobile {
    display: none;
  }


}



@media screen and (max-width:2200px) {


  #section11 .mobile {
    display: none;
  }

  #h12 {
    display: none;
  }
}

@media screen and (max-width:1700px) {


  #section11 .mobile {
    display: none;
  }

  #h12 {
    display: none;
  }
}

@media screen and (max-width:1200px) {


  #section11 .mobile {
    display: none;
  }

  #h12 {
    display: none;
  }
}


@media screen and (max-width:1024px) {
  #section11 .mobile {
    display: none;
  }

  #h12 {
    display: none;
  }
}

@media screen and (max-width:991px) {
  #section11 .mobile {
    display: none;
  }

  #h12 {
    display: none;
  }
}

@media screen and (max-width:768px) {
  #section11 .mobile {
    display: none;
  }

  #h12 {
    display: none;
  }
}

@media screen and (max-width:617px) {

  #section1 .desktop {
    display: none;
  }

  #section11 .mobile {
    display: block;
  }

  #h12 {
    display: block;
  }

  #h11 {
    display: none;
  }
}

@media screen and (max-width:480px) {

  #section11 .mobile {
    display: block;
  }

  #section1 .desktop {
    display: none;
  }

  #h12 {
    display: block;
  }

  #h11 {
    display: none;
  }

}

@media screen and (max-width: 365px) {

  #section1 .desktop {
    display: none;
  }


  #section11 .mobile {
    display: block;
  }

  #h12 {
    display: block;
  }

  #h11 {
    display: none;
  }
}


#section01 .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

section#section1,
#section1 .row>* {
  padding-left: 0px;
  padding-right: 0px;
}



section#section01 p {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
}


#section01 a {
  color: #fff;
  text-decoration: none;
}

#section01 p {
  margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

section .col-md-1,
section .col-md-2,
section .col-md-3,
section .col-md-4,
section .col-md-5,
section .col-md-6,
section .col-md-7,
section .col-md-8,
section .col-md-9,
section .col-md-10,
section .col-md-11,
section .col-md-12 {
  width: 100%;
}

body,
p {
  font-family: "Montserrat", sans-serif;
}

section {
  padding-left: 10px;
  padding-right: 10px;
}

#section3 {
  margin-top: 20px;
}



.title1 h1 {
  color: #3A3632;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.title1 h2 {
  color: #3A3632;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.title h1 {
  color: #DCA54A;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.title h2 {
  color: #DCA54A;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 15px;
  margin-top: 17px;
}



.title p {
  color: #3A3632;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.title1 p {
  color: #3A3632;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding: 10px 0px;
}

@media screen and (max-width: 612px) {

  .title1 h1 {
    font-size: 27px;
  }

  .title1 p {
    font-size: 17px;
    line-height: 30px;
    padding: 0px;
    text-align: left;
  }

  .title p {
    font-size: 17px;
    line-height: 30px;
    margin: 0px auto;

  }
}

.highlight-box {
  background-color: #FFF6E6;
  border-left: 5px solid #DCA54A;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.highlight-box p {
  color: #3A3632;
  font-weight: 500;
  text-align: left;
  margin: 0;
  padding: 0;
}

/* Section */
.treatments-section {
  background-color: #FFF6E6;
  padding: 40px 15px;
}

/* Container */
.container {
  max-width: 1200px;
  margin: auto;
}

/* Header */
.section-header h2 {
  color: #3A3632;
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}

.section-header p {
  color: #3A3632;
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}

/* Grid */
.treatment-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .treatment-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .treatment-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Card */
.treatment-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Hover effect */
.treatment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

/* Image */
.card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
.card-body {
  padding: 18px;
}

/* Title */
.card-body h3 {
  font-size: 21px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #222;
}

/* Description */
.card-body p {
  font-size: 17px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

/* Footer */
.section-footer p {
  margin-top: 30px;
  text-align: center;
  font-size: 17px;
  color: #3A3632;
}

/* Why Choose Section */
.why-choose-section {
  background-color: #EBC06D;
  /* Approx gold color from image */
  padding: 30px 12px;
  text-align: center;
}

.why-choose-section h2 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
}

.benefits-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 1200px;
  /* Increased for grid */
  margin: 0 auto;
}

@media (min-width: 768px) {
  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.benefit-card {
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  text-align: left;
  position: relative;
  overflow: hidden;
  border-left: 5px solid #B08D55;
  /* Darker gold/brown border */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  /* Subtle shadow */
}

/* Decorative Corner */
.benefit-card::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background-color: #FFF6E6;
  /* Light cream */
  border-radius: 50%;
  z-index: 0;
}

.benefit-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #3A3632;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.benefit-card p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #333;
  margin: 0;
  position: relative;
  z-index: 1;
}

.why-choose-footer {
  margin-top: 30px;
}

.why-choose-footer p {
  color: #fff;
  color: #fff;
  font-size: 18px;
}


/* Who Is This Treatment For Section */
.who-for-section {
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
}

.who-for-section h2 {
  color: #DCA54A;
  /* Gold color */
  font-size: 25px;
  margin-bottom: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.candidates-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Default to 2 columns as per image */
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 15px;
}

@media (min-width: 992px) {
  .candidates-grid {
    grid-template-columns: repeat(3, 1fr);
    /* 3 columns on desktop */
    max-width: 1200px;
  }
}

.candidate-card {
  background-color: #FFF6E6;
  /* Light cream/beige */
  border: 1px solid #EBC06D;
  /* Thin gold border */
  border-radius: 8px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 140px;
}

.icon-circle {
  width: 50px;
  height: 50px;
  background-color: #DCA54A;
  /* Gold circle */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.candidate-card p {
  font-family: "Montserrat", sans-serif;
  color: #3A3632;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
}

.section-footer-text {
  margin-top: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #3A3632;
  font-weight: 500;
}

@media (max-width: 600px) {
  .candidates-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns on mobile */
    gap: 10px;
    /* Reduced gap for mobile */
  }
}











#section3 {
  margin-top: 12px;
}


.appointment-boxx {
  max-width: 1300px;

  margin: 10px auto;
  border-radius: 8px;
  overflow: hidden;

  background-color: white;
  margin-top: 10px;
  margin-bottom: 60px;
}


/* Appointment Box */
.appointment-box {
  max-width: 1300px;

  margin: 10px auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
}



.appointment-header h2 {
  background: #DCA54A;
  text-align: center;
  color: #fff;
  padding: 15px 20px;
  font-size: 23px;
  font-weight: 700;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0px;
}

.appointment-content {
  background-color: #fff;
  text-align: center;

  padding: 14px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* Form Row */
.appointment-row {

  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

}

.appointment-row form {
  color: #000;
}

.appointment-row .control {
  margin-right: 10px;
}


.appointment-row input {
  min-width: 200px;
  padding: 10px;
  border: 1px solid #DCA54A;
  border-radius: 4px;
  font-size: 16px;

  margin-bottom: 15px;
  height: auto;
  font-weight: 600;
  line-height: normal;
}

/* Add Padding to the Last Input */
.appointment-row input:last-of-type {
  padding-bottom: 10px;

  /* Adjust as needed */
}

.appointment-row button {
  background-color: #DCA54A;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  padding: 13px 50px;
  cursor: pointer;
  margin-top: 5px;
  white-space: nowrap;
}

.appointment-row button:hover {
  background-color: #965213;
}

/* Privacy Text */
.appointment-content p {
  font-size: 13px;
  color: #030303;
  margin-top: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .appointment-row {
    flex-direction: column;

  }

  .appointment-row input,
  .appointment-row button {
    width: 100%;

  }

  /* Increase spacing between inputs on mobile */
  .appointment-row input:last-of-type {
    margin-bottom: 1rem;


  }
}


#section0 .icons {
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 999;
  display: flex;
  gap: 12px;
  /* space between icons */
}


.whats img {
  background: #2EA10040;
  width: 50px;
}

.phon img {
  background: #F4E8E1;
  width: 50px;
}









ul.bottom-menu {
  display: none;
}

@media only screen and (max-width:768px) {
  ul.bottom-menu {
    background: transparent;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    width: 100%;
    color: #fff;
    z-index: 9999;
    display: flex !important;
    margin: 0;
    padding: 0;
  }

  ul.bottom-menu li {
    flex: 1;
    /* equal width for both buttons */
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Red button */
  ul.bottom-menu li:nth-of-type(1) {
    background: rgb(155, 11, 11);
  }

  /* Green button */
  ul.bottom-menu li:nth-of-type(2) {
    background: rgb(22, 162, 75);
  }

  /* Shine animation */
  @keyframes shine {
    0% {
      left: -100%;
    }

    28.5714%,
    100% {
      left: 100%;
    }
  }

  ul.bottom-menu li:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent);
    animation: shine 2s ease-in-out infinite;
  }

  /* Full clickable area */
  ul.bottom-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
  }

  ul.bottom-menu li i {
    font-size: 20px;
    margin-right: 8px;
  }

  /* Rotate phone icon */
  ul.bottom-menu li i.fa.fa-phone {
    transform: rotate(90deg);
  }
}








/* Meet The Doctor Section */
.meet-doctor-section {
  background-color: #FBFAE2;
  /* Light yellow/cream bg */
  padding: 50px 0;
  text-align: center;
}

.meet-doctor-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  color: #3A3632;
  margin-bottom: 40px;
  font-weight: 700;
}

.meet-doctor-section h2 .highlight-text {
  color: #EBC06D;
  /* Gold color */
}

.doctor-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

.doctor-image-container img {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.doctor-info {
  text-align: left;
}

.doctor-intro {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #3A3632;
  line-height: 1.6;
  margin-bottom: 30px;
}

.doctor-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.doctor-benefits-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #3A3632;
  font-weight: 500;
}

.check-icon {
  width: 24px;
  height: 24px;
  background-color: #DCA54A;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 14px;
  flex-shrink: 0;
}

.doctor-quote-box {
  background-color: #DCA54A;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 720px) {
  .meet-doctor-section {

    padding: 30px 20px;

  }
}




@media (min-width: 992px) {
  /* Keep centered layout for desktop too, as per image vertical stack */
}


/* Results Slider Section */
.results-section {
  background-color: #F4E4D7;
  padding: 40px 10px;
  text-align: center;
}

.results-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 27px;
  color: #3A3632;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.4;
}


.results-section p {
  font-size: 17px;
  line-height: 30px;
  padding: 0px;
  text-align: left;
}

.result-card {
  border-radius: 12px;
  padding: 30px 20px 0 20px;
  /* No bottom padding because footer sits there */
  max-width: 600px;
  margin: 0 auto 30px auto;
  /* Margin for carousel indicators */
  position: relative;
  overflow: hidden;
}

/* Optional: Decorative corners could be images or pseudo-elements */
/* For simplicity, we stick to the main layout first */

.card-header-text {
  margin-bottom: 25px;
}

.sub-brand {
  display: block;
  font-family: "Playfair Display", serif;
  color: #DCA54A;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

.result-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #3A3632;
  margin: 0;
  font-weight: 500;
}

.result-images-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.result-img-box {
  position: relative;
  width: 100%;
}

.result-img-box img {
  width: 100%;
  border: 5px solid #fff;
  /* White Polaroid-like border */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 2px;
}

.label-badge {
  position: absolute;
  bottom: -15px;
  /* Half overlapping */
  left: 50%;
  transform: translateX(-50%);
  background-color: #EBC06D;
  color: #fff;
  padding: 8px 25px;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-footer-gold {
  background-color: #EBC06D;
  color: #fff;
  padding: 15px;
  margin: 0 -20px;
  /* Negative margin to span full width */
  margin-top: 25px;
  /* Space for the badges */
}

.card-footer-gold p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

/* Carousel Indicators customization */
.carousel-indicators {
  bottom: -10px;
}

.carousel-indicators li {
  background-color: #EBC06D;
  border-color: #EBC06D;
}

.carousel-indicators .active {
  background-color: #DCA54A;
  border-color: #DCA54A;
  width: 12px;
  height: 12px;
  margin: 0;
}

/* Desktop View: Show all 3 slides as a grid */
@media (min-width: 992px) {
  .results-section .carousel-inner {
    display: flex;
    flex-wrap: nowrap;
    overflow: visible;
  }

  .results-section p {
    color: #3A3632;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 10px 0px;
  }


  .results-section .carousel-inner .item {
    display: block !important;
    width: 33.33%;
    margin-right: 0;
    opacity: 1;
    visibility: visible;
    position: static;
    transform: none;
    -webkit-transform: none;
    transition: none;
  }

  .results-section .carousel-indicators {
    display: none;
  }

  .results-section .carousel-control {
    display: none;
  }
}

/* Difference Section */
.difference-section {
  background-color: #F8ECE3;
  /* Matches the beige background */
  padding: 40px 15px;
  text-align: center;
}

.diff-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  color: #1A1A1A;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.diff-header p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #3A3632;
  margin-bottom: 40px;
}

/* Card Wrapper */
.diff-card-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.diff-main-card {
  background-color: #fff;
  padding: 40px 30px;
  max-width: 500px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.diff-main-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: #3A3632;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
}

/* List Styling */
.diff-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #FFFCF7;
  /* Light cream background for list area */
  padding: 20px 20px 20px 0;
  border-left: 4px solid #EBC06D;
  /* The gold bar on left */
  border-radius: 0 4px 4px 0;
}

.diff-list li {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #555;
  border-bottom: 1px solid #eee;
}

.diff-list li:last-child {
  border-bottom: none;
}

.dot-gold {
  height: 12px;
  width: 12px;
  background-color: #EBC06D;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  flex-shrink: 0;
}

/* Connector Text */
.diff-connector p {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #3A3632;
  font-weight: 700;
  margin: 30px 0;
}

/* Benefits Grid */
.diff-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  max-width: 800px;
  margin: 0 auto;
}

.diff-benefit-item {
  background-color: #fff;
  border: 1px solid #EBC06D;
  border-radius: 4px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* Align content to start */
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  color: #333;
  font-weight: 600;
}

.check-gold {
  color: #EBC06D;
  font-weight: bold;
  font-size: 17px;
  margin-right: 10px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .diff-benefits-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1000px;
  }

  .diff-benefit-item {
    justify-content: center;
    /* Center on desktop */
  }
}

/* Our Process Section */
.process-section {
  background-color: #fff;
  padding: 40px 20px;
}

.process-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  color: #3A3632;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
}

/* Timeline Layout */
.timeline-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 600px;
  /* Reduced for single column centering */
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  /* Space for the line */
}

/* Vertical Line */
.timeline-container::before {
  content: "";
  position: absolute;
  top: 15px;
  /* Start slightly below top of first circle */
  bottom: 25px;
  /* End slightly above bottom of last circle */
  left: 45px;
  /* Center with the circles (25px radius + padding) */
  width: 2px;
  background-color: #DCA54A;
  z-index: 0;
}

.process-step {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.step-marker {
  margin-right: 20px;
  flex-shrink: 0;
}

.step-number {
  width: 50px;
  height: 50px;
  background-color: #DCA54A;
  /* Gold fill */
  border: 4px solid #fff;
  /* White inner border */
  outline: 1px solid #DCA54A;
  /* Gold outer ring */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 0 0 1px #DCA54A;
  /* Fallback for outline support */
}

/* Adjust outline for better visual */
.step-number {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #DCA54A;
  outline: none;
  border: none;
}


.step-content {
  padding-top: 5px;
  /* Align with top of circle */
}

.step-content h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #3A3632;
  margin: 0 0 5px 0;
  font-weight: 700;
}

.step-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .process-header h2 {
    font-size: 36px;
  }
}

/* CTA Section */
.cta-section {
  background-color: #DCA54A;
  /* Gold background */
  padding: 60px 20px;
  text-align: center;
  color: #fff;

}

.cta-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cta-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px auto;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cta-list li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* Center align items */
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.check-circle-white {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  color: #DCA54A;
  /* Gold checkmark */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  margin-right: 15px;
  flex-shrink: 0;
}

.cta-contact {
  margin-bottom: 40px;
}

.cta-contact p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin: 5px 0;
  font-weight: 500;
}

.cta-contact i {
  margin-right: 8px;
  font-size: 18px;
}

/* CTA Button */
.cta-btn {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #3A3632;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 40px 15px 15px;
  /* Extra right padding because icon is left */
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.cta-btn:hover {
  transform: translateY(-3px);
  color: #3A3632;
}

.btn-arrow-circle {
  width: 36px;
  height: 36px;
  background-color: #DCA54A;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-right: 15px;
}

/* Main Footer */
.main-footer {
  background-color: #3A3632;
  /* Dark Grey/Brown */
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 40px;
}

.footer-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.footer-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #e0e0e0;
  margin-bottom: 10px;
}

.footer-subtext {
  font-size: 13px !important;
  color: #aaa !important;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .cta-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;

  }

  .cta-content h2 {
    grid-column: 1;
    text-align: left;
    margin-bottom: 20px;
  }

  .cta-list {
    grid-column: 1;
    margin: 0;
  }

  .cta-list li {
    justify-content: flex-start;
  }

  .cta-contact {
    grid-column: 2;
    grid-row: 1;
    text-align: right;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .cta-btn {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }

  .main-footer {

    margin-bottom: 0px;
  }
}

/* Hair Comparison Section */
.hair-comparison-section {
  background-color: #FFF8E7;
  padding: 60px 0;
  text-align: center;
}

.hair-comparison-section .comparison-header h2 {
  color: #3A3632;
  font-size: 32px;
  margin-bottom: 40px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  line-height: 1.4;
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .comparison-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.comparison-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform 0.3s ease;
  border: 1px solid #ebc06d;
}

.comparison-card:hover {
  transform: translateY(-5px);
}

.card-top {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
}

.icon-box {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #FFD482;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.title-box h3 {
  font-size: 22px;
  color: #3A3632;
  margin: 0;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

.step-text {
  font-size: 14px;
  color: #EEB64D;
  margin: 0;
  font-weight: 600;
}

.info-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.info-box {
  background-color: #FFECC7;
  border-radius: 12px;
  padding: 15px;
  text-align: left;
  border: 1px solid #ebc06d;

}

.info-box h4 {
  font-size: 13px;
  color: #3A3632;
  margin: 0 0 5px 0;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.info-box p {
  font-size: 14px;
  color: #3A3632;
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}

.comparison-footer {
  margin-top: 50px;
  padding: 0 15px;
}

.comparison-footer h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.comparison-footer p {
  font-size: 17px;
  color: #3A3632;
  max-width: 700px;
  margin: 0 auto 30px;
  line-height: 1.6;
  font-weight: 500;
}

.cta-button {
  background-color: #E2A13D;
  color: #fff !important;
  padding: 15px 25px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #c98a2a;
  transform: translateY(-2px);
  text-decoration: none;
}

@media (max-width: 600px) {
  .hair-comparison-section {
    padding: 40px 0;
  }

  .hair-comparison-section .comparison-header h2 {
    font-size: 26px;
  }

  /* .info-boxes {
    grid-template-columns: 1fr;
  } */
  .cta-button {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    white-space: normal;
    text-align: center;
  }

  .comparison-footer h3 {
    font-size: 17px;
  }
}

/* Why Choose Hair Section */
.why-choose-hair-section {
  background-color: #fff;
  padding: 60px 0;
  text-align: center;
}

.why-choose-hair-section h2 {
  color: #3A3632;
  font-size: 32px;
  margin-bottom: 40px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  line-height: 1.4;
}

.why-items-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .why-items-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.why-item-card {
  background-color: #EBC06D;
  border-radius: 15px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.why-item-card:hover {
  transform: translateY(-3px);
}

.icon-wrapped {
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-item-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-align: left;
  flex-grow: 1;
}

.checkmark-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-footer {
  margin-top: 40px;
  padding: 0 15px;
}

.why-footer p {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

.why-footer strong {
  font-weight: 700;
}

@media (max-width: 600px) {
  .why-choose-hair-section {
    padding: 40px 0;
    padding-bottom: 20px;
  }

  .why-choose-hair-section h2 {
    font-size: 27px;
  }

  .why-item-text {
    font-size: 15px;
  }
}


/* Early Benefits Section */
.early-benefits-section {
  background-color: #FFF5ED;
  padding: 80px 0;
  text-align: center;
}

.early-benefits-section h2 {
  color: #3A3632;
  font-size: 36px;
  margin-bottom: 40px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  line-height: 1.3;
}

.early-main-image {
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 0 15px;
}

.early-main-image img {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.early-intro {
  max-width: 800px;
  margin: 0 auto 30px;
  padding: 0 15px;
}

.early-intro p {
  font-size: 19px;
  color: #3A3632;
  line-height: 1.6;
  font-weight: 500;
}

.early-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .early-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

.benefit-card-white {
  background-color: #fff;
  border-radius: 35px;
  padding: 50px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(235, 192, 109, 0.1);
}

.benefit-card-white:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .benefit-card-white.full-width {
    grid-column: span 2;
  }
}

.benefit-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.benefit-card-white h3 {
  font-size: 24px;
  color: #3A3632;
  margin: 0;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

.benefit-card-white p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
  max-width: 250px;
}

.early-footer {
  margin-top: 60px;
  padding: 0 15px;
}

.early-footer p {
  font-size: 19px;
  color: #3A3632;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 500;
}

@media (max-width: 600px) {
  .early-benefits-section {
    padding: 50px 0;
  }

  .early-benefits-section h2 {
    font-size: 28px;
  }

  .early-intro p,
  .early-footer p {
    font-size: 17px;
  }

  .early-cards-grid {
    gap: 15px;
    padding: 0 15px;
  }

  .benefit-card-white {
    padding: 20px 15px;
    border-radius: 25px;
    gap: 5px;
  }

  .benefit-icon {
    width: 40px;
    height: 40px;
    display: flex;

  }

  .benefit-card-white h3 {
    font-size: 18px;
  }
  .early-footer {
  margin-top: 30px;
}
}
/* Common Causes Section */
.common-causes-section {
  background-color: #FDFEE4;
  padding: 40px 0;
  text-align: center;
}

.causes-header h2 {
  color: #E2A13D;
  font-size: 42px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

.causes-subheader p {
  font-size: 17px;
  color: #333;
  font-weight: 500;
  margin-bottom: 40px;
  padding: 0 15px;
}

.causes-main-image {
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 0 15px;
}

.causes-main-image img {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.causes-box {
  background-color: #fff;
  border-radius: 35px;
  padding: 40px 30px;
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0,0,0,0.02);
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.cause-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cause-icon {
  flex-shrink: 0;
}

.cause-text h3 {
  font-size: 20px;
  color: #3A3632;
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
}

.cause-text .subtext {
  font-weight: 400;
  color: #666;
  font-size: 18px;
}

.causes-footer {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.causes-footer p {
  font-size: 20px;
  color: #3A3632;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .common-causes-section {
    padding: 30px 0;
  }
  .causes-header h2 {
    font-size: 28px;
  }
  .causes-subheader p {
    font-size: 18px;
  }
  .causes-box {
    padding: 30px 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .cause-text h3 {
    font-size: 17px;
  }
  .cause-text .subtext {
    font-size: 17px;
    display: block;
    margin-top: 5px;
  }
  .causes-footer p {
    font-size: 17px;
  }
}


/* Hair Growth Timeline Section */
.growth-timeline-section {
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
}

.timeline-header h2 {
  color: #3A3632;
  font-size: 36px;
  margin-bottom: 60px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

.timeline-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.timeline-number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: #F8D59E;
  color: #E2A13D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 12px;
  margin-top: 5px;
}

.timeline-number.final {
  background-color: #E2A13D;
  color: #fff;
}

.timeline-card {
  flex-grow: 1;
  background-color: #FFE5B4;
  border-radius: 20px;
  padding: 25px 30px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.card-header h3 {
  font-size: 24px;
  color: #E2A13D;
  margin: 0;
  font-weight: 700;
}

.percentage {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.card-body p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 500;
}

.card-progress {
  width: 100%;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  overflow: hidden;
}

.card-progress .progress-bar {
  height: 100%;
  background-color: #E2A13D;
  border-radius: 4px;
}

@media (max-width: 600px) {
  .growth-timeline-section {
    padding: 50px 0;
  }
  .timeline-header h2 {
    font-size: 28px;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .timeline-item {
    gap: 10px;
  }
  .timeline-number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .timeline-card {
    padding: 20px;
  }
  .card-header h3 {
    font-size: 20px;
  }
  .card-body p {
    font-size: 16px;
  }
}


/* Treatment Cost Section */
.treatment-cost-section {
  background-color: #FFF5ED;
  padding: 30px 0;
  text-align: center;
}

.cost-header h2 {
  color: #3A3632;
  font-size: 36px;
  margin-bottom: 40px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

.cost-list {
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cost-item {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}

.cost-icon-box {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #FFE5B4;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.cost-text p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}

.cost-cta-wrapper {
  padding: 0 15px;
}

.cost-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #E2A13D, #D4902C);
  color: #fff;
  padding: 15px 30px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  max-width: 450px;
  transition: all 0.3s ease;
}

.cost-cta-button:hover {
  transform: translateY(-3px);
  color: #fff;
}

.cta-icon {
  display: flex;
  align-items: center;
}

.cta-arrow {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #E2A13D;
  border-radius: 50%;
  padding: 5px;
}

@media (max-width: 600px) {
  .treatment-cost-section {
    padding: 40px 0;
  }
  .cost-header h2 {
    font-size: 28px;
    padding: 0 25px;
  }
  .cost-item {
    gap: 15px;
  }
  .cost-icon-box {
    width: 50px;
    height: 50px;
  }
  .cost-text p {
    font-size: 16px;
  }
  .cost-cta-button {
    font-size: 16px;
    padding: 12px 20px;
  }
}


/* Final CTA Section - Hair Restoration */
.final-cta-section {
  background-color: #DCA54A;
  padding: 60px 0;
  text-align: center;
  color: #fff;
}

.cta-content-new h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.cta-subtitle {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  opacity: 0.95;
}

.cta-highlight {
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 1.4;
}

.cta-btn-wrapper {
  display: flex;
  justify-content: center;
}

.cta-button-white {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 12px 12px 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  min-width: 380px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.cta-button-white:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.cta-white-icon {
  display: flex;
  align-items: center;
}

.cta-white-text {
  color: #DCA54A;
  font-weight: 700;
  font-size: 20px;
}

.cta-white-arrow {
  width: 45px;
  height: 45px;
  background-color: #DCA54A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Final Footer */
.final-footer {
  background-color: #33302E;
  padding: 40px 0;
  color: #fff;
}

.final-footer h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-info p {
  font-size: 16px;
  margin-bottom: 12px;
  color: #B2B2B2;
}

.footer-icon {
  margin-right: 8px;
}

@media (max-width: 600px) {
  .final-cta-section {
    padding: 50px 20px;
  }
  .cta-content-new h2 {
    font-size: 30px;
  }
  .cta-subtitle {
    font-size: 16px;
  }
  .cta-highlight {
    font-size: 17px;
  }
  .cta-button-white {
    min-width: 100%;
    padding: 10px 10px 10px 20px;
  }
  .cta-white-text {
    font-size: 16px;
  }

  .final-footer {
    padding-bottom: 70px;
}
  .final-footer h3 {
    font-size: 18px;
  }
  .footer-info p {
    font-size: 14px;
  }
}







/* Meet The Doctor Section */
.meet-doctor-section {
  background-color: #FBFAE2;
  /* Light yellow/cream bg */
  padding: 50px 0;
  text-align: center;
}

.meet-doctor-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  color: #3A3632;
  margin-bottom: 40px;
  font-weight: 700;
}

.meet-doctor-section h2 .highlight-text {
  color: #EBC06D;
  /* Gold color */
}

.doctor-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

.doctor-image-container img {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.doctor-info {
  text-align: left;
}

.doctor-intro {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #3A3632;
  line-height: 1.6;
  margin-bottom: 30px;
}

.doctor-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.doctor-benefits-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #3A3632;
  font-weight: 500;
}

.check-icon {
  width: 24px;
  height: 24px;
  background-color: #DCA54A;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 14px;
  flex-shrink: 0;
}

.doctor-quote-box {
  background-color: #DCA54A;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 720px) {
  .meet-doctor-section {

    padding: 30px 20px;

  }
}


.map {
    width: 100%;
    height: 300px;
    border: none;
}

.map-container {
    background-color: #ffffff;
    color: rgb(57, 54, 55);
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-top: -3px;
    width: 600;
    height: 450;
    margin-bottom: 20px;
}

@media (max-width: 600px) {

    .map-container {
        font-size: 15px;
        padding: 10px;
        
    }

}

