@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;
  }
  
  
   .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: 90px;
      border-radius: 5px;
      padding: 7px;
      left: -10px;
          }
  
          .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;
          }


 .inner-banner-sec.new-plan {
  padding: 190px 0;
  margin-top: 111px !important;
}


header .desktop-menu .drop-menu-inner-content h5 a{
color: #000;
 font-weight: 600px;
}

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

::-webkit-scrollbar {
width: 6px; /* Thin scrollbar */
}

::-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 {
  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;
}


header .desktop-menu .drop-menu-inner-content li a{ font-size: 16px; color: var(--bs-body-color); text-decoration: none;}
header .desktop-menu .drop-menu-inner-content li a:hover{color: #ce153f;}

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 li {
font-size: 16px;
 
}

.close-btn{ right: 5;}
.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 li a:hover{color: #ce153f;}
 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;}

}


.fade-in-up {
     opacity: 0;
     transform: translateY(30px);
     transition: opacity 0.8s ease-out, transform 0.8s ease-out;
 }

 .fade-in-up.active {
     opacity: 1;
     transform: translateY(0);
 }

