body {
    font-family: 'Keep Calm', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal scroll */
}

/* Highlight color */
::selection {
    background: #EB0D18; /* Highlight background color */
    color: #fff; /* Highlight text color */
}

/* For Firefox */
::-moz-selection {
    background: #EB0D18; /* Highlight background color */
    color: #fff; /* Highlight text color */
}
/* End of Highlight color */

/* Header */
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        background: #fff;
        position: sticky;
        top: 0;
        z-index: 1000;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        width: 100%;
        box-sizing: border-box;
    }

    .logo {
        display: flex;
        align-items: center;
        position: relative;
    }

    .logo-head {
        height: 50px;
        transition: transform 0.3s ease;
    }

    .logo-word {
        height: 50px;
        transition: transform 0.3s ease, opacity 0.3s;
        position: absolute;
        left: 60px;
        opacity: 0; /* Ensure it is hidden initially */
    }

    nav {
        display: flex;
        align-items: center;
    }

    .hamburger {
        display: none;
        flex-direction: column;
        cursor: pointer;
    }

    .hamburger .bar {
        width: 25px;
        height: 3px;
        background-color: #000;
        margin: 4px 0;
        transition: 0.4s;
    }

    nav ul {
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0;
    }

    nav ul li {
        margin-left: 20px;
        position: relative;
    }

    nav ul li a {
        color: #000;
        text-decoration: none;
        font-weight: bold;
        padding: 10px 15px;
        position: relative;
        display: inline-block;
        transition: color 0.3s ease;
    }

    nav ul li a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: 0;
        left: 0;
        background-color: #EB0D18;
        visibility: hidden;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out;
    }

    nav ul li a:hover::before {
        visibility: visible;
        transform: scaleX(1);
    }

    nav ul li a:hover {
        color: #EB0D18;
    }

    @media (max-width: 768px) {
        .hamburger {
            display: flex;
        }

        nav ul {
            flex-direction: column;
            display: none;
            background: #fff;
            position: absolute;
            top: 60px;
            left: 0;
            width: 100%;
            text-align: center;
            padding: 0;
        }

        nav ul.show {
            display: flex;
        }

        nav ul li {
            margin: 10px 0;
        }

        .logo-word {
            position: static;
            opacity: 1;
            transform: translateX(0);
        }
    }
