@font-face {
  font-family: "Mobily_Headline_Bold_v6";

  src: url("/MobilyTheme4Resources/fonts/Mobily_Headline_v6-Bold.woff2")
      format("woff2"),
    url("/MobilyTheme4Resources/fonts/Mobily_Headline_v6-Bold.woff")
      format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Mobily_Text_Bold_v6";

  src: url("/MobilyTheme4Resources/fonts/Mobily_Text_v6-Bold.woff2")
      format("woff2"),
    url("/MobilyTheme4Resources/fonts/Mobily_Text_v6-Bold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Mobily_Headline_Regular_v6";

  src: url("/MobilyTheme4Resources/fonts/Mobily_Headline_v6-Regular.woff2")
      format("woff2"),
    url("/MobilyTheme4Resources/fonts/Mobily_Headline_v6-Regular.woff")
      format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Mobily_Text_Light_v6";

  src: url("/MobilyTheme4Resources/fonts/Mobily_Text_v6-Light.woff2")
      format("woff2"),
    url("/MobilyTheme4Resources/fonts/Mobily_Text_v6-Light.woff") format("woff");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "MobilyText";

  src: url("/MobilyTheme4Resources/fonts/Mobily_Text_v6-Regular.woff2")
      format("woff2"),
    url("/MobilyTheme4Resources/fonts/Mobily_Text_v6-Regular.woff")
      format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

/* Basic reset for consistent styling */

* {
  box-sizing: border-box;

  margin: 0;

  padding: 0;

  text-decoration: none;
}

/* Base styles for the body */

body {
  font-family: "MobilyText", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;

  line-height: 1.6;

  background-color: #fff;

  color: #333;
}

html body .priceUnit,
html body .rheostat-value,
.rheostat-value1 {
  font-family: "MobilyText", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif !important;
}
.promo_plan .card-holder .title,
.promo_plan .card.raqi .title,
.promo_plan .card.raqi .subtitle {
  font-family: "Mobily_Text_Bold_v6";
}

a {
  color: #000050;
}

/* Sets the maximum width and centers the main content */

.container {
  max-width: 1440px;

  margin: 0 auto;

  padding: 0 20px;

  clear: both;
}

.container-s {
  max-width: 1440px;

  margin: 0 auto;

  clear: both;
}

/* Creates a full-width background for the header and footer */

.full-width-section {
  width: 100%;
}

/* Header-specific styling */
header {
  background-color: #000050;
  color: #fff;
  padding: 20px 0;
  height: 80px;
  margin-bottom: 40px;
}

header .container {
  display: block;
  justify-content: space-between;
  align-items: center;
}

/* Logo styling */
.logo svg,
.logo {
  width: 122px;
  height: 44px;
  z-index: 3;
  margin-right: 40px;
}

/* Top-level layout */
.top-level {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 80, 1);
  height: 80px;
  padding: 0 48px;
}

/* Navigation items (left + right links combined) */
.header-one,
.top-right {
  display: flex;
  gap: 20px;
  align-items: center;
}

.header-one .item a,
.top-right .item a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.header-one .item a:hover,
.top-right .item a:hover {
  color: #ccc;
}

/* Navigation styling */
.nav-links {
  display: flex;
  align-items: center;
}

.nav-links ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: #ccc;
}

nav ul,
ul.fourth-nav {
  list-style: none;
  display: flex;
}

nav a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

nav a:hover {
  color: #ccc;
}

/*Hamburger icon */
.hamburger {
  display: none;
  font-size: 28px;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 2;
  width: 32px;
  height: 32px;
  background: url("/wps/wcm/connect/619b75d7-3a87-4e89-9633-4376411fb157/hamburger_menu_icon.webp?MOD=AJPERES&amp;ContentCache=NONE&amp;CACHE=NONE&amp;CACHEID=ROOTWORKSPACE-619b75d7-3a87-4e89-9633-4376411fb157-pFyyxlb")
    no-repeat center;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  transition: background-image 0.3s ease;
}
.hamburger.active {
  background: url("/wps/wcm/connect/36eaf2b9-4d96-40c2-85ce-73feb78ab2b6/icon_close.png?MOD=AJPERES&amp;ContentCache=NONE&amp;CACHE=NONE&amp;CACHEID=ROOTWORKSPACE-36eaf2b9-4d96-40c2-85ce-73feb78ab2b6-pFyAPmb")
    no-repeat center;
  top: 20px;
}

.hamburger.active ~ *:not(.nav-links) {
  display: none;
}

.secondary-toggle {
  display: none;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  color: #000050;
  align-items: center;
  gap: 8px;
  z-index: 2;
}
#navMenu0 {
  line-height: 24px;
}
#navMenu1 {
  line-height: 22px;
  font-style: bold;
}
#navMenu1,
#navMenu0 {
  list-style: none;
  padding: 0;
  margin-top: 8px;
  display: flex;
  font-size: 16px;
  letter-spacing: -2%;
}

#navMenu1 li a,
#navMenu0 li a {
  color: #ffffff;
  text-decoration: none;
  padding: 3px 15px;
  text-transform: capitalize;
  font-weight: 400;
}
#navMenu1 li a:hover,
#navMenu0 li a:hover {
  border-radius: 24px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.18);
}

#navMenu1 li.selected a,
#navMenu0 li.selected a {
  border-radius: 24px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.18);
}

.third-menu {
  list-style: none;
  display: flex;
  /*gap: 20px;*/
}

/* Main content styling */

main {
  padding: 0px 0px 80px;

  /*background-color: #fff;*/

  min-height: 50vh;
}
.card-carousel-container {
  padding-bottom: 16px;
}
/* ===== Dropdown overlay (for #menu1Toggle) ===== */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  /* transparent black */
  z-index: 0;
  /* just below dropdown z-index */
  display: none;
}

/* When visible */
.menu-overlay.active {
  display: block;
}

/* menu starts here */
/* === Multi-level dropdown styling === */
.dropdown-title {
  width: 83%;
  text-align: center;
}
.menu-dropdown {
  position: absolute;
  top: 85px;
  left: 0;
  display: none;
  background: #fff;
  color: #000;
  border-radius: 0 0 16px 16px;
  z-index: 100;
  overflow: hidden;
  transform: translateY(-10px);
  transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.4s ease;
}

.menu-dropdown .column1,
.menu-dropdown .column2 {
  float: left;
}

.menu-dropdown .column1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.menu-dropdown .column1 ul li {
  padding: 8px 25px;
  cursor: pointer;
  border-radius: 32px;
  display: block;
  float: none !important;
  width: auto !important;
  margin: 5px 0;
  white-space: nowrap;
}

.menu-dropdown .column1 ul li:hover,
.menu-dropdown .column1 ul li.active {
  background-color: #f1f8fb;
  color: #000a63;
}

.menu-dropdown .column2 {
  display: none;
  background: #f1f8fb;
  width: 100%;
}

