
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
.team-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.team-img {
    flex-shrink: 0;
}
.team-title {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.team-title h4 {
    font-size: 1rem;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.team-title p {
    margin-bottom: 0;
    text-align: center;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 47px;
    bottom: 110px;
    transition: 0.5s;
    z-index: 99;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: var(--bs-primary);
    background: var(--bs-light);
}


/*** Topbar Start ***/ 
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.navbar-container {
    max-width: 1400px;
    margin: 0 auto;
}
.nav-bar {
    background: var(--bs-white);
    transition: 1s;
}

.navbar-light .navbar-brand img {
    height: 80px !important; /* force height */
    max-height: none !important; /* remove any max-height restriction */
    width: auto; /* keep aspect ratio */
    transition: 0.5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 18px;
}

.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-primary);
}

@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 20px 0;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px;
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1;
    }
}
/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    position: relative;
    height: 700px;
}


.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        height: 1400px;
    }

    .header-carousel .header-carousel-item {
        height: 1400px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 1400px;
    }

}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(1, 95, 201, 0.9), rgba(0, 0, 0, 0.2)), url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Feature Start ***/
.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
    height: 100%;
}

.feature .feature-item:hover {
    background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
    position: relative;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.feature .feature-item:hover .feature-icon i {
    z-index: 9;
}

.feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
    height: 100%;
}

.feature .feature-item .feature-icon {
    color: var(--bs-primary);
}

.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    color: var(--bs-white);
}
.feature .feature-item:hover h4,
.feature .feature-item:hover p {
    color: var(--bs-white);
}

.feature .feature-item:hover a.btn {
    background: var(--bs-white);
    color: var(--bs-primary);
}

.feature .feature-item:hover a.btn:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Feature End ***/


/*** Service Start ***/
.service .service-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
    transition: 0.3s;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    width: 100%;
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-img::after {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: var(--bs-primary);
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    background: var(--bs-primary);
}

/* Service Content */
.service .service-item .service-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.service .service-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
    transition: 0.3s;
}

.service .service-content ul li::before {
    content: "\f00c"; /* Font Awesome check icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--bs-primary);
    font-size: 14px;
    transition: 0.3s;
}

.service .service-content ul li:hover {
    color: white;
    transform: translateX(3px);
}

.service .service-content ul li:hover::before {
    color: var(--bs-dark);
}

/* Button always at the bottom */
.service .service-item .service-content .service-content-inner .btn {
    margin-top: auto;
    transition: 0.3s;
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark);
}

/* Content overlay effect */
.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
/*** Service End ***/



/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(1, 95, 201, .8);
    font-size: 18px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-primary);
    background: var(--bs-light);
}
/*** FAQs End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-white);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 9;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: var(--bs-primary);
}
/*** Blog End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} 

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(18, 18, 18, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    left: 50%;
    top:30%;
    transform: translateX(-50%);
    width: 85%;
    margin-bottom: -150%;
    transition: all 0.5s ease;
    z-index: 9;
    text-align: center;
    opacity: 0;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
    opacity: 1;
}

.team-description {
    background: var(--bs-dark);
    backdrop-filter: blur(4px);
    color: #f8f9fa;
    padding: 15px 18px;
    border-radius: 12px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    animation: fadeUp 0.5s ease forwards;
}

/* Optional: subtle fade-in + slide animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-title h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}

/*** Team End ***/


/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 100px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Testimonial End ***/


/*** Contact Start ***/
.contact .contact-img {
    position: relative;
}

.contact .contact-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    animation-name: image-efects;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 0.5s
}

@keyframes image-efects {
    0%  {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}

    25% {border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;}

    50% {border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;}

    75% {border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;}

    100% {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}
}

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}


.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);

}
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255, 255, 255, .08);
}
/*** copyright end ***/

/*** Swiper ***/
/* Swiper container adjustments */
.highlightsSwiper {
    width: 70%;
    max-width: 450px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Slides */
.highlightsSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: initial;
}

/* Slide overlay on hover */
.highlightsSwiper .slide-content {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    transition: bottom 0.3s ease;
}

.highlightsSwiper .swiper-slide:hover .slide-content {
    bottom: 0;
}

.highlightsSwiper .slide-content h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: white;
}

.highlightsSwiper .slide-content p {
    font-size: 1rem;
    line-height: 1.6;
}

/* Pagination bullets */
.highlightsSwiper .swiper-pagination {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.highlightsSwiper .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.7);
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border: 2px solid var(--bs-primary);
}

.highlightsSwiper .swiper-pagination-bullet-active {
    background: #fff;
    border: 2px solid var(--bs-primary);
}


.top-info i {
    color: white;
    font-size: 1.2rem;
}
.top-info span {
    margin-left: 10px;
    font-weight: 500;
}

.event-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}
.event-info .info-item {
    text-align: center;
    padding: 1rem 0;
    position: relative;
    transition: transform 0.2s;
}

