       #quotabtn {
            background-color: #76cebe !important;
            color: #fff;
        }
        /* ✅ Default color for "Our Services" and "Portfolio" only */
        
#portfoliotext {
    color: #76cebe !important;
    background-color: transparent !important;
}
#ourservicetext:hover{
    background: transparent !important;
    color: #76cebe !important;
}

        /* ✅ Common Link Style */
.navbar-nav .nav-item > .nav-link {
    background-color: transparent !important;
    color: #76cebe !important;
    border-radius: 5px;
    padding: 6px 12px;
    transition: all 0.3s ease;
}

/* ✅ Hover Style */
.navbar-nav .nav-item > .nav-link:hover,
.navbar-nav .nav-item > .nav-link:focus {
    background-color: #76cebe !important;
    color: white !important;
}

/* ✅ Remove default active effect */
.navbar-nav .nav-item > .nav-link.active {
    background-color: transparent !important;
    color: #ffffff !important;
}

/* ✅ Dropdown open (hover ya click) */
.nav-item.dropdown.show > .dropdown-toggle,
.nav-link.dropdown-toggle[aria-expanded="true"],
.nav-link.dropdown-toggle:hover,
.nav-link.dropdown-toggle:focus {
    background-color: #76cebe !important;
    color: white !important;
}

/* ✅ Dropdown closed state */
.nav-link.dropdown-toggle[aria-expanded="false"] {
    background-color: transparent !important;
    color: #ffffff !important;
}

/* ✅ Dropdown Menu Background */
#dropdownportoflio {
    background-color: #131313 !important;
    border: none;
}


/* ✅ Dropdown Inside Links */
#dropdownportoflio a {
    color: #76cebe!important;
    background-color: transparent !important;
}

#dropdownportoflio a:hover {
    background-color: #5cb4a7 !important;
    color: #fff !important;
}

/* ✅ Mobile Toggler Button */
.navbar-toggler {
    background-color: #76cebe;
}
.navbar-toggler span {
    display: block;
    width: 25px;
    height: 6px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.navbar-toggler:hover span {
    background-color: #e8edec;
}

/* ✅ Mobile Toggle Menu Hover */
.togglertexts li a:hover {
    background-color: #76cebe !important;
    color: #fff !important;
}
/* ye tariqa acha ha id laga kro hometext laga kr add kro ese backguound colo hover pr nhia aye ga */
#hometext:hover{
    background-color: transparent !important;
    color: #76cebe !important;
}
#abouttext:hover{
     background-color: transparent !important;
    color: #76cebe !important;
}
#careertext:hover{
 background-color: transparent !important;
    color: #76cebe !important;
}
#contacttext:hover{
    background-color: transparent !important;
    color: #76cebe !important;
}

.title{
    color: #343152 !important;
}
#breadhometext:hover{
 color: #76cebe!important;
}
.section-title h6{
    background-color: #76cebe !important;
    border-radius: 3px;
    box-shadow: 0 0 2px grey;
}




/* text portfoliotext */

@media (max-width: 991.98px) {
  #dropdownportoflio a {
    color: #76cebe !important;
    background-color: transparent !important;
    padding: 9px 12px;
    display: block;
  }

  #dropdownportoflio a:hover {
    background-color: #76cebe !important;
    color: #fff !important;
  }
  #hometext:hover{
    background-color: #76cebe !important;
    color: #fff !important;
}
#abouttext:hover{
     background-color: #76cebe !important;
    color: #fff !important;
}
  #ourservicetext {
    background-color: transparent !important;
    color: #76cebe !important;
  }
  /* hard refresh se hua */

  #ourservicetext:hover {
    background-color: #76cebe !important;
    color: #fff !important;
  }
  #portfoliotext{
     background-color: #76cebe !important;
    color: #ffffff !important;
   margin: 2px;
}
 #portfoliotext:hover {
    background-color: #76cebe !important;
    color: white !important;
  }
  #careertext:hover{
  background-color: #76cebe !important;
    color: white !important;
}
#contacttext:hover{
   background-color: #76cebe !important;
    color: white !important;
}
/* .ht-nav-toggle span {
  background-color: #76cebe !important; }/* ✅ Apka desired color */
 

  
}
/* title range text */
.titlerange{
    color: #343152;
}
.texts{
    color: #76cebe !important;
}
.texttechni{
    color: #343152;
}
.iconcolor{
    color: #76cebe !important;
}
.scroll-top a,.scroll-top a:visited{
   background-color: #76cebe !important;
}
.scroll-top a:hover {
    background-color: #fff !important; /* darker or different shade */
}
[class*="ti-"],[class^="ti-"]{
    color: #fff;
}
.scroll-top a:hover [class*="ti-"],
.scroll-top a:hover [class^="ti-"] {
    color: #76cebe;
    background-color: transparent; /* aap yahan apna desired color de sakte hain */
}
.ht-nav-toggle {
  display: inline-block;
  width: 40px;           /* total clickable width */
  height: 30px;          /* total clickable height */
  position: relative;
  cursor: pointer;
  z-index: 10000;
}

