/* ================= RESET ================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    color: #111;
}

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

/* ---------- TOP HEADER ---------- */
.top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: #0d0d0d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    z-index: 1001;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* ---------- SEARCH BOX ---------- */
.search-box {
    position: relative;
    width: 220px;
    max-width: 100%;
}

.search-box input {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 7px 15px 7px 38px;
    color: #fff;
    font-size: 13px;
    outline: none;
}

.search-box i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    pointer-events: none;
}

/* ================= NAVBAR ================= */
.main-navbar {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    height: 85px;
    background: linear-gradient(to bottom, #0b0b0b, #111);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    z-index: 1000;
}

.main-navbar a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 30px;
    font-size: 13px;
    letter-spacing: 2px;
    font-family: 'Sackers Gothic', sans-serif;
    font-weight: 400;
}

.nav-left,
.nav-right {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.nav-left a,
.nav-right a {
    color: #ddd;
    text-decoration: none;
    margin: 0 18px;
    font-size: 14px;
    letter-spacing: 2px;
    transition: 0.3s ease;
    white-space: nowrap;
}

.nav-left a:hover,
.nav-right a:hover {
    color: #c8a96a;
}

/* ---------- CENTER LOGO ---------- */
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #c8a96a;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: left;
    flex-shrink: 0;
}

.logo img {
    max-height: 58px;
    width: auto;
}

/* ---------- PUSH CONTENT DOWN ---------- */
.site-content {
    padding-top: 130px;
}

/*============== Enquiry =============*/
.foot__enquiry {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}

.enquiry-image {
    position: absolute;
    inset: 0;
    z-index: 1;
    height: 500px;
    overflow: hidden;
}

.enquiry-image img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover;
}

.enquiry-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.foot__enquiry-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 50px;
}

.foot__enquiry::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.76);
    z-index: 1;
}

.foot__enquiry-left {
    padding: 10px;
    z-index: 2;
    position: relative;
}

.foot__enquiry-title {
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 5px;
    margin-bottom: 1.5rem;
}

.foot__enquiry-text {
    font-size: 16px;
    color: rgba(221, 221, 221, 0.5);
    max-width: 400px;
    line-height: 1.8;
    margin-bottom: 70px;
}

