body,
html {
    overflow-x: hidden !important
}

*,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-head)
}

#chatBox,
#chatBtn {
    right: 20px;
    z-index: 9999
}

.chat-input,
.faq {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

#chatBtn,
#scrollTopBtn,
#sendBtn,
.chat-header {
    background: linear-gradient(135deg, #7b3fe4, #4a1fb8)
}

#chatBox,
#chatBtn,
#fullLoader,
#scrollTopBtn {
    position: fixed
}

#scrollTopBtn,
header {
    z-index: 999 !important
}

.about-right p,
.event-section-left p,
.inner-founer p,
.services-left p,
.vission-right p {
    text-align: justify
}

@font-face {
    font-family: head-font;
    src: url('../fonts/ibrand.otf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: body-font;
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

* {
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

.contact-info a:hover i,
.inner-sub-banner .breadcrumb-item a:hover,
body {
    color: #fff
}

:root {
    --primary-color: #002557;
    --secondary: #0a0a8f;
    --secondary-light: #415de4;
    --color-hover: #ffe400;
    --font-head: 'head-font';
    --font-para: 'body-font';
    --white: #ffffff;
    --black: #000000;
    --light-gray: #f4f4f4;
    --dark-gray: #222222
}

.btn,
.notes-card a,
.register-btn,
a {
    text-decoration: none
}

.inner-home-contact .social-icons .social-round i,
.nav-link,
a,
button,
header .nav-link {
    transition: .3s
}

p {
    font-family: var(--font-body)
}

.main-head {
    font-size: 58px;
    color: var(--white);
    margin-bottom: 10px
}

.sub-main {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 15px
}

.custome-btn a {
    position: relative;
    display: inline-block;
    padding: 7px 40px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #f21010;
    border: 2px solid #f21010;
    border-radius: 8px;
    overflow: hidden;
    transition: color .3s;
    font-family: var(--font-para) !important;
    z-index: 0
}

.custome-btn a::before,
.event-form-wrap button::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width .5s;
    z-index: -1
}

.custome-btn a:hover::before {
    width: 150%
}

.custome-btn a:hover,
.event-section-left p,
li {
    color: var(--black)
}

#chatBtn {
    bottom: 130px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .3)
}

#chatBox {
    display: none;
    bottom: 90px;
    width: 330px;
    height: 480px;
    background: #0f1028;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .5);
    flex-direction: column
}

#messages,
.faq {
    overflow-y: auto
}

.chat-header {
    color: #fff;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0
}

.chat-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600
}

.chat-title img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    padding: 3px
}

.chat-header button {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

#messages {
    padding: 12px;
    flex: 1;
    font-size: 14px
}

.msg {
    margin-bottom: 10px;
    max-width: 85%;
    padding: 8px 12px;
    border-radius: 14px;
    line-height: 1.4
}

.user {
    background: #7b3fe4;
    color: #fff;
    margin-left: auto;
    border-bottom-right-radius: 4px
}

.bot,
.chat-input input,
.faq button {
    background: #1c1d3a
}

.bot {
    color: #e6e6ff;
    border-bottom-left-radius: 4px
}

.faq {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px;
    max-height: 90px;
    flex-shrink: 0
}

.faq button {
    border: none;
    color: #fff;
    padding: 6px 10px;
    border-radius: 12px;
    font-size: 12px;
    cursor: pointer
}

#sendBtn,
.chat-input input {
    border-radius: 10px;
    color: #fff
}

.chat-input {
    display: flex;
    gap: 8px;
    padding: 10px;
    flex-shrink: 0
}

.chat-input input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: 0
}

#sendBtn {
    width: 42px;
    border: none;
    cursor: pointer;
    font-size: 18px
}

#scrollTopBtn {
    bottom: 35px;
    right: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: .35s;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .25)
}

#scrollTopBtn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

#scrollTopBtn:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .35);
    background: linear-gradient(135deg, #415de4, #0a0a8f)
}

#scrollTopBtn i {
    font-size: 26px;
    font-weight: 700
}

#fullLoader {
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #002557, #003b80, #001a3a);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999
}

.loader-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.loader-logo {
    width: 140px;
    height: 140px;
    object-fit: contain;
    animation: 1s ease-in-out infinite logoBounce
}

.loading-bar {
    margin-top: 25px;
    width: 200px;
    height: 6px;
    background: rgba(255, 255, 255, .4);
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.loading-bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    animation: .8s infinite slide
}

@keyframes slide {
    0% {
        left: -40%
    }

    100% {
        left: 110%
    }
}

@keyframes logoBounce {

    0%,
    100% {
        transform: translateY(0);
        opacity: .7
    }

    50% {
        transform: translateY(-10px);
        opacity: 1
    }
}

header .container-fluid {
    width: 55%
}

header .navbar-toggler-icon {
    filter: invert(1)
}

header .navbar-brand {
    margin: 0 !important
}

header .navbar-brand img {
    width: 120px;
    height: auto
}

.notes-card a:hover,
header .nav-item .active {
    color: var(--color-hover)
}

.contact-info a:hover,
.inner-gallery h2,
.inner-gallery h4,
.inner-serve h4,
.services-item a,
header .nav-item .nav-link {
    color: var(--white)
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.offcanvas .nav-link:hover,
.offcanvas .nav-link:hover i,
.offcanvas-contact .offcanva-a i,
header .nav-link.active,
header .nav-link:hover {
    color: var(--color-hover) !important
}

#awardsForm select:focus,
.event-modal-wrap .accordion-button:focus,
header .navbar-toggler:focus {
    box-shadow: none !important
}

.event-form-wrap .card,
header .navbar-toggler {
    border: none !important
}

header .nav-link.active {
    transform: scale(1.2)
}

.contact-info a:hover,
.services-card a:hover i {
    transform: translateX(5px)
}

.offcanvas .nav-link,
.offcanvas-contact a,
.offcanvas-header button {
    color: var(--white) !important
}

.offcanvas {
    width: 420px;
    background-image: url('../images/home/banner-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.offcanvas-header img {
    width: 100px
}

.offcanvas-header {
    position: relative;
    padding-bottom: 20px
}

.offcanvas-header::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 70%;
    height: 2px;
    background: linear-gradient(to right, transparent, #fff, transparent);
    border-radius: 10px
}

.offcanvas-contact .social-round:hover {
    background: var(--color-hover);
    color: #000;
    transform: scale(1.1)
}

.offcanvas-contact .social-round i {
    color: var(--black) !important
}

.offcanvas-contact .social-icons {
    justify-content: center !important
}

.offcanvas-contact .social-round {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #111 !important;
    transition: .3s
}

.breadcrumb-item+.breadcrumb-item::before,
.offcanvas .btn-close {
    color: #fff !important
}

.offcanvas .nav-link {
    transition: color .3s
}

.offcanvas .nav-link i {
    transition: transform .4s, color .3s
}

.offcanvas .nav-link:hover i {
    transform: translateX(8px)
}

.nav-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: 0 0;
    transition: .3s
}

.about-wrap,
.banner-slide,
.banner-wrap,
.choose-head-wrap,
.even-inner,
.form-upload,
.inner-events .event-img,
.left-event,
.testimonial-wrapper,
.video-gallery-wrap .video-container,
header {
    position: relative
}

.inner-banner,
.inner-home-cta,
.services-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.inner-banner,
.inner-home-cta {
    background-attachment: fixed
}

header .nav-item .nav-link {
    color: var(--white);
    font-size: 18px;
    margin: 0 15px;
    transition: font-size .3s, padding .3s
}

.event-carousel,
.event-page-carousel,
.offer-carousel {
    z-index: 0
}

.event-cards-carousel .owl-carousel .owl-stage-outer {
    padding: 20px 10px
}

.event-page-carouselbutton.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background-color: none !important;
    width: 35px;
    height: 35px
}

.nav-area.nav-sticky,
footer {
    background: var(--primary-color)
}

.event-cards-carousel .owl-carousel {
    margin: 0 auto !important;
    width: 100%;
    max-width: 700px
}

