@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=mail");

* {
    box-sizing: border-box;
}
:root {
    --bg: #ffffff;
    --text: #111;
}

[data-theme="dark"] {
    --bg: #0f0f0f;
    --text: #fff;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-color: #2c6e60 #f1f1f1;
}

body {
    font-family: "Noto Sans", sans-serif !important;
    max-width: 100%;
    background: var(--bg);
    color: var(--text);
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #2c6e60;
    border-radius: 0;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #17463c;
}
.row {
    margin-left: 0;
    margin-right: 0;
}

a {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none !important;
}
a:-webkit-any-link:focus-visible,
button:-webkit-any-link:focus-visible,
input:-webkit-any-link:focus-visible {
    outline: 2px solid #ffe600 !important; /* blue outline */
    outline-offset: 1px;
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible) {
    outline: none !important;
}
a:hover {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}

button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000 !important;
    line-height: 1.4 !important;
}
h1 {
    font-size: 36px !important;
}
h2 {
    font-size: 24px !important;
}
h3 {
    font-size: 20px !important;
}
ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

ol {
    list-style-type: none;
    padding-left: 0 !important;
}

p {
    margin-bottom: 0 !important;
    font-size: 16px;
}
.bggreen {
    background-color: #2c6e60 !important;
}
.text-green-theme {
    color: #2c6e60 !important;
}
.top-head {
    padding: 12px 0;
    background-color: #212832;
}

.top-head .top-head-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-head .top-head-content p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.top-head .top-head-content ul {
    display: flex;
    align-items: center;
}

.top-head .top-head-content ul li {
    border-right: 1px solid #fff;
    padding: 0 10px;
}

.top-head .top-head-content ul li:last-child {
    border-right: none;
}

.top-head .top-head-content ul li img {
    max-width: 22px;
}

.logo-section {
    padding: 10px 0;
    background-color: #fff;
}

.logo-section .logo {
    display: flex;
    align-items: center;
}

.logo-section .logo .name {
    margin-left: 10px;
}

.logo-section .logo .name h1 {
    color: #2c6e60;
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 2px;
}

.logo-section .logo .name p {
    font-size: 15px;
    font-weight: 500;
}

.logo-section .helpline {
    background-color: #fad17f;
    padding: 8px 8px 10px;
    border-top: 3px solid #565159;
    border-radius: 8px;
}

.logo-section .helpline .help-btn {
    background-color: #2c6e60;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 2px 14px;
    font-size: 16px;
}
.logo-section .helpline .help-btn:hover {
    background-color: #0d4237;
}
.logo-section .helpline p {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px !important;
}

.searchbox .input-group {
    width: 45%;
    margin: auto;
    border-bottom: 1px solid #3a3f47;
    border-radius: 8px;
}

.searchbox .input-group .form-control {
    background-color: #d9d9d91c;
    border: none;
    font-size: 14px;
}

.searchbox .input-group .form-control:focus {
    box-shadow: none;
    border: none;
}

.searchbox .input-group-text {
    background-color: #d9d9d91c;
}

.searchbox .input-group-text i {
    color: #aba3a3;
}

.header {
    background-color: #2c6e60;
    padding: 0 !important;
    z-index: 9 !important;
}

.header.navbar-expand-lg .offcanvas .offcanvas-body {
    justify-content: center;
}

.header.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 16px;
}

.header.navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color: #004a4c;
}

.navbar-toggler {
    border: none !important;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #2c6e60 !important;
    color: #fff !important;
}
@media (min-width: 992px) {
    .header.navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        background-color: #e6f7ef;
        border: none;
        border-radius: 0;
    }

    .header.navbar-expand-lg .navbar-nav {
        width: 100%;
        justify-content: space-between;
    }

    .header .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .header .dropdown-menu .dropdown-item {
        color: #2c6e60;
        font-size: 14px;
        border-bottom: 1px solid rgba(44, 110, 96, 0.5);
        padding: 10px 15px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    .header .dropdown-menu li:last-child .dropdown-item {
        border-bottom: none !important;
    }

    .header .dropdown-menu .dropdown-item:active {
        background-color: #cffae6;
    }

    .header .dropdown-menu .dropdown-item:hover {
        background-color: #2c6e60;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .header .dropdown-submenu {
        position: relative;
    }

    .header .dropdown-submenu .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        pointer-events: none;
        min-width: 200px;
        z-index: 1000;
    }
    .dropdown-submenu:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}
.header .dropdown-submenu .dropdown-item:focus,
.header .dropdown-submenu .dropdown-item:hover,
.header .dropdown-submenu .dropdown-item.active,
.header .dropdown-submenu .dropdown-item:active {
    background-color: #2c6e60 !important;
    color: #fff !important;
}
.dropdown-item.dropdown-toggle::after {
    display: none !important;
}
.header .dropdown-submenu .dropdown-menu li .dropdown-item {
    border-bottom: 1px solid rgba(44, 110, 96, 0.5) !important;
}
.header .dropdown-submenu .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none !important;
}
.nav-link.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
.dropdown-item .submenu-icon {
    margin-left: 10px;
    font-size: 12px;
}
.loginbtn {
    background-color: #00728b;
    color: #fff;
    border: 3px solid #fff;
    font-size: 13px;
    margin: 13px 8px;
    padding: 0 12px 0 35px;
    border-radius: 18px;
    height: 31px;
    line-height: 20px;
    display: inline-flex;
    align-items: center; /* vertical centering */
    justify-content: center;
    vertical-align: top;
}

.loginbtn img {
    background-color: #00728b;
    outline: 3px solid #fff;
    padding: 8px 8px;
    max-width: 28px;
    max-height: 30px;
    border-radius: 8px;
    margin: 0 9px 0 -39px;
    display: inline-block;
    vertical-align: middle;
}

.hero {
    position: relative;
}

.carousel-indicators [data-bs-target] {
    background-color: #2c6e60 !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #133830;
}

