<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">

section {
    padding: 100px 20px;
}

.container {
    max-width: 1100px;
    margin: auto;
}

* {
    font-family: 'Inter', sans-serif;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: #111827;
}

.logo h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 768px) {
    .logo h1 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .logo h1 {
        font-size: 22px;
    }
}

.nav h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

h1 {
    font-size: 28px;
    font-weight: 600;
}

h2 {
    font-size: 36px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

p {
    font-size: 16px;
    line-height: 1.7;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 50px;
    background-color: #1f2937;
    color: white;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.phone a {
    text-decoration: none;
    color: white;
    background-color: #2563eb;
    padding: 8px 14px;
    border-radius: 5px;
}

.nav {
    background-color: #f3f4f6;
    padding: 100px 20px;
    text-align: center;
}

.hero {
    background: linear-gradient(135deg, #1f2937, #2563eb);
    color: white;
    padding: 120px 20px;
    text-align: center;
}

.hero-content {
    max-width: 700px;
    margin: auto;
}

.hero h2 {
    font-size: 42px;
    font-weight: 600;
}

.hero p {
    font-size: 18px;
    line-height: 1.7;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-primary {
    background-color: #2563eb;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 6px;
}

.btn-secondary {
    background-color: #16a34a;
    color: white;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 6px;
}

.services {
    padding: 80px 20px;
    background-color: #ffffff;
    text-align: center;
}

.section-title {
    font-size: 32px;
    margin-bottom: 50px;
}

.services-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.service-card {
    background: #f9fafb;
    padding: 20px;
    width: 280px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    text-align: left;
}

.service-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 15px;
}

.service-card img {
    transition: transform 0.3s ease;
}

.service-card:hover img {
    transform: scale(1.05);
}

.service-card h3 {
    margin-bottom: 15px;
}

.service-card p {
    color: #555;
    font-size: 15px;
}

.why-us {
    padding: 80px 20px;
    background-color: #f3f4f6;
    text-align: center;
}

.why-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.why-item {
    max-width: 250px;
}

.why-item h3 {
    margin-bottom: 10px;
}

.why-item p {
    color: #555;
    font-size: 15px;
}

.cta {
    padding: 80px 20px;
    background-color: #2563eb;
    color: white;
    text-align: center;
}

.cta h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.cta p {
    margin-bottom: 25px;
    font-size: 18px;
}

.cta-button {
    background-color: #16a34a;
    color: white;
    padding: 14px 24px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 18px;
}

.footer {
    background-color: #111827;
    color: white;
    padding: 50px 20px 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.footer h3, .footer h4 {
    margin-bottom: 15px;
}

.footer p {
    color: #ccc;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links a {
    text-decoration: none;
    color: #ccc;
}

.footer-contact a {
    color: #ccc;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #333;
    padding-top: 15px;
    font-size: 14px;
    color: #aaa;
}

.service-card i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #2563eb;
}

.service-card {
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.btn-primary:hover,
.btn-secondary:hover,
.cta-button:hover {
    opacity: 0.9;
    transform: scale(1.05);
    transition: 0.3s;
}

.nav-links a:hover {
    color: #60a5fa;
}

.hero {
    background: url('https://images.unsplash.com/photo-1606813907291-d86efa9b94db') center/cover no-repeat;
    color: white;
    padding: 120px 20px;
    text-align: center;
    position: relative;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.hero-content {
    position: relative;
    z-index: 1;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content {
    animation: fadeInUp 1s ease;
}

.service-card {
    animation: fadeInUp 0.8s ease;
}

.why-item {
    animation: fadeInUp 1s ease;
}

/* Hide hamburger on desktop */
.menu-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

/* Mobile Styles */
@media (max-width: 768px) {

    .menu-toggle {
        display: block;
        color: white;
    }

    .nav-links {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: #1f2937;
        flex-direction: column;
        align-items: center;
        display: none;
        padding: 20px 0;
    }

    .nav-links li {
        margin: 15px 0;
    }

    .phone {
        display: none;
    }
}

@media (max-width: 768px) {

    .menu-toggle {
        display: block;
        color: white;
    }

    .nav-links {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: #1f2937;
        flex-direction: column;
        align-items: center;

        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .nav-links.active {
        max-height: 300px; /* enough to show all links */
    }

    .nav-links li {
        margin: 15px 0;
    }

    .phone {
        display: none;
    }
}

.floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
}

.call-btn,
.whatsapp-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    color: white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.call-btn {
    background-color: #2563eb;
}

.whatsapp-btn {
    background-color: #25D366;
}

.call-btn:hover,
.whatsapp-btn:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.contact {
    padding: 80px 20px;
    background-color: #f9fafb;
    text-align: center;
}

.contact-container {
    display: flex;
    justify-content: center;
}

.contact-form {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}

.contact-form textarea {
    min-height: 100px;
    resize: vertical;
}

.contact-form button {
    background-color: #2563eb;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #1e40af;
}

.btn-primary,
.btn-secondary,
.cta-button {
    font-weight: 500;
    letter-spacing: 0.3px;
}

h1, h2, h3, h4 {
    font-weight: 600;
    letter-spacing: -0.3px;
}

p {
    line-height: 1.6;
    font-weight: 400;
}

.section-title {
    font-size: 34px;
    margin-bottom: 50px;
}

.privacy {
    padding: 100px 20px;
    background-color: #ffffff;
}

.privacy h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.privacy h2 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.privacy p {
    margin-bottom: 10px;
    line-height: 1.7;
}

.privacy ul {
    margin-left: 20px;
    margin-bottom: 15px;
}

.form-btn {
    background-color: #f59e0b;
}

.form-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.form-box {
    background: white;
    padding: 25px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

.popup-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.popup-form input,
.popup-form select,
.popup-form textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.popup-form button {
    background-color: #2563eb;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 6px;
}

.form-popup {
    display: none;
}

.privacy-header {
    background-color: #1f2937; /* dark */
    color: white;
    padding: 40px 20px;
    text-align: center;
}

.privacy-header h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
}

.privacy-page {
    background-color: #f9fafb; /* off-white */
}