section {
    height: auto;
}

.hero {
    height: 400px!important;
    text-align: center;
}

.hero h1 {
    font-size: 80px;
    color: #fff;
}


/* info */

.info {
    width: 100%;
    height: auto;
    margin: 50px 0;
}

.info-left {
    height: 500px;
    width: 30%;
    border: 0.5px rgba(128, 128, 128, 0.247) solid;
    float: left;
    margin-left: 250px;
    margin-top: 100px;
}

.info-left h3 {
    margin-top: 50px;
    margin-left: 30px;
    font-size: 50px;
    color: #32de84;
}

.info-left a {
    margin-top: 50px;
    margin-left: 30px;
    text-decoration: none;
    font-size: 20px;
    color: #32de84;
}

.info-right {
    float: right;
    margin-right: 100px;
}

.map {
    margin-top: 200px;
}

.contact-glow {
    animation: bounce 2s ease-in-out infinite;
    display: inline-block;
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.about_img img:hover {
    transform: scale(1.2);
    /* 1.2 means 120% size */
    transition: transform 0.3s ease;
    /* Smooth animation */
}


/* info */


/* cf-contact form */

.cf {
    text-align: center;
    height: 700px;
}

.cf input {
    border-radius: 1px;
    border: none;
    border-bottom: 2px solid #c2c2c218;
    outline: none;
    padding: 10px;
    font-size: 16px;
    background: transparent;
    transition: border-bottom 0.3s ease-in-out;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    font-size: 30px;
    margin-bottom: 50px;
    border-bottom: 2px solid #b3b3b369;
}


/* On focus, change the border color */

.cf input:hover {
    border-bottom: 3px solid #8cc751;
    /* Change color on focus */
}

.cf input::placeholder {
    color: #8cc751;
}

.cf textarea {
    border-radius: 1px;
    border: none;
    border-bottom: 2px solid #c2c2c218;
    outline: none;
    padding: 10px;
    font-size: 16px;
    background: transparent;
    transition: border-bottom 0.3s ease-in-out;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    font-size: 30px;
    margin-bottom: 50px;
    width: 57%;
    border-bottom: 2px solid #b3b3b369;
}

.cf textarea:hover {
    border-bottom: 3px solid #8cc751;
}

.cf textarea::placeholder {
    color: #8cc751;
}

.cf button {
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    transition: background-color 0.3s ease-in-out;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    width: 57%;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    border: none;
    background-color: #32de84;
    color: #fff;
}

.cf button:hover {
    background-color: #8cc751;
}

.cf h2 {
    margin-top: 50px;
    color: #32de84;
    font-size: 50px;
}

.cf h6 {
    color: #000;
    font-size: 20px;
}


/* cf */


/* before footer */


/* before footer */

.before_footer {
    height: 500px;
    background-color: #32de84;
    background-image: url('../img/backgound.jpg');
}

.before_footer h2 {
    color: #ffffff;
    margin-top: 40px;
}

.before_footer h6 {
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
}

.before_footer a {
    color: #ffffff;
    background-color: transparent;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-decoration: none;
    border: #fff 1px solid;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}

.before_footer a:hover {
    background-image: url('../img/backgound.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}

.before_footer .about_img {
    float: right;
}

.before_footer .col-lg {
    margin-top: 7%;
}


/* before footer */


/* footer */


/* footer */

@media screen and (max-width: 1566px) {}

@media (min-width: 768px) and (max-width: 1024px) {
    .info-left {
        height: 500px;
        width: 100%!important;
        border: 0.5px rgba(128, 128, 128, 0.247) solid;
        float: center;
        margin-left: 10px;
        margin-top: 0px;
    }
    .info-left h3 {
        margin-top: 50px;
        margin-left: 10px;
        font-size: 50px;
        color: #32de84;
    }
    .info-left a {
        margin-top: 50px;
        margin-left: 10px;
        text-decoration: none;
        font-size: 20px;
        color: #32de84;
    }
    .cf {
        text-align: center;
        height: 1000px;
    }
    .cf textarea {
        width: 100%;
    }
    .cf button {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 576px) {
    .hero h1 {
        font-size: 40px;
    }
    .info {
        margin: 10px 0;
    }
    .info-left {
        height: 500px;
        width: 100%;
        border: 0.5px rgba(128, 128, 128, 0.247) solid;
        float: left;
        margin-left: 10px;
        margin-top: 70px;
    }
    .info-right {
        float: left;
        margin-right: 1px;
        margin: 20px 0px 20px 0px;
    }
    .cf textarea {
        width: 90%;
    }
    .cf button {
        width: 90%;
    }
    .cf {
        height: 1100px;
    }
    .before_footer {
        height: auto;
        /* margin-top: 1000px; */
    }
}

.whatsapp-button {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 999;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: pulse 2s infinite;
    transition: transform 0.3s;
}

.whatsapp-button img {
    width: 35px;
    margin-top: 12px;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}