:root {
  overscroll-behavior: none;
}

@media (min-width: 1870px) {
  p {
    font-size: 18px;
  }
}

/* Premium enhancements: Subtle shadows, gradients, and hover effects */
body {
  background-color: #f8f9fa;
  /* Light premium background */
  font-family: 'gold-semi', sans-serif;
  /* Ensure font is applied */
  font-size: 20px;
}

.navbar {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
  /* Premium gradient */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  /* More opaque on scroll */
}

.btn,
.download-btn,
.signup-btn {
  /* Do not change base button color; assume original from style.css */
  border-radius: 30px;
  /* Rounded for modern look */
  padding: 12px 24px;
  font-weight: 600;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn:hover,
.download-btn:hover,
.signup-btn:hover {
  background-color: #ffcc00;
  /* Premium hover using brand color (yellow bee theme) */
  color: #fff;
  /* Ensure text contrast */
  transform: translateY(-3px) scale(1.05);
  /* Lift and scale on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.special {
  color: #ffcc00;
  /* Premium highlight color */
  font-weight: bold;
}

body.partner_app .special {
  color: #FB473D;
}

body.partner_app .resi-properties .service-card {
  background: linear-gradient(180deg, rgb(251, 71, 61) 0%, rgb(251, 71, 61, 0.6) 90%, rgba(251, 71, 61, 0.5) 99%);
  color: #fff;
}


.section {
  padding: 60px 0;
  /* Better spacing for premium feel */
}

.hive-icon-box,
.test-box,
.feature-item {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  /* Card shadows for depth */
  transition: all 0.3s ease;
}

.hive-icon-box {
  min-height: 150px;
}

.hive-icon-box:hover,
.test-box:hover,
.feature-item:hover {
  transform: translateY(-5px);
  /* Subtle lift on hover */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

img {
  transition: transform 0.3s ease;
  /* Image hover scale */
}

img:hover {
  transform: scale(1.02);
}

/* Keyframes for custom scroll animations if AOS not sufficient */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

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

/* Fallback for elements without AOS */
.fade-in-up {
  animation: fadeInUp 1s ease-out forwards;
  opacity: 0;
}

/* Container for the text */
img.hive_bottom {
  position: absolute;
  top: 15%;
  right: 5%;
  width: 55%;
  z-index: -1;
}

.join-hive.section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.join-hive.section h3 {
  color: #fff;
}

.row.overlay_content {
  position: absolute;
  bottom: 15%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.row.overlay_content .btn.partner_hive_btn {
  background: #fc0;
  color: #fff;
  margin-top: 10px;
}

/* JOIN HIVE SECTION */
.join-hive.section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.join-hive.section h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

.join-hive .hive_top {
  max-width: 260px;
  height: auto;
  margin: auto;
  display: block;
}

h2.hive_title {
  color: #fff;
  font-size: 34px !important;
  text-align: center;
}


.join-hive .hive_bottom {
  position: absolute;
  bottom: 0;
  right: auto;
  width: 50%;
  z-index: -1;
  opacity: 0.8;
  max-width: 700px;
}


.join-hive .overlay_content {
  position: absolute;
  padding-bottom: 5%;
  bottom: 0%;
  right: 15%;
  max-width: 500px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background: linear-gradient(to top, rgba(251, 70, 61, 0.2), rgba(251, 70, 61, 0.9), rgba(251, 70, 61, 0));
}

.join-hive .overlay_content .partner_hive_btn {
  display: inline-block;
  background: #fff;
  color: #000;
  margin-top: 15px;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 24px;
  transition: all 0.3s ease;
}

.join-hive .overlay_content .partner_hive_btn:hover {
  background: #e6b800;
  color: #fff;
  transform: translateY(-3px);
}

.overlay_content_top {
  position: relative;
  width: 100%;
  height: 100%;
}

.bg_white {
  position: absolute;
  background: #fff;
  padding: 10px 40px;
  border-radius: 12px;
  font-size: 18px;
}

.bg_white.right_10 {
  right: 0%;
  top: 10%;
}

.bg_white.left_5 {
  top: 20%;
  left: -10%;
}

.bg_white.left_20 {
  left: 0%;
  top: 33%;
}

.bg_white.right_15 {
  right: 0%;
  top: 45%;
}


/* FOOTER SOCIAL ICONS */
.footer-section .social-icons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-section .social-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.footer-section .social-icon img {
  width: 20px;
  height: 20px;
}

/* BRAND COLORS ON HOVER */
/* .footer-section .social-icon[aria-label="facebook"] {
		  background: #1877f2; 
		}
		.footer-section .social-icon[aria-label="twitter"] {
		  background: #1da1f2; 
		}
		.footer-section .social-icon[aria-label="Instagram"] {
		  background: #e4405f; 
		}
		.footer-section .social-icon[aria-label="LinkedIn"] {
		  background: #0077b5; 
		}
		.footer-section .social-icon[aria-label="YouTube"] {
		  background: #ff0000; 
		} */

.footer-section .social-icon:hover img {
  filter: brightness(0) invert(1);
  /* Make icon white on hover */
}


/* Premium hover effects for .overlay_content_top items */
/* ---------- Premium hover effects without any position changes ---------- */
.requester-tag,
.overlay_content_top>* {
  transition:
    transform 0.35s cubic-bezier(.25, .8, .25, 1), opacity 0.35s ease, text-shadow 0.35s ease, letter-spacing 0.35s ease !important;
  cursor: pointer;
}

/* Lift + scale */
.requester-tag:hover,
.overlay_content_top>*:hover {
  transform: translateY(-4px) scale(1.05);
  opacity: 0.95;
}

/* Glow text effect */
.requester-tag:hover,
.overlay_content_top>*:hover {
  text-shadow: 0 2px 12px rgba(255, 255, 255, 0.3);
}

/* Slight letter spacing expansion */
.requester-tag:hover,
.overlay_content_top>*:hover {
  letter-spacing: 0.5px;
}

.life-uae .sub_section,
.life-uae.section {
  position: relative;
  z-index: 1;
}

.life-uae.section .space_overlay {
  position: absolute;
  left: -30%;
  top: 33%;
}

.life-uae.section .space_overlay .item .white {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  display: block;
  width: 100%;
}

.life-uae.section .space_overlay .item .yellow {
  background: #FFCB04;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  display: block;
  width: 100%;
}

.life-uae .sub_section img.img-fluid {
  z-index: -1;
  position: relative;
}

/* ---------- Life UAE Section Hover Animations ---------- */
/* -------- Space Overlay Animations -------- */

/* Initial state: hidden before scroll */
.space_overlay {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

/* Visible when scrolled into view */
.space_overlay.animate {
  opacity: 1;
  transform: translateY(0);
}

/* Hover effect for children (no position change) */
.space_overlay>* {
  transition: transform 0.35s cubic-bezier(.25, .8, .25, 1),
    opacity 0.35s ease,
    filter 0.35s ease;
  will-change: transform, opacity, filter;
}

/* On hover: lift + subtle scale + brightness */
.space_overlay>*:hover {
  transform: translateY(-6px) scale(1.03);
  filter: brightness(1.05);
  opacity: 0.95;
}


/* RESPONSIVE */
@media (max-width: 991px) {

  .join-hive .overlay_content {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .requester-tag {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    margin-bottom: 10px;
  }

  .service-requester-text {
    position: relative;
  }

  .join-hive .hive_top {
    max-width: 250px;
  }

  .join-hive .hive_bottom {
    position: relative;
    width: 100%;
    opacity: 0.6;
  }

  .bg_white {
    padding: 10px;
    width: 100%;
    text-align: center;
  }

  .overlay_content_top {
    position: relative;
    width: 100%;
    height: 100%;
    bottom: 0%;
  }

  .bg_white.right_10 {
    left: 0px;
    right: auto;
    top: 10%;
  }

  .bg_white.left_5 {
    left: 0px;
    right: auto;
    top: 20%;
  }

  .bg_white.left_20 {
    right: auto;
    left: 0px;
    top: 30%;
  }

  .bg_white.right_15 {
    left: 0px;
    right: auto;
    top: 40%;
  }

  .join-hive .overlay_content {
    font-size: 14px;
    padding: 10px;
  }

  .join-hive .overlay_content .partner_hive_btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  .life-uae.section .space_overlay {
    left: 0px;
    top: 10%;
    width: 100%;
  }

  .bg_white {
    font-size: 16px;
  }

  .play_button_popup {
    top: 40%;
  }
}

/* === CityBees premium tweaks (paste at end of premium.css) === */
/* Brand variables */
:root {
  --bee-yellow: #FFD400;
  --bee-yellow-2: #FFB400;
  --bee-dark: #0f0f0f;
  --bee-text: #111111;
  --glass: rgba(255, 255, 255, 0.06);
}

/* Sticky / glass navbar */
.custom-navbar {
  transition: backdrop-filter .34s ease, background-color .34s ease, padding .25s ease;
  background: #fff;
}

/* .custom-navbar.scrolled{
  background: rgba(255,255,255,0.26);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 6px 30px rgba(0,0,0,0.12);
  padding: .45rem 0;
} */
.custom-navbar .logo-container img {
  transition: transform .28s ease;
}

.custom-navbar.scrolled .logo-container img {
  transform: scale(1.2);
}

/* Download / CTA buttons */
.download-btn {
  background: linear-gradient(90deg, #000, #333);
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  font-weight: 400;
  font-size: 20px;
  margin-top: 5px;
}

.download-btn:hover,
.download-btn:focus {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

/* Value card hover / overlay */
.value-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.value-card .image-wrap img {
  display: block;
  width: 100%;
  transition: transform .7s cubic-bezier(.2, .9, .2, 1);
}

.value-card:hover .image-wrap img {
  transform: scale(1.06);
}

.value-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.36));
  opacity: 0;
  transform: translateY(8px);
  transition: all .42s ease;
}

.value-card:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}

/* Team card reveal from bottom */
.team-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.team-card img {
  width: 100%;
  display: block;
  transition: transform .6s ease;
}

.team-badge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px;
  transform: translateY(120%);
  transition: transform .36s ease;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.28));
  color: #fff;
}

