body {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: rgb(51, 51, 51);
}

.top-header {
    background: rgb(0, 59, 122);
    padding: 10px 0px;
    font-size: 14px;
}

.top-header ul li a i {
    color: rgb(254, 192, 26);
}

.top-header .col-md-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

.top-header ul li {
    position: relative;
}
.header-badges img:last-child {
    background: transparent !important;
}

.top-header ul li a, .top-header .rightside a, .top-header .rightside span {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.top-header ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 400;
}

.rightside {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rightside span {
    margin-right: 5px;
    font-weight: 600;
}

.rightside a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.rightside a:hover {
    background: rgb(254, 192, 26);
    transform: translateY(-2px);
}

@media (max-width: 993px) {
    .top-header .col-md-12 {
        gap: 10px;
        justify-content: space-between;
    }

    .top-header ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }

    .rightside {
        justify-content: center;
    }
}
  


.main-header {
    background: rgb(255, 255, 255);
    padding: 20px 0px;
    border-bottom: 1px solid rgb(236, 236, 236);
}

.site-logo img {
    max-width: 100%;
    height: auto;
}

.header-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

.header-badges img {
    max-height: 90px;
    width: auto;
}

.header-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.search-btn {
    width: 48px;
    height: 48px;
    background: rgb(243, 243, 243);
    color: rgb(13, 35, 71);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 0px;
}

.search-btn:hover {
    background: rgb(246, 190, 0);
    color: rgb(255, 255, 255);
}

.membership-btn {
    background: rgb(246, 190, 0);
    color: rgb(13, 35, 71);
    padding: 14px 24px;
    border-radius: 3px;
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.membership-btn:hover {
    background: rgb(13, 35, 71);
    color: rgb(255, 255, 255);
}

@media (max-width: 991px) {


    .header-actions {
        justify-content: center;
        margin-top: 15px;
    }
}

.custom-navbar {
    background: rgb(255, 255, 255);
    padding: 0px;
}

.custom-navbar .navbar-nav {
    gap: 40px;
}

.custom-navbar .nav-item {
    position: relative;
    margin: 0px 20px;
}

.custom-navbar .nav-link {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
    transition: 0.3s;
    padding: 24px 0px !important;
}

.custom-navbar .nav-link:hover {
    color: rgb(0, 59, 122);
}

.custom-navbar .nav-link.active {
    color: rgb(254, 193, 26);
}


.custom-navbar .dropdown-toggle::after {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
    margin-left: 6px;
    vertical-align: middle;
}

.custom-navbar .dropdown-menu {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 0px;
    min-width: 240px;
    padding: 10px 0px;
    margin-top: 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
}

.custom-navbar .dropdown-item {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 500;
}

.custom-navbar .dropdown-item:hover {
    background: rgb(245, 180, 0);
    color: rgb(255, 255, 255);
}

@media (min-width: 992px) {
    .custom-navbar .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    .custom-navbar .navbar-nav {
        gap: 0px;
    }

    .custom-navbar .nav-link {
        padding: 14px 0px;
    }

    .custom-navbar .nav-link.active::after {
        display: none;
    }

    .custom-navbar .navbar-collapse {
        padding: 15px 0px;
    }
}

.hero-section {
    padding: 30px 0px;
    background: rgb(248, 248, 248);
}

.sidebar-ad {
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 20px;
}

.sidebar-ad img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider {
    position: relative;
}

.slider-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.slider-item img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.slider-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.slider-content h3 {
    color: rgb(255, 255, 255);
    margin: 0px;
    font-size: 34px;
    font-weight: 100;
}

.main-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.85) !important;
}

.main-slider .owl-prev {
    left: 20px;
}

.main-slider .owl-next {
    right: 20px;
}

.main-slider .owl-nav span {
    font-size: 32px;
    line-height: 1;
}

.section-space {
    padding: 60px 0px;
}

@media (max-width: 991px) {
    .section-space {
        padding: 70px 0px;
    }
}

.section-subtitle {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: rgb(241, 90, 36);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-divider {
    width: 90px;
    height: 4px;
    margin-bottom: 25px;
    background: linear-gradient(90deg, rgb(0, 74, 173) 25%, rgb(0, 163, 255) 25%, rgb(0, 163, 255) 50%, rgb(255, 183, 3) 50%, rgb(255, 183, 3) 75%, rgb(255, 0, 110) 75%);
}

.section-title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 700;
    color: rgb(18, 60, 132);
}

@media (max-width: 991px) {
    .section-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 32px;
    }
}

.section-desc {
    font-size: 17px;
    line-height: 1.8;
    color: rgb(85, 85, 85);
    margin-bottom: 20px;
}

.theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: rgb(18, 60, 132);
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
}

.theme-btn:hover {
    background: rgb(245, 180, 0);
    color: rgb(0, 0, 0);
}

section.about-section img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

.impact-section {
    padding: 60px 0px;
    background: linear-gradient(135deg, rgb(1, 42, 104), rgb(0, 59, 142));
    position: relative;
    overflow: hidden;
}

.impact-section::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: url("assets/images/pattern.png");
    opacity: 0.08;
}

.impact-section h2.impact-title {
    color: rgb(255, 255, 255);
}

.impact-section p {
    color: rgb(255, 255, 255);
}

.section-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.impact-subtitle {
    color: rgb(245, 180, 0);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.impact-title {
    font-family: "DM Sans", sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin: 15px 0px;
}

.impact-title span {
    color: rgb(255, 123, 0);
}

.section-heading p {
    max-width: 650px;
    margin: auto;
    color: rgb(255, 255, 255);
    font-size: 17px;
    line-height: 1.8;
}

.impact-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 20px 10px;
    text-align: center;
    height: 100%;
    transition: 0.4s;
    backdrop-filter: blur(10px);
}

.impact-card:hover {
    transform: translateY(-10px);
    border-color: rgb(245, 180, 0);
}

.impact-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    margin: 0px auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.blue {
    color: rgb(0, 87, 217);
}

.orange {
    color: rgb(255, 106, 0);
}

.green {
    color: rgb(48, 193, 74);
}

.pink {
    color: rgb(255, 61, 110);
}

.yellow {
    color: rgb(255, 184, 0);
}

.purple {
    color: rgb(156, 92, 255);
}

.impact-card h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.impact-card:nth-child(1) h3 {
    color: rgb(77, 166, 255);
}

.impact-card:nth-child(2) h3 {
    color: rgb(255, 123, 0);
}

.impact-card:nth-child(3) h3 {
    color: rgb(48, 193, 74);
}

.impact-card:nth-child(4) h3 {
    color: rgb(255, 61, 110);
}

.impact-card:nth-child(5) h3 {
    color: rgb(255, 184, 0);
}

.impact-card:nth-child(6) h3 {
    color: rgb(156, 92, 255);
}

.impact-card span {
    width: 40px;
    height: 3px;
    background: rgb(245, 180, 0);
    display: block;
    margin: 15px auto;
}

.impact-card p {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.7;
    margin: 0px;
}

@media (max-width: 991px) {
    .impact-title {
        font-size: 38px;
    }

    .impact-card {
        margin-bottom: 20px;
    }
}

.impact-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0px;
}

.impact-divider span {
    height: 4px;
    border-radius: 0px;
}

.impact-divider .blue {
    width: 35px;
    background: rgb(13, 110, 253);
}

.impact-divider .sky {
    width: 35px;
    background: rgb(0, 194, 255);
}

.impact-divider .yellow {
    width: 35px;
    background: rgb(245, 180, 0);
}

.impact-divider .pink {
    width: 35px;
    background: rgb(255, 62, 120);
}

.events-section {
    padding: 60px 0px;
    background: rgb(248, 249, 252);
}

.section-header {
    margin-bottom: 60px;
}

