

@media (min-width: 1499px){
    #story{
        height: 100vh;
    }
    .thumb-content {
    font-size: 13.5rem;
    }
}
@media (min-width: 1549px){
    .thumb-content {
    font-size: 15rem;
    }
    .vh-pin-wrapper h2 {
        margin-bottom: 150px;
    }
    .vh-gold-title{
        font-size: 36px;
        line-height: 44px;
    }
    .vh-stack-container{
        height: 480px;
    }
    .vh-card {
        padding: 45px 20px;
    }
    .vh-card::before{
        width: 58px
    }
    .vh-card::after{
        width: 58px;
    }
    .logo21{
        width: 260px;
    }
}

@media (min-width: 1699px){
    .thumb-content {
    font-size: 17rem;
    }
}

@media (max-width: 1149px) {
    .thumb-content {
    font-size: 10rem;
    }
    .navbar-nav .nav-item {
    margin-right: 20px;
}
.navbar-nav .nav-link {
    font-size: 12px;}
    .articles-h3{
        width: 100%;
    }
    
    .work-expertise-h3{
        font-size: 18px;
    }
    .articles-h3{
        font-size: 15px;
    letter-spacing: 1.4px;
    color: #000000;
    text-transform: uppercase;
    line-height: 28px;
    }
    
}

@media (max-width: 991px) {
   /* --- 1. General Navbar Styles --- */
.navbar {
   
    padding: 15px 0;    
    z-index: 1000;
}
.navbar .container {
   justify-content: end;
}

.innertoggle{
    width: 60px;
        height: 60px;
        background: transparent;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
}

 .navbar-nav .nav-item {
   margin: 0;
        padding: 20px;
        width: 100%;
}
.navbar-nav {
        padding: 20px 0;
        height: 100vh;
        align-items: center;
        justify-content: center;
    }
    .navbar-nav .nav-link{
        font-size: 20px;
    }

/* --- 2. The Toggler Animation (Fixed) --- */
.navbar-toggler {
    padding: 0;
    width: 25px;
    height: 22px;
    position: relative;
    z-index: 1;
}

.hamburger-toggle {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* This spaces the lines evenly */
    cursor: pointer;
}

.bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* --- THE ANIMATION LOGIC --- */

/* 
   State: OPEN 
   (When bootstrap removes the .collapsed class)
*/

/* 1. Top Bar: Rotate and move down */
.navbar-toggler:not(.collapsed) .bar-top {
    transform: translateY(8px) rotate(45deg);
}

/* 2. Middle Bar: Fade out and MOVE RIGHT */
.navbar-toggler:not(.collapsed) .bar-mid {
    opacity: 0;
    transform: translateX(30px); /* Positive value moves it to the right */
}

/* 3. Bottom Bar: Rotate and move up */
.navbar-toggler:not(.collapsed) .bar-bot {
    transform: translateY(-11px) rotate(-45deg);
}
.sticky-nav{
    background: transparent;
    backdrop-filter: blur(0px);
}

.slick-vertical .slick-slide {
      margin: 15px 0px;
  }

  .slick-vertical .slick-list{
     margin: -15px 0px;
  }
  .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #000;
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(0,0,0,0.05);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        padding-bottom: 0rem;
        top: 0;
        /* Animation Base State */
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
    }

    /* Open State */
    .navbar-collapse.show {
        opacity: 1;
        visibility: visible;
    }

    /* Link Animation (Waterfall) */
    .nav-item {
        opacity: 0;
        transform: translateY(-15px);
        transition: all 0.4s ease;
    }

    /* Triggers when menu opens */
    .navbar-collapse.show .nav-item {
        opacity: 1;
        transform: translateY(0);
    }

    /* Staggered Delays */
    .navbar-collapse.show .nav-item:nth-child(1) { transition-delay: 0.10s; }
    .navbar-collapse.show .nav-item:nth-child(2) { transition-delay: 0.15s; }
    .navbar-collapse.show .nav-item:nth-child(3) { transition-delay: 0.20s; }
    .navbar-collapse.show .nav-item:nth-child(4) { transition-delay: 0.25s; }
    .navbar-collapse.show .nav-item:nth-child(5) { transition-delay: 0.30s; }
    .navbar-collapse.show .nav-item:nth-child(6) { transition-delay: 0.35s; }
    .navbar-collapse.show .nav-item:nth-child(7) { transition-delay: 0.40s; }

    /* Optional button styling */
    .highlight-btn {
        background-color: #333;
        color: #fff !important;
        display: inline-block;
        width: 80%;
        margin-top: 10px;
        border-radius: 5px;
    }

    .banner-content {
    width: 330px;
    margin-right: 0px;
}
.banner-content p {
    font-size: 18px;
    margin-top: 18px;
}

.keynotes{
    padding-bottom: 100px;
    margin-top: 0px;
}
.leadership-philosophy{
    padding-top: 100px;
}
}