.team-card:hover .team-badge {
  transform: translateY(0);
}

.team-card:hover img {
  transform: scale(1.04);
}

/* Hive card micro-lift */
.hive-card {
  transition: transform .36s ease, box-shadow .36s ease;
  border-radius: 12px;
}

.hive-card:hover {
  transform: translateY(-8px) rotate(-0.25deg);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}

/* Purpose slider base (works with provided JS) */
.purpose-slider .viewport {
  overflow: hidden;
}

.purpose-slider .slides {
  display: flex;
  gap: 20px;
  transition: transform .55s ease;
  will-change: transform;
}

.purpose-slider .slide {
  min-width: 100%;
  flex-shrink: 0;
}

/* Mobile: convert why-grid into a smooth, snapped horizontal scroller */
@media (max-width:767px) {
  .why-grid {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .why-grid>* {
    flex: 0 0 100%;
    scroll-snap-align: start;
    min-width: 200px;
  }

  .why-grid::-webkit-scrollbar {
    display: none;
  }

  .play_button_popup {
    top: 40%;
  }

  .our-story-about-us h2.eyebrow {
    text-align: center;
    position: absolute;
    top: -12%;
    width: 100%;
  }

  .our-story-about-us h2.eyebrow {
    text-align: center;
  }
}

.hive-cards .hive-card .hive-img:hover {
  transform: scale(1.05);
  z-index: -1;
}

/* Small AOS fallback style */
[data-aos] {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .6s ease, transform .6s ease;
}

[data-aos].aos-animate {
  opacity: 1;
  transform: none;
}



/* ---- Our Story (paste at end of assets/css/premium.css) ---- */
.our-story {
  text-align: center;
  padding: 80px 20px;
  --bee-yellow: #fdd835;
}

.our-story h2 {
  font-size: 2.4rem;
  margin-bottom: 38px;
}



.our-story h2.eyebrow {
  text-align: left;
}

/* each hexagon */
.our-story .story-box {
  --size: 440px;
  width: var(--size);
  height: var(--size);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  transition: transform .6s cubic-bezier(.2, .9, .25, 1), box-shadow .6s ease;
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%);
  background-color: var(--bee-yellow);
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}


.our-story .story-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--img);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
  transform: scale(1.06);
  transition: opacity .10s ease, transform .10s ease;
  will-change: opacity, transform;
  z-index: 22;
}

/* text block sitting above the image */
.our-story .story-box .story-content {
  position: relative;
  z-index: 33;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  color: #111;
  background: var(--bee-yellow);
  transition: opacity .55s ease, transform .55s ease;
  opacity: 0;
}

/* hover = reveal image under the fading text (desktop) */
.our-story .story-box:hover::before {
  opacity: 1;
  transform: scale(1);
}

.our-story .story-box:hover .story-content {
  opacity: 1;
  transform: translateY(8px);
  pointer-events: none;
  height: 100%;
}

