 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            color: var(--dark-text);
            overflow-x: hidden;
        }
        .container {
            max-width: 1050px !important;
            padding: 20px;
        }
        

        .navbar-brand {
            font-size: 30px;
            font-weight: 200;
            color: var(--dark-text) !important;
            display: flex;
            align-items: center;
        }
        .navbar-nav .dropdown-menu {
            width: 90%;
        }

        .navbar-nav{
    background: #e3ede8fa;
}
        .brand-icon {
            width: 35px;
            height: 35px;
            background: var(--primary-color);
            border-radius: 5px;
            margin-right: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
        }

        .navbar-nav .nav-link {
            color: var(--dark-text);
            font-weight: 500;
            font-size: 14px;
            padding: 0.5rem 12px!important;
            transition: color 0.3s;
        }

        .navbar-nav .nav-link:hover {
            color: var(--primary-color);
        }

        .nav-link.dropdown-toggle::after {
            margin-left: 5px;
        }

        .navbar-icons {
            display: flex;
            align-items: center;
            gap: 0px;
        }

        .social-icons a {
            color: #1f6ee2;
            font-size: 1.1rem;
            margin: 0 8px;
            transition: transform 0.3s;
        }

        .social-icons a:hover {
            transform: translateY(-2px);
        }

        .nav-divider {
            height: 20px;
            width: 1px;
            background: #ddd;
            margin: 0 10px;
        }

        .language-selector, .currency-selector {
            color: var(--dark-text);
            font-weight: 500;
            margin: 0 5px;
            text-decoration: none;
            font-size: 12px;
        }

        .nav-icon-btn {
            background: none;
            border: none;
            color: var(--dark-text);
            font-size: 12px;
            cursor: pointer;
            position: relative;
            padding: 5px 10px;
        }
        
        .badge-count {
            position: absolute;
            top: -5px;
            right: 0;
            background: #ff4757;
            color: white;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            font-size: 0.75rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
        }

        .helpline {
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--dark-text);
        }

        .helpline i {
            font-size: 28px;
            color: #495057;
        }

        .helpline-text {
            display: flex;
            flex-direction: column;
            line-height: 1.2;
        }

        .helpline-label {
            font-size: 0.85rem;
            color: #999;
        }

        .helpline-number {
            font-weight: 0.8rem;
            font-size: 1rem;
            color: #999;
        }
        :root {
            --primary-color: #88c8bc;
            --dark-text: #5a6c7d;
            --light-gray: #f8f9fa;
        } 
 



.pageBannerSection{
    background: #ecf5f4;
    min-height: 506px;
}
.pageBannerContent{
    position: relative;
    padding: 214px 0 75px;
}
.singleBlogPageBanner .pageBannerContent{
    padding: 251px 0 173px;
}
.pageBannerContent h2{
    font-size: 44px;
    font-weight: 500;
    line-height: 84px;
    margin: 0 0 0;
}
.singleBlogPageBanner .pageBannerContent h2{
    font-size: 60px;
    line-height: 72px;
    margin: 0;
}
.pageBannerPath{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #7f8495;
}
.pageBannerPath a{
    color: inherit;
    text-decoration: none;
}
.pageBannerPath a:hover{
    color: #9ebbbd;
}

@media (max-width: 768px) {
    .pageBannerContent h2{
        font-size: 32px;
        line-height: 44px;
    }
    .singleBlogPageBanner .pageBannerContent h2{
        font-size: 40px;
        line-height: 48px;
    }
    .pageBannerContent {
    position: relative;
    padding: 123px 0 75px;
}
.pageBannerSection {
    min-height: 300px;
}
.teamMembersPageSection {
    padding: 9px 0 96px !important;
}
}