
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Tahoma", "sans-serif", "Monserrat";
}

body, html {
    overflow-x: hidden;
    font-size: 1rem;
    text-overflow: ellipsis;
}

:root {
  --primary-color: #147119;
  --primary-text-color: #2c3e50;
}


/*********** UTILITY STYLING ***********/

.navbar-px {
    padding-left: 3.1rem;
    padding-right: 3.1rem;
}

.fa-house {
    color: #fff;
}

.green-design-full {
    border-top: #147119 solid 15px;
}

.green-design-left {
    border-top: #147119 solid 3px;
    position: relative;
    top:0;
    left:0;
    width: 50%;
}

.green-design-right {
    border-top: #147119 solid 3px;
    position: relative;
    top: 0;
    right: 0;
    width: 50%;
    margin-left: 50%;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    /* text-align: left; */
    text-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    /* color: #147119; */
    color: #2c3e50;
    margin: 3rem;

}

.justify-text {
    text-align: justify;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    color: #147119;
    margin: 1.5rem;

}

.section-title-underline {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    color: var(--primary-text-color);
    margin: 3rem;
    border-bottom: #147119 solid 2px;
    width: 25%;
    padding-bottom: 1rem;
    margin: auto;

}

.section-title-left {
    font-size: 2rem;
    font-weight: 600;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    color: var(--primary-text-color);
    margin: 3rem;

}

.section-px {
    padding-bottom: 3rem;
}


