/* header Css  */
.site-header {
    position: relative;
    z-index: 1000;
}

.header____wrap {
    /* position: absolute; */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1111111;
    transition: all 0.3s ease;
}

.header-absolute {
    position: absolute;
}

.header-relative {
    position: relative;
}

.bg____wrap {
    padding: 30px;
    background: linear-gradient(135deg, rgba(42, 123, 155, 1) 0%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid #ffffff10;
    transition: 0.6s ease;
    box-shadow:
        0 30px 80px -30px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 1px rgba(255, 255, 255, 0.06);
    border-radius: 26px;
}

.signin_____btn {
    background: linear-gradient(90deg, rgba(42, 123, 155, 0.24) 0%, rgba(215, 217, 218, 0.24) 0%, rgba(156, 200, 212, 0.24) 100%);
    color: var(--extra-color-2);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

/* header Css  */

/* banner Css  */
.banner::after {
    content: '';
    position: absolute;
    background-image: url(../img/banner-bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 180px;
    bottom: -10px;
    z-index: 9;
}

.banner______bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 71%;
    height: 52px;
    background: var(--body-color);

    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    z-index: 2;
}

.banner______bg figure::before,
.banner______bg figure::after {
    content: '';
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    background: transparent;
    z-index: 2;
    pointer-events: none;
}

.banner______bg figure::before {
    left: calc(14.5% - 24px);
    border-top-right-radius: 24px;
    box-shadow: 12px -12px 0 12px var(--body-color);
}

.banner______bg figure::after {
    right: calc(14.5% - 24px);
    border-top-left-radius: 24px;
    box-shadow: -12px -12px 0 12px var(--body-color);
}

.gradient____text {
    background: linear-gradient(90deg, #ffffff 23%, #38bdf8 49%, #0ea5e9 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-dark-blue {
    background: #03101f;
}

.online-badge {
    gap: 10px;
    padding: 12px 18px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.online-badge .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--secondary-color);
}

.avatar-group img,
.avatar-plus {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    margin-left: -10px;
}

.avatar-group img:first-child {
    margin-left: 0;
}

.avatar-plus {
    background: #f5ecea;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 300;
}

.gradient____star {
    background: linear-gradient(90deg, #5e5e5e 50%, #ffffff 50%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.boat______image {
    top: -9rem;
    z-index: 9;
}

.banner___card {
    background: rgba(4, 14, 26, 0.85);
    backdrop-filter: blur(44px);
    -webkit-backdrop-filter: blur(44px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 23px;
    position: relative;
}

.banner___card::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(0, 202, 255, 0.5) 0%, rgba(0, 202, 255, 0) 50%, rgba(0, 168, 243, 0.4) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.boat______image figure {
    width: fit-content;
    margin: auto;
    text-align: center;
}

.boat______image figure img.img-fluid {
    max-width: 85%;
    margin: auto;
    text-align: center;
}

.banner_____cards_____wrapper {
    bottom: 60px;
}

.boat______image {
    perspective: 1000px;
    will-change: transform;
}

.boat______image img {
    transform: translateZ(0);
}

/* banner Css  */

/* community-section Css  */
.community-section::before {
    content: '';
    position: absolute;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: rgba(0, 168, 243, 0.2);
    left: -21rem;
    top: -100px;
    filter: blur(164px);
    z-index: -1;
    pointer-events: none;
}

.community-section::after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: #ff2056;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    filter: blur(610px);
    z-index: -1;
    pointer-events: none;
}

.trending_____wrap::before {
    content: '';
    position: absolute;
    background: var(--secondary-color);
    width: 25px;
    height: 1px;
    left: 0;
    top: 3px;
    bottom: 0;
    margin: auto;
}

.trending_____wrap {
    padding-left: 30px;
}

.community____fig {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    width: 100%;
}

.community____fig img.img-fluid {
    border-radius: 26px;
    width: 100%;
}

.community____fig:hover {
    box-shadow:
        8px 0 15px rgba(240, 106, 15, 0.12),
        -8px 0 15px rgba(240, 106, 15, 0.12),
        0 0 12px rgba(240, 106, 15, 0.06);
}

.community____fig::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 14, 26, 0) 0%, rgba(4, 14, 26, 0.4) 50%, rgba(4, 14, 26, 1) 100%);
    z-index: 1;
    pointer-events: none;
}