/* mobile: tap toggles "active" class — center hexagon returns to normal size */
@media (max-width: 768px) {
  .our-story .story-grid {
    display: block;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .our-story .story-box {
    --size: 100%;
  }

  .our-story .story-grid .story-box:nth-child(2) {
    transform: none;
  }

  .our-story {
    padding: 10px 15px;
  }
}

/* mobile tap state (JS will toggle .active) */
.our-story .story-box.active::before {
  opacity: 1;
  transform: scale(1);
}

.our-story .story-box.active .story-content {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.privacy-banner {
  color: #fff;
}

.contact_form .form-container {
  max-width: 100%;
}


/* Reuse nav-pills from T&C page */
.faq-tabs .nav-link {
  background: #f7f7f7;
  border: 1px solid #ddd;
  margin: 5px;
  border-radius: 8px;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.faq-tabs .nav-link.active {
  background: #ffd500;
  /* CityBees yellow */
  border-color: #e0b800;
  color: #111;
  font-weight: 600;
}

.faq-tabs .nav-link:hover {
  background: #ffe666;
}

/* FAQ container */
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 20px;
}

.faq-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 18px 20px;
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}

.faq-box:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.faq-box h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-box p {
  font-size: 0.95rem;
  margin-top: 12px;
  display: none;
  line-height: 1.5;
  color: #444;
  font-size: 14px !important;
}

.accordion-body {
  font-size: 14px;
}

.faq-box.open p {
  display: block;
}

/* Icon */
.faq-toggle {
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.faq-box.open .faq-toggle {
  transform: rotate(45deg);
}

/* Full-width last FAQ */
.faq-section .faq-box:last-child {
  grid-column: span 2;
}

/* Responsive */
@media(max-width: 768px) {
  .faq-section {
    grid-template-columns: 1fr;
  }

  .faq-section .faq-box:last-child {
    grid-column: span 1;
  }
}

/* Fix: stop blur/translate/animation on FAQ tab links (and make them visible immediately) */
.faq-tabs .nav-link,
.faq-tabs .nav-link:focus,
.faq-tabs .nav-link.active {
  opacity: 1;
  transform: none;
  filter: none;
  animation: none;
}

/* FAQ pill styling */
.faq-tabs .nav-link {
  background: #fff;
  border: 1px solid #eee;
  margin: 6px;
  border-radius: 999px;
  padding: 10px 18px;
  color: #222;
  font-weight: 600;
  transition: background .2s, transform .12s;
}

.faq-tabs .nav-link.active {
  background: #ffd500;
  border-color: #e0b800;
  color: #111;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.faq-tabs .nav-link:hover {
  transform: translateY(-2px);
}

/* ===========================
   FAQ pills (default yellow)
   =========================== */
.faq-tabs .nav-link {
  background: #ffd500;
  /* default: yellow */
  color: #111 !important;
  border: 2px solid transparent;
  /* no visible border by default */
  border-radius: 999px;
  padding: 10px 15px;
  font-size: 16px;
  /* reduce font-size to match screenshot */
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  box-shadow: none;
  transition: background .15s, transform .12s, border-color .15s;
  opacity: 1 !important;
  /* override any fade rules */
  transform: none !important;
  filter: none !important;
  animation: none !important;
  cursor: pointer;
}

/* Active tab: white background + yellow border */
.faq-tabs .nav-link.active {
  background: #ffffff;
  border-color: #ffd500;
  /* yellow border for active only */
  color: #111 !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* hover for non-active pills */
.faq-tabs .nav-link:not(.active):hover {
  transform: translateY(-2px);
  background: #ffe766;
}

/* Ensure nav-link visual size consistent on mobile */
@media (max-width: 576px) {
  .faq-tabs .nav-link {
    font-size: 13px;
    padding: 8px 10px;
  }
}

/* ===========================
   FAQ cards / questions
   =========================== */
.faq-section {
  display: grid;
  grid-template-columns: auto;
  gap: 18px;
  margin-top: 18px;
}

/* question card */
.faq-box {
  background: #ffffff;
  /* force white (fixes grey BG) */
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 18px;
  transition: box-shadow .2s ease;
  cursor: pointer;
  color: #222;
}

/* Ensure any bootstrap .accordion-button inside faq-section has transparent bg */
.faq-section .accordion-button {
  background: #EEEEEE !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: inherit !important;
}

/* question headline */
.faq-box h4,
.faq-box .question {
  background: transparent !important;
  /* remove any grey behind text */
  margin: 0;
  font-size: 16px !important;
  font-weight: 700;
  color: #111;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* answer body hidden by default (we use .open toggle) */
.faq-box p.answer {
  display: none;
  margin-top: 12px;
  color: #444;
  line-height: 1.55;
}

/* open state */
.faq-box.open p.answer {
  display: block;
}

/* icon / plus */
.faq-toggle {
  font-size: 18px;
  transition: transform .2s;
}

.faq-box.open .faq-toggle {
  transform: rotate(45deg);
}

/* last FAQ in each section becomes full width */
.faq-section .faq-box:last-child {
  grid-column: 1 / -1;
  /* spans full row regardless of column count */
}

/* responsive: single column on small screens */
@media (max-width: 768px) {
  .faq-section {
    grid-template-columns: 1fr;
  }

  .faq-section .faq-box:last-child {
    grid-column: auto;
  }

  /* last child no special span on mobile */
}

/* Strong override just in case earlier global nav rule leaks through */
.faq-tabs .nav-link,
.faq-tabs .nav-link:focus,
.faq-tabs .nav-link.active {
  filter: none !important;
  animation: none !important;
}


/* style headings (questions) */
.tab-pane h4,
.tab-pane h4+ul {
  margin: 0 0 12px 0;
}

.tab-pane h4 {
  cursor: pointer;
  margin-bottom: 0px;
}

/* make the ul below look like answer */
.tab-pane h4+ul {
  background: #fff;
  border: 1px solid #eee;
  margin-top: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  color: #444;
}

/* small responsive */
@media(max-width:768px) {
  .tab-pane h4 {
    font-size: 15px;
  }
}

.accordion-item {
  background-color: transparent;
  border: none;
}

/* ===========================
   FAQ Accordion (CityBees)
   Matches payment-refund page style
   =========================== */

.faq-accordion .accordion-item {
  border: 1px solid #eaeaea;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Active item border highlight */
.faq-accordion .accordion-item.active,
.faq-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: #FFD500;
  /* CityBees Yellow */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Accordion Header */
.faq-accordion .accordion-button {
  background-color: #f9f9f9;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 20px;
  border: none;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
}

/* Hover effect */
.faq-accordion .accordion-button:hover {
  background-color: #fffde7;
}

/* Active Header */
.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000;
  border-left: 4px solid #FFD500;
}

/* Icon rotation */
.faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

/* Accordion Body */
.faq-accordion .accordion-body {
  background-color: #fff;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  padding: 15px 20px;
}

.faq-tabs .accordion-item .accordion-header button {
  margin: 0px;
  padding: 10px 15px !important;
  background-color: #eee;
}

.faq-tabs .faq-section .accordion-header .accordion-button.collapsed {
  padding: 10px 15px !important;
  background-color: #eee;
}

.faq-tabs .faq-section .accordion-header .accordion-button:not(.collapsed) {
  background-color: #fff !important;
}

/* Last item full width (if grid used) */
.faq-accordion .accordion-item:last-child {
  grid-column: 1 / -1;
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .faq-accordion .accordion-button {
    font-size: 15px;
    padding: 12px 16px;
  }

  .faq-accordion .accordion-body {
    font-size: 14px;
  }
}


.main-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  background: #000;
}

.banner-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}

.banner-item {
  position: relative;
  flex: 1;
  overflow: hidden;
  transition: flex 0.6s ease, transform 0.5s ease;
  cursor: pointer;
}

.banner-item:hover {
  flex: 1.5;
  transform: scale(1.02);
}

.banner-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 1;
}

.banner-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.banner-item:hover .banner-bg {
  transform: scale(1.05);
}

.banner-content {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  color: #fff;
}

.banner-content h2 {
  font-size: 2rem !important;
  font-weight: 600 !important;
  color: #fff;
  letter-spacing: 0.5px;
}

.banner-content span {
  color: #FFC107;
  /* highlight (yellow) */
  font-weight: 700;
}

.banner-item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}

.banner-item.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* --- Responsive --- */
@media (max-width: 992px) {
  .main-banner {
    height: 100vh;
  }

  .banner-wrapper {
    flex-direction: column;
  }

  .banner-item {
    flex: none;
    height: 33.33%;
  }

  .banner-item:hover {
    flex: none;
    transform: scale(1);
  }

  .banner-bg {
    height: 100%;
  }

  .banner-content {
    bottom: 20px;
  }
}


/* === Fix for white gap between banner items === */
.banner-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.banner-grid>* {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  border: none;
}

.banner-grid img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

/* === Fix for banner text wrapping === */
.banner-item .banner-text {
  white-space: nowrap;
  /* keeps text in one line */
  overflow: hidden;
  /* hides overflow safely */
  text-overflow: ellipsis;
  /* optional – adds “...” if text too long */
  display: inline-block;
  font-size: clamp(16px, 1.3vw, 22px);
  /* responsive safe scaling */
  max-width: 90%;
  /* prevents overflow on small screens */
  text-align: center;
}

