.pt-0{
    padding-top: 0px !important;
}
.pb-0{
    padding-bottom: 0px !important;
}
.post-feed-section{
	padding:145px 0 125px 0;
}
.post-feed-wrap{
	width: 100%;
    overflow: hidden;
}
.post-feed-wrap .left_col{
	flex: 1;
	padding-left: calc(50% - 1414px / 2);
}
.post-feed-wrap.container-section .left_col {
    padding-left: 0;
}
.post-feed-wrap .right_col{
	width: 66.66%;
}
body .button-typ1 {
    background-color: var(--color-primary);
    color: var(--color-white);
	border: 2px solid var(--color-primary);
	padding: 11px 12px;
    font-size: 14px;
    font-weight: var(--fw-600);
    cursor: pointer;
    line-height: normal;
    letter-spacing: 0.9px;
    transition: 0.5s;
    text-align: center;
}
body .button-typ1:hover,
body .button-typ1:focus{
	background: transparent;
	color: var(--color-primary);
}
body .button-typ2{
	background: transparent;
	color: var(--color-primary);
	border: 2px solid var(--color-primary);
	padding: 11px 12px;
    font-size: 14px;
    font-weight: var(--fw-600);
    cursor: pointer;
    line-height: normal;
    letter-spacing: 0.9px;
    transition: 0.5s;
    text-align: center;
}
body .button-typ2:hover,
body .button-typ2:focus{
	background-color: var(--color-primary);
    color: var(--color-white);
}
.buttons-list-wrapper{
	gap: 18px;
	padding-top: 40px;
}
.left_col-inner{
	max-width: 360px;
}
.post-feed-card {
    position: relative;
    overflow: hidden;
    min-height: 435px;
	width: 100%;
}
.post-feed-card-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #fff;
}
.post-feed-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post-feed-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.post-feed-card:hover .post-feed-card-image img {
    transform: scale(1.05);
}
.post-feed-card-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.35%, rgba(0, 0, 0, 0.9) 92.31%);
}
.post-feed-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    z-index: 2;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
	width: 100%;
    height: 100%;
	transition: 0.4s all;
}
.post-feed-card-title{
	font-family: var(--font-family-body);
	font-weight: 700;
	font-size: 19px;
	line-height: 1.36;
	color: var(--color-white);
	margin: 0px;
}
.post-feed-card-excerpt{
	font-size: 14px;
	line-height: 1.5;
	color: var(--color-white);
	flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-feed-card-action{
	gap: 15px;
	max-height: 0px;
	opacity: 0;
	transition: max-height 0.6s ease, opacity 0.6s ease;
}
.post-feed-card-excerpt,
.post-feed-card-arrow{
	padding-top:10px;
}
.post-feed-card:hover .post-feed-card-content {
border: 1px solid #000;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.post-feed-card:hover .post-feed-card-action{
	max-height: 300px;
	opacity: 1;
}
.post-feed-slider .slick-list{
	padding-left: 0 !important;
	margin: 0 -10px;
}
.post-feed-slider .slick-list .slick-track {
    margin-left: 0;
}
.post-feed-slider .post-feed-item{
	padding:0 10px;
}
.slick-dots{
	padding: 0px;
	margin: 0px;
	margin-top: 33px !important;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}
.slick-dots li button,
.slick-dots li::before{
	display: none;
}
.slick-dots li{
	background: rgba(30, 50, 98, 0.31);
	width: 54px;
	height: 5px;
	border-radius: 7px;
	cursor: pointer;
}
.slick-dots li.slick-active{
	background:var(--color-primary);
}
.post-feed-grid .slick-center + .slick-active + .post-feed-item{
	opacity: 0.15;
    pointer-events: none;
}
.post-feed-wrap .simple-btn-wrap{
	padding-top: 25px;
}
.header-wrapper .site-branding{
	line-height: normal;
}
.post-feed-tabs .post-feed-tab-nav {
    gap: 18px;
    padding-top: 40px;
}
.post-feed-tabs .post-feed-tab-nav .post-feed-tab {
    background: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    padding: 11px 12px;
    font-size: 13px;
    font-weight: var(--fw-600);
    cursor: pointer;
    line-height: normal;
    transition: 0.5s;
    text-align: center;
}
.post-feed-tabs .post-feed-tab-nav .post-feed-tab:before {
    display: none;
}
.post-feed-tabs .post-feed-tab-nav .post-feed-tab.active, .post-feed-tabs .post-feed-tab-nav .post-feed-tab:hover {
    background: var(--color-primary);
    color: var(--color-white);
}
.post-feed-tab-panel {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.post-feed-tab-panel.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}


/* ========================================
   Pricing Solutions Styles
   ======================================== */
.price-solution-section{
	padding: 170px 0;
}
/* Tab Navigation */
.pricing-tabs-nav {
    display: flex;
    gap: 18px;
    margin-bottom: 35px;
}
.pricing-tab-btn {
	background: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    padding: 11px 20px;
    font-size: var(--font-size-13);
    font-weight: var(--fw-600);
    cursor: pointer;
    line-height: normal;
    transition: 0.5s;
    text-align: center;
}
.pricing-tab-btn.active,
.pricing-tab-btn:hover{
    background-color: var(--color-primary);
    color: var(--color-white);
}
/* Tab Content - UPDATED: Smoother fade */
.pricing-tabs-content {
    position: relative;
}
.pricing-tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.pricing-tab-content.active {
    display: block;
    opacity: 1;
}

/* Zone Navigation */
.zone-navigation {
    margin-bottom: 10px;
}
.zone-navigation .bullet-link{
	background: transparent;
	padding: 0px;
	border: none;
	appearance: none;
	cursor: pointer;
	color: var(--color-accent);
	line-height: normal;
}
.zone-navigation .bullet-link.active{
	font-weight: 700;
	color: var(--color-primary);
}
/* Zones Wrapper */
.zones-wrapper {
    position: relative;
}
.zone-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.zone-content.active {
    display: block;
    opacity: 1;
}
/* Zone Layout */
.zone-layout {
    display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
/* Left Side - Image Section */
.zone-image-section {
    position: relative;
	flex: 1;
}
.zone-info-section{
	flex: 0 0 30%;
}
.level-navigation {
    display: flex;
	flex-wrap: wrap;
    gap: 2px;
	position: absolute;
    right: 0;
    top: -36px;
}
.level-btn {
    padding: 9px 24px;
    background: var(--color-white);
	border: none;
	border-radius: 0px;
	appearance: none;
	color: var(--color-primary);
    font-size: 10px;
    font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.3px;
    cursor: pointer;
    transition: all 0.4s;
}
.level-btn:hover,
.level-btn.active{
    background-color:var(--color-primary);;
    color: var(--color-white);
}

/* UPDATED: Image container for crossfade effect */
.zone-image-container {
    position: relative;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
}
/* Maintain aspect ratio */
.zone-image-container::before {
    content: '';
    display: block;
    padding-bottom: 75%; /* 4:3 aspect ratio */
}
/* UPDATED: Crossfade images - absolute positioning for overlay effect */
.zone-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none;
}

.zone-image.active {
    opacity: 1;
    pointer-events: auto;
}

/* UPDATED: Level Info Container - smoother transitions */
.level-info-container {
    padding: 20px;
    background-color: var(--color-white);
	font-size: 14px;
    min-height: 145px;
	min-width: 295px;
    position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}
.level-info-container ul li::before {
    width: 5px;
    height: 5px;
}
.level-info-container ul li {
    padding-left: 16px;
}

/* UPDATED: Crossfade content - absolute positioning */
.level-info {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    pointer-events: none;
}
.level-info.active {
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: auto;
}
.zone-info-section h2,
.zone-info-section h3,
.zone-info-section h4,
.zone-info-section h5,
.zone-info-section h6{
	font-family: var(--font-family-body);
	font-weight: 700;
	margin: 0 0 12px;
}
.zone-info-section .content-block{
	margin: 0 0 15px;
}
.zone-info-section .simple-btn-wrap{
	margin-top: 30px;
}
/* UPDATED: Simple fade animation - no transform movement */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/** FAQ **/
.faqs-section{
    padding: 120px 0;
}
.text-center{
    text-align: center;
}
.faq-wrapper{
    max-width: 1120px;
    margin: 0 auto;
}
.faq-wrapper .faq-question{
    font-family: var(--font-family-body);
	font-weight: 700;
    margin: 0px;
    cursor: pointer;
    position: relative;
    padding: 0px;
}
.faq-wrapper .faq-question button::after{
    content: '';
    background: url(../images/faq-arrow.svg) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 26px;
    display: inline-block;
    transition: 0.4s all;
}
.faq-wrapper .faq-item.active .faq-question button::after{
    transform: rotate(180deg);
}
.faq-wrapper .faq-item{
    border-bottom: 1px solid var(--color-accent);
}
.faq-wrapper .faq-question button{
    cursor: pointer;
    border: none;
    background: transparent;
    appearance: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 25px 40px 25px 0;
}
.faq-wrapper .faq-answer{
    padding-top: 8px;
}
.faq-wrapper .faq-item.active .faq-question button {
    padding-bottom: 0;
}
.faq-wrapper .faq-item.active {
    padding-bottom: 25px;
}
.blue-cta-section .bullet-points-wrapper{
    margin:35px 0 0;
}
.faq-wrapper .faq-answer a{
    font-weight: var(--fw-700);
    text-decoration: underline;
}
/************
GALLERY PAGE 
************/
.gallery-inspiration-section{
    padding: 80px 0;
}
/* Tab Navigation */
.gallery-main-tabs {
    display: flex;
    gap: 16px;
    margin-bottom: 35px;
}
.gallery-main-tab{
	background: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    padding: 11px 20px;
    font-size: var(--font-size-13);
    font-weight: var(--fw-600);
    cursor: pointer;
    line-height: normal;
    transition: 0.5s;
    text-align: center;
}
.gallery-main-tab.active,
.gallery-main-tab:hover{
    background-color: var(--color-primary);
    color: var(--color-white);
}
/* SUB FILTERS */
.gallery-sub-filters {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: var(--font-size-13);
    max-width: 925px;
    position: absolute;
    right: 0px;
    top: -70px;
}
.gallery-sub-filters .gallery-sub-filter{
	background: transparent;
	padding: 0px;
	border: none;
	appearance: none;
	cursor: pointer;
	color: var(--color-accent);
	line-height: normal;
}
.gallery-sub-filter.active,
.gallery-sub-filter:hover{
	font-weight: 700;
	color: var(--color-primary);
}
.gallery-sub-filter:not(:last-child)::after {
    content: "•";
    color: rgba(30, 50, 98, 0.60);
    position: relative;
    left: -1px;
    top: 0;
    padding: 0 6px;
    font-size: 16px;
}

/* ========================================
   TAB CONTENT
   ======================================== */
.gallery-tabs-content {
    position: relative;
}

.gallery-tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.gallery-tab-content.active {
    display: block;
    opacity: 1;
}
/* ========================================
   FILTER CONTENT
   ======================================== */
.gallery-filter-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.gallery-filter-content.active {
    display: block;
    opacity: 1;
}

/* ========================================
   GALLERY GRID
   ======================================== */
.gallery-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    row-gap: 28px;
    column-gap: 22px;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: none;
}
.gallery-item.visible {
    display: block;
}
.gallery-item-inner {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    background-color: #f0f0f0;
}
.gallery-item-inner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.gallery-item:hover .gallery-item-inner img {
    transform: scale(1.05);
}
.gallery-item-inner .gallery-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.35%, rgba(0, 0, 0, 0.9) 92.31%);
}
.gallery-item-inner .gallery-item-labels{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    z-index: 2;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
	width: 100%;
    height: 100%;
	transition: 0.4s all;
}
.gallery-label{
    font-size:14px;
    position: relative;
    color:#fff;
}
.gallery-label::before{
    content:'';
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.gallery-labels-inner{
    gap:10px;
}
.gallery-title-wrap{
    flex-direction: column;
    margin: 0 0 35px;
}
/* LIGHTBOX MODAL - WITH NEXT/PREV BUTTONS*/
.gallery-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.gallery-lightbox.active {
    display: flex;
    opacity: 1;
}
.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000BA;
    cursor: pointer;
}
.lightbox-content {
    max-width: 90%;
    max-height: 90vh;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lightbox-image-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 75vh;
}
.lightbox-content img {
    max-width: 100%;
    max-height: 75vh;
    width: auto;
    height: auto;
    object-fit: contain;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
    opacity: 0;
    transform: translateX(30px);
    transition: transform 0.35s ease, opacity 0.35s ease;
    will-change: transform, opacity;
}
#gallery-lightbox.active img {
    opacity: 1;
    transform: translateX(0);
}
/* Close Button */
.lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    padding: 0px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    line-height: 1;
    transition: all 0.3s ease;
    z-index: 100001;
}
.lightbox-close:hover {
    transform: rotate(90deg);
}

