:root {
        --bg-color: #050505;
        --bg--charcoal: #111111;
        --text-dark: #050505;
        --text-light: #fff;
        --accent-yellow: #e5b400;
        --font-main: "Inter", sans-serif;
      }

/* body{
    background-color: var(--bg-color);
    font-family: var(--font-main);
    color: var(--text-light);
    overflow-x: hidden;
    margin: 0;
    color: #fff;
} */
/* *{
    border: 2px solid rgb(235, 17, 17);
} */
 body{
    padding-top: 70px
 }

#hero-section{
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("/assets/img/studio/studio1100bg.jpeg");
    background-size: cover;
    background-position: center;
    height: 60vh;
    color: #fff;
}
/* -----------------------------trusted by brands---------------- */
.podcast .slider-wrapper {
  overflow: hidden;
  margin-top: 9px;
  width: 100%;
}


#gallery {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content !important; 
  animation: scroll 155s linear infinite;
}
#brand_logo {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content !important; 
  animation: scroll 250s linear infinite; 
}

.podcast .box2, .podcast .box {
  width: 200px;
  height: 200px;
  background-image: url("../img/PNG.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0 5px; 
}

.podcast .box2 img {
  width: 190px;
  height: 150px;
  border-radius: 15px;
  object-fit: cover;
  object-position: top center;
}
.podcast .box img {
  width: 190px;
  height: 150px;
  border-radius: 15px;
  object-fit: cover;
  object-position: center center;
}

.podcast .slider-wrapper:hover #gallery, .podcast .slider-wrapper:hover #brand_logo {
  animation-play-state: paused;
}

@keyframes scroll {
  0% { 
    transform: translateX(0); 
  }
  100% { 
   
    transform: translateX(-50%); 
  }
}
/* ------------portfolio section------------------ */


.bg-overlay {
    background-color: #050505;
    z-index: 1;
    transition: background-color 0.3s ease;
}

.logo-container {
    z-index: 2;
    
    flex-direction: column;
}

.portfolio-text-fallback {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), color 0.35s ease;
}


.portfolio-play-button {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    padding-left: 4px;
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s ease;
}


.portfolio-item:hover .bg-overlay {
    background-color: rgba(0, 0, 0, 0.2); 
}

.portfolio-item:hover .portfolio-text-fallback {
    color: #ffffff;
    transform: scale(1.1);
}

.portfolio-item:hover .portfolio-play-button {
    transform: scale(1.15);
    background-color: #f7ff00; 
    color: #000000;
    border-color: #f7ff00;
}

.mobile-clone {
    display: none !important;
}

@media (max-width: 767.98px) {

     #hero-section{

    margin-top:0px;
 
}
    .bg-overlay {
        background-color: transparent;
    }

    .mobile-clone {
        display: block !important; 
    }
    
    .portfolio-wrapper {
        position: relative;
        height: 400px; 
        overflow: hidden;
        mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
        -webkit-mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
    }

    .portfolio-track {
        display: flex !important;
        flex-direction: column !important;
        animation: smoothVerticalScroll 22s linear infinite;
    }

    .portfolio-item-col {
        width: 100% !important;
        padding-bottom: 8px;
    }

    @keyframes smoothVerticalScroll {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-50%);
        }
    }

    .portfolio-wrapper:hover .portfolio-track {
        animation-play-state: paused;
    }
}
/* -----------trusted by celebs end---------- */

 
footer{
    color: var(--text-light);
}
/* ----------------services section------------------ */
.custom-service-card {
    min-height: 290px;
    border-radius: 4px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* .card-overlay {
    background-color: rgba(0, 0, 0, 0.35);
    transition: background-color 0.35s ease;
    z-index: 1;
} */

.arrow-action {
    transform: translateX(0);
    transition: transform 0.3s ease;
    margin-top: 10px;
}


@media (min-width: 768px) {
    .custom-service-card:hover {
        transform: translateY(-6px);
    }
    .custom-service-card:hover .card-overlay {
        background-color: rgba(0, 0, 0, 0.35);
    }
    .custom-service-card:hover .arrow-action {
        transform: translateX(6px);
    }
}


@media (max-width: 767.98px) {
    .cinematic-filmstrip {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch; 
    }
    
    .cinematic-filmstrip::-webkit-scrollbar {
        display: none;
    }
    .cinematic-filmstrip {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

  
    .cinematic-filmstrip .col-10 {
        scroll-snap-align: center;
    }
}

/* ------------------------------get in touch section------------------  */
.get-in-touch-bg {
    background: linear-gradient(90deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0.3) 100%), 
                url('../img/studio/studio1100bg.jpeg') center/cover no-repeat;
}
.tracking-wider {
    font-size: 0.9rem;
}

/* sec 2-------- */
#contact-section ::placeholder {
    color: rgba(255, 255, 255, 0.2) !important;
}

#contact-section .hover-link {
    transition: color 0.2s ease;
}
#contact-section .hover-link:hover {
    color: var(--accent-yellow) !important;
}