/* === Fix animation scaling alignment === */
.banner-item {
  position: relative;
  overflow: hidden;
  background-color: #ffcc00;
  /* fallback background if yellow line used */
}


/* === Fix for white gap between banner items === */
.banner-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.banner-grid>* {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  border: none;
}

.banner-grid img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

/* === Fix for banner text wrapping === */
.banner-item .banner-text {
  white-space: nowrap;
  /* keeps text in one line */
  overflow: hidden;
  /* hides overflow safely */
  text-overflow: ellipsis;
  /* optional – adds “...” if text too long */
  display: inline-block;
  font-size: clamp(16px, 1.3vw, 22px);
  /* responsive safe scaling */
  max-width: 90%;
  /* prevents overflow on small screens */
  text-align: center;
}

.banner-item .banner-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* === Fix animation scaling alignment === */
.banner-item {
  position: relative;
  overflow: hidden;
  background-color: #ffcc00;
  /* fallback background if yellow line used */
}

@media (max-width: 768px) {
  .badges-slider {
    animation-duration: 18s !important;
    /* previously maybe 10s */
  }
}



/* ===== Service Requester Section (Fixed Spacing & Background) ===== */
.service-requester-section {
  background: #fc0;
  padding: 80px 0 0;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.container-service-requester {
  margin: 0 auto;
}

/* Heading alignment */
.service-requester-title {
  text-align: center;
  margin-bottom: 60px;
  max-width: 80%;
  margin: auto;
  position: relative;
  z-index: 2;
  color: #fff;
}

.service-requester-section .service-requester-title .special {
  color: #000;
}

.service-requester-section .service-requester-title {
  color: #ffff;
}

.video_home iframe {
  width: 100%;
  margin: auto;
  height: 100%;

}

.video_content {
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0%;
  top: 38%;
}

/* Content layout */
.service-requester-content .container,
.service-requester-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* left column becomes a column-flex so we can push desc/button to the bottom */
.service-requester-left {
  display: flex;
  /* <-- new */
  flex-direction: column;
  /* <-- new */
  flex: 1 1 0%;
  min-width: 320px;
  position: relative;
  text-align: center;
  padding-bottom: 0;
  /* remove bottom padding — we'll control spacing with margin/padding inside */
}

/* image area will grow to fill available vertical space */
.service-requester-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  flex: 1 1 auto;
  /* <-- new: allow image container to expand */
  display: block;
}

/* make the actual <img> cover the area and not leave gaps */
.service-requester-image img {
  width: 80%;
  height: 100%;
  /* <-- changed from auto */
  object-fit: cover;
  /* <-- prevents letterboxing and keeps image filling area */
  display: block;
  margin: auto;
}


/* Floating labels */
.requester-tag {
  position: absolute;
  background: #fff;
  color: #000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

.requester-tag1 {
  top: 20%;
  left: 0%;
}

.requester-tag2 {
  top: 10%;
  right: 10%;
}

.requester-tag3 {
  top: 35%;
  right: 0%;
}

.requester-tag4 {
  bottom: 40%;
  left: 5%;
}

/* Text below image */
/* push description/button to the bottom of the left column */
.join-hive .overlay_content p,
.service-requester-text .requester-desc {
  font-size: 21px !important;
  font-weight: 600 !important;
  margin-top: 16px;
  /* small spacing from image when collapsed on mobile */
  line-height: 1.7;
  padding: 0 15px;
  margin-top: auto;
  /* <-- key: pushes this block to the bottom */
  text-align: left;
}

.requester-btn {
  background: #fff;
  margin-top: 15px;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 24px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  float: left;
  margin-left: 15px;
}

.requester-btn:hover {
  background: #e5b800;
}

.service-requester-text {
  position: absolute;
  bottom: 0%;
  width: 100%;
  background: linear-gradient(to top, rgb(255, 204, 0.2), rgb(255, 204, 0.9), rgba(255, 255, 255, 0));
  padding: 65px 0px;
}

/* Right Section (yellow) */
/* right column: align heading at top */
.service-requester-right {
  flex: 1 1 0%;
  background: #ffcc00;
  text-align: center;
  border-radius: 0;
  padding: 40px 20px 80px;
  /* top padding reduced, bottom padding keeps phone centered visually */
  min-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* <-- important: place content at top */
  align-items: center;
  /* center horizontally */
}

.requester-join-title {
  margin-top: 0;
  /* remove any accidental top margin */
  margin-bottom: 24px;
  width: 100%;
}


.requester-phone {
  width: 45%;
  height: auto;
  display: inline-block;
}


/* ===== Responsive Fixes ===== */
@media (max-width: 992px) {
  .service-requester-content {
    flex-direction: column;
    align-items: stretch;
  }

  /* revert left column behavior on stacked layout */
  .service-requester-left {
    display: block;
    /* no bottom-pinning on small screens */
  }

  .service-requester-image {
    height: auto;
    flex: none;
  }

  .requester-desc {
    margin-top: 20px;
    /* normal spacing */
  }

  .service-requester-right {
    padding: 40px 20px;
    justify-content: center;
    /* vertically center on stacked mobile */
  }
}


@media (max-width: 576px) {
  .service-requester-text {
    position: unset;
  }

  .service-requester-text .requester-desc {
    font-size: 16px !important;
  }

  .service-requester-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .requester-desc {
    font-size: 15px;
  }

  .requester-tag {
    font-size: 16px;
    padding: 10px 12px;
    position: unset;
  }

  .requester-phone {
    max-width: 240px;
  }
}


/* ===== Premium Menu Hover Effect ===== */
header .navbar-nav .nav-item {
  position: relative;
  display: inline-block;
}

header .navbar-nav .nav-link {
  position: relative;
  padding: 8px 0;
  font-weight: 500;
  color: #fff;
  transition: color 0.3s ease;
}

/* Underline effect */

header .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #ffcc00;
  /* Brand yellow */
  transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Hover state */
header .navbar-nav .nav-link:hover::after,
header .navbar-nav .nav-link.active::after {
  width: 100%;
}

/* Optional: slight color fade on hover */
header .navbar-nav .nav-link:hover {
  color: #ffcc00;
}

/* Prevent jump/flicker */
header .navbar-nav .nav-link {
  display: inline-block;
  line-height: 1.2;
}

.header-menu a {
  position: relative;
  color: #fff;
  text-decoration: none;
  /* remove default underline */
}

.header-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffcc00;
  /* your yellow brand color */
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.header-menu a:hover::after {
  width: 100%;
}

.header-menu a:hover {
  text-decoration: none;
}

.header-menu a {
  position: relative;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}

.header-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ffcc00 0%, #ffd84d 100%);
  border-radius: 2px;
  transform: translateX(-50%);
  transition:
    width 0.4s cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.3s ease;
  opacity: 0.6;
}

.header-menu a:hover {
  color: #ffcc00;
}

.header-menu a:hover::after {
  width: 100%;
  opacity: 1;
}


.header-menu a {
  position: relative;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 6px 0;
  /* uniform padding to stop vertical jump */
  transition: color 0.3s ease;
  border-bottom: none;
  /* remove any default underline glitch */
}

.header-menu a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ffcc00 0%, #ffe45c 100%);
  border-radius: 2px;
  transform: translateX(-50%);
  transition:
    width 0.45s cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.3s ease;
  opacity: 0;
}

.header-menu a:hover {
  color: #ffcc00;
}

.header-menu a:hover::before {
  width: 100%;
  opacity: 1;
}

