/* Landing
******************************************************************************* */
/* (C) */
.section-py {
  padding-block: 6.25rem;
  padding-inline: 0;
}
@media (max-width: 1199.98px) {
  .section-py {
    padding-block: 5rem;
    padding-inline: 0;
  }
}
@media (max-width: 767.98px) {
  .section-py {
    padding-block: 3rem;
    padding-inline: 0;
  }
}

/* Hero */
.landing-hero {
  --bs-hero-bg: linear-gradient(180deg, rgba(63 112 183 / 10%) 0%, rgba(63 112 183 / 20%) 40%, rgba(255 255 255 / 30%) 100%);
  border-radius: 0 0 3.5rem 3.5rem;
  background: var(--bs-hero-bg);
  padding-block-start: 7.2rem;
}

.landing-hero::after {
  position: absolute;
  z-index: -1;
  background-color: var(--bs-paper-bg);
  block-size: 100%;
  content: "";
  inline-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
}
@media (min-width: 992px) {
  .landing-hero .hero-text-box {
    margin-block: 0;
    margin-inline: auto;
    max-inline-size: 40rem;
    margin-bottom: 30px;
  }
}
.landing-hero .hero-title {
  animation: shine 2s ease-in-out infinite alternate;
  /* background: linear-gradient(to right, #28c76f 0%, #5a4aff 47.92%, #ff3739 100%); */
  /* background-clip: text; */
  background-size: 200% auto;
  color: var(--bs-black);
  font-size: calc(1.3875rem + 1.65vw);
  line-height: 1.2;
  /* -webkit-text-fill-color: transparent; */
}
@media (min-width: 1200px) {
  .landing-hero .hero-title {
    font-size: 2.625rem;
  }
}
.landing-hero .landing-hero-btn .hero-btn-item {
  inset-block-start: 65%;
  inset-inline-start: -94%;
}
.landing-hero .hero-animation-img {
  /* margin-block-end: -32rem; */
  margin-block-end: 0rem;
}
@media (max-width: 1199.98px) {
  .landing-hero .hero-animation-img {
    margin-block-end: 0rem;
  }
}
@media (max-width: 575.98px) {
  .landing-hero .hero-animation-img {
    margin-block-end: 0rem;
  }
}
.landing-hero .hero-animation-img .hero-dashboard-img {
  inline-size: 100%;
  margin-block: 0;
  margin-inline: auto;
  /* transform-style: preserve-3d; */
  transition: all 0.1s;
  will-change: transform;
  padding-top: 12px;
}
.landing-hero .hero-animation-img .hero-dashboard-img img {
  inline-size: 100%;
}

.landing-hero-blank {
  padding-block-start: 26rem;
}
@media (max-width: 1199.98px) {
  .landing-hero-blank {
    padding-block-start: 15rem;
  }
}
@media (max-width: 575.98px) {
  .landing-hero-blank {
    padding-block-start: 7rem;
  }
}

@keyframes shine {
  0% {
    background-position: 0% 50%;
  }
  80% {
    background-position: 50% 90%;
  }
  100% {
    background-position: 91% 100%;
  }
}
/* WHAT WE OFFER SECTION */
.what-we-offer {
  background-color: var(--bs-paper-bg);
}


.offer-tabs {
  margin-bottom: 3rem;
}

/* .offer-tabs .d-flex {
  flex-wrap: wrap;
  justify-content: center;
} */
.offer-tabs .d-flex {
  justify-content: center;
  /* gap: 2.5rem; */
}


@media (max-width: 767.98px) {

  @media (max-width: 767.98px) {
    .offer-tab {
      margin: 0 1rem;
      font-size: 0.9375rem;
    }
  }
  
  .offer-tabs .d-flex {
    justify-content: flex-start;
  }
}

/* .offer-tab {
  padding: 0;
  padding: 0.5rem 2rem;
  border: none;
  border-bottom: 2px solid var(--bs-borderlight-color);
  border-radius: 0;
  background-color: transparent;
  color: var(--bs-body-color); 
  font-size: 1rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.25s ease;
  outline: none;
}


.offer-tab:hover {
  color: var(--bs-heading-color);
}

.offer-tab.active {
  color: #3f70b7; 
  font-weight: 600;
  border-bottom: 2px solid #3f70b7;
} */