.event-top-icon {
    width: 90px;
    height: 90px;
    margin: 0px auto 20px;
    border-radius: 50%;
    background: rgb(238, 245, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: rgb(10, 63, 138);
}

.section-title span {
    color: rgb(255, 107, 0);
}

.title-divider {
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}

.title-divider span {
    height: 3px;
    width: 35px;
}

.blue {
    background: rgb(0, 87, 217);
}

.sky {
    background: rgb(0, 194, 255);
}

.yellow {
    background: rgb(255, 184, 0);
}

.pink {
    background: rgb(255, 62, 120);
}

.section-header p {
    color: rgb(102, 102, 102);
    font-size: 16px;
}

.event-card {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
    transition: 0.4s;
    height: 100%;
}

.event-card:hover {
    transform: translateY(-10px);
}

.event-img {
    position: relative;
}

.event-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.events-section .event-date {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 65px;
    padding: 10px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.event-date span {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.event-date small {
    display: block;
    font-size: 12px;
}

.blue-bg {
    background: rgb(22, 93, 255);
}

.orange-bg {
    background: rgb(255, 122, 0);
}

.green-bg {
    background: rgb(29, 185, 84);
}

.purple-bg {
    background: rgb(142, 68, 173);
}

.event-body {
    padding: 25px;
}

.event-category {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.blue-text {
    color: rgb(22, 93, 255);
}

.orange-text {
    color: rgb(255, 122, 0);
}

.green-text {
    color: rgb(29, 185, 84);
}

.purple-text {
    color: rgb(142, 68, 173);
}



.main-header {
    background: rgb(255, 255, 255);
    padding: 6px 0px;
}

.site-logo img {
    max-width: 100%;
    height: auto;
    width: 90px;
}

.header-badges {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-badges img {
    max-height: 90px;
    width: auto;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.search-toggle {
    width: 50px;
    height: 50px;
    background: rgb(245, 245, 245);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(8, 38, 84);
    text-decoration: none;
    transition: 0.3s;
    flex-shrink: 0;
}

.join-btn:hover {
    color: rgb(255, 255, 255);
}

.join-btn {
    background: rgb(254, 193, 26);
    color: rgb(8, 38, 84);
    padding: 14px 14px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.search-popup {
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.68);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.search-popup.active {
    opacity: 1;
    visibility: visible;
}

.search-close {
    position: absolute;
    top: 40px;
    right: 50px;
    color: rgb(255, 255, 255);
    font-size: 35px;
    cursor: pointer;
}

.search-inner {
    width: 90%;
    max-width: 700px;
}

.search-inner form {
    position: relative;
}

.search-inner input {
    width: 100%;
    height: 70px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 0px 80px 0px 25px;
    font-size: 18px;
    outline: none;
}

.search-inner button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: rgb(245, 180, 0);
    color: rgb(255, 255, 255);
    font-size: 18px;
}

@media (max-width: 991px) {
    .header-right {
        justify-content: center;
    }
}

.header-badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.header-badges img {
    max-height: 90px;
    width: auto;
    object-fit: contain;
    transition: 0.3s;
}

.header-badges img:first-child {
    max-height: 85px;
    background: red;
}

.header-badges img:last-child {
    max-height: 100px;
}

.header-badges img:hover {
    transform: scale(1.05);
}

.custom-navbar {
    background: rgb(254, 193, 26);
    padding: 0px;
}

.custom-navbar .navbar-nav {
    gap: 40px;
}

.custom-navbar .nav-item {
    position: relative;
    margin: 0px 20px;
}

.custom-navbar .nav-link {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    transition: 0.3s;
    padding: 14px 0px !important;
}

.custom-navbar .nav-link.active {
    color: rgb(0, 59, 122);
}

.custom-navbar .dropdown-menu {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 0px;
    min-width: 240px;
    padding: 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
    z-index: 9;
    margin: 0px;
}

.custom-navbar .dropdown-item {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 500;
}

@media (min-width: 992px) {
    .custom-navbar .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    .custom-navbar .navbar-nav {
        gap: 0px;
    }

    .custom-navbar .nav-link {
        padding: 14px 0px;
    }

    .custom-navbar .navbar-collapse {
        padding: 15px 0px;
    }
}

.hero-section {
    padding: 30px 0px;
    background: rgb(248, 248, 248);
    position: relative;
    z-index: 1;
}

.sidebar-ad {
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 20px;
}

.sidebar-ad img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider {
    position: relative;
}

.slider-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.slider-item img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.slider-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.slider-content h3 {
    color: rgb(255, 255, 255);
    margin: 0px;
    font-size: 34px;
    font-weight: 100;
}

.main-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.85) !important;
}

.main-slider .owl-prev {
    left: 20px;
}

.main-slider .owl-next {
    right: 20px;
}

.main-slider .owl-nav span {
    font-size: 32px;
    line-height: 1;
}

.section-space {
    padding: 60px 0px;
}

@media (max-width: 991px) {
    .section-space {
        padding: 40px 0px;
    }
}

.section-subtitle {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: rgb(254, 193, 26);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 7px;
    display: inline-block;
}

.section-divider {
    width: 75px;
    height: 4px;
    margin-bottom: 26px;
    background: linear-gradient(90deg, rgb(0, 74, 173) 25%, rgb(0, 163, 255) 25%, rgb(0, 163, 255) 50%, rgb(255, 183, 3) 50%, rgb(255, 183, 3) 75%, rgb(255, 0, 110) 75%);
}

.section-title {
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    color: rgb(18, 60, 132);
}

@media (max-width: 991px) {
    .section-title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 32px;
    }
}

.section-desc {
    font-size: 17px;
    line-height: 1.8;
    color: rgb(85, 85, 85);
    margin-bottom: 20px;
}

.theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: rgb(18, 60, 132);
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
}

section.about-section img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

.impact-section {
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
}

.section-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

.impact-subtitle {
    color: rgb(245, 180, 0);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.impact-title {
    font-size: 42px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin: 15px 0px;
}

.impact-title span {
    color: rgb(254, 193, 26);
}

.section-heading p {
    max-width: 650px;
    margin: auto;
    color: rgb(255, 255, 255);
    font-size: 17px;
    line-height: 1.8;
}

.impact-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 20px 10px;
    text-align: center;
    height: 100%;
    transition: 0.4s;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
}

.impact-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    margin: 0px auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.blue {
    color: rgb(255, 255, 255);
}

.orange {
    color: rgb(255, 106, 0);
}

.green {
    color: rgb(233 21 21);
}

.pink {
    color: rgb(255, 255, 255);
}

.yellow {
    color: rgb(255, 255, 255);
}

.purple {
    color: rgb(52 57 191);
}

.impact-card h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.impact-card:nth-child(1) h3 {
    color: rgb(255, 255, 255);
}

.impact-card:nth-child(2) h3 {
    color: rgb(255, 123, 0);
}

.impact-card:nth-child(3) h3 {
    color: rgb(48, 193, 74);
}

.impact-card:nth-child(4) h3 {
    color: rgb(255, 61, 110);
}

.impact-card:nth-child(5) h3 {
    color: rgb(255, 184, 0);
}

.impact-card:nth-child(6) h3 {
    color: rgb(156, 92, 255);
}

.impact-card span {
    width: 40px;
    height: 3px;
    background: rgb(245, 180, 0);
    margin: 15px auto;
    display: none;
}

.impact-card p {
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 1.7;
    margin: 0px;
}

@media (max-width: 991px) {
    .impact-title {
        font-size: 38px;
    }

    .impact-card {
        margin-bottom: 20px;
    }
}

.impact-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0px;
}

.impact-divider span {
    height: 4px;
    border-radius: 0px;
}

.impact-divider .blue {
    width: 35px;
    background: rgb(13, 110, 253);
}

.impact-divider .sky {
    width: 35px;
    background: rgb(0, 194, 255);
}

.impact-divider .yellow {
    width: 35px;
    background: rgb(245, 180, 0);
}

.impact-divider .pink {
    width: 35px;
    background: rgb(255, 62, 120);
}

.events-section {
    padding: 60px 0px;
    background: rgb(248, 249, 252);
}

.section-header {
    margin-bottom: 60px;
}

.event-top-icon {
    width: 90px;
    height: 90px;
    margin: 0px auto 20px;
    border-radius: 50%;
    background: rgb(238, 245, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: rgb(10, 63, 138);
}

.section-title span {
    color: rgb(254, 193, 26);
}

.title-divider {
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}

.title-divider span {
    height: 4px;
    width: 35px;
}

.blue {
    background: rgb(0, 87, 217);
}

.sky {
    background: rgb(0, 194, 255);
}

.yellow {
    background: rgb(255, 184, 0);
}

.pink {
    background: rgb(255, 62, 120);
}

.section-header p {
    color: rgb(102, 102, 102);
    font-size: 16px;
}

.event-card {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
    transition: 0.4s;
    height: 100%;
}

.event-img {
    position: relative;
}

.event-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.events-section .event-date {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 85px;
    padding: 10px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.event-date span {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.event-date small {
    display: block;
    font-size: 12px;
}

.blue-bg {
    background: rgb(22, 93, 255);
}

.orange-bg {
    background: rgb(255, 122, 0);
}

.green-bg {
    background: rgb(29, 185, 84);
}

.purple-bg {
    background: rgb(142, 68, 173);
}

.event-body {
    padding: 25px;
}

.event-category {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}

.blue-text {
    color: rgb(22, 93, 255);
}

.orange-text {
    color: rgb(255, 122, 0);
}

.green-text {
    color: rgb(29, 185, 84);
}

.purple-text {
    color: rgb(142, 68, 173);
}

.event-body h4 a {
    font-size: 18px;
    font-weight: 500;
    color: rgb(8, 38, 84);
    min-height: 40px;
    text-decoration: none;
    line-height: 18px;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    & body {
        font-family: "DM Sans", sans-serif;
        font-size: 15px;
        font-weight: 400;
        color: rgb(51, 51, 51);
    }

    & .hero-section {
        padding: 30px 0px;
        background: rgb(248, 248, 248);
    }

    & .sidebar-ad {
        height: 100%;
        border-radius: 15px;
        overflow: hidden;
        background: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 20px;
    }

    & .sidebar-ad img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    & .main-slider {
        position: relative;
    }

    & .slider-item {
        position: relative;
        overflow: hidden;
        border-radius: 15px;
    }

    & .slider-item img {
        width: 100%;
        height: 520px;
        object-fit: cover;
    }

    & .slider-content {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 20px;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    }

    & .slider-content h3 {
        color: rgb(255, 255, 255);
        margin: 0px;
        font-size: 34px;
        font-weight: 100;
    }

    & .main-slider .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
        border-radius: 50% !important;
        background: rgba(255, 255, 255, 0.85) !important;
    }

    & .main-slider .owl-prev {
        left: 20px;
    }

    & .main-slider .owl-next {
        right: 20px;
    }

    & .main-slider .owl-nav span {
        font-size: 32px;
        line-height: 1;
    }

    & .section-space {
        padding: 60px 0px;
    }

    @media (max-width: 991px) {
        & .section-space {
            padding: 70px 0px;
        }
    }

    & .section-subtitle {
        font-family: "DM Sans", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: rgb(241, 90, 36);
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    & .section-divider {
        width: 90px;
        height: 4px;
        margin-bottom: 25px;
        background: linear-gradient(90deg, rgb(0, 74, 173) 25%, rgb(0, 163, 255) 25%, rgb(0, 163, 255) 50%, rgb(255, 183, 3) 50%, rgb(255, 183, 3) 75%, rgb(255, 0, 110) 75%);
    }

    & .section-title {
        font-size: 48px;
        line-height: 1.1;
        font-weight: 700;
        color: rgb(18, 60, 132);
    }

    @media (max-width: 991px) {
        & .section-title {
            font-size: 38px;
        }
    }

    @media (max-width: 767px) {
        & .section-title {
            font-size: 32px;
        }
    }

    & .section-desc {
        font-size: 17px;
        line-height: 1.8;
        color: rgb(85, 85, 85);
        margin-bottom: 20px;
    }

    & .theme-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 15px 30px;
        background: rgb(18, 60, 132);
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        transition: 0.3s;
    }

    & section.about-section img {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 10px;
    }

    & .impact-section {
        padding: 60px 0px;
        background: linear-gradient(135deg, rgb(1, 42, 104), rgb(0, 59, 142));
        position: relative;
        overflow: hidden;
    }

    & .section-heading {
        position: relative;
        z-index: 2;
        margin-bottom: 60px;
    }

    & .impact-subtitle {
        color: rgb(245, 180, 0);
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    & .impact-title {
        font-family: "DM Sans", sans-serif;
        font-size: 48px;
        font-weight: 700;
        color: rgb(255, 255, 255);
        margin: 15px 0px;
    }

    & .impact-title span {
        color: rgb(255, 123, 0);
    }

    & .section-heading p {
        max-width: 650px;
        margin: auto;
        color: rgb(255, 255, 255);
        font-size: 17px;
        line-height: 1.8;
    }

    & .impact-card {
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 20px;
        padding: 20px 10px;
        text-align: center;
        height: 100%;
        transition: 0.4s;
        backdrop-filter: blur(10px);
    }

    & .impact-icon {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: rgb(255, 255, 255);
        margin: 0px auto 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
    }

    & .blue {
        color: rgb(0, 87, 217);
    }

    & .orange {
        color: rgb(255, 106, 0);
    }

    & .green {
        color: rgb(48, 193, 74);
    }

    & .pink {
        color: rgb(255, 61, 110);
    }

    & .yellow {
        color: rgb(255, 184, 0);
    }

    & .purple {
        color: rgb(156, 92, 255);
    }

    & .impact-card h3 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    & .impact-card:nth-child(1) h3 {
        color: rgb(77, 166, 255);
    }

    & .impact-card:nth-child(2) h3 {
        color: rgb(255, 123, 0);
    }

    & .impact-card:nth-child(3) h3 {
        color: rgb(48, 193, 74);
    }

    & .impact-card:nth-child(4) h3 {
        color: rgb(255, 61, 110);
    }

    & .impact-card:nth-child(5) h3 {
        color: rgb(255, 184, 0);
    }

    & .impact-card:nth-child(6) h3 {
        color: rgb(156, 92, 255);
    }

    & .impact-card span {
        width: 40px;
        height: 3px;
        background: rgb(245, 180, 0);
        display: block;
        margin: 15px auto;
    }

    & .impact-card p {
        color: rgb(255, 255, 255);
        font-size: 15px;
        line-height: 1.7;
        margin: 0px;
    }

    @media (max-width: 991px) {
        & .impact-title {
            font-size: 38px;
        }

        & .impact-card {
            margin-bottom: 20px;
        }
    }

    & .impact-divider {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 16px 0px;
    }

    & .impact-divider span {
        height: 4px;
        border-radius: 0px;
    }

    & .impact-divider .blue {
        width: 35px;
        background: rgb(13, 110, 253);
    }

    & .impact-divider .sky {
        width: 35px;
        background: rgb(0, 194, 255);
    }

    & .impact-divider .yellow {
        width: 35px;
        background: rgb(245, 180, 0);
    }

    & .impact-divider .pink {
        width: 35px;
        background: rgb(255, 62, 120);
    }

    & .events-section {
        padding: 60px 0px;
        background: rgb(248, 249, 252);
    }

    & .section-header {
        margin-bottom: 60px;
    }

    & .event-top-icon {
        width: 90px;
        height: 90px;
        margin: 0px auto 20px;
        border-radius: 50%;
        background: rgb(238, 245, 255);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 35px;
        color: rgb(10, 63, 138);
    }

    & .section-title span {
        color: rgb(255, 107, 0);
    }

    & .title-divider {
        display: flex;
        justify-content: center;
        margin: 10px 0px;
    }

    & .title-divider span {
        height: 3px;
        width: 35px;
    }

    & .blue {
        background: rgb(0, 87, 217);
    }

    & .sky {
        background: rgb(0, 194, 255);
    }

    & .yellow {
        background: rgb(255, 184, 0);
    }

    & .pink {
        background: rgb(255, 62, 120);
    }

    & .section-header p {
        color: rgb(102, 102, 102);
        font-size: 16px;
    }

    & .event-card {
        background: rgb(255, 255, 255);
        border-radius: 20px;
        overflow: hidden;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
        transition: 0.4s;
        height: 100%;
    }

    & .event-img {
        position: relative;
    }

    & .event-img img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    & .event-date {
        position: absolute;
        top: 15px;
        left: 15px;
        width: 65px;
        padding: 10px;
        border-radius: 10px;
        color: rgb(255, 255, 255);
        text-align: center;
    }

    & .event-date span {
        display: block;
        font-size: 18px;
        font-weight: 700;
    }

    & .event-date small {
        display: block;
        font-size: 12px;
    }

    & .blue-bg {
        background: rgb(22, 93, 255);
    }

    & .orange-bg {
        background: rgb(255, 122, 0);
    }

    & .green-bg {
        background: rgb(29, 185, 84);
    }

    & .purple-bg {
        background: rgb(142, 68, 173);
    }

    & .event-body {
        padding: 25px;
    }

    & .event-category {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 15px;
    }

    & .blue-text {
        color: rgb(22, 93, 255);
    }

    & .orange-text {
        color: rgb(255, 122, 0);
    }

    & .green-text {
        color: rgb(29, 185, 84);
    }

    & .purple-text {
        color: rgb(142, 68, 173);
    }

    & .event-body h4 {
        font-size: 24px;
        font-weight: 700;
        color: rgb(8, 38, 84);
        min-height: 80px;
    }

    & .event-location {
        font-size: 14px;
        color: rgb(102, 102, 102);
        margin: 20px 0px;
    }

    & .event-btn {
        display: block;
        text-align: center;
        padding: 14px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
    }

    & .blue-btn {
        border: 2px solid rgb(22, 93, 255);
        color: rgb(22, 93, 255);
    }

    & .orange-btn {
        border: 2px solid rgb(255, 122, 0);
        color: rgb(255, 122, 0);
    }

    & .green-btn {
        border: 2px solid rgb(29, 185, 84);
        color: rgb(29, 185, 84);
    }

    & .purple-btn {
        border: 2px solid rgb(142, 68, 173);
        color: rgb(142, 68, 173);
    }

    & .view-all-btn {
        background: rgb(10, 63, 138);
        color: rgb(255, 255, 255);
        padding: 15px 35px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
    }
}

.event-location {
    font-size: 14px;
    color: rgb(102, 102, 102);
    margin: 20px 0px;
}

.event-btn {
    display: block;
    text-align: center;
    padding: 14px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.blue-btn {
    border: 2px solid rgb(22, 93, 255);
    color: rgb(22, 93, 255);
}

.orange-btn {
    border: 2px solid rgb(255, 122, 0);
    color: rgb(255, 122, 0);
}

.green-btn {
    border: 2px solid rgb(29, 185, 84);
    color: rgb(29, 185, 84);
}

.purple-btn {
    border: 2px solid rgb(142, 68, 173);
    color: rgb(142, 68, 173);
}

.view-all-btn {
    background: rgb(10, 63, 138);
    color: rgb(255, 255, 255);
    padding: 15px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.event-btn {
    display: block;
    text-align: center;
    padding: 14px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

.blue-btn {
    border: 1px solid rgb(22, 93, 255);
    color: rgb(22, 93, 255);
}

.orange-btn {
    border: 1px solid rgb(255, 122, 0);
    color: rgb(255, 122, 0);
}

.green-btn {
    border: 1px solid rgb(29, 185, 84);
    color: rgb(29, 185, 84);
}

.purple-btn {
    border: 1px solid rgb(142, 68, 173);
    color: rgb(142, 68, 173);
}

.view-all-btn {
    background: rgb(10, 63, 138);
    color: rgb(255, 255, 255);
    padding: 15px 35px;
    border-radius: 0px;
    text-decoration: none;
    font-weight: 600;
}

.view-all-btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(245, 180, 0);
}

.media-section {
    background: rgb(233, 241, 249);
    position: relative;
    overflow: hidden;
}

.media-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(238, 244, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 15px;
    font-size: 30px;
    color: rgb(12, 78, 163);
}

.media-section .section-title {
    color: rgb(8, 42, 103);
}

.media-section .section-title span {
    color: rgb(254, 193, 26);
}

.media-video {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 15px 40px;
}

.media-video img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    color: rgb(12, 78, 163);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.video-play:hover {
    background: rgb(255, 107, 0);
    color: rgb(255, 255, 255);
}

.media-stats {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.media-stat-card {
    background: rgb(255, 255, 255);
    border-radius: 18px;
    padding: 34px 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 30px;
}

.blue-border {
    border-left: 5px solid rgb(12, 109, 255);
}

.orange-border {
    border-left: 5px solid rgb(255, 107, 0);
}

.green-border {
    border-left: 5px solid rgb(28, 182, 93);
}

.stat-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    flex-shrink: 0;
}

.blue-icon {
    background: rgb(238, 244, 255);
    color: rgb(12, 109, 255);
}

.orange-icon {
    background: rgb(255, 241, 231);
    color: rgb(255, 107, 0);
}

.green-icon {
    background: rgb(235, 255, 243);
    color: rgb(28, 182, 93);
}

.stat-content h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.blue-border h3 {
    color: rgb(12, 109, 255);
}

.orange-border h3 {
    color: rgb(255, 107, 0);
}

.green-border h3 {
    color: rgb(28, 182, 93);
}

.stat-content h5 {
    color: rgb(8, 42, 103);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

.stat-content p {
    margin: 0px;
    color: rgb(102, 102, 102);
    line-height: 1.7;
    font-size: 16px;
}

.theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgb(12, 78, 163);
    color: rgb(255, 255, 255);
    padding: 15px 35px;
    border-radius: 0px;
    text-decoration: none;
    font-weight: 600;
}

.theme-btn:hover {
    background: rgb(254, 193, 26);
    color: rgb(255, 255, 255);
}

.industry-members-video {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 30px;
    background: rgb(0, 0, 0);
}

.industry-members-video video {
    width: 100%;
    height: 382px;
    object-fit: cover;
    display: block;
}

.industry-members-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(34, 34, 34);
}

.industry-members-title i {
    color: rgb(13, 110, 253);
    margin-right: 10px;
}

@media (max-width: 991px) {
    .industry-members-video video {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .industry-members-video video {
        height: 400px;
    }

    .industry-members-title {
        font-size: 24px;
    }
}

.cta-section {
    padding: 60px 0px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
}

.cta-section::before {
    content: "";
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    position: absolute;
    left: -80px;
    bottom: -80px;
}

.cta-section::after {
    content: "";
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    position: absolute;
    right: -80px;
    top: -80px;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    color: rgb(255, 255, 255);
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cta-content h2 span {
    color: rgb(254, 193, 26);
}

.cta-content p {
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 35px;
}

.title-divider {
    display: flex;
    justify-content: center;
    gap: 0px;
    margin: 10px 0px;
}

.title-divider span {
    height: 4px;
    width: 35px;
}

.blue {
    background: rgb(13, 110, 253);
}

.sky {
    background: rgb(0, 194, 255);
}

.yellow {
    background: rgb(255, 184, 0);
}

.pink {
    background: rgb(255, 62, 120);
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 50px;
    background: rgb(254, 193, 26);
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 0px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
}

.cta-btn:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 32, 89);
}

@media (max-width: 991px) {
    .cta-content h2 {
        font-size: 40px;
    }

    .contact-box {
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        justify-content: center;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .cta-content h2 {
        font-size: 32px;
    }
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
}

.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.5s;
}

.gallery-item.large img {
    height: 463px;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-overlay span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: rgb(255, 255, 255);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 1;
}

.gallery-item::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: 0.4s;
    z-index: 1;
}

.gallery-item:hover::before {
    opacity: 1;
}

.site-footer {
    padding: 60px 0px 0px;
    color: rgb(255, 255, 255);
    background-size: cover !important;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-about img {
    margin-bottom: 20px;
    max-width: 400px;
}

.footer-about p {
    color: rgb(255, 255, 255);
    line-height: 1.9;
    margin-bottom: 25px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: 0.3s;
}

.footer-social a:hover {
    background: rgb(254, 193, 26);
    border-color: rgb(254, 193, 26);
}

.footer-widget h4 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
}

.footer-widget h4::after {
    content: "";
    width: 35px;
    height: 3px;
    background: rgb(254, 193, 26);
    position: absolute;
    left: 0px;
    bottom: -10px;
}

.footer-widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-widget ul li {
    margin-bottom: 12px;
}

.footer-widget ul li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: 0.3s;
}

.footer-widget ul li a:hover {
    color: rgb(254, 193, 26);
    padding-left: 5px;
}

.contact-item {
    display: flex;
    gap: 2px;
}

.contact-item i {
    color: rgb(254, 193, 26);
    margin-top: 4px;
    margin-right: 5px;
    min-width: 15px;
}

.contact-item a {
    text-decoration: none;
}

.footer-contact span {
    color: rgb(255, 255, 255);
}

.member-detail-page .contact-item span {
    color: rgb(0, 0, 0);
}

.footer-newsletter {
    margin-top: 30px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.69);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.newsletter-form {
    display: flex;
    width: 100%;
    max-width: 550px;
}

.newsletter-form input {
    flex: 1 1 0%;
    height: 52px;
    background: rgba(255, 255, 255, 0.05);
    color: rgb(255, 255, 255);
    padding: 0px 20px;
    border-width: 1px medium 1px 1px;
    border-style: solid none solid solid;
    border-color: rgb(204, 204, 204) transparent rgb(204, 204, 204) rgb(204, 204, 204);
    border-image: initial;
}

.newsletter-form button {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: rgb(254, 193, 26);
    color: rgb(255, 255, 255);
    padding: 0px 30px;
    font-weight: 600;
}

.footer-bottom {
    margin-top: 40px;
    padding: 25px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.69);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    margin: 0px;
    color: rgb(255, 255, 255);
}

.footer-links {
    display: flex;
    gap: 25px;
}

.footer-links a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.footer-links a:hover {
    color: rgb(254, 193, 26);
}

@media (max-width: 991px) {
    .footer-newsletter, .footer-bottom {
        flex-direction: column-reverse;
        text-align: center;
    }

    .newsletter-form {
        max-width: 100%;
    }
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.82);
}

.newsletter-text {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.email-icon {
    background: rgb(6, 60, 145);
    width: 48px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
}

.email-icon i {
    font-size: 25px;
    line-height: 48px;
}

.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    background: rgb(13, 110, 253);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
}

.back-to-top:hover {
    transform: translateY(-5px);
    color: rgb(255, 255, 255);
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.inner-banner-sec {
    padding: 80px 0px;
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-position: 43% 28% !important;
}

.inner-banner-wrap {
    position: relative;
}

.inner-banner-wrap img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.inner-banner-overlay {
    position: absolute;
    inset: 0px;
    background: linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.9) 100%);
}

