.header-footer-group, body:not(.overlay-header) #site-header .toggle, .menu-modal .toggle {
    color: #000000;
    display: none;
}

.e-con-inner{
 padding: 0 !important;
}

.entry-content {
    padding: 0px 0 0px;
}


.adv-icon img{
	    width: 40px;
}

.main-navigation ul li.menu-item-has-children > a::after {
    content: "\e90f" !important;
}

.main-navigation ul li li a::before {
	content: "\e911" !important;
}
.adv-search form::before {
    content: "\e913" !important;
}

.adv-breadcrumbs li:before {
	content: "\e90c" !important;
}

.newjddsjfjsdfs:hover{
	background-color:#000 !important;
}

.the-logo img{
	    width: 200px;
}

.notice-warning {
    border-left-color: #dba617;
    display: none !important;
}
.industry-name{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-size:22px;
    font-weight:600;
    color:#000;
    min-height:80px;
    padding:15px 25px;
}

.tcs9-brand-box{
    display:flex;
    align-items:center;
    justify-content:center;
}
.acc-list li::before {
    content: "\e911" !important;
}

    .elementor-18 .elementor-element.elementor-element-2bd6e36 {
        padding: 0 !important;
    }

.adv-services-box .services-box-title {
    color: #132C33;
}

    .investment-left h1 {
        font-size: 47px;
        line-height: normal;
    }

.investment-content {
    gap: 50px;
}
.adv-services-box__content {
    padding: 0px 9px 0;
}
.adv-services-box .services-box-title {
    font-size: 20px;
}

.icon-box-des {
    height: 100px;
    overflow-y: scroll;
	scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE & Edge */
}

.elementor-20 .elementor-element.elementor-element-3e02273:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-3e02273 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    /* background-color: #F5F2F0; */
    background-color: #132C33 !important;
}

.adv-icon-list-item a {
    color: #fff !important;
}

.adv-icon svg {
    fill: #fff !important;
}

.elementor-20 .elementor-element.elementor-element-042d40c .adv-icon-list-item {
    color: #fff !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    margin: 10px !important;
    border-radius: 10px !important;
}


.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    font-size: 18px !important;
}

.page-header .page-title {
    font-size: 40px !important;
	    line-height: normal !important;
}

    .page-header {
        height: 400px !important;
    }


.adv-heading__title {
    font-size: 50px !important;
}


 .vhs-services-wrapper{
    padding:0px 0px;
/*     background:#f7f7f7; */
}

.vhs-services-container{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.vhs-service-card{
    background:#fff;
    border:1px solid #e5e5e5;
    padding: 20px;
    text-align:center;
    min-height:300px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    transition:all .3s ease;
    box-shadow:0 8px 25px rgba(0,0,0,0.04);
}

.vhs-service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.10);
}

.vhs-icon-box{
    font-size:42px;
    color:#25354b;
    margin-bottom:25px;
}

.vhs-service-card h3{
    font-size:16px;
    line-height:1.4;
    color:#132C33;
    font-weight:600;
    margin-bottom:18px;
}

.vhs-service-card p{
    font-size:16px;
    line-height: normal;
    color:#666;
    margin:0;
}


.vhs-icon-box{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.vhs-icon-box img{
    width:60px;
    height:60px;
    object-fit:contain;
    transition:0.3s ease;
}

.vhs-service-card:hover .vhs-icon-box img{
    transform:scale(1.1);
}
/* Tablet */

@media (max-width:991px){

    .vhs-services-container{
        grid-template-columns:repeat(1,1fr);
    }

    .vhs-service-card h3{
        font-size:24px;
    }

}

/* Mobile */

@media (max-width:767px){

    .vhs-services-container{
        grid-template-columns:1fr;
    }

    .vhs-service-card{
        min-height:auto;
        padding:35px 25px;
    }

    .vhs-service-card h3{
        font-size:22px;
    }

    .vhs-service-card p{
        font-size:16px;
    }
	
	.page-header .page-title {
    font-size: 25px !important;
}

}

b, strong {
    color: #00897b !important;
}

/* ===========================
   BLOG PAGINATION
=========================== */

.blog-pagination{
    width:100%;
    flex:0 0 100%;
    max-width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:60px;
    padding:0;
}

.blog-pagination .nav-links{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    width:100%;
}

.blog-pagination .page-numbers{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:50px;
    height:50px;
    padding:0 18px;
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:10px;
    color:#111827;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:all .3s ease;
    box-shadow:0 2px 8px rgba(0,0,0,0.05);
}

.blog-pagination .page-numbers:hover{
    background:#111827;
    color:#fff;
    border-color:#111827;
    transform:translateY(-2px);
}

.blog-pagination .page-numbers.current{
    background:#111827;
    color:#fff;
    border-color:#111827;
}

.blog-pagination .prev,
.blog-pagination .next{
    padding:0 24px;
    font-weight:700;
}

.blog-pagination .dots{
    border:none;
    background:none;
    box-shadow:none;
    min-width:auto;
    padding:0 5px;
}

/* ===========================
   MOBILE
=========================== */

@media (max-width:767px){

    .blog-pagination{
        margin-top:40px;
    }

    .blog-pagination .nav-links{
        gap:8px;
    }

    .blog-pagination .page-numbers{
        min-width:42px;
        height:42px;
        padding:0 12px;
        font-size:14px;
        border-radius:8px;
    }

    .blog-pagination .prev,
    .blog-pagination .next{
        padding:0 15px;
    }

}

