@import url("https://fonts.cdnfonts.com/css/aura-luxess");

html,
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-family: "Poppins", sans-serif;
  background: #e8eaec;
  color: #0f172a;
}

.fa-chevron-right {
  width: unset;
}

.ui-poke,
.nav-link {
  transition: 0.35s ease;
}

.ui-poke:active,
.nav-link:active,
.dropdown-link-item:active,
.btn-new-sml:active,
.sml-order:active,
.expand-btn:active,
.support-sml-item:active,
.bdcom-feature-cta-icon:active,
.footer-link:active,
.social-icons a:active,
.toggle-btn:active,
.scroll-indicator:active,
.call-submit-btn.active:active,
.submit-btn.active:active,
.package-popup__submit.active:active,
.wa-icon:active,
.package-arrow:active,
.sml-all-review-btn:active {
  transform: scale(0.96) !important;
}

.footer-link:hover {
  transform: scale(0.96) !important;
  transition: 0.35s ease;
}

.ui-poke:focus,
.nav-link:focus,
.dropdown-link-item:focus,
.btn-new-sml:focus,
.sml-order:focus,
.expand-btn:focus,
.support-sml-item:focus,
.bdcom-feature-cta-icon:focus,
.footer-link:focus,
.social-icons a:focus,
.scroll-indicator:focus {
  outline: none !important;
}

.sml-menu__trigger,
.sml-mmenu {
  display: none;
}

.smile-container,
.hero-home,
.hero-slider {
  max-width: 1627px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

section {
  padding: 70px 0;
}

.no-content .hero-pl .btn {
  position: absolute;
  bottom: 100px;
}

@media (max-width: 767px) {
  .no-content .hero-pl .btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }

  .no-content .hero-slide .container-xl {
    bottom: 0;
  }
}

