
/*** Spinner Start ***/
/*** 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;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    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;
    border-radius: 50%;
}

.btn.btn-primary {
    background: linear-gradient(to right, #63005d, #01316f);
    color: var(--bs-white);   
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-primary:hover {
   background: linear-gradient(to right, #01316f, #63005d) !important;
    color: var(--bs-light);
}

.btn.btn-dark {
    background: #1966b1 !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-dark:hover {
    background: var(--bs-white) !important;
    color: var(--bs-dark) !important;
}

.btn.btn-light {
    background: #1966b1 !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-light:hover {
    background: var(--bs-white) !important;
    color: var(--bs-dark) !important;
}
/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: #1966b1  !important;
    height: 40px;
}

@media (max-width: 768px) {
    .topbar {
        display: block;    
    }
}
/*** Topbar End ***/

/*** Navbar ***/
.sticky-top,
.sticky-top .container {
    transition: 0.5s !important;
}

.navbar .navbar-nav .nav-item.nav-link,
.navbar .navbar-nav .nav-link {
    color: #fff !important;
}


@media (max-width: 991px) {
 .navbar .navbar-nav .nav-item.nav-link,
.navbar .navbar-nav .nav-link {
    color: #fff !important;
}

}


.navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 10px !important;
    font-weight: 500;
}

.navbar .navbar-nav .nav-item::before,
.navbar .navbar-nav .nav-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    /*border: 0px solid var(--bs-primary);*/
    transition: 0.5s;
}

.navbar .navbar-nav .nav-item::before {
    top: 0;
    left: 0;
}
.navbar .navbar-nav .nav-item::after {
    bottom: 0;
    right: 0;
}

.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item:hover::before,
.navbar .navbar-nav .nav-item.active::after,
.navbar .navbar-nav .nav-item.active::before {
    width: 100%;
    border-width: 1px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top .navbar .navbar-nav .nav-link:hover,
.sticky-top .navbar .navbar-nav .nav-link.active {
    color: #fecc00 !important;
}



@media (max-width: 991px) {
 .navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top .navbar .navbar-nav .nav-link:hover,
.sticky-top .navbar .navbar-nav .nav-link.active {
    color: #fecc00  !important;
}

}


.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 0.25rem;
        margin-top: 23px !important;
        transition: .5s;
        opacity: 0;
        z-index: 9;
    }
}

@media (max-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        margin-top: 1px !important;
        transition: 0.5s;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-item.nav-link {
        /*margin: 5px 0 !important;*/
    }

}

.dropdown .dropdown-menu a:hover {
    background: linear-gradient(to right, #63005d, #01316f);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    /*margin-top: 4px !important;*/
    transition: .5s;
    opacity: 1;
}

.navbar .navbar-toggler {
    padding: 8px 15px;
    color: #fff;
    /*background: var(--bs-primary);*/
}

#searchModal .modal-content {
    background: rgba(250, 250, 250, .6);
}
/*** Navbar End ***/

/*** Carousel Header Start ***/
.header-carousel .header-carousel-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.owl-prev,
.owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 20px;
    border-radius: 40px;
    background: #1966b1;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.owl-prev {
    left: 30px;
}

.owl-next {
    right: 30px;
}

.owl-prev:hover,
.owl-next:hover {
    background: #013f6b !important;
    color: var(--bs-white) !important;
}

.header-carousel .header-carousel-item-img-1,
.header-carousel .header-carousel-item-img-2,
.header-carousel .header-carousel-item-img-3 {
    position: relative;
    overflow: hidden;
}

.header-carousel .header-carousel-item-img-1::before,
.header-carousel .header-carousel-item-img-2::before,
.header-carousel .header-carousel-item-img-3::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    top: -300px;
    right: -300px;
    border-radius: 300px;
    /*border: 100px solid rgba(68, 210, 246, 0.2);
    animation: RotateMoveCircle 10s linear infinite;
    background: transparent;
    z-index: 2 !important;*/
}

@keyframes RotateMoveCircle {
    0% {top: -400px;}
    50%   {right: -200px;}
    75%   {top: -200px;}
    100%  {top: -400px;}
}

.header-carousel .header-carousel-item-img-1::after,
.header-carousel .header-carousel-item-img-2::after,
.header-carousel .header-carousel-item-img-3::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 1200px;
    top: -150px;
    left: 70px;
   /* transform: rotate(-30deg);
    background: rgba(68, 210, 246, 0.2);
    animation: RotateMoveRight 5s linear infinite;
    z-index: 2 !important;*/
}

@keyframes RotateMoveRight {
    0%   {left: 0px;}
    50%   {left: 70px;}
    100%  {left: 0px;}
}

.header-carousel .header-carousel-item::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 1200px;
    top: -150px;
    left: -265px;
    /*transform: rotate(-30deg);
    background: var(--bs-dark);
    animation: RotateMoveLeft 5s linear infinite;
    opacity: 0.7;
    z-index: 2 !important;*/
}

@keyframes RotateMoveLeft {
    0%   {left: -240px;}
    50%   {left: -300px;}
    100%  {left: -240px;}
}

.header-carousel .header-carousel-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 33%);
    z-index: 2 !important;
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    padding-top: 30px;
    z-index: 9;
}

@media (max-width: 992px) {

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
   
    z-index: 9;
}


    .header-carousel .header-carousel-item .carousel-caption {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 0 10px;
    }
    .header-carousel-item img {
        height: 700px;
        object-fit: cover;
    }

    .owl-prev,
    .owl-next {
        top: 40px !important;
    }

    .owl-prev {
        left: 55%;
    }
}
/*** Header Carousel End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}

.bg-breadcrumb .bg-breadcrumb-single {
    position: absolute;
    width: 500px;
    height: 1200px;
    top: 0px;
    left: 0;
    margin-left: 30px;
    /*transform: rotate(-30deg);
    background: var(--bs-dark);
    animation: RotateMoveLeft 5s linear infinite;
    opacity: 0.7;
    z-index: 2 !important;*/
}


.bg-breadcrumb::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    top: -150px;
    right: -150px;
    border-radius: 200px;
   /* border: 80px solid rgba(68, 210, 246, 0.2);
    animation: RotateMoveCircle 10s linear infinite;
    background: transparent;
    z-index: 2 !important;*/
}

@keyframes RotateMoveCircle {
    0% {top: -200px;}
    50%   {right: -100px;}
    75%   {top: -100px;}
    100%  {top: -200px;}
}


.bg-breadcrumb::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 1200px;
    top: -150px;
    left: 0;
    margin-left: 160px;
    /*transform: rotate(-30deg);
    background: rgba(68, 210, 246, 0.2);
    animation: RotateMoveRight 5s linear infinite;
    z-index: 2 !important;*/
}
/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .text {
    position: relative;
}

.about .text::after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1966b1;
}
/*** About End ***/


/*** Project Start ***/
.project .project-carousel.owl-carousel {
    height: 100%;
}

.project .project-carousel .project-item {
    position: relative;
    overflow: hidden;
}

.project .project-carousel .project-item .project-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.project .project-carousel .project-item .project-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(68, 210, 246, 0.4);
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-img::after {
    height: 100%;
}

.project .project-carousel .project-item .project-img img {
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-img img {
    transform: scale(1.2);
}

.project .project-carousel .project-item .project-content {
    position: relative;
    width: 75%;
    height: 100%;
    bottom: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.project .project-carousel .project-item .project-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px !important;
    background: var(--bs-dark);
    transition: 0.5s;
}

.project .project-carousel .project-item .project-content .project-content-inner {
    position: relative;
    z-index: 2;
}

.project .project-carousel .project-item:hover .project-content .project-content-inner p,
.project .project-carousel .project-item:hover .project-content .project-content-inner a.h4,
.project .project-carousel .project-item:hover .project-content .project-content-inner .project-icon i {
    color: var(--bs-white) !important;
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-content .project-content-inner a.h4:hover {
    color: var(--bs-primary) !important;
}

.project .project-carousel .project-item:hover .project-content::after {
    height: 100%;
}

.project-carousel .owl-dots {
    position: absolute;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -120px;
    transition: 0.5s;
}

.project-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    background: var(--bs-dark);
    transition: 0.5s;
}

.project-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 40px;
    border: 8px solid var(--bs-primary);
}
/*** Project End ***/

/*** Blog Start ***/
.blog .blog-item .project-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .project-img .blog-plus-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(68, 210, 246, 0.2);
    transition: 0.5s;
    opacity: 0;
}

.blog .blog-item:hover .project-img .blog-plus-icon {
    opacity: 1;
}

.blog .blog-item .project-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .project-img img {
    transform: scale(1.3);
}

/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    overflow: hidden;
    /*border: 1px solid var(--bs-dark);*/
    transition: 0.5s;
}

.team .team-item:hover {
    border: none !important;
}

.team .team-item::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid;
    border-color: var(--bs-primary) transparent transparent var(--bs-primary) !important;
    z-index: 5;
    transition: 1s;
    opacity: 0;
}

.team .team-item::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    border: 1px solid;
    border-color: transparent var(--bs-primary) var(--bs-primary) transparent !important;
    z-index: 5;
    transition: 1s;
    opacity: 0;
}

.team .team-item:hover:after,
.team .team-item:hover::before {
    width: 100% !important;
    height: 100% !important;
    opacity: 1;
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-item .team-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(68, 210, 246, 0.2);
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 8;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon .team-icon-share {
    position: relative;
    margin-top: -200px;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon .team-icon-share {
    margin-top: 0 !important;
}

.team .team-item .team-content {
    position: relative;
}

.team .team-item .team-content::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
   background: #1966b1 !important;
    transition: 0.5s;
}

.team .team-item .team-content::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #1966b1 !important;
    transition: 0.5s;
}

.team .team-item:hover .team-content::after,
.team .team-item:hover .team-content::before {
    width: 100% !important;
    height: 50% !important;
}

.team .team-item:hover .team-content .team-content-inner {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.team .team-item .team-content .team-content-inner h4,
.team .team-item .team-content .team-content-inner p {
    transition: 0.5s;
}

.team .team-item:hover .team-content .team-content-inner p {
    color: var(--bs-white) !important;
}

.team .team-item:hover .team-content .team-content-inner h4 {
    color: #fff !important;
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #1966b1   ;
    border: 1px solid #1966b1;
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: #1966b1;
}
/*** Testimonial End ***/

/*** FAQ'S Start ***/
.faq {
    position: relative;
    overflow: hidden;
}

.faq::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/bg.png);
    object-fit: cover;
    z-index: -1;
}

.faq .faq-img {
    position: relative;
}

.faq .faq-img .faq-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/*** FAQ'S End ***/

/*** Footer Start ***/
.footer {
    background: #01253f;
}
.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 25px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item-post a {
    transition: 0.5s;
}

.footer .footer-item-post a:hover {
    color: var(--bs-primary) !important;
}

.footer .footer-item-post .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item-post .footer-btn a:hover {
    color: var(--bs-dark);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #01253f  !important;
    color: #fff;
}
/*** copyright end ***/



.logo
    {
        width: 200px;
    }


.footer-text
    {
        color: #fff !important;
    }

.footer-text:hover
    {
        color: #cbcaca !important;
    }


/* For second-level submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 0;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropdown-menu .dropdown-menu {
  margin-left: 0.5rem;
  margin-top: -0.5rem;
}


/* Hide child menu by default */
.dropdown-submenu .dropdown-menu {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  margin-left: 1rem;
}

/* Show when submenu has .show */
.dropdown-submenu.show .dropdown-menu {
  display: block;
}






 .calendar-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .calendar {
    width: 100%;
    max-width: 600px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
  }

  .calendar-header {
    background-color: #f4f4f4;
    padding: 10px;
    text-align: center;
    font-weight: bold;
  }

  .calendar-body {
    display: flex;
    flex-direction: column;
  }

  .calendar-row {
    display: flex;
    justify-content: space-around;
  }

  .calendar-cell {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    box-sizing: border-box;
  }

  .event-dates {
    display: flex;   
   
  }


@media (max-width: 991px) {
  .event-dates {
    display: block;   
   
  }
}

  .dates {
    display: flex;
  }

  .date-box {
    width: 50px;
    height: 60px;
    margin: 0 5px;
    background: #f0f0f0;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    border: 2px solid #333;
    border-radius: 4px;
  }

  .event-info {
    margin-left: 20px;
    font-size: 18px;
  }

  .month-year {
    font-size: 20px;
    font-weight: bold;
  }   


 .calendar-p
    {
        padding-left: 340px;
    } 

@media (max-width: 991px) {
  .calendar-p
    {
        padding-left: 1px;
    } 
}


.section-p
        {
            margin-top: 60px;
            margin-bottom: 60px;
        }


/*** Serices-1 Start ***/
.serices-1 .serices-1-item {
    /*box-shadow: 0 0 45px rgba(0, 0, 0, 0.3);*/
}

.serices-1 .serices-1-item .serices-1-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.serices-1 .serices-1-item .serices-1-img img {
    transition: 0.5s;
}

.serices-1 .serices-1-item:hover .serices-1-img img {
    transform: scale(1.2);
}

.serices-1 .serices-1-item .serices-1-img::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(68, 210, 246, 0.4);
    transition: 0.5s;
}

.serices-1 .serices-1-item:hover .serices-1-img::after {
    width: 100% !important;
    height: 100% !important;
}

.serices-1 .serices-1-item .serices-1-content {
    position: relative;
}

.serices-1 .serices-1-item .serices-1-content::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.serices-1 .serices-1-item:hover .serices-1-content::after {
    width: 100% !important;
    height: 100% !important;
}

.serices-1 .serices-1-item .serices-1-content .serices-1-content-inner {
    transition: 0.5s;
}

.serices-1 .serices-1-item:hover .serices-1-content .serices-1-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    transition: 0.5s;
    z-index: 2;
}

.serices-1 .serices-1-item:hover .serices-1-content .serices-1-content-inner a.h4 {
    color: var(--bs-white) !important;
    transition: 0.5s;
}

.serices-1 .serices-1-item:hover .serices-1-content .serices-1-content-inner a.h4:hover {
    color: var(--bs-primary) !important;
}
/*** Serices-1 End ***/






/*** service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%; 
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-primary);
    opacity: 0;
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h5 {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
}
/*** Service End ***/


/*** Features Start ***/
.features .feature-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.features .feature-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 58, 102, 0.1);
    z-index: -1;
    transition: 0.5s;
}

.features .feature-item:hover::after {
    height: 100%;
}

.features .feature-item .feature-icon {
    width: 120px; 
    height: 120px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon {
    border-radius: 50%;
    background: var(--bs-white) !important;
}

.features .feature-item .feature-icon i {
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon i {
    color: var(--bs-secondary) !important;
    transform: rotate(360deg);
    transition: all 0.5s ease;
}
/*** Features End ***/


/*** Country Start ***/
.country .country-item {
    position: relative;
}

.country .country-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 58, 102, 0.7);
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.country .country-item:hover::after {
    height: 100%;
}

.country .country-item .country-flag {
    position: absolute;
    width: 90px; 
    height: 90px; 
    border-radius: 50%;
    top: -45px; 
    left: 50%; 
    transform: translateX(-50%);
    transition: 0.5s;
    z-index: 2;
}

.country .country-item .country-flag img {
    border: 5px solid var(--bs-white);
    transition: 0.5s;
}

.country .country-item:hover .country-flag img {
    border: 5px solid var(--bs-white);
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

.country .country-item .country-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
}

.country .country-item:hover .country-name {
    opacity: 1;
}

.country .country-item img {
    transition: 0.5s;
}

.country .country-item:hover img {
    transform: scale(1.2);
}

.country .country-item .country-name a.fs-4 {
    transition: 0.5s;
}

.country .country-item .country-name a.fs-4:hover {
    color: var(--bs-secondary) !important;
}
/*** Country End ***/






/*** service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%; 
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
    background: #01253f;
    opacity: 0;
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h5 {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
}
/*** Service End ***/





/*** Serices-1 Start ***/
.serices-1 .serices-1-item {
    /*box-shadow: 0 0 45px rgba(0, 0, 0, 0.3);*/
}

.serices-1 .serices-1-item .serices-1-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.serices-1 .serices-1-item .serices-1-img img {
    transition: 0.5s;
}

.serices-1 .serices-1-item:hover .serices-1-img img {
    transform: scale(1.2);
}

.serices-1 .serices-1-item .serices-1-img::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(68, 210, 246, 0.4);
    transition: 0.5s;
}

