.__className_dd2ae8 {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px
}

a {
    display: inline-block;
    transition: .5s
}

a,
a:focus,
a:hover {
    text-decoration: none
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px
}

img {
    max-width: 100%;
    height: auto
}

p {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 10px;
    font-size: 16px
}

p:last-child {
    margin-bottom: 0
}

.banner-image img.intersec-logo {
    margin-top: -30px;
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: center;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        margin-top: 10px;
        justify-content: flex-end;
        gap: 50px;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
    --bs-navbar-color: hsla(0, 0%, 100%, .55);
    --bs-navbar-hover-color: hsla(0, 0%, 100%, .75);
    --bs-navbar-disabled-color: hsla(0, 0%, 100%, .25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark,
.navbar[data-bs-theme=dark],
[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.elkevent-nav {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 10px;
    width: 100%;
    z-index: 999;
    height: auto
}

.elkevent-nav nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.elkevent-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 15px 0
}

.elkevent-nav nav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px
}

.elkevent-nav nav .navbar-nav .nav-item a.active,
.elkevent-nav nav .navbar-nav .nav-item a:focus,
.elkevent-nav nav .navbar-nav .nav-item a:hover,
.elkevent-nav nav .navbar-nav .nav-item:hover a {
    color: #ff2d55
}

.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    background: #98ca3f;
    position: absolute;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    padding: 20px 5px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0
}

.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 9px 15px;
    margin: 0;
    display: block;
    color: #000000;
}

.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #ff2d55;
}

.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: 220px;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important
}

.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #fff;
    text-transform: capitalize
}

.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #ff2d55
}

.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important
}

.elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #ff2d55
}

.elkevent-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.elkevent-nav nav .others-option {
    margin-left: 13px
}

.elkevent-nav.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
    background-color: #0d1028 !important;
    animation: fadeInDown .5s ease-in-out 0s 1 normal none running
}

.navbar-toggler {
    border: none;
    background: #eee !important;
    padding: 10px;
    border-radius: 0
}

.navbar-toggler:focus {
    box-shadow: none
}

.navbar-toggler .icon-bar {
    width: 28px;
    transition: all .3s;
    background: #ff2d55;
    height: 2px;
    display: block
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    left: 4px;
    position: relative
}

.navbar-toggler .middle-bar {
    opacity: 0;
    margin: 6px 0
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    left: 4px;
    position: relative
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    left: 0
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    left: 0
}

.main-banner {
    height: 100vh;
    position: relative;
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/intersec/main-bg1.jpg);
}

.main-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #0d1028;
    opacity: .77
}

.slideshow-banner:before {
    z-index: 1
}

.slideshow-banner .main-banner-content {
    margin-top: 50px
}

.slideshow-banner .main-banner-content:before {
    display: none
}

.slideshow-banner .slideshow {
    z-index: -1;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.slideshow-banner .slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: imageAnimation 24s linear 0s infinite
}

.slideshow-banner .slideshow li:nth-child(2) span {
    animation-delay: 6s
}

.slideshow-banner .slideshow li:nth-child(3) span {
    animation-delay: 12s
}

.slideshow-banner .slideshow li:nth-child(4) span {
    animation-delay: 18s
}

.slideshow-banner .event-countdown {
    position: relative;
    right: 0;
    bottom: 0;
    text-align: left
}

.slideshow-banner .event-countdown #days {
    margin-left: 0
}

.video-banner {
    overflow: hidden
}

.video-banner .video-background {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -2
}

.item-bg1 {
    background-image: url(assets/img/intersec/main-bg1.jpg)
}

.item-bg2 {
    background-image: url(assets/img/intersec/main-bg2.jpg)
}

.item-bg3 {
    background-image: url(assets/img/intersec/slider-bg1.jpg)
}

.item-bg4 {
    background-image: url(assets/img/intersec/slider-bg2.jpg)
}

.item-bg5 {
    background-image: url(assets/img/intersec/slider-bg3.jpg)
}

.main-banner-content {
    max-width: 850px;
    position: relative;
    z-index: 1
}

.main-banner-content:before {
    content: "";
    position: absolute;
    top: -75px;
    width: 100%;
    max-width: 380px;
    text-align: center;
    height: 500px;
    left: 18%;
    margin-left: -190px;
    z-index: -1;
    /* border: 18px solid rgba(104,89,222,.24); */
    box-sizing: border-box;
    /* box-shadow: 0 60px 40px -40px rgba(0,0,0,.3) */
}

.main-banner-content h1 {
    color: #fff;
    margin: 0;
    font-weight: 900;
    font-size: 65px
}

.main-banner-content h1 span {
    background: linear-gradient(180deg, transparent 80%, #ff2d55 0);
    background-size: 100px 1.2em !important
}

.main-banner-content h1 b:first-of-type {
    color: #efa506
}

.main-banner-content h1 b:nth-of-type(2) {
    color: #ff2d55
}

.main-banner-content h1 b:nth-of-type(3) {
    color: #fff;
    animation: colorchange 20s
}

.main-banner-content h1 b:nth-of-type(4) {
    color: #00acee
}

.main-banner-content ul {
    padding: 0;
    margin: 15px 0 40px;
    list-style-type: none
}

.main-banner-content ul li {
    color: #ffffff;
    margin-right: 20px;
    font-size: 17px;
    display: inline-block;
    font-weight: 700;
}

.main-banner-content ul li i {
    margin-right: 3px;
    color: #ff2d55;
}

.main-banner-content ul li:last-child {
    margin-right: 0
}

.main-banner-content p {
    color: #efa506;
    font-size: 22px;
    line-height: 30px;
    margin: 20px 0 10px !important;
}

.main-banner-content p span {
    color: #00acee
}

.main-banner-content .button-box a {
    display: inline-block
}

.main-banner-content .button-box .video-btn {
    margin-left: 30px;
    color: #fff;
    font-weight: 500;
    cursor: pointer
}

.main-banner-content .button-box .video-btn i {
    width: 50px;
    display: inline-block;
    height: 50px;
    line-height: 51px;
    text-align: center;
    background-color: #00acee;
    border-radius: 50%;
    font-size: 17px;
    margin-right: 8px;
    z-index: 1;
    position: relative;
    transition: .5s
}

.main-banner-content .button-box .video-btn i:after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    animation: ripple 1.6s ease-out infinite;
    animation-delay: 3s;
    opacity: 0;
    border-radius: 50%;
    background: rgba(51, 102, 204, .5)
}

.main-banner-content .button-box .video-btn:focus,
.main-banner-content .button-box .video-btn:hover {
    color: #00acee
}

.main-banner-content .button-box .video-btn:focus i,
.main-banner-content .button-box .video-btn:hover i {
    background-color: #ff2d55;
    color: #fff
}

.main-banner-content.banner-content-center {
    margin: 50px auto 0;
    text-align: center
}

.countdown-area {
    padding: 50px 0;
    background: #000000
}

.countdown-area .event-countdown {
    position: relative;
    right: 0;
    bottom: 0;
    text-align: center
}

.countdown-area .event-countdown #timer div {
    margin: 0 55px
}

.countdown-area .event-countdown #timer div#seconds {
    color: #ff2d55
}

.event-countdown {
    position: absolute;
    right: 10%;
    bottom: 20px;
    text-align: right
}

.event-countdown #timer div {
    display: inline-block;
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    margin: 0 35px;
    position: relative
}

.event-countdown #timer div#days {
    color: #8dc63f
}

.event-countdown #timer div#hours {
    color: #00acee
}

.event-countdown #timer div#hours span {
    right: -50px;
    margin-top: -12px
}

.event-countdown #timer div#minutes {
    color: #fff
}

.event-countdown #timer div#minutes span {
    right: -55px;
    margin-top: -12px
}

.event-countdown #timer div#seconds {
    color: #efa506
}

.event-countdown #timer div#seconds span {
    right: -60px;
    margin-top: -12px
}

.event-countdown #timer span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    /* position: absolute;
    right: -40px;
    top: 50%; */
    text-transform: uppercase;
    /* transform: rotate(-90deg); */
    margin-top: -10px;
    letter-spacing: 2px
}

.countdown1 {
    bottom: 15px !important
}

.countdown1 #timer div {
    font-size: 60px
}

.countdown1 #timer span {
    display: inline-block;
    font-size: 14px;
    position: static;
    transform: rotate(0deg)
}

@keyframes ripple {

    0%,
    35% {
        transform: scale(0);
        opacity: 1
    }

    50% {
        transform: scale(1.5);
        opacity: .8
    }

    to {
        opacity: 0;
        transform: scale(2)
    }
}

.shape1 {
    left: 70px;
    animation: movebounce 5s linear infinite
}

.shape1,
.shape2 {
    position: absolute;
    bottom: 70px;
    z-index: -1;
    opacity: .6
}

.shape2 {
    right: 70px
}

.shape3 {
    left: 70px;
    top: 70px
}

.shape3,
.shape4 {
    position: absolute;
    z-index: -1;
    opacity: .6
}

.shape4 {
    right: 100px;
    top: 100px;
    animation: movebounce 5s linear infinite
}

