/********** Template CSS **********/
:root {
    --primary: #FF0000;
    --secondary: #333333;
    --light: #ffffff;
    --dark: #990000;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.topbar-right {
    position: relative;
    background: var(--primary);
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: var(--primary);
}

.topbar-right a {
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    font-size: 14px;
}

.topbar-right a:hover {
    color: #FF0000 !important;
}

.topbar-right span {
    font-size: 14px;
}

.topbar-right .fa-globe {
    color: #FF0000;
}


/*** Navbar ***/
.navbar {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 128, 0, 0.1);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar .navbar-brand::after {
   
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    transform: skewX(-30deg);
    background-color: var(--primary);
}

.navbar-dark .navbar-nav .nav-link {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333333;
    transition: 0.3s;
    position: relative;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #FF0000;
}

.navbar-dark .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #FF0000;
    transition: 0.3s;
    transform: translateX(-50%);
}

.navbar-dark .navbar-nav .nav-link:hover::after,
.navbar-dark .navbar-nav .nav-link.active::after {
    width: 100%;
}

.dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 128, 0, 0.1);
}

.dropdown-item {
    color: #333333;
    padding: 12px 20px;
    transition: 0.3s;
}

.dropdown-item:hover {
    background-color: rgba(0, 128, 0, 0.1);
    color: #FF0000;
}

.navbar-brand h1 {
    color: #FF0000 !important;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.partner-carousel .owl-stage-outer {
    padding: 30px 0;
}

.partner-item {
    transition: all 0.3s ease;
}

.partner-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: all 0.3s ease;
}

.partner-card:hover {
    transform: translateY(-10px);
}

.partner-overlay {
    opacity: 0;
    transition: .5s;
    background: rgba(0, 0, 0, .7);
    border-radius: 10px;
}

.partner-card:hover .partner-overlay {
    opacity: 1;
}

.partner-carousel .owl-nav {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.partner-carousel .owl-nav .owl-prev,
.partner-carousel .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.partner-carousel .owl-nav .owl-prev:hover,
.partner-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}
.logo-img {
    height: 120px;
    width: auto;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 8px rgba(0, 128, 0, 0.2));
}

.navbar-brand:hover .logo-img {
    transform: scale(1.05);
}
.sponsor-carousel .owl-stage-outer {
    padding: 30px 0;
}

.sponsor-item {
    transition: all 0.3s ease;
}

.sponsor-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.sponsor-card:hover {
    transform: translateY(-10px);
    border-color: var(--primary);
}

.sponsor-overlay {
    opacity: 0;
    transition: .5s;
    background: rgba(0, 0, 0, .7);
    border-radius: 15px;
}

.sponsor-card:hover .sponsor-overlay {
    opacity: 1;
}

.sponsor-carousel .owl-nav {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.sponsor-carousel .owl-nav .owl-prev,
.sponsor-carousel .owl-nav .owl-next {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.sponsor-carousel .owl-nav .owl-prev:hover,
.sponsor-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}
/*** Facts ***/
.facts {
    position: relative;
    background: #ffffff;
    padding: 4rem 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.stats-wrapper {
    position: relative;
    padding: 2rem 0;
}

.stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.stat-group {
    flex: 0 1 300px;
    perspective: 1000px;
}

.glass-stat {
    background: #ffffff;
    border-radius: 15px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 128, 0, 0.1);
    height: 120px;
}

.glass-stat:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 128, 0, 0.15);
    border-color: rgba(0, 128, 0, 0.2);
}

.glass-stat i {
    font-size: 2.5rem;
    color: #FF0000;
    transition: transform 0.3s ease;
}

.glass-stat:hover i {
    transform: scale(1.1);
}