.serices-1 .serices-1-item:hover .serices-1-img::after {
    width: 100% !important;
    height: 100% !important;
}

.serices-1 .serices-1-item .serices-1-content {
    position: relative;
}

.serices-1 .serices-1-item .serices-1-content::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.serices-1 .serices-1-item:hover .serices-1-content::after {
    width: 100% !important;
    height: 100% !important;
}

.serices-1 .serices-1-item .serices-1-content .serices-1-content-inner {
    transition: 0.5s;
}

.serices-1 .serices-1-item:hover .serices-1-content .serices-1-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    transition: 0.5s;
    z-index: 2;
}

.serices-1 .serices-1-item:hover .serices-1-content .serices-1-content-inner a.h4 {
    color: var(--bs-white) !important;
    transition: 0.5s;
}

.serices-1 .serices-1-item:hover .serices-1-content .serices-1-content-inner a.h4:hover {
    color: var(--bs-primary) !important;
}
/*** Serices-1 End ***/



/*** testimonial Start ***/
.testimonial .owl-carousel.testimonial-carousel {
    position: relative;
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content {
    position: relative;
    border-radius: 4px;
    background: #01253f;
}

.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 45px;
    bottom: -20px;
    left: 30px;
    transform: rotate(45deg);
    background: #01253f;
    z-index: -1;
}

/*** testimonial end ***/




/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
.venue .container-fluid {
  margin-bottom: 3px;
}

.venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.venue .venue-info {
  background: url("../../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.venue .venue-info:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--contrast-color);
}

@media (max-width: 574px) {
  .venue .venue-info h3 {
    font-size: 24px;
  }
}

.venue .venue-info p {
  color: var(--contrast-color);
  margin-bottom: 0;
}

.venue .venue-gallery-container {
  padding-right: 12px;
}

.venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid var(--background-color);
  border-bottom: 3px solid var(--background-color);
}

.venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

.venue .venue-gallery:hover img {
  transform: scale(1.1);
}


/*--gallery--*/




 .banner-date
    {
        background: #fecc00; 
        padding: 10px; 
        border-radius: 50px;
         color:#000; width:45%
    } 




@media (max-width: 991px) {
  .banner-date
    {
        background: #fecc00; 
        padding: 10px; 
        border-radius: 50px;
         color:#000; width:100%;
         font-size: 17px;
    } 
}





.lightboxpreview {
   transition: all .3s linear;
padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
   
.lightbox-content {
max-height:75svh;
  height:75svh;
}

.lightbox-close { 
  cursor:pointer;
    margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;}

.modalscale {transform:scale(0);
opacity:0;}



.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
.lightbox_img_wrap {padding-top:65%;
  position:relative;
  overflow:hidden;
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {width:100%;
height:100%;
  position:absolute;
  top:0;
object-fit:cover;
cursor:pointer;}

.lightbox-container {width:100svw;
height:100svh;
position:fixed;
top:0;
left:0;
  display:flex;
  align-items:center;
  justify-content:center;
background-color:rgb(0 0 0 / 85%);
z-index:9999;
opacity:0;
pointer-events:none;
}

.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
  color:white;
  z-index:9999999;
 cursor:pointer; 
  position:absolute;
  font-size:36px;
  color: #d3d3d3;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
right:50px;}

.lightbox-image {
  width:100%;
  max-height:95vh;
  object-fit:cover;
 }

@keyframes slideleft {
  33% {transform:translateX(-300px);
  opacity:0;
  }
  66% {transform:translateX(300px);
  opacity:0;
  }
}


.slideleft {
   animation-name: slideleft;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
@keyframes slideright {
  33% {transform:translateX(300px);
  opacity:0;}
  66% {transform:translateX(-300px);
  opacity:0;}
}


.slideright{
   animation-name: slideright;
 animation-duration: .5s; 
 animation-timing-function: ease; 
}
    


/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  line-height: 1;
  color: #d3d3d3;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}




.logo-bg
    {
        background: linear-gradient(to right, #63005d, #01316f);
    }


@media (max-width: 991px) {
  .logo-bg
    {
        background: linear-gradient(to right, #63005d, #01316f);
    }

}



.header-size
    {
        width: 220px !important;
    }



.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  display: none; /* Hide by default */
}

/* Show submenu only when .show is added */
.dropdown-submenu.show > .dropdown-menu {
  display:block;
}




/* Testimonial Carousel Item Styling */
.testimonial-carousel .item {
    padding: 10px;              /* Item ke andar space */
}

.testimonial-carousel .testimonial-item {
    background-color: #007bff;  /* Blue background */
    color: #fff;                /* White text */
    border-radius: 10px;        /* Rounded corners */
    padding: 20px;
    height: 100%;               /* Height same for all items */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Text inside testimonial */
.testimonial-carousel .testimonial-item p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* Image and name container */
.testimonial-carousel .testimonial-item .d-flex img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

/* Section padding */
.testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Optional: make carousel nav buttons visible */
.owl-nav button {
    background-color: #1966b1;
    color: #fff;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
}

/* Optional: dots style */
.owl-dots .owl-dot span {
    background: #007bff;
}



/*--Clients-review--*/


.carousel-Clients-bg
    {
        background: #fff;
        border-radius: 10px;
    }
.carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: #1966b1;
  border-radius: 50%;
  top: 40%;
  
}
/*--Clients-reviewclose--*/

.small-text
    {
        font-size: 14px;
    }

.company-small-text
    {
       font-size:16px; 
       font-weight: bold;
    }


.team-single-area .team-content-top {
    background: #ffffff;
    padding: 20px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%) !important;
}

.team-single-area .team-content-top .right-info {
    padding-left: 35px;
    padding-right: 50px;
}

.team-img-p
    {
        margin-bottom: 1px;
    }

@media (max-width: 991px) {
 .team-single-area .team-content-top .right-info
  {
    padding-left: 12px;
    padding-right: 10px;
}
.team-img-p
    {
        margin-bottom: 20px;
    }

.team-single-area .team-content-top {
    background: #ffffff;
    padding: 20px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%) !important;
}


  }




.team-single-area .team-content-top .right-info h2 {
    font-weight: 600;
}

.team-single-area .team-content-top .right-info span {
    display: block;
    margin-bottom: 15px;
}

.team-single-area .right-info ul {
    margin-top: 25px;
    border-top: 1px solid #e7e7e7;
    padding-top: 17px;
}

.team-single-area .right-info ul li {
    margin-top: 10px;
    color: #232323;
}

.team-single-area .right-info ul li a {
    font-weight: 400;
}

.team-single-area .right-info ul li a:hover {
    color: #1273eb;
}

.team-single-area .right-info .social {
    display: flex;
    margin-top: 25px;
    font-weight: 600;
    align-items: center;
}

.team-single-area .right-info .social h4 {
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 25px;
}

.team-single-area .right-info .social ul {
    margin: 0;
    padding: 0;
    border: none;
}

.team-single-area .right-info .social .share-link {
    position: relative;
    z-index: 1;
    margin-left: 15px;
}

.team-single-area .right-info .social .share-link > i {
    display: inline-block;
    height: 45px;
    background: #ffffff;
    box-shadow: 0 0 10px #cccccc;
    line-height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: #1273eb;
}

.team-single-area .right-info .social ul {
    display: flex;
    list-style-type: none;
    grid-gap: 10px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out 0s;
}

.team-single-area .right-info .social .share-link:hover ul {
    left: 58px;
    opacity: 1;
    pointer-events: auto;
}

.team-single-area .right-info .social ul li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

.team-single-area .right-info .social ul li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 47px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 50%;
}

.team-single-area .bottom-info {
    margin-top: 80px;
}

.team-single-area .bottom-info h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.team-single-area .bottom-info p:last-child {
    margin-bottom: 0;
}

.team-single-area .bottom-info .skill-items {
    padding-left: 35px;
}


/*--chield-menu--*/
.nested-dropdown {
    position: relative; 
    list-style: none; 
}


.nested-dropdown .nested-menu {
    display: none; 
    position: absolute; 
    top: 0;
    left: 100%; 
    margin-top: -1px;
    margin-left: 1px; 
    z-index: 1000;
    min-width: 10rem;
    padding: .5rem 0;
    border: 1px solid rgba(0,0,0,.15);
    background-color: #f7fafb;
    border-radius: 0.25rem;
   
    list-style: none;
}


.nested-dropdown:hover > .nested-menu {
    display: block; 
}


.nested-link {
    display: block;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #000000; 
    text-decoration: none;
    background-color: transparent;
    border: 0;
}

.nested-link:hover, 
.nested-menu .nested-item a:hover {
    color: #1e2125; 
    background-color: #e9ecef !important; 
}

.nested-dropdown .nested-link:focus,
.nested-dropdown .nested-link:active,
.nested-dropdown a.dropdown-toggle:focus,
.nested-dropdown a.dropdown-toggle:active {
    background-color: transparent !important; 
    /*color: #000000 !important; */
    box-shadow: none !important;
    outline: 0 !important;
}

 .nested-dropdown > a.dropdown-toggle::after {
    transform: rotate(-90deg); 
    margin-left: 20px; 
    vertical-align: middle;
}



@media (max-width: 991px) {
  .nested-dropdown {
    position: relative;
  }

  .nested-dropdown .nested-menu {
    position: static; /* remove absolute positioning */
    top: auto;
    left: auto;
    margin: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    display: none; /* keep hidden until clicked or hovered */
  }

  /* For better UX on mobile: open on click (Bootstrap handles this) */
  .nested-dropdown.show > .nested-menu {
    display: block;
    background-color: #f7fafb;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    padding: .5rem 0;
  }

.nested-dropdown.show > .nested-menu {
    display: block !important;
    background-color: #f7fafb;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    padding: .5rem 0;
  }
}


}


/* Default (Desktop hover) */
.nested-dropdown .nested-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: 1px;
  z-index: 1000;
  min-width: 10rem;
  padding: .5rem 0;
  border: 1px solid rgba(0,0,0,.15);
  background-color: #f7fafb;
  border-radius: 0.25rem;
  list-style: none;
}
.nested-dropdown:hover > .nested-menu {
  display: block;
}

/* ✅ Mobile View with smooth animation */
@media (max-width: 991px) {
  .nested-dropdown {
    position: relative;
  }

  .nested-dropdown .nested-menu {
    position: static;
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
    background-color: transparent;
    border: none;
    padding: 0;
  }

  .nested-dropdown.show > .nested-menu {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    background-color: #f7fafb;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    padding: .5rem 0;
  }
}




/*--chield-menu-close--*/



.banner-header-center-img
    {
        height: 70px;
        /*width: 70%;*/
        margin-top: -10px;
        margin-left: 20px;
    }


 .exhibitor-profiles-text
    {
        font-size: 16px;
    }  




.pbmit-ihbox-style-15 .pbmit-ihbox-btn {
    margin-top: 20px;
}

.pbmit-text-color-white .pbmit-ihbox-style-15 .pbmit-ihbox-btn a {
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-15 .pbmit-ihbox-btn a:hover {
    color: var(--pbmit-global-color);
}

.pbmit-text-color-white.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-15 .pbmit-ihbox-btn a:hover, .pbmit-text-color-white.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-15 .pbmit-ihbox-btn a:hover {
    color: var(--pbmit-blackish-color);
}

.pbmit-text-color-blackish.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-15 .pbmit-ihbox-btn a:hover, .pbmit-text-color-blackish.pbmit-elementor-bg-color-gradient .pbmit-ihbox-style-15 .pbmit-ihbox-btn a:hover {
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-16 {
    display: inline-block;
    padding: 15px;
    position: relative;
    z-index: 1;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-box {
    display: flex;
    align-items: center;
}

.pbmit-ihbox-style-16.why-choose-cards .pbmit-ihbox-box {
    align-items: unset;
}

.pbmit-ihbox-style-16::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #1966b1 !important;
    opacity: 0;
    z-index: -1;
    transition: .5s;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    color: #fff !important;

}

.pbmit-ihbox-style-16::hover {
  
    color: #fff !important;

}

 
/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/
.sponsors .clients-wrap {
  border-top: 1px #e9e9e9 solid ;
  border-left: 1px #e9e9e9 solid ;
}

.sponsors .client-logo {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px #e9e9e9 solid ;
  border-bottom: 1px #e9e9e9 solid ;
  overflow: hidden;
}

.sponsors .client-logo img {
  padding: 10px;
  max-width: 100%;
  transition: 0.3s;
}

@media (max-width: 640px) {
  .sponsors .client-logo img {
    padding: 30px;
    max-width: 50%;
  }
}

.sponsors .client-logo:hover img {
  transform: scale(1.1);
}


.pbmit-icon-wrapper.pbmit-icon-type-icon.why-icon img {
    width: 40px;
    margin: 0;
    height: 40px;
    margin-top: -50px;
}
.pbmit-ihbox-style-16 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text, .pbmit-ihbox-style-16 .pbmit-ihbox-icon .pbmit-icon-type-icon, .pbmit-ihbox-style-16 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper {
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 55px;
    line-height: 110px;
    color: var(--pbmit-global-color);
    background-color: #fff !important;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper {
    font-size: 28px;
    line-height: 100px;
    fill: var(--pbmit-global-color);
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon, .pbmit-ihbox-style-16 .pbmit-ihbox-svg {
    margin-right: 22px;
}

.pbmit-ihbox-style-16 .pbmit-element-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}



@media (max-width: 768px) {
.pbmit-ihbox-style-16 .pbmit-element-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}

}

.pbmit-ihbox-style-16 .pbmit-element-heading, .pbmit-ihbox-style-16 .pbmit-element-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.pbmit-mihbox-hover-active .pbmit-ihbox-style-16 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text, .pbmit-ihbox-style-16:hover .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text, .pbmit-mihbox-hover-active .pbmit-ihbox-style-16 .pbmit-ihbox-icon .pbmit-icon-type-icon, .pbmit-ihbox-style-16:hover .pbmit-ihbox-icon .pbmit-icon-type-icon, .pbmit-mihbox-hover-active .pbmit-ihbox-style-16 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper, .pbmit-ihbox-style-16:hover .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper {
    background-color: rgba(var(--pbmit-global-color-rgb), 0.2);
  background-image: linear-gradient(to left, #ab7aa526, #849ee54d);
}

.pbmit-ihbox-style-16, .pbmit-ihbox-style-16::before, .pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-image img, .pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper.pbmit-ihbox-icon-type-text, .pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper .pbmit-icon-type-icon, .pbmit-ihbox-style-16 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.pbmit-ihbox-style-16, .pbmit-ihbox-style-16 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper {
    transition: all 0.5s ease 0s;
}

.pbmit-ihbox-style-16, .pbmit-ihbox-style-16 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper {
    transition: all 0.5s ease 0s;
    background: #011c30;
   
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper {
    font-size: 45px;
    line-height: 100px;
}

.pbmit-ihbox-style-16:hover::before {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon .pbmit-icon-type-icon {
    box-shadow: 0px 2px 40px 0px rgb(0 0 0 / 5%);
    border-radius: 100px;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-icon-wrapper img {
    max-width: 100px;
    height: 100px;
}

.pbmit-ihbox-style-16 .pbmit-ihbox-btn {
    margin-top: 15px;
}

.pbmit-ihbox-style-17 {
    position: relative;
    padding: 70px 30px 50px;
    text-align: center;
    background-color: var(--pbmit-white-color);
    -webkit-box-shadow: 0px 2px 40px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 40px 0px rgb(0 0 0 / 5%);
}

.pbmit-ihbox-style-17 .pbmit-element-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}

.pbmit-text-color-white .pbmit-ihbox-style-17 .pbmit-element-title {
    color: var(--pbmit-blackish-color);
}

.pbmit-ihbox-style-17 .pbmit-element-heading, .pbmit-ihbox-style-17 .pbmit-element-subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--pbmit-blackish-color);
}
  


.free-registration
    {
        background: #fecc00 !important;
        color: #000 !important;
    }


.free-registration:hover
    {
        background: #e5b906 !important;
        color: #000 !important;
    }

/*--btn-animation--*/
/*.free-registration {
  animation: bounce 1.8s infinite ease-in-out;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}*/


.free-registration {
  animation: shake 1.5s infinite;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-15px); }
  50% { transform: translateX(15px); }
  75% { transform: translateX(-15px); }
}*
/*--btn-animation-close--*/

