* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.business {
  font-family: "MobilyText", sans-serif !important;
  background-color: #fff !important;
}
.business .mobily_header {
  display: none !important;
}
.business section {
  margin-bottom: 96px;
}
@media (max-width: 1024px) {
  .business section {
    margin-bottom: 62px;
  }
}
/* ============================
   TOP NAVBAR
============================ */
.top-header .logoanav svg path{
  fill: rgb(75, 244, 255);
}
.business a {
  font-family: "MobilyText", sans-serif !important;
}
.business .item.lang-switcher a {
  font-family: "ExpoArabic-Medium" !important;
  color: rgba(0, 0, 80, 1);
}
.top-header {
  background: rgba(0, 0, 80, 1);
  padding: 16px 48px;
  font-family: "MobilyText", sans-serif !important;
}
.shopping-icon::after {
  background: rgba(75, 244, 255, 1);
  color: rgba(16, 97, 255, 1);
  max-width: 12px;
  max-height: 12px;
  left: 10px;
  top: 2px;
  border: 1px solid #fff;
  padding: 0;
}
.shopping-ico::after {
  background: rgba(75, 244, 255, 1);
  color: rgba(16, 97, 255, 1);
  max-width: 12px;
  max-height: 12px;
  border: 1px solid #fff;
  margin: 0 -25px 0 0;
  padding: 0;
}
.header-inner {
  max-width: 1440px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logoanav {
  display: flex;
  align-items: center;
  justify-content: left;
}
.main-nav {
  display: flex;
  margin-left: 40px; /* NEW SPACING BETWEEN LOGO AND FIRST MENU ITEM */
}

.logo {
  width: 173px;
  height: 32px;
}
.holder-c {
  padding: 0 1rem;
}

/* LEFT NAV BUTTONS */

.main-nav a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 24px;
  transition: background 0.2s;
  line-height: 1;
}

.main-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.main-nav a.active {
  background: rgba(255, 255, 255, 0.18);
}

/* RIGHT TEXT LINKS */

.right-links {
  display: flex;
  gap: 24px;
}

.right-links a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: white;
  text-decoration: none;
  white-space: nowrap;
}

/* ============================
   BOTTOM SECTION
============================ */

.bottom-header {
  background: #ffffff;
  max-width: 1440px;
  margin: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.bottom-inner {
  padding: 16px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LEFT TEXT TABS */

.bottom-left {
  display: flex;
  gap: 8px;
}

.bottom-left a {
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 80, 1);
  text-decoration: none;
  border-radius: 24px;
  transition: background 0.2s;
}

.bottom-left a:hover {
  background: rgba(16, 96, 254, 1);
}

/* RIGHT ICONS */

.bottom-right {
  display: flex;
  gap: 24px;
}

.bottom-right {
  display: flex;
  gap: 24px;
}

.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-btn img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(7%) sepia(76%) saturate(4946%)
    hue-rotate(234deg) brightness(95%) contrast(142%);
}

.businee .mobily_header-mobile-menu:nth-of-type(2) {
  display: none;
}
@media (max-width: 1024px) {
  .top-header,
  .bottom-header {
    display: none;
  }
  #footerID .column ul,
  .rows.social {
    padding-left: 106px !important;
  }
  .carousel-content {
    left: 48px;
    top: 48px;
  }
  .mobily_header-mobile-menu .right a img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg)
      brightness(100%) contrast(100%);
  }
  .mobily_header-mobile-menu .right > a,
  .mobily_header-mobile-menu .right > span {
    margin: 0 0 0 20px;
  }
  .mobily_header-mobile-menu .right img {
    width: 20px;
    height: 20px;
    filter: none;
  }
  .mobily_header-mobile-menu {
    margin-bottom: 0;
    padding: 24px 48px;
    background-color: rgba(0, 0, 80, 1);
  }
  .hero-carousel {
    margin-top: 16px;
  }
  .mobily_header-mobile-menu .right > span.menu-icon img,
  .mobily_header-mobile-menu .right .shopping-ico::after {
    filter: none;
  }
}
/*Old Styles*/
@media (min-width: 1025px) {
  .business .mobily_header-logo {
    height: 32px;
    width: 173px;
  }
  .carousel-content {
    left: 5rem;
    top: 5rem;
  }
  .mobily_header-mobile-menu {
    display: none !important;
  }
  .bottom-right .item a img {
    fill: rgba(0, 0, 80, 1);
  }
}

/* === Hero Carousel === */
.container-s {
  max-width: 1440px;

  margin: 0 auto;

  clear: both;
}
main {
  /*background-color: #fff;*/

  min-height: 50vh;
}
/* === Hero Carousel === */

.holder-h {
  padding: 0 1rem 0;
}

.holder.promo_plan {
  margin-top: 3rem;
}

.hero-carousel {
  position: relative;

  width: 100%;

  height: 80vh;

  overflow: hidden;

  /* background: #1061ff4d; */

  border-radius: 16px;
}

@media (min-width: 1281px) {
  .hero-carousel {
    min-height: 622px;
  }
  .fourth-nav li a {
    color: #000050;
  }
}

.carousel-container {
  position: relative;

  width: 100%;

  height: 100%;

  /* background: url("images/hero_banner_bg.jpg") no-repeat right bottom / cover; */
}