.menu-dropdown .column2 h6 {
  color: #000050;
  margin-bottom: 6px;
}

.menu-dropdown .column2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.menu-dropdown .column2 ul li {
  padding: 16px;
  color: #000a63;
  font-size: 14px;
  border-bottom: 1px solid #0000000d;
}

.menu-dropdown .column2 ul li::after {
  content: " ";
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  color: #000050;
  float: right;
  margin-left: 2rem;
  background-image: url("/wps/wcm/connect/a86d520a-3708-488c-800a-615e5303727e/arrow_blue_right.png?MOD=AJPERES&amp;ContentCache=NONE&amp;CACHE=NONE&amp;CACHEID=ROOTWORKSPACE-a86d520a-3708-488c-800a-615e5303727e-pFyBWe6");
  width: 5px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.column1-sub1,
.column1-sub2 {
  float: left;
  /* padding: 0 2rem 0 0; */
  padding: 15px;
  box-sizing: border-box;
}

/* Optional: align nicely with menu */
.third-menu {
  position: relative;
}

.third-menu > li {
  position: relative;
}

.third-menu > li > a {
  display: block;
  padding: 12px 16px;
  border-radius: 24px;
  text-decoration: none;
}

.third-menu img {
  display: none;
}

.third-menu > li > a:hover {
  background: var(--Mobily-Blue-Light-1000, #1061ff);
}

/* Keep active background for open dropdowns */
.third-menu > li.open > a,
.third-menu > li > a:hover {
  background-color: #1061ff;
  color: #fff;
  border-radius: 24px;
  padding: 12px 16px;
}

/* When dropdown is hidden, reset */
.third-menu > li > a {
  transition: background-color 0.3s ease;
}

/* menu ends here */

.third-menu .content.open {
  padding-bottom: 16px;
}

.primary-menu {
  float: left;
}

.secondary-menu {
  float: right;
}

.secondary-menu li img {
  display: none;
}

.nav-links {
  width: 100%;
}

.third-menu {
  top: 17px;
  left: 25px;
}

.fourth-nav {
  right: 10px;
  top: 61px;
  gap: 24px;
}

.float-start {
  float: left;
}

.float-end {
  float: right;
}

.dropdown-header {
  display: none;
}

.lang-short {
  display: none;
}

.lang {
  display: inline;
  position: relative;
  top: -7px;
}

.fourth-nav .active {
  color: #ffffff;
  padding: 7px 24px;
  border-radius: 46px;
}

.shopping-icon {
  position: relative;
}

.shopping-icon::after {
  content: attr(value);
  font-size: 8.4px;
  font-weight: 400;
  color: #1061ff;
  background: #4bf4ff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 0px 4px 1px;
  position: absolute;
  text-align: center;
  top: -1px;
  left: 10.33px;
  text-transform: uppercase;
  box-sizing: border-box;
  line-height: 12px;
  visibility: hidden;
}
.shopping-icon.show-after::after {
  visibility: visible;
}

/* ✅ Smooth slide-down animation */

@keyframes slideDown {
  from {
    opacity: 0;

    transform: translateY(-10px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}

/* ===============================================
DESKTOP NAVIGATION STYLES
Applies to screens 1025px and wider
===============================================
*/
@media (min-width: 1025px) {
  .mini-logo {
    display: none;
  }
  main {
    padding: 0px 0px 96px;
  }
  .card-carousel-section {
    padding: 82px 0px 0px 32px;
  }
  .lifestyle {
    margin-bottom: 96px;
  }
  .card-carousel-container {
    padding-bottom: 16px;
  }
  .menu-dropdown .column1 ul {
    padding: 1rem;
  }
  .nav-links {
    display: block;
    /* override flex on desktop for stacked layout */
  }

  .third-menu {
    clear: both;
    padding: 16px 0 0 !important;
  }

  .third-menu a {
    color: #000050;
  }
}

@media (min-width: 767px) {
  .fourth-nav .active {
    background: #000050;
    color: #ffffff !important;
  }
}

@media (min-width: 768px) {
  .promo_plan .card-holder .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }
  .promo_plan .card,
  .promo_plan .card.raqi {
    height: 352px;
  }

  .lang-short {
    display: none;
  }
}

/* ===============================================
MOBILE & TABLET NAVIGATION STYLES
Applies to screens 1024px and smaller
===============================================
*/
@media (max-width: 1280px) {
  .hamburger {
    background-size: auto;
  }
  .fourth-nav .active {
    /*! background: #0050ff; */
  }
  ul.secondary-menu li:last-child {
    display: flex !important;
  }
  .secondary-toggle::after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 12px;
    background: url("/wps/wcm/connect/5d4ef95f-918f-466d-a021-b029c1b4a649/icon-chevron-down.png?MOD=AJPERES&amp;ContentCache=NONE&amp;CACHE=NONE&amp;CACHEID=ROOTWORKSPACE-5d4ef95f-918f-466d-a021-b029c1b4a649-pFyF6eG")
      no-repeat right;
    background-size: contain;
    transition: transform 0.3s ease;
  }
  /* Rotate when active (menu open) */
  .secondary-toggle.active::after {
    transform: scaleY(-1);
  }
  .secondary-toggle + #navMenu1,
  .secondary-toggle + #navMenu0 {
    display: none;
  }
  .secondary-toggle.active + #navMenu1,
  .secondary-toggle.active + #navMenu0 {
    display: block;
  }
  .Singin {
    display: none;
  }
  .column1-sub1,
  .column1-sub2 {
    width: calc(100% - 24px);
    background-color: #f1f8fb;
    margin: 12px;
    border-radius: 12px;
  }
  img[alt="Search"],
  img[alt="Shopping Cart"],
  img[alt="SIGN IN"] {
    filter: brightness(0) invert(1);
  }

  /* .lang {
    display: none;
  } */

  .primary-menu {
    width: 100%;
    background: #000050;
    padding: 15px;
    z-index: 100;
  }

  .primary-menu button {
    width: auto;
  }

  .menu-dropdown .column2 {
    display: none !important;
    /* always hidden initially */
  }

  .menu-dropdown .column2 ul {
    background-color: #fff;
    border-radius: 14px;
  }

  .menu-dropdown .content {
    display: flex;
    justify-content: space-between;
  }

  .menu-dropdown .content::after {
    content: " ";
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    color: #000050;
    float: right;
    margin-left: 5rem;
    background-image: url("/wps/wcm/connect/a86d520a-3708-488c-800a-615e5303727e/arrow_blue_right.png?MOD=AJPERES&amp;ContentCache=NONE&amp;CACHE=NONE&amp;CACHEID=ROOTWORKSPACE-a86d520a-3708-488c-800a-615e5303727e-pFyBWe6");
    width: 5px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .menu-dropdown .content.open::after {
    transform: rotate(90deg);
  }

  .menu-dropdown .column2 div div.close + ul {
    display: none;
  }

  .third-menu.hide-siblings {
    position: absolute !important;
  }

  .third-menu li {
    transition: all 0.3s ease;
    padding: 16px 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0, 0, 0, 0.03);
  }

  .third-menu li::after {
    content: " ";
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    color: #000050;
    float: right;
    margin-left: 5rem;
    background-image: url("/wps/wcm/connect/a86d520a-3708-488c-800a-615e5303727e/arrow_blue_right.png?MOD=AJPERES&amp;ContentCache=NONE&amp;CACHE=NONE&amp;CACHEID=ROOTWORKSPACE-a86d520a-3708-488c-800a-615e5303727e-pFyBWe6");
    width: 6px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .fourth-nav {
    position: absolute;
    right: 60px;
    top: 27px;
  }

  .third-menu {
    position: relative;
    top: 0;
    left: 0;
  }

  .secondary-toggle {
    display: block;
    /* width: 100%; */
    text-align: left;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background-color: #fff;
    color: #000a63;
    position: relative;
  }

  #navMenu1,
  #navMenu0 {
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 2;
    width: calc(100% - 32px);
  }
  #navMenu1 li,
  #navMenu0 li {
    border-bottom: 1px solid #00000008;
  }
  #navMenu1 li:last-child,
  #navMenu0 li:last-child {
    border: none;
  }

  #navMenu1.active,
  #navMenu0.active {
    display: flex;
    position: absolute;
    /* z-index: 5; */
    width: 90%;
    top: 63%;
  }
  #navMenu1 li a,
  #navMenu0 li a {
    display: block;
    padding: 8px 10px;
    color: #fff;
    border-radius: 4px;
    transition: background-color 0.2s ease;
  }

  #navMenu1 li a:hover,
  #navMenu0 li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  #navMenu1 li.selected,
  #navMenu0 li.selected {
    display: none;
  }

  #navMenu1 li.selected a,
  #navMenu0 li.selected a {
    font-weight: 600;
    text-decoration: underline;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .nav-links {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
  }

  header {
    margin-bottom: 0px;
  }

  header .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-level {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 10px 20px;
    position: relative;
  }

  .hamburger {
    display: block;
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 9;
  }

  /* Collapsed nav by default */
  #navMenu {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    /* padding: 20px; */
    border-radius: 8px;
    /* margin-top: 15px; */
    animation: slideDown 0.3s ease-in-out;
    height: -webkit-fill-available;
    z-index: 2;
    height: 100%;
  }

  #navMenu.active {
    display: flex;
  }

  #navMenu1 li a,
  #navMenu0 li a {
    display: block;
    padding: 8px 10px;
    color: #000a63;
    border-radius: 4px;
    transition: background-color 0.2s ease;
  }

  #navMenu1 li a:hover,
  #navMenu0 li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  nav ul {
    display: none;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    animation: slideDown 0.3s ease-in-out;
  }

  nav.active ul {
    display: flex;
    padding: 16px;
    width: 100%;
    gap: 0;
  }

  /* Hide both menus initially */
  .header-one,
  .top-right {
    display: none;
  }

  /* Combine both into one dropdown when active */
  .mobile-menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    background-color: #000070;
    width: 100%;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    animation: slideDown 0.3s ease-in-out;
  }

  .mobile-menu.active {
    display: flex;
  }

  .mobile-menu .item a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
  }

  .logo {
    margin-bottom: 10px;
    width: 122px;
    height: 44px;
  }

  .third-menu {
    flex-direction: column;
    width: 100%;
    background: #fff;
    gap: 0 !important;
  }

  /* Hide dropdowns initially */
  .menu-dropdown {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    color: #000;
    border-radius: 0;
    box-shadow: none;
    animation: slideDown 0.3s ease;
    position: absolute;
  }

  .menu-dropdown .column1 {
    padding: 0;
    width: 100%;
    height: 100vh;
  }
  .menu-dropdown .column1 ul li.active {
    background-color: unset;
    color: unset;
  }

  /* Overlay header for mobile dropdown */
  .dropdown-header {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #000050;
    color: #fff;
    padding: 10px 15px;
    height: 80px;
  }

  .back-button {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background: url("/wps/wcm/connect/42ee49ae-3879-43ef-a493-2bbb1f351349/bw_arrow_white.png?MOD=AJPERES&amp;ContentCache=NONE&amp;CACHE=NONE&amp;CACHEID=ROOTWORKSPACE-42ee49ae-3879-43ef-a493-2bbb1f351349-pFyD0IB")
      no-repeat center;
    width: 12px;
    height: 22px;
  }

  /* Hide sibling li when dropdown is active */
  .third-menu.hide-siblings > li:not(.open) {
    display: none;
  }

  .third-menu.hide-siblings > li.open {
    display: none;
  }

  .nav-links a {
    color: #000a63;
  }
  .secondary-menu {
    width: 100%;
    margin: 20px 0;
    /* width: calc(100% - 32px) !important; */
  }
  .secondary-menu {
    background: #f2f4f8;
    border-radius: 16px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .secondary-menu li {
    display: flex;
    padding: 16px;
    justify-content: space-between;
    border-bottom: 0.5px solid #d5d8df;
  }

  .secondary-menu li:last-of-type {
    border-bottom: none;
  }

  .secondary-menu a {
    color: #000;
    font-weight: unset !important;
  }

  .secondary-menu li img {
    display: block;
    transform: rotate(90deg);
    width: 12px;
  }
  .third-menu > li > a {
    padding: 0px !important;
  }
}