.pri-btn {
    display: inline-block;
    outline: 0;
    text-align: center;
    cursor: pointer;
    padding: 10px 30px;
    border: 0;
    color: #fff;
    font-size: 17.5px;
    background: #00d301;
    background: -webkit-linear-gradient(-196deg,#00d301,#36c275 50%,#00a562);
    background: -webkit-linear-gradient(164deg,#00d301,#36c275 50%,#00a562);
    background: linear-gradient(286deg,#00d301,#36c275 50%,#00a562);
    line-height: 30px;
    font-weight: 200;
    transition: background,color .1s ease-in-out;
    border-radius: 25px;
    font-family: "Monserrat", sans-serif;
}

.sec-btn {
    display: inline-block;
    outline: 0;
    text-align: center;
    cursor: pointer;
    margin: 10px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 17.5px;
    background: #00d301;
    background: -webkit-linear-gradient(-196deg,#00d301,#36c275 50%,#00a562);
    background: -webkit-linear-gradient(164deg,#00d301,#36c275 50%,#00a562);
    background: linear-gradient(286deg,#00d301,#36c275 50%,#00a562);
    font-weight: 200;
    transition: background,color .1s ease-in-out;
    font-family: "Monserrat", sans-serif;
}

.pri-btn:hover {
    opacity: 0.9;
}

.sec-btn:hover {
    opacity: 0.9;
}

.read-more-btn {
    padding: 5px 10px;
}

.privacy-btn {
    border-bottom: 2px green solid; color: green; border-radius: 5px;
}


.scroll-up-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 100%;
    margin: 10px;
    cursor: pointer;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    background: #00d301;
    background: -webkit-linear-gradient(-196deg,#00d301,#36c275 50%,#00a562);
    background: -webkit-linear-gradient(164deg,#00d301,#36c275 50%,#00a562);
    background: linear-gradient(286deg,#00d301,#36c275 50%,#00a562);
    display: none;
    z-index: 999;
}

.scroll-up-btn:hover {
    transform: scale(1.1);
    
}

.scroll-up-btn i {
    color: #F4F6F6;
    
}

p {
    font-size: 1.2rem;
    color: #2c3e50;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.hero-headline {
    font-size: 3.5rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}


p {
    color: #2c3e50;
    line-height: 1.6;
    font-size: 1rem;
}

ol li, ul {
    color: #2c3e50;
    line-height: 1.6;
    font-size: 1rem;
}

p ol li, ul li {
    color: #2c3e50;
    line-height: 1.6;
    font-size: 1rem;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.bg-darker {
    background-color: #F4F6F6;
}

.section-box-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.article-section-container {
    padding: 2rem;
    width: 90%;
    margin: auto;
}

.article-section-container .article-section  {
    padding: 2rem;
    border-radius: 5px;
}

.article-section-container a {
    color: #147119;
}

.article-section  {
    padding: 2rem;
    border-radius: 5px;
}

.article-section p {
    font-size: 1rem;
    line-height: 3;
}

.article-section ul {
    list-style-type: numeric;
}

.article-section li {
    font-size: 1rem;
    line-height: 3;
    color: var(--primary-text-color);
}

.article-section ol {
    font-size: 1rem;
    line-height: 3;
    color: var(--primary-text-color);
}



/************ END OF UTILITY STYLING ***************/


/************** NAVIGATION MENU ********************/

.navbar {
    border-bottom: #147119 1px solid;
}


.nav-item {
    border: 1px solid #fff;
    background-color: #147119;
    border-radius: 5px;
}

.nav-item a {
    color: #fff;
}

.nav-item a:hover {
    color: #fff;
    background-color: #EAB10A;
    border-radius: 5px;
}

.dropdown-menu {
    background-color: #F4F6F6;
    color: #000;
    z-index: 1;
    max-height: 400px; /* Maximum height for dropdown */
    overflow-y: auto;  /* Scrollable if content exceeds height */
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    
}

.dropdown-menu .dropdown-item {
    color: #000;
}

/* Custom CSS for Bootstrap navbar hover dropdown */
/* .navbar .dropdown:hover .dropdown-menu {
    display: block;
    overflow: hidden;
    overflow-y: auto;
    max-height: 400px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border: none;
    background-color: #F4F6F6;

} */

/* Hide body scroll when the dropdown is open */
body.noscroll {
    overflow: hidden;  /* Prevent the body from scrolling */
}

/* Hide the scrollbar by default */
.navbar .dropdown .dropdown-menu::-webkit-scrollbar {
    width: 4px; /* Set the width of the scrollbar */
    display: none; /* Hide the scrollbar by default */
}

/* Show the scrollbar only on hover */
.navbar .dropdown:hover .dropdown-menu::-webkit-scrollbar {
    display: block; 
}

.navbar .dropdown:hover .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #147119; /* Set the color of the scrollbar thumb */
    border-radius: 4px; /* Add border radius for rounded corners */
}

.navbar .dropdown:hover .dropdown-menu::-webkit-scrollbar-track {
    background-color: #f5f5f5; /* Set the color of the scrollbar track */
}


/* Custom Button Styles */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #147119;
    border-color: #147119;
}

.btn-outline-primary {
    color: #147119;
    border-color: #147119;
    background-color: transparent;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #147119;
    border-color: #147119;
}

/* HERO SECTION STYLING */
.hero-section {
    background: linear-gradient(135deg, #e8f5e8 0%, #d4edda 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    position: relative;
    overflow: hidden;
    margin-top: 80px; /* Account for fixed navbar */
    z-index: 1; /* Ensure proper layering */
    margin-bottom: 0; /* Remove bottom margin */
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="waves" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M0,50 Q25,40 50,50 T100,50" fill="none" stroke="%23d4edda" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23waves)"/></svg>');
    opacity: 0.5;
}

.hero-container {
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 4rem;
    max-width: 2900px;
    width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-content {
    padding-right: 2rem;
}

.hero-headline {
    font-size: 3.5rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-description {
    font-size: 1.2rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}

.hero-btn-primary {
    background: #147119;
    border: none;
    color: white;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.hero-btn-primary:hover {
    background: #0f5a13;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(20, 113, 25, 0.3);
    color: white;
}

.hero-btn-secondary {
    border: 2px solid #147119;
    color: #147119;
    background: transparent;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.hero-btn-secondary:hover {
    background: #147119;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(20, 113, 25, 0.3);
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #147119;
    line-height: 1;
}

.stat-label {
    display: block;
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 0.5rem;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: #dee2e6;
}

/* Right Images Area */
.hero-images {
    position: relative;
    height: 500px;
}

.image-stack {
    position: relative;
    height: 100%;
}

.hero-image {
    position: absolute;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.hero-image-1 {
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    z-index: 3;
}

.hero-image-2 {
    top: 50px;
    right: 0;
    width: 180px;
    height: 180px;
    z-index: 2;
}

.hero-image-3 {
    bottom: 0;
    left: 50px;
    width: 160px;
    height: 160px;
    z-index: 1;
}

.stacked-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hero-image:hover .stacked-image {
    transform: scale(1.05);
}

.image-decoration {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.decoration-1 {
    background: #17a2b8;
    top: -20px;
    right: -20px;
}

.decoration-2 {
    background: #6f42c1;
    top: -15px;
    left: -15px;
}

.decoration-3 {
    background: #28a745;
    bottom: -15px;
    right: -15px;
}

/* Decorative Shapes */
.decorative-shape {
    position: absolute;
    border-radius: 50%;
}

.shape-1 {
    width: 20px;
    height: 20px;
    background: #147119;
    top: 20%;
    left: 10%;
    animation: float 6s ease-in-out infinite;
}

.shape-2 {
    width: 15px;
    height: 15px;
    background: #17a2b8;
    top: 60%;
    right: 15%;
    animation: float 8s ease-in-out infinite reverse;
}

.shape-3 {
    width: 25px;
    height: 25px;
    background: #6f42c1;
    bottom: 20%;
    left: 20%;
    animation: float 7s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem;
    }
    
    .hero-content {
        padding-right: 0;
        text-align: center;
    }
    
    .hero-headline {
        font-size: 2.5rem;
    }
    
    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .hero-images {
        height: 400px;
        order: -1;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 3rem 0 1rem 0;
        margin-top: 60px; /* Reduce margin for mobile */
    }
    
    .hero-container {
        padding: 1.5rem;
        width: 95%;
        border-radius: 16px;
    }
    
    .hero-headline {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
        max-width: 250px;
        text-align: center;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 1rem;
    }
    
    .stat-divider {
        display: none;
    }
    
    .hero-images {
        height: 300px;
    }
    
    .hero-image-1 {
        width: 150px;
        height: 150px;
    }
    
    .hero-image-2 {
        width: 130px;
        height: 130px;
    }
    
    .hero-image-3 {
        width: 110px;
        height: 110px;
    }
    
    .image-decoration {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
    
    .decorative-shape {
        display: none; /* Hide decorative shapes on mobile for cleaner look */
    }
}

@media (max-width: 480px) {
    .hero-section {
        margin-top: 50px;
    }
    
    .hero-container {
        padding: 1rem;
        width: 98%;
    }
    
    .hero-headline {
        font-size: 1.8rem;
    }
    
    .hero-description {
        font-size: 0.9rem;
    }
    
    .hero-stats {
        gap: 0.5rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
}

/* Map popup styling */

        .tt_sm{
            border-radius: 5px;
            box-shadow: 3px 3px 4px rgba(0,0,0,.5); 
            z-index: 1000000;   
            background-color: #F8F8FF;   
            padding: 10px; 
            opacity: 0.9; 
            font: 18px/1.5 Verdana, Arial, Helvetica, sans-serif; 
            color: black;


        } 
        .tt_name_sm{
            text-align: center;
            font-weight: bold;
            color: #147119;
            margin: 5px;
        } 
        .xmark_sm{
            /* float: right; */
            /* position: absolute;
            top: 1px;
            right: 20px;
            width: 20px; 
            margin-left: 0; 
            cursor: pointer; 
            line-height: 0px;  */
            display: none;

        }  
        .tt_custom_sm{
            text-align: center;
            margin: 10px;
    
        } 
        .tt_mobile_sm{
            margin: 10px;

        } 
        .tt_mobile_sm, a{
            color: #00a562;
        } 
        .tt_mobile_sm, a:hover{
            cursor: pointer;
            color: #0f5a13;
    
        } 
        
        .btn_simplemaps{
            color: black;
            text-decoration: none;
            background: #ffffff;
            display: inline-block;
            padding: 5px 5px;
            margin: 0; 
            width: 100%; 
            -webkit-box-sizing: border-box; 
            -moz-box-sizing: border-box; 
            box-sizing: border-box; 
            line-height: 1.43;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            border: 1px solid;
            border-radius: 4px;
        }   
        .btn_simplemaps:hover{
            text-decoration: none;
        }



/* end of map popup styling */


/*********** END OF NAVIGATION STYLING ***********/

/*********** MAIN SECTION ***********/

/****** ABOUT SECTION ******/

.about-nysc-content {
    display: flex;
    align-items: center;
}


.about-nysc-content img {
    max-height: 400px;
    /* max-width: 400px; */
    margin: 20px;
    border-radius: 25px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);

}


.about-nysc-brief {
    margin: 20px;
    padding-left: 30px;
}



/****** MEET THE DG SECTION ******/

.meet-dg-content {
    display: flex;
}


.meet-dg-content img {
    height: 500px;
    margin: 20px;
    border: solid 2px #147119;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);

}


.meet-dg-brief {
    margin: 20px;
    border-left: #147119 2px solid;
    padding-left: 30px;
}

.meet-dg-brief li {
    color: #147119;
    line-height: 1.6;
    font-size: 18px; 
}

/****** KEYLINKS SECTION ******/

.keylinks-container {
    display: flex;
}

.keylinks-container .keylinks-content {
    width: 600px;
    height: 150px;
    max-width: 50%;
    text-align: center;
    justify-items: center;
    padding: 20px;
    border-radius: 50px;
    margin: 20px;
    cursor: pointer;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    background: #00d301;
    background: -webkit-linear-gradient(-196deg,#00d301,#36c275 50%,#00a562);
    background: -webkit-linear-gradient(164deg,#00d301,#36c275 50%,#00a562);
    background: linear-gradient(286deg,#00d301,#36c275 50%,#00a562);
}

.keylinks-container .keylinks-content:hover {
    transform: scale(1.1);
    
}

.keylinks-container .keylinks-content a {
    text-decoration: none;
    color: #F4F6F6;
    
}

.keylinks-container .keylinks-content a  i {
    margin: 10px;
    
}



/* Modal Styles */
/* Basic modal styling */
.modal {
    display: none; /* Hide initially */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center horizontally and vertically */
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
  }
  
  .modal-content {
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 25px;
    max-width: 900px; 
    margin: 15% auto;
    display: grid;
    place-items: center;
    top: 10%;
  }
  
  .modal-content a {
    font-size: 0.8rem;
    align-items: center;
    text-align: center;
  }
  
  /* Grid for clickable anchor tags */
  .flex-container {
    flex-wrap: wrap;
  }
  
  .modal-flex-item {
    width: 200px;
    height: 80px;
    max-width: 50%;
    text-align: center;
    justify-items: center;
    padding: 1rem;
    border-radius: 25px;
    margin: 0.5rem;
    cursor: pointer;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    background: #00d301;
    background: -webkit-linear-gradient(-196deg,#00d301,#36c275 50%,#00a562);
    background: -webkit-linear-gradient(164deg,#00d301,#36c275 50%,#00a562);
    background: linear-gradient(286deg,#00d301,#36c275 50%,#00a562);
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
  }
  
  .modal-flex-item:hover {
    transform: scale(1.1);
  }
  
  /* Trigger modal on click */
  .modal-trigger:focus,
  .modal-trigger:active {
    outline: none;
  }
  
  .modal-close {
    width: 80px;

  }


/* OBJECTIVES SECTION */

.objectives-content-container {
    display: flex;
    padding: 2rem;

}


.objectives-contents {
    width: 50%;
    padding: 1rem;
    color: #147119;
    font-size: 18px;
    line-height: 1.6;
 
}


.objectives-section-img {
    width: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 25px;
    margin: 1rem;
    border: #147119 2px solid;
}

.objectives-section-img img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    filter: brightness(90%);
}

.objectives-section-img img:hover {
    filter: brightness(100%);
}


/* COUNTDOWN DIV */
/* --- Styles for the Countdown Banner --- */
.countdown-banner {
    /* width: 200px; */
    height: 15vh;
    background: #00d301;
    background: -webkit-linear-gradient(-196deg,#00d301,#36c275 50%,#00a562);
    background: -webkit-linear-gradient(164deg,#00d301,#36c275 50%,#00a562);
    background: linear-gradient(286deg,#00d301,#36c275 50%,#00a562);
    color: #fff;
    text-align: center;
    margin-top: 0; /* Remove top margin since hero section has no bottom margin */
    margin-bottom: 0; /* Remove space between banner and hero section */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 99; /* Ensure it stays above other content but below main popup */
    position: relative; /* For z-index to work */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.countdown-banner .countdown-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px; /* Space between title and timer */
    text-transform: capitalize;
}

.countdown-banner .countdown-display {
    display: flex;
    justify-content: center;
    gap: 15px; /* Space between time units */
    width: 100%; /* Take full width to distribute items */
}

.countdown-banner .countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1; /* Keep text compact */
}

.countdown-banner .countdown-item span {
    font-size: 24px; /* Large numbers */
    font-weight: 700;
}

.countdown-banner .countdown-item small {
    font-size: 0.75rem; /* Smaller labels */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

.countdown-banner .countdown-message {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0; /* No margin below message */
}

/* Responsive Adjustments for Countdown Banner */
@media (max-width: 992px) {
    .countdown-banner {
        padding: 12px 5px;
    }
    .countdown-banner .countdown-title {
        font-size: 1.1rem;
        margin-bottom: 6px;
    }
    .countdown-banner .countdown-display {
        gap: 12px;
    }
    .countdown-banner .countdown-item span {
        font-size: 1.8rem;
    }
    .countdown-banner .countdown-item small {
        font-size: 0.7rem;
    }
}

@media (max-width: 768px) {
    .countdown-banner {
        padding: 10px 5px;
    }
    .countdown-banner .countdown-title {
        font-size: 1rem;
        margin-bottom: 5px;
    }
    .countdown-banner .countdown-display {
        gap: 10px;
    }
    .countdown-banner .countdown-item span {
        font-size: 1.5rem;
    }
    .countdown-banner .countdown-item small {
        font-size: 0.65rem;
    }
}

@media (max-width: 480px) {
    .countdown-banner {
        padding: 8px 2px;
    }
    .countdown-banner .countdown-title {
        font-size: 0.9rem;
        margin-bottom: 3px;
    }
    .countdown-banner .countdown-display {
        gap: 8px;
    }
    .countdown-banner .countdown-item span {
        font-size: 1.2rem;
    }
    .countdown-banner .countdown-item small {
        font-size: 0.6rem;
    }
    /* Hide seconds on very small screens for less clutter */
    .countdown-banner .countdown-item:last-child {
        display: none;
    }
}
  

/******* NEWS AND UPDATES SECTION *******/

.news-and-updates-content .card {
    margin: 1.5rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    max-height: 400px;
}

.news-and-updates-content .card:hover {
    transform: scale(1.02);

}

.news-and-updates-content .card img {
    height: 300px;
}

.news-and-updates-content .card .card-title {
    color: #147119;
    font-weight: 500;
    margin-top: 1rem;
    cursor: pointer;
    text-align: center;
}

.news-and-updates-content .card .card-title:hover {
    text-decoration: underline;
    cursor: pointer;
}

.news-and-updates-content .card .card-body {
    background-color: #F4F6F6;
}

.news-and-updates-content .card .card-body button {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px;
}


/********* FOOTER STYLING **********/

#main-footer {
    background-color: #147119;
    padding: 1.5rem;
}

#main-footer .footer-content-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

#main-footer .footer-content-container .footer-contents {
    padding: 1.2rem;
    grid-column: span 1;
}

#main-footer .footer-content-container .footer-contents:nth-child(3) {
    border: none;
}


#main-footer .footer-content-container .footer-contents h3 {
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.2rem;
}



#main-footer .footer-content-container .footer-contents ul {
    padding-left: 0;
}

#main-footer .footer-content-container .footer-contents ul li {
    margin: 0.6rem;
}

#main-footer .footer-content-container .footer-contents ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    padding-bottom: 10px;
}

#main-footer .footer-content-container .footer-contents ul li a i {
    padding: 5px;
}

#main-footer .footer-content-container .footer-contents ul li a span {
    font-size: 16px;
}

#main-footer .footer-content-container .footer-contents ul li .footer-facebook-icon:hover {
    color: #0866FF;
}

#main-footer .footer-content-container .footer-contents ul li .footer-x-icon:hover {
    color: #000;
}

#main-footer .footer-content-container .footer-contents ul li .footer-instagram-icon:hover {
    color: #FF342D;
}

#main-footer .footer-content-container .footer-contents ul li .footer-youtube-icon:hover {
    color: #FF0000;
}

#main-footer .footer-content-container .footer-contents ul li .footer-whatsapp-icon:hover {
    color: #3BE058;
}

#main-footer .footer-content-container .footer-contents ul li .footer-telegram-icon:hover {
    color: #229ED9;
}

#main-footer .footer-content-container .footer-contents p {
    color: #fff;
    /* margin-left: 2.5rem; */

}

.footer-logo-container {
    color: #fff;
    grid-column: span 4;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.footer-logo-container span {
    color: #fff;
    padding-top: auto;
    margin: 5px;
}

.footer-logo-container img {
    width: 2em;
    height: 2em;
    margin: 5px;
}


.copyright-container {
    color: #fff;
    grid-column: span 4;
    display: flex;
    border-top: #fff 1px solid;
    justify-content: space-between;
    padding-top: 20px;
    margin-top: 5px;
}