.carousel-slide {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  transition: opacity 1s ease-in-out;
}

.carousel-slide.active {
  opacity: 1;

  z-index: 1;
}

.carousel-slide img {
  position: absolute;

  bottom: 0;

  /* right: 15%; */

  object-position: right bottom;

  object-fit: cover;

  height: 100%;

  width: 100%;

  /* filter: brightness(0.6); */

  /* width:-webkit-fill-available; */
}

/* === Overlay content === */

.carousel-content {
  position: absolute;

  bottom: 15%;

  /* left: 8%; */

  color: #ffffff;

  max-width: 585px;
  font-family: "Mobily_Headline_Regular_v6" !important;
  font-weight: Bold;
  line-height: 1;
}
.carousel-content h5,
.carousel-content h2,
.carousel-content p {
  font-family: "MobilyText" !important;
}
.carousel-title {
  font-size: 24px;
  letter-spacing: -1%;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
}

.carousel-heading {
  font-size: 86px;
  font-weight: 400;
  font-weight: bold;
  line-height: 96px;
  letter-spacing: -2%;
}

.carousel-desc {
  font-size: 1rem;

  line-height: 1.5;

  margin: 2rem 0 4rem;

  /* max-width: 300px; */
}

/* === Buttons === */

.carousel-buttons {
  display: flex;

  gap: 15px;
}

.btn {
  text-decoration: none;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  padding: 12px 28px;
  border-radius: 32px;
}

.btn.primary {
  background-color: #ffffff;
  color: rgba(48, 129, 226, 1);
  text-transform: capitalize;
}

.btn.primary:hover {
  background-color: #ffffff;
  color: rgba(48, 129, 226, 1);
}

.btn.secondary {
  background-color: #ffffff;
  color: #3081e2;
}

.btn.secondary:hover {
  background-color: #fff;

  color: #000050;
}

/* === Carousel Indicators === */

.carousel-indicators {
  position: absolute;

  bottom: 20px;

  left: 50%;

  transform: translateX(-50%);

  display: flex;

  gap: 10px;

  z-index: 10;
}

.carousel-indicators button {
  width: 12px;

  height: 6px;

  border-radius: 4px;

  border: none;

  background-color: rgba(255, 255, 255, 0.5);

  cursor: pointer;

  transition: all 0.3s ease;
}

.carousel-indicators button.active {
  background-color: #fff;

  width: 32px;

  transform: scale(1.2);
}

.carousel-indicators button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.mobily .carousel-indicators {
  margin: 0 auto 36px;
  justify-content: center;
}

@media (max-width: 767px) {
  .logo svg {
  height: 24px;
  width: 130px;
  display: block;
}
  .promo_plan .card-holder .desc {
    font-size: 16px;
    line-height: 12px;
  }
  .promo_plan .card-holder .title {
    font-size: 18px;
    line-height: 20px;
  }
  .promo_plan .card-holder .title {
    margin-bottom: 0;
  }
  .promo_plan .btn.secondary {
    padding: 12px 24px;
    line-height: 24px;
    font-size: 18px;
  }
  .promo_plan .card-holder .content-banner {
    bottom: 23px !important;
    left: 23px !important;
  }
  .promo_plan .card-holder .btn.secondary {
    right: 23px !important;
    bottom: 0px !important;
  }
  .carousel-heading {
    font-size: 64px;
    line-height: 100%;
  }
  .mobily_header-mobile-menu {
    padding: 16px 22px !important;
  }
  .mobily_header-mobile-menu .right a img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg)
      brightness(100%) contrast(100%);
  }
  .mobily_header-mobile-menu .right > a,
  .mobily_header-mobile-menu .right > span {
    margin: 0 0 0 20px;
  }
  .mobily_header-mobile-menu .right img {
    width: 16px;
    height: 16px;
    filter: none;
  }
  .mobily_header-mobile-menu {
    margin-bottom: 0;
    padding: 24px 48px;
    background-color: rgba(0, 0, 80, 1);
  }
  .hero-carousel {
    margin-top: 16px;
  }
  .mobily_header-mobile-menu .right > span.menu-icon img,
  .mobily_header-mobile-menu .right .shopping-ico::after {
    filter: none;
  }
  img[alt="SIGN IN"] {
    display: none;
  }
  .fourth-nav {
    gap: 20px;
  }
  .lang-short {
    display: inline;
    position: relative;
    top: -3px;
  }

  .carousel-main {
    padding: 0px;
  }

  .carousel-content {
    text-align: left;
    left: 24px;
    top: 24px;
    max-width: 100% !important;
  }

  .carousel-buttons {
    display: block !important;
  }

  .promo_plan .card {
    height: 202px !important;
  }

  .promo_plan .card-holder .title {
    font-size: 20px !important;
  }

  .raqi .title {
    font-size: 58px !important;

    top: 1rem !important;

    right: 1rem !important;
  }

  .raqi .subtitle {
    font-size: 20px !important;

    line-height: 22px !important;

    bottom: 1rem !important;
  }

  .raqi .btndiv {
    bottom: 1rem !important;

    right: 1rem !important;
  }
  .fourth-nav .active {
    padding: 0;
  }
  .hamburger {
    width: 18px;
  }
}