/* =========================
   TABS CONTAINER (PILL BG)
========================= */
.offer-tabs .d-flex {
  justify-content: center;
  background: #f8f7fa; /* subtle grey like screenshot */
  padding: 6px;
  border-radius: 12px;
  gap: 6px !important;
  width: fit-content;
  margin: 0 auto;
}

/* =========================
   TAB BUTTON
========================= */
.offer-tab {
  padding: 10px 22px;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: #6c757d; /* muted */
  font-size: 15px;
  font-weight: 500;
  transition: all 0.25s ease;
}

/* =========================
   ACTIVE TAB (WHITE PILL)
========================= */
.offer-tab.active {
  background: #ffffff;
  color: var(--bs-primary); /* your ocean blue */
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}

/* =========================
   HOVER
========================= */
.offer-tab:hover {
  color: var(--bs-primary);
}

.offer-content {
  margin-top: 3rem;
  padding: 0rem 2rem 2rem 2rem;
  border-radius: 0.375rem;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
}
.offer-content .row > *{
  margin-top: 2rem;
}

/* OUTER BIG WHITE CARD */
.qr-section {
  background: #fff;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--bs-borderlight-color);
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

/* INNER IMAGE CARD */
.qr-section img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  padding: 10px; /* 🔥 creates that inner spacing */
  background: #f8f9fa;
  border: 1px solid var(--bs-borderlight-color);
}

.offer-details h3 {
  font-size: 1.75rem;
  color: var(--bs-heading-color);
  margin-bottom: 1.5rem;
}

.offer-content {
  padding: 70px 30px 30px 30px;
  border-radius: 30px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.2);
}

.offer-glow {
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(63, 112, 183, 0.12);
  filter: blur(120px);
  border-radius: 50%;
  top: -100px;
  right: -100px;
  z-index: 0;
}

.premium-img {
  border-radius: 24px;
  box-shadow:
    0 25px 50px rgba(0,0,0,0.15);
}

.premium-title {
  font-size: 42px;
  line-height: 1.2;
}

.offer-desc {
  font-size: 17px;
  line-height: 1.8;
  color: #6b7280;
}

.premium-list {
  font-size: 16px;
  transition: all 0.3s ease;
}

.premium-list:hover {
  transform: translateX(6px);
}

.offer-details .check-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(63, 112, 183, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f70b7;
  flex-shrink: 0;
}

.billing-tab-btn{
  background: transparent;
  border: none;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  border-radius: 10px;
  transition: all 0.25s ease;
  cursor: pointer;
  white-space: nowrap;
}

/* =========================
   ACTIVE TAB
========================= */
.billing-tab-btn.active {
  background: #fff;
  color: #3f70b7; /* your primary */
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

@media (max-width: 767.98px) {
  .offer-details h3 {
    font-size: 1.5rem;
  }
}

.offer-details p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--bs-body-color);
  margin-bottom: 1.5rem;
}

.offer-details ul {
  margin-bottom: 1.5rem;
}

.offer-details ul li {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--bs-body-color);
  margin-bottom: 0.75rem;
}

.offer-details ul li span:first-child {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0rem;
}


@media (max-width: 991.98px) {
  .offer-content .row {
    flex-direction: column;
  }
  
  .qr-section {
    margin-bottom: 2rem;
  }
}


/* Useful features */
.bg-light-green{
  background-color: rgba(63 112 183 / 6%);
}
.bg-purple-green{
  background-color: rgba(25 32 76 / 6%);
}
.box-none{
  box-shadow: none;
}
.landing-features .features-icon-wrapper .features-icon-box .features-icon-description {
  margin-block: 0;
  margin-inline: auto;
  max-inline-size: 19.25rem;
}
.border-light{
  border: 1px solid var(--bs-borderlight-color);
}
.border-white{
  border: 1px solid #ffffff;
}
.features-icon-wrapper svg {
  width: 70px;
  height:auto;
}