.community_____wrapper {
    z-index: 2;
}

.community_____chat {
    opacity: 0;
    margin-bottom: 20px;
}

.community_____slide {
    margin: 0px 10px;
    /* border: 1px solid transparent; */
    border-radius: 26px;
    padding: 20px 0;
}

.community____fig {
    border: 1px solid transparent;
}

.community_____slide.slick-slide.slick-current.slick-active.slick-center .community____fig {
    border-color: var(--secondary-color);
}

.community_____slide.slick-slide.slick-current.slick-active.slick-center .community_____chat {
    opacity: 1;
}

/* community-section Css  */

/* sell-section Css  */
.sell-section {
    position: relative;
}

.sell_____main {
    perspective: 1400px;
}

.sell-section::before {
    content: '';
    position: absolute;
    width: 610px;
    height: 350px;
    border-radius: 9999px;
    background: rgba(0, 168, 243, 0.27);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    filter: blur(150px);
    z-index: -1;
    pointer-events: none;
}

.sell_____tabs .nav-pills .nav-link.active {
    background: var(--secondary-color);
    color: var(--extra-color-3);
}

.sell_____tabs .nav-pills .nav-link:hover {
    background: var(--secondary-color);
    color: var(--extra-color-3);
}

.sell_____tabs .nav-pills .nav-link {
    background: linear-gradient(135deg, rgba(42, 123, 155, 1) 0%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid #ffffff10;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wishlist_____span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(42, 123, 155, 1) 0%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid #ffffff10;
    border-radius: 50%;
    font-size: 15px;
    color: var(--primary-color);
    text-decoration: none;
}

.sell_____wrapper {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.sell_____wrapper:hover {
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.2);
}

/* sell-section Css  */

/* events-section Css  */
.events-section::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: rgba(0, 168, 243, 0.25);
    bottom: 0;
    left: -28rem;
    top: 0;
    margin: auto;
    filter: blur(250px);
    z-index: -1;
    pointer-events: none;
}

