/* -------------------------------------------------------Cards css ------------------------------------------------------------- */
.main-section{
    margin-top: 50px;
}
.class_card {
    margin-top: 80px ;
}

.qlity_cards {
    background-color: #044f60;
    padding: 16px;
    color: white;
    min-height: 200px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.qlity_cards_icon {
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
}
.qlity_cards_heading {
    font-weight: bold;
}
.qlity_cards_subheading {
    color: rgba(255,255,255, 0.8);
    font-size: 14px;
}
@media (max-width: 991px){
    .main-section{
        margin-top: 20px;
    }
}
@media (max-width: 575px) {
    .main-section{
        margin-top: 20px;
    }
    .qlity_cards {
        padding: 12px;
        min-height: 150px;
    }

    .qlity_cards_icon {
        font-size: 25px;
        padding-bottom: 5px;
    }
    .qlity_cards_subheading {
        font-size: 11px;
    }
    .qlity_cards_heading {
        font-size: 14px;
    }
}

/* ------------------------------------------------------- About Rudra ------------------------------------------------------------- */

.about_heading {
    color: #044f60;
    font-size: 30px;
    font-weight: bold;
}

.about_card {
    border: none;
}

@media (max-width: 575px) {
    .about_subheading {
        font-size: 14px;
    }
}

/* ------------------------------------------------------- Benefits ------------------------------------------------------------- */

.benefit_card_1 {
    border: 2px solid #044f60;
    text-align: center;
    padding: 15px;
    border-radius: 20px 0px 20px 0px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit_card_2 {
    border: 2px solid #044f60;
    text-align: center;
    padding: 15px;
    border-radius: 0px 20px 0px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ------------------------------------------------------- Services ------------------------------------------------------------- */

.service_card {
    background-color: rgba( 4, 79, 96, 0.8);
    border-radius: 12px;
    height: 300px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 8px;
    padding: 12px;
}

.serviceImage {
    height: 200px;
    margin-bottom: 12px;
}
/* ------------------------------------------------------- Product ------------------------------------------------------------- */

.product_card {
    background-color: #eceae6;
    border: 2px solid rgba( 4, 79, 96);
    /* background-color: rgba( 4, 79, 96, 0.8); */
    border-radius: 12px;
    height: 330px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 8px;
    padding: 12px;
}
/* ------------------------------------------------------counters ----------------------------------------------------------------- */

.services-section {
    background-color: #044f60;
}

.head2 {
    color: white;
}

.countercard {
    /* border-bottom: 8px solid #000; */
    margin: 12px;
    padding: 24px;
}


/* ---------------------------------------------------------------- slider -----------------------------------------------------------------*/

    .main-slider {
        width: 100%;
        height: 500px;  
    }

    @media (max-width: 575px) {
        .main-slider {
            margin-top: 40px;
            width: 100%;
            height: 200px;  
        }
    }

    .swiper-slide  {
        display: flex; /* Enables flexbox */
        justify-content: center; /* Centers horizontally */
        align-items: center;
        width: 100%;
        height: 100%;
        object-fit: cover;
       
    }

    .swiper-button-next,
    .swiper-button-prev {
        color: white !important;
        width: 50px;
        height: 50px;
        /* background-color: black; */
        padding: 10px !important;
        font-size: 25px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background: rgba(255, 255, 255, 0.8);
        color: black;
    }

    @media (min-width: 768px) {
        .swiper-button-next,
        .swiper-button-prev {
            width: 60px;
            height: 60px;
        }
    }


    .testimonial-slide{
        background-color: #eceae6;
        box-shadow: 0px 0px 20px rgba(255,255,255,0.35);
        align-items: center;
        text-align: center;
        border-radius: 15px;
        padding: 20px 20px 60px;
    }

    .stars {
        position: relative;
        color: #f1c40f;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .gbtn {
        padding: 2px 10px;
        background-color: red;
        display: inline-block;
        color: white;
        border-radius: 5px;
    }


    .customImg {
        width: 100%; /* Ensures the image fills the slide width */
        height: auto; /* Maintains aspect ratio */
        max-height: 100%; /* Prevents image from overflowing */
        object-fit: contain;
    }



    .custom-mv-card {
        border-radius: 12px;
        background-color: #044f60;
        color: white;
        padding: 15px;
        margin: 4px;
    }

    .mv-img {
        border-radius: 12px;
        margin-bottom: 20px;
    }

    .innerbody-mv {
        
    }


    .icons-logo {
        display: inline-block;
        font-size: 30px;
      
    }

    .iconsss {
        color: #044f60;
        background-color: rgba(27,137, 122, 0.2);
        height: 55px;
        width: 55px;
        padding: 4px 8px;                                                 
        border-radius: 50%;
    }