#contact-section .form-control:focus {
    border-color: var(--accent-yellow) !important;
    background-color:#ffe586 !important;
}

.custom-radio {
    width: 18px;
    height: 18px;
    border: 1px solid #e5b400 !important;
}

.custom-radio:checked {
    background-color: #e5b400 !important;
    border-color: #e5b400 !important;
    shadow: 0 0 0 2px rgba(229, 180, 0, 0.5) !important;
}


.custom-border-card {
    background: #0c0c0e;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.timing-details-pane {
    border-left: 1px solid rgba(255, 255, 255, 0.06);
}



.small-text {
    font-size: 0.88rem;
    letter-spacing: 0.3px;
}



.border-translucent {
    border-color: rgba(255, 255, 255, 0.03) !important;
}


.dark-map-embed {
   /* filter: grayscale(100%) invert(92%) contrast(83%); */
   
    filter: invert(90%) hue-rotate(180deg) contrast(125%) saturate(50%) brightness(90%);
    -webkit-filter: invert(90%) hue-rotate(180deg) contrast(125%) saturate(50%) brightness(90%);
}

@media (max-width: 767.98px) {
    .map-container {
        min-height: 280px;
    }
    .timing-details-pane {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }
}


/* Gallery css------------------------- */


/* --- Cinematic Masonry Portfolio Gallery Layout --- */

.gallery-masonry-grid {
    /* Larger screens show 6 in a row */
    column-count: 6;
    column-gap: 12px;
    width: 100%;
}

.gallery-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
    break-inside: avoid;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease, filter 0.3s ease;
}

/* Base Image Darkened State */
.gallery-item img {
    filter: brightness(0.7);
    transition: filter 0.3s ease;
    cursor: pointer;
}

/* Hover Actions Overlay */
.gallery-card-overlay {
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

/* Typography Tag Lines */
.gallery-title-tag {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    transform: translateY(5px);
    transition: transform 0.35s ease, color 0.35s ease;
    text-align: center;
}

/* Hover States Interaction Dynamics */
.gallery-item:hover img {
    filter: brightness(0.95);
}

.gallery-item:hover .gallery-card-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-title-tag {
    color: #ffffff;
    transform: translateY(0);
}

/* Filter Bar Styling */
.layout-filter-nav .filter-btn {
    color: #ffffff;
    background: transparent;
    border: none;
    font-size: 0.8rem;
    letter-spacing: 1px;
    transition: all 0.25s ease;
}

.layout-filter-nav .filter-btn.active, 
.layout-filter-nav .filter-btn:hover {
    background-color: transparent;
    color: #e5b400; /* Luxury accent brand yellow */
}

.layout-filter-nav div .filter-btn:first-child.active {
    border: 1px solid #e5b400;
    color: #ffffff;
}

/* --- Responsive Layout Structure Rules --- */
@media (max-width: 1199.98px) {
    .gallery-masonry-grid {
        column-count: 4;
    }
}

@media (max-width: 991.98px) {
    .gallery-masonry-grid {
        column-count: 3;
    }
}

@media (max-width: 575.98px) {
    .gallery-masonry-grid {
        column-count: 2;
    }
    .layout-filter-nav {
        border-radius: 16px !important;
    }
    /* Mobile adjustments for overlays */
    .gallery-card-overlay {
        opacity: 1 !important;
        background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 70%);
        justify-content: flex-end !important;
        padding-bottom: 12px;
    }
    .gallery-title-tag {
        transform: translateY(0) !important;
        font-size: 0.6rem;
    }
}

/* --- Cinematic Lightbox Modal Mechanics --- */

.lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 5, 5, 0.95);
    backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
}

.lightbox-modal.d-flex {
    opacity: 1;
}

/* Lightbox Image */
.lightbox-image {
    max-height: 80vh;
    max-width: 90vw;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
    transform: scale(0.9);
    opacity: 0;
    will-change: transform;
}

.lightbox-modal.d-flex .lightbox-image {
    transform: scale(1);
    opacity: 1;
}

/* Controls */
.lightbox-btn {
    position: absolute;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.lightbox-btn:hover {
    color: #e5b400;
        font-size: 2.5rem;
    /* transform: scale(1.1); */
}

.lightbox-close {
    top: 24px;
    right: 24px;
    font-size: 1.8rem;
}

.lightbox-prev, .lightbox-next {
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
}

.lightbox-prev {
    left: 12px;
}

.lightbox-next {
    right: 12px;
}

/* Caption */
.lightbox-caption {
    font-weight: 500;
    letter-spacing: 2px;
    color: #ffffff;
    opacity: 0.8;
}

/* Mobile Lightbox Rules */
@media (max-width: 767.98px) {
    .lightbox-image {
        max-height: 70vh;
    }
    .lightbox-prev, .lightbox-next {
        bottom: 24px;
        top: auto;
        transform: none;
    }
    .lightbox-prev {
        left: calc(50% - 60px);
    }
    .lightbox-next {
        right: calc(50% - 60px);
    }
}