body {
    margin: 0;
    font-family: 'Arial', serif !important;
    font-style: italic;
    background-color: #fff;
    font-size: 18px;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

.logo {
    text-align: center;
    margin: 0;
    font-weight: 700;
    color: #00aaff;
    position: absolute;
    right: 10px;
    top: 10px;
}

p span::before {
    content: "• ";
    color: #00aaff; /* Customize bullet color */
    font-size: 1.2em;
}

.container {
    border: 3px solid #00aaffb3;
    margin: 20px;
    position: relative;
    padding: 20px;
    padding-bottom: 7rem;
    box-sizing: border-box;
    z-index: 1;
    height: auto;
}

.top-svg {
    position: absolute;
    z-index: 2;
    top: 0;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6rem;
}


.nav ul {
    list-style: none;
    margin: 12px 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.nav li b {
    background-color: #00aaff;
    color: white;
    padding: 12px 44px;
    margin: 12px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
}

.nav li b:hover {
    background-color: #008fcc
}

.nav li {
    background-color: #00aaff;
    color: white;
    padding: 12px 44px;
    margin: 12px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
}

.nav li:hover {
    background-color: #008fcc;
}

.logo img {
    width: 7rem;
    height: auto;
}

.logo p {
    margin: 0;
    font-weight: 700;
    color: #00aaff;
}

.content {
    margin-top: 40px;
}

.footer-logo {
    margin-top: 50px;
    text-align: center;
    font-weight: 800;
    color: #00aaff;
    font-size: 30px;
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100000;
}

.footer {
    position: relative;
}

.footer-svg {
    position: absolute;
    z-index: 1000;
    bottom: 0;
    transform: scale(-1, -1);
    right: 0;
}

.layers-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    z-index: 0;
}

/* === Typography Colors === */

h2 {
    color: #00aaff;
    font-size: 40px;

}

h1, h3, h4, h5, h6 {
    color: #00aaff;
    font-size: 22px;
}

ul li {
    font-size: 18px;
}

p {
    font-size: 17px;

}

.booking-contact {
    max-width: 600px;
    margin: 0 auto;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.booking-contact h3 {
    text-align: center;
    margin-bottom: 1rem;
}

.booking-contact ul {
    list-style: none;
    padding: 0;
}

.booking-contact li {
    margin-bottom: 1rem;
}

.booking-contact label {
    display: block;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.booking-contact input,
.booking-contact button {
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.booking-contact button {
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.booking-contact button:hover {
    background-color: #0056b3;
}


.content {
    min-height: 100vh;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

 #formMessage .alert {
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 5px;
    font-weight: bold;
  }
  .alert-success {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
  }
  .alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
  }

@media (max-width: 1200px) {
    .nav ul {
        gap: 0;
    }

    .nav li {
        margin: 8px;

    }
}

/* === Responsive Media Queries === */
@media (max-width: 992px) {
    .logo img {
        width: 6rem;
    }

    .nav li {
        padding: 9px 26px;
    }

    .footer-logo {
        font-size: 20px;
    }

    body {
        font-size: 14px;
    }

    .container {
        margin: 10px;
        padding: 10px;
        padding-bottom: 7rem;
    }

    .header {
        margin-top: 7rem;
    }
}

@media (max-width: 768px) {
    .nav ul {
        display: grid;
        gap: 0;
        text-align: center;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .nav ul li {
        margin: 0 8px;
    }
}

@media (max-width: 500px) {
    .content {
        min-height: 50vh;
    }

    .nav ul {

        grid-template-columns: repeat(2, 1fr);
    }

    .footer-svg,
    .top-svg {
        width: 300px;
        height: auto;
    }

    .footer-logo {
        font-size: 16px;
    }

    .logo img {
        width: 5rem;
    }

    .our-services {
        padding: 60px 20px;
        background-color: #f4f9fc;
        text-align: center;
    }

    .our-services h3 {
        font-size: 2rem;
        color: #179fd3;
        margin-bottom: 10px;
    }

    .our-services p {
        font-size: 1.1rem;
        color: #333;
        margin-bottom: 30px;
    }

    .services-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 20px;
        max-width: 1000px;
        margin: 0 auto;
    }

    .service-card {
        background: #ffffff;
        border-radius: 14px;
        padding: 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        text-align: left;
        transition: transform 0.3s ease;
    }

    .service-card:hover {
        transform: translateY(-5px);
    }

    .service-card h4 {
        font-size: 1.2rem;
        color: #03a3e6;
        margin-bottom: 10px;
    }

    .service-card p {
        font-size: 1rem;
        color: #444;
        line-height: 1.5;
    }

}

@media (max-width: 350px) {
    .nav li {
        padding: 9px 9px;
    }
}