.menu-btn-padding
    {
        margin-left: 20px;
    }


 /*--client-logo--*/
 .clients {
  padding: 1px 0;
  padding-bottom: 30px;
}
.box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 90%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto;
}
.box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.box:hover {
  transform: scale(1.1);
}


 /*--client-logo-close--*/   




 .testimonials-wrap {
            padding: 40px 0;
        }
        .heading-section {
            text-align: center;
        }
        .sub-heading {
            font-size: 12px;
            display: block;
            font-weight: 600;
            color: #2e9ca1;
            text-transform: uppercase;
            letter-spacing: 2px;
        }
        .heading-section h2 {
            font-size: 28px;
            font-weight: 600;
            padding-top: 10px;
            padding-bottom: 15px;
        }
        .testimonial-box {
            display: block;
            position: relative;
            padding: 30px 20px;
            background: #fff;
            border: 1px solid rgba(0,0,0,.03);
            border-radius: 5px;
            box-shadow: 0 0 20px rgba(0, 0, 0, .08);
        }
        .user-img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: relative;
            min-width: 80px;
            background-size: 100%;
        }
        .carousel-testimonial .item {
            padding: 30px 10px;
        }
        .quote {
            position: absolute;
            top: -23px;
            color: #2e9da1;
            font-size: 27px;
        }
        .name {
            margin-bottom: 0;
            line-height: 14px;
            font-size: 17px;
            font-weight: 500;
        }
        .position {
            color: #adadad;
            font-size: 14px;
        }
        .carousel-testimonial .owl-nav {
            text-align: center;
        }
        .carousel-testimonial .owl-nav button.owl-next, 
        .carousel-testimonial .owl-nav button.owl-prev {
            padding: 0 12px !important;
        }
        .carousel-testimonial .owl-nav button {
            outline: none;
            padding: 0;
        }
        .carousel-testimonial .owl-nav button.owl-next span, 
        .carousel-testimonial .owl-nav button.owl-prev span {
            display: block;
            font-size: 40px;
            width: 25px;
            height: 25px;
            vertical-align: 0px;
            line-height: 16px;
        }
        .carousel-testimonial .owl-nav button.owl-next.disabled, 
        .carousel-testimonial .owl-nav button.owl-prev.disabled {
            opacity: 0.5;
        }




/*marquee*/
.marquee-container {
      overflow: hidden;
      position: relative;
      width: 100%;
      height: 40px;
      line-height: 40px;
     
    }

    /* Moving content */
    .marquee {
      display: flex;
      white-space: nowrap;
      animation: scrollText 25s linear infinite;
    }

    .marquee span {
      margin: 0;
      padding-right: 100px; /* gap between repeats */
      color: #fff;
      font-size: 16px;
     
      text-transform: uppercase;
    }

    /* Animation keyframes */
    @keyframes scrollText {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    /* Optional: pause when hovered */
    .marquee-container:hover .marquee {
      animation-play-state: paused;
    }

/*marquee-close*/

/*btn-animation*/
@keyframes scrollText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee-container:hover .marquee {
  animation-play-state: paused;
}

.free-registration {
  animation: bounce 1.8s infinite ease-in-out;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
/*btn-animation-close*/

.logo-border
    {
         border: 1px #ada7a7 solid;
    }

.right-band-stall
    {
        position:fixed; 
        top:43%; 
        right:-7px;
        z-index: 999;
         cursor: pointer;
    }
.right-band-stall1
    {
        position:fixed; 
        top:75%; 
        right:-5px;
        z-index: 999;
         cursor: pointer;
    }

.right-band-stall-img
    {
       width:95%
    }

@media (max-width: 991px) {
 .right-band-stall
    {
        position:fixed; 
        top:43%; 
        right:-7px;
        z-index: 999;
         cursor: pointer;
    }
.right-band-stall1
    {
        position:fixed; 
        top:72%; 
        right:-7px;
        z-index: 999;
         cursor: pointer;
    }

.right-band-stall-img
    {
       width:85%
    }
  }



    .wrapper1 {
    max-width: 100%;
   /* padding: 2rem;
    margin: 0 auto;*/
}

/* Gallery */
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 12.5rem);
    gap: 1rem;
}

/* Gallery Layout */
.gallery__item--1 {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
}

.gallery__item--2 {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
}

.gallery__item--3 {
    grid-column: 2 / span 1;
    grid-row: 1 / span 2;
}

.gallery__item--4 {
    grid-column: 3 / span 1;
    grid-row: 1 / span 3;
}

.gallery__item--5 {
    grid-column: 1 / span 2;
    grid-row: 3 / span 2;
}

.gallery__item--6 {
    grid-column: 3 / span 1;
    grid-row: 4 / span 1;
}

/* Gallery Link */
.gallery__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Gallery Link Overlay */
.gallery__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.4);
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;

    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}

/*.gallery__link:hover .gallery__overlay {
    opacity: 1;
}*/

/* Gallery Overlay Text */
.gallery__overlay span {
    position: relative;
    line-height: 3rem;
}

.gallery__overlay span:before,
.gallery__overlay span:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    background: #fff;
    transition: width .3s ease-out .2s;
}

.gallery__overlay span:before {
    top: 0;
    left: 0;
}

.gallery__overlay span:after {
    bottom: 0;
    right: 0;
}

.gallery__link:hover .gallery__overlay span:before,
.gallery__link:hover .gallery__overlay span:after {
    width: 100%;    
}


/* Gallery Image */
.gallery__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: 
        transform .5s,
        filter .5s;
}

.gallery__link:hover .gallery__image {
    /*transform: scale(1.2);
    filter: blur(2px);*/
}

@media screen and (max-width: 60rem) {
    .wrapper {
        padding: 1rem;
    }

    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Gallery Layout */
    .gallery__item--1 {
        grid-column: 1 / span 1;
        grid-row: 1 / span 1;
    }

    .gallery__item--2 {
        grid-column: 1 / span 1;
        grid-row: 2 / span 1;
    }

    .gallery__item--3 {
        grid-column: 2 / span 1;
        grid-row: 1 / span 2;
    }

    .gallery__item--4 {
        grid-column: 1 / span 1;
        grid-row: 3 / span 2;
    }

    .gallery__item--5 {
        grid-column: 2 / span 1;
        grid-row: 3 / span 1;
    }

    .gallery__item--6 {
        grid-column: 2 / span 1;
        grid-row: 4 / span 1;
    }

    .gallery__overlay {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 35rem) {
    .gallery {
        display: block;
    }

    .gallery__item {
        margin: .5rem;
    }

    .gallery__link {
        height: 80vw;
    }

    .gallery__overlay {
        font-size: 1rem;
    }
}



.future-padding
    {
        padding-top:150px !important; 
        padding-bottom: 100px !important;
    }

 .broucher-btn
    {
        background: none !important;
        border: 3px #fecc00 solid !important;
    }   

    .broucher-btn:hover
    {
        background: none !important;
        border: 3px #fecc00 solid !important;
    }   

.top-btn-bold
    {
        font-weight: 500 !important;
    }    


/*--whats-icons-add--*/
 .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:30px;   
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    /*box-shadow: 2px 2px 3px #999;*/
    z-index:100;
}

.my-float{
    margin-top:16px;
}   

/*--whats-icons-add-close--*/

.border-b
    {
        border-bottom: 1px #d3d2d2 solid;
    }




.clients-section {
    padding:10px 30px 20px 30px;
  
    text-align: center;
}

.clients-section h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 600;
}

.client-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: auto;
    
}

.client-card {
    background: #ffffff;
    border-radius: 4px;
    padding: 10px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.client-card img {
    max-width: 240px;
    max-height: 100px;
    object-fit: contain;
}

.client-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 18px rgba(0,0,0,0.15);
}


/* Image container */
.image-container {
    position: relative;
    overflow: visible; /* allow image to spill out */
}

.wide-theme-img {
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
    display: block;
}

/* Floating image animation */
.animate-image {
    animation: floatImage 6s ease-in-out infinite;
}

@keyframes floatImage {
    0%   { transform: translateY(0px) scale(1); }
    50%  { transform: translateY(-10px) scale(1.02); }
    100% { transform: translateY(0px) scale(1); }
}

/* Scale animation for section elements */
.animate-scale-item {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.8s ease-out;
}

.animate-scale-item.visible {
    opacity: 1;
    transform: scale(1);
}

/* Staggered delay */
.animate-scale-item:nth-child(1) { transition-delay: 0.2s; }
.animate-scale-item:nth-child(2) { transition-delay: 0.4s; }

/* Fade-up text animation */
.fade-up-text {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease-out;
}

.fade-up-text.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Fade-slide cards for features */
.fade-slide {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}

.fade-slide-left {
    transform: translateX(-50px);
}

.fade-slide-right {
    transform: translateX(50px);
}

.fade-slide.visible {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.form-control-1
    {
        height: 42px;
    }

.lable
    {
        font-size: 14px;
        color: #000;
        margin-bottom:10px;
    }    


 .contact-img
    {
        width: 95%;
    }   
 .exhibit-p
    {
        padding-top: 100px;
        padding-left: 50px
    }

.exhibit-p1
    {
        padding-top: 70px;
        padding-left: 50px
    }
.supply-chain
    {
        padding-top: 30px;
        padding-left: 50px
    }

@media (max-width: 991px) {

 .contact-img
    {
        width: 100%;
    }   

    .exhibit-p
    {
        padding-top: 30px;
        padding-left: 20px
    }
    .exhibit-p1
    {
         padding-top: 30px;
        padding-left: 20px
    }

    .supply-chain
    {
        padding-top: 30px;
        padding-left: 20px
    }

  } 


  /*--time-*/

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 1px auto;
}

/* Vertical gold line */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #fecc00;
  top: 50px; /* start line below first circle */
  bottom: 20px; /* stop line before the last circle */
  left: 50%;
  margin-left: -3px;
  z-index: 0; /* ensures circles appear on top */
}

/* Timeline containers */
.timeline-container {
  padding: 20px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* Circles */
.timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #fff;
  border: 4px solid #fecc00;
  top: 30px;
  border-radius: 50%;
  z-index: 1;
}

/* Left and right containers */
.left {
  left: 0;
}

.right {
  left: 50%;
}

/* Arrow heads */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 37px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #fecc00;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fecc00;
}

.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 37px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #fecc00;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fecc00 transparent transparent;
}

/* Content boxes */
.timeline-content {
  padding: 20px 30px;
  background-color: #252562;
 /* background-color: #B9932F */
  position: relative;
  border-radius: 6px;
  color: #000;
}

.timeline-content h2 {
  margin-top: 0;
  color: #fff;
  font-weight: 700;
}

.timeline-content h4 {
  color: #fff;
  font-weight: 600;
}

.timeline-content p {
  color: #fff;
  margin-bottom: 0;
}

/* Adjust circle for right side */
.right::after {
  left: -13px;
}

/* Responsive timeline */
@media screen and (max-width: 600px) {
  .timeline::after {
    left: 31px;
  }

  .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .timeline-container::before {
    left: 60px;
    border: medium solid #B9932F;
    border-width: 10px 10px 10px 0;
    border-color: transparent #B9932F transparent transparent;
  }

  .timeline-container::after {
    left: 18px;
  }

  .right {
    left: 0%;
  }
}

.timeline-img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 15px 0;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform-origin: center;
}


.timeline-content:hover .timeline-img {
  transform: scale(1.08) rotate3d(1, 1, 0, 5deg);
  box-shadow: 0 8px 25px rgba(254, 204, 0, 0.4);
}


/* --- INTERACTIVE & ANIMATED TIMELINE ENHANCEMENTS --- */

/* Keep the gold line static (no glow animation) */
.timeline::after {
  background-color: #fecc00; /* solid gold line */
}

/* Glowing timeline circles */
.timeline-container::after {
  animation: pulseCircle 2s infinite;
  transition: transform 0.3s ease;
}

.timeline-container:hover::after {
  transform: scale(1.2);
  box-shadow: 0 0 20px #fecc00, 0 0 30px #ffeb3b;
}

@keyframes pulseCircle {
  0% { box-shadow: 0 0 0 0 rgba(254, 204, 0, 0.7); }
  70% { box-shadow: 0 0 0 20px rgba(254, 204, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(254, 204, 0, 0); }
}

/* Content hover animation */
.timeline-content {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
}


/* Image subtle zoom-in animation */
.timeline-img {
  transition: transform 0.6s ease-in-out;
}

.timeline-content:hover .timeline-img {
  transform: scale(1.07);
}

/* Floating animation for alternating containers */
.left .timeline-content {
  animation: floatLeft 4s ease-in-out infinite alternate;
}

.right .timeline-content {
  animation: floatRight 4s ease-in-out infinite alternate;
}

@keyframes floatLeft {
  0% { transform: translateY(0); }
  100% { transform: translateY(-8px); }
}

@keyframes floatRight {
  0% { transform: translateY(0); }
  100% { transform: translateY(8px); }
}


  /*--time-line--*/




/*** Serices-2 Start ***/
.serices-2 .serices-2-item {
    /*box-shadow: 0 0 45px rgba(0, 0, 0, 0.3);*/
}

.serices-2 .serices-2-item .serices-2-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.serices-2 .serices-2-item .serices-2-img img {
    transition: 0.5s;
}

.serices-2 .serices-2-item:hover .serices-2-img img {
    transform: scale(1.2);
}

.serices-2 .serices-2-item .serices-2-img::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(68, 210, 246, 0.4);
    transition: 0.5s;
}

.serices-2 .serices-2-item:hover .serices-2-img::after {
    width: 100% !important;
    height: 100% !important;
}

.serices-2 .serices-2-item .serices-2-content {
    position: relative;
}

.serices-2 .serices-2-item .serices-2-content::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    
    border-radius: 10px;
   background:linear-gradient(to right, #63005d, #01316f);
    /*background: radial-gradient(circle, #63005d, #01316f);*/
    transition: 0.5s;
    z-index: 1;
}

.serices-2 .serices-2-item:hover .serices-2-content::after {
    width: 100% !important;
    height: 100% !important;
}

.serices-2 .serices-2-item .serices-2-content .serices-2-content-inner {
    transition: 0.5s;
}

.serices-2 .serices-2-item:hover .serices-2-content .serices-2-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    transition: 0.5s;
    z-index: 2;
}

.serices-2 .serices-2-item:hover .serices-2-content .serices-2-content-inner a.h4 {
    color: var(--bs-white) !important;
    transition: 0.5s;
}

.serices-2 .serices-2-item:hover .serices-2-content .serices-2-content-inner a.h4:hover {
    color: var(--bs-primary) !important;
}
/*** Serices-2 End ***/




.drop-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.drop-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #01316f;
  margin-bottom: 50px;
}

.drop-block {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.7s ease-out;
}

