body {
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  color: #0c1a4b;
  overflow-x: hidden;
}
/* Header */
.navbar-brand img {
  height: 60px;
}

.btn-login {
  background-color: #276ef1;
  color: #fff;
  border: none;
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 20px;
}

/* Hero Section */
/* .hero-img {
  max-width: 300px;   
  height: auto;       
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hero-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}

.subtext {
  color: #e63946;
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
}

.btn-primary-custom {
  background-color: #e63946;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
}

.video-wrapper iframe {
  width: 100%;
  height: 350px;
  border-radius: 10px;
} */



/* Video Section */
/* .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
} */

footer {
  text-align: center;
  padding: 40px 0;
  color: #666;
  font-size: 0.9rem;
}

/* Article Section */
.article-section {
  padding: 80px 20px;
  max-width: 800px;
  margin: auto;
}

.article-section h2 {
  font-weight: 700;
  color: #0c1a4b;
  text-align: center;
  margin-bottom: 2rem;
}

.article-section p {
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
  color: #333;
  text-align: justify;
  padding: auto;
  box-sizing: border-box;
  display: block;
  overflow-wrap: break-word;
}

/* Featured-Card Section */
.guidance-section {
  padding: 80px 20px;
  background-color: #f8f9fa;
}

.guidance-section h2 {
  font-weight: 700;
  color: #0c1a4b;
  text-align: center;
  margin-bottom: 0.5rem;
}

.guidance-section .subheading {
  text-align: center;
  color: #333;
  margin-bottom: 3rem;
  font-size: 1.1rem;
}

.guidance-section p {
  /* color: #333; */
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}