/* Real customers reviews */
.landing-reviews {
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}
.landing-reviews .card{
  background-color: rgba(63 112 183 / 10%);
  padding: 20px;
  /* background: linear-gradient(
  -180deg,
  rgba(63, 112, 183, 0.1) 10%,
  rgba(25, 32, 76, 0.1) 10%); */
}
.landing-reviews .card .card-body{
  background-color: #ffffff;
  padding: 20px;
  border-radius: 0.375rem;
}
.landing-reviews .card .card-body .tabler-quote-filled{
  background-color: var(--bs-primary);
}
.landing-reviews .swiper-reviews-carousel .swiper-button-prev,
.landing-reviews .swiper-reviews-carousel .swiper-button-next {
  display: none;
}
.landing-reviews .swiper-reviews-carousel .swiper-slide {
  /* padding: 0.8125rem; */
  padding: 2rem 1rem;
  block-size: auto;
}
.landing-reviews .swiper-reviews-carousel .client-logo {
  block-size: 1.375rem;
  object-fit: contain;
}
.landing-reviews .swiper-logo-carousel {
  padding-block-end: 6.25rem;
}
.landing-reviews .swiper-logo-carousel .swiper {
  max-inline-size: 45rem;
}
.landing-reviews .swiper-logo-carousel .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.landing-reviews .swiper-logo-carousel .swiper .client-logo {
  max-block-size: 2.5rem;
  max-inline-size: 95%;
  object-fit: contain;
}

/* our great team */
.landing-team .card,
.landing-team .card .team-image-box {
  border-start-end-radius: 1.25rem;
  border-start-start-radius: 5.625rem;
}
.landing-team .card .card-body {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.landing-team .team-image-box {
  block-size: 11.5625rem;
}
.landing-team .team-image-box .card-img-position {
  block-size: 15rem;
  max-inline-size: 100%;
  object-fit: cover;
  transform: translateX(-50%);
}
:dir(rtl) .landing-team .team-image-box .card-img-position {
  transform: translateX(50%) !important;
}
@media (max-width: 991.98px) {
  .landing-team .team-image-box .card-img-position {
    block-size: 13rem;
  }
}
@media (max-width: 575.98px) {
  .landing-team .team-image-box {
    block-size: 11rem;
  }
}

/* Pricing plans */
.landing-pricing {
  border-radius: 0rem;
}
.landing-pricing .pricing-plans-item {
  inset-block-end: -0.5rem;
  inset-inline-end: -56%;
}
@media (max-width: 767.98px) {
  .landing-pricing .pricing-plans-item {
    inset-block-end: 1rem;
    inset-inline-end: 0;
  }
}
.landing-pricing .pricing-list .badge.badge-center {
  block-size: 1rem;
  inline-size: 1rem;
}
.landing-pricing .price-yearly-toggle {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
.landing-pricing .card .card-header,
.landing-pricing .card .card-body {
  padding: 2rem;
}
.landing-pricing .card .card-header {
  padding-block-start: 3rem;
}
.landing-pricing .card .card-header img{
  width: 60px
}
.landing-pricing .card .card-body {
  padding-block-start: 0;
}

/* FAQs */
.landing-faq {
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}
.landing-faq .faq-image {
  inline-size: 100%;
  max-inline-size: 32rem;
}
.landing-faq.landing-hero {
  background: linear-gradient(
  360deg,
  rgba(25, 32, 76, 0.1) 20%,
  rgba(63, 112, 183, 0.1) 60%
);
  padding-block-start: 6.25rem;
  border-bottom-left-radius:0rem;
  border-bottom-right-radius:0rem;
}
#landingFAQ {
  position: relative;
  overflow: hidden;
}

#landingFAQ::before {
  content: '';
  position: absolute;
  width: 450px;
  height: 450px;
  background: rgba(63,112,183,0.06);
  filter: blur(120px);
  border-radius: 50%;
  top: -120px;
  right: -120px;
}

#landingFAQ::after {
  content: '';
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(79,124,255,0.05);
  filter: blur(100px);
  border-radius: 50%;
  bottom: -100px;
  left: -100px;
}

.faq-card {
  border-radius: 20px !important;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  backdrop-filter: blur(12px);
}

.faq-card:hover {
  box-shadow:
    0 20px 40px rgba(0,0,0,0.08);
}
.floating-icon {
  animation: floatIcon 5s ease-in-out infinite;
}

@keyframes floatIcon {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(2deg) scale(1.03);
  }

  100% {
    transform: rotate(0deg) scale(1);
  }
}

.faq-card {
  border-radius: 20px !important;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  backdrop-filter: blur(12px);
  margin-bottom: 18px;
}

