 /* ICON (already yours, slight tune) */
  /* ICON (slight vertical correction) */
/* ICON */
/* HEADER COLUMN CENTER ALIGN */
.navbar-header.col-md-2 {
  display: flex;
  align-items: center;   /* 👈 vertical center */
  justify-content: flex-end; /* right side rahe */
  height: 100%;
}

/* TOLL FREE WRAP */
.toll-free-wrap {
  display: flex;
  align-items: center;
}

/* ICON */
.test {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border: 1px solid #a8a8a8;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 17px;
  color: #1A4870;
  flex-shrink: 0;
}

/* TEXT */
.toll-text {
  font-size: 13px;
  line-height: 1.2;
}

.toll-free-wrap {
    padding: 25px;
}

/* MOBILE */
@media (max-width: 767px) {
  .navbar-header.col-md-2 {
    justify-content: left;
  }
}



/* both card and login */
div#myNavbar2 {
    padding: 25px;
}
  /* cart  */
  /* CART WRAPPER */
  .cart-wrap {
    display: inline-flex;
    /* Bootstrap 3 safe */
    align-items: center;
    text-decoration: none;
    color: #333;
  }

  /* ICON CIRCLE */
  .cart-icon {
    width: 34px;
    height: 34px;
    border: 1px solid #a8a8a8;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
    color: #1A4870;
    font-size: 16px;
  }

  /* TEXT */
  .cart-text {
    font-size: 13px;
    line-height: 1.2;
  }

  .cart-label {
    color: #666;
    font-weight: 500;
  }

  .cart-count {
    color: #1A4870;
    font-weight: 600;
  }

  /* HOVER */
  .cart-wrap:hover {
    text-decoration: none;
  }

  /* MOBILE */
  @media (max-width: 767px) {
    .cart-wrap {
      justify-content: center;
    }
  }



  /* Request Callback */

  /* REQUEST CALLBACK MENU ITEM */
  .menu-callback>a {
    background-color: #337ab7;
    /* blue button */
    color: #fff !important;
    padding: 14px 18px !important;
    /* same height as menu */
    margin-left: 10px;
    border-radius: 2px;
    font-weight: 600;
  }

  /* HOVER EFFECT */
  .menu-callback>a:hover,
  .menu-callback>a:focus {
    background-color: #286090;
    color: #fff !important;
    text-decoration: none;
  }

  /* MOBILE FIX */
  @media (max-width: 767px) {
    .menu-callback>a {
      margin: 8px 10px;
      text-align: center;
    }
  }




  /* ---------------- MOBILE ---------------- */
@media (max-width: 767px) {

  /* SAB MENU ITEMS STACK */
  .navbar-nav {
    float: none !important;
    width: 100% !important;
  }

  .navbar-nav > li {
    float: none !important;
  }

  /* SEARCH SAME MENU LIST ME FULL WIDTH */
  .menu-search-li {
    float: none !important;
    width: 100%;
    padding: 10px 15px;
  }

  .searchdivmenu {
    width: 100%;
  }

  .searchdivmenu input {
    width: 100%;
  }
}


/* SEARCH KO MENU LINE KE CENTER ME LANE KE LIYE */

/* Navbar menu items vertical center */
.navbar-nav > li {
  display: flex;
  align-items: center;
}

/* Form ka default margin remove */
.menu-search-form {
  margin: 0;
}

/* Fine-tune search height to match menu text */
.searchdivmenu input {
  height: 30px;       /* 32 se thoda kam = better align */
  padding-top: 4px;
  padding-bottom: 4px;
}

/* Button thoda center */
.searchdivmenu .search-btn {
  top: 1px;
  height: 26px;
}
/* ===== DESKTOP ===== */
.menu-search-li {
  float: right;
  margin-top: 12px;
  margin-right: 12px;
}


/* ===== SEARCH ICON INPUT KE ANDAR ===== */

/* wrapper already hai */
.searchdivmenu {
  position: relative;   /* IMPORTANT */
}

/* input me icon ke liye space */
.searchdivmenu input {
  padding-right: 40px;  /* icon ke liye jagah */
}

