  /* Custom CSS to style the buttons, similar to your previous purple theme */
        
        /* Renamed from .btn-custom-purple to .btn-nav-primary (Solid Fill) */
        .btn-nav-primary {
            background-color: #6A1B9A; /* Purple-600 */
            color: white;
            border: 1px solid #7c3aed;
            padding: 8px 16px;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s;
        }
        .btn-nav-primary:hover {
            background-color: #6d28d9; /* Purple-700 */
            border-color: #6d28d9;
            color: white;
        }
        
        /* Renamed from .btn-custom-outline to .btn-nav-secondary (Outline Style) */
        .btn-nav-secondary {
            color: #7c3aed;
            border: 1px solid #6A1B9A;
            padding: 8px 16px;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s;
        }
        .btn-nav-secondary:hover {
            background-color:#6A1B9A; /* Light gray background on hover */
        }
        
        /* New style for logo max width: 200px */
        .logo-img {
            max-width: 120px;
            /* Ensure height scales automatically to maintain aspect ratio */
            height: auto; 
        }
        /* On desktop (lg breakpoint and up), make buttons inline again and adjust margin */
      @media (min-width: 992px) {
            .navbar-nav .btn {
                margin: 0 0.5rem;
                width: auto;
                /* Restore inline-block default for buttons/links next to each other */
                display: inline-block; 
                text-align: left;
            }
        }
        /* Top Header */
        .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 50px;
            height: 120px;
        }

        .header img {
max-width: 180px;
        }

        .btn-top {
            background: #ff7b2d;
            color: #fff;
            font-weight: bold;
            padding: 10px 25px;
            border-radius: 25px;
            border: none;
        }

        /* Main Section */
        .hero{
            display: flex;
            background-image: url(images/Green-BK.jpg);
            justify-content: space-between;
            align-items: center;
            padding: 50px;
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;
 

        }

        .hero-left {
            max-width: 45%;
            margin-left: 90px;
        }

        .hero-left h1 {
            font-weight: 800;
            font-size: 45px;
        }

        .hero-left p {
            margin: 20px 0;
            font-size: 18px;
        }


        .hero-left .btn-white {
            border: 2px solid black;
            background: #fff;
            border-radius: 25px;
            padding: 12px 25px;
            font-weight: bold;
        }

        /* Form */
        .form-box {
            position: relative;
            background: url("images/child-banner-form.png") no-repeat center center;
            background-size: cover;
            border-radius: 15px;
            width: 550px;
            height: 500px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .form-overlay {
            width: 100%;
            text-align: center;
        }

        .form-overlay h4 {
            font-weight: bold;
            margin-bottom: 20px;
        }

        .form-overlay input,
        .form-overlay textarea {
            border-radius: 8px;
            margin-bottom: 12px;
            background: #f2f2f2;
            border: 1px solid #ccc;
            font-size: 14px;
            padding: 8px 12px;
            width: 70%;
            max-width: 320px;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

        .form-overlay textarea {
            resize: none;
        }

        .form-overlay button {
       
            color: #fff;
            border: none;
            border-radius: 25px;
            padding: 8px 20px;
            font-weight: bold;
            margin-top: 10px;
        }

        /* Decorative Images - hidden by default on mobile via media query */
        .balloon, .ship, .boy, .girl {
            position: absolute;
            display: block;
        }

        .balloon {
            top: 150px;
            left: 80px;
            width: 80px;
        }

        .ship {
            bottom: 80px;
            left: 20px;
            width: 60px;
        }

        .boy {
    
        }

        .girl {
            bottom: 30px;
            right: 30px;
            width: 160px;
        }

        /* Media Queries for Responsiveness */
        @media (max-width: 992px) {
            .hero-left {
                margin-left: 0;
            }
        }

        @media (max-width: 768px) {
            .header {
                padding: 15px 20px;
            }

            .hero {
                flex-direction: column;
                padding: 30px 15px;
            }

            .hero-left {
                max-width: 100%;
                text-align: center; /* Center content on mobile */
                margin-bottom: 30px;
            }
            
            .hero-left h1 {
                font-size: 32px;
            }

            .hero-left .btn-orange, .hero-left .btn-white {
                width: 40%;
                margin: 5px 0;
            }

            .form-box {
                width: 100%;
                max-width: 485px;
                height: auto;
            }

            .form-overlay input,
            .form-overlay textarea {
                width: 90%;
            }
            
            /* Hide the decorative images as requested */
            .balloon, .ship, .boy, .girl {
                display: none;
            }
        }

/* bookabout.php */
     .illustration-section {
        background: #fff;
        padding: 80px 50px;
        display: flex;
        justify-content: center;
        align-items: center;
   
    }
    .illustration-image {
        max-width: 450px;
    }
    .illustration-image img {
        width: 100%;
        height: auto;
    }

    .illustration-content {
        max-width: 500px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .illustration-content h2 {
font-weight: bold;
        font-size: 40px;
    }

    .illustration-content p {
        font-size: 18px;
        line-height: 1.6;
    }

    .features-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 20px;
    }

    .feature-item {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
    }

    /* Responsive adjustments for smaller screens */
    @media (max-width: 768px) {
        .illustration-section {
            flex-direction: column;
            padding: 40px 15px;
            text-align: left;
        }
        
        .illustration-content h2 {
            font-size: 32px;
        }
        
        .features-grid {
            grid-template-columns: 1fr;
        }
        
        .feature-item {
            flex-direction: column;
            text-align: center;
        }
    }
        /* end of bookabout */

        /* banner */
        
        /* Banner Styling (Vibrant Orange Background with Texture) - Reverted to .banner */
        .banner {
            min-height: 420px;
            background: url("images/Green-BG-2.jpg") no-repeat center center;

            color: white; 
            padding: 4rem 0; 
            position: relative; /* Essential for containing absolute elements */
            overflow: hidden; /* Clips anything that extends out of the banner */
        }

        /* Simulate the subtle background texture with radial gradients - Reverted to .banner::before */
     
        /* Content wrapper - Reverted to .hero-content for clarity */
        .hero-content {
            position: relative;
            z-index: 10; /* Ensure text and buttons are above the texture/image */
        }
        
        /* Ensure the container has height on desktop for proper alignment */
        @media (min-width: 992px) {
            .banner .container {
                height: 340px; 
            }
        }

        /* Typography - Reverted to .hero-text-col */
        .hero-text-col h1 {
            font-size: 4.5rem; 
            font-weight: 900;
            line-height: 1.1;
            color: white;
            margin-bottom: 0.5rem !important;
        }
        .hero-text-col h2 {
            font-size: 1.5rem; 
            font-weight: 500;
            color: white; 
            max-width: 450px;
            margin-bottom: 1.5rem !important;
        }

        /* Custom Buttons (Highly Rounded, styled to match the image) - Grouping under .hero-actions */
        .hero-actions .btn {
            padding: 0.8rem 2.8rem;
            border-radius: 2rem; /* Highly rounded corners */
            font-weight: 600;
            margin-right: 1rem;
            transition: all 0.3s ease;
        }
        
        .hero-actions .btn:hover {
            transform: translateY(-2px);
        }

        /* Button Reverted to .btn-purple */
        .btn-purple {
            background-color: #6A1B9A; /* Dark Purple */
            color: #fff;
            border: 2px solid #6A1B9A;
            box-shadow: 0 4px 15px rgba(106, 27, 154, 0.6);
        }

        /* Button Reverted to .btn-white (using white background) */
        .btn-white {
            background-color: white;
            color: #6A1B9A; /* Use the purple text color */
            border: 2px solid white;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }
        .btn-white:hover {
            background-color: #f0f0f0;
            color: #6A1B9A;
        }

        /* Callout Text - Reverted to .callout-text */
        .callout-text {
            font-size: 1.1rem;
            font-weight: 600;
            color: #f7d294; /* Lighter color for contrast on orange */
            align-self: center;
            padding-left: 1.5rem;
        }
        
        /* Illustration Positioning (Absolute to overlap the container) - Reverted to .hero-image-col */
        .hero-image-col img {
            position: absolute;
            bottom: 0;
            right: 0;
            height: 100%; /* Fill vertical space of the banner */
            width: 50%;
            max-width: 450px; /* Clamp max size for desktop */
            object-fit: contain;
            object-position: bottom right;
            z-index: 5;
        }
        
        /* Hide the temporary mobile message - Reverted to .mobile-message */
        .mobile-message {
            display: none !important;
        }

        
/* stealler */

        .portfolio-section {
            padding: 4rem 0;
            background-color: #fff;
        }

        .section-title {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }

        .section-subtitle {
            text-align: center;
            font-size: 1rem;
            color: #666;
            margin-bottom: 2rem;
        }

        .category-tabs {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 3rem;
        }

        .category-tabs .btn {
            border-radius: 20px;
            padding: 8px 20px;
            margin: 5px;
            font-weight: 600;
            color: #4b2a65;
            border-color: #4b2a65;
            transition: all 0.3s ease;
        }

        .category-tabs .btn.active,
        .category-tabs .btn:hover {
            background-color: #4b2a65;
            color: #fff;
        }

        .portfolio-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 1.5rem;
            transition: opacity 0.5s ease;
        }

        .portfolio-item img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .portfolio-item img:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }

        .fade-in {
            opacity: 0;
            animation: fadeIn 0.5s forwards;
        }
        
        @keyframes fadeIn {
            to {
                opacity: 1;
            }
        }

        .btn-container {
            text-align: center;
            margin-top: 3rem;
        }

        .btn-orange {
            background-color : #1a555c;
            color: #fff;
            border: none;
            border-radius: 10px;
            padding: 10px 25px;
            font-weight: 600;
            transition: background-color 0.3s ease;
        }

        .btn-orange:hover {
            background-color: #10373b;
            color: white;
        }

        .btn-outline-dark {
            background-color: transparent;
            color: #000;
            border: 2px solid #1a555c;
            border-radius: 10px;
            padding: 10px 25px;
            font-weight: 600;
        }

        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }
            .section-subtitle {
                font-size: 0.9rem;
            }
        }
        /* stealler end */

        /* services */
        .container {
            max-width: 1200px;
        }
        .text-center {
            text-align: left;
        }
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }
        .section-subtitle {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #6c757d;
            max-width: 700px;
            margin: 0 auto 3rem;
        }
                .card-icon {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            margin-right: 1.5rem; /* Add margin to the right of the icon */
        }
        .card-icon img {
            max-width: 100%;
            height: auto;
        }
        .card {
            border: none;
            border-radius: 10px solid black;
            padding: 40px 30px 20px;
            box-shadow: 0 .125rem .25rem rgb(182, 185, 185) !important;
            transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
            margin: 0 0 30px;
            height: 235px;
            background-color:white;
            visibility: visible;
            animation-duration: 4s;
            animation-name: fadeInUp;
        }
        .card:hover {
            box-shadow: 0 10px 20px #1a555c;
            background-color: #539097;
        }
        .card:hover h3,
        .card:hover p {
            color: #fff !important; /* Make text white on hover */
        }
        /* Add a subtle animation keyframe for the cards */
        @keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: translateY(20px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }
        /* stealler */

        /* process */
        .container {
            max-width: 1200px;
        }
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #000;
            margin-bottom: 0.5rem;
        }
        .section-subtitle {
            font-size: 1rem;
            color: #6c757d;
        }
        
        .process-step {
            display: flex;
            align-items: flex-start;
            margin-bottom: 2rem;
            opacity: 0;
            transform: translateX(100px);
            transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        }
        .process-step.visible {
            opacity: 1;
            transform: translateX(0);
        }
        .step-number {
            font-size: 2rem;
            font-weight: 700;
            color: #ffc107;
            margin-right: 1rem;
        }
        .step-content h5 {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 0.25rem;
        }
        .step-content p {
            font-size: 0.95rem;
            color: #6c757d;
        }
        .order-now-btn {
            background-color: #6f42c1;
            color: #fff;
            border-radius: 50px;
            padding: 0.75rem 2rem;
            font-size: 1rem;
            transition: background-color 0.3s ease;
        }
        .order-now-btn:hover {
            background-color: #5b359e;
        }
        @media (max-width: 768px) {
            .illustration-image {
                margin-bottom: 2rem;
            }
        }
        /* process end */

        /* reviews */
        .review{
    background-image:linear-gradient(135deg, ##82CBB9, #87C7CF) !important;
        }
        .container {
            max-width: 1200px;
        }
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #000;
            text-align: center;
            margin-bottom: 3rem;
        }
        .carousel-item {
            padding: 2rem;
        }
        .review-card {
            background-color: #fff;
            border-radius: 15px;
            padding: 2.5rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .quote-icon {
            position: absolute;
            top: 20px;
            left: 20px;
            font-size: 3rem;
            color: #ccc;
            line-height: 1;
        }
        .star-rating {
            color: #ffc107;
            margin-bottom: 1rem;
            font-size: 1.2rem;
        }
        .review-text {
            font-style: italic;
            font-size: 1.1rem;
            margin-bottom: 1rem;
        }
        .reviewer-name {
            font-weight: 600;
            font-size: 1.1rem;
        }
        .carousel-indicators {
            position: static;
            margin-top: 2rem;
        }
        .carousel-indicators [data-bs-target] {
            background-color: #ffc107;
            border-radius: 50%;
            width: 12px;
            height: 12px;
            margin: 0 5px;
            opacity: 0.5;
            transition: opacity 0.3s ease;
        }
        .carousel-indicators .active {
            opacity: 1;
        }
        
        @media (max-width: 768px) {
            body {
                padding: 3rem 0;
            }
            .section-title {
                font-size: 1.8rem;
                margin-bottom: 2rem;
            }
            .carousel-item {
                padding: 1rem;
            }
            .review-card {
                padding: 1.5rem;
            }
            .quote-icon {
                font-size: 2.5rem;
                top: 10px;
                left: 10px;
            }
            .review-text,
            .reviewer-name {
                font-size: 1rem;
                
            }
        }