.header-article {
    position: relative;
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), 
                    url('./img/iStock-2153478836.jpg');; */
    background: #000000;
    background-size: cover;
    background-position: center;
    color: white;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* max-width: 1400px;
    margin: 0 auto; */
}
@media (min-width: 1260px) {
    .header-article h1 {
        font-size: 38px;
        margin-right: 80px;
        margin-left: 80px;
    }
}
.header-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: "Roboto", sans-serif;
}
.breadcrumb-custom {
    font-size: 16px;
    font-weight: 300;
}
.breadcrumb-custom a {
    color: white;
    text-decoration: none;
}
.breadcrumb-custom .separator {
    color: white;
}
.header-title {
    margin: 20px 0;
    font-size: 2em;
    line-height: 1.4em;
}
#header-logo1 {
    margin-top: 20px;
    width: 240px !important;
    max-width: 100%;
    padding-left: 15px;
    margin-bottom: 30px;
}
@media (max-width: 600px) {
    .header-article {
        height: auto;
        padding: 50px 0;
    }
    .header-title {
        font-size: 1.5em;
    }
    .breadcrumb-custom {
        font-size: 14px;
    }
    .header-logo {
        width: 150px;
    }
    .navbar a {
        float: none;
        width: 100%;
        text-align: left;
        padding: 14px;
    }
    .navbar-container {
        padding-left: 10px;
    }
    .content-block {
        flex-direction: column;
        padding: 15px !important;
        /* margin-top: 10px; */
    }
    .content-text {
        margin: 0 0 20px 0;
        text-align: center;
        margin-right: 0 !important;
        line-height: 24x !important;
        margin-left: 0 !important;
    }
    .content-image {
        margin-left: 0 !important;
        max-width: 90%;
        margin-right: 0 !important;
        flex: 0 0 0px !important;
        text-align: center;
    }
    .video-container {
        width: 100% !important;
        height: 215px !important;
    }
    .video-block strong {
        font-size: 21px !important;
    }


}

.pub-ban {
    display: none;
}

.imagediv {
    display: flex;
    justify-content: center;
    align-items: end;
}

.breadcrumb-custom a {
    text-transform: uppercase;
}

.navbar {
    background-color: #fff;
    overflow: hidden;
}
.navbar a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 20px;
    text-decoration: underline;
    font-weight: bolder;
    font-size: 18px;
}
.navbar a:hover {
    background-color: #ddd;
    color: black;
}

.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    /* padding-left: 20px; */
 
}

.content-block {
    background-color: white;
    padding: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    /* margin-top: 20px; */
}

.content-text {
    flex: 1;
    margin-right: 20px;
    line-height: 32px;
    margin-left: 50px;
}

.content-text p {
    font-size: 26px;
}

.content-text strong {
    font-weight: bold;
    color: #116fb3;
    font-size: 38px;
    line-height: 43px;
}

.content-image {
    flex: 0 0 450px;
    margin-left: 60px;
    margin-right: 60px;
}

.content-image img {
    width: 100%;
    height: auto;
}

/* Media Query for screen width between 953px and 1200px */
@media (min-width: 601px) and (max-width: 1200px) {
    .content-block {
        flex-direction: column;
        align-items: center;
    }

    .content-text {
        margin: 0 0 20px 0;
        text-align: center;
    }

    .content-image {
        margin: 0;
        width: 100%;
        max-width: 450px;
        text-align: center;
    }

    .content-image img {
        display: block;
        margin: 0 auto;
    }
}
.video-block {
    background-color: white;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.video-block strong {
    color: #116fb3;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
}
.video-container {
    width: 525px;
    height: 320px;
    margin: 0 auto;
    position: relative;
    /* border-radius: 30px; */
    overflow: hidden;
    cursor: pointer;
}
.video-container img,
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border-radius: 30px; */
}
.video-container img {
    cursor: pointer;
}
#separatordev {
    background-color: transparent;
}
.separator-block {
    font-size: 28px;
    font-weight: bold;
    background-color: #116fb3;
    color: white;
    text-align: center;
    padding: 22px 0 22px;
    width: 100%;
    box-sizing: border-box;
}

