/* available-section */

#available-section {
    padding: 20px 0px;
}
#available-section h2{
    font-weight:bold;
}

#available-section h3{
    padding-left: 10px;
}
#available-section .header-content{
    background-color:#F7FAFF;
    padding: 15px 0 0 15px;
}
#available-section .header-content>span{
    color: #0E387A;
}
#available-section .cards {
    display: flex;
    position: relative;
    /* margin: 10px 0; */
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: transform 0.4s ease-in-out;
    will-change: transform;
    /* padding-bottom: 20px; */

}

#available-section .cards:hover{
    transform: scale(1.05);
    cursor: pointer;
}

#available-section .cards>.rib {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 160px;
    height: 100px;
    overflow: hidden;
    display: flex;
}

#available-section .cards .rib>.ribbon {
    position: absolute;
    top: 30px;
    left: -29px;
    width: 140px;
    color: var(--white);
    padding: 2px 0px;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    transform: rotate(-45deg);
    background: var(--darkblue);
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
}

#available-section .cards .rib>.r1 {
    position: absolute;
    top: 79%;
    left: 1px;
    width: 18px;
    height: 18px;
    z-index: -800;
    background-color: #062e4c;
    transform: rotate(-55deg);
}

#available-section .cards .rib>.r2 {
    position: absolute;
    top: 0%;
    left: 79px;
    width: 19px;
    height: 19px;
    z-index: -800;
    background-color: #062e4c;
    transform: rotate(-45deg);
}

#available-section .cards .rib>.w1 {
    content: "";
    background-color: var(--white);
    width: 15px;
    height: 30px;
    position: absolute;
    top: 76%;
    left: 10px;
    z-index: -100;
}

#available-section .cards .rib>.w2 {
    content: "";
    background-color: var(--white);
    width: 30px;
    height: 15px;
    position: absolute;
    top: 10%;
    left: 75px;
    z-index: -100;
}

#available-section .cards .main-content{
    padding: 0px 0 20px 15px;
}

#available-section .cards .main-content span {
    word-break: break-word;
}

#available-section .btn{
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0px;
}

#available-section .btn .call-btn{
    width: 100%;
    background-color: #2251D5;
    color: white;
    padding: 5px 0;
    border: none;
    border-radius: 5px;
}

#available-section .verify{
    position: absolute;
    top: 20px;
    right: 10px;
}

#available-section .verify span{
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    background-color: #2251D5;
    color: white;
}

#available-section .myswiper3 {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

#available-section .myswiper3 .swiper-slide {
    height: auto !important;
    display: flex;
}

#available-section .myswiper3 .swiper-slide .cards {
    width: 100%;
    display: flex;
    flex-direction: row;
}

/* Shared styles for custom next & prev buttons */
#available-section .myswiper3 .custom-next2,
#available-section .myswiper3 .custom-prev2 {
    position: absolute;
    color: #fff;
    background-color: #0E387A;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    width: 45px;
    height: 45px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

#available-section .myswiper3 .custom-next2:hover,
#available-section .myswiper3 .custom-prev2:hover {
    background-color: #0C2F65;
}

#available-section .myswiper3 .custom-next2 {
    right: 0px;
}

#available-section .myswiper3 .custom-prev2 {
    left: 0px;
}

/* Optional: tweak the arrow icons if you use ::after for custom text/icons */
#section4 .myswiper3 .custom-next2::after,
#section4 .myswiper3 .custom-prev2::after {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

@media (max-width:768px) {

    #available-section .cards .main-content {
        font-size: 14px;
    }

}

@media (max-width:567px) {

    #available-section .myswiper3 {
        padding-left: 10px;
        padding-right: 5px;
    }

    #available-section .myswiper3 .custom-next2,
    #available-section .myswiper3 .custom-prev2 {
        display: none;
    }

}

/* available-section End */