/* span covers full area */
.ht-nav-toggle span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* create the three bars */
.ht-nav-toggle span,
.ht-nav-toggle span::before,
.ht-nav-toggle span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;                    /* bar thickness */
  background-color: #76cebe;
  transition: all 0.3s ease;
  border-radius: 3px;
}

/* middle line */
.ht-nav-toggle span {
  top: 50%;
  transform: translateY(-50%);
}

/* top line */
.ht-nav-toggle span::before {
  top: 6px;
}

/* bottom line */
.ht-nav-toggle span::after {
  bottom: 6px;
}

/* hover color change */
.ht-nav-toggle:hover span,
.ht-nav-toggle:hover span::before,
.ht-nav-toggle:hover span::after {
  background-color: #58b5a8;
}

.work-process.style-2 .step-num {
    background-color: #76cebe !important;
    right: inherit;
    left: 0;
    top: 0;
    border: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px; 
  
}
.work-process-inner .step-num{
     background: linear-gradient(to right, #76cebe, #5cb4a7) !important;}


.hometext::after {
   
    background-image: linear-gradient(to right, #76cebe, #131313); /* gradient colors */
  
}


/* .work-process.style-2 .step-num {
    right: inherit;
    left: 0;
    top: 0;
    border: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px; */  
    @media (max-width: 430px ) {
  .navbar-collapse.show {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100% !important;
    background-color: #131313 !important;
    z-index: 9999 !important;
    padding-top: 80px !important;
    overflow-y: auto !important;
    text-align: center !important;
  }
  


  /* Center all nav-items vertically and horizontally */
  
  

  /* Hide default toggle icon spacing */
  .navbar-toggler {
    z-index: 10000 !important;
    border: none !important;
    outline: none !important;
    position: relative !important;
  }

  .navbar-toggler span {
    
    height: 3px !important;
    width: 25px !important;
    background-color: #ffffff !important;
    ;
  }
}
/* Dropdown solvefor mobile */
@media (max-width: 390px ) {
  /* Make navbar cover full screen when toggled */
  /* ye dropdown ko lagana ha  */
  .navbar-collapse.show {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100% !important;
    background-color: #131313 !important;
    z-index: 9999 !important;
    padding-top: 80px !important;
    overflow-y: auto !important;
    text-align: center !important;
  }
  


  /* Center all nav-items vertically and horizontally */
  
  

  /* Hide default toggle icon spacing */
  .navbar-toggler {
    z-index: 10000 !important;
    border: none !important;
    outline: none !important;
    position: relative !important;
  }

  .navbar-toggler span {
    
    height: 3px !important;
    width: 25px !important;
    background-color: #ffffff !important;
}

}
       #quotabtn {
            background-color: #76cebe !important;
            color: #fff;
        }
        /* ✅ Default color for "Our Services" and "Portfolio" only */
        
#portfoliotext {
    color: #76cebe !important;
    background-color: transparent !important;
}
#ourservicetext:hover{
    background: transparent !important;
    color: #76cebe !important;
}
        /* ✅ Common Link Style */
.navbar-nav .nav-item > .nav-link {
    background-color: transparent !important;
    color: #76cebe !important;
    border-radius: 5px;
    padding: 6px 12px;
    transition: all 0.3s ease;
}

/* ✅ Hover Style */
.navbar-nav .nav-item > .nav-link:hover,
.navbar-nav .nav-item > .nav-link:focus {
    background-color: #76cebe !important;
    color: white !important;
}

/* ✅ Remove default active effect */
.navbar-nav .nav-item > .nav-link.active {
    background-color: transparent !important;
    color: #ffffff !important;
}

