body {
    font-family: 'Poppins', 'Montserrat', Arial, sans-serif;
    color: #222;
    background: #f7f8fa;
}

/* Optional: Hide scrollbars for all elements (including for overflow inside divs) */
body, html, * {
    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;   /* IE and Edge */
}
body::-webkit-scrollbar, *::-webkit-scrollbar {
    display: none;              /* Chrome, Safari, Opera */
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    position: sticky;
    top: 0;
    z-index: 100;
    background: linear-gradient(90deg, #e07a3f 0%, #3a8b7a 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(34,56,60,0.08);
    height: 90px;
    margin-bottom: 0;
}
.logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 700;
    color: #1a2233;
    letter-spacing: 1.5px;
    line-height: 1.1;
}
.logo span:last-of-type {
    font-size: 0.95rem;
    font-weight: 400;
    color: #888;
    margin-top: 1px;
    letter-spacing: 1px;
}
.logo {
    font-size: 2.1rem;
    margin-bottom: 0;
}
.nav {
    display: flex;
    gap: 36px;
    align-items: center;
}
.nav a {
    text-decoration: none;
    color: #1a2233;
    font-size: 1.08rem;
    font-weight: 500;
    transition: color 0.2s;
    position: relative;
    padding: 4px 0;
}
.nav a.active,
.nav a:hover {
    color: #e07a3f;
}
.nav a.active::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 18px;
    height: 2px;
    background: #e07a3f;
    border-radius: 2px;
    margin-top: 4px;
}
.social {
    display: flex;
    gap: 18px;
}
.social a {
    color: #222;
    background: #f5f5f5;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
}
.social a:hover {
    background: #e07a3f;
    color: #fff;
}
/* .home-section { */
    /* min-height: 90vh; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* background: url('professional\ backgro.png') center/cover no-repeat; */
    /* Replace the URL above with your preferred background image if needed */
    /* padding: 40px 0; */
/* } */

/* .home-content { */
    /* text-align: center;
    /* background: rgba(255,255,255,0.92); */
    /* padding: 40px 60px 32px 60px; */
    /* border-radius: 18px; */
    /* box-shadow: 0 6px 32px rgba(0,0,0,0.08); */
    /* max-width: 420px; */
    /* margin: 40px auto; */
/* } */

/* .home-logo {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 18px;
} */

/* .home-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 6px;
    color: #1a2233;
    margin-bottom: 10px;
    margin-top: 0; */

/* .tagline {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a8a6b;
    margin-bottom: 6px;
    letter-spacing: 1px;
} */

/* .subtitle {
    font-size: 1.05rem;
    color: #444;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0;
} */

/* Contact Section Styles */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

.contact-section {
    font-family: 'Poppins', Arial, sans-serif;
    max-width: 900px;
    margin: 40px auto 0 auto;
    padding: 0 20px 40px 20px;
}

.contact-section h2 {
    font-size: 4rem;
    font-weight: 400;
    color: #19202b;
    margin-bottom: 30px;
    text-align: left;
}

.contact-form {
    width: 50%;
    margin: 0 auto;      /* Center the form horizontally */
    display: block;      /* Ensure block-level for margin auto to work */
}

.form-row {
    display: flex;
    gap: 30px;
    margin-bottom: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom: 18px;
}

.form-group label {
    font-size: 1rem;
    color: #19202b;
    margin-bottom: 8px;
    font-weight: 400;
}

.form-group input,
.form-group textarea {
    border: none;
    border-bottom: 2px solid #111;
    background: transparent;
    font-size: 1.1rem;
    padding: 8px 0 6px 0;
    outline: none;
    font-family: inherit;
    resize: none;
}

.form-group textarea {
    min-height: 32px;
    max-height: 80px;
}

