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%;
        }
    }
}


/* ===============================
   IDEA 2 HOME – SECTION (DESKTOP FIRST)
================================ */

.idea-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 80px 16px;
    .section-title {
        width: 100%;
        font-size: 34px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #333;
        text-align: center;
        /* margin-bottom: 40px; */
    }
    /* ===============================
     DESKTOP LAYOUT (DEFAULT)
  ================================ */
    .idea2home {
        display: flex;
        flex-direction: row;
        gap: 60px;
        width: 100%;
        max-width: 1200px;
        align-items: start;
    }
    /* ===============================
     LEFT (DESKTOP)
  ================================ */
    .idea-left {
        width: 50%;
        text-align: left;
        .idea-desc {
            font-size: 16px;
            line-height: 1.7;
            color: #555;
            margin-bottom: 20px;
        }
        .idea-points {
            list-style: none;
            padding: 0;
            margin-bottom: 32px;
            li {
                position: relative;
                padding-left: 22px;
                margin-bottom: 12px;
                font-size: 15px;
                color: #333;
                &::before {
                    content: "✔";
                    position: absolute;
                    left: 0;
                    top: 0;
                    color: #6a3df0;
                    font-size: 14px;
                }
            }
        }
        .idea-actions {
            display: flex;
            gap: 16px;
            .btn {
                width: auto;
            }
        }
    }
    /* ===============================
     RIGHT (SLIDER - DESKTOP)
  ================================ */
    .idea-right {
        width: 50%;
        display: flex;
        justify-content: center;
        .slider {
            width: 100%;
            max-width: 640px;
            aspect-ratio: 16 / 9;
            border-radius: 14px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
            position: relative;
            .slide {
                position: absolute;
                inset: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
                opacity: 0;
                transition: opacity 0.6s ease;
                &.active {
                    opacity: 1;
                }
            }
            .nav {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 36px;
                height: 36px;
                border-radius: 50%;
                border: none;
                background: rgba(255, 255, 255, 0.9);
                font-size: 18px;
                cursor: pointer;
                opacity: 0;
                transition: opacity 0.3s ease;
                &.prev {
                    left: 10px;
                }
                &.next {
                    right: 10px;
                }
            }
            &:hover .nav {
                opacity: 1;
            }
        }
    }
    /* ===============================
     BUTTONS
  ================================ */
    .btn {
        padding: 14px 22px;
        border-radius: 8px;
        font-weight: 600;
        cursor: pointer;
        transition: 0.3s;
        &.primary {
            background: #27aae1;
            color: #fff;
            border: none;
            &:hover {
                background: #157daa;
            }
        }
        &.outline {
            background: none;
            border: 2px solid #27aae1;
            color: #27aae1;
            &:hover {
                background: #1a8cbc;
                color: #fff;
            }
        }
    }
}


/* ===============================
 TABLET (427px - 768px)
================================ */

@media (min-width: 427px) and (max-width: 768px) {
    .idea-section {
        padding: 70px 24px;
        .section-title {
            font-size: clamp(24px, 4.5vw, 32px);
            /* margin-bottom: 32px; */
        }
        .idea2home {
            flex-direction: column;
            gap: 40px;
        }
        .idea-left {
            width: 100%;
            text-align: left;
            .idea-desc {
                font-size: 15px;
                max-width: 600px;
                margin-left: auto;
                margin-right: auto;
            }
            .idea-points {
                max-width: 400px;
                margin-left: auto;
                margin-right: auto;
                li {
                    font-size: 14.5px;
                }
            }
            .idea-actions {
                justify-content: center;
                flex-direction: row;
            }
        }
        .idea-right {
            width: 100%;
            .slider {
                max-width: 560px;
                aspect-ratio: 16 / 9;
                .nav {
                    opacity: 1;
                }
            }
        }
    }
}


/* ===============================
 MOBILE (max-width: 426px)
================================ */