.nav-area.nav-sticky .navbar-brand img {
    width: 80px
}

.banner-content p,
.nav-area.nav-sticky header .nav-item .nav-link {
    font-size: 18px
}

footer {
    width: 100%;
    padding: 40px 20px 10px;
    text-align: center;
    color: #fff
}

footer .footer-container {
    max-width: 1200px;
    margin: auto
}

footer .footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    font-size: 18px
}

footer .footer-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 22px;
    transition: .3s;
    margin: 0 30px
}

footer .footer-links a:hover {
    color: #fc0
}

.qr img,
footer .logo-section img {
    width: 150px;
    height: auto
}

footer .line {
    width: 90%;
    height: 1px;
    background: var(--white);
    margin: 20px auto
}

footer .credit {
    font-size: 16px;
    opacity: .9
}

footer .credit a {
    color: #fc0;
    text-decoration: none
}

.inner-banner {
    width: 100%
}

.banner-wrap {
    padding: 200px 0 50px
}

.banner-wrap .banner-left p {
    font-size: 16px;
    font-family: var(--font-head) !important
}

.banner-wrap .banner-left h2 {
    font-size: 44px;
    margin-bottom: 10px
}

.about-wrap .container-fluid,
.banner-wrap .container-fluid,
.eligibility-criteria .container-fluid,
.event-sec .container-fluid,
.event-section .container-fluid,
.inner-about .container-fluid,
.inner-choose .container-fluid,
.inner-faq .container-fluid,
.inner-founder .container-fluid,
.inner-home-contact .container-fluid,
.inner-serve .container-fluid,
.inner-services-sec .container-fluid,
.inner-visionary .container-fluid {
    width: 70%
}

.banner-img-overlay {
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
    pointer-events: none
}

.banner-img-overlay img {
    width: 100%;
    height: auto;
    display: block
}

.banner-right img {
    animation: 4s ease-in-out infinite floatUpDown1
}

@keyframes floatUpDown1 {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-18px)
    }
}

.banner-vector-1,
.banner-vector-2,
.banner-vector-3,
.banner-vector-4,
.banner-vector-5,
.banner-vector-6,
.banner-vector-7,
.banner-vector-8 {
    position: absolute;
    opacity: .85;
    filter: drop-shadow(0 0 14px rgba(255, 255, 255, .9))
}

.banner-vector-1 {
    top: 10%;
    left: 10%;
    animation: 3s infinite twinkle, 6s infinite starFloat, 8s linear infinite starRotate, 4.5s ease-out infinite path1
}

.banner-vector-2 {
    top: 22%;
    left: 20%;
    animation: 3.6s infinite twinkle, 7s infinite starFloat, 9s linear infinite starRotate, 5s ease-out .5s infinite path2
}

.banner-vector-3 {
    top: 68%;
    left: 38%;
    animation: 3.2s infinite twinkle, 6s infinite starFloat, 7s linear infinite starRotate, 5.3s ease-out .9s infinite path3
}

.banner-vector-4 {
    top: 70%;
    left: 42%;
    animation: 3.8s infinite twinkle, 7.6s infinite starFloat, 10s linear infinite starRotate, 6s ease-out .3s infinite path4
}

.banner-vector-5 {
    top: 18%;
    left: 95%;
    animation: 3.4s infinite twinkle, 6.4s infinite starFloat, 8s linear infinite starRotate, 6.5s ease-out 1s infinite path5
}

.banner-vector-6 {
    top: 15%;
    left: 42%;
    animation: 3.7s infinite twinkle, 7.4s infinite starFloat, 9.5s linear infinite starRotate, 5.8s ease-out .7s infinite path6
}

.banner-vector-7 {
    top: 48%;
    left: 87%;
    animation: 3s infinite twinkle, 5.8s infinite starFloat, 8.2s linear infinite starRotate, 6.8s ease-out 1.4s infinite path7
}

.banner-vector-8 {
    top: 80%;
    left: 95%;
    animation: 4s infinite twinkle, 8s infinite starFloat, 11s linear infinite starRotate, 7.2s ease-out 1s infinite path8
}

.sticky-image {
    position: sticky;
    top: 100px;
    z-index: 5
}