/* icon ko input ke andar overlay karo */
.searchdivmenu .search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  height: auto;         /* aapke existing height override karega */
  cursor: pointer;
}

/* icon look */
.searchdivmenu .search-btn i {
  font-size: 14px;
  color: #333;
}

/* focus outline hatao */
.searchdivmenu .search-btn:focus {
  outline: none;
}


/* login button */
.btn-login {
  background-color: #337ab7;     /* Bootstrap primary blue */
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #2e6da4;
}

.btn-login:hover,
.btn-login:focus {
  background-color: #286090;
  color: #fff;
  text-decoration: none;
}

.btn-login i {
  font-size: 14px;
}

.btn-login {
  background: transparent;
  color: #337ab7;
}

.btn-logout {
  background: #d9534f;
  border-color: #d43f3a;
}

.btn-logout,
.btn-login {
  margin-left: 10px;
}


/* ===== TABLET FIX ===== */
@media (min-width: 768px) and (max-width: 991px)
{

  .toll_number
  {
        width: 27% !important;
        float: right;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    /* text-align: right; */
    font-weight: 500;
    margin-top: 21px;
    padding: 11px;
  }

  div#myNavbar2 {
    padding: unset;
}

.img-responsive
{
  
    max-width: 74%;
}



}

/* Mobile view */
@media (max-width: 767px) {

  .img-responsive {
    display: block;
    max-width: 45% !important;  /* logo size mobile */
    height: auto;
    /* margin: 0 auto;            */
  }

}

/* ===== MOBILE HEADER FIX ===== */
@media (max-width: 767px) {

  /* show cart + login always */
  #myNavbar2 {
    display: block !important;
    position: relative;
    width: 100%;
    padding: 5px 10px;
  }


  span.cart-label {
    display: none;
}
  /* hide cart text */
  /* .cart-label,
  .cart-text {
    display: none;
  } */

  /* cart icon wrapper */
  .cart-wrap {
    position: relative;
  }

  /* badge number */
  .cart-count {
    display: block;
    position: absolute;
    top: -6px;
    right: -8px;
    background: #e53935;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 50%;
    min-width: 18px;
    text-align: center;
  }
  .toll-text {
    font-size: 12px;
  }

  .toll-free-wrap {
    padding: 13px;
}
  .toll-text a {
    font-size: 12px;
  }

  /* cart + login alignment */
  .toll_number {
    width:39% !important;
    display: flex;
    /* align-items: center; */
    /* gap: 8px; */
    /* text-align: right; */
    float: none !important;
    float: right !important;
  }

  div#myNavbar2 {
    padding: 0px;
     margin-top: -50px;
}

  .cart-wrap {
    display: flex;
    align-items: center;
    font-size: 12px;
  }

  .cart-text {
    display: block; /* optional: hide 'Cart: items' text */
  }

  .btn-login,
  .btn-logout {
    padding: 4px 8px;
    font-size: 12px;
  }

  /* hide extra spacing columns */
  .navbar-header.col-md-2 {
    width: 57%;
  }
}



/* new css */

/* ===============================
   BASE NAVBAR
================================= */

.wb-navbar {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.wb-container {
    max-width: 1474px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px;
}

/* ===============================
   LOGO
================================= */

.wb-brand img {
    height: 80px;     /* increase height */
    max-width: 220px; /* control width */
    width: auto;
}

/* ===============================
   TOGGLE BUTTON
================================= */

.wb-toggle {
    display: none;
    background: none;
    border: none;
    margin-right: 10px;
}

.wb-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #333;
    margin: 4px 0;
}

/* ===============================
   DESKTOP LAYOUT
================================= */

.wb-menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.wb-menu-center {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
    justify-content: center;
    flex: 1;
}

.wb-menu-center li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.wb-menu-center li a:hover {
    color: #2b7bb9;
}

/* ===============================
   DROPDOWN
================================= */

.wb-dropdown {
    position: relative;
}

.wb-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    display: none;
    list-style: none;
    padding: 10px 0;
    min-width: 200px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.wb-submenu li {
    padding: 6px 20px;
}