/* End of Header */
/* Footer */
    footer {
        background-color: #1a1a1a;
        color: #fff;
        padding: 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        background-image: url('SM\ 22.jpg'); /* Use your logo or image */
        background-size: cover; /* Make the background cover the full width */
        background-repeat: no-repeat;
        background-position: center center;
        background-blend-mode: overlay; /* Blend background color and image */
    }

    .footer-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 1000px; /* Limit the content width */
        flex-wrap: wrap;
        gap: 20px;
        box-sizing: border-box;
    }

    /* Footer Sections */
        .footer-section {
            flex: 1;
            min-width: 150px;
            padding: 10px;
            box-sizing: border-box;
        }

    /* Footer Links Section */
        .footer-links {
            display: flex;
            flex-direction: column;
            gap: 8px;
            align-items: center;
        }

        .footer-links a {
            color: #fff;
            text-decoration: none;
            font-size: 0.9em;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: #EB0D18;
        }

    /* Social Media Icons */
        .social-media {
            display: flex;
            gap: 10px;
            justify-content: center;
            margin-top: 10px;
        }

        .social-media .social-icon {
            width: 30px;
            height: 30px;
            transition: transform 0.3s, filter 0.3s;
        }

        .social-media .social-icon:hover {
            transform: scale(1.2);
        }

        .social-media img {
            width: 100%;
            height: 100%;
            filter: invert(1);
            transition: filter 0.3s;
        }

        .social-media img:hover {
            filter: invert(0) sepia(1) saturate(10) hue-rotate(-50deg) brightness(1.5) drop-shadow(0 0 10px rgba(255, 0, 0, 0.7));
        }

    /* Legal Section */
        .footer-legal {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            max-width: 1000px;
            padding-top: 20px;
            box-sizing: border-box;
            color: #ddd;
            font-size: 0.75em;
        }

    /* Copyright Text */
        .footer-legal .copyright {
            text-align: left;
        }

        .footer-legal a {
            color: #fff;
            text-decoration: none;
            margin: 0 5px;
            font-size: 0.85em;
            transition: color 0.3s;
        }

        .footer-legal a:hover {
            color: #EB0D18;
        }

    /* Developer Attribution */
        .footer-legal .developer {
            text-align: right;
        }

        .footer-legal .developer a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer-legal .developer a:hover {
            color: #ffcc00; /* Hover effect for Concept Lab */
        }

    /* Responsive Design */
        @media (max-width: 768px) {
            .footer-legal {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            .footer-legal .copyright,
            .footer-legal .developer {
                text-align: center;
                margin-bottom: 10px;
            }
        }

    /* Custom style for the copyright symbol */
        .copyright-symbol {
            font-family: 'Courier New', Courier, monospace; /* Change this to your desired font */
            font-size: 1.2em; /* Adjust the font size if necessary */
            font-weight: bold; /* Make the symbol bold if needed */
            color: #fff; /* You can also adjust the color if you like */
        }
/* End of Footer */

/* Home Page Specific Services Styling */
    .homepage-services {
        display: flex;
        padding: 20px;
        background: #fff;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .homepage-services-sidebar {
        width: 30%;
        padding: 20px;
        border-right: 1px solid #ddd;
        box-sizing: border-box;
    }

    .homepage-services-sidebar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .homepage-service-item {
        display: flex;
        align-items: center;
        padding: 10px;
        cursor: pointer;
        transition: background-color 0.3s, border-right 0.3s;
        position: relative;
    }

    .homepage-service-item.active {
        background-color: #dddddd;
        border-right: 5px solid #EB0D18; /* Red bar on the right of the active service */
    }

    .homepage-service-item img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .homepage-service-item span {
        font-size: 1.2em;
    }

    /* Responsive Design for Home Page Services */
        @media (max-width: 768px) {
            .homepage-services {
                flex-direction: column;
            }

            .homepage-services-sidebar,
            .homepage-service-content {
                width: 100%;
            }
        }
/* End of Home Page Specific Services Styling */

/* Carousel */
    .carousel {
        padding: 50px 20px;
        text-align: center;
        background: #f8f8f8;
        width: 100%;
        box-sizing: border-box;
    }

    .carousel h2 {
        font-size: 2em;
        margin-bottom: 20px;
    }

    .carousel-container {
        overflow: hidden;
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center; /* Center the carousel items */
        box-sizing: border-box;
    }

    .carousel-track {
        display: flex;
        /* Set a slow, infinite scrolling animation */
        animation: scroll 60s linear infinite;
    }

    /* Define keyframes for the scrolling animation */
    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-150px * 12)); /* Adjust this based on number of images */
        }
    }

    .carousel img {
        width: 150px; /* Set a fixed width for all images */
        height: 150px; /* Set a fixed height for all images */
        object-fit: contain; /* Ensure the image fits within the set dimensions without distortion */
        margin: 0 20px; /* Add margin between images */
        opacity: 0.7; /* Set slight transparency */
    }
/* End of Carousel */

/* Services */
.services {
    display: flex;
    padding: 20px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px; /* Add a small gap below services section */
}