/*UI Adjustments*/
.layoutRow {
  width: 100%;
}

/* --- Main Footer Columns --- */
#footerID .rows > * {
  width: auto;
}
#footerID {
  display: flex;

  flex-wrap: wrap;

  /* justify-content: space-between;

  gap: 2rem;*/
}

/*footer .column {

  flex: 1 1 300px;

  min-width: 220px;

}*/

footer h2 {
  font-size: 24px;
  font-weight: 400;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #ffffff;
  line-height: 32px;
}

footer .column li {
  list-style: none;
  line-height: 24px;
  margin-top: 32px;
  font-weight: 400;
  font-size: 16px;
  width: 318px;
}

/* --- Social Icons --- */

footer .social {
  display: flex;

  justify-content: flex-start;

  align-items: center;

  gap: 1.5rem;

  margin: 44px 1rem;
  flex-wrap: initial;
  padding-left: 1rem;
}

footer .social img {
  /*width: 22px;*/

  height: auto;

  filter: brightness(0) invert(1);

  opacity: 0.9;

  transition: opacity 0.3s ease;
}

footer .social img:hover {
  opacity: 1;
}

/* --- Copyright Section --- */

footer .copyright {
  background: #00000080;
  padding: 24px 42px;
  font-size: 14px;
}

footer .copyright .rows {
  display: flex;

  flex-direction: column;

  gap: 1rem;

  max-width: 1440px;

  margin: 0 auto;

  clear: both;
  padding: 0;
}

footer .copyright ul {
  display: flex;

  flex-wrap: wrap;

  gap: 1.2rem;

  padding: 0;

  margin: 0;

  list-style: none;
}

footer .copyright li {
  display: inline-block;
}

footer .copyright a {
  color: #fff;
  opacity: 0.9;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -2%;
}

footer .copyright a:hover {
  opacity: 1;
}

footer .copyright .float-end {
  margin-left: auto;
  text-align: right;
  color: #a0a6ae;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -2%;
  float: left !important;
}

/* --- Responsive Layouts --- */

/* Tablet (≤991px) */

@media (max-width: 991px) {
  /* #footerID {

    justify-content: center;

  }



  footer .column {

    flex: 1 1 45%;

    min-width: 200px;

  }

*/

  #footerID .column h2 {
    /* padding-left: 42px !important; */
    width: 100%;
    padding-right: 52px !important;
  }

  footer .social {
    justify-content: start;
  }

  footer .copyright {
    text-align: start;
  }

  footer .copyright .rows {
    flex-direction: column;
    align-items: start;
    padding: 0;
    width: 566px;
    margin: 0;
  }

  footer .copyright ul {
    justify-content: start;
    padding: 0;
  }

  footer .copyright .float-end {
    text-align: start;
  }

  .download-app-bg {
    height: auto;

    transform: translateY(40px);

    position: absolute;

    left: 0;

    z-index: 8;

    pointer-events: none;

    max-width: 400px;

    bottom: 0;
  }
}

/* Mobile (≤575px) */
footer .column {
  order: 1;
}
@media (max-width: 575px) {
  #footerID {
    flex-direction: column;

    gap: 1rem;
  }

  footer .column {
    width: 100%;
  }

  #footerID .column {
    flex: 1 1 100%;

    padding: 0.5rem 0;
  }

  footer .social {
    justify-content: start;

    flex-wrap: wrap;

    gap: 1rem;
  }
  #footerID .column ul,
  .rows.social {
    padding-left: 58px !important;
  }

  #footerID .column h2 {
    /* padding-left: 22px !important; */
    width: 100%;
    padding-right: 52px !important;
  }

  footer .copyright ul {
    flex-direction: column;

    gap: 0.5rem;

    align-items: start;
  }

  footer .copyright .float-end {
    text-align: start;
  }

  .download-app-bg {
    height: auto;

    transform: translateY(40px);

    position: absolute;

    left: 0;

    z-index: 8;

    pointer-events: none;

    max-width: 400px;

    bottom: 0;
  }
}

.footer-links li {
  line-height: 24px;
}

#footerID .column ul,
.rows.social {
  padding-left: 162px;
  width: 100%;
  order: 2;
  margin: 0;
}
.rows.social {
  margin: 42px 0;
}
.copyright .rows {
  margin: 0 42px;
}

#footerID .column {
  margin-top: 96px;
  width: 432px;
}

.business #footerID .column h2 {
  font-family: "Mobily_Text_Bold_v6";
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
/* Footer-specific styling */
/*
footer .copyright {
  background: #00000080;

  padding: 24px 0;

  font-size: 14px;
  Added font size
}
*/
footer {
  background-color: #000050;

  color: #fff;

  /* padding-top: 2rem;*/
}

footer #footerID a {
  color: rgb(160, 166, 174);

  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

footer .rows {
  max-width: 1440px;

  margin: 0 auto;
}