/* Previous Button */
.lightbox-prev,
.lightbox-next{
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0B08078F;
    border: none;
    color: #fff;
    width: 76px;
    height: 76px;
    padding: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lightbox-prev:disabled,
.lightbox-next:disabled{
    opacity: 0.3;
    cursor: not-allowed;
    background-color: rgb(255 255 255 / 30%);
    transform: translateY(-50%);
}

.lightbox-prev:disabled:hover,
.lightbox-next:disabled:hover{
    transform: translateY(-50%);
}
.lightbox-prev svg,
.lightbox-next svg {
    width: 30px;
}
/* Next Button */
.lightbox-next {
    left:auto;
    right: 30px;
}
/* LIGHTBOX LABELS */
.lightbox-labels {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90%;
}
.lightbox-labels .gallery-label {
    font-size: 19px;
}
/** Responsive **/

@media (min-width: 1920px) {
.post-feed-wrap .right_col {
    width: 60%;
}
}

@media screen and (max-width:1575px) { 
.post-feed-wrap .left_col {
    padding-left: calc(50% - 1220px / 2);
}
.gallery-sub-filter:not(:last-child)::after {
    padding: 0 5px;
}
.gallery-main-tabs {
    margin-bottom: 15px;
}
.gallery-sub-filters {
    justify-content: flex-start;
    position: relative;
    right: 0px;
    top: 0;
    row-gap: 5px;
}
.gallery-grid{
    padding-top: 25px;
}
}/* 1575 */

@media (max-width: 1475px) {
.post-feed-grid .slick-center + .post-feed-item{
	opacity: 0.15;
    pointer-events: none;
}
.left_col-inner {
    max-width: 345px;
}
.buttons-list-wrapper {
    gap: 8px;
}
.zone-layout {
    gap: 30px;
}
.pricing-tabs-nav {
    gap: 15px;
    margin-bottom: 20px;
}
.price-solution-section {
    padding: 100px 0;
}
}

@media (max-width: 1275px) {
.post-feed-wrap .left_col{
	padding-left: 30px;
}
}

@media (max-width: 1199px) {
.post-feed-wrap {
	flex-direction: column;
	gap: 45px;
}
.post-feed-wrap .left_col,
.post-feed-wrap .right_col{
	width: 100%;
	padding: 0px;
}
.post-feed-wrap .left_col-inner {
	max-width: 100%;
	text-align: center;
}
.post-feed-wrap .buttons-list-wrapper, .post-feed-tabs .post-feed-tab-nav {
	padding-top: 20px;
	gap: 15px;
	justify-content: center;
}
.post-feed-section {
    padding: 60px 20px 60px 20px;
}
.slick-dots {
    justify-content: center;
}
.slick-dots li {
    width: 39px;
}
.slick-dots {
    margin-top: 25px !important;
    gap: 6px;
}
.post-feed-card-title {
    font-size: 14px;
}
.post-feed-card-excerpt {
    font-size: 13px;
}
.post-feed-card-content {
    padding: 15px;
}
.post-feed-card {
    min-height: 315px;
}
.post-feed-slider .slick-list .slick-track {
    margin-left: auto;
}
body .button-typ1,
body .button-typ2, .post-feed-tabs .post-feed-tab-nav .post-feed-tab {
	font-size: 12px;
	padding: 10px 12px;
}
.post-feed-wrap .simple-btn-wrap{
	padding-top:18px;
}
.price-solution-section {
    padding: 60px 0;
}
.zone-layout {
    gap: 20px;
    flex-direction: column;
}
.level-btn {
    padding: 9px 20px;
}
.zone-image-section,
.zone-info-section {
    flex: 0 0 100%;
	width: 100%;
}
.faqs-section {
    padding: 60px 0;
}
.faq-wrapper .faq-question button {
    padding: 18px 30px 18px 0;
}
.faq-wrapper .faq-item.active {
    padding-bottom: 18px;
}
.gallery-grid{
    gap:20px;
}
.lightbox-content {
    max-width: 75%;
}
.lightbox-labels .gallery-label {
    font-size: 15px;
}
.gallery-inspiration-section{
    padding: 50px 0;
}
.post-feed-card .post-feed-card-action {
    display: none;
}
.post-feed-card .post-feed-card-content, .post-feed-card:hover .post-feed-card-content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.35%, rgba(0, 0, 0, 0.9) 92.31%);
}
.lightbox-prev, .lightbox-next {
    width: 46px;
    height: 46px;
    left: 20px;
}
.lightbox-next {
    left: auto;
    right: 20px;
}
}
@media (max-width: 767px) {
.post-feed-slider .post-feed-item {
    padding: 0 7px;
}
.post-feed-slider .slick-list {
    padding-left: 0 !important;
    margin: 0 -7px;
}
.level-navigation {
    top: unset;
    bottom: 34px;
    left: 0;
    right: unset;
    z-index: 2;
    position: relative;
    order: 2;
}
.level-info-container {
    min-height: 50px;
    top: unset;
    bottom: 33px;
    left: 0;
    right: unset;
    position: relative;
    order: 3;
    min-width: auto;
    max-width: 272px;
}
.zone-image-section, .zone-info-section {
    display: flex;
    flex-direction: column;
}
.zone-info-section {
    padding: 0 20px;
}
.zone-image-container {
    min-height: 300px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: calc(100% + 50px);
}
.section-title-wrap {
    text-align: center;
}
.pricing-tabs-nav {
	gap: 10px;
	margin-bottom: 15px;
	flex-wrap: wrap;
    justify-content: center;
}
.pricing-tab-btn {
    padding: 11px 11px;
    font-size: 13px;
}
.zone-navigation {
    justify-content: center;
}
.faq-wrapper .faq-question button {
    padding: 15px 30px 15px 0;
}
.faq-wrapper .faq-item.active {
    padding-bottom: 15px;
}
.faq-wrapper .faq-question button::after {
    width: 25px;
    height: 25px;
    top: 16px;
}
.zone-info-section .zone-title {
    font-size: 21px;
}
.zone-info-section .content-block h6 {
    font-size: 14px;
}
.post-feed-card-excerpt {
    -webkit-line-clamp: 4;
}
.gallery-main-tab{
    padding: 11px 11px;
    font-size: 13px;
}
.lightbox-prev, .lightbox-next {
    width: 40px;
    height: 40px;
    left: 5px;
}
.lightbox-next {
    left: auto;
    right: 5px;
}
.lightbox-prev svg, .lightbox-next svg {
    width: 21px;
}
}

/* 767 */
@media (max-width: 575px) {
.post-feed-card {
    min-height: 260px;
}
.post-feed-card-content {
	padding: 12px;
}
.post-feed-card-action {
    gap: 5px;
    flex-direction: column;
	align-items: flex-start;
}
.gallery-main-tabs {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}
}