:root {
    --bg: #0a0a0a;
    --bg2: #111;
    --bg3: #181818;
    --gold: #c9a96e;
    --gold2: #e8c98a;
    --text: #f0ede8;
    --text2: #9a9690;
    --text3: #5a5752;
    --border: rgba(201, 169, 110, 0.15);
    --border2: rgba(201, 169, 110, 0.3);
}
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    background: var(--bg);
    color: var(--text);
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}
nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 48px;
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0.97), transparent);
}
nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav ul {
    display: flex;
    gap: 20px;
    list-style: none;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-left: 20px;
}

.social-icons a {
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}
 
.social-links ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 40px;
    transition: .3s ease-in-out;
}
#visitor-box {
  position: relative;
  bottom: 20px;
  right: 20px;
  /*background: #000;*/
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
  z-index: 9999;
}
#visitor-box span {
  margin-right: 5px;
}
.social-links ul li  .facebook{
    background-color: #1877F2; /* Facebook blue */
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}
.floating_btn1 {
    position: fixed;
    bottom: 75px;
    right: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.whatsapp_icon {
    background-color: #42db87;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    align-items: center;
    justify-content: center;
    animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
    -moz-animation: 1.25s cubic-bezier(.66,0,0,1) infinite pulsing;
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66,0,0,1);
}
.contact_icon, .whatsapp_icon {
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transform: translatey(0);
    font-weight: 400;
    font-family: sans-serif;
    text-decoration: none !important;
    display: flex;
    transition: .3s ease-in-out;
    text-align: center;
}
.social-links ul li  .youtube{
    background-color: #FF0000; /* YouTube red */
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}

.social-links ul li  .linkedin{
    background-color: #0A66C2; /* LinkedIn blue */
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}

.social-links ul li  .instagram{
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}
.social-links ul li a i{
    transition: 0.3s;
}

.social-links ul li a:hover i{
    transform: scale(1.1);
}
.social-icons a:hover {
    color: #007bff;
    
}
.social-links ul li a:hover {
    text-decoration: none;
}
.client-logo {
  height: 120px;        
  display: flex;
  align-items: center;         
  justify-content: center;    
  padding: 10px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  background-color:#fff;
  
}
.col-sm-2{
  padding-right: 5px!important;
    padding-left: 5px!important;  
}
figure {
    margin: 0 0 0rem!important;
}
/* Container to hold the video and restrict it to the screen size */
        .video-container {
            position: relative;
            width: 100vw;
            height: 92vh;
            overflow: hidden;
        }
             /* Video element styled to fill the background */
        .bg-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; /* Ensures video stretches without losing aspect ratio */
            z-index: 1;        /* Placed at the bottom layer */
        }
   

      

/* pricing  */
.contact__banner{
    background-image: url('https://images.pexels.com/photos/1051744/pexels-photo-1051744.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');
   width: 100%;
   height: 40vh;
   background-size: cover;
   background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   position: relative;
}
.img-thumbnail {
    padding: 0; 
    background-color: transparent; 
    border: none; 
    border-radius: .5rem !important;

    width: 100%;
    height: 177px !important;

    object-fit: cover;  
    object-position: center;
}
.contact__banner__inside{
    background-color: black;
    opacity: 0.8;
    padding: 10px 30px;
    position: absolute;
    top: 20%;
    left: 5%;
    color: #fff;
    font-family: 'Playfair Display', serif;
    border-radius: 99px;
}

.contact__banner__links{
    position: absolute;
    top: 70%;
    left: 5%;
}

.contact__banner__links a{
    color: #000;
    text-decoration: none;
    font-weight: bold;
    margin-right: 10px;
    transition: 0.5s all ease;
}
.contact__banner__links a:hover{
    color: rgb(221, 6, 131);
    text-decoration: none;
}





