*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.header{
    min-height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url('images/lchomepic.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}


.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: left;
    margin-top: 25px;
}
.text-box h1{
    font-size: 40px;
    text-align: center;
    color: white;
}
  .header h2 {
    position: relative;
    display: inline;
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
}

.header h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #3498db, #e74c3c);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: -1;
}
 .text-content {
            text-align: center;
        }

        .hero-btn {
            display: inline-block;
            text-decoration: none;
            color: #fff;
            border: 1px solid #fff;
            padding: 10px 20px;
            font-size: 14px;
            background: transparent;
            position: relative;
            cursor: pointer;
            margin-top: 20px; /* Add margin for spacing */
        }

        .hero-btn:hover {
            border: 1px solid #f44336;
            background: #f44336;
            transition: 1s;
        }
@media(max-width: 700px){
   .text-box h1{
    font-size: 25px;
} 
   
     .hero-btn {
        font-size: 12px;
        padding: 8px 16px; 
    }
     .header h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .header h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

/*--images css--*/
.abt-section {
    background-color: gainsboro;
    height: 670px;
}

.left-section,
.right-section {
    flex: 1;
    align-items: center;
    justify-content: center;
}

.left-section-box {
    background-color: #ffffff;
    padding: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.left-section-box h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #333;
}

.left-section-box h2 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #555;
}

.left-section-box p {
    font-size: 18px;
    line-height: 1.5;
    color: #777;
}

.right-section {
    position: relative;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.right-section img {
    width: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.right-section p {
    color: black;
    text-decoration: underline;
    font-family: 'Arial', sans-serif; 
    font-size: 24px; 
    margin-top: 10px;
}

@media (max-width: 768px) {
    .abt-section {
        flex-direction: column;
        height: auto;
    }

    .left-section-box,
    .right-section img {
        border-radius: 0;
    }

    .left-section-box {
        padding: 30px;
        margin-bottom: 20px;
    }
}


/*--testimonials--*/


.testimonials-section {
    background-color: #f4f4f4;
    padding: 50px 0;
    text-align: center;
}
.testimonials-section h1{
    font-size: 46px;
}

.testimonials-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial {
    flex: 0 0 30%; /* Adjust the width as needed */
    text-align: left;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
}

.testimonial img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.testimonial p {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.testimonial cite {
    font-weight: bold;
    color: #555;
    display: block;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .testimonials-section h1 {
        font-size: 24px;
    }

    .testimonials-container {
        flex-direction: column; /* Change to a column layout for smaller screens */
        align-items: center; /* Center testimonials in the column */
    }

    .testimonial {
        flex: 0 0 80%; /* Adjust the width for single column layout */
        margin: 10px 0; /* Add margin for spacing between testimonials */
    }
}

/*--programs --*/
.programs-section {
    display: flex;
    background-color: gainsboro;
    height: 670px;
}

.left1-section,
.right1-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right1-section {
    background-color: navy;
    padding: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.right1-section h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: white;
}

.right1-section p {
    font-size: 20px;
    margin-bottom: 10px;
    color: white;
}
.right1-section h1{
    color: bisque;
    font-size: 46px;
    font-family: 'Roboto Slab', serif;

}
.right1-section h3{
    color: white;
}
.a1{
    color: bisque;
}

.left1-section {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: antiquewhite;
}

.left1-section img {
    width: 90%;
    height: 80%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .programs-section {
        height: auto;
        flex-direction: column;
    }

    .left1-section,
    .right1-section {
        flex: auto;
        width: 100%;
    }

    .right1-section {
        padding: 15px; 
        max-width: none;
        margin-top: 20px; 
        box-shadow: none; 
        border-radius: 0; 
    }

    .right1-section h2 {
        font-size: 24px;
    }

    .right1-section p {
        font-size: 16px;
    }

    .right1-section h1 {
        font-size: 32px; 
    }

    .left1-section img {
        width: 100%;
        height: auto;
        border-radius: 0; 
    }
}

/*--booking--*/

.booking {
    background-color: seashell; 
    padding: 50px; 
    text-align: center; 
}


.booking h1 {
    font-size: 46px; 
    color: #333; 
     font-family: 'Dancing Script', cursive;
    font-weight: 900;
}
.bookingspan{
    font-size: 56px;
    font-family: 'Pacifico', cursive;
}


.booking h2 {
    font-size: 28px;
    font-family: 'Roboto Slab', serif; 
    font-style: italic;
}


.booking .btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    text-decoration: none;
    background-color: #ff6600; 
    color: #fff; 
    border: 2px solid #ff6600; 
    border-radius: 5px; 
    transition: background-color 0.3s, color 0.3s;
}


.booking .btn:hover {
    background-color: #fff; 
    color: #ff6600; 
}

@media screen and (max-width: 600px) {
    .booking {
        padding: 30px; 
    }
    
    .booking h1 {
        font-size: 24px; 
    }

    .booking h2 {
        font-size: 20px; 
    }

    .booking .btn {
        font-size: 16px; 
    }
}