.rotateme {
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes movebounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(20px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes colorchange {
    0% {
        color: #ff2d55
    }

    25% {
        color: #fff
    }

    50% {
        color: red
    }

    75% {
        color: #00acee
    }

    0% {
        color: #efa506
    }
}

.home-slides .swiper-button-next,
.home-slides .swiper-button-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #00acee;
    color: #fff;
    transition: .5s;
    opacity: .7
}

.home-slides .swiper-button-next:after,
.home-slides .swiper-button-prev:after {
    font-size: 25px
}

.home-slides .swiper-button-next:hover,
.home-slides .swiper-button-prev:hover {
    background-color: #ff2d55;
    color: #fff
}

/* =============================================
       Video Testimonials Section
       ============================================= */
.video-testimonials {
    position: relative;
    padding: 60px 0 40px;
    background: #ffffff;
}

.video-testimonials h3 {
    color: #000;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.video-testimonials__carousel {
    margin-top: 10px;
}

.video-testimonials__card {
    background: #ff2d55;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    margin: 10px;
}

.video-testimonials__media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    overflow: hidden;
    background: #000;
}

.video-testimonials__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.video-testimonials__media.is-playing .video-testimonials__video {
    transform: scale(1.2);
}

.video-testimonials__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
    z-index: 2;
}

.video-testimonials__play img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.video-testimonials__play:hover {
    transform: translate(-50%, -50%) scale(1.05);
    background: rgba(0, 0, 0, 0.75);
}

