* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Times New Roman', Times, serif;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}


/* Section Background */
#evaSection {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/hero-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 15px 0;
}

/* EXPERIENCE */
#evaSection .eva-exp {
  color: #d67b2f;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.125;
  font-size: 24px;
  margin-top: 40px;
  font-family: "Degular", sans-serif;
}

/* BUTTON */
#evaSection .eva-btn {
  background: rgb(207, 123, 37);
  color: #fff;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
}

#evaSection .eva-btn:hover {
  background: #b8641f;
}

#evaSection .eva-form-box .clinic {
  padding: 65px 0;
}

#evaSection .eva-form-box h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;

  color: rgb(207, 123, 37);
}

#evaSection .eva-form-box .eva-subtext {
  font-size: 24px;
  line-height: 1;
  color: #000000;
  margin-top: 45px;
}

#evaSection .eva-form-box .form-control {
  border: 1px solid black;
}


#features {
  padding: 20px 0;
}

#banner {
  padding: 20px 0;
}

#testimonial {
  padding: 20px 0;
}

#testimonial .title {
  font-size: 32px;
  line-height: 1.125;
  text-align: center;
  color: rgb(207, 123, 37);
  margin-bottom: 20px;
}

#testimonial .col-lg-12{
  display: none;
}


#treatment {
  background-color: #ffffff;
  padding: 40px 0;
}

#treatment .title {
  font-size: 32px;
  line-height: 1.125;
  text-align: center;
  color: rgb(207, 123, 37);
  margin-bottom: 20px;
}


#treatment h5 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.125;
  font-family: "Degular", sans-serif;
}

#treatment p {
  font-size: 16px;
  line-height: 1.125;
  color: #000000;
  font-weight: 400;
  font-family: "Degular", sans-serif;
  margin-top: 30px;
}

#treatment .highlight {
  color: #ff3b3b;
  font-weight: bold;
}

#treatment .treat-btn {
  background-color: rgb(207, 123, 37);
  color: #fff;
  border: none;
  font-size: 20px;
  margin-top: 30px;
  padding: 12px 29px;
  font-family: "Degular", sans-serif;
  border-radius: 10px;
  font-weight: 500;
  line-height: 1.125;
  transition: 0.3s ease;
  width: 100%;
}

#treatment .treat-btn:hover {
  background-color: #a95f1f;
}



#Success {
  padding: 40px 0;
}

#Success .title {
  font-size: 38px;
  line-height: 1.125;
  text-align: center;
  color: rgb(207, 123, 37);
  margin-bottom: 20px;
}

#Success p {
  font-size: 18px;
  line-height: 1.125;
  color: #000000;
  font-weight: 500;
  font-family: "Degular", sans-serif;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}

#Success .success-btn {
  background-color: rgb(207, 123, 37);
  color: #fff;
  border: none;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  padding: 14px 10px;
  font-family: "Degular", sans-serif;
  border-radius: 10px;
  font-weight: 600;
  line-height: 1.125;
  transition: 0.3s ease;
  width: 20%;
}

#Success .success-btn:hover {
  background-color: #a95f1f;
}

#why-choose {
  background-color: rgba(255, 246, 247, 1);
  padding: 30px 0;
}

#why-choose .title {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.125;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}

#why-choose p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.125;
  text-align: center;
  color: #000;
  width: 35%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: "Degular", sans-serif;
}

#why-choose .why-btn {
  background-color: rgb(207, 123, 37);
  color: #fff;
  border: none;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  padding: 14px 10px;
  font-family: "Degular", sans-serif;
  border-radius: 10px;
  font-weight: 600;
  line-height: 1.125;
  transition: 0.3s ease;
  width: 20%;
}

#why-choose .why-btn:hover {
  background-color: #a95f1f;
}


#concerns {
  background-color: rgba(255, 246, 247, 1);
  padding: 30px 0;
}

#concerns .title {
  font-size: 38px;
  font-weight: normal;
  line-height: 1.125;
  text-align: center;
  color: #000;
  width: 55%;
  margin: 0 auto;
  margin-bottom: 20px;
}

#concerns .title span {
  color: rgb(207, 123, 37);
}

#concerns p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.125;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  font-family: "Degular", sans-serif;
}

#expertise {
  padding: 40px 0;
  background-color: #fff;
}


#expertise .title {
  color: rgb(207, 123, 37);
  font-size: 32px;
  font-weight: normal;
  line-height: 1.125;
  text-align: center;
  width: 55%;
  margin: 0 auto;
  margin-bottom: 30px;
}


#expertise p {
  font-size: 15px;
  line-height: 1.25;
  text-align: center;
  color: #000;
  font-family: "Degular", sans-serif;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
}