/* ===== Header menu: premium center-out underline without jump =====
   - Excludes the language dropdown link with id="languageDropdown"
   - Overrides common nav selectors for safety
   ================================================================== */

/* base: apply only to header nav anchors except language dropdown */
header .header-menu a:not(#languageDropdown),
header nav a:not(#languageDropdown),
.navbar-nav .nav-link:not(#languageDropdown),
.header-menu li a:not(#languageDropdown) {
  position: relative;
  display: inline-block;
  /* prevents inline reflow */
  padding: 6px 8px 10px;
  /* reserve space for underline (bottom padding >= underline bottom offset + height) */
  line-height: 1.15;
  /* stable line-height to avoid shifts */
  color: inherit;
  text-decoration: none !important;
  /* remove native underline */
  border: none !important;
  /* remove any border-bottom set elsewhere */
  transition: color 0.28s ease;
  -webkit-font-smoothing: antialiased;
}


/* hover / active */
header .header-menu a:not(#languageDropdown):hover,
header nav a:not(#languageDropdown):hover,
.navbar-nav .nav-link:not(#languageDropdown):hover {
  color: #ffcc00;
  /* subtle color change on hover */
  text-decoration: none !important;
}

/* expand the center line */
header .header-menu a:not(#languageDropdown):hover::before,
header nav a:not(#languageDropdown):hover::before,
.navbar-nav .nav-link:not(#languageDropdown):hover::before,
header .header-menu a:not(#languageDropdown).active::before,
.navbar-nav .nav-link:not(#languageDropdown).active::before {
  width: 100%;
  opacity: 1;
}

/* focus-visible for keyboard users (still not applied to languageDropdown) */
header .header-menu a:not(#languageDropdown):focus-visible,
header nav a:not(#languageDropdown):focus-visible,
.navbar-nav .nav-link:not(#languageDropdown):focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 204, 0, 0.12);
}

/* defensive: explicitly remove legacy underline/border from hovered ancestors */
header .header-menu a:not(#languageDropdown),
header .header-menu a:not(#languageDropdown):hover {
  text-decoration: none !important;
  border-bottom: none !important;
}

/* small-screen safety (no layout shift when menu becomes stacked) */
@media (max-width: 768px) {
  header .header-menu a:not(#languageDropdown) {
    padding: 10px 8px 12px;
  }

  header .header-menu a:not(#languageDropdown)::before {
    bottom: 6px;
    height: 2.5px;
  }
}

/* ===== Neutralize hover/active/underline ONLY for #languageDropdown ===== */
header .navbar-nav .nav-link#languageDropdown::after {
  background: transparent !important;
  transform: none;
  transition: none;
  position: unset;
}

#languageDropdown,
#languageDropdown:hover,
#languageDropdown:focus,
#languageDropdown:active {
  background: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
  position: relative;
}

/* Disable only the yellow underline animation (not Bootstrap arrow) */
.nav-link#languageDropdown::before {
  content: none !important;
}

/* Ensure no yellow hover background or animation from parent */
.nav-item:hover>#languageDropdown {
  background-color: transparent !important;
  color: inherit !important;
  transform: none !important;
}


.main-banner .down-app {
  position: absolute;
  bottom: 10px;
  left: 10px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 20px;
  z-index: 10;
  right: auto;
}

.main-banner .down-app img {
  width: 180px;
  transition: all 0.3s ease;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
}

.main-banner .down-app img:hover {
  transform: translateY(-5px);
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.35));
}

@media (max-width: 768px) {
  .main-banner .down-app {
    bottom: 20px;
    flex-direction: column;
    gap: 10px;
  }

  .main-banner .down-app img {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .swiper-slide.story-box {
    bottom: 0px;
  }

  .swiper-slide.story-box.swiper-slide-active {
    transition: bottom 0.5s ease-in-out;
    position: relative;
    bottom: 200px;
  }

  .our-story .story-box .story-content {
    padding: 82px;
  }

  .swiper.storySwiper {
    min-height: 600px;
  }

  .swiper.storySwiper {
    padding-top: 15%;
  }

  .our-story {
    max-width: 1270px;
    margin: auto;
    background: transparent;
    padding: 0px;
  }
}




@media (max-width: 992px) {
  .service-item {
    flex: 1 1 18%;
  }
}

@media (max-width: 768px) {
  .service-item {
    flex: 1 1 28%;
  }
}

@media (max-width: 576px) {
  .service-item {
    flex: 1 1 40%;
  }

  .down-app img {
    max-width: 48%;
  }
}

.our-story-about-us .resi-every-nav,
.our-story .resi-every-nav {
  margin-top: 0px;
  padding-bottom: 30px;
}

.our-story .resi-every-nav .swiper-button-prev::after,
.our-story .resi-every-nav .swiper-button-next::after,
.our-story-about-us .resi-every-nav .swiper-button-prev::after,
.our-story-about-us .resi-every-nav .swiper-button-next::after {
  font-size: 0px;
}



/* ========== Video Section Styling ========== */

.video-dashboard {
  position: relative;
  /* Or 'absolute' if you want it relative to a parent */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* Ensures it's behind other page content */
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.video_dashboard {
  position: relative;
  width: 100%;
  height: 100%;
}

.video_dashboard video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Scales video to cover the area without letterboxing */
  object-position: center;
  /* Centers the video content */
}


.video_home {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  margin: auto;
}

.video_wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 aspect ratio */
  background-color: #000;
  overflow: hidden;
  border-radius: 20px;
}

.video_thumbnail,
.video_iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  display: block;
}

.video_iframe {
  display: none;
}

.play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 5;
  transition: transform 0.3s ease;
}

.play_button:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

/* Text styling */
.video_content {

  z-index: 10;
  text-align: center;
  margin-top: 2rem;
}

.video_heading {
  font-size: 2rem;
  font-weight: 600;
}

.fix-buzz.section {
  padding: 0 !important;
  margin: 0 !important;
}

.middle_content_home {
  position: absolute;
  bottom: 10%;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 2rem !important;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {
  .video_heading {
    font-size: 20px !important;
    padding: 0 10px;
  }

  .privacy-banner p {
    font-size: 16px;
  }
}


/* Background video wrapper */
.video_wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 aspect ratio */
  overflow: hidden;
  background: #000;
  border-radius: 0px;
}

.video_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

/* Play button styling */
.play_button_popup {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #000;
  border: none;
  cursor: pointer;
  z-index: 9;
  transition: transform 0.3s ease;
  padding: 5px 15px;
  border-radius: 20px;
}

.play_button_popup:hover {

  background: var(--primary-color);
  transform: translate(-50%, -50%) scale(1.05);
}

/* Modal popup */
.video_modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.video_modal_content {
  position: relative;
  width: 90%;
  max-width: 900px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

.video_modal_content iframe {
  width: 100%;
  height: 500px;
  border: 0;
}

/* Close button */
.video_close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
  transition: color 0.2s;
}

.video_close:hover {
  color: #ffcc00;
}

/* Responsive */
@media (max-width: 768px) {
  .video_modal_content iframe {
    height: 300px;
  }
}

/* ===== Our Story hover fix & desktop-only layout ===== */
/* Place this at the END of premium.css so it wins over previous rules */

.our-story .story-box {
  position: relative;
  overflow: visible;
}

/* ensure background image sits under content */
.our-story .story-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.6s ease, transform 0.6s ease;
  z-index: 1;
  /* beneath content */
  pointer-events: none;
}

/* content sits above the background */
.our-story .story-box .story-content {
  position: relative;
  z-index: 3;
  /* above ::before */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  text-align: center;
  background: var(--bee-yellow);
  /* yellow background visible on hover */
  color: #111;
  opacity: 0;
  /* hidden by default */
  transform: translateY(8px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  /* content doesn't intercept pointer — hover stays on .story-box */
}

/* show background + text when hovering the whole hex (.story-box) */
.our-story .story-box:hover::before,
.our-story .story-box.active::before {
  opacity: 1;
  transform: scale(1);
}

/* IMPORTANT: target .story-box:hover .story-content (not .story-content:hover) */
.our-story .story-box:hover .story-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: none;
}

/* Desktop-only: keep center/side transforms (non-destructive) */
@media (min-width: 992px) {
  .our-story .story-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-items: center;
    gap: 40px;
  }

  .our-story .story-grid .story-box:nth-child(2) {
    transform: translateY(-24px) scale(1.08);
    z-index: 4;
  }

  .our-story .story-grid .story-box:nth-child(1),
  .our-story .story-grid .story-box:nth-child(3) {
    transform: translateY(18px) scale(0.96);
    z-index: 2;
  }
}


/* ---- Our Story Hover Fix ---- */
.story-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.story-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--main-yellow, #f5c518);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}

.story-box .story-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  color: #000;
  background: transparent;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  z-index: 2;
}

.story-box:hover::before {
  opacity: 0.9;
}

.story-box:hover .story-content {
  opacity: 1;
  transform: translateY(0);
}

.vid_overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
  top: 0px;
}