.faq-card:hover {
  box-shadow:
    0 20px 40px rgba(0,0,0,0.08);
}

.accordion-button {
  padding: 24px !important;
  font-weight: 600;
  font-size: 17px;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: rgba(63,112,183,0.05) !important;
  color: #3f70b7 !important;
}

.accordion-body {
  padding: 10px 24px 24px !important;
  color: #64748b;
  line-height: 1.8;
}



.accordion-button {
  padding: 24px !important;
  font-weight: 600;
  font-size: 17px;
}

.accordion-button:not(.collapsed) {
  background: rgba(63,112,183,0.04) !important;
  color: #3f70b7 !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.landing-cta .cta-title {
  font-size: 2.125rem;
}
@media (max-width: 767.98px) {
  .landing-cta .cta-title {
    font-size: 1.8rem;
  }
}

/* CTA */
.start-listing{
  --bs-cta-bg: linear-gradient(180deg, rgba(63 112 183 / 10%) 0%, rgba(63 112 183 / 20%) 40%, rgba(255 255 255 / 30%) 100%);  
  background: var(--bs-cta-bg);
  padding: 2rem;
}
.landing-cta {
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}
.landing-inner-cta{
  --bs-cta-bg: linear-gradient(180deg, rgba(255 255 255 / 100%) 0%, rgba(255 255 255 / 100%) 10%, rgba(255 255 255 / 20%) 50%);  
  background: var(--bs-cta-bg);
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
}
.landing-reviews-btns .btn-icon{
  -webkit-transform: scale(1.5)!important;
  -moz-transform: scale(1.5)!important;
  -ms-transform: scale(1.5)!important;
  transform: scale(1.5)!important;
}

/* Contact US */
.landing-contact.landing-hero{
  --bs-hero-bg: linear-gradient(360deg, rgba(63 112 183 / 10%) 0%, rgba(63 112 183 / 20%) 40%, rgba(255 255 255 / 30%) 100%);
  background: var(--bs-hero-bg);
  border-radius: 0;
  overflow: hidden;
}
.landing-contact .text-heading {
  overflow-wrap: anywhere;
}
.landing-contact .contact-img-box {
  border-radius: 3.75rem var(--bs-border-radius) var(--bs-border-radius);
}
:dir(rtl) .landing-contact .contact-img-box {
  border-radius: var(--bs-border-radius) 3.75rem var(--bs-border-radius) var(--bs-border-radius);
}
.landing-contact .contact-img-box .contact-img {
  border-radius: 3.75rem var(--bs-border-radius) var(--bs-border-radius);
}
.landing-contact .contact-img-box .contact-border-img {
  inset-block-start: -2.5rem;
  inset-inline-start: -2.8125rem;
}

/* Dark style */
[data-bs-theme=dark] .landing-hero {
  --bs-hero-bg: #1e2130;
}

/*********************hero*********************************/
/* Hero Swiper Pagination - Minimal Pills */
.hero-dashboard-img .swiper-pagination {
  bottom: 0px; /* adjust if needed */
}

.hero-dashboard-img .swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 1;

  transition: 
    width 0.35s ease,
    background-color 0.35s ease,
    transform 0.35s ease;
}

.hero-dashboard-img .swiper-pagination-bullet-active {
  width: 25px;
  background-color: var(--bs-primary); /* match your theme */
  transform: scale(1.05);
}

/*********************breadcrumb*********************************/
/* Page Hero */
.page-hero {
  min-height: 400px;
  display: flex;
  align-items: end;
  background-size: cover;
  background-position: center;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(25, 32, 76, 0.4);
}

.page-hero-title {
  font-size: 48px;
  font-weight: 800;
}

