* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: "Poppins", sans-serif;
    letter-spacing: .2rem;


}



@media print {

    html,
    body {
        display: none;
    }
}


.blank {
    margin-top: 10px;
}

 .gap {
   height: 4rem;
 }


.required {
    color: red;
}

.hero-content {
    width: 100%;
    padding: 2rem;
    background-size: 75%;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;


    color: rgb(61, 61, 61);
    text-align: center;
    letter-spacing: 1.4px;
    font-weight: 100;
    line-height: 1.5em;

}


.elevations-container {
    width: auto;
    margin-top: 20px;
    columns: 4;
    column-gap: 10px;

    filter: saturate(150%);

}

.elevations-container box {

    width: 100%;
    margin-bottom: 50px;
    break-inside: avoid;
}

.elevations-container .box img {
    filter: contrast(1);
    margin-bottom: 10px;
    max-width: 100%;
    border-radius: 20px;
}

@media (min-width: 1200px) {

    .elevations-container {
        width: calc(100%-10px);
        columns: 3;

    }

    .hero-content {
        font-size: 25px;

    }
}

@media (max-width: 768px) {

    .elevations-container {
        width: calc(100%-10px);
        columns: 2;

    }

    .hero-content {
        font-size: 18px;
    }
}

@media (max-width: 480px) {

    .elevations-container {
        width: calc(100%-10px);
        columns: 1;
    }

    .elevations-container .box img {
        max-width: 100%;
        border-radius: 15px;
    }
}




/* *************************************Form starts from Here******************** */

@media (min-width: 1200px) {
    .Form-container {
        max-width: 50%;
        margin: 0 0;
        padding: 2px;
    }

    .button-container {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .Form-container {
        max-width: 75%;
        margin: 0 0;
        padding: 2px;
    }

    .button-container {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {


    .Form-container {
        max-width: 100%;
        margin: 0 0;
        padding: 2px;
    }

    .button-container {
        width: 90%;
    }
}

@media (max-width: 767px) {

    .Form-container {
        max-width: 100%;
        margin: 0 0;
        padding: 2px;
    }

    .button-container {
        width: 100%;
    }
}


.Form-container {


    margin: 0 auto;
    padding: 20px;





}

h2 {
    text-align: center;
    color: white;
}

.form-group {
    margin-bottom: 40px;
}

label {
    display: block;
    margin-bottom: 5px;

    font-size: 18px;
    color: white;
    font-weight: bold;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #999;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 10px;
    color: white;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder {
    font-size: 16px;
    color: #999;

}

.error-message {
    color: red;
}

/* Honeypot field - hidden from users but visible to bots */
.honeypot-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

.form-body {
    background-image: url('../images/form/grid-7163779_1920.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

/* **************************Contact us form ends here|******************************************* */



/* *************************************Footer Starts from Here******************************************* */


.footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}

.footer-container {
    max-width: 1500px;
    margin: 0 auto;
    align-items: center;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-column-1,
.footer-column-2,
.footer-column-3 {
    flex: 1;
    padding: 0 20px;
    box-sizing: border-box;
}

.list-unstyled {
    list-style-type: none;
}

.social-icons {
    list-style: none;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.social-icons li:last-child {
    margin-right: 0;
}

.socialMediaLogo {
    width: 30px;

    height: auto;
    margin: 4px;

    vertical-align: middle;

}

.socialMediaLink {


    color: inherit;


    text-decoration: none;
    letter-spacing: 1px;
    padding: 1px;



}

.socialMediaLink:hover {
    color: #007bff;

}

.footer-hr {
    background-color: #f8f9fa;
    border: none;
    height: 1px;
    margin: 20px 0;
}

.footer-copywrite-text {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    color: #abbac3;
}


@media screen and (max-width: 768px) {
    .footer-column-1 {
        flex: 100%;
    }

    .footer-column-2,
    .footer-column-3 {
        flex: 1;
    }

    .overlay {
        font-size: 14px;
        padding: 2px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* *************************************Footer Ends Here********************************************* */

/* *************************Phone and Contact Buttons Starts from here*************************** */

.button-container {
    display: flex;
    justify-content: space-between;

    margin: 0.625em auto;
    margin-top: 3.125em;
    margin-bottom: 3.125em;
    padding: 0.5em;
}



.custom-button {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 49%;

    height: 6.4em;

    height: 3.2em;
    background-color: rgb(9, 121, 105);
    color: #fff;
    border: none;
    border-radius: .6em;
    font-size: 1.2em;
    font-weight: 500;
    box-shadow: 0.3125em 0.3125em 0.25em 0.25em rgba(0, 0, 0, 0.3);
    transition: background-color 0.5s, transform 0.3s;
}

.custom-button img {
    width: 1.5em;
    margin-right: 0.3em;
    margin-left: 0.4em;
}

.custom-button span {
    margin-left: 0.6em;
}

.custom-button:hover {
    background-color: rgb(34, 139, 34);
    box-shadow: 0.25em 0.25em 0.25em 0.1875em rgba(0, 0, 0, 0.4);
    transform: translateY(-0.125em);
}

.custom-button:active {
    background-color: rgb(2, 48, 32);
    transform: translateY(0.0625em);
    box-shadow: 0.1875em 0.1875em 0.1875em 0.125em rgba(0, 0, 0, 0.538);
}

.button-content {
    align-items: center;
}




.custom-button2 {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49%;
    height: 6.4em;
    background-color: rgb(9, 121, 105);
    color: #fff;
    border: none;
    border-radius: .6em;
    font-size: 1.2em;
    font-weight: 500;
    box-shadow: 0.3125em 0.3125em 0.25em 0.25em rgba(0, 0, 0, 0.3);
    transition: background-color 0.5s, transform 0.3s;
    overflow: hidden;
}

.custom-button2 img2 {
    width: 2.8em;
    margin-right: 0.3em;
    margin-left: 0.4em;
}

.custom-button:hover {
    background-color: rgb(34, 139, 34);
    box-shadow: 0.25em 0.25em 0.25em 0.1875em rgba(0, 0, 0, 0.4);
    transform: translateY(-0.125em);
}

.custom-button:active {
    background-color: rgb(2, 48, 32);
    transform: translateY(0.0625em);
    box-shadow: 0.1875em 0.1875em 0.1875em 0.125em rgba(0, 0, 0, 0.538);
}



/* *************************Phone and Contact Buttons ends here*************************** */