.form-submit {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.form-submit button {
    background: #111;
    color: #fff;
    font-size: 1.2rem;
    font-family: inherit;
    border: none;
    border-radius: 30px;
    padding: 10px 48px;
    cursor: pointer;
    transition: background 0.2s;
}

.form-submit button:hover {
    background: #222;
}

.contact-footer {
    display: flex;
    justify-content: space-between; ;
    align-items: center;
    margin-top: 40px;
    padding: 0 10px;
}

.contact-phone {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    color: #19202b;
    gap: 8px;
}

.contact-phone ion-icon {
    font-size: 1.5rem;
    vertical-align: middle;
}

.contact-social a {
    color: #19202b;
    font-size: 1.5rem;
    margin-left: 18px;
    transition: color 0.2s;
    vertical-align: middle;
}

.contact-social a:hover {
    color: #111;
}

/* section {
    margin-top: 20px;
    margin-bottom: 20px;
} */

.footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 24px 0 12px 0;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-top: 40px;
}
.footer-brand {
    color: #e07a3f;
    font-weight: 600;
}

.slider-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100%;            /* Responsive width */
    margin: 0 auto;
    overflow: hidden;
    /* border-radius: 18px; */
    box-shadow: 0 6px 32px rgba(0,0,0,0.08);
    background: #fff;
}

.slider {
    position: relative;
    width: 100%;
    height: 45vw;             /* Responsive height based on viewport width */
    min-height: 180px;        /* Minimum height for small screens */
    display: flex;
}

.slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: translateX(100%);
    transition:
        opacity 0.5s cubic-bezier(.4,0,.2,1),
        transform 0.7s cubic-bezier(.4,0,.2,1);
    z-index: 1;
    /* border-radius: 18px; */
}

.slide.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 2;
    display: block;
}

.slide.prev {
    opacity: 0;
    transform: translateX(-100%);
    z-index: 1;
    display: block;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 1.6rem;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s;
}

.slider-btn.prev {
    left: 16px;
}
.slider-btn.next {
    right: 16px;
}
.slider-btn:hover {
    background: #e07a3f;
}

.slider-dots {
    text-align: center;
    position: absolute;
    bottom: 18px;
    width: 100%;
}

.slider-dots .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s;
}

.slider-dots .dot.active {
    background: #e07a3f;
}

@media (max-width: 700px) {
    .header {
        flex-direction: column;
        height: auto;
        padding: 20px;
        gap: 16px;
    }
    .nav {
        gap: 18px;
    }
    .logo {
        align-items: center;
        text-align: center;
    }
    .home-content {
        padding: 24px 10px 18px 10px;
        max-width: 95vw;
    }
    .home-logo {
        width: 80px;
        height: 80px;
    }
    .home-content h1 {
        font-size: 1.6rem;
    }
    .contact-section h2 {
        font-size: 2rem;
        text-align: left;
    }
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    .contact-footer {
        flex-direction: column;
        gap: 18px;
        align-items: flex-start;
    }
    .slider-container {
        width: 98vw;
        max-width: 100vw;
    }
    .slider, .slide {
        height: 40vw;
        min-height: 120px;
        max-height: 220px;
    }
}
.nav-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 160px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    border-radius: 8px;
    z-index: 1000;
    flex-direction: column;
    padding: 8px 0;
    animation: dropdownFade 0.3s;
}

@keyframes dropdownFade {
    from { opacity: 0; transform: translateY(-10px);}
    to { opacity: 1; transform: translateY(0);}
}

.dropdown-menu a {
    color: #1a2233;
    padding: 10px 24px;
    text-decoration: none;
    display: block;
    font-size: 1rem;
    transition: background 0.2s, color 0.2s;
}

.dropdown-menu a:hover {
    background: #e07a3f;
    color: #fff;
    border-radius: 6px;
}

.nav-dropdown:hover .dropdown-menu {
    display: flex;
}

/* Auth Buttons */
.auth-buttons {
    display: flex;
    gap: 12px;
    margin-left: 24px;
    justify-content: center;   /* Center the buttons horizontally */
    align-items: center;
    text-align: center;        /* Center the text inside the buttons */
}