.drop-block i {
  font-size: 40px;
  color: #fff;
  background: linear-gradient(to right, #63005d, #01316f);
  padding: 20px;
  border-radius: 12px;
  flex-shrink: 0;
}

.drop-block h3 {
  margin: 0 0 5px;
  color: #01316f;
}

.drop-block p {
  margin: 0;
  color: #555;
}

/* Active class triggered via JS */
.drop-block.active {
  opacity: 1;
  transform: translateY(0);
}





.theme-flip-section {
  background-color: #053365; /* dark navy background for the section */
  color: white;
}

.flip-card {
  background-color: transparent;
  perspective: 1200px;
  /*width: 220px; */ 
  height: 220px;
  margin: 0 auto;
  border-radius: 15px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  padding: 1rem;
  box-sizing: border-box;
  transition: background 0.3s, color 0.3s;
}

/* Front: dark blue with yellow icon */
.flip-card-front {
  font-size: 4rem;
  background-color: #0d1b2a; /* dark blue */
  color: #fecc00 ; /* bright yellow icon */
}

/* Back: yellow background with dark blue text */
.flip-card-back {
  background-color: #fecc00 ; /* yellow */
  color: #0d1b2a; /* dark blue text */
  transform: rotateY(180deg);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Hover effect for card */
.info-box:hover {
  transform: translateY(-6px);
  box-shadow:0 18px 45px rgba(0,0,0,0.18);
}

/* Bounce-in header (stays visible) */
.shining-text {
  opacity: 0;
  transform: translateY(-50px);
  animation: bounceIn 1s ease-out forwards;
}

@keyframes bounceIn {
  0% { opacity: 0; transform: translateY(-50px); }
  60% { opacity: 1; transform: translateY(10px); }
  80% { transform: translateY(-5px); }
  100% { opacity: 1; transform: translateY(0); } /* make sure opacity stays 1 */
}

/* Paragraphs fade in + float gently */
.main-text {
  opacity: 0;
  display: inline-block;
  animation: fadeUp 1s ease-out forwards, floatWave 3s ease-in-out infinite;
}

.main-text:nth-of-type(1) { animation-delay: 0.5s, 0s; }
.main-text:nth-of-type(2) { animation-delay: 1s, 0s; }

@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes floatWave {
  0% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-3px) translateX(2px); }
  100% { transform: translateY(0) translateX(0); }
}


 .philosophy-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    }



  .horizontal-card {
    display: flex;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

.horizontal-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.18);
}

.horizontal-img img {
    width: 260px;
    height: 100%;
    object-fit: cover;
}

.horizontal-content {
    padding: 25px 30px;
    flex-grow: 1;
}

.horizontal-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
}

.horizontal-btn {
    background: #007bff;
    color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s ease;
}

.horizontal-btn:hover {
    background: #0056d6;
    transform: scale(1.07);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .horizontal-card {
        flex-direction: column;
    }
    .horizontal-img img {
        width: 100%;
        height: 220px;
    }
}
  

.note-box {
    background: #fff3cd;
    border-left: 6px solid #fecc00;
    padding: 20px 18px;
    border-radius: 5px;
    font-size: 16px;
    color: #7a5c00;
}  


/* Background gradient */
.expo-glass-section {
    background: linear-gradient(135deg, #3a4eff, #9bb3ff);
    padding: 80px 0;
}

/* Title */
.expo-glass-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

/* Subtitle */
.expo-glass-subtext {
    color: #eef1ff;
    font-size: 1.15rem;
    max-width: 750px;
    margin: 0 auto 10px;
}

/* Card: Glassmorphism */
.expo-glass-card {
    backdrop-filter: blur(12px);
  background: linear-gradient(to right, #63005d, #01316f);
    border-radius: 18px;
    padding: 30px 25px;
    border: 3px solid #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    color: #fff;
    transition: 0.3s ease;
    position: relative;
}

/* Gradient border effect */
.expo-glass-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 2px;
   
}

/* Hover */
.expo-glass-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.35);
}

/* Icons */
.expo-glass-card i {
    font-size: 2rem;
    color: #ffffff;
    padding: 15px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
}

/* Text inside card */
.expo-glass-card h4 {
    font-weight: 700;
    margin-top: 15px;
}

.expo-glass-card p {
    margin: 0;
    font-size: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .expo-glass-card {
        padding: 25px;
    }
    .expo-glass-title {
        font-size: 2rem;
    }
}





/* Background */
.robotics-section {
    background: linear-gradient(135deg, #e9f0ff, #cad7ff);
    padding: 80px 0;
}

/* Content styles */
.robotics-content {
    background: #fff;
    backdrop-filter: blur(6px);
    padding: 35px 35px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-left: 6px solid #1966b1;
}

.robotics-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0a1c3a;
}

.robotics-sub {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0d47a1;
    margin-bottom: 20px;
}

.robotics-text {
    color: #444;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Button */
.robotics-btn {
    background: #0d47a1;
    color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
}

.robotics-btn:hover {
    background: #092f6b;
    transform: translateY(-3px);
}

/* Image box */
.robotics-img-box {
    border-radius: 18px;
    overflow: hidden;
   
}

.robotics-img {
    width: 100%;
    /*border-radius: 18px;*/
    transition: 0.4s ease;
}

.robotics-img:hover {
    transform: scale(1.05);
}



.feature-dark-section {
    background: #00223b;  /* deep blue tone like reference */
}

.feature-dark-card {
    background: #002b4a;
    padding: 25px 30px;
    border-radius: 16px;
    display: flex;
    gap: 20px;
    transition: 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
}

/* Hover Effect */
.feature-dark-card:hover {
    transform: translateY(-5px);
    background: #00365a;
}

/* Icon Circle */
.feature-dark-icon {
    min-width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-dark-icon img {
    width: 32px;
    height: 32px;
}

/* Text */
.feature-dark-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.feature-dark-card p {
    color: #fff;
   
    line-height: 1.5;
}


/*--bogs--*/
.team-card {
  position: relative;
  width: 100%;
  height: 350px;
  perspective: 1000px;
  overflow: hidden;
  border-radius: 10px;
}

.team-card-front, .team-card-back {
  position: absolute;
  width: 100%;
  height: 350px;
  backface-visibility: hidden;
  border-radius: 10px;
  transition: transform 0.6s;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}

.team-card-front {
  z-index: 2;
  transform: rotateY(0deg);
}

.team-img {
  flex: 0 0 60%;   
  overflow: hidden;
}



@media (max-width: 991px) {
 .team-img {
  flex: 0 0 60%;   
  overflow: hidden;
}

}


.team-img img {
  width: 100%;
  /*height: 100%;
  object-fit: contain;*/
  object-position: top center;
  background-color: #d9d9d9;
}


.team-card-front .bg-dark {
  flex: 1 1 40%;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  overflow: visible;
}

/*.team-card-back {
  background-color: #01253f ;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateY(180deg);
  z-index: 1;
}

.team-card:hover .team-card-front {
  transform: rotateY(180deg);
  z-index: 1;
}

.team-card:hover .team-card-back {
  transform: rotateY(0deg);
  z-index: 2;
}

.team-card-back i {
  font-size: 4rem;
  color: #ff0000;
}*/

/*--bogs-close--*/


/*--time-line--*/
.timeline-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 40px auto;
    position: relative;
}

.timeline-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
}

.timeline-block::before {
    content: "";
    position: absolute;
    left: 80px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #1966b1;
}

.timeline-year-box {
    width: 150px;
    background: #002b4a;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,0.15);
    text-align: center;
    position: relative;
    font-size: 20px;
}

.timeline-year-box span {
    font-size: 28px;
    font-weight: 800;
    display: block;
}

.timeline-info {
    margin-left: 40px;
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 12px;
    width: 100%;
    border-left: 5px solid #1966b1;
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.timeline-info h3 {
    margin-bottom: 10px;
    color: #003a60;
    font-size: 22px;
    font-weight: 700;
}

.timeline-info p {
    color: #555;
    margin-bottom: 6px;
}

.timeline-info img {
    margin-top: 12px;
    width: 100%;
    border-radius: 10px;
}

/* Mobile View */
@media (max-width: 768px) {
    .timeline-block {
        flex-direction: column;
    }

    .timeline-year-box {
        width: 100%;
        margin-bottom: 15px;
    }

    .timeline-block::before {
        display: none;
    }

    .timeline-info {
        border-left: none;
        border-top: 4px solid #00aaff;
        margin-left: 0;
    }
}

/*--time-line-close--*/



.who-attend {
  background: #f7f9fc;
}
.attend-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 10px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  height: 100%;
}
.attend-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.attend-card .icon {
  font-size: 2rem;
  color: #1966b1;
  /*margin-bottom: 20px;*/
  transition: transform 0.3s ease, color 0.3s ease;
}
.attend-card:hover .icon {
  transform: rotate(15deg);
  color: #102147;
}
.attend-card h5 {
  /*font-weight: 600;*/
  margin-bottom: 10px;
}
.attend-card p {
  color: #555;
  font-size: 0.95rem;
}
@media (max-width: 768px){
  .attend-card { padding: 25px 15px; }
}



.mv-section {
    width: 100%;
    padding: 70px 0;
}

.mv-container {
    width: 90%;
  
    margin: auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* Left Image */
.mv-image-side img {
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
   
}


/* Right Card */
.mv-content-card {
    flex: 1;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    backdrop-filter: blur(15px);
    box-shadow: 0 0 25px rgba(0,150,255,0.3);
   
    animation: fadeSlideIn 1.2s ease;
}



/* Button */
.mv-btn {
    display: inline-block;
    padding: 14px 40px;
    background: linear-gradient(45deg, #00c8ff, #007bff);
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
    box-shadow: 0 8px 20px rgba(0,150,255,0.4);
}

.mv-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,150,255,0.6);
}

/* Animation */
@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media(max-width: 992px) {
    .mv-container {
        flex-direction: column;
        text-align: center;
    }

    .mv-content-card {
        margin-top: 20px;
    }
}




.who-attend-clean {
    background: #f7f7f7;
}

.attend-box {
    background: white;
    padding: 20px 25px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #e5e5e5;
    transition: 0.3s ease;
}

.attend-box:hover {
    border-color: #1966b1;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    
}

.icon-clean {
    font-size: 2rem;
    color: #1966b1;
}

.attend-box p {
    margin: 0;   
    font-weight: 500;
    color: #333;
}


.visit-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px 20px;
    border-bottom: 1px solid #d3d2d2 ;
    transition: 0.3s ease;
}

.visit-box i {
    font-size: 1.8rem;
    color: #fff;
}

.visit-box p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.visit-box:hover {
    background: #013b72;
    border-radius: 8px;
    /*padding-left: 25px;*/
}




.visit-box1 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px 20px;
    border-bottom: 1px solid #d3d2d2 ;
    transition: 0.3s ease;
}

.visit-box1 i {
    font-size: 1.8rem;
    color: #fff;
}