.inner-banner-content {
}

.inner-banner-content h1 {
    color: rgb(255, 255, 255);
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.breadcrumb-list li {
    color: rgb(255, 255, 255);
    font-size: 16px;
    position: relative;
}

.breadcrumb-list li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.breadcrumb-list li:not(:last-child)::after {
    content: ">";
    margin-left: 12px;
    color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
    .inner-banner-content {
        left: 20px;
        bottom: 20px;
    }

    .inner-banner-content h1 {
        font-size: 28px;
    }
}

.about-association-sec {
    padding: 60px 0px;
    background: rgb(255, 255, 255);
}

.section-title {
    position: relative;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: rgb(0, 47, 119);
    text-transform: capitalize;
    margin-bottom: 20px;
}

.about-logo-text {
    margin-bottom: 30px;
}

.about-logo-text p img {
    width: 65px;
    height: 46px;
    vertical-align: bottom !important;
}

.about-content .section-title {
    margin-bottom: 30px;
}

.about-content p {
    font-size: 18px;
    line-height: 1.9;
    color: rgb(68, 68, 68);
    margin-bottom: 20px;
}

.about-content h4 {
    color: rgb(0, 47, 119);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.gallery-main img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.gallery-grid img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 15px;
    transition: 0.4s;
}

.gallery-grid img:hover, .gallery-main img:hover {
    transform: translateY(-5px);
}

@media (max-width: 991px) {
    .about-association-sec {
        padding: 70px 0px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .about-content h4 {
        font-size: 22px;
    }
}

.mission-vision-sec {
    padding: 60px 0px;
    background: rgb(233, 241, 249);
}

.section-heading span {
    color: rgb(255, 107, 0);
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.section-heading h2 {
    font-size: 42px;
    font-weight: 700;
    color: rgb(0, 47, 119);
    margin-bottom: 15px;
}

.section-heading p {
    color: rgb(102, 102, 102);
    font-size: 18px;
}

.mission-card, .vision-card {
    background: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    position: relative;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
}

.mission-card {
    border-top: 5px solid rgb(0, 71, 171);
}

.vision-card {
    border-top: 5px solid rgb(254, 193, 26);
}

.mission-card:hover, .vision-card:hover {
    transform: translateY(-8px);
}

.mv-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 32px;
}

.mission-card .mv-icon {
    background: rgb(232, 241, 255);
    color: rgb(0, 71, 171);
}

.vision-card .mv-icon {
    background: rgba(254, 193, 26, 0.16);
    color: rgb(254, 193, 26);
}

.mission-card h3, .vision-card h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(0, 47, 119);
}

.mission-card p, .vision-card p {
    color: rgb(85, 85, 85);
    line-height: 1.9;
    margin: 0px;
    font-size: 16px;
}

.partners-affiliations-sec {
    padding: 60px 0px;
    background: rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
}

.section-heading span {
    color: rgb(254, 193, 26);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.section-heading h2 {
    color: rgb(0, 47, 119);
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-heading p {
    color: rgb(102, 102, 102);
    line-height: 1.8;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border: 1px solid rgb(229, 229, 229);
    border-radius: 20px;
    overflow: hidden;
    background: rgb(255, 255, 255);
}

.partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgb(229, 229, 229);
    border-bottom: 1px solid rgb(229, 229, 229);
    padding: 25px;
    transition: 0.4s;
    background: rgb(255, 255, 255);
}

.partner-item:hover {
    background: rgb(248, 251, 255);
}

.partner-item img {
    max-width: 120px;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.4s;
}

.partner-item:hover img {
    filter: none;
    opacity: 1;
    transform: scale(1.08);
}

.partner-item:nth-child(6n) {
    border-right-width: medium;
    border-right-style: none;
    border-right-color: currentcolor;
}

.partner-item:nth-last-child(-n+5) {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

@media (max-width: 991px) {
    .partners-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .partner-item:nth-child(5n) {
        border-right: 1px solid rgb(229, 229, 229);
    }
}

@media (max-width: 767px) {
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-heading h2 {
        font-size: 32px;
    }

    .partner-item {
        height: 140px;
        padding: 20px;
    }
}

partners-affiliations-sec {
    position: relative;
    padding: 100px 0px;
    background: rgb(255, 255, 255);
    overflow: hidden;
}

.shape-blue {
    position: absolute;
    width: 75px;
    height: 75px;
    background: rgb(0, 47, 119);
    left: -58px;
    top: 70%;
    transform: translateY(-50%);
    border-radius: 0px;
    z-index: 1;
}

.shape-orange {
    position: absolute;
    width: 55px;
    height: 55px;
    background: rgb(254, 193, 26);
    left: 18px;
    top: 62%;
    border-radius: 0px;
    z-index: 1;
}

.container {
    position: relative;
    z-index: 2;
}

.shape1 {
    animation: 4s ease-in-out 0s infinite normal none running floatShape;
}

.shape2 {
    animation: 5s ease-in-out 0s infinite normal none running floatShape;
}

@keyframes floatShape {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-25px);
    }
}

.executive-team-sec {
    padding: 60px 0px;
    background: rgb(248, 251, 255);
}

.team-card {
    background: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    height: 100%;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 30px;
    border: 1px solid rgb(221, 218, 218);
}

.team-card:hover {
    transform: translateY(-8px);
}

.team-img {
    position: relative;
    overflow: hidden;
}

.team-img img {
    width: 100%;
    height: 362px;
    object-fit: cover;
    object-position: center top;
}

.team-content {
    padding: 25px 15px;
}

.team-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: rgb(0, 47, 119);
    margin-bottom: 8px;
}

