/* Global Page Style */
body {
    font-family: Arial, sans-serif;
    background: #eef4ff;
    margin: 0;
    padding: 0;
    color: #222;
}

/* Header */
header {
    text-align: center;
    padding: 30px 20px;
    background: #0a4d68;
    color: white;
}

header h1 {
    font-size: 36px;
    margin-bottom: 5px;
}

.tagline {
    font-size: 18px;
    opacity: 0.9;
}

/* Logo */
.logo {
    width: 120px;
    display: block;
    margin: 0 auto 20px auto;
}

/* Section Titles */
h2 {
    text-align: center;
    color: #0a4d68;
    margin-top: 40px;
}

/* About Section */
.about, .services, .availability, .areas, .social {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}

/* Service Boxes */
.service-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.service-box h3 {
    color: #0a4d68;
}

/* Facebook Button */
.fb-button {
    display: inline-block;
    background-color: #1877f2;
    color: white;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
}

.fb-button:hover {
    background-color: #0f5dc8;
}

/* Center the Facebook section */
.social {
    text-align: center;
    background: #eef4ff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

/* Social Buttons (TikTok + YouTube) */
.social-buttons {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.tiktok-button,
.youtube-button {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

/* TikTok */
.tiktok-button {
    background: #000000;
}
.tiktok-button:hover {
    background: #222222;
}

/* YouTube */
.youtube-button {
    background: #FF0000;
}
.youtube-button:hover {
    background: #cc0000;
}

/* Icon spacing for Facebook, TikTok, YouTube */
.fb-button i,
.social-buttons i {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: middle;
}

.call-now {
    text-align: center;
    margin-top: 30px;
}

.call-button {
    display: inline-block;
    background: #28a745;
    color: white;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.call-button:hover {
    background: #1e7e34;
}

.availability {
    text-align: center;
    margin-top: 30px;
}

.availability-box {
    background: #d9e8ff; 
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    margin: 20px auto;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border: 2px solid #bcd4ff
}

.availability-box p {
    font-size: 18px;
    margin: 10px 0;
    color: #0a4d68; /* theme blue */
}

.areas {
    text-align: center;
    margin-top: 30px;
}

.areas p {
    font-size: 18px;
    color: #0a4d68; /* theme blue */
}

.booking {
    width: 90%;
    max-width: 700px;
    margin: 40px auto;
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.booking form {
    display: flex;
    flex-direction: column;
}

.booking label {
    margin-top: 10px;
    font-weight: bold;
}

.booking input,
.booking select {
    padding: 10px;
    margin-top: 5px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.submit-button {
    margin-top: 20px;
    padding: 12px;
    background: #0a4d68;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.submit-button:hover {
    background: #08384d;
}

/* Payment list styles */
.payment-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 200px;
    text-align: center;
}

.payment-list li {
    background: #f2f2f2;
    padding: 8px;
    margin-bottom: 6px;
    border-radius: 6px;
    font-weight: bold;
}

/* Payment policy styles */
.payment-policy {
    background: #fff8e6;
    padding: 12px;
    border-left: 4px solid #f4c542;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 0.95rem;
    text-align: center;

    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.feedback-section {
    margin-top: 10px;
    padding: 15px;
    background: #e3f0ff;
    border: 2px solid #0a4d68;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 0 8px rgba(0,0,0,0.12);

    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.feedback-section h2 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.feedback-section p {
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
}

.gallery {
    width: 90%;
    max-width: 900px;
    margin: 10px auto 0 auto;
    text-align: center;
}

/* Pinterest-style Masonry Layout */
.gallery-grid {
    column-count: 3;
    column-gap: 15px;
    margin-top: 20px;
}

.gallery-grid img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    cursor: pointer;
}

/* Homepage 3‑photo preview gallery */
.home-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.home-gallery-grid img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Hover Zoom Effect */
.gallery-grid img:hover {
    transform: scale(1.05);
}

.testimonials {
    width: 90%;
    max-width: 700px;
    margin: 40px auto;
    text-align: center;
}

.testimonials h2 {
    margin-bottom: 20px;
}

.testimonial-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border-left: 4px solid #0a4d68;
}

.testimonial-box p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 8px;
}

.testimonial-box span {
    font-weight: bold;
    color: #0a4d68;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #0a4d68;
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    opacity: 0.85;
}

.back-to-top:hover {
    background: #08384d;
    opacity: 1;
}

html {
    scroll-behavior: smooth;
}

/* Lightbox Background */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

/* Lightbox Image */
.lightbox-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh;
    border-radius: 10px;
}

/* Lightbox Arrows */
.lightbox .prev,
.lightbox .next {
    position: absolute;
    top: 50%;
    color: white;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    padding: 10px;
    transform: translateY(-50%);
}

.lightbox .prev {
    left: 20px;
}

.lightbox .next {
    right: 20px;
}

.lightbox .prev:hover,
.lightbox .next:hover {
    color: #ddd;
}

/* Close Button */
.lightbox .close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

/* Footer */
footer {
    text-align: center;
    padding: 20px;
    background: #0a4d68;
    color: white;
    margin-top: 40px;
}

/* Floating Back to Home Button */
.floating-home {
    position: fixed;
    bottom: 25px;
    left: 25px;
    background: #0a4d68;
    color: white;
    padding: 12px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    opacity: 0.85;
    z-index: 9999;
}

.floating-home:hover {
    background: #08384d;
    opacity: 1;
}

.receipt-note {
    text-align: center;
    color: #0a4d68;
    font-size: 0.95rem;
    margin-top: 10px;
    font-weight: bold;
}

.receipt-preview {
    width: 90%;
    max-width: 600px;
    margin: 30px auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    text-align: left;
}

.receipt-preview h2 {
    text-align: center;
    color: #0a4d68;
}

.receipt-box p {
    font-size: 1rem;
    margin: 8px 0;
}

.receipt-box strong {
    color: #0a4d68;
}

.receipt-preview h2 {
    margin-top: 30px;
}
