

body{
    font-family: "Poppins", sans-serif;
}
.logo{
    width: 150px;
}
@media screen and (max-width: 768px) {
    .logo{
        width: 100px;
    }
    
}

.bg-green{ background-color: green;}
.bg-navbar { background-color: #1e293b; }
.text-green { color: green; }
.text-footer{ color: #e3ffe3c9; }
.bg-footer{ background-color: #035c25; }

.bg-card{
    background-image: url('../images/img/bg-card.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: #e3ffe3c9 !important;
}

.bg-card:hover{
    background-color: #bffcbfe7 !important;
}

.bg-slider{
    background-position: center;
    background-size: cover;
}

.text-green{ color: green; }
.bg-light-green{ background-color: #e3ffe3c9; }
.fs-sm{ font-size: 14.3px; }

.ft-logo{
    filter: drop-shadow(0px 0px 1px #ffffff);
}
.Copyright{
    background-color: #003012;
}

.icon-shape{
    background-color: #035c25 !important;
}

.Blog-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    
}


/* Styling for the call button */
.call-button {
    position: fixed;
    bottom: 130px;
    right: 20px;
    background-color: #28a745;
    color: white;
    padding: 10px 15px;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    z-index: 1000; /* Ensures the button is on top of other elements */
}

/* Hover effect for the button */
.whatsapp-button:hover {
    background-color: #218838;
}


.whatsapp-button {
    position: fixed;
    bottom: 75px;
    right: 20px;
    background-color: #28a745;
    color: white;
    padding: 10px 15px;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    z-index: 1000; /* Ensures the button is on top of other elements */
}

/* Hover effect for the button */
.whatsapp-button:hover {
    background-color: #218838;
}