@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    margin: 0px;
    padding: 0px;
    outline: none;
    line-height: inherit;
    box-sizing: border-box;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    background: border-box;
}

.theme-btn {
    display: inline-block;
    background: linear-gradient(90deg, #003087 0%, #1b5c9c 100%);
    color: white;
    padding: 10px 33px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(9, 164, 218, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.theme-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #a72f85 0%, #1b5c9c 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.theme-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(9, 164, 218, 0.4);
}

.top-bar {
    background-color: #1a252f;
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
}

.logo-section {
    padding: 10px 0;
    background-color: #fff;
}

.search-bar {
    max-width: 300px;
}

.nav-bar {
    background-color: #052866;
    padding: 10px 0;
}

.nav-bar .nav-link {
    color: #fff;
    margin: 0 15px;
    font-size: 16px;
}

.nav-bar .nav-link:hover {
    color: #ddd;
}

.btn-wrap {
    display: flex;
    align-items: center;
    gap: 27px;
}

.btn-wrap a.login-btn {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
}

.btn-wrap a.login-btn i {
    color: #0d6efd;
}

.search-bar button.btn.btn-outline-secondary {
    border-left: none;
    border-color: #9dcbfb;
}

.search-bar input.form-control {
    border-right: none !important;
    border: 1px solid #9dcbfb;
}

.btn-wrap a.join-rata {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
}

.btn-wrap a.join-rata i {
    color: #0d6efd;
}

/* ============ */

.accent-line {
    height: 5px;
    width: 120px;
    background: linear-gradient(to right, #ff9f1a, #ffd32a);
    margin: 25px auto;
    border-radius: 3px;
}

.header p {
    font-size: 1.3rem;
    max-width: 800px;
    margin: 0 auto;
    opacity: 0.9;
    line-height: 1.7;
}

section.home-slider img {
    width: 100%;
}

.partner-section {
    width: 1200px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 0 auto;
    margin-top: -84px;
    position: relative;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 30px !important;
    justify-content: space-between;
}

.partner-section h2 {
    color: #000;
    font-size: 30px;
}

/* Forums Section */



.forums-section .slick-slide {
    margin: 0 10px;
}

.forums-section {
    margin: 0 -10px;
}

.forums-slider {
    margin: 0 -15px;
    /* Half of the 30px gap */
}

.forums-slider .slick-slide {
    margin: 0 15px;
    /* 15px left + 15px right = 30px total gap */
}

.forums-section .slick-prev {
    right: 50px;
    left: auto;
}

.forums-section .slick-prev,
.forums-section .slick-next {
    position: absolute;
    top: -135px;
    background: none;
    border: none;
    font-size: 18px;
    color: #000;
    z-index: 2;
}

.forums-section .slick-arrow i {
    background: #0d2a5a;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.forums-section .slick-prev {
    right: 93px;
}

.forums-section .slick-next {
    right: 39px;
}

.forums-section {
    padding: 60px 40px;
    background: #f8f9ff;
    position: relative;
}

.section-intro {
    text-align: left;
    max-width: 82%;
    margin: 0;
    padding-bottom: 35px;
}

.section-intro h2 {
    font-size: 40px;
    color: #0c2461;
    margin-bottom: 12px;
    font-weight: bold;
}

.section-intro p {
    font-size: 1.2rem;
    color: #444;
    line-height: 1.8;
}

.forums-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.forum-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    transition: all 0.4s ease;
    border-top: 5px solid #0c2461;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.forum-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-top-color: #ff9f1a;
}

.forum-header {
    padding: 25px 25px 15px;
    position: relative;
    z-index: 2;
}

.forum-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(to right, #0c2461, #1a2a6c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 1.8rem;
}

.forum-card:hover .forum-icon {
    background: linear-gradient(to right, #ff9f1a, #ffd32a);
}

.forum-title {
    font-size: 1.7rem;
    color: #0c2461;
    margin-bottom: 15px;
    font-weight: 700;
}

.forum-content {
    padding: 0 25px 25px;
    flex-grow: 1;
}

.forum-description {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

.forum-features {
    list-style: none;
    padding-left: 20px;
}

.forum-features li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    color: #444;
}

.forum-features li:before {
    content: "•";
    color: #ff9f1a;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -5px;
}

.forum-footer {
    background: rgba(12, 36, 97, 0.03);
    padding: 20px 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.members-count {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    color: #666;
}

.members-count i {
    color: #ff9f1a;
}

.join-btn {
    background: linear-gradient(to right, #0c2461, #1a2a6c);
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.forum-card:hover .join-btn {
    background: linear-gradient(to right, #ff9f1a, #ffd32a);
}



/* ========== */
section.footer-about {
    background: #f1f6ff;
    padding: 19px 0;
}
section.footer-about .section-intro {
    padding-bottom: 5px;
}
.main-content {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.content-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-top: 4px solid #0056b3;
}

.content-card h2 {
    color: #0056b3;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 600;
}

.content-card p {
    color: #444;
    line-height: 1.8;
    margin-bottom: 20px;
}

.content-card ul {
    list-style: none;
}

.content-card ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.content-card ul li:last-child {
    border-bottom: none;
}

/* ============ */

.history-section {
    background: #DBE8FF;
    border-radius: 0;
    padding: 50px;
    margin-top: 0;
    color: white;
    position: relative;
    overflow: hidden;
}

.history-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,0 L100,100 Z" fill="rgba(255,255,255,0.03)"/></svg>');
    background-size: cover;
}

.history-title {
    font-size: 40px;
    color: #0d2a5a;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.history-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 70px;
    height: 4px;
    background: #0d2a5a;
    border-radius: 2px;
}

.history-content {
    font-size: 1.2rem;
    line-height: 1.8;
    max-width: 800px;
    padding-top: 30px;
    color: #000;
}

.history-highlight {
    color: #0d2a5a;
    font-weight: 600;
}

.timeline {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    position: relative;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgb(104 147 255);
}

.timeline-item {
    text-align: center;
    position: relative;
    z-index: 1;
}

.timeline-year {
    background: #0d2a5a;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0 auto 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.timeline-label {
    font-size: 1rem;
    color: rgb(0 0 0 / 90%);
}

@media (max-width: 768px) {




    .history-section {
        padding: 30px;
    }

    .timeline {
        flex-wrap: wrap;
        gap: 30px;
    }

    .timeline:before {
        display: none;
    }
}


/* ============ */
.accent-line {
    height: 4px;
    width: 100px;
    background: linear-gradient(to right, #ff9f1a, #ffd32a);
    margin: 20px auto;
    border-radius: 2px;
}

/* Product Grid */
.products-section {
    padding: 40px;
    background: #f8f9ff;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.product-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 1px solid #eef1f7;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.product-header {
    background: linear-gradient(to right, #0c2461, #1a2a6c);
    color: white;
    padding: 7px;
    text-align: center;
    padding-top: 10px;
}

.product-header h3 {
    font-size: 1.4rem;
    font-weight: 600;
}

.product-image {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.product-image img {
    height: 122px;
}

.product-image i {
    font-size: 5rem;
    color: #0c2461;
    opacity: 0.3;
    z-index: 1;
}

.product-image::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background:
        linear-gradient(45deg, transparent 33%, rgba(255, 255, 255, 0.1) 33%, rgba(255, 255, 255, 0.1) 66%, transparent 66%),
        linear-gradient(-45deg, transparent 33%, rgba(255, 255, 255, 0.1) 33%, rgba(255, 255, 255, 0.1) 66%, transparent 66%);
    background-size: 20px 20px;
    transform: rotate(30deg);
    opacity: 0.2;
}

.product-info {
    padding: 25px 20px;
    text-align: center;
    background: white;
}

.specs {
    background: #f8f9ff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #ff9f1a;
}

.specs h4 {
    font-size: 1.1rem;
    color: #0c2461;
    margin-bottom: 10px;
}

.cfm-range {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a2a6c;
    background: rgba(26, 42, 108, 0.05);
    padding: 10px;
    border-radius: 6px;
    display: inline-block;
}

.cfm-range span {
    color: #ff9f1a;
}



.company-name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffd32a;
}

.contact-info {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 30px;
    margin: 20px 0;
}footer.footer .contact-info {
    display: flex
;
    justify-content: start;
    flex-wrap: wrap;
    gap: 3px;
    margin: 20px 0;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-item i {
    color: #ff9f1a;
    font-size: 1.2rem;
}

.website-link {
    display: inline-block;
    margin-top: 20px;
    font-size: 1.1rem;
    color: #ffd32a;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.website-link:hover {
    color: white;
    transform: translateY(-3px);
}



/* Responsive Design */
@media (max-width: 768px) {


    .products-section {
        padding: 30px 20px;
    }

    .contact-info {
        flex-direction: column;
        gap: 15px;
    }
}




/* ============= */
.partner-section {
    text-align: center;
    padding: 20px;
    background-color: #fff;
}

.partner-section h2 span {
    color: #052866;
}

.partner-section h2 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
}

.partner-section .logos {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.partner-section .logos img {
    height: 60px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.partner-section .logos img:hover {
    transform: scale(1.1);
}

/* Responsive design */
@media (max-width: 600px) {
    .partner-section .logos {
        flex-direction: column;
        align-items: center;
    }

    .partner-section .logos img {
        margin: 10px 0;
    }
}


/* =========== */

.president-section {
    padding: 40px 15px 40px 0 ;
    background-color: #f8f9fa;
}

.president-image img {


    width: 300px;
    height: 300px;

}

.projections {
    background-color: #e9ecef;
    border-radius: 10px;
    padding: 15px;
}

.projections ul {
    list-style-type: none;
    padding-left: 0;
}

.projections ul li {
    margin-bottom: 10px;
}

.projections ul li:before {
    content: "✓";
    color: #FF9827;
    margin-right: 10px;
    font-weight: bold;
}

section.about-us-wrapper {
    padding: 60px 0;
}

section.about-us-wrapper h2 {
    font-size: 40px;
    font-weight: bold;
    color: #012663;
}

section.about-us-wrapper .projections {
    background: #DBE8FF !important;
    padding: 27px;
}

section.about-us-wrapper .projections h3 {
    font-size: 25px;
    padding-bottom: 10px;
    font-weight: bold;
}

/* ============ */

.glance-section {
    background-color: #0d2a5a;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

section.glance-wrapper {
    background-color: #0d2a5a;
    padding: 60px 0;
}

.glance-section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #fff;
}

section.glance-wrapper .header-w {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-top: 36px;
}

section.glance-wrapper .header-w i {
    color: #fff;
    font-size: 45px;
}

.glance-section p {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #d3d3d3;
}

.glance-card {
    background-color: #1e3a8a33;
    border-radius: 15px;
    padding: 34px;
    margin: 10px;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s ease;
    border: 2px solid #fff;
}

.glance-card:hover {
    transform: scale(1.05);
}

.glance-card i {
    font-size: 2em;
    color: #0d6efd;
    margin-bottom: 15px;
}

.glance-card h3 {
    font-size: 2.5em;
    color: #ffa500;
    margin-bottom: 10px;
    font-weight: bold;
}

.glance-card p {
    font-size: 0.9em;
    color: #d3d3d3;
}

@media (max-width: 768px) {
    .glance-card {
        height: auto;
        margin-bottom: 20px;
    }
}

/* ===== */


/* Footer Styles */
.footer {
    background: #0a2540;
    color: #fff;
    padding: 60px 0 0;
    font-family: 'Poppins', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding-bottom: 40px;
}

.footer-column h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-column h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #00a8e8;
    border-radius: 3px;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #b3c7e3;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 400;
    display: block;
}

.footer-links a:hover {
    color: #fff;
    transform: translateX(5px);
}

.contact-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-info li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    color: #b3c7e3;
    line-height: 1.6;
}

.contact-info li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #00a8e8;
    font-size: 1.1rem;
}

.footer-bottom {
    background: #061a2d;
    padding: 20px 0;
    text-align: center;
    font-size: 0.9rem;
    color: #8da5c7;
}

.footer-bottom p {
    margin: 0;
}

.developer {
    color: #00a8e8;
    font-weight: 500;
}

@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .main-content {
        padding: 30px;
    }

    .header h1 {
        font-size: 2.2rem;
    }
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgb(0 168 232);
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    background: #00a8e8;
    transform: translateY(-3px);
}

/* Start */
.marquee-wrapper {
    width: 100%;
    overflow: hidden;

    white-space: nowrap;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
}

.marquee {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 55s linear infinite;
}

.marquee span {
    display: inline-block;
    padding-right: 100px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    will-change: transform;
    white-space: nowrap;
}

/* Keyframes for smooth right-to-left scrolling */
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}



/* Page Title */
/* Title Section */
.title-wrap-sec {
    background: linear-gradient(135deg, #000000 0%, #0a1930 100%);
    padding: 40px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.title-wrap-sec .title-content {
    position: relative;
    z-index: 2;
}

.title-wrap-sec .title-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.title-wrap-sec .title-heading span {
    color: #f6c445;
    position: relative;
}

.title-wrap-sec .title-heading span:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f6c445;
    border-radius: 3px;
}

.title-wrap-sec .title-subheading {
    font-size: 17px;
    margin-bottom: 18px;
    max-width: 600px;
    line-height: 1.6;
    opacity: 1;
}

.title-wrap-sec .title-cta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.title-wrap-sec .cta-btn {
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.title-wrap-sec .cta-btn-primary {
    background: #f6c445;
    color: #0a1930;
}

.title-wrap-sec .cta-btn-primary:hover {
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(246, 196, 69, 0.4);
}

.title-wrap-sec .cta-btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #f6c445;
}

.title-wrap-sec .cta-btn-secondary:hover {
    background: #f6c445;
    color: #0a1930;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(246, 196, 69, 0.4);
}

.title-wrap-sec .cta-btn i {
    margin-right: 10px;
}

/* Decorative Elements */
.title-wrap-sec .title-decoration {
    position: absolute;
    opacity: 0.1;
    z-index: 1;
}

.title-wrap-sec .decoration-1 {
    top: -50px;
    right: -50px;
    font-size: 20rem;
    color: #f6c445;
}

.title-wrap-sec .decoration-2 {
    bottom: -80px;
    left: -80px;
    font-size: 25rem;
    color: #4a72c8;
}

.title-wrap-sec .decoration-3 {
    top: 50%;
    left: 60%;
    font-size: 15rem;
    color: #f6c445;
}

/* Stats Section */
.title-wrap-sec .title-stats {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.title-wrap-sec .stat-item {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 25px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.title-wrap-sec .stat-icon {
    font-size: 2.5rem;
    margin-right: 15px;
    color: #f6c445;
}

.title-wrap-sec .stat-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.title-wrap-sec .stat-content p {
    margin: 0;
    opacity: 0.8;
    font-size: 0.9rem;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .title-wrap-sec .title-heading {
        font-size: 3rem;
    }

    .title-wrap-sec .title-stats {
        gap: 20px;
    }

    .title-wrap-sec .stat-item {
        padding: 12px 20px;
    }

    .title-wrap-sec .stat-icon {
        font-size: 2rem;
    }

    .title-wrap-sec .stat-content h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .title-wrap-sec {
        padding: 60px 0;
    }

    .title-wrap-sec .title-heading {
        font-size: 2.5rem;
    }

    .title-wrap-sec .title-subheading {
        font-size: 1.1rem;
    }

    .title-wrap-sec .title-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .title-wrap-sec .title-stats {
        flex-direction: column;
        gap: 15px;
    }

    .title-wrap-sec .decoration-1,
    .title-wrap-sec .decoration-2,
    .title-wrap-sec .decoration-3 {
        display: none;
    }
}

@media (max-width: 576px) {
    .title-wrap-sec .title-heading {
        font-size: 2rem;
    }

    .title-wrap-sec .title-subheading {
        font-size: 1rem;
    }

    .title-wrap-sec .cta-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }

    .title-wrap-sec .stat-item {
        padding: 10px 15px;
    }

    .title-wrap-sec .stat-icon {
        font-size: 1.8rem;
    }

    .title-wrap-sec .stat-content h3 {
        font-size: 1.3rem;
    }
}

/* title end */

/* Newslette css */


.newsletter-wrapper .newsletter-section {
    padding: 40px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.newsletter-wrapper .section-title {
    text-align: center;
    margin-bottom: 30px;
    color: #0a1930;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.newsletter-wrapper .section-title span {
    color: #4a72c8;
    position: relative;
    display: inline-block;
}
.year-filter select {
    width: auto;
    min-width: 199px !important;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-right: 20px !important;
}.year-filter {
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 2px solid #155297;
    padding: 10px;
}.year-filter {
    display: flex
;
    align-items: center;
    justify-content: center!important;
    margin-bottom: 20px;
    width: 96% !important;
}
.newsletter-wrapper .section-title span:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f6c445;
    border-radius: 3px;
}

.newsletter-wrapper .section-subtitle {
    text-align: center;
    margin-bottom: 60px;
    color: #1e3a5f;
    font-size: 1.2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.newsletter-wrapper .newsletter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.newsletter-wrapper .newsletter-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.newsletter-wrapper .newsletter-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.newsletter-wrapper .newsletter-img {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.newsletter-wrapper .newsletter-img img {
    height: 278px;
    width: 100%;
    object-fit: cover;
}
.newsletter-wrapper .newsletter-img {
    height: auto;
    overflow: hidden;
    position: relative;
}

.newsletter-wrapper .newsletter-card:hover .newsletter-img img {
    transform: scale(1.05);
}

.newsletter-wrapper .newsletter-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #f6c445;
    color: #0a1930;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 4px 10px rgba(246, 196, 69, 0.3);
}

.newsletter-wrapper .newsletter-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.newsletter-wrapper .newsletter-title {
    color: #0a1930;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.newsletter-wrapper .newsletter-actions {
    display: flex;
    gap: 15px;
    margin-top: auto;
}

.newsletter-wrapper .action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    flex: 1;
}

.newsletter-wrapper .view-btn {
    background: linear-gradient(135deg, #4a72c8 0%, #1e3a5f 100%);
    color: #ffffff;
}

.newsletter-wrapper .view-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(74, 114, 200, 0.3);
    color: #ffffff;
}

.newsletter-wrapper .download-btn {
    background: #ffffff;
    color: #4a72c8;
    border: 2px solid #4a72c8;
}

.newsletter-wrapper .download-btn:hover {
    background: #4a72c8;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(74, 114, 200, 0.3);
}

.newsletter-wrapper .action-btn i {
    margin-right: 8px;
}

.newsletter-wrapper .decoration {
    position: absolute;
    opacity: 0.03;
    z-index: 0;
    color: #0a1930;
}

.newsletter-wrapper .decoration-1 {
    top: 10%;
    left: 5%;
    font-size: 15rem;
}

.newsletter-wrapper .decoration-2 {
    bottom: 10%;
    right: 5%;
    font-size: 12rem;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .newsletter-wrapper .newsletter-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .newsletter-wrapper .newsletter-section {
        padding: 80px 0;
    }

    .newsletter-wrapper .section-title {
        font-size: 2rem;
    }

    .newsletter-wrapper .newsletter-actions {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .newsletter-wrapper .section-title {
        font-size: 1.8rem;
    }

    .newsletter-wrapper .section-subtitle {
        font-size: 1rem;
    }

    .newsletter-wrapper .newsletter-grid {
        grid-template-columns: 1fr;
    }

    .newsletter-wrapper .newsletter-img {
        height: 180px;
    }

    .newsletter-wrapper .newsletter-content {
        padding: 20px;
    }

    .newsletter-wrapper .newsletter-title {
        font-size: 1.2rem;
    }
}

/* End */

/* Event start */
.events-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.events-section .section-title {
    text-align: center;
    margin-bottom: 30px;
    color: #0a1930;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.events-section .section-title span {
    color: #4a72c8;
    position: relative;
    display: inline-block;
}

.events-section .section-title span:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f6c445;
    border-radius: 3px;
}

.events-section .section-subtitle {
    text-align: center;
    margin-bottom: 60px;
    color: #1e3a5f;
    font-size: 1.2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.events-section .filter-container {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.events-section .filter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.events-section .filter-group {
    flex: 1;
    min-width: 200px;
}

.events-section .filter-label {
    display: block;
    margin-bottom: 8px;
    color: #0a1930;
    font-weight: 600;
    font-size: 0.9rem;
}

.events-section .form-select {
    height: 55px;
    border-radius: 10px;
    border: 2px solid #e6e9ef;
    padding: 0 20px;
    font-size: 1rem;
    color: #1e3a5f;
    background-color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.events-section .form-select:focus {
    border-color: #4a72c8;
    box-shadow: 0 0 0 0.25rem rgba(74, 114, 200, 0.2);
}

.events-section .search-btn {
    background: linear-gradient(135deg, #4a72c8 0%, #1e3a5f 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 16px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    margin-top: 28px;
    box-shadow: 0 5px 15px rgba(74, 114, 200, 0.3);
}

.events-section .search-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(74, 114, 200, 0.4);
}

.events-section .search-btn i {
    margin-right: 10px;
}

.events-section .events-grid {
    display: grid
;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 34px;
    margin-bottom: 50px;
}

.events-section .event-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: row;
    height: 100%;
}

.events-section .event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.events-section .event-img {
    height: auto;
    overflow: hidden;
    position: relative;
    background: #155297;
    width: 45%;
    flex-shrink: 0;
}

.events-section .event-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.7s 
ease;
}

.events-section .event-card:hover .event-img img {
    transform: scale(1.05);
}

.events-section .event-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #f6c445;
    color: #0a1930;
    padding: 8px 15px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 4px 10px rgba(246, 196, 69, 0.3);
}

.events-section .event-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* height: 200px; */
}

.events-section .event-title {
    color: #0a1930;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.events-section .event-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.events-section .event-detail {
    display: flex;
    align-items: center;
    color: #1e3a5f;
    font-size: 0.95rem;
}

.events-section .event-detail i {
    color: #4a72c8;
    margin-right: 12px;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.events-section .event-description {
    color: #1e3a5f;
    margin-bottom: 6px;
    line-height: normal;
    flex-grow: 1;
    max-height: 181px;
    height: 42px;
    overflow: auto;
}

.events-section .event-link {
    background: linear-gradient(135deg, #4a72c8 0%, #1e3a5f 100%);
    color: #ffffff;
    text-decoration: none;
    padding: 12px 7px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-top: auto;
    text-align: center;
    font-size: 13px;
}

.events-section .event-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(74, 114, 200, 0.3);
    color: #ffffff;
}

.events-section .event-link i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.events-section .event-link:hover i {
    transform: translateX(5px);
}

.events-section .no-events {
    text-align: center;
    padding: 60px 40px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    grid-column: 1 / -1;
}

.events-section .no-events i {
    font-size: 4rem;
    color: #4a72c8;
    margin-bottom: 25px;
}

.events-section .no-events h4 {
    color: #0a1930;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.events-section .no-events p {
    color: #1e3a5f;
    font-size: 1.1rem;
    max-width: 500px;
    margin: 0 auto;
}

.events-section .pagination {
    margin-top: 50px;
    justify-content: center;
}

.events-section .page-link {
    color: #4a72c8;
    border: 2px solid #e6e9ef;
    padding: 10px 18px;
    margin: 0 5px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.events-section .page-link:hover {
    color: #0a1930;
    background-color: #f5f7fa;
    border-color: #4a72c8;
}

.events-section .page-item.active .page-link {
    background: linear-gradient(135deg, #4a72c8 0%, #1e3a5f 100%);
    border-color: #4a72c8;
    color: #ffffff;
}

.events-section .decoration {
    position: absolute;
    opacity: 0.03;
    z-index: 0;
    color: #0a1930;
}

.events-section .decoration-1 {
    top: 5%;
    left: 5%;
    font-size: 20rem;
}

.events-section .decoration-2 {
    bottom: 5%;
    right: 5%;
    font-size: 15rem;
}

/* Tabs for Upcoming/Past Events */
.events-section .events-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 20px;
    border-bottom: 2px solid #e6e9ef;
    padding-bottom: 5px;
}

.events-section .event-tab {
    padding: 15px 30px;
    font-weight: 600;
    color: #ffffff;
    border: 3px solid #162b6b;
    border-radius: 100px;
    background: #0f2a69;
    transition: all 0.3s ease;
    cursor: pointer;

    font-size: 1.1rem;
}

.events-section .event-tab.active {
    color: #162b6b;
    border: 3px solid #162b6b;
    border-radius: 100px;
    background: #f1c336;
}

.events-section .event-tab:hover {
    color: #4a72c8;
}

/* Content Tabs */
.events-section .tab-content {
    display: none;
}

.events-section .tab-content.active {
    display: block;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .events-section .filter-form {
        flex-direction: column;
        align-items: stretch;
    }

    .events-section .filter-group {
        width: 100%;
    }

    .events-section .search-btn {
        width: 100%;
        margin-top: 10px;
    }

    .events-section .events-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .events-section {
        padding: 80px 0;
    }

    .events-section .section-title {
        font-size: 2rem;
    }

    .events-section .filter-container {
        padding: 25px;
    }

    .events-section .events-tabs {
        flex-direction: column;
        align-items: center;
    }

    .events-section .event-tab {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .events-section .section-title {
        font-size: 1.8rem;
    }

    .events-section .section-subtitle {
        font-size: 1rem;
    }

    .events-section .filter-container {
        padding: 20px;
        border-radius: 12px;
    }

    .events-section .events-grid {
        grid-template-columns: 1fr;
    }

    .events-section .event-img {
        height: 180px;
    }

    .events-section .event-content {
        padding: 20px;
    }

    .events-section .event-title {
        font-size: 1.2rem;
    }
}

/* End */

/* History */

/* End */

/* Advco */
/* Modern Tabs */
.advocacy-wrapper .modern-tabs {
    border: none;
    margin-bottom: 3rem;
    justify-content: center;
    position: relative;
}

.advocacy-wrapper .modern-tabs:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: #e1e8ed;
    /* border */
}

.advocacy-wrapper .modern-tabs .nav-item {
    margin: 0 5px;
}

.advocacy-wrapper .modern-tabs .nav-link {
    color: #081427;
    /* text */
    font-weight: 500;
    padding: 1rem 1.8rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    border: none;
    position: relative;
    background: #ffffff;
    font-size: 26px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}

.advocacy-wrapper .modern-tabs .nav-link i {
    margin-right: 0.6rem;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.advocacy-wrapper .modern-tabs .nav-link:hover {
    color: #3498db;
    /* secondary */
    background: rgba(52, 152, 219, 0.05);
}

.advocacy-wrapper .modern-tabs .nav-link.active {
    color: #ffffff;
    /* secondary */
    background: #052866;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}

.advocacy-wrapper .modern-tabs .nav-link.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 3px;
    background: #3498db;
    /* secondary */
    border-radius: 3px 3px 0 0;
}

/* Logo Grid */
.advocacy-wrapper .logo-grid {
    display: grid
;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
    margin-top: 2rem;
}

.advocacy-wrapper .logo-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e1e8ed;
}

.advocacy-wrapper .logo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border-color: rgba(52, 152, 219, 0.2);
}

.advocacy-wrapper .logo-img-container {
    height: 142px;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.advocacy-wrapper .logo-img-container:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e1e8ed, transparent);
}

.advocacy-wrapper .logo-img-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: all 0.4s ease;
}

.advocacy-wrapper .logo-card:hover .logo-img-container img {
    transform: scale(1.05);
}

.advocacy-wrapper .logo-content {
    padding: 1.5rem;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-content p {
    margin-bottom: 0;
    color: #2c3e50;
    /* primary */
    font-weight: 500;
    line-height: 1.5;
}

/* Modern Carousel */
.advocacy-wrapper .modern-carousel {
    position: relative;
    padding: 0 3rem;
}

.advocacy-wrapper .carousel-item {
    padding: 2rem;
}

.advocacy-wrapper .carousel-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.advocacy-wrapper .carousel-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.advocacy-wrapper .carousel-img-container {
    height: 320px;
    overflow: hidden;
    position: relative;
}

.advocacy-wrapper .carousel-img-container:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
}

.advocacy-wrapper .carousel-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.advocacy-wrapper .carousel-card:hover .carousel-img-container img {
    transform: scale(1.03);
}

.advocacy-wrapper .carousel-caption-modern {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    z-index: 2;
    color: #ffffff;
    text-align: center;
}

.advocacy-wrapper .carousel-caption-modern h4 {
    font-weight: 600;
    margin-bottom: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding-bottom: 40px;
}

.advocacy-wrapper .carousel-control-next-icon,
.advocacy-wrapper .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    filter: brightness(0.5);
}

.advocacy-wrapper .carousel-control-prev,
.advocacy-wrapper .carousel-control-next {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.advocacy-wrapper .carousel-control-prev {
    left: 10px;
}

.advocacy-wrapper .carousel-control-next {
    right: 10px;
}

.advocacy-wrapper .carousel-control-prev:hover,
.advocacy-wrapper .carousel-control-next:hover {
    background: #3498db;
    /* secondary */
}

.advocacy-wrapper .carousel-control-prev:hover .carousel-control-prev-icon,
.advocacy-wrapper .carousel-control-next:hover .carousel-control-next-icon {
    filter: invert(1);
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .advocacy-wrapper .logo-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media (max-width: 992px) {
    .advocacy-wrapper .logo-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 20px;
    }

    .advocacy-wrapper .modern-tabs .nav-link {
        padding: 0.8rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .advocacy-wrapper .section-padding {
        padding: 60px 0;
    }

    .advocacy-wrapper .modern-tabs .nav-link {
        padding: 0.7rem 1.2rem;
        font-size: 0.9rem;
    }

    .advocacy-wrapper .logo-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }

    .advocacy-wrapper .logo-img-container {
        height: 160px;
        padding: 1.5rem;
    }

    .advocacy-wrapper .modern-carousel {
        padding: 0 2rem;
    }

    .advocacy-wrapper .carousel-control-prev {
        left: 0;
    }

    .advocacy-wrapper .carousel-control-next {
        right: 0;
    }
}

section.section-padding.bg-light-custom.advocacy-wrapper {
    padding: 80px 0;
    background: #f7f7f7;
}

@media (max-width: 576px) {
    .advocacy-wrapper .modern-tabs .nav-item {
        margin-bottom: 0.5rem;
        width: 100%;
    }

    .advocacy-wrapper .modern-tabs .nav-link {
        border-radius: 8px;
        justify-content: center;
    }

    .advocacy-wrapper .logo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .advocacy-wrapper .modern-carousel {
        padding: 0 1rem;
    }

    .advocacy-wrapper .carousel-img-container {
        height: 250px;
    }
}

/* End */


/* Gallery */
.galler-wrapper-sec .category-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 55px;
}

.galler-wrapper-sec .filter-btn {
    padding: 12px 45px;
    background: white;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    color: #555;
    font-size: 20px;
}

.galler-wrapper-sec .filter-btn.active,
.galler-wrapper-sec .filter-btn:hover {
    background: linear-gradient(135deg, #052866 0%, #3F51B5 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(58, 143, 254, 0.3);
}

.galler-wrapper-sec .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 30px;
}

.galler-wrapper-sec .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.galler-wrapper-sec .gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.galler-wrapper-sec .gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease;
}

.galler-wrapper-sec .gallery-item:hover .gallery-img {
    transform: scale(1.1);
}

.galler-wrapper-sec .caption-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    color: white;
    padding: 25px 20px 20px;
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.galler-wrapper-sec .gallery-item:hover .caption-overlay {
    transform: translateY(0);
}

.galler-wrapper-sec .caption-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.galler-wrapper-sec .caption-desc {
    font-size: 0.95rem;
    opacity: 0.9;
}

.galler-wrapper-sec .category-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #f6c445 0%, #FF9800 100%);
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    z-index: 2;
}

/* Popup Modal */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s;
}

