/* Global Styles */
:root {
  --primary-color: #952624;
  --text-color: #1C1C1C;
  --light-bg: #FFF2EE;
}


    /* Style when input has error */
    .input-error {
      border-color: #952222 !important;
      color: #952222 !important;
      font-weight: 700 !important;
      font-style: normal !important;
      text-align: center;
    }
  
    /* Placeholder color and style */
    .input-error::placeholder {
      color: #952222 !important;
      font-weight: 700 !important;
      font-style: normal !important;
      text-align: center;
    }

        .parsley-errors-list{
        margin: 2px 0px 20px
        
        }


/* Optional: placeholder text color same as error text */
.input-error::placeholder {
  color: #952222 !important;
  font-weight: 900 !important;
}

body {
  font-family: Arial, sans-serif;
  color: var(--text-color);
  line-height: 1.6;
}
html, body{
  max-width: 100%;
  overflow-x: hidden; 
}

.embed-map{
  background-color: var(--primary-color);
  border-radius: 16px 0 0 16px !important;


}
.contact-us{
  background: linear-gradient(253deg, #F1C9BC 42.18%, rgba(255, 255, 255, 0.00) 123.84%);
}



.urology-mobile-section p,ul {
  color: #1c1c1c !important;
  font-family: 'Lato';

}


@media (max-width: 768px) {
  .urology-mobile-section{
    color: var(--primary-color) !important ;
  }
  header .row {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    /* gap: 10px; */
  }

  .logo {
    max-width: 130px;
  }

  .contact-btn {
    float: none !important;
    width: auto;
    font-size: 14px;
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  header .row {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
  }

  .logo {
    max-width: 120px;
  }

  .contact-btn {
    font-size: 13px;
    padding: 8px 14px;
  }
}

.img-fluid  mb-3h2{
  color:#952222;
}


.title{
  font-size: 20px;
}


.contact-btn {
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 32px;
  padding: 12px 12px;
  font-size: 12px;
  /* font-weight: bold; */
  text-transform: uppercase;
  letter-spacing: 0.28px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.book-btn {
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 32px;
  padding: 12px 24px;
  font-size: 12px;
  /* font-weight: bold; */
  text-transform: uppercase;
  letter-spacing: 0.28px;
  cursor: pointer;
  transition: background-color 0.3s;
}


.schedul-btn {
  /* display: block; */
  /* make it block */
  /* margin: 0 50%; */
  /* center horizontally */
  /* max-width: 300px; */
  /* optional: limit max width */
  /* width: 100% !important; */
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 32px;
  padding: 12px 24px;
  font-size: 12px;
  /* font-weight: bold; */
  text-transform: uppercase;
  letter-spacing: 0.28px;
  transition: background-color 0.3s;
}


@media (max-width: 425px) {
  .schedul-btn {
    /* width: 300px !important; */
    padding: 10px;
    font-size: 12px;
    margin: 0px;
  }
}

.schedule-btn {
  width: 25% !important;
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 32px;
  padding: 12px 24px;
  font-size: 12px;
  /* font-weight: bold; */
  text-transform: uppercase;
  letter-spacing: 0.28px;
  transition: background-color 0.3s;
}
.schedule-btn {
  display: block;
  margin: 0 auto;
}

@media (max-width: 425px){
  .schedule-btn {
      width: 71% !important;
      background-color: var(--primary-color);
      color: white;
      border: none;
      border-radius: 32px;
      padding: 12px 24px;
      font-size: 12px;
      /* font-weight: bold; */
      text-transform: uppercase;
      letter-spacing: 0.28px;
      transition: background-color 0.3s; }

}

.appointment-btn {
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 32px;
  padding: 12px 24px;
  font-size: 12px;
  /* font-weight: bold; */
  text-transform: uppercase;
  letter-spacing: 0.28px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.rezum-btn {
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 32px;
  padding: 12px 24px;
  font-size: 12px;
  /* font-weight: bold; */
  text-transform: uppercase;
  letter-spacing: 0.28px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.get-started-btn {
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 32px;
  padding: 12px 24px;
  font-size: 12px;
  /* font-weight: bold; */
  text-transform: uppercase;
  letter-spacing: 0.28px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact-btn:hover,
.book-btn:hover,
.schedule-btn:hover,
/* .appointment-btn:hover, */
.rezum-btn:hover,
.get-started-btn:hover {
  background-color: #7e1f1d;
  color: white;
}

/* Header Styles */
.logo {
  width: 150px;
}
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('./assets/image 1.png') no-repeat center center / cover;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.container.position-relative {
  position: relative;
  z-index: 1;
  min-height: 500px;
  display: flex;  
  align-items: center;
}

.hero-content {
  color: #952222;
  max-width: 600px;
}

.hero-title {
  font-family:'Lato';
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 74px;
}

.book-btn {
  background-color: #9b1c25;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 12px;
  border: none;
  cursor: pointer;
}

.book-btn:hover {
  background-color: #b6202d;
}
@media (max-width: 768px) {
  .hero-section {
    position: relative;
    padding-top: 390px;
    /* match desktop hero height */
  }

  .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 500px;
    /* keep original hero height */
    background: url('./assets/prostate.jpg') no-repeat center center / cover;
    z-index: 0;
  }

  .container.position-relative {
    position: relative;
    z-index: 1.3;
    padding: 20px 15px 40px;
    /* background: #fff; */
    /* white background behind content for contrast */
    margin-top: -60px;
    /* slight overlap for style */
    border-radius: 12px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  }

  .hero-content {
 
    color: #952222;
    /* your original color */
    text-align: left;
    max-width: 100%;
    margin: 0 auto;
  }

  .hero-title {
    font-size: 5px;
    /* original mobile size */
    margin-bottom: 16px;
  }

  .book-btn {
    width: 100%;
    font-size: 12px;
    padding: 12px;
  }
}



@media (max-width: 768px) {
  .schedule-btn {
  width: 150px;
    font-size: 12px;
    padding: 12px;
  }
}






/* Consultation Form */
.consultation-form {
  background-color: white;
  box-shadow: 0px 11px 0px var(--primary-color);
  border-radius: 36px;
  padding: 35px 31px;
  margin-top: -82px;
  position: relative;
  z-index: 2;
}

.consultation-form h2 {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: bold;
}

.consultation-form input {
  border: 1px solid #FFD6C9;
  padding: 12px;
}

@media (max-width: 425px) {
  .consultation-form {
    background-color: white;
    box-shadow: 0px 11px 0px var(--primary-color);
    border-radius: 36px;
    padding: 35px 31px;
    margin-top: -140px;
    position: relative;
    z-index: 2;
  }
}

/* Section Titles */
.section-title {
  color: var(--primary-color);
  font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.section-title.p{
  color: #1C1C1C;
}
.bph-section {
  /* padding: 40px 0; */
  position: relative;
  min-height: 480px;
}

.container-fluid.position-relative {
  display: block;
  position: relative;
}

/* Default: mobile-first */
.bph-bg {
  display: flex;
  width: 100%;
  height: 242px;
  object-fit: cover;
  /* display: block; */
  content: url('./assets/unhappymobile.png');
  /* Mobile image here */
}

.bph-content {
  font-family: 'Lato';
  max-width: 100%;
  padding: 20px 10px 0;
  position: static;
  color: #000;
  background: none;
}

/* Desktop styles: overlay layout with desktop image */
@media (min-width: 768px) {
  .bph-bg {
    height: 480px;
    object-fit: cover;
    content: url('./assets/unhappy.png');
    /* Desktop image */
  }

  .bph-content {
    font-family: 'Lato';
    position: absolute;
    top: 50%;
    right: 150px;
    transform: translateY(-50%);
    max-width: 40%;
    padding: 20px;
    border-radius: 8px;
    /* background: rgba(255, 255, 255, 0.9); */
    /* Optional: background behind text for better readability */
  }
}

/* Optional: text styling */
.bph-p {
  color: #1C1C1C;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
/* Treatment Options */
/* Numbers row */
.section-title {
  color: var(--primary-color);
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}

.text-center {
  text-align: center;
}

.mt-3 {
  margin-top: 12px;
}

.mt-5 {
  margin-top: 40px;
}

/* Numbers row */
.option-numbers {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 20px auto;
}

.option-numbers span {
  color: #FFD6C9;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  flex: 1;
}

/* Content row below numbers */
.treatment-row {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  gap: 20px;
}

.treatment-column {
  flex: 1;
  min-width: 200px;
  text-align: center;
}

.treatment-title {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

.treatment-text {
  font-size: 16px;
  line-height: 1.5;
  white-space: pre-line;
  text-align: left;
  list-style-position: inside;
}

/* Responsive */
@media (max-width: 768px) {
  .option-numbers {
    gap: 40px;
  }

  .treatment-row {
    flex-direction: column;
    gap: 30px;
    max-width: 100%;
  }

  .treatment-column {
    min-width: 100%;
    text-align: left;
  }
}

/* Rezūm Section */
.rezum-section {
  background-color: var(--light-bg);
  padding: 33px 0;
}

.rezum-title {
  font-family: 'Lato';
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 300;
  line-height: 47px;
}

.rezum-subtitle {
  font-family: 'lato';
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 900;
  line-height: 29px;
}

/* Experts Section */
.experts-container {
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .experts-container {
    flex-wrap: wrap;
  }
}

.expert-card {
  font-family: 'Lato';
  background: linear-gradient(192deg, #F1C9BC -56.7%, #FFF 84.93%), linear-gradient(180deg, #F1C9BC 0%, rgba(232, 245, 244, 0.00) 100%);
  border: 2px solid #E7E7E8;
  border-radius: 16px;
  padding: 32px 24px 12px;
  text-align: center;
  height: 100%;
  min-width: 240px;
}

.expert-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}

.expert-name {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
}

.expert-title {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: normal;
  margin-top: 24px;
}

.doctor-subtitle {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
}

/* FAQ Section */
.faq-container {
  font-family: 'Lato';
  max-width: 780px;
  margin: 0 auto;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  padding: 24px 16px;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid rgba(170, 176, 179, 0.5);
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-button {
  font-family: 'Lato';
  font-size: 22px;
  font-weight: 600;
  color: #1c1c1c;
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  color: #1c1c1c;
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  font-size: 16px;
  line-height: 1.6;
}

:root {
  --primary-color: #9C2B2B;
  --background-color: #F9E6E0;
  --text-color: #333333;
}

.container {
  /* max-width: 1200px; */
  margin: 0 auto;
  /* padding: 40px 20px; */
}

.contact-section {
  background-color: var(--background-color);
  padding: 20px 0 60px;
}

.contact-title {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 5px;
}

.contact-subtitle {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}

.contact-container {
  display: flex;
  background-color: var(--primary-color);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-container {
  flex: 1;
  padding: 15px;
}

.map-placeholder {
  background-color: #EAEAEA;
  color: #5E5E5E;
  text-align: center;
  font-size: 32px;
  padding: 120px 0;
  border-radius: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-container {
  flex: 1;
  max-width: 450px;
 
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.contact-form {
  background-color: white;
  padding: 40px 30px;
  border-color: #ffffff;
  display: flex;
  margin-left: -20px;
  flex-direction: column;
  justify-content: center;
}
.contact-form input {
  display: block;
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

.submit-button {
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 8px;
  padding: 18px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
}

/* Responsive styles */
@media (max-width: 768px){
  .contact-container {
    flex-direction: column;
  }

  .form-container {
    max-width: 100%;
  }

  .map-placeholder {
    padding: 60px 0;
  }
}







/* Footer */
footer {
  padding: 36px 108px;
}

.footer-logo {
  width: 191px;
}

.footer-heading {
  color: var(--text-color);
  font-size: 24px;
  font-weight: 500;
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.social-icon {
  width: 42px;
  height: 42px;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    margin-top: 250px;
    /* width: 80px; */
    font-size: 24px;
    line-height: 25px;
  }
  
  .hero-section {
    padding: 70px 20px 100px;
  }
  
 
  
  .rezum-title {
    font-size: 32px;
  }
  
  .option-numbers span {
    font-size: 40px;
  }
  
  .contact-title {
    font-size: 32px;
  }
  
  .map-placeholder {
    padding: 50px 20px;
  }
  
  footer {
    padding: 36px 20px;
  }


 }
 
 .urology-hero-section {
   display: flex;
   text-align: center;
   background: url('./assets/3548bf9ea2a561d2beeb813bee8d2edd342324d5.jpg') no-repeat center center / cover;
   width: 80%;
   min-height: 390px;
   border-radius: 12px;
   overflow: hidden;
   padding: 60px 40px;
   position: relative;
   margin: 40px auto;
   box-sizing: border-box;
   transition: all 0.3s ease-in-out;
 }

 /* Overlay */
 .urology-hero-section::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   z-index: 1;
 }

 .urology-hero-section .content {
  color: #1C1C1C;
   position: relative;
   z-index: 2;
   max-width: 513px;
   text-align: left;
 }

 .urology-hero-section h2 {
   width: 99%;
   font-size: 22px;
   font-weight: 700;
   margin-bottom: 20px;
   color: #952222;
 }

 .urology-hero-section p,
 .urology-hero-section ul {
  color: #1C1C1C;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.6;
   margin-bottom: 18px;
 }

 .urology-hero-section ul {
   list-style: disc;
   /* padding-left: 20px; */
 }

 .appointment-btn {
   background-color: #9b1c25;
   color: white;
   border: none;
   padding: 12px 28px;
   border-radius: 30px;
   font-size: 12px;
   cursor: pointer;
   transition: background-color 0.3s ease;
 }

 .appointment-btn:hover {
   background-color: #b6202d;
 }

 /* Tablet and small desktops */
 @media (max-width: 1024px) {
   .urology-hero-section {
     width: 95%;
     padding: 30px 20px;
     min-height: 350px;
   }

   .urology-hero-section .content {
     max-width: 100%;
   }

   .urology-hero-section h2 {
     font-size: 22px;
     line-height: 1.4;
   }

   .urology-hero-section p,
   .urology-hero-section ul {
     font-size: 15px;
     line-height: 1.6;
   }

   .appointment-btn {
     font-size: 12px;
     padding: 10px 22px;
   }
 }

 /* Mobile (small screens) */
 @media (max-width: 768px) {
   .urology-hero-section {
     flex-direction: column;
   }

   .hero-image {
     order: 1;
     /* image first */
     min-height: 260px;
     width: 100%;
     border-radius: 12px 12px 0 0;
   }

   .urology-hero-section .content {
     order: 2;
     /* content after image */
     padding: 20px;
   }
 }

 /* Large desktop (1200-1439px) */
 @media (min-width: 1200px) and (max-width: 1439px) {
   .urology-hero-section {
     display: flex;
     text-align: center;
     background: url('./assets/3548bf9ea2a561d2beeb813bee8d2edd342324d5.jpg') no-repeat center center / cover;
     width: 93%;
     min-height: 390px;
     border-radius: 12px;
     overflow: hidden;
     padding: 60px 40px;
     position: relative;
     margin: 40px auto;
     box-sizing: border-box;
     transition: all 0.3s ease-in-out;
   }
 }

 /* Mobile background image fix */
 @media (max-width: 480px) {
   .urology-hero-section {
     background: url('./assets/prostate.jpg') no-repeat center center / cover !important ;
     padding: 20px 12px;
     min-height: 260px;
     width: 96%;
     border-radius: 8px;
   }

   .urology-hero-section h2 {
     font-size: 18px;
     line-height: 1.3;
   }

   .urology-hero-section p,
   .urology-hero-section ul {
     font-size: 14px;
   }

   .appointment-btn {
     width: 100%;
     padding: 12px;
     font-size: 15px;
   }
 }




/* why it happens section */



@media (max-width: 768px) {
  .section-title {
    font-size: 20px;
    text-align: center;
  }

  .appointment-btn {
    display: block;
    margin: 20px auto 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
    max-width: 300px;
  }

  .container p {
    font-size: 16px !important;
    line-height: 1.6;
    text-align: left;
    margin-top: 15px;
  }

  .container img {
    margin-top: 20px;
    /* width: 100%; */
    height: auto;

  }
}


@media (max-width: 480px) {
  .section-title {
    font-size: 18px;
  }

  .appointment-btn {
    font-size: 12px;
    padding: 10px 18px;
  }

  .container p {
    font-size: 14px;
    padding: 0 10px;
  }
}


.why-it-happens-section {
  padding-bottom: 40px;
}

.section-title {
  font-family: 'Lato';
  color: #952222;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.why-text {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  /* keeps your line breaks clean */
}



@media (max-width: 768px){
  .icon{
    margin-top: 28px !important;
  }
}


.style{
  color: #1C1C1C;
  
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.title{
    font-family: 'Lato';
    font-size: 24px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 33px;
}




.modal-content {
  border: 1px solid #e0e0e0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 2rem 2.5rem;
  border-radius: 1.5rem !important;
}

.modal-header {
  justify-content: center;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 1rem;
  position: relative;
}

.modal-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  position: relative;
  padding-bottom: 0.5rem;
}

.modal-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #9c2b2b;
  /* your theme color */
  border-radius: 2px;
}

.contact-form {
  /* margin-left: 0 !important; */
  /* remove inline margin */
}


.form-control,
.form-select {
  background-color: #fafafa;
  border: 1.5px solid #ccc;
  padding: 14px 18px;
  font-size: 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
  box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  border-color: #9c2b2b;
  box-shadow: 0 0 8px rgba(156, 43, 43, 0.3);
  outline: none;
  background-color: #fff;
}

.submit-button {
  background-color: #9c2b2b;
  border: none;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 0;
  border-radius: 50px !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.submit-button:hover,
.submit-button:focus {
  background-color: #7a2222;
  box-shadow: 0 4px 15px rgba(156, 43, 43, 0.4);
  outline: none;
  cursor: pointer;
}

#phone-error-container-2 {
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 0.85rem;
  color: #d9534f;
  /* Bootstrap danger red */
}