.video-testimonials__play.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.owl-nav {
    margin-top: 24px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

.owl-nav button {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ff2d55 !important;
    color: #fff !important;
    font-size: 22px;
    margin: 0 8px;
    line-height: 1;
    border: none;
    transition: all 0.3s ease;
}

.owl-nav button:hover {
    background: #ff2d55 !important;
    transform: scale(1.08);
}

.video-testimonials__content {
    text-align: center;
}

.video-testimonials__name {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px;
}

.video-testimonials__designation {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 4px;
}

.video-testimonials__company {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

/* =============================================
       FAQ Page Styles
       ============================================= */
.faq-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.faq-tabs .nav-link {
    background-color: #fff;
    color: #333;
    border: 1px solid #e9ecef;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 15px 20px;
    text-align: left;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.faq-tabs .nav-link:hover {
    color: #ff2d55;
    border-color: #ff2d55;
    background-color: #fff;
}

.faq-tabs .nav-link.active {
    background-color: #98ca3f;
    color: #fff;
    border-color: #98ca3f;
    box-shadow: 0 5px 15px rgba(152, 202, 63, 0.3);
}

.faq-accordion {
    background: transparent;
    box-shadow: none;
    padding: 0;
    border: unset;
}

.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-accordion .accordion-button {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    padding: 20px 25px;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #98ca3f;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2398ca3f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.faq-accordion .accordion-body {
    padding: 20px 25px;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

.faq-accordion .accordion-body a {
    color: #ff2d55;
    text-decoration: none;
}

.faq-accordion .accordion-body a:hover {
    text-decoration: underline;
}

.owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 25px !important;
    border-radius: 50px !important;
}

.main-footer {
    color: #000000;
    background-image: url(../img/intersec/footer-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.main-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    z-index: -1;
}

.footer-top {
    padding: 40px 0 20px;
}

.footer-top__grid {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.footer-top__logo {
    flex: 0 0 20%;
}

.footer-top__logo img {
    width: 100%;
    max-width: 220px;
    height: auto;
}

.footer-top__content {
    flex: 1;
}

.footer-top__row {
    margin-bottom: 16px;
}

.footer-top__cols {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.footer-col--contacts {
    flex: 0 0 35%;
}

.footer-col--archives {
    flex: 0 0 20%;
}

.footer-col--connect {
    flex: 1;
}

.footer-heading {
    color: #ffffff;
    margin: 0 0 10px;
}

.footer-name {
    color: #98ca3f;
    margin: 0 0 10px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.footer-list a {
    color: #000000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-list img {
    width: 16px;
    height: 16px;
}

.contact-person+.contact-person {
    margin-top: 16px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

}

.footer-social a {
    width: 30px;
    height: 30px;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
    border: 1px solid #000;
}

.footer-social img {
    width: 100%;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
    display: block;
}

.footer-strap {
    background: #323232;
    padding: 5px 0;
}

.footer-strap__text {
    margin: 0;
    text-align: center;
    color: #ffffff;
}

/* Footer Responsive Styles */
.footer-top__grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-top__cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

@media (max-width: 767px) {
    .footer-top__grid {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-top__logo {
        margin-bottom: 20px;
    }

    .footer-top__content {
        width: 100%;
    }

    .footer-top__cols {
        flex-direction: column;
        align-items: center;
    }

    .footer-col {
        margin-bottom: 30px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-list.flex-column.align-items-start {
        align-items: center !important;
    }

    .footer-social {
        justify-content: center;
        display: flex;
    }

    .contact-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .footer-top__cols {
        flex-direction: column;
    }

    .footer-col--contacts,
    .footer-col--archives,
    .footer-col--connect {
        flex: 1 1 100%;
    }
}

/* =============================================
       FAQ Page Styles
       ============================================= */
.faq-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.faq-tabs .nav-link {
    background-color: #fff;
    color: #333;
    border: 1px solid #e9ecef;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 15px 20px;
    text-align: left;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.faq-tabs .nav-link:hover {
    color: #ff2d55;
    border-color: #ff2d55;
    background-color: #fff;
}

.faq-tabs .nav-link.active {
    background-color: #98ca3f;
    color: #fff;
    border-color: #98ca3f;
    box-shadow: 0 5px 15px rgba(152, 202, 63, 0.3);
}

.faq-accordion {
    background: transparent;
    box-shadow: none;
    padding: 0;
    border: unset;
}

.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-accordion .accordion-button {
    font-weight: 600;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    padding: 20px 25px;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #98ca3f;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}

.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2398ca3f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.faq-accordion .accordion-body {
    padding: 20px 25px;
    color: #000;
    font-size: 16px;
    line-height: 1.7;
}

.faq-accordion .accordion-body a {
    color: #ff2d55;
    text-decoration: none;
}

.faq-accordion .accordion-body a:hover {
    text-decoration: underline;
}


.btn {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    border: none;
    padding: 0 20px;
    border-radius: 8px;
    transition: .5s;
    line-height: 42px;
}

.btn-primary {
    color: #fff;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.btn-primary:after {
    content: "";
    position: absolute;
    top: 0;
    width: 51%;
    background: #ff2d55;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 100%;
    z-index: -1;
    transition: .5s
}

.btn-primary:before {
    content: "";
    position: absolute;
    top: 0;
    width: 51%;
    background: #ff2d55;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 100%;
    z-index: -1;
    transition: .5s
}

.btn-primary.second:after,
.btn-primary.second:before {
    content: "";
    position: absolute;
    top: 0;
    width: 51%;
    background: #ffffff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    height: 100%;
    z-index: -1;
    transition: .5s
}

.btn-primary:before,
.btn-primary.second:before {
    left: 0
}

.btn-primary:after,
.btn-primary.second:after {
    right: 0
}

.btn-primary:focus:after,
.btn-primary:focus:before,
.btn-primary:hover:after,
.btn-primary:hover:before,
.btn-primary.second:focus:after,
.btn-primary.second:focus:before,
.btn-primary.second:hover:after,
.btn-primary.second:hover:before {
    width: 0
}

/* 
.btn-primary.focus,.btn-primary:focus,.btn-primary:hover,
.btn-primary.second.focus,.btn-primary.second:focus,.btn-primary.second:hover {
    box-shadow: 0 13px 27px 0 rgba(245,78,162,.25);
    color: #fff
} */

.btn-primary:focus,
.btn-primary:hover,
.btn-primary.second:focus,
.btn-primary.second:hover {
    background: #fff;
    color: #000
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary.second:not(:disabled):not(.disabled).active:focus,
.btn-primary.second:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 13px 27px 0 rgba(245, 78, 162, .25)
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.second:not(:disabled):not(.disabled).active,
.btn-primary.second:not(:disabled):not(.disabled):active {
    background: #fff;
    color: #000
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary.second.disabled,
.btn-primary.second:disabled {
    opacity: 1;
    background: #fff;
    color: #000
}

.btn-primary.second {
    color: #ffffff;
    background: #00acee;
    position: relative;
    z-index: 1
}

.btn-primary.second:after,
.btn-primary.second:before {
    content: "";
    position: absolute;
    top: 0;
    width: 51%;
    background: #00acee;
    height: 100%;
    z-index: -1;
    transition: .5s
}

.btn-secondary:before {
    left: 0
}

.btn-secondary:after {
    right: 0
}

.btn-secondary:focus:after,
.btn-secondary:focus:before,
.btn-secondary:hover:after,
.btn-secondary:hover:before {
    width: 0
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    box-shadow: 0 13px 27px 0 rgba(245, 78, 162, .25);
    color: #fff
}

.btn-secondary:focus,
.btn-secondary:hover {
    background: #0d1028
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 13px 27px 0 rgba(245, 78, 162, .25)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    background: #0d1028;
    color: #fff
}

.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary.second.disabled,
.btn-secondary.second:disabled {
    opacity: 1;
    background: #0d1028
}

.d-table-cell {
    vertical-align: middle;
}

.d-table {
    width: 100%;
    height: 100%;
}

.about-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.about-area.bg-image {
    background-image: url(assets/img/intersec/bg.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.about-content span {
    color: #98ca3f;
    letter-spacing: 1px;
    font-size: 54px;
    text-transform: uppercase;
    display: block
}

.about-content.overview {
    width: 85%;
}

.about-content h2 {
    font-size: 44px;
    margin-top: 10px;
    margin-bottom: 16px
}

.about-content h2 b {
    background: linear-gradient(180deg, transparent 80%, #ff2d55 0);
    font-weight: unset;
    background-size: 100px 1.05em !important
}

.about-content .signature {
    margin-top: 35px;
    margin-bottom: 35px
}

.about-content .btn-primary {
    margin-right: 20px
}

.about-image {
    position: relative;
    text-align: end;
}

.about-image .about-img1 {
    position: relative;
    right: -100px;
    top: -80px
}

.about-image .about-img2 {
    position: absolute;
    left: 20px;
    bottom: -80px
}

.about-image .shape-img {
    position: absolute;
    top: -28px;
    left: 35%;
    display: none;
    animation: movebounce 5s linear infinite;
}

.about-image .btn {
    position: absolute;
    bottom: -20px;
    right: 0
}

.about-area-two {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.about-area-two.bg-image {
    background-image: url(assets/img/intersec/bg.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.about-area-two .about-image .about-img1 {
    position: relative;
    right: 0;
    top: 0
}

.about-area-two .about-image .btn {
    bottom: 0
}

.about-area-two .about-content .signature {
    margin-bottom: 0
}

.about-area-three {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.mfp-close-btn-in .mfp-close {
    color: #fff !important;
}

.about-area-three.bg-image {
    background-image: url(assets/img/intersec/bg.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 30px !important;
}

.about-area-three .about-image .about-img1 {
    position: relative;
    right: 0;
    top: 0;
    width: 90%;
}

.about-area-three .about-image .btn {
    bottom: 0;
    left: 70px;
    right: auto
}

.about-area-three .about-content .signature {
    margin-bottom: 0
}

.about-area-three .about-content h6 {
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px
}

.about-area-three .about-content ul {
    padding: 0;
    margin: 10px 0 0;
    list-style-type: none
}

.about-area-three .about-content ul li {
    margin-bottom: 10px;
    color: #000000;
    padding-left: 20px;
    position: relative
}

.about-area-three .about-content ul li i {
    color: #ff2d55;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px
}

.about-area-three .about-content ul li:last-child {
    margin-bottom: 0
}

.why-choose-us {
    position: relative;
    z-index: 1
}

.why-choose-us:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #0d1028;
    opacity: .7
}

.why-choose-us .slideshow {
    z-index: -1;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.why-choose-us .slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: none
}

.col-lg-3:first-child .single-box {
    border-left: none
}

.single-box {
    position: relative;
    z-index: 1;
    border-left: 1px solid hsla(0, 0%, 100%, .2);
    text-align: center;
    height: 390px;
    padding: 0 0 40px;
}

.single-box .d-table-cell {
    vertical-align: middle;
}

.single-box .content {
    position: absolute;
    padding-left: 25px;
    padding-right: 25px;
    top: 20%;
    left: 0;
    transition: .5s
}

.single-box .content:before {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 100%;
    max-width: 280px;
    text-align: center;
    height: 260px;
    left: 50%;
    margin-left: -155px;
    z-index: -1;
    /* border: 10px solid rgba(104,89,222,.03) */
}

.single-box .content .icon {
    font-size: 45px;
    color: #ff2d55
}

.single-box .content h3 {
    font-size: 26px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 10px
}

.single-box .content p {
    color: #fff;
    margin-bottom: 0;
    transition: .5s;
    padding: 0 15px;
    line-height: 24px;
    text-align: center;
}

.single-box .content .btn {
    opacity: 0;
    visibility: hidden
}

/* .single-box:focus .content,.single-box:hover .content {
    bottom: 35px
} */

.single-box:focus .content p,
.single-box:hover .content p {
    margin-bottom: 25px
}

.single-box:focus .content .btn,
.single-box:hover .content .btn {
    opacity: 1;
    visibility: visible
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in
    }

    12.5% {
        opacity: 1;
        animation-timing-function: ease-out
    }

    25% {
        opacity: 1
    }

    37.5% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

.no-cssanimations .slideshow li span {
    opacity: 1
}

.why-choose-us-two {
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.why-choose-content {
    text-align: center;
    padding: 20px 25px;
    position: relative;
    z-index: 1
}

.why-choose-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #98ca3f;
    font-weight: 700;
}

.why-choose-content p {
    margin-bottom: 0
}

.why-choose-content a {
    color: #ff2d55;
    margin-top: 15px
}

.why-choose-content a:focus,
.why-choose-content a:hover {
    letter-spacing: 1px
}

.text-green {
    color: #98ca3f;
}

.why-choose-content span {
    font-size: 100px;
    font-weight: 700;
    color: #f2f2f2;
    line-height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    margin: -10px auto 0;
    z-index: -1;
    top: 0
}

.cta-area {
    background-color: #ff2d55;
    padding-top: 50px;
    padding-bottom: 50px
}

.cta-area span {
    display: block;
    color: #fff;
    font-size: 20px
}

.cta-area h3 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 10px
}

.single-box .content .icon img {
    max-width: 70px;
    filter: brightness(0) saturate(100%) invert(72%) sepia(38%) saturate(624%) hue-rotate(46deg) brightness(92%) contrast(88%);
}

.partner-area {
    overflow: hidden
}

.partner-area .partner-title {
    text-align: center;
    margin-bottom: 10px
}

.partner-area .partner-title h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 30px;
    color: #000000;
    /* text-transform: uppercase; */
    transform: translateX(0) !important
}

.partner-area .partner-title.gold-sponsor h3 {
    color: #8dc63f
}

.partner-area .partner-item {
    text-align: center
}

.partner-area .partner-item a {
    position: relative
}

.partner-area .partner-item a img {
    width: unset !important;
    display: inline-block !important
}

.partner-area .partner-item a img:last-child {
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.partner-area .partner-item:hover a img:last-child {
    opacity: 1;
    visibility: visible;
    top: 0
}

.partner-area .border {
    border: .3px solid #eee !important;
    margin-top: 40px;
    margin-bottom: 40px
}

.section-title {
    position: relative;
    margin-bottom: 20px;
    z-index: 1
}

.section-title span {
    color: #ff2d55;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    display: block
}

.section-title h2 {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px
}

.section-title h2 b {
    background: linear-gradient(180deg, transparent 80%, #ff2d55 0);
    font-weight: unset;
    background-size: 100px 1.07em !important
}

.section-title .btn {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -18px
}

.section-title .bg-title {
    color: rgba(73, 57, 231, .05);
    font-weight: 700;
    font-size: 140px;
    line-height: 120px;
    position: absolute;
    top: 0;
    right: 35%;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: -1;
    margin-top: -25px
}

.section-title .bar {
    position: relative;
    width: 20px;
    height: 4px;
    background: #ff2d55;
    display: block
}

.section-title .bar:after,
.section-title .bar:before {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    content: ""
}

.section-title .bar:after {
    width: 25px;
    background: #00acee;
    right: -29px
}

.section-title .bar:before {
    background: #efa506;
    width: 30px;
    right: -63px
}


.subscribe-area {
    text-align: center;
    position: relative;
    margin-top: -80px;
    z-index: 2;
    padding: 0px 0 60px;
}

.subscribe-area:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    content: "";
    z-index: -1
}

.subscribe-area .subscribe-inner {
    padding: 50px;
    transform: unset !important;
    background-image: url(../img/intersec/color-bg.jpg);
    background-repeat: no-repeat
}

.subscribe-area .subscribe-inner span {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block
}

.subscribe-area .subscribe-inner h2 {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff
}

.subscribe-area .subscribe-inner .newsletter-form {
    max-width: 650px;
    position: relative;
    margin: 35px auto 0
}

.subscribe-area .subscribe-inner .newsletter-form .form-control {
    border: none;
    height: 60px;
    box-shadow: 0 8px 6px -6px rgba(50, 51, 51, .4)
}

.subscribe-area .subscribe-inner .newsletter-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    height: 60px
}

.subscribe-area .subscribe-inner .newsletter-form .btn:after,
.subscribe-area .subscribe-inner .newsletter-form .btn:before {
    background: #00acee
}

.banner-image img.intersec-logo {
    margin-top: -30px;
}

/* =============================================
       Video Testimonials Section
       ============================================= */
.video-testimonials {
    position: relative;
    padding: 60px 0 40px;
    background: #ffffff;
}

.video-testimonials h3 {
    color: #000;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.video-testimonials__carousel {
    margin-top: 10px;
}

.video-testimonials__card {
    background: #98ca3f;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    margin: 10px;
}

.video-testimonials__media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}

.video-testimonials__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.video-testimonials__media.is-playing .video-testimonials__video {
    transform: scale(1.2);
}

.video-testimonials__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
    z-index: 2;
}

.video-testimonials__play img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.video-testimonials__play:hover {
    transform: translate(-50%, -50%) scale(1.05);
    background: rgba(0, 0, 0, 0.75);
}

.video-testimonials__play.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.owl-nav {
    margin-top: 24px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

.owl-nav button {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #98ca3f !important;
    color: #fff !important;
    font-size: 22px;
    margin: 0 8px;
    line-height: 1;
    border: none;
    transition: all 0.3s ease;
}

.owl-nav button:hover {
    background: #ff2d55 !important;
    transform: scale(1.08);
}

.video-testimonials__content {
    text-align: center;
}

.video-testimonials__name {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.video-testimonials__designation {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 4px;
}

.video-testimonials__company {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 25px !important;
    border-radius: 50px !important;
}

.main-footer {
    color: #000000;
}

.footer-top {
    padding: 40px 0 20px;
}

.footer-top__grid {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.footer-top__logo {
    flex: 0 0 20%;
}

.footer-top__logo img {
    width: 100%;
    max-width: 220px;
    height: auto;
}

.footer-top__content {
    flex: 1;
}

.footer-top__row {
    margin-bottom: 16px;
}

.footer-top__cols {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.footer-col--contacts {
    flex: 0 0 35%;
}

.footer-col--archives {
    flex: 0 0 20%;
}

.footer-col--connect {
    flex: 1;
}

.footer-heading {
    color: #ffffff;
    margin: 0 0 10px;
}

.footer-name {
    color: #98ca3f;
    margin: 0 0 10px;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.footer-list a {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-list li {
    color: #ffffff;
}

.footer-list img {
    width: 16px;
    height: 16px;
}

.contact-person+.contact-person {
    margin-top: 16px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

}

.footer-social a {
    width: 30px;
    height: 30px;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
    border: 1px solid #000;
}

.footer-social img {
    width: 100%;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
    display: block;
}

.footer-strap {
    background: #323232;
    padding: 5px 0;
}

.footer-strap__text {
    margin: 0;
    color: #ffffff;
}

/* Footer Strap Links */
.footer-strap__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-strap__links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-strap__links a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.footer-strap__links a:hover,
.footer-list a:hover {
    color: #98ca3f;
}

.footer-social a:hover {
    background: #98ca3f;
    transform: scale(1.1);
}

.footer-strap__links span {
    color: #ffffff;
}

/* Footer Responsive Styles */
.footer-top__grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-top__cols {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

/* Responsive FAQ */
@media (max-width: 991px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-tabs {
        flex-direction: row !important;
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: 30px;
        padding-bottom: 5px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
    }

    .faq-tabs::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    .faq-tabs .nav-link {
        display: inline-block;
        width: auto;
        margin-right: 10px;
        margin-bottom: 0;
        white-space: normal;
    }
}

@media only screen and (max-width: 767px) {
    .elkevent-nav {
        padding-top: 5px
    }

    .about-content.overview {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }

    .elkevent-nav .navbar-brand img {
        max-width: 100px
    }

    .ptb-120 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .section-title {
        margin-bottom: 30px
    }

    .section-title span {
        font-size: 13px
    }

    .section-title h2 {
        font-size: 25px
    }

    .section-title .btn {
        display: none
    }

    .section-title .bg-title {
        font-size: 60px;
        left: auto;
        right: 0;
        transform: unset !important
    }

    .btn,
    p {
        font-size: 14px
    }

    .btn {
        padding: 0 10px;
    }

    .preloader .loader {
        margin: -80px 0 0 -55px
    }

    .main-banner {
        height: 100%;
        padding-top: 150px;
        padding-bottom: 100px
    }

    .main-banner-content {
        text-align: center
    }

    .main-banner-content:before {
        display: none
    }

    .main-banner-content h1 {
        font-size: 28px;
        line-height: 1.5;
        font-weight: 800
    }

    .main-banner-content h1 br {
        display: none
    }

    .main-banner-content p {
        font-size: 15px
    }

    .main-banner-content ul {
        margin: 20px 0 30px
    }

    .main-banner-content ul li {
        font-size: 15px;
        margin-top: 4px;
        margin-bottom: 4px
    }

    .main-banner-content .button-box .video-btn {
        margin-left: 15px;
        margin-top: 25px
    }

    .main-banner-content.banner-content-center {
        margin: 0 auto;
        text-align: center
    }

    .event-countdown {
        right: 0;
        left: 0;
        margin: 50px auto 0;
        text-align: center;
        position: inherit
    }

    .event-countdown #timer div {
        font-size: 30px;
        margin: 0 20px 0 0;
        position: relative
    }

    .event-countdown #timer div:last-child {
        margin-right: 0
    }

    .event-countdown #timer div:first-child {
        margin-left: 0
    }

    .event-countdown #timer div span {
        font-size: 12px;
        position: relative;
        right: 0;
        top: 0;
        transform: unset;
        margin-top: -5px;
        letter-spacing: 1px
    }

    .event-countdown #timer div#hours span,
    .event-countdown #timer div#minutes span,
    .event-countdown #timer div#seconds span {
        right: 0;
        margin-top: -5px
    }

    .shape1,
    .shape2,
    .shape3,
    .shape4 {
        display: none
    }

    .slideshow-banner .event-countdown {
        text-align: center;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 25px
    }

    .slideshow-banner .event-countdown #timer div {
        font-size: 30px;
        margin: 0 22px 0 0
    }

    .slideshow-banner .event-countdown #timer div:last-child {
        margin-right: 0
    }

    .home-slides .swiper-button-next,
    .home-slides .swiper-button-prev {
        width: 35px;
        height: 35px;
        line-height: 35px;
        top: auto;
        bottom: 10px
    }

    .home-slides .swiper-button-next:after,
    .home-slides .swiper-button-prev:after {
        font-size: 20px
    }

    .about-content span {
        font-size: 30px
    }

    .about-content h2 {
        font-size: 25px;
        margin-bottom: 15px
    }

    .about-content h6 {
        font-size: 15px
    }

    .about-image {
        margin-top: 40px
    }

    .about-image .about-img1 {
        right: 0;
        top: 0;
        width: 100% !important;
    }

    .about-image .about-img2 {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        margin-top: 20px
    }

    .about-area-three.bg-image .row {
        gap: 10px !important;
    }

    .about-content {
        text-align: center;
    }

    .about-area-three .about-content ul {
        padding: revert;
        /* text-align: left; */
    }

    .about-content.return {
        padding-left: unset !important;
    }

    .about-image .shape-img {
        top: 27%;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .about-image .btn {
        bottom: 0;
        right: 15px;
        transform: unset !important
    }

    .about-area-three .about-content .signature,
    .about-area-two .about-content .signature {
        margin-bottom: 0
    }

    .about-area-three .about-image {
        margin-top: 0;
        margin-bottom: 30px
    }

    .about-area-three .about-image .about-img1 {
        margin-top: 0
    }

    .about-area-three .about-image .btn {
        left: auto;
        bottom: 30px;
        right: 15px
    }

    .countdown-area .event-countdown {
        margin: 0
    }

    .countdown-area .event-countdown #timer {
        overflow: hidden;
        margin: 0 -10px;
        text-align: center
    }

    .countdown-area .event-countdown #timer div {
        margin: 0;
        text-align: center;
        padding: 0 10px
    }

    .why-choose-us {
        padding: 60px 15px 35px
    }

    .why-choose-us:before {
        opacity: .8
    }

    .single-box {
        height: 100%;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        border-left: unset;
    }

    .col-lg-3:last-child .single-box {
        border-bottom: unset;
    }

    .single-box .d-table {
        height: auto;
        display: block
    }

    .single-box .d-table-cell {
        display: block
    }

    .single-box .content {
        position: relative;
        padding-left: 0;
        padding-right: 0
    }

    .single-box .content .btn {
        opacity: 1;
        visibility: visible;
        margin-top: 20px
    }

    .single-box .content .icon {
        font-size: 35px
    }

    .single-box .content h3 {
        font-size: 20px
    }

    .single-box:focus .content,
    .single-box:hover .content {
        bottom: 0
    }

    .single-box:focus .content p,
    .single-box:hover .content p {
        margin-bottom: 0
    }

    .single-box:before {
        display: none
    }

    .why-choose-content {
        padding: 35px 25px
    }

    .why-choose-content h3 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .why-choose-content span {
        margin: 0 auto;
        font-size: 60px
    }

    .single-speakers .speakers-content {
        bottom: 20px;
        left: 20px;
        text-align: center;
        width: 100%
    }

    .single-speakers .speakers-content h3 {
        font-size: 18px;
        margin-bottom: 0
    }

    .single-speakers .speakers-content span {
        font-size: 14px
    }

    .single-speakers:focus .speakers-content,
    .single-speakers:hover .speakers-content {
        bottom: 20px
    }

    .single-speakers ul {
        padding: 10px
    }

    .single-speakers ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px
    }

    .elkevent-single-speakers .speakers-content h3 {
        font-size: 18px
    }

    .elkevent-single-speakers .speakers-content span {
        font-size: 14px
    }

    .speakers-area-two {
        padding-bottom: 30px
    }

    .single-speakers-box .speakers-content h3 {
        font-size: 20px
    }

    .single-speakers-box .speakers-content span {
        font-size: 13px
    }

    .event-tabs .react-tabs__tab-list {
        display: block;
        margin-bottom: 0
    }

    .event-tabs .react-tabs__tab-list li {
        display: block;
        font-size: 17px;
        padding: 20px 10px
    }

    .event-tabs .react-tabs__tab-list li:before {
        display: none
    }

    .event-tabs .react-tabs__tab-list li span {
        font-size: 12px
    }

    .event-tabs .react-tabs__tab-panel {
        padding: 10px
    }

    .event-tabs .react-tabs__tab-panel .accordion .accordion__item {
        padding: 20px 15px
    }

    .event-tabs .react-tabs__tab-panel .accordion .accordion__item .accordion__button {
        display: block;
        padding: 0 0 25px;
        text-align: center
    }

    .event-tabs .react-tabs__tab-panel .accordion .accordion__item .accordion__button .author {
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto;
        position: relative;
        top: 0;
        transform: unset;
        right: 0
    }

    .event-tabs .react-tabs__tab-panel .accordion .accordion__item .accordion__button .schedule-info h3 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 28px
    }

    .event-tabs .react-tabs__tab-panel .accordion .accordion__item .accordion__button .schedule-info ul li {
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
        font-size: 14px
    }

    .event-tabs .react-tabs__tab-panel .accordion .accordion__item .accordion__button .schedule-info ul li:last-child {
        margin-bottom: 0
    }

    .event-tabs .react-tabs__tab-panel .accordion .accordion__panel {
        padding: 0
    }

    .event-tabs .react-tabs__tab-panel .accordion .accordion__panel p {
        font-size: 14px;
        margin-bottom: 20px
    }

    .event-tabs .react-tabs__tab-panel .accordion .accordion__panel .row .text-right {
        text-align: left !important;
        margin-top: 15px
    }

    .schedule-slides-item .single-schedule {
        padding: 0
    }

    .schedule-slides-item .single-schedule .schedule-date {
        font-size: 20px;
        padding: 25px;
        position: relative;
        width: auto
    }

    .schedule-slides-item .single-schedule .schedule-date span {
        font-size: 14px
    }

    .schedule-slides-item .single-schedule .schedule-content {
        display: block;
        text-align: center
    }

    .schedule-slides-item .single-schedule .schedule-content .author {
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto
    }

    .schedule-slides-item .single-schedule .schedule-content .schedule-info h3 {
        font-size: 17px;
        margin-bottom: 12px;
        line-height: 28px
    }

    .schedule-slides-item .single-schedule .schedule-content .schedule-info ul li {
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
        font-size: 14px
    }

    .schedule-slides-item .single-schedule .schedule-content .schedule-info ul li:last-child {
        margin-bottom: 0
    }

    .schedule-style-three {
        padding-bottom: 30px
    }

    .single-schedule-item .schedule-date {
        font-size: 20px;
        padding: 25px;
        position: relative;
        width: auto
    }

    .single-schedule-item .schedule-date span {
        font-size: 14px
    }

    .single-schedule-item .schedule-item-wrapper .schedule-content {
        display: block;
        text-align: center
    }

    .single-schedule-item .schedule-item-wrapper .schedule-content .author {
        margin-right: auto;
        margin-bottom: 15px;
        margin-left: auto
    }

    .single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info h3 {
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 28px
    }

    .single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul li {
        margin-right: 0;
        margin-bottom: 10px;
        display: block;
        font-size: 14px
    }

    .single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul li:last-child {
        margin-bottom: 0
    }

    .btn-box {
        margin-top: 20px
    }

    .btn-box .btn {
        margin: 20px 10px 0
    }

    .schedule-slides.owl-theme .owl-nav {
        margin-top: 30px
    }

    .schedule-slides.owl-theme .owl-nav [class*=owl-] {
        font-size: 25px;
        position: relative;
        left: 0;
        top: 0;
        right: 0 !important
    }

    .schedule-style-four .col-lg-8 {
        order: 2
    }

    .schedule-style-four .col-lg-4 {
        order: 1
    }

    .funfacts-area {
        padding-bottom: 30px
    }

    .single-funfact {
        margin-bottom: 30px
    }

    .single-funfact .icon {
        font-size: 30px
    }

    .single-funfact h3 {
        font-size: 35px;
        margin-top: 8px
    }

    .single-funfact p {
        font-size: 13px
    }

    .funFact {
        text-align: center;
        margin-bottom: 35px;
        padding-left: 0
    }

    .funFact .icon {
        font-size: 30px;
        position: relative
    }

    .funFact h3 {
        font-size: 35px;
        margin-top: 8px
    }

    .funFact p {
        font-size: 14px
    }

    .cta-area {
        text-align: center
    }

    .cta-area span {
        font-size: 15px
    }

    .cta-area h3 {
        font-size: 24px
    }

    .cta-area .text-right {
        text-align: center !important;
        margin-top: 25px
    }

    .pricing-area {
        padding-bottom: 30px
    }

    .pricing-table-box {
        margin-bottom: 30px
    }

    .pricing-table-box .title {
        font-size: 17px
    }

    .pricing-table-box .price-value {
        font-size: 35px
    }

    .pricing-table-box .price-value sup {
        font-size: 20px;
        top: -18px
    }

    .pricing-table-box .pricing-content li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 14px
    }

    .pricing-table-box .pricing-content li:last-child {
        margin-bottom: 0
    }

    .pricing-plan {
        margin-bottom: 30px
    }

    .pricing-plan h3 {
        font-size: 20px
    }

    .pricing-plan h3 span {
        height: 130px;
        width: 130px;
        line-height: 135px;
        font-size: 25px
    }

    .pricing-plan .pricing-content li {
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 14px
    }

    .pricing-plan .pricing-content li:last-child {
        margin-bottom: 0
    }

    .partner-area .section-title {
        text-align: center
    }

    .partner-area .section-title .bar {
        display: none
    }

    .partner-area .partner-title {
        margin-bottom: 40px;
        transform: unset !important
    }

    .partner-area .partner-title h3 {
        font-size: 18px;
        font-weight: 600
    }

    .single-blog-post .blog-post-content {
        padding: 20px
    }

    .single-blog-post .blog-post-content .date {
        font-size: 13px
    }

    .single-blog-post .blog-post-content h3 {
        line-height: 28px;
        font-size: 18px
    }

    .blog-section {
        padding-bottom: 30px
    }

    .single-blog-card .post-tag {
        top: 15px
    }

    .single-blog-card .blog-post-content {
        padding: 0 20px 20px
    }

    .single-blog-card .blog-post-content .read-more-btn,
    .single-blog-card .blog-post-content p {
        display: none
    }

    .single-blog-card .blog-post-content h3 {
        font-size: 18px;
        margin-bottom: 0
    }

    .single-blog-card:focus .post-tag,
    .single-blog-card:hover .post-tag {
        top: 15px
    }

    .buy-tickets-area.ptb-120 {
        padding-bottom: 140px
    }

    .subscribe-area:before {
        height: 74%
    }

    .subscribe-area .subscribe-inner {
        padding: 20px
    }

    .subscribe-area .subscribe-inner span {
        font-size: 13px
    }

    .subscribe-area .subscribe-inner h2 {
        font-size: 25px;
        line-height: 36px
    }

    .subscribe-area .subscribe-inner .newsletter-form .form-control {
        height: 50px
    }

    .subscribe-area .subscribe-inner .newsletter-form .btn {
        position: relative;
        height: 54px;
        display: block;
        width: 100%;
        margin-top: 10px
    }

    .page-title-area {
        padding-top: 160px;
        padding-bottom: 100px
    }

    .page-title-area h1 {
        font-size: 28px
    }

    .page-title-area span {
        margin-top: 10px;
        font-size: 15px
    }

    .page-title-area ul li {
        font-size: 15px
    }

    .login-area {
        height: 100%;
        padding: 120px 15px
    }

    .login-area .login-form p {
        text-align: center
    }

    .login-area .login-form p a.pull-right {
        float: unset;
        margin-top: 5px
    }

    .login-area .login-form p a.pull-left {
        float: unset
    }

    .signup-area {
        height: 100%;
        padding: 120px 15px
    }

    .signup-area .signup-form h3 {
        font-size: 20px
    }

    .coming-soon {
        height: 100%;
        padding-top: 100px;
        padding-bottom: 100px
    }

    .coming-soon .coming-soon-content h1 {
        font-size: 30px;
        line-height: 45px
    }

    .coming-soon .coming-soon-content #timer div {
        font-size: 40px;
        width: 120px;
        height: 120px;
        padding-top: 27px;
        line-height: 39px;
        margin: 0 5px 15px
    }

    .coming-soon .coming-soon-content form button {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        border-radius: 30px;
        margin-top: 10px;
        padding: 13px 0
    }

    .error-area h1 {
        font-size: 110px;
        line-height: 85px
    }

    .error-area h3 {
        margin: 30px 0 15px;
        font-size: 20px
    }

    .faq-accordion {
        box-shadow: unset;
        padding: 0
    }

    .faq-accordion .accordion .accordion-title {
        padding: 10px 10px 10px 50px;
        font-size: 14px
    }

    .faq-contact {
        box-shadow: unset;
        padding: 0
    }

    .faq-contact h3 {
        font-size: 20px;
        margin-bottom: 25px
    }

    .sidebar {
        margin-top: 50px
    }

    .sidebar .widget .widget-title {
        font-size: 18px
    }

    .sidebar .widget.widget_recent_entries ul li h5 {
        font-size: 14px
    }

    .blog-details h3 {
        font-size: 20px;
        line-height: 30px
    }

    .blog-details .blockquote,
    .blog-details blockquote {
        padding: 88px 20px 20px;
        border-width: 3px
    }

    .blog-details .blockquote:before,
    .blog-details blockquote:before {
        left: 20px;
        top: 20%
    }

    .blog-details .blockquote p,
    .blog-details blockquote p {
        font-size: 15px
    }

    .post-tag-media {
        text-align: center
    }

    .post-tag-media ul.social-share {
        text-align: center;
        margin-top: 15px
    }

    .comments-area .comment-reply-title,
    .comments-area .comments-title {
        font-size: 20px
    }

    .comments-area ol li .comment-body,
    .comments-area ul li .comment-body {
        padding: 20px 15px
    }

    .comments-area ol li .comment-body .comment-meta .comment-author .fn,
    .comments-area ul li .comment-body .comment-meta .comment-author .fn {
        font-size: 16px
    }

    .comments-area ol li .comment-body .reply,
    .comments-area ul li .comment-body .reply {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 20px
    }

    .contact-box {
        margin-bottom: 30px
    }

    .contact-box h4 {
        font-size: 18px
    }

    .contact-form {
        margin-top: 0
    }

    .leave-your-message h3 {
        font-size: 18px
    }

    #contactForm {
        margin-top: 30px;
        padding: 20px 15px
    }

    .footer-area {
        padding-top: 60px
    }

    .single-footer-widget {
        margin-bottom: 30px
    }

    .single-footer-widget h3 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .single-footer-widget a,
    .single-footer-widget span {
        font-size: 14px
    }

    .copyright-area {
        margin-top: 20px
    }

    .copyright-area ul {
        margin: 25px 0 18px
    }

    .countdown1 {
        position: static;
        text-align: center !important
    }

    .countdown1 #timer div {
        font-size: 30px;
        margin: 0 20px 0 0
    }

    .blog-slides.owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0
    }

    .buy-tickets {
        text-align: center
    }

    .buy-tickets .buy-ticket-btn {
        text-align: center;
        margin-top: 30px
    }

    .copyright-area .logo img {
        max-width: 100px
    }

    .speakers-area .p-0 {
        padding: 0 15px !important
    }

    .speakers-area .elkevent-single-speakers,
    .speakers-area .single-speakers {
        margin-bottom: 30px
    }

    section.speakers-area.ptb-120.pb-0 {
        padding-bottom: 30px !important
    }

    .slideshow-banner .main-banner-content {
        margin-top: 0
    }

    .modal-video-body {
        padding: 0 20px
    }

    .modal-video-body .modal-video-close-btn {
        right: 0
    }

    .banner-image img.intersec-logo {
        width: 80%;
        ;
    }

    .banner-image img:first-child {
        width: 40%;
    }
}

@media only screen and (min-width: 423px) and (max-width:767px) {
    .main-banner-content .button-box .video-btn {
        margin-top: 0
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .schedule-area .tabs li {
        width: 50%;
        display: inline-block
    }

    .why-choose-us-two {
        max-width: 540px;
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .elkevent-nav {
        padding-top: 10px
    }

    .elkevent-nav .navbar-brand {
        padding-top: 0
    }

    .elkevent-nav .navbar-brand img {
        max-width: 90px
    }

    .countdown1 {
        bottom: 25px !important
    }

    .copyright-area .logo img {
        max-width: 100px
    }

    .ptb-120 {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .event-countdown {
        bottom: 15px
    }

    .event-countdown #timer span {
        font-size: 12px
    }

    .buy-tickets,
    .slideshow-banner .event-countdown {
        text-align: center
    }

    .buy-tickets .buy-ticket-btn {
        text-align: center;
        margin-top: 30px
    }

    .section-title span {
        font-size: 14px
    }

    .section-title h2 {
        font-size: 30px
    }

    .section-title .bg-title {
        font-size: 100px;
        line-height: 100px;
        right: 20%;
        margin-top: -10px;
        transform: unset !important
    }

    .section-title .btn {
        margin-top: -25px
    }

    .elkevent-mobile-nav .logo {
        left: 40px !important
    }

    .elkevent-mobile-nav.mean-container a.meanmenu-reveal {
        padding: 12px 40px 0 0
    }

    .main-banner {
        height: 100%;
        padding-top: 200px;
        padding-bottom: 200px
    }

    .main-banner-content {
        text-align: center
    }

    .main-banner-content:before {
        display: none
    }

    .main-banner-content p {
        font-size: 18px
    }

    .main-banner-content h1 {
        font-size: 40px;
        line-height: 1.4
    }

    .main-banner-content ul li {
        font-size: 15px
    }

    .main-banner-content.banner-content-center {
        margin-top: 0
    }

    .event-countdown #timer div {
        margin: 0 25px;
        font-size: 50px
    }

    .event-countdown #timer div span {
        font-size: 13px;
        right: -30px;
        margin-top: -11px;
        letter-spacing: 0
    }

    .event-countdown #timer div#hours span {
        right: -36px;
        margin-top: -10px
    }

    .event-countdown #timer div#minutes span {
        right: -42px;
        margin-top: -10px
    }

    .event-countdown #timer div#seconds span {
        right: -44px;
        margin-top: -10px
    }

    .subscribe-area .subscribe-inner .newsletter-form .btn {
        height: 50px
    }

    .countdown-area .event-countdown #timer div {
        margin: 0 30px
    }

    .about-content span {
        font-size: 14px
    }

    .about-content h2 {
        font-size: 30px;
        margin-bottom: 20px
    }

    .about-image {
        margin-top: 50px
    }

    .about-image .about-img1 {
        position: relative;
        right: 0;
        top: 0
    }

    .about-image .about-img2 {
        display: none
    }

    .about-image .btn {
        bottom: 0;
        right: 25px;
        transform: unset !important
    }

    .about-area-three .about-image {
        margin-bottom: 30px
    }

    .about-area-three .about-image .about-img1 {
        width: 100%
    }

    .about-area-three .about-image .btn {
        bottom: 30px
    }

    .why-choose-us {
        padding: 80px 15px 50px
    }

    .single-box {
        height: 100%;
        margin-bottom: 30px;
        border: none !important;
        padding-left: 15px;
        padding-right: 15px
    }

    .single-box .d-table {
        height: auto;
        display: block
    }

    .single-box .d-table-cell {
        display: block
    }

    .single-box .content {
        position: relative;
        z-index: 2;
        padding-left: 0;
        padding-right: 0
    }

    .single-box .content .btn {
        opacity: 1;
        visibility: visible;
        margin-top: 20px
    }

    .single-box .content .icon {
        font-size: 35px;
        line-height: 40px
    }

    .single-box .content h3 {
        font-size: 22px
    }

    .single-box:focus .content,
    .single-box:hover .content {
        bottom: 0
    }

    .single-box:focus .content p,
    .single-box:hover .content p {
        margin-bottom: 0
    }

    .why-choose-content h3 {
        font-size: 22px
    }

    .why-choose-us-two .col-lg-4:first-child {
        order: 1
    }

    .why-choose-us-two .col-lg-4:nth-child(2) {
        order: 2
    }

    .why-choose-us-two .col-lg-4:nth-child(3) {
        order: 4
    }

    .why-choose-us-two .col-lg-4:nth-child(4) {
        order: 3
    }

    .why-choose-us-two .col-lg-4:nth-child(5) {
        order: 5
    }

    .why-choose-us-two .col-lg-4:nth-child(6) {
        order: 6
    }

    .why-choose-us-two .col-lg-4:nth-child(7) {
        order: 7
    }

    .why-choose-us-two .col-lg-4:nth-child(8) {
        order: 8
    }

    .single-speakers .speakers-content h3 {
        font-size: 22px
    }

    .elkevent-single-speakers .speakers-content h3 {
        font-size: 20px
    }

    .speakers-area-two {
        padding-bottom: 50px
    }

    .single-speakers-box .speakers-content h3 {
        font-size: 20px
    }

    .shape1,
    .shape2,
    .shape3,
    .shape4 {
        display: none
    }

    .event-tabs .react-tabs__tab-list li {
        font-size: 18px
    }

    .event-tabs .react-tabs__tab-list li span {
        font-size: 13px
    }

    .event-tabs .accordion__panel .accordion .accordion__item .accordion__button .schedule-info h3 {
        font-size: 18px;
        padding-right: 115px;
        line-height: 1.4
    }

    .event-tabs .accordion__panel .accordion .accordion__item .accordion__button .schedule-info ul li {
        font-size: 13px
    }

    .schedule-slides-item .single-schedule {
        padding: 0 0 0 175px
    }

    .schedule-slides-item .single-schedule .schedule-date {
        font-size: 22px;
        padding: 20px;
        width: 175px
    }

    .schedule-slides-item .single-schedule .schedule-date span {
        font-size: 14px
    }

    .schedule-slides-item .single-schedule .schedule-content .schedule-info h3 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .schedule-slides-item .single-schedule .schedule-content .schedule-info ul li {
        margin-right: 10px;
        font-size: 13px
    }

    .schedule-slides.owl-theme .owl-nav [class*=owl-] {
        left: -15px
    }

    .schedule-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        right: -15px;
        left: auto
    }

    .schedule-style-three {
        padding-bottom: 50px
    }

    .single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul li {
        font-size: 14px
    }

    .schedule-style-four .tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info ul li {
        font-size: 14px;
        display: block;
        margin-right: 0;
        margin-bottom: 10px
    }

    .schedule-style-four .tab_content .tabs_item .accordion .accordion-item .accordion-title .schedule-info ul li:last-child {
        margin-bottom: 0
    }

    .single-funfact .icon {
        font-size: 35px
    }

    .single-funfact h3 {
        font-size: 40px
    }

    .funFact {
        padding-left: 0;
        text-align: center
    }

    .funFact .icon {
        font-size: 35px;
        position: relative
    }

    .funFact h3 {
        margin-top: 10px;
        font-size: 40px
    }

    .event-countdown {
        right: 0;
        text-align: center;
        left: 0
    }

    .pricing-area {
        padding-bottom: 50px
    }

    .pricing-table-box {
        margin-bottom: 30px
    }

    .pricing-table-box .title {
        font-size: 22px
    }

    .pricing-table-box .price-value {
        font-size: 40px
    }

    .pricing-table-box .price-value sup {
        font-size: 20px;
        top: -20px
    }

    .pricing-plan {
        margin-bottom: 30px
    }

    .pricing-plan h3 {
        font-size: 22px
    }

    .pricing-plan h3 span {
        height: 140px;
        width: 140px;
        line-height: 145px;
        font-size: 30px
    }

    .partner-area .partner-title {
        margin-bottom: 40px;
        transform: unset !important
    }

    .partner-area .partner-title h3 {
        font-size: 20px
    }

    .cta-area span {
        font-size: 16px
    }

    .cta-area h3 {
        font-size: 30px
    }

    .cta-area .text-right {
        text-align: left !important;
        margin-top: 25px
    }

    .single-blog-post .blog-post-content h3 {
        font-size: 20px
    }

    .single-blog-card .blog-post-content {
        padding: 0 20px 20px
    }

    .single-blog-card .blog-post-content h3 {
        margin-bottom: 0;
        font-size: 20px
    }

    .single-blog-card .blog-post-content .read-more-btn,
    .single-blog-card .blog-post-content p {
        display: none
    }

    .buy-tickets-area.ptb-120 {
        padding-bottom: 175px
    }

    .subscribe-area .subscribe-inner span {
        font-size: 15px
    }

    .subscribe-area .subscribe-inner h2 {
        font-size: 30px
    }

    .page-title-area {
        padding-top: 160px;
        padding-bottom: 120px
    }

    .page-title-area h1 {
        font-size: 30px
    }

    .page-title-area span {
        margin-top: 8px;
        font-size: 16px
    }

    .coming-soon,
    .login-area,
    .signup-area {
        height: 100%;
        padding-top: 100px;
        padding-bottom: 100px
    }

    .faq-accordion,
    .faq-contact {
        padding: 30px
    }

    .faq-contact h3 {
        font-size: 22px
    }

    .sidebar {
        margin-top: 50px
    }

    .sidebar .widget .widget-title {
        font-size: 20px
    }

    .comments-area .comment-reply-title,
    .comments-area .comments-title {
        font-size: 20px;
        margin-bottom: 25px
    }

    .contact-box {
        margin-bottom: 30px;
        padding: 30px 20px 30px 75px
    }

    .contact-box .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .contact-box h4 {
        font-size: 18px;
        margin-bottom: 13px
    }

    .contact-box p {
        margin-bottom: 3px;
        font-size: 14px
    }

    .contact-box p:last-child {
        margin-bottom: 0
    }

    .contact-form {
        margin-top: 20px
    }

    .leave-your-message h3 {
        margin-bottom: 12px;
        font-size: 20px
    }

    #contactForm {
        margin-top: 30px
    }

    .footer-area {
        padding-top: 80px
    }

    .single-footer-widget h3 {
        font-size: 22px
    }

    .copyright-area {
        margin-top: 60px
    }

    .elkevent-nav nav .navbar-nav .nav-item a {
        font-size: 14px;
        margin-left: 11px;
        margin-right: 11px
    }

    .elkevent-nav nav .navbar-nav .nav-item:last-child .dropdown-menu,
    .elkevent-nav nav .navbar-nav .nav-item:nth-last-child(2) .dropdown-menu,
    .elkevent-nav nav .navbar-nav .nav-item:nth-last-child(3) .dropdown-menu {
        left: auto;
        right: 0
    }

    .countdown1 #timer div {
        margin: 0 20px;
        font-size: 40px
    }

    .single-funfact {
        margin-bottom: 30px
    }

    .funfacts-area.ptb-120 {
        padding-bottom: 50px
    }

    .modal-video-body {
        padding: 0 30px
    }

    .modal-video-body .modal-video-close-btn {
        right: 0
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .elkevent-nav .navbar-brand {
        padding-top: 0
    }

    .copyright-area .logo img,
    .elkevent-nav .navbar-brand img {
        max-width: 100px
    }

    .elkevent-nav nav .navbar-nav .nav-item a {
        font-size: 14px
    }

    .main-banner-content p {
        font-size: 20px
    }

    .main-banner-content h1 {
        font-size: 45px;
        font-weight: 800;
        line-height: 1.3
    }

    .event-countdown #timer div {
        font-size: 50px
    }

    .about-content span {
        font-size: 15px
    }

    .about-content h2 {
        font-size: 27px;
        margin-bottom: 20px
    }

    .about-content h6 {
        margin-bottom: 15px
    }

    .about-content .signature {
        margin-top: 25px
    }

    .about-image .about-img1 {
        width: 85%;
        top: -145px;
        right: -40px
    }

    .about-image .about-img2 {
        left: 0;
        bottom: -142px
    }

    .about-image .btn {
        bottom: 0;
        transform: unset !important
    }

    .about-area-three .about-image img {
        width: 100%
    }

    .why-choose-content {
        padding: 10px
    }

    .why-choose-content h3 {
        font-size: 22px;
        margin-bottom: 10px
    }

    .single-box .content {
        padding-left: 10px;
        padding-right: 10px
    }

    .single-box .content h3 {
        font-size: 22px
    }

    .single-box .content:before {
        display: none
    }

    .cta-area h3 {
        font-size: 30px
    }

    .cta-area span {
        font-size: 15px
    }

    .single-speakers .speakers-content {
        bottom: 15px;
        left: 15px
    }

    .single-speakers .speakers-content h3 {
        font-size: 18px
    }

    .single-speakers ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px
    }

    .single-speakers:focus .speakers-content,
    .single-speakers:hover .speakers-content {
        bottom: 12px
    }

    .elkevent-single-speakers .speakers-content {
        padding: 15px
    }

    .elkevent-single-speakers .speakers-content h3 {
        font-size: 18px
    }

    .elkevent-single-speakers .speakers-content span {
        font-size: 13px;
        margin-top: 5px
    }

    .elkevent-single-speakers ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px
    }

    .single-speakers-box .speakers-content h3 {
        font-size: 20px
    }

    .section-title span {
        font-size: 15px
    }

    .section-title h2 {
        font-size: 34px
    }

    .section-title .bg-title {
        transform: unset !important;
        font-size: 80px
    }

    .event-tabs .react-tabs__tab-panel .accordion .accordion__item .accordion__button .schedule-info h3 {
        font-size: 20px
    }

    .single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul li {
        font-size: 14px;
        display: block;
        margin-right: 0;
        margin-bottom: 5px
    }

    .single-schedule-item .schedule-item-wrapper .schedule-content .schedule-info ul li:last-child {
        margin-bottom: 0
    }

    .pricing-table-box .title {
        font-size: 18px
    }

    .pricing-table-box .price-value {
        font-size: 40px
    }

    .partner-area .partner-title {
        transform: unset !important
    }

    .partner-area .partner-title h3 {
        font-size: 20px
    }

    .subscribe-area .subscribe-inner span {
        font-size: 15px
    }

    .subscribe-area .subscribe-inner h2 {
        font-size: 34px
    }

    .sidebar .widget .widget-title {
        font-size: 20px
    }

    .countdown1 #timer div {
        font-size: 50px
    }

    .elkevent-nav nav .others-option .btn {
        font-size: 14px;
        padding: 14px 20px
    }

    .tabs li a {
        font-size: 20px
    }

    .home-slides .main-banner-content {
        text-align: center
    }

    .page-title-area {
        padding-top: 200px;
        padding-bottom: 130px
    }

    .slideshow-banner .main-banner-content {
        text-align: center
    }

    .slideshow-banner .event-countdown {
        text-align: center;
        bottom: 5px
    }

    .slideshow-banner .event-countdown #timer span {
        font-size: 10px;
        right: -35px
    }

    .slideshow-banner .event-countdown #timer div {
        font-size: 45px
    }

    .slideshow-banner .event-countdown #timer div#hours span {
        right: -41px
    }

    .slideshow-banner .event-countdown #timer div#minutes span {
        right: -48px
    }

    .slideshow-banner .event-countdown #timer div#seconds span {
        right: -50px
    }
}