.events_____btn {
    background: linear-gradient(135deg, rgba(42, 123, 155, 1) 0%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid #ffffff10;
    color: var(--primary-color);
}

.time____wrapper {
    background: linear-gradient(135deg, rgba(0, 202, 255, 0.12) 0%, rgba(109, 216, 255, 0.08) 50%, rgba(255, 255, 255, 0.04) 100%);
    border: 1.3px solid #453325;
    border-radius: 19px;
}

.thumb____image {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: -10px;
}

.thumb____image:first-child {
    margin-left: 0;
}

.avatar____second {
    font-size: 9px;
    font-family: var(--primary-regular-font);
    color: var(--primary-color);
    background: linear-gradient(135deg, rgba(42, 123, 155, 1) 0%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid #ffffff10;
    width: 29px;
    height: 29px;
}

.event_____image figure img.img-fluid {
    border-radius: 26px;
}

.event_____image {
    perspective: 1500px;
    overflow: hidden;
    border-radius: 26px;
}

.event_____image img {
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

/* events-section Css  */

/* lake-intelligence-section Css  */
.max-width-text {
    max-width: 480px;
}

.border____orange____fade {
    border: 1px solid rgba(255, 107, 0, 0.2);
}

.map____badge {
    background: linear-gradient(135deg, rgba(0, 202, 255, 0.12) 0%, rgba(109, 216, 255, 0.08) 50%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid #462f1f;
    z-index: 9;
}

.map____badge span {
    font-size: 0.72rem;
    letter-spacing: 0.5px;
    color: #c3c7cb;
}

.map_____container {
    border-radius: 26px;
    border: 1px solid #ffffff10;
}

.map_____bottom_____bar {
    background: linear-gradient(135deg, rgba(0, 202, 255, 0.12) 0%, rgba(109, 216, 255, 0.08) 50%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid #462f1f;
    backdrop-filter: blur(28px);
    margin: 0px 20px 40px;
}

.map____scatter____dot {
    width: 8px;
    height: 8px;
    background-color: #ff6b00;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 107, 0, 0.8);
}

.location-tahoe {
    bottom: 35%;
    left: 42%;
}

.pin____dot {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ff6b00;
    border-radius: 50%;
    box-shadow: 0 0 14px #ff6b00;
}

.pin____tooltip {
    background: rgba(3, 10, 19, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.15);
    white-space: nowrap;
    margin-top: 6px;
    font-size: 0.72rem;
    letter-spacing: 0.3px;
}

.bg-dark-blur {
    background: rgba(4, 11, 22, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.icon____wrapper.bg-primary-gradient {
    background: linear-gradient(135deg, #ff6b00 0%, #e04f00 100%);
    width: 36px;
    height: 36px;
}

.btn-cyan {
    background-color: #00d2ff;
    color: #030a13 !important;
    border: none;
    font-size: 0.8rem;
    letter-spacing: 0.3px;
    transition: background-color 0.2s ease;
}

.btn-cyan:hover {
    background-color: #00bada;
}

.lake_____card {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
    background-size: 300% 100%;
    border: 1px solid #ffffff10;
    border-radius: 22px;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease;
}

.lake_____card:hover {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
    transform: translateY(-2px);
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.2);
}

.badge-orange {
    background-color: rgba(255, 107, 0, 0.15);
    color: var(--secondary-color);
    font-size: 9px;
    font-family: var(--primary-regular-font);
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
    font-weight: 400;
    position: relative;
    padding-left: 18px;
}

.badge-orange::before {
    content: '';
    position: absolute;
    background: var(--secondary-color);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 7px;
}

.map_____container::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 210, 255, 0.12), transparent);
    pointer-events: none;
}

.map-scan {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 210, 255, 0.08), transparent);
    pointer-events: none;
    z-index: 2;
}

/* .map_____graphic {
    min-height: 500px;
    background-color: #040b16;
}
.pin____tooltip {
    position: absolute;
    bottom: 20px; 
    background: rgba(3, 10, 19, 0.9);
    border: 1px solid rgba(0, 210, 255, 0.3); 
    box-shadow: 0 0 10px rgba(0, 210, 255, 0.2);
    white-space: nowrap;
    font-size: 0.72rem;
    letter-spacing: 0.3px;
    transform: translateX(-50%);
    left: 50%;
}
.pin____dot {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ff6b00;
    border-radius: 50%;
    box-shadow: 0 0 14px #ff6b00;
    position: relative;
}
.pin____dot::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    border: 2px solid #ff6b00;
    border-radius: 50%;
    animation: marker-pulse 1.8s infinite ease-out;
}
@keyframes marker-pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(3); opacity: 0; }
} */

/* lake-intelligence-section Css  */

/* feed-section Css  */
.marquee____track {
    width: max-content;
    animation: marqueeAnimation 25s linear infinite;
}

.feed_____slider:hover .marquee____track {
    animation-play-state: paused;
}

.feed_____slider .nav-link-pill {
    display: inline-block;
    color: var(--secondary-color);
    background: linear-gradient(135deg, rgba(42, 123, 155, 1) 0%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    padding: 8px 20px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

.feed_____slider .nav-link-pill.active,
.nav-link-pill:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--secondary-color);
}

.live____badge {
    background: #e81f51;
    display: flex;
    align-items: center;
    gap: 2px;
}

.play_____wrapper {
    background: linear-gradient(135deg, rgba(0, 202, 255, 0.12) 0%, rgba(109, 216, 255, 0.08) 50%, rgba(255, 255, 255, 0.04) 100%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--secondary-color);
    border: 1px solid #f06a0f25;
    font-size: 16px;
}

@keyframes marqueeAnimation {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.feed_____image {
    overflow: hidden;
    border-radius: 26px;
}

.live_____wrap {
    bottom: -13px;
    background: #ff2056;
    padding: 5px 8px;
    border-radius: 30px;
    line-height: normal;
    font-size: 8px;
}

/* mobile-app-section  */

.mobile-app-section {
    background-image: url(../img/mobile-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}

.mobile-slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: auto;
    overflow: visible;
}

.mobile-mockup-swiper {
    width: 100%;
    overflow: visible !important;
}

.mobile-mockup-swiper .swiper-wrapper {
    overflow: visible;
}

.mobile-mockup-swiper .swiper-slide {
    width: 280px !important;
    opacity: 0.35;
    transition: all 0.6s ease;
}

.mobile-mockup-swiper .swiper-slide img {
    width: 100%;
    display: block;
}

.mobile-mockup-swiper .swiper-slide-active {
    opacity: 1 !important;
    z-index: 30 !important;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.45));
}

.mobile-mockup-swiper .swiper-slide-prev,
.mobile-mockup-swiper .swiper-slide-next {
    opacity: 0.65 !important;
    z-index: 15 !important;
}

.custom-dots-container {
    position: absolute !important;
    left: 50% !important;
    bottom: -45px !important;
    transform: translateX(-50%) !important;

    display: flex !important;
    justify-content: center;
    align-items: center;
    width: auto !important;
    z-index: 50;
}

.phone-frame {
    position: relative;
    padding: 8px;
    border-radius: 50px;
    box-sizing: border-box;
}

.phone-frame img {
    width: 100%;
    display: block;
    border-radius: 42px;
}

/* Active */
.mobile-mockup-swiper .swiper-slide-active .phone-frame {
    background: transparent;
    border: 1px solid transparent;
}

/* Inactive */
.mobile-mockup-swiper .swiper-slide:not(.swiper-slide-active) .phone-frame {
    background: linear-gradient(180deg, rgba(0, 202, 255, 0.18) 0%, rgba(0, 202, 255, 0.08) 50%, rgba(255, 255, 255, 0.03) 100%);

    border: 1px solid rgba(240, 106, 15, 0.35);
}

.custom-dots-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
}