.auth-btn {
    background: linear-gradient(90deg, #e07a3f 0%, #3a8b7a 100%);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 32px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(224,122,63,0.10);
    transition: background 0.2s, transform 0.2s;
    text-align: center;        /* Center the text inside the button */
}

.auth-btn.signup {
    background: #e07a3f;
    color: #fff;
    border: 1.5px solid #e07a3f;
}

.auth-btn:hover {
    background: linear-gradient(90deg, #3a8b7a 0%, #e07a3f 100%);
    transform: translateY(-2px) scale(1.04);
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.25);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #fff;
    padding: 32px 28px 22px 28px;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    min-width: 320px;
    max-width: 90vw;
    position: relative;
    text-align: center;
}

.modal-content h3 {
    margin-bottom: 18px;
    color: #1a2233;
    font-size: 1.5rem;
}

.modal-content form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.modal-content input {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
}

.modal-content button[type="submit"] {
    background: #e07a3f;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 8px 0;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.modal-content button[type="submit"]:hover {
    background: #1a2233;
}

.modal-content .close {
    position: absolute;
    top: 10px; right: 16px;
    font-size: 1.5rem;
    color: #888;
    cursor: pointer;
}

.modal-content p {
    margin-top: 18px;
    font-size: 0.98rem;
}

.modal-content a {
    color: #e07a3f;
    text-decoration: none;
    font-weight: 500;
}

@media (max-width: 600px) {
    .modal-content {
        min-width: 90vw;
        padding: 18px 6vw 18px 6vw;
    }
}

/* About Us Section */
.about-section {
    background: url('about-bg.jpg') center center/cover no-repeat;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.about-overlay {
    background: rgba(34, 56, 60, 0.72);
    backdrop-filter: blur(8px);
    padding: 48px 36px;
    border-radius: 18px;
    max-width: 900px;
    margin: 48px auto;
    color: #fff;
    text-align: center;
    box-shadow: 0 8px 32px rgba(34,56,60,0.18);
}
.about-overlay h2 {
    font-size: 2.5rem;
    font-family: 'Montserrat', Arial, sans-serif;
    margin-bottom: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e07a3f;
    text-shadow: 0 2px 12px rgba(34,56,60,0.10);
}
.about-overlay p {
    font-size: 1.18rem;
    line-height: 1.7;
    font-family: 'Poppins', Arial, sans-serif;
    margin-bottom: 0;
    color: #f7f8fa;
}

/* Why Choose Us Section */
.why-choose-section {
    background: linear-gradient(120deg, #fff 70%, #e0f7fa 100%);
    padding: 56px 0 40px 0;
}
.why-choose-container {
    max-width: 800px;
     margin: 0 auto;
    padding: 0 24px;
}
.why-choose-container h2 {
    color: #e07a3f;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 24px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
.why-choose-container ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
}
.why-choose-container li {
    background: #f5f5f5;
    margin-bottom: 16px;
    padding: 18px 24px 18px 54px;
    border-radius: 12px;
    font-size: 1.08rem;
    color: #222;
    box-shadow: 0 2px 8px rgba(224, 122, 63, 0.04);
    position: relative;
    font-family: 'Poppins', Arial, sans-serif;
}
.why-choose-container li b {
    color: #3a8b7a;
}
.why-choose-container li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #e07a3f;
    font-size: 1.3rem;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

/* Services Section */
.services-section {
    background: #f7f8f8;
    padding: 60px 0 40px 0;
    min-height: 60vh;
}
.services-title {
    text-align: center;
    font-size: 3rem;
    color: #3a8b7a;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 36px;
    letter-spacing: 1px;
}
.services-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 32px;
    max-width: 1300px;
    margin: 0 auto;
}
.service-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(34,56,60,0.10), 0 1.5px 8px rgba(224,122,63,0.08);
    width: 320px;
    padding: 28px 18px 24px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s, transform 0.2s;
}
.service-card:hover {
    box-shadow: 0 12px 36px rgba(224,122,63,0.15), 0 2px 12px rgba(34,56,60,0.10);
    transform: translateY(-6px) scale(1.03);
}
.service-card img {
    width: 220px;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 18px;
    box-shadow: 0 2px 12px rgba(34,56,60,0.08);
    background: #f5f5f5;
}
.service-card h3 {
    font-size: 1.35rem;
    color: #3a8b7a;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
@media (max-width: 1100px) {
    .services-cards {
        gap: 32px 16px;
    }
    .service-card {
        width: 260px;
        padding: 18px 8px 16px 8px;
    }
    .service-card img {
        width: 170px;
        height: 110px;
    }
}
@media (max-width: 700px) {
    .services-cards {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .service-card {
        width: 90vw;
        max-width: 340px;
    }
    .hero-content h1 {
        font-size: 2.1rem;
    }
    .hero-content p {
        font-size: 1rem;
    }
}

/* Hamburger button styles */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 10px;
    z-index: 11001;
}
.nav-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: #e07a3f;
    margin: 5px 0;
    border-radius: 2px;
    transition: all 0.3s;
}

/* Responsive nav styles */
@media (max-width: 900px) {
    .header {
        flex-wrap: wrap;
        flex-direction: row;
        padding: 16px 10px;
        height: auto;
    }
    .logo {
        font-size: 1.5rem;
        margin-bottom: 0;
    }
    .nav-toggle {
        display: flex;
    }
    .nav {
        position: fixed;
        top: 0;
        right: -100vw;
        width: 80vw;
        max-width: 320px;
        height: 100vh;
        background: #fff;
        box-shadow: -2px 0 16px rgba(0,0,0,0.08);
        flex-direction: column;
        align-items: flex-start;
        padding: 80px 24px 24px 24px;
        gap: 18px;
        z-index: 11000;
        transition: right 0.3s cubic-bezier(.4,0,.2,1);
        display: flex;
    }
    .nav.open {
        right: 0;
    }
    .nav a, .nav .nav-dropdown {
        font-size: 1.15rem;
        width: 100%;
        padding: 10px 0;
    }
    .nav .nav-dropdown .dropdown-menu {
        position: static;
        box-shadow: none;
        background: #f7f8f8;
        border-radius: 0;
        padding-left: 18px;
        margin-top: 0;
    }
    .auth-buttons {
        width: 100%;
        justify-content: flex-start;
        margin: 18px 0 0 0;
    }
}

/* Hide nav and show hamburger on small screens */
@media (max-width: 900px) {
    .nav {
        display: none;
    }
    .nav.open {
        display: flex;
    }
}

/* Ensure nav is horizontal on desktop */
@media (min-width: 901px) {
    .nav {
        display: flex !important;
        position: static;
        height: auto;
        background: none;
        box-shadow: none;
        flex-direction: row;
        align-items: center;
        padding: 0;
        gap: 36px;
    }
    .nav-toggle {
        display: none !important;
    }
}

.section {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(34,56,60,0.08);
    margin: 40px auto;
    padding: 32px 24px;
}

/* Hero Section Styles */
.hero-section {
    position: relative;
    background: url('hero-bg.jpg') center center/cover no-repeat;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    width: 100%;
    height: 100%;
    background: rgba(34, 56, 60, 0.68);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    text-align: center;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 24px;
}

.hero-content h1 {
    font-size: 3.2rem;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0 4px 24px rgba(34,56,60,0.18);
}

.hero-content p {
    font-size: 1.35rem;
    font-family: 'Poppins', Arial, sans-serif;
    margin-bottom: 32px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(34,56,60,0.10);
}

.hero-content .button {
    background: #e07a3f;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s, transform 0.3s;
}

.hero-content .button:hover {
    background: #3a8b7a;
    transform: translateY(-2px);
}

.hero-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    max-width: 600px;
    transform: translate(-50%, -50%);
    z-index: 0;
    opacity: 0.1;
}

@media (max-width: 900px) {
    .hero-section {
        height: 70vh;
    }
    .hero-content h1 {
        font-size: 2.5rem;
    }
    .hero-content p {
        font-size: 1rem;
    }
    .hero-content .button {
        padding: 10px 24px;
        font-size: 1rem;
    }
    .hero-image {
        max-width: 100%;
    }
}

a, button, .service-card {
    transition: all 0.2s cubic-bezier(.4,0,.2,1);
}
a:hover, .service-card:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 32px rgba(224,122,63,0.18);
}
