/*==========================================================================
* BANNER CSS
==========================================================================*/
.banner-section {
    margin-top: -100px;
}

.single-banner {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    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: 55vh;
        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: 30%;
        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;
    }
}

/*-- ===========================  Culture Section =============================== --*/

.culture-section .team-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* Content Section Styles */
.culture-section .content-section {
    background: white;
}

.culture-section .section-title {
    font-size: 2rem;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0.5rem;
}

.culture-section .main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.culture-section .section-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 1.5rem;
}

.culture-section .principle-item {
    padding: 1rem 0;
    border-bottom: 1px solid #b8babc;
    transition: all 0.3s ease;
}

.culture-section .principle-item:last-child {
    border-bottom: none;
}

.culture-section .principle-item:hover {
    transform: translateX(5px);
    background: linear-gradient(90deg, transparent 0%, #f8fafc 100%);
    border-radius: 8px;
    padding: 1rem;
    margin: 0.5rem 0;
}

.culture-section .icon-wrapper {
    background: var(--second);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.culture-section .principle-item:hover .icon-wrapper {
    transform: scale(1.1);
}

.culture-section .principle-icon {
    color: white;
    font-size: 20px;
}

.culture-section .principle-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.culture-section .principle-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 0;
}


@media(max-width:1500px) {
    .culture-section .row {
        display: flex;
        align-items: stretch;
        /* dono column same height */
    }

    .culture-section .col-lg-5 {
        display: flex;
    }

    .culture-section .image-container {
        flex: 1;
    }

    .culture-section .team-image {
        width: 100%;
        height: 100%;
        min-height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .culture-section .content-section {
        background: white;
        min-height: auto;
    }

}

@media (max-width: 991.98px) {
    .culture-section .main-title {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .culture-section .main-title {
        font-size: 1.75rem;
    }

    .culture-section .section-title {
        font-size: 1rem;
    }

    .culture-section .principle-title {
        font-size: 1.1rem;
    }

    .culture-section .principle-description {
        font-size: 0.9rem;
    }

    .culture-section .icon-wrapper {
        width: 40px;
        height: 40px;
    }

    .culture-section .principle-icon {
        font-size: 16px;
    }

}

@media (max-width: 575.98px) {
    .principle-item:hover {
        transform: none;
        background: none;
        padding: 1rem 0;
        margin: 0;
    }

    .culture-section .main-title {
        font-size: 1.5rem;
    }
}

/*--- =================== Peak Section  ===================== --*/

/* .peak{
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 50%, rgba(var(--bs-primary-rgb), .05) 100%);
} */

.gallery_page .main-heading h1 span {
    font-weight: 400;
}

.gallery_page .main-heading h1 {
    position: relative;
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-weight: 600;
    display: inline-block;
}

.gallery_page .main-heading h1::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 4px;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    background-color: var(--second);
}

.gallery_page .accordion-body {
    padding: 20px 0 !important;
}

.gallery_page .accordion h3 {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 22px;
}

.gallery_page .accordion-item {
    border: 0.5px solid #000 !important;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery_page .accordion-button {
    background-color: var(--main-colour);
}

.gallery_page .accordion-button:not(.collapsed) {
    background-color: var(--main-colour);
}

.gallery_page .accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}

.gallery_page .image {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
}

.gallery_page .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 300ms;
}

.gallery_page .image:hover img {
    scale: 1.2;
}

.gallery_page .accordion-button::after {
    filter: invert(1);
}

.gallery_page .accordion-button.collapsed::after {
    border-color: rgb(255, 255, 255);
}

.gallery_page .accordion-button:not(.collapsed)::after {
    border-color: #ffffff;
}

@media (max-width: 992px) {

    .gallery_page .accordion h3 {
        font-size: 20px;
    }
}

@media (max-width:650px) {
    .gallery_page .accordion h3 {
        font-size: 17px;
    }
}

@media(max-width:576px) {

    .register-now {
        font-size: 16px;
        right: -20px;
    }
}