.team-content span {
    display: inline-block;
    color: rgb(254, 193, 26);
    font-weight: 600;
    margin-bottom: 10px;
}

.team-content p {
    color: rgb(59, 57, 57);
    margin: 0px;
    font-size: 16px;
}

.past-president-card .team-content ul {
    list-style: none;
    padding: 0px;
    margin: 15px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.past-president-card .team-content ul li {
    background: rgb(245, 245, 245);
    border: 1px solid rgb(221, 221, 221);
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(51, 51, 51);
    transition: 0.3s;
}

.past-president-card .team-content ul li:hover {
    background: rgb(254, 193, 26);
    color: rgb(255, 255, 255);
    border-color: rgb(254, 193, 26);
}

.secretary-wrap {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
    transition: 0.4s;
    height: 100%;
}

.secretary-wrap:hover {
    transform: translateY(-8px);
}

.secretary-wrap .team-img {
    height: 320px;
    overflow: hidden;
}

.secretary-wrap .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.secretary-wrap .team-content {
    padding: 10px;
}

.secretary-wrap .designation {
    display: inline-block;
    background: rgb(254, 193, 26);
    color: rgb(255, 255, 255);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.secretary-wrap h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
    color: rgb(34, 34, 34);
}

.secretary-wrap .secretary-info {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.secretary-wrap .secretary-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: rgb(85, 85, 85);
    font-size: 15px;
    line-height: 1.6;
}

.secretary-wrap .secretary-info li i {
    color: rgb(254, 193, 26);
    min-width: 18px;
    margin-top: 4px;
}

.secretary-wrap .secretary-info li a {
    color: rgb(85, 85, 85);
    font-size: 15px;
    text-decoration: none;
}

.news-events-section {
    background: rgb(248, 249, 251);
}

.news-events-section .section-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: rgb(12, 36, 84);
}