@media only screen and (min-width: 1650px) {
    .main-banner {
        height: 70vh
    }

    .event-countdown {
        right: 20%
    }

    .about-image .about-img1 {
        right: -200px
    }
}

@media only screen and (max-width: 1100px) {
    .elkevent-nav nav .navbar-toggler {
        outline: 0;
        color: #fff;
        border-color: #fff;
        z-index: 10000;
    }

    .elkevent-nav nav .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
    }

    .elkevent-nav nav .collapse {
        background-color: rgba(0, 0, 0, 0.95);
        padding: 20px;
        margin-top: 0;
        overflow-y: scroll;
        /* Always show scrollbar to prevent layout shift */
        max-height: 100vh;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 70%;
        /* Optimize width */
        z-index: 9999;
        display: block !important;
        /* Override BS collapse to handle visibility via transform */
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        visibility: hidden;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
        scrollbar-color: #98ca3f #f1f1f1;
    }

    .elkevent-nav nav .collapse.show {
        transform: translateX(0);
        visibility: visible;
    }

    .elkevent-nav nav .collapse.collapsing {
        display: block !important;
        height: 100vh !important;
        transition: transform 0.3s ease-in-out;
        transform: translateX(0);
        visibility: visible;
    }

    .elkevent-nav nav .collapse::-webkit-scrollbar {
        width: 10px
    }

    .elkevent-nav nav .collapse::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .elkevent-nav nav .collapse::-webkit-scrollbar-thumb {
        background: #98ca3f
    }

    .elkevent-nav nav .collapse::-webkit-scrollbar-thumb:hover {
        background: #98ca3f
    }

    .elkevent-nav nav .navbar-nav .nav-item {
        padding: 8px 0
    }

    .elkevent-nav nav .navbar-nav .nav-item a {
        font-size: 15px;
        margin: 0
    }

    .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu {
        padding-top: 12px;
        padding-bottom: 12px;
        position: relative;
        opacity: 1;
        visibility: visible;
        top: 0 !important;
        width: 100%;
        margin-top: 10px;
        display: none;
    }

    /* Sidebar Header Styles */
    .sidebar-header {
        display: none;
        /* Hidden by default, shown via specific media queries below */
        justify-content: space-between;
        align-items: center;
        padding-bottom: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        position: sticky;
        top: -20px;
        /* Offset for padding */
        background-color: #000;
        z-index: 1001;
    }

    .btn-close-sidebar {
        background: none;
        border: none;
        color: #fff;
        font-size: 24px;
    }

    /* Show sidebar header for custom navbar breakpoint */
    .navbar-expand-custom .sidebar-header {
        display: flex;
    }

    .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu.show {
        display: block;
    }

    .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li a {
        font-size: 14px
    }

    .elkevent-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
        padding-top: 12px;
        padding-bottom: 12px;
        position: relative;
        opacity: 1 !important;
        visibility: visible !important;
        top: 0 !important;
        width: 90%;
        left: 15px;
        margin-top: 0;
        margin-bottom: 10px;
        background: #30334c
    }

    .elkevent-nav nav .others-option {
        margin-left: 0;
        margin-top: 10px
    }
}