.custom-dots-container .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 20px;
    background: #0d6efd;
}

.mobile-slider-wrapper,
.mobile-mockup-swiper,
.mobile-mockup-swiper .swiper-wrapper {
    overflow: visible !important;
}

.check____span {
    background: #f06a0f15;
    color: var(--secondary-color);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    flex-shrink: 0;
}

.phone-badge {
    opacity: 0;
    visibility: hidden;
    transition: 0.35s ease;
    z-index: 999;
    background: linear-gradient(135deg, rgba(0, 202, 255, 0.12) 0%, rgba(109, 216, 255, 0.08) 50%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid #6a4b3a;
}

.swiper-slide-active .phone-badge {
    opacity: 1;
    visibility: visible;
}

.badge-top {
    top: 24%;
    right: -55px;
    white-space: nowrap;
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    border-radius: 22px;
}

.badge-bottom {
    bottom: 22%;
    left: -70px;
    white-space: nowrap;
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
}

/* prevent clipping */
.mobile-mockup-swiper,
.mobile-mockup-swiper .swiper-wrapper,
.mobile-mockup-swiper .swiper-slide {
    overflow: visible !important;
}

.green____circle {
    background: #00d492;
    width: 7px;
    height: 7px;
}

.phone-frame {
    position: relative;
}

.swiper-slide-active .phone-frame::after {
    content: '';
    position: absolute;
    width: 250px;
    height: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 48px;
    background: linear-gradient(180deg, #00a8f3 0%, #00caff 100%);
    opacity: 0.4;
    filter: blur(64px);
    z-index: -1;
    pointer-events: none;
}

.ios_____btn {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 168, 243, 1) 0%, rgba(0, 202, 255, 1) 100%);
}

.ios_____btn:hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 168, 243, 1) 0%, rgba(0, 202, 255, 1) 100%);
}

/* footer Css  */
.site-footer {
    position: relative;
    background: #010f20 url('../img/footer-bg.png') center/cover no-repeat;
    overflow: hidden;
    border-top: 1px solid #ffffff10;
}

.site-footer::before {
    content: '';
    position: absolute;
    inset: 0;

    background: radial-gradient(ellipse 70% 120% at 50% 100%, rgba(0, 17, 38, 0.6) 0%, rgba(0, 8, 21, 0.4) 50%, rgba(0, 8, 21, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.site-footer > * {
    position: relative;
    z-index: 2;
}

.footer____badge {
    background: linear-gradient(135deg, rgba(42, 123, 155, 1) 0%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid #ffffff10;
}

.footer____list li::marker {
    color: #fffffff7;
}

.cyber-newsletter-group {
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 4px;
    position: relative;
    overflow: hidden;
}

.cyber-newsletter-group .form-control {
    background: transparent;
    border: none;
    color: var(--extra-color-2);
    box-shadow: none !important;
    padding-left: 20px;
    font-size: 0.85rem;
}

.lake_____span::before {
    content: '';
    position: absolute;
    background: #00d492;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: -5px;
    margin: auto;
}

/* footer Css  */

/* gps page Css  */
.gps-section {
    position: relative;
    overflow: hidden;
    /* background: #001d3b; */
    z-index: 1;
}

.gps-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 119, 226, 0.25) 0%, rgba(0, 119, 226, 0) 60%);
    /* filter: blur(80px); */
    z-index: -1;
}

.gps-section::before {
    content: '';
    position: absolute;
    bottom: -110px;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 119, 226, 0.25) 0%, rgba(0, 119, 226, 0) 60%);
    /* filter: blur(80px); */
    z-index: -1;
}

