/*
Theme Name: Flint Base Theme
Author: Flint Group
Author URI: https://flint-group.com
Version: 1.0
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Lato, sans-serif;
    line-height: 1.6;
    /* color: #333; */
}

/* Hero Section */
.hero {
    background: linear-gradient(0deg, rgba(0, 64, 102, 0.75) 0%, rgba(0, 64, 102, 0.75) 100%), url('img/hero.png') lightgray 50% / cover no-repeat;

    /* background: linear-gradient(rgba(20, 60, 80, 0.7), rgba(20, 60, 80, 0.7)), 
                url('hero.png'); */
    background-size: cover;
    background-position: center;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FCFDFF;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(100, 200, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(100, 200, 255, 0.1) 0%, transparent 50%);
}

.hero-logo {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
}

.hero-logo::before {
    /* content: '⊛';
    font-size: 30px; */
}

.hero-content {
    z-index: 1;
}

.hero h1 {
    color: #FCFDFF;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.hero h2 {
    color: #FCFDFF;
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    line-height: normal;
}

.hero .hero-body {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 1.4;
    max-width: 620px;
    margin: 0 auto 40px auto;
    text-align: center;
}

.btn-primary {
    background: #5FD68A;
    color: #1E1E1E;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease;
}

.btn-primary:hover {
    background: #4ec578;
    color: #FCFDFF;
}

.btn-secondary {
    background: transparent;
    color: #1E1E1E;
    border: 2px solid #05934A;
    padding: 10px 28px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #05934A;
    color: #FCFDFF;
}

/* Section Styling */
.section {
    padding: 80px 20px;

    color: #1E1E1E;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 129.412% */
    letter-spacing: 0.34px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Why It Matters Section */
.why-matters {
    background: #f8f9fa;
}

.section-label {
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.two-column {
    display: flex;
    gap: 60px;
    align-items: center;
}

.column {
    flex: 1;
}

.section-title {

    color: #1E1E1E;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 30px;
}

.section-text {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 129.412% */
    letter-spacing: 0.34px;
    margin-bottom: 20px;
}

.image-placeholder {
    width: 100%;
    height: 300px;

    /* background: linear-gradient(rgba(20, 60, 80, 0.7), rgba(20, 60, 80, 0.7)), url('ab424a82fc659354a6f53cd93f16cb7602d08f8d.png'); */
    background: url('img/BMO_Centre.jpg');
    background-size: cover;
    background-position: center;
    /* Optional: centers the image */
    background-repeat: no-repeat;
    /* Optional: prevents repeating */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FCFDFF;
    font-size: 14px;
}

/* Looking Ahead Section */
.looking-ahead {
    background: #FCFDFF;
}

.expectations-grid {
    display: flex;
    gap: 80px;
    margin-top: 40px;
}

.expectations-content {
    flex: 1;
}

.expectations-list {
    flex: 1;
}

.expectation-item {
    margin-bottom: 26px;
}

.expectation-title {
    color: #1E1E1E;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 129.412% */
    letter-spacing: 0.34px;

    margin-bottom: 4px;
}

.expectation-text {
    color: #1E1E1E;
    font-family: Lato;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 129.412% */
    letter-spacing: 0.34px;
}

/* Shared Values Section */
.shared-values {
    background: #0a2540;
    color: #FCFDFF;
    text-align: center;
}

.shared-values .section-title {
    color: #FCFDFF;
    margin-bottom: 15px;
}

.shared-values .section-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 50px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.value-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 40px 30px;
    transition: transform 0.3s ease, background 0.3s ease;
    text-align: left;
}

.value-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
}

.value-icon {
    width: 72px;
    height: 72px;
    background: #FCFDFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
}

.value-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #FCFDFF;
}

.value-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

/* Contact Form Section */
.contact-section {
    background: #f8f9fa;
    text-align: center;
}

.contact-section .section-title {
    margin-bottom: 10px;
}

.contact-section .section-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}

.contact-section .section-footer {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
    display: block;
    width: 100%;
    max-width: 600px;
    /* keep your limit if you want the line-length */
    margin: 0 auto;
    /* horizontally center the block itself */
    text-align: center;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    text-align: left;
}

.form-group.full-width {
    width: 100%;
}

.form-label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

.form-label .required {
    color: #e74c3c;
}

.form-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
}

.form-input:focus {
    outline: none;
    border-color: #5FD68A;
}

textarea.form-input {
    min-height: 120px;
    resize: vertical;
}

.submit-btn {
    margin-top: 30px;
}

/* Footer */
.footer {
    background: #0a2540;
    color: #FCFDFF;
    padding: 40px 20px;
    text-align: center;
}

