@import url('https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu:wght@400..700&display=swap" rel="stylesheet');
  
  .gulzar-regular {
    font-family: "Noto Nastaliq Urdu" !important;
    font-weight: 400;
    font-style: normal;
    text-align: end;
    padding-right: 5px;
  }
  
  
   ::-webkit-scrollbar {
    width: 9px; 
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track background */
    border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
    background: #888; /* Scrollbar color */
    border-radius: 10px; /* Rounded corners */
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #555; /* Darker on hover */
  }
  
    .locate-para::before,
   .dropdown-label::before{
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    /* Font Awesome arrow-down */
    font-weight: 900;
    color: var(--color-red);
    display: inline-block;
    transition: all 0.5s ease;
    position: absolute;
    right: -18px;
  }
  
  .locate:hover  .locate-para::before,
  .custom-dropdown:hover  .dropdown-label::before {
       transform: rotate(180deg);
  }
  
  
  .custom-dropdown {
              position: relative;
              font-size: 13px;
              padding-top: 17px;
              color: #ce153f;
              cursor: pointer;
              font-weight: 400;
          }
  
  
          .dropdown-menu {
              position: absolute;
              background: #fff;
              color: black;
              top: 45px;
              opacity: 0;
              visibility: hidden;
              transition: opacity 0.3s ease, visibility 0.3s ease;
              z-index: 1;
              border: 0.5px solid #c2c0c0;
              min-width: 100px;
              border-radius: 5px;
              padding: 7px;
          }
  
          .custom-dropdown:hover .dropdown-menu {
              opacity: 1;
              visibility: visible;
              display: flex;
              flex-direction: column;
          }
  
          .dropdown-item {
              padding: 3px 8px;
              margin: 5px 0;
              background: #fff;
              border-radius: 5px;
              color: black;
              cursor: pointer;
              
          }
          .dropdown-menu span{
          font-size: 12px;
          }
          
          .dropdown-menu span:nth-child(2){
          font-size: 14px;
          }
  
          .dropdown-item:hover, .dropdown-item.active {
              background: #ce153f;
              color: white !important;
          }
          
  @media (min-width: 1100px) and (max-width: 1800px) {
     .logo-area {
      padding: 15px !important;
      height: 110px !important;
      width: 180px !important;
  }
  }

header .desktop-menu .drop-menu-inner-content ul {
    width: /*14.6% */ 18%;
    list-style-type: none;
    padding: 0 20px 0 0;
    margin: 0;
    float: left;
    margin-right: 2%;
}
header .desktop-menu .drop-menu-inner-content li{font-size: 16px;
    font-family: var(--fontPoppins);
    font-weight: 400; text-decoration: none; color: #222;}

header .desktop-menu .drop-menu-inner-content li a {
    font-size: 16px;
    padding: 20px 0;
    font-family: var(--fontPoppins);
    font-weight: 400; text-decoration: none; color: #222;
}

header .desktop-menu .drop-menu-inner-content h5 {
    font-size: 21px;
    color: #000;
    font-weight: 600;
    font-family: var(--fontPoppins);
    margin-top: 10px;
    float: left;
    width: 100%;
}
header .desktop-menu .drop-menu-inner-content h5 span {
    color: #ce153f;

}
header .desktop-menu .dropdown-content {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-top: 25px;
    /* height: 440px; */
    height: 70vh;
    border-radius: 5px;
    overflow-y: auto;
    position: relative;
    border-top: 1px solid #ddd; border: none;
}
header .desktop-menu .menu-down .dropdown-ul li a .new-client-icon, header .desktop-menu .menu-down .dropdown-ul li a .existing-client-icon {
    padding-right: 8px;
}
header .desktop-menu .dropdown-content {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-top: 25px;
    height: 100%;
    border-radius: 5px;
    position: relative;
    border-top: 1px solid #ddd; overflow: hidden;
    border: none;
}
header .desktop-menu .dropdown {
    display: none;
    position: absolute;
    top: 99%;
    left: 50%;
    /* height: 495px; */
    height: 70vh;
    transform: translateX(-50%);
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 9px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-top: 1px solid #ccc; overflow-y: auto; overflow-x: hidden;
}
header .desktop-menu {
    padding-bottom: 0;
    border-bottom: 1px solid #ccc;
}
.inner-banner-sec.new-plan {
    padding: 190px 0;
    margin-top: 111px !important;
}
.close-btn{ right: 0;}
.menu {
   width: 900% !important;
}


header .desktop-menu .drop-menu-inner-content h5 a:hover{
    color: #ce153f;
}
header .desktop-menu .drop-menu-inner-content li a:hover{color: #ce153f;}

.drop-menu-inner-content h5 a{ text-decoration: none; color: #222;}
@media screen and (max-width: 1699px) {
   header .desktop-menu .drop-menu-inner-content h5 {font-size:17px;}
   header .desktop-menu .drop-menu-inner-content li,
   header .desktop-menu .drop-menu-inner-content li a {
    font-size: 14px;
   }
   header .desktop-menu .drop-menu-inner-content li a{ color: var(--bs-body-color); text-decoration: none;}
   
   header .desktop-menu .drop-menu-inner-content ul {
       padding: 0 15px 0 0;}
   }
@media screen and (max-width: 1399px) {
  header .desktop-menu .drop-menu-inner-content h5 {font-size:15px;}
  header .desktop-menu .drop-menu-inner-content li,
  header .desktop-menu .drop-menu-inner-content li a {
    font-size: 12px;}

}

 .locate {
    position: relative;
    font-size: 13px;
    padding-top: 17px;
    color: #ce153f;
    cursor: pointer;
    font-weight: 400;
}

.locate:hover{
  font-weight: 500;
  }


.locate-menu {
    position: absolute;
    background: #fff;
    color: black;
    top: 45px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1;
    border: 0.5px solid #c2c0c0;
 padding: 10px;
     width: auto;
 min-width: 140px;
     border-radius: 5px
}

.locate:hover .locate-menu {
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: column;
}

.locate-menu a {
    padding: 5px 12px;
    margin: 6px 0;
    background: #fff;
    font-weight: 600;
    border-radius: 5px;
    
}

.locate-menu a{
color: black !important;
}

.locate-menu a:hover{
color: white !important;
}


.locate-menu a:hover {
    background: #ce153f;
    color: white !important;
    cursor: pointer;
}

li.locate::after{
display: none;
}