.elementor-element-e7756e6 .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
	min-height:105px !important
}
    .elementor-1280 .elementor-element.elementor-element-6d73d89 .elementskit-navbar-nav .elementskit-submenu-panel{
		text-transform:uppercase !important;
}
.elementor-element-b5475b9{
	display:none
}
.elementor-element-4782959 ul{
     margin: 0px !important;
	padding-left:0px !important
}
.elementor-1280 .elementor-element.elementor-element-b5475b9 .elementor-icon-list-item > a{
	justify-content:end !important;
	align-items: baseline !important
}

.elementor-element-4782959 i{
	font-size:20px !important
}
.elementor-element-b5475b9 ul{
	  margin: 0px !important;
}
li{
	list-style:none !important
}
.tab-content h4{
	text-transform:capitalize;
}
#office-title{
	text-transform:capitalize;
}
.ast-container{
    max-width: 100% !important;
    padding: 0px !important;
}
.office-hero{
	height:100vh
}
.office-box{
    border-top: 4px solid #CC0000;
    margin-top: 100px;
    padding: 60px 35px;
}
.elementor-element-adbe1e7{
	display:none
}

.custom-tab-nav .nav-link {
    border-radius: 20px;
    padding: 8px 24px;
    font-weight: 600;
    transition: 0.3s;
}

.custom-tab-nav .nav-link.active {
    background-color: #000;
    color: #fff;
}

.office-tabs {
    background-color: #f9f9f9;
}
.site-content .ast-container{
    display: block !important;
}
html {
  scroll-behavior: smooth;
}
.sticky-tab-nav {
  position: sticky;
  top: 0;
  z-index: 1050; /* Higher than header */
  background: #fff; /* Solid background to avoid overlap */
  border-bottom: 1px solid #ddd;
}

.culture-section .section-title h2 {
  font-size: 2.5rem;
  color: #343a40;
}

.culture-card img {
  object-fit: cover;
  height: 250px;
}

.culture-card .card-title {
  color: #1d3557;
}

.culture-card .card-text {
  font-size: 0.95rem;
}


.office-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.office-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
 .highlight-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border-radius: 12px;
    }

    .highlight-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .contact-title {
        font-size: 1.2rem;
        color:#CC0000 !important
    }

    .highlight-card .card-text {
        font-size: 0.95rem;
        color: #555;
    }
    .card-text a{
color:black
    }

    .location-arrow span{
      margin-top: -6px;
    }
    .location{
      font-size: 32px;
    }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  background-color: #CC0000;
  color:white
}

    .map-section {
      background-color: #f9f9f9;
      padding: 50px 0;
      text-align: center;
    }

    .map-section h5 {
      color: #777;
      font-weight: 500;
      text-transform: uppercase;
    }

    .map-section h2 {
      font-weight: 700;
      color: #0a2f43;
    }

    .map-section span {
      color: #c28815;
    }

    .flag-box img {
      width: 100%;
      max-width: 344px;
      height: auto;
    }

    .tab-section {
      background-color: #fff;
      padding: 40px 0;
    }

    

    .nav-tabs .nav-link {
      color: #0a2f43;
      font-weight: 600;
    }

    .office-hero-section{
      margin-top: 200px;
    }

    .tab-image{
      width: 90%;
    }
    #countryTabs{
      display: flex;
      gap: 42px;
      
    }
#countryTabs .nav-link.active{
    background-color: #0a2f43 !important;
    color: #fff !important;
}
    #countryTabs button{
      border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: none;

    }
    #countryTabs span{
      font-size: 20px;
      padding:5px 10px
    }


    /* home banner */


    .custom-bain-container {
    position: relative;
}

.custom-bain-hero img {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    transform: scale(1.1);
    opacity: 0;
    transition: transform 2.5s ease-out, opacity 1.5s ease-out;
}

.custom-bain-hero .swiper-slide-active img {
    transform: scale(1);
    opacity: 1;
}


.custom-bain-hero .swiper-slide-active img {
    transform: scale(1);
    opacity: 1;
}

.custom-bain-hero .swiper-slide {
    position: relative;
}

.custom-bain-hero .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.4); */
    z-index: 1;
}

.custom-bain-hero {
    height: 100vh
}

.text-overlay {
    position: absolute;
    bottom: 240px;
    left: 30px;
    color: #fff;
    max-width: 1000px;
    z-index: 2;
}

.banner-btn {
    border: 1px solid white;
    padding: 13px 25px
}

.banner-btn i {
    color: white
}

.text-overlay h2 {
    font-size: 40px;
    color: #fff;
}

.text-overlay a {
    color: #fff;
    font-weight: bold;
    text-decoration: none !important;

    display: inline-block;
    margin-top: 10px;
}

.custom-bain-tabs {
    position: absolute;
    bottom: 0px;
    left: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
    z-index: 10;
}

.custom-bain-tab {
    position: relative;
    color: #999;
    font-weight: 600;
    cursor: pointer;
    font-size: 20px;
    width: 20%;
}

.custom-bain-tab.active {
    color: #fff;
}

.custom-bain-tab p {
    font-size: 16px
}

.custom-bain-tab::after {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    width: 0;
    height: 3px;
    background: red;
    transition: none;
}

.custom-bain-tab.animate-line::after {
    transition: width 1s ease;
    width: 100%;
}


.custom-bain-tab.active::after {
    width: 100%;
    /* animate to full width */
}



.feature-area-1 {
    margin-bottom: 120px;
}

.client-area-1 {
    margin-bottom: 120px;
}

/* Container for the cards */
.feature-area-1 .feature-static-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Each card wrapper */
.feature-area-1 .feature-static {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}

