/* Default.aspx Page Specific Styles */

/* Marquee Animation */
.marquee-content {
    animation: marqueeScroll 30s linear infinite;
    min-width: max-content;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Float Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.animate-fade-in {
    animation: fadeIn 0.8s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Banner Section */
.banner-section {
    background-color: #1f5f38;
    isolation: isolate;
    --parallax-x: 0px;
    --parallax-y: 0px;
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 0 1.5rem;
}

.banner-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.28) 100%);
    z-index: 0;
    pointer-events: none;
}

.banner-gradient-overlay {
    background:
        linear-gradient(135deg, rgba(30, 95, 58, 0.97) 0%, rgba(18, 74, 45, 0.96) 100%),
        radial-gradient(circle at 12% 20%, rgba(123, 199, 160, 0.2) 0%, rgba(123, 199, 160, 0) 42%),
        radial-gradient(circle at 88% 80%, rgba(90, 170, 133, 0.16) 0%, rgba(90, 170, 133, 0) 45%);
    z-index: 0;
    transform: translate3d(calc(var(--parallax-x) * -0.35), calc(var(--parallax-y) * -0.35), 0);
    transition: transform 0.2s ease-out;
}

.banner-gradient-overlay::before,
.banner-gradient-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.banner-gradient-overlay::before {
    background:
        repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.075) 0 1px, transparent 1px 14px),
        repeating-linear-gradient(25deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 18px);
    opacity: 0.35;
}

.banner-gradient-overlay::after {
    background:
        radial-gradient(circle at 18% 40%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 26%),
        radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 30%);
    filter: blur(2px);
    animation: bannerGlowMove 14s ease-in-out infinite alternate;
    will-change: transform, opacity;
}

.banner-radial-overlay {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 68%);
    transform: translate(calc(10% + (var(--parallax-x) * -0.2)), calc(-4% + (var(--parallax-y) * -0.2))) scale(1.12);
    z-index: 0;
    transition: transform 0.2s ease-out;
}

.banner-floating-objects {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    transform: translate3d(var(--parallax-x), var(--parallax-y), 0);
    transition: transform 0.2s ease-out;
}

.floating-object {
    position: absolute;
    --shape-rotate: 0deg;
    background: rgba(7, 27, 20, 0.5);
    border: 1px solid rgba(50, 109, 85, 0.72);
    box-shadow: inset 0 0 12px rgba(66, 150, 114, 0.2), 0 10px 26px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(1px);
}

.floating-object-circle {
    border-radius: 999px;
}

.floating-object-ring {
    border-radius: 999px;
    background: transparent;
    border: 2px solid rgba(89, 166, 132, 0.52);
    box-shadow: 0 0 0 6px rgba(12, 43, 33, 0.24), 0 8px 20px rgba(0, 0, 0, 0.18);
}

.floating-object-diamond {
    border-radius: 14px;
    --shape-rotate: 45deg;
}

.floating-object-pill {
    border-radius: 999px;
    background: linear-gradient(120deg, rgba(18, 63, 49, 0.85), rgba(35, 101, 78, 0.76));
    border-color: rgba(70, 145, 109, 0.72);
}

.floating-object-dash {
    border-radius: 6px;
    background: linear-gradient(90deg, rgba(23, 77, 59, 0.78), rgba(43, 120, 90, 0.62));
    border-color: rgba(91, 177, 138, 0.6);
}

.floating-object-1 {
    width: 152px;
    height: 152px;
    top: 8%;
    left: 6%;
    animation: objectDriftA 20s ease-in-out infinite alternate;
}

.floating-object-2 {
    width: 96px;
    height: 96px;
    top: 64%;
    left: 10%;
    animation: objectDriftD 16s ease-in-out infinite alternate;
}

.floating-object-3 {
    width: 108px;
    height: 108px;
    top: 14%;
    right: 18%;
    animation: objectDriftC 19s ease-in-out infinite alternate-reverse;
}

.floating-object-4 {
    width: 118px;
    height: 44px;
    top: 56%;
    right: 7%;
    animation: objectDriftA 17s ease-in-out infinite alternate-reverse;
}

.floating-object-5 {
    width: 64px;
    height: 64px;
    top: 42%;
    left: 44%;
    animation: objectDriftB 13s ease-in-out infinite alternate-reverse;
}

.floating-object-6 {
    width: 132px;
    height: 132px;
    top: 18%;
    left: 30%;
    animation: objectDriftE 22s ease-in-out infinite alternate;
}

.floating-object-7 {
    width: 82px;
    height: 82px;
    top: 70%;
    left: 32%;
    animation: objectDriftC 15s ease-in-out infinite alternate;
}