/* ✅ Dropdown open (hover ya click) */
.nav-item.dropdown.show > .dropdown-toggle,
.nav-link.dropdown-toggle[aria-expanded="true"],
.nav-link.dropdown-toggle:hover,
.nav-link.dropdown-toggle:focus {
    background-color: #76cebe !important;
    color: white !important;
}

/* ✅ Dropdown closed state */
.nav-link.dropdown-toggle[aria-expanded="false"] {
    background-color: transparent !important;
    color: #ffffff !important;
}

/* ✅ Dropdown Menu Background */
#dropdownportoflio {
    background-color: #131313 !important;
    border: none;
}


/* ✅ Dropdown Inside Links */
#dropdownportoflio a {
    color: #76cebe!important;
    background-color: transparent !important;
}

#dropdownportoflio a:hover {
    background-color: #5cb4a7 !important;
    color: #fff !important;
}

/* ✅ Mobile Toggler Button */
.navbar-toggler {
    background-color: #76cebe;
}
.navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.navbar-toggler:hover span {
    background-color: #e8edec;
}

/* ✅ Mobile Toggle Menu Hover */
.togglertexts li a:hover {
    background-color: #76cebe !important;
    color: #fff !important;
}
/* ye tariqa acha ha id laga kro hometext laga kr add kro ese backguound colo hover pr nhia aye ga */
#hometext:hover{
    background-color: transparent !important;
    color: #76cebe !important;
}
#abouttext:hover{
     background-color: transparent !important;
    color: #76cebe !important;
}
#careertext:hover{
 background-color: transparent !important;
    color: #76cebe !important;
}
#contacttext:hover{
    background-color: transparent !important;
    color: #76cebe !important;
}

.title{
    color: #343152 !important;
}
#breadhometext:hover{
 color: #76cebe!important;
}
.section-title h6{
    background-color: #76cebe !important;
    border-radius: 3px;
    box-shadow: 0 0 2px grey;
}




/* text portfoliotext */

@media (max-width: 991.98px) {
  #dropdownportoflio a {
    color: #76cebe !important;
    background-color: transparent !important;
    padding: 9px 12px;
    display: block;
  }

  #dropdownportoflio a:hover {
    background-color: #76cebe !important;
    color: #fff !important;
  }
  #hometext:hover{
    background-color: #76cebe !important;
    color: #fff !important;
}
#abouttext:hover{
     background-color: #76cebe !important;
    color: #fff !important;
}
  #ourservicetext {
    background-color: transparent !important;
    color: #76cebe !important;
  }
  /* hard refresh se hua */

  #ourservicetext:hover {
    background-color: #76cebe !important;
    color: #fff !important;
  }
  #portfoliotext{
     background-color: #76cebe !important;
    color: #ffffff !important;
   margin: 2px;
}
 #portfoliotext:hover {
    background-color: #76cebe !important;
    color: white !important;
  }
  #careertext:hover{
  background-color: #76cebe !important;
    color: white !important;
}
#contacttext:hover{
   background-color: #76cebe !important;
    color: white !important;
}
/* .ht-nav-toggle span {
  background-color: #76cebe !important; }/* ✅ Apka desired color */
 

  
}
/* title range text */
.titlerange{
    color: #343152;
}
.texts{
    color: #76cebe !important;
}
.texttechni{
    color: #343152;
}
.iconcolor{
    color: #76cebe !important;
}
.scroll-top a,.scroll-top a:visited{
   background-color: #76cebe !important;
}
.scroll-top a:hover {
    background-color: #fff !important; /* darker or different shade */
}
[class*="ti-"],[class^="ti-"]{
    color: #fff;
}
.scroll-top a:hover [class*="ti-"],
.scroll-top a:hover [class^="ti-"] {
    color: #76cebe;
    background-color: transparent; /* aap yahan apna desired color de sakte hain */
}

