.container {
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}


/* History Section */
.history-section {
    background-color: #1b4d2e;
    color: white;
    padding-bottom: 50px;
    text-align: left;
}

.video-preview {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.video-preview img {
    width: 100%;
    border-radius: 4px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.8);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #1b4d2e;
}

.btn-read-more {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #00a8ff;
    color: #00a8ff;
    text-decoration: none;
}

/* Mission Section */
.mission-section {
    background: #f9f9f9;
    padding: 40px 20px;
}

.lab-image img {
    width: 100%;
    border-top-left-radius: 100px; /* Stylized curve from image */
}

.mission-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.icon {
    background: #76b7b2;
    color: white;
    padding: 5px;
    border-radius: 50%;
}

/* Sports Section (The Green Circle Layout) */
.sports-section {
    background-color: #2e7d32;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.circle-frame {
    width: 280px;
    height: 280px;
    border: 5px solid #ff9800;
    border-radius: 50%;
    overflow: hidden;
}

.circle-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dots-decoration span {
    display: block;
    width: 10px;
    height: 10px;
    background: #ff9800;
    border-radius: 50%;
    margin: 15px auto;
}

/* Contact Section */
.contact-section {
    background-color: #1a1e26;
    color: #cbd5e0;
    padding: 40px 20px;
}

.map-box {
    position: relative;
    border: 2px solid #444;
}

.map-box img { width: 100%; }

.map-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 8px;
    background: white;
    border: none;
    cursor: pointer;
}

.staff {
    margin: 20px 0;
}

/* Responsive Grid */
@media (min-width: 768px) {
    .grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: center;
    }
}



/* Container and Section Spacing */
.info-section {
    background-color: #ffffff;
    padding: 40px 20px;
    color: #555;
}

.info-item {
    margin-bottom: 40px;
}

/* Icons Styling */
.info-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.icon-circle {
    width: 40px;
    height: 40px;
    background-color: #89c4d1; /* The light blue/teal from the image */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
}

/* Text Styling */
h2 {
    color: #333;
    font-size: 1.4rem;
    letter-spacing: 1px;
}

p {
    line-height: 1.6;
    font-size: 1.05rem;
    color: #666;
}

/* Divider Line */
.divider {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 30px 0;
}

/* Values List */
.values-list {
    list-style: none;
    padding-left: 10px;
}

.values-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 1.05rem;
}

/* Custom Bullets */
.values-list li::before {
    content: "•";
    color: #888;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

/* Specific icon colors if needed */
.vision-icon { background-color: #89c4d1; }
.values-icon { background-color: #89c4d1; }


.theh3{

font-size:30px;


}





/* Welcome Section Styling */
.welcome-section {
    background-color: #f8f8f8; /* Light off-white background from the image */
    padding: 60px 20px;
    text-align: left;
}

.container {
    max-width: 800px; /* Constraining width for better readability */
    margin: 0 auto;
}

.welcome-title {
    font-family: 'Arial', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 40px;
}

.welcome-content p {
    font-family: 'Arial', sans-serif;
    font-size: 1.15rem;
    line-height: 1.7; /* Increased line height for that "airy" feel */
    color: #666666;   /* Muted grey text */
    margin-bottom: 25px; /* Spacing between paragraphs */
    font-weight: 400;
}

/* Optional: Adding a slight fade-in animation for a modern feel */
.welcome-section {
    animation: fadeIn 1.2s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}



/* --- Forest Hill Image Module Styles --- */

/* The main wrapper - controls size and centering */
#fhc-image-module {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* The relative container for the two layers */
#fhc-image-module .fhc-frame-container {
    position: relative;
    width: 100%;
    max-width: 500px; /* Adjust this to change size on desktop */
    aspect-ratio: 3 / 4; /* Maintains the portrait look seen in the photo */
}

/* Common properties for the shape and the photo */
#fhc-image-module .fhc-shape-layer,
#fhc-image-module .fhc-main-photo {
    width: 100%;
    height: 100%;
    /* THE KEY: Curving ONLY the top-left corner */
    border-radius: 120px 0 0 0; 
}

/* The Decorative Background Layer */
#fhc-image-module .fhc-shape-layer {
    position: absolute;
    top: -15px;  /* Moves the pink shape UP */
    left: -15px; /* Moves the pink shape LEFT */
    background-color: #fce4ec; /* Light pink tint from the image */
    z-index: 1;
}

/* The Actual Image Layer */
#fhc-image-module .fhc-main-photo {
    position: relative;
    z-index: 2;
    object-fit: cover; /* Ensures the photo doesn't stretch */
    display: block;
    background-color: #eee; /* Placeholder color while image loads */
}

/* Responsive adjustments for Mobile */
@media (max-width: 600px) {
    #fhc-image-module .fhc-frame-container {
        max-width: 90%; /* Takes up more width on small screens */
    }
    
    #fhc-image-module .fhc-shape-layer,
    #fhc-image-module .fhc-main-photo {
        border-radius: 80px 0 0 0; /* Slightly smaller curve for small screens */
    }
}

