        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, sans-serif;
            margin-top: 62px;
        }

        header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background-color: #fff;
        }

        .container {
            display: flex;
            height: calc(100vh - 62px);
            width: 100%;
        }

        .left-side {
            width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 20px;
        }

        .left-side h1 {
            font-size: 48px;
            font-weight: bold;
        }

        .left-side p {
            font-size: 20px;
            margin: 10px 0 20px;
            color: gray;
        }

        .order-btn {
            background-color: orange;
            color: white;
            padding: 15px 30px;
            border: none;
            font-size: 18px;
            font-weight: bold;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s ease;
            text-decoration: none;
        }

        .order-btn:hover {
            background-color: #e67e00;
        }

        .right-side {
            width: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
        }

        .right-side img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .highlight {
            color: orange;
        }

        /* Full-width Story Section */
        .our-story {
            text-align: center;
            padding: 50px 20px;
            background-color: #f9f9f9;
            width: 100%;
        }

        .our-story h2 {
            font-size: 36px;
            margin-bottom: 20px;
        }

        .our-story p {
            font-size: 18px;
            color: gray;
            margin-bottom: 40px;
        }

        .story-columns {
            display: flex;
            justify-content: center;
            gap: 20px;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .story-column {
            flex: 1;
            background: white;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .story-column img {
            width: 80px;
            height: 80px;
            margin-bottom: 15px;
        }

        .story-column h3 {
            font-size: 24px;
            margin-bottom: 10px;
        }

        .story-column p {
            font-size: 16px;
            color: gray;
        }

                /* Full-width Story Section */
        .our-story2 {
            text-align: center;
            padding: 50px 20px;
            background-color: #f1f1f1;
            width: 100%;
        }

        .our-story2 h2 {
            font-size: 36px;
            margin-bottom: 20px;
        }

        .our-story2 p {
            font-size: 18px;
            color: gray;
            margin-bottom: 40px;
        }

        .story-columns2 {
            display: flex;
            justify-content: center;
            gap: 20px;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .story-column2 {
            flex: 1;
            background: white;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .story-column2 img {
            width: 80px;
            height: 80px;
            margin-bottom: 15px;
        }

        .story-column2 h3 {
            font-size: 24px;
            margin-bottom: 10px;
        }

        .story-column2 p {
            font-size: 16px;
            color: gray;
        }

        /* New "Ourselves" Section */
        .ourselves {
            background-color: black;
            color: white;
            padding: 50px 20px;
            text-align: center;
            width: 100%;
        }

        .ourselves h2 {
            font-size: 36px;
            margin-bottom: 20px;
        }

        .ourselves p {
            font-size: 18px;
            margin-bottom: 40px;
        }
        .pricing-section p {
            font-size: 18px;
            margin-bottom: 40px;
        }

.ourselves-columns {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: stretch; /* Ensure all columns stretch to equal height */
}

.ourselves-column {
    flex: 1;
    background: #222;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none; /* Remove underline for links */
    color: white;
    transition: transform 0.3s ease, background 0.3s ease;
    min-height: 100%; /* Ensure columns are the same height */
}

.ourselves-column:hover {
    transform: scale(1.05);
    background: #333;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
    border: 2px solid white;
}

.ourselves-column img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 5px;
}

.ourselves-column h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ourselves-column p {
    font-size: 16px;
    color: white;
    flex-grow: 1; /* Allows paragraphs to fill extra space and align elements properly */
}
/* Pricing Section */
.pricing-section {
    background-color: #f9f9f9;
    padding: 60px 20px;
    text-align: center;
    width: 100%;
}
.pricing-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}
.pricing-section p {
    font-size: 18px;
    color: gray;
    margin-bottom: 40px;
}
.pricing-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    align-items: stretch; /* Ensures all cards are the same height */
}
.pricing-card {
    flex: 1;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    color: black;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    min-height: 100%; /* Ensures all cards have the same height */
    border: 5px solid transparent;  /* Default transparent border */
}

.pricing-card:hover {
    background: #fffaea;
    transform: scale(1.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
    border: 2px solid orange; /* Orange border on hover for all sides */
}
.pricing-card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto 15px; /* top/bottom margin and auto left/right centering */
    display: block;
}
.pricing-card h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #222;
}

