/* Campaign Page Styles */

/* ===== CSS Variables ===== */
:root {
  /* --primary: #001136; */
  --primary: #333333;
  --secondary: #db0a40;
  --muted: #8a91a1;
  --white: #ffffff;
  --gray-light: #ebebeb;
  --gray-medium: #6b7280;
  --gray-dark: #9ca3af;
  --footer-bg: #031235;
}

/* ===== Base Styles ===== */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Bull", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #223;
}

/* Import Bull font from main project */
@font-face {
  font-family: "Bull";
  src: url("font/bull-font/Bull-Regular.woff2") format("woff2"),
    url("font/bull-font/Bull-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Bull";
  src: url("font/bull-font/Bull-Medium.woff2") format("woff2"),
    url("font/bull-font/Bull-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Bull";
  src: url("font/bull-font/Bull-Bold.woff2") format("woff2"),
    url("font/bull-font/Bull-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "GESSTwo";
  src: url("font/arabic-font/GE_SS_Two_Light.otf") format("otf");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "GESSTwo";
  src: url("font/arabic-font/GE_SS_Two_Medium.otf") format("otf");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "GESSTwo";
  src: url("font/arabic-font/GE_SS_Two_Bold.otf") format("otf");
  font-style: normal;
  font-weight: 900;
}

/* Saudi Riyal Symbol Font */
@font-face {
  font-family: "SaudiRiyalSymbol";
  src: url("font/riyal-symbol/saudiriyalsymbol.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

/* Font For Arabic Version  */
html[lang="ar"] body {
  font-family: 'GESSTwo', sans-serif;
}

/* ===== Header ===== */
header {
  position: fixed;
  z-index: 999;
  top: 0;
  padding: 40px 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 200ms ease-in-out;
}

header.scrolled {
  background-color: rgba(1, 18, 53, 0.7);
  padding: 25px 45px;
  backdrop-filter: blur(10px);
}

.navbar__logo {
  width: 272px;
  height: 32px;
  background-image: url("assets/red-bull-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
  cursor: pointer;
  display: block;
}

.campaign_links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.language_toggle {
  background: transparent;
  border: 0;
  height: 33px;
  cursor: pointer;
  padding: 0;
}

.language_toggle svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.join_us__btn {
  padding: 1rem 2.5rem;
  height: 50px;
  min-width: 150px;
  border-radius: 30px;
  background: var(--secondary);
  color: var(--white);
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  font-family: "Bull", arial;
  transition: all 0.3s ease;
}

.join_us__btn:hover {
  background: #c00936;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(219, 10, 64, 0.4);
}

/* ===== Hero Banner ===== */
.main_banner {
  height: 613px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 0;
  /* Remove margin since header is now fixed */
}

.main_banner_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transform: none !important;
  direction: rtl !important;
}

.main_banner__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(77.7% 432.91% at -20.83% 56.09%,
      rgba(0, 0, 0, 0.5016) 0%,
      rgba(51, 51, 51, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.main_banner p {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  left: 8%;
  width: 31rem;
  z-index: 2;
  margin: 0;
  line-height: 1.2;
  /* text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5); */
}

/* ===== Plans Section Title ===== */
.campaign_plans {
  text-align: center;
  margin: 2rem 0 0rem 0;
  padding: 0 2rem;
}

.campaign_plans h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--muted);
  margin: 0;
}

/* ===== Plans Section ===== */
.plans_page__plans {
  /* max-width: 1400px; */
  margin: 0 auto;
  padding: 3rem;
  width: clamp(80%, 100vw - 100px, 100%) !important;
}

/* Tab Navigation */
.plans_addons__plans__toggle_container {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  background: var(--primary);
  border-radius: 50px;
  /* padding: 4px; */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.tab-btn {
  padding: 1rem 3rem;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 50px;
  font-family: "Bull", arial;
  flex: 1;
  text-align: center;
  min-width: 140px;
}

.tab-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}

.tab-btn.active {
  background: var(--secondary);
  color: var(--white);
}

/* Nested Tabs */
.plans_addons__nested__container {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 0rem;
  flex-wrap: wrap;
}

.nested-tab-btn {
  padding: 0.75rem 0;
  border: none;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Bull", arial;
  position: relative;
}

.nested-tab-btn:hover {
  color: var(--primary);
  border-bottom-color: var(--primary);
}

.nested-tab-btn.active {
  color: var(--primary);
  border-bottom-color: var(--secondary);
  font-weight: 600;
}

/* Plan Cards Slider */
.plans_page__slider {
  /* margin-bottom: 2rem; */
  position: relative;
  overflow: hidden;
  /* padding-bottom: 3rem; */
}

.plans_swiper {
  /* width: 85%; */
  padding: 2rem 0;
  padding-top: 0;
}

.plans_swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding-top: 2rem !important;
}

.plans_swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}

/* Plans Pagination Dots */
.plans-swiper-pagination {
  position: relative !important;
  margin-top: 2rem;
}

.plans-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #d1d5db;
  opacity: 1;
  transition: all 0.3s ease;
}

.plans-swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #9ca3af;
}

.plans-swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--secondary);
  width: 10px;
  height: 10px;
}

