
/* Font Face */
@font-face {
    font-family: ABeeZee;
    src: url(libraries/fonts/ABeeZee-Regular.otf);
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* body {
    font-family: 'Playfair Display', sans-serif;
    font-size: 15px;
    background-color: #f5f5f5;
    font-weight: 400;
} */

body, p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

h2 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 21px;
    color: #131744;
    font-weight: 600;
    line-height: 38px !important;
}

h3 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    color: #131744;
    font-weight: 600;
    line-height: 38px !important;
}

label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

/* Variables */
:root {
    --primary-color: #58C7CD;
    --secondary-color: #131744;
    --white-color: #FFFFFF;
    --black-color: #000000;
}

/* Container */
.container-fluid {
    padding: 40px 20px !important;
    max-width: 1170px;
    width: 100%;
}

/* Site Content */
.site-content .ast-container {
    padding: 40px 0px;
}

/* Elementor Nav Menu */
.elementor-nav-menu a, .elementor-nav-menu li {
    position: relative;
    color: #ffffff;
}

/* Jumbotron */
.jumbotron {
    max-width: 1170px !important;
    width: 100% !important;
    margin: auto;
    background-color: var(--white-color);
    padding-right: 15px;
    padding-left: 15px;
}

/* Survey Button */
.survey_button {
    display: inline-block;
    padding: 5px 40px;
    max-width: 350px;
    width: 100% !important;
    border: 2px solid var(--primary-color);
    font-size: 32px;
    color: var(--black-color);
    background-color: var(--white-color);
}

.survey_button:hover {
    color: var(--black-color);
    text-decoration: none;
}

/* Buttons */
.finish, .finish:hover, .add-area, .add-area:hover {
    border-style: solid;
    border-width: 2px;
    border-radius: 3px;
    color: var(--black-color);
    background-color: var(--white-color);
}

.finish, .finish:hover {
    border-color: var(--secondary-color);
}

.add-area, .add-area:hover .add-area:focus {
    border-color: var(--primary-color);
}

/* Remove bootstrap outline */
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    /* color: #fff;
    background-color: #131744;
    border-color: #131744; */
    color: #fff;
    background-color: #131744;
    border-color: #131744;
}

/* Layout */
.row {
    max-width: 1170px !important;
    width: 100% !important;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.panel {
    max-width: 1170px !important;
    width: 100% !important;
}

.panel-heading {
    padding: 0px !important;
}

.panel-title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 21px;
    color: #131744;
    font-weight: 600;
    line-height: 38px !important;
}

.panel-group .panel {
    margin-bottom: 30px;
    border-radius: 4px;
}

a:focus, a:hover {
    text-decoration: none;
}

.fa-lg {
    font-size: 15px;
    position: relative;
    top: -3px; /* Moves the icon 10px upwards */
}

/* Fill in Form */
.form-control {
    color: #000000;
}

.sections {
    padding-left: 15px;
}

.submit-left {
    float: left !important;
    width: 187px !important;
}

.submit-right {
    float: right !important;
    width: 95px !important;
}

.question {
    max-width: 550px;
    min-width: 200px;
    width: 100%;
    padding-bottom: 0px !important;
}

.answer {
    width: 100px;
    padding-bottom: 3px !important;
}

/* Buttons */
.btn {
    border-radius: 0px !important;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--white-color);
}

.btn-primary:hover {
    background-color: var(--white-color);
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-primary.active {
    background-color: #131744 !important;
    border-color: var(--white-color) !important;
    color: var(--white-color) !important;
}

/* .btn-email-report {
    display: inline-block;
    max-width: 250px;
    height: 40px;
    width: 100% !important;
    border: 2px solid var(--primary-color);
    font-size: 20px;
    color: var(--black-color);
    background-color: var(--white-color);
    margin-left: 15px;
    margin-right: 15px;
} */

.btn-email-report {
    background-color: #131744 !important;
    border-color: var(--white-color) !important;
    color: var(--white-color) !important;
    width: 187px !important;
    display: inline-block;
    padding: 6px 12px;
    margin-left: 35px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 40px;
}

.btn-send {
    background-color: #131744 !important;
    border-color: var(--white-color) !important;
    color: var(--white-color) !important;
    width: 187px !important;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 40px;
}

.results {
    width: 100%;
    max-width: 1170px;
    margin: auto;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-logo img {
        width: 120px;
    }

    .footer-social, .footer-contact {
        text-align: center;
    }

    .footer-nav a {
        display: block;
        margin: 5px 0;
    }
}