.ht-nav-toggle:hover span::after, #ht-main-nav .ht-nav-toggle:hover span::before{
    background-color: #76cebe !important;
}
.ht-nav-toggle span::before{
    background-color: #76cebe !important;
} 
.ht-nav-toggle:hover span::before{
background-color: #76cebe !important;
}

 .ht-nav-toggle span{
   background-color: #76cebe!important;
}
.ht-nav-toggle:hover span{
     background:#76cebe !important;

}  
.ht-nav-toggle span::after{
    background-color: #76cebe !important;
} 
.ht-nav-toggle:hover span::after{
    background-color:#76cebe !important;

}
/* .ht-nav-toggle.active.show span::after{
    background-color: black !important;
} */
.ht-nav-toggle.active.show span::after{
    background: transparent;
}
.work-process.style-2 .step-num {
    background-color: #76cebe !important;
    right: inherit;
    left: 0;
    top: 0;
    border: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px; 
  
}
.work-process-inner .step-num{
     background: linear-gradient(to right, #76cebe, #5cb4a7) !important;}


.hometext::after {
   
    background-image: linear-gradient(to right, #76cebe, #131313); /* gradient colors */
  
}


/* .work-process.style-2 .step-num {
    right: inherit;
    left: 0;
    top: 0;
    border: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px; */  
    @media (max-width: 430px ) {
  .navbar-collapse.show {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100% !important;
    background-color: #131313 !important;
    z-index: 9999 !important;
    padding-top: 80px !important;
    overflow-y: auto !important;
    text-align: center !important;
  }
  


  /* Center all nav-items vertically and horizontally */
  
  

  /* Hide default toggle icon spacing */
  .navbar-toggler {
    z-index: 10000 !important;
    border: none !important;
    outline: none !important;
    position: relative !important;
  }

  .navbar-toggler span {
    
    height: 3px !important;
    width: 25px !important;
    background-color: #ffffff !important;
    ;
  }
}
/* Dropdown solvefor mobile */
@media (max-width: 390px ) {
  /* Make navbar cover full screen when toggled */
  /* ye dropdown ko lagana ha  */
  .navbar-collapse.show {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100% !important;
    background-color: #131313 !important;
    z-index: 9999 !important;
    padding-top: 80px !important;
    overflow-y: auto !important;
    text-align: center !important;
  }
  


  /* Center all nav-items vertically and horizontally */
  
  

  /* Hide default toggle icon spacing */
  .navbar-toggler {
    z-index: 10000 !important;
    border: none !important;
    outline: none !important;
    position: relative !important;
  }

  .navbar-toggler span {
    
    height: 3px !important;
    width: 25px !important;
    background-color: #ffffff !important;
}

}
.headlines_box {
    align-items: center;
    -webkit-backdrop-filter: blur(32.5px);
    backdrop-filter: blur(32.5px);
    background: #093454;
    border: none;
    border-radius: 25px;
    border-radius: 20px;
    display: inline-flex;

    justify-content: center;
    margin-bottom: 20px;
    margin-top: 50px;
    padding: 11px 27px;
}
/* Navbar should be above everything */
.navbar {
  position: relative;
  z-index: 1000;
}

/* Fix for dropdown click issue */
.dropdown-menu {
  position: absolute !important;
  z-index: 9999 !important;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  top: 100%; /* ensure dropdown comes below */
  left: 0;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

/* Optional: remove any parent overflow issues */
.header, .container, .banner {
  overflow: visible !important;
}

 /* .ht-nav-toggle span{
  background-color: #76cebe !important;
 } */
 
 #quotabtn {
            background-color:  #76cebe!important;
            color: #fff;
        }
        /* ✅ Default color for "Our Services" and "Portfolio" only */
        
#portfoliotext {
    color:  #76cebe !important;
    background-color: transparent !important;
}
#ourservicetext:hover{
    background: transparent !important;
    color:  #76cebe !important;
}
        /* ✅ Common Link Style */
.navbar-nav .nav-item > .nav-link {
    background-color: transparent !important;
    color:  #76cebe !important;
    border-radius: 5px;
    padding: 6px 12px;
    transition: all 0.3s ease;
}

/* ✅ Hover Style */
.navbar-nav .nav-item > .nav-link:hover,
.navbar-nav .nav-item > .nav-link:focus {
    background-color:  #76cebe !important;
    color: white !important;
}

/* ✅ Remove default active effect */
.navbar-nav .nav-item > .nav-link.active {
    background-color: transparent !important;
    color: #ffffff !important;
}

/* ✅ Dropdown open (hover ya click) */
.nav-item.dropdown.show > .dropdown-toggle,
.nav-link.dropdown-toggle[aria-expanded="true"],
.nav-link.dropdown-toggle:hover,
.nav-link.dropdown-toggle:focus {
    background-color:  #76cebe!important;
    color: white !important;
}

/* ✅ Dropdown closed state */
.nav-link.dropdown-toggle[aria-expanded="false"] {
    background-color: transparent !important;
    color: #ffffff !important;
}

/* ✅ Dropdown Menu Background */
#dropdownportoflio {
    background-color: #131313 !important;
    border: none;
}


