* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.banner-header-set {
        position: absolute;
    top: 50%;
    width: 90%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
     border: transparent !important; 
     border: none !important;
}

.gallery-heading {
    color: #000;
    font-family:Geom-Semibold;
font-size: 26.147px;
font-style: normal;
font-weight: 700;
line-height: 164%; /* 42.882px */
letter-spacing:0.75px;
text-transform: uppercase;
}

.nav-link {
    color: #000;
 font-family:Geom ;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 164%; /* 26.24px */
letter-spacing: 0.16px;
}

.nav-link.active,.nav-link:hover {
    color: #63311E !important;
       
}
.nav-link.active{
 font-family: 'Geom-Semibold';
}
.center-line::after {
    content: "";
    position: absolute;
    height: 70%;
    width: 1px;
    background-color: #000;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.gallery-img{
    cursor: pointer;
}

.gallery-img > img{
    border: 2px solid #FFF;
box-shadow: 0 2px 7px 3px rgba(165, 165, 165, 0.25);
}

.img-overlay {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 54.78%, #000 100%);
}

.gallery-heading-set {
        position: absolute;
    bottom: 0;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.album-heading {
    color: #FFF;
 font-family:Geom ;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 164%; /* 24.6px */
letter-spacing: 0.15px;
}

.czfull-height{
    height: 100%;
}
.col-6{
    padding: 4px;
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link{
    border: none !important;
    box-shadow: none;
}



/* Tab Change Zoom Animation - Only for col-6 containers */

/* Hide tab content initially */
.tab-pane {
    opacity: 0;
}

/* Show active tab */
.tab-pane.active.show {
    opacity: 1;
}

/* Zoom animation for col-6 elements */
.tab-pane.active .col-6 {
    animation: colZoomIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
    transform: scale(0.8);
}

/* Zoom animation keyframes */
@keyframes colZoomIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Staggered delay for each col-6 */
.tab-pane.active .col-6:nth-child(1) {
    animation-delay: 0.1s;
}

.tab-pane.active .col-6:nth-child(2) {
    animation-delay: 0.2s;
}

.tab-pane.active .col-6:nth-child(3) {
    animation-delay: 0.3s;
}

.tab-pane.active .col-6:nth-child(4) {
    animation-delay: 0.4s;
}

.tab-pane.active .col-6:nth-child(5) {
    animation-delay: 0.5s;
}

.tab-pane.active .col-6:nth-child(6) {
    animation-delay: 0.6s;
}

.tab-pane.active .col-6:nth-child(7) {
    animation-delay: 0.7s;
}

.tab-pane.active .col-6:nth-child(8) {
    animation-delay: 0.8s;
}

/* Also animate col-lg-6 for larger screens */
.tab-pane.active .col-lg-6 {
    animation: colZoomIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
    transform: scale(0.8);
}

.tab-pane.active .col-lg-6:nth-child(1) {
    animation-delay: 0.1s;
}

.tab-pane.active .col-lg-6:nth-child(2) {
    animation-delay: 0.2s;
}

/* Performance optimization */
.col-6,
.col-lg-6 {
    will-change: transform, opacity;
}

/* Accessibility - respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .tab-pane.active .col-6,
    .tab-pane.active .col-lg-6 {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Optional: Smoother transition between tabs */
.tab-content {
    position: relative;
}

.tab-pane.fade {
    transition: opacity 0.15s linear;
}

.tab-pane.fade:not(.show) {
    opacity: 0;
}
.gallery-img{
    overflow: hidden;
}
.gallery-img img{
  transform: scale(1);
     transition: all 0.5s ease;
}
.gallery-img:hover img{
    transform: scale(1.2);
    transition: all 0.5s ease;
}

@media (max-width:576px){
    .footinchlogo {
         width: 78px !important;
        aspect-ratio: 78 / 59 !important;
}
}

@media (max-width: 576px) {
    .banner-img {
        height: 115px !important;
        object-fit: cover !important;
    }
}