body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", sans-serif;
  background: #ffffff;
}

.navbar-custom {
  background-color: #fff;
}

.navbar-brand {
  font-weight: bold;
  color: #13427c;
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-align: center;
}

.nav-item:hover {
  background-color: #aa1a2a;
  border-radius: 10px;
  color: white;
}
.navbar-nav .nav-link {
  color: #aa1a2a;
  font-weight: 500;
  margin-right: 20px;
  transition: color 0.3s ease;
  text-align: center;
}

.navbar-nav .nav-link:hover {
  color: #fff;
}

.btn-signin {
  /* border: 1px solid #13427c; */
  color: #13427c;
  border-radius: 25px;
  /* padding-left: 20px; */
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-signin:hover {
  background-color: #aa1a2a;
  color: #fff;
}

.hero {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 60px 10%;
  position: relative;
  overflow: hidden;
}

.hero-text {
  max-width: 50%;
  z-index: 999;
}

.hero-text h1 {
  color: #13427c;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-text p {
  color: #13427c;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.hero-text .btn-appointment {
  background-color: #aa1a2a;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.hero-text .btn-appointment:hover {
  background-color: #fc3f55;
}

.hero-image {
  position: relative;
  width: 40%;
}

.hero-image::before {
  content: "";
  position: absolute;
  /* top: -10%; */
  /* right: 100px; */
  width: 100%;
  height: 110%;
  background: #fff;
  border-radius: 50% 0% 0% 50%;
  transform: translateX(50%);
  z-index: 1;
  /* box-shadow: 20px 20px 20px 20px #fff; */
}

.hero-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 70px;
  object-fit: cover;
  /* right: -120px; */
  /* top: -15px; */
}

/* Optional play button style */
.play-button {
  width: 60px;
  height: 60px;
  background: #aa1a2a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.play-button i {
  color: #fff;
  font-size: 24px;
}

@media (max-width: 992px) {
  .hero {
    flex-direction: column;
    text-align: center;
  }
  .hero-text,
  .hero-image {
    max-width: 100%;
  }
  .hero-image::before {
    display: none;
  }
}
/* -------------------------------------- */

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo {
  font-size: 24px;
  font-weight: 600;
  color: #2e572f;
}

.hero2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 50px;
  flex-wrap: wrap;
}

.hero-images2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-right: 50px;
}

.hero-images2 img {
  width: 300px;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

.hero-text2 {
  max-width: 500px;
}

.hero-text2 h1 {
  font-size: 42px;
  color: #2e572f;
  margin-bottom: 20px;
}

.hero-text2 h3 {
  color: #aa1a2a;
  margin-bottom: 20px;
  font-weight: 500;
}

.hero-text2 p {
  color: #555;
  margin-bottom: 30px;
}

.icons {
  display: flex;
  gap: 20px;
}

.icon-box {
  /* background: #4caf50; */
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 24px;
  transition: background 0.3s;
}
.icon-box img {
  width: 50px;
}

@media (max-width: 992px) {
  .hero {
    flex-direction: column;
    padding: 50px 20px;
  }

  .hero-images {
    margin-right: 0;
    margin-bottom: 30px;
    flex-direction: row;
  }

  .hero-images img {
    width: 45%;
    height: auto;
  }
}
/* --------------------------------------- */
.btn {
  display: inline-block;
  /* padding: 12px 25px; */
  background: #aa1a2a;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background 0.3s;
}

.btn.dark {
  background: #aa1a2a;
}

.btn:hover {
  background: #fc3f55;
  color: #fff;
}

.services-section {
  background: #fff;
  padding: 80px 50px 100px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-top: 50px;
}

.services-container {
  max-width: 1200px;
  margin: auto;
}

.services-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.services-header h2 {
  font-size: 36px;
  color: #2e572f;
  margin-bottom: 10px;
}

.services-header p {
  color: #aa1a2a;
  font-weight: 500;
}

.cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.service-card {
  background: #fff;
  color: #000;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  padding: 20px;
  width: 300px;
  transition: transform 0.3s;
}

.service-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}

.service-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.service-card p {
  font-size: 14px;
  margin-bottom: 20px;
}

.service-card .plus-icon {
  display: inline-block;
  font-size: 24px;
  background: #fff;
  color: #abc5f4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.service-card .plus-icon:hover {
  background: #aa1a2a;
  color: #fff;
  /* box-shadow: 20px 20px 20px  #abc5f4; */
}