/* ✅ Dropdown Inside Links */
#dropdownportoflio a {
    color:  #76cebe!important;
    background-color: transparent !important;
}

#dropdownportoflio a:hover {
    background-color:  #76cebe !important;
    color: #fff !important;
}

/* ✅ Mobile Toggler Button */
.navbar-toggler {
    background-color:  #76cebe;
}
.navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}
.navbar-toggler:hover span {
    background-color: #e8edec;
}

/* ✅ Mobile Toggle Menu Hover */
.togglertexts li a:hover {
    background-color:  #76cebe !important;
    color: #fff !important;
}
/* ye tariqa acha ha id laga kro hometext laga kr add kro ese backguound colo hover pr nhia aye ga */
#hometext:hover{
    background-color: transparent !important;
    color:  #76cebe !important;
}
#abouttext{
     background-color: transparent !important;
    color:  #76cebe!important;
}
#abouttext:hover{
     background-color: transparent !important;
    color:  #76cebe!important;
}
#ourservicetext:hover{
   background-color: transparent !important;
    color:  #76cebe!important;
}
#careertext:hover{
 background-color: transparent !important;
    color:  #76cebe !important;
}
#contacttext:hover{
    background-color: transparent !important;
    color:  #76cebe !important;
}
.navbar-toggler{
  background-color: #76cebe !important;

}


.title{
    color: #343152 !important;
}
#breadhometext:hover{
 color:  #76cebe!important;
}
.section-title h6{
    background-color:  #76cebe !important;
    border-radius: 3px;
    box-shadow: 0 0 2px grey;
}




/* text portfoliotext */

@media (max-width: 991.98px) {
  #dropdownportoflio a {
    color:  #76cebe !important;
    background-color: transparent !important;
    padding: 9px 12px;
    display: block;
  }

  #dropdownportoflio a:hover {
    background-color:  #76cebe !important;
    color: #fff !important;
  }
  #hometext:hover{
    background-color:  #76cebe !important;
    color: #fff !important;
}
#abouttext:hover{
     background-color:  #76cebe !important;
    color: #fff !important;
}
  #ourservicetext {
    background-color: transparent !important;
    color:  #76cebe !important;
  }
  /* hard refresh se hua */

  #ourservicetext:hover {
    background-color:  #76cebe !important;
    color: #fff !important;
  }
  #portfoliotext{
     background-color:  #76cebe !important;
    color: #ffffff !important;
   margin: 2px;
}
 #portfoliotext:hover {
    background-color:  #76cebe !important;
    color: white !important;
  }
  #careertext:hover{
  background-color:  #76cebe !important;
    color: white !important;
}
#contacttext:hover{
   background-color:  #76cebe !important;
    color: white !important;
}
/* .ht-nav-toggle span {
  background-color: #76cebe !important; }/* ✅ Apka desired color */
 

  
}
/* title range text */
.titlerange{
    color: #343152;
}
.texts{
    color:  #76cebe!important;
}
.texttechni{
    color: #343152;
}
.iconcolor{
    color:  #76cebe !important;
}
.scroll-top a,.scroll-top a:visited{
   background-color:  #76cebe !important;
}
.scroll-top a:hover {
    background-color: #fff !important; /* darker or different shade */
}
[class*="ti-"],[class^="ti-"]{
    color: #fff;
}
.scroll-top a:hover [class*="ti-"],
.scroll-top a:hover [class^="ti-"] {
    color:  #76cebe;
    background-color: transparent; /* aap yahan apna desired color de sakte hain */
}

