:root {
    --primary-5: #034e52;
    --primary-5-hover: #023a3d;
    --secondary-5: #dcc389;
    --bg-white: #ffffff;
    --bg-warm: #FAF9F6;
    --text-dark: #1a1a1a;
    --text-muted: #636e72;
    --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    --shadow-sm: 0 2px 10px rgba(0,0,0,0.05);
    --shadow-md: 0 10px 30px rgba(0,0,0,0.08);
    --font-1: 'Roboto', serif;
    --font-2: 'Plus Jakarta Sans', sans-serif;
}

body {
    font-family: var(--font-1);
    color: var(--text-dark);
    background-color: var(--bg-white);
    overflow-x: hidden;
    background-color: #F7F7EE;
}

.bg-warm {
    background: rgba(200, 173, 141, 0.15)
}

h1,h2,h3,h4,h5 {
    color: var(--primary-5)
}

.fw-bold {
    font-weight: 500!important;
}

/* Navbar */
.navbar-5 {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(50px);
    padding: 12px 0;
    transition: var(--transition);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    /* background: rgb(188 171 150 / 7%); */
}

.navbar-5 .nav-link {
    color: var(--text-dark);
    font-weight: 480;
    margin: 0 1rem;
    transition: var(--transition);
    /* font-family: var(--font-2); */
    letter-spacing: 0px;
    font-size: 16px;
}

.navbar-5 .nav-link:hover {
    color: var(--primary-5);
}

.btn-primary-5 {
    background-color: var(--primary-5);
    background-color: hsl(39 100% 69% / 1);
    color: #2b2b2b;
    border: none;
    padding: 19px 30px;
    border-radius: 8px;
    font-weight: 580;
    transition: var(--transition);
    letter-spacing: .12px;
}

.btn-primary-5:not(:disabled):hover, .btn-primary-5:not(:disabled):focus {
    background-color: hsl(39deg 64.09% 55.51%);
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    /* color: white; */
}

.btn-outline-5 {
    /* border: 2px solid var(--primary-5);
    color: var(--primary-5);
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    transition: var(--transition); */
    background-color: var(--primary-5);
    color: #fff;
    border: none;
    padding: 19px 30px;
    border-radius: 8px;
    font-weight: 410;
    transition: var(--transition);
    letter-spacing: .12px;
}

.btn-outline-5:hover {
    background-color: #0a333a;
    color: white;
    transform: translateY(-3px);
}

/* Hero Section */
.hero-5 {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f9fbfc 100%);
    position: relative;
    background: #f2f1ef;
    /* background: rgba(200, 173, 141, 0.15); */
}

.hero-tagline {
    color: #020202;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 650;
    font-size: 0.75rem;
    display: inline-block;
    margin-bottom: 1rem;
    background-color: var(--secondary-5);
    padding: 6px 18px;
    border-radius: 60px;
    background: rgba(200, 173, 141, 0.15);
    color: #8e735b;
    padding: 8px 16px;
}

.hero-title-5 {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    color: var(--primary-5);
    /* font-family: var(--font-2); */
}

.hero-lead {
    letter-spacing: 0.25px;
    font-weight: 500;
    font-size: 0.999rem;
}

.hero-img-box-5 {
    position: relative;
    z-index: 1;
}

.hero-img-box-5::before {
    /* content: ''; */
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--secondary-5);
    top: 20px;
    left: 20px;
    z-index: -1;
    border-radius: 30px;
    opacity: 0.3;
}

.hero-img-box-5 img {
    border-radius: 30px;
    /* box-shadow: var(--shadow-md); */
}

/* Services */
#services {
    padding: 80px 0;
    background: linear-gradient(to bottom, rgb(200 173 141 / 8%), transparent);
}

.service-card-5 {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: var(--shadow-sm);
}

.service-card-5:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-md);
}

.service-card-5 img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}

.service-card-5 h4 {
    font-size: 1.35rem;
}

/* Reviews */
.reviews-section-5 {
    padding: 100px 0;
    background-color: var(--bg-warm);
}

.review-card-5 {
    background: white;
    padding: 40px;
    border-radius: 25px;
    box-shadow: var(--shadow-sm);
    height: 100%;
    position: relative;
    border: 1px solid #607D8B;
    margin: 1px
}

.google-icon {
    position: absolute;
    top: 30px;
    right: 30px;
}

.review-stars {
    color: #ffc107;
    margin-bottom: 1.5rem;
}

.review-text {
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: var(--text-dark);
}

.author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-img {
    width: 50px;
    height: 50px;
    background: #0b4a5175;
    border-radius: 50%;
}

/* Contact */
.contact-card-5 {
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    transition: var(--transition);
    border: 1px solid rgb(0 0 0 / 19%);
    height: 100%;
}

.contact-card-5:hover {
    background: #efd894;
    color: white;
}

.contact-card-5:hover .text-muted {
    /* color: rgba(255,255,255,0.8) !important; */
}

.contact-card-5:hover .text-primary-5 {
    /* color: var(--secondary-5) !important; */
}