/* filter  */
.section {
    padding: 30px 0;
    color: #333;
  }
  .section .top-side {
    text-align: center;
  }
  .section .top-side .title {
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
  }
  .section .top-side .title:after {
    content: "";
    display: block;
    width: 50%;
    border-bottom: 1px solid #494949;
    margin: 8px auto;
  }
  .section .top-side h2 {
    font-weight: 700;
  }
  .section.portfolio .filters {
    text-align: center;
    margin-top: 50px;
  }
  .section.portfolio .filters ul {
    padding: 0;
  }
  .section.portfolio .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 20px 20px;
    cursor: pointer;
    position: relative;
    color:#fff;
  }
 .section.portfolio .filters .tab-btn{
   border: 1px solid #333;
  }
  .section.portfolio .filters ul li:after {
    content: "";
    display: block;
    width: calc(0% - 60px);
    position: absolute;
    height: 2px;
    /*background: #333;*/
    transition: width 350ms ease-out;
  }
  .section.portfolio .filters ul li:hover:after {
    width: calc(100% - 60px);
    transition: width 350ms ease-out;
  }
  .section.portfolio .filters ul li.active:after {
    width: calc(100% - 60px);
  }
  .section.portfolio .filters-content {
    margin-top: 50px;
  }
  .section.portfolio .filters-content .show {
    opacity: 1;
    visibility: visible;
    transition: all 350ms;
  }
  .section.portfolio .filters-content .hide {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms;
  }
  .section.portfolio .filters-content .item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .section.portfolio .filters-content .item .p-inner {
    padding: 20px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin-top: -15px;
  }
  .section.portfolio .filters-content .item .p-inner h5 {
    font-size: 15px;
  }
  .section.portfolio .filters-content .item .p-inner .cat {
    font-size: 13px;
  }
  .section.portfolio .filters-content .item img {
    width: 100%;
  }


/* ── CLIENTS SECTION ──────────────────────────────────────── */
.clients-section {
  /*padding: 90px 0 70px;*/
  position: relative;
}

.clients-section::before,
.clients-section::after {
  content: '';
  display: block;
  width: 60%;
  max-width: 700px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.10), transparent);
  margin: 0 auto;
}
.clients-section::before { margin-bottom: 60px; }
.clients-section::after  { margin-top: 60px; }

/* ── HEADING ──────────────────────────────────────────────── */
.clients-heading {
  text-align: center;
  margin-bottom: 52px;
  padding: 0 24px;
}

.clients-heading .eyebrow {
  display: block;
  font-size: 15;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 14px;
}

.clients-heading h2 {
  font-size: clamp(20px, 3.5vw, 32px);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.25;
}

.clients-heading h2 em {
  font-style: italic;
  color: rgba(255,255,255,0.45);
}

/* ── MARQUEE WRAPPER ──────────────────────────────────────── */
.logos-marquee-wrap {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 100px,
    #000 calc(100% - 100px),
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000 100px,
    #000 calc(100% - 100px),
    transparent 100%
  );
}

.logos-marquee-wrap + .logos-marquee-wrap {
  margin-top: 18px;
}

/* ── SCROLLING TRACK ──────────────────────────────────────── */
.logos-track {
  display: flex;
  width: max-content;
  animation: scroll-left 50s linear infinite;
}

.logos-track--reverse {
  animation-direction: reverse;
}