.event-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    /* height: 100%; */
}

.event-card img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    transition: 0.5s;
}

.event-card:hover img {
    transform: scale(1.05);
}

.event-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 16px;
    z-index: 2;
    background: #ffffff06;
    width: 90%;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid #ffffff12;
}

.event-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 55%);
}

.stats____wrapper {
    background: #ffffff06;
    border: 1px solid #ffffff12;
    border-radius: 24px;
}

.gps-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 20px;
}

.gps-feature-list .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--secondary-color);
    margin-top: 8px;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .event-card img {
        height: 240px;
    }
}

@media (min-width: 768px) {
    .border-end-md {
        border-right: 1px solid #133352;
    }
}

/* about page Css  */
.about-section {
    background: radial-gradient(circle at top, #08223c 0%, var(--body-color) 65%);
}

.about-image-wrapper {
    max-width: 650px;
    margin-left: auto;
}

.about-main-image {
    border-radius: 30px;
    min-height: 520px;
    object-fit: cover;
}

.live-water-card {
    position: absolute;
    left: -50px;
    bottom: 20px;
    width: 320px;
    background: rgba(5, 14, 25, 0.95);
    border: 1px solid rgba(240, 106, 15, 0.25);
    border-radius: 20px;
    padding: 20px;
    backdrop-filter: blur(10px);
}

.live-item {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.live-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(42, 123, 155, 1) 0%, rgba(0, 168, 243, 1) 0%, rgba(0, 202, 255, 1) 100%);
    color: var(--extra-color-3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-family: var(--primary-bold-font);
}

.mission-card,
.vision-card {
    padding: 40px;
    border-radius: 28px;
    min-height: 220px;
    position: relative;
}

.mission-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 278px;
    background: url('../img/mission-right.png') no-repeat center;
    background-size: cover;
    opacity: 0.3;
    pointer-events: none;
}

.mission-card {
    position: relative;
    background: linear-gradient(180deg, rgba(42, 123, 155, 0.55) 0%, rgba(1, 27, 53, 0.55) 0%, rgba(1, 27, 53, 0.55) 100%);
}

.mission-card::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(145deg, rgb(42, 123, 155) 0%, rgb(0, 130, 255) 50%, rgb(0, 78, 153) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.vision-card {
    background: linear-gradient(145deg, rgba(42, 123, 155, 1) 0%, rgba(3, 112, 161, 1) 0%, rgba(2, 113, 163, 1) 100%);
}

.vision-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('../img/vision-bg.png') no-repeat center;
    background-size: cover;
    opacity: 0.3;
    pointer-events: none;
}

@media (max-width: 991px) {
    .live-water-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 20px;
    }

    .about-main-image {
        min-height: 380px;
    }
}