.popup.open {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    position: relative;
    max-width: 950px;
    max-height: 85vh;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    transform: scale(0.9);
    transition: transform 0.5s ease;
}

.popup.open .popup-content {
    transform: scale(1);
}

.popup-img-container {
    width: 55%;
    position: relative;
}

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

.popup-details {
    width: 45%;
    padding: 35px;
    overflow-y: auto;
}

.popup-title {
    font-size: 1.9rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
}

.popup-category {
    display: inline-block;
    background: linear-gradient(135deg, #3a8ffe 0%, #9651ff 100%);
    color: white;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-bottom: 25px;
    font-weight: 500;
}

.popup-desc {
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}

.popup-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.galler-wrapper-sec .info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 10px;
}

.galler-wrapper-sec .info-item i {
    background: linear-gradient(135deg, #3a8ffe 0%, #9651ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.3rem;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    color: #333;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.4rem;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.close-btn:hover {
    background: #ff3b30;
    color: white;
    transform: rotate(90deg);
}

.galler-wrapper-sec .nav-buttons {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.galler-wrapper-sec .nav-btn {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.galler-wrapper-sec .nav-btn:hover {
    background: linear-gradient(135deg, #3a8ffe 0%, #9651ff 100%);
    color: white;
    transform: translateY(-3px);
}

@media (max-width: 900px) {
    .popup-content {
        flex-direction: column;
        max-width: 90%;
        max-height: 90vh;
    }

    .popup-img-container {
        width: 100%;
        height: 300px;
    }

    .popup-details {
        width: 100%;
    }
}

section.galler-wrapper-sec {
    padding: 80px 0;
    background: #f3f3f3;
}

@media (max-width: 600px) {
    .galler-wrapper-sec .gallery {
        grid-template-columns: 1fr;
    }



    .popup-title {
        font-size: 1.5rem;
    }

    .popup-info {
        grid-template-columns: 1fr;
    }

    .galler-wrapper-sec .category-filter {
        flex-direction: column;
        align-items: center;
    }

    .galler-wrapper-sec .filter-btn {
        width: 200px;
    }
}

/* End */

/* Commety */
.committee-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #d6e4f0 100%);
}

.committee-section .section-header {
    margin-bottom: 50px;
    text-align: center;
}

.committee-section .section-title {
    font-weight: 700;
    font-size: 2.5rem;
    background: linear-gradient(45deg, #0a2463, #ffc53d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 15px;
}

.committee-section .section-subtitle {
    color: #495057;
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
}

/* Filter Styling */
.committee-section .filter-container {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.committee-section .filter-label {
    font-weight: 600;
    color: #0a2463;
    margin-bottom: 10px;
    font-size: 1.1rem;
    text-align: center;
}

.committee-section .committee-filter {
    border: 2px solid #d6e4f0;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230a2463' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E") no-repeat right 15px center;
    background-size: 16px;
    appearance: none;
}

.committee-section .committee-filter:focus {
    border-color: #ffc53d;
    box-shadow: 0 0 0 0.25rem rgba(255, 197, 61, 0.25);
    outline: none;
}

/* Committee Member Cards */
.committee-section .committee-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.committee-section .member-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    display: flex;
    height: 280px;
    width: 48%;
    animation: fadeIn 0.6s ease forwards;
}

.committee-section .member-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.committee-section .member-image {
    flex: 0 0 180px;
    position: relative;
    overflow: hidden;
}

.committee-section .member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.committee-section .member-card:hover .member-image img {
    transform: scale(1.05);
}

.committee-section .member-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.committee-section .member-name {
    color: #0a2463;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.committee-section .member-position {
    color: #ffc53d;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.committee-section .member-company {
    color: #495057;
    font-weight: 500;
    margin-bottom: 20px;
}

.committee-section .member-contact {
    margin-top: auto;
}

.committee-section .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #495057;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

.committee-section .contact-item:hover {
    color: #0a2463;
}

.committee-section .contact-icon {
    width: 24px;
    margin-right: 12px;
    color: #0a2463;
}

/* Responsive Design */
@media (max-width: 992px) {
    .committee-section .member-card {
        flex-direction: column;
        height: auto;
    }

    .committee-section .member-image {
        flex: 0 0 250px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .committee-section .section-title {
        font-size: 2rem;
    }

    .committee-section .filter-container {
        padding: 20px;
    }

    .committee-section .member-content {
        padding: 20px;
    }

    .committee-section .member-name {
        font-size: 1.3rem;
    }
}

/* Animation for cards */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.committee-section .member-card:nth-child(2) {
    animation-delay: 0.1s;
}

.committee-section .member-card:nth-child(3) {
    animation-delay: 0.2s;
}

.committee-section .member-card:nth-child(4) {
    animation-delay: 0.3s;
}

.committee-section .member-card:nth-child(5) {
    animation-delay: 0.4s;
}

/* End */
/* timeline */
/* Decoration */
.timeline-wrapper-sec .decoration {
    position: absolute;
    font-size: 120px;
    opacity: 0.08;
    z-index: 0;
}

.timeline-wrapper-sec .decoration-1 {
    top: 20%;
    left: 5%;
}

.timeline-wrapper-sec .decoration-2 {
    top: 50%;
    right: 10%;
}

.timeline-wrapper-sec .decoration-3 {
    bottom: 15%;
    left: 15%;
}

/* Timeline Styles */
.timeline-wrapper-sec .timeline {
    padding: 80px 0;
    background-color: #f8f9fa;
    position: relative;
}

.timeline-wrapper-sec .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    background: #1a4f8b;
    z-index: auto;
    left: 194px;
}

.timeline-wrapper-sec .timeline-item {
    margin-bottom: 60px;
    position: relative;
    width: 100%;
}

.timeline-wrapper-sec .timeline-content {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    height: 100%;
    margin-left: 234px;
    /* 194px + 40px */
    border-left: 4px solid #1a4f8b;
}

.timeline-wrapper-sec .timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.timeline-wrapper-sec .timeline-img {
    flex: 0 0 40%;
    overflow: hidden;
    position: relative;
    background: #1a4f8b;
}

.timeline-wrapper-sec .timeline-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(26, 79, 139, 0.2), transparent);
    z-index: 1;
}

.timeline-wrapper-sec .timeline-img img {
    width: 419px;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.timeline-wrapper-sec .timeline-content:hover .timeline-img img {
    transform: scale(1.05);
}

.timeline-wrapper-sec .timeline-text {
    flex: 0 0 60%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.timeline-wrapper-sec .timeline-year {
    position: absolute;
    top: 20px;
    left: 43px;
    /* 194px - 151px */
    width: 80px;
    height: 80px;
    background: #1a4f8b;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
    z-index: 99999999;
    box-shadow: 0 0 0 8px rgba(26, 79, 139, 0.15);
}

.timeline-wrapper-sec .timeline-date {
    color: #ff6b35;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    font-size: 1.1rem;
}

.timeline-wrapper-sec .timeline-text h3 {
    color: #1a4f8b;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.6rem;
    position: relative;
    padding-bottom: 10px;
}

.timeline-wrapper-sec .timeline-text h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #ff6b35;
}

.timeline-wrapper-sec .timeline-text p {
    line-height: 1.7;
    margin-bottom: 0;
    color: #444444;
    font-size: 1.05rem;
}

/* Timeline connector dots */
.timeline-wrapper-sec .timeline-item::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 149px;
    /* 194px - 45px */
    width: 16px;
    height: 16px;
    background: #1a4f8b;
    border-radius: 50%;
    z-index: 2;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 2px #1a4f8b;
}

/* Controls */
.timeline-wrapper-sec .timeline-controls {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.timeline-wrapper-sec .timeline-btn {
    background: #1a4f8b;
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    margin: 0 15px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(26, 79, 139, 0.2);
}

.timeline-wrapper-sec .timeline-btn:hover {
    background: #ff6b35;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .timeline-wrapper-sec .timeline::before {
        left: 90px;
    }

    .timeline-wrapper-sec .timeline-content {
        margin-left: 120px;
        /* 90px + 30px */
    }

    .timeline-wrapper-sec .timeline-year {
        left: -61px;
        /* 90px - 151px */
    }

    .timeline-wrapper-sec .timeline-item::after {
        left: 45px;
        /* 90px - 45px */
    }
}

@media (max-width: 992px) {
    .timeline-wrapper-sec .timeline::before {
        left: 70px;
    }

    .timeline-wrapper-sec .timeline-content {
        flex-direction: column;
        margin-left: 100px;
        /* 70px + 30px */
    }

    .timeline-wrapper-sec .timeline-img {
        flex: 0 0 250px;
    }

    .timeline-wrapper-sec .timeline-year {
        width: 70px;
        height: 70px;
        left: 35px;
        /* 70px - 35px */
    }
}

@media (max-width: 768px) {
    .timeline-wrapper-sec .timeline::before {
        left: 40px;
    }

    .timeline-wrapper-sec .timeline-content {
        margin-left: 60px;
        /* 40px + 20px */
    }

    .timeline-wrapper-sec .timeline-text {
        padding: 20px;
    }

    .timeline-wrapper-sec .timeline-year {
        width: 60px;
        height: 60px;
        left: 10px;
        /* 40px - 30px */
        font-size: 1.2rem;
    }

    .timeline-wrapper-sec .timeline-item::after {
        left: 34px;
        /* 40px - 6px */
        width: 12px;
        height: 12px;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-wrapper-sec .timeline-item {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

/* Stagger animations */
.timeline-wrapper-sec .timeline-item:nth-child(1) {
    animation-delay: 0.1s;
}

.timeline-wrapper-sec .timeline-item:nth-child(2) {
    animation-delay: 0.2s;
}

.timeline-wrapper-sec .timeline-item:nth-child(3) {
    animation-delay: 0.3s;
}

.timeline-wrapper-sec .timeline-item:nth-child(4) {
    animation-delay: 0.4s;
}

.timeline-wrapper-sec .timeline-item:nth-child(5) {
    animation-delay: 0.5s;
}

.timeline-wrapper-sec .timeline-item:nth-child(6) {
    animation-delay: 0.6s;
}

/* End */

/* About Us */

.about-mission-one .section-padding {
    padding: 40px 0;
}
.about-mission-one .bg-light-custom {
    background-color: #f8f9fa;
}

.about-mission-one .section-title {
    position: relative;
    margin-bottom: 3rem;
}

.about-mission-one .section-title h2 {
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.about-mission-one .section-title h2 span {
    color: #0d6efd;
}

.about-mission-one .section-title p {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

.about-mission-one .title-divider {
    height: 4px;
    width: 80px;
    background: linear-gradient(90deg, #0d6efd, #0dcaf0);
    margin: 1rem auto;
    border-radius: 2px;
}

.about-mission-one .card-custom {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.about-mission-one .card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.about-mission-one .card-img-container {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.about-mission-one .card-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-mission-one .card-custom:hover .card-img-container img {
    transform: scale(1.05);
}

.about-mission-one .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-mission-one .card-custom:hover .card-overlay {
    opacity: 1;
}

.about-mission-one .play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d6efd;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.about-mission-one .play-btn:hover {
    background: #0d6efd;
    color: #ffffff;
    transform: scale(1.1);
}

.about-mission-one .card-body-custom {
    padding: 2rem;
}

.about-mission-one .card-icon {
    width: 45px;
    height: 44px;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.1);
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 17px;
    color: #0d6efd;
}

.about-mission-one .card-title {
    font-weight: 700;
    margin-bottom: 1rem;
    color: #212529;
    font-size: 35px;
}

.about-mission-one .mission-list {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.about-mission-one .mission-list li {
    margin-bottom: 0.8rem;
    padding-left: 1.8rem;
    position: relative;
}

.about-mission-one .mission-list li:before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #0d6efd;
    position: absolute;
    left: 0;
    top: 0.2rem;
}

.about-mission-one .objectives-list {
    list-style: none;
    padding: 0;
}

.about-mission-one .objectives-list li {
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
}

.about-mission-one .objectives-list li:before {
    content: "\f192";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffc107;
    position: absolute;
    left: 0;
    top: 0.2rem;
}

.about-mission-one .img-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.about-mission-one .img-container img {
    width: 100%;
    height: auto;
}

.about-mission-one .content-box {
    background: #ffffff;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.about-mission-one .highlight-blue {
    color: #0d6efd;
    font-weight: 600;
}

.about-mission-one .highlight-yellow {
    color: #ffc107;
    font-weight: 600;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-mission-one .animate {
    animation: fadeInUp 0.8s ease-out forwards;
}

.about-mission-one .delay-1 {
    animation-delay: 0.2s;
}

.about-mission-one .delay-2 {
    animation-delay: 0.4s;
}

.about-mission-one .delay-3 {
    animation-delay: 0.6s;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .about-mission-one .card-img-container {
        height: 200px;
    }

    .about-mission-one .section-title h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .about-mission-one .section-padding {
        padding: 3rem 0;
    }

    .about-mission-one .content-box {
        padding: 1.5rem;
    }
}

/* End */

/* Contact page */





.contact-wrapper .benefits-section {
    padding: 40px;
    background: #f8fafc;
}

.contact-wrapper .benefits-grid {
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

section.contact-wrapper {
    padding: 80px 0;
}

.contact-wrapper .benefit-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: flex-start;
}

.contact-wrapper .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.contact-wrapper .benefit-icon {
    background: linear-gradient(135deg, #052866 0%, #7c3aed 100%);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 1.2rem;
}

.contact-wrapper .benefit-content h4 {
    font-weight: 600;
    margin-bottom: 8px;
    color: #0f172a;
}

.contact-wrapper .benefit-content p {
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

.contact-wrapper .form-section {
    padding: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    border-radius: 20px;
}

.contact-wrapper .section-title {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    font-size: 1.8rem;
    color: #0f172a;
}

.contact-wrapper .section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, #4f46e5, #ec4899);
    margin-top: 10px;
    border-radius: 2px;
}

.contact-wrapper .form-control, .contact-wrapper .form-select {
    padding: 9px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s;
}

.contact-wrapper .form-control:focus,
.contact-wrapper .form-select:focus {
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

.contact-wrapper .btn-primary {
    background: linear-gradient(to right, #4f46e5, #7c3aed);
    border: none;
    padding: 14px 30px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s;
    width: 100%;
    font-size: 1.1rem;
}

.contact-wrapper .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(79, 70, 229, 0.2);
}

.contact-wrapper .form-label {
    font-weight: 500;
    margin-bottom: 10px;
    color: #475569;
    display: flex;
    align-items: center;
}

.contact-wrapper .required-field:after {
    content: '*';
    color: #ec4899;
    margin-left: 4px;
}

.contact-wrapper .input-group-text {
    background: transparent;
    border-right: none;
    border-radius: 10px 0 0 10px;
}

.contact-wrapper .input-group .form-control {
    border-left: none;
    border-radius: 0 10px 10px 0;
}

@media (max-width: 992px) {
    .contact-wrapper .benefits-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .contact-wrapper {
        padding: 20px 0;
    }

    .contact-wrapper .header-section,
    .contact-wrapper .benefits-section,
    .contact-wrapper .form-section {
        padding: 30px;
    }

    .contact-wrapper .header-section h1 {
        font-size: 2rem;
    }
}

/* End */

/* Social Media */


.social-media-wrapper {
    padding: 5rem 0;
    background-color: #f8f9fa;
}

.social-media-wrapper .text-grad {
    background: linear-gradient(90deg, #0d6efd, #052c65);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}

.social-media-wrapper .text-grad span {
    color: #0d6efd;
}

.social-media-wrapper .h2-mb {
    margin-bottom: 3rem !important;
    color: #052c65;
    font-weight: 300;
}

.social-media-wrapper .social-media-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    height: 100%;
}

.social-media-wrapper .social-media-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.social-media-wrapper .card-header {
    background: #e8f2ff;
    padding: 1.2rem;
    border-bottom: 1px solid rgba(13, 110, 253, 0.1);
}

.social-media-wrapper .social-icon {
    width: 50px;
    height: 50px;
    background: #0d6efd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
}

.social-media-wrapper .platform-name {
    color: #052c65;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.social-media-wrapper .post-date {
    color: #6c757d;
    font-size: 0.9rem;
}

.social-media-wrapper .card-body {
    padding: 1.5rem;
}

.social-media-wrapper .card-text {
    color: #212529;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.social-media-wrapper .hashtags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.social-media-wrapper .hashtag {
    color: #0d6efd;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}

.social-media-wrapper .hashtag:hover {
    color: #052c65;
    text-decoration: underline;
}

.social-media-wrapper .btn-social {
    background: #0d6efd;
    color: #ffffff;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.social-media-wrapper .btn-social:hover {
    background: #052c65;
    color: #ffffff;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

.social-media-wrapper .social-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.social-media-wrapper .social-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.social-media-wrapper .social-media-card:hover .social-image img {
    transform: scale(1.05);
}

.social-media-wrapper .social-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ffc107;
    color: #212529;
    padding: 0.3rem 0.8rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .social-media-wrapper .social-media-card {
        margin-bottom: 2rem;
    }
}

/* End */

/* Mascot */
.about-section.mascot-wrapper {
    padding: 5rem 0;
    background: linear-gradient(135deg, #e8f2ff 0%, #ffffff 100%);
}

.mascot-wrapper .section-title {
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
}

.mascot-wrapper .section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #ffc107;
    margin-top: 15px;
    border-radius: 2px;
}

.mascot-wrapper .mascot-highlight {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    margin-bottom: 2rem;
    border-left: 5px solid #ffc107;
}

.mascot-wrapper .mascot-name {
    color: #052c65;
    font-weight: 700;
    margin-bottom: 1rem;
}

.mascot-wrapper .mascot-image {
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); */
    position: relative;
    width: 58%;
    margin-left: 102px;
    background: transparent;
}

.mascot-wrapper .mascot-image img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.mascot-wrapper .mascot-image:hover img {
    transform: scale(1.03);
}

.mascot-wrapper .mascot-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ffc107;
    color: #212529;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

.mascot-wrapper .symbols-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 2rem 0;
}

.mascot-wrapper .symbol-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: #e8f2ff;
    padding: 0.8rem 1.2rem;
    border-radius: 10px;
    flex: 1;
    min-width: 200px;
}

.mascot-wrapper .symbol-icon {
    width: 50px;
    height: 50px;
    background: #0d6efd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.2rem;
}

.mascot-wrapper .symbol-text {
    font-weight: 500;
    color: #052c65;
}

.mascot-wrapper .gen-next-section {
    background: #052c65;
    color: #ffffff;
    padding: 2.5rem;
    border-radius: 15px;
    margin: 2.5rem 0;
}

.mascot-wrapper .gen-next-title {
    color: #ffc107;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.mascot-wrapper .tribute-note {
    background: #ffffff;
    border-radius: 15px;
    padding: 2rem;
    margin-top: 2.5rem;
    border: 2px solid #ffc107;
    position: relative;
}

.mascot-wrapper .tribute-note:before {
    content: '"';
    font-size: 5rem;
    color: #e8f2ff;
    position: absolute;
    top: -10px;
    left: 20px;
    font-family: Georgia, serif;
    line-height: 1;
}

.mascot-wrapper .tribute-text {
    font-style: italic;
    color: #052c65;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .mascot-wrapper .symbol-item {
        min-width: 100%;
    }
}

/* End */

/* Info Hub */
.info-hub-wrapper .info-hub-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.info-hub-wrapper .hub-header {
    text-align: center;
    margin-bottom: 3rem;
}

.info-hub-wrapper .hub-title {
    font-weight: 800;
    font-size: 2.5rem;
    background: linear-gradient(90deg, #052c65, #0d6efd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 1rem;
}

.info-hub-wrapper .hub-subtitle {
    color: #6c757d;
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
}

.info-hub-wrapper .hub-content {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 2rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Navigation Styles */
.info-hub-wrapper .hub-nav {
    background: #e8f2ff;
    padding: 2rem 1.5rem;
    height: 100%;
}

.info-hub-wrapper .nav-header {
    font-weight: 700;
    color: #052c65;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #ffc107;
}

.info-hub-wrapper .nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-hub-wrapper .nav-item {
    margin-bottom: 0.5rem;
}

.info-hub-wrapper .nav-link {
    display: flex;
    align-items: center;
    padding: 0.9rem 1.2rem;
    color: #052c65;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.info-hub-wrapper .nav-link:hover,
.info-hub-wrapper .nav-link.active {
    background: #0d6efd;
    color: #ffffff;
}

.info-hub-wrapper .nav-link i {
    margin-right: 0.8rem;
    font-size: 1.1rem;
    width: 24px;
    text-align: center;
}

.info-hub-wrapper .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 1rem 2.5rem;
    display: none;
}

.info-hub-wrapper .sub-menu.active {
    display: block;
}

.info-hub-wrapper .sub-menu li {
    margin-bottom: 0.4rem;
}

.info-hub-wrapper .sub-menu a {
    display: block;
    padding: 0.6rem 1rem;
    color: #495057;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-size: 0.95rem;
    position: relative;
}

.info-hub-wrapper .sub-menu a:before {
    content: "•";
    margin-right: 0.5rem;
    color: #0d6efd;
}

.info-hub-wrapper .sub-menu a:hover {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    padding-left: 1.2rem;
}

/* Main Content Styles */
.info-hub-wrapper .hub-main {
    padding: 2.5rem;
}

.info-hub-wrapper .content-header {
    margin-bottom: 2rem;
}

.info-hub-wrapper .content-title {
    font-weight: 700;
    color: #052c65;
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
}

.info-hub-wrapper .content-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
}

.info-hub-wrapper .content-body {
    margin-bottom: 2.5rem;
}

.info-hub-wrapper .content-text {
    margin-bottom: 1.5rem;
    color: #495057;
}

/* Resources Grid */
.info-hub-wrapper .resources-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.info-hub-wrapper .resource-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.info-hub-wrapper .resource-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.info-hub-wrapper .card-header {
    padding: 1.5rem;
    background: #e8f2ff;
    display: flex;
    align-items: center;
}

.info-hub-wrapper .card-icon {
    width: 50px;
    height: 50px;
    background: #F44336;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

section.info-hub-wrapper {
    padding: 60px 0;
}

.info-hub-wrapper .card-title {
    font-weight: 600;
    color: #052c65;
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.3;
}

.info-hub-wrapper .card-body {
    padding: 1.5rem;
    flex-grow: 1;
}

.info-hub-wrapper .card-actions {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 1rem 1.5rem;
}

.info-hub-wrapper .card-btn {
    flex: 1;
    text-align: center;
    padding: 0.6rem;
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-hub-wrapper .card-btn:hover {
    background: #e8f2ff;
}

.info-hub-wrapper .card-btn i {
    margin-right: 0.5rem;
}

.info-hub-wrapper .divider {
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 0.5rem;
}

/* Responsive Design */
@media (max-width: 992px) {
    .info-hub-wrapper .hub-content {
        grid-template-columns: 1fr;
    }

    .info-hub-wrapper .hub-nav {
        padding: 1.5rem;
    }

    .info-hub-wrapper .resources-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}

@media (max-width: 576px) {
    .info-hub-wrapper .hub-title {
        font-size: 2rem;
    }

    .info-hub-wrapper .resources-grid {
        grid-template-columns: 1fr;
    }

    .info-hub-wrapper .card-header {
        flex-direction: column;
        text-align: center;
    }

    .info-hub-wrapper .card-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

/* End */

/* article */

.Publications-wrapper {
    padding: 5rem 0;
}

/* Section Header */
.Publications-wrapper .section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.Publications-wrapper .text-grad3 {
    background: linear-gradient(90deg, #0d6efd, #052c65);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}

.Publications-wrapper .section-header h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.Publications-wrapper .section-header h2 span {
    color: #0d6efd;
}

.Publications-wrapper .max-width2 {
    max-width: 700px;
    margin: 0 auto;
    color: #6c757d;
    font-size: 1.1rem;
}

/* Article List Styles */
.Publications-wrapper .article-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
}

.Publications-wrapper .article-list li {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.Publications-wrapper .article-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.Publications-wrapper .article-img {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.Publications-wrapper .article-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.Publications-wrapper .article-list li:hover .article-img img {
    transform: scale(1.05);
}

.Publications-wrapper .cate-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 1.2rem 1.5rem 0.8rem;
    display: flex;
    justify-content: space-between;
}

.Publications-wrapper .cate-name span {
    color: #ffffff !important;
    font-size: 0.85rem;
    font-weight: 500;
    background: #0d6efd;
    padding: 0.3rem 0.8rem;
    border-radius: 4px;
}

.Publications-wrapper .article-cont {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.Publications-wrapper .article-cont h4 {
    font-weight: 700;
    color: #052c65;
    margin-bottom: 1rem;
    line-height: 1.3;
    font-size: 1.3rem;
}

.Publications-wrapper .article-cont p {
    color: #6c757d;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.Publications-wrapper .btn-border {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.5rem;
    background: #0d6efd;
    color: #ffffff;
    border: 2px solid #0d6efd;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

.Publications-wrapper .btn-border:hover {
    background: transparent;
    color: #0d6efd;
}

.Publications-wrapper .btn-border i {
    margin-left: 0.5rem;
    font-size: 0.9rem;
}

/* Sidebar Styles */
.Publications-wrapper .media-right-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: fit-content;
    position: sticky;
    top: 2rem;
}

.Publications-wrapper .wp-block-search__inside-wrapper {
    position: relative;
}

.Publications-wrapper .wp-block-search__inside-wrapper input {
    width: 100%;
    padding: 0.9rem 1.2rem;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    padding-right: 3rem;
}

.Publications-wrapper .wp-block-search__inside-wrapper input:focus {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}

.Publications-wrapper .wp-block-search__inside-wrapper:after {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
}

.Publications-wrapper .category-list {
    margin-top: 2rem;
}

.Publications-wrapper .category-list h4 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.8rem;
}

.Publications-wrapper .category-list h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #ffc107;
    border-radius: 2px;
}

.Publications-wrapper .categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.Publications-wrapper .categories li {
    margin-bottom: 0.7rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 0.7rem;
}

.Publications-wrapper .categories li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.Publications-wrapper .categories a {
    display: flex;
    align-items: center;
    color: #052c65;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    padding: 0.5rem 0;
}

.Publications-wrapper .categories a:before {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.8rem;
    color: #0d6efd;
    transition: transform 0.2s ease;
}

.Publications-wrapper .categories a:hover {
    color: #0d6efd;
    padding-left: 0.5rem;
}

.Publications-wrapper .categories a:hover:before {
    transform: translateX(3px);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .Publications-wrapper .article-list {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }

    .Publications-wrapper .media-right-box {
        position: static;
        margin-top: 3rem;
    }
}

@media (max-width: 576px) {
    .Publications-wrapper .section-header h2 {
        font-size: 2.2rem;
    }

    .Publications-wrapper .article-list {
        grid-template-columns: 1fr;
    }

    .Publications-wrapper .article-img {
        height: 200px;
    }
}


/* End */

/* Benifits */
.benefits-section2 {
    padding: 5rem 0;
}

/* Section Header */
.benefits-section2 .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.benefits-section2 .section-title {
    font-weight: 800;
    font-size: 2.8rem;
    background: linear-gradient(90deg, #052c65, #0d6efd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 1.5rem;
}

.benefits-section2 .section-subtitle {
    color: #6c757d;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
}

/* Benefits Grid */
.benefits-section2 .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.benefits-section2 .benefit-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-top: 4px solid #0d6efd;
}

.benefits-section2 .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.benefits-section2 .benefit-icon {
    width: 70px;
    height: 70px;
    background: #e8f2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.benefits-section2 .benefit-icon svg {
    width: 35px;
    height: 35px;
    fill: #0d6efd;
}

.benefits-section2 .benefit-title {
    font-weight: 700;
    color: #052c65;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.benefits-section2 .benefit-description {
    color: #6c757d;
    flex-grow: 1;
}

/* Testimonial Section */
.benefits-section2 .testimonial-section {
    background: linear-gradient(135deg, #052c65 0%, #0d6efd 100%);
    color: #ffffff;
    padding: 3rem 2rem;
    border-radius: 12px;
    margin: 3rem 0;
    position: relative;
    overflow: hidden;
}

.benefits-section2 .testimonial-section:before {
    content: '"';
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 10rem;
    color: rgba(255, 255, 255, 0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

.benefits-section2 .testimonial-content {
    position: relative;
    z-index: 1;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.benefits-section2 .testimonial-author {
    font-weight: 600;
    font-style: normal;
}

/* Why Choose RATA Section */
.benefits-section2 .why-rata {
    background: #ffffff;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.benefits-section2 .why-rata-title {
    font-weight: 700;
    color: #052c65;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    position: relative;
    padding-bottom: 0.8rem;
}

.benefits-section2 .why-rata-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #ffc107;
    border-radius: 2px;
}

.benefits-section2 .why-rata-content {
    color: #6c757d;
    line-height: 1.8;
    font-size: 1.1rem;
}

.benefits-section2 .why-rata-content p {
    margin-bottom: 1.5rem;
}

/* CTA Button */
.benefits-section2 .cta-container {
    text-align: center;
    margin-top: 3rem;
}

.benefits-section2 .cta-button {
    display: inline-flex;
    align-items: center;
    background: #0d6efd;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

.benefits-section2 .cta-button:hover {
    background: #052c65;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.4);
    color: #ffffff;
}

.benefits-section2 .cta-button i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.benefits-section2 .cta-button:hover i {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .benefits-section2 .section-title {
        font-size: 2.2rem;
    }

    .benefits-section2 .benefits-grid {
        grid-template-columns: 1fr;
    }

    .benefits-section2 .testimonial-section {
        padding: 2rem 1.5rem;
    }

    .benefits-section2 .why-rata {
        padding: 2rem;
    }
}

section.privacy-wrapper {
    padding: 80px 0;
}

/* End */

/* Video */
.video-section-wrapperr {
    padding: 5rem 0;
}

.video-section-wrapperr .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.video-section-wrapperr .section-title {
    font-weight: 800;
    font-size: 2.8rem;
    background: linear-gradient(90deg, #052c65, #0d6efd);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 1.5rem;
}

.video-section-wrapperr .section-subtitle {
    color: #6c757d;
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
}

/* Video Grid */
.video-section-wrapperr .video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
}

.video-section-wrapperr .video-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.video-section-wrapperr .video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.video-section-wrapperr .video-thumb {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.video-section-wrapperr .video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.video-section-wrapperr .video-card:hover .video-thumb img {
    transform: scale(1.05);
}

.video-section-wrapperr .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.video-section-wrapperr .play-button i {
    color: #0d6efd;
    font-size: 1.8rem;
    margin-left: 4px;
}

.video-section-wrapperr .video-card:hover .play-button {
    background: #0d6efd;
}

.video-section-wrapperr .video-card:hover .play-button i {
    color: #ffffff;
}

.video-section-wrapperr .video-duration {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
}

.video-section-wrapperr .video-content {
    padding: 1.5rem;
}

.video-section-wrapperr .video-title {
    font-weight: 700;
    color: #052c65;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.3;
}

.video-section-wrapperr .video-description {
    color: #6c757d;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-section-wrapperr .video-meta {
    display: flex;
    justify-content: space-between;
    color: #6c757d;
    font-size: 0.9rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 1rem;
    margin-top: 1rem;
}

/* Video Modal */
.video-section-wrapperr .video-modal .modal-dialog {
    max-width: 900px;
}

.video-section-wrapperr .video-modal .modal-content {
    border-radius: 12px;
    overflow: hidden;
    border: none;
}

.video-section-wrapperr .video-modal .modal-header {
    background: #052c65;
    color: #ffffff;
    border-bottom: none;
    padding: 1.2rem 1.5rem;
}

.video-section-wrapperr .video-modal .modal-title {
    font-weight: 600;
}

.video-section-wrapperr .video-modal .btn-close {
    filter: invert(1);
}

.video-section-wrapperr .video-modal .modal-body {
    padding: 0;
    background: #000;
}

.video-section-wrapperr .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-section-wrapperr .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Filter Buttons */
.video-section-wrapperr .video-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
}

.video-section-wrapperr .filter-btn {
    padding: 0.7rem 1.5rem;
    background: #ffffff;
    color: #052c65;
    border: 1px solid #0d6efd;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.video-section-wrapperr .filter-btn:hover,
.video-section-wrapperr .filter-btn.active {
    background: #052866;
    color: #ffffff;
}

/* Responsive Design */
@media (max-width: 992px) {
    .video-section-wrapperr .video-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .video-section-wrapperr .section-title {
        font-size: 2.2rem;
    }

    .video-section-wrapperr .video-grid {
        grid-template-columns: 1fr;
    }

    .video-section-wrapperr .video-thumb {
        height: 200px;
    }
}

/* End */


/* Mega menu layout */
.mega-menu-main {
  position: static; /* Important to make the dropdown stretch */
}
.mega-menu-main .dropdown-menu.mega {
  width: 100vw; /* Full screen width */
  left: 0 !important;
  right: 0 !important;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1.5rem 2rem;
  margin-top: 0;
  max-width: none;
}


.mega-menu-row {
    display: flex;
    flex-wrap: wrap;
}

/* Column width — auto fits based on Bootstrap grid (col-md-3 = 4 cols) */
.mega-col {
    min-width: 200px;
}

/* Subcategory links - underlined but styled */
.sub-sub-list .sub-link {
    display: block;
    padding: 4px 0;
    position: relative;
    text-decoration: none;
    color: #333;
    font-size: 0.95rem;
    transition: color 0.2s;
}

/* Underline effect */
.sub-sub-list .sub-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #007bff;
    transition: width 0.3s ease-in-out;
}

.sub-sub-list .sub-link:hover {
    color: #007bff;
}

.sub-sub-list .sub-link:hover::after {
    width: 100%;
}

@media (max-width: 768px) {
    .mega-menu-main .dropdown-menu.mega {
        max-width: 100%;
        padding: 1rem;
    }

    .mega-col {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.header-sticky {
  position: sticky;
  top: 0;
  z-index: 999; /* keeps it above content */
  background:#fff;
}

@media (min-width: 768px) {
    .forum-content {
      max-height: 190px;
      min-height: 190px;
      overflow: hidden;
    }
}
/* End */


/*About us*/

.pro-wrapper {
    padding: 80px 0;
    background-color: #fff;
    padding-top: 40px;
}

.pro-wrapper .president-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease;
}

.pro-wrapper .president-card:hover {
    transform: translateY(-5px);
}

.pro-wrapper .president-image {
    padding: 20px;
    background: linear-gradient(135deg, #1a3a6c, #2c5282);
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 20px;
    border-radius: 20px;
}

.pro-wrapper .president-image img {
    width: 331px;
    height: 294px;
    object-fit: cover;
    border: 5px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.pro-wrapper .president-content {
    padding: 30px;
}

.pro-wrapper .section-title {
    color: #1a3a6c;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.pro-wrapper .section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #e63946;
}

.pro-wrapper .president-content p {
    color: #555;
    font-size: 16px;
    margin-bottom: 20px;
}

.pro-wrapper .btn-primary-custom {
    background-color: #1a3a6c;
    border: none;
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.pro-wrapper .btn-primary-custom:hover {
    background-color: #e63946;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.pro-wrapper .partners-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 15px;
    height: 100%;
}

.pro-wrapper .partners-title {
    color: #1a3a6c;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.pro-wrapper .partners-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #2a9d8f;
}

.pro-wrapper .partners-title span {
    color: #2a9d8f;
}

.pro-wrapper .logos-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.pro-wrapper .logo-item {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    transition: all 0.3s ease;
}

.pro-wrapper .logo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.pro-wrapper .logo-item img {
    max-width: 100%;
    max-height: 80px;
    /* filter: grayscale(100%); */
    transition: filter 0.3s ease;
}

.pro-wrapper .logo-item:hover img {
    filter: grayscale(0%);
}

.pro-wrapper .industry-stats {
    background: linear-gradient(135deg, #007bff, #2c5282);
    color: white;
    border-radius: 25px;
    padding: 25px;
    margin-top: 0;
    margin: 20px;
}

.pro-wrapper .industry-stats h4 {
    margin-bottom: 20px;
    font-weight: 600;
}

.pro-wrapper .industry-stats ul {
    padding-left: 20px;
}

.pro-wrapper .industry-stats li {
    margin-bottom: 10px;
    position: relative;
    list-style: none;
}

.pro-wrapper .industry-stats li:before {
    content: '✓';
    position: absolute;
    left: -20px;
    color: #2a9d8f;
    font-weight: bold;
}

@media (max-width: 768px) {
    .pro-wrapper .logos-container {
        grid-template-columns: 1fr;
    }

    .pro-wrapper .president-image img {
        width: 180px;
        height: 180px;
    }
}


/*end*/

.logo-link {
    border: 1px solid #ddd;
    padding: 77px 13px;
    margin: 0;
}

.logo-link img {
    padding: 0;
    margin: 0;
    width: 100%;
}


    .arrow-up {
      position: fixed;
      bottom: 30px;
      right: 30px;
      background: #007bff;
      color: white;
      padding: 12px 18px;
      border-radius: 50px;
      font-family: Arial, sans-serif;
      font-size: 14px;
      cursor: pointer;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      display: flex;
      align-items: center;
      gap: 8px;
      transition: all 0.3s ease;
      z-index: 1000;
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
    }

    .arrow-up.show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .arrow-up:hover {
      background: #0056b3;
      transform: translateY(-3px) !important;
    }

    .arrow-up span {
      font-size: 22px;
      font-weight: bold;
    }
    
    /* Scroll to Bottom Button */
    .scroll-down-btn {
      position: fixed;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      background: #28a745;
      color: white;
      padding: 14px 24px;
      border-radius: 50px;
      font-family: Arial, sans-serif;
      font-size: 15px;
      font-weight: bold;
      cursor: pointer;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
      display: flex;
      align-items: center;
      gap: 10px;
      transition: all 0.3s ease;
      z-index: 1000;
      opacity: 1;
      visibility: visible;
    }

    .scroll-down-btn.hide {
      opacity: 0;
      visibility: hidden;
      transform: translateX(-50%) translateY(15px);
    }

    .scroll-down-btn:hover {
      background: #218838;
      transform: translateX(-50%) translateY(-3px) !important;
    }

    .scroll-down-btn span {
      font-size: 24px;
      animation: bounce 2s infinite;
    }

    @keyframes bounce {
      0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
      40% { transform: translateY(-8px); }
      60% { transform: translateY(-4px); }
    }

    /* Section jahan scroll karna hai */
    #bottom-section {
      height: 100vh;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-family: Arial, sans-serif;
      text-align: center;
      padding: 40px;
    }.left-link ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
    margin: 0;
}

.left-link ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}.btn-wrap a.join-rata {
    color: #fff !important;
}

.btn-wrap a.join-rata i {
    color: #fff;
}ul.sub-menu.active a.active {
    background: #155297;
    color: #fff !important;
}.Member-Focused .card-icon.mx-auto {
    width: 90px;
    height: 90px;
    font-size: 32px;
}.pro-wrapper .partners-card {
    background: white;
  
    border: 3px solid #155297;
}




.rata-skillathon-sec .main-container {
    background: white;
    border-radius: 20px;
   
    overflow: hidden;
}secttion.rata-skillathon-sec {
    margin: 60px 0;
    display: block;
}

.rata-skillathon-sec .header {
    background: linear-gradient(135deg, #1e3a8a 0%, #60a5fa 100%);
    color: white;
    padding: 3rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.rata-skillathon-sec .header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: rata-skillathon-sec-pulse 15s ease-in-out infinite;
}

@keyframes rata-skillathon-sec-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.rata-skillathon-sec .header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.rata-skillathon-sec .header-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    animation: rata-skillathon-sec-bounce 2s infinite;
}

@keyframes rata-skillathon-sec-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.rata-skillathon-sec .nav-tabs {
    border-bottom: 3px solid #60a5fa;
    background: #f8fafc;
    padding: 1rem 1rem 0 1rem;
    margin: 0;
}

.rata-skillathon-sec .nav-tabs .nav-link {
    border: none;
    color: #1f2937;
    font-weight: 600;
    padding: 1rem 1.5rem;
    margin-right: 0.5rem;
    border-radius: 10px 10px 0 0;
    transition: all 0.3s ease;
    position: relative;
    background: transparent;
}

.rata-skillathon-sec .nav-tabs .nav-link:hover {
    background: rgba(96, 165, 250, 0.1);
    color: #1e3a8a;
}

.rata-skillathon-sec .nav-tabs .nav-link.active {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1f2937;
    border: none;
    box-shadow: 0 -4px 15px rgba(251, 191, 36, 0.3);
}

.rata-skillathon-sec .nav-tabs .nav-link i {
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

.rata-skillathon-sec .tab-content {
    padding: 2rem;
    min-height: 400px;
}

.rata-skillathon-sec .session-card {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 0;
}

.rata-skillathon-sec .session-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(30, 58, 138, 0.2);
    border-color: #60a5fa;
}

.rata-skillathon-sec .video-thumbnail {
    position: relative;
    width: 280px;
    min-width: 280px;
    height: 200px;
    background: #000;
    overflow: hidden;
    cursor: pointer;
}

.rata-skillathon-sec .video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.rata-skillathon-sec .session-card:hover .video-thumbnail img {
    transform: scale(1.05);
}

.rata-skillathon-sec .play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 0, 0, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.rata-skillathon-sec .play-overlay i {
    color: white;
    font-size: 24px;
    margin-left: 3px;
}

.rata-skillathon-sec .session-card:hover .play-overlay {
    background: rgba(255, 0, 0, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.rata-skillathon-sec .session-content {
    flex: 1;
    padding: 1.5rem;
    position: relative;
}

.rata-skillathon-sec .session-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, #1e3a8a, #60a5fa);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(30, 58, 138, 0.3);
}

.rata-skillathon-sec .session-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
    padding-right: 60px;
}

.rata-skillathon-sec .session-details {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1rem;
}

.rata-skillathon-sec .detail-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.95rem;
}

.rata-skillathon-sec .detail-item i {
    color: #60a5fa;
    width: 20px;
}

.rata-skillathon-sec .language-badge {
    display: inline-block;
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #1f2937;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(251, 191, 36, 0.3);
}

.rata-skillathon-sec .youtube-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.rata-skillathon-sec .youtube-link:hover {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    transform: scale(1.05);
    color: white;
}

.rata-skillathon-sec .footer {
    background: #1f2937;
    color: white;
    text-align: center;
    padding: 2rem;
    margin-top: 0;
}

.rata-skillathon-sec .session-count {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.2rem 0.6rem;
    border-radius: 15px;
    font-size: 0.85rem;
    margin-left: 0.5rem;
}

@media (max-width: 992px) {
    .rata-skillathon-sec .session-card {
        flex-direction: column;
    }

    .rata-skillathon-sec .video-thumbnail {
        width: 100%;
        min-width: 100%;
        height: 250px;
    }
}

@media (max-width: 768px) {
    .rata-skillathon-sec .header h1 {
        font-size: 1.8rem;
    }
    
    .rata-skillathon-sec .nav-tabs .nav-link {
        padding: 0.8rem 1rem;
        font-size: 0.9rem;
        margin-right: 0.2rem;
    }

    .rata-skillathon-sec .nav-tabs .nav-link i {
        display: none;
    }

    .rata-skillathon-sec .video-thumbnail {
        height: 200px;
    }
}

.left-link ul li a {
    border: 1px solid #fff;
    padding: 2px 10px;
    border-radius: 100px;
    font-size: 15px !important;
    display: inline-flex;
    align-items: center;
    border: 1px dashed #ffffff61;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.left-link ul li {
    list-style: none;
}

.left-link ul {
    gap: 11px;
}

.left-link ul li:nth-child(1) a {
    background: #155297;
}.left-link ul li:nth-child(2) a {
    background: #30b0e1;
}.left-link ul li:nth-child(3) a {
    background: #07101f;
}.left-link ul li:nth-child(4) a {
    background: #5fc84a;
}

.left-link ul li a img {
    width: 24px;
}.partner-section.Affiliation-section {
    width: 100%;
    margin: 0;
    border: 4px solid #155297;
}section.section-padding.our-vission-wrapper {}

section.section-padding.our-vission-wrapper img {
    height: 364px;
    object-fit: cover;
}

section.section-padding.bg-light-custom.our-mission-wrapper img {
    height: 612px;
    object-fit: cover;
}

section.section-padding.key-wrapper img {
    height: 440px;
    object-fit: cover;
}



    /* ---------- Floating Bar ---------- */
  .floating-social {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: flex
;
    flex-direction: column;
    gap: 0px;
    z-index: 1000;
}

    /* ---------- Square Button ---------- */
    .social-btn {
      --btn-color: #555;
      width:38px;
      height: 38px;
      background: var(--btn-color);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 17px;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      transition: background .3s, transform .2s;
      box-shadow: 0 4px 12px rgba(0,0,0,.15);
    }

    .social-btn:hover {
    transform: translateY(-3px) scale(1.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
    color: #fff;
}

    /* ---------- Label (name) ---------- */
    .social-btn .label {
      position: absolute;
      right: 100%;
      top: 50%;
      transform: translateY(-50%);
      background: #333;
      color: #fff;
      padding: 6px 12px;
      border-radius: 4px;
      font: 13px/1 Arial, sans-serif;
      white-space: nowrap;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s, transform .3s;
      pointer-events: none;
    }

    .social-btn .label::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 100%;
      margin-left: -1px;
      border: 5px solid transparent;
      border-left-color: #333;
      transform: translateY(-50%);
    }

    .social-btn:hover .label {
      opacity: 1;
      visibility: visible;
      transform: translateY(-50%) translateX(-8px);
    }

    /* ---------- Mobile ---------- */
    @media (max-width: 768px) {
      .floating-social { right: 10px; gap: 10px; }
      .social-btn { width: 42px; height: 42px; font-size: 20px; }
      .social-btn .label { display: none; }}
      
 @media (max-width: 768px) {
.nav-bar .dropdown-item {
    padding: 10px 20px !IMPORTANT;
    transition: background 0.3s;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #ffffff !IMPORTANT;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}.login-btn {
    color: #ffffff !IMPORTANT;
    border: 2px solid #ffffff !IMPORTANT;
}.nav-bar {
    background: #155297;
    padding: 10px!IMPORTANT;
}.left-link ul {
    gap: 11px;
    flex-wrap: wrap !IMPORTANT;
    justify-content: center!IMPORTANT;
    align-items: center!IMPORTANT;
}.mega-col a {
    color: #fff !important;
}.mega-col {
    border-right: navajowhite!IMPORTANT;
}
    }
    
    
    
   

.mission-vision-sec .section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.mission-vision-sec .section-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #155297;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.mission-vision-sec .section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #0d6efd;
    border-radius: 2px;
}

.mission-vision-sec .vision-mission-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.mission-vision-sec .vision-card,
.mission-vision-sec .mission-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.mission-vision-sec .vision-card:hover,
.mission-vision-sec .mission-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.mission-vision-sec .card-header {
    display: flex;
    align-items: center;
    padding: 12px 30px;
    background: linear-gradient(135deg, #155297, #0d6efd);
    color: #ffffff;
}

.mission-vision-sec .card-icon {
    width: 43px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 16px;
}

.mission-vision-sec .card-title {
    font-size: 23px;
    font-weight: 600;
}
.mission-vision-sec .card-content img {
    height: 162px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}
.mission-vision-sec .card-content {
    padding: 0;
    padding-bottom: 20px;
}

.mission-vision-sec .card-content p {
    margin-bottom: 20px;
    color: #444;
    font-size: 1.05rem;
    padding: 0px 20px;
}

.mission-vision-sec .mission-list {
    list-style-type: none;
    margin-bottom: 25px;
}

.mission-vision-sec .mission-list li {
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    color: #444;
}

.mission-vision-sec .mission-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #0d6efd;
    border-radius: 50%;
}

.mission-vision-sec .tagline {
    background: rgba(21, 82, 151, 0.05);
    padding: 15px;
    border-radius: 8px;
    border-left: 4px solid #0d6efd;
    font-style: italic;
    margin: 25px 0;
    color: #155297;
    font-weight: 500;
    text-align: center;
    margin: 23px 20px;
}

.mission-vision-sec .read-more-btn {
    display: inline-flex;
    align-items: center;
    background: #155297;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    margin-left: 20px;
}

.mission-vision-sec .read-more-btn:hover {
    background: #0d6efd;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

.mission-vision-sec .read-more-btn i {
    margin-left: 8px;
    transition: all 0.3s ease;
}

.mission-vision-sec .read-more-btn:hover i {
    transform: translateX(4px);
}

/* Popup Styles */
.mission-vision-sec .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 20px;
}

.mission-vision-sec .popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mission-vision-sec .popup-content {
    background: #ffffff;
    width: 90%;
    max-width: 800px;
    max-height: 85vh;
    border-radius: 12px;
    overflow-y: auto;
    padding: 40px;
    position: relative;
    transform: translateY(50px);
    transition: all 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.mission-vision-sec .popup-overlay.active .popup-content {
    transform: translateY(0);
}

.mission-vision-sec .close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #155297;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    z-index: 10;
}

.mission-vision-sec .close-popup:hover {
    background: #0d6efd;
    transform: rotate(90deg);
}

.mission-vision-sec .popup-title {
    color: #155297;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(21, 82, 151, 0.1);
    font-size: 2.2rem;
    font-weight: 700;
}

.mission-vision-sec .popup-text {
    margin-bottom: 25px;
}

.mission-vision-sec .popup-text p {
    margin-bottom: 15px;
    color: #444;
    font-size: 1.05rem;
}

.mission-vision-sec .popup-list {
    list-style-type: none;
    margin-bottom: 25px;
}

.mission-vision-sec .popup-list li {
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    color: #444;
}

.mission-vision-sec .popup-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #0d6efd;
    border-radius: 50%;
}

.mission-vision-sec .highlight {
    background: rgba(13, 110, 253, 0.05);
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid #0d6efd;
}

@media (max-width: 768px) {
    .mission-vision-sec .vision-mission-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .mission-vision-sec .section-header h2 {
        font-size: 2.2rem;
    }

    .mission-vision-sec .card-header {
        padding: 20px;
    }

    .mission-vision-sec .card-title {
        font-size: 1.6rem;
    }

    .mission-vision-sec .popup-content {
        padding: 30px 20px;
    }

    .mission-vision-sec .popup-title {
        font-size: 1.8rem;
    }
}
section.vision-mission-section.mission-vision-sec {
    padding: 50px 0;
    background: #f9f9f9;
    padding-bottom: 2px;
}
@media (max-width: 576px) {
    .mission-vision-sec .vision-mission-container {
        grid-template-columns: 1fr;
    }

    .mission-vision-sec .section-header h2 {
        font-size: 1.8rem;
    }

    .mission-vision-sec .card-header {
        flex-direction: column;
        text-align: center;
    }

    .mission-vision-sec .card-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.memform-wrapper {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 24px;
    padding: 17px 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.memform-wrapper::before {
   
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.memform-wrapper .memform {
    position: relative;
    z-index: 1;
}

.memform-wrapper h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.memform-wrapper h2 span {
    background: linear-gradient(90deg, #ffd700, #ffed4e);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    background-clip: text;
}
.wrpper-design {
    padding: 10px;
    background: #e4f7ff;
    border-radius: 20px;
}

.wrpper-design h2 {
    margin: 0 !important;
    padding: 0;
}
.memform-wrapper .h2-mb {
    font-size: 16px;
    margin-bottom: 1rem;
    opacity: 1;
    color: #fff;
}

.memform-wrapper .alert {
    border-radius: 12px;
    border: none;
    backdrop-filter: blur(10px);
    animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.memform-wrapper .formstyle3 {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.memform-wrapper .form-label {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.memform-wrapper .form-control {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #ffffff;
}

.memform-wrapper .form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
    outline: none;
    transform: translateY(-2px);
}

.memform-wrapper .form-control:read-only {
    background: #f7fafc;
    cursor: not-allowed;
}

.memform-wrapper .gst-feedback {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    font-weight: 500;
}

.memform-wrapper .input-group .btn {
    border: 2px solid #e2e8f0;
    border-left: none;
    border-radius: 0 12px 12px 0;
    background: #f7fafc;
    transition: all 0.3s ease;
}

.memform-wrapper .input-group .btn:hover {
    background: #edf2f7;
    color: #667eea;
}

.memform-wrapper .input-group .form-control {
    border-radius: 12px 0 0 12px;
}

.memform-wrapper .price-col {
    display: block;
    padding: 24px;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
    position: relative;
    overflow: hidden;
}

.memform-wrapper .price-col::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    opacity: 0.1;
    transition: opacity 0.3s ease;
}

.memform-wrapper .price-col:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.memform-wrapper .price-col input[type="radio"]:checked ~ * {
    font-weight: 600;
}

.memform-wrapper .plan-blue {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: #667eea;
}

.memform-wrapper .plan-blue:hover {
    border-color: #5568d3;
}

.memform-wrapper .plan-blue input[type="radio"]:checked {
    accent-color: #ffd700;
}

.memform-wrapper .plan-orange {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    border-color: #f5576c;
}

.memform-wrapper .plan-orange:hover {
    border-color: #e04658;
}

.memform-wrapper .plan-orange input[type="radio"]:checked {
    accent-color: #ffd700;
}

.memform-wrapper .price-col strong {
    font-size: 1.25rem;
    display: block;
    margin-bottom: 8px;
}

.memform-wrapper .price-col h5 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
}

.memform-wrapper .price-col small {
    opacity: 0.9;
}

.memform-wrapper .form-check-input {
    width: 24px;
    height: 24px;
    border: 2px solid white;
    cursor: pointer;
}

.memform-wrapper .register_btn {
    background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%);
    border: none;
    border-radius: 12px;
    padding: 16px 32px;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(245, 87, 108, 0.4);
}

.memform-wrapper .register_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(245, 87, 108, 0.5);
    background: linear-gradient(135deg, #e04658 0%, #e082e7 100%);
}

.memform-wrapper .register_btn:active {
    transform: translateY(-1px);
}


.memform-wrapper .register_btn_offline {
    background: linear-gradient(135deg, #f5576c 0%, #f093fb 100%);
    border: none;
    border-radius: 12px;
    padding: 16px 32px;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(245, 87, 108, 0.4);
}
.memform-wrapper .register_btn_offline:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(245, 87, 108, 0.5);
    background: linear-gradient(135deg, #e04658 0%, #e082e7 100%);
}

.memform-wrapper .register_btn_offline:active {
    transform: translateY(-1px);
}


.memform-wrapper .row.g-3 {
    margin-bottom: 0;
}

.memform-wrapper .mt-2,
.memform-wrapper .mt-3,
.memform-wrapper .mt-4 {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .memform-wrapper {
        padding: 40px 20px;
        border-radius: 16px;
    }
    
    .memform-wrapper .formstyle3 {
        padding: 30px 20px;
    }
    
    .memform-wrapper h2 {
        font-size: 1.75rem;
    }
    
    .memform-wrapper .price-col {
        margin-bottom: 1rem;
    }
}

.memform-wrapper input::placeholder {
    color: #a0aec0;
    opacity: 1;
}

.memform-wrapper .text-danger {
    color: #fc8181 !important;
}.heading33 {
    /* background: #000; */
    text-align: center;
    padding: 15px;
    color: #fff;
    background: linear-gradient(180deg, #1a1f36 0%, #0f172a 100%);
}
.wrpper-design p {
    font-size: 14.5px !important;
    margin: 0;
}
.heading33 h2 {
    font-size: 30px;
}

.wrpper-design {
    margin: 15px 0;
}