@font-face {
    font-family: 'Auraluxe Script';
src: 
     url('../webfonts/auraluxe-script.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


.stl_font {
   font-family: 'Auraluxe Script', cursive;
  text-transform: lowercase;
  font-size: 30px;
  line-height: 1.5;
}


.brand-box {
  width: 420px;
  height: auto;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 80px;
  border-radius: 25px;
}

.brand-box span,
.brand-box p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.brand-box img {
  width: 140px;
  height: auto;
  display: block;
}

/* Tablet */
@media (max-width: 768px) {
  .brand-box {
    display: none;
  }
}


.inner-page-global {
  padding-top: 188px;
  padding-bottom: 70px;
}

.heading-sml {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.15;
}

.subheading-sml {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 25px 0;
  color: rgba(255, 255, 255, 0.7);
}

.btn-new-sml {
  padding: 18px 25px;
  background: #ffc215;
  font-size: 22px;
  font-weight: 600;
  color: #03314b;
  border-radius: 999px;
  line-height: 1;
  border: 0;
  transition: 0.35s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ffc215 !important;
  text-decoration: none;
}

.hero-banner .btn-new-sml:hover,
.btn-new-sml:hover {
  background: rgba(255, 194, 21, 1);
  color: #03314b;
  box-shadow: 1px 5px 15px rgba(254, 212, 90, 0.3);
  transition: all 0.35s ease;
  transform: translateY(-1px);
}

.sml-order:hover,
.sml-all-review-btn:hover,
.bdcom-feature-cta-link:hover .bdcom-feature-cta-icon {
  box-shadow: 1px 5px 15px rgba(255, 255, 255, 0.3);
  transition: all 0.35s ease;
  transform: translateY(-1px);
}

/* ===============================
   HEADER
================================ */
.site-header {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.35s ease;
  pointer-events: none;
}

/* Hide state */
.site-header.hide {
  transform: translateY(-150%);
}

.site-header.scrolled {
  top: 10px;
}

.sml-header {
  max-width: 1250px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: rgba(7, 67, 89, 0.5);
  border-radius: 118px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: auto;
}

.site-header .navbar {
  padding: 0;
}

.logo {
  max-width: 102px;
}

.ml-auto {
  margin-left: auto;
  margin-right: 32px;
}

.navbar-brand {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-brand:focus-visible {
  outline: none;
}

.gap-32 {
  gap: 50px !important;
}

.site-header .nav-link {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-header .nav-link:hover,
.site-header.scrolled .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ffc215;
  transition: 0.35s;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sml-dropdown {
  position: relative;
  z-index: 1002;
}

.sml-dropdown-toggle {
  position: relative;
  z-index: 1004;
}

.sml-dropdown-panel {
  position: absolute;
  top: -19px;
  left: 50%;
  width: 230px;
  padding: 85px 0 12px;
  border-radius: 24px;
  background-color: rgba(7, 67, 89, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1003;
  gap: 4px;
  transform: translateX(-50%) translateY(-8px) scaleY(0.96);
  transform-origin: top center;
  transition:
    opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.sml-dropdown:hover .sml-dropdown-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scaleY(1);
}

.sml-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
}

.sml-dropdown-panel .dropdown-link-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 200px;
  max-width: 200px;
  height: 40px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.42);
  background: transparent;
  border: 1px solid transparent;
  transition: all 0.35s ease;
  position: relative;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 30px;
  padding-right: 0;
}

.sml-dropdown-panel .dropdown-link-item:hover,
.sml-dropdown-panel .dropdown-link-item.active {
  border-radius: 999px;
  color: #fff;
  background-color: rgba(7, 67, 89, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.sml-dropdown-panel .dropdown-link-item:first-child {
  margin-top: 10px;
}

.sml-dropdown-panel .dropdown-link-item:not(.active):not(:hover) {
  color: #fff;
}

.sml-dropdown:hover > .nav-link {
  color: #fff;
}

.sml-dropdown .menu-icon {
  margin-left: 6px;
  font-size: 14px;
  transition: transform 0.35s ease;
}

.sml-dropdown:hover .menu-icon {
  transform: rotate(180deg);
}

.sml-dropdown .dropdown-toggle::after {
  display: none;
}

.sml-dropdown .dropdown-menu {
  display: none;
}

/* ===== End ===== */
.menu-icon {
  margin-left: 0;
  margin-top: 3px;
  font-size: 16px;
  display: inline-block;
  transition: transform 0.35s ease;
}

.navbar-nav .dropdown:hover .menu-icon {
  transform: rotate(180deg);
}

.call-info {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  text-decoration: none;
  padding: 20px 50px;
  text-align: right;
  border-left: 1px solid rgba(246, 246, 246, 0.5);
  border-right: 1px solid rgba(246, 246, 246, 0.5);
}

.call-info small {
  font-size: 16px;
  font-weight: 400;
}

.call-info:hover {
  background: #ffc215;
  transition: 0.35s;
}

.sml-menu-fade {
  position: fixed;
  inset: 0;
  background: rgba(7, 67, 89, 0.6);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 999 !important;
  transition:
    opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1) 0.08s,
    visibility 0.35s cubic-bezier(0.16, 1, 0.3, 1) 0.08s;
}

.sml-menu-fade.is-active {
  opacity: 1;
  visibility: visible;
}

.navbar-expand-lg .navbar-nav {
  margin-right: 50px;
}

/* ===============================
   LANGUAGE SWITCH
================================ */
.lang-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  cursor: pointer;
  width: 75px;
  height: 32px;
}

/* move toggle to BN */
.lang-thumb {
  position: absolute;
  width: 30px;
  height: 24px;
  background: #ffc215;
  border-radius: 999px;
  transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  left: 3.25px;
  right: 3.25px;
}

.lang-switch.bn-active .lang-thumb {
  transform: translateX(36.5px);
}
.lang-label {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 37.5px;
  height: 100%;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border-radius: 999px;
  cursor: pointer;
  color: #fff;
  transition: color 0.3s ease;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lang-label.active {
  color: rgba(3, 49, 75, 0.8);
}

/* ===============================
   HERO SECTION
================================ */
.hero-banner {
  position: relative;
  width: 100%;
  min-height: 90vh;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 50px;
  top: 15px;
  overflow: hidden;
}

.hero-pl {
  padding-left: 130px;
}



.mt-105 {
  margin-top: 45px;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  background: none;
}

.hero-slider-track {
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.6s ease;
  display: flex;
  align-items: center;
}

.hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-slide .container-xl {
  position: relative;
  z-index: 2;
}
.inner-page-wrap .hero-banner-inner {
  min-height: 620px;
}

.inner-page-wrap .hero-banner-inner .hero-bg-img {
  height: 100%;
  object-fit: cover;
}

.inner-page-wrap .hero-banner-inner {
  margin-bottom: 0;
}

.inner-page-wrap .hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.inner-page-wrap .review-title {
  line-height: 1;
}

.inner-page-wrap .packages-section {
  padding-top: 155px;
  padding-bottom: 70px;
}

.inner-page-wrap .hero-pl {
  display: none;
}

/* ============================
   USER REVIEW SECTION - HOMEPAGE
============================ */
.user-review-section {
  padding: 155px 0 70px 0;
}

.user-review-section .heading-sml {
  line-height: 1;
}

.user-review-section .subheading-sml {
  margin-top: 0;
  max-width: 388px;
  line-height: 1.3;
  margin-bottom: 0;
}

.user-review-section .mb-5-custom {
  margin-bottom: 53px !important;
}

.review-title,
.review-text {
  color: rgba(3, 49, 75, 0.7);
  line-height: 1;
}

.sml-review-arrow--prev.is-disabled,
.sml-review-arrow--next.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.sml-review-carousel-outer {
  position: relative;
}

.sml-review-carousel {
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0;
  cursor: grab;
  overflow-y: hidden;
  scroll-behavior: smooth;
}

.sml-review-carousel::-webkit-scrollbar {
  display: none;
}

.sml-review-carousel.is-dragging {
  cursor: grabbing;
}

.sml-review-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}

.sml-video-card {
  position: relative;
  flex: 0 0 min(calc((100% - 90px) / 4), 384.25px);
  aspect-ratio: 9 / 16;
  height: auto;
  border-radius: 25px;
  overflow: hidden;
  flex-shrink: 0;
  transform-origin: center center;
  transition:
    transform 0.3s cubic-bezier(0, 0, 0.5, 1),
    box-shadow 0.45s cubic-bezier(0, 0, 0.5, 1);
}

.sml-video-card::before {
  display: none;
}

.sml-review-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.local-review-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: rgba(7, 67, 89, 0.5);
  transition:
    transform 0.3s cubic-bezier(0, 0, 0.5, 1),
    box-shadow 0.45s cubic-bezier(0, 0, 0.5, 1);
}

.sml-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.sml-play-btn,
.sml-sound-btn {
  position: absolute;
  z-index: 10;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  pointer-events: auto;
  opacity: 1;
  transition:
    transform 0.35s ease,
    background-color 0.35s ease;
}

.sml-play-btn {
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  font-size: 18px;
}

.sml-play-btn.is-hidden {
  opacity: 0 !important;
  visibility: hidden;
}

.sml-sound-btn {
  right: 30px;
  bottom: 30px;
  top: auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(12, 20, 28, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  font-size: 14px;
}

.sml-sound-btn:hover {
  background: rgba(255, 255, 255, 0.16);
}

.sml-video-info {
  position: absolute;
  left: 30px;
  right: 70px;
  bottom: 30px;
  z-index: 2;
  color: #ffffff;
  pointer-events: none;
  //display: none;
}

.sml-video-info h4 {
  margin: 0 0 4px;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
  color: #ffffff;
}

.sml-video-info span {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
}

.sml-all-review-card {
  background: #eef0f1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sml-all-review-card .sml-video-overlay,
.sml-all-review-card::before {
  display: none !important;
}

.sml-all-review-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 25px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: #eef0f1;
  color: rgba(3, 49, 75, 0.8);
  text-decoration: none;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  transition: 0.35s;
}

.mb-70 {
  margin-bottom: 70px;
  margin-left: 0;
  margin-right: 0;
}

.sml-video-progress,
.xyr-video-progress {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 22px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  z-index: 12;
  cursor: pointer;
  overflow: hidden;
}

.sml-video-progress-fill,
.xyr-video-progress-fill {
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: #ffffff;
  transition: width 0.08s linear;
}

#tab-kahf .order-btn,
#tab-kahf .order-icon {
  color: #1c5c3f;
}

.sml-sound-btn,
.sml-video-info {
  transform: unset !important;
}

/* ============================
   DRAG / SELECT FIX
============================ */

.sml-review-carousel,
.sml-review-track,
.sml-video-card,
.sml-video-card *,
.xyr-review-grid,
.xyr-video-card,
.xyr-video-card * {
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.sml-video-card img,
.sml-video-card iframe,
.sml-video-card video,
.xyr-video-card img,
.xyr-video-card iframe,
.xyr-video-card video {
  -webkit-user-drag: none;
}

body.dragging-review {
  user-select: none;
  -webkit-user-select: none;
}

.sml-review-video,
.xyr-yt-player,
.local-review-video {
  pointer-events: auto;
}
/* ============================
   REVIEW PAGE
============================ */
.xyr-user-review-section {
  padding: 0;
  margin-top: 190px;
  padding-bottom: 70px;
}

.xyr-user-review-section .xyr-heading-sml {
  line-height: 1;
}

.xyr-user-review-section .xyr-subheading-sml {
  margin-top: 0;
}

.xyr-review-title,
.xyr-review-text {
  color: rgba(3, 49, 75, 0.7);
  line-height: 1.2;
}

.xyr-review-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.xyr-subheading-sml-inner {
  margin-top: 0;

  color: rgba(3, 49, 75, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 25px 0 40px 0;
}

.review-row {
  display: flex;
  flex-wrap: wrap;
}

.xyr-align-items-start {
  align-items: flex-start;
}

.xyr-review-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 700px);
  gap: 20px;
  height: 100%;
}

.xyr-video-big {
  grid-area: 1 / 1 / 2 / 4;
}

.xyr-video-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  cursor: pointer;
}

.xyr-video-card:nth-child(2) {
  grid-area: 1 / 4 / 2 / 5;
}

.xyr-video-card:nth-child(3) {
  grid-area: 2 / 1 / 3 / 2;
}