.breadcrumb-light a {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.breadcrumb-light .active {
  color: #fff;
  opacity: 0.75;
}

/*********************about-us*********************************/
.top-space {
  padding-block-start: 10.2rem;
  padding-block-end: 6rem;
}
.stat-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

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

/*********************contact-us*********************************/
.contact-left {
  position: sticky;
  top: 80px
}
/* .contact-right {
  background: var(--bs-hero-bg);
} */
 .form-wrapper.landing-hero{
  padding-block-start: 0rem;
  border-radius: 1.5rem;
 }
 .form-wrapper form{
  --bs-hero-bg: linear-gradient(360deg, rgba(63 112 183 / 10%) 20%, rgba(63 112 183 / 10%) 20%, rgba(255 255 255 / 60%) 100%);
    background: var(--bs-hero-bg);
  border-radius: 1.5rem;
 }
.start-listing-vision .landing-cta img{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.start-listing-vision {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}

.start-listing-vision::before {
  content: '';
  position: absolute;
  width: 450px;
  height: 450px;
  background: rgba(63,112,183,0.06);
  filter: blur(120px);
  border-radius: 50%;
  top: -120px;
  left: -120px;
}

.start-listing-vision::after {
  content: '';
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(79,124,255,0.05);
  filter: blur(120px);
  border-radius: 50%;
  bottom: -120px;
  right: -120px;
}

.pricing-swiper-wrapper {
  position: relative;
  padding: 0 50px; /* space for arrows */
}

/* arrows */
.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;

  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* positions */
.custom-prev {
  left: 0;
}

.custom-next {
  right: 0;
}

 

/*--------------------responsive design css---------------------------------  */
@media (max-width: 767.98px) {
  #landingHero.landing-hero {
    padding-block-start: 3rem !important;
    padding-block-end: 0 !important;
  }
  #landingHero .hero-text-box {
    padding: 1.25rem !important;
  }
  #landingHero .hero-title {
    font-size: 1.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #landingHero .hero-sub-title {
    margin-bottom: 1rem !important;
    font-size: 0.9rem !important;
  }
  #landingHero .landing-hero-btn {
    gap: 0.75rem !important;
  }
  #landingHero .landing-hero-btn .btn {
    padding: 0.5rem 1rem !important;
    font-size: 0.875rem !important;
  }
  #landingHero .hero-animation-img {
    margin-top: 0 !important;
  }
}
 
@media (max-width: 430px) {
  #landingHero.landing-hero {
    padding-block-start: 1.5rem !important;
  }
  .offer-tabs {
    overflow: hidden;
  }

  .offer-tabs .d-flex {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;

    /* ✅ PILL DESIGN */
    background: #f5f7fb;
    border-radius: 12px;
    padding: 6px;
    gap: 6px;
    width: 100%;
  }

  .offer-tabs .d-flex::-webkit-scrollbar {
    display: none;
  }

  .offer-tab {
    flex: 0 0 auto;
    white-space: nowrap;

    padding: 8px 14px;
    font-size: 13px;

    border-radius: 8px;
    background: transparent;
  }

  .offer-tab.active {
    background: #fff;
    color: var(--bs-primary);
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  }

}