@keyframes path1 {
    0% {
        transform: translateX(200px) translateY(0) scale(.8);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    100% {
        transform: translateX(-300px) translateY(0) scale(1.1);
        opacity: 0
    }
}

@keyframes path2 {
    0% {
        transform: translateX(220px) translateY(-20px);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    100% {
        transform: translateX(-320px) translateY(25px);
        opacity: 0
    }
}

@keyframes path3 {
    0% {
        transform: translateX(240px) translateY(20px);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    100% {
        transform: translateX(-340px) translateY(-20px);
        opacity: 0
    }
}

@keyframes path4 {
    0% {
        transform: translateX(260px) translateY(-40px);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    70% {
        transform: translateX(-200px) translateY(50px)
    }

    100% {
        transform: translateX(-360px) translateY(80px);
        opacity: 0
    }
}

@keyframes path5 {
    0% {
        transform: translateX(260px) translateY(40px);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    70% {
        transform: translateX(-220px) translateY(-60px)
    }

    100% {
        transform: translateX(-360px) translateY(-90px);
        opacity: 0
    }
}

@keyframes path6 {
    0% {
        transform: translateX(280px) translateY(0);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    50% {
        transform: translateX(-100px) translateY(40px)
    }

    80% {
        transform: translateX(-250px) translateY(-20px)
    }

    100% {
        transform: translateX(-380px) translateY(10px);
        opacity: 0
    }
}

@keyframes path7 {
    0% {
        transform: translateX(250px) translateY(0);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    40% {
        transform: translateX(50px) translateY(-20px)
    }

    70% {
        transform: translateX(-100px) translateY(20px)
    }

    100% {
        transform: translateX(-350px) translateY(-10px);
        opacity: 0
    }
}

@keyframes path8 {
    0% {
        transform: translateX(320px) translateY(-10px);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    60% {
        transform: translateX(-120px) translateY(40px)
    }

    100% {
        transform: translateX(-400px) translateY(60px);
        opacity: 0
    }
}

banner-right img {
    animation: 3s ease-in-out infinite floatUpDown
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }
}

.services-inner {
    width: 100%;
    background-color: #002557;
    padding: 80px 0 0
}

.home-cta-left p,
.home-form-left p,
.services-left p {
    font-size: 20px
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px 25px !important
}

.services-item h3 {
    font-size: 28px
}

.services-item {
    width: 100%;
    height: 330px;
    padding: 25px;
    background-color: #053f8d;
    border-radius: 8px;
    box-shadow: 0 8px 40px rgba(255, 255, 255, .1);
    display: flex;
    align-items: flex-end;
    color: #fff;
    transition: .3s;
    position: relative
}

.services-item-overlay {
    position: absolute;
    top: 5%;
    right: 5%
}

.gallery-items,
.item-2 {
    margin-top: 50px
}

.item-4 {
    margin-top: 40px
}

.services-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, .2)
}

.inner-sub-banner::after,
.play-overlay,
.sub-banner-ovelray {
    transform: translate(-50%, -50%)
}

.services-item-overlay img {
    transition: transform .3s ease-out
}

.services-item:hover .services-item-overlay img {
    animation: .45s ease-out forwards pureBounce
}

@keyframes pureBounce {
    0% {
        transform: translateY(0)
    }

    35% {
        transform: translateY(-20px)
    }

    60% {
        transform: translateY(-8px)
    }

    100% {
        transform: translateY(-14px)
    }
}

.inner-about {
    padding: 280px 0 50px;
    position: relative
}

.inner-about .about-top-ovelray {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.about-right p {
    font-size: 20px;
    color: var(--black)
}

.about-right .main-head,
.counter-item span,
.registration-right .custome-btn a i:hover,
.registration-right .custome-btn a:hover i {
    color: var(--primary-color) !important
}

.mission-right p,
.vission-right p {
    font-size: 30px;
    color: var(--primary-color)
}

.inner-testimonial .textimonial-name,
.mission-right p {
    text-align: right
}

.mission-vission-wrap {
    padding: 50px 0 20px
}

.vission-left {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-end !important
}

.inner-home-cta {
    width: 100%;
    padding: 90px 0;
    background-image: url('../images/home/home-cta.png');
    position: relative
}

.event-inner .container-fluid,
.gallery-sec .container-fluid,
.home-awards .container-fluid,
.inner-home-cta .container-fluid,
.learn-box:hover::after,
.services-wrap .container-fluid {
    width: 80%
}

.fm-heading,
.inner-home-cta h2,
.left-event h4,
.popup-left h4 {
    text-transform: uppercase
}

.home-cta-left a {
    color: var(--white) !important;
    margin-top: 20px
}

.home-cta-overlay {
    position: absolute;
    right: 0;
    bottom: 0
}

.home-cta-overlay img {
    width: 800px
}

.inner-choose,
.inner-client,
.terms {
    padding: 50px 0 0
}

.choose-content h5,
.choose-head-left h2,
.choose-head-left h4,
.choose-icon,
.contact-page .inner-home-contact .home-form-left,
.contact-page .inner-home-contact .home-form-left a,
.contact-page .inner-home-contact .home-form-left h2,
.contact-page .inner-home-contact .home-form-left i,
.eligibility-criteria h2,
.eligibility-criteria h4,
.event-form h2,
.event-head h2,
.event-section-left h2,
.event-section-left h5,
.founder-right h2,
.home-awards .main-head,
.inner-client .client-header h2,
.inner-client .client-header h4,
.inner-offer h4,
.learn-header h2,
.notes-card a,
.popup-left h2,
.popup-left h4,
.right-event h2,
.right-event p,
.services-sec-left h4,
.visionary-left h2,
.visionary-right h2,
.visionary-right h4 {
    color: var(--primary-color)
}

.client-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px
}

.client-carousel .item img {
    max-height: 100px;
    object-fit: contain
}

.client-carousel-wrap {
    padding: 40px 0 0;
    border-bottom: 2px solid var(--primary-color)
}

.client-carousel-wrap .owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px
}

.client-carousel-wrap .owl-carousel .item img {
    max-height: 80px;
    object-fit: contain
}

.client-display-1 {
    display: block
}

.client-display-2 {
    display: none
}

.client-display-1 .item {
    margin: 0 40px
}

.client-display-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px
}

.client-display-2 .item .owl-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important
}

.client-display-2 .item img,
.idea-image,
.popup-right {
    display: flex;
    justify-content: center;
    align-items: center
}

.counter {
    display: inline-block;
    font-size: 68px;
    font-weight: 700;
    color: #002147
}

.counter+span {
    font-size: 2rem;
    font-weight: 700;
    margin-left: 2px
}

.client-counter p {
    font-size: 32px;
    font-weight: 700
}

.client-counter {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px 0 5px 20px;
    background: #fff;
    display: flex;
    gap: 30px
}

.counter-item {
    text-align: center;
    font-family: sans-serif;
    flex: 1 1 200px;
    margin: 20px
}

.counter-item p {
    font-size: 18px;
    color: #002147
}

.inner-testimonial {
    width: 100%;
    padding: 200px 0 220px;
    background-image: url('../images/home/testimonial-bg.png');
    background-position: center;
    background-size: cover;
    position: relative
}

.testimonial-bottom-overlay,
.testimonial-top-overlay {
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
    pointer-events: none
}

.register-btn:hover::before,
.testimonial-bottom-overlay {
    bottom: 0
}

.inner-testimonial .sub-head {
    margin-bottom: 15px !important
}

.testimonial-top-overlay {
    top: 0
}

.testimonial-bottom-overlay img,
.testimonial-top-overlay img {
    width: 100%;
    display: block;
    object-fit: cover;
    user-select: none
}

.contact-info,
.contact-info a,
.event-modal-wrap .modal-img,
.inner-sub-banner,
.inner-testimonial .profile-section,
.marquee-item,
.marquee-track,
.prizes,
.services-card,
.sub-banner-section,
.visisonary-header {
    display: flex;
    display: flex
}

.testimonial-card {
    background: #0d3c7a;
    padding: 35px;
    border-radius: 15px;
    color: #fff;
    width: 95%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .25);
    margin: 15px;
    min-height: 380px
}

.inner-testimonial .testimonial-slider {
    padding: 10px 0 !important
}

.inner-testimonial .stars {
    color: gold;
    font-size: 24px;
    margin-bottom: 15px
}

.inner-testimonial .testimonial-text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: justify
}

.inner-testimonial .profile-section {
    justify-content: end;
    gap: 25px;
    align-items: center
}

.inner-testimonial .name {
    font-size: 22px;
    font-weight: 700;
    margin: 0
}

.inner-testimonial .role {
    font-size: 14px;
    opacity: .8
}

.inner-testimonial .profile-img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    object-fit: cover
}

.inner-testimonial .owl-dots .owl-dot span {
    background: #fff !important;
    opacity: .5;
    width: 12px;
    height: 12px
}

.inner-testimonial .container {
    padding: 0 !important
}

.inner-testimonial .owl-dots .owl-dot.active span {
    background: gold !important;
    opacity: 1
}

.inner-testimonial .owl-nav button {
    background: 0 0;
    border: none;
    font-size: 40px !important;
    color: #fff !important
}

.inner-testimonial .owl-nav button:hover {
    color: gold !important
}

.inner-founder {
    padding: 0 0 20px
}

.inner-founer {
    padding: 0 0 60px
}

.founder-right h4 {
    color: var(--primary-color);
    margin-bottom: 10px
}

.founder-right p {
    font-size: 20px;
    color: var(--primary-color)
}

.inner-home-contact {
    width: 100%;
    padding: 60px 0;
    background-color: var(--primary-color)
}

.criteria-box li,
.event-form-wrap input,
.event-form-wrap textarea,
.home-form-right .form-group {
    margin: 10px 0
}

.home-form-right {
    width: 100%;
    background-color: #053f8d;
    padding: 70px 40px;
    border-radius: 15px
}

.contact-info {
    flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px
}

.contact-info a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    transition: .3s
}

.contact-info a i {
    font-size: 22px;
    color: var(--white);
    transition: .3s
}

.inner-home-contact .form-group input,
.inner-home-contact .form-group select,
.inner-home-contact .form-group textarea {
    width: 100%;
    height: 55px;
    padding: 12px 18px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    outline: 0;
    transition: .3s
}

.inner-home-contact label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: .5px;
    text-transform: capitalize
}

.inner-home-contact .form-group textarea {
    height: auto;
    min-height: 120px;
    resize: none
}

.inner-home-contact .form-group input:focus,
.inner-home-contact .form-group textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, .25)
}

.inner-home-contact .main-head {
    font-size: 46px
}

.inner-home-contact .form-group input::placeholder,
.inner-home-contact .form-group textarea::placeholder {
    color: #999
}

.inner-home-contact .social-icons .social-round {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, .15);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    transition: .3s
}

.inner-home-contact .social-icons .social-round:hover {
    background: #f21010;
    color: #000;
    transform: translateY(-4px)
}

.inner-home-contact .social-icons .social-round:hover i {
    transform: scale(1.15)
}

.sub-banner-section {
    position: relative;
    width: 100%;
    height: 350px;
    background: url('../images/home/banner-bg.png') center/cover no-repeat;
    align-items: center;
    justify-content: center
}

.inner-sub-banner {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1
}

.sub-banner-content {
    position: relative;
    text-align: center;
    color: #fff;
    animation: 1s ease-out forwards fadeUp;
    opacity: 0;
    margin-top: 100px
}

.inner-sub-banner::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 2px;
    top: 45%;
    left: 50%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
    border-radius: 4px;
    z-index: -1;
    opacity: 0;
    animation: 1.2s ease-out forwards softFade
}