/* Show sidebar header for standard lg navbar breakpoint */
@media (max-width: 991px) {
    .navbar-expand-lg .sidebar-header {
        display: flex;
    }
}

@media (min-width: 1101px) {
    .navbar-expand-custom {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-custom .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}

@media (max-width: 900px) {
    .video-testimonials {
        padding: 0px 0 20px;
    }

    .video-testimonials h3 {
        font-size: 2rem;
    }

    .owl-nav,
    .owl-nav {
        display: flex !important;
    }

    .owl-nav.disabled {
        display: flex !important;
    }
}

@media (max-width: 767px) {
    .footer-top__grid {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-strap__inner {
        flex-direction: column;
        gap: 10px;
    }

    .footer-top__logo {
        margin-bottom: 20px;
    }

    .footer-top__content {
        width: 100%;
    }

    .footer-top__cols {
        flex-direction: column;
        align-items: center;
    }

    .footer-col {
        margin-bottom: 30px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-list.flex-column.align-items-start {
        align-items: center !important;
    }

    .footer-social {
        justify-content: center;
        display: flex;
    }

    .why-choose-us-two {
        padding-bottom: 10px !important;
    }

    .about-area-three.bg-image {
        padding-top: 20px !important;
    }

    .contact-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .footer-top__cols {
        flex-direction: column;
    }

    .footer-col--contacts,
    .footer-col--archives,
    .footer-col--connect {
        flex: 1 1 100%;
    }
}

/* Responsive FAQ */
@media (max-width: 991px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-tabs {
        flex-direction: row !important;
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: 30px;
        padding-bottom: 5px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        /* Firefox */
    }

    .faq-tabs::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    .faq-tabs .nav-link {
        display: inline-block;
        width: auto;
        margin-right: 10px;
        margin-bottom: 0;
        white-space: normal;
    }
}

@media (max-width: 900px) {
    .video-testimonials {
        padding: 0px 0 20px;
    }

    .video-testimonials h3 {
        font-size: 2rem;
    }

    .owl-nav,
    .owl-nav {
        display: flex !important;
    }

    .owl-nav.disabled {
        display: flex !important;
    }
}

/* Partner Include Section */
.partner-include {
    text-align: center;
    margin-bottom: 40px;
}

.partner-include h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
}

.partner-include ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.partner-include ul li {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #f9f9f9;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #eee;
}

.partner-include ul li:not(:last-child) {
    margin-right: 20px;
}

.partner-include ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ff2d55;
    border-right: 2px solid #ff2d55;
    transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 767px) {
    .partner-include ul {
        flex-direction: column;
        gap: 25px;
    }

    .partner-include ul li:not(:last-child) {
        margin-right: 0;
    }

    .partner-include ul li:not(:last-child)::after {
        right: 50%;
        top: auto;
        bottom: -18px;
        transform: translateX(50%) rotate(135deg);
    }

    .terms-conditions-area .container {
        max-width: 90% !important;
    }
}

.subscribe-area .subscribe-inner p:not(:last-child) {
    line-height: 1.2;
    margin: 10px 0 10px;
}

.terms-conditions-area {
    position: relative;
    padding: 120px 0 100px;
}

.terms-conditions-area .container {
    max-width: 75%;
}

.terms-conditions-area .main-textarea {
    text-align: justify;
}

.terms-conditions-area .main-textarea h3 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #0d1028;
}