/* sub-banner Css  */
.sub-banner {
    position: relative;
    overflow: hidden;
    padding: 11rem 0 3rem;
    background-image: url(../img/sub-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 5px 120px 0px #000000;
    height: 100%;
}

/* .sub-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(
			ellipse 1200px 450px at -20% -20%,
			rgba(0, 202, 255, 0.28) 0%,
			rgba(0, 202, 255, 0.12) 20%,
			rgba(0, 202, 255, 0.03) 45%,
			transparent 70%
		),
		radial-gradient(
			circle 600px at 105% -5%,
			rgba(96, 84, 236, 0.14) 0%,
			rgba(96, 84, 236, 0.04) 40%,
			transparent 85%
		),
		radial-gradient(
			ellipse 95% 70% at 50% 105%,
			rgba(0, 167, 243, 0.22) 0%,
			rgba(0, 167, 243, 0.08) 40%,
			transparent 85%
		);
} */

.sub-banner > * {
    position: relative;
    z-index: 2;
}

/* privacy-page Css  */
.privacy____li {
    padding-left: 10px;
    margin-bottom: 10px;
}

.privacy____li::marker {
    font-family: var(--primary-bold-font);
    font-weight: 700;
    color: var(--secondary-color);
}

/* privacy-page Css  */

/* blog-detail page Css  */
.blog____detail____wrapper:hover {
    box-shadow: none;
}

.lesson-nav-img {
    flex-shrink: 0;
}

.lesson-nav-img img {
    width: 124px;
    height: 95px;
    object-fit: cover;
    border-radius: 0px;
}

.lesson-nav-item h6 {
    max-width: 220px;
    line-height: 1.3;
}

/* blog-detail page Css  */

/* marketplace page Css  */
.trade-sale-switch {
    padding: 3px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    width: fit-content;
    margin: auto;
}

.trade-sale-switch .switch-btn {
    min-width: 95px;
    height: 38px;
    border: none;
    background: transparent;
    border-radius: 50px;
    color: #9ea2a7;
    transition: 0.3s;
}

.trade-sale-switch .switch-btn.active {
    background: var(--extra-color-2);
    color: var(--extra-color-3);
}

/* marketplace page Css  */

/* product-detail page Css  */
.product____detail_____card {
    border-radius: 22px;
}

.listing_____btn {
    background: linear-gradient(145deg, rgba(42, 123, 155, 1) 0%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: none;
    color: var(--primary-color);
    border-color: #ffffff10;
}

/* product-detail page Css  */

/* community page Css  */
.community-detail-section .community_____slide:hover .community_____chat {
    opacity: 1;
}

.community-detail-section .community_____slide:hover .join___btn {
    background: var(--secondary-color);
    color: var(--extra-color-3);
}

.product_____detail_____badge {
    background: linear-gradient(
        145deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(0, 202, 255, 0.12) 0%,
        rgba(109, 216, 255, 0.08) 50%,
        rgba(255, 255, 255, 0.04) 100%
    );
    border-color: #e7c8b3;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.product____detail___image {
    border: 1px solid #ffffff10;
}

/* community page Css  */

/* contact page Css  */
.contact-info-item {
    text-align: center;
}

.contact-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #b4b5ba30;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon.active {
    background: var(--secondary-color);
}

.contact-form-card {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: #0a141f;
    border-radius: 31px;
}

.contact-divider {
    width: 180px;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin-left: 40px;
    position: relative;
}

.contact-divider::after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.12);
    width: 160px;
    height: 1px;
    bottom: -10px;
    right: -100px;
}

.contact-field {
    background: #2f3741;
    border-radius: 30px;
    color: var(--extra-color-2);
    border-color: #4e555d;
    font-family: var(--bebasneue-regular-font);
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1px;
}

.contact-field:focus {
    background: #3a4350;
    color: #fff;
    box-shadow: none;
}

.contact-field::placeholder {
    color: var(--extra-color-2);
}

.contact-textarea {
    border-radius: 20px;
}

.contact-submit-btn {
    height: 50px;
    border-radius: 30px;
    background: #fff;
    color: #111;
    border: none;
}

.contact-submit-btn:hover {
    background: #fff;
    color: #111;
}

.contact-map {
    margin-top: -80px;
}

.contact-map img {
    object-fit: cover;
}

/* contact page Css  */

/* resources page Css  */
.resources-desc {
    max-width: 700px;
}

.marina-rating {
    display: flex;
    align-items: center;
    gap: 6px;
}

