/*!
Theme Name: MOMC
Theme URI: 
Author: Source Code Web Team
Author URI: https://www.sourcecode.com.mm/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: momc
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    /* =========================
       Primary Colors
    ========================= */
    --primary: #1AA44A;
    --primary-dark: #158a3c;
    --primary-light: #E8F6ED;

    /* =========================
       Neutral Colors
    ========================= */
    --color-900: #0A0D14;
    --color-500: #525866;
    --color-400: #868C98;
    --color-300: #CDD0D5;
    --color-200: #E2E4E9;
    --color-white: #FFFFFF;

    /* =========================
       Backgrounds
    ========================= */
    --bg: #F6F8FA;
    --bg-white: #ffffff;

    /* =========================
       Brand Colors
    ========================= */
    --royal: #1AA44A;
    --royal-light: #E8F6ED;
    --hikari: #0382E3;
    --hikari-light: #EBF1FF;
    --regen: #E2D106;
    --regen-light: #FEF7EC;

    /* =========================
       Border Radius
    ========================= */
    --radius-sm: 16px;
    --radius-md: 24px;
    --radius-full: 9999px;

    /* =========================
       Layout
    ========================= */
    --top: 16px;
    --max: 1224px;

    /* =========================
       Motion
    ========================= */
    --ease: cubic-bezier(0.22, 1, 0.36, 1);

    /* =========================
       Fluid Spacing
    ========================= */
    --space-y: clamp(2.5rem, 2rem + 2.2vw, 5rem);
    --space-x: clamp(1.25rem, 1rem + 2vw, 2.5rem);

    /* =========================
       Elevation / Shadows
    ========================= */
    --shadow-card:
        0px 16px 32px -12px #585C5F1A;

    --shadow-card-hover:
        0 26px 56px -18px rgba(35, 43, 69, 0.22),
        0 6px 14px rgba(35, 43, 69, 0.07);
}

body {
    font-family: 'Instrument Sans', sans-serif;
    color: var(--color-500);
    background: var(--bg);
    font-size: 15px;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    display: block;
    max-width: 100%;
}

h1 {
    font-weight: 700;
    font-style: normal;
     font-size: clamp(56px, 6.67vw, 96px);
    line-height: 100%;
    letter-spacing: -1%;
}

h2 {
    font-weight: 600;
    font-style: normal;
     font-size: clamp(28px, 2.78vw, 40px);
    line-height: 48px;
    letter-spacing: -1%;
}

h3 {
    font-weight: 600;
    font-style: normal;
    font-size: clamp(1.75rem, 1.25rem + 1vw, 2.25rem);
    line-height: 40px;
    letter-spacing: 0%;
}

p {
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1.5%;
}

/* ── NAV ── */

.nav-wrap {
    background: transparent;
    position: fixed;
    top: var(--top);
    left: 16px;
    right: 16px;
    max-width: 1224px;
    width: calc(100% - 120px);
    margin-inline: auto;
    z-index: 100;
}

nav {
    max-width: var(--max);
    margin: 0 auto;
    padding: 16px 48px;
    height: 92px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--bg-white);
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .10);
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.logo-img {
    width: 70px;
    height: 60px;
}

.logo,
.logo:focus,
.logo:active {
    outline: none;
    border: none;
    box-shadow: none;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

.nav-links a,
.nav-links .dropdown>span {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: var(--color-900);
    line-height: 24px;
    letter-spacing: -1.1%;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    transition: background .15s, color .15s;
}

.nav-links a:hover,
.nav-links .dropdown:hover>span {
    background: var(--primary-light);
    color: var(--primary);
}

.nav-links a.active {
    color: var(--primary);
    font-weight: 600;
}

.dropdown {
    position: relative;
}

.dropdown>span svg {
    transition: transform .2s;
}

.dropdown:hover>span svg {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    padding-top: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s;
    text-align: center;
}

/* Bridge: fills the gap so mouse can travel from trigger to menu */
.dropdown-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
}

.dropdown-menu-inner {
    background: var(--bg-white);
    border-radius: var(--radius-sm);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
    padding: 8px 0;
    min-width: 120px;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
}

.dropdown-menu a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    transition: background .12s, color .12s;
}