.floating-object-8 {
    width: 146px;
    height: 52px;
    top: 24%;
    right: 33%;
    animation: objectDriftD 20s ease-in-out infinite alternate-reverse;
}

.floating-object-9 {
    width: 74px;
    height: 74px;
    top: 74%;
    right: 24%;
    animation: objectDriftB 18s ease-in-out infinite alternate;
}

.floating-object-10 {
    width: 126px;
    height: 18px;
    top: 34%;
    left: 20%;
    animation: objectDriftE 14s ease-in-out infinite alternate-reverse;
}

.floating-object-11 {
    width: 92px;
    height: 16px;
    top: 66%;
    right: 37%;
    animation: objectDriftD 12s ease-in-out infinite alternate;
}

.floating-object-12 {
    width: 58px;
    height: 58px;
    top: 10%;
    right: 7%;
    animation: objectDriftC 11s ease-in-out infinite alternate-reverse;
}

.banner-container-relative {
    z-index: 1;
    width: 100%;
}

.main-banner-container {
    padding-bottom: 0;
}

.banner-servers-wrapper {
    z-index: 2;
    width: 100%;
    margin-top: 1.2rem;
}

.deals-tag-modern {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.75rem 1.25rem;
}

.banner-heading-modern {
    text-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    line-height: 1.1;
}

.banner-brand-highlight {
    color: #4cae50;
}

.banner-text-modern {
    font-size: 1.25rem;
    line-height: 1.8;
    opacity: 0.95;
}

.banner-btn-modern {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    min-width: 190px;
    letter-spacing: 0.2px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.banner-btn-modern::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.34) 45%, transparent 100%);
    transform: skewX(-20deg);
    transition: left 0.45s ease;
}

.banner-btn-modern:hover::after {
    left: 145%;
}

.banner-btn-modern i {
    transition: transform 0.25s ease;
}

.banner-btn-modern:hover i {
    transform: translateX(2px);
}

.banner-btn-modern:hover {
    transform: translateY(-3px);
}

.banner-btn-primary {
    color: #0f3928 !important;
    background: linear-gradient(135deg, #96f0b9 0%, #66cd95 100%);
    border: 1px solid rgba(178, 255, 208, 0.7) !important;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(230, 255, 241, 0.28) inset !important;
}

.banner-btn-primary:hover,
.banner-btn-primary:focus {
    color: #0a2a1d !important;
    background: linear-gradient(135deg, #a8f7c7 0%, #77d9a2 100%);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(236, 255, 245, 0.36) inset !important;
}

.banner-btn-secondary {
    color: #ecfff4 !important;
    background: rgba(10, 42, 29, 0.52);
    border: 1px solid rgba(134, 225, 180, 0.38) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(153, 236, 195, 0.1) inset !important;
    backdrop-filter: blur(8px);
}

.banner-btn-secondary:hover,
.banner-btn-secondary:focus {
    color: #ffffff !important;
    background: rgba(14, 55, 39, 0.72);
    border-color: rgba(171, 244, 208, 0.58) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(183, 249, 217, 0.16) inset !important;
}

.banner-image-float {
    animation: float 6s ease-in-out infinite;
}

.banner-image-glow {
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
    z-index: 1;
}

.banner-image-radial {
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    z-index: -1;
    transform: translate(-50%, -50%) scale(1.2);
}

.home-latest-blog-section .heading-title,
.home-latest-blog-section .heading-description,
.home-latest-blog-section .heading-subtitle span {
    color: #fff !important;
}

.home-latest-blog-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.latest-blog-card-home {
    border-radius: 1.35rem;
    background: rgba(10, 42, 29, 0.52);
    backdrop-filter: blur(8px);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.latest-blog-card-home:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.24) !important;
}

.latest-blog-cover-link-home {
    display: block;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 1.35rem;
    border-top-right-radius: 1.35rem;
}

.latest-blog-cover-link-home::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(14, 24, 37, 0.18) 100%);
    pointer-events: none;
}

.latest-blog-cover-home {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 0.35s ease;
}

.latest-blog-card-home:hover .latest-blog-cover-home {
    transform: scale(1.05);
}

.latest-blog-date-chip-home {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ecfff4;
    font-weight: 500;
    font-size: 0.74rem;
    white-space: nowrap;
}

.latest-blog-title-link-home {
    color: #fff;
    text-decoration: none;
}

.latest-blog-title-link-home:hover {
    color: #b7f7cd;
}

.latest-blog-excerpt-home {
    color: rgba(255, 255, 255, 0.72) !important;
    min-height: 3.4rem;
    font-size: 0.92rem;
    line-height: 1.55;
}