@media (max-width: 426px) {
    .idea-section {
        padding: 80px 16px 10px;
        .section-title {
            font-size: clamp(22px, 4vw, 28px);
            letter-spacing: 1px;
        }
        .idea2home {
            flex-direction: column;
            gap: 32px;
        }
        .idea-left {
            width: 100%;
            text-align: left;
            .idea-desc {
                font-size: 14px;
                line-height: 1.6;
            }
            .idea-points {
                max-width: 300px;
                margin: 0 auto 24px;
                text-align: left;
                li {
                    font-size: 14px;
                    margin-bottom: 10px;
                    padding-left: 20px;
                    &::before {
                        font-size: 13px;
                    }
                }
            }
            .idea-actions {
                flex-direction: column;
                gap: 12px;
                .btn {
                    width: 100%;
                }
            }
        }
        .idea-right {
            width: 100%;
            .slider {
                max-width: 100%;
                aspect-ratio: 4 / 3;
                .nav {
                    opacity: 1;
                    width: 32px;
                    height: 32px;
                    font-size: 16px;
                }
            }
        }
    }
}


/* ===============================
 TOUCH DEVICES
================================ */

@media (hover: none) {
    .idea-section .idea-right .slider .nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(-50%) scale(1);
    }
}


/* ===============================
   IMAGE ZOOM MODAL – PREMIUM STYLE
================================ */

.modalimg {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(4px);
    .modal-content {
        position: relative;
        max-width: 85%;
        max-height: 85%;
        border-radius: 22px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 40px 80px rgba(0, 0, 0, 0.45);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    img {
        width: 100%;
        height: 100%;
        max-height: 80vh;
        object-fit: cover;
        border-radius: 22px;
        animation: zoomIn 0.3s ease;
    }
    /* Close Button (top-right on image) */
    .modal-close {
        position: absolute;
        top: 14px;
        right: 14px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: none;
        background: #fff;
        font-size: 18px;
        cursor: pointer;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s;
        &:hover {
            background: #27aae1;
            color: #fff;
            transform: rotate(90deg);
        }
    }
    /* Left / Right arrows */
    .modal-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: none;
        background: #fff;
        font-size: 20px;
        cursor: pointer;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
        &:hover {
            background: #27aae1;
            color: #fff;
        }
    }
    .modal-prev {
        left: 14px;
    }
    .modal-next {
        right: 14px;
    }
}


/* Zoom animation */

@keyframes zoomIn {
    from {
        transform: scale(0.92);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}


/* ===============================
   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;
        }
    }
}


/* Explore Section */

.explore {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 3 0px;
    h2 {
        margin-bottom: 20px;
        color: #333;
        letter-spacing: 1px;
    }
    /* Tabs */
    /* .tabs {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 25px;
        .tab {
            padding: 10px 18px;
            border: none;
            background: #eaf6fc;
            color: #333;
            cursor: pointer;
            border-radius: 6px;
            font-weight: 500;
            transition: 0.3s;
            &.active,
            &:hover {
                background: #27aae1;
                color: #fff;
            }
        }
    } */
    .tabs {
        display: flex;
        gap: 10px;
        margin-bottom: 25px;
        /* 🔥 KEY PART */
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        /* Center on desktop */
        justify-content: center;
        /* hide scrollbar */
        scrollbar-width: none;
        &::-webkit-scrollbar {
            display: none;
        }
        .tab {
            flex: 0 0 auto;
            /* prevent shrinking */
            padding: 10px 18px;
            border: none;
            background: #eaf6fc;
            color: #333;
            cursor: pointer;
            border-radius: 6px;
            font-weight: 500;
            transition: 0.3s;
            &.active,
            &:hover {
                background: #27aae1;
                color: #fff;
            }
        }
    }
    /* Slider */
    .slider-wrapper {
        display: flex;
        position: relative;
        align-items: center;
        gap: 12px;
        margin-bottom: 30px;
        .slider {
            display: flex;
            overflow: hidden;
            scroll-behavior: smooth;
            gap: 16px;
            width: 100%;
            .img-card {
                position: relative;
                /* REQUIRED for ribbon */
                overflow: hidden;
                /* keeps ribbon clean */
                min-width: calc(25% - 12px);
                height: 200px;
                background: #e9eef3;
                border-radius: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: bold;
                color: #777;
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 10px;
                }
            }
            .img-card:hover .ribbon {
                transform: translateY(-2px);
                transition: 0.3s ease;
            }
        }
        /* Arrows */
        .arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
            background: #27aae1;
            border: none;
            color: #fff;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
            transition: 0.3s ease;
            &:hover {
                opacity: 0.85;
                transform: translateY(-50%) scale(1.1);
            }
        }
        .arrow.left {
            left: -22px;
            /* half outside */
        }
        .arrow.right {
            right: -22px;
        }
    }
    /* Buttons */
    .action-buttons {
        display: flex;
        justify-content: center;
        gap: 15px;
        .btn {
            padding: 12px 26px;
            border-radius: 30px;
            font-size: 14px;
            cursor: pointer;
            transition: 0.3s;
            &.primary {
                background: #27aae1;
                color: #fff;
                border: none;
                &:hover {
                    background: #1d97c8;
                }
            }
            &.outline {
                background: transparent;
                border: 2px solid #27aae1;
                color: #27aae1;
                &:hover {
                    background: #27aae1;
                    color: #fff;
                }
            }
        }
    }
}

