/* === Common Style Start === */
.main-site-content {
  margin-top: 66px;
}

a {
  text-decoration: none;
}

@media(min-width:992px) {
  .main-site-content {
    margin-top: 71px;
  }
}

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

/* === Common Style End === */

/* === === */
/* == Newsletter Style Start == */
.section-wrapper {
  padding: 50px 0px;
  position: relative;
  width: 100%;
  background: url('../images/nikah-at-makkah/newletter-bg.webp') top center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.section-wrapper::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.51);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.news-letter-content-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 28px;
}

.banner-caption {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
}

.banner-sub-caption {
  font-size: 14px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 6px;
  color: #fff;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
}

.email-subscribe-form {
  display: flex;
  gap: 10px;
  margin-top: 32px;
}

.email-subscribe-form input {
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 8px;
  width: 100%;
  background-color: transparent;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  color: #fff;
}

.email-subscribe-form input::placeholder {
  color: #fff;
}

.submit-btn {
  padding: 10px 30px;
  background-color: #066759;
  border: 2px solid #066759;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.submit-btn:hover {
  background-color: white;
  color: #066759;
}

@media(min-width:992px) {
  .section-wrapper {
    height: 361px;
  }

  .banner-caption {
    font-size: 40px;
  }
}

/* == Newsletter Style End == */

/* ==== MAin Banner Section Start ==== */
.banner-section {
  position: relative;
  background-image: url('../images/nikah-at-makkah/main-banner-bg.webp');
  /* Replace with your image */
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding: 100px 20px 60px;
  font-family: "Inter", sans-serif;
}

.banner-section::before {
  content: "";
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.banner-content {
  position: relative;
  text-align: left;
  max-width: 800px;
}

.banner-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.banner-subtext {
  font-size: 20px;
  margin-bottom: 40px;
}

.banner-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.banner-buttons a {
  text-decoration: none;
  color: white;
  padding: 10px 12px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-buttons a:hover {
  background-color: #066759;
  border-color: #066759;
}

.icon-image {
  width: 40px;
  height: auto;
  margin-right: auto;
  display: block;
}

.g-rating-box {
  background-color: rgba(82, 82, 82, 0.43);
  width: 135px;
  height: 44px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
}

.nikkah-book-btn {
  background-color: #066759;
  color: #fff;
}

.planning-btn {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

@media(min-width:992px) {
  .banner-title {
    font-size: 48px;
  }
}

/* ==== MAin Banner Section End ==== */


@media(min-width:992px) {
  .email-subscribe-form input {
    width: 500px;
  }

  .banner-section {
    height: 588px;
  }

  .banner-buttons a {
    padding: 12px 30px;
  }
}

/* === Why Choose US section Start == */
.why-choose-us {
  text-align: center;
  padding: 60px 20px;
  font-family: sans-serif;
}


.section-header .sec-title {
  font-size: 36px;
  font-family: "Inter", sans-serif;
  color: #222222;
  margin-bottom: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.section-header .sec-subtitle {
  font-size: 14px;
  color: #3d3d3d;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.section-header {
  margin-bottom: 52px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-circle {
  width: 121px;
  height: 121px;
  background-color: #A1F6CC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #333;
  margin-bottom: 20px;
}

.why-choose-us .feature-item h3 {
  font-size: 15px;
  margin-bottom: 10px;
  color: #222222 !important;
  min-height: 44px;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.feature-item p {
  font-size: 14px;
  color: #3d3d3d;
  max-width: 220px;
}

/* === Why Choose US section End == */

/* === Feature Section Start  === */
.feature-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
  position: relative;
}

.feature-card-icon {
  font-size: 40px;
  color: #008080;
  margin-bottom: 15px;
}

.feature-card-icon img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.icon-circle img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.feature-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #008080;
  font-weight: 600;
}

.feature-card p {
  color: #939393;
  font-size: 14px;
}

.feature-read-more {
  color: #323232;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 0.95rem;
  user-select: none;
}

.feature-read-more span {
  margin-left: 5px;
  transition: transform 0.3s;
}

.feature-expanded .feature-read-more span {
  transform: rotate(90deg);
}

.feature-extra-text {
  display: none;
  color: #939393;
  margin-top: 10px;
  font-size: 14px;
}

.feature-expanded .feature-extra-text {
  display: block;
}

.readMoreToggle {
  color: #323232;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  user-select: none;
  margin-top: 10px;
}

/* === Feature Section End  === */


/* === Feature Section End  === */

/* === Review Banner Bottom Start  === */
.banner-bottom {
  border-bottom: 1px solid #E4E6E8;
  padding: 29px 0;
}

.user-box {
  background-color: #E5FFF1;
  border-radius: 15px;
  padding: 20px 25px;
  align-items: center;
  gap: 15px;
  max-width: 400px;
}

.user-box span {
  color: #066759;
  font-size: 14px;
}

.user-box img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}

.stats h4 {
  font-weight: 700;
  margin-bottom: 0;
  color: #066759;
  font-size: 29px;
}

.stats small {
  color: #737373;
  font-size: 11px;
  line-height: 19px;
  font-weight: 700;
}

.user-reeview-text-wrap {
  padding-left: 52px;
}

/* === Review Banner Bottom End  === */

.submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
}

@media(max-width:374px) {
  .banner-buttons a {
    font-size: 12px !important;
    padding: 10px 10px;
  }
}

@media(max-width:991px) {
  .submit-btn {
    height: 42px;
    font-size: 14px;
  }

  .email-subscribe-form input {
    height: 42px;
    font-size: 14px;
  }

  .banner-buttons a {
    font-size: 14px;
    font-weight: 500;
  }

  .stats h4 {
    font-size: 20px;
  }

  .stats-info-wrap {
    line-height: 1;
  }

  .stats small {
    font-size: 9px;
    line-height: 1;
  }
}

@media(max-width:767px) {
  .banner-section {
    background-position: calc(50% - 177px) center;
  }

}

.btn-custom-faq {
  background-color: #0c5f4e;
  color: white;
  padding: 10px 25px;
  border-radius: 8px;
  margin-top: 30px;
  border: none;
  width: 150px;
  margin: auto;
}

.btn-custom-faq:hover {
  background-color: #0c5f4e;
  color: white;
  padding: 10px 25px;
  border-radius: 8px;
  margin-top: 30px;
  border: none;
  width: 150px;
  margin: auto;
}

.sacred-feture-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

.feature-item p.sacred-feture-text {
  font-size: 13px;
  color: #3d3d3d;
  font-weight: 400;
}

.mariage-text-desc {
  font-size: 14px;
  color: #3d3d3d;
  font-weight: 400;
}

.faq-question h2 {
  font-size: 16px;
  line-height: 25px;
}