.peak .main-heading h1 span {
    font-weight: 400;
}

.peak .main-heading h1 {
    position: relative;
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-weight: 600;
    display: inline-block;
}

.peak .main-heading h1::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 4px;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    background-color: var(--second);
}

.peak{
    padding-left: 90px !important;
    padding-right: 90px !important;
    box-sizing: border-box;
}

.peak .services_slider {
    overflow: hidden;
}

.peak .services_slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.peak .image-box {
    width: 100%;
    height: 300px;
    background: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    /* top align image */
    justify-content: center;
}

.peak .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}


.peak .services_slider .swiper-pagination {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.peak .services_slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #bbb;
    opacity: 1;
    transition: all 0.3s ease;
}

.peak .services_slider .swiper-pagination-bullet-active {
    background: #000;
    transform: scale(1.3);
}

/* ==================== MEDIA QUERY ======================= */

/* Tablet */
@media (max-width: 991px) {
    .peak .image-box {
        height: 190px;
    }

        .peak{
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}

@media(max-width:767.5px){
       .peak{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
/* Mobile */
@media (max-width: 575px) {
    .peak .image-box {
        height: 200px;
    }

    .peak{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}




/*-- ============  Training Page CSS ===============  --*/

.gallery{
    padding: 70px 0px;
    background-image: url(../images/gallery_bg.webp);
    background-size: cover;
}

.gallery .section-title h2 {
  font-size: 55px;
  line-height: 65px;
  letter-spacing: -0.03em;
}

.gallery .parent{
    column-width: 300px;
}

.gallery .child{
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 15px;
    box-shadow: 5px 5px 10px #00000010;
}

.gallery .child img{
    transition: 300ms;
}

.child img:hover{
    scale: 1.2;
}


.gallery .section-title {
    margin-bottom: 40px;
    text-align: center;
    margin-top: -10px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.gallery .section-title .top {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
}

.gallery .section-title .top .top-title {
    font-size: 75px;
    line-height: 75px;
    color: #b6b5b5;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    display: block;
    opacity: 0.1;
}

.gallery .section-title .top .sub-title {
    display: block;
    font-weight: 600;
    color: var(--second);
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    font-size: 20px;
}

.gallery .section-title h2 {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: 700;
}

/* ============== media query here ============= */


@media (max-width: 1650px) {

    .gallery .section-title h2 {
        font-size: 50px;
    }

}

@media (max-width: 992px) {

    .gallery .parent{
        column-width: 250px;
    }

}

@media screen and (max-width: 991.98px) {

    .gallery .section-title h2 {
        font-size: 40px;
        line-height: 55px;
    }

}

@media(max-width:767.5px){
     .gallery .testimonials-item .top h3 {
        font-size: 20px;
    }

   .gallery .section-title {
        margin-bottom: 30px;
        margin-top: 0;
    }

   .gallery .section-title .top .top-title {
        font-size: 35px;
        line-height: 35px;
    }

  .gallery .section-title .top .sub-title {
        top: 12px;
        font-size: 17px;
    }

    .gallery .section-title h2 {
        font-size: 28px;
    }

    .gallery .section-title {
        margin-bottom: 30px;
    }

    .gallery .section-title h2 {
        font-size: 25px;
    }
}

@media (max-width: 576px) {

    .gallery .parent{
        column-width: 200px;
    }

    .gallery .parent .child{
        border-radius: 20px;
    }

}

@media (max-width: 575.98px) {

    .gallery .section-title h2 {
        font-size: 30px;
        line-height: 45px;
    }

}

@media (max-width: 450px) {

    .gallery {
        padding: 50px 0px;
    }

    .gallery .section-title h2 {
        font-size: 25px;
    }

    .gallery .parent{
        column-width: 150px;
        gap: 10px;
    }

    .gallery .parent .child{
        border-radius: 15px;
        margin-bottom: 10px;
    }

}

