/* Women Employment Section Styles */
#women-employment {
    background-color: #f0f8ff; /* Light blue background for a fresh and inviting look */
    padding: 40px 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card {
    border: none; /* Remove card border for a cleaner look */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 20px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.card-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

strong {
    font-weight: bold;
    color: #333;
}

/* Image adjustments */
#women-employment .col-md-4 img {
    max-height: 300px; /* Limit the image height */
    width: 100%; /* Ensure it fits the column */
    object-fit: cover; /* Ensures the image covers the area proportionally */
}


body {
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.img-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.d-block {
    width: 100%;
    height: auto;
}

.equal-size {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

h1,
h2,
h3,
h4,
h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #2c3e50;
}

.footer-heading {
    color: #fff;
    /* Green color for the headings */
}

.header {
    background-color: #f5d63e;
    padding: 10px 0;
    /* Reduced padding for a shorter height */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.header h1 {
    color: #2c6e21;
    font-size: 1.8rem;
    /* Adjusted font size */
    font-weight: bold;
    margin: 0;
}

.header .nav-link {
    color: #2c6e21;
    font-size: 1rem;
    margin-left: 20px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.header .nav-link:hover {
    color: #1b5e20;
}

/* Footer */
.footer {
    background-color: #2c6e21;
    color: #fff;
    padding: 40px 0;
}

.footer h5 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.footer p,
.footer-link {
    color: #f5f5f5;
    font-size: 0.95rem;
}

.footer-link {
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.social-icon {
    color: #fff;
    font-size: 1.5rem;
    transition: color 0.3s;
}

.social-icon:hover {
    color: #f5d63e;
}

/* Ensure the carousel images don't stretch and maintain their aspect ratio */
#productCarousel .carousel-item img {
    object-fit: cover;
    /* Ensures images scale correctly */
    height: 400px;
    /* Adjust height as needed */
}

/* Style for the carousel captions */
.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    border-radius: 5px;
    padding: 1rem;
}

/* Style for the captions' heading */
.carousel-caption h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
}

/* Style for the captions' text */
.carousel-caption p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.4;
}

/* Product Information Section */
#product-info {
    background-color: #f9f9f9;
    /* Light background color */
    padding-top: 30px;
    padding-bottom: 30px;
}

#product-info h4 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.icon-container {
    font-size: 2.5rem;
    color: #28a745;
    /* Green icon color */
    margin-bottom: 15px;
}

#product-info h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

#product-info p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

#product-info ul {
    list-style: none;
    padding-left: 0;
    font-size: 1rem;
    color: #444;
}

#product-info ul li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

#product-info ul li i {
    color: #28a745;
    /* Green icon color */
    margin-right: 10px;
    font-size: 1.2rem;
    /* Slightly larger icon */
}

/* Responsive Design */
@media (max-width: 767px) {
    #product-info ul {
        text-align: left;
    }

    .icon-container {
        font-size: 3rem;
        /* Larger icons for mobile */
    }

    #product-info h5 {
        font-size: 1.1rem;
        /* Adjust text size for smaller screens */
    }
}

/* Our Story Section */
#our-story {
    background-color: #f9f9f9;
    padding: 60px 0;
}

#our-story h4 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#our-story .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

#our-story p {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#our-story strong {
    font-weight: 600;
    color: #28a745;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #our-story h4 {
        font-size: 2rem;
    }

    #our-story p {
        font-size: 1.1rem;
    }
}

/* Contact CTA Section */
#contact {
    background-color: #28a745;
    color: white;
    padding: 40px 0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#contact h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

#contact p {
    font-size: 1rem;
    color: white;
    margin-bottom: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons a {
    padding: 10px 25px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    margin: 8px;
    transition: all 0.3s ease;
}

.call-btn {
    background-color: #ff4f5b;
    color: white;
    border: none;
}

.email-btn {
    background-color: #007bff;
    color: white;
    border: none;
}

.cta-buttons a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cta-buttons a:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    #contact h3 {
        font-size: 1.4rem;
    }

    #contact p {
        font-size: 0.95rem;
    }
}


/* Product Section */
#product-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

#product-section .row {
    align-items: center;
}

/* Main Product Image - Card Style */
#product-section .col-md-6 img {
    width: 100%;
    height: auto;
    max-width: 400px;
    /* Limit the max width for the main image */
    border-radius: 10px;
    object-fit: contain;
    /* Ensure the image scales properly */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* Shadow for modern effect */
}

/* Right Column: Product Description and CTA */
#product-section .col-md-6 {
    padding-left: 30px;
}

#product-section h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}

#product-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

#product-section ul {
    list-style-type: none;
    padding-left: 0;
}

#product-section ul li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #444;
}

#product-section .cta-buttons a {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 30px;
    margin-right: 15px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

#product-section .cta-buttons .btn-primary {
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
}

#product-section .cta-buttons .btn-secondary {
    background-color: #6c757d;
    color: #fff;
    border: 1px solid #6c757d;
}

#product-section .cta-buttons a:hover {
    transform: scale(1.05);
}

/* Mobile Responsiveness for Product Section */
@media (max-width: 768px) {
    #product-section .col-md-6 {
        margin-bottom: 30px;
    }

    #product-section .col-md-6 img {
        max-width: 100%;
        margin: 0 auto;
    }

    #product-section .cta-buttons a {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}


/* FAQ Section - Active Tab Highlight */
.accordion-button {
    transition: background-color 0.3s ease;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button.collapsed {
    background-color: #fff;
}

.accordion-button:not(.collapsed) {
    background-color: #4CAF50;
    color: white;
}

/* Gallery Section */
.gallery .card {
    border: none;
    overflow: hidden;
    border-radius: 8px;
}

.gallery .card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 250px;
    /* Makes the images smaller */
}

/* Optional: Add hover effect */
.gallery .card img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}



/* YouTube Video Section */
.youtube-gallery .card {
    border: none;
    overflow: hidden;
    border-radius: 8px;
}

.youtube-gallery iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}

/* Optional: Add hover effect */
.youtube-gallery .card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
}