.feature-card {
  background: linear-gradient(135deg, #3072d8 0%, #2558ad 50%, #1d4582 100%);
  box-shadow: 0 8px 32px rgba(29, 69, 130, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
  height: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

.feature-card .card-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 1.2rem;
  border: none;
  background-color: #286BAC;
}

.feature-card .card-title {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.bonus-blessings-header {
  background-color: #ffffff;
  margin-top: 60px;
  padding: 40px 0;
}

.number-box {
  background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
  width: 150px;
  height: 170px;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 7rem;
  font-weight: 800;
  color: #0c1a4b;
}

.blessings-text .big-words {
  display: block;
}

.blessings-text .big-line {
  display: block;
  margin: 0;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  color: #0c1a4b;
  font-size: 2.5rem;
}

.blessings-text .join-now {
  color: #e63946;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
  margin-top: 5px;
}

/* CARD SECTION */
.card.text-center {
  border: 2px solid #F4B404;
  box-shadow: 0 8px 32px rgba(244, 180, 4, 0.18), 0 2px 8px rgba(44, 44, 44, 0.08);
  border-radius: 16px;
}

.yes-btn {
  /* border: 2px solid #F4B404; */
  border-radius: 8px;
  padding: 12px 32px;
  background: linear-gradient(to bottom, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%);
  color: #0c1a4b;
  font-size: 25px;
  text-transform: none;
  transition: background 0.2s, color 0.2s;
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
}

.yes-btn:hover {
  background: #FFEB3B;
  color: #000;
  text-decoration: none;
}

/* Reviews Section */
.reviews-section {
  background: #f9fafb;
}

.reviews-heading {
  position: relative;
  display: inline-block;
}

.reviews-heading::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #fbbf24;
  border-radius: 2px;
}

.masonry {
  column-count: 3;
  column-gap: 1.5rem;
}

.review-card {
  background: #ffffff;
  border-radius: 12px;
  border: 2px solid #F4B404;
  color: #333;
  display: inline-block;
  margin-bottom: 1.5rem;
  width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-card p {
  text-align: justify;
  text-justify: inter-word;
}

.review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.reviewer-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.review p {
  text-align: justify;

}

.review-rating i {
  color: #f4b400;
  font-size: 1.1rem;
}

.reviews-wrapper {
  background: #fafafa;
}

.overall-rating h3 {
  color: #222;
}

.overall-rating {
  text-align: center;
  background: linear-gradient(135deg, #3072d8 0%, #2558ad 50%, #1d4582 100%);
  box-shadow: 0 8px 32px rgba(29, 69, 130, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  border: 2px solid #ffc107;
  color: white;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 40px;
}

.overall-rating h3 {
  font-size: 3rem;
  margin: 0;
  font-weight: 700;
  color: #ffc107;
}

.overall-rating p {
  margin: 10px 0 0 0;
  font-size: 1.1rem;
  opacity: 0.95;
  font-family: 'Arial', sans-serif;
}

.rating-stars-large {
  font-size: 1.5rem;
  margin-top: 10px;
}

/* BIG HEADER */
.trc-callout-section {
  background: linear-gradient(135deg, #fff7e6 0%, #fff 100%);
  padding: 6rem 2rem;
  position: relative;
  overflow: hidden;
}

/* Decorative background circles */
.trc-callout-section::before,
.trc-callout-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(244, 180, 0, 0.1);
  z-index: 0;
}

.trc-callout-section::before {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
}

.trc-callout-section::after {
  width: 400px;
  height: 400px;
  bottom: -150px;
  right: -150px;
}

.trc-subtitle {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #777;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.trc-main-heading {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #222;
  position: relative;
  z-index: 1;
  animation: fadeInUp 1s ease both;
}

.trc-main-heading .highlight {
  color: #f4b400;
  background: linear-gradient(90deg, #f4b400, #ffde59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

/* Call to Action Button */
.trc-btn {
  background: linear-gradient(90deg, #f4b400, #ffcc00);
  border: none;
  color: #222;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 50px;
  transition: 0.3s ease;
  z-index: 1;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.trc-btn:hover {
  background: linear-gradient(90deg, #e3a900, #ffc107);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Fade-in animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* SUB HEADER SECTION */
.trc-guarantee-section {
  background: #fff;
  padding: 6rem 2rem;
  position: relative;
  overflow: hidden;
}

/* Light decorative gradient overlay */
.trc-guarantee-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 247, 230, 0.5), rgba(255, 255, 255, 0.9));
  z-index: 0;
}

.trc-guarantee-heading {
  font-size: 2.2rem;
  color: #222;
  position: relative;
  z-index: 1;
  animation: fadeInUp 1s ease both;
}

.trc-lead {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.trc-body {
  max-width: 800px;
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
  position: relative;
  z-index: 1;
}

.trc-call {
  font-weight: 700;
  font-size: 1.2rem;
  color: #111;
}

.trc-body strong {
  color: #000;
}

.highlight {
  color: #f4b400;
  background: linear-gradient(90deg, #f4b400, #ffde59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.trc-final {
  background: #ffffff;
  border: 3px solid #fcd535;
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  max-width: 850px;
  margin: 80px auto;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trc-final:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 45px rgba(252, 213, 53, 0.35);
}

.trc-container p {
  font-size: 1.3rem;
  color: #222;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.trc-container strong {
  color: #111;
  font-weight: 700;
}

.trc-container .highlight {
  color: #c79500;
  font-weight: 800;
}

.trc-container .cta-text {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 2rem;
}

.trc-btn {
  background: linear-gradient(90deg, #ffd000, #ffc300);
  color: #222;
  font-weight: 600;
  font-size: 1.15rem;
  border: none;
  padding: 14px 40px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 8px 18px rgba(255, 200, 0, 0.3);
  transition: all 0.25s ease-in-out;
}

.trc-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(255, 180, 0, 0.45);
}


/* Fade animation (same as above) */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Gallery Section */
/* .gallery-section h2 {
                  font-weight: 700;
              }
              .gallery-img {
                  position: relative;
                  overflow: hidden;
                  border-radius: 6px;
              }
              .gallery-img img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                  transition: transform .35s ease;
              }
              .gallery-img:hover img {
                  transform: scale(1.07);
              } */


/* FAQ Section */
.faq-section {
  max-width: 1100px;
  margin: auto;
}

.faq-section h2 {
  font-weight: 700;
}

.accordion-button {
  font-weight: 600;
  padding: 1rem 1.25rem;
}

.accordion-body {
  font-size: 0.97rem;
  line-height: 1.65;
  padding: 1.25rem;
}

.cta-btn {
  border-radius: 8px;
  padding: 14px 40px;
  font-size: 1.05rem;
  font-weight: 600;
}


@media (min-width: 768px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }

  .article-section {
    padding: 60px 15px;
  }

  .reviews-heading {
    font-size: 1.5rem;
  }

  .number-box {
    width: 150px;
    height: 170px;
    font-size: 7rem;
  }

  .blessings-text .big-line {
    font-size: 2.5rem;
  }

  .blessings-text .join-now {
    font-size: 1.5rem;
  }
}

@media (max-width: 992px) {
  .masonry {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .masonry {
    column-count: 1;
  }

  .trc-final {
    margin: auto 20px;
  }
}