/* Responsive behavior for mobile */

@media (max-width: 768px) {
  footer .copyright ul {
    max-width: 100%;
  }

  /* .carousel-slide img {

    height: auto;

    width: auto;

    left: 50%;

    transform: translate(-50%, 0%);

  } */

  .carousel-heading {
    font-size: 32px !important;
    line-height: 42px !important;
    margin-top: 24px;
  }

  .carousel-buttons {
    flex-direction: row;

    align-items: flex-start;
  }

  .raqi .btndiv {
    float: right;

    right: 2rem;
  }
}

/* === Hero Carousel === */

.holder {
  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 .carousel-heading {
    width: 558px;
  }
  .download-app-container .column1 {
    float: right;
    width: 50%;
  }
  .download-app-container .column2 {
    float: left;
    width: 50%;
  }
  .download-app-content .title {
    font-family: "Mobily_Text_Bold_v6";
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: 0%;
  }
  .promo_plan .card.raqi .title {
    font-weight: 700;
    font-size: 150px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .hamburger-menu {
    padding: 10px 10px 10px 10px;
  }
  .secondary-menu {
    position: relative;
    top: 8px;
    gap: 32px;
  }
  .carousel-content {
    left: 96px;
    top: 65px;
  }

  .fourth-nav {
    clear: both;
    position: relative;
    top: -18px;
  }
  .hero-carousel {
    min-height: 400px;
  }
  .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: #171c1d;
  /* 
  max-width: 450px; */

  line-height: 1;
}

.carousel-title {
  font-size: 24px;
  letter-spacing: -1%;
  font-weight: 400;
  color: #171c1d;
  line-height: 32px;
}
.carousel-title.black, .carousel-heading.black {
    color: #171C1D;
}
.carousel-title.white, .carousel-heading.white {
    color: #ffffff;
}

.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: 400;
  font-style: Bold;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 32px;
}

