:root {
    --primary-color: #f60934;

}

/* universal classes */

.c-text-center {
    text-align: center;
}

.c-d-flex {
    display: flex;
}

.p-20 {
    padding: 20px;
}


.c-hero-banner-text {
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(45deg, #f60934, #f60934f6);
    padding: 40px;
    width: 100%;
    z-index: 199;
    font-size: 3.3rem;
    letter-spacing: 1.1px;
    border-radius: 5px;
    color: white;
    z-index: 3000;
    text-align: center;
    font-family: noto sans !;
    /* text-transform: uppercase; */

}


.c-hero-banner-text-1 {
    display: block;
    justify-content: center;
    text-align: center;
    font-weight: 300;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 1.3rem;
    margin-top: 5px !important;
}




/* Hero Section */
.c-heroBottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
    width: 100%;
    /* background-image: linear-gradient(to right bottom, #f32a07, #a54527); */
    background-color: #008080;
    color: #ecf0f1;
    /* Text color */
}

.hero-image {
    background-image: url('https://newsecuritybeat-org.s3.amazonaws.com/uploads/2022/02/shutterstock_1986687359-e1645556456659.jpg');
    height: calc(100vh - 125px);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #2c2b2b75;
    border-top: 1px solid #2c2b2b75;
}

.c-top-hero {
    font-size: 27px;
    align-content: center;
}


.hero-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 7, 7, 0.3);
}

.c-homehero p {
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
    font-family: 'poppins', sans-serif;
    /* Font family change */
    color: #ffffff;
    margin-bottom: 20px;
    padding: 0 250px;
}

.c-hero-banner-text-1-m {
    display: none;
}

.c-homeHeroButton {
    padding: 13px 17px;
    background-color: #1a1919;
    /* Button background color */
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 0.8 rem;
    font-weight: 500;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
    /* Smooth transition */
}

.c-homeHeroButton:hover {
    background-color: #e7e5e5;
    /* Hover state color */
    color: #1a1919;
}

.c-aboutSectionHome {
    display: flex;
    justify-content: space-between;
    padding: 100px 0px;
}



/* about section */

.heading-two h2 {
    margin-bottom: 7px;
}

.c-aboutImageHome {
    height: 100%;
    width: 100%;
}

.counter-container {
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
    background-color: #008080;
    /* NGO's primary color */
    color: #fff;
}

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

.counter-value {
    font-size: 36px;
    font-weight: bold;
}

.counter-label {
    font-size: 16px;
    text-transform: uppercase;
}

.c-aboutSection1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    width: 48%;
}

.c-aboutSection1 p {
    margin-top: 20px;
}

/* .c-long-areaOfFocus{
    display: 
} */