.marina-stat-card {
    background: linear-gradient(145deg, rgba(42, 123, 155, 1) 0%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid #353d47;
    border-radius: 18px;
    padding: 10px 10px;
    text-align: center;
}

.marina-btn {
    border-radius: 30px;
    border: 1px solid #353d47;
    background: linear-gradient(135deg, rgba(42, 123, 155, 1) 0%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    color: var(--extra-color-2);
    font-family: var(--primary-regular-font);
}

.marina-btn:hover {
    color: #fff;
}

/* shady-gators-marina page Css  */
.fuel-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    margin: 0px 10px;
}

.fuel-gallery-card img {
    width: 100%;
    height: 372px;
    object-fit: cover;
    border-radius: 26px;
}

.fuel-gallery-card span {
    position: absolute;
    left: 15px;
    bottom: 18px;
    color: var(--primary-color);
    font-size: 12px;
    font-family: var(--primary-medium-font);
}

.review-card {
    background: #03162c;
    border: 1px solid #171b20;
}

.review-user-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

/* events page Css  */
.events-filter-list li {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.events-filter-list a {
    transition: 0.3s ease;
}

.events-filter-list a.active {
    opacity: 1;
}

.events-filter-list a:not(.active) {
    opacity: 0.3;
}

.events-filter-list a:hover {
    opacity: 1;
    color: #fff;
}

.events-filter-card {
    background: #141e2a;
    border-radius: 40px;
    border-color: transparent;
    box-shadow: none;
}

/* event-detail page Css  */
/* .event-detail-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.15) 0%,
		rgba(0, 0, 0, 0.55) 60%,
		rgba(0, 0, 0, 0.85) 100%
	);
	display: flex;
	align-items: flex-end;
	padding: 40px;
} */
.hot____badge {
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(255, 32, 86, 1) 0%, rgba(254, 154, 0, 1) 100%);
    display: flex;
    align-items: center;
}

.event_____badge {
    background: linear-gradient(
        145deg,
        rgba(42, 123, 155, 1) 0%,
        rgba(0, 202, 255, 0.12) 0%,
        rgba(0, 202, 255, 0.12) 0%,
        rgba(0, 0, 0, 0.08) 0%,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 202, 255, 0.12) 0%,
        rgba(109, 216, 255, 0.08) 50%,
        rgba(255, 255, 255, 0.04) 100%
    );
    border: 1px solid #f06a0f25;
    color: var(--primary-color);
    font-size: 12px;
    font-family: var(--primary-regular-font);
}

.border_____bottom {
    border-bottom: 1px solid #2a323c;
}

/* event-detail page Css  */

/* activity page Css  */
.activity_______bg {
    background: #111a25;
    border-radius: 13px;
}

.group-member {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--extra-color-14);
}

.group-member.overlap {
    margin-left: -8px;
}

.group-count {
    background: var(--extra-color-14);
    color: var(--dark-color);
    font-size: 12px;
    font-family: var(--primary-regular-font);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -8px;
}

.group-list-item {
    border-bottom: 1px solid #ffffff15;
}

.group-list-item:last-child {
    border: none;
}

.info______wrap {
    border-bottom: 1px solid #ffffff15;
}

.join-group-btn {
    color: var(--extra-color-14);
    font-size: 12px;
    font-family: var(--primary-medium-font);
    text-decoration: none;
    white-space: nowrap;
}

.join-group-btn:hover {
    color: #ffb800;
}

.activity-post .fa-heart,
.activity-post .fa-circle-check {
    font-size: 11px;
}

/* community-detail page Css  */
.community-tabs {
    background: #005978;
    border-radius: 30px;
}

.join-btn {
    background: #fff;
    color: #08131f;
    border-radius: 50px;
    padding: 8px 30px;
    font-size: 12px;
}

.post-btn {
    background: #fff;
    color: #08131f;
    border-radius: 50px;
    padding: 8px 25px;
    font-size: 12px;
}

.member-avatar {
    width: 194px;
    height: 194px;
    border-radius: 50%;
    object-fit: cover;
}

.member-card {
    background: #202833;
    border: none;
    border-radius: 13px;
}

.member-plus {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 0;
    background: var(--secondary-color);
    color: var(--body-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: normal;
}

.member-side-item,
.group-side-item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.side-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.activity-post {
    background: #101a27;
}

.activity-post .post-user-img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    flex-shrink: 0;
}

.activity-post-divider {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.activity-post-image img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.activity-action-btn {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 11px;
    cursor: pointer;
}

.activity-action-btn:hover {
    opacity: 0.8;
}

.activity-action-btn.like {
    color: #ff7100;
}

.activity-comment-box {
    background: #202b39;
    border-radius: 8px;
}

.activity-comment-avatar {
    width: 32px;
    height: 32px;
    object-fit: cover;
    flex-shrink: 0;
}

.activity-reply {
    margin-left: 45px;
}

.chat____bg {
    background: #202833;
    border-radius: 12px;
}

.member_____avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
}

