.body {
    overflow: hidden;
    padding-top: 110px;
    position: relative;
}
.grey-background {
    background: #f8f8f8;
}
    .takeoverInvestor {
    overflow: hidden;
    position: relative;
    background-size: auto 100%;
    width: 100%;
    height: max(800px, 100vh - 110px);
    color: #fff;
    text-align: center;
    background-color: #1b077a;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
    
.grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    height: 100%;
}
    .iconSet {
    padding-top: 80px;
    margin-bottom: 1rem;
}
     h1 {
    font-size: 3rem;
    margin: 0 0 2rem;
    
         font-family: 'duCo';
    font-weight: 400;
}
   .strq { position: relative;
       top: 2px; }
     [dir="rtl"] .strq {
        position: relative;
    top: -3px;
    transform: rotate(180deg);
    left: -7px;
    }
[dir="rtl"] .btnrwimg {
    position: absolute;
    right: auto !important;
    bottom: 0 !important;
    left: 50px !important;
}
    .headline2 {
    margin-bottom: 0;
    font-size: 2.8rem;
}
   .subtitle1 {
    font-size: 1.4rem;
       margin-bottom: 0px;
} 
    .counter-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}
    .counter {
    margin: 0 auto;
        color: #fff;
            margin-bottom: 1rem;
}
    .counter th {
    width: 84px;
    font-size: 2.8rem;
    font-family: 'duCo';
    font-weight: 400;
        text-align: center;
}
    .counter td {
    font-size: 11px;
    text-transform: uppercase;
        text-align: center;
}
    .btn-pill {
    padding: 8px 25px;
    line-height: 1.5em;
    border: 1px solid #fff;
    border-radius: 8px;
    background: none;
    color: #fff;
    font-size: 1.25rem;
    min-width: 220px;
    text-decoration: none;
}
    
    .shop-section {
      background-color: #fff;
      border-radius: 1rem;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      padding: 2.5rem 1rem;
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .02);
    border-radius: 12px;
    }
  .shop-item {
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    height: 100%;
    justify-content: center;
}
    .shop-item h6 {
      font-weight: 600;
      color: #333;
    }
    .shop-item img {
          width: 48px;
    }
    .features {
      margin-top: 2rem;
    }
    .feature-icon {
      font-size: 1.25rem;
      background: linear-gradient(45deg, #7b2ff7, #00c6ff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-right: 0.5rem;
    }
    h4 {
            color: #333;
    font-size: 20px;
    line-height: 24px;
    }
    .features.d-flex.flex-wrap.justify-content-center.gap-4.mt-4.text-secondary {
    margin-top: 70px !important;
    display: flex
;
    justify-content: space-between !important;
    padding: 0 192px;
}
    
   .features img {
        margin-right: 8px;
       }
    .slider-container {
      width: 100%;
      overflow: hidden;
      padding: 40px 0;
      position: relative;
      touch-action: pan-y;
    }
.aln:before {
    border-radius: 6px;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: opacity .5s 
linear;
    transition: opacity .5s 
linear;
    opacity: 0;
    background-image: linear-gradient(12deg, #c724b1, #c724b1 40%, #753bbd);
}
    .bnrtyewwe {
        display: flex
;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
    }
    .aln {
      display: flex
;
    width: 239px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px !important;
    background: #6218be;
    background-image: linear-gradient(33deg, #753bbd 8%, #c724b1 53%);
    margin: 0;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    transition: .3s 
ease-out;
    position: relative;
    z-index: 1;
    min-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 19px;
    padding-bottom: 15px;
    line-height: 20px;
}
    section {
        display: flex;
    }
    .slider-track {
      display: flex;
      gap: 20px;
      transition: transform 0.5s ease-in-out;
      will-change: transform;
      cursor: grab;
            padding-left: 140px;
    padding-right: 50px;
    }
    .aln:hover:before {
    opacity: 1
}
 .specialoffer {
      background: #f8f8f8;
      padding: 2rem;
      border-radius: 12px;
    }
    .offer-card {
      position: relative;
      border-radius: 16px;
      padding: 2.5rem;
      color: #fff;
      min-height: 360px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      overflow: hidden;
        gap: 60px;
    }
    .offer-card .btn:hover {
        background: #fff; color: #c724b1
    }
    .offer-card img {
    height: 185px;
    width: 180px;
    }
    .offer-card h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin: 0 !important;
}
    .offer-card h2 {
      font-weight: 700;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-size: 48px;
    line-height: 54px;
    }
    .offer-card p {
      margin-bottom: 0px;
    font-size: 20px;
    line-height: 28px;
    }
    .offer-card .btn {
      background: #fff;
      color: #c724b1;
      border: none;
      font-weight: 500;
      border-radius: 10px;
      padding: 0.7rem 1.5rem;
    }
    .offer-card.esaad {
      background-color: #174d43;
    }
    .offer-card.fazaa {
      background: linear-gradient(135deg, #cda64a, #b98b2d);
    }
    .slider-track.grabbing {
      cursor: grabbing;
    }
 .nnqe p {
       margin: 0px !important;
    font-size: 15px;
    line-height: 22px;

      } 
    .card {
      flex: 0 0 270px;
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      text-align: center;
      padding: 20px;
      transition: transform 0.3s ease;
        position: relative;
    overflow: hidden;
        height: 355px
    }
     
      .ove {
          position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    
      }
    .hte {
    
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    }
    .card:hover {
      transform: scale(1.03);
    }

    .card img {
      width: 140px;
      
      object-fit: contain;
      margin-bottom: 0px;
    }
.card {
 border: 0px !important;
    user-select: none;
    display: flex !important
;
    padding: 24px;
    gap: 20px;
    flex-direction: column;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .1);
    cursor: grabbing;
    border-radius: 12px !important;
    align-items: center;
}
      .card img {
  pointer-events: none;
  -webkit-user-drag: none;
}
    .card h3 {
    font-size: 24px;
    line-height: 32px;
            margin: 0;
    }

    .price {
        font-weight: 700;
    font-size: 24px !important;
    line-height: 32px !important;
    }

    .pagination {
      display: flex;
      justify-content: center;
      margin-top: 25px;
      gap: 6px;
    }

    .dot {
          width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0.5;
    background: #c724b1;
    transition: all 0.3s;
    }
div#pagination {
    display: flex
;
    align-items: center;
}
    .container.py-5 {
    padding-bottom: 0px !important;
}
    .dot.active {
      background: #c724b1;
        width: 10px;
        height: 10px;
        opacity: 1; 
    }
    .offer-icons {display: flex;
            gap: 48px;
    }
    .offer-icons div {
       display: flex
;
    gap: 10px; 
    }
    
    .fegwrg {
     
    display: flex
;
    gap: 24px;
    flex-direction: column;

    }
  

    @media (max-width: 480px) {
   

      .dot {
        width: 12px;
        height: 12px;
      }
    }
    
    .offer-section {
      background: #fff;
      border-radius: 16px;
      padding: 3rem 2rem;
      margin-bottom: 2rem;
    }

    .offer-section h2 {
      font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    }

    .offer-section p {
      margin-bottom: 1rem;
      font-size: 1.05rem;
    }

    .offer-icons {
          color: rgb(51, 51, 51);
    font-size: 17px;
    line-height: 24px;
    }

    .offer-icons i {
     
    }

    .btn-gradient {
      background: linear-gradient(90deg, #b42bb7, #7921d7);
      border: none;
      color: white;
      font-weight: 500;
      border-radius: 8px;
      padding: 0.7rem 1.8rem;
      transition: 0.2s ease-in-out;
    }

    .btn-gradient:hover {
      opacity: 0.9;
    }

    .offer-image img {
      width: 100%;
      max-width: 380px;
    }

    @media (max-width: 767px) {
      .offer-section {
        text-align: center;
      }
      .offer-image {
        margin-top: 2rem;
      }
    }
    
    body {
            font-family: 'ProximaNova';
  font-weight: 400;
            background: #f8f8f8;
        }
                          @font-face {
  font-family: 'ProximaNova';
  font-weight: 400;
  font-style: normal; 
  src: url('img/ProximaNova-Regular.woff') format('woff');
}  
                                  @font-face {
  font-family: 'ProximaNova';
  font-weight: 800;
  font-style: normal; 
  src: url('img/ProximaNova-Bold.woff') format('woff');
}  
        
                      @font-face {
  font-family: 'duCo';
  font-weight: 400;
  font-style: normal; 
  src: url('img/duCo_WHeadline16_Bd.woff') format('woff');
}
         #langToggle {
              display: flex; align-items: flex-start;
              }
        [dir="rtl"] #langToggle {
                 display: flex
;
    align-items: center;
              }
        
       [dir="rtl"] .mbmbmb {
            margin-left: 15px;
           margin-right: 0px;
        }
      [dir="rtl"]  .close-btn {
    cursor: pointer;
    position: absolute;
    left: 15px;
    top: 15px;
    right: auto;
}
        [dir="rtl"] body {
             font-family: du-font-secondary-medium, "Dubai", Tahoma;
        }
        .mini-navbar { z-index: 9999999; }
          [dir="rtl"] .mini-navbar {
    background: linear-gradient(137deg, #753BBD 0%, #00A9CE 67.21%, #00A9CE 100%);
        }
        
        .aahrff {
            color: inherit;
    text-decoration: none;
        }
      .aahrff:hover {
            color: #0081AB
        }
        .ntebwwq {
            display: flex
;
    flex-flow: row nowrap;
    height: 100%;
    width: 62%;
        }
        .aghbr {
                width: 35%;
    padding-right: 20px;
        }
        
        .wwh {
            background: linear-gradient(315deg, #753BBD 0%, #00A9CE 67.21%, #00A9CE 100%) !important;
        }
       .hovver:after {
                background: #fff;
            width: calc(100% - 28px);
    border-radius: 5px;
    position: absolute;
    background: linear-gradient(9.52deg, #753BBD 0%, #C724B1 100%);
    bottom: 15px;
    content: '';
    height: 3px;
    left: 14px;
    opacity: 1;
        }
       .wwh  .hovver:after {
                background: #fff;
            width: calc(100% - 28px);
    border-radius: 5px;
    position: absolute;
    bottom: 15px;
    content: '';
    height: 3px;
    left: 14px;
    opacity: 1;
        }
        .wwh .nav-link {
            color: #fff !important;
        }
         .wwh .nav-link:hover {
            color: #fff !important;
        }
        .navbar {
                z-index: 9999999;
           position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        }
        .zze {
          background: linear-gradient(45deg, #824bc7 6%, #d92cc1 53%) !important;
    color: #c724b1 !important;
    height: 44px;
    line-height: 1 !important;
    border: 0 !important;
    position: relative;
    z-index: 1;
    padding: 8px 19px 8px !important;
    border-radius: 6px !important;
        }
        .zze:before {
                content: '';
    background: #fff;
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: 2px;
    top: 2px;
    opacity: 1;
    position: absolute;
    transition: .25s;
    border-radius: 5px;
    z-index: -2;
        }
        .wwh .zze {
                background: #fff !important;
    color: #753BBD !important;
        }
        .container-fluid {
               max-width: 1266px;
                padding: 0px;
        }
        .navbar-brand {
    margin-right: 23px !important;
        }   
        .navbar-nav {
                display: flex
;
    align-items: center;
        }
            .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 14px !important;
        padding-left: 14px !important;
    }
        .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: fixed;
        top: 108px;
        border-radius: 0px;
        left: 0;
        right: 0px;
            height: 85%;
                border: 0;
    }
        .nav-link {
            color: #000 !important;
            font-weight: 500;
                padding: 22px 14px 24px;
        }
        .nav-link:hover {
            color: rgba(0, 0, 0, 0.8) !important;
        }
        .quick-btn {
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 0.25rem;
            padding: 0.5rem 1rem;
            margin-left: 0.5rem;
            color: white;
            font-weight: 500;
        }
        .quick-pay {
            background: linear-gradient(to right, #6a00f4, #9b5de5);
        }
        .quick-recharge {
            background: linear-gradient(to right, #9b5de5, #00b4d8);
        }
        .update-id {
            background: linear-gradient(to right, #00b4d8, #48cae4);
        }
        .login-btn {
            background: linear-gradient(to right, #ff0a54, #ff477e);
            border: none;
            color: white;
            font-weight: 500;
            margin-left: 0.5rem;
        }
        /* Mega menu styles for dropdown */
        .mega-dropdown-menu {
            width: 100vw;
            left: 0;
            right: 0;
            padding: 2rem;
            background: white;
            color: black;
           box-shadow: 0px 30px 20px -26px rgba(0, 0, 0, 0.45);
        }
        .mega-dropdown-menu .row {
            justify-content: space-between;
        }
        .mega-dropdown-menu h5 {
    font-size: 14px;
    margin-bottom: 0;
    min-height: 42px;
    font-family: 'ProximaNova';
    font-weight: 600;
}
        .mega-dropdown-menu ul {
            list-style: none;
            padding: 0;
        }
        .mega-dropdown-menu li {
                margin-bottom: 15px;
        }
         .mini-navbar {
          background: linear-gradient(315deg, #753BBD 0%, #00A9CE 67.21%, #00A9CE 100%);
position: fixed;
    top: 0;
    left: 0;
    right: 0;
      color: white;
      height: 30px;
     
      padding: 0 10px;
     
    }
        
        
      
  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: linear-gradient(135.4deg, #C724B1 0%, #753BBD 30.52%, #00A9CE 100%);
    color: white;
    z-index: 1002;
    display: flex
;
    flex-direction: column;
  }

  .menu.open {
    right: 0;
      left: 0;
  }

  .menu-header {
        display: flex;
    justify-content: flex-end;
    height: 111px;
  }

  .close-btn {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .menu-content {
    flex: 1;
    overflow-y: auto;
    
  }
        #mmenu {
            display: none;
            width: 20px;
        height: 18px;
        position: relative;
        border: 0px;
        background: #0000;
        }
        
        #mmenu em {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        background: #333;
        -webkit-transition: all 0.3s 
ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s 
ease-out;
        border-radius: 4px;
    }
       #mmenu em:nth-child(2) {
        top: 50%;
        margin-top: -1px;
    }
        #mmenu em:nth-child(3) {
        top: auto;
        bottom: 0;
    }
        
  .menu-content h3 {
    padding: 18px 30px 18px;
    padding-right: 50px;
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #ffffff57;
    margin-top: 0px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
      margin-bottom: 0px;
}

  .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 0 15px;
  }

  .submenu.open {
    max-height: 200px;
    padding: 10px 15px;
  }

  .submenu p {
    margin: 8px 0;
  }

  .quick-actions {
        display: flex
;
    justify-content: space-around;
    
    display: flex
;
    background: rgba(248, 248, 248, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    position: absolute;
    width: calc(100% - 0px);
    left: 0px;
    top: 56px;
  }

  .quick-actions button {
 border: solid 2px #fff;
    background: transparent;
    color: #fff !important;
    width: 33.3%;
    padding: 9px;
    text-align: center;
    margin: 8px 5px;
    line-height: 1;
    display: block;
    border-radius: 6px;
    font-size: 15px;
      
  }
        
        
        
        .wwh2 {
         background: #333 !important;   
        }
        .wwh2  .left span  {
            background: #1B1B1B !important;
        }
        .obe {
            display: flex;
      align-items: center;
      justify-content: space-between; 
                max-width: 1266px;
    margin: 0 auto;
            height: 100%;
        }
    .mini-navbar .left {
      display: flex;
      align-items: center;
      gap: 0.75rem;
        height: 100%;
    }
        [dir="rtl"] .mini-navbar .left span {
            font-weight: 100;
        }
    .mini-navbar .left span {
    padding: 0px 22px;
    border-radius: 0px;
    font-weight: 600;
    font-size: 14px;
    background-color: #0081AB;
    cursor: default;
    opacity: 1;
    height: 100%;
    vertical-align: middle;
    display: flex
;
    align-items: center;
}
[dir="rtl"] .me-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
    padding-right: 0px;
}
    .mini-navbar .right {
      display: flex;
      align-items: center;
      gap: 40px;
        height: 100%;
    }
.du-new-quick-links {
      z-index: -1;
    height: 55px;
    position: fixed;
    top: 56px;
    background: #fff;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    padding: 0 10px;
    width: 100%;
      display: none;
;
    justify-content: space-between;
}
    .mini-navbar a {
          color: white;
    text-decoration: none;
    font-size: 16px;
    height: 100%;
    display: flex
;
    align-items: center;
    vertical-align: middle;
    }

    .mini-navbar a:hover {
      opacity: 0.8;
    }

    .bi {
      font-size: 1.2rem;
    }
        .mega-dropdown-menu .new-tag {
            padding: 5px 7px 4px;
    background: #333;
    color: #fff;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    margin-left: 3px;
    font-weight: 800;
        }
        .mega-dropdown-menu .price-tag {
                    padding: 5px 7px 4px;
    background: #333;
    color: #fff;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    margin-left: 3px;
    font-weight: 800;
        }
        .promo-section {
               text-align: left;
    width: 30%;
        }
        .mt-3 {
         margin-top: 0px !mportant;   
            
    position: relative;
    display: flex
;
        }
      
        .mt-3 img   {
          position: absolute;
    width: 85%;
    top: 0;
    z-index: -2;
    left: 0;
    right: 0;
    margin: auto;
        }
        .promo-section h2 {
     font-family: 'duCo';
  font-weight: 400;
    font-size: 2.25rem;
    margin-top: 60px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: rgb(51, 51, 51);
    padding-right: 14px;
        }
        .promo-section button {
           
            border: none;
           
        }
          .betnwvvq {
                background: linear-gradient(9.52deg, #753BBD 0%, #C724B1 100%);
    color: #fff;
            border: none;
                vertical-align: middle;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    padding: 11px 19px;
    font-size: 16px;
    min-width: 176px;
        }
        .betnwvvq:hover {
    background: linear-gradient(19.52deg, #C724B1 0%, #753BBD 50%)
}
        .mbmbmb {
            display: none;
        }
            .du-new-quick-links a {
        width: 33.3%;
        padding: 9px;
        text-align: center;
        margin: 8px 5px;
        line-height: 1;
        display: block;
        border: solid 2px transparent;
        color: #333 !important;
        border-radius: 6px;
        background-image: linear-gradient(white, white), radial-gradient(circle at top left, #753BBD 0%, #C724B1 100%);
        background-origin: border-box;
        background-clip: padding-box, border-box;
        font-size: 15px;
                text-decoration: none;
    }
            .du-new-quick-links a:nth-child(1) {
        background-image: linear-gradient(white, white), radial-gradient(circle at top left, #102368 0%, #6A39B4 100%);
    }    .du-new-quick-links a:nth-child(2) {
        background-image: linear-gradient(white, white), radial-gradient(circle at top left, #743BBD 0%, #2982C8 100%);
    }    .du-new-quick-links a:nth-child(3) {
        background-image: linear-gradient(white, white), radial-gradient(circle at top left, #1A90CA 0%, #00A9CE 100%);
    }
        
      button.spoiler-toggle {
    border: 0px;
    background: #0000;
    padding: 0;
    font-size: 17px;
    font-weight: 600;
    color: #333;
}  
        
        
        
        
        @media (max-width: 991px) {
                .footer-section {
        padding-bottom: .5rem;
        width: 100%;
    }
            .bnrtyewwe {
    display: flex
;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 10px;
}
            .rmtyyuw {
    display: flex
;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}
  .footer-heading { margin: 0; padding: 0; }
  .spoiler-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0.25rem 0;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
  }

  .chev {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 0.5rem;
    transform: rotate(0deg);
    transition: transform 0.22s ease;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform-origin: center;
    transform: rotate(-45deg);
  }
  .spoiler-toggle[aria-expanded="true"] .chev {
    transform: rotate(45deg);
  }

  .spoiler-content {
    max-height: 9999px; 
    overflow: hidden;
    transition: max-height 0.28s ease, opacity 0.22s ease;
    opacity: 1;
  }

  .spoiler-content.collapsed {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .spoiler-content ul { margin: .5rem 0 0 0; padding-left: 0; }
  .spoiler-content li { padding: .35rem 0; }

  .footer-section { padding-bottom: .5rem; }
 
            
            
            
            
            .submenu {
    overflow: hidden;
    transition: max-height 0.3s 
ease;
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 0px!i;
    background: #fff;
    color: #000;
}
            h5 {
    line-height: 1.3;
    color: #333;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 700;
}
            dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
}
            li {
    margin-bottom: 24px;
}
            .headline2 {
    font-size: 26px;
}
            .subtitle1 {
    font-size: 1rem;
    margin-bottom: 0px;
}
            .counter th {
    font-family: 'duCo';
    font-weight: 400;
    text-align: center;
    width: 64px;
    font-size: 2rem;
}
            .btn-pill {
    transform: scale(.9) !important;
    font-size: 15px !important;
            }
            .features.d-flex.flex-wrap.justify-content-center.gap-4.mt-4.text-secondary {
    margin-top: 70px !important;
    display: flex
;
    justify-content: space-between !important;
    padding: 10px;
}
            .slider-track {
    display: flex
;
    gap: 20px;
    transition: transform 0.5s 
ease-in-out;
    will-change: transform;
    cursor: grab;
    padding-left: 0px;
    padding-right: 0px;
}
            .offer-card img {
    width: 120px;
    height: auto;
    position: absolute;
    right: 29px;
    top: 30px;
}
            .offer-card {
    position: relative;
    border-radius: 16px;
    padding: 2.5rem;
    color: #fff;
    min-height: 360px;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    gap: 60px;
    flex-direction: column;
}
            .aln {
   
    margin: auto !important;
            }
            .offer-section h2 {
    font-size: 36px;
    line-height: 44px;
            }
            
                .card {
        flex: 0 0 calc(50% - 20px);
        min-width: 380px !important;
        width: 380px;
    }
            .submenu.open {
    max-height: max-content;
                
            } 
            .ntebwwq {
    display: flex
;
    flex-flow: row nowrap;
    height: 100%;
    width: 100%;
    flex-direction: column;
}
            .aghbr {
    width: 100%;
    padding-right: 0px;
}
            .offer-icons {
    margin-top: 30px;
    display: flex
;
    gap: 1px;
    flex-direction: column;
}
            .grwh5b {
                margin-top: 40px;
            }
            
            .du-new-quick-links {
             display: flex;
                z-index: 999999;
            }
            #mmenu {
            display: flex;
        }
            .navbar {
                background: #fff;
            }
            .tenwvw {
                display: flex
;
    align-items: center;
            }
            .mbmbmb {
            display: flex;
                margin-right: 15px;
        }
            .mini-navbar {
                display: none;
            }
            .navbar {
                top: 0px;
                    height: 56px;
            }
            button.navbar-toggler {
    border: 0px;
    opacity: 1;
}
            .navbar-brand img {
                    width: 40px;
    height: 40px;
            }
            .navbar-collapse {
                        padding: 1rem;
        z-index: 9999999999999;
        position: fixed;
        width: 100%;
        left: 0;
        background: linear-gradient(135.4deg, #C724B1 0%, #753BBD 30.52%, #00A9CE 100%);
            }
            .quick-buttons {
                display: flex;
                justify-content: space-between;
                margin-bottom: 1rem;
            }
            .quick-btn {
                flex: 1;
                margin: 0 0.25rem;
                text-align: center;
            }
            .nav-item.dropdown .dropdown-toggle::after {
                float: right;
                transform: rotate(90deg);
            }
            .nav-item.dropdown.show .dropdown-toggle::after {
                transform: rotate(270deg);
            }
            .dropdown-menu {
                background: transparent;
                border: none;
                padding: 0;
            }
            .dropdown-item {
                color: white;
            }
        }
        @media (min-width: 992px) {
            .quick-buttons {
                display: flex;
                align-items: center;
            }
            .login-btn {
                border-radius: 0.25rem;
                padding: 0.5rem 1rem;
            }
        }

        /* RTL specific tweaks when dir="rtl" is set on <html> */
        [dir="rtl"] {
            direction: rtl;
        }
        [dir="rtl"] .ntebwwq {
            flex-direction: row-reverse;
        }
        [dir="rtl"] .aghbr {
            padding-right: 0;
            padding-left: 20px;
        }
        [dir="rtl"] .promo-section { text-align: right; }
        [dir="rtl"] .navbar-brand { margin-right: 0 !important; margin-left: 23px !important; }
        [dir="rtl"] .nav-link { text-align: right; }
        [dir="rtl"] .hovver:after { left: auto; right: 14px; }
        [dir="rtl"] .mega-dropdown-menu .new-tag, [dir="rtl"] .mega-dropdown-menu .price-tag { margin-left: 0; margin-right: 3px; }
   .btrrwq {
       
    width: 100% !important;
    height: 100% !important;
    z-index: 999 !important;
    position: relative !important;

    }


    footer {
      background-color: #fafafa;
      color: #333;
      font-size: 16px;
      line-height: 1.8;
      padding: 60px 0 20px;
      border-top: 1px solid #eaeaea;
    }

    footer h6 {
      font-weight: 600;
    margin-bottom: 17px;
    font-size: 17px;
    line-height: 1.5;
    color: #333;
    }

    footer a {
      color: #333;
      text-decoration: none;
      transition: color 0.2s;
    }

    footer a:hover {
      color: #0072ce;
      text-decoration: underline;
    }

    .footer-logo img {
      width: 55px;
      height: auto;
    }

    .footer-bottom {
      border-top: 1px solid #e0e0e0;
      margin-top: 40px;
      padding-top: 20px;
      font-size: 15px;
      color: #666;
    }

    .footer-social a {
      color: #fff;
     
      font-size: 18px;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      transition: background 0.2s;
    }

    
    @media (max-width: 767px) {
      footer {
        text-align: center;
      }
      .footer-social {
        justify-content: center;
      }
    }
    .text-center.text-md-start {
    font-size: 13px;
}
.srsrsrq {
    display: none !important;
}
.du-new-quick-links a {
    width: 50%;
    padding: 9px;
    text-align: center;
    margin: 8px 5px;
    line-height: 1;
    display: block;
    border: solid 2px transparent;
    color: #333 !important;
    border-radius: 6px;
    background-image: linear-gradient(white, white), radial-gradient(circle at top left, #753BBD 0%, #C724B1 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    font-size: 13px;
    display: flex
;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}
.quick-actions button {
    border: solid 2px #fff;
    background: transparent;
    color: #fff !important;
    width: 50%;
    padding: 9px;
    text-align: center;
    margin: 8px 5px;
    line-height: 1;
    display: block;
    border-radius: 6px;
    font-size: 13px;
}