.latest-blog-card-home .card-body {
    min-height: 220px;
}

.latest-blog-title-home {
    min-height: 3.7rem;
    font-size: 1.25rem;
}

.latest-blog-read-btn-home {
    align-self: flex-start;
    padding: 0.5rem 1.1rem;
    font-size: 0.9rem;
}

.latest-blog-read-btn-home i {
    display: inline-flex;
    align-items: center;
}

.latest-blog-categories-home .badge {
    padding: 0.18rem 0.4rem;
    font-size: 0.68rem;
    font-weight: 500;
    border-radius: 0.35rem;
    margin-right: 0.2rem !important;
    margin-bottom: 0.2rem !important;
}

.latest-blog-categories-home .badge:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}

.latest-blog-footer-home {
    min-height: 2.5rem;
}

.latest-blog-footer-home .latest-blog-date-chip-home {
    margin-left: auto;
    align-self: flex-end;
}

@media (max-width: 767.98px) {
    .home-latest-blog-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .latest-blog-cover-home {
        height: 180px;
    }

    .latest-blog-card-home .card-body,
    .latest-blog-title-home,
    .latest-blog-excerpt-home {
        min-height: unset;
    }
}

@keyframes bannerGlowMove {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.34;
    }
    100% {
        transform: translate3d(2.5%, -1.5%, 0) scale(1.04);
        opacity: 0.52;
    }
}

@keyframes objectDriftA {
    0% {
        transform: translate3d(0, 0, 0) rotate(var(--shape-rotate));
        opacity: 0.58;
    }
    100% {
        transform: translate3d(14px, -18px, 0) rotate(calc(var(--shape-rotate) + 10deg));
        opacity: 0.75;
    }
}

@keyframes objectDriftB {
    0% {
        transform: translate3d(0, 0, 0) rotate(var(--shape-rotate));
        opacity: 0.45;
    }
    100% {
        transform: translate3d(-16px, -10px, 0) rotate(calc(var(--shape-rotate) - 8deg));
        opacity: 0.62;
    }
}

@keyframes objectDriftC {
    0% {
        transform: translate3d(0, 0, 0) rotate(var(--shape-rotate));
        opacity: 0.52;
    }
    100% {
        transform: translate3d(10px, 16px, 0) rotate(calc(var(--shape-rotate) + 12deg));
        opacity: 0.68;
    }
}

@keyframes objectDriftD {
    0% {
        transform: translate3d(0, 0, 0) rotate(var(--shape-rotate));
        opacity: 0.5;
    }
    100% {
        transform: translate3d(-10px, 14px, 0) rotate(calc(var(--shape-rotate) - 14deg));
        opacity: 0.7;
    }
}

@keyframes objectDriftE {
    0% {
        transform: translate3d(0, 0, 0) rotate(var(--shape-rotate));
        opacity: 0.42;
    }
    100% {
        transform: translate3d(18px, 8px, 0) rotate(calc(var(--shape-rotate) + 18deg));
        opacity: 0.66;
    }
}

@media (prefers-reduced-motion: reduce) {
    .banner-gradient-overlay,
    .banner-radial-overlay,
    .banner-floating-objects {
        transition: none;
    }

    .banner-gradient-overlay::after {
        animation: none;
    }

    .floating-object {
        animation: none;
    }
}

/* Server Marquee */
.server-marquee-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid rgba(76, 174, 80, 0.1) !important;
}

.server-item-badge {
    background: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
}

.server-marquee-on-banner {
    background: linear-gradient(135deg, rgba(12, 43, 31, 0.78) 0%, rgba(17, 54, 39, 0.72) 100%);
    border: 1px solid rgba(108, 204, 160, 0.26) !important;
    backdrop-filter: blur(10px);
}

.server-item-badge-dark {
    background: rgba(9, 34, 24, 0.68);
    color: #edfff5;
    border: 1px solid rgba(92, 184, 143, 0.3);
}

@media (min-width: 992px) {
    .banner-section {
        padding: 1.75rem 0;
    }

    .main-banner-container {
        padding-bottom: clamp(10.5rem, 18vh, 13rem);
    }

    .banner-servers-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin-top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .main-banner-container {
        padding-bottom: 12.25rem;
    }

    .banner-btn-modern {
        min-width: 165px;
        padding: 0.78rem 1rem !important;
        font-size: 0.95rem;
    }
}

#aboutus,
.blob-bg-sec.bg-primary {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(30, 95, 58, 0.98) 0%, rgba(18, 74, 45, 0.97) 100%) !important;
}