.news-events-section .news-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.news-events-section .featured-news {
    display: flex;
    gap: 20px;
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
    transition: 0.3s;
}

.featured-news:hover {
    transform: translateY(-5px);
}

.news-events-section .featured-img {
    width: 260px;
    min-width: 260px;
}

.news-events-section .featured-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
}

.news-events-section .featured-content {
    flex: 1 1 0%;
}

.news-events-section .featured-content .date {
    font-size: 16px;
    color: rgb(102, 102, 102);
}

.news-events-section .featured-content h3 {
    font-size: 22px;
    color: rgb(12, 36, 84);
    margin: 12px 0px;
    line-height: 30px;
    font-weight: 600;
}

.news-events-section .featured-content p {
    color: rgb(102, 102, 102);
    line-height: 1.8;
    margin-bottom: 15px;
}

.news-events-section .events-list {
    background: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
}

.news-events-section .event-title {
    color: rgb(12, 36, 84);
    font-weight: 700;
    margin-bottom: 25px;
}

.news-events-section .event-item {
    display: flex;
    gap: 15px;
    padding: 20px 0px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.news-events-section .event-item:last-child {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.news-events-section .event-date {
    width: 70px;
    min-width: 70px;
    height: 76px;
    background: rgb(12, 36, 84);
    color: rgb(255, 255, 255);
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
}

.news-events-section .event-date span {
    font-size: 24px;
    line-height: 1;
}

.news-events-section .event-info h5 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 8px;
    color: rgb(12, 36, 84);
}

.news-events-section .event-info p {
    margin: 0px;
    color: rgb(102, 102, 102);
    font-size: 16px;
}

.news-events-section .event-info i {
    color: rgb(254, 193, 26);
    margin-right: 5px;
}

.news-events-section .theme-btn {
    display: inline-block;
    padding: 12px 25px;
    background: rgb(12, 36, 84);
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 0px;
    transition: 0.3s;
}

.news-events-section .theme-btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(254, 193, 26);
}

