 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            min-height: 100vh;
            position: relative;
        }

          .our-story-section {
            position: relative;
            min-height: 100vh;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: white;
        }

        .content-wrapper {
            text-align: center;
            z-index: 10;
            position: relative;
        }

        h1 {
            font-size: 5.5rem;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 1.5rem;
            line-height: 0.9;
        }

        .story-text {
            font-size: 1rem;
            color: #666;
            line-height: 1.6;
            margin-bottom: 2rem;
            max-width: 420px;
            margin-left: auto;
            margin-right: auto;
        }

        .BookNow-button {
            background: #ff6b35;
            color: white;
            padding: 12px 24px;
            border: none;
            border-radius: 25px;
            font-size: 0.9rem;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .BookNow-button:hover {
            background: #e55a2e;
            transform: translateY(-1px);
        }

        /* Photo positioning and animation styles */
        .photo {
            position: absolute;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Animation class that gets added when in view */
        .photo.fade-in {
            opacity: 1;
            transform: translateY(0);
        }

        /* Staggered animation delays */
        .photo-1 { animation-delay: 0.1s; }
        .photo-2 { animation-delay: 0.2s; }
        .photo-3 { animation-delay: 0.3s; }
        .photo-4 { animation-delay: 0.4s; }
        .photo-6 { animation-delay: 0.5s; }
        .photo-7 { animation-delay: 0.6s; }

        /* When fade-in class is added, respect the delays */
        .photo.fade-in.photo-1 { transition-delay: 0.1s; }
        .photo.fade-in.photo-2 { transition-delay: 0.2s; }
        .photo.fade-in.photo-3 { transition-delay: 0.3s; }
        .photo.fade-in.photo-4 { transition-delay: 0.4s; }
        .photo.fade-in.photo-6 { transition-delay: 0.5s; }
        .photo.fade-in.photo-7 { transition-delay: 0.6s; }

        /* Photo positioning */
        .photo-1 {
            width: 200px;
            height: 150px;
            top: 12%;
            left: 12%;
        }

        .photo-2 {
            width: 170px;
            height: 105px;
            top: 40%;
            left: 8%;
        }

        .photo-3 {
            width: 170px;
            height: 105px;
            bottom: 20%;
            left: 18%;
        }

        .photo-4 {
            width: 180px;
            height: 120px;
            top: 15%;
            right: 15%;
        }

        .photo-6 {
            width: 160px;
            height: 100px;
            top: 45%;
            right: 10%;
        }

        .photo-7 {
            width: 160px;
            height: 100px;
            bottom: 25%;
            right: 20%;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            h1 {
                font-size: 3rem;
            }
            
            .photo {
                width: 120px !important;
                height: 80px !important;
            }
            
            .photo-1, .photo-4 {
                width: 140px !important;
                height: 100px !important;
            }
        }

        /* ----our next session section---- */

        .our-next-session{
            background-color:  #FFE9DE;
            margin: 80px auto;
        }
        .our-next-session .hero-container {
            display: flex;
            position: relative;
            overflow: hidden;
        }

        .our-next-session .content-section {
            flex: 1;
            
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 60px 40px;
            position: relative;
             background-image: url(/assets/images/background-section1.png);
        }

        .our-next-session .content-wrapper {
            max-width: 500px;
            text-align: left;
            z-index: 2;
           

        }

       .our-next-session  .content-wrapper h2 {
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 24px;
            letter-spacing: -0.02em;
            color: black;
            font-size: 4rem;
        }

        .content-wrapper p {
            font-size: 1.1rem;
            line-height: 1.6;
            margin-bottom: 32px;
            opacity: 0.95;
            max-width: 400px;
        }

        .BookNow-button {
            background: #F5864A;
            color: white;
            padding: 16px 32px;
            border: none;
            border-radius: 30px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }

        
        .image-section {
            flex: 1;
            position: relative;
            overflow: hidden;
        }

        .image-section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        
        

        @media (max-width: 768px) {
            .hero-container {
                flex-direction: column;
                min-height: auto;
            }

            .content-section {
                padding: 40px 20px;
            }

            .content-wrapper h1 {
                font-size: 2.5rem;
            }

            .image-section {
                min-height: 300px;
            }
        }

        /* ----------last section styles------- */

        .last-section{
            padding: 60px 0px;
            position: relative;
        }
        .last-section-content{
            display: flex;
            width: 60%;
            gap: 10px;
            align-items: baseline;
        }

        .last-section-content .title{
            width: 500px;
        }

        .last-section-content .title h2{
            color: black;
            font-weight: 700;
            font-size: 3rem;
            margin-bottom: 40px

        }

        .last-section-photo{
            position: absolute;
           border-radius:11px ;
           
        }

        .last-section-photo img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 11px;
        }

        .photo-one{
            width: 150px;
            height: 200px;
            top: 20%;
            right: 20%;
            z-index: 2;
            
        }

        .photo-two{
            top: 56%;
            right: 7%;
            width: 226px;
            height: 160px;
        }
        .photo-three{
            top: 2%;
            right: 5%;
        }

        .view-section{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 70px;
            margin-top: 30px;
            width: 600px;
            padding: 60px 0px;
            background-color: #F5864A;
            border-top-right-radius: 30px;
            background-image:url(/assets/images/background-section1.png) ;
        }

        .view{
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
        }

        .view .number{
            font-size: 40px;
        }