/*==========================================================================
* BANNER CSS
==========================================================================*/
.banner-section {
    margin-top: -100px;
}

.single-banner {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.banner-content {
    position: relative;
    z-index: 2;
    /* max-width: 1000px; */
    margin: auto;
    padding: 20px;
}

.banner-content h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.banner-content p {
    font-size: 20px;
    margin-bottom: 30px;
}

.banner-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.banner-btn:hover {
    background: var(--second);
    color: #fff;
}

/* Hide arrows & dots */
/* Hide arrows & dots */
.banner-area .swiper-button-next,
.banner-area .swiper-button-prev,
.banner-area .swiper-pagination {
    display: none !important;
}

/* Responsive */
@media (max-width: 991px) {
    .single-banner {
        height: 65vh;
    }

    .banner-content h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .banner-content p {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .single-banner {
        height: 50vh;
        padding: 30px 15px;
    }

    .banner-content h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .banner-content p {
        font-size: 15px;
    }

    .banner-btn {
        font-size: 15px;
        padding: 10px 22px;
    }
}

/* Desktop: नीचे align */
.banner-content {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    width: 100%;
}

@media (max-width: 768px) {
    .banner-content {
        bottom: 35%;
        transform: translate(-50%, 40%);
    }
}




/*==========================================================================
* NAV LINKS CSS
==========================================================================*/
.breadcrumb-wrapper {
    margin: 40px 0;
    padding-left: 60px;
    /* 👈 left se gap */
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    color: #000;
    font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #000;
    padding: 0 8px;
}

.breadcrumb-item.active {
    font-weight: 700;
    color: #001a4d;
}

@media(max-width:767.5px) {
    .breadcrumb-wrapper {
        margin: 40px 0 20px 0px;
        padding-left: 16px;
    }

}
/*-- ==================  Services Details CSS  ===================== --*/
.value {
    background-color: #f8f9fa;
}

.value .main-heading {
    color: var(--main-colour);
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 0.5px;
    margin-bottom: 3rem;
    padding: 1.5rem 0 1rem 0;
}

.value .section-title {
    color: var(--black);
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.value .headng{
     color: var(--second);
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.value h3{
    color: var(--second);
    font-weight: 700;
    font-size: 1.7rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.value .content-text {
    color: #000000;
    font-size: 1rem;
    line-height: 1.8;
    text-align: justify;
}

.value .image-wrapper {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.value .image-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.value .image-wrapper img:hover {
    transform: scale(1.1);
}

.value .image-text-box {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    padding: 0.75rem;
    text-align: center;
    border-radius: 0 0 4px 4px;
}

.value .image-text-box p {
    color: #000000;
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
}

.value .content-section {
    padding: 0px 2rem;
    border-radius: 8px;
}

.value .list-custom {
    list-style: none;
    padding-left: 0;
}

.value .list-custom li {
    padding: 0.3rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #000000;
    font-size: 1rem;
}

.value .list-custom li::before {
    content: "●";
    color: var(--second);
    font-weight: bold;
    position: absolute;
    left: 0;
}

@media(max-width:1199.5px){
.value .image-text-box p{
    font-size: 0.99rem;
}
}
@media (max-width: 768px) {
    .value .main-heading {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .value .section-title {
        font-size: 1.5rem;
    }

    .value .headng{
    font-size: 1.6rem;
    }

    .value .content-section {
        padding: 0rem;
    }

    .value .content-text {
        font-size: 0.95rem;
    }

    .value .image-box {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 576px) {
    .value .main-heading {
        font-size: 1.75rem;
          margin-bottom: 1rem;
    }

    .value .section-title {
        font-size: 1.3rem;
    }
     .value .headng{
    font-size: 1.3rem;
    }

}

.left-col .sticky-left {
    position: sticky;
    top: 100px; 
}

@media (max-width: 768px) {
    .left-col .sticky-left {
        top: 20px; /* mobile me chhota gap */
    }
}