@keyframes softFade {
    0% {
        opacity: 0;
        width: 20%
    }

    100% {
        opacity: 1;
        width: 80%
    }
}

.inner-sub-banner .page-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: capitalize
}

.inner-sub-banner .breadcrumb {
    display: inline-flex;
    background: 0 0;
    padding: 0;
    margin: 0
}

.inner-sub-banner .breadcrumb-item a {
    color: #ffffffcc;
    text-decoration: none;
    font-weight: 500;
    transition: .3s
}

.inner-sub-banner .breadcrumb-item.active,
.new-services-card .meta-item strong {
    color: #fff;
    font-weight: 600
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:767px) {
    .page-title {
        font-size: 32px
    }
}

.sub-banner-wrap {
    width: 100%;
    position: relative
}

.sub-banner-ovelray {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 11
}

.about-wrap,
.event-inner {
    padding: 80px 0 30px
}

.inner-faq h2,
.inner-gallery-video h2,
.inner-offer h2,
.right-about h2,
.services-wrap h2,
.terms-head h2 {
    font-size: 32px;
    color: var(--primary-color)
}

.right-about p,
.services-sec-left p {
    text-align: justify;
    color: var(--black)
}

.left-about img {
    animation: 4s ease-in-out infinite smoothFloat
}

@keyframes smoothFloat {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-18px)
    }
}

.right-about .features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.25rem;
    margin: 1.25rem 0;
    padding: 10px 0;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color)
}

.right-about .features-list li {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    background: 0 0;
    padding: .25rem 0
}

.right-about .feature-icon {
    font-size: 1.35rem;
    line-height: 1;
    color: var(--primary-color);
    min-width: 1.35rem;
    margin-top: 2px
}

.right-about .feature-content strong {
    display: block;
    font-size: .95rem;
    color: #111;
    margin-bottom: .1rem
}

.right-about .feature-content span {
    display: block;
    font-size: .88rem;
    color: #666
}

.marquee-wrapper {
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
    background: linear-gradient(90deg, #0055a5, #002557, #0055a5);
    position: relative
}

.choose-item,
.services-card {
    background: #fff;
    transition: .4s
}

.marquee-track {
    gap: 40px;
    width: max-content;
    transition: animation-play-state .2s
}

.gallery-marquee:hover .marquee-track,
.marquee-wrapper:hover .marquee-track {
    animation-play-state: paused
}

.marquee-item {
    align-items: center;
    color: var(--white) !important;
    padding: 8px 14px;
    border-radius: 6px;
    transition: .35s;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    color: var(--primary-color)
}

.marquee-item::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 2px;
    background: var(--white);
    border-radius: 50px
}

.marquee-item i {
    font-size: 20px;
    color: var(--white);
    transition: .35s
}

.event-section-right img:hover,
.marquee-item:hover {
    transform: scale(1.03)
}

.marquee-item:hover i {
    transform: translateY(-3px) scale(1.2) rotate(8deg)
}

@keyframes marqueeLR {
    0% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(0)
    }
}

.choose-head-left h4 {
    margin-bottom: 10px
}

.choose-head-left h2 {
    font-size: 34px
}

.choose-head-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #002557, #0055a5, #0af)
}

.choose-content::after,
.choose-content::before,
.services-card a::after {
    width: 80%;
    background: linear-gradient(90deg, #002557, #0055a5, #0af);
    content: ""
}

.choose-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .15)
}

.choose-content::after,
.choose-content::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    z-index: -1;
    border-radius: 2px
}

.choose-content h5 {
    font-size: 24px
}

.choose-icon {
    font-size: 40px;
    margin-bottom: 15px;
    transition: .4s
}

.choose-item:hover .choose-icon {
    transform: scale(1.2);
    color: #0055a5
}

.choose-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.choose-item p {
    font-size: 15px;
    color: #555
}

.choose-content {
    padding: 40px 0;
    position: relative
}

.choose-content::after {
    top: 30%
}

.choose-content::before {
    top: 70%
}

.choose-item {
    position: relative;
    border-radius: 12px;
    padding: 25px 20px 25px 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08)
}

.choose-item::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 4px;
    height: 55px;
    background: linear-gradient(180deg, #002557, #0055a5, #0af);
    border-radius: 2px
}

.contact-page .inner-home-contact {
    background-color: #fff !important
}

.contact-page .social-round {
    width: 36px !important;
    height: 36px !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 50%
}

.visisonary-header {
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.visisonary-header h2 {
    text-align: center;
    font-size: 32px;
    color: var(--primary-color)
}

.visionary-left p,
.visionary-right p {
    color: var(--black);
    text-align: justify
}

.services-wrap {
    padding: 60px 0
}

.services-head,
.terms-head {
    margin-bottom: 40px
}

.services-card {
    border-radius: 15px;
    padding: 25px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    flex-direction: column;
    align-items: center
}

.services-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .15)
}

.sevice-img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 74%;
    top: 4%;
    margin-bottom: 20px;
    transition: transform .4s, filter .4s
}

.services-card:hover .sevice-img {
    transform: scale(1.2) rotate(10deg)
}

.services-content {
    padding-top: 20px
}

.services-content h4 {
    max-width: 75%;
    font-size: 20px;
    font-weight: 700;
    color: #002557;
    margin-bottom: 15px;
    transition: color .3s;
    text-align: left !important
}

.services-card:hover h4 {
    color: #0055a5
}

.services-content p {
    font-size: 15px;
    color: #000;
    line-height: 1.6;
    text-align: justify
}

.note {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    background: #f0f4ff;
    padding: 12px 20px;
    border-radius: 6px;
    margin: 15px 0;
    transition: .3s;
    text-align: center
}

.note strong {
    color: #002557;
    font-weight: 700
}

.note:hover {
    background: #e2ebff;
    box-shadow: 0 6px 15px rgba(0, 85, 255, .1)
}

.services-card {
    padding-bottom: 60px;
    position: relative
}

.services-card a {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #0055a5;
    text-decoration: none;
    transition: .3s
}

.services-card a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 2px;
    border-radius: 2px
}

.services-card a i {
    margin-left: 5px;
    font-weight: 800;
    transition: transform .3s
}

.services-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/home/bg.png') center/100% no-repeat;
    opacity: .2;
    pointer-events: none;
    z-index: 0
}

.inner-events {
    padding: 60px 0;
    position: relative;
    overflow: hidden
}

.inner-events .event-carousel .event-item,
.inner-events .event-page-carousel .event-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(122, 122, 122, .08);
    margin: 10px;
    min-height: 550px !important
}

.inner-events .event-icon img {
    width: 70px;
    height: 70px;
    background-color: var(--white);
    box-shadow: 0 8px 20px rgba(122, 122, 122, .08);
    border-radius: 50% !important;
    padding: 5px;
    border: 1px solid var(--primary-color)
}

.inner-events .event-icon {
    position: absolute;
    bottom: 5%;
    left: 5%
}

.inner-events .event-img .even-images {
    width: 100%;
    height: 330px;
    border-end-start-radius: 140px
}

.inner-events .event-content {
    padding: 15px
}

.inner-events .event-content h4 {
    font-size: 20px;
    margin-top: 12px;
    color: #01285c;
    font-weight: 600
}

.inner-events .event-content p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-top: 8px;
    text-align: justify
}

.inner-events .custom-nav {
    margin-top: 20px;
    text-align: right
}

.banner-content,
.fm-heading,
.gallery-sec .gallery-header,
.inner-gallery-video .video-gallery-header,
.inner-serve,
.learn-box,
.learn-header,
.notes-card,
.register-btn {
    text-align: center
}

.inner-events .nav-btn {
    width: 35px;
    height: 35px;
    border: none;
    font-weight: bolder;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    background: 0 0;
    color: var(--primary-color);
    font-size: 20px;
    margin: 0 8px;
    transition: .3s
}

.event-sec::before,
.inner-events::after {
    background: #05638c;
    opacity: .3;
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
    content: "";
    position: absolute
}