.text-primary-5 {
    color: var(--primary-5);
}

/* Footer */
.footer-5 {
    background: linear-gradient(to top, #041c1c, #012a2c);
    color: white;
    padding: 80px 0 30px;
}

.footer-logo-desc {
    color: rgba(255,255,255,0.6);
    line-height: 1.8;
}

.footer-heading {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #fff;
}

.footer-link {
    display: block;
    color: rgb(255 255 255 / 86%);
    text-decoration: none;
    margin-bottom: 0.8rem;
    transition: var(--transition);
}

.footer-link:hover {
    color: var(--secondary-5);
    padding-left: 5px;
}

.footer-contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 1rem;
}

.footer-contact-item i {
    color: var(--secondary-5);
    margin-top: 5px;
}

.social-links-5 {
    display: flex;
    gap: 15px;
    margin-top: 1.5rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: var(--secondary-5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #012a2c;
    text-decoration: none;
    transition: var(--transition);
}

.social-icon:hover {
    background: var(--bg-warm);
    color: #012a2c;
    transform: rotate(360deg);
}

.copyright-5 p {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    color: rgb(255 255 255 / 80%);
    font-size: 0.9rem;
}

/* Animations */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-up.active {
    opacity: 1;
    transform: translateY(0);
}

.badge-warm {
    /* background: rgba(200, 173, 141, 0.15); */
    /* color: #8e735b; */
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 20px;
    background: rgb(141 200 170 / 15%);
    color: #5b8e7b;
}

.text-muted {
    --bs-text-opacity: 1;
    color: rgb(33 37 41 / 87%) !important;
}

.intro-2 p {
    line-height: 1.65;
    font-size: 1.125rem;
}

.section-padding {
    padding: 80px 0px
}

.sec-facility {
    background: rgba(200, 173, 141, 0.15);
}

.navbar-5 {
    transition: all 0.3s ease;
}

/* Sticky Header on Scroll */
.navbar-5.sticky {
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* Offcanvas Sidebar Mobile Styles */
@media (max-width: 991px) {
    .offcanvas {
        background-color: #fff;
        width: 320px !important;
    }

    .offcanvas-body {
        padding: 2rem 1.5rem;
    }

    .navbar-nav .nav-item {
        width: 100%;
        text-align: left;
    }

    .navbar-nav .nav-link {
        margin: 0.2rem 0;
        font-size: 1.1rem;
        padding: 0.8rem 1rem !important;
        border-radius: 10px;
        color: var(--text-dark) !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-nav .nav-item.active .nav-link {
        background-color: rgba(200, 173, 141, 0.1);
        color: var(--primary-5) !important;
    }

    .navbar-nav .dropdown-menu {
        position: static !important;
        transform: none !important;
        box-shadow: none !important;
        padding-left: 1rem !important;
        padding-top: 0 !important;
        border-left: 2px solid rgba(200, 173, 141, 0.2) !important;
        margin-left: 1rem !important;
        margin-top: 0.5rem !important;
        background: transparent !important;
        display: none;
    }

    .navbar-nav .dropdown-menu.show {
        display: block !important;
    }

    .navbar-nav .dropdown-toggle::after {
        border: none;
        content: '\f107';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        vertical-align: middle;
        margin-left: auto;
        transition: transform 0.3s ease;
    }

    .navbar-nav .dropdown.show .dropdown-toggle::after {
        transform: rotate(180deg);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }
}

.footer-logo {
    filter: saturate(0%) invert(1);
    margin-bottom: 18px;
    height: 50px;
}

.odic-btn {
    display: inline-block;
    text-decoration: none;
}

.odic-btn:disabled, .odic-btn:disabled:hover {
    background: #e0e0e0;
    color: gray;
}

.form-control {
    padding: 10px 20px;
    border-radius: 5px;
}

.nav__logo {
    width: 270px;
    transition: var(--transition);
}

.navbar-5.sticky .nav__logo {
    width: 230px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #14e261;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #41ae4b;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Base */
.btn-floating:hover img {
    margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 59px;
    height: 59px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .5s ease;
    line-height: 59px;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating .icon svg {
    width: 34px;
    height: 34px;
}

.btn-floating .text {
    font-size: 16px;
    margin-left: 5px;
    transition: 0.2s;
    line-height: 0px;
    /* display: none;
    */
    display: inline-block;
    visibility: hidden;
    opacity: 0
}

.btn-floating:hover span {
    /* display: inline-block; */
    visibility: visible;
    opacity: 1
}

/* Phone */
.btn-floating.phone {
    bottom: 95px;
    background-color: #24a4e8;
}

.btn-floating.phone:hover {
    background-color: #028cd5;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 25px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}

@media (max-width: 991px) {
    .hero-title-5 {
        font-size: 2.55rem;
    }

    .nav__logo {
        width: 210px;
    }

    .navbar-5.sticky .nav__logo {
        width: 190px;
    }

    .hero-5 {
        padding: 60px 0 100px;
    }
}