.logos-marquee-wrap:hover .logos-track {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── LOGO CARD ────────────────────────────────────────────── */
.logo-card {
  flex-shrink: 0;
  width: 170px;
  height: 88px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px;
  /*background: rgba(255,255,255,0.03);*/
  background: #fff;
  transition: border-color 0.35s ease, background 0.35s ease;
  cursor: default;
}

.logo-card:hover {
  border-color: rgba(255,255,255,0.20);
  background: rgba(255,255,255,0.08);
}

.logo-card img {
  max-width: 100%;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: scale-down;
  /*filter: brightness(0) invert(1);*/
  /*opacity: 0.55;*/
  /*transition: opacity 0.35s ease, filter 0.35s ease;*/
  display: block;
}

.logo-card:hover img {
  filter: none;
  opacity: 1;
}

/* ── FOOTER STAT ──────────────────────────────────────────── */
.clients-stat {
  text-align: center;
  margin-top: 48px;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #fff;
}

.clients-stat strong {
  color: rgba(255,255,255,0.50);
  font-weight: 500;
}



 
.thumb {
	margin-bottom: 5px;
}
.thumb:last-child {
	margin-bottom: 0;
}
 
/*.thumb figure img {*/
/*  -webkit-filter: grayscale(100%);*/
/*  filter: grayscale(100%);*/
/*  -webkit-transition: .3s ease-in-out;*/
/*  transition: .3s ease-in-out;*/
/*}*/
.thumb figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.client-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;      
}
.logo {
    font-family: "Cormorant Garamond", serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: var(--text);
    text-decoration: none;
}
.logo img {
    width: 175px;
}
nav ul {
    display: flex;
    gap: 32px;
    list-style: none;
}
nav ul a {
    font-size: 16px;
    letter-spacing: 0.1em;
    color: var(--text2);
    text-decoration: none;
    transition: color 0.2s;
}
nav ul a:hover {
    color: var(--gold);
}
.cta-nav {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
    border: 1px solid var(--border2);
    padding: 10px 22px;
    border-radius: 2px;
    transition: all 0.3s;
}
.cta-nav:hover {
    background: var(--gold);
    color: var(--bg);
}
.hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 24px;
    position: relative;
}
.hero-eyebrow {
    font-size: 16px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 28px;
    opacity: 0;
    animation: fadeUp 1s ease 0.3s forwards;
}
.hero h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(52px, 8vw, 70px);
    font-weight: 300;
    line-height: 83px;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
    opacity: 0;
    animation: fadeUp 1s ease 0.5s forwards;
}
.hero h1 em {
    font-style: italic;
    color: var(--gold);
}
.hero-sub {
    font-size: 18px;
    color: var(--text2);
    letter-spacing: 0.05em;
    line-height: 1.8;
    max-width: 440px;
    margin-bottom: 48px;
    opacity: 0;
    animation: fadeUp 1s ease 0.7s forwards;
}
.hero-stats {
    display: flex;
    gap: 48px;
    opacity: 0;
    animation: fadeUp 1s ease 0.9s forwards;
}
.stat {
    text-align: center;
}
.stat-num {
    font-family: "Cormorant Garamond", serif;
    font-size: 38px;
    font-weight: 300;
    color: var(--gold2);
    line-height: 1;
}
.stat-label {
    font-size: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text3);
    margin-top: 6px;
}
.hero-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0;
    animation: fadeUp 1s ease 1.2s forwards;
}
.hero-scroll span {
    font-size: 9px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--text3);
}
.scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    animation: scrollPulse 2s ease infinite;
}
.section-header {
    text-align: center;
    padding: 80px 48px 48px;
}
.section-tag {
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}
.section-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 300;
    line-height: 1.1;
}
.section-title em {
    font-style: italic;
    color: var(--gold);
}
.gold-line {
    width: 60px;
    height: 1px;
    background: var(--gold);
    margin: 24px auto 0;
    opacity: 0.5;
}
.featured-grid {
    padding: 0 32px 32px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}
.video-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
 .modal-dialog {
        max-width: 500px;
        margin: 5.75rem auto!important;
}
.modal-body {
    
    margin-top: 50px!important;
}
.tab-btn {
    background: transparent;
    border: 1px solid #333;
    color: #aaa;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 15px;
}

.tab-btn.active {
    background: #c9a96e;
    color: #000;
}

.tab-divider {
    width: 1px;
    height: 30px;
    background: #333;
    margin: 0 10px;
}

/* Panels */
.video-panel {
    display: none;
}
.video-panel.active {
    display: block;
}

/* Card */
.video-card {
    background: #111;
    border: 1px solid #222;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
}
.video-card:hover {
    transform: translateY(-5px);
}

.video-thumb {
    position: relative;
}
.video-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background: red;
    border-radius: 50%;
}
.play-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.video-content {
    padding: 15px;
}
.video-title {
    font-size: 16px;
}
.video-sub {
    font-size: 12px;
    color: #c9a96e;
}

.clients-section {
    /*margin-top: 50px;*/
    text-align: center;
}
.clients-tag {
    color: #aaa;
}
.clients-list {
    color: #ddd;
}