@media (max-width: 767px) {
    
    .banner-inner .container{
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    
    .navbar-nav .nav-item:last-child .nav-link{
        padding:0 !important;
        margin:0 !important;
    }
    p{
        font-size: 15px;
        line-height: 30px;
    }
   /*.bannerimg{*/
   /* height: 600px;*/
   /*}*/
   .banner-content{
   width: auto;
        margin: auto;
        margin-top: 30px;

   }
   .banner-content img{
    /*width: 100%;*/
    object-fit: contain;
   }

   .banner-content p{
    line-height:normal;
    font-size: 16px;
   }

   .work-expertise-inner{
    border:1px solid #ffffff87;
   }
   
   .banner-inner {
    
    background-image: unset;
}

   .pad100{
    padding: 50px 0px;
   }
.h2 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 2px;
}

   .media-gallery-slider .slick-slide img{
    height: 300px;
   }

   .media-gallery-slider .slick-list {
    padding-right: 30px;
}

.media-gallery {
    margin-top: 40px;
}
.media-gallery-slider .slick-slide{
    margin: 0 5px;
}
.media-gallery-slider .slick-list {
    margin: 0 -5px;
}

.article-item{
    padding: 0px 5px;
}
.article-img-box{
    height: 150px;
}
.slider-container {
    margin-top: 40px;
}
.edge-box{
    width: 100%;
    font-size: 16px;
    text-align: center;
}
.keynotes{
    padding: 0px 0px 40px;    
}
.keynotes-main .container-fluid{
    padding: 0px 14px !important;
}
.container{
    padding: 0px 14px !important;
}
.leadership-philosophy {
        padding-top: 50px;
    }
    .edge-slider{
        margin-top: 40px;
    }

    .work-expertise-slider .slick-list{
        padding-right: 30px;
    }
    .work-expertise-slider .slick-dots{
        bottom: -30px;
    }
    .work-expertise{
        margin-top: 40px;
    }

     .slick-vertical .slick-slide {
      margin: 10px 0px;
  }

  .slick-vertical .slick-list{
     margin: -10px 0px;
  }
  .heightlights-inner{
    padding: 5px 50px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sub-text-grey{
    font-size: 16px;
    line-height: normal
  }
  .heightlightsSlider2 .heightlights-inner{
    min-height: 185px;
  }
  .gradient-text-gold{
    font-size: 18px;
  }
  .heightlights{
    margin-top: 20px;
  }
  
  .ld-philosophy .row{
      flex-direction: column-reverse;
  }
  
 .ld-philosophy .container-fluid{
      padding: 0px 14px !important;
  }

  .leadership-philosophy1{
    margin: auto;
    /*position:absolute;*/
    /*background:#ffffff94;*/
    width: 100% !important;
    height: max-content !important;
    padding: 40px 20px 50px;
    bottom:12px;
    left: 0;
    right: 0;
    /*backdrop-filter:blur(50px);*/
  }
.leadership-philosophy1 h2.section-title{
    font-size: 15px;
}
.leadership-philosophy1 p{
    font-size:18px;
    line-height: normal;
    margin-top: 12px;
}
.ld-philosophy .lpimg{
    height: 296px !important;
    object-position: top;
}
.leadership-philosophy{
    border: 0;
}
.heightlights2{
    margin-top: 40px;
}
footer .row{
    flex-direction: column-reverse;
}
.footer-text{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
footer{
    padding: 30px 15px;
}

.edge-inner{
    font-size: 15px;
    line-height: 18px;
    width: 100%;
}

    .thumb-content {
        font-size: 7rem;
    }
    .thumb-content::after{
        left: 5px;
    }
    
    .vh-pin-wrapper h2{
        margin-bottom: 100px;
    }
    .vh-gold-title{
        font-size: 18px;
        line-height: 18px;
    }
    .vh-grey-subtitle{
        font-size: 16px;
        line-height: 16px;
    }
    .vh-stack-container{
        height: calc(100vh - 200px);
    }
    
    .vh-card{
        padding: 45px 36px;
    }
    
    
      .legacy-stack-container {
        height: calc(100vh - 200px);
    }
    .legacy-pin-wrapper h2 {
       margin-bottom: 100px;
    }
    .legacy-card {
        padding: 45px 20px;
    }
    .legacy-card::before, .legacy-card::after {
        width: 40px; 
    }
    
    
.bgblack {
      background-image: radial-gradient(circle at 50% 50%, rgba(80, 80, 80, 0.3) -10%, #000000 10%);
background-repeat: no-repeat;
    }
    
    .logo21 {
    width: 140px;
}

.bgblack2{
    background-image:radial-gradient(circle at top right, grey -16%, #000000 20%);
}

.articles-h3{
    font-size: 15px;
    line-height: 30px;
    flex-grow:initial;
}
.work-expertise-h3{
    font-size: 18px;
}
  .work-expertise-p{
      font-size: 15px;
   
  }
}

@media (max-width: 325px) {
    .thumb-content {
        font-size: 5.8rem;
    }
}