.footer-logo {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer-logo::before {
    /* content: '⊛';
    font-size: 30px; */
}

.footer-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.footer-text a {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: 0.32px;
    text-decoration: none;
}

.footer-text a:hover {
    color: #ddd;
    text-decoration: underline;
}

.wp-block-heading {
    margin: 26px 0 10px 0;
}

.footer-social {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin: 25px 0;
}

.social-circle {
    width: 42px;
    height: 42px;
    background: #fff;
    /* white circle */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-circle i {
    font-size: 20px;
    color: #0a2540;
    transition: opacity 0.2s ease-in-out;
}

.social-circle:hover i {
    opacity: 0.7;
}


/* Gravity Form Styling - eKonomics Style */

/* Form Wrapper */
#gform_wrapper_3 {
    max-width: 600px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* Form Heading */
#gform_wrapper_3 .gform_heading {
    display: none;
    text-align: center;
    margin-bottom: 40px;
}

#gform_wrapper_3 .gform_title {
    font-size: 36px;
    font-weight: 300;
    color: #2c3e50;
    margin-bottom: 10px;
}

#gform_wrapper_3 .gform_description {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* Form Fields Container */
#gform_wrapper_3 .gform_body {
    margin-bottom: 0px;
}

#gform_wrapper_3 .gform_fields {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Individual Field Styling */
#gform_wrapper_3 .gfield {
    margin-bottom: 20px;
    text-align: left;
}

/* Field Labels */
#gform_wrapper_3 .gfield_label,
#gform_wrapper_3 .gform-field-label {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
}

/* Required Indicator */
#gform_wrapper_3 .gfield_required {
    color: #e74c3c;
    margin-left: 3px;
}

#gform_wrapper_3 .gfield_required_text {
    font-size: 12px;
}

/* Name Field Grid */
#gform_wrapper_3 .ginput_container--name {
    display: flex;
    gap: 20px;
}

#gform_wrapper_3 .name_first,
#gform_wrapper_3 .name_last {
    flex: 1;
}

/* Sub Labels (First, Last) */
#gform_wrapper_3 .gform-field-label--type-sub {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
}

/* All Input Fields */
#gform_wrapper_3 input[type="text"],
#gform_wrapper_3 input[type="email"],
#gform_wrapper_3 input[type="tel"],
#gform_wrapper_3 textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

#gform_wrapper_3 input[type="text"]:focus,
#gform_wrapper_3 input[type="email"]:focus,
#gform_wrapper_3 input[type="tel"]:focus,
#gform_wrapper_3 textarea:focus {
    outline: none;
    border-color: #5FD68A;
}

/* Textarea Specific */
#gform_wrapper_3 textarea {
    min-height: 120px;
    resize: vertical;
}

/* Field Description */
#gform_wrapper_3 .gfield_description {
    font-size: 13px;
    color: #999;
    margin-bottom: 8px;
    line-height: 1.5;
}

/* Remove Default Fieldset Styling */
#gform_wrapper_3 fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

#gform_wrapper_3 legend {
    padding: 0;
    margin-bottom: 8px;
}

/* Footer / Submit Button */
#gform_wrapper_3 .gform_footer {
    text-align: center;
    margin-top: 0px;
}

#gform_wrapper_3 .gform_footer .button,
#gform_wrapper_3 #gform_submit_button_3 {
    margin: 0 auto;
    background: #5FD68A;
    color: 1E1E1E;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease;
}

#gform_wrapper_3 .gform_footer .button:hover,
#gform_wrapper_3 #gform_submit_button_3:hover {
    background: #4ec578;
    color: #FCFDFF;
}




/* Remove Default Gravity Forms Styling */
#gform_wrapper_3.gform_wrapper {
    margin: 0;
    padding: 0;
}

/* Validation Error Styling (Optional) */
#gform_wrapper_3 .gfield_error {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 20px;
}

#gform_wrapper_3 .gfield_error input,
#gform_wrapper_3 .gfield_error textarea {
    border-color: #e74c3c;
}

#gform_wrapper_3 .validation_message {
    font-size: 13px;
    color: #e74c3c;
    margin-top: 5px;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0px !important;
}

.react-spectrum-RichTextEditor-text-bold {
    display: inline-block;
    margin: 20px 0 0 0;
}

/* footer Logo addition */
.footer-logos {
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
}

.footer-logos-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    /* space between logos */
    flex-wrap: wrap;
    /* ensures it wraps on small screens */
}

.footer-logos img {
    max-height: 117px;
    width: auto;
    height: 59px;
    object-fit: contain;
}

/* Responsive Design */
@media (max-width: 768px) {
    #gform_wrapper_3 .ginput_container--name {
        flex-direction: column;
        gap: 20px;
    }

    #gform_wrapper_3 .gform_title {
        font-size: 28px;
    }
}

/* END Gravity Form Styling - eKonomics Style */

/* Responsive Design */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 32px;
    }

    .hero h2 {
        font-size: 28px;
    }

    .two-column,
    .expectations-grid {
        flex-direction: column;
        gap: 40px;
    }

    .two-column {
        display: inline-block;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        flex-direction: column;
    }

    .section-title {
        font-size: 28px;
    }

    .section {
        padding: 50px 20px;
    }



}