#expertise .expertise-btn {
  background-color: rgb(207, 123, 37);
  color: #fff;
  border: none;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  padding: 14px 10px;
  font-family: "Degular", sans-serif;
  border-radius: 10px;
  font-weight: 600;
  line-height: 1.125;
  transition: 0.3s ease;
  width: 20%;
}

#expertise .expertise-btn:hover {
  background-color: #a95f1f;
}

#gallery {
  padding: 40px 0;
  background-color: rgba(243, 243, 243, 1);
}

#gallery .title {
  text-align: center;
  font-size: 40px;
  line-height: 1.125;
  margin-bottom: 30px;
  font-family: "Times New Roman", sans-serif;
}

#expert {
  padding: 40px 0;
  background-color: #cf7b25;
}

/* Section Background */
#about {
  background-color: rgb(253 250 248);
}

/* Title */
#about .about-title {
  font-size: 32px;
  /* font-weight: 600; */
  color: #000000;
}

#about .about-title span {
  color: #c8741e;
  font-weight: 500;
}


/* Name */
#about .about-name {
  font-weight: 400;
  color: #000000;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

/* Degree */
#about .about-degree {
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: "Degular", sans-serif;
}

#about .about-degree span {
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: "Degular", sans-serif;
}


/* Description */
#about .about-desc {
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  line-height: 1.25;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: "Degular", sans-serif;
}

/* List */
#about .about-list {
  padding-left: 18px;

}

#about .about-list li strong {
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  font-family: "Degular", sans-serif;
}

#about .about-list li {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Degular", sans-serif;
  color: rgba(0, 0, 0, 1);
}

/* Button */
#about .about-btn {
  background-color: #c8741e;
  color: #fff;
  padding: 12px 10px;
  border-radius: 10px;
  font-weight: 600;
  width: 20%;
  text-decoration: none;
  margin: 0 auto;
  font-size: 18px;
  font-family: "Degular", sans-serif;
}

#about .about-btn:hover {
  background-color: #a85f18;
}

/* Background */
#footer {
  background-color: #000;
  color: #fff;
  padding: 40px 0;
}

/* Title */
#footer .footer-title {
  color: #c8741e;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}

/* Info (address + phone) */
#footer .footer-info p {
  font-size: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  line-height: 1.125;
  font-family: "Degular", sans-serif;
}

/* Icons */
#footer .footer-info i {
  font-size: 18px;
}

/* Map */
#footer .footer-map iframe {
  width: 100%;
}

/* Inputs */
#footer .footer-input {
  margin-bottom: 10px;
  height: 35px;
  border-radius: 5px;
  border: none;
}

/* Button */
#footer .footer-btn {
  background-color: #c8741e;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  border: none;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}

#footer .footer-btn:hover {
  background-color: #a85f18;
}




/* Container */
.quickcontact {
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
}

/* WhatsApp Button */
.whatsapp-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: 0.2s;
}

.whatsapp-btn i {
  font-size: 18px;
}

.whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}


/* Call Button */
.call-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #22c55e;
  color: #fff;
  padding: 12px 35px;
  border-radius: 12px;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: 0.2s;
}

.call-btn i {
  font-size: 18px;
}

.call-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}








/* MODAL */
.modal-content {
  border-radius: 12px;
  padding: 10px 10px 20px 10px;
    font-family: "Montserrat", sans-serif;

}

    .modal-dialog {
      max-width: 800px !important;
    }

.modal-body h4 {
  font-size:40px;
  color: rgb(241,151,165);
  margin-bottom: 20px;
}

.modal-body .form-control {
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 10px 14px;
  font-size: 0.95rem;
}

.modal-body .form-control:focus {
  box-shadow: none;
  border-color: #aaa;
}

.captcha-box {
  margin-bottom: 12px;
}


.captcha-logo {
  font-size: 10px;
  color: #888;
  text-align: center;
  line-height: 1.2;
}

.captcha-logo .rc-icon {
  font-size: 22px;
  color: #4a90d9;
}

.submit-btn {
  background: #111;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 12px;
  font-size: 1rem;
  font-weight: 600;
  width: 25%;
  cursor: pointer;
  transition: background 0.2s;
}

.submit-btn:hover {
  background: #333;
}

.btn-close {
  position: absolute;
  top: 14px;
  right: 14px;
z-index: 9999;
}

.modal-header {
  position: relative;
  border: none;
  padding-bottom: 0;
}


#thanks {
  background: url('../images/thanks-bg.jpg') center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Center Content */
#thanks .thanks-wrapper h1 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 20px;
}

#thanks .check-icon {
  font-size: 60px;
  color: #1e6bd6;
  margin-bottom: 20px;
}

#thanks p {
  font-size: 18px;
  color: #333;
}