.dropdown-menu a:hover {
    background: var(--primary-light);
    color: var(--primary);
}

/* Language dropdown */
.lang-dropdown {
    position: relative;
    flex-shrink: 0;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border: 1.5px solid var(--color-200);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    background: var(--bg-white);
    transition: border-color .15s;
    white-space: nowrap;
    color: var(--color-500);
}

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

.flag {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
}

.flag img {
    width: 100%  !important;
    height: 100%  !important;
    object-fit: cover;
    transform: scale(1.5);
}

.lang-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: var(--bg-white);
    border-radius: var(--radius-sm);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
    padding: 6px 0;
    min-width: 140px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s, transform .18s;
    transform: translateY(-6px);
    z-index: 200;
}

.lang-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.lang-menu a {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 9px 16px;
    border: none;
    background: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background .12s;
}

.lang-menu a:hover {
    background: var(--primary-light);
    color: var(--primary);
}

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    padding: 6px;
    margin-left: auto;
    width: 36px;
    height: 36px;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--color-500);
    border-radius: 2px;
    transition: transform .3s ease, opacity .3s ease, top .3s ease;
    transform-origin: center;
}

/* X state */
.hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ── MOBILE PANEL ── */
.mobile-panel {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999;
}

.mobile-panel.open {
    display: block;
}

/* Backdrop */
.mobile-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .3);
    backdrop-filter: blur(2px);
    animation: fadeIn .2s ease;
}

/* Drawer */
.mobile-drawer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(320px, 85vw);
    background: var(--bg-white);
    border-radius: 20px 0 0 20px;
    box-shadow: -8px 0 40px rgba(0, 0, 0, .18);
    animation: slideInRight .25s ease;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

/* Drawer header — matches the nav card height & style */
.mobile-drawer-header {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    border-bottom: 1px solid var(--color-200);
}

.mobile-drawer-header .logo {
    margin-right: auto;
}

.mobile-close-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background .15s;
    flex-shrink: 0;
}

.mobile-close-btn:hover {
    background: #f0f0f0;
}

.mobile-close-btn svg {
    width: 18px;
    height: 18px;
    stroke: var(--color-500);
}

/* Drawer links */
.mobile-drawer-body {
    padding: 12px 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mobile-drawer-body a {
    display: block;
    padding: 11px 16px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    color: var(--color-500);
    transition: background .12s, color .12s;
}

.mobile-drawer-body a:hover,
.mobile-drawer-body a.active {
    background: var(--primary-light);
    color: var(--primary);
}

.mobile-drawer-body a.active {
    font-weight: 600;
}

/* Brands accordion */
.m-accordion-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 16px;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary);
    border-radius: 10px;
    cursor: pointer;
    transition: background .12s;
    user-select: none;
}

.m-accordion-trigger:hover {
    background: var(--primary-light);
}

.m-accordion-trigger svg {
    transition: transform .2s;
    flex-shrink: 0;
}

.m-accordion-trigger.open svg {
    transform: rotate(180deg);
}

.m-accordion-body {
    display: none;
    flex-direction: column;
    gap: 2px;
    padding: 0 0 4px 12px;
}

.m-accordion-body.open {
    display: flex;
}

.m-accordion-body a {
    font-size: 14px;
    color: var(--color-500);
    padding: 9px 16px;
}

.m-accordion-body a:hover {
    color: var(--primary);
    background: var(--primary-light);
}

/* Lang row */
.mobile-lang-row {
    display: flex;
    gap: 8px;
    padding: 12px 16px 4px;
    border-top: 1px solid var(--color-200);
    margin-top: 6px;
}

.mobile-lang-row button {
    flex: 1;
    padding: 9px;
    border: 1.5px solid var(--color-200);
    border-radius: 10px;
    background: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color .15s, background .15s, color .15s;
}

.mobile-lang-row button:hover {
    border-color: var(--primary);
    background: var(--primary-light);
    color: var(--primary);
}