.c-aboutSection2 {
    padding: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.c-third-subtext {
    display: block;
    margin-top: 10px !important;
}

/* Styles for the main container */
.c-aboutSection2 {
    text-align: center;
    padding: 20px;
}

/* Styles for the section title */
.c-section-title {
    /* text-transform: uppercase; */
    font-size: 35px;
    font-weight: 500;
    color: #141414;
}

/* Styles for the general text */
.c-text-center {
    text-align: center;
    margin-bottom: 10px;
}

.c-aboutSection2 {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.c-section-title {
    font-size: 35px;
    font-weight: 600;
    /* margin-bottom: 10px; */
}

.c-area-of-focus {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* margin-top: 7px; */
    width: 100%;
}

.c-areaoffocus-div {
    width: 70%;
    /* Adjust the width as needed */
    margin: 10px;
    padding: 13px;
    /* border: 2px solid #dd0f0f; */
    background: linear-gradient(45deg, #f60934, #f60934f6);
    border-radius: 7px;
}

.focus-point {
    font-size: 16px;
    color: #ffffff;
}

/* Media query for responsiveness */
@media (max-width: 600px) {
    .c-areaoffocus-div {
        width: 100%;
    }

    .c-logo {
        height: 50px;
        width: auto;

    }
}

@media (max-width: 800px) {

    .c-logo {
        padding: 10px;

    }
}


.c-aboutHomeButton {
    padding: 13px 19px;
    background: linear-gradient(45deg, #f60934, #f60934f6);
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-size: 0.8 rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 20px;
    width: 100%;
    border-radius: 3px;
}

.c-aboutHomeButton:hover {
    transition: background-color 0.3s ease;
    /* Smooth transition */
    background-color: #e7e5e5;
    /* Hover state color */
    color: #e9e4e4c9;
}

.c-aboutHomeButtonContainer {
    max-width: 160px;
    /* Adjust the max-width as per your design */
    margin: 0 0;
    /* Center the container */
}

.c-ourAreaOfFocusHome {
    display: flex;
}

/* third section */

.c-heroSectionHome {
    /* border-bottom: 1px solid #9b0000; */
}

.c-aboutHomeH2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}


.c-points-container {
    width: 50%;
}

.d-flex-at-thirdSection {
    width: 100%;
    padding: 10px 50px 50px 50px;
}

.c-points-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.c-t-1 {
    width: 100%;
    min-height: 200px;
    background: linear-gradient(45deg, #f60934, #f60934f6);
    /* Gradient background for a vibrant look */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}



.artistic-container {

    text-align: center;
    padding: 0 35px;
}

.artistic-container span {
    color: white;
}

.artistic-text {
    font-size: 2.1em;
    /* Adjust font size to make it larger */
    /* font-family: 'Courier New', monospace; Choose a unique font family */
    color: #fff;
    /* Text color */
    text-shadow: 3px 3px 5px rgba#166884;
    /* Add a subtle text shadow for depth */
    margin: 0;
    /* Remove default margin */
    /* Add padding for better visual appeal */
    text-transform: uppercase;

}

.c-programs-header p {
    margin-top: 15px !important;
}

.c-news-header p {
    margin-top: 15px !important;
}


.c-fourth-section {
    padding: 100px 20vh;
}


.c-fourth-section p {
    font-size: 1em;
    color: #191919;
}


.c-fourth-section .logos {
    margin-top: 40px;
    width: 100% !important;
    /* padding:  50px 0px 50px 0px; */
    margin-bottom: 20px !important;
}

.c-fourth-section .logos .logo img {
    width: 150px;
    height: 150px;
    object-fit: contain;

}

.c-fourth-section .logos .logo h4 {
    margin-top: 15px;
    text-align: center;
}


.c-fifth-section {
    padding: 100px 0px 30px 0px;
    /* background: linear-gradient(45deg,#0d7597f6,#106986f1); */
    text-align: center;
    margin-bottom: 10px;
}



.c-fifth-section p {
    font-size: 1.1em;
    color: #191919;
    margin-bottom: 6px !important;
}



.c-fifth-section-main {
    background: linear-gradient(45deg, #f60934, #f60934f6);
    padding: 15% 5%;
    border-radius: 12px;
    transition: .3s box-shadow ease-in-out;
}

.c-fifth-section-main:hover {
    box-shadow: rgba(17, 12, 25, 0.15) 0px 10px 100px 0px;
}

.c-fifth-section-main img {
    height: 50px;
    margin-bottom: 10px;
}

.c-fifth-section-main h3 {
    color: white;
    font-weight: 500;
    font-size: 18px;
}

/* Container styling with spacing */
.news-container {
    margin-top: 30px;
    margin-bottom: 40px;
    /* Added space from the top */
}

/* Article styling with cleaner design */
.news-article {
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 3px;
    transition: transform 0.3s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    /* White background for articles */
}

.news-article:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

/* Image styling */
.news-article img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 10px;

}

/* Title styling */
.news-article h2 {
    margin: 15px 0 7px 0;
    font-size: 1.4em;
    font-weight: 700;
    color: #1f1e1e;
}

/* Text snippet styling */
.news-article p {
    margin-top: 10px;
    color: #666;
    line-height: 1.3;
    font-weight: 300;
    text-align: justify;
    font-size: 16px;
}

/* Read more link styling */
.news-article a {
    display: inline-block;
    background: linear-gradient(45deg, #f60934, #f60934f6);
    padding: 6px 15px 8px 15px;
    margin-top: 15px;
    /* padding: 1px; */
    color: white;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.news-article a:hover {
    color: white;
}

.c-home-news-h2 {
    font-size: 1.8em;
    font-weight: 500;
    text-transform: uppercase;
    color: #141414;
    margin-bottom: 0px;
    text-align: center;
}