/* Plan Card */
.plan-card {
  background: var(--white);
  padding: 1.5rem;
  transition: all 0.3s ease;
  border: 1px solid var(--gray-light);
  position: relative;
  height: 100%;
  min-height: 25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0px;
  /* max-width: 400px; */
  width: 100%;
  font-size: 1rem;
}

.plan-card:hover {
  border-color: #bababa;
  box-shadow: 0 8px 24px rgba(0, 17, 54, 0.1);
  transform: translateY(-4px);
}

.plan-card--featured {
  border-color: var(--primary);
  border-width: 2px;
}

/* Background pattern */
.plan-card-vector {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: right bottom;
}

/* Plan Badge */
.plan-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 3;
}

.plan-badge--recommended {
  background: var(--primary);
  color: var(--white);
}

.plan-badge--new {
  background: var(--secondary);
  color: var(--white);
}

/* Plan Card Header */
.plan-card-header {
  margin-bottom: 1.9rem;
  z-index: 2;
  position: relative;
}

.plan-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  /* margin: 0 0 0.5rem 0; */
  line-height: 1.4;
}

.plan-subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
  line-height: 1.2;
}

/* Plan Card Body */
.plan-card-body {
  flex: 1;
  z-index: 2;
  position: relative;
}

.plan-section {
  margin-bottom: 1.8rem;
  z-index: 2;
  position: relative;
}

.section-label {
  font-size: 1rem;
  color: var(--gray-medium);
  /* margin-bottom: 0.25rem; */
  font-weight: 500;
}

.section-value {
  font-size: 1.12rem;
  color: var(--primary);
  font-weight: 500;
}

.section-description {
  font-size: 0.7rem;
  color: var(--gray-dark);
  margin-top: 0.25rem;
  line-height: 1.4;
}

/* Social Media Icons */
.apps-icons {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  flex-wrap: wrap;
}

.app-icon {
  width: 1.125rem;
  height: 1.125rem;
  object-fit: contain;
  transition: transform 0.2s ease;
  filter: brightness(0);
}

.app-icon:hover {
  transform: scale(1.15);
}

/* Plan Card Footer */
.plan-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-top: 0.6rem; */
  border-top: 1px solid var(--gray-light);
  z-index: 2;
  position: relative;
  padding-top: 30px;
}

.price-section {
  display: flex;
  flex-direction: column;
}

.price-amount {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: var(--secondary);
  font-weight: 700;
}

.price-value {
  font-size: 2rem;
  line-height: 2rem;
}

.riyal-icon::before {
  font-family: "SaudiRiyalSymbol";
  content: "\00ea";
  font-size: 20px;
  display: inline;
  color: inherit;
  vertical-align: middle;
  margin-right: 0.25rem;
}

.validity-text {
  font-size: 1rem;
  color: black;
  margin-top: 0.25rem;
  font-weight: 400;
}