.event-info .info-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background: #dee2e6;
}
.event-info .info-item i {
    font-size: 1.8rem;
    color: white;
    margin-bottom: 0.5rem;
}
.event-info .number {
    font-weight: 700;
    font-size: 1.5rem;
    color: white;
}
.event-info .label {
    color: white;
}

@media (max-width: 767px) {
    .event-info .info-item:not(:last-child)::after {
        display: none;
    }
}

/* Video Card - Left Side */
.video-card-tall {
    flex: 1;
    min-width: 0;
    border-radius: 15px;
    overflow: hidden;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border: 1px solid var(--glass-border);
}

.video-container-tall {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container-tall video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.video-overlay-tall {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: white;
    padding: 1.5rem;
}

.video-overlay-tall h3 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: white;
}

.video-overlay-tall p {
    margin-bottom: 1.5rem;
    opacity: 0.9;
    font-size: 1.1rem;
}

.map-link {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background: rgba(255,255,255,0.2);
    border-radius: 50px;
    color: white;
    text-decoration: none;
    transition: var(--transition);
    font-weight: 500;
}

.map-link:hover {
    background: rgba(255, 255, 255, 0.42);
    color: white;
}


/* ====================== Chatbot ====================== */

/* Container */
.chatbot-container {
    display: none; /* hidden initially */
    position: fixed;
    bottom: 110px;
    right: 25px;
    width: 360px;
    height: 520px;
    background: var(--bs-white);
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    z-index: 999;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
}

/* Header */
.chatbot-header {
    padding: 1rem 1.2rem;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.chatbot-header h3{
    color: var(--bs-white);
}

.chatbot-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.3rem;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.chatbot-close:hover {
    transform: scale(1.2);
}

/* Messages */
.chatbot-messages {
    flex: 1;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    gap: 0.8rem;
    scroll-behavior: smooth;
}

/* Chat message */
.chat-message {
    max-width: 75%;
    padding: 0.9rem 1.2rem;
    border-radius: 20px;
    word-wrap: break-word;
    animation: fadeIn 0.35s ease;
    position: relative;
}

/* Bot messages */
.bot-message {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 123, 255, 0.25);
    color: #222;
    align-self: flex-start;
    border-bottom-left-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
}

/* User messages */
.user-message {
    background: var(--bs-primary);
    color: #fff;
    align-self: flex-end;
    border-bottom-right-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Typing indicator */
.typing-indicator {
    display: flex;
    align-self: flex-start;
    gap: 4px;
    padding: 0.5rem 0.7rem;
}

.typing-indicator span {
    height: 8px;
    width: 8px;
    background: rgba(0, 123, 255, 0.6);
    border-radius: 50%;
    display: inline-block;
    animation: bounce 1.4s infinite ease-in-out;
}

.typing-indicator span:nth-child(2) {
    animation-delay: 0.2s;
}
.typing-indicator span:nth-child(3) {
    animation-delay: 0.4s;
}

/* Quick questions */
.quick-questions-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.6rem;
}

.quick-question {
    background: rgba(0, 123, 255, 0.05);
    border: 1px solid rgba(0, 123, 255, 0.25);
    color: var(--bs-primary);
    padding: 0.65rem 1rem;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.25s ease;
    max-width: 80%;
    align-self: flex-start;
}

.quick-question:hover {
    background: var(--bs-primary);
    color: #fff;
    transform: translateY(-2px);
}

/* Input area */
.chatbot-input {
    display: flex;
    padding: 0.9rem 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: var(--bs-primary);
}

.chatbot-input input {
    flex: 1;
    padding: 0.75rem 1rem;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    background: var(--bs-white);
    color: #222;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.chatbot-input input:focus {
    border-color: var(--bs-white);
    box-shadow: 0 0 6px rgba(0, 123, 255, 0.3);
}

.chatbot-input button {
    margin-left: 0.5rem;
    padding: 0.65rem 0.9rem;
    border-radius: 50%;
    border: none;
    background: var(--bs-white);
    color: var(--bs-primary);
    cursor: pointer;
    font-weight: 600;
    transition: transform 0.2s ease;
}

.chatbot-input button:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .chatbot-container{
        position: fixed;
        bottom: 110px;
        right: 20px;
        width: 360px;
        height: 520px;
        z-index: 2000;
    }
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes bounce {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-6px); }
}



.service-hover {
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s, color 0.3s;
    background: var(--bs-white);
    color: var(--bs-dark);
}

.service-hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: var(--bs-primary);
    color: var(--bs-white);
}

.service-hover .service-icon i {
    transition: transform 0.3s, color 0.3s;
    color: var(--bs-primary); /* default icon color */
}

.service-hover:hover .service-icon i {
    transform: scale(1.2);
    color: var(--bs-white); /* always white on hover */
}

/* Optional: make links inside cards adapt to hover */
.service-hover a {
    color: var(--bs-primary);
    transition: color 0.3s;
}

.service-hover:hover a {
    color: var(--bs-white);
}