.about-wrap::after,
.inner-about::after,
.inner-about::before,
.inner-offer::after,
.inner-offer::before {
    background: #05638c;
    opacity: .3;
    border-radius: 50%;
    z-index: -10;
    transition: .5s;
    content: "";
    position: absolute
}

.inner-events .nav-btn:hover {
    background: linear-gradient(135deg, #0250a3 0, #02a3f4 100%);
    color: var(--white);
    transform: scale(1.05)
}

.inner-events::after {
    top: -120px;
    right: -110px;
    width: 360px;
    height: 360px
}

.event-sec::before {
    bottom: -120px;
    left: -110px;
    width: 320px;
    height: 320px
}

.event-content a {
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 5px;
    color: var(--primary-color)
}

.inner-about::after {
    top: -120px;
    right: -110px;
    width: 380px;
    height: 380px
}

.inner-about::before,
.inner-offer::after,
.inner-offer::before {
    width: 320px;
    height: 320px
}

.inner-about::before {
    bottom: -140px;
    left: -140px
}

.inner-offer::before {
    top: -140px;
    left: -140px
}

.inner-offer::after {
    top: -140px;
    right: -140px
}

.about-wrap::after {
    top: -120px;
    right: -110px;
    width: 350px;
    height: 350px
}

.event-modal-wrap .modal-content {
    border-radius: 20px;
    border: none;
    padding: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
    animation: .35s modalPop
}

@keyframes modalPop {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.event-modal-wrap .modal-header {
    background: var(--primary-color);
    color: #fff;
    padding: 18px 24px;
    border-bottom: none
}

.event-modal-wrap .modal-title {
    font-size: 22px;
    font-weight: 700
}

.event-modal-wrap .btn-close {
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    padding: 6px;
    transition: .3s
}

.event-modal-wrap .btn-close:hover {
    transform: rotate(90deg);
    background: #f1f1f1
}

.event-modal-wrap .modal-img img {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .06), 0 8px 20px rgba(0, 0, 0, .04), inset 0 0 25px rgba(255, 255, 255, .35)
}

.event-modal-wrap .modal-img {
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    gap: 10px
}

.event-modal-wrap .modal-block {
    position: relative;
    padding: 32px;
    margin-top: 25px;
    background: rgba(255, 255, 255, .22);
    border-radius: 22px;
    backdrop-filter: blur(15px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, .35);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .18);
    background-image: radial-gradient(circle at top left, rgba(255, 255, 255, .4), transparent 60%), linear-gradient(135deg, rgba(255, 255, 255, .25), transparent 80%);
    overflow: hidden;
    z-index: 1
}

.event-modal-wrap .modal-block::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    top: -70px;
    right: -70px;
    background: radial-gradient(circle, var(--primary-color) 0, transparent 70%);
    opacity: .18;
    border-radius: 50%;
    z-index: 0;
    animation: 6s ease-in-out infinite softPulse
}

.event-modal-wrap .modal-block::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M80 0L160 80 80 160 0 80z' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='1'/%3E%3C/svg%3E");
    opacity: .15;
    mix-blend-mode: overlay;
    pointer-events: none
}

.event-modal-wrap .modal-block h4 {
    color: var(--primary-color);
    border-left: 4px solid var(--primary-color);
    padding-left: 12px
}

.event-modal-wrap .modal-block p,
.event-modal-wrap .modal-block ul li {
    z-index: 2;
    color: var(--black)
}

@keyframes softPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: .16
    }

    50% {
        transform: scale(1.12);
        opacity: .25
    }
}

.event-modal-wrap .modal-block * {
    position: relative;
    z-index: 2
}

.event-modal-wrap .modal-block h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.event-modal-wrap .modal-block p {
    font-size: 17px;
    color: var(--black);
    line-height: 1.7;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative
}

.event-modal-wrap .modal-block p i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
    color: var(--primary-color)
}

.event-modal-wrap .modal-block ul {
    list-style: none;
    padding-left: 0;
    margin-top: 12px
}

.event-modal-wrap .modal-block ul li {
    font-size: 18px;
    margin-bottom: 12px;
    padding-left: 32px;
    line-height: 1.6;
    position: relative;
    color: var(--primary-color)
}

.event-modal-wrap .modal-block ul li::before {
    content: "\f26a";
    font-family: bootstrap-icons;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    background: linear-gradient(135deg, var(--primary-color), #000);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 700
}

.event-modal-wrap .modal-block ul li strong,
.registration-right .custome-btn a:hover {
    color: var(--primary-color);
    font-weight: 600
}

.event-modal-wrap .modal-backdrop.show {
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, .45)
}

.idea-challenge-section {
    padding: 56px 0;
    background: linear-gradient(180deg, #f7fbff 0, #eef6ff 100%);
    font-family: Poppins, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: #05204a
}

.idea-challenge-section .container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto
}

.idea-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 36px;
    align-items: center
}

.idea-content h2 {
    font-size: 28px;
    margin: 0 0 12px;
    color: #01285c;
    letter-spacing: .2px
}

.idea-content .lead {
    font-size: 16px;
    margin: 0 0 18px;
    color: #264a6f
}

.prizes {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    flex-wrap: wrap;
    gap: 12px 20px
}

.cta-row,
.prizes li {
    display: flex;
    gap: 12px
}

.prizes li {
    background: #fff;
    border-radius: 10px;
    padding: 10px 14px;
    box-shadow: 0 6px 18px rgba(3, 41, 78, .06);
    align-items: baseline
}

.prizes .rank {
    font-weight: 700;
    font-size: 14px;
    color: #01285c
}

.prizes .amount {
    font-weight: 800;
    font-size: 16px;
    color: #08f
}

.summary {
    color: #2b4f73;
    font-size: 15px;
    margin: 12px 0 20px;
    line-height: 1.5
}

.cta-row {
    align-items: center
}

.btn,
.left-event {
    display: inline-block
}

.btn {
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
    transition: transform .16s, box-shadow .16s
}

.btn-primary {
    background: linear-gradient(90deg, #06f, #00c6ff);
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 198, 255, .14)
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 198, 255, .18)
}

.btn-outline {
    background: 0 0;
    border: 1px solid rgba(1, 40, 92, .08);
    color: #01285c
}

.idea-image img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(3, 41, 78, .08);
    object-fit: cover
}

@media (max-width:880px) {
    .idea-grid {
        grid-template-columns: 1fr
    }

    .idea-image {
        order: -1;
        margin-bottom: 18px
    }

    .idea-content h2 {
        font-size: 24px
    }
}

.right-event.style-1 ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.right-event.style-1 ul li {
    position: relative;
    gap: 14px;
    padding: 12px 22px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.6;
    align-items: flex-start;
    transition: .35s;
    color: var(--black);
    border: 1px solid rgba(30, 90, 180, .15);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    margin-bottom: 16px
}

.right-event.style-1 ul li:nth-child(odd) {
    background: rgba(255, 255, 255, .75)
}

.right-event.style-1 ul li:nth-child(2n) {
    background: rgba(230, 240, 255, .75)
}

.right-event.style-1 ul li:hover {
    background: #fff;
    border-color: var(--primary-color);
    transform: translateY(-6px);
    box-shadow: 0 10px 22px rgba(30, 90, 180, .25)
}

.right-event.style-1 ul li i {
    color: var(--primary-color);
    font-size: 18px;
    margin-top: 4px;
    transition: .35s
}

.right-event.style-1 ul li:hover i {
    transform: scale(1.3) rotate(8deg);
    filter: drop-shadow(0 2px 4px rgba(30, 90, 180, .5))
}

.right-event.style-1 ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--primary-color);
    opacity: 0;
    border-radius: 4px 0 0 4px;
    transition: .35s
}

@keyframes floatY {

    0%,
    100% {
        transform: translateY(-50%) rotate(-90deg)
    }

    50% {
        transform: translateY(-58%) rotate(-90deg)
    }
}

.left-event img {
    border-radius: 10px 120px
}

