/* ===============================
   CONTACT PAGE STYLES
================================= */

.contact-section {
    width: 100%;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
}

.contact-wrapper {
    width: 100%;
    max-width: 900px;
    background: #111;
    border: 1px solid #FFC125;  
    padding: 40px 40px 55px;
    border-radius: 8px;
}

.contact-title {
    text-align: center;
    font-size: clamp(24px, 5vw, 32px);
    color: #FFC125;  
    font-weight: 700;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

.contact-form {
    width: 100%;
}

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

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

.form-label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 600;
}

.input-field,
.textarea-field {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding: 12px 0; 
    font-size: 15px;
    color: #fff;
    outline: none;
    transition: border-color 0.25s ease;
    border-radius: 0;
}

.input-field:focus,
.textarea-field:focus {
    border-bottom-color: #FFC125;
}

.textarea-field {
    min-height: 160px;
    resize: none;
    padding-top: 10px;
}


.textarea-field {
    min-height: 160px;
    resize: none;
}

.form-footer {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-consent {
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 60%;
}

.form-consent span {
    font-size: 13px;
    color: #e4e4e4;
    line-height: 1.4;
}

.checkbox-field input {
    width: 18px;
    height: 18px;
}

.submit-btn {
    background: #FFC125;  
    color: #000;
    padding: 12px 28px;
    border-radius: 10px;
    border: 2px solid transparent;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
    font-size: 14px;
}

.submit-btn:hover {
    transform: translateY(-3px);
    background: transparent;
    color: #fff;
    border-color: #fff;
}


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

@media (max-width: 768px) {
    .contact-section { padding-top: calc(64px + 16px); }
    .form-row {
        flex-direction: column;
    }

    .form-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .form-submit {
        width: 100%;
    }

    .submit-btn {
        width: 100%;
        text-align: center;
        padding: 14px;
        font-size: clamp(13px, 3.6vw, 14px);
    }
    .contact-wrapper { padding: 28px 20px 36px; }
    .form-consent { max-width: 100%; }
    .intro-wrapper { padding-inline: clamp(12px, 4vw, 20px); }
}

/* ===============================
   SITEMAP
================================= */

.map-container {
    width: 100%;
    height: auto;
    margin-top: 25px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}

#contact-map {
    width: 70%;
    height: 500px;
    border-radius: 15px;
    position: relative;
    isolation: isolate;
}

#contact-map iframe {
    width: 100%;
    height: 100%;
    display: block;
    filter: grayscale(1) invert(1) saturate(0.9) hue-rotate(325deg) brightness(0.93) contrast(1.08) !important;
    border-radius: 15px;
}

#contact-map::before,
#contact-map::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 15px;
}

#contact-map::before {
    background: #1A1818;
    mix-blend-mode: multiply;
    opacity: 0.85;
}

#contact-map::after {
    background: #FFC125;
    mix-blend-mode: color;
    opacity: 0.18;
}

.map-container iframe {
    filter: grayscale(1) invert(1) saturate(0.9) hue-rotate(325deg) brightness(0.93) contrast(1.08) !important;
}

@media (max-width: 768px) {
    #contact-map {
        width: 100%;
        height: 420px;
    }
}

/* ===============================
   CONTACT INTRO SECTION
================================= */

.contact-intro {
    width: 100%;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.intro-wrapper {
    max-width: 900px;
    width: 100%;
    text-align: center;
}

.intro-title { 
  font-family: 'Manrope', system-ui, -apple-system, Segoe UI, Roboto, sans-serif !important;
  font-size: clamp(1.8rem, 3vw, 2.8rem) !important;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 150px;
  color: #FFC125;
}


.intro-text {
  margin: 24px auto 38px;
  max-width: 820px;
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.95;
  text-align: center;
  color: #d8d8d8
}

.intro-icons-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 20px;
}

.intro-icon-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 220px;
}

.intro-icon {
    width: 42px;
    height: auto;
    margin-bottom: 15px;
}

.intro-icon-text {
    color: #e4e4e4;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
}

@media (max-width: 768px) {
    .intro-icons-row {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .intro-icon-col { margin-inline: auto; }
    .intro-icon {
        width: 38px;
    }
}

/* ===============================
   CONTACT PAGE LAYOUT (2 columns)
================================= */

.contact-page {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 40px 20px;
}

.contact-left {
    width: 100%;
    max-width: 420px;
    background: #111;
    border: 1px solid #FFC125;  
    padding: 40px 35px 50px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}


.cl-title {
    color: #FFC125;  
    font-size: clamp(24px, 4vw, 30px);
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.cl-subtitle {
    color: #e4e4e4;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 32px;
    opacity: .9;
}


.cl-items {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.cl-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.cl-icon {
    width: 38px;
    height: auto;
}

.cl-text {
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    max-width: 260px;
}

.contact-right {
    width: 100%;
    max-width: 900px;
}

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

@media (max-width: 960px) {
    .contact-page {
        flex-direction: column;
        align-items: center;
    }

    .contact-left,
    .contact-right {
        max-width: 100%;
    }
}