/* Highlights */
.highlight-item {
    background: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}

.highlight-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: #0d6efd;
    color: white;
}

.highlight-item i {
    font-size: 2.5rem;
    margin-bottom: 15px;
    transition: transform 0.3s, color 0.3s;
}

.highlight-item:hover i {
    transform: scale(1.3);
    color: white;
}

/* Timeline */
.register-timeline {
    position: relative;
    margin: 50px 0;
}

.register-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #0d6efd;
    transform: translateX(-50%);
}

.register-timeline-step {
    position: relative;
    width: 50%;
    padding: 30px 40px;
    box-sizing: border-box;
}

.register-timeline-step.left {
    left: 0;
    text-align: right;
}

.register-timeline-step.right {
    left: 50%;
    text-align: left;
}

.register-timeline-step::before {
    content: '';
    position: absolute;
    top: 30px;
    width: 20px;
    height: 20px;
    background: #0d6efd;
    border-radius: 50%;
    z-index: 1;
}

.register-timeline-step.left::before {
    right: -10px;
}

.register-timeline-step.right::before {
    left: -10px;
}


.fees-section {
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

/* ----- Main Fee Card ----- */
.main-fee {
  color: #fff;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.main-fee:hover {
  transform: scale(1.07);
  box-shadow: 0 20px 40px rgba(0, 64, 198, 0.25);
}

.main-fee .icon-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Price styling */
.price-tag {
  font-size: 4rem;
  font-weight: 800;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}

.price-tag .currency {
  font-size: 2rem;
  opacity: 0.9;
}


/* ----- Additional Fee Cards ----- */
.fee-card {
  background: #fff;
  transition: all 0.3s ease;
  border: none;
}

.fee-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 64, 198, 0.08);
}

.icon-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.bg-success-subtle {
  background-color: rgba(0, 168, 119, 0.1);
}

.bg-warning-subtle {
  background-color: rgba(255, 107, 53, 0.1);
}

.bg-primary-subtle {
  background-color: rgba(0, 64, 198, 0.1);
}

@media (max-width: 768px) {
  .main-fee {
    transform: scale(1);
  }
  .price-tag {
    font-size: 3rem;
  }
}

/* RIB + Button */
.rib-box {
    background: #fff;
    border: 2px dashed #0d6efd;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin: auto auto;
    max-width: 700px;
}

.btn-mail {
    background: #0d6efd;
    color: white;
    margin-top: 15px;
}

.btn-mail:hover {
    background: #0b5ed7;
    color: white;
}

.registration-form{
    border-radius: 20px;
}
.registration-form input.form-control,
.registration-form select.form-select {
    border-radius: 10px;
    border: 1px solid #ced4da;
    transition: all 0.3s;
}

.registration-form input.form-control:focus,
.registration-form select.form-select:focus {
    box-shadow: 0 0 8px rgba(78, 115, 223, 0.3);
    border-color: #4e73df;
}

#dropzone:hover {
    background: #e2ebff;
    border-color: #4e73df;
}

#dropzone.dragover {
    background: #d0e2ff;
    border-color: #1cc88a;
}

button.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}


/* Download cards */
.download-card {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}
.download-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}
.download-card i {
    font-size: 2rem;
    color: var(--bs-primary);
    margin-right: 15px;
}
.download-card a {
    font-weight: 600;
    text-decoration: none;
    color: #333;
}
.download-card a:hover {
    text-decoration: underline;
    color: var(--bs-primary);
}


/* Timeline */
.edition-timeline {
    position: relative;
    margin: 2rem 0;
    padding-left: 40px;
}
.edition-timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #0d6efd;
    border-radius: 2px;
}
.edition-timeline-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 60px;
}
.edition-timeline-item::after {
    content: "";
    display: table;
    clear: both;
}
.timeline-icon {
    position: absolute;
    left: -2px;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.timeline-content h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}
/* Cards */
.card-hover {
    transition: all 0.3s ease;
    border-radius: 10px;
}
.card-hover:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* Topics */
.topic-card {
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}
.topic-card h5 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* Important Dates */
.important-dates li {
    margin-bottom: 0.75rem;
    font-weight: 500;
}
.important-dates li strong {
    color: #0d6efd;
}

.coming-soon { font-size: 1.5rem; font-weight: 600; color: #6c757d; margin-top: 100px; }


.venue-section {
    border-radius: 20px;
    color: var(--bs-dark);
}

.venue-section h2 {
    font-size: 2.2rem;
}

.venue-desc p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--bs-dark);
}

.venue-section .info-item {
    border-radius: 12px;
    padding: 1.2rem;
    background: var(--bs-primary);
    backdrop-filter: blur(8px);
    transition: transform 0.3s, background 0.3s;
}

.venue-section .info-item:hover {
    transform: translateY(-5px);
    background: var(--bs-dark);
}


.float-chat {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
    font-size: 1.5rem;
    text-align: center;
}