.ribbon {
    --f: 8px;
    /* fold size */
    --r: 14px;
    /* ribbon depth */
    position: absolute;
    top: 10px;
    right: -8px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    background: #27aae1;
    border-bottom: var(--f) solid rgba(0, 0, 0, 0.25);
    border-left: var(--r) solid transparent;
    clip-path: polygon( 0 0, 100% 0, 100% calc(100% - var(--f)), calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)), 0 calc(100% - var(--f)), var(--r) 50%);
    z-index: 5;
    pointer-events: none;
}

.ribbon.ongoing {
    background: #27aae1;
}

.ribbon.completed {
    background: #2a9d8f;
}


/* =========================
   Mobile: 1 image per slide
   ========================= */

@media (min-width: 768px) and (max-width: 1024px) {
    .explore {
        padding: 0 30px;
    }
}

@media (max-width: 576px) {
    .explore {
        padding: 0 20px;
        .tabs {
            justify-content: flex-start;
            padding: 0 16px;
        }
        .slider-wrapper {
            gap: 8px;
            .slider {
                scroll-snap-type: x mandatory;
                .img-card {
                    min-width: 100%;
                    scroll-snap-align: center;
                }
            }
            /* KEEP arrows visible */
            .arrow {
                display: flex;
                width: 34px;
                height: 34px;
                font-size: 16px;
                align-items: center;
                justify-items: center;
            }
            .arrow.left {
                left: -14px;
            }
            .arrow.right {
                right: -14px;
            }
        }
        .ribbon {
            font-size: 11px;
            padding: 5px 12px;
            top: 8px;
            right: -6px;
            --f: 6px;
            --r: 12px;
        }
    }
}


/* 3D Project Views Section */

.project-views {
    background: #dcdcdc;
    padding: 40px 24px;
    .container {
        text-align: center;
        border-radius: 4px;
        max-width: 1200px;
        margin: auto;
    }
    .title {
        font-size: 26px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #333;
        margin-bottom: 24px;
    }
    /* Placeholder space for future 3D */
    .three-d-placeholder {
        width: 100%;
        height: 360px;
        background: linear-gradient(135deg, #e8e8e8, #f3f3f3);
        border: 2px dashed #bdbdbd;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        span {
            font-size: 14px;
            letter-spacing: 1px;
            color: #777;
        }
    }
    .btn {
        padding: 12px 26px;
        border-radius: 30px;
        font-size: 14px;
        cursor: pointer;
        transition: 0.3s;
        &.outline {
            background: transparent;
            border: 2px solid #27aae1;
            color: #27aae1;
            &:hover {
                background: #27aae1;
                color: #fff;
            }
        }
        &:active {
            transform: scale(0.96);
        }
    }
}