.need-help.partner_page {
  background-color: var(--red-color);
}

.bee-ready.partner_page h3 {
  color: var(--red-color);
}



/* each hexagon */
/* ---- Our Story (paste at end of assets/css/premium.css) ---- */
.our-story-about-us {
  text-align: center;
  padding: 80px 20px;
  --bee-yellow: #fdd835;
}

.our-story-about-us h2 {
  font-size: 2.4rem;
  margin-bottom: 38px;
}



.our-story-about-us h2.eyebrow {
  text-align: left;
}

/* each hexagon */


/* hover = reveal image under the fading text (desktop) */



.our-story-about-us .swiper-slide.swiper-slide-active {
  position: relative;
  bottom: 40%;
}


/* ===== OUR STORY SECTION ===== */
.our-story-about-us {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 60px 0;
  overflow: visible;
}

.our-story-about-us .swiper {
  overflow: visible;
}

.our-story-about-us .swiper-slide {
  position: relative;
  transition: transform 0.6s ease, opacity 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}



/* Make active (middle) slide larger and lifted */
@media (min-width: 992px) {
  .storyAboutUsSwiper .swiper-slide-active {
    transform: translateY(-80px) scale(1.15);
    /* 50% up feel */
    z-index: 3;
  }

  .storyAboutUsSwiper .swiper-slide-next,
  .storyAboutUsSwiper .swiper-slide-prev {
    transform: translateY(40px) scale(0.9);
    z-index: 2;
  }
}

/* Hover effect – content over image */
.our-story-about-us .story-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #000;
  text-align: center;
  opacity: 0;
}


/* Optional smooth zoom for image on hover */
.our-story-about-us .swiper-slide:hover .our_story_img {
  transform: scale(1.05);
}

/* Center and side slide positioning */
@media (min-width: 992px) {
  .our_story_img {
    width: 380px;
  }

  .storyAboutUsSwiper .swiper-wrapper {
    align-items: center;
  }

  .storyAboutUsSwiper .swiper-slide {
    transition: transform 0.7s ease, opacity 0.7s ease;
  }

  /* Middle (active) slide – lift and enlarge */
  .storyAboutUsSwiper .swiper-slide-active {
    transform: scale(1.15) translateY(-60px);
    z-index: 3;
  }

  /* Side slides – smaller and lower */
  .storyAboutUsSwiper .swiper-slide-prev,
  .storyAboutUsSwiper .swiper-slide-next {
    transform: scale(0.9) translateY(40px);
    opacity: 0.8;
    z-index: 2;
  }

  .swiper-slide.our_story_box {
    transition: bottom 0.5s ease-in;
    position: relative;
    bottom: 0px;
  }

  .swiper-slide.our_story_box.swiper-slide-active {
    transition: bottom 0.5s ease-in-out;
    position: relative;
    bottom: 120px;
  }

}


.storyAboutUsSwiper .story-content {
  opacity: 0;

}

.storyAboutUsSwiper .swiper-slide:hover .story-content {
  opacity: 1;
  clip-path: polygon(25% 6.7%, 75% 6.7%, 100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%);
  background-color: var(--bee-yellow);
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  transition: transform .6s cubic-bezier(.2, .9, .25, 1), box-shadow .6s ease, opacity .6s ease, background .6s ease;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  transform: scale(1.22);
  height: 100%;
  width: 100%;
}

.storyAboutUsSwiper .swiper-slide:hover .story-content p {
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 20%;
}

.storyAboutUsSwiper .swiper-slide:hover .our_story_img {
  transform: scale(1.05);
}

/* ---------------- CORE VALUES SECTION ---------------- */
.core-values {
  padding: 80px 0;
  background-color: #fff;
  position: relative;
}

.core-values h2 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
}

.core-values .special {
  color: #FDC600;
  /* main yellow */
}

.core-values .subtitle {
  color: #666;
  margin-top: 10px;
}

.values-grid {
  display: flex;
  flex-wrap: wrap;
}

.value-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  cursor: pointer;
  transition: transform 0.4s ease;
}

.value-card:hover {
  transform: translateY(-6px);
}

.value-card .image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.value-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.value-card:hover img {
  transform: scale(1.1);
}

.value-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(253, 198, 0, 0.85);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.value-card:hover .overlay {
  opacity: 1;
}

.value-card .card-copy {
  position: absolute;
  inset: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.value-card:hover .card-copy {
  opacity: 1;
  transform: translateY(0);
}

.value-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

.value-card .value-description {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  max-height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
  font-size: 18px !important;
}

.values-grid .value-card .card-copy {
  position: absolute;
  left: 0px;
  bottom: 1.5rem;
  color: #fff;
  text-align: left;
  max-width: 100%;
}

/* Scrollbar styling inside hover text */
.value-card .value-description::-webkit-scrollbar {
  width: 6px;
}

.value-card .value-description::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 3px;
}

/* Responsive */
@media (max-width: 991px) {
  .value-card .card-copy {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .core-values h2 {
    font-size: 28px;
  }

  .value-card h3 {
    font-size: 20px;
  }
}



/* --- Our Space Care Services Section --- */
.services-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.services-section .heading h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 2.5rem;
  position: relative;
}

.services-section .heading h2 .special {
  color: #f9c311;
  /* Main Yellow */
}

/* --- Container Box Layout --- */
.services-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 2rem;
  justify-items: center;
  padding: 0 1rem;
}

/* --- Individual Item --- */
.service-item {
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
  backdrop-filter: blur(6px);
}

.container_services {
  max-width: 95%;
  margin: auto;
}

.service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(249, 195, 17, 0.3);
}

.service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(249, 195, 17, 0.15), rgba(255, 255, 255, 0.05));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.service-item:hover::before {
  opacity: 1;
}

.services-section .services-box {
  border-radius: 15px;
  padding: 30px;
  margin: auto;
}

.services-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
}

.service-item {
  flex: 1 1 17%;
  text-align: center;
  min-width: 80px;
}

