
.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%;
        }
    }
}


/* ===============================
   CONTACT + LOCATION SECTION
================================ */

.contact-location-section {
    padding: 100px 20px;
    background: #f9fafb;
    .container {
        max-width: 1150px;
        margin: auto;
    }
    .contact-location-wrapper {
        display: flex;
        gap: 60px;
        align-items: flex-start;
    }
}


/* ===============================
 LEFT : CONTACT FORM
================================ */

.contact-left {
    flex: 1;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 48px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
}
    .form-header {
        margin-bottom: 36px;
    }
        h2 {
            font-size: 26px;
            letter-spacing: 2px;
            font-weight: 600;
            margin: 0 0 12px;
            color: #333;
        }
        p {
            font-size: 15px;
            color: #666;
            line-height: 1.6;
        }
    
    .wpcf7-form {
        display: flex;
        flex-direction: column;
        gap: 18px;

    }
       .wpcf7-form .form-row {
            display: flex;
            gap: 16px;
        }
          .wpcf7-form  input {
                flex: 1;
            }
        
       .wpcf7-form input,
       .wpcf7-form textarea {
            padding: 14px 18px;
            border-radius: 12px;
            border: 1px solid #e4e7eb;
            font-size: 14.5px;
            background: #fff;
            transition: all 0.25s ease;
       }
            .wpcf7-form input:focus {
                outline: none;
                border-color: #27aae1;
                box-shadow: 0 0 0 4px rgba(39, 170, 225, 0.15);
            }
        
       .wpcf7-form textarea {
            min-height: 120px;
            resize: vertical;
        }
       .wpcf7-form input[type="submit"] {
            margin-top: 14px;
            width: fit-content;
            padding: 14px 40px;
            background: #2aa7e1;
            color: #fff;
            border-radius: 10px;
            border: none;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
       }
            .wpcf7-form input[type="submit"]:hover {
                background: #1f95c8;
                transform: translateY(-1px);
            }
         .wpcf7-form
        small {
            font-size: 12.5px;
            color: #777;
        }
           .wpcf7-form a {
                color: #2aa7e1;
                text-decoration: none;
            }
                .wpcf7-form a:hover {
                    text-decoration: underline;
                }
        

    



/* ===============================
 RIGHT : LOCATION
================================ */

.contact-right {
    flex: 1;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 48px;
    border: 1px solid #eef1f4;
    h2 {
        font-size: 26px;
        letter-spacing: 2px;
        font-weight: 600;
        margin: 0 0 24px;
        color: #333;
    }
    .location-desc {
        font-size: 15px;
        line-height: 1.7;
        color: #555;
        margin-bottom: 32px;
    }
    .location-address {
        font-size: 15px;
        line-height: 1.8;
        color: #333;
        strong {
            display: block;
            font-weight: 600;
            margin-bottom: 10px;
        }
        span {
            display: block;
        }
    }
}


/* ===============================
 RESPONSIVE (ONLY 768px)
================================ */

@media (max-width: 768px) {
    .contact-location-wrapper {
        flex-direction: column;
        gap: 24px;
    }
    .contact-left {
        order: 1;
        padding: 30px 20px;
        width: 100%;
        .contact-form {
            .form-row {
                flex-direction: column;
            }
            button {
                width: 100%;
            }
        }
    }
    .contact-right {
        order: 2;
        padding: 30px 20px;
        text-align: center;
    }
}


/* <!-- Location Section only map --> */


/* ===============================
   LOCATION SECTION
================================ */

.location-section {
    .section-title {
        font-size: 34px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #333;
        margin-bottom: 18px;
        text-align: left;
    }
    /* LAYOUT */
    .location-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 70px;
    }
    /* RIGHT : MAP */
    .map-box {
        width: 100%;
        height: 340px;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
        background: #f5f5f5;
        iframe {
            width: 100%;
            height: 100%;
            border: 0;
        }
    }
}


/* RESPONSIVE */

@media (max-width: 992px) {
    .location-section {
        .location-wrapper {
            flex-direction: column;
            text-align: center;
        }
        .location-info {
            max-width: 100%;
        }
        .map-box {
            width: 100%;
            max-width: 520px;
            height: 280px;
            margin: 0 auto;
        }
    }
}