.vat-text {
  font-size: 0.65rem;
  color: var(--gray-dark);
  margin-top: 0.125rem;
}

.action-buttons .subscribe-btn {
  padding: 0.75rem 2rem;
  border-radius: 50px;
  background: var(--secondary);
  color: var(--white);
  border: 0;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Bull", arial;
  font-size: 0.8rem;
}

.action-buttons .subscribe-btn:hover {
  background: #001d5a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 17, 54, 0.3);
}

/* No Plans Message */
.plans_page__not_found {
  text-align: center;
  color: var(--muted);
  font-size: 1.2rem;
  padding: 3rem;
}

/* ===== Experiences Section ===== */
.experiences_section {
  margin-top: 0rem;
  padding-bottom: 3rem;
  overflow-x: hidden;
}

.experiences_swiper {
  margin: 0 auto;
  padding-bottom: 3rem;
}

.swiper-slide.experiences-slide {
  transition: all 0.3s ease;
  transform: scale(0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.85) !important;
}

.swiper-slide-active.experiences-slide {
  transform: scale(1) !important;
  /* transform: scale(1.4); */
  z-index: 2;
}

.swiper-pagination {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: #9ca3af;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--secondary);
}

.experience_card {
  border-radius: 12px;
  overflow: hidden;
  height: 450px;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.experience_card_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.experience_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg,
      rgba(0, 17, 54, 0) 0%,
      rgba(0, 17, 54, 0) 50%,
      rgba(0, 17, 54, 0.44) 65%,
      rgba(0, 17, 54, 0.75) 75%,
      rgba(0, 17, 54, 0.94) 85%,
      #001136 100%);
  z-index: 1;
}