.xyr-video-card:nth-child(4) {
  grid-area: 2 / 2 / 3 / 3;
}

.xyr-video-card:nth-child(5) {
  grid-area: 2 / 3 / 3 / 4;
}

.xyr-video-card:nth-child(6) {
  grid-area: 2 / 4 / 3 / 5;
}

.xyr-story-video {
  position: relative;
  height: 700px;
  border-radius: 25px;
  overflow: hidden;
}

.xyr-yt-player {
  width: 100%;
  height: 100%;
  background: #000;
}

.xyr-play-btn,
.xyr-sound-btn {
  pointer-events: auto;
  z-index: 10;
}

.xyr-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}

.xyr-play-btn i {
  margin-left: 2px;
}

.xyr-sound-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  top: auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 0;
  background: rgba(12, 20, 28, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.xyr-video-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.xyr-video-info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 70px;
  color: #fff;
  z-index: 2;
  pointer-events: none;
  //display: none;
}

.xyr-video-info h4 {
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 3px;
}

.xyr-video-info span {
  font-size: 13px;
  line-height: 1;
  opacity: 0.85;
}

.xyr-video-big video {
  object-fit: contain;
}
/* ===============================
   Pricing Package section
================================ */

.packages-section {
  padding: 70px 0;
}

.packages-title {
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
  color: rgba(3, 49, 75, 0.7);
  margin-bottom: 35px;
}

.packages-note {
  color: rgba(3, 49, 75, 0.7);
  max-width: 388px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  margin: 85px 0 0 0;
}

.package-toggle {
  display: inline-flex;
  padding: 10px;
  border-radius: 999px;
  border: 0.78px solid #fff;
  box-shadow: 14px 22px 46.76px 7.79px rgba(0, 0, 0, 0.07);
}