.ht-nav-toggle:hover span::after, #ht-main-nav .ht-nav-toggle:hover span::before{
    background-color:  #76cebe !important;
}
.ht-nav-toggle span::before{
    background-color:  #76cebe !important;
} 
.ht-nav-toggle:hover span::before{
background-color:  #76cebe!important;
}

 .ht-nav-toggle span{
   background-color:  #76cebe!important;
}
.ht-nav-toggle:hover span{
     background: #76cebe !important;

}  
.ht-nav-toggle span::after{
    background-color:  #76cebe !important;
} 
.ht-nav-toggle:hover span::after{
    background-color: #76cebe !important;

}
/* .ht-nav-toggle.active.show span::after{
    background-color: black !important;
} */
.ht-nav-toggle.active.show span::after{
    background: transparent;
}
.work-process.style-2 .step-num {
    background-color: #76cebe !important;
    right: inherit;
    left: 0;
    top: 0;
    border: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px; 
  
}
.work-process-inner .step-num{
     background: linear-gradient(to right, #76cebe) !important;}


.hometext::after {
   
    background-image: linear-gradient(to right, #76cebe) /* gradient colors */
  
}


/* .work-process.style-2 .step-num {
    right: inherit;
    left: 0;
    top: 0;
    border: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px; */  
    @media (max-width: 430px ) {
  .navbar-collapse.show {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100% !important;
    background-color: #131313 !important;
    z-index: 9999 !important;
    padding-top: 80px !important;
    overflow-y: auto !important;
    text-align: center !important;
  }
  


  /* Center all nav-items vertically and horizontally */
  
  

  /* Hide default toggle icon spacing */
  .navbar-toggler {
    z-index: 10000 !important;
    border: none !important;
    outline: none !important;
    position: relative !important;
  }

  .navbar-toggler span {
    
    height: 3px !important;
    width: 25px !important;
    background-color: #ffffff !important;
    ;
  }
}
/* Dropdown solvefor mobile */
@media (max-width: 390px ) {
  /* Make navbar cover full screen when toggled */
  /* ye dropdown ko lagana ha  */
  .navbar-collapse.show {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100% !important;
    background-color: #131313 !important;
    z-index: 9999 !important;
    padding-top: 80px !important;
    overflow-y: auto !important;
    text-align: center !important;
  }
  


  /* Center all nav-items vertically and horizontally */
  
  

  /* Hide default toggle icon spacing */
  .navbar-toggler {
    z-index: 10000 !important;
    border: none !important;
    outline: none !important;
    position: relative !important;
  }

  .navbar-toggler span {
    
    height: 3px !important;
    width: 25px !important;
    background-color: #ffffff !important;
}

}
/* Navbar should be above everything */
.navbar {
  position: relative;
  z-index: 1000;
}

/* Fix for dropdown click issue */
.dropdown-menu {
  position: absolute !important;
  z-index: 9999 !important;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  top: 100%; /* ensure dropdown comes below */
  left: 0;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

/* Optional: remove any parent overflow issues */
.header, .container, .banner {
  overflow: visible !important;
}

/* Navbar should be above everything */
.navbar {
  position: relative;
  z-index: 1000;
}


/* Fix for dropdown click issue */
.dropdown-menu {
  position: absolute !important;
  z-index: 9999 !important;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  top: 100%; /* ensure dropdown comes below */
  left: 0;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
   @media (max-width: 430px ) {
  .navbar-collapse.show {
    position: fixed !important;
    top:127px !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100% !important;
    background:transparent !important;
    backdrop-filter: blur(23px);
    z-index: 9999 !important;
    padding-top: 80px !important;
    overflow-y: auto !important;
    text-align: center !important;
  }
  


  /* Center all nav-items vertically and horizontally */
  
  

  /* Hide default toggle icon spacing */
  .navbar-toggler {
    z-index: 10000 !important;
    border: none !important;
    outline: none !important;
    position: relative !important;
  }

  .navbar-toggler span {
    
    height: 3px !important;
    width: 25px !important;
    background-color: #ffffff !important;
    ;
  }
}
/* Dropdown solvefor mobile */
@media (max-width: 390px ) {
  /* Make navbar cover full screen when toggled */
  /* ye dropdown ko lagana ha  */
  .navbar-collapse.show {
    position: fixed !important;
    top:127px !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100% !important;
    background:transparent !important;
    backdrop-filter: blur(23px);
    z-index: 9999 !important;
    padding-top: 80px !important;
    overflow-y: auto !important;
    text-align: center !important;
  }
  


  /* Center all nav-items vertically and horizontally */
  
  

  /* Hide default toggle icon spacing */
  .navbar-toggler {
    z-index: 10000 !important;
    border: none !important;
    outline: none !important;
    position: relative !important;
  }

  .navbar-toggler span {
    
    height: 3px !important;
    width: 25px !important;
    background-color: #ffffff !important;
}

}
.icontick{
  color: #76cebe !important;
}
.scroll-top a{
  background-color: #76cebe !important ;
}
.scroll-top a{
  background-color: #76cebe !important;
}

.ht-nav-toggle:hover span::after, #ht-main-nav .ht-nav-toggle:hover span::before{
    background-color:  #76cebe !important;
}
.ht-nav-toggle span::before{
    background-color:  #76cebe !important;
} 
.ht-nav-toggle:hover span::before{
background-color:  #76cebe!important;
}

 .ht-nav-toggle span{
   background-color:  #76cebe!important;
}
.ht-nav-toggle:hover span{
     background: #76cebe !important;

}  
.ht-nav-toggle span::after{
    background-color:  #76cebe !important;
} 
.ht-nav-toggle:hover span::after{
    background-color: #76cebe !important;

}
/* .ht-nav-toggle.active.show span::after{
    background-color: black !important;
} */
.ht-nav-toggle.active.show span::after{
    background: transparent;
}
.scroll-top a {
    background-color: #76cebe!important;
}



 @media (max-width: 991.98px){
              #contentwhy{
        margin-top: 100px !important;
        }
        }
      @media (max-width: 767.98px) {
  #contentwhy {
    margin-top: 160px !important;
  }
}
.title {
    position: relative;
    color: #1a1f48;
    padding-bottom: 20px;
   
    margin-bottom: 39px;
}
.title::before{
  top: 50px !important;
}
.removeline::before{
  display: none !important;
}








html, body {
  overflow-x: hidden;
}





.content_row {
  display: flex;               /* Places items side by side */
  align-items: center;         /* Centers image and text vertically */
}

.img_sec img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}




 /* Hide default toggle icon spacing */
  .navbar-toggler {
    z-index: 10000 !important;
    border: none !important;
    outline: none !important;
    position: relative !important;
  }

  .navbar-toggler span {
    
    height: 6px !important;
    width: 25px !important;
    background-color: #ffffff !important;
    ;
  }
}
/* Dropdown solvefor mobile */
@media (max-width: 390px ) {
  /* Make navbar cover full screen when toggled */
  /* ye dropdown ko lagana ha  */
  .navbar-collapse.show {
    position: fixed !important;
    top:127px !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100% !important;
    background:transparent !important;
    backdrop-filter: blur(23px);
    z-index: 9999 !important;
    padding-top: 80px !important;
    overflow-y: auto !important;
    text-align: center !important;
  }
  


  /* Center all nav-items vertically and horizontally */
  
  

  /* Hide default toggle icon spacing */
  .navbar-toggler {
    z-index: 10000 !important;
    border: none !important;
    outline: none !important;
    position: relative !important;
  }

  .navbar-toggler span {
    
    height: 3px !important;
    width: 25px !important;
    background-color: #ffffff !important;
}

}




