/* =========================================
   CONTACT HERO
========================================= */

.contact-hero {
    min-height: 340px;

    padding: 70px 6%;

    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #071e33;

    text-align: center;
}

.contact-hero-content {
    max-width: 750px;
}

.contact-hero h1 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(45px, 6vw, 68px);

    line-height: 1.1;

    font-weight: 800;
}

.contact-hero h1 span {
    color: #dfa12d;
}

.contact-hero p {
    margin: 22px auto 0;

    max-width: 650px;

    color: #d4dee7;

    font-size: 17px;

    line-height: 1.7;
}


/* =========================================
   CONTACT MAIN SECTION
========================================= */

.contact-section {
    padding: 85px 6%;

    background: #f6f8fa;

    box-sizing: border-box;
}

.contact-container {
    width: 100%;

    max-width: 1150px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    gap: 35px;

    align-items: stretch;
}


/* =========================================
   CONTACT INFORMATION
========================================= */

.contact-info {
    padding: 40px;

    box-sizing: border-box;

    background: #071e33;

    border-radius: 16px;

    color: #ffffff;
}

.contact-info h2 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 31px;

    font-weight: 700;
}

.contact-info > p {
    margin: 0 0 32px;

    color: #c7d3dd;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================
   CONTACT ITEMS
========================================= */

.contact-item {
    display: flex;

    align-items: flex-start;

    gap: 15px;

    margin-bottom: 24px;
}

.contact-icon {
    width: 46px;
    height: 46px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff3d8;

    color: #dfa12d;

    border-radius: 9px;

    font-size: 17px;
}

.contact-item h3 {
    margin: 0 0 5px;

    color: #ffffff;

    font-size: 16px;
}

.contact-item p {
    margin: 0;

    color: #c7d3dd;

    font-size: 14px;

    line-height: 1.5;
}

.contact-item a {
    color: #c7d3dd;

    text-decoration: none;

    transition: color 0.2s ease;
}

.contact-item a:hover {
    color: #dfa12d;
}


/* =========================================
   CONTACT FORM CARD
========================================= */

.contact-form-card {
    padding: 40px;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #e1e6eb;

    border-radius: 16px;

    box-shadow: 0 10px 30px rgba(7, 30, 51, 0.07);
}

.contact-form-card h2 {
    margin: 0 0 8px;

    color: #071e33;

    font-size: 30px;

    font-weight: 700;
}

.contact-form-description {
    margin: 0 0 28px;

    color: #667585;

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================
   FORM
========================================= */

.contact-form {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 18px;
}

.contact-form-group {
    display: flex;

    flex-direction: column;

    gap: 7px;
}

.contact-form-group.full-width {
    grid-column: 1 / -1;
}

.contact-form-group label {
    color: #071e33;

    font-size: 13px;

    font-weight: 600;
}

.contact-form-group input,
.contact-form-group textarea {
    width: 100%;

    box-sizing: border-box;

    padding: 13px 14px;

    border: 1px solid #d7dfe6;

    border-radius: 7px;

    background: #f9fafb;

    color: #071e33;

    font-family: inherit;

    font-size: 14px;

    outline: none;

    transition: 0.2s ease;
}

.contact-form-group textarea {
    min-height: 135px;

    resize: vertical;
}

.contact-form-group input::placeholder,
.contact-form-group textarea::placeholder {
    color: #9aa7b3;
}

.contact-form-group input:focus,
.contact-form-group textarea:focus {
    background: #ffffff;

    border-color: #dfa12d;

    box-shadow: 0 0 0 3px rgba(223, 161, 45, 0.12);
}


/* =========================================
   SEND BUTTON
========================================= */

.contact-submit {
    grid-column: 1 / -1;

    min-height: 52px;

    margin-top: 3px;

    border: none;

    border-radius: 7px;

    background: #dfa12d;

    color: #ffffff;

    font-family: inherit;

    font-size: 15px;

    font-weight: 700;

    cursor: pointer;

    transition: all 0.25s ease;
}

.contact-submit:hover {
    background: #071e33;

    transform: translateY(-2px);
}


/* =========================================
   BOTTOM SECTION
========================================= */

.contact-bottom {
    padding: 70px 6%;

    box-sizing: border-box;

    background: #ffffff;

    text-align: center;
}

.contact-bottom h2 {
    margin: 0 0 12px;

    color: #071e33;

    font-size: 35px;

    font-weight: 800;
}

.contact-bottom p {
    max-width: 650px;

    margin: 0 auto;

    color: #667585;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================
   FOOTER
========================================= */

.site-footer {
   background: #102a43;
    color: #ffffff;
    margin-top: 0;
}


/* MAIN FOOTER */

.footer-container {
    max-width: 1200px;
    margin: auto;
    padding: 70px 30px 60px;

    display: grid;
    grid-template-columns:
        2fr
        1fr
        1.3fr
        1.5fr;

    gap: 50px;
}


/* BRAND */

.footer-logo {
    font-size: 30px;
    margin-bottom: 18px;
    font-weight: 700;
}

.footer-logo span {
    color: #f4a261;
}

.footer-brand p {
    max-width: 330px;

    line-height: 1.8;
    font-size: 14px;

    color: #cbd5e1;
}


/* SOCIAL ICONS */

.footer-socials {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.footer-socials a {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;

    color: #ffffff;

    text-decoration: none;

    transition: 0.3s;
}

.footer-socials a:hover {
    background: #f4a261;
    border-color: #f4a261;

    transform: translateY(-3px);
}


/* COLUMN HEADINGS */

.footer-column h3 {
    font-size: 17px;
    margin-bottom: 22px;

    position: relative;
}

.footer-column h3::after {
    content: "";

    display: block;

    width: 35px;
    height: 2px;

    background: #f4a261;

    margin-top: 9px;
}


/* LINKS */

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #cbd5e1;
    text-decoration: none;

    font-size: 14px;

    transition: 0.3s;
}

.footer-column ul li a:hover {
    color: #f4a261;
    padding-left: 5px;
}


/* CONTACT */

.footer-contact-item {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin-bottom: 18px;

    color: #cbd5e1;

    font-size: 14px;

    line-height: 1.6;
}

.footer-contact-item i {
    color: #f4a261;

    margin-top: 4px;

    min-width: 16px;
}

.footer-contact-item a {
    color: #cbd5e1;
    text-decoration: none;

    transition: 0.3s;
}

.footer-contact-item a:hover {
    color: #f4a261;
}


/* BOTTOM */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom-container {
    max-width: 1200px;

    margin: auto;

    padding: 20px 30px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.footer-bottom p {
    margin: 0;

    color: #94a3b8;

    font-size: 13px;
}

.footer-bottom-links {
    display: flex;
    gap: 25px;
}

.footer-bottom-links a {
    color: #94a3b8;

    text-decoration: none;

    font-size: 13px;

    transition: 0.3s;
}

.footer-bottom-links a:hover {
    color: #f4a261;
}


/* =========================================
   RESPONSIVE FOOTER
========================================= */

@media (max-width: 900px) {

    .footer-container {
        grid-template-columns:
            1fr 1fr;

        gap: 40px;
    }

}


@media (max-width: 600px) {

    .footer-container {
        grid-template-columns: 1fr;

        padding: 50px 25px 40px;

        gap: 35px;
    }


    .footer-brand p {
        max-width: 100%;
    }


    .footer-bottom-container {
        flex-direction: column;

        text-align: center;

        padding: 20px;
    }


    .footer-bottom-links {
        flex-direction: column;

        gap: 10px;
    }

}


/* =========================================
   FINAL CTA SECTION
========================================= */

.contact-help-section {
    margin-top: 0;
     margin-bottom: 0;


    padding: 90px 30px;

    background: #102a43;

    text-align: center;

    position: relative;

    overflow: hidden;
}

.contact-help-section + .site-footer {
    margin-top: 0;
}


/* Decorative circles */

.contact-help-section::before {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    border-radius: 50%;

    border: 1px solid rgba(255, 255, 255, 0.08);

    top: -150px;
    left: -100px;
}


.contact-help-section::after {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    border-radius: 50%;

    border: 1px solid rgba(255, 255, 255, 0.08);

    bottom: -200px;
    right: -100px;
}


/* Content */

.contact-help-content {
    max-width: 750px;

    margin: auto;

    position: relative;

    z-index: 1;
}


/* Small heading */

.contact-help-content .section-tag {
    color: #f4a261;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 2px;
}


/* Main heading */

.contact-help-content h2 {
    margin: 15px 0;

    color: #ffffff;

    font-size: 42px;

    font-weight: 700;
}


/* Paragraph */

.contact-help-content p {
    max-width: 650px;

    margin: 0 auto 30px;

    color: #d9e2ec;

    font-size: 16px;

    line-height: 1.8;
}


/* Button */

.contact-help-button {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 14px 28px;

    background: #f4a261;

    color: #102a43;

    text-decoration: none;

    font-weight: 600;

    border-radius: 6px;

    transition: 0.3s;
}


.contact-help-button:hover {
    transform: translateY(-3px);

    background: #ffffff;

    color: #102a43;
}


.contact-help-button i {
    transition: 0.3s;
}


.contact-help-button:hover i {
    transform: translateX(4px);
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 600px) {

    .contact-help-section {
        padding: 70px 25px;
    }

    .contact-help-content h2 {
        font-size: 32px;
    }

    .contact-help-content p {
        font-size: 14px;
    }

}



/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .contact-section {
        padding: 70px 5%;
    }

    .contact-container {
        grid-template-columns: 1fr;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .contact-hero {
        min-height: 300px;

        padding: 60px 6%;
    }

    .contact-hero h1 {
        font-size: 44px;
    }

    .contact-hero p {
        font-size: 15px;
    }

    .contact-section {
        padding: 55px 5%;
    }

    .contact-info,
    .contact-form-card {
        padding: 28px 22px;
    }

    .contact-info h2,
    .contact-form-card h2 {
        font-size: 27px;
    }

    .contact-form {
        grid-template-columns: 1fr;
    }

    .contact-form-group.full-width {
        grid-column: auto;
    }

    .contact-submit {
        grid-column: auto;
    }

    .contact-bottom {
        padding: 55px 5%;
    }

    .contact-bottom h2 {
        font-size: 30px;
    }
}