.contact-hero { position: relative; min-height: 430px; display: flex; align-items: center; overflow: hidden; background-position: center; background-size: cover; }
.contact-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,11,32,.9), rgba(5,11,32,.58)); }
.contact-hero > .container { position: relative; z-index: 1; }
.contact-hero-content { width: 100%; max-width: 780px; margin: auto; padding: 80px 0; text-align: center; }
.contact-hero-content > span, .contact-section-heading > span, .contact-hours > span, .contact-form-wrap > span, .contact-map-heading > div > span { color: #FBAF3B; font-size: 13px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.contact-hero h1 { margin: 12px 0 16px; color: #fff; font-size: 52px; line-height: 1.15; }
.contact-hero p { max-width: 680px; margin: auto; color: rgba(255,255,255,.8); font-size: 17px; line-height: 1.7; }
.contact-breadcrumb { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 24px; }
.contact-breadcrumb a, .contact-breadcrumb span { color: #fff; font-weight: 600; }
.contact-breadcrumb i { color: #FBAF3B; }
.contact-section-heading { max-width: 720px; margin: auto; }
.contact-section-heading h2 { margin: 10px 0 12px; font-size: 40px; }
.contact-section-heading h2 em { color: #FBAF3B; font-style: normal; }
.contact-section-heading p { color: #68707c; font-size: 16px; }
.contact-info-card { display: flex; flex-direction: column; height: 100%; padding: 28px; border: 1px solid #e7e8eb; border-radius: 14px; background: #fff; transition: .25s ease; }
.contact-info-card:hover { border-color: #FBAF3B; transform: translateY(-5px); box-shadow: 0 15px 40px rgba(13,18,28,.08); }
.contact-info-card .icon { display: grid; place-items: center; width: 55px; height: 55px; border-radius: 50%; background: rgba(251,175,59,.1); color: #FBAF3B; font-size: 21px; }
.contact-info-card .icon.whatsapp { background: rgba(37,211,102,.12); color: #25d366; }
.contact-info-card h3 { margin: 20px 0 9px; font-size: 20px; }
.contact-info-card p { flex: 1; margin-bottom: 18px; color: #68707c; font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; }
.contact-info-card a { color: #FBAF3B; font-size: 14px; font-weight: 700; overflow-wrap: anywhere; }
.contact-main-section { background: #f5f6f8; }
.contact-main-card { overflow: hidden; border-radius: 20px; background: #fff; box-shadow: 0 18px 55px rgba(13,18,28,.09); }
.contact-hours { height: 100%; padding: 52px 42px; background: #1D3159; color: #fff; }
.contact-hours h2 { margin: 10px 0 15px; color: #fff; font-size: 34px; }
.contact-hours > p { color: rgba(255,255,255,.68); line-height: 1.7; }
.contact-hours ul { display: grid; gap: 0; margin: 30px 0; padding: 0; list-style: none; }
.contact-hours li { display: flex; justify-content: space-between; gap: 15px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.75); }
.contact-hours li strong { color: #fff; text-align: right; }
.contact-hours-call { display: flex; align-items: center; gap: 14px; padding-top: 8px; }
.contact-hours-call > i { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #FBAF3B; }
.contact-hours-call div { display: flex; flex-direction: column; }
.contact-hours-call small { color: rgba(255,255,255,.55); }
.contact-hours-call a { color: #fff; font-weight: 700; }
.contact-form-wrap { padding: 50px; }
.contact-form-wrap h2 { margin: 7px 0 28px; font-size: 32px; }
.contact-page-form label { display: block; margin-bottom: 8px; color: #1D3159; font-size: 13px; font-weight: 600; }
.contact-page-form input, .contact-page-form select, .contact-page-form textarea { width: 100%; border: 1px solid #e1e4e8; border-radius: 8px; background: #f8f9fa; color: #1D3159; font-size: 15px; }
.contact-page-form input, .contact-page-form select { height: 52px; padding: 0 15px; }
.contact-select-wrap { position: relative; min-height: 52px; border-radius: 8px; }
.contact-select-wrap > i { position: absolute; top: 50%; left: 16px; z-index: 2; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 7px; background: rgba(251,175,59,.13); color: #FBAF3B; font-size: 13px; transform: translateY(-50%); pointer-events: none; }
.contact-select-wrap::after { content: '\f107'; position: absolute; top: 50%; right: 16px; z-index: 2; color: #1D3159; font-family: "Font Awesome 6 Pro"; font-size: 14px; font-weight: 900; transform: translateY(-50%); pointer-events: none; }
.contact-select-wrap select { height: 52px; padding: 0 44px 0 54px; border-color: #dfe3e8; background: #f8f9fa; cursor: pointer; appearance: none; -webkit-appearance: none; transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.contact-select-wrap .nice-select { float: none; width: 100%; height: 52px; padding: 0 44px 0 54px; border: 1px solid #e1e4e8; border-radius: 8px; background: #f8f9fa; color: #1D3159; font-size: 15px; line-height: 50px; box-shadow: none; }
.contact-select-wrap .nice-select::after { display: none; }
.contact-select-wrap .nice-select .current { display: block; overflow: hidden; color: #1D3159; text-overflow: ellipsis; white-space: nowrap; }
.contact-select-wrap .nice-select .list { top: calc(100% + 7px); max-height: 250px; margin: 0; overflow-y: auto; border: 1px solid #e1e4e8; border-radius: 8px; box-shadow: 0 12px 30px rgba(13,18,28,.12); }
.contact-select-wrap .nice-select .option { min-height: 42px; padding: 0 16px; line-height: 42px; }
.contact-select-wrap .nice-select .option:hover,
.contact-select-wrap .nice-select .option.focus,
.contact-select-wrap .nice-select .option.selected.focus { background: rgba(251,175,59,.12); color: #1D3159; }
.contact-select-wrap:focus-within select,
.contact-select-wrap .nice-select:focus,
.contact-select-wrap .nice-select.open { border-color: #FBAF3B; background: #fff; box-shadow: 0 0 0 3px rgba(251,175,59,.12); }
.contact-select-wrap:focus-within::after { color: #FBAF3B; }
.contact-page-form textarea { min-height: 115px; padding: 14px 15px; resize: vertical; }
.contact-page-form input:focus, .contact-page-form select:focus, .contact-page-form textarea:focus { border-color: #FBAF3B; background: #fff; outline: 0; }
.contact-submit-row { display: flex; justify-content: flex-end; }
.contact-submit-row button { display: inline-flex; align-items: center; gap: 10px; width: auto !important; padding: 13px 22px; border: 0; border-radius: 30px; background: #FBAF3B; color: #fff; font-weight: 600; transition: .25s ease; }
.contact-submit-row button:hover { background: #1D3159; }
.contact-map-section { padding: 50px 0 100px; }
.contact-map-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 25px; }
.contact-map-heading h2 { margin: 7px 0 0; font-size: 34px; }
.contact-map-heading > a { color: #FBAF3B; font-weight: 700; }
.contact-map-wrap { overflow: hidden; height: 480px; border-radius: 18px; box-shadow: 0 15px 45px rgba(13,18,28,.1); }
.contact-map-wrap iframe { width: 100%; height: 100%; border: 0; }

@media (max-width: 991px) {
    .contact-hours, .contact-form-wrap { padding: 42px 35px; }
    .contact-map-wrap { height: 420px; }
}

@media (max-width: 767px) {
    .contact-hero { min-height: 340px; }
    .contact-hero-content { padding: 60px 0; }
    .contact-hero h1 { font-size: 35px; }
    .contact-hero p { padding: 0 8px; font-size: 16px; }
    .contact-section-heading h2 { font-size: 31px; }
    .contact-hours, .contact-form-wrap { padding: 34px 22px; }
    .contact-hours h2, .contact-form-wrap h2 { font-size: 28px; }
    .contact-hours li { align-items: flex-start; flex-direction: column; gap: 4px; }
    .contact-hours li strong { text-align: left; }
    .contact-map-heading { align-items: center; flex-direction: column; text-align: center; }
    .contact-map-heading > div { width: 100%; text-align: center; }
    .contact-map-heading > div > span { margin-right: auto; margin-left: auto; }
    .contact-map-heading > a { justify-content: center; width: 100%; text-align: center; }
    .contact-map-heading h2 { font-size: 28px; }
    .contact-map-wrap { height: 360px; border-radius: 12px; }
    .contact-map-section { padding: 55px 0 70px; }
    .contact-select-wrap .nice-select .list { right: 0; left: 0; width: 100%; max-height: 220px; }
    .contact-select-wrap .nice-select .option { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}
