.logo-box-one img {
          max-width: 140px !important;
         }
         .hero-banner {
         position: relative;
         /* header height */
         /* left/right space for whole banner */
         height: calc(100vh - 0px);
        
         display: flex;
         align-items: center;
         justify-content: center;
         }
         @media (max-width: 767px) {
         .hero-banner {
            margin-top: 0;             
            height: 75vh;         
         }
         }
         /* Card that holds video + overlay */
         .hero-inner {
            position: relative;
            width: 100%;
            /* optional, for desktop */
            height: 100%;
            /* <<< border radius */
            overflow: hidden;
            /* clip video to rounded corners */
         }
         /* dark background behind video */
         .hero-inner::before {
         content: "";
         position: absolute;
         inset: 0;
        
         z-index: 0;
         }
         .hero-video {
         position: absolute;
         top: 50%;
         left: 50%;
         min-width: 100%;
         min-height: 100%;
         transform: translate(-50%, -50%);
         object-fit: cover;
         pointer-events: none;
         z-index: 0;
         }
         .hero-overlay {
            position: relative;
            z-index: 1;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #fff;
         }
         .hero-title {
         font-size: 5.5vw;
         font-weight: 900;
         letter-spacing: 0.1em;
         margin: 0;
         font-family: var(--heading-4);
         }
         .main-menu .main-menu__list>li,
         .stricky-header .main-menu__list>li {
            padding-top: 35px;
            padding-bottom: 35px;
         }
         .footer-one,
         .portfolio-carousel-page,
         .pricing-one,
         .stricky-header--one.stricky-header .main-menu__wrapper {
         background-color: #69191C;
         }
         #service 
         {
         background-color: #FFFFFF;
         }
         #access{
         background-color:#FFFCF7 ;
         }
         .maroon {
         color: #69191C !important;
         }
         .text-align{
         text-align: justify;
         }
         .white {
         color: #fff !important;
         }
         .text-center {
         text-align: center !important;
         }
         .command_title {
         font-size: 24px !important;
         }
         .counter-two__single-top .counter-box {
         margin-left: 0px !important;
         text-align: center;
         }
         .counter-two__single-top {
         display: inline !important;
         }
         .counter-two__single-bottom {
         padding-left: 0px !important;
         }
         .slogan-one {
          background: url('../img/access_bg.png') !important;
         }
         .text-right
         {
         text-align: right;
         font-size: 16px;
         }
         .footer-one__contact
         {
         border-bottom: 1px solid #fff;
         margin-bottom: 20px;
         }
         .thm-social-link1 ul li a
         {
         background: transparent;
         color: #fff;
         }
         .main-header {
         position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         z-index: 9999;
         }
         .uppercase
         {
         text-transform: uppercase;
         letter-spacing: 6px;
         }
         .text-row {
         display: flex;
         align-items: top;  /* Vertically centers both elements */
         gap: 20px;           /* Space between text and arrow */
         text-align: left;     /* Overall left alignment for row */
         }
         .text-left {
         flex: 1;              /* Takes available space */
         margin: 0;            /* Remove default p margins */
         }
         .text-right {
         margin: 0;
         white-space: nowrap;  /* Keeps arrow on one line */
         }
          @media (max-width: 767px) {
  .pricing-one .text-row {
    display: block;
  }

  .pricing-one .text-right {
    text-align: left;
    margin-top: 14px;
  }
}
.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a
{
   color: #fff;
}
.thm-social-link1 ul li a
{
   color: #fff;
}
.main-menu .main-menu__list>li.current>a, .main-menu .main-menu__list>li:hover>a, .stricky-header .main-menu__list>li.current>a, .stricky-header .main-menu__list>li:hover>a
{
   color: #fff !important;
}
.main-header {
   position: absolute;
   background: rgba(255,255,255,0.01);
   width: 100%;
   z-index: 9999;
   transition: all 0.3s ease-in-out;
   
}

.main-header.scroll-hidden {
   transform: translateY(-100%);
   opacity: 0;
}

.main-header.scroll-visible {
   transform: translateY(0);
   opacity: 1;
   box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Initial state - slightly transparent */
.main-header:not(.scroll-visible) {
   background: rgba(255,255,255,0.01);
}
.black
{
   color: #000;
}


.card-title 
{
   color: #69191C; font-size: 1.5rem; margin-bottom: 10px;
   font-weight: bold;
}
.portfolio-carousel-page__carousel.owl-theme .owl-dots .owl-dot span,
.portfolio-carousel-page__carousel.owl-theme .owl-dots .owl-dot.active span,
.portfolio-carousel-page__carousel.owl-theme .owl-dots .owl-dot span::before,
.portfolio-carousel-page__carousel.owl-theme .owl-dots .owl-dot.active span::before {
background: #69191C !important;
border-color: #69191C !important; /* Adding this in case borders are used for dots */
}

 .carousel-item {
           height: calc(100vh - 0px);
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .carousel-caption {
            background: rgba(255, 255, 255, 0.75);
            backdrop-filter: blur(10px);
            
            padding: 2rem;
            
        }
        
.carousel-caption {
    position: relative;
    z-index: 3; /* Above overlay */
    margin: calc(100vh - 220px) 60px 0px 0px;
}
       .carousel-caption
       {
         left: 30px;
         right: 30px;
       }
        @media (max-width: 768px) {
            .carousel-caption h1 { font-size: 2rem; }
            .carousel-caption p { font-size: 1.1rem; }
        }

        .carousel-background {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100vh; /* Full viewport height */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.carousel-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, 
        rgba(0,0,0,0.6) 20%, 
        rgba(0,0,0,0.1) 90%, 
        rgba(255,255,255,0.4) 100%);
    z-index: 2;
}
.carousel-shared-caption .split-line
{
    text-align: center !important;
}
.carousel-item {
    position: relative;
    height: 100vh; /* Full screen height */
    overflow: hidden;
}
  .carousel-shared-caption {
         position: absolute;
         top: calc(100vh - 115px);
         left: 5%;
         right: 5%;
         
         z-index: 10; /* Above everything */
         padding: 20px 15px 10px 15px;
         background: #fff;
         
         backdrop-filter: blur(10px);
         
         text-align: left;
         
         line-height: 1.6;
         text-align: center;
      }
.grayscale {
    filter: grayscale(95%);
    transition: filter 0.3s ease;
}

.grayscale:hover {
    filter: grayscale(100%); /* Color returns on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .carousel-caption {
        padding: 60px 20px;
    }
    .carousel-caption h2 {
        font-size: 2rem !important;
    }
}
@media (max-width: 768px) {
    .carousel-shared-caption {
        position: relative !important;
        top: 0px !important;
        left: auto;
        right: auto;
        margin: 2rem 5%;
        padding: 1.5rem;
    }
}