.left-event h4 {
    position: absolute;
    left: -3%;
    top: 55%;
    transform: translateY(-50%) rotate(-90deg);
    font-family: var(--font-head);
    font-size: 75px;
    font-weight: 300;
    letter-spacing: 3px;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(120, 120, 120, 0.65);
    text-shadow: none;
    background: 0 0;
    animation: 4s ease-in-out infinite floatUpDown
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateX(-50%) rotate(-90deg) translateX(0)
    }

    50% {
        transform: translateX(-50%) rotate(-90deg) translateX(-12px)
    }
}

.video-cta-section {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    z-index: 10
}

.play-overlay:hover {
    background: rgba(0, 0, 0, .6);
    transform: translate(-50%, -50%) scale(1.1)
}

.play-overlay i {
    pointer-events: none;
    z-index: 11
}

.play-overlay::after,
.play-overlay::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 120%;
    height: 120%;
    background: rgba(30, 144, 255, .2);
    z-index: 1;
    animation: 1.8s ease-in-out infinite rippleGlow
}

.play-overlay::after {
    width: 140%;
    height: 140%;
    background: rgba(30, 144, 255, .15);
    animation-delay: .9s
}

@keyframes rippleGlow {

    0%,
    100% {
        transform: scale(.7);
        opacity: .4
    }

    50% {
        transform: scale(1.1);
        opacity: .6
    }
}

.inner-gallery {
    padding: 70px 0;
    width: 100%;
    background-image: url('../images/home/home-cta.png')
}

.gallery-marquee {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    margin: 30px 0
}

.marquee-track {
    display: flex;
    gap: 15px;
    animation: 20s linear infinite marqueeScroll
}

.gallery-item {
    flex: 0 0 auto;
    width: 350px;
    height: 250px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    transition: transform .3s, box-shadow .3s
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s
}

.gallery-item:hover img,
.gallery-wrap .gallery-img:hover img {
    transform: scale(1.1)
}

.gallery-item:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2)
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.inner-services-sec,
.inner-visionary {
    padding: 70px 0
}

.inner-serve h2,
.visionary-right h2 {
    font-size: 32px
}

.navbar .dropdown-menu {
    background: #fff;
    border-radius: 10px;
    padding: 12px 0;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    animation: .25s forwards dropdownFade;
    transform-origin: top
}

.navbar .dropdown-menu .dropdown-item {
    padding: 10px 18px;
    font-size: 15px;
    color: #333;
    transition: .25s;
    border-radius: 6px
}

.navbar .dropdown-menu .dropdown-item:hover {
    background: linear-gradient(90deg, #f4faff, #e7f5ff);
    color: #069;
    padding-left: 22px
}

.navbar .dropdown-menu .dropdown-item.active {
    background: #e7f5ff;
    color: #069;
    font-weight: 600
}

@keyframes dropdownFade {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(.98)
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

.navbar-nav .dropdown-menu {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 10px;
    min-width: 200px
}

.dropdown-item {
    padding: 10px 15px;
    font-size: 15px
}

.dropdown-item:hover {
    background-color: #f3f3f3;
    color: #000
}

.home-awards {
    padding: 0 0 50px
}

.home-awards-wrap .item {
    width: 200px;
    height: 100px
}

.home-awards-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 0 auto
}

.home-awards .client-carousel-wrap {
    border-bottom: none !important
}

.home-awards h2 {
    font-size: 32px;
    margin-bottom: 40px
}

.event-section,
.inner-gallery-video {
    padding: 50px 0
}

.event-section-left .event-highlights-list,
.event-section-left .event-info-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px
}

.event-section-left .event-info-list li {
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;
    color: var(--primary-color)
}

.event-section-left .event-info-list li i {
    color: #069;
    margin-right: 10px;
    font-size: 18px;
    flex-shrink: 0
}

.event-section-left .event-highlights-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333
}

.event-section-left .event-highlights-list li i {
    color: #28a745;
    margin-right: 10px;
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px
}

.event-section-right img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform .3s, box-shadow .3s
}

.event-form {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 0
}

.event-form-header {
    margin-bottom: 30px
}

.form-floating>.form-select {
    padding-top: .825 !important
}

.event-form-wrap .form-floating label {
    top: -26%;
    font-size: 15px;
    left: 5%;
    background-color: var(--white);
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: .25rem;
    z-index: 0;
    height: 1px
}

.form-description label {
    top: -13% !important;
    left: 3% !important
}

.event-form-wrap .form-control:focus {
    border-color: #002557;
    box-shadow: 0 0 10px rgba(0, 37, 87, .2)
}

.event-form-wrap .btn-primary {
    background-color: #002557;
    border-color: #002557
}

.upload-input:focus,
.upload-input:hover {
    border-color: #001d40
}

.event-form-wrap .btn-primary:hover {
    background-color: #001d40;
    border-color: #001d40
}

.event-form-wrap .card {
    background-color: transparent !important;
    padding: 10px 20px !important;
    background-image: url('../images/events/form-bg.png')
}

.upload-label {
    position: absolute;
    top: -10px;
    left: 12px;
    background: #fff;
    padding: 0 6px;
    font-size: 14px;
    color: #002557;
    font-weight: 500;
    z-index: 2
}

.upload-input {
    width: 100%;
    padding: 14px 12px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s
}

.upload-input:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 37, 87, .25)
}

.event-form-wrap button {
    position: relative;
    z-index: 0 !important;
    display: inline-block;
    padding: 7px 40px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #f21010;
    border: 2px solid #f21010;
    border-radius: 8px;
    overflow: hidden;
    transition: .3s;
    font-family: var(--font-para) !important;
    cursor: pointer
}

.event-form-wrap button:hover::before {
    width: 160%
}

.event-form-wrap button:hover {
    color: #000;
    border-color: #f21010
}

.what-learn {
    padding: 60px 0;
    background: linear-gradient(to bottom, rgba(250, 250, 250, .8), #fafafa 50%, rgba(250, 250, 250, .8))
}

.learn-row {
    margin-top: 20px
}

.learn-box {
    background: linear-gradient(135deg, #fff 0, #f4f7ff 100%);
    border-radius: 12px;
    padding: 30px 25px;
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    transition: .3s;
    overflow: hidden;
    position: relative
}

.learn-icon {
    font-size: 36px;
    background: linear-gradient(135deg, #002557, #0074c2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-bottom: 15px;
    transition: transform .4s, background .4s;
    display: inline-block
}

.learn-icon:hover {
    transform: scale(1.2);
    background: linear-gradient(135deg, #0074c2, #002557)
}

.learn-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111
}

.learn-box p {
    color: #555;
    font-size: 15px
}

.learn-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12)
}

.learn-box:hover .learn-icon {
    transform: scale(1.15) rotate(3deg)
}

.learn-box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #002557, #0074c2);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: width .4s
}

.terms-left .terms-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.terms-left .terms-list li {
    gap: 14px;
    background: #fff;
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 14px;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .06);
    transition: .3s
}

.terms-left .terms-list li:hover {
    transform: translateX(6px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .1)
}

.terms-left .terms-list li i {
    font-size: 22px;
    color: var(--primary-color);
    flex-shrink: 0
}

.terms-right img {
    width: 100%;
    border-radius: 14px;
    transition: .3s
}

.terms-right img:hover {
    transform: scale(1.02)
}

.gallery-sec .gallery-header h2,
.services-sec-left h2 {
    color: var(--primary-color);
    font-size: 32px
}

.offer-carousel .offer-card h5,
.serve-card h4 {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 700
}

.inner-serve {
    width: 100%;
    background-image: url('../images/home/home-cta.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0
}

.inner-serve .row {
    margin: 30px 0 0
}

.serve-card h4 {
    max-width: 85%;
    margin-bottom: 10px
}

.serve-card {
    background: url('../images/services/service-bg.png') center/cover no-repeat #fff;
    border-radius: 15px;
    padding: 45px 15px 35px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .08);
    transition: .3s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    position: relative;
    flex: 1
}

.serve-card::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 50%;
    background: rgba(0, 0, 0, .1);
    top: 25%;
    right: 0
}