.modal-content {
    background: #000;
}
.btn-close {
    filter: invert(1);
}
.feat-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: var(--bg3);
}
.feat-item.large {
    grid-column: span 2;
    grid-row: span 2;
}
.feat-item.tall {
    grid-row: span 2;
}
.col-md-3{
    padding-right: 5px!important;
    padding-left: 5px!important;
}
.video-panel {
    display: none;
}
.video-panel.active {
    display: block;
}

.tab-btn {
    cursor: pointer;
}

.tab-btn.active {
    background: #c9a96e;
    color: #000;
}
.feat-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-height: auto;
}
 .feat-item {
    position: relative;
    overflow: hidden;
}

/*.feat-item img {*/
/*    width: 100%;*/
/*    height: 177px;*/
/*    object-fit: cover;*/
/*    display: block;*/
/*}*/

/* Overlay */
.feat-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background: rgba(0,0,0,0.6);
    
    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    transition: 0.4s ease;
}
 
.feat-item:hover .feat-overlay {
    opacity: 1;
}

.feat-item:hover .feat-label {
    transform: translateY(0);
}

.feat-item:hover img {
    transform: scale(1.05);
}
.counter {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: #fff;
  font-size: 14px;
  background: rgba(0,0,0,0.6);
  padding: 5px 10px;
  border-radius: 5px;
}
.ekko-lightbox {
  background: #000 !important;
}

.ekko-lightbox .modal-content {
  background: #000 !important;
  box-shadow: none !important;
}

.ekko-lightbox .modal-body {
  background: #000 !important;
  padding: 0;
  text-align: center;
}

.modal-backdrop.show {
  opacity: 1 !important;
  background: #000 !important;
}
.modal-content {
  background-color: transparent!important;
   
}
.feat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s;
    display: flex;
    align-items: flex-end;
    padding: 24px;
    pointer-events: auto;
}
.feat-item:hover .feat-overlay {
    opacity: 1;
}
.feat-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold2);
}
.gallery-grid {
    padding: 0 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
    cursor: pointer;
    background: var(--bg3);
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery-item:hover img {
    transform: scale(1.08);
}
.gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(201, 169, 110, 0);
    transition: background 0.3s;
}
.gallery-item:hover::after {
    background: rgba(201, 169, 110, 0.07);
}
.video-tabs {
    display: flex;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 4px;
    overflow: hidden;
    max-width: 650px;
    margin: 0 auto 32px;
}
.tab-btn {
    flex: 1;
    padding: 12px 24px;
    font-size: 11px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: none;
    border: none;
    color: var(--text3);
    cursor: pointer;
    transition: all 0.3s;
    font-family: "DM Sans", sans-serif;
}
.tab-btn.active {
    background: var(--gold);
    color: var(--bg);
}
.tab-btn:not(.active):hover {
    color: var(--gold);
}
.tab-divider {
    width: 1px;
    background: var(--border);
    flex-shrink: 0;
}
.video-section-wrap {
    padding: 0 32px 64px;
}
.video-panel {
    display: none;
}
/*.video-panel.active {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*    gap: 16px;*/
/*}*/
/*.video-card {*/
/*    background: var(--bg3);*/
/*    border: 1px solid var(--border);*/
/*    border-radius: 4px;*/
/*    overflow: hidden;*/
/*    cursor: pointer;*/
/*    transition:*/
/*        border-color 0.3s,*/
/*        transform 0.3s;*/
/*}*/
/*.video-card:hover {*/
/*    border-color: var(--gold);*/
/*    transform: translateY(-3px);*/
/*}*/
/*.video-thumb {*/
/*    position: relative;*/
/*    aspect-ratio: 16/9;*/
/*    overflow: hidden;*/
/*}*/
/*.video-thumb img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    display: block;*/
/*    transition: transform 0.5s;*/
/*}*/
/*.video-card:hover .video-thumb img {*/
/*    transform: scale(1.05);*/
/*}*/
/*.play-btn {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: rgba(0, 0, 0, 0.35);*/
/*    transition: background 0.3s;*/
/*}*/
/*.video-card:hover .play-btn {*/
/*    background: rgba(0, 0, 0, 0.18);*/
/*}*/
.play-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(201, 169, 110, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        transform 0.3s,
        background 0.3s;
}
.video-card:hover .play-circle {
    transform: scale(1.1);
    background: var(--gold);
}
.play-circle svg {
    width: 16px;
    height: 16px;
    fill: var(--bg);
    margin-left: 3px;
}
.video-info {
    padding: 14px 16px;
}
.video-title {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    line-height: 1.4;
    text-align: center;
}
.video-cat {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-top: 6px;
}
.video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.96);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    padding: 24px;
}
.video-modal.open {
    opacity: 1;
    pointer-events: all;
}
.video-modal-inner {
    position: relative;
    width: 100%;
    max-width: 1000px;
}
.video-modal iframe {
    width: 100%;
    aspect-ratio: 16/9;
    border: none;
    display: block;
}
.vm-close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 24px;
    color: var(--text2);
    cursor: pointer;
    background: none;
    border: none;
    transition: color 0.2s;
}
.vm-close:hover {
    color: var(--gold);
}
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.96);
    z-index: 998;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