.mobile-lang-row button.active {
    border-color: var(--primary);
    background: var(--primary-light);
    color: var(--primary);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes slideInRight {
    from { transform: translateX(100%); }
    to   { transform: translateX(0); }
}


/* ── WRAPPER ── */
.container {
  max-width: 1224px;
  width: calc(100% - 120px);
  margin-inline: auto;
}

/* ── SECTION ── */
.section-intro {
    margin-bottom: 48px;
}

.section-intro .section-label {
    font-weight: 500;
    color: var(--primary);
}

.section-intro p {
    margin-top: 12px;
}

/* Page sections sit on white */
.intro-section,
.maps-section {
    background: var(--bg-white);
}

/* ── INTRO ── */
.intro-section {
    padding: 56px 0 0;
}

.section-label {
    color: var(--primary);
    margin-bottom: 4px;
}

.section-title {
    color: var(--color-500);
    margin-bottom: 32px;
}

.section-desc {
    color: var(--color-500);
    max-width: 646px;
    margin-bottom: 32px;
    font-weight: 400;
}

/* ── CONTACT GRID ── */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 48px;
    align-items: start;
}

.contact-image {
    overflow: hidden;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contact-image img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-sm);
}

.placeholder-person {
    width: 200px;
    height: 240px;
    background: linear-gradient(180deg, #b8d898 0%, #78b848 100%);
    border-radius: 12px 12px 80px 80px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

/* ── FORM CARD ── */
.form-card {
    background: var(--bg-white);
    border-radius: var(--radius-sm);
    box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
    padding: 32px;
}

.form-card h3 {
    font-family: inherit;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(20px, 3vw, 24px);
    color: var(--color-500);
    line-height: 32px;
    letter-spacing: 0%;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--color-200);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

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

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-family: inherit;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.6%;
    vertical-align: middle;
    color: var(--color-900);
    margin-bottom: 4px;
}

.form-group input,
.form-group textarea {
    border: 1px solid var(--color-200);
    border-radius: var(--radius-sm);
    padding: 24px;
    font-family: inherit;
    font-size: 14px;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
    background: var(--bg-white);
    color: var(--color-500);
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(26, 164, 74, .12);
}

.form-group textarea {
    resize: vertical;
    min-height: 110px;
}

/* Phone field */
.phone-wrap {
    display: flex;
    border: 1.5px solid var(--color-200);
    border-radius: 8px;
    overflow: hidden;
    transition: border-color .15s, box-shadow .15s;
}

.phone-wrap:focus-within {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(26, 164, 74, .12);
}

.phone-prefix {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 12px;
    background: #f9f9f9;
    border-right: 1px solid var(--color-200);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
}

.phone-prefix select {
    border: none;
    background: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
}

.phone-wrap input {
    border: none;
    border-radius: 0;
    flex: 1;
}

.phone-wrap input:focus {
    box-shadow: none;
}

.btn-submit {
    width: 100%;
    padding: 16px;
    background: var(--primary);
    color: var(--color-white);
    border: none;
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    transition: background .18s, transform .15s;
}

.btn-submit:hover {
    background: var(--primary-dark);
    transform: translateY(-1px);
}

.btn-submit:active {
    transform: translateY(0);
}

.btn-submit svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.btn-submit:hover svg {
    transform: translate(4px, -4px);
}

/* ── MAPS ── */
.maps-section {
    padding: 64px 0;
}

.maps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 0;
}

.map-card h3 {
    font-family: inherit;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(24px, 3vw, 40px);
    line-height: 48px;
    letter-spacing: -1%;
    margin-bottom: 32px;
}

.map-meta {
    margin-bottom: 32px;
}

.map-meta p {
    color: var(--color-500);
    margin-bottom: 16px;
}

.map-meta span {
    color: var(--primary);
}

.map-frame {
    border-radius: var(--radius-sm);
    overflow: hidden;
    height: 292px;
}

.map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


/* ── FAQ SECTION ── */
.faq-section {
    margin-bottom: 80px;
}

.faq-list {
    border-top: 1px solid var(--color-200);
}

.faq-item {
    border-bottom: 1px solid var(--color-200);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    font-weight: 500;
    font-size: 24px;
    line-height: 43px;
    letter-spacing: -1.5%;
    color: var(--color-500);
    transition: box-shadow 0.2s, transform 0.2s;
}

.faq-question:hover {
    color: var(--primary);
    box-shadow: 0px 1px 2px 0px #E4E5E73D;
}