#aboutus::before,
.blob-bg-sec.bg-primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 14px),
        repeating-linear-gradient(25deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 18px);
    opacity: 0.36;
    pointer-events: none;
}

#aboutus::after,
.blob-bg-sec.bg-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 18%, rgba(123, 199, 160, 0.22) 0%, rgba(123, 199, 160, 0) 38%),
        radial-gradient(circle at 86% 72%, rgba(90, 170, 133, 0.2) 0%, rgba(90, 170, 133, 0) 42%);
    pointer-events: none;
}

#aboutus .container,
.blob-bg-sec.bg-primary .container {
    position: relative;
    z-index: 1;
}

#aboutus .heading-title,
#aboutus .heading-description,
#aboutus .text-fixed-dark {
    color: #ecfff4 !important;
}

#aboutus .heading-description,
.blob-bg-sec.bg-primary .heading-description {
    opacity: 0.9;
}

#aboutus .trust-img,
.blob-bg-sec.bg-primary .trust-img {
    background: rgba(8, 35, 24, 0.45);
    border: 1px solid rgba(130, 220, 177, 0.24);
    border-radius: 16px;
    padding: 0.85rem;
    backdrop-filter: blur(8px);
}

#aboutus .trust-img img,
.blob-bg-sec.bg-primary .trust-img img {
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.25));
}

.blob-bg-sec.bg-primary .custom-button {
    background: linear-gradient(135deg, #96f0b9 0%, #69cf96 100%) !important;
    border: 1px solid rgba(189, 255, 220, 0.6) !important;
    color: #103825 !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.blob-bg-sec.bg-primary .custom-button .custom-btn-icons {
    background: rgba(255, 255, 255, 0.66);
    border-radius: 999px;
}

.blob-bg-sec.bg-primary .download-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding-inline-start: 3rem;
    padding-inline-end: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.blob-bg-sec.bg-primary .download-cta-btn .custom-btn-icons {
    box-shadow: 0 0 0 0.2rem rgba(4, 33, 22, 0.16);
    inset-block-start: 50%;
    transform: translateY(-50%);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.blob-bg-sec.bg-primary .download-cta-btn .custom-btn-icons i {
    color: #11412c !important;
}

.blob-bg-sec.bg-primary .download-cta-btn:hover,
.blob-bg-sec.bg-primary .download-cta-btn:focus {
    background: linear-gradient(135deg, #b4f8cf 0%, #7bdca7 100%) !important;
    border-color: rgba(214, 255, 232, 0.95) !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(227, 255, 240, 0.35) inset;
}

.blob-bg-sec.bg-primary .download-cta-btn:hover .custom-btn-icons,
.blob-bg-sec.bg-primary .download-cta-btn:focus .custom-btn-icons {
    background: rgba(255, 255, 255, 0.85);
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 0 0 0.25rem rgba(10, 61, 40, 0.16);
}

.blob-bg-sec.bg-primary .download-changelog-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.72rem 1.1rem;
    border-radius: 999px;
    text-decoration: none;
    color: #ecfff4 !important;
    border: 1px solid rgba(151, 234, 195, 0.42);
    background: rgba(11, 42, 29, 0.42);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.download-tool-actions {
    gap: 0.7rem;
}

.blob-bg-sec.bg-primary .download-changelog-link i {
    transition: transform 0.25s ease;
}

.blob-bg-sec.bg-primary .download-changelog-link:hover,
.blob-bg-sec.bg-primary .download-changelog-link:focus {
    color: #ffffff !important;
    background: rgba(18, 60, 42, 0.65);
    border-color: rgba(188, 249, 220, 0.72);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
}

.blob-bg-sec.bg-primary .download-changelog-link:hover i,
.blob-bg-sec.bg-primary .download-changelog-link:focus i {
    transform: translateX(3px);
}

/* Footer Hero-Like Theme */
.hero-like-footer {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(16, 60, 38, 0.995) 0%, rgba(10, 45, 28, 0.99) 100%) !important;
}

.hero-like-footer::before,
.hero-like-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-like-footer::before {
    background:
        repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 14px),
        repeating-linear-gradient(25deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 18px);
    opacity: 0.34;
    z-index: 0;
}

.hero-like-footer::after {
    background:
        radial-gradient(circle at 12% 20%, rgba(92, 165, 130, 0.2) 0%, rgba(92, 165, 130, 0) 40%),
        radial-gradient(circle at 86% 78%, rgba(73, 143, 111, 0.18) 0%, rgba(73, 143, 111, 0) 42%);
    z-index: 0;
}

.hero-like-footer > .py-5,
.hero-like-footer > .py-3 {
    position: relative;
    z-index: 2;
}

.hero-like-footer .border-top {
    border-color: rgba(142, 219, 182, 0.2) !important;
}

.hero-like-footer .footer-link,
.hero-like-footer .legal-footer-section a {
    color: rgba(231, 255, 242, 0.9) !important;
}

.hero-like-footer .footer-link:hover,
.hero-like-footer .legal-footer-section a:hover {
    color: #bcf6d8 !important;
}

.footer-floating-objects {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.footer-floating-object {
    position: absolute;
    border-radius: 999px;
    background: rgba(6, 26, 18, 0.52);
    border: 1px solid rgba(93, 171, 136, 0.3);
    box-shadow: inset 0 0 12px rgba(78, 156, 123, 0.2), 0 8px 18px rgba(0, 0, 0, 0.24);
}

.footer-floating-object-1 {
    width: 72px;
    height: 72px;
    top: 14%;
    left: 8%;
    animation: footerFloatA 13s ease-in-out infinite alternate;
}

.footer-floating-object-2 {
    width: 48px;
    height: 48px;
    top: 56%;
    left: 17%;
    animation: footerFloatB 11s ease-in-out infinite alternate;
}

.footer-floating-object-3 {
    width: 96px;
    height: 96px;
    top: 16%;
    right: 10%;
    animation: footerFloatC 16s ease-in-out infinite alternate-reverse;
}

.footer-floating-object-4 {
    width: 62px;
    height: 22px;
    border-radius: 999px;
    top: 70%;
    right: 24%;
    animation: footerFloatB 12s ease-in-out infinite alternate-reverse;
}

.footer-floating-object-5 {
    width: 36px;
    height: 36px;
    top: 40%;
    right: 42%;
    animation: footerFloatA 10s ease-in-out infinite alternate-reverse;
}

.footer-floating-object-6 {
    width: 58px;
    height: 58px;
    top: 74%;
    left: 46%;
    animation: footerFloatC 15s ease-in-out infinite alternate;
}

@keyframes footerFloatA {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0.5;
    }
    100% {
        transform: translate3d(10px, -12px, 0);
        opacity: 0.72;
    }
}

@keyframes footerFloatB {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0.46;
    }
    100% {
        transform: translate3d(-12px, 8px, 0);
        opacity: 0.65;
    }
}