.serve-card .serve-icon img {
    transition: transform .5s
}

.serve-card:hover .serve-icon img {
    transform: translateY(-15px)
}

.serve-icon {
    position: absolute;
    right: 10%;
    top: 5%
}

.serve-icon img {
    width: 70px;
    height: auto
}

.serve-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6
}

.inner-offer {
    padding: 50px 0;
    position: relative
}

.inner-offer .owl-stage {
    margin: 30px 0
}

.offer-carousel .offer-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
    transition: .35s;
    border: 1px solid rgba(0, 0, 0, .07);
    min-height: 250px;
    z-index: 0
}

.offer-carousel .offer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, .12)
}

.offer-carousel .offer-card::before {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 250%;
    height: 250%;
    background: linear-gradient(135deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    transform: rotate(25deg);
    transition: .5s;
    opacity: 0
}

.offer-carousel .offer-card::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    background: var(--primary-color);
    filter: blur(65px);
    opacity: .25;
    border-radius: 50%;
    transition: .4s
}

.offer-carousel .offer-card:hover::after {
    opacity: .45;
    transform: scale(1.15)
}

.offer-carousel .offer-card:hover::before {
    top: -20%;
    left: -20%;
    opacity: 1
}

.offer-carousel .offer-card h5 {
    margin-bottom: 16px
}

.offer-carousel .offer-card h5::after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    background: var(--primary-color);
    margin-top: 8px;
    border-radius: 10px
}

.offer-carousel .offer-card ul {
    padding-left: 0;
    margin: 0;
    list-style: none
}

.offer-carousel .offer-card ul li {
    font-size: 15px;
    color: #555;
    padding-left: 22px;
    margin-bottom: 8px;
    position: relative
}

.offer-carousel .offer-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    opacity: .9
}

.offer-carousel .offer-card:hover ul li::before {
    transform: scale(1.2);
    transition: .3s
}

.inner-offer .owl-stage,
.inner-offer .owl-stage-outer {
    z-index: 0 !important
}

.inner-offer .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10
}

.owl-carousel .owl-nav button.owl-next {
    margin-right: -70px
}

.owl-carousel .owl-nav button.owl-prev {
    margin-left: -70px
}

.inner-offer .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background-color: var(--primary-color);
    width: 35px;
    height: 35px
}

.inner-offer .owl-nav button {
    pointer-events: all;
    background-color: rgba(0, 37, 87, .8);
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.inner-offer .owl-nav button:hover {
    background-color: #002557;
    transform: scale(1.1)
}

.inner-faq {
    padding: 10px 20px 40px;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-image: url('../images/services/faq-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.inner-faq .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15)
}

.inner-faq .accordion-button {
    background: linear-gradient(90deg, #002557 0, #004080 100%);
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 0;
    padding: 15px 20px;
    transition: .4s;
    position: relative
}

.inner-faq .accordion-button::after {
    filter: invert(1);
    transition: transform .4s
}

.inner-faq .accordion-button:focus,
.inner-faq .accordion-button:hover {
    background: linear-gradient(90deg, #036 0, #0055a5 100%);
    color: #fff
}

.inner-faq .accordion-button.collapsed::after {
    transform: rotate(0)
}

.inner-faq .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg)
}

.inner-faq .accordion-body {
    color: var(--black);
    font-size: 16px;
    line-height: 1.6;
    padding: 20px;
    transition: .4s
}

.timeline-summary {
    padding: 20px 30px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 26px rgba(0, 0, 0, .06);
    transition: .3s
}

.timeline-summary:hover {
    box-shadow: 0 10px 34px rgba(0, 0, 0, .08)
}

.ts-item {
    max-width: 280px
}

.ts-item .icon-main {
    font-size: 32px;
    background: linear-gradient(135deg, #002557, #0074c2);
    -webkit-background-clip: text;
    color: transparent;
    transition: .35s ease-in-out;
    display: inline-block
}

.gallery-wrap .tab-btn,
.gallery-wrap select.form-select {
    font-weight: 600;
    color: #002557;
    font-size: 16px;
    position: relative;
    cursor: pointer
}

.ts-item:hover .icon-main {
    background: linear-gradient(135deg, #001a3a, #08f);
    -webkit-background-clip: text;
    color: transparent;
    transform: scale(1.15);
    filter: drop-shadow(0px 3px 6px rgba(0, 102, 204, .4))
}

.ts-item h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px
}

.ts-item p {
    margin: 0;
    color: #666;
    font-size: 14px
}

.ts-divider {
    width: 1px;
    height: 60px;
    background: #e6e6e6
}

.criteria-box {
    background: linear-gradient(135deg, #fff 0, #f4f7ff 100%);
    border-radius: 12px;
    padding: 30px 25px;
    text-align: left;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .06);
    transition: .3s;
    overflow: hidden;
    min-height: 280px
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: .625rem !important;
    padding-bottom: .625rem !important
}

.gallery-sec {
    padding: 40px 0
}

.gallery-wrap .gallery-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.gallery-wrap .gallery-img img {
    width: 100%;
    display: block;
    transition: transform .4s
}

.gallery-wrap .gallery-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .3s;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.gallery-wrap .tab-btn.active,
.gallery-wrap .tab-btn:hover {
    background: linear-gradient(135deg, #002557, #0074c2);
    color: #fff
}

.gallery-wrap .gallery-img:hover .overlay,
.register-btn:hover::after {
    opacity: 1
}

.gallery-wrap {
    margin: 40px 0 0
}

.gallery-wrap .gallery-tabs {
    gap: 15px;
    flex-wrap: wrap
}

.gallery-wrap .tab-btn {
    padding: 10px 25px;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #f4f4f4;
    transition: .3s;
    outline: 0
}

.gallery-wrap .tab-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15)
}

.gallery-wrap .tab-btn.active {
    box-shadow: 0 4px 15px rgba(0, 0, 0, .25)
}

.gallery-wrap .tab-btn.active::after {
    width: 60%
}

.gallery-wrap select.form-select {
    background: url("data:image/svg+xml,%3Csvg fill='%23002557' height='24' width='24' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") right 16px center/20px no-repeat #fff;
    padding: 6px 16px;
    border-radius: 12px;
    transition: .3s;
    appearance: none;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    display: block
}

.gallery-wrap select.form-select:hover {
    border-color: #001a3c;
    color: #001a3c;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23001a3c' height='24' width='24' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E")
}

.gallery-wrap select.form-select:focus {
    box-shadow: none !important;
    box-shadow: 0 0 0 4px rgba(0, 37, 87, .25);
    border-color: #002557;
    outline: 0
}

.gallery-wrap .d-block.d-md-none {
    margin-bottom: 20px
}

.video-gallery-wrap {
    padding: 30px 0
}

.video-gallery-wrap video {
    width: 100%;
    border-radius: 14px;
    cursor: pointer;
    display: block;
    background: #000;
    transition: .3s
}

.video-gallery-wrap .col-lg-4 {
    margin-bottom: 25px
}

.video-gallery-wrap video:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, .25);
    transform: translateY(-3px)
}

.video-gallery-wrap .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    background: rgba(0, 0, 0, .55);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: .3s
}

.video-gallery-wrap .play-icon svg {
    width: 30px;
    fill: #fff
}

.video-gallery-wrap video.playing+.play-icon {
    opacity: 0
}

.inner-banner,
.new-services-card {
    position: relative;
    overflow: hidden
}

.new-services-card .new-overlay {
    width: 250px;
    height: auto;
    position: absolute;
    right: 1%;
    bottom: 0;
    z-index: 99
}

.new-services-card .services-content p {
    padding-right: 220px
}

.new-services-card .event-meta {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 16px
}

.new-services-card .meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: linear-gradient(135deg, var(--secondary-light) 0, var(--secondary) 100%);
    color: #fff;
    border-radius: 25px;
    font-weight: 500;
    transition: transform .3s, box-shadow .3s;
    cursor: default
}

.new-services-card .meta-item i {
    color: var(--color-hover);
    font-size: 16px
}