.service-card:hover {
  transform: translateY(5px);
}

@media (max-width: 992px) {
  .services-header {
    flex-direction: column;
    text-align: center;
  }

  .services-header .btn {
    margin-top: 20px;
  }
}
/* ------------Reviews Section------ */
.reviews-section {
  background: #fff;
  padding: 60px 20px;
}

.reviews-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.reviews-container h2 {
  font-size: 32px;
  color: #2e572f;
  margin-bottom: 40px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.review-card {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.review-card:hover {
  transform: translateY(-5px);
}

.review-card h3 {
  color: #aa1a2a;
  margin-bottom: 15px;
  font-size: 20px;
}

.review-card p {
  font-size: 15px;
  color: #000000;
  margin-bottom: 10px;
  min-height: 60px;
}

.review-card span {
  display: block;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
  font-size: 14px;
}

/* ---------contact--------------- */

.contact-hero {
  position: relative;
  background: url("images/contact.jpg") center center/cover no-repeat;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.contact-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 87, 47, 0.5);
}

.contact-hero .hero-content {
  position: relative;
  z-index: 2;
}

.contact-hero h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.contact-hero p {
  font-size: 1.2rem;
}

.contact-section {
  background: #fff;
}

.contact-section h2 {
  color: #2e572f;
  font-weight: bold;
}

.contact-form .form-control {
  border-radius: 8px;
}

.contact-form .btn {
  background-color: #4caf50;
  border: none;
}

.contact-form .btn:hover {
  background-color: #2e572f;
}

#successMessage {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ---------susbcribe-------------- */

.subscribe-hero {
  position: relative;
  background: url("images/susbribe.jpg") center center/cover no-repeat;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.subscribe-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 87, 47, 0.5);
}

.subscribe-hero .hero-content {
  position: relative;
  z-index: 2;
}

.subscribe-hero h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.subscribe-hero p {
  font-size: 1.2rem;
}

.subscribe-section {
  background: #fff;
}

.subscribe-section h2 {
  color: #2e572f;
  font-weight: bold;
}

.subscribe-form .form-control {
  border-radius: 8px;
}

.subscribe-form .btn {
  background-color: #4caf50;
  border: none;
}

.subscribe-form .btn:hover {
  background-color: #2e572f;
}

#successMessage {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ------------term and condition------------ */
.terms-hero {
  position: relative;
  background: url("images/termandcondition.jpeg") center center/cover no-repeat;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.terms-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 87, 47, 0.5);
}

.terms-hero .hero-content {
  position: relative;
  z-index: 2;
}

.terms-hero h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.terms-hero p {
  font-size: 1.2rem;
}

.terms-section {
  background: #fff;
}

.terms-section h2,
.terms-section h3 {
  color: #2e572f;
  font-weight: bold;
}

.terms-section p {
  font-size: 0.95rem;
  color: #444;
}

/* -----privacy policy----------- */
.privacy-hero {
  position: relative;
  background: url("images/privacypolicy.webp") center center/cover no-repeat;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.privacy-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 87, 47, 0.5);
}

.privacy-hero .hero-content {
  position: relative;
  z-index: 2;
}

.privacy-hero h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.privacy-hero p {
  font-size: 1.2rem;
}

.privacy-section {
  background: #fff;
}

.privacy-section h2,
.privacy-section h3 {
  color: #2e572f;
  font-weight: bold;
}

.privacy-section p,
.privacy-section li {
  color: #444;
  font-size: 0.95rem;
}

/* ------------appointement----------- */
.appointment-hero {
  position: relative;
  background: url("images/appointment.jpg") center center/cover no-repeat;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.appointment-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 87, 47, 0.5);
}

.appointment-hero .hero-content {
  position: relative;
  z-index: 2;
}

.appointment-hero h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.appointment-hero p {
  font-size: 1.2rem;
}

.appointment-section {
  background: #fff;
}

.appointment-section h2 {
  color: #2e572f;
  font-weight: bold;
}

.appointment-form .form-control {
  border-radius: 8px;
}

.appointment-form .btn {
  background-color: #4caf50;
  border: none;
}

.appointment-form .btn:hover {
  background-color: #2e572f;
}

#successMessage {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