@keyframes footerFloatC {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 0.48;
    }
    100% {
        transform: translate3d(8px, 12px, 0);
        opacity: 0.7;
    }
}

/* Feature Cards */
.feature-card-modern {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 16px !important;
    overflow: hidden;
    position: relative;
}

.feature-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.03) 0%, rgba(var(--primary-rgb), 0.01) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.feature-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.feature-card-modern:hover::before {
    opacity: 1;
}

.feature-card-modern .card-body {
    position: relative;
    z-index: 1;
}

.feature-icon-wrapper {
    position: relative;
}

.feature-icon {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.feature-card-modern:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.feature-card-modern:hover h5 {
    color: var(--primary-color) !important;
}

/* Pricing Cards */
.pricing-card-modern {
    transition: all 0.3s ease;
    border-radius: 20px;
    overflow: hidden;
}

.pricing-card-body-modern {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.pricing-card-featured {
    border: 3px solid rgba(76, 174, 80, 0.3) !important;
}

.pricing-card-top-bar {
    height: 5px;
    background: linear-gradient(90deg, rgba(76, 174, 80, 1) 0%, rgba(56, 142, 60, 1) 100%);
}

/* Reseller Cards */
.reseller-card-modern {
    transition: all 0.3s ease;
    border-radius: 16px;
    overflow: hidden;
}

.reseller-card-body-modern {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.reseller-img-modern {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 3px solid rgba(76, 174, 80, 0.2);
}

.reseller-btn-modern {
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.reseller-btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.15) !important;
}

.reseller-card-modern:hover {
    transform: translateY(-5px);
}

.reseller-see-all-btn {
    border-radius: 12px;
    border-width: 2px;
}

/* Contact Cards */
.contact-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 16px !important;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(var(--primary-rgb), 0.05) 0%, rgba(var(--primary-rgb), 0.02) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12) !important;
}

.contact-card:hover::before {
    opacity: 1;
}

.contact-card .card-body {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.contact-icon {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-card:hover .contact-icon {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.contact-card:hover .contact-icon i {
    animation: pulse 0.6s ease-in-out;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.contact-card h5 {
    transition: color 0.3s ease;
}

.contact-card:hover h5 {
    color: var(--primary-color) !important;
}

.contact-card p {
    transition: color 0.3s ease;
}

.contact-card:hover p {
    color: var(--text-color) !important;
}