.new-services-card .meta-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 37, 87, .3)
}

.form-management p {
    text-align: justify;
    color: #333;
    margin: 10px 0
}

.form-management {
    max-width: 750px;
    padding: 10px 5px;
    border-radius: 20px;
    line-height: 1.7
}

.fm-heading {
    color: var(--primary-color);
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700
}

.fm-subheading {
    color: var(--secondary);
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 600
}

.fm-note {
    color: #555;
    font-style: italic
}

.fm-important {
    color: var(--color-hover);
    font-weight: 700;
    margin: 15px 0;
    font-size: 16px
}

.close-btn,
.form-management .main-head {
    font-size: 26px
}

.event-section-left i,
.form-management i {
    color: #069;
    margin-right: 10px;
    font-size: 16px
}

.register-btn {
    display: inline-block;
    margin: 30px auto 0;
    background: var(--color-hover);
    color: var(--primary-color)
}

.event-form-wrap {
    display: flex;
    justify-content: center;
    margin-top: 10px
}

.notes-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 16px;
    max-width: 650px;
    width: 100%
}

.notes-card h3 {
    color: var(--secondary);
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600
}

.notes-card p {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin: 0
}

.notes-card span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #333
}

.notes-card i {
    color: #069;
    font-size: 18px
}

.notes-card a {
    font-weight: 600;
    transition: color .3s
}

.registration-right .custome-btn a {
    padding: 5px 18px;
    color: var(--white)
}

.registration-right .custome-btn a i {
    color: #fff !important;
    transition: color .3s
}

.loading-modal {
    inset: 0;
    backdrop-filter: blur(6px);
    display: none;
    justify-content: center;
    align-items: center
}

.loading-modal-content {
    position: relative;
    background: linear-gradient(145deg, #fff, #f2f5ff);
    border-radius: 8px;
    max-width: 900px;
    width: 92%;
    padding: 5px 10px;
    box-shadow: 0 25px 60px rgba(0, 20, 80, .3);
    animation: .4s modalFade;
    transform: translateY(80px) scale(.75);
    opacity: 0
}

.close-btn {
    position: absolute;
    top: 16px;
    right: 18px;
    font-weight: 700;
    cursor: pointer;
    color: #fff !important;
    z-index: 10;
    transition: transform .2s, color .2s
}

.close-btn:hover {
    color: var(--color-hover);
    transform: rotate(90deg)
}

.popup-left h4 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 6px
}

.popup-left h2 {
    font-size: 24px;
    margin-bottom: 14px;
    line-height: 1.3
}

.popup-left p {
    font-size: 15px;
    color: var(--black);
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: justify
}

.register-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 10px 30px;
    background: 0 0;
    color: #1b1b1b;
    font-weight: 600;
    font-size: 15px;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #2563eb;
    transition: color .35s, transform .3s;
    z-index: 1
}

.register-btn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 120%;
    background: #2563eb;
    border-radius: 50% 50% 0 0;
    transition: bottom .55s;
    z-index: -1
}

.register-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -35%;
    width: 180%;
    height: 180%;
    background: rgba(255, 255, 255, .18);
    border-radius: 45%;
    transform: translateX(-50%) rotate(0);
    filter: blur(10px);
    opacity: 0;
    animation: 5s linear infinite liquidWave;
    z-index: -1
}

.register-btn:hover {
    color: #fff;
    transform: translateY(-2px)
}

@keyframes liquidWave {
    from {
        transform: translateX(-50%) rotate(0)
    }

    to {
        transform: translateX(-50%) rotate(360deg)
    }
}

.popup-left {
    padding: 30px 20px
}

.popup-right img {
    max-width: 100%;
    border-radius: 4px
}

@keyframes modalFade {
    from {
        opacity: 0;
        transform: scale(.92)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.loading-modal {
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .65);
    opacity: 0;
    visibility: hidden
}

.loading-modal.active {
    opacity: 1;
    visibility: visible;
    animation: .4s forwards overlayFadeIn
}

.loading-modal.active .loading-modal-content {
    animation: .6s forwards modalOpen
}

.loading-modal.closing .loading-modal-content {
    animation: .4s forwards modalClose
}

.loading-modal.closing {
    animation: .4s forwards overlayFadeOut
}

@keyframes overlayFadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes overlayFadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes modalOpen {
    0% {
        opacity: 0;
        transform: translateY(80px) scale(.75)
    }

    60% {
        opacity: 1;
        transform: translateY(-10px) scale(1.05)
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

@keyframes modalClose {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1)
    }

    100% {
        opacity: 0;
        transform: translateY(80px) scale(.75)
    }
}

.qr-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.banner-slide img {
    width: 100%;
    object-fit: cover
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    max-width: 700px
}

.banner-content h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px
}

.banner-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3
}

.owl-dots .owl-dot span {
    background: #fff !important;
    opacity: .6
}

.owl-dots .owl-dot.active span {
    background: #f21010 !important;
    opacity: 1
}

.event-section-left span {
    margin: 0 10px;
    color: var(--primary-color) !important;
    font-weight: 900
}

.why-registor-card:hover {
    transform: translateY(-4px);
    transition: .4s
}

@media (max-width:768px) {
    .why-registor-card {
        min-height: 220px;
        padding: 36px 24px
    }

    .why-registor-card h3 {
        font-size: 26px
    }

    .why-registor-card p {
        font-size: 16px
    }
}

/* ===================added */
.phoenix-awards img {
    border-radius: 12px !important;

}

.link-blink {
    font-weight: 700 !important;
    animation: textHighlight 1s infinite !important;
}

@keyframes textHighlight {
    0% {
        color: #002557;
        /* primary color */
    }

    50% {
        color: red;
    }

    100% {
        color: #002557;
    }
}

.link-blink:hover {
    color: red;
}

.offcanvas .nav-link.link-blink {
    color: red !important;
}

.head-dots {
    position: relative;
}

.head-dots::after {
    content: "• • •";
    position: absolute;
    top: -92px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    z-index: 99999;
    letter-spacing: 1px;
    color: var(--white);
    white-space: nowrap !important;

}

.foot-dots {
    position: relative;
}

.foot-dots::after {
    content: "• • •";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    z-index: 99999;
    letter-spacing: 1px;
    color: var(--white);
    white-space: nowrap;
    /* always single row */
}

/* side evenst btn */
.event-float-btn {
    position: fixed;
    right: -60px;
    top: 50%;
    transform: rotate(-90deg);
    background: #ff0000;
    color: #fff;
    padding: 10px 25px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
    z-index: 9999;
}

.event-float-btn:hover {
    background: #002557;
    color: #fff;
}

.home-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.home-popup .loading-modal-content {
    position: relative;
    max-width: 500px;
    width: 90%;
}

.popup-img img {
    width: 100%;
    max-height: 80vh;
    /* screen height based */
    object-fit: contain;
    border-radius: 10px;
}

.home-popup .close-btn {
    color: var(--black) !important;
}

/* ======================inner-achievements */
.inner-achievements {
    padding: 30px 0px;
}

.inner-achievements p {
    color: var(--black);
    text-align: justify;
}

.inner-achievements .main-head {
    font-size: clamp(24px, 2.5vw, 32px);
    color: var(--primary-color);
}

.achievements-wrap .sub-head {
    color: var(--primary-color);

}

.achievements-wrap h5 {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.achievements-detail {
    background: #f8f9fa;
    padding: 18px 20px;
    border-left: 4px solid var(--primary-color);
    border-radius: 6px;
    margin: 15px 0px;

}

.achievements-detail ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.achievements-detail li {
    margin-bottom: 8px;
    font-size: 15px;
}

.sec-row {
    position: relative;
    padding-bottom: 40px;
}

.sec-row::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;

    background: linear-gradient(to right,
            transparent,
            #d3d3d3,
            #e5e5e5,
            #d3d3d3,
            transparent);
}

.inner-achievements .container-fluid {
    width: 100%;
    max-width: 80%;
}