.articles-section {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    /* margin-top: 20px; */
    text-align: left; /* Ensure text aligns to the left */
    background-color: #fff;
}

.articles-title {
    color: #116fb3;
    font-size: 24px;
    margin-left: 122px; /* Adjust spacing from the left */
}

.article1 {
    width: 80%;
    margin: 20px auto;
    background-color: #eef1f2;
    /* border: 1px solid #ccc; */
    /* border-radius: 15%; */
    border-end-end-radius: 22px;
    border-end-start-radius: 22px;
    border-start-start-radius: 29px;
    border-start-end-radius: 29px;
    overflow: hidden;
    box-sizing: border-box;
    /* padding: 20px; */
    text-align: left;
}

.article-image img {
    width: 100%;
    height: auto;
    /* border-bottom: 1px solid #ccc; */
    max-width: 100%;
}

.article-content {
    padding: 20px;
}

.article-title {

    color: #1F213D;
    font-size: 16px;
    margin-bottom: 25px;
    
}

.article-content p {
    line-height: 1.6;
    margin: 10px 0;
}

.read-article-btn {
    display: inline-block;
    background: linear-gradient(90deg, rgba(69, 181, 178, 1) 0%, rgba(17, 111, 179, 1) 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
    /* float: right; */
    margin-bottom: 18px;
}

.read-article-btn-v2 {
    display: inline-block;
    background: linear-gradient(90deg, rgba(69, 181, 178, 1) 0%, rgba(17, 111, 179, 1) 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
    float: right;
    margin-bottom: 18px;
}


@media (max-width: 600px) {
    .article1 {
        width: 100%;
    }
    .articles-title, .articles-title2, .articles-title3, .articles-title4, .articles-title5, .articles-title8 {
        text-align: center !important;
        margin-left: 0 !important;
    }
    .content-text strong {
        font-size: 24px;
        line-height: 30px;
    }
    .content-text p {
        font-size: 18px;
    }
    
}

@media (max-width: 740px) {
    .articles-title, .articles-title2, .articles-title3, .articles-title4, .articles-title5, .articles-title8 {
        width: 100% !important;
    }
}
/* articles section 2 */
.articles-section2 {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.articles-title2 {
    color: #116fb3;
    font-size: 24px;
    text-align: left;
    margin-left: 120px; /* Adjust the left margin to create space */
    margin-bottom: 20px;
}

.articles-container2 {
    width: 80%;
    margin: 0 auto; /* Center the container horizontally */
    display: flex;
    justify-content: space-between; /* Distribute items evenly across the container */
    flex-wrap: wrap; /* Wrap items to the next line if they exceed container width */
}

.article2 {
    width: 290px; /* Set a fixed width for each article */
    margin: 10px; /* Adjust margin for space between articles */
    background-color: #eef1f2;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.article-image2 img {
    width: 100%;
    height: 224px; /* Set a fixed height for the image */
    object-fit: cover; /* Ensure the image covers the container without stretching */
    border-radius: 20px 20px 0 0; /* Rounded corners for the image */
}

.article-content2 {
    padding: 20px;
}

.article-title2 {
    font-weight: bold;
    color: #116fb3;
    font-size: 18px;
    margin-bottom: 15px;
}

.article-content2 p {
    line-height: 1.6;
    margin: 10px 0;
}

.read-article-btn2 {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, rgba(69, 181, 178, 1) 0%, rgba(17, 111, 179, 1) 100%);
    color: white;
    border: none;
    padding: 10px 0;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 960px) {
    .articles-container2 {
        width: 100%; /* Full width on smaller screens */
    }
    .article2 {
        width: calc(50% - 20px); /* Two articles per row on smaller screens */
        margin: 10px; /* Adjust margin for space between articles */
    }
}

@media (max-width: 600px) {
    .article2 {
        width: 100%; /* Single column layout for smaller screens */
    }
}

.separator-block2 {
    font-size: 28px;
    font-weight: bold;
    background-color: #1f213d;
    color: white;
    text-align: center;
    padding: 22px 0 22px;
    width: 100%;
    box-sizing: border-box;

}
/* article 3 css */
.articles-section3 {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #EEF1F2;
}

.articles-title3 {
    color: #1F213D;
    font-size: 24px;
    margin: 20px auto;
    width: 700px;
    text-align: center;
}

.articles-container3 {
    width: 80%;
    margin: 0 auto; /* Center the container horizontally */
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  
}



.article3 {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%; /* Ensure all articles have the same height */
    width:calc(50% - 20px);

    box-shadow: 0px 4px 8px 3px #45B5B2;
    justify-content: space-between;
}

.article-image3 {
    flex: 0 0 40%; /* Make images take 40% of the width */
    /* height: 100%; Ensure images cover the full height of the article */
}

.article-image3 img {
    width: 100%;
    height: 100%; /* Set the image to cover the full height */
    object-fit: cover; /* Ensure the image covers the container without stretching */
}

.article-content3 {
    flex: 1; /* The rest of the space is taken by the content */
    padding: 30px; /* Added more padding */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; /* Ensure content covers the full height */
}

.article-title3 {
   
    color: #1F213D;
    font-size: 18px;
    margin-bottom: 15px;
}

.article-content3 p {
    line-height: 1.6;
    margin: 10px 0;
}

.read-article-btn3 {
    display: inline-block;
    /* width: 30%; */
    background-color:#1F213D;
    color: white;
    border: none;
    padding: 8px 16px; /* Smaller padding for smaller button */
    border-radius: 10px; /* Reduced border-radius for the button */
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    align-self: flex-end; /* Align the button to the right */
}

.read-article-btn3.left-align {
    align-self: flex-start; /* Align the button to the left for Article 2 */
}

.article3:first-child .article-image3 img {
    border-radius: 0px 0 0 0px; /* Rounded corners for the left side image */
}

.article3:nth-child(2) .article-image3 img {
    border-radius: 0 20px 0px 0; /* Rounded corners for the right side image */
}

.article3:last-child .article-image3 img {
   /*  border-radius: 20px 0 0 0px; Rounded corners for the left side image */
}

@media (max-width: 960px) {
    .articles-container3 {
        width: 100%; /* Full width on smaller screens */
    }
    .article3 {
        /* flex-direction: column; */
        height: auto; /* Reset height for column layout */
    }
    .article-image3 {
        width: 100%; /* Ensure the image takes full width in column layout */
        height: auto; /* Reset image height for column layout */
    }
    .article-image3 img {
        height: 224px; /* Set a fixed height for images in column layout */
        border-radius: 20px 20px 0 0; /* Rounded corners for the image on mobile */
    }
    .read-article-btn3 {
        width: 60%; /* Button width for tablets */
        align-self: center; /* Center the button on tablets */
    }
    .read-article-btn3.left-align {
        align-self: center; /* Center the button for Article 2 on tablets */
    }
}

@media (max-width: 600px) {
    .article3 {
        width: 100%; /* Single column layout for smaller screens */
        flex-direction: column;
    }
    .article3 .article-image3 {
        width: 100%; /* Ensure the image takes full width in column layout */
    }
    .article3 .article-image3 img {
        height: 224px; /* Set a fixed height for images in column layout */
        border-radius: 20px 20px 0 0; /* Rounded corners for the image on mobile */
    }
    .article3:nth-child(1) .article-content3 {
        order: 1; /* Ensures the content appears after the image on mobile */
    }
    .read-article-btn3 {
        width: 100%; /* Button width for mobile */
        align-self: center; /* Center the button on mobile */
    }
    .read-article-btn3.left-align {
        align-self: center; /* Center the button for Article 2 on mobile */
    }
}
/* end css of articles */


/* added css */

.separator-block3 {
    font-size: 28px;
    font-weight: bold;
    background-color: #45b5b2;
    color: white;
    text-align: center;
    padding: 22px 0 22px;
    width: 100%;
    box-sizing: border-box;

}

/* article 4 css */
.articles-section4 {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.articles-title4 {
    color: #0096A1;
    font-size: 26px;
    text-align: center;
    margin: 20px auto;
    width: 700px;
}

.articles-container4 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1200px;
}

.article4 {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
    /* box-shadow: 0 4px 4px 0px #116FB3; */
    border: solid 2px #00909E;
}

.article-image4 {
    flex: 0 0 50%;
    margin-bottom: 0 !important;
}

.article-image4 img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.article-content4 {
    flex: 1; 
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-self: center;
}

.article-title4 {
    
    color: #116fb3;
    /* font-size: 18px; */
    margin-bottom: 15px;
}

.article-content4 p {
    line-height: 1.6;
    margin: 10px 10px;
}

.read-article-btn4 {
    display: inline-block;
    /* width: 30%; */
    background: #0096A1;
    color: white;
    border: none;
    padding: 8px 45px;
    border-radius: 21px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    align-self: flex-end;
    margin-left: 10px;
}

.read-article-btn4.left-align {
    align-self: flex-start; /* Align the button to the left for Article 2 */
}

.article4:first-child .article-image4 img {
    border-radius: 0px 0 0 0px; /* Rounded corners for the left side image */
    width: 100%;
}

.article4:nth-child(2) .article-image4 img {
    border-radius: 0 20px 0px 0; /* Rounded corners for the right side image */
}

.article4:last-child .article-image4 img {
    border-radius: 20px 0 0 0px; /* Rounded corners for the left side image */
}

@media (max-width: 960px) {
    .articles-container4 {
        width: 100%; /* Full width on smaller screens */
    }
    .article4 {
        /* flex-direction: column; */
        height: auto; /* Reset height for column layout */
    }
    .article-image4 {
        width: 100%; /* Ensure the image takes full width in column layout */
        height: auto; /* Reset image height for column layout */
    }
    .article-image4 img {
        height: 100%;
        /* border-radius: 20px 20px 0 0; */
        object-fit: fill;
        width: 100%;
    }
    .read-article-btn4 {
        width: 60%; /* Button width for tablets */
        align-self: center; /* Center the button on tablets */
    }
    .read-article-btn4.left-align {
        align-self: center; /* Center the button for Article 2 on tablets */
    }
}

@media (max-width: 600px) {
    .article4 {
        flex-direction: column-reverse !important;
        width: 100%;
    }
    .article4 .article-image4 {
        width: 100%; /* Ensure the image takes full width in column layout */
    }
    .article4 .article-image4 img {
        height: 100%; /* Set a fixed height for images in column layout */
        border-radius: 20px 20px 0 0; /* Rounded corners for the image on mobile */
    }
    .article4:nth-child(2) .article-content4 {
        order: 1; /* Ensures the content appears after the image on mobile */
    }
    .read-article-btn4 {
        width: 100%; /* Button width for mobile */
        align-self: center; /* Center the button on mobile */
    }
    .read-article-btn4.left-align {
        align-self: center; /* Center the button for Article 2 on mobile */
    }
}
/* end css of articles 4 */

/* start article 5 css */
.articles-section5 {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    background-image: url(./img/Ellipse-134.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.articles-title5 {
    color: #1F213D;
    font-size: 24px;
    text-align: center;
  width:700px;
    margin: 20px auto;
}

.articles-container5 {
    width: 80%;
    margin: 0 auto; /* Center the container horizontally */
    display: flex;
    justify-content: space-between; /* Distribute items evenly across the container */
    flex-wrap: wrap; /* Wrap items to the next line if they exceed container width */
}

.article5 {
    width: calc(25% - 20px); /* Adjust width to take up more space */
    margin: 10px; /* Adjust margin for space between articles */
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 8px 3px #45B5B2;

}

.article-image5 img {
    width: 100%;
    height: 224px; /* Set a fixed height for the image */
    object-fit: cover; /* Ensure the image covers the container without stretching */
    border-radius: 20px 20px 0 0; /* Rounded corners for the image */
}

.article-content5 {
    padding: 20px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
}

.article-title5 {
    font-weight: bold;
    color: #116fb3;
    font-size: 18px;
    margin-bottom: 15px;
}

.article-content5 p {
    line-height: 1.6;
    margin: 10px 0;
}

.read-article-btn5 {
    display: block;
    width: 100%;
    background: #1F213D;
    color: white;
    border: none;
    padding: 10px 0;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 960px) {
    .articles-container5 {
        width: 100%; /* Full width on smaller screens */
    }
    .article5 {
        width: calc(50% - 20px); /* Two articles per row on smaller screens */
        margin: 10px; /* Adjust margin for space between articles */
    }
}

@media (max-width: 600px) {
    .article5 {
        width: 100%; /* Single column layout for smaller screens */
    }
}

/* end css of articles 5 */


.article-title7, #articles-title7 {
    color: #45b5b2 !important;
    
}
.article-title7 {
    color: #45b5b2 !important;
    
}

.articles-section8 {
    width: 100%;
    /* padding: 20px; */
    box-sizing: border-box;
    background-color: #fff;
}

.articles-title8 {
    color: #1F213D;
    font-size: 32px;
    text-align: center;
    width: 80%;
    margin: 30px auto 30px auto;
    max-width: 1200px;
}

.articles-container8 {
    width: 80%;
    margin: 0px auto 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 20px;
    max-width: 1200px;
}

.article8 {
    width: calc(31% - 5px);
    /* margin: 10px; */
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 4px 8px 3px #dedcdc;
    margin-bottom: 22px;
}

.article-image8 img {
    /* margin: 0 auto; */
    display: block;
    object-fit: contain;
    width: 100%;
}

.article-content8 {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-title8 {
  
    color: #1F213D;
    font-size: 16px;
    margin-bottom: 15px;
}

.article-content8 p {
    line-height: 1.4;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
}

/* .read-article-btn8 {
    display: block;
    width: 100%;
    background: "linear-gradient(90deg, rgba(69, 181, 178, 1) 0%, rgba(17, 111, 179, 1) 100%)";
    color: white;
    border: none;
    padding: 10px 0;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
} */

.read-article-btn8 {
    display: block;
    width: 60%;
    background: #DA291C;
    color: white;
    border: none;
    padding: 10px 0;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    transition: background-color 0.3s;
}


@media (max-width: 960px) {
    .articles-container8 {
        width: 100%; /* Full width diyal tablets */
        justify-content: center !important;
    }
    .article8 {
        width: calc(45% - 20px); /* 2 articlate f row */
        margin: 10px; /* hadi lmargin diyal kola article row */
    }
}

@media (max-width: 600px) {
    .article8 {
        width: 100%; /* Single column layout 3la 9ibal screen adjustment */
    }
}

#article-title3 {
    color: #0096A1 !important;
    font-size: 24px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}


.article-content4-text {
    font-family: "Roboto", sans-serif;
    color: #000000;
}
.article-text {
    max-height: max-content;
}



.navholder {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}

.navelist {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}

.listhead {
    flex: 1 1 150px;
    max-width: 180px;
}

.listhead a {
    display: block;
    width: 100%;
    background-color: #64BFB8;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    font-weight: 900;
    border-radius: 12px;
    font-size: 1.6rem;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.listhead a:hover {
    background-color: #52a7a2;
    transform: translateY(-2px);
    color: #eef1f2;
}

@media (max-width: 767px) {
    .navelist {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .listhead {
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
    }
}



.eset-block {
    width: 100%;
    background: #fff;
    padding: 40px 0;
}
.eset-wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

/* .eset-vid {
    width: 100%;
} */
.eset-vid img {
    width: 100%;
}

.eset-content {
    width: 65%;
    align-self: center;
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    font-family: "Roboto", sans-serif;
}

.eset-content h2 {
    color: #116fb3;
    margin: 0;
}
.eset-content p {
    color: #000000;
}

@media (max-width: 800px) {
    .eset-wrapper {
        flex-direction: column;
    }
}

.eset-vid {
    position: relative;
    width: 40%;
    /* cursor: pointer; */
}

.eset-vid img {
    width: 100%;
    display: block;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.play-icon img {
    /* width: 35px; */
    margin-top: 4px;
}

.eset-vid:hover .play-icon {
    background: rgba(17, 111, 179, 0.9);
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 999;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.video-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    background: #000;
}

.video-modal-content iframe {
    width: 100%;
    height: 100%;
}

.close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}


    .stats-container {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        background: white;
        padding: 40px 20px;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .stat-item {
        flex: 1;
        text-align: center;
        padding: 0 20px;
        position: relative;
        min-width: 200px;
        margin-bottom: 20px;
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    }

    .stat-item:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: -5%;
        height: 105%;
        width: 2px;
        background-color: #0096A1;
    }

    .stat-number-wrapper {
        font-size: 3.5rem;
        font-weight: 700;
        color: #008793;
        margin-bottom: 10px;
        line-height: 1.2;
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 5px;
        padding-left: 40px;
    }

    .stat-label {
        color: #333;
        font-size: 1.7rem;
        line-height: 1.4;
        font-weight: 400;
        padding-left: 40px;
        text-align: left;
    }

    @media (max-width: 768px) {
        .stats-container {
            flex-direction: column;
            align-items: center;
        }

        .stat-item {
            width: 100%;
            margin-bottom: 30px;
            border-bottom: 1px solid #eee;
            padding-bottom: 20px;
        }

        .stat-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        .stat-item:not(:last-child)::after {
            display: none;
        }
    }



        .eset-section-container {
            font-family: 'Roboto', sans-serif;
            position: relative;
            width: 100%;
            background-image: url('./img/bg3.png'); 
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding: 60px 0;
            color: #fff;
            overflow: hidden;
        }

        .eset-section-container::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #0096A1;
            opacity: 0.5;
            z-index: 1;
        }

        .eset-content-wrapper {
            position: relative;
            z-index: 2;
            width: 80%;
            max-width: 1200px;
            margin: 0 auto;
        }

        .eset-main-title {
            text-align: center;
            font-size: 3.7rem;
            font-weight: 700;
            margin-bottom: 40px;
            color: #ffffff;
        }

        .eset-cards-grid {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 20px;
        }

        @media (min-width: 768px) {
            .eset-cards-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (min-width: 1024px) {
            .eset-cards-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
            }
        }
        
        .eset-card {
            background-color: rgb(255 255 255 / 70%);
            border-radius: 8px;
            padding: 30px;
            text-align: center;
            text-decoration: none;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start; 
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
            min-height: 220px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .eset-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
            background-color: #ffffff;
            text-decoration: none;
        }

        .eset-card-title {
            color: #004B55;
            font-size: 2.25rem;
            font-weight: 700;
            margin-bottom: 10px;
            line-height: 1.3;
            min-height: 3.25rem;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            width: 100%;
        }

        .eset-card-text {
            color: #000000;
            font-size: 18px;
            line-height: 1.5;
            font-weight: 400;
        }




        .eset-banner {
            background-color: #0096A1;
            position: relative;
            width: 100%;
            min-height: 300px;
            border-top-left-radius: 30px;
            border-top-right-radius: 30px;
            overflow: hidden;
            font-family: 'Roboto', sans-serif;
            display: flex;
            align-items: center;
            padding: 40px 0;
            box-sizing: border-box;
        }

        .eset-banner::after {
            content: "";
            position: absolute;
            bottom: -66px;
            right: -238px;
            width: 68%;
            height: 127%;
            background-color: #005a65;
            border-radius: 90px;
            transform: rotate(146deg);
            z-index: 1;
            pointer-events: none;
        }

        .eset-inner-wrapper {
            width: 80%;
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
        }

        .eset-text-content {
            color: #ffffff;
            font-size: 24px;
            line-height: 1.3;
            font-weight: 700;
        }

        .eset-text-content h2 {
            margin: 0;
            font-size: inherit;
            font-weight: inherit;
            color: #ffffff;
        }

        .eset-cta-button {
            background-color: #ffffff;
            color: #00717F;
            text-decoration: none;
            padding: 15px 30px;
            border-radius: 50px;
            font-weight: 500;
            font-size: 16px;
            white-space: nowrap;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            text-align: center;
        }

        .eset-cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.15);
            text-decoration: none;
        }

        @media (max-width: 768px) {
            .eset-inner-wrapper {
                flex-direction: column;
                text-align: center;
                width: 90%;
            }

            .eset-text-content {
                font-size: 20px;
            }

            .eset-cta-button {
                width: 100%;
                max-width: 300px;
                white-space: normal;
                padding: 12px 20px;
            }

            .eset-banner::after {
                width: 120%;
                right: -10%;
                height: 100%;
                border-radius: 100% 100% 0 0 / 30% 30% 0 0;
                transform: rotate(0);
                bottom: -20%;
            }
        }

        




    .fort-main-container {
        width: 80%;
        max-width: 1200px;
        margin: 50px auto;
        display: flex;
        flex-wrap: wrap; 
        gap: 2rem;
        font-family: 'Roboto', sans-serif;
        box-sizing: border-box;
    }

    .fort-card {
        flex: 1 1 400px;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgb(178 178 178);
        overflow: hidden;
        transition: transform 0.2s ease;
    }

    .fort-card-header {
        width: 100%;
        height: 200px;
        overflow: hidden;
        position: relative;
    }

    .fort-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* .fort-card:hover .fort-card-header {
        box-sizing: border-box;
        border: 3px solid #007bff;
        border-bottom: none;
    } */

    .fort-card-body {
        padding: 30px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }

    .fort-description {
        margin: 0;
        font-size: 18px;
        color: #333;
        line-height: 1.5;
        font-weight: 600;
    }

    .fort-btn {
        background-color: #DA291C;
        color: white;
        text-decoration: none;
        padding: 10px 24px;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 500;
        white-space: nowrap;
        transition: background-color 0.3s;
    }

    .fort-btn:hover, .read-article-btn8:hover {
        background-color: #b91d12;
    }

    @media (max-width: 480px) {
        .fort-card-body {
            flex-direction: column;
            text-align: center;
        }
        .fort-btn {
            width: 100%;
            text-align: center;
        }
    }


.gart-container {
        width: 80%;
        max-width: 1200px;
        margin: 50px auto;
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        font-family: 'Roboto', sans-serif;
        box-sizing: border-box;
    }

    .gart-card {
        flex: 0 1 calc(50% - 1rem);
        min-width: 450px; 
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgb(178 178 178);
        padding: 30px 25px;
        box-sizing: border-box;
    }

    .gart-title {
        margin-top: 0;
        margin-bottom: 1.5rem;
        font-size: 16px;
        font-weight: 700;
        color: #1F213D;
    }

    .gart-body {
        display: flex;
        gap: 2rem;
        align-items: flex-start;
    }

    .gart-img {
        flex: 0 0 45%; 
        width: 45%;
        height: auto;
        border: 1px solid #eee;
        border-radius: 4px;
        display: block;
    }

    .gart-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100%;
        margin-top: 10px;
    }

    .gart-desc {
        margin-top: 0;
        margin-bottom: 1.5rem;
        font-size: 14px;
        line-height: 1.5;
        color: #000000;
    }

    .gart-btn {
        display: inline-block;
        background-color: #da291c;
        color: white;
        text-decoration: none;
        padding: 12px 24px;
        border-radius: 50px;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        transition: background-color 0.3s ease;
        align-self: flex-start;
    }

    .gart-btn:hover {
        background-color: #b91d12;
    }

    @media (max-width: 1024px) {
        .gart-card {
            flex-basis: 100%;
            min-width: 100%;
        }
    }

    @media (max-width: 768px) {
        .gart-body {
            flex-direction: column;
        }

        .gart-img {
            width: 100%;
            flex: 1 1 auto;
            margin-bottom: 1.5rem;
        }

        .gart-btn {
            align-self: stretch;
        }
    }


    .vid-gallery-container {
        width: 80%;
        max-width: 1200px;
        margin: 50px auto;
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        box-sizing: border-box;
    }

    .vid-card {
        flex: 1 1 calc(50% - 1rem);
        min-width: 300px;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        position: relative;
        cursor: pointer;
        transition: transform 0.2s ease-in-out;
    }

    .vid-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    }

    .vid-thumb {
        width: 100%;
        height: auto;
        display: block;
        transition: filter 0.3s ease;
    }
    .vid-card:hover .vid-thumb {
        filter: brightness(0.9);
    }

    .vid-play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background-color: #da291c;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .vid-card:hover .vid-play-btn {
        transform: translate(-50%, -50%) scale(1.1);
        background-color: #f00; 
    }

    .vid-play-icon {
        display: block;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 16px solid white;
        margin-left: 4px;
    }


    @media (max-width: 768px) {
        .vid-card {
            flex-basis: 100%;
            min-width: 100%;
        }
    }