.btn.primary {
  background-color: #1061ff;
  color: #fff;
}

.btn.primary:hover {
  background-color: #003dcc;
}

.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);
}

@media (max-width: 767px) {
  .btn {
    padding: 9px 24px;
  }
  .carousel-nav {
    display: none;
  }
  .promo_plan .card.raqi .title {
    font-size: 48px;
    font-weight: 400;
    font-style: Bold;
    line-height: 15.67px;
  }
  .hamburger-menu {
    padding: 10px 10px 10px 10px;
  }
  .lifestyle-heading {
    color: #000050;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    font-weight: bold;
  }
  .promo_plan .btn.secondary {
    padding: 9px 24px !important;
  }
  .promo_plan .card-holder .content-banner {
    left: 0 !important;
  }
  .promo_plan .card-holder .btn.secondary {
    right: 0 !important;
  }
  .promo_plan .card.raqi .btn.secondary {
    top: 110px !important;
    left: 24px !important;
  }
  .promo_plan .card,
  .promo_plan .card.raqi {
    height: 180px;
  }
  .promo_plan .card.raqi .subtitle {
    position: absolute;
    left: 24px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
  }
  .raqi .title {
    font-size: 48px;
  }
  .mini-logo {
    display: block;
    height: 44px;
    background: url("/wps/wcm/connect/9337bb31-1e39-478e-b8e6-2e7401a7fe56/mobily_mini_logo.png?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE-9337bb31-1e39-478e-b8e6-2e7401a7fe56-pFyGVrV")
      no-repeat left;
  }

  .logo {
    display: none;
  }
  img[alt="SIGN IN"] {
    display: none;
  }
  .fourth-nav {
    gap: 20px;
  }
  .lang {
    display: none;
  }
  .lang-short {
    display: inline;
    position: relative;
    top: -3px;
  }
  .hero-carousel {
    border-radius: 0px;
  }

  .carousel-main {
    padding: 0px;
  }

  .carousel-content {
    text-align: center;
    width: 100%;
    top: 30px;
    padding: 0 39px;
  }

  .carousel-buttons {
    display: block !important;
  }
  .promo_plan .card-holder .title {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 20.47px !important;
  }

  .promo_plan .card-holder .desc {
    font-size: 12px !important;
    font-weight: 700;
    font-weight: bold;
    line-height: 12.28px;
  }

  .raqi .subtitle {
    top: 25px;
  }

  .raqi .btndiv {
    bottom: 1rem !important;

    right: 1rem !important;
  }
  .fourth-nav .active {
    padding: 0;
  }
  .hamburger {
    width: 18px;
  }
}

/* ===== Multi-Card Carousel ===== */

.card-carousel-section {
  padding: 96px 0px 0px 32px;

  text-align: center;

  position: relative;

  color: #000050;
}

.card-carousel-section .carousel-title {
  font-size: 16px;
}

.card-carousel-section .carousel-heading {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 64px;
}

.card-carousel-section .btnCase {
  margin: 39px 0;
}

/* Scrollable container */

.card-carousel-container {
  position: relative;

  overflow: hidden;
}

/* Cards wrapper */

.card-carousel {
  display: flex;

  gap: 24px;

  overflow-x: hidden;

  scroll-behavior: smooth;

  padding-bottom: 20px;
}

.card-carousel::-webkit-scrollbar {
  display: none;
}

/* Individual Card */

.carousel-card {
  min-width: 318px;

  height: 425px;

  flex: 0 0 auto;

  border-radius: 16px;

  position: relative;

  color: #000050;

  overflow: hidden;

  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); */

  transition: transform 0.3s ease;

  background: #e5f2ff;

  text-align: center;
}

/* .carousel-card:hover {
  transform: translateY(-4px);
} */

.card-content {
  position: absolute;

  top: 20px;

  width: 100%;

  /* left: 20px; */
}

.card-content h3 {
  font-size: 24px;
  line-height: 40px;
  margin: 28px 24px;
  font-family: "Mobily_Headline_Bold_v6";
  /* white-space: nowrap; */

  /* text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); */
}

/* Buttons inside cards */

.card-content .btn.primary {
  background-color: #fff;

  color: #1061ff;

  padding: 12px 32px;

  border-radius: 40px;

  font-size: 16px;

  text-decoration: none;

  font-weight: 400;
  line-height: 24px;
}

.card-content .btn.primary:hover {
  background-color: #003dcc;

  color: #fff;
}

/* === Carousel Navigation (upgraded design) === */

/* Make visible when needed */

.carousel-nav.visible {
  opacity: 1;
}

/* === Arrows === */

.nav-arrow {
  background: #ffffff;

  border-radius: 46px;

  border: 1px solid rgba(255, 255, 255, 0.16);

  box-shadow: 0px 4px 7px -3px rgba(0, 0, 0, 0.25);

  width: 40px;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  transition: background 0.3s ease, transform 0.2s ease;
}

.nav-arrow img {
  width: 24px;

  height: 24px;
}

/* Flip the left arrow */

.nav-arrow.left img {
  transform: scaleX(-1);
}

/* Hover and active effects */

.nav-arrow:hover {
  background: #f0f0f0;

  transform: translateY(-2px);
}

.nav-arrow:active {
  transform: scale(0.95);
}

/* === Lifestyle Section === */

.lifestyle {
  background: rgba(16, 96, 254, 0.05);

  border: 1px solid #e5e7eb;

  padding: 72px 0;

  display: flex;

  flex-direction: column;

  gap: 42px;

  align-items: center;

  justify-content: flex-start;

  text-align: center;
  margin-bottom: 96px;
}

.benefit {
  color: #000050;

  font-size: 16px;

  line-height: 24px;

  font-weight: 400;
}

/* === Grid Layout === */

.lifestyle-grid {
  display: grid;

  gap: 20px;

  justify-content: center;
}

/* Default: single column on mobile */

.lifestyle-grid {
  grid-template-columns: repeat(1, 1fr);
}

/* Tablet (≥480px): 2 items per row */