@media (max-width: 767.98px) {
  .offer-tabs {
    margin-bottom: 2rem !important;
  }

  .offer-tab {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
}

@media (max-width: 430px) {
  .offer-tab {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 991.98px) {
  .contact-us .row.min-vh-100 {
    min-height: unset !important;
  }

  .contact-us .contact-left,
  .contact-us .contact-right {
    width: 100% !important;
    max-width: 100% !important;
  }

  .contact-us .contact-left .px-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (max-width: 767.98px) {

  .contact-us .contact-image {
    display: none !important;
  }

  .contact-us {
    padding-block: 2rem !important;
  }

  .contact-us .contact-left,
  .contact-us .contact-right {
    display: block !important;
    position: static !important;
    align-items: unset !important;
  }

  .contact-us .row {
    align-items: flex-start !important;
  }

  .contact-us .contact-left h1 {
    font-size: 1.5rem !important;
  }

  .contact-us .form-wrapper form {
    padding: 1.25rem !important;
    box-shadow: none !important;
  }

  .contact-us .row {
    gap: 1rem !important;
  }
}

@media (max-width: 430px) {
  .contact-us .contact-left .px-5 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .contact-us .form-wrapper form {
    padding: 1rem !important;
  }
}

@media (max-width: 1024px) {
  .page-hero {
    min-height: 200px !important;
    padding-block: 2rem !important;
  }

  .page-hero-title {
    font-size: 1.75rem !important;
  }
}

@media (max-width: 767.98px) {
  .page-hero {
    min-height: 140px !important;
    padding-block: 1.25rem !important;
  }

  .page-hero-title {
    font-size: 1.5rem !important;
    margin-bottom: 0 !important;
  }

  .page-hero .breadcrumb-wrapper {
    margin-bottom: 0.25rem !important;
  }

  .page-hero .breadcrumb {
    font-size: 0.8rem !important;
  }
}

@media (max-width: 430px) {
  .page-hero {
    min-height: 200px !important;
    padding-block: 1rem !important;
  }

  .page-hero-title {
    font-size: 1.25rem !important;
  }
}

/* -------- Tablet Responsive (768px – 1024px) -------- */

@media (min-width: 768px) and (max-width: 1024px) {

  /* Hero Section */
  #landingHero.landing-hero {
    padding-block-start: 4rem !important;
    padding-block-end: 1rem !important;
  }

  #landingHero .hero-text-box {
    padding: 2rem !important;
  }

  #landingHero .hero-title {
    font-size: 1.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  #landingHero .hero-sub-title {
    font-size: 1rem !important;
    margin-bottom: 1.5rem !important;
  }

  #landingHero .landing-hero-btn {
    gap: 1rem !important;
  }

  #landingHero .landing-hero-btn .btn {
    padding: 0.6rem 1.25rem !important;
    font-size: 0.95rem !important;
  }

  #landingHero .hero-animation-img {
    margin-top: 1rem !important;
  }

  /* Offer / Features Tabs */
  .offer-tabs > div,
  .offer-tabs .d-flex {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  .offer-tab {
    padding: 0.5rem 1.1rem !important;
    font-size: 0.9rem !important;
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  /* Contact Section */
  .contact-us .row.min-vh-100 {
    min-height: unset !important;
  }

  .contact-us .contact-left,
  .contact-us .contact-right {
    width: 100% !important;
    max-width: 100% !important;
  }

  .contact-us .contact-left .px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .contact-us .contact-left h1 {
    font-size: 1.6rem !important;
  }

  .contact-us .form-wrapper form {
    padding: 1.5rem !important;
  }

  /* Page Hero */
  .page-hero {
    min-height: 180px !important;
    padding-block: 1.75rem !important;
  }

  .page-hero-title {
    font-size: 1.6rem !important;
  }

  .page-hero .breadcrumb {
    font-size: 0.85rem !important;
  }
}

/* -------- Contact Page Tablet Fix (768px – 1024px) -------- */

@media (min-width: 768px) and (max-width: 1024px) {

  .contact-us .row.min-vh-100 {
    min-height: unset !important;
    align-items: flex-start !important;
  }

  .contact-us .row {
    flex-direction: column !important;
  }

  .contact-us .contact-left,
  .contact-us .contact-right {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    position: static !important;      /* removes any sticky/fixed stacking */
    display: block !important;
    align-items: unset !important;
  }

  .contact-us .contact-left .px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .contact-us .contact-image img {
    max-height: 280px !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  .contact-us .form-wrapper form {
    padding: 1.5rem !important;
    box-shadow: none !important;
  }

  .contact-us {
    padding-block: 2rem !important;
  }
}

/* -------- What We Offer – Tablet Fix (768px – 1024px) -------- */

@media (min-width: 768px) and (max-width: 1024px) {

  /* Tabs */
  .offer-tabs {
    margin-bottom: 1.5rem !important;
  }

  .offer-tabs > div,
  .offer-tabs .d-flex {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
  }

  .offer-tab {
    padding: 0.5rem 1rem !important;
    font-size: 0.875rem !important;
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }

  /* Content Row — force side by side */
  .offer-content .row {
    flex-direction: row !important;
    align-items: center !important;
    gap: 0 !important;
  }

  .offer-content .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }

  /* Image */
  .offer-content .qr-section img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 0.75rem !important;
  }

  /* Text side */
  .offer-content .offer-details {
    padding-left: 1.5rem !important;
  }

  .offer-content .offer-details h3 {
    font-size: 1.25rem !important;
    margin-bottom: 0.75rem !important;
  }

  .offer-content .offer-details p {
    font-size: 0.9rem !important;
    margin-bottom: 0.75rem !important;
  }

  .offer-content .offer-details ul li {
    font-size: 0.875rem !important;
    margin-bottom: 0.4rem !important;
  }

  .offer-content .offer-details .btn {
    padding: 0.5rem 1.25rem !important;
    font-size: 0.875rem !important;
  }

  /* Remove excess bottom margin on image col */
  .offer-content .col-md-6.mb-4 {
    margin-bottom: 0 !important;
  }
}
