html {
    font-size: 75%;
    -webkit-font-smoothing: antialiased;
}


body {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.75;
    color: #747474;
}

body {
    margin: 0;
    padding: 0;
}

.img-replace {
    /* replace text with an image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.image2 {
    display: none;
}

@media only screen and (max-width: 600px) {
    .image1 {
        display: none;
    }
}

.image2 {
    display: block;
}


/* Footer section */

.site-footer {
    background-color: #00305e;
    /* Dark professional background */
    color: #fff;
    padding: 60px 20px 30px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* Allows wrapping on mobile */
    gap: 40px;
}

.footer-column {
    flex: 1 1 250px;
    /* Grow, shrink, and base width of 250px */
}


/* Column 1: Brand */

.footer-logo {
    font-size: 24px;
    margin-bottom: 20px;
    color: #f39221;
    width: 200px;
}

.footer-logo img {
    width: 100%;
}

.brand-info p {
    line-height: 1.6;
    color: #ccc;
    font-size: 14px;
}


/* Column 2: Links */

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-column ul li a:hover {
    color: #27aae1;
    padding-left: 5px;
}


/* Column 3: Newsletter */

.newsletter-form {
    display: flex;
    margin-top: 15px;
    margin-bottom: 25px;
}

.newsletter-form input {
    padding: 10px;
    border: none;
    border-radius: 4px 0 0 4px;
    flex: 1;
    outline: none;
}

.newsletter-form button {
    padding: 10px 15px;
    background-color: #27aae1;
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    font-weight: bold;
}


/* Social Icons */

.social-wrapper {
    margin-top: 20px;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background: #4178a7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #27aae1;
    transform: translateY(-3px);
}


/* Responsive adjustments */

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .newsletter-form {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .social-icons {
        justify-content: center;
    }
}

* {
    box-sizing: border-box;
}

.h1,
h1 {
    font-family: "vonca-heading";
    font-weight: 400;
    font-size: 8vmin;
    line-height: 1.2;
    text-transform: uppercase;
}

.h2,
h2 {
    font-family: vonca-heading;
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
}

.h3,
h3 {
    font-family: vonca-heading;
    font-weight: noraml;
    font-size: 24px;
    line-height: 1.4;
}

.h4,
h4 {
    font-family: vonca-heading;
    font-weight: noraml;
    font-size: 1.125em;
    line-height: 1.35;
    font-weight: 400;
    color: #3d3d3d;
    text-transform: uppercase;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
h1 a,
h2 a,
h3 a,
h4 a {
    color: inherit;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 1.6em;
    font-size: 15px;
}

b,
strong {
    font-family: GothamLight;
    font-weight: 700;
    line-height: 30px;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    color: #c5a47e;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

a:focus,
a:hover {
    color: #c5a47e;
    outline: 0;
}

a:focus {
    text-decoration: none;
}

.layout {
    position: relative;
    overflow: hidden;
}

.section-center {
    max-width: 1200px;
    align-items: center;
    margin: 80px auto;
    padding: 0 20px;
}

.section {
    position: relative;
    /* margin-top: 80px;
  margin-bottom: 80px; */
}

.navbar-desktop {
    width: 25px;
    position: absolute;
    right: 0;
    top: 5px;
    right: 5px;
    display: block !important;
    z-index: 19;
}

.toggle-menu span {
    display: block;
    margin: 0 0 5px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle-menu[aria-expanded="true"]::before {
    content: "CLOSE";
}

.toggle-menu[aria-expanded="true"] span:nth-child(2) {
    display: none;
}

.toggle-menu[aria-expanded="true"] span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 0;
}

.toggle-menu[aria-expanded="true"] span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 0;
}

.toggle-menu[aria-expanded="true"] span {
    margin: 0;
    width: 30px;
}

.navbar-desctop {
    display: block !important;
    height: auto !important;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5.9vmin 0 0;
    background: url(../img/slider/slide1.jpg) no-repeat center;
    background-size: cover;
    transform: translateX(-2000px);
    transition: transform 0.5s ease-in-out;
}

.navbar-desctop.in {
    transform: translateX(0);
}

.navbar-desctop .brand {
    display: none;
    position: relative;
    top: -0.22em;
    font-size: 1.6em;
}

.navbar-desctop-menu {
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 0.81em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.navbar-desctop-menu li {
    position: relative;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}

.navbar-desctop-menu li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.navbar-desctop-menu .active>a,
.navbar-desctop-menu li a:hover {
    color: #c5a47e;
}

.navbar-desctop-menu>li {
    float: none;
    margin-left: 0;
}

.navbar-desctop-menu>li>a {
    color: #fff;
    background-color: transparent;
    margin-bottom: 1.5em;
    display: block;
}

.navbar-desctop-menu li ul {
    position: absolute;
    z-index: 10;
    left: 100%;
    top: 60%;
    visibility: hidden;
    min-width: 200px;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-desctop-menu>li>ul {
    left: -20px;
    margin-top: 0;
}

.navbar-desctop-menu li:hover>ul {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-desctop-menu>li:hover>ul {
    top: 100%;
}

.navbar-desctop-menu li li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.navbar-desctop-menu li li:last-child {
    border-bottom: 0;
}

.navbar-desctop-menu li li a {
    color: #000;
    padding: 12px 20px 10px;
}

.navbar-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}

.navbar-desctop.affix {
    position: fixed;
    z-index: 5;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 1.3em 0 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.navbar-desctop.affix.affix-top {
    padding-top: 2.2em;
}

.navbar-desctop.affix .brand {
    display: inline-block;
}

.navbar-desctop.affix .navbar-desctop-menu li a {
    color: #000;
}

.navbar-desctop.affix .navbar-desctop-menu .active>a,
.navbar-desctop.affix .navbar-desctop-menu li>a:hover {
    color: #c5a47e;
}

.navbar-mobile {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    padding: 6vmin 0;
}

.navbar-mobile .brand {
    display: none;
    margin-left: 15px;
    font-size: 1.6em;
}

.navbar-collapse {
    background-color: #fff;
}

@media (max-height: 320px) {
    .navbar-collapse {
        max-height: 240px;
    }
}

.navbar-toggle {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
}

.navbar-toggle:before {
    content: "MENU";
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    position: absolute;
    top: -25px;
    right: 30px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 4px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    height: 2px;
    width: 30px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
}

.navbar-nav-mobile {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    margin-bottom: 0;
    border-left: 1px solid #c5a47e;
    position: relative;
    margin-left: 100px;
}

.navbar-nav-mobile:before {
    content: "";
    position: absolute;
    left: -100px;
    top: 50%;
    background: #c5a47e;
    height: 1px;
    width: 100px;
}

.navbar-nav-mobile li {
    position: relative;
    border-top: none;
}

.navbar-nav-mobile li a {
    display: block;
    padding: 0.5em 1em;
    color: #fff;
    text-decoration: none;
}

.navbar-nav-mobile>.current>a {
    color: #c5a47e;
}

.navbar-nav-mobile li a .fa-angle-down {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.navbar-nav-mobile>.current>a .fa-angle-down {
    top: -0.2em;
    left: -0.3em;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navbar-nav-mobile>.active>a,
.navbar-nav-mobile>.active>a:hover {
    color: #c5a47e;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.homeactive {
    color: #c5a47e;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-nav-mobile ul {
    display: none;
}

.navbar-nav-mobile li .active>a,
.navbar-nav-mobile li a:hover {
    color: #c5a47e;
}

.navbar-mobile.affix {
    position: fixed;
    z-index: 5;
    background-color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 1.2em 0;
}

.navbar-mobile.affix .brand {
    display: inline-block;
}

.navbar-mobile.affix .navbar-toggle .icon-bar {
    background-color: #c5a47e;
}


/* =========================
      HERO SECTION
    ========================= */

.main {
    position: relative;
    /* min-height: 100vh; */
    max-height: calc(100vh - 70px);
    overflow: hidden;
    /* HERO IMAGE */
    .hero-image {
        width: 100%;
        height: 100vh;
        background-image: url("img/hero-bg-2.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    /* HERO TEXT */
    .hero-content {
        position: absolute;
        left: 40px;
        top: 45%;
        transform: translateY(-50%);
        z-index: 10;
        /* max-width: 520px; */
        h1 {
            font-size: 56px;
            font-weight: 700;
            color: #f5d77a;
            /* golden */
            margin-bottom: 14px;
        }
        h2 {
            font-size: 32px;
            font-weight: 600;
            color: #ffffff;
        }
    }
    /* APPOINTMENT BOX */
    .appointment-box {
        position: absolute;
        right: 50px;
        top: 54%;
        transform: translateY(-50%);
        width: 360px;
        background: #ffffff;
        border-radius: 14px;
        padding: 20px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
        z-index: 99;
        font-family: Arial, sans-serif;
        h3 {
            margin: 8px 0 12px;
            font-size: 22px;
            font-weight: 700;
            color: #1a237e;
            text-align: center;
        }
        p {
            margin: 0 0 18px;
            font-size: 15px;
            color: #555;
            line-height: 1.4;
            text-align: center;
        }
        input {
            width: 100%;
            padding: 14px;
            margin-bottom: 14px;
            border-radius: 8px;
            border: 1px solid #ddd;
            background: #f5f7ff;
            font-size: 14px;
            outline: none;
        }
        .phone-field {
            display: flex;
            .country-code {
                background: #f5f7ff;
                border: 1px solid #ddd;
                padding: 10px;
                border-radius: 8px 0 0 8px;
                font-size: 14px;
                white-space: nowrap;
                margin-bottom: 14px;
            }
            input {
                border-radius: 0 8px 8px 0;
                border-left: none;
            }
        }
        button {
            width: 100%;
            background: #27aae1;
            color: #fff;
            border: none;
            padding: 15px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 10px;
            cursor: pointer;
            transition: background 0.3s;
            &:hover {
                background: #1299d8;
            }
        }
        small {
            display: block;
            margin-top: 12px;
            font-size: 11px;
            color: #777;
            line-height: 1.4;
            a {
                color: #1a237e;
                text-decoration: none;
            }
        }
    }
}


/* =========================
           MOBILE RESPONSIVE
        ========================= */

@media (min-width: 427px) and (max-width: 768px) {
    .main {
        max-height: none;
        overflow: visible;
        .hero-image {
            height: 60vh;
            /* hero visible & strong */
        }
        .hero-content {
            position: absolute;
            left: 0;
            top: 30%;
            width: 100%;
            text-align: center;
            transform: translateY(-50%);
        }
        .appointment-box {
            position: static;
            transform: none;
            width: 60%;
            margin: 30px auto 0;
        }
    }
}

@media (max-width: 426px) {
    .main {
        overflow: visible;
        .hero-image {
            height: clamp(28svh, 40svh, 45svh);
        }
        .hero-content {
            left: 0;
            top: 25%;
            width: 100%;
            text-align: center;
            h1 {
                font-size: 28px;
            }
            h2 {
                font-size: 18px;
            }
        }
        .appointment-box {
            position: static;
            transform: none;
            margin: 30px auto;
            width: 92%;
        }
    }
}


/* ===============================
   VISION SECTION
================================ */

.vision-section {
    padding: 100px 20px;
    background: #ffffff;
    .container {
        max-width: 1200px;
        margin: auto;
    }
    .vision-wrapper {
        display: flex;
        gap: 50px;
        align-items: flex-start;
        padding: 0 50px;
    }
    /* LEFT SIDE */
    .vision-left {
        flex: 1;
        h2 {
            font-size: 48px;
            font-weight: 700;
            line-height: 1.15;
            margin: 20px 0 28px;
            color: #27aae1;
        }
        .vision-tagline {
            font-size: 24px;
            font-weight: 300;
            line-height: 1.4;
            color: #000;
            max-width: 420px;
        }
    }
    /* RIGHT SIDE */
    .vision-right {
        flex: 1.2;
        p {
            font-size: 17px;
            line-height: 1.8;
            font-weight: 300;
            color: #333;
            margin-bottom: 28px;
        }
    }
}


/* ===============================
   MOBILE (<= 768px)
================================ */

@media (min-width: 427px) and (max-width: 768px) {
    .vision-section {
        padding: 80px 30px;
        .vision-wrapper {
            gap: 32px;
            padding: 0 20px;
            align-items: flex-start;
        }
        .vision-left {
            h2 {
                font-size: 36px;
                line-height: 1.2;
                margin: 10px 0 20px;
            }
            .vision-tagline {
                font-size: 20px;
                max-width: 100%;
            }
        }
        .vision-right {
            p {
                font-size: 16px;
                line-height: 1.7;
                margin-bottom: 22px;
            }
        }
    }
}

@media (max-width: 426px) {
    .vision-section {
        padding: 80px 26px 10px;
        .vision-wrapper {
            flex-direction: column;
            gap: 0;
            padding: 0;
        }
        .vision-left {
            h2 {
                font-size: 32px;
                line-height: 1.2;
                margin-top: 0;
                width: 100%;
                br {
                    display: none;
                }
            }
            .vision-tagline {
                font-size: 18px;
            }
        }
        .vision-right {
            p {
                font-size: 15px;
                line-height: 1.7;
            }
        }
    }
}


/* =========================
   FAQ SECTION
========================= */

.faq-section {
    padding: 80px 20px;
    background: #fafafa;
    .container {
        max-width: 900px;
        margin: auto;
    }
    .faq-title {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 40px;
        color: #111;
    }
    .faq-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .faq-item {
        background: #ffffff;
        border-radius: 12px;
        border: 1px solid #eee;
        overflow: hidden;
    }
    .faq-question {
        width: 100%;
        background: none;
        border: none;
        padding: 22px 24px;
        font-size: 18px;
        font-weight: 600;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        cursor: pointer;
        color: #111;
        .icon {
            font-size: 18px;
            font-weight: bold;
            min-width: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: transform 0.3s ease;
        }
    }
    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease, padding 0.35s ease;
        padding: 0 24px;
        p {
            font-size: 15px;
            color: #555;
            line-height: 1.6;
            padding-bottom: 20px;
        }
    }
    /* ACTIVE STATE */
    .faq-item.active {
        .faq-answer {
            max-height: 300px;
            padding-top: 10px;
        }
        .faq-question .icon {
            transform: rotate(45deg);
        }
    }
}


/* =========================
   MOBILE OPTIMIZATION
========================= */

@media (max-width: 768px) {
    .faq-section {
        padding: 50px 16px;
        .faq-title {
            font-size: 24px;
            margin-bottom: 28px;
            line-height: 1.3;
        }
        .faq-question {
            font-size: 16px;
            padding: 18px 18px;
            align-items: flex-start;
        }
        .faq-answer {
            padding: 0 18px;
            p {
                font-size: 14px;
                line-height: 1.7;
            }
        }
    }
}


/* =========================
   SMALL MOBILE (≤ 480px)
========================= */

@media (max-width: 480px) {
    .faq-section {
        .faq-title {
            font-size: 22px;
        }
        .faq-question {
            font-size: 15px;
        }
        .faq-answer p {
            font-size: 13.5px;
        }
    }
}