.toggle-btn {
  padding: 15px 35px;
  border: none;
  background: none;
  font-size: 22px;
  font-weight: 500;
  color: #8aa7b8;
  border-radius: 999px;
  cursor: pointer;
  line-height: 1;
  transition: 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.toggle-btn.is-active {
  background: #fff;
  color: #005a7b;
  transition: background 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.package-tabs {
  padding-right: 0 !important;
}
.package-tab {
  display: none;
  transition: 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.package-tab.is-active {
  display: block;
  transition: 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.package-carousel,
.sml-review-track {
  padding-left: 0;
}

.package-carousel {
  display: flex;
  gap: 30px;
  cursor: grab;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; /* iOS smooth */
  scroll-snap-type: x mandatory;
  overflow-y: hidden;
  scroll-behavior: smooth;
}

.package-carousel.is-dragging,
.package-carousel.is-dragging * {
  user-select: none;
  -webkit-user-select: none;
  cursor: grabbing;
}

.package-carousel::-webkit-scrollbar {
  display: none;
}

#tab-kahf .package-card {
  background: #1c5c3f;
}

.package-card {
  min-width: 385px;
  flex: 0 0 385px;
  max-width: 385px;
  background: #005b7f;
  color: #fff;
  border-radius: 25px;
  padding: 45px 35px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  transition:
    transform 0.3s cubic-bezier(0, 0, 0.5, 1),
    box-shadow 0.45s cubic-bezier(0, 0, 0.5, 1);
}

.inner-page-wrap .package-card {
  padding: 45px 35px;
  height: 100%;
}

.offer-features {
  padding-bottom: 30px;
  flex-grow: 1;
}

.package-speed {
  margin-top: 30px;
}

.package-tier {
  position: absolute;
  top: 28px;
  right: 28px;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 1px;
}

.speed {
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
}

.unit {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.package-price {
  margin-top: 15px;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
}

.package-price span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.package-price .vat {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.card-divider {
  height: 1px;
  margin: 15px 0;
  background: rgba(255, 255, 255, 0.25);
  margin-right: -35px;
}

.inner-page-wrap .card-divider {
  margin-right: -50px;
}

.feature-toggle {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  letter-spacing: 0.75px;
}

.feature-toggle i {
  transition: transform 0.25s ease;
  transform-origin: center;
}

.package-card.is-expanded .feature-toggle i {
  transform: rotate(180deg);
}

.feature-panel {
  margin-top: 15px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  box-sizing: border-box;

  padding: 0 20px;
  max-height: 0;
  opacity: 0;
  transition: all 0.35s ease;
}

.package-card.is-expanded .feature-panel {
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 500px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.7);
}

.package-brand {
  margin-top: auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 100%;
}

.free-badge {
  position: absolute;
  top: -18px;
  left: 0;
  background: #ffc21a;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 999px;
  z-index: 2;
}

.brand-pill {
  min-width: 0;
  width: 100%;
  height: 50px;
  border: 0.7px solid #fff;
  padding: 6px 12px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.package-brand .brand-pill:only-child {
  grid-column: span 2;
}

.package-brand .brand-pill:nth-child(2):last-child {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
}

.brand-pill {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-pill img {
  display: block;
  max-width: 100%;
  max-height: 30px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.order-btn {
  margin-top: 20px;
  width: 100%;
  background: #ffffff;
  border: none;
  border-radius: 999px;
  padding: 19px 25px;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #005a7b;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
}

/* Icon circle */
.order-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e6f0f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005b7f;
  flex-shrink: 0;
  position: absolute;
  right: 10px;
}

.order-icon i {
  transform: rotate(45deg);
}

.feature-group .feature-list {
  margin: 0;
  padding: 0;
}

.package-card.is-expanded .package-features {
  padding: 16px 20px;
  margin-bottom: 15px;
  max-height: 500px;
  height: auto !important;
}

.common_f {
  text-decoration: underline;
}

.pk-icon {
  background: #fff;
  border-radius: 999px;

  place-content: center;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  line-height: 1;
}

.feature-toggle .fa-chevron-down {
  color: #005b7f;
  line-height: 1;
  letter-spacing: normal;
  font-size: 10px;
}

.package-carousel-outer {
  position: relative;
}

.package-arrow {
  position: absolute;
  top: -70px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #005a7b;
  box-shadow: 14px 22px 46.76px 7.79px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: 0.35s;
}

.package-arrow:hover {
  background: #005a7b;
  color: #ffffff;
}

.package-arrow--prev {
  right: 50px;
}

.package-arrow--next {
  right: 0;
}

.package-arrow.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

/* ===============================
   Popup Base
================================ */

.package-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;

  pointer-events: none;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.package-popup.is-active {
  opacity: 1;

  pointer-events: auto;
}

.package-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 67, 89, 0.6);
}

.package-popup__box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: 92%;
  padding: 60px;
  border-radius: 35px;
  z-index: 2;
  background: #f2f2f2;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  opacity: 0;
  transition:
    opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.package-popup.is-active .package-popup__box {
  opacity: 1;
}

.package-popup__icon {
  position: absolute;
  top: 52px;
  left: 35px;
  width: 90px;
  height: 36px;
  border-radius: 72px;
  background-color: #ffc21a;
  transform: rotate(-28deg);
  z-index: -999;
  display: none;
}

.package-popup__title {
  font-size: 25px;
  font-weight: 700;
  color: #4b6b7d;
  margin-bottom: 10px;
}

.package-popup__info p {
  margin: 0;
  font-size: 14px;
  color: #4b6b7d;
  font-weight: 400;
}

.package-popup__info span {
  font-weight: 600;
  font-size: 15px;
}

.currency {
  position: relative;
  bottom: 16px;
}
/* ===============================
   Form Layout
================================ */

.package-popup__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.package-popup__full {
  grid-column: span 2;
}

.package-popup__form input,
.package-popup__zone-input,
.package-popup__message {
  width: 100%;
  border: none;
  outline: none;
  background: #fff;
  padding: 16px 22px;
  font-size: 20px;
  border-radius: 999px;
  font-weight: 400;
  color: rgba(3, 49, 75, 0.8);
}

.package-popup__form input {
  height: 60px;
}

.package-popup__message {
  border-radius: 25px;
  min-height: 120px;
  resize: none;
  margin-bottom: 20px;
}

.package-popup__submit {
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 19px 25px;
  background-color: rgba(11, 44, 68, 0.1);
  color: rgba(11, 44, 68, 0.34);
  font-size: 22px;
  font-weight: 600;
  transition: 0.35s ease;
  margin-top: 0;
  line-height: 1;
  /*
    cursor: not-allowed !important;
    */
}

.package-popup__submit.active {
  background: #ffc215;
  color: #03314b;
  cursor: pointer;
}

.package-popup__submit.active:hover {
  transition: 0.35s;
  background: #ffc215;
  color: #03314b;
  transform: unset !important;
}

.package-popup__close {
  position: absolute;
  top: 25px;
  right: 30px;
  background: #e0e4e7;
  cursor: pointer;
  color: #0b2c44;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  border: 0;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
  font-size: 17px;
  font-weight: normal;
}

/* ===============================
   Zone Suggestion Dropdown
================================ */

.package-popup__zone {
  position: relative;
}

.package-popup__zone-list {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  border-radius: 18px;
  background: rgb(255 255 255 / 60%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(9px);
  box-shadow: 1px 5px 15px rgba(32, 103, 154, 0.2);
  max-height: 180px;
  overflow-y: auto;
  display: none;
  z-index: 20;
  opacity: 0;
  transform: translateY(8px);
  transition: 0.35s ease;
}

.package-popup__zone-list.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.package-popup__zone-list li {
  padding: 10px 18px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(3, 49, 75, 0.8);
  cursor: pointer;
}

.package-popup__zone-list li:hover,
.package-popup__zone-list li.is-active {
  background: #e9eef2;
}

/* ===============================
   End Package Section
================================ */

/* ===============================
   Coverage Area Section
================================ */

.coverage-section {
  padding: 70px 0;
}

.coverage-section .smile-container {
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
}

.coverage-wrapper {
  border-radius: 60px;
  padding: 80px 50px 50px 50px;
  background: linear-gradient(90deg, #fff6ef 0%, #f4f7f8 45%, #e6f3f9 100%);
}

.coverage-title {
  font-size: 54px;
  font-weight: 700;
  color: rgba(3, 49, 75, 0.7);
  margin-bottom: 40px;
}

.coverage-divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 1);
}

.coverage-text {
  font-size: 20px;
  line-height: 1.4;
  color: rgba(3, 49, 75, 0.7);
  margin: 40px auto 60px auto;
  max-width: 900px;
}

.coverage-map-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

#coverageMap {
  width: 100%;
  border-radius: 50px;
  height: 420px;
  opacity: 0.6;
}

.map-search,
.map-home-btn {
  position: absolute;
  right: 24px;
  height: 74px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;

  border-radius: 999px;
  border: none;
  z-index: 10;
  background: rgb(255 255 255 / 60%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(9px);
  box-shadow: 1px 5px 15px rgba(32, 103, 154, 0.2);
}

.map-search {
  top: 24px;
  width: 282px;
}

.map-search i {
  font-size: 32px;
  color: rgba(3, 49, 75, 0.7);
}

.map-search input {
  border: none;
  outline: none;
  font-size: 22px;
  color: rgba(3, 49, 75, 0.8);
  background: transparent;
  width: 100%;
  font-weight: 500;
}

.map-search input#mapSearchInput::placeholder {
  color: rgba(3, 49, 75, 0.5);
  font-weight: 400;
  font-size: 18px;
}

.map-home-btn {
  top: 114px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(3, 49, 75, 0.8);
  cursor: pointer;
  z-index: 8;
}

.map-home-btn i {
  font-size: 32px;
  color: rgba(3, 49, 75, 0.7);
}

/* ===============================
   Coverage Availability Popup
================================ */

.coverage-popup {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.coverage-popup.is-active {
  display: flex;
}

.coverage-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.coverage-popup__box {
  position: relative;
  width: 500px;
  max-width: 92%;
  padding: 60px;
  border-radius: 50px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.coverage-popup__close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.55);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.coverage-popup__close i {
  font-size: 18px;
  color: #03314b;
}

.coverage-popup__status {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0a8f3c;
}

.coverage-popup__status i {
  font-size: 26px;
}

.coverage-popup__address {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(3, 49, 75, 0.7);
  margin-bottom: 35px;
  text-align: center;
}

.coverage-popup__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 18px;
  border-radius: 999px;
  background: #ffc215;
  font-size: 20px;
  font-weight: 700;
  color: #03314b;
  text-decoration: none;
  transition: 0.35s ease;
}

.coverage-popup__btn:hover {
  background: #ffb400;
}

/* ===============================
   Map Search Suggest Dropdown
================================ */

.map-suggest-list {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 18px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: none;
  max-height: 220px;
  overflow-y: auto;
  z-index: 99;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 1px 5px 15px rgba(32, 103, 154, 0.2);
  transition: 0.35s ease;
}

.map-suggest-list.is-active {
  display: block;
}

.map-suggest-list li {
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  color: rgba(3, 49, 75, 0.8);
  font-weight: 600;
  transition: 0.35s ease;
}

.map-suggest-list li:hover,
.map-suggest-list li.is-active {
  background: #f5f5f5;
  font-weight: 600;
  transition: 0.35s ease;
}

#coverageAddress {
  white-space: pre-line;
}

/* ===============================
    FAQ Section
================================ */

.faq-home {
  padding: 70px 12%;
}

.faq-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 1;
  max-height: 5000px;
  overflow: hidden;
  visibility: visible;
  /* transition: opacity 0.6s ease, max-height 0.6s ease, visibility 0.6s ease; */
}

.faq-list.faq-hidden {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  pointer-events: none;
}

.faq-item {
  background-color: #f4f5f6;
  border-radius: 50px;
  overflow: hidden;
  transition:
    border-radius 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s ease;
}

.faq-item.is-open {
  border-radius: 25px;
}

.faq-question {
  width: 100%;
  padding: 23px 50px;
  border: none;
  background: none;
  text-align: left;
  font-size: 22px;
  line-height: 1.455;
  font-weight: 500;
  color: rgba(3, 49, 75, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: padding 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item.is-open .faq-question {
  padding-bottom: 10px;
}

.faq-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e0e4e7;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background-color: #0b2c44;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s ease;
}

.faq-icon::before {
  width: 20px;
  height: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  width: 3px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-item.is-open .faq-icon {
  transform: rotate(135deg);
}

.faq-answer {
  padding: 0 50px;
  height: 0;
  overflow: hidden;
  transition: height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-answer p {
  padding-bottom: 30px;
  margin-bottom: 0;
  font-size: 20px;
  color: rgba(3, 49, 75, 0.7);
  line-height: 1.4;
  font-weight: 400;
  max-width: 94%;
}

/* ===============================
   Get Support Section
================================ */
.support-sml-row {
  row-gap: 35px;
}

.support-sml-row .col-md-3 {
  flex: 0 0 auto;
  width: 318px;
}

.support-sml-section {
  padding: 70px 0;
}

.support-sml-card {
  background: #f4f5f6;
  border-radius: 60px;
  padding: 90px 115px;
}

.support-sml-title {
  font-size: 30px;
  font-weight: 600;
  color: rgba(3, 49, 75, 0.8);
  margin: 0 0 45px 0;
}

.support-sml-item {
  background: #e7eaec;
  border-radius: 25px;
  min-height: 127px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  transition:
    background-color 0.35s ease,
    transform 0.35s ease;
}

.support-sml-icon svg path {
  display: grid;
  place-items: center;
  color: rgba(3, 49, 75, 0.8);
}

.support-sml-text {
  color: rgba(3, 49, 75, 0.8);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.support-sml-item:hover {
  background: #d5e6ec;
  transform: translateY(-2px);
  box-shadow: 1px 5px 15px rgba(213, 230, 236, 0.4);
}

/* ===============================
   BDCOM Info Section
================================ */

.bdcom-promo {
  padding: 100px 0;
}

.bdcom-card {
  border-radius: 56px;
  border: 1px solid #ffffff;
  overflow: hidden;
  height: 100%;
  position: relative;
  color: #ffffff;
}

/* -------------------------------
   LEFT CARD
-------------------------------- */

.bdcom-card--left {
  min-height: 560px;
  background: linear-gradient(135deg, #c7d4df 0%, #2f6d9d 40%, #173a6f 100%);
}

.bdcom-card--left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    225deg,
    rgba(255, 255, 255, 0) 62%,
    rgba(255, 255, 255, 0.18) 100%
  );
  pointer-events: none;
}

.bdcom-card--left::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900' viewBox='0 0 1600 900'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.25)' stroke-width='2'%3E%3Cpath d='M-80 80 C 240 0 420 0 780 120 S 1300 340 1680 220'/%3E%3Cpath d='M-120 160 C 220 40 420 40 780 180 S 1300 420 1720 260'/%3E%3Cpath d='M-160 240 C 200 80 420 80 780 240 S 1300 500 1760 300'/%3E%3Cpath d='M-200 320 C 180 120 420 120 780 300 S 1300 580 1800 340'/%3E%3Cpath d='M-240 400 C 160 160 420 160 780 360 S 1300 660 1840 380'/%3E%3Cpath d='M-280 480 C 140 200 420 200 780 420 S 1300 740 1880 420'/%3E%3Cpath d='M-320 560 C 120 240 420 240 780 480 S 1300 820 1920 460'/%3E%3Cpath d='M-360 640 C 100 280 420 280 780 540 S 1300 900 1960 500'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: left top;
  opacity: 0.55;
  pointer-events: none;
}

.bdcom-card-left-inner {
  position: relative;
  z-index: 2;
  padding: 70px 70px 60px;
  display: flex;
  gap: 78px;
  height: 100%;
}

.bdcom-left-meta {
  flex: 0 0 34%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bdcom-left-logo {
  max-width: 230px;
  height: auto;
  display: block;
}

.bdcom-left-note {
  font-size: 20px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.75);
}

.bdcom-left-note strong {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.bdcom-left-copy {
  flex: 1;
  max-width: 380px;
  margin-top: 6px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
}

.bdcom-left-copy p {
  margin: 0 0 26px 0;
}

.bdcom-left-copy p:last-child {
  margin-bottom: 0;
}

/* -------------------------------
   RIGHT CARD
-------------------------------- */

.bdcom-card--right {
  min-height: 560px;
  padding: 72px 62px 62px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(180deg, #c7d4df 0%, #2e6e9e 52%, #173a6f 100%);
}

.bdcom-right-title {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.05;
  color: rgba(255, 255, 255, 0.92);
}

.bdcom-right-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.92);
}

.bdcom-right-cta-text {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.bdcom-right-cta-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #2fa0d6;
  display: grid;
  place-items: center;
  font-size: 24px;
  transition: transform 0.35s ease;
}

.bdcom-right-cta:hover .bdcom-right-cta-icon {
  transform: translateX(6px);
}

/* ===============================
   Extra Values Section
================================ */

.ev-sub {
  color: #bbc5cc;
  margin-left: 250px;
  line-height: 1.2;
}

/* Layout */
.expand-strip {
  display: flex;
  gap: 8px;
  height: 620px;
}

/* Card */
.expand-item {
  position: relative;
  flex: 9.22%;
  border-radius: 35px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  border: 3px solid rgba(255, 255, 255, 0.6);
  transition: flex 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Image */
.expand-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* ===============================
   Overlay
================================ */

.expand-item::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.expand-strip:hover .expand-item:hover::after {
  opacity: 0;
}

/* ===============================
   Content
================================ */

.expand-content {
  position: absolute;
  right: 40px;
  bottom: 40px;
  max-width: 430px;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
  pointer-events: auto;
}

/* ===============================
   Default State (Active = 80%)
================================ */

.expand-item.is-active {
  flex: 81.5%;
}

.expand-item.is-active .expand-content {
  opacity: 1;
  transform: translateY(0);
}

/* ===============================
   Hover Behavior (MAIN LOGIC)
================================ */

/* hover korle sob card 10% */
.expand-strip:hover .expand-item {
  flex: 9.25%;
}

/* active card o 10% hoye jabe */
.expand-strip:hover .expand-item.is-active {
  flex: 9.25%;
}

/* hovered card = 80% */
.expand-strip:hover .expand-item:hover {
  flex: 81.5%;
}

/* active content hide */
.expand-strip:hover .expand-item.is-active .expand-content {
  opacity: 0;
  transform: translateY(20px);
}

/* hovered content show */
.expand-strip:hover .expand-item:hover .expand-content {
  opacity: 1;
  transform: translateY(0);
}

/* ===============================
   Text + Button + Badge
================================ */

.expand-sub {
  font-size: 16px;
}

.expand-title {
  font-size: 48px;
  font-weight: 700;
  margin: 10px 0 25px;
  line-height: 1.1;
}

.expand-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #03314b;
  padding: 19px 25px;
  border-radius: 999px;
  font-size: 22px;
  font-weight: 600;
  border: none;
  outline: none;
  line-height: 1;
  transition: transform 0.35s ease;
}

.expand-btn:hover {
  transition: 0.35s;
  color: #03314b;
  box-shadow: 1px 5px 15px rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}

.expand-badge {
  position: absolute;

  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #ffc215;
  color: #005a7b;
  font-size: 35px;
  font-weight: 600;
  display: grid;
  place-items: center;
  z-index: 2;

  left: 40px;
  bottom: 40px;
  transform: none;
}

.expand-item:not(.is-active) .expand-badge {
  left: 40px;
  right: auto;
  bottom: 40px;
}

.expand-strip:hover .expand-item:hover .expand-badge {
  left: 40px;
  transform: none;
}

.expand-strip:hover .expand-item.is-active:not(:hover) .expand-badge {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.ev-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;

  backdrop-filter: blur(3px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.ev-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ev-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 67, 89, 0.6);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.ev-modal-dialog {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 625px;
  background-color: #f9f9f9;
  border-radius: 25px;
  overflow: hidden;

  opacity: 0;

  transition:
    opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.ev-modal.is-open .ev-modal-dialog {
  opacity: 1;
}

.ev-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background-color: #fff;
  color: #31597a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
}

.ev-modal-close:hover {
  background-color: #cfe4f5;
  color: #24435d;
}

.ev-modal-close i {
  font-size: 17px;
  line-height: 1;
}

.ev-modal-media {
  width: 100%;
  height: 390px;
  overflow: hidden;
}

.ev-modal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ev-modal-body {
  padding: 48px 50px 54px;
  background-color: #fbfbfb;
}

.ev-modal-sub {
  display: block;
  margin-bottom: 12px;
  color: #557690;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.ev-modal-title {
  margin: 0 0 22px;
  color: #486b84;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 700;
}

.ev-modal-desc {
  margin: 0;
  color: #557690;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

body.ev-modal-open {
  overflow: hidden;
}

/* ===============================
   Mission + Vision
================================ */

.mv-section {
  padding: 0;
  margin-top: 130px;
  display: none !important;
}

.mv-wrap {
  position: relative;
  left: 25px;
  z-index: -999;
  bottom: -55px;
}

.mv-card {
  background: #fff;
  border-radius: 50px;
  padding: 225px 125px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.mv-title {
  margin: 0 0 20px;
  font-size: 54px;
  font-weight: 200;
  color: rgba(3, 49, 75, 0.7);
}

.mv-text {
  font-size: 20px;
  line-height: 1.4;
  color: rgba(3, 49, 75, 0.7);
}

/* LEFT CARD */
.mv-card--mission {
  width: 57%;
  position: relative;
  z-index: 2;
}

/* RIGHT CARD (behind) */
.mv-card--vision {
  width: 45%;
  position: absolute;
  right: 0;
  top: 95px;
  z-index: 1;
  padding-left: 120px;
  background-color: #f6f6f6;
}

/* ===============================
   Our Story
================================ */

.story-section {
  padding: 0 0 70px 0;
}

.story-panel {
  background: #03314b;
  border-radius: 50px;
  padding-top: 230px;
  padding-bottom: 150px;
  min-height: 640px;
  margin-top: 15px;
}

.story-panel-content {
  max-width: 610px;
  margin: 0 auto;
}

.story-kicker {
  font-size: 14px;
  color: #ffc215;
  margin-bottom: 12px;
}

.story-title {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 28px;
}

.story-copy {
  max-width: 620px;
}

.story-copy p {
  font-size: 20px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
}

/** Policy Page CSS **/

.policy-page-section {
  padding: 188px 0 70px 0;
}

.policy-wrapper {
  max-width: 632px;
  margin: 0 auto;
}

.policy-block {
  margin-bottom: 30px;
}

.policy-block:last-child {
  margin-bottom: 0;
}

.policy-title {
  color: rgba(3, 49, 75, 0.8);
  margin-bottom: 10px;
}

.policy-block p {
  font-size: 15px;
  line-height: 1.3;
  color: rgba(3, 49, 75, 0.7);
  margin-bottom: 18px;
}

.policy-block p:last-child {
  margin-bottom: 0;
}

/** Inner Page CSS **/

.inner-page-section {
  padding: 70px 0;
}

.inner-page-wrapper {
  max-width: 632px;
  margin: 0 auto;
}

.inner-page-block {
  margin-bottom: 70px;
}

.inner-page-block:last-child {
  margin-bottom: 0;
}

.inner-page-title {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  color: rgba(3, 49, 75, 0.8);
  margin-bottom: 25px;
}

.inner-page-block h5 {
  color: rgba(3, 49, 75, 0.7);
  margin-bottom: 15px;
}

.inner-page-block p {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(3, 49, 75, 0.7);
  margin-bottom: 18px;
}

.inner-page-block p:last-child {
  margin-bottom: 0;
}

.inner-page-block li {
  font-size: 14px;
  line-height: 1.2;
  color: rgba(3, 49, 75, 0.7);
  margin-bottom: 10px;
}

.inner-page-block ul,
.inner-page-block li:last-child {
  margin-bottom: 0;
}

/** Package Page CSS **/
.in-slide {
  align-items: flex-end;
}

.in-slide .mt-105 {
  margin-bottom: 60px;
}

.in-slide .subheading-sml {
  margin-bottom: 10px;
  line-height: 1;
}

.hero-banner-inner {
  margin-bottom: 100px;
}

.inner-page-wrap .packages-note {
  margin-top: 0;
  max-width: 100%;
}

.faq-section-title {
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
  color: rgba(3, 49, 75, 0.7);
  margin-bottom: 20px;
}

.faq-section-description {
  max-width: 700px;
  font-size: 20px;
  margin: 0 auto 40px auto;
  color: rgba(3, 49, 75, 0.7);
  line-height: 1.4;
}

.faq-filter {
  max-width: 835px;
  margin: 0 auto 40px;
  position: relative;
}

.faq-type {
  width: 100%;
  padding: 20px 32px;
  border: 0.809418px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 40px 60px rgba(0, 0, 0, 0.03);
  appearance: none;
  font-size: 21px;
  background: #f4f5f6;
  outline: none;
  color: rgba(3, 49, 75, 0.8);
  font-weight: 600;
  border-radius: 8px;
}

.faq-type option {
  font-size: 18px;
  font-weight: 600;
  color: #03314b;
}

.faq-filter i {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.faq-inner-wrap {
  max-width: 835px;
  margin: 0 auto;
}

.package-0 {
  padding: 0 !important;
}

.package-row {
  column-gap: 40px;
  row-gap: 50px;
}

.pk-custom {
  width: 22.65%;
}

.package-row .brand-pill img {
  max-width: 159px;
}

#kahf-packages .package-card {
  background-color: #1c5c3f;
}

.packages-header-section {
  padding: 240px 0 310px 0;
  margin-top: 70px;
  background: #eff0f2;
}

.section-header {
  max-width: 1188px;
  margin: 0 auto;
  text-align: center;
}

.section-title {
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
  color: rgba(3, 49, 75, 0.7);
  margin-bottom: 20px;
}

.section-description {
  font-size: 20px;
  line-height: 1.4;
  color: rgba(3, 49, 75, 0.7);
  margin: 0;
}

.connectivity-section {
  padding: 0;
  margin-top: 189px;
}

.offer-page-section {
  margin-top: 0;
  padding: 70px 0;
}

.pt-120 {
  padding-top: 155px;
}

.connectivity-card {
  background: #f2f2f2;
  border-radius: 50px;
  padding: 60px 90px;
  max-width: 860px;
  margin: 0 auto;
}

.connectivity-header {
  margin-bottom: 50px;
  max-width: 900px;
  margin: 0 auto;
}

.connectivity-title {
  font-size: 45px;
  font-weight: 700;
  color: #bbc5cc;
  line-height: 1;
  margin-bottom: 0;
}

.connectivity-required {
  font-size: 13px;
  color: rgba(3, 49, 75, 0.7);
  margin-bottom: 30px;
  margin-top: 0;
}

.connectivity-required span {
  color: #f4b400;
  position: relative;
  font-size: 20px;
  top: 3px;
  margin-right: -3px;
}

.connectivity-form {
  max-width: 900px;
  margin: auto;
}

.connectivity-form .g-4 {
  --bs-gutter-y: 10px;
  --bs-gutter-x: 10px;
}

.form-control-custom {
  width: 100%;
  height: 60px;
  border-radius: 999px;
  border: none;
  background: #fff;
  padding: 0 28px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(3, 49, 75, 0.8);
}

::placeholder {
  color: rgba(3, 49, 75, 0.5);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}

select.form-control-custom {
  appearance: none;
  font-weight: 400;
  font-size: 18px;
  color: rgba(3, 49, 75, 0.5);
  line-height: 1;
}

select.form-control-custom.is-selected {
  font-size: 20px;
  font-weight: 400;
  color: rgba(3, 49, 75, 0.8);
}

.form-control-custom:focus-visible {
  outline: none;
}

.form-field {
  position: relative;
}

.form-field label {
  position: absolute;
  left: 20px;
  top: 12px;
  font-size: 17px;
  color: #f4b400;
}

.form-terms {
  margin-top: 26px;
  font-size: 13px;
  color: rgba(3, 49, 75, 0.7);
}

.form-terms a {
  color: #03314b;
  text-decoration: none;
  font-weight: 600;
}

.form-recaptcha {
  margin-top: 25px;
}

.submit-btn {
  width: 100%;
  border-radius: 50px;
  border: 0;
  outline: none;
  margin-top: 25px;
  background-color: rgba(11, 44, 68, 0.1);
  color: rgba(11, 44, 68, 0.34);
  font-size: 22px;
  font-weight: 600;
  padding: 18.5px;
  transition: 0.35s;
  line-height: 1;
  /*
    cursor: not-allowed;
    */
}

.submit-btn.active {
  background: #ffc215;
  color: #03314b;
  cursor: pointer;
}

.submit-btn.active:hover {
  background: #ffc215;
}

/* Call You Section */
.call-you-section {
  padding: 0;
  margin-top: 188px;
  margin-bottom: 70px;
}

.call-you-wrapper {
  position: relative;
  max-width: 1250px;
  padding: 90px 100px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}

.call-you-wrapper::after {
  content: "";
  position: absolute;
  top: 64px;
  bottom: 64px;
  left: 50%;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  transform: translateX(-0.5px);
}

.call-left {
  position: relative;
  height: 100%;
}

.call-title {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  color: rgba(3, 49, 75, 0.7);
  margin-bottom: 25px;
  text-decoration: underline;
  position: relative;
  z-index: 1;
}

.call-text {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(3, 49, 75, 0.7);
  max-width: 420px;
  margin-bottom: 70px;
}

.call-form {
  max-width: 435px;
}

.call-input {
  width: 100%;
  padding: 15px 33px;
  border-radius: 999px;
  border: none;
  font-size: 20px;
  font-weight: 400;
  color: rgba(3, 49, 75, 0.8);
  margin-bottom: 10px;
}

.call-input:focus-visible,
.package-popup__form input:focus-visible,
.form-control-custom:focus-visible,
.package-popup__message:focus-visible {
  outline: 1px solid rgba(3, 49, 75, 0.4);
}

.call-textarea {
  border-radius: 24px;
  min-height: 110px;
  resize: none;
}

.call-submit-btn {
  width: 100%;
  padding: 19px 25px;
  border-radius: 999px;
  background-color: #0b2c441a;
  color: #0b2c4457;
  border: none;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  margin-top: 10px;
}
.call-submit-btn.active {
  background: #ffc215;
  color: #03314b;
  cursor: pointer;
}

.call-submit-btn:disabled {
  /* cursor: not-allowed; */
}

.call-submit-btn.active:hover {
  transition: 0.35s;
  background: #ffc215;
  color: #03314b;
}

.call-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.call-right-top {
  margin-left: 80px;
  text-align: left;
}

.call_info {
  display: inline-block;
}

.call-info-inner {
  display: block;
}

.call-info-link {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(3, 49, 75, 0.7);
  max-width: 420px;
  text-decoration: none;
}

.text_b {
  font-weight: 600;
}

.policy-wrapper li {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(3, 49, 75, 0.9);
}

.call-highlight {
  position: absolute;
  top: -5px;
  left: -18px;
  width: 78px;
  height: 45px;
  background-color: #ffc21a;
  transform: rotate(-28deg);
  z-index: 0;
  border-radius: 50px;
}

.call-highlight-2 {
  position: absolute;
  top: 85px;
  width: 78px;
  height: 45px;
  background-color: #ffc21a;
  transform: rotate(-28deg);
  z-index: 0;
  right: 475px;
  border-radius: 50px;
}

.call-illustration {
  width: 100%;
  text-align: right;
}

.call-illustration img {
  max-width: 84%;
  display: inline-block;
  margin: 0 auto;
}

/* ===========================
Office Page Section
=========================== */

.office-page-section {
  padding: 70px 0 !important;
}

.pb-100 {
  padding-bottom: 100px;
}

.office-page-title {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 40px;
  color: rgba(3, 49, 75, 0.7);
}

/* map area */

.office-page-map-wrap {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 70px;
}

.office-page-headcard {
  width: 320px;
  padding: 40px;
  background: #ffffff;
}

.office-page-headcard h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.office-page-headcard p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(3, 49, 75, 0.7);
}

.office-page-map {
  flex: 1;
}

.office-page-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* office cards */

.office-page-card {
  background: #fff;
  padding: 50px;
  border-radius: 25px;
  height: 100%;
  transition: 0.35s;
}

.office-page-card iframe {
  border-radius: 25px;
}

.office-page-card h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: rgba(3, 49, 75, 0.7);
}

.office-page-card p {
  font-size: 15px;
  color: rgba(3, 49, 75, 0.7);
  line-height: 1.7;
}

.office-contact {
  margin-top: 20px;
  font-weight: 500;
}

/* scroll indicator */

.scroll-indicator {
  width: 30px;
  height: 50px;
  border: 1px solid rgba(3, 49, 75, 0.3);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: 0.35s;
}

/* arrow */

.scroll-arrow {
  color: #6f8ea0;
  animation: scrollBounce 2s infinite;
}

.scroll-arrow svg {
  width: 12px;
}

/* hover */

.scroll-indicator:hover {
  border-color: #0f3a53;
}

.scroll-indicator:hover .scroll-arrow {
  color: #0f3a53;
}

/* animation */

@keyframes scrollBounce {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  60% {
    transform: translateY(10px);
    opacity: 1;
  }

  100% {
    transform: translateY(18px);
    opacity: 0;
  }
}

.pt-o {
  padding-top: 0 !important;
}

.map_link {
  text-decoration: none;
}
/* ===============================
   SUCCESS SECTION
================================ */

.sml-success-section {
  height: 56vh;
  padding: 0;
  margin-top: 220px;
  text-align: center;
  display: flex;
  align-items: center;
}

.sml-success-wrap {
  position: relative;
  max-width: 1070px;
  margin: 0 auto;
}

.sml-success-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
}

.sml-success-bg img {
  max-width: 480px;
  width: 100%;
}

.sml-success-title,
.sml-success-sub,
.sml-success-scroll {
  position: relative;
  z-index: 1;
}

.sml-success-title {
  font-size: 60px;
  font-weight: 200;
  color: rgba(3, 49, 75, 0.7);
  letter-spacing: 0.3px;
}

.sml-success-title span {
  color: #289800;
  font-weight: 300;
}

.sml-success-title .sub_failed {
  color: red;
}

.sml-success-sub {
  max-width: 600px;
  margin: 18px auto 0;
  font-size: 17px;
  color: rgba(3, 49, 75, 0.7);
  line-height: 1.6;
}

/* ===============================
   SCROLL BUTTON
================================ */

.sml-success-scroll {
  margin: 140px auto 0;
  width: 52px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sml-success-arrow {
  width: 10px;
  height: 10px;
  border-left: 2px solid #7a7a7a;
  border-bottom: 2px solid #7a7a7a;
  transform: rotate(-45deg);
  margin-top: -6px;
}

/* ===============================
   WHAT NEXT SECTION
================================ */

.sml-next {
  padding: 70px 0 70px;
}

.sml-next-box {
  background: #f2f2f2;
  border-radius: 50px;
  padding: 80px 70px;
}

.sml-next-title {
  font-size: 54px;
  font-weight: 200;
  color: rgba(3, 49, 75, 0.7);
  margin-bottom: 40px;
  text-align: center;
}

.sml-next-illustration img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  display: block;
}

.sml-next-content {
  padding-left: 40px;
}

.sml-next-list {
  padding-left: 20px;
  margin: 0;
  text-align: left;
}

.sml-next-list li {
  font-size: 18px;
  font-weight: 400;
  color: rgba(3, 49, 75, 0.7);
  line-height: 1.7;
  margin-bottom: 22px;
  text-align: left;
}

.district-select,
.package-select {
  background-image: url(../img/slt.png);
  background-repeat: no-repeat;
  background-position: right 1.75rem center;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.bdcom-feature-section {
  padding: 70px 0;
}

.bdcom-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.45fr) minmax(320px, 1fr);
  gap: 32px;
  align-items: stretch;
}

.bdcom-feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  min-height: 620px;
  background: linear-gradient(90deg, #cfd6de 0%, #2c6faa 52%, #14366f 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.bdcom-feature-card--content {
  isolation: isolate;
}

.bdcom-feature-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url(../img/liner.png);
  background-repeat: no-repeat;
  opacity: 0.9;
}

.bdcom-feature-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  grid-template-rows: auto 1fr auto;
  min-height: 100%;
  padding: 60px;
  column-gap: 64px;
}