/* Ensure description text aligns properly */
.pricing-card .description {
    font-size: 16px;
    color: #666;
    flex-grow: 1;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin-bottom: 30px; /* Adds space before price */
}
/* Ensure prices are aligned in all columns */
.price {
    font-size: 20px;
    font-weight: bold;
    background-color: black; /* Black background */
    color: white; /* Blue text */
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    margin-top: auto;
    margin-bottom: 15px;
    transition: background 0.3s ease;
}
/* Client Feedback Section */
.client-feedback {
    background-color: #f1f1f1;
    padding: 50px 20px;
    text-align: center;
    width: 100%;
}

.client-feedback h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

.client-feedback p {
    font-size: 18px;
    color: gray;
    margin-bottom: 40px;
}

.client-feedback-container {
    display: flex;
    overflow: hidden; /* Hide extra columns that are outside the container */
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.client-feedback-columns {
    display: flex;
    transition: transform 0.3s ease; /* Smooth transition when scrolling */
    gap: 20px; /* Add distance between the columns */
}

.client-feedback-column {
    flex: 0 0 31.95%; /* Column width remains fixed */
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center content */
    align-items: center; /* Horizontally center content */
    min-height: 200px;
    position: relative;
    overflow: visible; /* Allows image to overflow */
}

.client-feedback-column img {
    width: 240px; /* Bigger image */
    height: 240px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 50%;
    position: absolute; /* Remove from normal document flow */
    top: 10px; /* Move image upwards */
}

.client-feedback-column h3 {
    margin-top: 220px; /* Push text down to accommodate image */
}

.client-feedback-column h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #222;
}

.client-feedback-column p {
    font-size: 16px;
    color: gray;
    flex-grow: 1;
}

.carousel-button {
    background-color: orange;
    color: white;
    padding: 10px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
}

.carousel-button:hover {
    background-color: #e67e00;
}

/* Contact Section */
.contact-section {
    background-color: #fff;
    padding: 50px 20px;
    width: 100%;
    max-width: 1200px;
    margin: 1px auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.contact-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

.contact-section p {
    font-size: 18px;
    color: gray;
    margin-bottom: 40px;
}

/* Contact Container */
.contact-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Ensure both columns stretch to equal height */
    gap: 30px;
}

/* Left Side - Forms */
.contact-forms,
.contact-info {
    width: 50%;
    background: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    min-height: 400px; /* Ensure both sides have at least 400px height */
}

/* Subheadings */
.contact-forms h3,
.contact-info h3 {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
}

/* Form Styling */
.contact-forms form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.contact-forms input,
.contact-forms textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-forms textarea {
    resize: vertical;
    height: 100px;
}

.contact-forms button {
    background-color: orange;
    color: white;
    padding: 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
}

.contact-forms button:hover {
    background-color: #e67e00;
}

/* Right Side - Address & Map */
.contact-info p {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

.contact-info iframe {
    width: 100%; /* Ensures it fills the width of the container */
    height: 400px; /* Increase the height to make the iframe larger */
    border-radius: 5px;
    border: none;
}
    .hidden {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }
    .visible {
        opacity: 1;
        transform: translateY(0);
    }
    @keyframes spin {
        0% { transform: translate(-50%, -50%) rotate(0deg); }
        100% { transform: translate(-50%, -50%) rotate(360deg); }
    }
    .loading-container {
        position: relative;
        height: 1px;
    }


@media (max-width: 900px) {
    .container {
        flex-direction: column;
        height: auto !important;
    }

    .right-side {
        display: none !important;
    }

    .left-side {
        width: 100% !important;
        justify-content: flex-start !important;
        align-items: center !important;
        padding-top: 40px;
    }

    .story-columns,
    .ourselves-columns,
    .pricing-cards,
    .client-feedback-container,
    .contact-container {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .story-column,
    .ourselves-column,
    .pricing-card,
    .client-feedback-column,
    .contact-forms,
    .contact-info {
        width: 100%;
        max-width: 90%;
    }

    .client-feedback-columns {
        flex-direction: column;
        align-items: center;
    }

    .client-feedback-column {
        flex: 0 0 auto;
        width: 100%;
        max-width: 90%;
    }

    .client-feedback-column img {
        position: static;
        margin-top: 0;
    }

    .client-feedback-column h3 {
        margin-top: 20px;
    }

    .carousel-button {
        display: none !important;
    }
}