/*Overview Card Style*/
.business .overview-card-design {
  background-color: rgba(16, 96, 254, 0.2);
  border-radius: 16px;
  max-height: 560px;
}
.business .holder-overview {
  padding: 0 1rem 0;
  margin-bottom: 350px;
}
.business .overview-card-design .introduction {
  padding: 110px 0 0 48px;
}
.business .overview-card-design .introduction h5 {
  color: rgba(86, 94, 99, 1);
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -1%;
  font-family: "Mobily_Headline_Regular_v6";
}
.business .overview-card-design .introduction h1 {
  color: rgba(0, 0, 80, 1);
  font-size: 64px;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: -1%;
  font-family: "Mobily_Headline_Regular_v6";
  margin: 32px 0 0 0;
}
.business .overview-card-design .introduction p {
  color: rgba(0, 0, 80, 1);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -1%;
  font-family: "Mobily_Headline_Regular_v6";
  margin: 24px 0 0 0;
}
.business .overview-card-design .tab-content-plan-overview .oc-width {
  padding: 0 48px;
}
.business .overview-card-design .package-info {
  height: 456px;
  /*overflow-y: hidden;*/
}
.business .plans_banner .package-info img{height:456px;}
.business .benefit-background {
  width: 100%;
  height: 600px;
  background-image: url(/MobilyTheme4Resources/img/mobily/background-overview.webp);
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.business .benefit-background .benefit-container h2 {
  font-family: Mobily_Headline_Regular_v6;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  color: rgba(0, 0, 80, 1);
}
.business .benefit-container #getItNowLink_wcm a,
.business .body-details #getItNowLink_wcm a,
.business .benefit-container #getItNowLink_wcm111 a,
.business .body-details #getItNowLink_wcm111 a {
  background-color: rgba(16, 96, 254, 1);
  color: rgba(255, 255, 255, 1) !important;
  border-radius: 40px;
  padding: 16px 24px;
}
.business .benefit-container #getItNowLink_wcm a i,
.business .body-details #getItNowLink_wcm a i,
.business .benefit-container #getItNowLink_wcm111 a i,
.business .body-details #getItNowLink_wcm111 a i {
  display: none;
}
.business .body-details #getItNowLink_wcm,
.business .body-details #getItNowLink_wcm111 {
  padding: 16px 0;
}
.business .benefit-container #getItNowLink_wcm,
.business .benefit-container #getItNowLink_wcm111 {
  bottom: -40px;
}
.business .benefit-container .bubble-btn span {
  background-color: rgba(16, 96, 254, 0.1);
  color: rgba(16, 96, 254, 1);
  border-radius: 32px;
  padding: 12px 16px;
}
.business .benefit-container .bubble-btn {
  margin-bottom: 40px;
}
.business .info-bg {
  background-color: rgba(16, 96, 254, 0.05);
}
.business .plan-details_tariff-details {
  padding-left: 0;
}
.business section.holder.info-bg {
  margin-bottom: 0;
}
.info-bg .holder .plan-details_tariff-details h2 {
  font-family: "Mobily_Headline_Regular_v6";
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  color: rgba(0, 0, 80, 1);
  margin-bottom: 64px;
}
.business .info-bg .holder .plan-details_tariff-details--item {
  padding: 16px;
  border: 1px solid rgba(16, 97, 255, 0.08);
  background: #fff;
  border-radius: 8px;
}
.business .info-bg .holder .plan-details_tariff-details--items .accordion {
  gap: 16px;
  display: flex;
}
.business .info-bg .holder .plan-details_tariff-details--item h6 {
  font-family: "Mobily_Headline_Regular_v6";
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 80, 1);
  font-weight: bold;
}
.business .info-bg .holder .plan-details_tariff-details--item {
  font-family: "Mobily_Headline_Regular_v6";
  font-size: 16px;
  line-height: 24px;
  color: rgba(86, 94, 99, 1);
}
.business .info-bg .holder .plan-details_tariff-details--item ul,
.business .info-bg .holder .plan-details_tariff-details--item p {
  margin-bottom: 0;
  font-family: "Mobily_Headline_Regular_v6";
}
.numbered-accordion {
  counter-reset: accordion-counter;
}

.numbered-accordion .plan-details_tariff-details--item {
  counter-increment: accordion-counter;
  border: 1px solid #e4e8f3;
  border-radius: 8px;
  background: #f9fbff;
  overflow: hidden;
}