.carousel-control-prev-icon {
    background-color: #000;
    width: 3rem !important;
    height: 3rem !important;
}

.carousel-control-next-icon {
    background-color: #000;
    width: 3rem !important;
    height: 3rem !important;
}

.detailbox {
    background: linear-gradient(to right, #ffae55 50%, #59b7a3 50%);
    box-shadow: inset 0 -10px 2px rgba(0, 0, 0, 0.1);
}
.hero .hero-details {
    padding: 45px 25px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 54%;
    box-shadow: inset 0 -10px 2px rgba(0, 0, 0, 0.1);
}
.hero .hero-details.yellow {
    background-color: #ffae55;
    clip-path: polygon(0 0, calc(100% - -2px) 0, 85% 100%, 100% 100%, 0 100%);
    z-index: 2;
}

.hero .hero-details.green {
    background-color: #59b7a3;
    clip-path: polygon(15% 0%, 100% 0, 100% 100%, 100% 100%, 0 100%);
    margin-left: -8%;
    z-index: 1;
}
.hero .hero-details h2 {
    margin-bottom: 15px;
    font-weight: 400;
}
.hero .hero-details h2 .takepledge{
    background-color: #2c6e60;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 8px;
    margin-top: 12px;
    font-size: 20px;
    transition: all 0.3s ease;
}
.hero .hero-details h2 .takepledge:hover{
    background-color: #19584b;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
      transform: scale(1.02);
}
.hero .hero-details .hero-btn {
    padding: 8px 30px;
    color: #000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    font-weight: 700;
    font-size: 36px;
    border: 2px solid transparent;
    height: fit-content;
}

.hero .hero-details .hero-btn.green-btn {
    background-color: #ffe9be;
}
.hero .hero-details .hero-btn.green-btn:hover {
    border-color: #2c6e60;
}
.hero .hero-details .hero-btn.yellow-btn {
    background-color: #cffefc;
}
.hero .hero-details .hero-btn.yellow-btn:hover {
    border-color: #004a4c;
}
.features .f-block {
    background-color: #e6f7ef;
    border-top: 2px solid #2c6e60;
    border-radius: 8px;
    padding: 25px 16px;
    cursor: pointer;
    transition: all ease 0.4s;
    height: 100%;
    transform: translateY(0);
}

.features .f-block:hover {
    background-color: #2c6e60;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-8px);
    border-top: 2px solid #0c3b32;
}

.features .f-block .avtar {
    background-color: #fff;
    padding: 10px;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 12px;
}

.features .f-block p {
    color: #000000 !important;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 3px !important;
}

.features .f-block h3 {
    font-size: 16px !important;
}

.features .f-block:hover p {
    color: #fff !important;
}

.features .f-block:hover h3 {
    color: #fff !important;
}

.about-us .about-box {
    background-color: #f9f9f9;
    padding: 30px;
    height: 100%;
}

.about-us .about-box .about-content h2 {
    font-weight: 700;
    margin-bottom: 25px;
}

.about-us .about-box .about-content p {
    margin-bottom: 12px !important;
}

.about-us .about-box .about-content p:last-child {
    margin-bottom: 0 !important;
}

.about-us .whats-new-box {
    background: #e6f7ef;
    padding: 15px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.about-us .whats-new-list {
    list-style-type: disc;
    padding-left: 18px !important;
}

.about-us .whats-new-list li {
    margin-bottom: 7px;
}
.about-us .whats-new-list li a {
    font-size: 14px;
    color: #000;
    line-height: 1.3;
}
.about-us .whats-new-list li img {
    height: auto;
    animation: blink 1s infinite;
    filter: drop-shadow(1px 1px 2px rgba(207, 22, 31, 0.6));
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.facilities {
    background-color: #e6f7ef;
}

.facilities h2 {
    font-weight: 700;
    margin-bottom: 35px;
}

.facilities .map {
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.facilities .centers {
    background-color: #2c6e60;
    padding: 20px 0;
    margin-bottom: 6%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.facilities .centers img {
    width: fit-content;
    margin: 0 auto 18px;
}

.facilities .centers .content .center-no {
    background-color: #fff;
    font-size: 52px;
    font-weight: 800;
    padding: 0px 15px;
    margin-bottom: 22px;
}

.facilities .centers h3 {
    color: #fff !important;
}

.facilities .legend {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}

.facilities .legend h3 {
    font-weight: 700;
    margin-bottom: 35px;
}

.facilities .legend ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    margin-bottom: 20px;
    color: #000;
}
/* .facilities .search-center {
  background-color: #2c6e60;
  padding: 25px;
  height: 100%;
}

.facilities .search-center .form-block {
  background-color: #fff;
  padding: 25px;
  height: 100%;
}

.facilities .search-center .form-block h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.facilities .search-center .form-block form .form-label {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.facilities .search-center .form-block form .form-control {
  background-color: #e0e8e3;
  border: none;
  font-size: 13px;
  padding: 10px;
}

.facilities .search-center .form-block form .form-control:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
} */

/* :focus-visible {
    outline: 0 !important;
} */

/* .facilities .search-center .form-block form .search-btn {
  background-color: #2c6e60;
  padding: 8px 35px;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
}

.facilities .search-center .form-block form .search-btn.black-bg {
  background-color: #000;
} */

.media-gallery {
    background-color: #fbfbfb;
    overflow-x: hidden;
}

.media-gallery h2 {
    font-weight: 700;
    margin-bottom: 35px;
}

.media-gallery .media-item {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    height: 100%;
}

.media-gallery .owl-carousel .owl-stage-outer {
    padding: 20px 0;
    overflow: hidden;
}

.media-gallery .media-item img {
    border-radius: 4px;
    margin-bottom: 10px;
}

.media-gallery .media-item .date {
    margin-bottom: 10px;
    font-size: 15px;
    color: #000000;
}

.media-gallery .media-item h4 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media-gallery .media-item iframe {
    width: 100%;
    height: 145px;
    border-radius: 4px;
}

.media-gallery .media-slider {
    position: relative;
}

.media-gallery .media-slider2 {
    position: relative;
}

.media-gallery .owl-nav {
    position: absolute;
    top: 50%;
    left: -10px;
    right: -10px;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between;
    pointer-events: none;
}

.media-gallery .owl-nav button {
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 20px !important;
    pointer-events: all;
    transition: 0.3s;
}

.media-gallery .media-btn {
    background-color: #2c6e60;
    color: #fff;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    transform: translateY(-0px);
}
.media-gallery .media-btn:hover {
    background-color: #e6f7ef;
    border: 2px solid #2c6e60;
    color: #2c6e60;
    transform: translateY(-5px);
}
.services h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.services .service-shape {
    background-color: #e6f7ef;
    padding: 40px 40px 40px 54px;
    border-radius: 0 125px 125px 0;
    text-align: center;
    width: 492px;
    height: 237px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    /* overflow-y: auto; */
}

.services .service-shape-box {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.services .service-shape-box .shape1 {
    padding: 54px;
    background-color: #e6f7ef;
    border-radius: 100%;
    outline: #fff solid 21px;
    width: 235px;
    height: 237px;
    margin-right: -45px;
    z-index: 1;
    position: relative;
}

.services .service-shape-box .icon-shape {
    position: absolute;
    bottom: -15px;
    right: -40px;
    max-width: 200px;
    border-radius: 100%;
}

.services .service-shape h3 {
    font-weight: 700;
    margin-left: 32px;
    color: #000;
}

.services .service-shape p {
    font-size: 14px;
    margin-left: 32px;
    color: #000;
}
.message h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.message .msg-big-box {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.message .msg-big-box .msg-box {
    padding: 25px 15px;
    background-color: #fafbf9;
    border-bottom: 5px solid #2c6e60;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    flex: 1;
    min-width: 200px;
}

.message .msg-big-box .msg-box img {
    margin-bottom: 15px;
}

.message .msg-big-box .msg-box h4 {
    font-size: 16px;
    margin-bottom: 6px;
}

.message .msg-big-box .msg-box span {
    font-size: 14px;
    line-height: 1.4;
    display: block;
    margin-bottom: 10px;
    color: #6941c6;
}

.message .msg-big-box .msg-box p {
    color: #000;
    margin-bottom: 0;
}

.read-more-container {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more-container.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.read-more {
    color: #2c6e60;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    display: none;
    touch-action: manipulation;
    user-select: none;
}

.newsletter {
    background-color: #f9fafc;
}

.newsletter .signup {
    background-color: #2c6e60;
    padding: 40px;
    border-radius: 40px;
}

.newsletter .signup h2 {
    color: #fff !important;
    font-weight: 700;
    text-align: center;
}

.newsletter .signup p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 22px !important;
    text-align: center;
}

.newsletter .signup form {
    width: 65%;
    margin: auto;
}

.newsletter .signup form .form-label {
    color: #fff;
    font-size: 14px;
}

.newsletter .signup form .form-control {
    background-color: #e6f7ef;
    border: none;
    font-size: 13px;
    padding: 15px;
    transition: all 0.3s ease;
    transform: translateY(-0px);
}

.newsletter .signup form .form-control:focus {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}
.subscribe-popup {
    display: none;
    position: absolute;
    top: 25%;
    left: 38%;
    width: 25%;
    max-width: 90%;
    z-index: 1001;
    background-color: #fff;
    border-radius: 50px;
    padding: 40px;
    box-shadow: 0 4px 4px rgba(44, 110, 96, 0.3);
    animation: fadeIn 0.5s ease-in-out;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.subscribe-popup[style*="display: block"] {
    opacity: 1;
}
.subscribe-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: none;
    cursor: pointer;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.subscribe-popup h6 {
    font-size: 24px;
}
.success-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 4;
    stroke: #01a601;
    stroke-miterlimit: 10;
    box-shadow: inset 0 0 0 #2c6e60;
    animation: fill 0.4s ease-in-out 0.4s forwards,
        scale 0.3s ease-in-out 0.9s both;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 4;
    stroke-miterlimit: 10;
    stroke: #01a601;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke: #01a601;
    stroke-width: 4;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale(1.1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 80px #fff;
    }
}
form .captcha-section {
    width: 100%;
}

form .captcha-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

form .captcha-img {
    width: 80%;
    height: 50px;
    background-color: #eeeeee;
    border-radius: 5px 0 0 5px;
    padding: 5px;
    display: block;
}

form .refresh-btn {
    background-color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    color: #a7a7a8;
    font-weight: 800;
    font-size: 20px;
    flex-shrink: 0;
    height: 50px;
}
.subscribe-btn {
    background-color: white;
    color: #2d6f65;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
    transform: translateY(-0px);
}
.subscribe-btn:hover {
    background-color: #d9f0eb;
    transform: translateY(-5px);
}

.footer {
    background-color: #3a3f47;
}

.footer h6 {
    color: #fff !important;
}

.footer ul li {
    margin-bottom: 5px;
}

.footer ul li a {
    color: #fff;
    font-size: 16px;
}
.footer ul li a:hover {
    color: #ffae55;
}
.footer ul li a i {
    font-size: 14px;
}

.footer .qr-code .qr {
    margin-bottom: 12px;
}

.footer .social-media a {
    background-color: #fff;
    color: #212832;
    padding: 10px;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.footer .social-media a i {
    font-size: 15px;
}
.footer .social-media a:hover {
    background-color: #000000;
    color: #fff;
    box-shadow: 0 3px 5px rgba(255, 255, 255, 0.4);
}
.footer .social-media .youtube:hover {
    background-color: #f70031 !important;
}
.footer .social-media .facebook:hover {
    background-color: #0866ff !important;
}
.footer .social-media .instagram:hover {
    background-color: #ca188c !important;
}
.footer .social-media .whatsapp:hover {
    background-color: #38d956 !important;
}

/* =============== About NMBA ============== */
.pages-banner {
    background-color: #b6efbc;
    padding: 85px 0;
    position: relative;
    overflow: hidden;
}

.pages-banner h1 {
    font-size: 45px !important;
    color: #2c6e60 !important;
    font-weight: 900;
    margin-bottom: 21px;
    z-index: 1;
    position: relative;
    line-height: 1.4;
}

.pages-banner h2 {
    background-color: #2c6e60;
    color: #fff !important;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 900;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 45px !important;
}

.pages-banner img {
    position: absolute;
    bottom: -35px;
    right: -15px;
    max-width: 745px;
}

.breadcrumb-section .breadcrumb {
    background-color: #34b3a2;
    border: 2px solid #fff;
    width: fit-content;
    padding: 18px 24px !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
}

.breadcrumb-section .breadcrumb .breadcrumb-item a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.breadcrumb-section .breadcrumb .breadcrumb-item {
    font-size: 18px;
    font-weight: 700;
}

.breadcrumb-section .breadcrumb .breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    margin: 0 14px;
    padding-right: 0;
}

.about-content .content-box {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.about-content .content-box h2 {
    font-weight: 700;
    margin-bottom: 20px;
}
.about-content .content-box p {
    text-align: justify;
}

/* =============== About NMBA End ============== */

/* =============== Our Stakeholders ============== */
.stakeholders .stakeholder-box {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.stakeholders .stakeholder-box h3 {
    background-color: #2c6e60;
    padding: 8px 15px;
}

.stakeholders .stakeholder-box p {
    flex-grow: 1;
}

.stakeholders .stakeholder-box img {
    margin-top: auto;
    width: 100%;
    height: auto;
    display: block;
}

/* =============== Our Stakeholders End ============== */
.policies h5 {
    font-size: 18px;
}
.policies ul {
    padding-left: 45px !important;
    margin: 20px 0 !important;
}

.policies ul li {
    list-style: disc;
    font-size: 15px;
    margin-bottom: 10px;
}

.policies img {
    margin-bottom: -48px;
}

.contact-bg {
    background-color: #e6f7ef;
}

.contact-bg .box-shadow {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.contact-us .img-box {
    background-color: #2c6e60;
    position: relative;
    height: 100%;
}

.contact-us .form-box {
    background-color: #fff;
}

.contact-us img {
    max-width: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.send-btn {
    background-color: #568b80;
    color: #fff;
    border-radius: 8px;
    padding: 8px 24px;
}

.contact-us form .form-label {
    color: #000;
    font-size: 15px;
}

.contact-us form .form-control {
    background-color: #efefef;
    border: none;
    font-size: 14px;
    padding: 14px;
}

.contact-us form .refresh-btn {
    background-color: #d9d9d9;
    color: #000;
    padding: 5px 14px;
    /* height: 42px; */
}

.contact-us form .captcha-img {
    padding: 0 5px;
    /* height: 42px; */
}

.contact-us form .form-control:focus {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.oath-section {
    background-color: #dae5eb;
}

.oath-box {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

.oath-box h4 {
    background-color: #2c6e60;
    border-radius: 30px 30px 0 0;
    padding: 10px;
    font-size: 22px;
    margin-bottom: 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.oath-box h5 {
    color: #2c6e60 !important;
}
.pledge-btn {
    background-color: #2c6e60;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    transition: all 0.5s ease;
}
.pledge-btn:hover {
    background-color: #0f4439;
}
.custom-btn {
    max-width: 380px;
    background-color: #fff;
    border-top: 2.5px solid #7fa970;
    border-left: 1.5px solid #7fa970;
    border-right: 3.5px solid #7fa970;
    border-bottom: none;
    padding: 0.3rem 1rem;
    border-radius: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-self: center;
}

.custom-btn p {
    font-size: 14px;
}

.gradient-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        #407470 0%,
        #427570 1.71%,
        #7fa970 68.21%,
        #97bd70 99.82%
    );
    padding: 3px;
    margin-right: 12px;
    box-sizing: border-box;
    margin-left: -17px;
    margin-top: -8px;
    margin-bottom: -5px;
}

.icon-inner {
    background-color: #2c6e60;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-inner img {
    width: 18px;
    height: 18px;
}

.pledge .modal-content {
    border-width: 0px;
    border-style: solid;
    border-image-source: url(../images/modalbg.png);
    border-image-slice: 36;
    border-image-repeat: stretch;
    border-image-outset: 0;
    border-image-width: 50px;
    border-radius: 23px;
}

.pledge .modal-header h4 {
    background-color: #2c6e60;
    padding: 10px 15px;
    font-size: 18px;
    margin: auto;
    width: fit-content;
}
.pledge .modal-body {
    padding: 20px 40px 40px;
}

.pledge .modal-dialog {
    max-width: 55%;
}

.pledge .modal-body ol {
    padding-left: 15px !important;
}

.pledge .modal-body ol li {
    font-size: 14px;
    margin-bottom: 10px;
    list-style: decimal;
}
.pledge .modal-body .form-check-input {
    border-color: #2c6e60;
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
.pledge .modal-body .form-check-input:checked {
    background-color: #2c6e60;
}
.pledge .modal-body .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(44, 110, 96, 0.25) !important;
}
.pledge .modal-body .form-check-label {
    color: #2c6e60;
    font-size: 15px;
}
.pledge .modal-footer .p-btn {
    background-color: #2c6e60;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    padding: 6px 18px;
}
.pledge .modal-footer .disabled {
    background-color: #2b6f5f80;
}
.email-box .email-btn {
    padding: 10px 20px;
    background-color: #2c6e60;
    border-radius: 10px;
    height: 50px;
}
.email-box .input-group-text {
    background-color: #2c6e60;
    font-size: 25px;
    border-radius: 10px 10px !important;
    padding: 6px 15px;
    margin-right: -11px;
    z-index: 2;
    height: 50px;
}
.email-box .form-control {
    z-index: 1;
    height: 50px;
    padding-left: 24px;
    border-radius: 0 10px 10px 0;
}
.email-box .form-control:focus {
    box-shadow: none !important;
    border: none !important;
    z-index: 1 !important;
}
.email-box {
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    margin-top: 0;
}
.email-box.show {
    opacity: 1;
    margin-top: 40px;
}
.certificate form .form-control,
.certificate form .form-select {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    font-size: 14px;
    padding: 12px 15px;
}
.certificate form .form-control:focus,
.certificate form .form-select:focus {
    box-shadow: none;
}
.certificate form .input-group:focus-within {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    transition: all 0.3s ease;
    transform: scale(1.03);
}
.certificate form .input-group-text {
    border: none;
    color: #2c6e60;
    background-color: #e7e7e7;
    padding: 6px 15px !important;
}
input:-internal-autofill-selected {
    background-color: #f2f2f2 !important;
}
.certificate form .form-label {
    font-size: 14px;
}
.certificate form .refresh-btn {
    background-color: #2c6e60;
    color: #fff;
    height: 47px;
}
.certificate form .captcha-img {
    height: 47px;
}
.certificate .pledge-btn {
    border-radius: 10px;
}
.media-gallery form .input-group {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.media-gallery form .input-group .input-group-text {
    border: none !important;
    background: #fff;
    color: #2c6e60;
    border-radius: 8px 8px 0;
}
.media-gallery form .input-group .form-control {
    border: none !important;
    background: #fff;
    font-size: 14px;
    border-radius: 0 8px 8px;
    padding: 10px 12px;
}
.media-gallery form .input-group .form-control:focus {
    box-shadow: none !important;
}

.media-gallery .gallery .media-item {
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.media-gallery .gallery .media-item:hover {
    transform: scale(1.03);
}

.media-gallery .gallery .media-item .image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}
.media-gallery .gallery .media-item .image-wrapper img {
    width: 100%;
    height: 60%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    margin-bottom: 0;
}
.media-gallery .gallery .media-item:hover .image-wrapper img {
    transform: scale(1.1);
}
.media-gallery .gallery .media-item .image-wrapper .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.media-gallery .gallery .media-item:hover .image-wrapper .overlay {
    opacity: 1;
}
.media-gallery .gallery .media-item .image-wrapper .overlay i {
    color: #fff;
    font-size: 25px;
}
.media-gallery .gallery .date {
    margin-bottom: 8px;
    font-size: 15px;
    color: #000000;
}

.media-gallery .gallery h4 {
    font-size: 15px;
    margin: 0;
    color: #333;
    line-height: 1.4em;
}
.page-link {
    color: #2c6e60 !important;
    padding: 8px 15px !important;
}
.page-item.active .page-link {
    background-color: #2c6e60 !important;
    color: #fff !important;
    border-color: #2c6e60 !important;
}
.page-link:focus {
    box-shadow: none !important;
}
.gallery-modal {
    padding-right: 0 !important;
    overflow-x: hidden !important;
}

.gallery-modal .modal-dialog {
    height: 100%;
    background: transparent;
    margin: 0 auto;
    max-width: 80%;
}
.gallery-modal .modal-content {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: 0;
    justify-content: center;
    background: transparent;
    border: none;
}

.gallery-modal .modal-img {
    width: 100%;
    max-height: 85%;
    object-fit: cover;
    background: transparent;
}

.gallery-modal .modal-footer {
    background: #fff;
    display: block;
    max-height: 15%;
    border-radius: 0;
    padding: 12px 18px;
}
.gallery-modal .modal-footer h5,
.gallery-modal .modal-footer p {
    margin: 0;
}
.gallery-modal .arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 20px;
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 10;
}

.gallery-modal .arrow-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.gallery-modal .arrow-left {
    left: 15px;
}
.gallery-modal .arrow-right {
    right: 15px;
}
.gallery-modal .btn-close {
    position: absolute;
    right: 2%;
    top: 2%;
    font-size: 22px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.gallery-modal .btn-close:focus {
    box-shadow: none;
}
body.modal-open {
    overflow-y: hidden !important;
    padding-right: 0 !important;
}
.video-gallery .media-item {
    cursor: pointer;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.video-gallery .video-thumb {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}

.video-gallery .video-thumb img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    transition: transform 0.3s ease;
    margin-bottom: 0;
}
.video-gallery .media-item:hover {
    transform: scale(1.03);
}
.video-gallery .media-item:hover .video-thumb img {
    transform: scale(1.05);
}

.video-gallery .video-thumb .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-gallery .media-item:hover .video-thumb .overlay {
    opacity: 1;
}

.video-gallery .video-thumb i {
    color: #fff;
    font-size: 3rem;
}
.faq .accordion-button::after {
    display: none;
}
.faq .accordion-button {
    position: relative;
    padding-right: 3rem;
}
.faq .accordion-button::before {
    content: "\f4fa";
    font-family: "Bootstrap-icons";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    color: #0a615c;
    transition: all 0.3s ease;
    font-weight: 500;
}
.faq .accordion-button:not(.collapsed)::before {
    content: "\F2E6";
    color: #fff;
}
.faq .accordion-button:not(.collapsed) {
    background-color: #2c6e60 !important;
    color: #fff !important;
    box-shadow: none !important;
}
.faq .accordion-button:focus {
    box-shadow: none !important;
}
.faq .accordion-body {
    background-color: #f2fff9;
}
.faq .accordion-body p {
    margin-bottom: 10px !important;
}
.faq .accordion-body ol,
.faq .accordion-body ul {
    padding-left: 30px !important;
    margin-bottom: 0;
}
.faq .accordion-body ol li {
    list-style: decimal;
    margin-bottom: 10px;
}
.faq .accordion-body ul li {
    list-style: disc;
    margin-bottom: 10px;
}
.questions .details {
    background-color: #f9fafb;
    padding: 73px 40px;
    overflow: hidden;
}
.questions .details img {
    position: absolute;
    right: 30px;
    top: 0;
    filter: drop-shadow(-5px 2px 3px rgba(0, 0, 0, 0.5));
}
.intern-content {
    background-color: #f4fffa;
}
.intern-content ol {
    padding-left: 20px !important;
}
.intern-content ol li {
    list-style: decimal !important;
    margin-bottom: 5px;
}
.intern-content ol li:last-child {
    margin-bottom: 0 !important;
}
.poetry h2 {
    background-color: #43a38f;
}
.poetry .poetry-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}
.poetry .poetry-box .poetry-img {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s ease;
    height: 392px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.poetry .poetry-box .poetry-img img {
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.4s ease;
}

/* Hover zoom effect */
.poetry .poetry-box .poetry-img:hover img {
    transform: scale(1.05);
}

/* Overlay icon */
.poetry .poetry-box .overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(255, 255, 255, 0) 70%
    );
    opacity: 1;
    transition: opacity 0.4s ease;
    padding: 18px;
}
.poetry .poetry-box .overlay i {
    font-size: 24px;
    color: #fff;
    transform: scale(0.8);
    transition: transform 0.3s ease;
    border: 2px solid #fff;
    padding: 3px 22px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
}
.poetry .poetry-box .poetry-img:hover .overlay i {
    transform: scale(1);
}
.paper-article .paper-article-box {
    background-color: #f7f7f7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.paper-article .paper-article-box .img-box {
    width: 170px;
    height: 170px;
    z-index: 1;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.paper-article .paper-article-box .img-box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.paper-article .paper-article-box .content-box {
    width: 85%;
    margin-left: 2%;
}
.paper-article .paper-article-box .content-box::after {
    position: absolute;
    content: "";
    background-color: #2c6e60;
    width: 75px;
    height: 100%;
    left: 98px;
    top: 0;
}
.video-intern .video-intern-box {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
}
.video-intern .video-intern-box video {
    height: 230px;
}
.view-more {
    background-color: #2c6e60;
    color: #fff;
    border: 2px solid #2c6e60;
}
.view-more:hover {
    background-color: #e6f7ef;
    color: #2c6e60;
}
.creative-post .media-item {
    padding: 0;
    border: 5px solid #004a4c;
    height: 345px;
}
.creative-post .media-item .image-wrapper {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}
.creative-post .media-item .image-wrapper .overlay {
    height: 345px;
}
.creative-modal .modal-img {
    object-fit: contain;
}
.newsletter-page .newsletter-box {
    background-color: #fafafa;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    padding: 25px 30px;
    border-radius: 10px;
}
.newsletter-page .newsletter-box img {
    max-width: 65%;
    margin-bottom: 15px;
}
.newsletter-page .newsletter-box a {
    padding: 14px 26px;
    color: #fff;
    background-color: #34b3a2;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    bottom: -36px;
    position: relative;
}
.newsletter-page .newsletter-box a:hover {
    background-color: #00695b;
}
.iec-page .newsletter-box img {
    width: 194px;
    height: 251px;
}
.iec-page .newsletter-box .text {
    height: 50px;
}
.volunteer-material .material-box {
    border: 5px solid #2c6e60;
}
.login {
    background-color: #f7f7f7;
}
.login img {
    right: 0;
    left: auto;
    max-width: 100%;
}

.login .send-btn {
    background-color: #2c6e60;
    padding: 12px 63px;
    width: 100%;
    font-size: 20px;
}

.login .user-login-btns .user-btn {
    background-color: #efefef;
    padding: 8px 15px;
}

.login .form-box {
    padding: 65px 52px !important;
}
.login .forget {
    color: #2c6e60;
}
.search-center img {
    position: relative;
    max-width: 100%;
    height: 100%;
}
.search-center .form-box {
    background-color: #f6f6f6;
}
.search-center .form-box h2 {
    color: #00321f !important;
}
.search-center .form-select,
.search-center .form-control {
    background-color: #fff !important;
    border: 1px solid #dddddd !important;
    padding: 12px 15px;
    transition: all ease 0.4s;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.search-center .form-select:focus,
.search-center .form-control:focus {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}
.search-center .form-box .send-btn {
    background-color: #2c6e60;
    padding: 12px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
}
.search-center .form-box .map-btn {
    background-color: #959a9e;
}
.nmba-dashboard .view-more {
    padding: 12px 24px;
    border: none;
}
.nmba-dashboard .view-more:hover {
    background-color: #074d3e;
    color: #fff;
}
.nmba-dashboard .total-details {
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    transition: transform 0.4s ease;
}
.nmba-dashboard .total-details .details {
    width: 70%;
}
.nmba-dashboard .total-details .details p {
    font-size: 20px;
}
.nmba-dashboard .total-details .details span {
    font-size: 14px;
}
.nmba-dashboard .total-details .icon {
    padding: 8px;
    border-radius: 100%;
    width: 55px;
    height: 52px;
    text-align: center;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.nmba-dashboard .total-details img {
    height: auto;
    max-width: 35px;
}
.nmba-dashboard .total-details:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.03);
}
.nmba-dashboard .sky-blue-bg {
    background-color: #d1eff9;
}
.nmba-dashboard .sky-blue-bg:hover {
    background-color: #b6eafc;
}
.nmba-dashboard .sky-blue-bg .icon {
    background-color: #25b7e3;
}
.nmba-dashboard .sky-blue-bg:hover .icon {
    background-color: #088fb8;
}
.nmba-dashboard .purple-bg {
    background-color: #eae9fb;
}
.nmba-dashboard .purple-bg:hover {
    background-color: #d7d5ff;
}
.nmba-dashboard .purple-bg .icon {
    background-color: #9b94ff;
}
.nmba-dashboard .purple-bg:hover .icon {
    background-color: #746aff;
}
.nmba-dashboard .green-bg {
    background-color: #e3f9f2;
}
.nmba-dashboard .green-bg:hover {
    background-color: #c3f1df;
}
.nmba-dashboard .green-bg .icon {
    background-color: #52ecb8;
}
.nmba-dashboard .green-bg:hover .icon {
    background-color: #11cb8c;
}
.nmba-dashboard .pink-bg {
    background-color: #f4e1fd;
}
.nmba-dashboard .pink-bg:hover {
    background-color: #f3dbff;
}
.nmba-dashboard .pink-bg .icon {
    background-color: #e395ec;
}
.nmba-dashboard .pink-bg:hover .icon {
    background-color: #ca76d3;
}
.nmba-dashboard .green2-bg {
    background-color: #c6fbef;
}
.nmba-dashboard .green2-bg:hover {
    background-color: #b8ffee;
}
.nmba-dashboard .green2-bg .icon {
    background-color: #70dfba;
}
.nmba-dashboard .green2-bg:hover .icon {
    background-color: #55cea6;
}
.programs .green-bg {
    background-color: #e6f7ef;
}
.programs .programs-details {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    border-left: 6px solid #2c6e60;
    box-shadow: 0 4px 10px #2c6e60;
    height: 100%;
    transition: all ease 0.4s;
    transform: translateY(0);
}
.programs .programs-details:hover {
    transform: translateY(-8px);
}
.programs .programs-details:hover .icon {
    background-color: #ffd79f;
}
.programs .programs-details:hover .greenbg {
    background-color: #2c6e60;
}
.programs .programs-details:hover .greenbg img {
    filter: brightness(0) invert(1);
}
.programs .programs-details .details {
    width: 70%;
}
.programs .programs-details .icon {
    background-color: #fff4e5;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.programs .programs-details .greenbg {
    background-color: #e7fef5;
}
.programs .programs-details .details span {
    font-size: 20px;
}
.activity .bg-grey {
    background-color: #f6f6f6;
}
.activity .activity-box {
    border-radius: 15px;
    perspective: 1000px;
    transition: transform 0.6s ease;
    margin-bottom: 30px;
}
.activity .activity-box img {
    width: 100%;
    display: block;
    border-radius: 15px;
}
.activity .activity-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.4s ease;
    border-radius: 15px;
}
.activity .activity-box .flip-details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d3eced;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    transition: transform 0.6s ease;
    border-radius: 15px;
    overflow-y: auto;
}
.activity .activity-box .flip-details::-webkit-scrollbar {
    width: 6px;
}
.activity .activity-box .flip-details ul {
    padding-left: 20px !important;
}
.activity .activity-box .flip-details ul li {
    list-style: disc;
    margin-bottom: 12px;
}
.activity .activity-box:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.activity .activity-box:hover .flip-details {
    transform: rotateY(0deg);
}
.activity .activity-box .small-images {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 80%;
}

.activity .activity-box .small-images img {
    width: 80px;
    height: 50px;
    object-fit: cover;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}
.atf-dashboard form .form-control {
    background-color: #fff;
    border: 1px solid #d9d9d9;
}
.atf-dashboard form .refresh-btn {
    background-color: #2c6e60;
    color: #fff;
}
.atf-dashboard form .captcha-img {
    border: 1px solid #d9d9d9;
}
.pmu .pmu-corner {
    padding: 25px;
    background-color: #fff;
}
.pmu .pmu-corner img {
    height: 293px;
}
.pmu a {
    color: #4f87ff !important;
    font-size: 20px;
}
.feedback .rating-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
}

.feedback .rating-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feedback .rating-item input {
    display: none;
}

.feedback .star-label {
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s ease;
    user-select: none;
}
.feedback .rating-item .star-label:hover {
    color: #ffc107;
}
.feedback .rating-item input:checked + .star-label {
    color: #f79426;
}
.feedback .caption {
    font-weight: 500;
    color: #333;
    font-size: 15px;
}
.feedback form .refresh-btn {
    background-color: #fff;
}
.feedback form .captcha-wrapper {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.forum .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #000 !important;
}
.forum .accordion-button:not(.collapsed)::before {
    color: #2c6e60 !important;
}
.forum .accordion-body {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
}
.forum .accordion-body p,
.forum .accordion-body ul li,
.forum .accordion-body ol li {
    color: #2d2d2d;
}
.forum .forum-box {
    background-color: #f4f4f5;
    border: 1px solid #e4e4e7;
    height: 100%;
}
.forum .forum-box img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: -150px;
    margin-bottom: 28px;
}
.citizen iframe {
    height: 900px;
}
.otp-input .otp-field {
    border: 2px solid #dddddd !important;
    border-radius: 20px;
    width: 70px;
    background-color: #fff !important;
}
.otp-input .otp-field:focus {
    border: 2px solid #2c6e60 !important;
}
.time p a {
    color: #2c6e60 !important;
}
.time span {
    color: #2c6e60;
}
.disabled-link {
    color: gray;
    cursor: not-allowed;
    text-decoration: none;
}

label.error,
label.sError {
    color: red;
    display: block;
}
.form-control.error {
    border-color: red !important;
}
.captcha-img img {
    height: 100%;
}
.bhashini-dropdown {
    z-index: 99 !important;
}
.bhashini-plugin-container .bhashini-dropdown-btn-icon svg {
    height: 24px;
    width: 24px;
}
.bhashini-plugin-container .bhashini-dropdown-btn-icon svg path {
    fill: #ffffff !important;
}

.page-mask {
    background: rgba(000, 000, 000, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.loader {
    width: 55px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.page-mask .spinner-border {
    width: 6rem;
    height: 6rem;
}
.spin {
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.popup-bg {
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: -50%;
    margin-left: 0 !important;
}
.popup-bg2 {
    background: rgba(145, 7, 26, 0.4);
}
.modal-md {
    max-width: 400px;
}
.popup-check {
    color: #0cbf59;
    font-size: 4em;
}
.popup-info {
    font-size: 78px;
    margin-top: -65px;
    display: inline-block;
}
.bg-green {
    background: #0cbf59;
}
.pointer {
    cursor: pointer;
}
.uwaw-body {
    background-color: #e6f7ef !important;
}
.uwaw button:focus,
.uwaw button:hover {
    border-color: #2c6e60 !important;
}
.ux4g-icon {
    background-color: #17463c !important;
}
.btn-reset-all {
    background-color: #2c6e60 !important;
    color: #fff !important;
}
.reset-icon {
    background-color: #fff !important;
}
.uwaw button:focus,
.uwaw button:hover {
    /* border: 1px solid #2c6e60 !important; */
    background-color: #fff !important;
    color: #2c6e60 !important;
}
.btn-reset-all:is(:hover, :focus) {
    box-shadow: 0 0 0 5px rgba(44, 110, 96, 0.5) !important;
}
.uwaw button:focus .reset-icon,
.uwaw button:hover .reset-icon {
    background-color: #2c6e60 !important;
}
.uwaw .uwaw-body .h-scroll::-webkit-scrollbar-thumb {
    background: #2c6e60;
}
.atf-data .card-header {
    background-color: #e6f7ef !important;
}
.atf-data .card-body .table-bordered {
    border-color: #efefef;
    margin-bottom: 15px !important;
}
.atf-data .card-body .table thead tr th {
    background-color: #2c6e60;
    color: #fff;
}
#tollFreeTable_wrapper .form-control-sm {
    border: 1px solid #2c6e60;
    box-shadow: 0 2px 6px rgba(27, 24, 24, 0.2);
}
.dataTables_length .form-select-sm {
    border: 1px solid #2c6e60;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.atf-data .card-body .table-bordered tbody td a {
    text-decoration: underline !important;
    color: #16493e;
    font-weight: 600;
}
.gia-data .dataTables_wrapper .data-table-button {
    margin-bottom: 20px !important;
}
.gia .card-header {
    background-color: #2c6e60 !important;
}
.gia-cards {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.gia-cards .card-body i {
    font-size: 65px;
}
.gia-cards.gia-bg-1 {
    background-color: #eae9fb;
}
.gia-cards.gia-bg-1 .card-body i {
    color: #3921a7;
}
.gia-cards.gia-bg-1 .card-body span {
    color: #3921a7;
}
.gia-cards.gia-bg-2 {
    background-color: #e3f9f2;
}
.gia-cards.gia-bg-2 .card-body i {
    color: #007c52;
}
.gia-cards.gia-bg-2 .card-body span {
    color: #007c52;
}
.gia-cards.gia-bg-3 {
    background-color: #dbf6ff;
}
.gia-cards.gia-bg-3 .card-body i {
    color: #0083ab;
}
.gia-cards.gia-bg-3 .card-body span {
    color: #0083ab;
}
.gia-data .card-body .table thead tr th {
    background-color: #e3f9f2;
    color: #2c6e60;
}
.table-responsive::-webkit-scrollbar {
    height: 6px;
}
.sm-icons {
    position: absolute;
    right: 0;
    top: 20%;
    z-index: 1;
}
.sm-icons ul li {
    margin-bottom: 6px;
}
.sm-icons ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 3rem 0 3rem 3rem;
    color: #ffffff;
    transition: transform 0.3s ease;
}
.sm-icons ul li a:hover {
    transform: scale(1.09);
}
.sm-icons ul li .x {
    background-color: #000;
}
.sm-icons ul li .x:hover {
    background-color: #0a0a0a;
}
.sm-icons ul li .youtube {
    background-color: #f70031 !important;
}
.sm-icons ul li .youtube:hover {
    background-color: #d4002a !important;
}
.sm-icons ul li .facebook {
    background-color: #0866ff !important;
}
.sm-icons ul li .facebook:hover {
    background-color: #0054db !important;
}
.sm-icons ul li .instagram {
    background-color: #ca188c !important;
}
.sm-icons ul li .instagram:hover {
    background-color: #a8016e !important;
}
.sm-icons ul li .whatsapp {
    background-color: #38d956 !important;
}
.sm-icons ul li .whatsapp:hover {
    background-color: #19b636 !important;
}
/* ================================
   DARK MODE OVERRIDES
================================ */
body.dark .features .f-block .avtar {
    border: 1px solid #fff !important;
}
body.dark .features .f-block .avtar img,
body.dark .programs .programs-details .icon img {
    filter: brightness(0) saturate(100%) invert(1) !important;
    background: transparent !important;
}
body.dark input,
body.dark select,
body.dark textarea,
body.dark button,
body.dark .input-group,
body.dark form .captcha-section {
    border: 1px solid #fff !important;
}
body.dark .input-group, body.dark form .captcha-section{
    border-radius: 6px !important;
}
body.dark form .refresh-btn {
    border: none !important;
}
body.dark input::placeholder,
body.dark select::placeholder,
body.dark textarea::placeholder {
    color: #fff !important;
}
body.dark .activity .activity-box .overlay {
    background-color: transparent !important;
}
body.dark .header {
    border: 1px solid #fff !important;
    border-left: none !important;
    border-right: none !important;
}
body.dark .carousel-control-next,
body.dark .carousel-control-prev {
    border: none !important;
}
body.dark .hero .hero-details .hero-btn, 
body.dark .p-btn, body.dark .pledge-btn {
    border: 2px solid #fff;
}
body.dark .media-gallery .owl-nav button {
    border: 1px solid #fff !important;
}
body.dark .newsletter .signup{
    border: 2px solid #fff;
}
body.dark .footer{
    border-top: 3px solid #fff;
}
body.dark .features .f-block, body.dark .message .msg-big-box .msg-box, body.dark .media-gallery .media-item,  body.dark .facilities .legend, body.dark .facilities .centers, body.dark .search-center .form-box{
    border: 2px solid #fff;
}
body.dark .navbar-toggler{
filter: none !important;
background: transparent !important;
}
body.dark .offcanvas-header .btn-close{
background-color: #fff !important;
filter: none !important;
}