.ht-nav-toggle {
  display: inline-block;
  width: 40px;         /* make button wide */
  height: 30px;        /* make button tall enough for all 3 lines */
  position: relative;
  cursor: pointer;     /* show pointer when hovering */
}

/* middle line */
.ht-nav-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #76cebe;
  transform: translateY(-50%);
}

/* top line */
.ht-nav-toggle span::before,
.ht-nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #76cebe;
  transition: 0.3s;
}

/* top bar position */
.ht-nav-toggle span::before {
  top: -10px;
}

/* bottom bar position */
.ht-nav-toggle span::after {
  top: 10px;
}

/* hover effect (optional) */
.ht-nav-toggle:hover span,
.ht-nav-toggle:hover span::before,
.ht-nav-toggle:hover span::after {
  background-color: #58b5a8;
}

.ht-nav-toggle {
  position: relative;
  width: 35px; /* Width of icon */
  height: 30px; /* Height including space between lines */
  border: none;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

/* The 3 lines */
.ht-nav-toggle span,
.ht-nav-toggle span::before,
.ht-nav-toggle span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px; /* Thickness of each line */
  background-color: #76cebe;
  transition: all 0.3s ease;
  left: 0;
}

/* Position of the 3 lines */
.ht-nav-toggle span::before {
  top: -10px; /* Space between top line */
}
.ht-nav-toggle span::after {
  top: 10px; /* Space between bottom line */
}

/* Make sure the whole area (including spaces) is clickable */
.ht-nav-toggle span {
  pointer-events: none; /* allows clicks to pass through the lines */
}