.terms-conditions-area .main-textarea h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #ff2d55;
    text-align: center;
}

.terms-conditions-area .main-textarea ol li {
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.8;
    list-style: inherit;
}

.terms-conditions-area .main-textarea ol {
    padding-left: 40px;
    margin-bottom: 15px;
}

.terms-conditions-area .main-textarea ol[type="a"] {
    list-style-type: lower-alpha;
}

.terms-conditions-area .main-textarea ol[type="i"] {
    list-style-type: lower-roman;
}

.terms-conditions-area .main-textarea ol[type="I"] {
    list-style-type: upper-roman;
}

.terms-conditions-area .main-textarea ul {
    padding-left: 40px;
    list-style-type: disc;
    margin-bottom: 15px;
}

.terms-conditions-area .main-textarea ul li {
    list-style: inherit;
    color: #000000;
}

/* =============================================
   Custom Scrollbar & Sidebar Optimization
   ============================================= */

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #0d1028;
}

::-webkit-scrollbar-thumb {
    background: #98ca3f;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #8ecf2b;
}

/* Sidebar Scrollbar */
.navbar-collapse::-webkit-scrollbar {
    width: 4px;
}

.navbar-collapse::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.navbar-collapse::-webkit-scrollbar-thumb {
    background: #98ca3f;
}

