.read-more{
    border:2px solid #019bd2;
    background-color: #019bd2;
    padding:10px;
    margin-top: 10px;
    color:white;
    transition: background-color, color 0.5s ease;
}

.read-more:hover{
    border: 2px solid #019bd2;
    background-color: white;
    color:#019bd2;

}
button.btn.btn-primary.product_enquire_now.p-0 {
    padding: 10px !important;
width: max-content;
}


/* Header.php  */
.navbar-brand img {
    max-width: 150px;
}

/* For All Heading */
.heading { 
    background-image: linear-gradient(76deg, #009fd5 0%, #c3ff9b 100%);
    background-repeat: no-repeat;
    background-size: 90% 8%;
    background-position: 0 75%;
    display: inline;
    border-radius: 10px;
    padding-bottom: 10px;
}
/* All Products Single Products */
.accordian-item{
    background-color: #f0f3f2;
}
.accordion-button:after{
    transition:none !important;
    transform:none !important;
    background-image: none !important;
}


.Thirdlevel-li:before {
    content: '\00BB';
    margin-right:10px;
    color: #222222;
    font-size: 16px;
}




/* 18-01-2025 Before/After Section Start--> */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .image-container {
        height: 200px;
        width: 100%;
    }

    .list-head {
        height: 80px;
        width: 80px;
    }

    .container {
        padding: 5px;
    }

    .content {
        font-size: 14px;
    }
}

.image-container {
    position: relative;
    width: 100%;
    height: 600px;
    /* Adjust height for larger screens */
    overflow: hidden;
    border: none;
    border-radius: 20px;
}

.left-image,
.right-image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: clip-path 0.1s ease;
    /* Smooth transition */
}

.left-image img,
.right-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-image {
    clip-path: inset(0 50% 0 0);
    /* Initially show left half of the image */
}

.right-image {
    clip-path: inset(0 0 0 50%);
    /* Initially show right half of the image */
}

.divider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background-color: white;
    cursor: pointer;
    z-index: 2;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: left 0.1s ease;
    /* Smooth transition for divider position */
}

.divider-button {
    width: 60px;
    height: 35px;
    background-color: white;
    border: none;
    border-radius: 20px;
    /* cursor: pointer; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Ensure button is centered in the divider */
}



.container-image-slider {
    background-color: #009fd5;
    border-radius: 20px;
}

.content {
    color: white;
    font-size: 14px;
    font-weight: 500;
}


/* Ready to get started */
.rtgsDiv {
    min-height: 100%; /* Default for mobile */
}

@media (min-width: 768px) {
    /* Tablets and above */
    .rtgsDiv {
        min-height: 300px; /* Adjust as needed */
    }
    .rtgsDiv .card-body p{
        margin-top: 80px;
    }
    .content {
        color: white;
        font-size: 20px;
        font-weight: 500;
    }
    
}

@media (min-width: 1024px) {
    /* Laptops and large screens */
    .rtgsDiv {
        min-height: 350px; /* Adjust as needed */
    }
    .rtgsDiv .card-body p{
        margin-top: 30px;
    }
}

/* Card */
.card-footer p{
    color:#ffff;
}



/* Footer */
.footer {
    padding:0;
   margin-bottom: 0;
 
    width:100%;
}

/* section */
.fSpacing{
    min-height: 60vh;
}