body{
	overflow-x:hidden;
}
.partner-table p {
    padding-bottom: 20px !important;
}
.partner-timeline .twae-content {
    box-shadow: none !important;
}
/* =================================== GLOBAL HEADER =================================== */
.custom-header{
    width: 100%;
    z-index: 9999;
    transition: all .3s ease;
}
.scrolled div.hfe-nav-menu-icon svg {
    fill: #000 !important;
}
/* =================================== HOME PAGE HEADER =================================== */
.custom-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent !important;
}
/* White menu on homepage */
.custom-header a, .custom-header a.hfe-menu-item {
    color: #fff !important;
}
@media screen and (max-width:767px){
    .custom-header a, .custom-header a.hfe-menu-item{
        color: #3D4D49 !important;
    }
}
/* =================================== HOME PAGE SCROLL STATE =================================== */
.custom-header.scrolled {
    background: #E8E4E0 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
/* Dark menu after scroll */
.custom-header.scrolled a, .custom-header.scrolled a.hfe-menu-item{
    color: #222 !important;
}
.twae-wrapper {
    --tw-line-width: 1px !important;
}
/* ===================================  INNER PAGES =================================== */
/* ===================================   ADMIN BAR FIX ONLY HOMEPAGE=================================== */
body.admin-bar .custom-header{
    top: 32px !important;
}
@media screen and (max-width:782px){
    body.admin-bar.home .custom-heade {
        top: 46px !important;
    }
    .logged-in .sticky_header {
        top: 46px;
    }
    .iconblock .e-child:not(:last-child)::after{
        display:none !important;
    }
}
/* HOME default (transparent header → white logo needed) */
 .custom-header .hfe-site-logo-img{
    filter: brightness(0) invert(1);
}
/* after scroll → normal dark logo */
 .custom-header.scrolled .hfe-site-logo-img{
    filter: none;
}
/* ICON BLOCK CONTAINER */
.iconblock .e-con-inner{
    display:flex;
    gap:0;
}
/* EACH ICON BLOCK */
.iconblock .e-child{
    position:relative;
    flex:1;
}
/* VERTICAL SEPARATOR */
.iconblock .e-child:not(:last-child)::after{
    content:"";
    position:absolute;
    top:10%;
    right:0;
    width:1px;
    height:80%;
    background:rgba(255,255,255,0.18);
}
/* OPTIONAL HOVER EFFECT */
.iconblock .e-child:hover{
    transform:translateY(-4px);
    transition:0.35s ease;
}
.team-icon, .team-icon svg {
    height: 32px !important;
    max-width: 32px !important;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
    font-size: 14px;
    line-height: 135%;  
    color: #999090;
}
.twae-horizontal-timeline.twae-wrapper .twae-story.swiper-slide {
    margin: 0!important;
    max-width: 20% !important;
    width: 100% !important;
}
@media (max-width:1200px){
    .twae-horizontal-timeline.twae-wrapper .twae-story.swiper-slide {
        width: 100% !important;
        max-width: 25% !important;
    }
}
@media (max-width:1024px){
    .twae-horizontal-timeline.twae-wrapper .twae-story.swiper-slide {
        max-width: 33.333% !important;
    }
}
@media (max-width:881px){
    .twae-horizontal-timeline.twae-wrapper .twae-story.swiper-slide {
        max-width: 50% !important;
    }
}
@media (max-width:767px){
    br{
        display:none;
    }
	
    .main-banner h1 br, p br {
        display: block;
    }
    .twae-horizontal-timeline.twae-wrapper .twae-story.swiper-slide {
        max-width: 100% !important;
        margin-left: 10px !important;
    }
    .static-position{
        position:static !important;
    }
    .grid-box .elementor-widget-icon-box {
        border: none !important;
    }
    .twae-horizontal-timeline.twae-wrapper .twae-content {
        padding: 10px 0;
    }
}
@media (max-width: 599px){
    body.admin-bar .custom-header.scrolled {
        top:0 !important;
    }
    .sticky_header {
        top: 0;
    }
}
@media (max-width:500px){
    .grid-box {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
.governance .twae-button-prev {
    left:0 !important;
    opacity:1 !important;
}
.governance .twae-button-prev  i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0px, -50%);
    width: 0;
    height: 0;
    background:transparent !important;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #6E8F86; 
    opacity:1 !important;
}
.governance .twae-button-next {
    right: 0 !important;
    opacity: 1 !important;
}
.governance .twae-button-next i:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #6E8F86;
    opacity:1 !important;
    background:transparent  !important;
}
.twae-arrow {
    position: static !important;
    transform: rotate(0deg) !important;
    height: 96px !important;
    width: 1px !important;
    border:1px dashed #B6B4B0 !important;
    margin: -76px 0 0 15px;
    background:transparent !important;
}
.twae-label-big {
    text-align: left !important;
    left: 0 !important;
}
.twae-labels {
    left: 0 !important;
    transform: translateX(0px) !important;
    margin-top: -20px !important;
}
.governance .twae-wrapper .twae-icon {
    border: none !important;
    left: 0 !important;
    z-index:9 !important;
}
.twae-h-line {
    background: #6E8F86 !important;
}
div#twae-wrapper-ae62ebd {
    margin: 0 !important;
    width: 100% !important;
}
div#twae-slider-container-ae62ebd {
    margin: 0 !important;
}
.twae-wrapper-inside {
    padding-left: 24px;
}
div#swiper-wrapper-59bf9b73eb9ed72b {
    margin-bottom: 0 !important;
}
.overlay-img:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.29%, rgba(0, 0, 0, 0.45) 100%);
    position: absolute;
}
.overlay-img {
    position: relative;
}
.under-construction-sec a {
    backdrop-filter: blur(12px);
}
.visit-btn a path {
    fill: transparent !important;
}
.visit-btn a:hover path {
    stroke: #3D4D49 !important;
}
.visit-btn a svg {
    width: 24px !important;
    height: 24px !important;
}
.who-we-are-box svg path {
    fill: #f4f4f4 !important;
}
@media (max-width:1330px) and (min-width:1201px){
.home-sec-2 h3 {
    font-size: 22px !important;
	}
	.home-sec-2.iconblock h3 {
    font-size: 18px !important;
}

.home-sec-2.iconblock p {
    font-size: 14px !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
}