.lightbox.open {
    opacity: 1;
    pointer-events: all;
}
.lightbox img {
    max-width: 88vw;
    max-height: 86vh;
    object-fit: contain;
    border: 1px solid var(--border);
}
.lb-close {
    position: absolute;
    top: 24px;
    right: 32px;
    font-size: 28px;
    color: var(--text2);
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
    transition: color 0.2s;
}
.lb-close:hover {
    color: var(--gold);
}
.lb-prev,
.lb-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: 1px solid var(--border);
    color: var(--text2);
    font-size: 18px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}
.lb-prev {
    left: 32px;
}
.lb-next {
    right: 32px;
}
.lb-prev:hover,
.lb-next:hover {
    border-color: var(--gold);
    color: var(--gold);
}
.lb-counter {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    letter-spacing: 0.2em;
    color: var(--text3);
}
.clients-section {
    /*padding: 80px 48px;*/
    text-align: center;
    /*border-top: 1px solid var(--border);*/
    /*margin-top: 32px;*/
}
.clients-tag {
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--text3);
    margin-bottom: 40px;
}
.clients-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    justify-content: center;
    /*max-width: 1200px;*/
    margin: 0 auto;
}
.client-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    font-weight: 300;
    color: var(--text3);
    letter-spacing: 0.08em;
    transition: color 0.3s;
    cursor: default;
}
.client-name:hover {
    color: var(--gold);
}
.client-sep {
    color: var(--text3);
    font-size: 18px;
    align-self: center;
    opacity: 0.4;
}
.cta-section {
    padding: 100px 48px;
    text-align: center;
    position: relative;
}
/*.cta-section::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 1px;*/
/*    height: 60px;*/
/*    background: linear-gradient(to bottom, transparent, var(--gold));*/
/*    opacity: 0.4;*/
/*}*/
.cta-title {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 300;
    margin-bottom: 16px;
}
.cta-title em {
    font-style: italic;
    color: var(--gold);
}
.cta-sub {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: 0.03em;
}
.cta-btn {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bg);
    background: var(--gold);
    padding: 16px 40px;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s;
}
.cta-btn:hover {
    background: var(--gold2);
    transform: translateY(-2px);
}
.cta-contact {
    margin-top: 24px;
    font-size: 16px;
    color: #fff;
}
.cta-contact a {
    color: var(--gold);
    text-decoration: none;
}
footer {
    padding: 32px 48px;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #fff;
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes scrollPulse {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
}
.reveal {
    /*opacity: 0;*/
    transform: translateY(30px);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 900px) {
   nav.active > ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 9999;
  }
 .social-links ul{
  display: block;
  background-color: transparent;
   
 } 
 .social-links ul li{
    float: left;
    padding-left: 14px;
   
 } 
    /*nav ul {*/
    /*    display: none;*/
    /*}*/
    nav {
        padding: 20px 24px;
    }
    .featured-grid {
        grid-template-columns: 1fr 1fr;
        padding: 0 16px 16px;
    }
    .feat-item.large {
        grid-column: span 2;
    }
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 16px;
    }
    .video-panel.active {
        grid-template-columns: repeat(2, 1fr);
    }
    /*.video-section-wrap {*/
    /*    padding: 0 16px 48px;*/
    /*}*/
    footer {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}