.member_____avatar:nth-child(1) {
    z-index: 6;
}

.member_____avatar:nth-child(2) {
    z-index: 5;
}

.member_____avatar:nth-child(3) {
    z-index: 4;
}

.member_____avatar:nth-child(4) {
    z-index: 3;
}

.member_____avatar:nth-child(5) {
    z-index: 2;
}

.member-overlap {
    margin-left: -3px;
}

.member____community____count {
    width: 26px;
    height: 26px;
    margin-left: -18px;
    border-radius: 50%;
    background: #0362a8;
    color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-family: var(--primary-regular-font);
    line-height: 1;
    z-index: 9;
    margin-left: -9px;
}

.community-nav .nav-item {
    margin-right: 28px;
    padding-right: 28px;
}

.community-nav .nav-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.18);
}

.community-nav .nav-link {
    background: transparent;
    color: #f1f7fe65;
    border: 0;
    border-radius: 0;
    position: relative;
    padding: 0;
}

.community-nav .nav-link.active {
    background: transparent;
}

.community-nav .nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 4px;
    background: #fff;
}

.community______chat {
    opacity: 0.3;
}

.blogs-home {
    background-image: url(../img/mobile-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
}

@media (max-width: 576px) {
    .activity-reply {
        margin-left: 25px;
    }
}

/* community-detail page Css  */

/* profile page Css  */
.profile______left_____wrap {
    background: #0f1824;
    border-color: #f3fcff25;
    border-radius: 7px;
    box-shadow: none;
    margin-top: -40px;
}

.group_____wrap {
    border-bottom: 1px solid #ffffff12;
    padding: 16px 22px;
}

.group_____wrap:last-child {
    border: 0;
}

.profile______main {
    background: #0f1824;
    border-radius: 0;
}

/* profile page Css  */

/* ck editor style start */
.footer_des h2,
.footer_des h3 {
    color: white !important;
    font-family: var(--bebasneue-regular-font) !important;
}

.footer_des p {
    font-family: var(--primary-regular-font) !important;
    font-size: 14px !important;
}

.static_des p {
    font-size: 14px !important;
    font-family: var(--primary-regular-font) !important;
}

.static_des h2,
.static_des h3 {
    color: #ffffff !important;
    font-family: var(--bebasneue-regular-font) !important;
    opacity: 1 !important;
    transform: translateX(0px) translateZ(0px) scaleX(1) !important;
    font-size: 46px !important;
}

.static_des li {
    font-family: var(--primary-light-font) !important;
    font-size: 14px !important;
    padding-left: 10px !important;
    margin-bottom: 10px !important;
    color: var(--extra-color-1) !important;
}

.static_des li::marker {
    font-family: var(--primary-bold-font) !important;
    font-weight: 700 !important;
    color: var(--secondary-color) !important;
}

/* ck editor style end */

/* Success and Error Toast Start*/
.success-toast {
    position: fixed;
    top: 20px;
    right: 0px;
    background: #28a745;
    color: white;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transform: translateX(400px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.success-toast.show {
    transform: translateX(0);
    opacity: 1;
}

.error-toast {
    position: fixed;
    top: 20px;
    right: 0px;
    background: #dc3545;
    color: white;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transform: translateX(400px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.error-toast.show {
    transform: translateX(0);
    opacity: 1;
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.toast-icon {
    font-size: 20px;
}

.toast-message {
    font-weight: 500;
    font-size: 15px;
}

/* Success and Error Toast End*/

/* initials start */
.alphabets {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
    border: 1px solid var(--secondary-color);
    width: 120px;
    height: 120px;
}

/* initials end */

/* image dropzone style start */
.profile-dropzone {
    border: 2px dashed var(--bs-border-color, #ccc);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.profile-dropzone.dragover {
    border-color: var(--bs-primary, #0d6efd);
    background-color: rgba(13, 110, 253, 0.05);
}

.dropzone-preview-wrap {
    width: 96px;
    height: 96px;
    margin: 0 auto 12px;
    border-radius: 50%;
    overflow: hidden;
}

.dropzone-preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dropzone-browse-link {
    text-decoration: underline;
    cursor: pointer;
}

/* image dropzone style end */
