a {
    text-decoration: none!important;
}

.butn {
    background-color: #008BDE;
    border: none;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 18px 30px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    z-index: 9999;
    display: inline-block;
    letter-spacing: 1px;
    transition: all 0.4s 
    ease-in-out 0s;
    cursor: pointer;
}

.programe-butn {
    background: linear-gradient(80deg, #FFAD00, #5F7C07);
}

.text-black {
    color: #000;
}

.butn:hover {
    background-color: #BA2212;
}

.programe-butn:hover {
    background-color:#008BDE;
}

.photo-gallery-link {
    color: #000;
}

.photo-gallery-link:hover {
    color:#008BDE;
}

.section-cop30 {
    margin-top: 110px;
    padding: 80px 0px;
    display: flex;
    align-items: center;   /* vertical center */
    justify-content: center; /* horizontal center */
    text-align: center;
}

.primary-overlay {
    background: linear-gradient(180deg, #5F7C07, #014101);
}

.top-social-icon {
    padding: 10px 0;
    float: left;
    margin: 0;
}

.top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: left;
    margin: 0;
    padding: 0 7px;
}

.top-social-icon li:last-child {
    padding-right: 0;
}

.top-social-icon li:last-child a {
    padding-right: 0;
}

.top-social-icon li a {
    color: #fff;
    line-height: 28px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    padding: 0 3px;
}

.top-social-icon li a:hover {
    color: rgba(255, 255, 255, 0.65);
}

/* ===================================
    Legend Section
====================================== */
.legend {
    background: #f9fafc;
    border: 1px solid #e2e6ea;
}

.legend h4 {
    color: #2b4b2b;
    text-align: center;
    font-weight: 700;
}

.legend-icons {
    display: flex;
    justify-content: center; /* center the whole grid */
    width: 100%;
}

.legend-icons .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* centers the columns horizontally */
    max-width: 900px; /* keeps the group nicely centered and compact */
}

.legend-item {
    display: flex;
    align-items: center;         /* align icon and text vertically */
    justify-content: flex-start; /* icon + text aligned to the left */
    gap: 8px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.legend-item img {
    width: 20px;
    height: 20px;
}

/* ========== Cards ========== */
.fgd-card {
    border: 2px solid #ccc;
    /* border-radius: 10px; */
    padding: 1.8rem;
    background-color: #fff;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}
.fgd-card .card-icons {
    display: flex;
    gap: 8px;
    margin-bottom: 1rem;
}
.fgd-card .card-icons img {
    width: 24px;
    height: 24px;
}
.fgd-card h4 {
    font-weight: 600;
    margin-bottom: 1rem;
}
.fgd-card p {
    color: #000;
}

/* Thematic color variants */
.darkgreen-theme { border-color: #014101; }
.green-theme { border-color: #5F7C07; }
.yellow-theme { border-color: #FFAD00; }
.red-theme { border-color: #BA2212; }
.blue-theme { border-color: #008BDE; }

.text-blue { color: #008BDE !important; }
.text-darkgreen { color: #014101 !important; }
.text-green { color: #5F7C07 !important; }
.text-yellow { color: #FFAD00 !important; }
.text-red { color: #BA2212 !important; }

.darkgreen-theme:hover { background-color: #eaf6ef; box-shadow: 0 4px 15px rgba(1,65,1,0.15); }
.green-theme:hover { background-color: #f0f7e3; box-shadow: 0 4px 15px rgba(95,124,7,0.15); }
.yellow-theme:hover { background-color: #fff4e6; box-shadow: 0 4px 15px rgba(255,173,0,0.15); }
.red-theme:hover { background-color: #ffecec; box-shadow: 0 4px 15px rgba(186,34,18,0.15); }
.blue-theme:hover { background-color: #ecf4ff; box-shadow: 0 4px 15px rgba(0,139,222,0.15); }

/* Responsive Grid */
@media (max-width: 991px) {
    .fgd-thematic .row > div { flex: 0 0 50%; max-width: 50%; }
}
@media (max-width: 576px) {
    .fgd-thematic .row > div { flex: 0 0 100%; max-width: 100%; }
}

.mpcop-about p {
    font-size:22px;
}

/* ===================================
    Footer
====================================== */

footer {
    background: #0f2882;
}

footer .newsletter-form input {
    border: none;
}

footer>.container {
    padding-top: 50px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1199px) {
    footer>.container {
        padding-top: 70px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    footer>.container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/*footer bar*/

.footer-bar {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
/*    background: #0f2882;*/
}

/*footer-list-style2*/

.footer-list-style2 {
    margin: 0;
    padding: 0;
}

.footer-list-style2 li {
    position: relative;
    list-style-type: none;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-list-style2 li a {
    color: #ffffff;
}

.footer-list-style2 li a:after {
    content: "\f105"; /* Unicode is valid in FA 4.7 too */
    font-family: FontAwesome;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-list-style2 li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-list-style2 li a:hover {
    color: #00875F;
}

.footer-list-style2 li a:hover:after {
    color: #00875F;
}

/*address list*/

.address-list {
    margin: 0;
    padding: 0;
}

.address-list li {
    position: relative;
    list-style-type: none;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.address-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.address-list li a {
    color: #ffffff;
}

/*footer-social-style2*/

.footer-social-style2 {
    margin: 0;
    display: inline-block;
    padding: 0;
    list-style: none;
}

.footer-social-style2 li {
    padding-right: 20px;
    display: inline-block;
    line-height: 48px;
}

.footer-social-style2 li a {
    color: #ffffff;
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    border: 2px solid #ffffff;
    margin-bottom: 20px;
}

.footer-social-style2 li a:hover {
    color: #00875F;
    border: 2px solid #00875F;
}

.footer-social-style2 li:last-child {
    padding-right: 0;
}

.border-color-light-white {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.borders-top {
    border-top: 1px solid;
}

/* Pagination */
.pagination a {
    float: left;
    font-size: 16px;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #ededed;
    background: #fff;
    color: #575a7b;
}

.pagination a:hover {
    border: 1px solid #008BDE;
    background: #008BDE;
    color: #fff;
}

/* Scroll To Top */
.scroll-to-top {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    background: #000;
    border: 1px solid #2a2a2a;
    width: 35px;
    height: 35px;
    line-height: 30px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all 0.3s ease;
}

.scroll-to-top i {
    color: #fff;
}

.scroll-to-top:hover {
    color: #1e2022;
    background: #fff;
}

.scroll-to-top:hover i {
    color: #1e2022;
}

.scroll-to-top:visited {
    color: #1e2022;
    text-decoration: none;
}

.text-bold {
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .top-social-icon {
        float: none;
    }

    .top-social-icon li {
        float: none;
    }
}
