/*==========================================================================
* BANNER CSS
==========================================================================*/

 
  /* .banner-section {
    margin-top: -100px;
} */

.single-banner {
    position: relative;
    background-image: url("../images/t3-pillers.webp");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    display: flex;
    align-items: flex-start;   /* top par content */
    justify-content: center;   /* horizontal center */
    text-align: center;
    color: #fff;
}

.banner-content{
    margin-top:120px;   /* top spacing */
    width:100%;
    text-align:center;
}

.banner-content h1{
    font-size:70px;
    font-weight:800;
    margin-bottom:20px;
}

.banner-content p{
    font-size:20px;
    line-height:32px;
}

/* Tablet */
@media (max-width: 991px){
    .single-banner{
        height:65vh;
    }

    .banner-content{
        margin-top:90px;
        padding:0 20px;
    }

    .banner-content h1{
        font-size:38px;
        line-height:48px;
    }

    .banner-content p{
        font-size:18px;
    }
}

/* Mobile */
@media (max-width:600px){
    .single-banner{
        height:40vh;
    }

    .banner-content{
        margin-top:50px;
    }

    .banner-content h1{
        font-size:26px;
        line-height:34px;
    }

    .banner-content p{
        font-size:15px;
        line-height:24px;
    }
}

/*==========================================================================
* 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;
    }

}

/*==========================================================================
* Process Css
==========================================================================*/
.process__area-title {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.process__area {
    padding: 30px 0;
}

.process__area-item-area {
    border: 1px solid var(--border-color-1, #ddd);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    transition: 0.3s;
    background: #fff;
}

.process__area-item-area i {
    font-size: 50px;
    color: var(--second);
    margin-bottom: 25px;
}

.process__area-item-area h5 {
    font-size: 20px;
    line-height: 30px;
    min-height: 40px;
    font-weight: 700;
    /* To align headings height */
}

.process__area-item-area p {
    margin-top: auto;
    margin-bottom: 0;
    min-height: 60px;
    /* To align paragraph height */
}

.swiper.process-swiper {
    padding-bottom: 50px;
    /* space for bullets */
}

.process__area .swiper-pagination {
    bottom: 10px !important;
}

.process__area .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}



.process__area .swiper-pagination-bullet-active {
    background: var(--second);
}

/* Responsive spacing */
@media (max-width: 767px) {
    .process__area-item-area {
        padding: 30px 20px;
    }
}

.process__area .section-title {
    margin-bottom: 40px;
    text-align: center;
    margin-top: -10px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

.process__area .section-title .top {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
}

.process__area .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;
}

.process__area .section-title .top .sub-title {
    display: block;
    font-weight: 600;
    color: var(--second);
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    font-size: 20px;
}

.process__area .section-title h2 {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: 700;
}

.process__area .section-title p {
    margin-top: 10px;
    margin-bottom: 0;
}


@media(max-width:767.5px) {
    .process__area {
        padding: 30px 0;
    }

    .process__area .section-title {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .process__area .section-title .top .top-title {
        font-size: 35px;
        line-height: 35px;
    }

    .process__area .section-title .top .sub-title {
        top: 12px;
        font-size: 17px;
    }

    .process__area .section-title h2 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .process__area .section-title {
        margin-bottom: 30px;
    }

    .process__area .section-title h2 {
        font-size: 35px;
    }
}

@media(max-width: 767px) {
    .process__area-item-area {
        padding: 30px 20px;
    }
}

.process__area-item-area {
    border: 1px solid var(--border-color-1, #ddd);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    padding: 30px 30px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    /* cursor: pointer; */
}

/* Background pseudo element */
.process__area-item-area::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: var(--second, #2CB2B3);
    z-index: -1;
    transition: height 0.5s ease-in-out;
    border-radius: 15px;
}

/* Hover par background fill */
.process__area-item-area:hover::after {
    height: 100%;
}

/* Default icon & text color */
.process__area-item-area i {
    font-size: 40px;
    color: var(--second);
    /* Yellow */
    margin-bottom: 15px !important;
    transition: color 0.3s ease-in-out;
}

/* Hover par icon & text white */
.process__area-item-area:hover i,
.process__area-item-area:hover h5,
.process__area-item-area:hover p {
    color: #fff;
}