.service-item img {
  width: 55px;
  height: auto;
  transition: transform 0.3s ease;
}

.service-item:hover img {
  transform: scale(1.1);
}

.service-item p {
  font-weight: 600 !important;
  font-size: 22px;
  color: var(--dark-color);
  width: 100%;
  text-align: center;
  margin: 15px 0px 15px 0px;
}

.service-item {
  position: relative;
}

/* --- Icon Image --- */
.service-item .image_box img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 3px 3px rgba(249, 195, 17, 0.25));
  border: 1px solid var(--dark-color);
  border-radius: 50%;
  padding: 5px;
  background: #fff;
  margin-top: 20px;
}

/* .service-item:hover .image_box img {
  transform: scale(1.02);
} */

/* --- Text --- */
.service-item .image_box p {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.service-item:hover .image_box p {
  color: #f9c311;
}

/* --- Responsive --- */
@media (max-width: 768px) {

  .services-section .heading h2 {
    font-size: 1.9rem;
  }

  .services-box {
    gap: 1.5rem;
  }

  .service-item {
    flex: 1 1 40%;

  }

  .service-item p {
    font-weight: 500 !important;
    font-size: 16px;
    color: #333;
  }

  .middle_content_home {
    bottom: auto;
    font-size: 22px !important;
    top: 12%;
    padding: 0px 30px;
  }

  .banner-content h2 {
    font-size: 20px !important;
  }

  body {
    font-size: 16px;
  }

  .step-title {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  .features-badges .badge-line {
    animation: scrollBadges 60s linear infinite;
    display: flex;
    width: max-content;
  }

  .join-hive .overlay_content p,
  .service-requester-text .requester-desc {
    text-align: center;
  }

  /* Enhanced mobile responsiveness for features badges */
  @media (max-width: 768px) {
    .features-badges {
      max-width: 100%;
      padding: 12px 15px;
      margin: 20px auto;
      overflow: hidden;
    }

    .features-badges .badge-line {
      animation: scrollBadgesMobile 40s linear infinite;
      display: flex;
      width: max-content;
    }

    .features-badges .badge {
      margin-right: 25px;
      font-size: 0.9rem;
      padding: 5px 10px;
      flex-shrink: 0;
      white-space: nowrap;
    }

    .features-badges img {
      width: 14px;
      margin-right: 5px;
    }
  }

  @media (max-width: 480px) {
    .features-badges .badge-line {
      animation: scrollBadgesMobile 30s linear infinite;
    }

    .features-badges .badge {
      margin-right: 20px;
      font-size: 0.8rem;
      padding: 4px 8px;
    }

    .features-badges img {
      width: 12px;
      margin-right: 4px;
    }
  }

  /* Pause animation on hover/focus for better readability */
  .features-badges .badge-line:hover,
  .features-badges .badge-line:focus {
    animation-play-state: paused;
  }

  .requester-btn {
    float: none;
  }

  .requester-phone {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .services-section .heading h2 {
    font-size: 1.6rem;
  }

  .service-item .image_box p {
    font-size: 0.9rem;
  }
}

/* --- AOS-style scroll reveal (pure CSS version) --- */
.service-item {
  opacity: 0;
  transform: translateY(40px) scale(0.95);
  transition: all 0.7s ease-out;
  transition-delay: calc(var(--i, 1) * 0.05s);
}

/* When item enters viewport */
.service-item.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Optional smoother hover glow (works with scroll reveal) */
.service-item:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 10px 25px rgba(249, 195, 17, 0.3);
  background: var(--bee-yellow);
  border-radius: 20px;
}

.privacy-banner p {
  color: var(--dark-color);
  font-size: 20px;
}


/* ********* */
/* about-us  */
/* ********* */
.our-story-about-us {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 60px 0;
  overflow: visible;
}


.storyAboutUsSwiper .swiper-slide:hover .story-content p {
  height: 100%;
  width: 100%;
  position: absolute;

  align-content: center;
}


.storyAboutUsSwiper .swiper-slide:hover .story-content {
  opacity: 0;
  clip-path: polygon(25.23% 2.78%, 74.78% 2.78%, 99.32% 50.78%, 73.87% 96.96%, 25.68% 97.22%, 1.81% 50%);

  background-color: var(--bee-yellow);
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  transition: transform .6s cubic-bezier(.2, .9, .25, 1), box-shadow .6s ease, opacity .6s ease, background .6s ease;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  transform: scale(1.16);
  height: 100%;
  width: 100%;
}

.swiper-slide.our_story_box.swiper-slide-active .story-content {
  opacity: 1;
  clip-path: polygon(25.23% 2.78%, 74.78% 2.78%, 99.32% 50.78%, 73.87% 96.96%, 25.68% 97.22%, 1.81% 50%);
  background-color: var(--bee-yellow);
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  transition: transform .6s cubic-bezier(.2, .9, .25, 1), box-shadow .6s ease, opacity .6s ease, background .6s ease;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
  transform: scale(1.16);
  height: 100%;
  width: 100%;
}

.swiper-slide.our_story_box.swiper-slide-active .story-content p {
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 15%;
  font-size: 18px;
  align-content: center;
  line-height: 20px !important;
}

/* Story slider pagination bullets */

.story-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  opacity: 1;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.story-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  transform: scale(1.2);
}

/* Ensure the story swiper has proper positioning for pagination */
.storyAboutUsSwiper {
  position: relative;
  overflow: visible;
  padding-bottom: 60px;
}

.story-pagination {
  position: absolute !important;
  /*! bottom: -50px !important; */
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  text-align: center !important;
  z-index: 10 !important;
}

.values-grid .value-card h3 {
  color: #fff;
  position: absolute;
  bottom: 5%;
  transform: translateX(100%);
  z-index: 99;
  text-align: center;
  width: 100%;
}

.values-grid .value-card .overlay {
  position: absolute;
  inset: 0;
  top: 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.24) 25%, rgba(255, 255, 255, 0.12) 50%, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.74) 100%);
  width: 100%;
  height: 110%;
  opacity: 1;
  top: -10px;
}


.values-grid .value-card:hover h3 {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.values-grid .value-card:hover {
  background-color: red;
}

.value-card .value-description {
  line-height: 1.6;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 100%;
}

.values-grid .value-card .card-copy {
  position: absolute;

  bottom: 1.5rem;
  color: #fff;
  width: 100%;
  height: 100%;
  align-content: center;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.why-grid h4 {
  font-family: 'gold-semi', sans-serif;
  font-size: 18px;
  min-height: 50px;
}

.values-grid .value-card .value-description {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  align-content: center;
  text-align: center;
  padding: 0 1rem;
}

.need-help.partner_page h3 {
  color: #fff;
}

.partner_faq.faq-tabs .nav-link {
  background: #FB473D;
  color: #fff !important;
}

.partner_faq.faq-tabs .nav-link.active {
  border-color: #FB473D;
  background: #fff;
  color: #000 !important;
}

.partner_faq .faq-accordion .accordion-item.active,
.partner_faq .faq-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: #FB473D;
}

.partner_faq.faq-tabs .nav-link:not(.active):hover {
  background: #FB473D;
}

.why-citybees.benefits .badge-circl svg {
  border: 2px dashed #FB473D;
  border-radius: 50%;
  outline: 5px solid #FB473D;
}

.faq-tabs.py-5 .tab-content .tab-heading.text-center.mb-4 {
  display: none;
}

.home_partner,
.home_requester {
  position: absolute;
  max-width: 200px;
  top: 20%;
}

.home_requester {
  left: 3%;
}

.home_partner {
  right: 3%;
}

/*.home_partner .partner_icon, .home_requester .requester_icon {
	width: 100%;
	max-width: ;
	padding: 35%;
	background: var(--bee-yellow);
	border-radius: 50%;
}*/
.home_partner .partner_icon {
  background: #FB463D;
}

.icon-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: auto;
}