/* Navbar Expand Custom - Desktop View */
@media (min-width: 992px) {
    .navbar-expand-custom {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-custom .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }

    .navbar-expand-custom .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
}

/* Mobile Sidebar Optimization */
@media (max-width: 991.98px) {
    .navbar-expand-custom .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        width: 70%;
        /* Sidebar 70% width */
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.95);
        z-index: 9999;
        padding: 30px 20px;
        overflow-y: auto;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.5);
    }

    /* Fixed Sidebar Behavior */
    .navbar-expand-custom .navbar-collapse.collapsing {
        height: 100vh !important;
        right: -100%;
        transition: right 0.3s ease;
        display: block;
        position: fixed;
    }

    .navbar-expand-custom .navbar-collapse.show {
        right: 0;
    }

    .navbar-expand-custom .navbar-collapse:not(.show):not(.collapsing) {
        display: block !important;
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        transition: right 0.3s ease;
    }

    .mobile-menu-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .navbar-expand-custom .navbar-nav {
        margin-top: 10px;
        align-items: flex-end;
        /* Align menu items to the right */
        width: 100%;
    }

    .navbar-expand-custom .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 10px 0;
        width: 100%;
        text-align: right;
        /* Text align right */
    }

    .navbar-expand-custom .navbar-nav .nav-item a {
        font-size: 16px;
        margin: 0;
        display: block;
        color: #fff !important;
    }

    .navbar-expand-custom .button-box {
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
        align-items: stretch !important;
    }

    .navbar-expand-custom .button-box .btn {
        width: 100%;
        text-align: center;
    }
}