.bdcom-feature-brand {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.bdcom-feature-logo {
  display: block;
  max-width: 278px;
  width: 100%;
  height: auto;
}

.bdcom-feature-copy {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
  align-self: start;
  max-width: 430px;
  padding-top: 2px;
}

.bdcom-feature-copy p {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: 0;
}

.bdcom-feature-copy p:last-child {
  margin-bottom: 0;
}

.bdcom-feature-footer {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  align-self: end;
  max-width: 360px;
}

.bdcom-feature-footer p,
.bdcom-feature-footer strong {
  margin: 0;
  color: #ffffff;
  line-height: 1.2;
}

.bdcom-feature-footer p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 4px;
}

.bdcom-feature-footer strong {
  display: block;
  font-size: 26px;
  font-weight: 700;
}

.bdcom-feature-card--cta {
  background: linear-gradient(145deg, #f0f0f0 0%, #18548c 61%, #14336c 100%);

  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
  overflow: visible;
}

.bdcom-feature-cta-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 60px;
}

.bdcom-feature-cta-body h2 {
  margin: 0;
  color: #ffffff;
  font-size: 54px;
  line-height: 1.037;
  font-weight: 700;
  letter-spacing: -0.5px;
  max-width: 240px;
  margin-top: -4px;
}

.bdcom-feature-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: 100%;
  max-width: 350px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: -4px;
}