/* Add number prefix */
.numbered-accordion .plan-details_tariff-details--item > div[role="tab"] a h6 {
  position: relative;
  padding-left: 33px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

/* The number */
.numbered-accordion
  .plan-details_tariff-details--item
  > div[role="tab"]
  a
  h6::before {
  content: counter(accordion-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(86, 94, 99, 1);
  font-family: "MobilyText";
}

/* Expand arrow */
.numbered-accordion .plan-details_tariff-details--item a i {
  margin-left: auto;
  transition: transform 0.3s ease;
}

/* Rotate on open */
.numbered-accordion
  .plan-details_tariff-details--item
  a[aria-expanded="true"]
  i {
  transform: rotate(180deg);
}
.mobily .plan-details_tariff-details .accordion i {
  color: rgba(86, 94, 99, 1);
}
main.container-s {
  min-height: auto;
}
.business .info-bg .holder .accordion a[aria-expanded="true"] i {
  transform: rotate(0deg);
  color: rgb(16, 96, 254);
}
.business .info-bg .holder .accordion .collapsed i {
  transform: rotate(180deg);
}
.holder-c.promo_plan.container-s .content-banner .float-start {
  max-width: 450px;
}
@media (min-width: 1025px) {
  .business .benefit-background .benefit-container {
    max-width: 834px;
  }
  .business .info-bg .holder {
    padding: 120px 276px;
  }
}
@media (max-width: 1024px) {
  .business .holder-overview {
    padding: 1rem 1rem 0;
  }
  .container-s .holder {
    padding: 0;
  }
  .business .benefit-container {
    max-width: 810px;
    padding: 0 1rem;
  }
  .business .info-bg .holder {
    padding: 64px;
  }
  .shopping-ico::after {
    margin: 0 5px 0 0;
  }
  .holder-c.promo_plan.container-s .content-banner .float-start {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .business .benefit-background .benefit-container h2 {
    font-family: Mobily_Headline_Regular_v6;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
  }
  .shopping-ico::after {
    margin: 0 -26px 0 0;
  }
  .business .holder-overview {
    padding: 0;
  }
  .business .overview-card-design {
    border-radius: 0;
  }
  .business .overview-card-design .introduction {
    padding: 110px 0 0 16px;
  }
  .business .info-bg .holder {
    padding: 48px 9px;
  }
  .info-bg .holder .plan-details_tariff-details h2 {
    font-size: 32px;
    line-height: 56px;
    margin-bottom: 32px;
  }
  .business .plan-details_tariff-details {
    padding: 0;
  }
}

/*Plans details Styles*/
.business .plan-module {
  max-width: 1440px;
  font-family: "MobilyText";
}
.business .plan-module h3,
.business .plan-module h4,
.business .plan-module p {
  font-family: "MobilyText";
}
/* --- HERO --- */
.business .plan-hero {
  height: 560px;
  border-radius: 16px;
  position: relative;
  margin: 0 1rem;
}
.business .plan-card-body .nb-box {
  background-color: rgba(243, 247, 255, 1);
  border-radius: 24px 24px 0 0;
  padding: 32px 32px 52px 32px;
  border-top: 1px solid rgba(16, 97, 255, 0.25);
  border-left: 1px solid rgba(16, 97, 255, 0.25);
  border-right: 1px solid rgba(16, 97, 255, 0.25);
  font-family: "MobilyText";
}
.business .plan-title-wrapper {
  padding: 40px;
}

.business .plan-title {
  color: white;
  font-weight: 700;
  font-size: 88px;
  line-height: 104px;
  padding-bottom: 56px;
  font-family: "Mobily_Headline_Regular_v6";
  font-weight:bold;
}

/* --- CARD OVERLAY --- */
.business .plan-card {
  margin: -60px 48px auto 48px;
  padding: 0;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.business .plan-card-heading {
  font-size: 21px;
  font-weight: 600;
  color: rgba(16, 96, 254, 1);
}

/* --- BENEFITS --- */

.business .plan-benefits .label {
  color: #7a7a7a;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
}

.business .plan-benefits .value {
  font-weight: 400;
  color: rgba(0, 0, 80, 1);
  font-size: 48px;
  line-height: 56px;
}

/* --- PRICE + BUTTON --- */

.business .price-box {
  border-radius: 0 0 24px 24px;
  padding: 32px 24px;
  border-bottom: 1px solid rgba(16, 97, 255, 0.25);
  border-left: 1px solid rgba(16, 97, 255, 0.25);
  border-right: 1px solid rgba(16, 97, 255, 0.25);
}

.business .price-text {
  font-size: 32px;
  font-weight: 700;
  color: #000b53;
  line-height: 40px;
  font-family: "Mobily_Headline_Regular_v6";
}

.business .price-text .vat {
  font-family: "Mobily_Headline_Regular_v6";
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 80, 1);
  line-height: 24px;
}

.business .buy-btn {
  border-radius: 30px;
  padding: 10px 28px;
}

/* ---- RESPONSIVE BREAKPOINTS ---- */

/* Tablet */
@media (max-width: 1024px) {
  .business .plan-title {
    font-size: 42px;
    padding-bottom: 112px;
  }
  .business .plan-hero {
    height: 518px;
    margin: 1rem 1rem 0 1rem;
  }
  .business .plan-card {
    margin: -100px 40px auto 40px;
  }
  .business .plan-benefits .value {
    font-size: 32px;
    line-height: 38px;
  }
  .business .container-s .holder .custom-rich-text.body-details {
    padding: 0 1rem !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .holder-c.promo_plan.container-s .content-banner .float-start {
    max-width: 200px;
  }
  .business .plan-hero {
    border-radius: 0;
    margin: 0;
  }

  .business .plan-title {
    font-size: 32px;
  }

  .business .plan-card {
    margin: -112px 24px auto 24px;
  }

  .business .plan-benefits .value {
    font-size: 24px;
    font-weight: bold;
  }

  .business .price-text {
    font-size: 24px;
    font-weight: bold;
  }
}
@media (max-width: 400px) {
  .holder-c.promo_plan.container-s .content-banner .float-start {
    max-width: 160px;
  }
}
.business .container-s .holder .custom-rich-text.body-details {
  padding: 0 276px;
  font-family: "Mobily_Headline_Regular_v6";
}
.business .container-s .holder .custom-rich-text.body-details p {
  max-width: 100%;
  font-family: "Mobily_Headline_Regular_v6";
}
.business .container-s .holder .custom-rich-text.body-details strong {
  font-family: "Mobily_Headline_Regular_v6";
  font-size: 48px;
  line-height: 56px;
}

/*Service Details Page Styles */
.business .hero-section {
  position: relative;
  /*max-width: 1440px;
    margin: 0 16px;
  */
  height: 623px;
  overflow: hidden;
  border-radius: 16px;
  isolation: isolate;
}

.business .hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

/* Blue gradient overlay left side */
.business .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 88, 255, 0.8),
    rgba(0, 88, 255, 0)
  );
  z-index: -1;
}

/* Content block */
.business .hero-content {
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-30%);
  width: 50%;
  color: white;
}