/* =============================================
   Advanced Transitions & Wow Animations
   ============================================= */

/* Reveal Up Animation (More dramatic than fading in) */
@keyframes revealUp {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.95);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        visibility: visible;
    }
}

.reveal-up {
    animation-name: revealUp;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

/* Reveal Scale (For emphasis) */
@keyframes revealScale {
    0% {
        opacity: 0;
        transform: scale(0.85);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }
}

.reveal-scale {
    animation-name: revealScale;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

/* Slide Rotate (Playful entry) */
@keyframes slideRotateIn {
    0% {
        opacity: 0;
        transform: translateX(-50px) rotate(-3deg);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: translateX(0) rotate(0);
        visibility: visible;
    }
}

.slide-rotate {
    animation-name: slideRotateIn;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

/* Enhancing existing WOW animations slightly */
/* Override default animate.css fadeIns with smoother bezier if possible, 
   but it's cleaner to use new classes. */

/* Stagger Effects Helpers */
.stagger-1 {
    animation-delay: 0.1s;
}

.stagger-2 {
    animation-delay: 0.2s;
}

.stagger-3 {
    animation-delay: 0.3s;
}

.stagger-4 {
    animation-delay: 0.4s;
}

.stagger-5 {
    animation-delay: 0.5s;
}

/* Page Transition Smoothness */
html {
    scroll-behavior: smooth;
}

body {
    /* Ensure no FOUC for animations */
    backface-visibility: hidden;
}

/* Enhance existing cards */
.single-box {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease;
}

.single-box:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}