.bdcom-feature-cta-link span:first-child {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
}

.ev-expand-btn-2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(3, 49, 75, 0.85);
  color: #fff;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 500;
  border: none;
  outline: none;
  line-height: 1;
  margin-top: 27px;
}

.ev-expand-btn-2 i {
  font-size: 16px;
  line-height: 1;
}

.bdcom-feature-cta-icon {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #35a6e8;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.bdcom-feature-cta-icon i {
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
}

.expand-strip-section .heading-sml {
  margin-bottom: 35px;
}

/* =====================================================
   Footer Section
===================================================== */
.site-footer {
  background: #dde1e4;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 140px 0 140px;
  margin-top: 70px;
}

.package-page .site-footer {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 140px 0 140px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  margin-bottom: 70px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-top .footer-col:not(.footer-help) {
  text-align: right;
  align-items: flex-end;
}

.footer-top .footer-col:not(.footer-help) .footer-link {
  text-align: right;
}

.footer-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-link {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  color: #03314b;
  text-decoration: underline;
  width: fit-content;
}

.footer-link:hover {
  transition: 0.35s;
}

.footer-strong {
  line-height: 1;
}

.footer-address {
  margin-top: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
}

/* =====================
   FOOTER BOTTOM
===================== */
.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: flex-end;
  gap: 20px;
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-social span {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}

.social-icons {
  display: flex;
  gap: 14px;
}

.social-icons a {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  color: rgba(3, 49, 75, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  text-decoration: none;
  transition: transform 0.35s ease;
}

.footer-links {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.footer-copy {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
}

.packages-note {
  transition:
    opacity 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55),
    transform 0.35s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

/* =====================
   Whats APP Live Chat
===================== */

.wa-float-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 998;
  overflow: visible;
  isolation: isolate;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.wa-float-btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 50%;
  z-index: -1;
}

.wa-float-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 1);
  z-index: -2;
  animation: waPulse 2.2s infinite;
}

.wa-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wa-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.wa-float-btn:hover {
  transform: translateY(-4px) scale(1.06);
  box-shadow:
    0 18px 22px rgba(0, 91, 127, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -8px 18px rgba(0, 0, 0, 0.12);
}

@keyframes waPulse {
  0% {
    transform: scale(1);
    opacity: 0.42;
  }
  70% {
    transform: scale(1.55);
    opacity: 0;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .wa-float-btn {
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
  }

  .wa-icon {
    width: 40px;
    height: 40px;
  }
}



