:root {
    --primary-red: #de3524;
    --primary-blue: #13233c;
    --text-dark: #2c3e50;
    --text-gray: #5a6c7d;
    --bg-light: #f8f9fa;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    overflow-x: hidden;
}
body {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Navigation */
.navbar {
    padding: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    background: var(--white) !important;
}

.navbar-brand img {
    height: 100px;
}

.nav-link {
    color: var(--text-dark) !important;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--primary-red) !important;
}

.nav-link.active {
    color: var(--primary-red) !important;
}

.top-bar {
    background: var(--white);
    border-bottom: 1px solid #eee;
    padding: 0.5rem 0;
    font-size: 0.85rem;
}

.top-bar a {
    color: var(--text-gray);
    text-decoration: none;
    transition: color 0.3s;
}

.top-bar a:hover {
    color: var(--primary-red);
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    background-image: url(../images/bg-img.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}
.layout{
    background-color: #00000030;
    height: 100%;
    padding: 5rem 0 4rem;
}
.hero-title {
    color: var(--white);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    max-width: 710px;
    margin: 0 auto 1.5rem;
}

.hero-subtitle {
    color: var(--white);
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 2rem;
    line-height: 1.8;
    font-weight: 600;
}

.btn-whatsapp {
    background-color: #25d366;
    color: white;
    padding: 0.875rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: none;
}

.btn-whatsapp:hover {
    background-color: #128c7e;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

/* Accreditation Section */
.accreditation-section {
    padding: 3rem 0 0 0;
    background: var(--white);
}

.accreditation-title {
    color: var(--primary-blue);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.accreditation-logo {
    height: 60px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.accreditation-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.accreditation-text {
    color: var(--text-gray);
    font-size: 0.9rem;
    max-width: 900px;
    margin: 2rem auto 0;
}

/* About Section */
.about-section {
    padding: 5rem 0;
    background: var(--bg-light);
}
#free-logbook{
    padding-top: 5rem; 
}
.about-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.logbook img{
    border-radius: 20px;
    width: 100%;
}
.about-image img {
    width: 100%;
    height: auto;
}

.section-label {
    color: var(--primary-blue);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
}

.about-title {
    color: var(--primary-blue);
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.about-text {
    color: var(--text-gray);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

/* Kitchen Banner */
.kitchen-banner {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1556910103-1c02745a30bf?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover;
    padding: 6rem 0;
    color: white;
}

.kitchen-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.kitchen-text {
    font-size: 1rem;
    line-height: 1.8;
    opacity: 0.95;
    margin-bottom: 1.5rem;
}

.btn-outline-light-custom {
    border: 2px solid white;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 4px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    background: transparent;
}

.btn-outline-light-custom:hover {
    background: white;
    color: var(--primary-blue);
}

/* Services Section */
.services-section {
    padding: 0 0 5rem 0;
    background: var(--white);
}

.section-title {
    color: var(--primary-blue);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.section-subtitle {
    color: var(--text-gray);
    font-size: 0.9rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    /*margin-bottom: 3rem;*/
}

.service-card {
    text-align: center;
    padding: 1rem 1rem;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #80808047;
    border-radius: 20px;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-icon {
    width: 100%;
    height: 250px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.service-title {
    color: var(--primary-blue);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.service-text {
    color: var(--text-gray);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.service-link {
    color: var(--text-dark);
    text-decoration: underline;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.service-link:hover {
    color: var(--primary-red);
}

/* Why Choose Us */
.why-choose-section {
    padding: 0 0 5rem 0;
    background: var(--bg-light);
}

.why-choose-title {
    color: var(--primary-blue);
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

.feature-card {
    background: var(--white);
    padding: 2.5rem 2rem;
    text-align: center;
    height: 100%;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.feature-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    color: var(--primary-blue);
    font-size: 2.5rem;
}

.feature-title {
    color: var(--primary-blue);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.feature-text {
    color: var(--text-gray);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Experience Section */
.experience-section {
    background: var(--white);
    text-align: center;
}

.experience-title {
    color: var(--primary-blue);
    font-size: 1.75rem;
    font-weight: 700;
}

/* Contact Section */
.contact-section {
    padding: 5rem 0;
    background: var(--bg-light);
}

.contact-form-wrapper {
    background: var(--white);
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.form-label {
    color: var(--text-gray);
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.form-control, .form-select {
    border: 1px solid #ddd;
    padding: 0.75rem;
    font-size: 0.95rem;
    border-radius: 4px;
}

.form-control:focus, .form-select:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 0.2rem rgba(0, 51, 102, 0.15);
}

.service-checkbox {
    margin-bottom: 0.75rem;
}

.service-checkbox .form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.2em;
    border-color: #ccc;
}

.service-checkbox .form-check-input:checked {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
}

.service-checkbox .form-check-label {
    font-size: 0.9rem;
    color: var(--text-gray);
    padding-left: 0.5rem;
}

.btn-submit {
    background-color: var(--primary-red);
    color: white;
    padding: 0.875rem 3rem;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #c00510;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(227, 6, 19, 0.3);
}

/* Footer */
.footer {
    background: var(--primary-red);
    color: white;
    padding: 4rem 0 2rem;
}

.footer-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-text {
    opacity: 0.9;
    font-size: 0.95rem;
    line-height: 1.8;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 3rem;
    padding-top: 2rem;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .kitchen-title {
        font-size: 2rem;
    }

    .about-section .row {
        flex-direction: column-reverse;
    }

    .contact-form-wrapper {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 1.6rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .kitchen-banner {
        padding: 4rem 0;
    }

    .kitchen-title {
        font-size: 1.75rem;
    }

    .feature-card {
        margin-bottom: 1.5rem;
    }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary-blue);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #002244;
}
    .m-none p a {
        color: black !important;
    }
    .m-none p {
        margin-bottom: 0px !important;
    }
    .m-none{
        display: flex;
        margin-left: 30px;
    }
    .m-none .lkds-438{
        margin-left: 30px;
    }
@media (max-width: 500px) {
    .navbar-brand img {
        height: 65px;
    }
    .navbar-brand {
        margin-right: 0;
    }
    nav.navbar.navbar-expand-lg.navbar-light.sticky-top .container{
        padding:0px 12px !important;
    }
    .m-none{
        display: block !important;
        margin-left: 0px !important;
    }
    .m-none .lkds-438{
        margin-left: 0px !important;
    }
    .m-none p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .m-none p a {
        color:black !important;
    }
}

@media (max-width: 375px) {
    .m-none p {
        margin-bottom: 0;
        font-size: 12px;
    }
}

<style>
    * {
        box-sizing: border-box;
    }

    /* body/page ko neeche se space do takay fixed bar content ko cover na kare */
    body {
        padding-bottom: 95px;
    }

    /* Mobile Contact Bar - Only visible on mobile */
    .mobile-contact-bar {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
        z-index: 99999;
        overflow: visible;
        padding-bottom: env(safe-area-inset-bottom, 0px);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .contact-bar-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 500px;
        margin: 0 auto;
        padding: 10px 12px;
        gap: 10px;
    }

    .contact-btn {
        flex: 1 1 0;
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #333;
        transition: transform 0.2s ease;
        padding: 6px 0;
    }

    .contact-btn:active {
        transform: scale(0.95);
    }

    .icon-wrapper {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        flex-shrink: 0;
        overflow: visible;
        transition: all 0.3s ease;
    }

    .contact-btn:hover .icon-wrapper {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    /* Phone Button */
    .phone-btn .icon-wrapper {
        background: linear-gradient(135deg, #4CAF50, #45a049);
    }

    /* Email Button */
    .email-btn .icon-wrapper {
        background: linear-gradient(135deg, #E91E63, #C2185B);
    }

    /* WhatsApp Button */
    .whatsapp-btn .icon-wrapper {
        background: linear-gradient(135deg, #25D366, #128C7E);
    }

    .icon-wrapper svg {
        width: 24px;
        height: 24px;
        fill: #fff;
        display: block;
    }

    /* Mobile only */
    @media screen and (max-width: 500px) {
        .mobile-contact-bar {
            display: block;
        }

        body {
            padding-bottom: 90px;
        }

        .contact-bar-inner {
            padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
        }

        .icon-wrapper {
            width: 28px;
            height: 28px;
            min-width: 28px;
            min-height: 28px;
        }

        .icon-wrapper svg {
            width: 16px;
            height: 16px;
        }
    }
</style>