/* Breadcrumb */
.business .breadcrumb {
  position: absolute;
  font-family: "MobilyText";
  top: 54px;
  left: 48px;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.85;
}

.business .breadcrumb a {
  color: rgba(229, 229, 229, 0.65);
  text-decoration: underline;
  margin-bottom: 8px;
}

.business .breadcrumb span {
  margin: 0 6px;
}

.business .breadcrumb .active {
  opacity: 1;
  text-decoration: none;
}

/* Main title */
.business .hero-content h1 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 16px;
}

/* Subtitle */
.business .hero-content .subtitle {
  font-size: 18px;
  line-height: 1.45;
  max-width: 420px;
}

/* -------------------------- */
/* Responsive: Tablet (1024) */
/* -------------------------- */
@media (max-width: 1024px) {
  .business .hero-section {
    border-radius: 12px;
    margin: 16px;
  }
  .business .breadcrumb {
    top: 46px;
    left: 48px;
  }
  .business .hero-content {
    left: 48px;
    width: 55%;
  }

  .business .hero-content h1 {
    font-size: 36px;
  }

  .business .hero-overlay {
    width: 70%;
  }
  .holder-h {
    padding: 0;
  }
  .business .container-s .holder .custom-rich-text.body-details.services,
  .business .container-s .holder .body-details.services {
    margin: 0 48px;
  }
}

/* -------------------------- */
/* Mobile (≤ 767px) */
/* -------------------------- */
@media (max-width: 767px) {
  .business .hero-section {
    border-radius: 0;
    margin: 0;
  }
  .business .breadcrumb {
    top: 0px;
    left: 0px;
    margin: 60px 64px 0;
  }
  .business .hero-bg {
    object-position: center;
  }

  .business .hero-overlay {
    width: 100%;
    background: linear-gradient(
      180deg,
      rgba(0, 88, 255, 0.85) 0%,
      rgba(0, 88, 255, 0.6) 40%,
      rgba(0, 88, 255, 0) 100%
    );
  }

  .business .hero-content {
    left: 0;
    bottom: 0;
    top: auto;
    transform: none;
    width: calc(100% - 40px);
    padding: 48px;
  }
  .business .hero-content h1 {
    font-size: 28px;
    line-height: 1.25;
  }

  .business .hero-content .subtitle {
    font-size: 16px;
    line-height: 1.4;
  }
  .business .container-s .holder .custom-rich-text.body-details.services,
  .business .container-s .holder .body-details.services {
    margin: 0 16px;
  }
}
.business .video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.business .video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.business .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-video__content {
  width: 100%;
}
.business .info-bg .container-s .holder {
  margin-bottom: 0;
}
.business .custom-rich-text p {
  max-width: 100%;
}

/*Download App Style here*/
/* Desktop preserves your current absolute placement for pixel-perfect look */
.business .title-blue {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(16, 96, 254, 1);
}
.business .top-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(86, 94, 99, 1);
}
.business .footer {
  margin-top: 0;
}
.business .btn-img {
  object-fit: cover;
  height: 25px;
}
.business .download-app-section {
  overflow: hidden;
  padding: 0 48px;
  width: 100%;
  height: 586px;
}

.business .download-app-container {
  display: flex;

  align-items: flex-start;

  justify-content: flex-start;

  flex-wrap: nowrap;

  position: relative;

  min-height: 570px;
}

/* Desktop: keep the content absolutely positioned on the right */

.business .download-app-content {
  flex: 0 0 480px;

  max-width: 480px;

  display: flex;

  flex-direction: column;

  gap: 27px;

  z-index: 20;

  position: absolute;
  /* desktop absolute */

  right: 6%;
  /* fine-tune distance from right edge */

  top: 120px;
  /* vertical offset to match design */

  text-align: left;
}

/* Desktop title / description */

.business .download-app-content .title {
  font-size: 64px;
  color: rgba(0, 0, 80, 1);
  line-height: 72px;

  font-weight: bold;
}

.business .download-app-content .description {
  font-size: 16px;
  line-height: 24px;
  max-width: 420px;
  font-weight: 400;
}

/* Buttons */

.business .btn-group {
  display: flex;

  gap: 10.68px;

  flex-wrap: wrap;
}

.business .btn-shape {
  background: rgb(237, 237, 237);

  border-radius: 30px;

  width: 136.5px;

  height: 48px;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;
}

/* Desktop: large artwork positioned absolutely on left/bottom */

.business .download-app-bg-img {
  width: 661px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  max-width: none;
}

.business .download-app-bg {
  height: auto;

  transform: translateY(40px);

  position: absolute;

  left: 0;

  z-index: 8;

  pointer-events: none;

  max-width: 700px !important;

  top: -80px;
}

