html{overflow-x:hidden;}
/* DESKTOP FIX */
.tp-caption.caption-2 p {
    width: auto !important;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    text-transform: none !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 18px !important;
}

/* MOBILE FIX */
/* FORCE FIX for caption-2 text on mobile */
@media (max-width: 767px) {

    #layer-70925512 {
        max-width: 90% !important;
        width: 90% !important;

        font-size: 18px !important;
        line-height: 22px !important;

        white-space: normal !important;
        word-break: break-word !important;

        transform: none !important;
        -webkit-transform: none !important;

        margin: 0 auto !important;
        left: 0 !important;
        right: 0 !important;
    }

    #layer-70925512 p {
        font-size: 18px !important;
        line-height: 22px !important;
        text-align: center !important;
        white-space: normal !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}



.rev_slider_wrapper {
    position: relative !important;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45); /* darkness of overlay */
    z-index: 1 !important; /* BELOW text */
}

/* Text should always be above overlay */
.rev_slider_wrapper .tp-caption {
    position: relative !important;
    z-index: 5 !important;
}
.tp-bannertimer {
    display: none !important;
}
.caption-2 {
    font-size: 20px !important;   /* Increase size */
    line-height: 1.4em !important;
    font-weight: 400;             /* Optional */
}
.post-thumb {
    max-height: 300px;      /* Set maximum height */
    overflow: hidden;       /* Hide the overflow if image is bigger */
    display: flex;          /* Use flex to center the image */
    justify-content: center;
    align-items: center;
}

.post-thumb img {
    max-height: 100%;       /* Image will fit the container's height */
    width: auto;            /* Keep aspect ratio */
    object-fit: cover;      /* Ensure it covers the container if needed */
    object-position: center; /* Center the image */
    display: block;
}

.navbar-desktop li a{font-weight:600;}
section.welcome.section-primary {
    padding: 30px 0px;
}

footer{
    background:#000 !important;
}

.lb-close {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}








.section-primary.pb-120 {
    padding: 0px !important;
}

/* Full page center */
.page-center {
  margin: 40px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Tabs */
.tab-container {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.tab-button {
  padding: 10px 30px;
  border: none;
  background: #e5e5e5;
  font-weight: 600;
  cursor: pointer;
}

.tab-button.active {
  background: #000;
  color: #fff;
}

/* Content */
.tab-content {
  display: none;
  width: 100%;
  text-align: center;
}

.tab-content.active {
  display: block;
}

/* Gallery */
.gallery {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}



/* Video thumb */
.video-thumb {
  position: relative;
}

.play-btn {
  position: absolute;
  font-size: 30px;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}





.gallery-tabs {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}

.tab-btn {
	padding: 10px 25px;
	border: none;
	background: #eee;
	cursor: pointer;
	font-weight: 600;
}

.tab-btn.active {
	background: #000;
	color: #fff;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}




















.navbar-mobile .left {width:80% !important;}
.on_mob {display:none !important;}
.on_desk {display:block !important;}
@media (max-width: 767px) {
    h2.AboutPromo-title.Heading-lead--redesign{width:100% !important;}   
    h2.AboutPromo-title.Heading-lead--redesign a{font-size:20px !important;}  
    .caption-1 {
        font-size: 20px !important;
        margin-bottom:10px !important;
    }
    .navbar-mobile {
        padding: 10px 0 !important;
    }
    .navbar-mobile .left {width:8% !important;}
    .navbar-mobile .logo {
        max-width: 35% !important;
        margin: 0 auto !important;
    }
    .on_mob {display:block !important;}
    .on_desk {display:none !important;}
   header.inner {
        min-height: auto !important;
    }
    .navbar-mobile {
        display: none;
        background: #000 !important;
        padding: 15px 0;
    }
    .ft-top .ft-logo {
        margin-bottom: 25px !important;
    }
    
    .ft-top .ft-top-wrapper, .ft-top .ft-top-wrapper.pb-54 {
        padding-top: 10px !important;
    }
    .ft-logo img{width:50% !important;}
}


.page-breadcrumb {
    background: #f2f2f2;
    padding: 32px 0 !important;
    margin-bottom: 0px !important;
}


.menu li a {
    text-decoration: none;
    position: relative;
}

.menu li a.active {
    text-decoration:underline;
}