@media (min-width: 480px) {
  .lifestyle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktop (≥769px): 3 items per row */

@media (min-width: 768px) {
  .btn {
    padding: 16px 24px;
  }
  .carousel-nav {
    display: flex;

    justify-content: center;

    align-items: center;

    gap: 16px;

    margin-top: 20px;

    padding: 12px 8px;

    background: rgba(0, 0, 0, 0.08);

    border-radius: 121px;

    border: 1px solid rgba(0, 0, 0, 0.08);

    box-sizing: border-box;

    height: 53px;

    opacity: 0;

    transition: opacity 0.3s ease;

    width: 113px;

    margin: auto;
  }
  .lifestyle-heading {
    color: #000050;
    font-size: 48px;
    line-height: 64px;
    font-weight: 400;
    font-weight: bold;
  }
  .lifestyle-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* === Card Styling === */

.lifestyle .card {
  height: 128px;
  width: 194px;
  background: #fff;

  border: 1px solid #e5e7eb;

  border-radius: 24px;

  padding: 20px 14px;

  display: flex;

  flex-direction: column;

  gap: 14px;

  align-items: center;

  justify-content: center;

  transition: transform 0.3s ease, box-shadow 0.3s ease;

  cursor: pointer;
}

.lifestyle .card:hover {
  transform: translateY(-4px);

  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* === Icon Circle === */

.lifestyle .icon {
  background: rgba(16, 96, 254, 0.1);

  border-radius: 50%;

  padding: 12.34px;

  display: flex;

  align-items: center;

  justify-content: center;
  height: 55px;
  width: 55px;
}

.lifestyle .icon img {
  width: 28px;

  height: 28px;
}

/* === Text === */

.card-title {
  color: #1f2a37;
  font-size: 16px;
  font-weight: 700;
  font-style: bold;
  line-height: 120%;
  letter-spacing: -3%;
}

/* === Promo Plan Cards === */

.promo_plan .card-parent {
  display: flex;

  flex-direction: column;

  gap: 24px;
}

.promo_plan .card-holder {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: space-between;

  align-self: stretch;

  gap: 24px;
}

.promo_plan .card.non-stretch {
  width: 100%;
}

@media (min-width: 990px) {
  .promo_plan .card-holder {
    flex-direction: row;
  }

  .promo_plan .card.non-stretch {
    width: 49%;
  }
}

.promo_plan .card {
  border-radius: 16px;

  flex-shrink: 0;

  color: #ffffff;

  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;
}

.promo_plan .card.stretched {
  border-style: solid;

  border-color: rgba(255, 255, 255, 0.8);

  border-width: 1px;

  align-self: stretch;
}

.promo_plan .card-holder .desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.promo_plan .card-holder .content-banner {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 94%;
  z-index: 2;
}

.promo_plan .card-holder .btn.secondary {
  position: absolute;

  right: 28px;

  bottom: 20px;
}

.promo_plan .float-start {
  left: 25px;

  bottom: 15px;

  position: relative;
}

.promo_plan .btn.secondary {
  padding: 16px 24px;

  line-height: 24px;

  font-size: 16px;

  font-weight: 400;

  color: #000028;
}

.promo_plan .card.raqi {
  position: relative;

  border: 1px solid rgba(255, 255, 255, 0.8);

  border-radius: 24px;

  overflow: hidden;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;
}

.promo_plan .card.raqi .content-raqi {
  position: relative;

  width: 100%;

  height: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;
  z-index: 2;
}

.promo_plan .card.raqi .title {
  text-transform: uppercase;
}

.promo_plan .card.raqi .btn.secondary {
  background: #fff;
  color: #000;
  border-radius: 40px;
  padding: 16px 24px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  left: 51px;
  top: 258px;
}

/* --- DESKTOP LAYOUT --- */

@media (min-width: 1281px) {
  .promo_plan .card.raqi .content-raqi {
    flex-direction: row;

    align-items: center;

    justify-content: space-between;
    z-index: 2;
  }

  .promo_plan .card.raqi .subtitle {
    font-size: 52px;
    line-height: 72px;
    font-weight: 400;
    font-weight: bold;
  }
}

/* --- TABLET & MOBILE LAYOUTS --- */

@media (max-width: 1280px) {
  .promo_plan .card.raqi .content-raqi {
    position: relative;
    z-index: 2;
  }

  .promo_plan .card.raqi .title {
    position: absolute;
    /* right: 2rem; */
  }
}

/* --- MOBILE REFINEMENTS --- */

@media (max-width: 767px) {
  .signInList {
    display: block;
  }
  .signIn {
    display: none;
  }
  .download-app-section {
    /* height: 699px !important; */
  }

  /* .promo_plan .card.raqi .btn.secondary {
    top: 258px;
    left: 51px;
    font-size: 16px;
    width: 130px;
    height: 30px;
    border-radius: 32px;
  } */
}

.label2 {
  color: #ffffff;

  text-align: left;

  font-family: var(--small-strong-font-family, "MobilyTextV6-Bold", sans-serif);

  font-size: var(--small-strong-font-size, 16px);

  line-height: var(--small-strong-line-height, 24px);

  font-weight: var(--small-strong-font-weight, 700);
}

.rectangle-11662 {
  width: 692px;

  height: 135px;

  position: absolute;

  left: 50%;

  translate: -50%;

  bottom: 0px;

  overflow: visible;
}

.screenshot-2025-09-24-at-10-17-56-1 {
  width: 1408px;

  height: 939px;

  position: absolute;

  left: 50%;

  translate: -50%;

  top: calc(50% - 368px);

  object-fit: cover;

  aspect-ratio: 1408/939;
}

.rectangle-3 {
  background: linear-gradient(
    to left,

    rgba(0, 0, 0, 0.24),
    rgba(0, 0, 0, 0.24)
  );

  opacity: 0.5;

  width: 1415px;

  height: 400px;

  position: absolute;

  left: calc(50% - 710.5px);

  top: 50%;

  translate: 0 -50%;

  mix-blend-mode: soft-light;

  object-fit: cover;
}

.rectangle-32 {
  background: linear-gradient(
    to left,

    rgba(0, 0, 0, 0.24),
    rgba(0, 0, 0, 0.24)
  );

  opacity: 0.9;

  width: 1415px;

  height: 400px;

  position: absolute;

  left: calc(50% - 710.5px);

  top: 50%;

  translate: 0 -50%;

  object-fit: cover;
}

.gradient-block {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 80, 0) 0%,

    rgba(0, 0, 80, 0.6) 100%
  );

  width: 100%;

  height: 149px;

  position: absolute;

  left: 50%;

  translate: -50%;

  bottom: 0px;
  /* 
  backdrop-filter: blur(16px); */
  z-index: 1;
}

.raqi .title {
  color: #ffffff;

  float: right;

  position: absolute;

  right: 47px;
}

.raqi .subtitle {
  float: left;

  color: #ffffff;

  position: absolute;

  left: 51px;
}

.raqi .btndiv {
  position: absolute;

  bottom: 5rem;
}

@media (min-width: 767px) {
  .raqi .btndiv {
    float: left;

    left: 2rem;
  }

  .raqi .subtitle {
    top: 25px;
  }
}

/* ===== End of Multi-Card Carousel ===== */

/* Download app styles */

/* ========== Desktop (default) ========== */

/* Desktop preserves your current absolute placement for pixel-perfect look */

.download-app-section {
  background: linear-gradient(
      225deg,
      rgba(16, 97, 255, 0.65) 0%,

      rgba(4, 26, 126, 0.65) 100%
    ),
    linear-gradient(
      226.82deg,
      rgba(75, 245, 255, 0.65) 0%,

      rgba(16, 97, 255, 0.65) 80%
    ),
    linear-gradient(to left, #000050, #000050);

  /* overflow: hidden;

  padding: 0;

  width: 100%; */
  /* height: 521px; */
}

.download-app-container {
  display: flex;

  align-items: flex-start;

  justify-content: flex-start;

  flex-wrap: nowrap;

  position: relative;
  flex-direction: row;

  /* min-height: 570px; */
}

/* Desktop: keep the content absolutely positioned on the right */

.download-app-content {
  flex: 0 0 460px;

  max-width: 460px;

  display: flex;

  flex-direction: column;

  gap: 32px;

  color: rgba(255, 255, 255, 1);

  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;
  margin-top: 86px;
}

/* Desktop title / description */

.download-app-content .description {
  font-size: 16px;
  line-height: 24px;
  max-width: 420px;
  font-weight: 400;
}

/* Buttons */

.btn-group {
  display: flex;

  gap: 10.68px;

  flex-wrap: wrap;
}

.btn-shape {
  background: #fff;

  border-radius: 30px;

  width: 137px;

  height: 48px;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;
}

/* Desktop: large artwork positioned absolutely on left/bottom */

.download-app-bg-img {
  /* width: 650px;
  height: auto;
  transform: translateY(40px);
  position: absolute;
  left: -140px;
  bottom: 90px;
  max-width: none; */
}

.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: 1280px) {
  .download-app-container {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;
    /* center both items horizontally within container */

    /* align-items: center; */

    /* min-height: 817px; */
  }

  .download-app-section {
    padding: 0;
    /* height: 931px; */
  }

  /* Make content flow normally (no absolute) and center-align it */

  .download-app-content {
    position: relative;
    /* override absolute for tablet */

    right: auto;

    /* top: auto; */

    flex: 1 1 420px;

    width: 460px;

    margin-top: 82px;
    margin-left: 67px;
    /* spacing from image */

    text-align: left;
    /* left alignment on tablet as you requested 'right copyright' */

    z-index: 20;

    align-self: start;

    /* padding: 0 5%; */
    gap: 32px;
  }

  /* Reduce title slightly on tablet and allow text block to sit left of image */

  /* .download-app-content .description {
    width: 60%;
  } */

  .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 */

  /* .download-app-bg-img {
    width: 600px;
    bottom: 40px;
    left: 50px;
  } */
}

/* ========== Mobile: stack vertically, centered ========== */

@media (max-width: 767px) {
  .download-app-container {
    display: flex;

    flex-direction: column;

    justify-content: start;

    align-items: center;

    /* padding: 54px 0; */

    /* min-height: 617px; */
  }
  main {
    padding: 0px;
  }
  .card-carousel-container {
    padding-bottom: 62px;
  }
  .card-carousel-section {
    padding: 62px 0px 0px 32px;
  }
  .lifestyle {
    padding: 72px 16px;
    margin-bottom: 46px;
  }

  .lifestyle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lifestyle .card {
    width: 171px;
    height: 148px;
  }
  .btn-shape a {
    display: flex;

    justify-content: center;
  }

  .download-app-content {
    position: relative;
    /* ensure not absolute */

    width: auto;

    max-width: 680px;

    margin: 36px 36px 0 36px;

    text-align: start;
    /* center on mobile */

    align-items: start;
    /* padding: 0 1%; */
  }

  .download-app-content .title {
    font-family: "Mobily_Text_Bold_v6";
    font-weight: 400;
    font-weight: bold;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: 0%;
    width: 100%;
  }

  .download-app-content .description {
    width: 100%;
  }

  .btn-shape {
    width: 104px;

    height: 36px;

    /* margin-top: 20px; */
  }

  .btn-img {
    width: 80% !important;

    height: auto !important;
  }

  .download-app-content .description {
    font-size: 16px;

    line-height: 24px;

    max-width: 100%;
    font-family: "Mobily_Headline_Regular_v6";
  }

  .btn-group {
    /* justify-content: center; */

    width: 100%;
    gap: 12px;
  }

  .download-app-bg-img {
    width: 100%;
  }

  .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;
  }
}