.bg-yellow {
  background-color: #FFD600;
  /* adjust as needed */
}

.bg-red {
  background-color: #FF4D4D;
  /* match your red tone */
}

.icon-circle img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.w65 img {
  width: 65%;
}

@media (max-width:768px) {

  .resi-every-nav .swiper-button-next,
  .resi-every-nav .swiper-button-prev {
    margin-top: -30px;
  }

  .down-app {
    display: block !important;
  }

  .our_story_img {
    width: 100%;
  }

  .clearfix {
    display: none;
  }

  .mob-pad {
    display: none;
  }

  .home_partner,
  .home_requester {
    position: absolute;
    max-width: 120px;
    top: 5%;
  }
}




/* Show/hide sliders based on device */
@media (min-width: 992px) {
  .why-citybees.benefits {
    margin-bottom: 5%;
  }

  .why-citybees.benefits .position_cart {
    position: relative;
  }

  .why-citybees.benefits .position_cart .position_text_benefits {
    position: absolute;
    width: 100%;
    left: 0px;
  }

  /* .how-bees.section .container {
	  max-width: 1080px;
	}
	.how-bees.section.home .container {
	  max-width: 1190px;
	} */
  .our-story-desktop {
    display: block !important;
  }

  .our-story-mobile {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .our-story-desktop {
    display: none !important;
  }

  .our-story-mobile {
    display: block !important;
  }
}

/* For desktop: Always show content without hover/click */
.our-story-desktop .story-content {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  /* Assuming any slide-up animation */
  display: block !important;
}

.our-story-desktop .our_story_box {
  pointer-events: none;
  /* Disable interactions if no hover needed */
}

/* Optional: Center content text within slides for desktop */
.our-story-desktop .story-content p {
  text-align: center;
}

.swiper-slide.our_story_box {
  opacity: 0;
}

.swiper-slide.our_story_box.swiper-slide-active,
.swiper-slide.our_story_box.swiper-slide-prev,
.swiper-slide.our_story_box.swiper-slide-next {
  opacity: 1;
}

.features-badges {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  /* Adjust as needed for your layout */
}

.features-badges .badge-line {
  display: flex;
  flex-wrap: nowrap;
  animation: infiniteScroll 30s linear infinite;
  /* Adjust speed with duration */
  width: 200%;
  /* Since we're duplicating content for seamless loop */
}

.features-badges .badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  margin: 0 4px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
  /* Prevent shrinking */
}

.features-badges .badge img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Pause on hover (optional) */
.features-badges:hover .badge-line {
  animation-play-state: paused;
}

body.partner_app .btn.signup-btn {
  background-color: #FB473D !important;
  color: #fff !important;
}

.illustration-row img.man-1,
.illustration-row img.man-3 {
  max-height: 340px;
  accent-color: aliceblue;
}


/* Refined CSS for smooth, seamless infinite crossfade - no snaps */

.logo-box {
  position: relative;
  overflow: hidden;
}

/* .logo-variant {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.red_logo,
.yellow_logo {
  animation: fadeLogo 6s ease-in-out infinite;
}
.red_logo {
  z-index: 2;
}

.yellow_logo {
  z-index: 1;
  animation-delay: -3s; 

.logo-box:hover .logo-variant,
.logo-variant:hover {
  transform: translate(-50%, -50%) scale(1) !important; 
  animation-play-state: paused; 
}

.logo-variant {
  will-change: opacity; 
}

@keyframes fadeLogo {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}



@media (max-width: 768px) {
  .how-bees.section .img-fluid {
	  max-height: fit-content;
	  min-height: auto;
	}
}

 */

/* .position_relative {
  background: #D9D9D9;
  position: relative;
  z-index: -1;
  margin: 2.2rem;
  border-radius: 30px;
  height: 590px;
	top: 30px;
} */

.how-it-works-section {
  height: auto;
  top: 35px;
  position: relative;

}

.how-it-works-section.partner_app {
  background-color: var(--red-color);
  color: #fff;
}

.position_relative {
  margin: 2.2rem;
  height: ;
  max-height: 590px;
  overflow: hidden;
  border-radius: 30px;

}

.our-story-about-us .swiper-wrapper {
  padding-bottom: 3rem;
}


.how-bees .position_relative img.img-fluid:hover {
  transform: none;
}


.refund {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  color: #333;
}

.refund h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.refund .policy-section {
  margin-bottom: 30px;
}

.refund .policy-intro {
  margin-bottom: 20px;
  line-height: 1.6;
}

.refund table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.refund th {
  background: #5a5a5a;
  color: white;
  padding: 16px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}

.refund td {
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 1.5;
}

.refund tr:last-child td {
  border-bottom: none;
}

.refund tbody tr:hover {
  background: #f9f9f9;
}

.refund .time-column {
  width: 50%;
  font-weight: 500;
}

.refund .fee-column {
  width: 25%;
  text-align: center;
}

.refund .note {
  background: #f5f5f5;
  border-left: 4px solid #5a5a5a;
  padding: 15px;
  margin-top: 20px;
  line-height: 1.6;
  font-size: 14px;
}

.refund .note strong {
  display: block;
  margin-bottom: 8px;
  color: #1a1a1a;
}

@media (max-width: 768px) {
  .refund {
    padding: 10px;
  }

  .refund table {
    font-size: 12px;
  }

  .refund th,
  .refund td {
    padding: 12px 8px;
  }

  .refund .time-column {
    width: 45%;
  }

  .refund .fee-column {
    width: 27.5%;
  }
}



.user-terms {
  max-width: 900px;
  margin: 0 auto;
  background: white;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.user-terms h1 {
  color: #1a1a1a;
  font-size: 32px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #4CAF50;
}

.user-terms h2 {
  color: #2c3e50;
  font-size: 24px;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

.user-terms h3 {
  color: #34495e;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.user-terms p {
  color: #4a4a4a;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: justify;
}

.user-terms .definition-term {
  font-weight: 600;
  color: #2c3e50;
}

.user-terms .definition-item {
  margin-bottom: 20px;
  padding-left: 20px;
}

.user-terms a {
  color: #4CAF50;
  text-decoration: none;
  word-break: break-word;
}

.user-terms a:hover {
  text-decoration: underline;
}

.user-terms .clause {
  margin-bottom: 20px;
}

.user-terms .clause-number {
  font-weight: 800 !important;
  color: #000;
  font-family: 'gold-med';
}

.user-terms .sub-clause {
  margin-left: 30px;
  margin-top: 10px;
}

.user-terms .highlight {
  background: #fff9e6;
  padding: 2px 4px;
  border-radius: 3px;
}

.user-terms .company-info {
  background: #f8f9fa;
  padding: 15px;
  border-left: 4px solid #4CAF50;
  margin: 20px 0;
}

.user-terms .email-link {
  font-weight: 500;
}

@media (max-width: 768px) {
  .user-terms {
    padding: 25px;
  }

  .user-terms h1 {
    font-size: 26px;
  }

  .user-terms h2 {
    font-size: 20px;
  }
}