.stat-content {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

.stat-plus {
    color: #FF0000;
    font-weight: 700;
    font-size: 1.8rem;
    margin-left: 0.2rem;
}

.stat-label {
    color: #666;
    font-size: 1.1rem;
    font-weight: 500;
    white-space: nowrap;
}

/* Animation for stats */
.wow.fadeIn {
    animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .stats-container {
        gap: 1.5rem;
    }

    .glass-stat {
        padding: 1.5rem;
        height: 100px;
    }

    .glass-stat i {
        font-size: 2rem;
    }

    .stat-number {
        font-size: 1.8rem;
    }

    .stat-plus {
        font-size: 1.5rem;
    }

    .stat-label {
        font-size: 1rem;
    }
}

/*** Features ***/
.feature-section {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.video-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.feature-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.play-btn {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-btn i {
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease;
}

.play-btn:hover {
    background: #e41e31;
    transform: scale(1.1);
}

.feature-badge {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(45deg, #1a9f53, #157f42);
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.edition-badge {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 15px;
}

.edition-number {
    position: relative;
}

.edition-number .number {
    font-size: 4rem;
    font-weight: 700;
    color: #e41e31;
    line-height: 1;
}

.edition-number .suffix {
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.edition-text h3 {
    margin: 0;
    color: #333;
    font-size: 1.5rem;
}

.edition-text p {
    margin: 0;
    color: #666;
}

.feature-list {
    display: grid;
    gap: 20px;
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateX(10px);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #1a9f53, #157f42);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon i {
    color: #fff;
    font-size: 24px;
}

.feature-text h4 {
    margin: 0 0 5px;
    color: #333;
}

.feature-text p {
    margin: 0;
    color: #666;
}

.agenda-badges {
    display: flex;
    gap: 20px;
}

.agenda-badge {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 15px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.agenda-badge:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.agenda-badge i {
    font-size: 24px;
    color: #e41e31;
}

.badge-text h5 {
    margin: 0 0 5px;
    color: #333;
}

.badge-text span {
    color: #666;
    font-size: 0.9rem;
}

.btn-register {
    padding: 15px 40px;
    background: linear-gradient(45deg, #e41e31, #c41828);
    color: #fff;
    border: none;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-register:hover {
    background: linear-gradient(45deg, #c41828, #a31420);
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 10px 20px rgba(228, 30, 49, 0.3);
}

.btn-register i {
    transition: transform 0.3s ease;
}

.btn-register:hover i {
    transform: translateX(5px);
}

/* Video Modal Styles */
.modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.modal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
    background-color: #fff;
    opacity: 0.8;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

@media (max-width: 991.98px) {
    .agenda-badges {
        flex-direction: column;
    }
    
    .edition-badge {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .edition-number .suffix {
        position: static;
        font-size: 1.2rem;
    }
}

/*** Service ***/
.service-item {
    position: relative;
    height: 500px;
    background: #ffffff;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: all .5s;
    border-radius: 20px;
    overflow: hidden;
}

.service-item:hover {
    transform: translateY(-10px);
}

.service-img {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

.service-item:hover .service-img img {
    transform: scale(1.1);
}

.service-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 90%, transparent);
}

.route-indicator {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff;
}

.yellow-route .route-indicator { background: rgba(255, 193, 7, 0.8); }
.green-route .route-indicator { background: rgba(25, 135, 84, 0.8); }
.brown-route .route-indicator { background: rgba(165, 42, 42, 0.8); }
.violet-route .route-indicator { background: rgba(138, 43, 226, 0.8); }

.route-divider {
    width: 50px;
    height: 2px;
    background: rgba(255,255,255,0.5);
    margin: 15px 0;
}

.theme-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.theme-tag {
    padding: 5px 15px;
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
}

.btn-route {
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 10px 25px;
    color: #fff;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 30px;
    transition: all 0.3s;
}

.btn-route:hover {
    background: #fff;
    color: var(--primary);
}

/* Route Modal Styles */
.route-modal .modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.route-modal .modal-header {
    padding: 0;
    border: none;
}

.route-modal .modal-body {
    padding: 0;
}

.route-modal-hero {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.route-modal-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.route-modal-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 70%, transparent);
    color: #fff;
}

.route-modal-content {
    padding: 40px;
}

.route-modal-section {
    margin-bottom: 30px;
}

.route-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.route-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(var(--primary-rgb), 0.1);
    border-radius: 15px;
}

.route-feature-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 12px;
    color: #fff;
}

.route-feature-text {
    font-size: 0.95rem;
    color: var(--dark);
    font-weight: 500;
}

.btn-close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    z-index: 10;
    color: #fff;
    border: none;
    transition: all 0.3s;
}

.btn-close-modal:hover {
    background: rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
    .service-item {
        height: 450px;
    }
    
    .service-img {
        height: 200px;
    }
    
    .route-modal-hero {
        height: 250px;
    }
    
    .route-modal-content {
        padding: 30px;
    }
}

/*** Project ***/
.project-carousel {
    position: relative;
    background: var(--dark);
}

.project-item {
    position: relative;
    display: block;
}

.project-item img {
    transition: .5s;
}

.project-item:hover img,
.project-carousel .owl-item.center img {
    margin-top: -60px;
}

.project-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--dark);
    transition: .5s;
}

.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title  {
    bottom: -60px;
}

.project-item .project-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--dark);
    transition: .5s;
}

.project-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}

.project-carousel:hover .owl-nav {
    opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 30px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}


/*** Team ***/
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: flex;
    align-items: center;
    background: var(--primary);
    transition: .5s;
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    transition: all 0.3s ease;
    margin: 20px 10px;
}