.visit-box1 p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.visit-box1:hover {
    background: linear-gradient(to right, #01316f, #63005d);
    border-radius: 8px;
    /*padding-left: 25px;*/
}


.digital-section {
    background: #0f0f0f;
}

/* Image Container */
.img-wrapper img {
    width: 100%;
    border-radius: 15px;
   
    transition: 0.4s ease;
}
.img-wrapper img:hover {
    transform: scale(1.03);
}

/* Title Gradient */
.title-gradient {
    background: linear-gradient(90deg, #00eaff, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Subtitle */


/* Paragraph */


/* Button */
.btn-ai {
    background: linear-gradient(90deg, #007bff, #00eaff);
    border: none;
    color: white;
    font-weight: 600;
    box-shadow: 0 5px 18px rgba(0,150,255,0.4);
    transition: 0.3s ease;
}
.btn-ai:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,180,255,0.6);
}


.attend-ai {
    background: #0d0d0d;
}

.attend-card-ai {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 25px;
    border-radius: 14px;
    color: #eaeaea;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    transition: 0.3s ease;
    height: 100%;
}

/* Hover Effect - Clean Glow */
.attend-card-ai:hover {
    border-color: #1966b1;
    background: rgba(255,255,255,0.08);
    box-shadow: 0 8px 25px rgba(0, 200, 255, 0.2);
    transform: translateY(-5px);
}

/* Icons */
.icon-ai {
    font-size: 2.2rem;
    color: #ffffff;
    min-width: 40px;
}

/* Text */
.attend-card-ai p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}



.attend-premium {
    background: #0d0d0d;
    color: #e0e0e0;
}

/* Gradient Section Title */
.title-gradient {
    font-weight: 700;
    background: linear-gradient(90deg, #00eaff, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Glassmorphism Cards */
.attend-card {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(8px);
    border-radius: 15px;
    padding: 20px 25px;
    border: 1px solid rgba(0,255,255,0.1);
    transition: 0.4s ease;
    height: 100%;
}

.attend-card:hover {
    transform: translateY(-5px);
    box-shadow:1px solid rgb(1 37 63 / 31%);
    border-color: #01253f;
}

/* Icon Circle */
.icon-circle {
    background: linear-gradient(135deg, #1966b1, #1966b1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.5rem;
    color: #fff;
    transition: 0.3s ease;
}

.attend-card:hover .icon-circle {
    transform: scale(1.1);
}

/* Card Text */
.attend-card p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}



.quality-zone {
    background: #01253f;
    overflow: hidden;
    position: relative;
}

/* Floating icons */
.floating-icons i {
    position: absolute;
    font-size: 2rem;
    color: rgba(0, 200, 255, 0.2);
    animation: float 6s infinite ease-in-out;
}

.floating-icons i:nth-child(1) { top: 10%; left: 5%; animation-delay: 0s; }
.floating-icons i:nth-child(2) { top: 30%; right: 10%; animation-delay: 1s; }
.floating-icons i:nth-child(3) { bottom: 15%; left: 15%; animation-delay: 2s; }
.floating-icons i:nth-child(4) { bottom: 10%; right: 5%; animation-delay: 3s; }

@keyframes float {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* Image styling */
.quality-img {
 
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    transition: transform 0.4s ease;
}

.quality-img:hover {
    transform: scale(1.03);
}

/* Glassmorphism Content Box */
.content-box {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(0, 200, 255, 0.1);
    transition: 0.4s ease;
}

.content-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgb(255 255 255 / 30%);
    border-color: #ffffff;
}

/* Gradient Heading */
.gradient-title {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(90deg, #00eaff, #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Glow Button */
.btn-glow {
    background: linear-gradient(90deg, #007bff, #00d0ff);
    border: none;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 5px 18px rgba(0,180,255,0.4);
    transition: 0.3s ease;
}

.btn-glow:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,200,255,0.6);
}

/* Feature List */
.feature-list {
    margin-bottom: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #e0e0e0;
    margin-bottom: 10px;
}

.feature-item i {
    color: #00eaff;
}


.date-venue-box {
    padding: 15px 0;
}

.section-box {
    padding: 20px;
    border-radius: 10px;
    background: #f7f9fc;
    border: 1px solid #e5e8ef;
}

.section-box h4 {
    font-weight: 600;
    color: #0a66ff;
    margin-bottom: 5px;
}

.section-box p {
    color: #222;
    margin: 0;
    font-size: 16px;
}



.event-info1 {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    display: flex;
    /*gap: 20px;*/
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.info-block h5 {
    font-weight: 600;
    color: #0a65ff;
    margin-bottom: 5px;
}

.info-block p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

/*visit-banner-section*/
.video-section {
    position: relative;
    width: 100%;
    /*min-height: 100vh;*/ 
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;  
    z-index: -1;    
    background: linear-gradient(to right, #000606, #001d1e);   
}

.content-overlay {
    position: relative;
    z-index: 2;
}

.video-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45); 
    z-index: 1;
}

.event-info1 {
    background: rgb(255 255 255 / 5%); 
    padding: 10px;
    border-radius: 10px;
    /*backdrop-filter: blur(5px); */
    margin-top: 15px;
    border: 2px #ffffff solid;
}

.info-block {
    color: #fff;
}

@media (min-width: 768px) {
    .event-info .col-md-6 {
        display: flex;
        flex-direction: column;
    }
}

/*visit-banner-section-close*/


.program-section {
  display: flex;
  gap: 25px;
  justify-content: center;
  padding: 15px;
  
}

.program-card {
  width: 350px;
  background: linear-gradient(to right, #1966b1, #0c4e8f);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  padding: 0;
}

.program-header {
  
  padding: 10px;
  color: white;
  min-height: 130px;
  position: relative;
  padding-bottom: 10px;
}

.program-header h3 {
  font-size: 20px;
  font-weight: bold;
}

.program-header p {
  margin-top: 15px;
  font-size: 16px;
}

.program-card img {
  width: 100%;
  /*height: 230px;*/
  object-fit: cover;
}

/* Top Ribbon */
.tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px 15px;
  transform: rotate(45deg) translate(35px, -20px);
}

.tag.new {
  background: #fff;
  color: red;
}





.premium-logo-section {
    background: radial-gradient(circle at top, #111, #000);
    padding: 80px 0;
    text-align: center;
}

.premium-logo-section .title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.premium-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 35px;
}

.premium-logo {
    padding: 25px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    transition: 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Floating Animation */
.premium-logo {
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.premium-logo img {
    max-width: 110px;
    filter: grayscale(100%) brightness(0.8);
    opacity: 0.7;
    transition: 0.4s ease;
}

/* Neon Glow on Hover */
.premium-logo:hover {
    transform: translateY(-10px) scale(1.07);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.4);
}

.premium-logo:hover img {
    filter: grayscale(0%) brightness(1.2);
    opacity: 1;
}



.logo-section {
    background: #0d0d0d;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 25px;
    align-items: center;
}

.logo-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 12px;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}

.logo-item img {
    max-width: 140px;
    filter: grayscale(100%);
    opacity: 0.9;
    transition: 0.3s;
}

.logo-item:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.12);
}

.logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}


/*--vip-page--*/
.vip-parallax-section {
    position: relative;
    height: 500px;
    overflow: hidden;
}

@media (max-width: 768px) {
  .vip-parallax-section {
    position: relative;
    height: 500px;
    overflow: hidden;
}
}


/* Background image with parallax scroll */
.vip-parallax-bg {
    background-image: url('../img/vip/vip.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
    transition: transform 0.1s linear;
}

/* Dark overlay */
.vip-parallax-overlay {
    position: absolute;
    top:0; left:0;
    width:100%; 
    height:100%;
    background: rgb(0 0 0 / 55%);
    z-index: 1;
}


/* VIP content container */
.vip-parallax-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}

/* Glow rays behind VIP badge */


@keyframes glow-pulse {
    0% { filter: blur(100px) brightness(0.8); }
    50% { filter: blur(120px) brightness(1); }
    100% { filter: blur(100px) brightness(0.8); }
}
@keyframes rotate-rays {
    0% { transform: translateX(-50%) rotate(0deg); }
    100% { transform: translateX(-50%) rotate(360deg); }
}

.vip-badge {
    display: inline-block;
    background: linear-gradient(45deg, #ffe167, #d9b44a);
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 15px 35px;
    border-radius: 50px;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
    animation: float-badge 5s ease-in-out infinite;
}

.vip-title {
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(90deg, #ffe167, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
   
}

.vip-text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.gold { color: #ffe167; font-weight: bold; }

.vip-highlight {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 900;
    color: #ffd700;
    animation: float-soft 3s ease-in-out infinite, shimmer 4s linear infinite;
    background: linear-gradient(120deg, #ffd700 30%, #fff8a1 50%, #ffd700 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes float-soft {
    0%,100% { transform: translateY(0px); }
    50% { transform: translateY(-2px); }
}
@keyframes float-title {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}
@keyframes float-badge {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.vip-btn {
    display: inline-block;
    background: linear-gradient(90deg, #ffe167, #ffd700);
    padding: 16px 50px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.2rem;
    color: #000;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(255,225,103,0.3), 0 0 60px rgba(255,225,103,0.1) inset;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: all 0.3s ease;
}

.vip-btn::before {
    content: '';
    position: absolute;
    top: 0; left: -75%;
    width: 50%; height: 100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-25deg);
    transition: 0.5s;
}

.vip-btn:hover::before {
    left: 125%;
}
.vip-btn:hover {
   /* box-shadow: 0 15px 50px rgba(255,225,103,0.6), 0 0 80px rgba(255,225,103,0.2) inset;*/
}




.vip-privileges-section {
    background: linear-gradient(135deg, #01316f, #63005d);
    position: relative;
    color: #fff;
    padding: 60px 0;
}

.vip-section-title {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(90deg, #ffe167, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.vip-section-subtitle {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #f5f5f5;
    max-width: 700px;
    margin: 0 auto;
}

.vip-btn {
    display: inline-block;
    background: linear-gradient(90deg, #ffe167, #ffd700);
    padding: 14px 45px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    color: #000;
    text-decoration: none;
    box-shadow: none;
    transition: 0.3s ease;
}

.vip-btn:hover {
    transform: translateY(-2px);
    /*box-shadow: 0 14px 40px rgba(255,225,103,0.5);*/
}

.vip-privileges-section {
    background: linear-gradient(135deg, #0b1d4d, #3b003f);
    position: relative;
    color: #fff;
    padding: 60px 0;
    overflow: hidden;
}

.vip-privileges-section::before {
    content: '';
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    background-image: radial-gradient(circle, rgba(255,215,0,0.08) 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: 0;
}
.vip-privileges-section .container {
    position: relative;
    z-index: 1;
}

.vip-section-title {
    font-size: 3rem;
    font-weight: 900;
    color: #ffd700;
    margin-bottom: 20px;
}

.vip-section-subtitle {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #fff;
    max-width: 900px;
    margin: 0 auto 20px;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.vip-btn {
    display: inline-block;
    background: #efc000;
    padding: 16px 50px;
    border-radius: 50px;
    font-weight: 700;
   
    color: #000;
    text-decoration: none;
   
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.vip-btn::before {
    content: '';
    position: absolute;
    top:0; left:-75%;
    width:50%; height:100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-25deg);
    transition: all 0.5s;
}

.vip-btn:hover::before {
    left:125%;
}

.vip-btn:hover {
    transform: translateY(-3px);
    /*box-shadow: 0 16px 50px rgba(255,215,0,0.6), 0 0 30px rgba(255,215,0,0.3) inset;*/
}

.vip-glow-rays {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(255,215,0,0.2) 0%, transparent 70%);
    filter: blur(120px);
   
    z-index:0;
}

@keyframes glow-pulse {
    0% { filter: blur(100px) brightness(0.8); }
    50% { filter: blur(120px) brightness(1); }
    100% { filter: blur(100px) brightness(0.8); }
}
.vip-eligibility-section {
    background: linear-gradient(135deg, #0b1d4d, #3b003f);
    position: relative;
    color: #fff;
 
    overflow: hidden;
}

.vip-eligibility-section::before {
    content: '';
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    background-image: radial-gradient(circle, rgba(255,215,0,0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: 0;
    
}

.vip-eligibility-section .container {
    position: relative;
    z-index: 1;
}

.vip-section-title {
    font-size: 2.8rem;
    font-weight: 900;
    color: #ffd700;
  
}

.vip-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255,215,0,0.15);
    border-radius: 15px;
    padding: 30px 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vip-card:hover {
    transform: translateY(-6px);
    box-shadow:0 20px 40px rgb(255 255 255 / 6%);
}

.vip-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffe167;
}

.vip-card-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #f5f5f5;
}

.gold {
    color: #ffd700;
    font-weight: 700;
}

/* Particle animation */
@keyframes particles-move {
    0% { background-position: 0 0; }
    100% { background-position: 1000px 1000px; }
}


.vip-privileges-section {
    background: linear-gradient(180deg, #0a0a0a 0%, #000 100%);
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}

/* Soft spotlight behind title */
.vip-privileges-section::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(255,215,0,0.25), rgba(0,0,0,0));
    filter: blur(70px);
    z-index: 0;
}

/* Section Title */
.vip-section-title {
    color: #f5d98d;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

/* Animated gold underline for title */
.vip-section-title::after {
    content: "";
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #8b6b1f, #f5d98d, #8b6b1f);
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
    animation: goldGlow 3s infinite;
}

@keyframes goldGlow {
    0%, 100% { box-shadow: 0 0 8px #f5d98d; }
    50% { box-shadow: 0 0 18px #f5d98d; }
}

/* -------------------------- */
/* DARK BACKGROUND FOR CARDS */
.vip-dark-bg {
    background: linear-gradient(180deg, #000000, #0a0a0a, #000000);
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 60px;
}

.vip-dark-bg::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(90deg, rgba(255,215,0,0.15), rgba(255,215,0,0), rgba(255,215,0,0.15));
    animation: goldWave 6s infinite linear;
}

@keyframes goldWave {
    0% { transform: translateX(-30%); }
    100% { transform: translateX(30%); }
}

/* -------------------------- */

.program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 25px rgba(255,215,0,0.4);
    border-color: rgba(255,215,0,0.8);
}
/* -------------------------- */
/* VIP CARDS - DARK BORDER WITH SUBTLE GLOW */
.program-card {
    background: linear-gradient(145deg, #111, #000); /* dark card background */
    border: 2px solid rgba(50, 50, 50, 0.9); /* darker default border */
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(255, 215, 180, 0.2); /* subtle golden-white glow */
    transition: transform 0.35s ease-in-out;
}




/* CARD HEADERS */
.program-header h3 {
    color: #f5d98d;
    font-weight: 600;
    margin-bottom: 8px;
}

.program-header hr {
    border-top: 2px solid rgba(255,215,0,0.6);
    width: 60px;
    margin-left: 0;
    margin-bottom: 15px;
}

/* -------------------------- */
/* GOLD IMAGE SHIMMER */
.vip-shimmer {
    position: relative !important;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    box-shadow: 0 0 15px rgba(255,215,0,0.25);
}

/* Stronger animated shimmer */
.vip-shimmer::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 80%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.55) 50%,
        rgba(255,255,255,0) 100%
    );
    animation: vipShine 2.4s infinite;
    filter: blur(3px);
}

@keyframes vipShine {
    0% { left: -150%; }
    60% { left: 160%; }
    100% { left: 160%; }
}

/* -------------------------- */
/* TEXT BELOW CARDS */
.vip-section-subtitle {
    color: #e5e5e5;
    max-width: 850px;
    margin: auto;
    font-size: 19px;
    opacity: 0.9;
    line-height: 1.6;
}

/* -------------------------- */
/* VIP REGISTER BUTTON */
.vip-btn {
    background: linear-gradient(90deg, #b8860b, #ffd700, #b8860b);
    padding: 12px 36px;
    font-size: 18px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    display: inline-block;
    box-shadow: 0 0 18px rgba(255,215,0,0.4);
    transition: 0.3s ease-in-out;
    color: #000 !important;
    text-decoration: none;
}

.vip-btn:hover {
    box-shadow: 0 0 30px rgba(255,215,0,0.7);
    transform: translateY(-3px);
    color: #000 !important;
}

/* Reduce spacing between heading and cards */
.vip-privileges-section .vip-section-title {
    margin-bottom: 20px; /* reduce from 30px or more */
}

/* Optional: reduce extra padding of the container */
.vip-privileges-section.container-fluid {
    padding-bottom: 20px; /* reduce bottom padding */
}

/* VIP Card Headings */
.program-card .program-header h3 {
    color: #FFD700; /* rich gold color */
    font-weight: 700; /* bold */
    font-family: 'Roboto', sans-serif; /* elegant font */
    text-transform: uppercase; /* optional, looks more premium */
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.6); /* subtle glow */
    margin-bottom: 10px;
}

/* Optional: HR under heading to match VIP style */
.program-card .program-header hr {
    border: 1px solid rgba(255, 215, 0, 0.5); /* golden thin line */
    margin: 10px 0;
}

/* Highlight VIP gold text with bold */
.vip-highlight {
    color: #FFD700; /* gold */
    font-weight: 700; /* bold */
    font-size: inherit; /* keep same size as paragraph */
    text-shadow: 0 0 4px rgba(255, 215, 0, 0.4); /* subtle shimmer glow */
}

.vip-eligibility-section {
    background: linear-gradient(135deg, #111, #1a1a1a);
    color: #fff;
    padding-bottom: 50px;
}

.vip-step-circle-flow {
    gap: 30px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    flex-wrap: wrap;
}

.vip-step-circle-node {
    text-align: center;
    max-width: 180px;
    position: relative;
}

.vip-step-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #222;
    border: 3px solid #FFD700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    font-weight: bold;
    font-size: 1.5rem;
    color: #FFD700;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
    position: relative;
}

.vip-step-circle::after {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    top: -10%;
    left: -10%;
    box-shadow: 0 0 40px rgba(255, 215, 0, 0.5);
    animation: shimmer 2s infinite linear;
}

@keyframes shimmer {
    0% { box-shadow: 0 0 20px rgba(255, 215, 0, 0.2); }
    50% { box-shadow: 0 0 40px rgba(255, 215, 0, 0.6); }
    100% { box-shadow: 0 0 20px rgba(255, 215, 0, 0.2); }
}

/* Bigger First Circle */
.big-circle {
    width: 160px;
    height: 160px;
    font-size: 1.2rem;
    padding: 15px;
    line-height: 1.3;
    text-align: center;
    background: #111;
    border-width: 5px;
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.9);
}

.first-step p {
    margin: 0;
    color: #FFD700;
    font-weight: 700;
}

/* Center arrows vertically between circles */
.vip-step-arrow {
    font-size: 2rem;
    color: #FFD700;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: arrowGlow 2s infinite alternate;
    margin: 0 10px;
    height: 160px; /* same as big circle height for vertical center */
}

.arrow-center {
    align-self: center;
}

.vip-step-text {
    font-size: 0.95rem;
    color: #fff;
    line-height: 1.4;
    margin-top: 5px;
}

.vip-btn {
    background: #FFD700;
    color: #111;
    font-weight: 700;
    border-radius: 50px;
    padding: 10px 30px;
    transition: all 0.3s;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
}

.vip-btn:hover {
    background: #fecc00;
    color: #111;
}

@keyframes arrowGlow {
    0% { text-shadow: 0 0 5px #FFD700; }
    50% { text-shadow: 0 0 15px #FFD700; }
    100% { text-shadow: 0 0 5px #FFD700; }
}

.big-circle {
    width: 220px;          
    height: 220px;         
    font-size: 1.1rem;     
    padding: 20px;       
    line-height: 1.4;
    text-align: center;
    background: #111;
    border-width: 6px;
    box-shadow: 0 0 40px rgba(255, 215, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.first-step p {
    margin: 0;
    color: #FFD700;
    font-weight: 700;
}

@keyframes fadeScaleIn {
  0% { opacity: 0; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1); }
}

.first-step {
  animation: fadeScaleIn 0.8s ease forwards;
  animation-delay: 0.2s;
  opacity: 0;
  transform: scale(0.8);
}

.vip-step-circle-node:nth-child(3) { 
  animation: fadeScaleIn 0.8s ease forwards;
  animation-delay: 1s;
  opacity: 0;
  transform: scale(0.8);
}

.vip-step-circle-node:nth-child(5) { 
  animation: fadeScaleIn 0.8s ease forwards;
  animation-delay: 2s;
  opacity: 0;
  transform: scale(0.8);
}

.vip-step-circle-node:nth-child(7) { 
  animation: fadeScaleIn 0.8s ease forwards;
  animation-delay: 3s;
  opacity: 0;
  transform: scale(0.8);
}

/* Animate arrows */
.vip-step-arrow:nth-child(2) { 
  animation: fadeScaleIn 0.8s ease forwards;
  animation-delay: 0.6s;
  opacity: 0;
  transform: scale(0.8);
}

.vip-step-arrow:nth-child(4) { 
  animation: fadeScaleIn 0.8s ease forwards;
  animation-delay: 1.6s;
  opacity: 0;
  transform: scale(0.8);
}

.vip-step-arrow:nth-child(6) { 
  animation: fadeScaleIn 0.8s ease forwards;
  animation-delay: 2.6s;
  opacity: 0;
  transform: scale(0.8);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}

.first-step .vip-step-circle {
    animation: bounce 2s infinite;
}


.vip-step-circle {
    position: relative;
    transition: transform 0.3s ease-in-out; 
}

.vip-step-circle:hover {
    transform: scale(1.4); 
}

.vip-step-circle-node {
    margin: 10px;
    transition: box-shadow 0.3s ease-in-out;
}

.vip-step-circle-node:hover {
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.2); 
}

/*--vip-page-close--*/


/*--theme-page--*/
.theme-flip-section {
  background: #053365;
  color: white;
}

.section-title {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
}

.pro-flip-card {
  width: 100%;
  height: 260px;
  perspective: 1100px;
}

.pro-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  background: linear-gradient(145deg, #064380, #042745);
  box-shadow: 0 15px 35px rgba(0,0,0,0.35);
  border: 1px solid rgb(255 255 255 / 63%);
}

.pro-flip-card:hover .pro-inner {
  transform: rotateY(180deg);
}

.pro-front, .pro-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 14px;
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pro-front {
  color: white;
}

.pro-back {
  transform: rotateY(180deg);
  background: #012544;
  color: #fff;
  padding: 25px;
  font-size: 15px;
  line-height: 1.6;
}

.icon-wrap {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: rgba(255, 207, 0, 0.15);
  border: 2px solid #fecc00;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}

.icon-wrap i {
  font-size: 40px;
  color: #fecc00;
}

.pro-front h5 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fecc00;
}




.theme-banner-section {
  position: relative;
  background: url('../img/theme2026.jpg') center/cover no-repeat;
  min-height: 480px;
 
  overflow: hidden;
  margin-bottom: 30px;
}

/* Overlay on image */
.theme-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 25, 60, 0.55); /* adjust darkness */
  backdrop-filter: blur(2px);
}

/* Text Content */
.banner-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  color: #fff;
  padding: 70px 20px;
}

.banner-content h2 {
  font-weight: 800;
}

.banner-content p {
  font-size: 18px;
  color: #e8e8e8;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .theme-banner-section {
    min-height: 420px;
  }
  .banner-content h2 {
    font-size: 28px;
  }
  .banner-content p {
    font-size: 16px;
  }
}




table {
  width: 100%;
}

td, th {
  border: 1px solid #818181;
  text-align: left;
  padding: 8px;
  color: #818181;
  font-size: 14px;
}

tr:nth-child(even) {
  background-color: #fff;
}


.slick-dots li button:before

{
    font-family: 'slick';
    font-size: 10px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    margin-top: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.why-theme-section {
  background: #ededed;
}

.theme-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 25px 35px;
  border-left: 6px solid #053365; /* Modern vertical line */
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  
  margin: auto;
}

.section-heading {
  font-size: 34px;
  font-weight: 800;
  color: #053365;
  margin-bottom: 20px;
}

.theme-box p {
  font-size: 17px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .section-heading {
    font-size: 28px;
  }
}





/* Diagonal panels */
.panel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.panel:nth-child(even) {
    flex-direction: row-reverse;
}
.panel img {
    width: 45%; /* smaller image */
    border-radius: 10px;
    /*box-shadow: 0 0 10px rgba(0,255,255,0.3);*/
    transition: transform 0.3s ease;
}
.panel img:hover {
    transform: scale(1.05);
}
.panel-content {
    width: 50%;
    padding: 20px;
}
.panel-content h3 {
   
   
    margin-bottom: 20px;
}
.panel-content p {
    font-size: 1.1rem;
    line-height: 1.6;
   
}

/* FEATURED ROBOTS */
/* FEATURED ROBOTS FIX */
.featured {
    background: #fff;
    padding: 80px 20px;
}

.featured h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 40px;
    color: #0072ff;
    text-shadow: 0 0 15px rgba(0,114,255,0.4);
}

/* Keep all slides same width & centered */
.carousel-inner {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.carousel-item {
    text-align: center;
}

/* FIXED IMAGE SIZE — SAME FOR ALL */
/* Featured Section */
.featured {
    background: #fff;
}

/* Only 1 clean centered image */
.robot-img {
   width: 70%;               /* increased size */
    max-height: 420px;        /* slightly taller */
    margin: 0 auto;
    display: block;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 0 25px rgba(0,255,198,0.4);
}
.robot-img {
    width: 70%;               /* increased size */
    max-height: 420px;        /* slightly taller */
    margin: 0 auto;
    display: block;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 0 30px rgba(0,255,198,0.45);
}

/* Center slide */
.carousel-item {
    text-align: center;
}

/* White circular arrows */
.custom-arrow {
    background-color: #fff !important;
   width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    filter: invert(0);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

/* Indicators */
.carousel-indicators button {
    background-color: #0072ff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}



/* HEXAGON ATTENDEES */
.attendees {
    background: #111;
    padding: 80px 20px;
    text-align: center;
}
.attendees h2 {
    font-size: 3rem;
    color: #ff00ff;
    text-shadow: 0 0 10px #ff00ff;
    margin-bottom: 60px;
}

/* WHY VISIT */
.why-visit {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(135deg,#111,#0a0a0a);
    padding: 80px 20px;
    gap: 40px;
}
.why-visit .image-side, .why-visit .text-side {
    flex: 1;
    min-width: 300px;
}
.why-visit .image-side img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0,255,255,0.3);
}
.why-visit .text-side h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #00f0ff;
}
.why-visit .text-side p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #ccc;
}

/* CTA SECTION */
.cta {
    text-align: center;
    padding: 80px 20px;
    background: #000;
    position: relative;
}
.cta .btn-neon {
    font-size: 1.5rem;
    padding: 20px 60px;
}

/* RESPONSIVE */
@media(max-width:992px) {
    .panel img, .panel-content {
        width: 100%;
        text-align: center;
    }
    .panel {
        flex-direction: column !important;
    }
    .why-visit {
        flex-direction: column;
    }
    .why-visit .image-side, .why-visit .text-side {
        min-width: 100%;
    }
}

/* Featured Robots Styling */
.featured h2 {
    text-align: center;
    font-size: 3rem;
    color: #00ff90;
    text-shadow: 0 0 15px #00ff90;
}
.carousel-item img {
    width: 60%; /* smaller and centered */
    max-height: 400px;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0,255,198,0.5);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
   /* filter: invert(100%) brightness(200%);
    width: 40px;
    height: 40px;*/
}
.carousel-indicators button {
    background-color: #00ff90;
}
/* Make carousel arrows white */
.custom-arrow {
    background-color: white !important;  /* solid white arrow */
    border-radius: 50%;                  /* circular */
    width: 45px !important;
    height: 45px !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.carousel-control-prev:hover .custom-arrow,
.carousel-control-next:hover .custom-arrow {
    background-color: #e0e0e0; /* subtle hover effect */
}


/* WHY VISIT SECTION */
.why-visit {
    background: linear-gradient(135deg, #0a0f1f, #001b2e);
    padding: 30px 10px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.text-side-only {
    max-width: 800px;
    color: #fff;
}

.why-visit h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #00f0ff;
  
}

/* Paragraph */
.why-visit p {
    font-size: 1.2rem;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 30px;
}

/* Neon Button (uses your existing style) */
.btn-neon {
    background: linear-gradient(45deg, #00f0ff, #0072ff, #00ff90);
    color: white;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-neon:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 30px rgba(0,255,198,0.7);
}




/* Diagonal panels */
.panel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.panel:nth-child(even) {
    flex-direction: row-reverse;
}
.panel img {
    width: 45%; 
    border-radius: 10px;
    /*box-shadow: 0 0 10px rgba(0,255,255,0.3);*/
    transition: transform 0.3s ease;
}


@media (max-width: 768px) {
   .panel img {
    width: 100%; 
    border-radius: 10px;
    /*box-shadow: 0 0 10px rgba(0,255,255,0.3);*/
    transition: transform 0.3s ease;
}
}

.panel img:hover {
    transform: scale(1.05);
}
.panel-content {
    width: 50%;
    padding: 60px;
}


@media (max-width: 768px) {
  .panel-content {
    width: 100%;
    padding: 20px;
}
}


.panel-content h3 {
   
   
    margin-bottom: 20px;
}
.panel-content p {
    font-size: 1.1rem;
    line-height: 1.6;
   
}

.discover {
    padding: 40px 20px;
}



/*--robotic-zone--*/
.robotics-banner {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

@media (max-width: 768px) {
   .robotics-banner {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

}

.robotics-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, rgb(1 37 63 / 92%) 0%, rgb(1 37 63 / 74%) 25%, rgb(1 37 63 / 45%) 50%, rgba(220, 20, 60, 0.00) 100% 100%);
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    z-index: 3;
    color: white;
    /*max-width: 450px;*/
}
/*--robtotic-zone-banner--*/


/*--robotic-zone--*/
.pune-banner {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

@media (max-width: 768px) {
   .pune-banner {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

}

.pune-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pune-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, rgb(1 37 63 / 92%) 0%, rgb(1 37 63 / 74%) 25%, rgb(1 37 63 / 45%) 50%, rgba(220, 20, 60, 0.00) 100% 100%);
}

.pune-content {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    z-index: 3;
    color: white;
    /*max-width: 450px;*/
}
/*--robtotic-zone-banner--*/

/*--machine-zone--*/
.machine-banner {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
}


@media (max-width: 768px) {
   .machine-banner {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
}
.machine-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.machine-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;

    background: linear-gradient(to right, rgb(1 37 63 / 97%) 0%, rgb(1 37 63 / 77%) 25%, rgb(1 37 63 / 0%) 50%, rgba(220, 20, 60, 0.00) 100% 100%);
}

.machine-content {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    z-index: 3;
    color: white;
    /*max-width: 450px;*/
}


@media (max-width: 768px) {
 .machine-content {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    z-index: 3;
    color: white;
    /*max-width: 450px;*/
}
}

/*--machine-zone-banner--*/




/*--machine-zone--*/
.digital-banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media (max-width: 768px) {
   .digital-banner {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}
}

.digital-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.digital-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, rgb(1 37 63 / 97%) 0%, rgb(1 37 63 / 77%) 25%, rgb(1 37 63 / 0%) 50%, rgba(220, 20, 60, 0.00) 100% 100%);
}

.digital-content {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    z-index: 3;
    color: white;
    /*max-width: 450px;*/
}

@media (max-width: 768px) {
  .digital-content {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    z-index: 3;
    color: white;
    /*max-width: 450px;*/
}
}

/*--machine-zone-banner--*/




/*--partner--*/
.partner-banner {
    position: relative;
    width: 100%;
   height: 500px;
    overflow: hidden;
}

@media (max-width: 768px) {
   .partner-banner {
    position: relative;
    width: 100%;
    height: 900px;
    overflow: hidden;
}
}

.partner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, rgb(1 37 63 / 97%) 0%, rgb(1 37 63 / 77%) 25%, rgb(1 37 63 / 0%) 50%, rgba(220, 20, 60, 0.00) 100% 100%);
}

.partner-content {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    z-index: 3;
    color: white;
    /*max-width: 450px;*/
}

@media (max-width: 768px) {
  .partner-content {
    position: absolute;
    top: 30%;
    left: 6%;
    transform: translateY(-50%);
    z-index: 3;
    color: white;
    /*max-width: 450px;*/
}
}




.partner-form {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    background: #00000080 !important;
    padding: 25px;
    width: 370px;
    border-radius: 8px;
    z-index: 5;
    font-size: 15px;
}

.partner-form h4 {
    margin-bottom: 15px;
    text-align: center;
}

.partner-form input,
.partner-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.partner-form button {
    width: 100%;
    background: #f26522;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

   @media (max-width: 992px) {
    .partner-form {
    position: absolute;
    top: 75%;
    right: 10px;
    transform: translateY(-50%);
    background: #00000080 !important;
    padding: 25px;
    width: 350px;
    border-radius: 8px;
    z-index: 5;
    font-size: 15px;
}

}




/*--partner-banner--*/




/*--Quality-Inspection-zone-banner--*/
.quality-banner {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}


@media (max-width: 768px) {
   .quality-banner {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
}
.quality-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.quality-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;

    background: linear-gradient(to right, rgb(1 37 63 / 97%) 0%, rgb(1 37 63 / 77%) 25%, rgb(1 37 63 / 0%) 50%, rgba(220, 20, 60, 0.00) 100% 100%);
}

.quality-content {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    z-index: 3;
    color: white;
    /*max-width: 450px;*/
}


@media (max-width: 768px) {
 .quality-content {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    z-index: 3;
    color: white;
    /*max-width: 450px;*/
}
}

/*--Quality-Inspection-zone-banner--*/


.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px !important;
    padding: 0;
    cursor: pointer;
}

.robotic-icons
    {
        font-size: 1.3rem;
        color: #ffffff;
        min-width: 35px;
    }
.robotic-icons-text
    {
       font-size: 17px !important; 
    }


.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}


@media (max-width: 768px) {
   .slick-dots
{
    position: absolute;
    bottom: -50px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

}

/*--plan-your-expo--*/

  .tab-container {
            width: 92%;
            margin: 40px auto;
            margin-top: 0;
            margin-bottom: 0;
        }

        .tabs {
            display: flex;
            justify-content: space-between;
            background: rgba(255,255,255,0.10);
            padding: 18px;
            border-radius: 18px;
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255,255,255,0.20);
        }

        .tab {
            flex: 1;
            text-align: center;
            padding: 15px 10px;
            color: #fff;
            font-weight: 600;
            cursor: pointer;
            border-radius: 12px;
            transition: 0.35s ease-in-out;
            background: rgba(255,255,255,0.12);
            margin: 0 8px;
        }

        .tab i {
            display: block;
            font-size: 24px;
            margin-bottom: 8px;
        }

        .tab:hover {
            transform: scale(1.13);
            background: rgba(255,255,255,0.25);
        }

        .tab.active {
            background: linear-gradient(135deg, #ffcc00, #ff9500);
            color: #000;
            transform: scale(1.18);
            font-weight: 700;
        }

        .tab-content {
            display: none;
            padding: 20px;
            background: #ffffff;           
            margin-top: 15px;
            border-radius: 15px;
            font-size: 17px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
            animation: fadeIn 0.4s ease;
        }

        /* Fade Animation */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(12px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .tab-content.active {
            display: block;
        }

        /* Responsive */
        @media(max-width: 768px) {
            .tabs {
                flex-wrap: wrap;
            }
            .tab {
                flex: 48%;
                margin-bottom: 10px;
            }
        }
           

    .contact-card {
        background: #ffffff;
        border-radius: 12px;
        padding: 20px 25px;
        box-shadow: 0px 8px 20px rgba(0,0,0,0.08);
        transition: 0.3s ease;
        border-left: 5px solid #1966b1;
    }

    .contact-card:hover {
        transform: translateY(-5px);
        box-shadow: 0px 12px 25px rgba(0,0,0,0.12);
    }


    .contact-card h5 {
        margin-bottom: 10px;
    }

    .contact-card p {
        margin-bottom: 6px;
        font-size: 15px;
    }

    .contact-card a {
        color: #818181;
        text-decoration: none;
       
    }

    .icon {
        margin-right: 8px;
    }


/*--plan-your-expo--*/



.exhibitor-text
    {
        font-size: 1.2rem !important;
    }



/*--robotic-zone--*/

.robotic-bg
    {
        background: #240e4a !important;
    }
.machine-bg
    {
        background: #051f3a  !important;
    }

.digital-bg
    {
        background: #000e42 !important;
    }

.quality-bg
    {
        background: #1a0b36 !important;
    }

.innovation-bg
    {
        background: #01014e !important;
    }

.supply-bg
    {
        background: #002e44 !important;
    }



 /* Glitch/Neon Text Effect */
        .neon-text {
            color: #fff;
            text-shadow: 0 0 5px var(--neon-blue), 0 0 20px var(--neon-blue);
        }

         .neon-text1 {
            color: #fff;
            text-shadow: 0 0 5px #0014ff, 0 0 20px #005aff;
        }



        .neon-text-purple {
            text-shadow: 0 0 5px var(--neon-purple), 0 0 20px var(--neon-purple);
        }

        /* Buttons */
        .btn-cyber {
            background: transparent;
            color: #ff00ff; /* Bright Neon Pink */
            border: 2px solid #ff00ff;
            box-shadow: 0 0 15px rgba(255, 0, 255, 0.5); 
            text-shadow: 0 0 8px rgba(255, 0, 255, 0.6);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            z-index: 1;
            font-weight: 700;
        }
        .btn-cyber:hover {
            background: #ff00ff;
            color: black;
            border-color: #ff00ff;
            box-shadow: 0 0 30px rgba(255, 0, 255, 0.8), 0 0 60px rgba(255, 0, 255, 0.4);
            text-shadow: none;
        }


         .btn-cyber1 {
           background: transparent;
            color: #228fff; /* Bright Neon Pink */
            border: 2px solid #228fff;
            box-shadow: 0 0 15px rgb(0 149 255 / 50%);
            text-shadow: 0 0 8px rgb(0 196 255 / 60%);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            z-index: 1;
            font-weight: 700;
        }
        .btn-cyber1:hover {
             background: #228fff;
            color: black;
            border-color: #228fff;
            box-shadow: 0 0 30px rgb(0 243 255 / 80%), 0 0 60px rgb(0 67 255 / 40%);
            text-shadow: none;
        }
        


        
        .btn-pulse {
            background: linear-gradient(90deg, rgb(99, 0, 93), rgb(1, 49, 111));
            border: none;
            color: white;
            animation: pulse-glow 2s infinite;
        }
        @keyframes pulse-glow {
            0% { box-shadow: 0 0 0 0 rgba(99, 0, 93, 0.7); }
            70% { box-shadow: 0 0 0 15px rgba(99, 0, 93, 0); }
            100% { box-shadow: 0 0 0 0 rgba(99, 0, 93, 0); }
        }

        /* --- HERO SECTION --- */
        .hero {
            position: relative;
            height: 100vh;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .video-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -2;
            overflow: hidden;
        }
        .video-background video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            pointer-events: none;
            filter: grayscale(30%) contrast(1.2) brightness(0.6);
        }
        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background: linear-gradient(45deg, rgba(2, 2, 10, 0.95) 0%, rgba(0, 243, 255, 0.1) 100%),
                        radial-gradient(circle, transparent 20%, #02020a 100%);
            background-image: 
                linear-gradient(45deg, rgba(0,0,0,0.8), rgba(0,243,255,0.15)),
                url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjQiPgo8cmVjdCB3aWR0aD0iNCIgaGVpZ2h0PSI0IiBmaWxsPSIjMDAwIiAvPgo8cmVjdCB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMSkiIC8+Cjwvc3ZnPg==');
        }
        .robotic-content {
            z-index: 2;
            position: relative;
        }
        .robotic-text {
            font-size: 4rem !important;
            font-weight: 900;
            line-height: 1.1;
            font-family: 'Orbitron', sans-serif;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .robotic-text-1
            {
                font-family: 'Rajdhani';
                font-size: 1.8rem;
            }

            .robotic-text-2
            {
                font-family: 'Rajdhani';
                font-size: 20px;
                font-weight: 500;
            }  

            .robotic-heding
                {
                    font-family: 'Orbitron', sans-serif;
                    text-transform: uppercase;
                    letter-spacing: 2px;
                    font-size: 2rem;
                    color: #fff;
                }    

             .robotic-normal
                    {
                       font-size: 1.2rem;
                        font-family: 'Rajdhani', sans-serif;
                    }       

        @media (max-width: 992px) {
             .robotic-text {
            font-size: 1.8rem !important;
            font-weight: 900;
            line-height: 1.1;
            font-family: 'Orbitron', sans-serif;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

            .robotic-heding {
                font-family: 'Orbitron', sans-serif;
                text-transform: uppercase;
                letter-spacing: 2px;
                font-size: 1.5rem !important;                
                color: #fff;
            }    




        }




        /* --- STATS SECTION STYLES --- */
        .stats-wrapper {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
        }
        .stat-card-neon {
            background: rgb(13 13 64 / 70%);
            border: 1px solid rgba(0, 243, 255, 0.2);
            padding: 25px;
            border-radius: 4px;
            text-align: center;
            position: relative;
            overflow: hidden;
            transition: 0.3s;
        }
        /* Corner Accents */
        .stat-card-neon::after {
            content: '';
            position: absolute;
            top: 0; right: 0;
            width: 20px; height: 20px;
            border-top: 2px solid #00f3ff;
            border-right: 2px solid #00f3ff;
        }
        .stat-card-neon::before {
            content: '';
            position: absolute;
            bottom: 0; left: 0;
            width: 20px; height: 20px;
            border-bottom: 2px solid #bc13fe;
            border-left: 2px solid #bc13fe;
        }
        .stat-number-box {
            font-family: 'Orbitron', sans-serif;
            font-size: 2.5rem;
            font-weight: 800;
            color: #00f3ff !important;
            text-shadow: 0 0 10px rgba(0, 243, 255, 0.6);
            line-height: 1;
            margin-bottom: 5px;
        }
        .stat-symbol {
            font-size: 2rem;
            color: #fff;
        }
        .stat-label-neon {
            font-family: 'Rajdhani', sans-serif;
            font-size: 1.1rem;
            color: #aaa;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
        }
        .stat-card-neon:hover {
            background: rgba(0, 243, 255, 0.05);
            transform: translateY(-5px);
            box-shadow: 0 0 20px rgba(0, 243, 255, 0.15);
        }




        .stats-wrapper1 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
        }
        .stat-card-neon1 {
            background: rgba(2, 2, 10, 0.7);
            border: 1px solid rgba(0, 243, 255, 0.2);
            padding: 25px;
            border-radius: 4px;
            text-align: center;
            position: relative;
            overflow: hidden;
            transition: 0.3s;
        }
        /* Corner Accents */
        .stat-card-neon1::after {
            content: '';
            position: absolute;
            top: 0; right: 0;
            width: 20px; height: 20px;
            border-top: 2px solid #13a7fe;
            border-right: 2px solid #13a7fe;
        }
        .stat-card-neon1::before {
            content: '';
            position: absolute;
            bottom: 0; left: 0;
            width: 20px; height: 20px;
            border-bottom: 2px solid #ee65ff;
            border-left: 2px solid #ee65ff;
        }
        .stat-number-box1 {
           font-family: 'Orbitron', sans-serif;
            font-size: 2.5rem;
            font-weight: 800;
            color: #13a7fe !important;
            text-shadow: 0 0 10px rgb(0 149 255 / 60%);
            line-height: 1;
            margin-bottom: 5px;
        }
        .stat-symbol1 {
            font-size: 2rem;
            color: #fff;
        }
        .stat-label-neon1 {
            font-family: 'Rajdhani', sans-serif;
            font-size: 1.1rem;
            color: #aaa;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
        }
        .stat-card-neon1:hover {
            background: rgba(0, 243, 255, 0.05);
            transform: translateY(-5px);
            box-shadow: 0 0 20px rgba(0, 243, 255, 0.15);
        }










        /* Glass Cards */
        .glass-card {
            background: var(--glass);
            border: 1px solid rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 40px 20px;
            border-radius: 15px;
            transition: 0.4s;
            position: relative;
        }
        .glass-card:hover {
            transform: translateY(-10px) scale(1.02);
            border-color: var(--neon-blue);
            box-shadow: 0 0 30px rgba(0, 243, 255, 0.2);
        }
        .glass-card h3 
        { 
            color: #00f3ff;
            font-family: 'Orbitron', sans-serif;
        }
        .glow-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            background: -webkit-linear-gradient(#00f3ff, #bc13fe);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            filter: drop-shadow(0 0 10px rgba(0, 243, 255, 0.5));
        }

        /* --- COLLAGE STYLES --- */
        .collage-section {
            background: #05050a;
            border-top: 1px solid rgba(0, 243, 255, 0.1);
            border-bottom: 1px solid rgba(188, 19, 254, 0.1);
            padding-bottom: 50px;
        }
        .cyber-collage {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-auto-rows: 200px;
            gap: 10px;
            padding: 10px;
            grid-auto-flow: dense;
        }
        .collage-item {
            position: relative;
            overflow: hidden;
            border: 2px solid rgba(0, 243, 255, 0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border-radius: 4px;
        }
        
        .span-2-2 { grid-column: span 2; grid-row: span 2; }
        .span-2-1 { grid-column: span 2; grid-row: span 1; }
        .span-1-2 { grid-column: span 1; grid-row: span 2; }
        .span-1-1 { grid-column: span 1; grid-row: span 1; }
        
        .collage-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease, filter 0.3s ease;
            filter: grayscale(40%) contrast(1.1) brightness(0.9);
        }

        .collage-item:hover {
            z-index: 10;
            transform: scale(1.05);
            border-color: #ff00ff;
            box-shadow: 0 0 25px rgba(255, 0, 255, 0.6), 0 0 50px rgba(0, 243, 255, 0.4);
        }
        .collage-item:hover img {
            transform: scale(1.15);
            filter: grayscale(0%) contrast(1.2) brightness(1.1);
        }

        .collage-stat-box {
            background: linear-gradient(135deg, rgb(58, 12, 100), rgb(26, 35, 126));
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            border: 2px solid rgba(255, 255, 255, 0.1);
        }
        .collage-stat-box h3 {
            font-family: 'Orbitron', sans-serif;
            font-size: 2.2rem;
            font-weight: 900;
            color: #fff;
            text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
            margin: 0;
        }




         .collage-section1 {
            background: #05050a;
            border-top: 1px solid rgba(0, 243, 255, 0.1);
            border-bottom: 1px solid rgba(188, 19, 254, 0.1);
            padding-bottom: 50px;
        }
        .cyber-collage1 {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-auto-rows: 200px;
            gap: 10px;
            padding: 10px;
            grid-auto-flow: dense;
        }



        @media (max-width: 992px) {
            .cyber-collage1 {
            display: flow;
            grid-template-columns: repeat(4, 1fr);
            grid-auto-rows: 200px;
            gap: 10px;
            padding: 10px;
            grid-auto-flow: dense;
        }

        }

        .collage-item1 {
            position: relative;
            overflow: hidden;
            border: 2px solid rgba(0, 243, 255, 0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            border-radius: 4px;
        }
        
        .span-2-02 { grid-column: span 2; grid-row: span 2; }
        .span-2-01 { grid-column: span 2; grid-row: span 1; }
        .span-1-02 { grid-column: span 1; grid-row: span 2; }
        .span-1-01 { grid-column: span 1; grid-row: span 1; }
        
        .collage-item1 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease, filter 0.3s ease;
            filter: grayscale(40%) contrast(1.1) brightness(0.9);
        }

        .collage-item1:hover {
             z-index: 10;
            transform: scale(1.05);
            border-color: #228fff;
            box-shadow: 0 0 25px rgb(0 67 255 / 60%), 0 0 50px rgb(0 208 255 / 40%);
        }
        .collage-item1:hover img {
            transform: scale(1.15);
            filter: grayscale(0%) contrast(1.2) brightness(1.1);
        }

        .collage-stat-box {
            background: linear-gradient(135deg, rgb(58, 12, 100), rgb(26, 35, 126));
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            border: 2px solid rgba(255, 255, 255, 0.1);
        }
        .collage-stat-box h3 {
            font-family: 'Orbitron', sans-serif;
            font-size: 2.2rem;
            font-weight: 900;
            color: #fff;
            text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
            margin: 0;
        }








        /* --- VISITOR PROFILE STYLES --- */
        .visitor-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 40px;
        }
        .visitor-card {
            background: linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
            border: 1px solid rgba(0, 243, 255, 0.15);
            border-radius: 8px;
            padding: 18px 25px;
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
            cursor: default;
        }
        .visitor-card i {
            font-size: 1.5rem;
            width: 40px;
            color: var(--neon-blue);
            text-shadow: 0 0 10px rgba(0, 243, 255, 0.5);
            transition: 0.3s;
        }
        .visitor-card span {
            font-family: 'Rajdhani', sans-serif;
            font-weight: 600;
            font-size: 1.1rem;
            letter-spacing: 0.5px;
            color: #e0e0e0;
        }
        .visitor-card:hover {
            background: rgba(0, 243, 255, 0.1);
            border-color: var(--neon-blue);
            box-shadow: 0 0 20px rgba(0, 243, 255, 0.2);
            transform: translateY(-3px);
        }
        .visitor-card:hover i {
            color: #fff;
            transform: scale(1.1);
        }



          .visitor-grid1 {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 40px;
        }
        .visitor-card1 {
            background: linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
            border: 1px solid rgba(0, 243, 255, 0.15);
            border-radius: 8px;
            padding: 18px 25px;
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
            cursor: default;
        }
        .visitor-card1 i {
            font-size: 1.5rem;
            width: 40px;
            color: #ee65ff;
            text-shadow: 0 0 10px rgba(0, 243, 255, 0.5);
            transition: 0.3s;
        }
        .visitor-card1 span {
            font-family: 'Rajdhani', sans-serif;
            font-weight: 600;
            font-size: 1.1rem;
            letter-spacing: 0.5px;
            color: #e0e0e0;
        }
        .visitor-card1:hover {
            background: rgba(0, 243, 255, 0.1);
            border-color: #ee65ff;
            box-shadow: 0 0 20px rgb(255 0 235 / 20%);
            transform: translateY(-3px);
        }
        .visitor-card1:hover i {
            color: #fff;
            transform: scale(1.1);
        }




        /* --- WHY VISIT STYLES --- */
        .why-visit-card {
            background: rgb(2 2 38 / 60%);
            border: 1px solid rgba(188, 19, 254, 0.2);
            padding: 30px;
            height: 100%;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        .why-visit-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; width: 4px; height: 100%;
            background: var(--neon-purple);
            opacity: 0.5;
            transition: 0.3s;
        }
        .why-visit-card:hover {
            transform: translateY(-5px);
            border-color: var(--neon-purple);
            box-shadow: 0 0 25px rgba(188, 19, 254, 0.2);
            transform: translateY(-3px);
        }
        .why-visit-card:hover::before {
            opacity: 1;
            box-shadow: 0 0 10px var(--neon-purple);
        }
        .why-icon {
            font-size: 2.5rem;
            color: var(--neon-purple);
            margin-bottom: 20px;
        }



         .why-visit-card1 {
            background: rgb(19 19 50 / 60%);
            border: 1px solid rgb(19 124 254 / 20%);
            padding: 30px;
            height: 100%;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        .why-visit-card1::before {
            content: '';
            position: absolute;
            top: 0; left: 0; width: 4px; height: 100%;
            background: #13a7fe;
            opacity: 0.5;
            transition: 0.3s;
        }
        .why-visit-card1:hover {
            transform: translateY(-5px);
            border-color: #13a7fe;
            box-shadow: 1px solid rgb(19 167 254 / 20%);
            transform: translateY(-3px);
        }
        .why-visit-card1:hover::before {
            opacity: 1;
            box-shadow: 0 0 10px var(--neon-purple);
        }
        .why-icon1 {
            font-size: 2.5rem;
            color: var(--neon-purple);
            margin-bottom: 20px;
        }





        
        @media (max-width: 992px) {
            .hero h1 { font-size: 3.5rem; }
            .cyber-collage { grid-template-columns: repeat(2, 1fr); }
            .span-2-2, .span-2-1 { grid-column: span 2; }
            .span-1-2 { grid-row: span 2; }
        }
        @media (max-width: 576px) {
            .hero h1 { font-size: 2.5rem; }
            .cyber-collage { grid-template-columns: 1fr; }
            .span-2-2, .span-2-1, .span-1-2, .span-1-1 { grid-column: span 1; grid-row: span 1; }
            .collage-item { height: 250px; }
            .visitor-grid { grid-template-columns: 1fr; }
        }


        .smart-text
            {
                font-family: 'Rajdhani', sans-serif !important;
            }


        .r-text
    {
        color: #9da2a7 !important;
    }

.stall-f
    {
        font-size: 1.2rem; 
        font-weight: 400; 
        color: #fff;
    }  

@media (max-width: 768px) {
   .stall-f
    {
        font-size: 0.8rem; 
        font-weight: 400; 
        color: #fff;
    }  

}



/*--robotic-zone-close--*/



.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-white-50 {
    color: rgb(255 255 255 / 74%) !important;
}





/*testimonials*/
.home-page-testimonials {
  height: 270px;
}


@media (max-width: 768px) {
   .home-page-testimonials {
  height: auto;
}
}
/*testimonials-close*/





/*robotic-page*/

.robotic-hero-p
    {
        padding-top: 50px; 
        padding-bottom: 30px;
    }

@media (max-width: 768px) {
 .robotic-hero-p
    {
         padding-top: 1px; 
        padding-bottom: 1px;
    }
}


.stall-f
    {
        font-size: 1.2rem!important; 
        font-weight: 400; 
        color: #fff;
    }  

@media (max-width: 768px) {
   .stall-f
    {
        font-size: 0.8rem !important; 
        font-weight: 400; 
        color: #fff;
    }  

}

/*robotic-page-close*/

/*supply-page*/

 .supply-text
            {
                font-size: 4rem !important;
                font-weight: 900;
                line-height: 1.1;
                 font-family: 'Orbitron', sans-serif;
                text-transform: uppercase;
                letter-spacing: 2px;
                text-transform: uppercase;
            }

            @media (max-width: 992px) {
                 .supply-text {
                font-size: 2rem !important;
                font-weight: 900;
                line-height: 1.1;
                font-family: 'Orbitron', sans-serif;
                text-transform: uppercase;
                letter-spacing: 2px;
                text-transform: uppercase;
            }

            }
/*supply-page-close*/

/*quality-page*/

      .quality-text
            {
             font-size: 4rem !important;
            font-weight: 900;
            line-height: 1.1;
             font-family: "Anta", sans-serif;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-transform: uppercase;
            }

              @media (max-width: 992px) {
             .quality-text
              {
            font-size: 2rem !important;
            font-weight: 900;
            line-height: 1.1;
              font-family: "Anta", sans-serif;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        }

/*quality-page-close*/

/*innovation-page*/
.innovation-text
            {
                font-size: 4rem !important;
                font-weight: 900;
                line-height: 1.1;
               font-family: 'Anta' !important;
                text-transform: uppercase;
                letter-spacing: 2px;
                text-transform: uppercase;
            }


            @media (max-width: 992px) {
             .innovation-text 
             {
                font-size: 2rem !important;
                font-weight: 900;
                line-height: 1.1;
                 font-family: 'Anta' !important;
                text-transform: uppercase;
                letter-spacing: 2px;
                text-transform: uppercase;
              }

         }

/*innovation-page-close*/




/*photos-page*/

.btn-container {
    display: flex;
    flex-wrap: nowrap;      
    overflow-x: auto;        
    gap: 15px;               
    padding-bottom: 10px;    
    -webkit-overflow-scrolling: touch; 
}

.btn-container::-webkit-scrollbar {
    display: none;
}
.btn-container {
    -ms-overflow-style: none;  
    scrollbar-width: none;   
}

.btn-gallery {
    background: linear-gradient(90deg, #FF6B6B, #FFD93D);
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-gallery:hover,
.btn-gallery.active {
    background: linear-gradient(90deg, #FFD93D, #FF6B6B);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transform: translateY(-3px);
    color: #fff;
}

@media (max-width: 768px) {
    .btn-gallery {
        font-size: 0.8rem;
        padding: 8px 18px;
    }
}

.btn-gallery {
    background: linear-gradient(90deg, #2d55c5, #6e149d); /* soft vibrant gradient */
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;          
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;            
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-gallery:hover,
.btn-gallery.active {
    background: linear-gradient(135deg, #ffcc00, #ff9500); /* invert gradient */
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transform: translateY(-3px);
    color: #000;
}

.btn-gallery1 {
    background: linear-gradient(90deg, #2d55c5, #6e149d); /* soft vibrant gradient */
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;           
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;           
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-gallery1:hover,
.btn-gallery1.active {
    background: linear-gradient(135deg, #ffcc00, #ff9500); /* invert gradient */
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transform: translateY(-3px);
    color: #000;
}

.btn-gallery1:hover,
.btn-gallery1.active {
    background: linear-gradient(135deg, #ffcc00, #ff9500); /* invert gradient */
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transform: translateY(-3px);
    color: #000;
}

@media (max-width: 768px) {
    .btn-gallery {
        font-size: 0.8rem;
        padding: 8px 18px;
    }


     .btn-gallery1 {
        font-size: 0.8rem;
        padding: 8px 18px;
    }
}


.gallery-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
}

.gallery-img-wrapper img {
    transition: transform 0.5s ease;
}

.gallery-img-wrapper:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.overlay i {
    color: #fff;
    font-size: 2rem;
}

.gallery-img-wrapper:hover .overlay {
    opacity: 1;
}

.gallery-item {
    display: none;
}
.gallery-item[data-folder="inauguration"] {
    display: block;
}

/*photos-page-close*/



/*partners-page-*/


.partners-card {
  background: #001524;
  padding: 20px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #2c2c2c;
  transition: 0.35s;
  height: 100%;
}

.partners-card:hover {
  transform: translateY(-10px);
 transform: translateY(-10px);
  border-color: #ffffff;
  box-shadow: 0 10px 25px rgb(255 255 255 / 20%);
}

.partners-img {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .partners-img {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
}


.partners-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s;
}

.partners-card:hover img {
  transform: scale(1.06);
}

.partners-card h4 {
  color: #fff;
  margin-bottom: 8px;
}

.what-box {
    max-width: 700px;
    margin: auto;
    background: #ffffff;
    padding: 35px;
    padding-bottom: 25px;
    padding-top: 25px;
    border-radius: 16px;
    border: 3px solid #01253f;
    box-shadow: 0 8px 20px rgba(0,0,0,0.07);
}

.what-box h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
}

.what-box ul {
    list-style: none;
    padding: 0;
}

.what-box ul li {
    font-size: 18px;
    margin: 12px 0;
    display: flex;
    align-items: center;
}

.what-box ul li i {
    color: #01316f;
    font-size: 20px;
    margin-right: 10px;
}



.feature01 {
        display: flex;
        align-items: center;
        background-color: #f7fafb ;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
        cursor: pointer;
        border: 1px #bbbbbb solid;
    }

    /* Hover Effect */
    .feature01:hover {
        background: linear-gradient(to right, #01316f, #63005d); 
        color: #ffffff; 
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    }

    .feature01:hover .feature01-icon {
        background-color: #FF7A00; 
        color: #ffffff;
    }

    .feature01-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(to right, #63005d, #01316f);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 28px;
        margin-right: 20px;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }

    .feature01-text h3 {
        margin: 0 0 5px 0;
        color: inherit; 
        font-size: 1.2rem;
        transition: color 0.3s ease;
    }

    .feature01-text p {
        margin: 0;
        color: inherit; 
        font-size: 0.95rem;
        line-height: 1.4;
        transition: color 0.3s ease;
    }


.ready-to-take {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 30px 30px;
        border-radius: 15px;
        margin-bottom: 10px;
        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        transition: transform 0.3s, box-shadow 0.3s;
        background: #fff;
        color: #fff;
    }

    .ready-to-take:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 35px rgba(0,0,0,0.2);
    }

    .ready-to-take h2 {
      
        margin-bottom: 20px;
        text-align: center;
    }

    .ready-to-take p {
        font-size: 1.1rem;
        text-align: center;
        max-width: 700px;
        line-height: 1.6;
        color: #333 !important;
    }

    /* Optional Button */
    .btn-partner {
        display: inline-block;
        margin-top: 25px;
        padding: 12px 30px;
        font-size: 1.1rem;
        font-weight: bold;
        color: #0057B7;
        background-color: #fff;
        border-radius: 8px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .btn-partner:hover {
        background-color: #FF7A00;
        color: #fff;
        transform: translateY(-3px);
    }

   


.glow-circle {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: #000e22;
    border: 6px solid #FFD700;
    box-shadow: 0 0 15px #ffdd33, 0 0 20px #ffdd33;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 15px;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}

.glow-circle:hover {
    transform: scale(1.08);
    box-shadow: 0 0 15px #ffe066, 0 0 25px #ffeb88;
}

.icon-glow {
    font-size: 45px;
    color: #ffd000;
    margin-bottom: 12px;
    text-shadow: 0 0 6px #ffdd33;
}

.glow-circle p {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    color: #FFD700;
}



 .partner-card {
            background: #04305a;
            border: 1px solid rgb(135 109 3);
            padding: 30px;
            height: 100%;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        .partner-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; width: 4px; height: 100%;
            background: #fecc00;
            opacity: 0.5;
            transition: 0.3s;
        }
        .partner-card:hover {
              transform: translateY(-5px);
            border-color: #fecc00;
            box-shadow: 0 0 25px rgb(48 25 102 / 55%);
            transform: translateY(-3px);
        }
        .partner-card:hover::before {
            opacity: 1;
            box-shadow: 0 0 10px var(--neon-purple);
        }
        .partner-icon {
            font-size: 2.5rem;
            color: #fecc00;
            margin-bottom: 20px;
        }


     

.who-can-card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(5px);
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  color: #fff;
  height: 100%; 
  display: flex;
  flex-direction: column;
  justify-content: flex-start; 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgb(255 255 255 / 43%);

}

.who-can-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.4);
   border: 1px solid #fff;
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: #1966b1  ;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 15px auto;
}


/*partners-page-close-*/


/*nashik-roadshow*/


    .roadshow-objective-alt {
        background: #0b1c2d;
    }

    .objective-strip {
        position: relative;
        background: rgba(255,255,255,0.05);
        padding: 28px 25px 28px 80px;
        border-radius: 14px;
        height: 100%;
        transition: 0.3s ease;
    }

    .objective-strip::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background: #fecc00;
        border-radius: 4px 0 0 4px;
    }

    .objective-strip:hover {
        background: rgba(255,255,255,0.1);
        transform: translateY(-4px);
    }

    .strip-icon {
        position: absolute;
        left: 25px;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        background: #fecc00;
        color: #000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

    .objective-strip p {
        color: #adb5bd;
        margin: 0;
        font-size: 16px;
    }

        .gallery-img-wrapper {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            cursor: pointer;
        }

        .gallery-img-wrapper img {
            transition: transform 0.5s ease;
        }

        .gallery-img-wrapper:hover img {
            transform: scale(1.1);
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.25);
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .overlay i {
            color: #fff;
            font-size: 2rem;
        }

        .gallery-img-wrapper:hover .overlay {
            opacity: 1;
        }

        .gallery-item {
            display: none;
        }
        .gallery-item[data-folder="inauguration"] {
            display: block;
        }



        .event-card {
            background: #04305a;
            border: 1px solid rgb(135 109 3);
            padding: 30px;
            height: 100%;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        .event-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; width: 4px; height: 100%;
            background: #fecc00;
            opacity: 0.5;
            transition: 0.3s;
        }
        .event-card:hover {
              transform: translateY(-5px);
            border-color: #fecc00;
            box-shadow: 0 0 25px rgb(48 25 102 / 55%);
            transform: translateY(-3px);
        }
        .event-card:hover::before {
            opacity: 1;
            box-shadow: 0 0 10px var(--neon-purple);
        }
        .event-icon {
            font-size: 2.5rem;
            color: #fecc00;
            margin-bottom: 20px;
        }

        .section-title {
            font-weight: 700;
            margin-bottom: 15px;
        }

        .section-title span {
            color: #0d6efd;
        }

        .section-text {
            color: #555;
            margin-bottom: 20px;
        }

        .custom-list {
            list-style: none;
            padding-left: 0;
        }

        .custom-list li {
            position: relative;
            padding-left: 28px;
            margin-bottom: 12px;
            font-weight: 500;
        }

        .custom-list li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #0d6efd;
            font-weight: 700;
        }

        .feedback-box {
            background: #ffffff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.08);
        }

        .feedback-box h3 {
            margin-bottom: 25px;
            font-weight: 700;
        }

        .feedback-item {
            margin-bottom: 20px;
        }

        .feedback-item p {
            color: #333;
        }

        .feedback-item span {
            display: block;
            margin-top: 8px;
            font-size: 14px;
            color: #666;
        }

        .roadshow-timeline {
            background: radial-gradient(circle at top, #1a1f2b, #000);
        }

        .main-title {
            font-weight: 800;
            color: #fff;
        }

        .subtitle {
            color: #adb5bd;
            max-width: 700px;
            margin: 0 auto;
        }

        .box-title {
            color: #fff;
            font-weight: 700;
            margin-bottom: 25px;
        }

        .timeline-box {
           padding: 35px;
            border-radius: 14px;
            background: linear-gradient(145deg, rgba(13,110,253,0.15), rgba(13,110,253,0.05));
            border: 1px solid rgba(13,110,253,0.35);
        }

        .timeline-item {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
        }

        .step {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: #0d6efd;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            margin-right: 20px;
        }

        .expo-highlight {
            padding: 35px;
            border-radius: 14px;
            background: linear-gradient(to right, #63005d, #01316f);
            border: 1px solid rgb(229 239 255 / 35%);
        }

        .expo-row {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            color: #fff;
            margin-bottom: 18px;
        }

        @media (max-width: 768px) {
            .expo-row {
            display: block;
            align-items: flex-start;
            gap: 14px;
            color: #fff;
            margin-bottom: 18px;
        }

        }

        .expo-row i {
            color: #8af7e4;
            font-size: 18px;
            margin-top: 3px;
        }

        .expo-tagline {
            margin-top: 20px;
            padding-top: 15px;
            border-top: 1px dashed rgba(255,255,255,0.3);
            color: #fff;
            font-weight: 600;
        }

 /*nasahik-road-show-close*/       


/*press-relase-*/       
 .press-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.press-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.press-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #061f30;
    border-left: 4px solid #fecc00;
    padding: 15px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.press-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgb(25 102 177 / 27%);
}

.press-left h6 {
    color: #fff;
    margin-bottom: 4px;
}

.press-left small {
    color: #aaa;
}

.press-right a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.press-right a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .press-list {
        grid-template-columns: 1fr;
    }

    .press-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}


/*press-relase-close*/       




 .slick-dots li button
{
    font-size: 0 !important;
    line-height: 0 !important;
    display: block !important;
    height: 20px !important;
    padding: 5px !important;
    color: transparent !important;
    border: 0 !important;
    outline: none !important;
    background: transparent !important;
}

   @media (max-width: 768px) {

.slick-dots li button
{
    font-size: 0 !important;
    line-height: 0 !important;
    display: block !important;
    height: 20px !important;
    padding: 5px !important;
    color: transparent !important;
    border: 0 !important;
    outline: none !important;
    background: transparent !important;
    display: none !important;
}

}


.home-about-video {
    width: 100%;
    /*height:520px;
        object-fit:cover;*/ */
}

 @media (max-width: 991px) {

    .home-about-video {
        width: 100%;
        /*height: 300px;
        object-fit: cover;
        */
    }

}

/*theme*/

.force-card {
    background: #001524;
    padding: 20px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid #2c2c2c;
    transition: 0.35s;
    height: 100%;
}

    .force-card:hover {
        transform: translateY(-10px);
        transform: translateY(-10px);
        border-color: #ffffff;
        box-shadow: 0 10px 25px rgb(255 255 255 / 20%);
    }

.force-img {
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .force-img {
        width: 100%;
        height: 250px;
        margin-bottom: 15px;
        border-radius: 10px;
        overflow: hidden;
    }
}


.force-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.35s;
}

.force-card:hover img {
    transform: scale(1.06);
}

.force-card h4 {
    color: #fff;
    margin-bottom: 8px;
    font-weight: 600;
}
/*theme-close*/

/*press-relase-*/
.press-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.press-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.press-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #061f30;
    border-left: 4px solid #fecc00;
    padding: 15px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .press-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 35px rgb(25 102 177 / 27%);
    }

.press-left h6 {
    color: #fff;
    margin-bottom: 4px;
}

.press-left small {
    color: #aaa;
}

.press-right a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

    .press-right a:hover {
        text-decoration: underline;
    }

@media (max-width: 768px) {
    .press-list {
        grid-template-columns: 1fr;
    }

    .press-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}


.relase-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.relase-date-icon {
    font-size: 18px;
    color: #b3b7bb;
    padding-right: 5px;
}



/*press-relase-close*/  