/* ========== Utility: ensure images scale and don't blow layout ========== */

.download-app-container img,
.download-app-bg-img {
  /* max-width: 100%; */
  display: block;
  float: right;
}

/* End of download app styles */

@media (max-width: 480px) {
  .holder {
    padding: 1rem;
  }

  .hero-carousel {
    border-radius: 0px !important;
  }

  .carousel-buttons {
    display: block;
  }
}

/*Changes done by Arun - 29-10-2025*/

#img-thumb {
  height: 100%;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center 198px;

  background-size: contain;

  background-position-y: 169px;
}

.btn-img {
  /* object-fit: cover;*/

  height: 25px;
  /*Added height*/
}

/* 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 a {
  color: rgb(160, 166, 174);

  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

footer .row {
  max-width: 1440px;

  margin: 0 auto;

  padding: 0 1rem;
}

/* --- Main Footer Columns --- */

#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: 202px;
}

/* --- Social Icons --- */

footer .social {
  display: flex;

  justify-content: flex-start;

  align-items: center;

  gap: 1.5rem;

  margin: 44px 1rem;

  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 .row {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: space-between;

  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%;
}

/* --- Responsive Layouts --- */

/* Tablet (≤991px) */

@media (max-width: 991px) {
  /* #footerID {

    justify-content: center;

  }



  footer .column {

    flex: 1 1 45%;

    min-width: 200px;

  }

*/

  #footerID .column h2,
  #footerID .column ul,
  .row.social {
    padding-left: 42px !important;

    padding-right: 52px !important;
  }

  footer .social {
    justify-content: start;
  }

  footer .copyright {
    text-align: start;
  }

  footer .copyright .row {
    flex-direction: column;
    align-items: start;
    padding: 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) */

@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 h2,
  #footerID .column ul,
  .row.social {
    padding-left: 22px !important;

    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 h2,
#footerID .column ul,
.row.social {
  padding-left: 101px;
}

.copyright .row {
  margin: 0 42px;
}

#footerID .column {
  margin-top: 96px;
  width: 278px;
  margin-left: 12px;
}

.copyright .footer-links,
.copyright .copyright-text {
  /* margin: 0 42px; */
}

.menu-dropdown li.lifestyle {
  text-align: left;
}
@media (min-width: 1200px) {
  .menu-dropdown {
    left: -36px;
    min-width: 1260px;
    max-height: 540px;
    overflow-y: auto;
  }
  .menu-dropdown .column2 {
    height: 100%;
  }
}

.promo_plan .card.raqi,
.promo_plan .card.non-stretch {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media (max-width: 1280px) {
  .download-app-container {
    flex-direction: column-reverse;
  }
  .carousel-title {
    font-size: 21.22px;
    line-height: 28.29px;
  }
  .holder {
    padding: 1rem 1rem 0rem !important;
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  .download-app-content .title {
    font-family: "Mobily_Headline_Bold_v6";
    font-weight: 400;
    font-weight: Bold;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: 0%;
  }

  .promo_plan .card.raqi .title {
    font-weight: 400;
    font-style: Bold;
    font-size: 100px;
    line-height: 100%;
  }
  .hamburger-menu {
    padding: 10px 38px 10px 10px;
  }
  .carousel-content {
    left: 49px;
    top: 57px;
  }
  .promo_plan .card.raqi .subtitle {
    position: absolute;

    left: 48px;

    font-size: 32px;

    line-height: 42px;

    font-weight: 400;
  }
  /* .promo_plan .card.raqi .title {
    top: 141px;
  } */
  .mini-logo {
    display: block;
    margin: 0 0 0 28px;
    height: 40px;
    width: 123px;
    background: url("/wps/wcm/connect/a8154668-4eb3-4243-baed-ea78ea20c370/Mobily_Logo.webp?MOD=AJPERES&amp;CACHEID=ROOTWORKSPACE-a8154668-4eb3-4243-baed-ea78ea20c370-pGwFv4H")
      no-repeat left;
  }
  .mobile-l3-list li.mobile-l3-section-title::after {
    padding-bottom: 25px;
  }
  .hamburger {
    right: 42px;
  }
  .fourth-nav {
    right: 92px;
    gap: 24px;
  }
  .fourth-nav .active {
    background: #0050ff;
    color: #ffffff;
    padding: 7px 23px;
    border-radius: 46px;
  }
  main {
    padding: 0px 0px 62px;
  }
  .card-carousel-container {
    padding-bottom: 0;
  }
  .lifestyle {
    margin-bottom: 46px;
  }
  .card-carousel-section {
    padding: 62px 0px 0px 32px;
  }
}

/* ===== new menu Styles from Arun below ===== */
/* Class to prevent body scroll when mobile menu is open */
body.mobile-menu-open {
  overflow: hidden;
}

html {
  height: 100%;
}

/* Header Container */
.header {
  background: white;
  position: relative;
  z-index: 1000;
}

/* First Level Menu */
.level-1 {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  position: relative;
  top: 20px;
}

.level-1 li {
  /*margin-right: 8px;*/
}

.level-1 button {
  padding: 12px 16px;
  background: transparent;
  border: none;
  color: rgb(0, 0, 80);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 25px;
  position: relative;
  font-family: "MobilyText";
  line-height: 24px;
  letter-spacing: -2%;
}
.level-1 button:hover {
  background: rgba(16, 97, 255, 1);
  color: white;
  border-radius: 24px;
}

.level-1 button.active {
  background: #007bff;
  color: white;
  border-radius: 25px;
}

/* Overlay Container for Submenus */
/* FIX: Removed left: 50% and transform: translateX(-50%) to left-align the menu */
.overlay-container {
  position: absolute;
  top: 149px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  /*padding: 0 20px;*/
  box-sizing: border-box;
  background: transparent;
  z-index: 999;
  display: none;
}

.overlay-container.active {
  display: block;
}

.overlay-content {
  /* The actual menu panel that holds L2 and L3 */
  width: max-content;
  min-width: 80%; /* Minimum width to make the submenu noticeable */
  margin: 0; /* Align left within the padded container */
  background: white;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: nowrap;
  border-radius: 0 0 16px 16px; /* Rounded bottom corners */
  overflow-x: hidden;
  position: relative;
  /* left: 25px; */
  top: -4px;
  max-height: 548px;
  overflow-y: auto;
}

/* Second Level Menu */
.level-2 {
  width: 280px;
  /* background: #f8f9fa; */
  padding: 24px;
  margin: 0;
  list-style: none;
  border-right: 1px solid #e9ecef;
  flex-shrink: 0;
  display: block !important;
}

.level-2 button {
  width: 100%;
  padding: 16px 24px;
  background: transparent;
  border: none;
  color: #000a63;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
  font-weight: 400;
  font-weight: bold;
}

.level-2 button:hover {
  background-color: #f1f8fb;
  border-radius: 32px;
}

.level-2 button.active {
  background-color: #f1f8fb;
  color: #000a63;
  border-radius: 32px;
}

/* Third Level Menu (Desktop) */
.level-3 {
  width: 100%;
  min-width: 300px;
  padding: 30px;
  background: #f1f8fb;
  overflow-y: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.level-3 h4 {
  /* Styling for the section titles, e.g., "Voice Plan" */
  color: #000028;
  font-size: 18px;
  /* margin-bottom: 20px; 
            padding-bottom: 8px;  */
  /* border-bottom: 1px solid #e9ecef; */
}

.level-3 .level-3-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.level-3 .level-3-content ul li {
  font-size: 14px;
  padding-right: 42px;
  white-space: nowrap;
  border-bottom: 1px solid #0000000d;
}
.level-3 .level-3-content ul li::after {
  content: " ";
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  color: #000050;
  float: right;
  margin-left: 2rem;
  background-image: url("/wps/wcm/connect/a86d520a-3708-488c-800a-615e5303727e/arrow_blue_right.png?MOD=AJPERES&amp;ContentCache=NONE&amp;CACHE=NONE&amp;CACHEID=ROOTWORKSPACE-a86d520a-3708-488c-800a-615e5303727e-pFyBWe6");
  width: 5px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  top: -34px;
  left: 18px;
}
.level-3 .level-3-content li a {
  display: block;
  padding: 11px 41px 11px 0;
  color: #000a63;
  text-decoration: none;
  transition: all 0.2s ease;
}

.level-3 .level-3-content li a:hover {
  /* color: #007bff; */
  /* padding-left: 2px; */
}

.two-column {
  display: flex;
  gap: 40px;
}

/* Carousel Section */
.carousel-section {
  background: #fff;
  padding: 60px 0;
}

.carousel-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.carousel {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  padding: 60px;
  text-align: center;
  color: white;
}

.carousel h2 {
  font-size: 36px;
  margin: 0 0 20px 0;
  font-weight: 700;
}

.carousel p {
  font-size: 18px;
  margin: 0;
  opacity: 0.9;
}

/* Content Section */
.content-section {
  padding: 60px 0;
  background: #f8f9fa;
}

.content-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.content-section h2 {
  font-size: 32px;
  color: #212529;
  margin-bottom: 20px;
}

.content-section p {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* Hamburger Menu Button */
.hamburger-menu {
  display: none; /* Hidden by default */
  cursor: pointer;
  border: none;
  background: transparent;
  z-index: 1051; /* On top of header */
  position: relative;
}

.hamburger-menu .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.hamburger-menu .bar.small {
  width: 18px;
  margin: 5px 0 5px auto;
}
.hamburger-menu.active .bar.small {
  width: 32px;
}
/* Mobile Menu Overlays */
.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1050; /* Below hamburger, above content */
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
  padding-top: 70px; /* Space for header */
  display: none; /* Hidden until activated */
}

.mobile-overlay.active {
  transform: translateX(0);
  display: block;
}

.mobile-overlay-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  padding-right: 0px;
  border-bottom: 1px solid #e9ecef;
  background: #000050;
}

.mobile-overlay-header .back-btn {
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  background: url("/wps/wcm/connect/42ee49ae-3879-43ef-a493-2bbb1f351349/bw_arrow_white.png?MOD=AJPERES&amp;ContentCache=NONE&amp;CACHE=NONE&amp;CACHEID=ROOTWORKSPACE-42ee49ae-3879-43ef-a493-2bbb1f351349-pFyD0IB")
    no-repeat center;
  width: 12px;
  height: 22px;
}

.mobile-overlay-header .overlay-title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  /* margin-left: 15px; */
  color: #ffffff;
}

.mobile-overlay-content {
  padding: 0 16px 16px;
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobile-l1-close-btn {
  display: none;
}

.mobile-menu-list li button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 16px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  color: #000a63;
  text-align: left;
  cursor: pointer;
  font-weight: 400;
  font-weight: Bold;
}
@media (max-width: 1280px) {
  .mobile-menu-list li button::after,
  .secondary-menu li::after {
    content: " ";
    background-image: url("/wps/wcm/connect/a86d520a-3708-488c-800a-615e5303727e/arrow_blue_right.png?MOD=AJPERES&amp;ContentCache=NONE&amp;CACHE=NONE&amp;CACHEID=ROOTWORKSPACE-a86d520a-3708-488c-800a-615e5303727e-pFyBWe6");
    width: 6px;
    height: 15px;
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    right: 18px;
  }
  .fourth-nav a {
    color: #fff;
  }
}

/* Mobile Level 3 Styling (Accordion) */
.mobile-l3-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-l3-list li {
  margin-top: 16px;
}
#mobile-l1-close-btn1 {
  display: none;
}
.mobile-l3-list li.mobile-l3-section-title {
  /* background: #f8f9fa; */
  padding: 0px 0px;
  font-size: 16px;
  font-weight: 400;
  color: #000050;
  /* border-bottom: 1px solid #e9ecef; */
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f2f4f8;
  margin-bottom: 16px;
  border-radius: 12px;
}
.mobile-l3-list li.mobile-l3-section-title.active {
  padding: 0px 0px 14px 0;
}

.mobile-l3-list li.mobile-l3-section-title::after {
  background-image: url("/wps/wcm/connect/a86d520a-3708-488c-800a-615e5303727e/arrow_blue_right.png?MOD=AJPERES&amp;ContentCache=NONE&amp;CACHE=NONE&amp;CACHEID=ROOTWORKSPACE-a86d520a-3708-488c-800a-615e5303727e-pFyBWe6");
  content: " ";
  width: 7px;
  height: 17px;
  font-size: 20px;
  font-weight: bold;
  color: #007bff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-right: 31px;
  transform: rotate(90deg);
}

.mobile-l3-list li.mobile-l3-section-title.active::after {
  transform: rotate(-90deg);
}

.l3-links {
  display: none;
}

.l3-links.active {
  display: block;
}
.mobile-l3-list .l3-links {
  /* The <ul> of links */
  display: none; /* Hide by default */
  padding: 0;
  /* margin: 0 16px; */
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  background-color: #f2f4f8;
  border-radius: 14px;
  margin-top: -32px;
  padding-bottom: 29px;
}
.mobile-l3-list .l3-links li a::after {
  content: " ";
  background-image: url("/wps/wcm/connect/a86d520a-3708-488c-800a-615e5303727e/arrow_blue_right.png?MOD=AJPERES&amp;ContentCache=NONE&amp;CACHE=NONE&amp;CACHEID=ROOTWORKSPACE-a86d520a-3708-488c-800a-615e5303727e-pFyBWe6");
  width: 6px;
  height: 20px;
  float: right;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.mobile-l3-list .l3-links.active {
  display: block; /* Show when title is active */
}
.mobile-l3-list .l3-links.active li {
  background: #fff;
  margin: 0 30px;
  border-bottom: 1px solid #0000000d;
}
.mobile-l3-list .l3-links.active li:first-child {
  border-radius: 14px 14px 0 0;
}
.mobile-l3-list .l3-links.active li:last-child {
  border-radius: 0 0 14px 14px;
  border: none;
}
.mobile-l3-list li a {
  display: block;
  padding: 14px 16px;
  text-decoration: none;
  color: #000a63;
  font-size: 16px;
  font-weight: 700;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0%;
}

.mobile-l3-list .l3-links li:last-child a {
  border-bottom: none;
}

/* Responsive Styles */
@media (max-width: 1280px) {
  /* Changed breakpoint for better behavior */
  .header-content {
    padding: 0 15px;
    height: 70px; /* Ensure header height is consistent */
    justify-content: space-between;
  }
  .nav-content {
    position: absolute;
    width: auto;
    right: 10px;
    top: 15px;
  }
  /* Hide desktop menu */
  .level-1 {
    display: none;
  }

  /* Show hamburger menu */
  .hamburger-menu {
    display: block;
  }

  .hamburger-menu.active {
    display: none;
  }

  /* Hamburger 'X' animation */
 .mobile-overlay-header .hamburger-menu.active {
    display: block;
  }

  .hamburger-menu.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger-menu.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger-menu.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* Desktop overlay is not used on mobile */
  .overlay-container {
    display: none !important;
  }

  /* Fallback for other sections if needed */
  .overlay-content {
    flex-direction: column;
  }

  .level-2 {
    width: 100%;
  }

  .level-3-content {
    grid-template-columns: 1fr;
  }

  .carousel {
    padding: 40px 20px;
  }

  .carousel h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  /* Additional mobile-specific adjustments if needed */
}
@media (min-width: 990px) {
  .nav-links {
    display: inline-block;
    padding: 0 12px 0 16px;
  }
  ul.fourth-nav.float-end li:last-child {
    padding-left: 8px;
  }
  .level-1 li {
    display: inline-block;
  }
  .secondary-menu li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -2%;
  }
}
@media (max-width: 991px) {
  .copyright .footer-links {
    max-width: 566px;
  }
}
.btnCase .btn.primary {
  font-weight: 400;
  font-size: 16px;
  /* padding: 16px 24px; */
  line-height: 24px;
}
.card-carousel-section .carousel-title {
  letter-spacing: 0;
  line-height: 24px;
}
.signInList {
  display: none;
}
/* search styles added below */
.search--container .back-btn {
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  padding: 10px;
  margin-left: -10px;
}
#mobily-search {
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 584px;
  position: fixed;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
}
.search-app-container {
  margin: 0 !important;
}
.search-back {
  text-align: right;
}
#backToMenu::after {
  content: "X";
  float: right;
  padding: 1rem;
}
