/******************************************************/

@media (max-width: 991px) {
  /* Prevent horizontal scroll */
  body {
    overflow-x: hidden;
  }

  /* =========================
     Top Mini Nav
  ========================= */
  .top-mini-nav-wrapper {
    padding: 6px 0;
  }

  .top-mini-nav {
    justify-content: normal !important;
    font-size: 12px;
    gap: 6px;
    flex-wrap: wrap;
    padding-left: 22px;
  }

  .top-mini-nav a {
    margin-right: 0;
    font-size: 12px;
    letter-spacing: 1px;
  }

  /* =========================
     Navbar
  ========================= */
  
  .navbar-brand { 
      margin-right: 0px;
  }
  
  .main-navbar {
   padding: 46px 0px;
    top: 0;
  }
  
  .current-section, .navbar-brand .oct {
      font-size: 12px;
  }

  .navbar-brand img {
    height: 30px;
  }

  /* Hide desktop collapse menu */
  .navbar-collapse {
    display: none !important;
  }

  /* Hide HOSTING label beside logo */
  .current-section {
    font-size: 12px;
  }

  /* =========================
     Hero Section
  ========================= */
  .hero-section {
    text-align: center;
  }

  .hero-section h1 {
    font-size: 36px;
    line-height: 1.2;
     margin-top: 32px;
  }
  
  .webhostbanr, .overviewbanr, .gworkspbanr, .microsoftbnr, .sslcertfiedbnr, .domainregstrbnr, .domaintransfrbnr, .contactbnr {
    min-height: 380px;}

  .light-text {
    font-size: 32px;
  }

  /* Video scaling */
  .video-container {
    margin-top: 20px;
  }

  .hosting-card {
    align-items: start;
  }

  .hosting-card img {
    width: 118px;
  }

  .hosting-btn {
    padding: 14px 13px;
  }

  .hosting-content h2 {
    font-size: 30px;
  }

  .mobile-header-right {
    display: flex;
    align-items: center;
    font-size: 12px;
  }

  .mobile-header-right .cart-icon {
    position: relative;
    color: #fff;
    font-size: 16px;
  }

  .mobile-header-right .cart-icon .badge {
    position: absolute;
    top: -6px;
    right: -8px;
    font-size: 10px;
  }

  .mobile-header-right .btn-signin {
    background: #2e6cff;
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 6px;
    margin-right: 10px;
  }

  .hero-section {
    min-height: inherit;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 27px;
  }

  .f36 {
    font-size: 26px;
  }

  .domain-list {
    font-size: 35px;
    gap: 24px;
  }

  .px-6 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }

  .percent,
  .million {
    font-size: 50px;
  }

  .f35,
  .f35n {
    font-size: 25px;
  }

  label {
    font-size: 15px;
  }

  .mobileiconsize {
    max-width: 80px;
  }
  
 .video-el {
    width: 100%;
     border-radius: 0px; 
}

.search-box button.desktop {
     padding: 11px 14px;}
  
  
}

.menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

/* =========================
   Hamburger
========================= */
.custom-toggler {
  width: 26px;
  height: 18px;
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
  z-index: 1100;
}

.custom-toggler span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  transition: 0.3s ease;
}

.custom-toggler span:nth-child(1) {
  top: 0;
}
.custom-toggler span:nth-child(2) {
  top: 8px;
}
.custom-toggler span:nth-child(3) {
  bottom: 0;
}

.custom-toggler.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}

.custom-toggler.active span:nth-child(2) {
  opacity: 0;
}

.custom-toggler.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 8px;
}

/* =========================
   Mobile Drawer
========================= */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #0b132b;
  transition: right 0.4s ease;
  z-index: 1050;
  padding: 80px 25px 40px;
}

.mobile-menu.active {
  right: 0;
}

/* Nav links */
.mobile-nav {
  list-style: none;
  padding: 0;
}

.mobile-nav li {
  margin-bottom: 20px;
}

.mobile-nav a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.mobile-nav a:hover {
  color: #2e6cff;
}

/* Overlay */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 1040;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.drawer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}

.drawer-top .currency {
  color: #fff;
  font-size: 14px;
}

.drawer-top .cart-icon {
  color: #fff;
  font-size: 16px;
}

.drawer-top .cart-icon .badge {
  position: absolute;
  top: -6px;
  right: -8px;
  font-size: 9px;
}

.drawer-top .btn-signin {
  background: #2e6cff;
  color: #fff;
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 6px;
}

/* ===== Mobile Mini Nav ===== */
.mobile-mini-nav {
  display: flex;
  gap: 12px;
  font-size: 12px;
}

.mobile-mini-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.mobile-mini-nav a.active {
  font-weight: 600;
}

/* ===== Mobile Right Section ===== */
.mobile-header-right {
  font-size: 12px;
}

.mobile-header-right .currency {
  color: #fff;
  white-space: nowrap;
  margin-right: 13px;
  font-size: 12px;
}

.mobile-header-right .cart-icon {
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
}

.mobile-header-right .cart-icon .badge {
  position: absolute;
  top: -6px;
  right: -8px;
  font-size: 9px;
  padding: 2px 5px;
}

.mobile-nav {
  list-style: none;
  padding: 0;
}

.mobile-nav > li {
  margin-bottom: 18px;
}

.mobile-nav a,
.submenu-toggle {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.submenu {
  display: none;
  list-style: none;
  padding-left: 15px;
  margin-top: 10px;
}

.has-submenu.active .submenu {
  display: block;
}

.has-submenu i {
  transition: 0.3s ease;
}

.has-submenu.active i {
  transform: rotate(180deg);
}

.submenu li {
  margin-bottom: 10px;
}

.submenu a {
  font-size: 18px;
  color: #aaa;
  margin-top: 18px;
}

.submenu a:hover {
  color: #fff;
}

/* Arrow rotate animation */
.has-submenu.active i {
  transform: rotate(180deg);
  transition: 0.3s ease;
}