@media (max-width: 600px) {
    .featured-grid {
        grid-template-columns: 1fr;
    }
    .feat-item.large,
    .feat-item.tall {
        grid-column: span 1;
        grid-row: span 1;
    }
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
    .video-panel.active {
        grid-template-columns: 1fr;
    }
    .hero-stats {
        flex-wrap: wrap;
        justify-content: center;
        gap: 28px;
    }
}
/* NAV BASE */
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px;
  position: relative;
}

nav ul {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
}

/* MOBILE MENU HIDDEN */
.menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

/* ================= MOBILE ================= */
@media (max-width: 991px) {

  nav {
    padding: 15px 20px;
  }

  .menu-toggle {
    display: block;
  }
.hero h1 {
    
    font-size: clamp(28px, 6vw, 18px);
    font-weight: 300;
    line-height: 48px;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
    opacity: 0;
    animation: fadeUp 1s ease 0.5s forwards;
}
  nav ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    text-align: center;
    z-index: 999;
  }

  nav ul li {
    margin: 0px 0;
  }

  nav ul.show {
    display: flex;
  }

  .cta-nav {
    display: none;
  }

  
}
  
.case-background{
   font-family: 'Inter', sans-serif;
      background: #0f172a;
      color: #fff;
      padding: 60px 0;
      margin-top: 30px;
} 
    
.case-background .case-bottom h3 {
   color:#fff;  
} 

  .case-background .section-title {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 700;
      margin-bottom: 12px;
      text-align: center;
      color:#fff;
    }

.case-background .section-subtitle {
      color: #cbd5e1;
      text-align: center;
      max-width: 700px;
      margin: 0 auto 50px;
      line-height: 1.7;
    }
.case-background.case-bottom h3{
 color:#fff!important;   
}    
.case-background a{
    color:#fff;
}
    .case-card {
      position: relative;
      overflow: hidden;
      border-radius: 18px;
      min-height: 280px;
      background-size: cover;
      background-position: center;
      transition: all 0.4s ease;
      cursor: pointer;
      isolation: isolate;
    }

    .case-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to top,
        rgba(0,0,0,0.9),
        rgba(0,0,0,0.2)
      );
      z-index: 0;
    }

    .case-card:hover {
      transform: translateY(-8px);
    }

    .case-card:hover .case-img {
      transform: scale(1.08);
    }

    .case-img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
      z-index: -1;
    }

    .case-content {
      position: relative;
      z-index: 2;
      padding: 22px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .case-top small {
      font-size: 12px;
      letter-spacing: 1px;
      color: #cbd5e1;
      text-transform: uppercase;
    }

    .case-number {
      font-size: 2rem;
      font-weight: 700;
      line-height: 1;
      margin-top: 4px;
    }

    .case-bottom h3 {
      font-size: 1.1rem;
      font-weight: 600;
      line-height: 1.5;
      margin-bottom: 10px;
    }

    .case-bottom p {
      font-size: 14px;
      color: #e2e8f0;
      margin-bottom: 0;
    }

    .badge-custom {
      width: fit-content;
      background: rgba(255,255,255,0.15);
      border: 1px solid rgba(255,255,255,0.2);
      padding: 6px 12px;
      border-radius: 50px;
      font-size: 12px;
      backdrop-filter: blur(8px);
      margin-bottom: 14px;
    }

    @media (max-width: 991px) {
      .case-card {
        min-height: 250px;
      }
    }

    .col-xl-2-4 {
      width: 20%;
    }

    @media (max-width: 1199px) {
      .col-xl-2-4 {
        width: 25%;
      }
    }

    @media (max-width: 991px) {
      .col-xl-2-4 {
        width: 33.333333%;
      }
    }

    @media (max-width: 767px) {
      .col-xl-2-4 {
        width: 50%;
      }
    }

    @media (max-width: 575px) {
      .col-xl-2-4 {
        width: 100%;
      }
    }

    @media (max-width: 767px) {
      .section-padding {
        padding: 40px 0;
      }

      .case-card {
        min-height: 220px;
      }

      .case-content {
        padding: 18px;
      }

      .case-number {
        font-size: 1.7rem;
      }

      .case-bottom h3 {
        font-size: 1rem;
      }
    }    