.wb-dropdown:hover .wb-submenu {
    display: block;
}

/* ===============================
   RIGHT TOOLS
================================= */

.wb-tools {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* ===============================
   SEARCH
================================= */

.wb-search-form {
    display: flex;
    align-items: center;
}

.wb-search-form input {
    height: 34px;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid #ccc;
    width: 190px;
}

.wb-search-form button {
    margin-left: 6px;
    background: #2b7bb9;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 20px;
}

/* ===============================
   TABLET
================================= */

@media (max-width: 991px) {

    .wb-brand img {
        height: 55px;
    }

    .wb-search-form input {
        width: 150px;
    }
}

/* ===================================
   TABLET (768px – 991px)
=================================== */

@media (min-width: 768px) and (max-width: 991px) {

    .wb-container {
        flex-direction: column;
        align-items: stretch;   /* important */
        padding: 10px 20px;
    }

    /* ===== LOGO LEFT ===== */
    .wb-brand-wrap {
        width: 20%;
        /* display: flex;
        justify-content: flex-start;  /* LEFT */
        /* align-items: center;
        padding: 10px 0;  */
    }

    .wb-brand img {
        height: 60px;
    }

    /* ===== MENU CENTER ===== */
    .wb-menu-area {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .wb-menu-center {
        display: flex;
        /* justify-content: center;
        flex-wrap: wrap; */
        gap: 18px;
        margin: -39px 10px 20px 175px;
    }

    /* ===== TOOLS BELOW MENU ===== */
    .wb-tools {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
        width: 100%;;
        margin-top: 5px;
    }

    /* ===== SEARCH ===== */
    .wb-search-form {
        order: -1;
        margin-bottom: 8px;
    }

    .wb-search-form input {
        width: 230px;
        height: 36px;
    }

    .wb-phone,
    .wb-cart,
    .wb-login {
        font-size: 14px;
    }


    .section-padding {
    padding: 94px 0px !important;
    /* padding: 60px 0px; */
}


.hero-section {
    background: #1C2541;
    color: #fff;
    /* padding: 40px 0; */
    padding: 91px 0 26px;
    position: relative;
}

.webinar-card {
    
    margin-top: 0;
}

}

/* ===================================
   MOBILE (≤767px)
=================================== */

@media (max-width: 767px) {

   .wb-container {
        display: block !important;
    }

    .wb-brand-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 5px 0px 0px;
    }

    .wb-brand img {
        height: 50px;
        max-width: unset !important;
    }

    /* Collapse default hidden */
    .wb-menu-area {
        display: none !important;
        width: 100%;
    }

    /* When Bootstrap adds .in class */
    .wb-menu-area.in {
        display: block !important;
        /* margin-top: 10px; */
    }

    .wb-menu-center {
         display: block !important;
    }

    .wb-menu-center li {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .wb-menu-center li a {
        display: block;
        padding: 6px 5px;
        color: #333;
        text-decoration: none;
    }

    .wb-tools {
         display: block;
        margin-top: 10px;
    }

    .wb-search-form {
          width: 100%;
        display: flex;
        margin-bottom: 10px;
    }

    .wb-search-form input {
         flex: 1;
        width: 100%;
    }

    .wb-search-form button {
        margin-left: 6px;
        background: #2b7bb9;
        color: #fff;
        border: none;
        padding: 6px 10px;
        border-radius: 20px;
    }

    .wb-phone,
    .wb-cart,
    .wb-login {
        display: block;
        margin-bottom: 8px;
        color: #333;
        text-decoration: none;
    }


      .wb-toggle {
        display: block !important;
        float: right;
        border: none;
        background: transparent;
        margin-top: 15px;
    }

    .wb-toggle .icon-bar {
        background: #333;
        display: block;
        width: 22px;
        height: 2px;
        margin: 4px 0;
    }

    .wb-menu-area {
        width: 100%;
    }
}



.section-padding {
    padding: 47px 0px;
}


.modal {
    
    z-index: 9999;
}




