
#text-block-10 {
  padding: 100px 0;
  background-color: var(--section-bg-color, #f5f7fa);
  background-image: var(--section-bg-pattern);
  background-repeat: repeat;
  position: relative;
  color: var(--text-color, #2c3e50);
}
#text-block-10 .container {
  max-width: 800px;
  position: relative;
}
#text-block-10 .offset-heading {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-color, #2c3e50);
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--section-bg-color, #f5f7fa);
  z-index: 2;
  top: var(--heading-offset-y, -40px);
  left: -30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
#text-block-10 .text-content-area {
  padding-top: 40px;
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
  border-radius: 5px;
  backdrop-filter: blur(2px);
}
#text-block-10 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #34495e);
  opacity: 0.9;
  margin-bottom: 1.5rem;
  text-align: justify;
}
#text-block-10 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-10 .offset-heading {
    font-size: 2.5rem;
    left: -20px;
    top: calc(var(--heading-offset-y, -40px) * 0.8);
  }
}
@media (max-width: 767.98px) {
  #text-block-10 {
    padding: 70px 0;
  }
  #text-block-10 .offset-heading {
    position: static;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.1rem;
    top: auto;
    left: auto;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
  #text-block-10 .text-content-area {
    padding-top: 0;
    background-color: transparent;
    backdrop-filter: none;
    padding: 0;
  }
  #text-block-10 .text-paragraph {
    font-size: 1rem;
    text-align: left;
  }
}



#content-block-6 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#content-block-6 .section-hero {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 100px 15px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
#content-block-6 .section-hero h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-6 .section-hero p {
  font-size: 1.2rem;
}
#content-block-6 .content-body {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
}



#offers-1 {
  padding: 60px 0;
  background-color: #f1f3f5;
}
#offers-1 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #1a1a1a;
}
#offers-1 .offer-card {
  border: none;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
#offers-1 .offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
#offers-1 .offer-card .card-img-top {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: brightness(0.95);
}
#offers-1 .offer-card .card-body {
  padding: 1.5rem;
}
#offers-1 .offer-card .card-title {
  font-weight: 600;
  font-size: 1.15rem;
  color: #0d6efd;
  margin-bottom: 0.75rem;
}
#offers-1 .offer-card .card-text {
  color: #495057;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  flex-grow: 1;
}
#offers-1 .offer-code-wrapper {
  margin-bottom: 0.5rem;
  min-height: 30px;
}
#offers-1 .offer-code {
  font-weight: 700;
  color: #fff;
  background-color: #dc3545;
  padding: 0.3rem 0.8rem;
  border-radius: 50rem;
  font-size: 0.85rem;
  display: inline-block;
  letter-spacing: 0.5px;
  margin-left: 5px;
}
#offers-1 .offer-expiry {
  font-size: 0.8rem;
  color: #6c757d;
  margin-bottom: 1.2rem;
  min-height: 20px;
}
#offers-1 .offer-expiry i {
  margin-right: 5px;
}
#offers-1 .offer-card .btn-offer-cta {
  padding: 0.7rem 1.3rem;
  font-weight: 600;
  background-color: #198754;
  border: none;
}
#offers-1 .offer-card .btn-offer-cta:hover {
  background-color: #157347;
}


