/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2026 | 06:30:57 */
.sbi_follow_btn a:hover span{
    color:#fff;
}

.sbi_follow_btn a:hover svg{
    color:#fff ;
    fill:#fff ;
}

/* Header when sticky */
#global-header.is-sticky {
    position: fixed;                 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
 
    background: rgb(0 0 0 / 75%); 
    backdrop-filter: blur(10px);    
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.header-logo img {
        width: 120px !important;
        height: auto;         
        max-width: 100%;
        object-fit: contain;  
        display: block;
    }
 .topbar-icon-list span.label {
    font-weight: 700;
}
#client-logo-section {
   
 
    background: rgb(0 0 0 / 85%); 
    backdrop-filter: blur(10px);    
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}




/* =====================================
   Topbar – Full width bottom border
   ===================================== */
.topbar {
    position: relative;
}

.topbar::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 1px;         
    background: #FAE016; 
    transform: translateX(-50%);
}

/* =====================================
  Mobile Responsive Css
   ===================================== */

@media (max-width: 767px) {

	
		.header-logo img {
    object-fit: cover;
    width: 120px !important;
}
 .topbar-icon-list 
    .elementor-icon-list-item:first-child {
        display: none !important;
    }
	
}