/* ========== Tablet: override absolute layout and switch to flexible row ========== */

/* Tablet should keep text on the right visually, but allow wrapping of the lists and keep copyright right */

@media (max-width: 1024px) {
  .business .download-app-content .title::before {
    height: auto;
    margin-top: auto;
  }
  .business .download-app-container {
    display: flex;

    flex-wrap: wrap;

    justify-content: start;
    /* center both items horizontally within container */

    align-items: center;

    min-height: 817px;
    gap: 32px;
  }

  .business .download-app-section {
    padding: 0;
    height: 1068px;
  }

  /* Make content flow normally (no absolute) and center-align it */

  .business .download-app-content {
    position: relative;
    /* override absolute for tablet */

    right: auto;

    top: auto;

    flex: 1 1 420px;

    max-width: 507px;

    /* margin-top: 75px;
  spacing from image */

    text-align: left;
    /* left alignment on tablet as you requested 'right copyright' */

    z-index: 20;

    align-self: start;

    padding: 0 0 0 48px;
    gap: 27px;
  }

  /* Reduce title slightly on tablet and allow text block to sit left of image */

  .business .download-app-content .title {
    font-family: Mobily_Headline_Regular_v6;
    font-weight: 700;
    font-size: 76px;
    line-height: 89px;
    letter-spacing: -2%;
    margin: 0;

    width: 507px;
  }

  .business .download-app-content .description {
    width: 507px;
  }

  .business .download-app-bg {
    left: 0;

    max-width: 100% !important;

    top: auto;

    bottom: -190px !important;
  }

  /* Make artwork responsive and reduce its overflow; position it visually to the right */

  .business .download-app-bg-img {
    /* position: relative;         use normal flow on tablet

    left: auto;

    bottom: auto;

    width: 520px;             smaller image on tablet

    max-width: 55%;

    z-index: 10;

    margin-left: 12px;

    margin-right: 12px; */

    bottom: -180px;
    /* slightly less overlap for tablets */

    left: 0;
  }

  /* If you need the text to be visually on the right and image to the left, swap order in DOM or use order */

  /* Assuming DOM keeps content then image, set image order so it appears after content on tablet if wanted */

  /* .download-app-bg-img { order: 2 } .download-app-content { order: 1 } */
}

/* ========== Mobile: stack vertically, centered ========== */

@media (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .plans_banner .owl-nav [role="presentation"].disabled {
    display: block !important;
  }

  .mobily .owl-dots {
    display: none;
  }
  .business .download-app-container {
    display: flex;

    flex-direction: column;

    justify-content: start;

    align-items: start;

    padding: 0 24px;

    min-height: 617px;
  }
  .business main {
    padding: 0px;
  }
  .business .card-carousel-container {
    padding-bottom: 62px;
  }
  .business .card-carousel-section {
    padding: 62px 0px 0px 32px;
  }
  .business .lifestyle {
    padding: 72px 16px;
    margin-bottom: 46px;
  }

  .business .lifestyle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .business .lifestyle .card {
    width: 171px;
    height: 148px;
  }
  .business .btn-shape a {
    display: flex;

    justify-content: center;
  }

  .business .download-app-content {
    position: relative;
    /* ensure not absolute */

    width: 100%;

    max-width: 680px;

    margin: 0 0 20px 0;

    text-align: start;
    /* center on mobile */

    align-items: start;
    padding: 0;
  }

  .business .download-app-content .title {
    font-size: 42px;

    line-height: 53px;

    width: 270px;
  }

  .business .download-app-content .description {
    width: 100%;
  }
  .business .download-app-container img,
  .business .download-app-bg-img {
    max-width: 345px;
    height: auto;
  }
  .business .btn-shape {
    width: 136px;
    height: 48px;
  }

  .business .btn-img {
    width: 80% !important;

    height: auto !important;
  }

  .business .download-app-content .description {
    font-size: 16px;

    line-height: 24px;

    max-width: 100%;
  }

  .business .btn-group {
    justify-content: start;

    width: 100%;
  }

  .business .download-app-bg-img {
    /* position: relative;

    width: 90%;

    max-width: 420px;
    margin: 8px 0 24px 0;*/

    bottom: -60px;
    /* fine-tune for mobile */

    left: 0;
  }

  .business .download-app-bg {
    height: auto;

    transform: translateY(40px);

    position: absolute;

    left: 0;

    z-index: 8;

    pointer-events: none;

    /* max-width: 400px !important;*/

    bottom: -60px !important;

    top: auto;
  }
  .business .download-app-section {
    padding: 0;
    height: 820px;
  }
}

/* ========== Utility: ensure images scale and don't blow layout ========== */

.business .download-app-container img,
.business .download-app-bg-img {
  max-width: 100%;

  /* height: auto;*/

  display: block;
}

/* End of download app styles */

/* === Styles for Promo Plan Cards for Landing page === */
@media (min-width: 990px) {
  .business .promo_plan .card-holder {
    flex-direction: row;
  }

  .business .promo_plan .card.non-stretch {
    width: 49%;
  }
}
.business .promo_plan .card-parent {
  display: flex;

  flex-direction: column;

  gap: 24px;
}