.services-sidebar {
    width: 30%;
    padding: 20px;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

.services-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-item {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s, border-right 0.3s;
    position: relative;
}

.service-item.active {
    background-color: #dddddd;
    border-right: 5px solid #EB0D18; /* Red bar on the right of the active service */
}

.service-item img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.service-item span {
    font-size: 1.2em;
}

.service-content {
    width: 70%;
    padding: 20px;
    box-sizing: border-box;
}

.service-description {
    display: none;
    animation: slideIn 0.5s forwards; /* Add slide-in animation */
}

.service-description.active {
    display: block;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.services-preview, .blog-posts {
    padding: 50px 20px;
    text-align: center;
    box-sizing: border-box;
}

.services-preview h2, .blog-posts h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.services-preview p, .blog-posts p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.services-preview a, .blog-posts a {
    text-decoration: none;
    color: #EB0D18; /* Replace with your Concept Lab Yellow color */
    font-weight: bold;
}

@media (max-width: 768px) {
    .services {
        flex-direction: column;
    }

    .services-sidebar, .service-content {
        width: 100%;
    }

    .service-description {
        padding: 20px;
    }
}
/* End of Services */

/* Blog Posts */
    .blog-posts-container {
        display: flex;
        align-items: center; /* Align items vertically */
        margin-bottom: 20px; /* Add some margin below the container */
        flex-wrap: wrap; /* Allow wrapping on smaller screens */
        justify-content: center; /* Center the content */
        box-sizing: border-box;
    }

    .blog-posts-container h2 {
        margin: 0 20px 0 0; /* Adjust margin around the heading */
        padding: 0; /* Remove any padding */
        font-size: 2em; /* Ensure the font size is large */
        white-space: nowrap; /* Prevent text wrapping */
        text-align: center; /* Center the heading */
        width: 100%; /* Ensure full width */
    }

    .blog-posts-container .separator {
        width: 1px;
        height: 100%;
        background-color: #ddd; /* Set the color of the separator */
    }

    .blog-posts {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        flex-grow: 1; /* Allow the blog posts to take the remaining space */
        box-sizing: border-box;
    }

    .post-card {
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 20px;
        transition: box-shadow 0.3s;
        flex: 1 1 300px; /* Set the flex-basis to 300px */
        max-width: 450px; /* Set a maximum width for the cards */
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Align items to the start */
        justify-content: flex-start; /* Align content to the top */
    }

    @media (max-width: 768px) {
        .post-card {
            flex: 1 1 100%; /* Make cards take up full width on smaller screens */
            max-width: 100%; /* Ensure max-width is 100% on smaller screens */
        }

        .blog-posts-container {
            flex-direction: column; /* Stack heading and posts vertically */
        }

        .blog-posts-container h2 {
            margin: 0 0 20px 0; /* Add margin below heading */
        }

        .blog-posts-container .separator {
            display: none; /* Hide the separator on smaller screens */
        }
    }

    .post-card img {
        width: 100%; /* Make image width 100% of the card */
        height: 200px; /* Fixed height */
        object-fit: cover; /* Ensure the image covers the area, cropping if necessary */
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .post-card h3 {
        margin: 10px 0;
        font-size: 1.2em; /* Adjust font size for better readability */
    }

    .post-card .date {
        font-size: 0.8em;
        color: #666;
        margin-bottom: 10px;
    }

    .post-card .excerpt {
        font-size: 0.9em;
        color: #333;
        max-height: none; /* Ensure the full excerpt is shown */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal; /* Allow text to wrap */
    }

    .post-card .read-article-button {
        background-color: #EB0D18; /* Button background color */
        color: #fff; /* Button text color */
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        margin-top: 10px;
        align-self: stretch; /* Make the button take the full width */
        text-align: center; /* Center the button text */
        transition: background-color 0.3s;
    }

    .post-card .read-article-button:hover {
        background-color: #c10e15; /* Darken the button color on hover */
    }

    .post-card a {
        text-decoration: none;
        color: inherit;
        display: block;
        height: 100%;
        width: 100%;
        position: relative; /* Change to relative */
        z-index: 1;
        padding: 0; /* Remove padding */
        box-sizing: border-box;
        border-radius: 10px;
        transition: background-color 0.3s;
    }

    .post-card a:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }
/* End of Blog Posts */

/* Blog Post Content */
    .blog-post-content {
        padding: 20px;
        max-width: 800px;
        margin: 0 auto;
    }

    .blog-post-content .back-button {
        background: #EB0D18;
        color: #fff;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .blog-post-content .back-button:hover {
        background: #d30b15;
    }

    .blog-post-content article {
        background: #fff;
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-weight: 50;
        text-align: left; /* Align text to the left */
    }

    .blog-post-content article img {
        width: 100%;
        max-width: 100%; /* Ensure it does not exceed the width of the article */
        height: auto; /* Maintain aspect ratio */
        max-height: 400px; /* Limit the height to 400px */
        object-fit: cover; /* Ensure the image covers the area, cropping if necessary */
        margin-bottom: 20px; /* Add some space below the image */
        border-radius: 15px; /* Add border radius */
    }

    #post-date .date {
        color: #d30b15; /* Darker red for the date */
        font-weight: bold; /* Make the date bold */
    }

    .post-card .date {
        color: #d30b15; /* Darker red for the date */
        font-weight: normal; /* Ensure it is not bold */
    }
/* End of Blog Post Content */

/* Password */
    .password-body {
        font-family: 'Keep Calm', sans-serif;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        background-color: #f8f8f8;
        position: relative;
        overflow: hidden;
    }

    .password-container {
        text-align: center;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        width: 300px; /* Make the container smaller */
        transition: opacity 2s ease; /* Smooth transition effect */
    }

    .password-container.fade-out {
        opacity: 0; /* Fade out effect */
    }

    .password-container h2 {
        margin-bottom: 20px;
    }

    .password-container input {
        padding: 10px;
        font-size: 1em;
        margin-bottom: 10px;
        width: 100%; /* Ensure input takes the full width */
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    .password-container button {
        padding: 10px 20px;
        font-size: 1em;
        background-color: #EB0D18;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 100%; /* Make the button full width */
    }

    .password-container button:hover {
        background-color: #c10e15;
    }
/* End of Password */

/* Loading Icon */
    .loading-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 2s ease; /* Smooth transition effect */
    }

    .loading-icon.fade-in {
        opacity: 1; /* Fade in effect */
    }

    .loading-icon.fade-out {
        opacity: 0; /* Fade out effect */
    }

    .loading-image {
        width: 50px;
        height: 50px;
        animation: spin 2s linear infinite;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
/* End of Loading Icon */

/* About Us Page Styling */
    /* General Styling */
        body {
            font-family: 'Keep Calm', sans-serif;
            margin: 0;
            padding: 0;
        }
    
    /* Hero Section */
        .about-hero {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 30px 20px; /* Increased padding for consistent design */
            background-color: #f8f8f8;
            text-align: center;
        }
        
        .about-hero .hero-text {
            flex: 1;
            max-width: 600px; /* Boundaries for the hero text */
        }
        
        .about-hero h1 {
            font-size: 3em;
            margin-bottom: 10px;
        }
        
        .about-hero p {
            font-size: 1.2em;
            margin-bottom: 20px;
        }
    
    /* Hero Image with boundaries */
        .about-hero .hero-image {
            flex: 1;
            max-width: 500px; /* Bound the width of the hero image */
            max-height: 400px; /* Bound the height of the hero image */
            width: 100%; /* Responsive width */
            height: auto; /* Maintain aspect ratio */
            object-fit: cover; /* Ensure the image scales nicely */
            border-radius: 10px; /* Optional: Add smooth border radius */
            margin-left: 20px; /* Space between text and image */
        }
    
    /* Mission Section */
        .about-mission {
            background-color: #fff;
            padding: 10px 20px;
            text-align: center;
        }
        
        .about-mission h2 {
            font-size: 2.5em;
            margin-bottom: 20px;
        }
        
        .about-mission p {
            font-size: 1.2em;
            max-width: 800px;
            margin: 0 auto;
        }
    
    /* Team Section */
        .about-team {
            background-color: #f8f8f8;
            padding: 10px 20px;
            text-align: center;
        }
        
        .about-team h2 {
            font-size: 2.5em;
            margin-bottom: 30px;
        }
        
        .team-grid {
            display: flex;
            justify-content: space-around;
            gap: 20px;
            flex-wrap: wrap;
        }
        
        .team-member {
            max-width: 300px;
            text-align: center;
        }
        
        .team-member img {
            width: 100%;
            border-radius: 50%;
            margin-bottom: 15px;
        }
        
        .team-member h3 {
            font-size: 1.5em;
            margin-bottom: 10px;
        }
        
        .team-member p {
            font-size: 1em;
            margin-bottom: 10px;
        }
    
    /* Story Section */
        .about-story {
            background-color: #fff;
            padding: 10px 20px;
            text-align: center;
            margin-bottom: 40px;
        }
        
        .about-story h2 {
            font-size: 2.5em;
            margin-bottom: 20px;
        }
        
        .about-story p {
            font-size: 1.2em;
            max-width: 800px;
            margin: 0 auto;
            margin-bottom: 20px;
        }
    
    /* Responsive Styling */
        @media (max-width: 768px) {
            .about-hero {
                flex-direction: column;
            }
        
            .about-hero .hero-image {
                max-width: 100%; /* Full width on mobile */
                max-height: 250px; /* Adjust max height for mobile */
                margin-left: 0; /* Remove margin for smaller screens */
                margin-top: 20px; /* Add space above image */
            }
        
            .team-grid {
                flex-direction: column;
                align-items: center;
            }
        
            .team-member {
                max-width: 100%;
            }
        }
/* End of About Us Page */

/* Services Page Styling */
    /* Hero Section */
        .services-hero {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px 20px;
            background-color: #f8f8f8;
            text-align: center;
        }

        .services-hero .hero-text {
            flex: 1;
            max-width: 600px; /* Boundaries for the hero text */
        }

        .services-hero h1 {
            font-size: 3em;
            margin-bottom: 10px;
        }

        .services-hero p {
            font-size: 1.2em;
            margin-bottom: 20px;
        }

    /* Hero Image with boundaries */
        .services-hero .hero-image {
            flex: 1;
            max-width: 500px; /* Bound the width of the hero image */
            max-height: 400px; /* Bound the height of the hero image */
            width: 100%; /* Responsive width */
            height: auto; /* Maintain aspect ratio */
            object-fit: cover; /* Ensure the image scales nicely */
            border-radius: 10px; /* Optional: Add smooth border radius */
            margin-left: 20px; /* Space between text and image */
        }

    /* Services Overview Section */
        .services-overview {
            background-color: #fff;
            padding: 10px 20px;
            text-align: center;
        }

        .services-overview h2 {
            font-size: 2.5em;
            margin-bottom: 20px;
        }

        .services-overview p {
            font-size: 1.2em;
            max-width: 800px;
            margin: 0 auto;
        }

    /* Services List Section */
        .services-list {
            background-color: #f8f8f8;
            padding: 10px 20px;
        }

        .service-grid {
            display: flex;
            justify-content: space-around;
            gap: 40px;
            flex-wrap: wrap;
        }

        .service-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 300px;
            text-align: center;
            flex: 1;
            margin: 20px;
        }

        .service-item img {
            width: 120px;
            height: 120px;
            object-fit: contain;
            margin-bottom: 20px;
        }

        .service-item h3 {
            font-size: 1.8em;
            margin-bottom: 15px;
        }

        .service-item p {
            font-size: 1em;
            margin-bottom: 15px;
        }

    /* Responsive Styling */
        @media (max-width: 768px) {
            .services-hero {
                flex-direction: column;
            }

            .services-hero .hero-image {
                max-width: 100%; /* Full width on mobile */
                max-height: 250px; /* Adjust max height for mobile */
                margin-left: 0; /* Remove margin for smaller screens */
                margin-top: 20px; /* Add space above image */
            }

            .service-grid {
                flex-direction: column;
                align-items: center;
            }

            .service-item {
                max-width: 100%;
            }

            .service-item img {
                width: 100px;
                height: 100px;
            }
        }
/* End Of Service Page */

/* Podcasts Page Styling */
    /* Hero Section */
        .podcast-hero {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px 20px;
            background-color: #f8f8f8;
            text-align: center;
        }
        
        .podcast-hero .hero-text {
            flex: 1;
            max-width: 600px; /* Limit width for text */
        }
        
        .podcast-hero h1 {
            font-size: 3em;
            margin-bottom: 10px;
        }
        
        .podcast-hero p {
            font-size: 1.2em;
            margin-bottom: 20px;
        }
        
        .podcast-hero .hero-image {
            flex: 1;
            max-width: 500px; /* Limit width for image */
            max-height: 400px; /* Limit height for image */
            width: 100%;
            height: auto;
            object-fit: cover;
            border-radius: 10px; /* Add smooth border radius */
            margin-left: 20px; /* Space between text and image */
        }
    
    /* Featured Podcasts Section */
        .featured-podcasts {
            background-color: #fff;
            padding: 10px 20px;
            text-align: center;
        }
        
        .featured-podcasts h2 {
            font-size: 2.5em;
            margin-bottom: 20px;
        }
        
        .podcast-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr); /* Create 5 equal columns */
            gap: 20px; /* Add space between each episode */
        }
        
        .podcast-episode {
            background-color: #f9f9f9;
            border: 1px solid #ddd;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
        }
        
        .podcast-episode img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            margin-bottom: 15px;
        }
        
        .podcast-episode h3 {
            font-size: 1.5em;
            margin-bottom: 10px;
        }
        
        .podcast-episode p {
            font-size: 1em;
            margin-bottom: 15px;
        }
        
        .listen-button {
            background-color: #EB0D18;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .listen-button:hover {
            background-color: #c10e15;
        }
    
    /* Latest Podcasts Section */
        .latest-podcasts {
            background-color: #f8f8f8;
            padding: 10px 20px;
            text-align: center;
        }
        
        .latest-podcasts h2 {
            font-size: 2.5em;
            margin-bottom: 20px;
        }
        
        .podcast-list {
            display: grid;
            grid-template-columns: repeat(5, 1fr); /* Create 5 equal columns */
            gap: 20px; /* Add space between episodes */
        }
        
        .podcast-list .podcast-episode {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 10px;
            padding: 20px;
            text-align: left;
        }
        
        .podcast-list h3 {
            font-size: 1.5em;
            margin-bottom: 10px;
        }
        
        .podcast-list p {
            font-size: 1em;
            margin-bottom: 15px;
        }
    
    /* Responsive Design */
        @media (max-width: 1200px) {
            .podcast-grid {
                grid-template-columns: repeat(4, 1fr); /* 4 columns for medium-sized screens */
            }
        }
        
        @media (max-width: 992px) {
            .podcast-grid {
                grid-template-columns: repeat(3, 1fr); /* 3 columns for smaller screens */
            }
        }
        
        @media (max-width: 768px) {
            .podcast-hero {
                flex-direction: column;
            }
        
            .podcast-hero .hero-image {
                max-width: 100%;
                max-height: 300px;
                margin-left: 0;
                margin-top: 20px;
            }
        
            .podcast-grid {
                grid-template-columns: repeat(2, 1fr); /* 2 columns for mobile screens */
            }
        
            .podcast-episode {
                max-width: 100%;
            }
        }
        
        @media (max-width: 480px) {
            .podcast-grid {
                grid-template-columns: 1fr; /* Full-width for each episode on very small screens */
            }
        }
        @media (max-width: 1200px) {
        .podcast-list {
            grid-template-columns: repeat(4, 1fr); /* 4 columns for medium-sized screens */
        }
        }

        @media (max-width: 992px) {
            .podcast-list {
                grid-template-columns: repeat(3, 1fr); /* 3 columns for smaller screens */
            }
        }

        @media (max-width: 768px) {
            .podcast-list {
                grid-template-columns: repeat(2, 1fr); /* 2 columns for mobile screens */
            }
        }

        @media (max-width: 480px) {
            .podcast-list {
                grid-template-columns: 1fr; /* Full-width for each episode on very small screens */
            }
        }
        @media (max-width: 1200px) {
            .podcast-list {
                grid-template-columns: repeat(4, 1fr); /* 4 columns for medium-sized screens */
            }
        }
        
        @media (max-width: 992px) {
            .podcast-list {
                grid-template-columns: repeat(3, 1fr); /* 3 columns for smaller screens */
            }
        }
        
        @media (max-width: 768px) {
            .podcast-list {
                grid-template-columns: repeat(2, 1fr); /* 2 columns for mobile screens */
            }
        }
        
        @media (max-width: 480px) {
            .podcast-list {
                grid-template-columns: 1fr; /* Full-width for each episode on very small screens */
            }
        }