/* Card box styling */
.feature-area-1 .feature-card {
    padding: 10px;
    display: grid;
    border-radius: 20px;
    position: relative;

    gap: 40px;
}

/* Card image icon */
.feature-area-1 .feature-card-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.feature-card-title {
    margin-bottom: 10px
}

.feature-card-title a {
    color: black !important;
    text-decoration: none !important;

}

/* Card content title */
.feature-area-1 .feature-card.style-grid .feature-card-title {
    margin-top: 15px;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 10px;
}

/* Card excerpt */
.feature-area-1 .feature-card.style-grid .feature-card-text {
    font-size: 18px;
}

/* View Detail link */
.feature-area-1 .link-btn {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--title-font);
    display: inline-flex;
    line-height: 0.8;
    position: relative;
    padding-bottom: 6px;
    text-transform: uppercase;
    color: var(--title-color);
    gap: 10px;
    text-decoration: none;
}

/* Left-side title area (sticky) */
.feature-area-1 .sec_title_static {
    position: absolute;
    height: 100%;
    display: block;
}

.feature-area-1 .sec_title_static .sec_title_wrap {
    position: sticky;
    top: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: auto;
}

.feature-area-1 .title-area {
    margin-bottom: 48px;
    position: relative;
    z-index: 2;
}

/* Section main heading */
.feature-area-1 .sec-title {
    margin-bottom: 30px;
    margin-top: -0.18em;
    font-size: 53px;
    font-weight: 700;
    letter-spacing: -1.8px;
    line-height: 121%;
    text-transform: capitalize
}



.feature-area-1 .title-area p {
    font-size: 30px;
}

/* Responsive tweak for desktop row layout */
@media (min-width: 992px) {
    .feature-area-1 .feature-static-wrap {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .feature-area-1 .feature-static {
        flex: 1 1 100%;
    }
}

/* Optional image responsiveness */
.feature-area-1 img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.feature-area-1 .row {
    gap: 60px
}

.theme-btn:hover {
    background: transparent;
    color: black;
    border: 2px solid #c00
}

.theme-btn {
    color: #fff;
    background: #c00;
    padding: 14px 26px;
    text-decoration: none !important;
    font-size: 20px;
    border-radius: 7px
}
.elementor-element-4059423 .elementor-widget-wrap{
    padding: 0px !important;
}
.elementor-element-2a0a847{
    position: fixed;
    top: 0;
    z-index: 11;
}
@media(max-width:1024px){
  .text-overlay h2{
    font-size: 50px;
  }
	.elementor-element-adbe1e7{
		display:block;
		position:fix !important;
		top:0
	}
    .text-overlay{
        top:40%
    }
}

@media (max-width: 1199px) {
    .feature-area-1 .sec-title {
        font-size: 48px;
    }

    .feature-area-1 .title-area p {
        font-size: 24px;
    }

    .feature-area-1 .feature-card.style-grid .feature-card-title {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .feature-area-1 .sec_title_static {
        position: relative;
        height: auto;
        margin-bottom: 30px;
    }

    .feature-area-1 .sec_title_static .sec_title_wrap {
        position: relative;
        top: unset;
        align-items: center;
    }

    .feature-area-1 .title-area {
        margin-bottom: 24px;
        text-align: center;
    }

    .feature-area-1 .feature-static-wrap {
        gap: 20px;
    }

    .feature-area-1 .feature-card.style-grid .feature-card-title {
        font-size: 22px;
    }

    .feature-area-1 .title-area p {
        font-size: 20px;
    }

    .feature-area-1 .sec-title {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
	.culture-section .section-title h2{
		font-size:2rem;
	}
	.office-hero{
	height:60vh
}
	.office-box{
		margin-top:30px
	}
	.office-hero-section {
    margin-top: 50px ;
}
    .text-overlay {
        top: 3% !important;
    }
	.text-overlay{
		display: block;
        align-content: center;
	}
  .feature-area-1 .row{
    gap: 0px;
  }
  .custom-bain-tab{
    font-size: 19px;
  }
  .custom-bain-tab p {
    font-size: 13px;
}
.custom-bain-tab strong{
    font-size: 15px;
}
.custom-bain-tab{
    width: 31.33%;
}
.text-overlay a{
  padding: 6px 15px;
  font-size: 16px;
}
.text-overlay h2 {
        font-size: 40px;
    }
    .custom-bain-tabs{
        flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
    }
    .feature-area-1 .feature-static-wrap {
        flex-direction: column;
    }

    .feature-area-1 .feature-card {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .feature-area-1 .feature-card-title {
        font-size: 20px;
    }

    .feature-area-1 .title-area p {
        font-size: 18px;
    }

    .feature-area-1 .sec-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
  .text-overlay a{
    margin-top:-20px
  }
  .custom-bain-tab {
    width: 30%;
  }
  .service-blog{
    display: flex;
  }

.custom-bain-tabs{
flex-wrap: wrap;
left: 5px;gap:0px
}
    .feature-area-1 .sec-title {
        font-size: 30px;
    }

    .feature-area-1 .title-area p {
        font-size: 16px;
    }

    .feature-area-1 .feature-card.style-grid .feature-card-title {
        font-size: 18px;
    }

    .feature-area-1 .feature-card {
        padding: 12px;
    }
     .text-overlay h2{
      font-size:21px
    }
    .text-overlay{
        top: 1% !important;

    }
}

@media (max-width: 500px){
.feature-area-1 .row{
  display: block;
}
   
    .custom-bain-tab{
      width: 100%;
		padding:0 10px
    }
    .text-overlay{
        bottom: 400px !important;

    }
}
@media (max-width: 400px){
    .text-overlay {
        top:0%
    }
}