.business .promo_plan .card-holder {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: space-between;

  align-self: stretch;

  gap: 24px;
}

.business .promo_plan .card.non-stretch {
  width: 100%;
}

@media (min-width: 990px) {
  .business .promo_plan .card-holder {
    flex-direction: row;
  }

  .business .promo_plan .card.non-stretch {
    width: 49%;
  }
}

.business .promo_plan .card {
  border-radius: 16px;

  flex-shrink: 0;

  color: #ffffff;

  height: 352px;

  position: relative;

  overflow: hidden;

  background: linear-gradient(
    180deg,
    rgba(65, 7, 30, 1) 0%,

    rgba(61, 8, 33, 1) 21.63461595773697%,

    rgba(45, 9, 45, 1) 49.03846085071564%,

    rgba(23, 9, 62, 1) 100%
  );

  aspect-ratio: 692/389;
}

.business .promo_plan .card.stretched {
  border-style: solid;

  border-color: rgba(255, 255, 255, 0.8);

  border-width: 1px;

  align-self: stretch;

  height: 400px;
}

.business .promo_plan .card-holder .title {
  font-size: 32px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 40px;
  font-family: Font Family/Heading;
  font-weight: Bold;
  letter-spacing: 0%;
  color: #fafafb;
}

.business .promo_plan .card-holder .desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fafafb;
}

.business .promo_plan .card-holder .content-banner {
  font-family: "MobilyText", sans-serif !important;
  position: absolute;
  bottom: 48px;
  left: 48px;
  width: 94%;
  z-index: 2;
}

.business .promo_plan .card-holder .btn.secondary {
  position: absolute;

  right: 58px;

  bottom: 0px;
}
.business .promo_plan .btn.secondary {
  padding: 14px 32px;

  line-height: 24px;

  font-size: 16px;

  font-weight: 400;

  color: rgba(0, 0, 40, 1);
}

.business .promo_plan .card.raqi {
  position: relative;

  border: 1px solid rgba(255, 255, 255, 0.8);

  border-radius: 24px;

  overflow: hidden;

  color: #fff;

  height: 352px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.business .promo_plan .card.raqi .content-raqi {
  position: relative;

  width: 100%;

  height: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;
  z-index: 2;
}

.business .promo_plan .card.raqi .title {
  text-transform: uppercase;
}

.business .promo_plan .card.raqi .btn.secondary {
  background: #fff;
  color: #000;
  border-radius: 40px;
  padding: 14px 24px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  left: 51px;
  top: 258px;
}

/* --- DESKTOP LAYOUT --- */

@media (min-width: 1281px) {
  .business .promo_plan .card.raqi .content-raqi {
    flex-direction: row;

    align-items: center;

    justify-content: space-between;
    z-index: 2;
  }

  .business .promo_plan .card.raqi .subtitle {
    font-size: 53px;

    line-height: 64px;

    font-weight: 400;
  }
}

/* --- TABLET & MOBILE LAYOUTS --- */

@media (max-width: 1280px) {
  .business .promo_plan .card.raqi .content-raqi {
    position: relative;
    z-index: 2;
  }

  .business .promo_plan .card.raqi .title {
    position: absolute;

    right: 2rem;

    font-weight: 700;

    line-height: 31px;
  }

  .business .promo_plan .card.raqi .subtitle {
    position: absolute;

    left: 51px;

    font-size: 31px;

    line-height: 42px;

    font-weight: 400;
  }
  .business .promo_plan .card.raqi .btn.secondary {
    position: absolute;
    top: 258px;
    padding: 14px 24px;
    left: 51px;
    border-radius: 40px;
    text-align: center;
  }
}

.plans_banner .owl-nav {
  top: -130px !important;
  width: 90px !important;
  height: 45px !important;
  right: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  color: #000050 !important;
  border: 1px #000050 solid !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
}
.plans_banner .owl-nav .owl-prev {
  right: 48px !important;
  left: inherit !important;
}
.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-prev span {
  font-size: 37px !important;
  font-family: auto;
  line-height: 22px;
}
/*Sign in releated styles*/
.business .bottom-right .item .usr-int {
  color: #51565b;
  font-size: 12px;
  line-height: 12px;
  background-color: #cce8ff;
  padding: 10px 8px;
  border-radius: 50%;
  margin-top: -3px;
  cursor: pointer;
}
.business .dropdown-menu.show.special-div {
  transform: translate3d(0, 32px, 0px) !important;
}
@media (max-width: 1024px) {
  .plans_banner .owl-nav {
    top: -60px !important;
  }
  .business .overview-card-design .introduction {
    padding: 110px 0 60px 16px;
  }
}
.business #menu-icon.icon img{width:20px; height:20px;}
.business #menu-icon.icon{margin: 0 0 0 16px;}
.business .mobily_header-logo svg path{fill:rgba(0, 0, 80, 1);}.business h2{font-family: "Mobily_Headline_Regular_v6"; font-size: 32px !important; line-height:42px !important; font-weight:bold;}
.business .raqi-fiveG-overlay {
  position: relative;
}

.business .raqi-fiveG-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(62, 91, 74, 0.2) 0%, rgba(113, 168, 145, 0.7) 100%);
  pointer-events: none; /* optional */
  border-radius: 10px;
}
