
.carousel-item img {
    height: 400px;
}


.aboutes {
    width: 100%;
    height: 450px;
  
    margin-top: 30px;
    display: flex;
}

.aboutes2 {
    width: 50%;
    height: 450px;
    
}

.aboutes2 img {
    width: 90%;
    padding: 20px;
}


.aboutes2 h1 {
    font-size: 25px;
    margin-left: 60px;
    margin-top: 20px;
}

.aboutes2 p {
    margin-left: 60px;
    width: 80%;
    text-align: justify;
    margin-top: 30px;
  
}

.aboutes2 a {
    margin-left: 60px;
    color: #ff9933;
    text-decoration: none;
    font-weight: bold;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    background-color: #25D366; /* WhatsApp green */
    color: white;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000; /* Ensure it is above other elements */
    transition: background-color 0.3s;
}

.whatsapp-icon:hover {
    background-color: #128C7E; /* Darker green on hover */
}



.gallery img {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}
.gallery img:hover {
    transform: scale(1.05);
}


@media (min-width: 300px) and (max-width: 600px) {

    .carousel-item img {
        height: 190px;
    }
    


    .aboutes {
        width: 100%;
        height: auto;
        flex-direction: column;
        margin-top: 30px;
        display: flex;
       
       
    }

    .aboutes2 {
        width: 100%;
        height: 100%;
      
    }

    .aboutes2 img {
        width: 95%;
        padding: 10px;
    }


    .aboutes2 h1 {
        font-size: 25px;
        margin-left: 20px;
        margin-top: 20px;
    }

    .aboutes2 p {
        margin-left: 20px;
        width: 90%;
        text-align: justify;
        margin-top: 30px;

    }

    .aboutes2 a {
        margin-left: 60px;
        color: #ff9933;
        text-decoration: none;
        font-weight: bold;
    }
}