.faq-question-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.faq-q-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: var(--color-500);
}

.faq-item:hover .faq-q-icon {
    color: var(--primary);
}

.faq-item.open .faq-q-icon,
.faq-item.open .faq-question-left {
    color: var(--primary);
}


.faq-toggle {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1.5px solid var(--color-300);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
    color: var(--color-400);
}

.faq-item.open .faq-toggle {
    background: var(--primary-light);
    border-color: var(--primary);
    color: var(--primary);
}

.faq-item:hover .faq-toggle {
    color: var(--primary);
    border: 1.5px solid var(--primary);
}

.faq-toggle svg {
    width: 14px;
    height: 14px;
    transition: transform 0.25s;
}

.faq-item.open .faq-toggle svg {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.25s;
}

.faq-item.open .faq-answer {
    max-height: 400px;
    padding-bottom: 20px;
}

.faq-answer-inner {
    padding-left: 34px;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1.5%;
    color: var(--color-400);
}

/* ── FOOTER ── */
footer {
    background: var(--primary-light);
}

.footer-top {
    display: flex;
    justify-content: space-between;
    padding: 48px 0 32px;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 153px 370px;
    gap: 62px;
    margin-left: auto;
    max-width: 883px;
}

.footer-brand .footer-logo {
    width: 183px;
    height: 157px;
}

.footer-col h4 {
    font-family: inherit;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: var(--primary);
    margin-bottom: 24px;
}

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

footer a {
    font-family: inherit;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1.5%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    color: var(--color-500);
    transition: color .15s;
}

footer a:hover {
    color: var(--primary);
}

.footer-contact p {
    margin-bottom: 6px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    max-width: var(--max);
    margin: 0 auto;
    padding: 24px 0;
    border-top: 1px solid var(--primary);
}

/* ── RESPONSIVE ── */

@media (max-width: 1280px) {
    
    nav {
        padding: 16px 24px;
    }
    .nav-links {
       gap: 1.8vw;
        
    }
    
    .nav-links a, .nav-links .dropdown>span {
        font-size: 1.2vw;
    }
    
    .lang-btn {
        padding: 7px;
    }
    
}

/* Tablet landscape — nav starts wrapping */
@media (max-width: 1100px) {
    .nav-links a,
    .nav-links .dropdown > span {
        font-size: 12.5px;
    }

    .lang-btn {
        padding: 0.64vw 0.91vw;
        font-size: 12px;
    }
}

/* Tablet portrait (iPad Pro ~1024px and below) */
@media (max-width: 1024px) {

    .nav-wrap {
        width: calc(100% - 40px);
    }

    .nav-links,
    .lang-dropdown {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .container {  
        width: calc(100% - 40px);
    }

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

    .maps-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2.34vw;
    }

    .footer-top {
        display: flex;
        flex-wrap: wrap;
        gap: 6.05vw;
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
        max-width: 100%;
    }
}

/* Small tablet / large mobile */
@media (max-width: 768px) {

    nav {
        padding: 0 2.6vw;
    }

    .intro-section {
        padding: 5.21vw 0 0;
    }

    .maps-section {
        padding: 6.25vw 0;
    }

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

    .form-card {
        padding: 3.13vw;
    }

    .faq-section {
        padding: 36px 0;
    }

    .footer-top {
        padding: 3vw 0;
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }
}

/* Mobile */
@media (max-width: 600px) {

    .logo-icon {
        width: 40px;
        height: 40px;
    }

    .logo-text strong {
        font-size: 13px;
    }

    .intro-section {
        padding: 5.33vw 0 0;
    }

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

    .contact-grid {
        gap: 3.33vw;
    }

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

    .form-card {
        padding: 3.33vw 2.67vw;
    }

    .maps-section {
        padding: 6vw 0;
    }

    .maps-grid {
        gap: 4vw;
    }

    .map-frame {
        height: 30vw;
    }

    .footer-inner {
        grid-template-columns: auto;
        gap: 6vw;
    }

    footer {
        padding: 6vw 0 4vw;
    }
}

/* Very small mobile */
@media (max-width: 400px) {
    .footer-inner {
        grid-template-columns: 1fr;
    }
}