/* End of Podcasts Page Styling */

/* Contact Form Us Page */
    /* Contact Header */
        #contact-header {
            background-color: #000;
            padding: 40px 20px;
            text-align: center;
        }

        #contact-header h1 {
            font-size: 2.5em;
            margin: 0;
            color: #fff;
        }

        #contact-header p {
            font-size: 1.2em;
            margin: 20px 0 0;
            color: #fff;
        }

        /* Contact Info Section */
            #contact-info {
                display: flex;
                justify-content: space-around;
                padding: 40px 20px;
                background-color: white;
            }

            .contact-details {
                width: 40%;
                text-align: left;
            }

            .contact-details h2 {
                font-size: 2em;
                margin-bottom: 20px;
            }

            .contact-details p {
                font-size: 1.2em;
                margin: 10px 0;
            }

            .contact-details a {
                color: #EB0D18;
                text-decoration: none;
            }

            .contact-details a:hover {
                text-decoration: underline;
            }

        /* Contact Form */
            .contact-form {
                width: 40%;
            }

            .contact-form h2 {
                font-size: 2em;
                margin-bottom: 20px;
            }

            .contact-form label {
                display: block;
                margin-bottom: 10px;
                font-weight: bold;
            }

            .contact-form input,
            .contact-form select,
            .contact-form textarea {
                width: 100%;
                padding: 10px;
                margin-bottom: 20px;
                border: 1px solid #ccc;
                border-radius: 5px;
                font-size: 1em;
                font-family: 'Keep Calm', sans-serif; /* Ensuring Keep Calm font */
            }

            .contact-form button.cta-button {
                background-color: #EB0D18;
                border: none;
                color: white;
                padding: 15px;
                border-radius: 5px;
                cursor: pointer;
                font-size: 1.2em;
                transition: background-color 0.3s;
            }

            .contact-form button.cta-button:hover {
                background-color: #910d13;
            }
    /* End of Contact Form */

    /* Popup Notification */
        .popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
        }

        .popup-content {
            background-color: white;
            padding: 40px;
            border-radius: 10px;
            text-align: center;
        }

        .popup h2 {
            margin-bottom: 20px;
            font-size: 2em;
        }

        .popup p {
            font-size: 1.2em;
        }

        .popup-close {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 1.5em;
            cursor: pointer;
        }

        /* Responsive Design */
            @media (max-width: 768px) {
                #contact-info {
                    flex-direction: column;
                    align-items: center;
                }

                .contact-details,
                .contact-form {
                    width: 100%;
                    margin-bottom: 20px;
                }
            }
/* End of Contact Form Us Page */