.video-banner {
    height: 820px !important;
}

.text-blue {
    color: #084F6A !important;
}

.home-about {
    background-color: #084F6A;
    color: white;
    padding: 20px 40px;
    border-radius: 8px;
}

.home-about h2 {
    font-size: 46px;
    font-weight: 700;
}
.home-about p {
    font-size: 23px;
    line-height: 1.6;
}

.bg-image {
    width: 100%;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    .case-single__item img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:1080px) {
    .banner-area .swiper-slide {
        height: 500px !important;
    }
    .banner__content {
        bottom: 225px !important;
        width: 70% !important;
    }
    .banner__content p {
        font-size: 16px !important;
    }
    .grid-container {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }
    .service-two__item h6{
        font-size: 14px;
        text-align: center;
    }
}

@media screen and (max-width:500px) {
    
    .swiper-slide .banner__content {
        display: none;
    }
    
    .banner-area .swiper-slide {
        height: 250px !important;
    }
    
    .bc-headline, .bc-headline-desc {
        /* top: 85px; */
        display: none;
    }
    
    .video-banner {
        height: 250px !important;
    }
    .home-about h2 {
        font-size: 33px !important;
        font-weight: 700;
    }
    .home-about p {
        font-size: 18px !important;
    }
    
    .k-about-section h3 {
        margin-top: 30px;
        font-size: 25px;
    }
    
    .description-about-01 {
        margin-bottom: 30px;
        border-radius: 10px;
    }
    
    /* k-card */
    .k-card .card {
        height: 100px;
    }

    .k-card .card:hover h3,
    .k-card .card:hover .overlay {
        display: block;
    }
    
    .k-card .card:hover img {
        opacity: 1;
        visibility: visible;
        height: 104%;
        filter: none;
        animation: none;
    }
    
    .k-card .card:hover > .textBox {
        opacity: 0;
    }
    
    .k-card .card:hover {
        transform: none;
    }
    
    .k-card .card h3 {
        font-size: 22px !important;
    }
    .k-card .card p {
        font-size: 12px !important;
    }
}

/* ===== LIGHTBOX ONLY ===== */
.lb-trigger {
    width: 100%;
  cursor: zoom-in;
}

.lb-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.lb-overlay.active { display: flex; }

.lb-wrapper {
  position: relative;
  width: 95vw;
  height: 95vh;
}

.lb-scroll {
  width: 100%;
  height: 100%;
  overflow: auto; /* enable scroll */
  touch-action: none;
}

.lb-image {
  width: 100%;
  transform-origin: center center;
  transition: transform 0.2s ease;
  cursor: grab;
}

/* Close */
.lb-close {
  position: fixed;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

/* Controls */
.lb-controls {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 9;
}

.lb-btn {
  background: rgba(0,0,0,0.7);
  color: #fff;
  border: none;
  padding: 6px 10px;
  cursor: pointer;
  border-radius: 4px;
}