.enquiry-btn {
    border: 1px solid #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}

/* ================= FOOTER ================= */
.main-footer {
    background: #f3f3f3;
    padding-top: 90px;
    font-family: "Inter", sans-serif;
}

.footer-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 80px 60px;
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.footer-left {
    width: 45%;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #111;
}

.footer-description {
    margin-top: 25px;
    font-size: 14px;
    line-height: 26px;
    color: #555;
    max-width: 420px;
}

.footer-social {
    margin-top: 35px;
    display: flex;
    gap: 50px;
}

.footer-social a {
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 2px;
    color: #333;
}

.footer-social a:hover {
    color: #c8a96a;
}

.footer-center {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.footer-center a {
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    color: #333;
}

.footer-center a:hover {
    color: #c8a96a;
}

.footer-right {
    width: 30%;
}

.footer-right h4 {
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    color: #111;
}

.footer-right .phone {
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.footer-right p {
    font-size: 14px;
    line-height: 26px;
    color: #444;
    margin-bottom: 20px;
}

/* ================= BOTTOM BAR ================= */
.footer-bottom {
    background: #e6e6e6;
    padding: 22px 0;
    margin-bottom: 15px;
}

.footer-bottom-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    font-size: 13px;
    letter-spacing: 3px;
    color: #666;
}

.footer-policy a {
    margin-left: 40px;
    font-size: 13px;
    letter-spacing: 3px;
    text-decoration: none;
    color: #666;
}

.footer-policy a:hover {
    color: #c8a96a;
}

/* ================= MOBILE NAV MENU ================= */
.hamburger,
.mobile-menu {
    display: none;
}

/* ================= LARGE TABLET ================= */
@media (max-width: 1024px) {
    .top-header {
        padding: 0 20px;
    }

    .main-navbar {
        padding: 0 24px;
        height: 76px;
    }

    .nav-left a,
    .nav-right a {
        margin: 0 10px;
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .logo img {
        max-height: 48px;
    }

    .site-content {
        padding-top: 121px;
    }

    .footer-container {
        padding: 0 30px 50px;
        gap: 40px;
    }

    .footer-bottom-container {
        padding: 0 30px;
    }
}

/* ================= TABLET + MOBILE NAV ================= */
@media (max-width: 900px) {
    .top-header {
        height: auto;
        min-height: 45px;
        padding: 8px 12px;
        gap: 10px;
        flex-wrap: wrap;
        align-items: center;
    }

    .top-left {
        display: flex;
        align-items: center;
        gap: 6px;
        flex-wrap: wrap;
    }

    .search-box {
        width: 160px;
    }

    .search-box input {
        font-size: 12px;
        padding: 7px 12px 7px 34px;
    }

    .search-box i {
        left: 12px;
        font-size: 12px;
    }

    .main-navbar {
        top: 45px;
        left: 0;
        right: 0;
        width: 100%;
        height: 72px;
        padding: 0 16px;
    }

    .nav-left,
    .nav-right {
        display: none;
    }

    .logo {
        margin-right: auto;
        gap: 8px;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .logo img {
        width: 110px;
        max-height: none;
    }

    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        width: 32px;
        height: 24px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 1002;
    }

    .hamburger span {
        width: 22px;
        height: 2px;
        background: #fff;
        display: block;
        border-radius: 2px;
        transition: all .3s ease;
    }

    .mobile-menu {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.55);
        opacity: 0;
        pointer-events: none;
        transition: opacity .25s ease;
        z-index: 1000;
    }

    .mobile-menu-inner {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: min(82vw, 340px);
        background: #ffffff;
        padding: 110px 22px 22px;
        transform: translateX(100%);
        transition: transform .28s ease;
        box-shadow: -10px 0 30px rgba(0,0,0,0.35);
        overflow-y: auto;
    }

    .mobile-menu a {
        display: block;
        color: #0a0a0a;
        text-decoration: none;
        font-size: 13px;
        letter-spacing: 3px;
        padding: 14px 0;
        margin-right: 0;
    }

    .mobile-menu a:hover {
        color: #c8a96a;
    }

    .main-navbar.menu-open .mobile-menu {
        opacity: 1;
        pointer-events: auto;
    }

    .main-navbar.menu-open .mobile-menu-inner {
        transform: translateX(0);
    }

    .main-navbar.menu-open .hamburger span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .main-navbar.menu-open .hamburger span:nth-child(2) {
        opacity: 0;
    }

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

    .main-navbar.menu-open .hamburger span {
        background: #111;
    }

    .site-content {
        padding-top: 117px;
    }

    .foot__enquiry-content {
        grid-template-columns: 1fr;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        justify-items: center;
    }

    .foot__enquiry-left {
        text-align: center;
        align-items: center;
    }

    .foot__enquiry-text {
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
    }

    .enquiry-btn {
        display: inline-block;
        margin: 0 auto;
    }

    .main-footer {
        padding-top: 50px;
    }

    .footer-container {
        padding: 0 16px 40px;
        flex-direction: column;
        gap: 35px;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        width: 100%;
    }

    .footer-description {
        max-width: 100%;
    }

    .footer-social {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .footer-social a {
        display: block;
    }

    .footer-center {
        gap: 14px;
    }

    .footer-bottom {
        margin-bottom: 0;
    }

    .footer-bottom-container {
        padding: 0 16px;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .footer-policy {
        order: -1;
    }

    .footer-policy a {
        margin-left: 0;
        margin-right: 20px;
        display: inline-block;
    }
}

/* ================= SMALL PHONES ================= */
@media (max-width: 480px) {
    .top-header {
        padding: 8px 10px;
    }

    .search-box {
        width: 120px;
    }

    .main-navbar {
        height: 68px;
        padding: 0 12px;
    }

    .logo img {
        width: 95px;
    }

    .logo {
        font-size: 9px;
        gap: 6px;
    }

    .site-content {
        padding-top: 113px;
    }

    .foot__enquiry-title {
        font-size: 22px;
    }

    .foot__enquiry-text {
        font-size: 13px;
    }

    .mobile-menu-inner {
        width: 84vw;
        padding: 85px 18px 20px;
    }

    .footer-bottom p,
    .footer-policy a {
        font-size: 11px;
        letter-spacing: 2px;
    }
}
/* ================= LANGUAGE / GOOGLE TRANSLATE FIX ================= */
.top-left{
    display:flex;
    align-items:center;
    gap:10px;
}

.top-left form{
    margin:0;
}

.mini-select{
    position:relative;
    display:inline-flex;
    align-items:center;
    width:fit-content;
    flex:0 0 auto;
}

.mini-select .dropdown-toggle{
    background:transparent;
    border:none;
    color:#ccc;
    font-size:13px;
    line-height:1;
    padding:0 16px 0 0;
    margin:0;
    outline:none;
    cursor:pointer;
    white-space:nowrap;
}

.select-icon{
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    font-size:11px;
    color:#ccc;
    pointer-events:none;
}

.mini-select .dropdown-menu{
    position:absolute;
    top:calc(100% + 8px);
    left:0;
    min-width:120px;

    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:8px;
    box-shadow:0 10px 25px rgba(0,0,0,.12);

    max-height:180px;      /* fixed height */
    overflow-y:auto;       /* enable scroll */

    padding:6px 0;
    display:none;
    z-index:9999;

    /* hide scrollbar */
    scrollbar-width:none;      /* Firefox */
}

.mini-select .dropdown-menu::-webkit-scrollbar{
    display:none;              /* Chrome / Safari */
}

.mini-select.open .dropdown-menu{
    display:block;
}

.mini-select .dropdown-menu button{
    width:100%;
    background:transparent;
    border:none;
    text-align:left;
    padding:8px 12px;
    font-size:13px;
    color:#374151;
    cursor:pointer;
}

.mini-select .dropdown-menu button:hover{
    background:#f3f4f6;
}

/* hide google widget from layout */
#google_translate_element{
    position:absolute !important;
    left:-9999px !important;
    top:-9999px !important;
    width:1px !important;
    height:1px !important;
    overflow:hidden !important;
}

/* remove google top banner */
.goog-te-banner-frame.skiptranslate{
    display:none !important;
}

body{
    top:0 !important;
}

.skiptranslate iframe{
    display:none !important;
}

.goog-te-gadget,
.goog-te-gadget-simple,
.goog-te-combo{
    margin:0 !important;
    padding:0 !important;
    line-height:1 !important;
}
