body {
  box-sizing: border-box;
  background-color: #faebd736 !important;
}

.cinzel-decorative-regular {
  font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
}

.cinzel-decorative-bold {
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-style: normal;
}

.cinzel-decorative-black {
  font-family: "Cinzel Decorative", serif;
  font-weight: 900;
  font-style: normal;
}

/* Header Styles */
.main-header {
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

/* Banner Form */
.carousel-caption form {
  max-width: 1000px;
  background: rgb(255 255 255 / 70%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 2px solid rgb(255 253 253 / 30%);
}

/* Section Titles */
.section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* About Section */
.about-section {
  background-color: #fff0f5;
  padding: 60px 0;
}

.about-section ul {
  list-style-type: none;
  padding-left: 0;
}

.about-section ul li::before {
  content: "✔️";
  margin-right: 10px;
  color: #dc3545;
}
.bg-red {
  background-color: #dc3545;
}
/* Happy Matches Slider */
.swiper-slide .card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease-in-out;
}

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

/* Footer Call to Action */
.call-to-action {
  background-color: #fed03d;
  text-align: center;
  padding: 30px 0;
  font-weight: bold;
  font-size: 1.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .carousel-caption form {
    padding: 15px;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .nav {
    flex-direction: column;
    gap: 1rem;
  }
}

/* Premium Match Table */
.premium-table th,
.premium-table td {
  vertical-align: middle;
  text-align: center;
}

.premium-table thead th {
  background-color: #dc3545 !important;
  color: white;
}

/* Payment Details Background */
.payment-details {
  /* background-color: #fff0f5; */
  color: #333;
  background-image: url("../images/banner-3.png");
  background-attachment: fixed;
  width: 100%;
  position: relative;
}
.payment-details::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0000006e;
}

/* FAQ Section */
.faq-section .accordion-button {
  background-color: #f8f9fa;
  font-weight: 500;
}

.faq-section .accordion-body {
  background-color: #fff;
}

/* Final CTA */
.cta-final {
  background-image: url("cta-bg.jpg");
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
}

.plan-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem auto;
  font-family: sans-serif;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cta-card-bg,
.plan-table thead {
  background-color: #dc3545;
  color: white;
}
.btn-cta {
  background-color: yellow;
  color: #000000;
  padding: 10px 15px;
  border-radius: 20px 0px 20px 0px;
  border: none;
  font-weight: 500;
}
.plan-table th,
.plan-table td {
  border: 1px solid #ccc;
  padding: 12px;
  vertical-align: middle;
}

.plan-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.plan-table tbody tr:hover {
  background-color: #f1f1f1;
}

.check {
  color: green;
  font-weight: bold;
}

.cross {
  color: red;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .plan-table {
    font-size: 14px;
    overflow-x: scroll;
    width: 100%;
    display: block;
  }
}

.carousel-inner .carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2d2d2db3;
}
.banner-txt {
  position: absolute;
  top: 110px;
  left: 240px;
  color: white;
}
.banner-txt h1 {
  font-weight: 700;
  font-size: 4rem;
}
.banner-txt p {
  font-size: 20px;
}
.carousel-caption {
  color: #000000 !important;
}

.form-floating > label {
  padding: 1rem 0.75rem 1rem 19px !important;
}
.form-floating > label {
  left: 5px !important;
}
.btn-frm {
  width: fit-content;
  font-size: 20px !important;
  font-weight: 600 !important;
}
.carousel-caption {
  top: -100px !important;
  bottom: 0rem;
}
.carousel-caption {
  position: relative !important;
  right: 0 !important;
  bottom: 1.25rem;
  left: 0 !important;
}
.left-circle {
  background: #f23f5f;
  text-align: center;
  border-radius: 50%;
  width: 28px;
  height: 25px;
  color: white;
}
.about-img img {
  height: 400px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}
.about-note {
  background-color: #f23f5f;
  padding: 5px 10px;
  color: white;
  border-radius: 10px;
  width: fit-content;
}
.bg-red {
  background-color: #f23f5f;
}
.swiper-slide img {
  width: 100%;
}
.swiper-wrapper .card {
  height: 280px;
}
.accordion-button:not(.collapsed) {
  background-color: #ffffff !important;
}
.accordion-item {
  margin-bottom: 10px;
}
.cta-final {
  background-image: url("../images/banner-3.png");
  width: 100%;
  background-size: cover;
  position: relative;
}
.cta-final::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #dc35458a;
}
.bordr-right {
  border-right: 2px dashed black;
}
.footer-container {
  padding: 5rem 0;
}
.about-bg {
  background-image: url("../images/bg-login-trans.png");
  width: 100%;
  background-size: cover;
  height: 100%;
  position: relative;
}
.about-bg::before {
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fdf5f79c;
}
.nav-item .nav-link {
  padding: 3px 0px !important;
}

.com-headbox {
  display: flex;
  justify-content: center;
}
.com-headbox span {
  font-size: 100px;
  top: -50px;
  font-size: "Cinzel Decorative", cursive;
  font-family: "Cinzel Decorative", cursive;
  opacity: 0.1;
  color: #c3afa8;
}
.text-banner {
  color: #fff;
  text-shadow: 2px 2px 5px #8a7f7f;
}
/* .carousel-item img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
} */
@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.5, 1.5);
  }
}
hr {
  margin: 5px 4px !important;
  width: 21px;
  height: 1px;
  color: #f23f5f !important;
  border: 1px solid #f23f5f !important;
  border-top: var(--bs-border-width) solid !important;
  opacity: 1.25 !important;
  transform: rotate(90deg);
}
.comn-padding {
  padding: 5rem 0rem !important;
}
.offcanvasicon {
  display: none;
}
.target-section {
  scroll-margin-top: 100px;
}