.experience_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.experience_card__content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.experience_card__title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--secondary);
  margin-bottom: 0rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.experience_card__description {
  font-size: 1rem;
  line-height: 1.4;
  color: var(--white);
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* ===== Video Section ===== */
.campaign_video {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.campaign_video_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.circle {
  position: relative;
  z-index: 3;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
}

.circle img {
  position: relative;
  z-index: 2;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  /* background: rgba(0, 0, 0, 0.5); */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: none;
  /* backdrop-filter: blur(10px); */
}

.circle:hover img {
  /* background: rgba(0, 0, 0, 0.7); */
  transform: scale(1.1);
}

/* .circle img {
  width: 28px;
  height: 28px;
  margin-left: 4px;
} */

/* ===== Welcome CTA Section ===== */
.campaign_welcome {
  text-align: center;
  margin-top: 0rem;
  padding: 1rem 2rem;
}

.campaign_welcome_header {
  font-size: 1.5rem;
  color: var(--muted);
  margin-bottom: 1rem;
  font-weight: 400;
}

.campaign_welcome button {
  margin: 0 auto;
}

/* ===== Footer ===== */
.campaign_footer {
  background: var(--footer-bg);
  color: var(--white);
  margin-top: 3rem;
  position: relative;
  padding: 2.5rem 5rem;
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.campaign_footer__left {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 3rem;
  flex: 1;
}

.campaign_footer .logo {
  width: 220px;
  height: 36px;
  background-image: url("assets/red-bull-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

.follow_us {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.follow_label {
  color: #fff;
  font-size: 1.1rem;
  margin: 0;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-align: center;
}

.social_icons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.social_icons img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  cursor: pointer;
  transition: transform 0.2s ease;
  filter: brightness(0) invert(1);
}

.social_icons img:hover {
  transform: scale(1.2);
}

.campaign_footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  flex: 2;
}

.download_label {
  color: var(--white);
  margin: 0;
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
  font-weight: 400;
}

.store_buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.store_buttons button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.store_buttons button:hover {
  transform: scale(1.05);
  opacity: 0.8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.store_buttons button:active {
  transform: scale(0.98);
}

.store_buttons img {
  height: 40px;
  object-fit: contain;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.store_buttons img:hover {
  transform: scale(1.05);
}

/* ===== Responsive Styles ===== */

/* Tablets and below */
@media (max-width: 1024px) {
  header {
    padding: 40px;
  }

  header.scrolled {
    padding: 20px 30px;
  }

  .slider-container {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
  }
}

/* Tablets */
@media (max-width: 830px) {
  header {
    padding: 14px 20px;
    background-color: #011235;
  }

  header.scrolled {
    padding: 20px 15px;
  }

  .navbar__logo {
    width: 200px;
    height: 24px;
  }

  .campaign_links {
    gap: 1rem;
  }

  .join_us__btn {
    /* padding: 0.75rem 1rem; */
    min-width: 95px;
    font-size: 14px;
    white-space: nowrap;
  }

  .main_banner {
    height: 240px;
    margin-top: 75px;

  }

  .main_banner p {
    font-size: 1.5rem;
    width: 50%;
    top: 35%;
    left: 5%;
  }

  .campaign_plans h3 {
    font-size: 1.5rem;
  }

  .plans_page__plans {
    padding: 1rem;
  }

  .plans_swiper {
    width: 95%;
  }

  .tab-btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.85rem;
    min-width: 120px;
  }

  .slider-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .plan-card {
    min-height: 500px;
    max-width: 100%;
  }

  .experience_card {
    height: 400px;
    min-height: 400px;
  }

  .experience_card__title {
    font-size: 1.5rem;
  }

  .experience_card__description {
    font-size: 0.9rem;
  }

  .campaign_video {
    height: 50vh;
  }

  .campaign_welcome_header {
    font-size: 1.25rem;
  }

  .campaign_footer {
    padding: 2rem;
  }

  .footer-content {
    flex-direction: column;
    gap: 2rem;
  }

  .campaign_footer__left {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 0;
    padding-bottom: 2rem;
    align-items: center;
  }

  .campaign_footer__right {
    align-items: center;
    text-align: center;
  }

  .store_buttons {
    justify-content: center;
  }

  .fixed-app-card {
    top: 26%;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .main_banner p {
    font-size: 1.5rem;
    width: 50%;
    top: 35%;
  }

  .plans_swiper {
    width: 100%;
    padding: 1.5rem 0;
  }

  .plans_addons__plans__toggle_container {
    max-width: 100%;
    /* padding: 3px; */
  }

  .tab-btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.85rem;
    min-width: auto;
    flex: 1;
  }

  .plans_addons__nested__container {
    gap: 1.5rem;
  }

  .nested-tab-btn {
    padding: 0.6rem 0;
    font-size: 0.9rem;
  }

  .plan-card {
    padding: 1.5rem;
  }

  .plan-title {
    font-size: 1rem;
  }

  .plan-subtitle {
    font-size: 1.25rem;
  }

  .price-amount {
    font-size: 2rem;
  }

  .subscribe-btn {
    padding: 0.65rem 1.5rem !important;
    font-size: 0.9rem !important;
  }

  .experience_card {
    height: 350px;
    min-height: 350px;
  }

  .campaign_video {
    height: 40vh;
  }

  .circle {
    width: 70px;
    height: 70px;
  }

  .circle svg {
    width: 24px;
    height: 24px;
  }

  .circle img {
    width: 70px;
    height: 70px;
  }

  .campaign_footer .logo {
    width: 180px;
    height: 28px;
  }

  .download_label {
    font-size: 1rem;
  }

  .store_buttons img {
    height: 36px;
  }
}

/* Fixed App Download Card */
.fixed-app-card {
  position: fixed;
  inset-inline-end: 0rem;
  top: 50%;
  /* width: 200px; */
  background: var(--primary);
  border-start-start-radius: 25px;
  border-end-start-radius: 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0.6rem;
  display: flex;
  align-items: center;
  /* gap: 1rem; */
  z-index: 900;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* height: 155px; */
  /* width: 317px; */
  padding: 0;
  width: 135px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  border: none;
  color: inherit;
  font: inherit;
}

.fixed-app-card:hover {
  transform: translateX(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
  width: 317px;
}

html[dir="rtl"] .fixed-app-card:hover {
  transform: translateX(5px);
}

.fixed-app-card__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.fixed-app-card__logo img {
  width: 134px;
  height: auto;
  /* transform: translateY(-12px); */
  /* display: none; */
}

.fixed-app-card__text {
  font-family: "Bull", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: white;
  background-color: var(--secondary);
  letter-spacing: 2px;
  height: 76px;
  width: 94px;
  clip-path: polygon(0 75%, 100% 31%, 100% 100%, 0% 100%);
  display: flex;
  align-items: end;
  clip-path: polygon(0 75%, 100% 31%, 100% 100%, 0% 100%);
  position: absolute;
  bottom: 0;
  justify-content: start;
  padding-inline-start: 0.6rem;
}

.fixed-app-card__qr {
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 0.75rem; */
  flex-direction: column;
  flex: 1;
  transform: scale(0);
  transition: all 0.6s ease;
}

.fixed-app-card:hover .fixed-app-card__qr {
  transform: scale(.9);
}

.fixed-app-card__qr img {
  width: 94px;
  height: 94px;
  object-fit: contain;
}

.fixed-app-card__title {
  font-family: "Bull", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  color: white;
  text-align: center;
  margin: 0;
  line-height: 1.3;
  margin-top: 0.5rem;
}

/* Mobile Subscribe Button - hidden by default */
.fixed-app-card__subscribe {
  display: none;
}

/* Prevent child elements from intercepting clicks - all clicks should go to the button */
.fixed-app-card * {
  pointer-events: none;
}

/* Ensure the button itself is clickable */
.fixed-app-card {
  pointer-events: auto;
}

/* Mobile specific styles */
@media (max-width: 1024px) {
  .fixed-app-card {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    top: 35%;
    right: 46px;
    width: auto;
    height: 8rem;
    padding: 15px 8px;
    background: var(--secondary);
    transform: rotate(270deg);
    writing-mode: vertical-lr;
    text-orientation: mixed;
  }

  .fixed-app-card:hover {
    transform: rotate(180deg);
    width: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  }

  /* Hide desktop elements on mobile */
  .fixed-app-card__logo,
  .fixed-app-card__qr {
    display: none;
  }

  /* Show mobile subscribe button */
  .fixed-app-card__subscribe {
    display: block;
    font-family: "Bull", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
    margin: auto;
  }
}

@media (max-width: 830px) {
  .fixed-app-card {
    top: 22%;
  }
}
@media (max-width: 380px) {
  .fixed-app-card {
    top: 26%;
  }
}

/* ===== Video Modal ===== */
.video-modal {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal-content {
  position: relative;
  width: 50vw;
  height: auto;
  max-height: 95%;
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: background 0.3s ease;
}

.video-modal-close:hover {
  background: rgba(0, 0, 0, 0.8);
}

#campaignVideo {
  width: 100%;
  height: auto;
  max-width: 1200px;
  max-height: 800px;
  border-radius: 8px;
}

@media (max-width: 830px) {
  .video-modal-content {
    width: 95vw;
    max-width: 98%;
    max-height: 85%;
  }

  #campaignVideo {
    max-width: 100%;
    max-height: 500px;
  }

  .video-modal-close {
    top: -35px;
    font-size: 24px;
  }
}

/* RTL Support */
html[dir="rtl"] .main_banner p {
  left: auto;
  right: 8%;
}

html[dir="rtl"] .main_banner img {
  transform: scale(-1, 1);
}

html[dir="rtl"] .plan-card-vector {
  right: auto;
  left: 0;
  object-position: left bottom;
  transform: scaleX(-1);
}

html[dir="rtl"] .plan-badge {
  right: auto;
  left: 1rem;
}

html[dir="rtl"] .campaign_footer__left {
  border-right: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 0;
  padding-left: 3rem;
}

html[dir="rtl"] .campaign_footer .logo {
  background-position: right center;
}

@media (max-width: 830px) {
  html[dir="rtl"] .campaign_footer__left {
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 0;
    padding-bottom: 2rem;
  }
}