.testimonial-img {
    margin-bottom: 30px;
}

.testimonial-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 3px solid var(--primary);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
    position: relative;
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.testimonial-text::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #FFFFFF transparent;
}

.testimonial-text p {
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.testimonial-item:hover .testimonial-text {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.testimonial-item:hover .testimonial-img img {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.testimonial-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    background: var(--primary) !important;
    border-radius: 50%;
    color: #FFFFFF !important;
    transition: all 0.3s ease;
}

.testimonial-carousel .owl-nav button:hover {
    background: var(--dark) !important;
}

.btn-square.bg-primary {
    position: absolute;
    bottom: 0;
    right: -15px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** About ***/
.about-section img {
    transition: transform 0.5s;
}

.about-section img:hover {
    transform: scale(1.03);
}

.about-section .shadow {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
}

.about-section .shadow-sm {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05) !important;
}

.about-section .bg-primary {
    background: linear-gradient(135deg, #FF0000, #990000) !important;
}

.about-section .btn-lg-square {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-section .rounded {
    border-radius: 10px !important;
}

.about-section .fa-check-circle {
    font-size: 1.1rem;
}

.about-section small {
    color: #666;
    font-size: 0.875rem;
}

@media (max-width: 991.98px) {
    .about-section .display-2 {
        font-size: 4rem;
    }
}

@media (max-width: 575.98px) {
    .about-section .display-2 {
        font-size: 3rem;
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
}

.footer .btn.btn-square {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
}

.footer .btn.btn-square:hover {
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-3px);
}

.footer .form-control {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.footer .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer .form-control:focus {
    border-color: var(--primary);
    box-shadow: none;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: #FFFFFF;
}

.footer p {
    color: rgba(255, 255, 255, 0.7);
}

/* Modal Styles */
.modal-content {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.modal-header {
    background: linear-gradient(135deg, #FF0000, #990000);
    padding: 1.5rem;
}

.modal-header .modal-title {
    font-size: 1.25rem;
    font-weight: 600;
}

.modal-body {
    padding: 2rem 1rem;
}

.modal-body h4 {
    font-weight: 600;
    color: #333;
}

.modal-body .bg-light {
    background-color: rgba(0, 128, 0, 0.05) !important;
    border-radius: 10px;
}

.modal-body .list-unstyled li {
    padding: 0.5rem 0;
    font-size: 0.95rem;
    color: #444;
}

.modal-footer {
    padding: 1rem 1.5rem;
}

.modal-footer .btn-secondary {
    background-color: #6c757d;
    border: none;
    padding: 0.5rem 1.5rem;
}

.modal-footer .btn-secondary:hover {
    background-color: #5a6268;
}

.modal.fade .modal-dialog {
    transform: scale(0.95);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: scale(1);
}

@media (max-width: 768px) {
    .modal-dialog {
        margin: 0.5rem;
    }
    
    .modal-body {
        padding: 1.5rem 1rem;
    }
}

/* About Slider */
.about-slider-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.about-slider {
    width: 100%;
    height: 500px;
}

.slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: white;
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.slide-overlay h4 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.slide-overlay p {
    margin: 0;
    opacity: 0.9;
}

.swiper-slide:hover .slide-overlay {
    transform: translateY(0);
}

.swiper-slide:hover img {
    transform: scale(1.1);
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0,0,0,0.8);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.2rem;
}

.swiper-pagination-bullet {
    background: white;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: var(--primary);
    opacity: 1;
}

/* About Highlights */
.about-highlights {
    display: flex;
    gap: 2rem;
    background: rgba(var(--primary-rgb), 0.1);
    padding: 2rem;
    border-radius: 15px;
}

.highlight-card {
    text-align: center;
}

.highlight-number {
    position: relative;
    display: inline-block;
}

.highlight-number span {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
}

.highlight-number small {
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 1.2rem;
    color: var(--primary);
}

.highlight-features {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(var(--primary-rgb), 0.1);
    transform: translateX(5px);
}

/* Agenda Cards */
.agenda-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.agenda-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.agenda-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.agenda-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: white;
    border-radius: 12px;
    font-size: 1.5rem;
}

.agenda-content h6 {
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.agenda-content p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Learn More Button */
.learn-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.learn-more-btn i {
    transition: transform 0.3s ease;
}

.learn-more-btn:hover i {
    transform: translateX(5px);
}

/* Modal Styling */
#summitModal .modal-content {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 20px;
}

.modal-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
    height: 100%;
}

.grid-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.grid-item.main-image {
    grid-column: 1 / -1;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.grid-item:hover img {
    transform: scale(1.1);
}

.summit-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-item i {
    font-size: 1.5rem;
    color: var(--primary);
}

.summit-objectives {
    background: rgba(var(--primary-rgb), 0.1);
    padding: 1.5rem;
    border-radius: 15px;
    margin-bottom: 2rem;
}

.summit-objectives ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.summit-objectives li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: white;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

.summit-objectives li:hover {
    transform: translateX(5px);
    background: rgba(255,255,255,0.8);
}

.summit-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.summit-features .feature {
    text-align: center;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.summit-features .feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .about-slider {
        height: 300px;
    }
    
    .about-highlights {
        flex-direction: column;
        gap: 1rem;
    }
    
    .highlight-features {
        grid-template-columns: 1fr;
    }
    
    .agenda-cards {
        grid-template-columns: 1fr;
    }
    
    .modal-image-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    
    .summit-features {
        grid-template-columns: 1fr;
    }
}

/* Yellow Route Modal Styling */
#yellowRouteModal .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

#yellowRouteModal .modal-header {
    padding: 2rem;
}

.route-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.2);
    border-radius: 15px;
}

.overview-card {
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.overview-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.overview-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFD700;
    color: white;
    border-radius: 12px;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.overview-card h6 {
    color: var(--dark);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.overview-card p {
    color: var(--secondary);
    margin: 0;
    font-size: 0.9rem;
}

.themes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}

.theme-item {
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.theme-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.theme-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFD700;
    color: white;
    border-radius: 12px;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.theme-item h6 {
    color: var(--dark);
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.theme-item p {
    color: var(--secondary);
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .themes-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    
    #yellowRouteModal .modal-header {
        padding: 1.5rem;
    }
    
    .route-icon {
        width: 50px;
        height: 50px;
    }
}

/* Africities Summit Styles */
.rounded-lg {
    border-radius: 1rem;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.pulse-circle {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.custom-accordion {
    border-radius: 1rem;
    overflow: hidden;
}

.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 0.5rem;
}

.custom-accordion .accordion-button {
    padding: 1.25rem;
    background-color: var(--light);
    font-weight: 600;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: var(--primary);
    color: #fff;
}

.custom-accordion .accordion-button:not(.collapsed) i {
    color: #fff;
}

.accordion-body {
    padding: 1.25rem;
    background-color: #fff;
}

.itinerary-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.itinerary-item {
    padding: 1rem;
    border-radius: 0.5rem;
    text-align: center;
    font-weight: 500;
    transition: all 0.3s ease;
}

.itinerary-item:hover {
    transform: translateY(-3px);
}

.itinerary-item i {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.yellow { background-color: #ffd700; color: #000; }
.green { background-color: #4caf50; color: #fff; }
.brown { background-color: #795548; color: #fff; }
.violet { background-color: #9c27b0; color: #fff; }

.timeline {
    position: relative;
    padding: 1rem 0;
}

.timeline-item {
    padding: 1rem;
    margin-bottom: 1rem;
    border-left: 3px solid var(--primary);
    background-color: var(--light);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.timeline-item:hover {
    transform: translateX(5px);
    background-color: var(--primary);
    color: #fff;
}

.timeline-item i {
    font-size: 1.5rem;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.timeline-item:hover i {
    color: #fff;
}

.timeline-item h5 {
    margin: 0.5rem 0;
    font-weight: 600;
}

.timeline-item p {
    margin: 0;
    font-size: 0.9rem;
}

.btn-primary {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.animated.slideInRight {
    animation: slideInRight 1s ease-out;
}

@keyframes slideInRight {
    from {
        transform: translateX(50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Exhibition Space Styles */
.exhibition-grid {
    padding: 2rem 0;
    overflow: hidden;
}

.exhibition-blocks {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

.featured-solutions {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.solution-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

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

.card-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.solution-card:hover .card-image img {
    transform: scale(1.1);
}

.image-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.6));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.solution-card:hover .image-overlay {
    opacity: 1;
}

.card-content {
    padding: 2rem;
    background: #fff;
}

.card-content h4 {
    color: var(--dark);
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.card-content p {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.feature-tag {
    background: rgba(var(--primary-rgb), 0.1);
    color: var(--primary);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.corners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
}

.corner-card {
    position: relative;
    height: 250px;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.corner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
    transform: translateY(60px);
    transition: transform 0.4s ease;
}

.corner-card:hover .corner-overlay {
    transform: translateY(0);
}

.corner-overlay h5 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.corner-overlay p {
    font-size: 0.9rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease 0.1s;
}

.corner-card:hover .corner-overlay p {
    opacity: 1;
    transform: translateY(0);
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.showcase-item {
    position: relative;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.showcase-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.2));
    color: #fff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: translateY(100px);
    transition: transform 0.4s ease;
}

.showcase-item:hover .showcase-overlay {
    transform: translateY(0);
}

.showcase-icon {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}

.event-types-container {
    padding: 4rem 0;
    background: #f8f9fa;
}

.parallax-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
}

.parallax-card:hover {
    transform: translateY(-10px);
}

.card-media {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

.parallax-card:hover .card-media img {
    transform: scale(1.1);
}

.floating-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 0;
    transition: all 0.4s ease;
}

.parallax-card:hover .floating-icon {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .featured-solutions {
        grid-template-columns: 1fr;
    }
    
    .corners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .corners-grid,
    .showcase-grid {
        grid-template-columns: 1fr;
    }
    
    .card-image {
        height: 250px;
    }
}

/* Political Meetings Styles */
.political-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

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

.political-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.political-card:hover img {
    transform: scale(1.1);
}

.political-info {
    position: relative;
    padding: 25px;
    background: #fff;
    border-radius: 20px;
    margin-top: -30px;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    z-index: 1;
}

.political-icon {
    position: absolute;
    top: -30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.political-content {
    padding-left: 50px;
    margin-top: 15px;
}

.political-content h4 {
    font-size: 1.4rem;
    margin-bottom: 5px;
    color: var(--dark);
}

.political-content span {
    display: block;
    font-size: 0.95rem;
    color: var(--primary);
    margin-bottom: 15px;
}

.political-actions {
    display: flex;
    gap: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.political-card:hover .political-actions {
    opacity: 1;
    transform: translateY(0);
}

.political-actions a {
    width: 40px;
    height: 40px;
    background: var(--light);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    transition: all 0.3s ease;
}

.political-actions a:hover {
    background: var(--primary);
    color: #fff;
}

/* Statutory Meetings Styles */
.statutory-grid {
    margin: 0 -15px;
}

.statutory-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

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

.statutory-logo {
    width: 330px;
    height: 230px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    padding: 20px;
    transition: all 0.5s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}

.statutory-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.5s ease;
}

.statutory-card:hover .statutory-logo {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.statutory-card h4 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: var(--dark);
    transition: all 0.3s ease;
}

.statutory-card p {
    color: #666;
    margin-bottom: 0;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--primary-rgb), 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
    border-radius: 20px;
}

.statutory-card:hover .card-overlay {
    opacity: 1;
}

.view-more {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    transform: translateY(20px);
    transition: all 0.4s ease;
    opacity: 0;
}

.statutory-card:hover .view-more {
    transform: translateY(0);
    opacity: 1;
}

/* Modal Styles */
.statutory-modal-body {
    padding: 2rem;
}

.modal-logo {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.modal-logo img {
    width: 100%;
    height: auto;
}

.meeting-details {
    margin-top: 25px;
}

.detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.detail-item i {
    width: 35px;
    height: 35px;
    background: rgba(var(--primary-rgb), 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    margin-right: 15px;
}

.detail-item span {
    font-size: 1rem;
    color: var(--dark);
}

@media (max-width: 991.98px) {
    .statutory-logo {
        width: 110px;
        height: 110px;
        padding: 15px;
    }
    
    .statutory-card {
        padding: 25px 20px;
    }
    
    .statutory-card h4 {
        font-size: 1.2rem;
    }
}

/* Testimonials Section */
.section-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(45deg, #1a9f53, #157f42);
    color: #fff;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonial-item {
    position: relative;
    padding: 2rem;
}

.testimonial-content {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transition: all 0.3s ease;
}

.testimonial-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-quote {
    position: relative;
    margin-bottom: 2rem;
}

.testimonial-quote i {
    font-size: 2rem;
    color: #1a9f53;
    opacity: 0.2;
    margin-bottom: 1rem;
}

.testimonial-quote p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    font-style: italic;
    margin: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.author-image {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

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

.author-info {
    flex: 1;
}

.author-info h5 {
    margin: 0 0 5px;
    font-size: 1.1rem;
    color: #222;
}

.author-info span {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.author-social {
    display: flex;
    gap: 1rem;
}

.author-social a {
    color: #666;
    transition: color 0.3s ease;
}

.author-social a:hover {
    color: #1a9f53;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #222 !important;
    transition: all 0.3s ease;
}

.testimonial-carousel .owl-prev:hover,
.testimonial-carousel .owl-next:hover {
    background: #1a9f53 !important;
    color: #fff !important;
}

.testimonial-carousel .owl-prev {
    left: -25px;
}

.testimonial-carousel .owl-next {
    right: -25px;
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        display: none;
    }
    
    .testimonial-author {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .author-social {
        justify-content: center;
    }
}

/*** Video Section Styles ***/
.video-section {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    padding: 4rem 0;
}

.video-container {
    max-width: 1000px;
    margin: 0 auto;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.video-fluid {
    object-fit: cover;
    min-height: 560px;
    transform: scale(1.01);
    border-radius: 1rem;
}

.video-overlay {
    background: linear-gradient(180deg, rgba(40, 167, 69, 0.8) 0%, rgba(32, 201, 151, 0.8) 100%);
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: 1rem;
}

.text-gradient {
    background: linear-gradient(to right, #ffffff, #e0e0e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

.typewrite {
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.typewrite .wrap {
    border-right: 0.08em solid #fff;
}

@media (max-width: 768px) {
    .video-section {
        padding: 2rem 0;
    }
    
    .video-fluid {
        min-height: 400px;
    }
    
    .video-overlay h2 {
        font-size: 2rem;
    }
    
    .typewrite {
        font-size: 1.1rem;
    }
}

/* Feature Image Section */
.feature-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

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

.feature-image-container:hover img {
    transform: scale(1.05);
}

.pulse-circle {
    width: 120px !important;
    height: 120px !important;
    background: linear-gradient(45deg, var(--primary), var(--dark)) !important;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
        transform: translate(-50%, -50%) scale(0.95);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
        transform: translate(-50%, -50%) scale(0.95);
    }
}

.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, var(--primary), var(--dark));
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 3;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
}

.btn-play:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.5);
}

.btn-play span {
    margin-left: 5px;
    border-left: 25px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

/* Video Modal */
.modal-video .modal-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.modal-video .modal-header {
    border-bottom: 1px solid rgba(255, 0, 0, 0.1);
    padding: 1.5rem;
    background: linear-gradient(45deg, var(--primary), var(--dark));
}

.modal-video .modal-title {
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.modal-video .btn-close {
    background-color: #fff;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.modal-video .btn-close:hover {
    opacity: 1;
}

.modal-video .modal-body {
    padding: 0;
}

.modal-video .ratio {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.modal-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}