@media (max-width: 991px) {
    .news-events-section .featured-news {
        flex-direction: column;
    }

    .news-events-section .featured-img {
        width: 100%;
        min-width: 100%;
    }

    .news-events-section .featured-img img {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .news-events-section .section-title h2 {
        font-size: 32px;
    }
}

.impact-section p {
    color: rgb(255, 255, 255);
}

.ne-details-banner {
    padding: 120px 0px 80px;
    background: rgb(12, 36, 84);
    color: rgb(255, 255, 255);
}

.ne-details-banner-content {
    text-align: center;
}

.ne-details-tag {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    margin-bottom: 20px;
}

.ne-details-banner h1 {
    font-size: 48px;
    line-height: 1.3;
    max-width: 900px;
    margin: auto;
}

.ne-details-meta {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 20px;
}

.ne-details-area {
    padding: 60px 0px;
}

.ne-details-content {
    background: rgb(255, 255, 255);
}

.ne-details-image img {
    width: 100%;
    border-radius: 15px;
}

.ne-details-text {
}

.ne-details-text h2 {
    font-size: 30px;
    color: #0c2454;
    margin-bottom: 20px;
    padding-top: 20px;
    font-weight: 700;
}

.ne-details-text h3 {
    font-size: 28px;
    color: rgb(12, 36, 84);
    margin: 30px 0px 15px;
}

.ne-details-text p {
    line-height: 1.9;
    color: rgb(85, 85, 85);
    margin-bottom: 20px;
    font-size: 16px;
}

.ne-details-text ul {
    padding-left: 20px;
}

.ne-details-text li {
    margin-bottom: 10px;
    font-size: 16px;
}

.ne-details-text blockquote {
    background: rgba(254, 193, 26, 0.16);
    border-left: 4px solid rgb(254, 193, 26);
    padding: 25px;
    margin: 30px 0px;
    font-size: 18px;
    font-style: italic;
}

.ne-details-sidebar {
    position: sticky;
    top: 20px;
}

.ne-details-widget {
    background: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ne-details-widget h4 {
    color: rgb(12, 36, 84);
    margin-bottom: 20px;
}

.ne-details-widget ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.ne-details-widget li {
    margin-bottom: 15px;
    color: rgb(85, 85, 85);
    font-size: 16px;
}

.ne-details-widget li i {
    color: rgb(254, 193, 26);
    width: 22px;
}

.ne-details-widget a {
    display: block;
    color: rgb(12, 36, 84);
    text-decoration: none;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(238, 238, 238);
    font-size: 16px;
}

.ne-details-widget a:last-child {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

@media (max-width: 991px) {
    .ne-details-banner h1 {
        font-size: 34px;
    }

    .ne-details-sidebar {
        position: static;
        margin-top: 40px;
    }
}

.tai-gallery-sec {
    padding: 80px 0px;
}

.tai-gallery-card {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 15px 40px;
    transition: 0.4s;
    height: 100%;
}

.tai-gallery-card:hover {
    transform: translateY(-8px);
}

.tai-gallery-thumb {
    position: relative;
    overflow: hidden;
}

.tai-gallery-thumb img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.5s;
}

.tai-gallery-card:hover img {
    transform: scale(1.08);
}

.tai-gallery-content {
    padding: 25px;
}

.tai-gallery-date {
    display: inline-block;
    background: rgb(238, 245, 255);
    color: rgb(12, 36, 84);
    font-size: 13px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.tai-gallery-content h3 {
    font-size: 22px;
    line-height: 1.5;
    color: rgb(12, 36, 84);
    margin-bottom: 12px;
}

.tai-gallery-content p {
    color: rgb(102, 102, 102);
    margin-bottom: 15px;
}

.tai-gallery-count {
    color: rgb(199, 155, 56);
    font-weight: 600;
}

.tai-gallery-hidden {
    display: none;
}

.events-section-inner {
    padding: 80px 0px;
    background: rgb(248, 249, 251);
}

.section-heading {
    text-align: center;
    margin-bottom: 35px;
}

.section-heading h2 {
    font-size: 42px;
    font-weight: 700;
    color: rgb(12, 36, 84);
    margin: 0px;
}

.event-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
}

.tab-btn {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: rgb(255, 255, 255);
    color: rgb(12, 36, 84);
    padding: 14px 30px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 20px;
}

.tab-btn i {
    margin-right: 8px;
}

.tab-btn.active {
    background: rgb(12, 36, 84);
    color: rgb(255, 255, 255);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.event-card {
    background: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 15px;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
    height: 100%;
    border: 1px solid rgb(224, 220, 220);
}

.event-card:hover {
    transform: translateY(-10px);
}

.event-img {
    overflow: hidden;
}

.event-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.5s;
}

.event-card:hover .event-img img {
    transform: scale(1.08);
}

.event-content {
    padding: 25px;
}

.event-meta {
    margin-bottom: 20px;
}

.event-meta p {
    margin-bottom: 12px;
    color: rgb(29, 60, 115);
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}

.event-meta p:last-child {
    margin-bottom: 0px;
}

.event-meta i {
    width: 20px;
    color: rgb(254, 193, 26);
    margin-right: 5px;
}

.event-content h3 a {
    font-size: 20px;
    line-height: 26px;
    color: rgb(12, 36, 84);
    font-weight: 600;
    margin: 0px;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

.event-card:hover .event-content h3 {
    color: rgb(254, 193, 26);
}

@media (max-width: 991px) {
    .events-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-heading h2 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .events-grid {
        grid-template-columns: 1fr;
    }

    .event-tabs {
        flex-direction: column;
        align-items: center;
    }

    .tab-btn {
        width: 250px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .event-img img {
        height: auto;
    }
}

.tai-safety-section {
    padding: 80px 0px;
    background: rgb(248, 249, 251);
}

.tai-safety-heading {
    text-align: center;
    margin-bottom: 50px;
}

.tai-safety-heading span {
    color: rgb(199, 155, 56);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tai-safety-heading h2 {
    font-size: 42px;
    color: rgb(12, 36, 84);
    margin: 10px 0px 15px;
    font-weight: 700;
}

.tai-safety-heading p {
    max-width: 700px;
    margin: auto;
    color: rgb(102, 102, 102);
}

.tai-safety-card {
    background: rgb(255, 255, 255);
    padding: 35px;
    height: 100%;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 15px 40px;
    transition: 0.4s;
}

.tai-safety-card:hover {
    transform: translateY(-8px);
}

.tai-safety-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(238, 244, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.tai-safety-icon i {
    font-size: 34px;
    color: rgb(12, 36, 84);
}

.tai-safety-card h3 {
    font-size: 24px;
    color: rgb(12, 36, 84);
    margin-bottom: 20px;
    line-height: 28px;
    font-weight: 700;
}

.tai-safety-card p {
    color: rgb(102, 102, 102);
    line-height: 1.8;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .tai-safety-heading h2 {
        font-size: 32px;
    }

    .tai-safety-card {
        padding: 25px;
    }
}

.tai-buying-toys-sec {
    padding: 80px 0px;
}

.tai-buying-heading {
    text-align: center;
    margin-bottom: 50px;
}

.tai-buying-heading span {
    color: rgb(199, 155, 56);
    font-weight: 600;
    text-transform: uppercase;
}

.tai-buying-heading h2 {
    color: rgb(12, 36, 84);
    font-size: 42px;
    margin: 10px 0px;
    font-weight: 700;
}

.tai-buying-heading p {
    max-width: 700px;
    margin: auto;
    color: rgb(102, 102, 102);
}

.tai-toy-accordion .accordion-item {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
}

.tai-toy-accordion .accordion-button {
    font-weight: 600;
    color: rgb(12, 36, 84);
    padding: 20px 25px;
    border: 1px solid rgb(0, 35, 91);
    border-radius: 13px !important;
}

.tai-toy-accordion .accordion-button:not(.collapsed) {
    background: rgb(12, 36, 84);
    color: rgb(255, 255, 255);
}

.tai-toy-accordion .accordion-body {
    padding: 25px;
}

.tai-toy-accordion ul {
    margin: 0px;
    padding-left: 20px;
}

.tai-toy-accordion li {
    margin-bottom: 12px;
    line-height: 1.8;
    color: rgb(85, 85, 85);
    font-size: 16px;
}

.accordion-item:first-of-type .accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.tai-toy-accordion .accordion-button:focus {
    box-shadow: none;
}

.tai-contact-section {
    padding: 60px 0px;
    background: rgb(248, 249, 251);
}

.tai-contact-header {
    text-align: center;
    margin-bottom: 60px;
}

.tai-contact-header span {
    color: rgb(199, 155, 56);
    font-weight: 600;
    text-transform: uppercase;
}

.tai-contact-header h2 {
    font-size: 42px;
    color: rgb(12, 36, 84);
    font-weight: 700;
}

.tai-contact-header p {
    max-width: 700px;
    margin: auto;
    color: rgb(102, 102, 102);
}

.tai-contact-info {
    background: rgb(12, 36, 84);
    color: rgb(255, 255, 255);
    padding: 25px;
    border-radius: 0px;
    height: 100%;
}

.tai-contact-info h3 {
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 600;
}

.tai-info-item {
    display: flex;
    gap: 18px;
    border-bottom: 1px solid rgb(108, 116, 131);
    padding: 26px 0px;
}

.tai-info-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: rgb(249, 187, 17);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tai-info-icon i {
    color: rgb(255, 255, 255);
    font-size: 20px;
}

.tai-info-item h5 {
    margin-bottom: 5px;
    font-size: 18px;
}

.tai-info-item p {
    margin: 0px;
    line-height: 1.7;
}

.tai-contact-form {
    background: rgb(255, 255, 255);
    padding: 25px;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 15px 40px;
}

.tai-contact-form h3 {
    color: rgb(12, 36, 84);
    margin-bottom: 26px;
    font-size: 24px;
    font-weight: 600;
}

.tai-form-group {
    margin-bottom: 36px;
}

.tai-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: rgb(34, 34, 34);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.tai-form-group label span {
    color: rgb(255, 77, 77);
}

.tai-form-group .form-control {
    height: 42px;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 0px;
    box-shadow: none;
}

.tai-form-group textarea.form-control {
    height: auto;
    resize: none;
    padding-top: 12px;
}

.tai-captcha-placeholder {
    width: 304px;
    height: 78px;
    border: 1px solid rgb(221, 221, 221);
    background: rgb(248, 248, 248);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.tai-form-btns {
    display: flex;
    gap: 15px;
}

.advertise-form-section .submit-btn {
    background: rgb(0, 38, 97);
    color: rgb(255, 255, 255);
    height: 54px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50px;
}

.tai-reset-btn {
    background: rgba(45, 45, 47, 0.63);
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    min-width: 140px;
    height: 50px;
    font-weight: 600;
}

.tai-contact-form button:hover {
    background: rgb(254, 193, 26);
}

.tai-contact-map {
    height: 450px;
}

.tai-contact-map iframe {
    width: 100%;
    height: 100%;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

@media (max-width: 991px) {
    .tai-contact-header h2 {
        font-size: 36px;
    }

    .tai-contact-info {
        margin-bottom: 30px;
    }
}

.tai-info-item:last-child {
    border-bottom: transparent;
    padding-bottom: 0px;
}

.tai-info-item  a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-right: 10px;
}

.tai-info-item div a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.we-care-section {
    padding: 60px 0px;
    background: rgb(255, 255, 255);
}

.content-block {
    margin-bottom: 45px;
}

.content-block h3 {
    font-size: 24px;
    font-weight: 700;
    color: rgb(12, 36, 84);
    margin-bottom: 18px;
}

.content-block p {
    font-size: 18px;
    line-height: 28px;
    color: rgb(77, 85, 98);
    margin: 0px;
}

.content-block ul {
    padding-left: 25px;
    margin: 0px;
}

.content-block ul li {
    font-size: 18px;
    line-height: 1.9;
    color: rgb(77, 85, 98);
    margin-bottom: 10px;
}

.content-block ul li:last-child {
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .we-care-section {
        padding: 60px 0px;
    }

    .section-heading h2 {
        font-size: 28px;
    }

    .content-block h3 {
        font-size: 24px;
    }

    .content-block p, .content-block ul li {
        font-size: 17px;
    }
}

.content-block:last-child {
    margin-bottom: 0px;
}

.member-list-section {
    padding: 60px 0px;
    background: rgb(245, 248, 252);
}

.member-filter {
    background: rgb(255, 255, 255);
    padding: 20px;
    margin-bottom: 17px;
    border: 1px solid rgba(204, 204, 204, 0.57);
    border-radius: 8px;
}

.member-filter .form-select {
    height: 48px;
    border: 1px solid rgb(220, 228, 239);
    border-radius: 0px;
    box-shadow: none;
}

.search-btn {
    width: 100%;
    height: 48px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: rgb(0, 59, 122);
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.state-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.state-card {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 85px;
    padding: 6px 20px 6px 85px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
    text-decoration: none;
    color: rgb(11, 44, 95);
    font-size: 15px;
    font-weight: 700;
    overflow: hidden;
    transition: 0.3s;
    border: 1px solid rgba(204, 204, 204, 0.57);
}

.state-card > i {
    position: absolute;
    left: 34px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(255, 255, 255);
    font-size: 22px;
    z-index: 3;
}

.state-card p {
    margin: 0px 0px 0px auto;
}

.state-card p i {
    font-size: 13px;
    border: 1px solid rgb(204, 204, 204);
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 20px;
    border-radius: 50px;
}

.state-card span {
    position: relative;
    z-index: 3;
    line-height: 1.4;
}

.state-card::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    z-index: 1;
    border-radius: 50px;
}

.state-card.green::before {
    background: linear-gradient(135deg, rgb(8 61 172), rgb(1 30 94));
}

.state-card.red::before {
    background: linear-gradient(135deg, rgb(8 61 172), rgb(1 30 94));
}

.state-card.purple::before {
    background: linear-gradient(135deg, rgb(8 61 172), rgb(1 30 94));
}

.state-card.blue::before {
    background: linear-gradient(135deg, rgb(8 61 172), rgb(1 30 94));
}

.state-card:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 15px 35px;
    color: rgb(11, 44, 95);
}

@media (max-width: 991px) {
    .state-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .state-grid {
        grid-template-columns: 1fr;
    }

    .state-card {
        min-height: 75px;
        padding-left: 85px;
        font-size: 14px;
    }
}

.contact-box {
    background: rgba(255, 246, 223, 0);
    padding: 20px;
    border-radius: 12px;
}

.footer-contact .contact-item {
    border: transparent;
}

.footer-contact .contact-item span {
    color: rgb(255, 255, 255);
}

.contact-item {
    border-bottom: 1px solid rgb(204, 204, 204);
}

.contact-item:last-child {
    margin-bottom: 0px;
}

.contact-item strong {
    display: block;
    color: rgb(31, 60, 136);
    margin-bottom: 5px;
}

.contact-item span {
    color: rgb(71, 85, 105);
}

.product-tag {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgb(238, 238, 238);
    color: rgb(71, 85, 105);
    font-size: 16px;
}

.product-tag strong {
    color: rgb(31, 60, 136);
}

.contact-item a {
    color: #fff !important;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
}

.contact-item a:hover {
    color: rgb(254, 193, 26);
}

.member-detail-page {
    padding: 80px 0px;
    background: rgb(245, 248, 252);
}

.page-title {
    text-align: center;
    margin-bottom: 50px;
}

.page-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: rgb(11, 44, 95);
    margin: 0px;
}

.member-detail-card {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 35px;
    transition: 0.4s;
    border: 1px solid rgb(238, 242, 247);
}

.member-detail-card:hover {
    transform: translateY(-5px);
}

.member-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgb(232, 237, 245);
}

.member-header h3 a {
    margin: 0px;
    font-size: 24px;
    font-weight: 700;
    color: rgb(11, 44, 95);
    text-decoration: none;
}

.member-header span {
    background: rgb(232, 241, 255);
    color: rgb(11, 77, 184);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.info-item h5 {
    font-size: 16px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
}

.info-item p {
    margin: 0px;
    color: rgb(85, 85, 85);
    line-height: 1.8;
}

.contact-box {
    background: rgb(248, 251, 255);
    padding: 25px;
    border-radius: 15px;
    border: 1px solid rgb(229, 238, 251);
}

.contact-item {
    margin-bottom: 18px;
}

.contact-item:last-child {
    margin-bottom: 0px;
}

.contact-item strong {
    display: block;
    color: rgb(11, 44, 95);
    font-size: 15px;
    margin-bottom: 6px;
}

.contact-item span {
    color: rgb(85, 85, 85);
    word-break: break-word;
}

.contact-item a {
    color: rgb(11, 77, 184);
    text-decoration: none;
    transition: 0.3s;
}

.contact-item a:hover .product-tag {
    margin-top: 25px;
    padding: 18px 20px;
    background: rgb(245, 249, 255);
    border-left: 4px solid rgb(11, 77, 184);
    border-radius: 10px;
    color: rgb(68, 68, 68);
    line-height: 1.8;
}

.product-tag strong {
    color: rgb(0, 0, 0);
}

@media (max-width: 991px) {
    .contact-box {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .member-detail-card {
        padding: 25px;
    }

    .page-title h2 {
        font-size: 32px;
    }

    .member-header h3 {
        font-size: 20px;
    }
}
.member-help-strip{
    background: linear-gradient(90deg,#08154f 0%,#002a6e 50%,#041247 100%);
    border-radius: 18px;
    padding: 25px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    border: 1px solid rgba(255,255,255,.08);
}

.member-help-strip:before{
    content:"";
    position:absolute;
    right:-100px;
    top:-50px;
    width:250px;
    height:250px;
    background: radial-gradient(rgba(255,255,255,.08) 2px, transparent 2px);
    background-size:16px 16px;
}

.help-left{
    display:flex;
    align-items:center;
    gap:20px;
    position:relative;
    z-index:2;
}

.help-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background: linear-gradient(135deg, #8f4cff, #0e3581);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    flex-shrink:0;
}

.help-content h3{
    color:#fff;
    margin:0 0 5px;
    font-size:30px;
    font-weight:700;
}

.help-content p{
    margin:0;
    color: rgb(255 255 255);
    font-size:16px;
}

.contact-btn{
    background: #fec11a;
    color:#fff;
    text-decoration:none;
    padding: 12px 35px;
    border-radius: 0px;
    font-weight:700;
    font-size:18px;
    display:flex;
    align-items:center;
    gap:10px;
    position:relative;
    z-index:2;
    transition:.3s;
}

.contact-btn:hover{
    transform:translateY(-3px);
    color:#fff;
}

@media(max-width:768px){

    .member-help-strip{
        flex-direction:column;
        text-align:center;
    }

    .help-left{
        flex-direction:column;
    }

    .help-content h3{
        font-size:24px;
    }
}

.membership-section{
    padding:80px 0;
}



.membership-content h3{
    font-size:24px;
    font-weight:700;
    color: #003b7a;
    margin-bottom:20px;
}

.membership-content p{
    color:#555;
    line-height:1.9;
    margin-bottom:15px;
}

.membership-btns{
    display:flex;
    gap:15px;
    margin:30px 0;
    flex-wrap:wrap;
}

.membership-btns a{
    background: #003b7a;
    color:#fff;
    padding:12px 24px;
    text-decoration:none;
    font-weight:600;
}

.bank-details{
    margin:35px 0;
}

.bank-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.orange-title{
    color:#f26c23;
    margin-top:40px;
}

.blue-title{
    color: #003b7a !important;
    margin-top:40px;
}

.benefits-list{
    padding-left:20px;
}

.benefits-list li{
    margin-bottom:12px;
    line-height:1.8;
    color:#555;
}

.contact-note{
    font-weight:700;
    font-size:18px;
    color:#222;
    margin-top:30px;
}

@media(max-width:768px){
    .bank-grid{
        grid-template-columns:1fr;
    }

    .membership-content h3{
        font-size:20px;
    }
}
.contact-note a{
    color:#25D366;
    font-weight:600;
    text-decoration:none;
    margin-left:5px;
}

.contact-note a i{
    font-size:18px;
    margin-right:4px;
}

.contact-note a:hover{
    text-decoration:underline;
}
.membership-content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #003b7a;
}

.membership-btns a:hover {
    background: #fec11a !important;
}

.membership-btns a:focus {
    box-shadow: none !important;
}
.registration-section{
    padding:80px 0;
    background:#f7f7f7;
}

.form-wrapper{
    background:#fff;
    border-radius: 4px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: rgb(99 99 99 / 5%) 0px 2px 8px 0px;
}

.section-heading{
    margin-bottom:30px;
}

.section-heading h2{
    font-size:34px;
    margin-bottom:8px;
}

.form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.form-group{
    margin-bottom:20px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
}

.form-group input,
.form-group select,
.form-group textarea{
    width:100%;
    padding: 13px;
    border:1px solid #ddd;
    border-radius: 0px;
}

.checkbox-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    margin:20px 0 30px;
}

.declaration-box{
    background: #fff8ece0;
    border-left: 4px solid #fec11a;
    padding:20px;
    margin:30px 0;
}

.amount-row{
    display:flex;
    align-items:center;
    gap:15px;
    margin:20px 0;
}

.amount-row input{
    width:180px;
}

.submit-btn{
    color:#fff;
    border:none;
    border-radius: 0px;
    font-weight:600;
    cursor:pointer;
    margin-top: 10px;
}

@media(max-width:768px){

    .form-grid{
        grid-template-columns:1fr;
    }

    .checkbox-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .form-wrapper{
        padding:25px;
    }
}
.form-group input[type="file"]{
    height: 50px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0px;
    width: 100%;
}
.submit-btn:hover {
    background: #fec11a;
}

.policy-page{
    padding:80px 0;
    background:#f8f9fb;
}

.policy-wrapper{
    max-width:1100px;
    margin:auto;
    background:#fff;
    padding:50px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.policy-title{
    margin-bottom:30px;
    border-bottom:1px solid #e5e5e5;
    padding-bottom:20px;
}

.policy-title h2{
    font-size: 36px;
    margin:0 0 10px;
    color:#0b2c5f;
    font-weight: 600;
}

.policy-title p{
    margin:0;
    color:#777;
}

.policy-content h2{
    font-size: 18px;
    color:#0b2c5f;
    margin:35px 0 15px;
    font-weight: 600;
}

.policy-content h3{
    font-size:20px;
    margin:25px 0 10px;
}

.policy-content p,
.policy-content li{
    font-size:16px;
    line-height:1.8;
    color:#444;
}

.policy-content ul{
    padding-left:20px;
}

@media(max-width:767px){
    .policy-wrapper{
        padding:25px;
    }

    .policy-title h1{
        font-size:30px;
    }
}
.sitemap-grid{
    display:grid;
    grid-template-columns: repeat(1,1fr);
    gap:30px;
}

.sitemap-box{
    background:#f8f9fb;
    padding:25px;
    border:1px solid #e5e7eb;
    border-radius:10px;
}

.sitemap-box h3{
    margin:0 0 15px;
    color:#0b2c5f;
    font-size:22px;
}

.sitemap-box ul{
    margin:0;
    padding:0;
    list-style:none;
}

.sitemap-box ul li{
    margin-bottom:12px;
}

.sitemap-box ul li:last-child{
    margin-bottom:0;
}

.sitemap-box ul li a{
    color:#444;
    text-decoration:none;
    transition:.3s;
}

.sitemap-box ul li a:hover{
    color:#0b4db8;
    padding-left:5px;
}

@media(max-width:767px){

    .sitemap-grid{
        grid-template-columns:1fr;
    }

}
.company-search-wrap{
    background:#fff;
    border:1px solid #e3e7ef;
    border-radius:10px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.company-search-wrap label{
    display:block;
    font-size:18px;
    font-weight:600;
    color:#0b2e73;
    margin-bottom:15px;
}

.company-search-row{
    display:flex;
    align-items:center;
    gap:30px;
}

.search-box{
    position:relative;
    width: 520px;
    flex-shrink:0;
}

.search-box input{
    width:100%;
    height:50px;
    border:1px solid #d8dde7;
    border-radius:4px;
    padding:0 50px 0 15px;
    font-size:14px;
    outline:none;
}

.search-box button{
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    background:none;
    border:none;
    color:#8a8f99;
    cursor:pointer;
    font-size:18px;
}

.search-info{
    margin:0;
    color:#6d7482;
    font-size: 16px;
    flex:1;
}

.clear-search{
    display:flex;
    align-items:center;
    gap:8px;
    color: #003b7a;
    text-decoration:none;
    font-weight:600;
    white-space:nowrap;
}

.clear-search:hover{
    color:#083dbf;
}

@media(max-width:991px){
.company-search-row{
    flex-direction:column;
    align-items:flex-start;
    gap:15px;
}

.search-box{
    width:100%;
}
}

.about-stats {
    padding: 80px 0;
    background: #f8f9fb;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.stat-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.stat-card h3 {
    font-size: 42px;
    font-weight: 700;
    color: #0d4d8b;
    margin: 0 0 10px;
}

.stat-card p {
    font-size: 18px;
    color: #555;
    margin: 0;
}

.stat-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 991px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
}
.icon-card .icon {
    font-size: 40px;
    color: #0d4d8b;
    margin-bottom: 15px;
}

.icon-card h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    color: #555;
}

.footer-contact .contact-item {
    padding: 0px;
}
.thank-you-section{
    padding: 120px 0;
    background: linear-gradient(
        180deg,
        #f8fbff 0%,
        #ffffff 100%
    );
}

.thank-you-wrapper{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 40px;
    background: #fff;
    border-radius: 12px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    border: 1px solid #ccc;
}

.thank-you-icon{
    margin-bottom: 24px;
}

.thank-you-subtitle{
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: #fec11a3d;
    color: #fec11a;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.thank-you-wrapper h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0F172A;
}

.thank-you-wrapper p{
    font-size: 18px;
    line-height: 1.8;
    color: #64748B;
    max-width: 650px;
    margin: 0 auto 35px;
}

.thank-you-actions{
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary-custom{
    display: inline-block;
    padding: 14px 32px;
    background: #143d73;
    color: #fff;
    border-radius: 0px;
    text-decoration: none;
    transition: .3s;
}

.btn-primary-custom:hover{
    transform: translateY(-2px);
}

.btn-outline-custom{
    display: inline-block;
    padding: 14px 32px;
    border: 1px solid #dbe2ea;
    color: #143d73;
    border-radius: 0px;
    text-decoration: none;
    transition: .3s;
}

.btn-outline-custom:hover{
    background: #f8f9fa;
}
.error-page-section{
    padding: 60px 0;
    min-height: 70vh;
    display: flex;
    align-items: center;
    background: linear-gradient(
        180deg,
        #f8fbff 0%,
        #ffffff 100%
    );
}

.error-content{
    max-width: 800px;
    margin: 0 auto;
}

.error-tag{
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(20, 61, 115, 0.08);
    color: #143d73;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.error-code{
    font-size: 180px !important;
    line-height: 1;
    font-weight: 800;
    color: #143d73;
    margin-bottom: 20px;
}

.error-content h2{
    font-size: 36px;
    font-weight: 700;
    color: #003b7a;
    margin-bottom: 20px;
}

.error-content p{
    font-size: 18px;
    line-height: 1.8;
    color: #6b7280;
    max-width: 650px;
    margin: 0 auto 35px;
}

.error-actions{
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary-custom{
    display: inline-block;
    padding: 14px 32px;
    background: #143d73;
    color: #fff;
    text-decoration: none;
    border-radius: 0px;
    transition: .3s;
    font-size: 16px;
    font-weight: 500;
}

.btn-primary-custom:hover{
    color: #fff;
    transform: translateY(-2px);
}

.btn-outline-custom{
    display: inline-block;
    padding: 14px 32px;
    border: 1px solid #dbe2ea;
    color: #143d73;
    text-decoration: none;
    border-radius: 50px;
    transition: .3s;
}

.btn-outline-custom:hover{
    background: #f8f9fa;
}
.btn-primary-custom:hover {
    background: #fec11a;
    color: #fff;
}
/* Custom form validation styling (added for native form validation) */
.tai-field-error {
    display: block;
    color: #dc3545;
    font-size: 13px;
    margin-top: 4px;
}
.tai-form-alert {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
}
.tai-form-alert-error {
    background: #f8d7da;
    color: #842029;
    border: 1px solid #f5c2c7;
}
.tai-form-alert-success {
    background: #d1e7dd;
    color: #0f5132;
    border: 1px solid #badbcc;
}
.tai-form-group input.tai-input-error,
.tai-form-group textarea.tai-input-error,
.tai-form-group select.tai-input-error {
    border-color: #dc3545 !important;
}

/* AJAX form submit loading state */
.tai-btn-loading {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}
.tai-btn-loading i {
    margin-right: 6px;
}
.space-add img {
    width: 100%;
    border-radius: 10px;
    min-height: 98px;
}
.policy-wrapper .policy-content br {
    display: none;
}
.member-section{
    padding:60px 0;
}
.advertise-form-section{
    padding:80px 0;
    background:#f5f7fb;
}

.advertise-form-section .form-wrapper{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.advertise-form-section .form-header{
    background:#1d3557;
    color:#fff;
    padding:35px;
    text-align:center;
    background: rgb(0, 59, 122);
}

.advertise-form-section .form-header h2{
    font-size:34px;
    font-weight:700;
    margin-bottom:10px;
}

.advertise-form-section .form-header p{
    margin:0;
    opacity:.9;
}

.advertise-form-section form{padding: 20px;}

.advertise-form-section .form-group{
    margin-bottom:25px;
}

.advertise-form-section .form-group label{
    display:block;
    font-weight:600;
    margin-bottom:8px;
    color:#222;
}

.advertise-form-section .form-group input{
    width:100%;
    height:55px;
    border:1px solid #d8d8d8;
    border-radius:8px;
    padding:0 18px;
    transition:.3s;
}

.advertise-form-section .form-group input:focus{
    border-color:#1d3557;
    outline:none;
}

.advertise-form-section .upload-box{
    margin-top:10px;
}

.advertise-form-section .upload-area{
    border:2px dashed #c7d3e4;
    border-radius:12px;
    padding:45px;
    text-align:center;
    background:#fafcff;
    position:relative;
}

.advertise-form-section .upload-area i{
    font-size: 38px;
    color: #003b7a;
    margin-bottom:15px;
}

.advertise-form-section .upload-area h5{
    font-weight:600;
    margin-bottom:10px;
    font-size: 16px;
}

.advertise-form-section .upload-area p{
    color:#666;
    margin-bottom:0;
}

.advertise-form-section .upload-area input{
    position:absolute;
    inset:0;
    opacity:0;
    cursor:pointer;
}

.advertise-form-section .terms-box{
    margin-top:45px;
    padding:30px;
    border:1px solid #e5e5e5;
    border-radius:12px;
    background:#fcfcfc;
}

.advertise-form-section .terms-box h4{
    margin-bottom:20px;
    font-weight:700;
}

.advertise-form-section .terms-box ul{
    padding-left:20px;
    margin:0;
}

.advertise-form-section .terms-box li{
    margin-bottom:15px;
    line-height:28px;
}

.advertise-form-section .payment-box{
    margin-top:40px;
    background:#f8fbff;
    border:1px solid #d9e6f2;
    border-radius:12px;
    padding:30px;
}

.advertise-form-section .payment-content{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}

.advertise-form-section .payment-text h4{
    font-weight:700;
    margin-bottom:12px;
}

.advertise-form-section .payment-text p{
    margin:0;
    color:#666;
}

.advertise-form-section .payment-qr{
    width:180px;
    text-align:center;
}

.advertise-form-section .payment-qr img{
    width:170px;
    border:8px solid #fff;
    border-radius:12px;
    box-shadow:0 10px 25px rgba(0,0,0,.1);
}

.advertise-form-section .payment-qr span{
    display:block;
    margin-top:12px;
    font-weight:600;
}

.advertise-form-section .submit-btn{
    text-align:center;
    margin-top: 30px;
    padding: 0px 20px;
}

.advertise-form-section .submit-btn button{
    background:#1d3557;
    color:#fff;
    border:none;
    padding: 12px 40px;
    border-radius:50px;
    font-size: 16px;
    font-weight: 500;
    transition:.3s;
}

.advertise-form-section .submit-btn button:hover{
    background: #fec11a;
}




@media(max-width:767px){

.advertise-form-section .payment-content{
    flex-direction:column;
    text-align:center;
}

.advertise-form-section form{
    padding:25px;
}

.advertise-form-section .form-header{
    padding:30px 20px;
}

.advertise-form-section .form-header h2{
    font-size:28px;
}

.advertise-form-section .upload-area{
    padding:30px 20px;
}

}
section.advertise-form-section .submit-btn:hover {
    background: transparent;
}
.advertise-form-section .submit-btn:hover {
    background: #fec11a !important;
    color: #ffffff;
}
.space-add{
    width:100%;
    background: #fff;
    border-radius: 10px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.banner-img{
    display:block;
    overflow:hidden;
}

.banner-img img{
    width:100%;
    display:block;
    transition:.4s ease;
}


.event-gallery-section {
    margin-top: 60px;
}

.event-gallery-section h3 {
    font-size: 32px;
    font-weight: 700;
    color: #0c2454;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.event-gallery-section h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background: #0c2454;
    border-radius: 50px;
}

.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: all .4s ease;
}

.gallery-item img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.gallery-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
        rgba(0,0,0,.55),
        rgba(0,0,0,.05));
    opacity: 0;
    transition: .4s;
    z-index: 1;
}

.gallery-item::after {
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.8);
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.95);
    color: #003b7a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    opacity: 0;
    transition: .35s;
    z-index: 2;
}

.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item:hover::before {
    opacity: 1;
}

.gallery-item:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.event-gallery-section .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

@media (max-width:991px) {
    .gallery-item img {
        height: 220px;
    }
}

@media (max-width:767px) {

    .event-gallery-section h3 {
        font-size: 26px;
    }

    .gallery-item {
        border-radius: 14px;
    }

    .gallery-item img {
        height: 170px;
    }

    .gallery-item::after {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}
.event-gallery-section img {
    height: 200px;
}


.event-gallery-section a.gallery-item {
    border-radius: 14px;
}

.advertise-btn {
    background: #003b7a;
    display: block;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px 0px 10px 10px;
}

a.advertise-btn:hover {
    color: #fff;
    background: #fec11a;
}

.upload-preview{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:15px;
}

.upload-preview-item{
    position:relative;
    width:90px;
    height:90px;
    border-radius:4px;
    overflow:hidden;
    border:1px solid #ddd;
}

.upload-preview-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.upload-preview-item .upload-preview-remove{
    position:absolute;
    top:2px;
    right:2px;
    width:20px;
    height:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,.6);
    color:#fff;
    border-radius:50%;
    font-size:12px;
    line-height:1;
    cursor:pointer;
}
.space-add a.banner-img img {
    height: auto;
}
section.gallery-section .gallery-item img {
    min-height: 224px !important;
}
.contact-box .contact-item span a {
    color: #403e3e !important;
}
/* Pagination */
.wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 50px 0 20px;
}

.wp-pagenavi .pages {
    display: none; /* Hide "Page 1 of 5" */
}

.wp-pagenavi a,
.wp-pagenavi span.current {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all .35s ease;
    border: 2px solid #0B5C3B;
    background: #fff;
    color: #0B5C3B;
}

.wp-pagenavi a:hover {
    background: #003b7a;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(11, 92, 59, .25);
}

.wp-pagenavi span.current {
    background: #003b7a;
    color: #fff;
    border-color: #0B5C3B;
    box-shadow: 0 8px 20px rgba(11, 92, 59, .25);
    border: transparent;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    width: 55px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 700;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
    transform: translateX(3px);
}


/* Mobile */
@media (max-width: 576px) {

    .wp-pagenavi {
        gap: 8px;
    }

    .wp-pagenavi a,
    .wp-pagenavi span.current {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    .wp-pagenavi .nextpostslink,
    .wp-pagenavi .previouspostslink {
        width: 48px;
    }
}

.space-add {
    position: relative;
}

.space-add > .banner-img {
    display: none;
    width: 100%;
    overflow: hidden;
    margin-bottom: 6px;
}

.space-add > .banner-img img {
    display: block;
    width: 100%;
    height: auto;
}

/* Vertical slide animation */
.space-add > .banner-img.ad-slide-in {
    animation: adSlideUp 0.6s ease forwards;
}

@keyframes adSlideUp {

    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

