:root {
    --footer-wave-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23fff' d='M0,224L30,229.3C60,235,120,245,180,250.7C240,256,300,256,360,229.3C420,203,480,149,540,154.7C600,160,660,224,720,261.3C780,299,840,309,900,293.3C960,277,1020,235,1080,208C1140,181,1200,171,1260,165.3C1320,160,1380,160,1410,160L1440,160L1440,320L1410,320C1380,320,1320,320,1260,320C1200,320,1140,320,1080,320C1020,320,960,320,900,320C840,320,780,320,720,320C660,320,600,320,540,320C480,320,420,320,360,320C300,320,240,320,180,320C120,320,60,320,30,320L0,320Z'/%3E%3C/svg%3E");
}


::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--bg);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, var(--accent), var(--accent-2));
    border-radius: 10px;
    border: 3px solid var(--bg);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, var(--accent-2), var(--accent));
}


:root,
.dark {
    --bg: #0b0d11;
    --text: #e8eef9;
    --muted: #b7c0d8;
    --accent: #7c5cff;
    --accent-2: #00e0d1;
    --card: #121621;
    --glass: rgba(255, 255, 255, 0.06);
    --border: rgba(255, 255, 255, 0.12);
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    --radius: 20px;
    --hero-overlay: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.95) 100%);

    
    --footer-wave-1: rgba(124, 92, 255, 0.15);
    --footer-wave-2: rgba(0, 224, 209, 0.15);
    --footer-wave-3: rgba(37, 99, 235, 0.3);
    --footer-wave-4: var(--card);
}


.light {
    --bg: #f6f7fb;
    --text: #12141a;
    --muted: #4a5568;
    --accent: #6a5cff;
    --accent-2: #00bfb2;
    --card: #ffffff;
    --glass: rgba(0, 0, 0, 0.04);
    --border: rgba(0, 0, 0, 0.08);
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    --hero-overlay: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(246, 247, 251, 0.95) 100%);

    
    --footer-wave-1: rgba(106, 92, 255, 0.05);
    --footer-wave-2: rgba(0, 191, 178, 0.05);
    --footer-wave-3: rgba(37, 99, 235, 0.1);
    --footer-wave-4: var(--card);
}


.text-premium-gradient {
    background: linear-gradient(135deg,
            var(--accent) 0%,
            var(--accent-2) 50%,
            var(--accent) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textShimmer 4s linear infinite;
}

@keyframes textShimmer {
    to {
        background-position: 200% center;
    }
}


* {
    box-sizing: border-box;
}


.footer-modern {
    position: relative;
    background: var(--card) !important;
    color: var(--text);
    padding: 0;
    overflow: visible !important;
    border: none !important;
    box-shadow: none !important;
}

.footer-content {
    padding: clamp(3rem, 5vw, 4.5rem) 0 clamp(2rem, 3vw, 3rem);
    position: relative;
    z-index: 1;
}

.footer-dark-mode::before {
    content: "PRODUCTION";
    position: absolute;
    inset: 0;
    font-size: clamp(5rem, 12vw, 14rem);
    text-transform: uppercase;
    letter-spacing: clamp(0.5rem, 2vw, 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    mix-blend-mode: normal;
    transform: translateY(20px);
    z-index: 0;
}

.footer-dark-mode::after {
    content: "";
    position: absolute;
    inset: -15% -10%;
    background:
        radial-gradient(circle at 20% 20%,
            rgba(147, 51, 234, 0.4),
            transparent 50%),
        radial-gradient(circle at 80% 30%,
            rgba(168, 85, 247, 0.3),
            transparent 55%),
        radial-gradient(circle at 50% 70%,
            rgba(16, 185, 129, 0.25),
            transparent 60%),
        linear-gradient(180deg, rgba(26, 13, 58, 0.3), transparent 40%);
    opacity: 0.9;
    pointer-events: none;
    z-index: 0;
}

.footer-name-hero {
    position: absolute;
    inset: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: clamp(0.25rem, 0.9vw, 0.85rem);
    padding: clamp(0.5rem, 2.5vw, 3rem);
    font-size: clamp(2.4rem, 6vw, 7.5rem);
    font-weight: 800;
    letter-spacing: clamp(0.35rem, 1.5vw, 1.2rem);
    text-transform: uppercase;
    pointer-events: none;
    mix-blend-mode: multiply;
    opacity: 0.7;
    z-index: 0;
}

.footer-name-hero span {
    display: inline-block;
    color: transparent;
    background: linear-gradient(120deg,
            rgba(124, 92, 255, 0.4),
            rgba(14, 165, 233, 0.6),
            rgba(15, 23, 42, 0.25));
    -webkit-background-clip: text;
    background-clip: text;
    animation: footerNameReveal 10s ease-in-out infinite;
    animation-delay: calc(var(--char-index) * 0.12s);
    opacity: 0;
    transform: translateY(25px) scale(0.92);
    filter: drop-shadow(0 20px 30px rgba(15, 23, 42, 0.25));
}

@keyframes footerNameReveal {
    0% {
        opacity: 0;
        transform: translateY(25px) scale(0.92);
    }

    20% {
        opacity: 0.7;
        transform: translateY(0) scale(1);
    }

    50% {
        opacity: 0.85;
        transform: translateY(-6px) scale(1.02);
    }

    80% {
        opacity: 0;
        transform: translateY(15px) scale(0.96);
    }

    100% {
        opacity: 0;
        transform: translateY(25px) scale(0.92);
    }
}

body.light-mode .footer-name-hero {
    mix-blend-mode: multiply;
    opacity: 0.65;
}

body.light-mode .footer-name-hero span {
    background: linear-gradient(135deg,
            rgba(15, 23, 42, 0.35),
            rgba(99, 102, 241, 0.65),
            rgba(14, 165, 233, 0.5));
    filter: drop-shadow(0 10px 20px rgba(15, 23, 42, 0.15));
}

@media (max-width: 991.98px) {
    .footer-name-hero {
        font-size: clamp(1.8rem, 10vw, 4.6rem);
        letter-spacing: 0.6rem;
        padding: 1rem;
        opacity: 0.55;
    }
}

@media (max-width: 575.98px) {
    .footer-name-hero {
        font-size: clamp(1.2rem, 12vw, 3rem);
        letter-spacing: 0.3rem;
        justify-content: flex-start;
        padding: 1rem 0.5rem;
        opacity: 0.4;
    }

    .footer-name-hero span {
        filter: drop-shadow(0 10px 15px rgba(15, 23, 42, 0.2));
    }
}


.footer-wave-transition {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: translateY(-100%);
    z-index: 0;
    pointer-events: none;
}

.footer-wave-svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: clamp(100px, 12vw, 150px);
}

.footer-wave-svg .wave-layer-1 {
    fill: #1e40af;
    opacity: 0.8;
}

.footer-wave-svg .wave-layer-2 {
    fill: #2563eb;
    opacity: 1;
}


.footer-modern .footer-section {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    border: none;
}

.footer-modern .footer-logo {
    margin-bottom: 1rem;
}

.footer-logo-img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.footer-modern .footer-title {
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: clamp(0.95rem, 1.1vw, 1.05rem) !important;
    letter-spacing: 0.03em !important;
    margin-bottom: 1rem !important;
    padding-bottom: 0;
}

.footer-modern .footer-title::after {
    display: none;
}

.footer-modern .footer-text {
    color: #000000 !important;
    line-height: 1.7 !important;
    font-size: clamp(0.85rem, 1vw, 0.9rem) !important;
    margin: 0;
}

.footer-modern .footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-modern .footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    transition: all 0.2s ease;
    padding: 0;
    margin: 0;
}

.footer-modern .footer-contact-list li:hover {
    transform: translateX(2px);
}

.footer-modern .footer-contact-list i {
    color: #000000 !important;
    font-size: 1rem !important;
    width: 18px;
    text-align: center;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.footer-modern .footer-contact-list .fa-whatsapp {
    color: #25d366 !important;
}

.footer-modern .footer-contact-list span {
    color: #000000 !important;
    font-size: clamp(0.85rem, 1vw, 0.9rem) !important;
    line-height: 1.6 !important;
    flex: 1;
}

.footer-modern .footer-social-links {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.footer-modern .footer-social-link {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 1.1rem !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    border: none;
}

.footer-modern .footer-social-link:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-2px) !important;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-links li {
    margin: 0;
}

.footer-links a {
    color: #000000 !important;
    text-decoration: none;
    font-size: clamp(0.85rem, 1vw, 0.9rem) !important;
    transition: all 0.2s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #000000 !important;
    transform: translateX(3px);
    opacity: 0.8 !important;
}

.footer-about-me {
    color: #000000 !important;
}

.footer-about-me p,
.footer-about-me .footer-text {
    color: #000000 !important;
}

.footer-subtitle {
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: clamp(0.9rem, 1vw, 1rem) !important;
    margin-bottom: 0.75rem !important;
}

.footer-about-image img {
    max-width: 100%;
    height: auto;
}

.footer-social-copyright {
    margin-top: clamp(2.5rem, 4vw, 3.5rem);
    padding-top: clamp(1.5rem, 2.5vw, 2rem);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
}

.footer-social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.footer-social-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 1.1rem !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-social-icon:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-2px);
    color: #ffffff !important;
}

.footer-copyright-text {
    color: #000000 !important;
    font-size: clamp(0.8rem, 1vw, 0.85rem) !important;
    margin: 0;
}

.footer-copyright-text p {
    margin: 0;
    color: #000000 !important;
}

body.light-mode .footer-section {
    background: transparent;
    border: none;
}

body.light-mode .footer-section:hover {
    background: transparent;
    border: none;
}

body.light-mode .footer-title {
    color: #ffffff !important;
}

body.light-mode .footer-title::after {
    background: linear-gradient(90deg, #7c5cff, #00e0d1);
}

body.light-mode .footer-text {
    color: rgba(239, 242, 255, 0.9) !important;
}

body.light-mode .footer-contact-list li:hover {
    background: rgba(124, 92, 255, 0.12);
}

body.light-mode .footer-contact-list span {
    color: rgba(239, 242, 255, 0.9) !important;
}

body.light-mode .footer-social-link {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.12);
}

body.light-mode .footer-map {
    border-color: rgba(255, 255, 255, 0.15) !important;
    background: rgba(6, 9, 20, 0.95) !important;
}

body.light-mode .footer-map:hover {
    border-color: rgba(124, 92, 255, 0.5) !important;
}

body.light-mode .footer-map-btn {
    border-color: rgba(255, 255, 255, 0.25) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: rgba(239, 242, 255, 0.95) !important;
}

body.light-mode .footer-copyright {
    color: rgba(239, 242, 255, 0.8) !important;
}


.footer-dark-mode .container,
.footer-modern .container {
    padding-top: clamp(3.5rem, 5vw, 5rem);
    padding-bottom: clamp(1.5rem, 2.5vw, 2.5rem);
    position: relative;
    z-index: 1;
}

.footer-section {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    border: none;
    transition: all 0.3s ease;
}

.footer-section:hover {
    transform: none;
}

.footer-logo {
    max-height: 65px;
    max-width: 220px;
    margin-bottom: 1.25rem;
    border-radius: 12px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.05);
}

.footer-title {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: clamp(0.9rem, 1.1vw, 1rem) !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 1rem !important;
    position: relative;
    padding-bottom: 0.5rem;
}

.footer-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 1.5px;
    background: #60a5fa;
    border-radius: 1px;
}

.footer-text {
    color: rgba(255, 255, 255, 0.85) !important;
    line-height: 1.7 !important;
    font-size: clamp(0.85rem, 1vw, 0.9rem) !important;
    margin: 0;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0;
    transition: all 0.2s ease;
    padding: 0;
    margin-left: 0;
}

.footer-contact-list li:hover {
    transform: translateX(2px);
}

.footer-contact-list i,
.footer-contact-list .fas,
.footer-contact-list .fab {
    color: #9333ea !important;
    font-size: 1rem !important;
    width: 18px;
    text-align: center;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.footer-contact-list .fa-whatsapp,
.footer-contact-list .fab.fa-whatsapp {
    color: #25d366 !important;
}

.footer-contact-list .fa-map-marker-alt,
.footer-contact-list .fas.fa-map-marker-alt {
    color: #9333ea !important;
}

.footer-contact-list .fa-envelope,
.footer-contact-list .fas.fa-envelope {
    color: #9333ea !important;
}

.footer-contact-list .fa-phone,
.footer-contact-list .fas.fa-phone {
    color: #9333ea !important;
}

.footer-contact-list .text-primary {
    color: #9333ea !important;
}

.footer-contact-list .text-success {
    color: #25d366 !important;
}

.footer-contact-list span {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: clamp(0.85rem, 1vw, 0.9rem) !important;
    line-height: 1.6 !important;
    flex: 1;
}

.footer-contact-list span {
    color: rgba(239, 242, 255, 0.9) !important;
    font-size: clamp(0.875rem, 1vw, 0.95rem) !important;
    line-height: 1.6 !important;
    flex: 1;
}

.footer-contact-list li:hover span {
    color: #ffffff !important;
}

.footer-social-links {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.footer-social-link {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 1.1rem !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 50% !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    border: none;
}

.footer-social-link:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.15) !important;
    transform: translateY(-2px) !important;
}

.footer-social-link:active {
    transform: translateY(-2px) scale(1.02) !important;
}

.footer-map-title {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: clamp(0.9rem, 1.1vw, 1rem) !important;
    margin-bottom: 0.75rem !important;
}

.footer-map-description {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: clamp(0.85rem, 1vw, 0.9rem) !important;
    line-height: 1.6 !important;
    margin-bottom: 1rem !important;
}

.footer-map {
    height: 180px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    margin-top: 0 !important;
    border: none !important;
    background: rgba(255, 255, 255, 0.1) !important;
    box-shadow: none;
    transition: all 0.2s ease;
}

.footer-modern .footer-map {
    background: rgba(255, 255, 255, 0.15) !important;
}

.footer-map:hover {
    opacity: 0.9;
}

.footer-map iframe {
    filter: grayscale(0.2) brightness(0.95);
    transition: filter 0.3s ease;
}

.footer-map:hover iframe {
    filter: grayscale(0) brightness(1);
}

.footer-dark-mode .text-secondary,
.footer-dark-mode .text-muted {
    color: rgba(239, 242, 255, 0.85) !important;
}

body.light-mode .footer-dark-mode .text-secondary,
body.light-mode .footer-dark-mode .text-muted {
    color: rgba(15, 23, 42, 0.7) !important;
}

.map-placeholder {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(6, 9, 20, 0.6) !important;
    color: rgba(239, 242, 255, 0.6) !important;
    border: 2px dashed rgba(255, 255, 255, 0.15) !important;
    height: 100%;
}

.map-placeholder i {
    font-size: 2.5rem !important;
    margin-bottom: 0.75rem !important;
    color: rgba(124, 92, 255, 0.5) !important;
}

.map-placeholder p {
    margin: 0 !important;
    font-size: 0.9rem !important;
    color: rgba(239, 242, 255, 0.7) !important;
}

.footer-map-btn {
    border: none !important;
    color: #ffffff !important;
    background: rgba(16, 185, 129, 0.8) !important;
    padding: 0.5rem 1rem !important;
    border-radius: 6px !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.02em !important;
    transition: all 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    text-decoration: none !important;
}

.footer-modern .footer-map-btn {
    background: rgba(16, 185, 129, 0.9) !important;
}

.footer-map-btn:hover {
    background: rgba(16, 185, 129, 1) !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

.footer-map-btn:active {
    transform: translateY(0) !important;
}

.footer-divider {
    border: none !important;
    height: 1px !important;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.15),
            transparent) !important;
    margin: clamp(2.5rem, 4vw, 3.5rem) 0 clamp(1.5rem, 2.5vw, 2rem) 0 !important;
    opacity: 1 !important;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: clamp(0.8rem, 1vw, 0.85rem) !important;
    margin: 0 !important;
    letter-spacing: 0.01em;
    text-align: center;
    padding-top: 2rem;
}


@media (max-width: 991.98px) {
    .footer-section {
        margin-bottom: 1.5rem;
    }

    .footer-modern .footer-section {
        margin-bottom: 2rem;
        text-align: center;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-modern .footer-title::after {
        display: none;
    }

    .footer-modern .footer-links {
        align-items: center;
    }
}

@media (max-width: 768px) {
    .footer-dark-mode {
        padding: clamp(3rem, 5vw, 4rem) 0 clamp(1.5rem, 2.5vw, 2rem) !important;
    }

    .footer-modern .footer-content {
        padding: clamp(2.5rem, 4vw, 3.5rem) 0 clamp(1.5rem, 2.5vw, 2rem);
    }

    .footer-dark-mode .container,
    .footer-modern .container {
        padding-top: clamp(2rem, 3vw, 2.5rem);
        padding-bottom: clamp(1rem, 1.5vw, 1.5rem);
    }

    .footer-section {
        margin-bottom: 1.5rem !important;
        text-align: center;
        padding: 0;
    }

    .footer-modern .footer-section {
        text-align: center;
    }

    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-social-links {
        justify-content: center !important;
    }

    .footer-contact-list li {
        justify-content: center;
        text-align: center;
        margin-left: 0;
    }

    .footer-contact-list i {
        margin-top: 0.2rem;
    }

    .footer-map-btn {
        margin-left: auto;
        margin-right: auto;
        display: inline-flex !important;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
}


@media (max-width: 576px) {
    .footer-dark-mode .container {
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }

    .footer-section {
        padding: 0;
        margin-bottom: 1.25rem;
    }

    .footer-social-link {
        width: 40px;
        height: 40px;
        font-size: 1.1rem !important;
    }

    .footer-map {
        height: 140px !important;
    }

    .footer-copyright {
        font-size: 0.8rem !important;
    }
}

html,
body {
    padding: 0;
    margin: 0;
}

body {
    font-family:
        ui-sans-serif,
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        "Apple Color Emoji",
        "Segoe UI Emoji";
    background:
        radial-gradient(1200px 800px at 80% -10%,
            rgba(124, 92, 255, 0.25),
            transparent 60%),
        radial-gradient(1000px 700px at -10% 10%,
            rgba(0, 224, 209, 0.2),
            transparent 55%),
        var(--bg);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding-top: 0;
    min-height: 100vh;
}

body.light-mode {
    background: var(--bg);
    color: var(--text);
}

body.light-mode .footer-dark-mode {
    background: #ffffff !important;
    color: #0f172a !important;
    border-top: none !important;
}

body.light-mode .footer-dark-mode::before {
    color: rgba(15, 23, 42, 0.02);
    mix-blend-mode: normal;
}

body.light-mode .footer-dark-mode::after {
    background:
        radial-gradient(circle at 20% 30%,
            rgba(124, 92, 255, 0.08),
            transparent 55%),
        radial-gradient(circle at 75% 65%,
            rgba(16, 185, 129, 0.06),
            transparent 60%);
    opacity: 0.35;
}

body.light-mode .footer-title,
body.light-mode .footer-map-title {
    color: #0f172a !important;
}

body.light-mode .footer-text,
body.light-mode .footer-contact-item,
body.light-mode .footer-map-description {
    color: rgba(15, 23, 42, 0.75) !important;
}

body.light-mode .footer-social-link {
    color: rgba(15, 23, 42, 0.65) !important;
}

body.light-mode .footer-social-link:hover {
    color: #111827 !important;
}

body.light-mode .footer-map {
    background: rgba(255, 255, 255, 0.92) !important;
    border: 1px solid rgba(15, 23, 42, 0.12) !important;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}


.container {
    width: min(1200px, 92%);
    margin-inline: auto;
    padding: 0 15px;
}


header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
    background: transparent !important;
    border: none;
    box-shadow: none;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid transparent;
}


.navbar-scrolled {
    background: rgba(15, 23, 42, 0.3) !important;
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}


.dark-mode .navbar-scrolled {
    background: rgba(11, 13, 17, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}


.light-mode .navbar-scrolled {
    background: rgba(255, 255, 255, 0.6) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
    display: flex;
    gap: 12px;
    align-items: center;
    color: var(--text) !important;
    font-weight: 700;
    text-decoration: none;
    min-width: 200px;
    flex-shrink: 0;
}

.brand-mobile {
    display: none;
}

.navbar-brand img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.logo {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    box-shadow: var(--shadow);
    font-weight: 700;
    color: white;
    font-size: 14px;
}

.navbar-nav {
    display: flex;
    gap: 4px;
    
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: nowrap;
}

.navbar-nav::-webkit-scrollbar {
    display: none;
}

.nav-link {
    opacity: 0.7;
    padding: 10px 14px !important;
    border-radius: 14px;
    color: var(--text) !important;
    font-weight: 600;
    font-size: 0.88rem;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    white-space: nowrap;
}

.nav-link:hover {
    opacity: 1;
    background: rgba(var(--accent-rgb, 124, 92, 255), 0.08);
    color: var(--accent) !important;
}

.nav-link.active {
    opacity: 1;
    background: rgba(var(--accent-rgb, 124, 92, 255), 0.12);
    color: var(--accent) !important;
    box-shadow: 0 4px 15px -3px rgba(var(--accent-rgb, 124, 92, 255), 0.1);
}

.premium-user-toggle {
    text-decoration: none;
    color: var(--text) !important;
    padding: 6px 12px;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.premium-user-toggle:hover {
    background: var(--glass);
    border-color: var(--border);
}

.premium-user-toggle::after {
    display: none;
}

.premium-dropdown {
    min-width: 200px;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid var(--border);
    background: var(--card);
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 10px !important;
}

.premium-dropdown .dropdown-item {
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 0.85rem;
    font-weight: 600;
}

.premium-dropdown .dropdown-divider {
    border-color: var(--border);
    opacity: 0.5;
    margin: 8px 0;
}

.premium-btn-outline {
    text-decoration: none;
    color: var(--text);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 10px 24px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--glass);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.premium-btn-outline:hover {
    background: var(--accent);
    color: white !important;
    border-color: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px -5px rgba(var(--accent-rgb, 124, 92, 255), 0.4);
}

.navbar-toggler {
    display: none;
    appearance: none;
    border: 1px solid var(--border);
    background: var(--glass);
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--text);
    cursor: pointer;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.btn-outline-primary {
    border: 1px solid var(--border);
    background: var(--glass);
    color: var(--text);
    border-radius: 14px;
    padding: 10px 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-outline-primary:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}


.theme-toggle {
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: 14px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
}

.theme-toggle:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: white;
    transform: rotate(15deg) scale(1.1);
    box-shadow: 0 8px 20px -5px rgba(var(--accent-rgb, 124, 92, 255), 0.4);
}


.dropdown-menu {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 8px 0;
}

.dropdown-item {
    color: var(--text);
    padding: 8px 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}

.dropdown-item:hover {
    background: var(--glass);
    color: var(--accent);
    text-decoration: none;
}

.dropdown-toggle {
    color: var(--text);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.dropdown-toggle:hover {
    background: var(--glass);
    color: var(--text);
    text-decoration: none;
}

@media (max-width: 880px) {
    .navbar-toggler {
        display: block;
    }

    .navbar-collapse {
        position: fixed;
        inset: 68px 0 auto auto;
        right: 12px;
        width: min(260px, 90vw);
        background: color-mix(in lab, var(--card) 86%, transparent);
        border: 1px solid var(--border);
        border-radius: 16px;
        padding: 12px;
        flex-direction: column;
        align-items: stretch;
        transform: translateY(-10px);
        opacity: 0;
        pointer-events: none;
        transition: 0.2s ease;
    }

    .navbar-collapse.show {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: stretch;
    }
}



.hero-section {
    position: relative;
    padding: 96px 0 72px;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}


.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: var(--text);
}

.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.6;
    margin-bottom: 2rem;
    color: var(--muted);
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-image {
    position: relative;
    z-index: 2;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: transparent;
}

.eyebrow {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--glass);
    font-size: 14px;
    margin-bottom: 16px;
}

.glow-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--accent-2);
    box-shadow: 0 0 18px var(--accent-2);
}

.display-4 {
    font-size: clamp(34px, 4.5vw, 64px);
    line-height: 1.05;
    margin: 12px 0 8px;
    color: var(--text);
    font-weight: 700;
}

.lead {
    font-size: clamp(16px, 1.25vw, 20px);
    opacity: 0.92;
    margin-bottom: 24px;
    color: var(--muted);
}

.cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn {
    padding: 14px 18px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: var(--glass);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: var(--text);
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

.btn.primary {
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    border-color: transparent;
    color: white;
    box-shadow: 0 10px 25px rgba(124, 92, 255, 0.35);
}

.btn:hover {
    transform: translateY(-2px);
    color: var(--text);
    text-decoration: none;
}

.btn.primary:hover {
    color: white;
    text-decoration: none;
}

.btn.active {
    background: var(--accent);
    color: white;
    border-color: var(--accent);
}

.btn-light {
    background: var(--glass);
    border: 1px solid var(--border);
    color: var(--text);
    border-radius: 12px;
    padding: 8px 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-light:hover {
    background: var(--accent);
    color: white;
    border-color: var(--accent);
    text-decoration: none;
}

.btn-link {
    color: var(--accent);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    background: none;
    border: none;
    padding: 0;
}

.btn-link:hover {
    color: var(--accent-2);
    text-decoration: none;
}


.avatar-card {
    position: relative;

    border: 1px solid var(--border);
    background: var(--card);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: var(--shadow);
    isolation: isolate;
}

.avatar {
    border-radius: 16px;
    aspect-ratio: 1/1;
    object-fit: cover;
    filter: saturate(1.05) contrast(1.05);
}

.rings {
    position: absolute;
    inset: -40% -25% -25% -40%;
    z-index: -1;
    opacity: 0.6;
}

.rings::before,
.rings::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%,
            rgba(124, 92, 255, 0.25),
            transparent 50%),
        radial-gradient(circle at 60% 40%,
            rgba(0, 224, 209, 0.25),
            transparent 55%);
    filter: blur(40px);
    animation: float 8s ease-in-out infinite alternate;
    opacity: 0.9;
}

@keyframes float {
    to {
        transform: translateY(10px) scale(1.03) rotate(1deg);
    }
}


.section-padding {
    padding: 100px 0;
}

.section-title {
    font-size: clamp(24px, 3.2vw, 36px);
    margin: 0 0 18px;
    color: var(--text);
    font-weight: 700;
}


#services .section-title {
    color: #000000 !important;
    font-weight: 800 !important;
}

.section-sub {
    color: var(--muted);
    margin: 0 0 28px;
    font-size: 1.1rem;
}


.about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.about .card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 22px;
    text-align: center;
}

.about-content {
    color: var(--muted);
    margin-bottom: 28px;
}

.counter {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 8px;
}


.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 18px;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {

    
    .grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        width: 100% !important;
    }

    .grid .card {
        padding: 10px !important;
        border-radius: 12px !important;
        height: auto !important;
        min-height: 100px !important;
        display: flex !important;
        flex-direction: column !important;
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .grid .card .thumb {
        height: 80px !important;
        margin-bottom: 6px !important;
        border-radius: 8px !important;
        overflow: hidden !important;
    }

    .grid .card .content {
        padding: 0 !important;
        flex-grow: 1 !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .grid .card .card-title,
    .grid .card h4,
    .grid .card h5 {
        font-size: 0.75rem !important;
        margin-bottom: 4px !important;
        line-height: 1.2;
        font-weight: 700 !important;
        height: 2.4em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-clamp: 2;
    }

    .grid .card .card-text,
    .grid .card p {
        font-size: 0.65rem !important;
        margin-bottom: 6px !important;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        overflow: hidden;
        opacity: 0.8 !important;
    }

    .grid .card .text-muted,
    .grid .card .price,
    .grid .card .pricing-info {
        font-size: 0.7rem !important;
        margin-bottom: 4px !important;
        font-weight: 600 !important;
    }

    .grid .card .cta {
        margin-top: auto !important;
        flex-direction: column !important;
        gap: 4px !important;
        width: 100% !important;
    }

    .grid .card .btn-sm {
        padding: 4px 0 !important;
        font-size: 0.48rem !important;
        
        width: 100% !important;
        height: auto !important;
        min-height: 20px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 4px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: clip !important;
        
        letter-spacing: -0.4px !important;
    }
}

.service {
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--card);
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
}

.service::after {
    content: "";
    position: absolute;
    inset: auto -20% -20% auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;

    background: radial-gradient(circle at 30% 30%,
            rgba(124, 92, 255, 0.26),
            transparent 60%);
}

.service:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.icon-box {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 1.5rem;
}

.service h3 {
    color: var(--text);
    margin-bottom: 12px;
    font-weight: 600;
}

.service p {
    color: var(--muted);
    margin-bottom: 0;
}


.portfolio-filter {
    margin-bottom: 32px;
}

.portfolio-filter .btn {
    margin: 0 8px 8px 0;
    border-radius: 12px;
    padding: 8px 16px;
    font-weight: 500;
}

.card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: linear-gradient(180deg,
            color-mix(in lab, var(--card) 80%, transparent),
            color-mix(in lab, var(--card) 92%, transparent));
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.card .thumb {
    aspect-ratio: 16/10;
    background: linear-gradient(135deg,
            rgba(124, 92, 255, 0.2),
            rgba(0, 224, 209, 0.18));
    display: grid;
    place-items: center;
    font-weight: 700;
    letter-spacing: 0.5px;
    overflow: hidden;
}

.card .thumb img {
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.card:hover .thumb img {
    transform: scale(1.1);
}


.product-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, var(--card) 0%, var(--border) 100%);
    color: var(--muted);
    text-align: center;
    padding: 20px;
}

.placeholder-icon {
    font-size: 3rem;
    margin-bottom: 10px;
    opacity: 0.5;
}

.placeholder-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text);
    line-height: 1.2;
}


.pricing-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.plan-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
}

.plan-badge .badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
}

.plan-badge .price {
    font-weight: 600;
    color: var(--primary);
}

.pricing-section {
    background: var(--card);
    border-radius: 8px;
    padding: 1rem;
    border: 1px solid var(--border);
}

.plan-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 0.5rem;
}

.plan-option {
    background: var(--background);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 0.75rem;
    transition: all 0.3s ease;
}

.plan-option:hover {
    border-color: var(--primary);
    transform: translateY(-2px);
}

.plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    max-width: 240px;
}

.plan-price {
    font-weight: 600;
    color: var(--primary);
    font-size: 0.9rem;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
    color: var(--text);
}

.plan-features i {
    font-size: 0.7rem;
}

@media (max-width: 768px) {
    .plan-options {
        grid-template-columns: 1fr;
    }

    .plan-badge {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
}


.plan-selection-section {
    margin-bottom: 2rem;
}

.plan-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.plan-tab {
    flex: 1;
    padding: 1rem;
    border: 2px solid var(--border);
    border-radius: 8px;
    background: var(--card);
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.plan-tab:hover {
    border-color: var(--primary);
    transform: translateY(-2px);
}

.plan-tab.active {
    border-color: var(--primary);
    background: var(--primary);
    color: white;
}

.plan-tab .plan-name {
    display: block;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.plan-tab .plan-price {
    display: block;
    font-size: 0.9rem;
    opacity: 0.9;
}

.plan-content {
    position: relative;
}

.plan-details {
    display: none;
    animation: fadeIn 0.3s ease;
}

.plan-details.active {
    display: block;
}

.plan-details h5 {
    color: var(--primary);
    margin-bottom: 1rem;
}

.plan-details ul {
    list-style: none;
    padding: 0;
}

.plan-details li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem;
    background: var(--card);
    border-radius: 6px;
    border-left: 3px solid var(--primary);
}

.plan-details i {
    color: var(--success);
    font-size: 0.9rem;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .plan-tabs {
        flex-direction: column;
    }

    .plan-tab {
        margin-bottom: 0.5rem;
    }
}

.card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card .content .cta {
    margin-top: auto;
}

.tag {
    display: inline-block;
    font-size: 12px;
    opacity: 0.8;
    border: 1px solid var(--border);
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--glass);
    margin-right: 8px;
    margin-bottom: 8px;
}

.card:hover {
    transform: translateY(-10px);
    border-color: var(--accent);
    box-shadow: 0 20px 40px rgba(124, 92, 255, 0.25);
}

.card:hover .tag {
    background: var(--accent);
    color: white;
    border-color: var(--accent);
}

/* News Section Specific Styles */
.news-date-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}
.btn-news-read-more {
    border-radius: 50px;
    padding: 8px 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
    white-space: nowrap;
    font-size: clamp(0.75rem, 3vw, 0.95rem);
}
.btn-news-read-more:hover {
    transform: translateY(-2px);
}
.news-card-title {
    font-size: 1.2rem;
    line-height: 1.4;
    transition: color 0.3s ease;
}
.news-card-excerpt {
    font-size: 0.95rem;
    line-height: 1.6;
    flex-grow: 1;
}

/* Light Mode Defaults for News */
body.light-mode .news-date-badge {
    background: rgba(99, 102, 241, 0.05);
    border: 1px solid rgba(99, 102, 241, 0.2);
    color: #4f46e5 !important;
}
body.light-mode .news-date-badge:hover {
    background: rgba(99, 102, 241, 0.1);
}
body.light-mode .news-card-title {
    color: #1e293b !important;
}
body.light-mode #news .card:hover .news-card-title {
    color: #4f46e5 !important;
}
body.light-mode .news-card-excerpt {
    color: #64748b !important;
}
body.light-mode .btn-news-read-more {
    background: rgba(99, 102, 241, 0.08) !important;
    border: 1px solid rgba(99, 102, 241, 0.3) !important;
    color: #4f46e5 !important;
}
body.light-mode .btn-news-read-more:hover {
    background: rgba(99, 102, 241, 0.15) !important;
    color: #4338ca !important;
}

/* Dark Mode Overrides for News */
body.dark-mode .news-date-badge {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #cbd5e1 !important;
}
body.dark-mode .news-date-badge:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}
body.dark-mode .news-card-title {
    color: #f8fafc !important;
}
body.dark-mode #news .card:hover .news-card-title {
    color: #818cf8 !important;
}
body.dark-mode .news-card-excerpt {
    color: #94a3b8 !important;
}
body.dark-mode .btn-news-read-more {
    background: rgba(99, 102, 241, 0.1) !important;
    border: 1px solid rgba(99, 102, 241, 0.3) !important;
    color: #e2e8f0 !important;
}
body.dark-mode .btn-news-read-more:hover {
    background: rgba(99, 102, 241, 0.2) !important;
    border-color: rgba(99, 102, 241, 0.5) !important;
    color: #fff !important;
}


.product-card {
    position: relative;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-color: var(--accent);
}

.product-card .thumb {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #f1f5f9;
}

.product-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.product-card:hover .thumb img {
    transform: scale(1.1);
}

.product-card .thumb .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
}

.product-card:hover .thumb .overlay {
    opacity: 1;
}

.product-card .price-badge {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 0.5rem 1rem;
    border-radius: 99px;
    font-weight: 700;
    color: var(--accent);
    font-size: 0.9rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.product-card .content {
    padding: 1.75rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text);
    line-height: 1.4;
}

.product-card .description {
    font-size: 0.9rem;
    color: var(--muted);
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

.product-card .plans-summary {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.product-card .plan-mini-badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.6rem;
    border-radius: 99px;
    background: var(--glass);
    border: 1px solid var(--border);
    color: var(--text);
    font-weight: 600;
    text-transform: uppercase;
}

.product-card .footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: auto;
}

.product-btn {
    padding: 0.75rem 1rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.product-btn-outline {
    background: transparent;
    border: 1.5px solid var(--border);
    color: var(--text);
}

.product-btn-outline:hover {
    background: var(--glass);
    border-color: var(--accent);
}

.product-btn-primary {
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(124, 92, 255, 0.3);
}

.product-btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(124, 92, 255, 0.4);
    color: white;
}


.dark-mode .product-card {
    background: rgba(30, 41, 59, 0.4);
    backdrop-filter: blur(10px);
    border-color: rgba(255, 255, 255, 0.08);
}

.dark-mode .product-card:hover {
    background: rgba(30, 41, 59, 0.6);
    border-color: rgba(124, 92, 255, 0.4);
}

.dark-mode .product-card .price-badge {
    background: rgba(15, 23, 42, 0.8);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.card-title {
    color: var(--text);
    font-weight: 600;
    margin-bottom: 8px;
}

.card-text {
    color: var(--muted);
}

.text-muted {
    color: var(--muted) !important;
}


@media (max-width: 880px) {
    .hero-section {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .about {
        grid-template-columns: 1fr;
    }

    .contact-form {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .section-padding {
        padding: 48px 0;
    }

    .hero-section {
        padding: 72px 0 48px;
    }
}


.contact-info {
    background: rgba(255, 255, 255, 0.04) !important;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 24px;
    padding: 30px;
    height: 100%;
    transition: transform 0.3s ease;
}

.contact-info:hover {
    transform: translateY(-5px);
}

.info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-item i {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, #00d2ff, #3a7bd5) !important;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.4rem;
    box-shadow: 0 8px 20px rgba(0, 210, 255, 0.2);
    flex-shrink: 0;
}

.info-item h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 1.15rem;
}

.info-item p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    font-size: 0.9rem;
    word-break: break-word;
}

.contact-form {
    background: rgba(255, 255, 255, 0.04) !important;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 24px;
    padding: 30px;
}

.contact-form .form-control {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px;
    padding: 12px 18px;
    color: #fff !important;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: #00d2ff !important;
    box-shadow: 0 0 15px rgba(0, 210, 255, 0.2);
    outline: none;
}

.btn-contact-submit {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
    border-radius: 15px !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-contact-submit:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    transform: scale(1.02);
}

@media (max-width: 700px) {
    .contact-form {
        grid-template-columns: 1fr;
    }
}


.testimonial-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.testimonial-content p {
    color: var(--muted);
    font-style: italic;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.testimonial-author h5 {
    color: var(--text);
    font-weight: 600;
    margin-bottom: 4px;
}

.testimonial-author p {
    color: var(--muted);
    margin-bottom: 0;
}


.footer-wave-container {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 20;
    background: transparent !important;
    margin-top: -100px;
    padding: 0;
    line-height: 0;
    display: block;
    overflow: visible;
    pointer-events: none;
}

.footer-waves {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: -1px;
    display: block;
}

.wave-layer-1 {
    fill: var(--footer-wave-1);
}

.wave-layer-2 {
    fill: var(--footer-wave-2);
}

.wave-layer-3 {
    fill: var(--footer-wave-3);
}

.wave-layer-4 {
    fill: var(--footer-wave-4);
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@media (max-width: 768px) {

    .footer-wave-container,
    .footer-waves {
        height: 40px;
    }

    .footer-wave-container {
        margin-top: -40px;
    }
}


.footer-modern {
    position: relative;
    background: var(--card) !important;
    color: var(--text);
    padding: 0;
    overflow: visible !important;
    border: none !important;
    box-shadow: none !important;
}

.footer-content {
    padding: clamp(4rem, 8vw, 6rem) 0 clamp(2rem, 4vw, 3rem);
    position: relative;
    z-index: 10;
}

.footer-glow-elements {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    
}

.glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
}

.orb-1 {
    width: 300px;
    height: 300px;
    background: var(--accent);
    top: -50px;
    left: -100px;
}

.orb-2 {
    width: 250px;
    height: 250px;
    background: var(--accent-2);
    bottom: 10%;
    right: -50px;
}

.orb-3 {
    width: 200px;
    height: 200px;
    background: var(--accent);
    top: 30%;
    left: 40%;
}

.footer-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-title {
    color: var(--text);
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(to right, var(--accent), var(--accent-2));
    border-radius: 2px;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    text-decoration: none !important;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 6px 0;
    line-height: 1.4;
}

.footer-link i {
    font-size: 0.7rem;
    opacity: 0.5;
    transition: transform 0.3s ease;
}

.footer-link:hover {
    color: var(--accent);
    transform: translateX(8px);
}

.footer-link:hover i {
    transform: translateX(3px);
    opacity: 1;
    color: var(--accent-2);
}

.footer-bottom {
    margin-top: 5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

footer ul li {
    margin-bottom: 0.5rem;
    color: var(--muted);
}

footer a {
    color: var(--muted);
    transition: all 0.3s ease;
}

footer a:hover {
    color: var(--accent);
}



.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(124, 92, 255, 0.4);
}


.modal-content {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    color: var(--text);
}

.modal-header {
    border-bottom: 1px solid var(--border);
}

.modal-footer {
    border-top: 1px solid var(--border);
}

.modal-title {
    color: var(--text);
    font-weight: 600;
}

.btn-close {
    filter: invert(1);
}

.btn-secondary {
    background: var(--glass);
    border: 1px solid var(--border);
    color: var(--text);
    border-radius: 12px;
    padding: 8px 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: var(--muted);
    color: var(--card);
}


.row {
    margin: 0;
}

.col-lg-6,
.col-lg-4,
.col-md-4,
.col-md-3,
.col-6 {
    padding: 0 12px;
}


@media (max-width: 900px) {
    .hero-section {
        text-align: center;
    }
}

@media (max-width: 720px) {

    .col-md-4,
    .col-md-3 {
        margin-bottom: 24px;
    }
}

@media (max-width: 640px) {
    .section-padding {
        padding: 48px 0;
    }

    .hero-section {
        padding: 72px 0 48px;
    }
}


.reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.revealed {
    opacity: 1;
    transform: none;
}


@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto;
    }
}


.cta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: auto;
}


.modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text);
}

p {
    color: var(--text);
}

.text-center {
    text-align: center;
}

.text-muted {
    color: var(--muted) !important;
}

.card-title {
    color: var(--text);
}

.card-text {
    color: var(--muted);
}


.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}


.bg-light {
    background-color: var(--card) !important;
}

.bg-dark {
    background-color: var(--card) !important;
}

.text-white {
    color: var(--text) !important;
}

.text-dark {
    color: var(--text) !important;
}

/* ============================================
   COMPREHENSIVE RESPONSIVE SYSTEM
   ============================================ */


@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}


@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}


@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}


@media (max-width: 575.98px) {
    .container {
        padding: 0 1rem;
    }

    
    h1,
    .h1 {
        font-size: 1.75rem !important;
    }

    h2,
    .h2 {
        font-size: 1.5rem !important;
    }

    h3,
    .h3 {
        font-size: 1.25rem !important;
    }

    h4,
    .h4 {
        font-size: 1.1rem !important;
    }

    
    .btn {
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
    }

    .btn-lg {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }

    .btn-sm {
        padding: 0.375rem 0.75rem;
        font-size: 0.75rem;
    }

    
    .card {
        margin-bottom: 1rem;
    }

    .card-body {
        padding: 1rem;
    }

    
    .row {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .row>* {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    
    .hero-section {
        padding: 3rem 0 2rem !important;
        min-height: auto;
    }

    .hero-title {
        font-size: clamp(1.3rem, 6vw, 1.75rem) !important;
        line-height: 1.25 !important;
        margin-bottom: 0.75rem !important;
    }

    .hero-subtitle {
        font-size: 0.95rem !important;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 0.75rem;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    
    .section-padding {
        padding: 2rem 0 !important;
    }

    
    .navbar-brand {
        min-width: auto;
    }

    .navbar-brand .brand-full {
        display: none !important;
    }

    .navbar-brand .brand-mobile {
        display: inline !important;
        font-size: 0.85rem;
        letter-spacing: -0.02em;
    }

    .navbar-brand img,
    .logo {
        width: 32px;
        height: 32px;
    }

    
    .grid {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }

    
    .service {
        padding: 1rem;
    }

    .icon-box {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    
    .portfolio-filter .btn {
        margin: 0 0.25rem 0.5rem 0;
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }

    
    .contact-info,
    .contact-form {
        padding: 1rem;
    }

    .info-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .info-item i {
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }

    
    .testimonial-card {
        padding: 1rem;
    }

    
    footer {
        padding: 2rem 0 !important;
    }

    .footer-dark-mode {
        padding: 2rem 0 1rem 0 !important;
    }

    
    
    .back-to-top {
        width: 45px !important;
        height: 45px !important;
        bottom: 25px !important;
        right: 25px !important;
        line-height: 45px !important;
    }

    
    .modal-dialog {
        margin: 1rem;
        max-width: calc(100% - 2rem);
    }

    
    .d-none-mobile {
        display: none !important;
    }

    .d-block-mobile {
        display: block !important;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        max-width: 540px;
    }

    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-buttons {
        flex-wrap: wrap;
    }

    .hero-buttons .btn {
        flex: 1;
        min-width: 150px;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 720px;
    }

    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-section {
        padding: 4rem 0 3rem;
    }

    .about {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }

    .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}


@media (orientation: landscape) and (max-height: 500px) {
    .hero-section {
        padding: 2rem 0;
        min-height: auto;
    }

    .section-padding {
        padding: 2rem 0;
    }
}


@media print {

    .navbar,
    .back-to-top,
    .btn,
    footer {
        display: none !important;
    }

    body {
        background: white;
        color: black;
    }

    .card {
        border: 1px solid #ddd;
        page-break-inside: avoid;
    }
}


@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .hero-banner-image,
    .avatar,
    img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}


@media (hover: none) and (pointer: coarse) {

    .btn,
    .nav-link,
    .card {
        min-height: 44px;
    }

    .btn {
        padding: 0.75rem 1.5rem;
    }

    
    .card:hover,
    .service:hover,
    .testimonial-card:hover {
        transform: none;
    }
}


@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}


@media (max-width: 768px) {
    .light .hero-section {
        background: var(--bg);
    }
}


.container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 576px) {
    .container-fluid {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}


.d-mobile-none {
    display: none;
}

@media (min-width: 768px) {
    .d-mobile-none {
        display: block;
    }
}

.d-desktop-none {
    display: block;
}

@media (min-width: 768px) {
    .d-desktop-none {
        display: none;
    }
}


@media (max-width: 767.98px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .text-md-right {
        text-align: right !important;
    }
}


@media (max-width: 575.98px) {
    .mb-mobile-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-mobile-3 {
        margin-bottom: 1rem !important;
    }

    .mb-mobile-4 {
        margin-bottom: 1.5rem !important;
    }

    .py-mobile-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-mobile-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}




@media (max-width: 991.98px) {
    .hero-image {
        margin-top: 2rem;
    }

    .hero-banner-image,
    .hero-video-container,
    .hero-3d-container {
        max-width: 100%;
        height: auto;
    }

    .hero-video-iframe {
        width: 100%;
        height: 300px;
    }
}

@media (max-width: 575.98px) {
    .hero-video-iframe {
        height: 200px;
    }
}


@media (max-width: 991.98px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .pricing-card-modern {
        max-width: 100%;
    }
}


@media (max-width: 767.98px) {
    .card .content {
        padding: 1rem;
    }

    .card .cta {
        flex-direction: column;
        gap: 0.5rem;
    }

    .card .cta .btn {
        width: 100%;
    }
}


@media (max-width: 767.98px) {
    .modal-dialog {
        margin: 0.5rem;
        max-width: calc(100% - 1rem);
    }

    .modal-lg {
        max-width: calc(100% - 1rem);
    }

    .modal-body {
        padding: 1rem;
    }

    .modal-header {
        padding: 1rem;
    }

    .modal-footer {
        padding: 1rem;
        flex-direction: column;
        gap: 0.5rem;
    }

    .modal-footer .btn {
        width: 100%;
        margin: 0;
    }
}


@media (max-width: 767.98px) {
    .table-responsive {
        font-size: 0.875rem;
    }

    .table th,
    .table td {
        padding: 0.5rem;
    }
}


@media (max-width: 767.98px) {
    .form-row {
        flex-direction: column;
    }

    .form-row .col,
    .form-row [class*="col-"] {
        width: 100%;
        margin-bottom: 1rem;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .input-group {
        flex-direction: column;
    }

    .input-group .form-control {
        border-radius: 12px;
        margin-bottom: 0.5rem;
    }

    .input-group-append,
    .input-group-prepend {
        width: 100%;
    }
}


@media (max-width: 880px) {
    .navbar-nav {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }

    .navbar-collapse {
        max-height: calc(100vh - 68px);
        overflow-y: auto;
    }
}


img {
    max-width: 100%;
    height: auto;
    display: block;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


video,
iframe {
    max-width: 100%;
    height: auto;
}


@media (max-width: 575.98px) {
    .lead {
        font-size: 1rem;
    }

    .display-4 {
        font-size: 2rem;
    }

    .display-5 {
        font-size: 1.75rem;
    }

    .display-6 {
        font-size: 1.5rem;
    }
}


@media (max-width: 575.98px) {
    .badge {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }

    .tag {
        font-size: 0.7rem;
        padding: 0.4rem 0.8rem;
    }
}


@media (max-width: 575.98px) {
    .pricing-info {
        flex-direction: column;
        gap: 0.5rem;
    }

    .plan-badge {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .plan-options {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
}


@media (max-width: 575.98px) {
    .cta {
        flex-direction: column;
    }

    .cta .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .cta .btn:last-child {
        margin-bottom: 0;
    }
}


@media (max-width: 767.98px) {
    .section-title {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    .section-sub {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
}


@media (max-width: 767.98px) {
    .avatar-card {
        padding: 1rem;
    }

    .avatar {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
}


@media (max-width: 575.98px) {
    .portfolio-filter {
        text-align: center;
    }

    .portfolio-filter .btn {
        display: inline-block;
        margin: 0.25rem;
        font-size: 0.8rem;
        padding: 0.5rem 0.75rem;
    }
}


@media (max-width: 767.98px) {
    .testimonial-carousel {
        padding: 0 1rem;
    }

    .swiper-slide {
        padding: 0 0.5rem;
    }
}


@media (max-width: 767.98px) {
    .footer-dark-mode .row {
        text-align: center;
    }

    .footer-section {
        margin-bottom: 2rem;
    }

    .footer-map {
        height: 200px !important;
    }
}


@media (max-width: 767.98px) {
    .hide-mobile {
        display: none !important;
    }
}


.show-mobile {
    display: none !important;
}

@media (max-width: 767.98px) {
    .show-mobile {
        display: block !important;
    }
}


@media (min-width: 768px) {
    .hide-desktop {
        display: none !important;
    }
}


@media (max-width: 767.98px) {
    html {
        scroll-padding-top: 80px;
    }
}


@media (max-width: 767.98px) {
    .min-vh-100 {
        min-height: auto !important;
        padding: 2rem 0;
    }

    .vh-100 {
        height: auto !important;
        min-height: 100vh;
    }
}


@media (max-width: 767.98px) {
    body {
        overflow-x: hidden;
    }

    .container,
    .container-fluid {
        overflow-x: hidden;
    }
}


@media (max-width: 767.98px) {
    .back-to-top {
        bottom: 25px !important;
        right: 25px !important;
        width: 45px !important;
        height: 45px !important;
    }
}


@media (max-width: 767.98px) {

    .spinner-border,
    .spinner-grow {
        width: 2rem;
        height: 2rem;
    }
}


@media (max-width: 575.98px) {
    .alert {
        padding: 0.75rem;
        font-size: 0.875rem;
    }

    .alert-dismissible .btn-close {
        padding: 0.75rem;
    }
}

/* ============================================
   FULL RESPONSIVE LANDING PAGE - COMPREHENSIVE
   Support: Desktop, Tablet, Mobile, Small Mobile
   ============================================ */


@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

    .hero-title {
        font-size: 3.5rem;
    }

    .hero-subtitle {
        font-size: 1.3rem;
    }

    .section-title {
        font-size: 2.5rem;
    }
}


@media (min-width: 1200px) and (max-width: 1399.98px) {
    .container {
        max-width: 1140px;
    }

    .hero-title {
        font-size: 3rem;
    }

    .section-title {
        font-size: 2.25rem;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }

    .hero-title {
        font-size: 2.75rem;
    }

    .hero-subtitle {
        font-size: 1.15rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .pricing-card-modern {
        padding: 2rem 1.5rem;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 720px;
    }

    
    .hero-section {
        padding: 4rem 0;
        min-height: auto;
    }

    .hero-title {
        font-size: clamp(2rem, 5vw, 2.5rem);
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: clamp(1rem, 2vw, 1.1rem);
        margin-bottom: 1.5rem;
    }

    .hero-buttons {
        flex-direction: row;
        gap: 1rem;
    }

    .hero-buttons .btn {
        flex: 1;
        max-width: 200px;
    }

    .hero-image {
        margin-top: 2rem;
    }

    
    .section-padding {
        padding: 4rem 0;
    }

    
    .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    
    .pricing-card-modern {
        padding: 2rem 1.5rem;
    }

    .amount-modern {
        font-size: 2.5rem;
    }

    
    .about .card {
        padding: 1.5rem;
    }

    
    .contact-info {
        margin-bottom: 2rem;
    }

    .contact-form {
        margin-top: 0;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        max-width: 540px;
        padding: 0 1rem;
    }

    
    .hero-section {
        padding: 3rem 0;
        min-height: auto;
    }

    .hero-content {
        text-align: center;
        margin-bottom: 2rem;
    }

    .hero-title {
        font-size: 2rem;
        margin-bottom: 1rem;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 0.75rem;
        align-items: stretch;
    }

    .hero-buttons .btn {
        width: 100%;
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }

    .hero-image {
        margin-top: 2rem;
    }

    .hero-banner-image,
    .hero-video-iframe,
    .hero-placeholder {
        border-radius: 15px;
        max-height: 300px;
    }

    
    .section-padding {
        padding: 3rem 0;
    }

    .section-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }

    .section-sub {
        font-size: 0.95rem;
    }

    
    .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    
    .card {
        border-radius: 15px;
    }

    .card .thumb {
        height: 180px;
    }

    .card .content {
        padding: 1.25rem;
    }

    .card-title {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }

    .card-text {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }

    
    .pricing-card-modern {
        padding: 1.75rem 1.25rem;
        margin-bottom: 1.5rem;
    }

    .plan-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .plan-title-modern {
        font-size: 1.5rem;
    }

    .amount-modern {
        font-size: 2.25rem;
    }

    .currency-modern {
        font-size: 1rem;
    }

    .period-modern {
        font-size: 0.9rem;
    }

    .feature-item-modern {
        padding: 0.625rem 0;
        font-size: 0.9rem;
    }

    .btn-modern {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }

    
    .about {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .about .card {
        padding: 1.25rem;
    }

    .about .card h3 {
        font-size: 1.75rem;
    }

    
    .contact-info {
        margin-bottom: 2rem;
    }

    .info-item {
        flex-direction: column;
        text-align: center;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .info-item i {
        font-size: 2rem;
        margin-bottom: 0.75rem;
    }

    .contact-form {
        margin-top: 0;
    }

    .contact-form .form-control {
        padding: 0.875rem;
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }

    
    .testimonial-carousel {
        padding: 0 1rem;
    }

    .testimonial-card {
        padding: 1.5rem;
    }

    
    .modal-dialog {
        margin: 1rem;
        max-width: calc(100% - 2rem);
    }

    .modal-content {
        border-radius: 15px;
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 1.25rem;
    }
}


@media (max-width: 575.98px) {
    .container {
        padding: 0 1rem;
    }

    
    .hero-section {
        padding: 2.5rem 0;
        min-height: auto;
    }

    .hero-content {
        text-align: center;
        margin-bottom: 2rem;
    }

    .hero-title {
        font-size: clamp(1.4rem, 6vw, 1.75rem);
        margin-bottom: 0.75rem;
        line-height: 1.25;
    }

    .hero-subtitle {
        font-size: clamp(0.85rem, 3.5vw, 0.95rem);
        margin-bottom: 1.25rem;
        line-height: 1.5;
        padding: 0 0.5rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 0.75rem;
        align-items: stretch;
        padding: 0 0.5rem;
    }

    .hero-buttons .btn {
        width: 100%;
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }

    .hero-buttons .btn i {
        font-size: 0.85rem;
    }

    .hero-image {
        margin-top: 1.5rem;
    }

    .hero-banner-image,
    .hero-video-iframe,
    .hero-placeholder {
        border-radius: 12px;
        max-height: 250px;
    }

    .hero-placeholder {
        height: 250px;
        padding: 1.5rem;
    }

    .hero-placeholder i {
        font-size: 3rem;
    }

    .hero-placeholder h5 {
        font-size: 1rem;
    }

    .hero-placeholder p {
        font-size: 0.8rem;
    }

    
    .section-padding {
        padding: 2rem 0;
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        padding: 0 0.5rem;
    }

    .section-sub {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
        padding: 0 0.5rem;
    }

    
    .grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .grid .card {
        height: auto !important;
        min-height: 150px !important;
    }

    
    .card {
        border-radius: 12px;
        margin-bottom: 1.25rem;
    }

    .card .thumb {
        height: 200px;
        border-radius: 12px 12px 0 0;
    }

    .card .thumb img {
        border-radius: 12px 12px 0 0;
    }

    .card .content {
        padding: 1.25rem;
    }

    .card-title {
        font-size: 1.05rem;
        margin-bottom: 0.4rem;
        line-height: 1.3;
    }

    .card-text {
        font-size: 0.875rem;
        margin-bottom: 1rem;
        line-height: 1.6;
    }

    .card .cta {
        flex-direction: column;
        gap: 0.5rem;
    }

    .card .cta .btn {
        width: 100%;
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }

    
    .pricing-card-modern {
        padding: 1.5rem 1rem;
        margin-bottom: 1.5rem;
        border-radius: 20px;
    }

    .pricing-card-modern.popular {
        transform: scale(1);
        margin-top: 0;
    }

    .popular-badge-modern {
        top: 0.75rem;
        right: 0.75rem;
        padding: 0.4rem 0.75rem;
        font-size: 0.65rem;
    }

    .plan-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .plan-title-modern {
        font-size: 1.35rem;
        margin-bottom: 0.875rem;
    }

    .price-modern {
        margin-bottom: 0.875rem;
    }

    .amount-modern {
        font-size: 2rem;
    }

    .currency-modern {
        font-size: 0.95rem;
    }

    .period-modern {
        font-size: 0.85rem;
    }

    .plan-description-modern {
        font-size: 0.875rem;
    }

    .pricing-features-modern {
        margin-bottom: 1.5rem;
    }

    .feature-item-modern {
        padding: 0.625rem 0;
        font-size: 0.875rem;
    }

    .feature-icon {
        width: 20px;
        height: 20px;
        font-size: 0.65rem;
        margin-right: 0.75rem;
    }

    .feature-item-modern span {
        font-size: 0.875rem;
    }

    .btn-modern {
        padding: 0.875rem 1.25rem;
        font-size: 0.9rem;
        border-radius: 40px;
    }

    .btn-modern i {
        font-size: 0.85rem;
    }

    
    .about {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .about .card {
        padding: 1.25rem;
        text-align: center;
    }

    .about .card h3 {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
    }

    .about .card p {
        font-size: 0.875rem;
    }

    .about-content {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    
    .contact-info {
        margin-bottom: 2rem;
    }

    .info-item {
        flex-direction: column;
        text-align: center;
        padding: 1.25rem 1rem;
        margin-bottom: 1.25rem;
        border-radius: 12px;
    }

    .info-item i {
        font-size: 2.5rem;
        margin-bottom: 0.875rem;
    }

    .info-item h5 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }

    .info-item p {
        font-size: 0.9rem;
    }

    .contact-form {
        margin-top: 0;
    }

    .contact-form .form-control {
        padding: 0.875rem;
        font-size: 0.9rem;
        margin-bottom: 1rem;
        border-radius: 10px;
    }

    .contact-form textarea.form-control {
        min-height: 120px;
    }

    .contact-form .btn {
        width: 100%;
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }

    
    .testimonial-carousel {
        padding: 0 0.5rem;
    }

    .testimonial-card {
        padding: 1.5rem 1.25rem;
    }

    .testimonial-content p {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .testimonial-author {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .author-avatar {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }

    .author-info h5 {
        font-size: 1rem;
    }

    .author-info p {
        font-size: 0.85rem;
    }

    
    .modal-dialog {
        margin: 0.5rem;
        max-width: calc(100% - 1rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 1rem);
    }

    .modal-content {
        border-radius: 15px;
        max-height: calc(100vh - 1rem);
        overflow-y: auto;
    }

    .modal-header {
        padding: 1rem;
        border-radius: 15px 15px 0 0;
    }

    .modal-title {
        font-size: 1.1rem;
    }

    .modal-body {
        padding: 1rem;
        max-height: calc(100vh - 200px);
        overflow-y: auto;
    }

    .modal-footer {
        padding: 1rem;
        border-radius: 0 0 15px 15px;
        flex-direction: column;
        gap: 0.5rem;
    }

    .modal-footer .btn {
        width: 100%;
        margin: 0;
    }

    
    .order-modal-custom {
        max-width: 100%;
    }

    .order-modal-custom .modal-body {
        padding: 1.25rem 1rem;
    }

    .payment-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.5rem !important;
    }

    .payment-option {
        padding: 0.75rem 0.5rem !important;
    }

    .payment-option i {
        font-size: 1.1rem !important;
    }

    .payment-option .small {
        font-size: 0.7rem !important;
    }

    
    .btn {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
        border-radius: 10px;
    }

    .btn-lg {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }

    .btn-sm {
        padding: 0.5rem 0.875rem;
        font-size: 0.8rem;
    }

    
    h1,
    .h1 {
        font-size: 1.75rem;
    }

    h2,
    .h2 {
        font-size: 1.5rem;
    }

    h3,
    .h3 {
        font-size: 1.25rem;
    }

    h4,
    .h4 {
        font-size: 1.1rem;
    }

    h5,
    .h5 {
        font-size: 1rem;
    }

    h6,
    .h6 {
        font-size: 0.9rem;
    }

    .lead {
        font-size: 1rem;
    }

    
    .form-control {
        padding: 0.75rem;
        font-size: 0.9rem;
        border-radius: 10px;
    }

    .form-label {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }

    
    .badge {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }

    .tag {
        font-size: 0.7rem;
        padding: 0.4rem 0.8rem;
    }

    
    .pricing-info {
        flex-direction: column;
        gap: 0.5rem;
    }

    .plan-badge {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem;
    }

    .plan-options {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem;
    }

    
    .cta {
        flex-direction: column;
        gap: 0.5rem;
    }

    .cta .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .cta .btn:last-child {
        margin-bottom: 0;
    }

    
    .reveal {
        opacity: 1 !important;
        transform: none !important;
    }

    
    #vanta-halo {
        display: none;
    }

    .hero-section {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    }
}


@media (max-width: 375px) {
    .container {
        padding: 0 0.75rem;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 0.875rem;
    }

    .section-title {
        font-size: 1.35rem;
    }

    .pricing-card-modern {
        padding: 1.25rem 0.875rem;
    }

    .amount-modern {
        font-size: 1.75rem;
    }

    .card .content {
        padding: 1rem;
    }

    .modal-dialog {
        margin: 0.25rem;
        max-width: calc(100% - 0.5rem);
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 0.875rem;
    }
}


@media (orientation: landscape) and (max-height: 500px) {
    .hero-section {
        padding: 2rem 0;
        min-height: auto;
    }

    .hero-title {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .hero-subtitle {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }

    .hero-buttons {
        flex-direction: row;
        gap: 0.75rem;
    }

    .hero-buttons .btn {
        flex: 1;
        padding: 0.625rem 1rem;
        font-size: 0.85rem;
    }

    .section-padding {
        padding: 2rem 0;
    }

    .modal-dialog {
        max-height: calc(100vh - 1rem);
    }

    .modal-body {
        max-height: calc(100vh - 150px);
    }
}


@media (hover: none) and (pointer: coarse) {

    .card:hover,
    .pricing-card-modern:hover {
        transform: none;
    }

    .btn:hover {
        transform: none;
    }

    
    .btn {
        min-height: 44px;
        min-width: 44px;
    }

    .form-control {
        min-height: 44px;
    }

    .payment-option {
        min-height: 60px;
    }
}


@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .hero-banner-image,
    .card .thumb img,
    .testimonial-card img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}



body.dark-mode,
html.dark {
    background: var(--bg) !important;
    color: var(--text) !important;
}


body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode .h1,
body.dark-mode .h2,
body.dark-mode .h3,
body.dark-mode .h4,
body.dark-mode .h5,
body.dark-mode .h6,
html.dark h1,
html.dark h2,
html.dark h3,
html.dark h4,
html.dark h5,
html.dark h6,
html.dark .h1,
html.dark .h2,
html.dark .h3,
html.dark .h4,
html.dark .h5,
html.dark .h6 {
    color: var(--text) !important;
}


body.dark-mode p,
body.dark-mode span,
body.dark-mode div,
body.dark-mode label,
body.dark-mode small,
body.dark-mode .text,
html.dark p,
html.dark span,
html.dark div,
html.dark label,
html.dark small,
html.dark .text {
    color: var(--text) !important;
}


body.dark-mode .text-muted,
html.dark .text-muted {
    color: var(--muted) !important;
    opacity: 0.9 !important;
}


body.dark-mode a,
body.dark-mode .nav-link,
body.dark-mode .dropdown-item,
html.dark a,
html.dark .nav-link,
html.dark .dropdown-item {
    color: var(--accent) !important;
}

body.dark-mode a:hover,
body.dark-mode .nav-link:hover,
html.dark a:hover,
html.dark .nav-link:hover {
    color: var(--accent-2) !important;
}


body.dark-mode .card,
body.dark-mode .card-body,
body.dark-mode .card-header,
body.dark-mode .card-footer,
html.dark .card,
html.dark .card-body,
html.dark .card-header,
html.dark .card-footer {
    background: var(--card) !important;
    border-color: var(--border) !important;
    color: var(--text) !important;
}

body.dark-mode .card-title,
body.dark-mode .card-text,
html.dark .card-title,
html.dark .card-text {
    color: var(--text) !important;
}


body.dark-mode .btn,
html.dark .btn {
    color: #ffffff !important;
}

body.dark-mode .btn-outline-primary,
html.dark .btn-outline-primary {
    border-color: var(--accent) !important;
    color: var(--accent) !important;
}

body.dark-mode .btn-outline-primary:hover,
html.dark .btn-outline-primary:hover {
    background: var(--accent) !important;
    color: #ffffff !important;
}

body.dark-mode .btn-outline-light,
html.dark .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

body.dark-mode .btn-outline-light:hover,
html.dark .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}


body.dark-mode .section-title,
body.dark-mode .section-sub,
body.dark-mode .hero-title,
body.dark-mode .hero-subtitle,
html.dark .section-title,
html.dark .section-sub,
html.dark .hero-title,
html.dark .hero-subtitle {
    color: var(--text) !important;
}


body.dark-mode .about-content,
body.dark-mode .about .card h3,
body.dark-mode .about .card p,
html.dark .about-content,
html.dark .about .card h3,
html.dark .about .card p {
    color: var(--text) !important;
}


body.dark-mode .service h3,
body.dark-mode .service p,
html.dark .service h3,
html.dark .service p {
    color: var(--text) !important;
}


body.dark-mode .card-title,
body.dark-mode .card-text,
body.dark-mode .tag,
html.dark .card-title,
html.dark .card-text,
html.dark .tag {
    color: var(--text) !important;
}


body.dark-mode .navbar,
body.dark-mode .navbar-brand,
body.dark-mode .navbar-brand span,
body.dark-mode .nav-link,
html.dark .navbar,
html.dark .navbar-brand,
html.dark .navbar-brand span,
html.dark .nav-link {
    color: var(--text) !important;
}

body.dark-mode .nav-link.active,
html.dark .nav-link.active {
    color: var(--accent) !important;
}


body.dark-mode .dropdown-menu,
body.dark-mode .dropdown-item,
html.dark .dropdown-menu,
html.dark .dropdown-item {
    background: var(--card) !important;
    border-color: var(--border) !important;
    color: var(--text) !important;
}

body.dark-mode .dropdown-item:hover,
html.dark .dropdown-item:hover {
    background: rgba(124, 92, 255, 0.1) !important;
    color: var(--accent) !important;
}


body.dark-mode .form-control,
body.dark-mode .form-select,
body.dark-mode input,
body.dark-mode textarea,
body.dark-mode select,
html.dark .form-control,
html.dark .form-select,
html.dark input,
html.dark textarea,
html.dark select {
    background: var(--card) !important;
    border-color: var(--border) !important;
    color: var(--text) !important;
}

body.dark-mode .form-control::placeholder,
body.dark-mode .form-select::placeholder,
html.dark .form-control::placeholder,
html.dark .form-select::placeholder {
    color: var(--muted) !important;
    opacity: 0.7 !important;
}


body.dark-mode .modal-content,
body.dark-mode .modal-header,
body.dark-mode .modal-body,
body.dark-mode .modal-footer,
html.dark .modal-content,
html.dark .modal-header,
html.dark .modal-body,
html.dark .modal-footer {
    background: var(--card) !important;
    border-color: var(--border) !important;
    color: var(--text) !important;
}

body.dark-mode .modal-title,
html.dark .modal-title {
    color: var(--text) !important;
}


body.dark-mode table,
body.dark-mode .table,
body.dark-mode .table th,
body.dark-mode .table td,
html.dark table,
html.dark .table,
html.dark .table th,
html.dark .table td {
    color: var(--text) !important;
    border-color: var(--border) !important;
}

body.dark-mode .table thead th,
html.dark .table thead th {
    background: var(--card) !important;
    color: var(--text) !important;
}


body.dark-mode .badge,
body.dark-mode .tag,
html.dark .badge,
html.dark .tag {
    color: var(--text) !important;
    background: var(--card) !important;
    border-color: var(--border) !important;
}


body.dark-mode .alert,
html.dark .alert {
    background: var(--card) !important;
    border-color: var(--border) !important;
    color: var(--text) !important;
}


body.dark-mode .breadcrumb,
body.dark-mode .breadcrumb-item,
html.dark .breadcrumb,
html.dark .breadcrumb-item {
    color: var(--text) !important;
}

body.dark-mode .breadcrumb-item.active,
html.dark .breadcrumb-item.active {
    color: var(--muted) !important;
}


body.dark-mode .pagination .page-link,
html.dark .pagination .page-link {
    background: var(--card) !important;
    border-color: var(--border) !important;
    color: var(--text) !important;
}

body.dark-mode .pagination .page-item.active .page-link,
html.dark .pagination .page-item.active .page-link {
    background: var(--accent) !important;
    border-color: var(--accent) !important;
    color: #ffffff !important;
}


body.dark-mode .list-group-item,
html.dark .list-group-item {
    background: var(--card) !important;
    border-color: var(--border) !important;
    color: var(--text) !important;
}


body.dark-mode .progress,
html.dark .progress {
    background: var(--card) !important;
}

body.dark-mode .progress-bar,
html.dark .progress-bar {
    background: var(--accent) !important;
}


body.dark-mode .tooltip .tooltip-inner,
html.dark .tooltip .tooltip-inner {
    background: var(--card) !important;
    color: var(--text) !important;
}


body.dark-mode .popover,
body.dark-mode .popover-header,
body.dark-mode .popover-body,
html.dark .popover,
html.dark .popover-header,
html.dark .popover-body {
    background: var(--card) !important;
    border-color: var(--border) !important;
    color: var(--text) !important;
}


body.dark-mode .hero-section,
body.dark-mode .hero-content,
html.dark .hero-section,
html.dark .hero-content {
    color: var(--text) !important;
}

body.dark-mode .hero-title,
body.dark-mode .hero-subtitle,
html.dark .hero-title,
html.dark .hero-subtitle {
    color: var(--text) !important;
}

body.dark-mode .text-gradient,
html.dark .text-gradient {
    background: linear-gradient(135deg,
            var(--accent),
            var(--accent-2)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}


body.dark-mode #about,
body.dark-mode #about .section-title,
body.dark-mode #about .section-sub,
html.dark #about,
html.dark #about .section-title,
html.dark #about .section-sub {
    color: var(--text) !important;
}

body.dark-mode .about-content,
body.dark-mode .about-content *,
html.dark .about-content,
html.dark .about-content * {
    color: var(--text) !important;
}

body.dark-mode .counter,
html.dark .counter {
    color: var(--accent) !important;
}


body.dark-mode #portfolio,
body.dark-mode #portfolio .section-title,
html.dark #portfolio,
html.dark #portfolio .section-title {
    color: var(--text) !important;
}


body.dark-mode .testimonial-card,
body.dark-mode .testimonial-content,
body.dark-mode .testimonial-author,
html.dark .testimonial-card,
html.dark .testimonial-content,
html.dark .testimonial-author {
    background: var(--card) !important;
    border-color: var(--border) !important;
    color: var(--text) !important;
}

body.dark-mode .testimonial-content p,
body.dark-mode .testimonial-author h5,
body.dark-mode .testimonial-author p,
html.dark .testimonial-content p,
html.dark .testimonial-author h5,
html.dark .testimonial-author p {
    color: var(--text) !important;
}


body.dark-mode #contact,
body.dark-mode #contact .section-title,
body.dark-mode .contact-info,
body.dark-mode .info-item,
html.dark #contact,
html.dark #contact .section-title,
html.dark .contact-info,
html.dark .info-item {
    color: var(--text) !important;
}

body.dark-mode .info-item i,
html.dark .info-item i {
    color: var(--accent) !important;
}


body.dark-mode .hero-placeholder,
body.dark-mode .hero-placeholder h5,
body.dark-mode .hero-placeholder p,
html.dark .hero-placeholder,
html.dark .hero-placeholder h5,
html.dark .hero-placeholder p {
    color: var(--muted) !important;
}


body.dark-mode .hero-3d-placeholder h5,
body.dark-mode .hero-3d-placeholder p,
body.dark-mode .hero-link-placeholder h5,
body.dark-mode .hero-link-placeholder p,
html.dark .hero-3d-placeholder h5,
html.dark .hero-3d-placeholder p,
html.dark .hero-link-placeholder h5,
html.dark .hero-link-placeholder p {
    color: var(--text) !important;
}


body.dark-mode *:not(script):not(style):not(noscript):not(meta):not(link):not(title):not(.pricing-card-modern *):not(.plan-title-modern):not(.amount-modern):not(.currency-modern):not(.period-modern):not(.plan-description-modern):not(.feature-item-modern span) {
    color: inherit !important;
}


body.dark-mode .pricing-card-modern *,
html.dark .pricing-card-modern * {
    color: inherit !important;
}


body.dark-mode,
html.dark {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body.dark-mode .pricing-card-modern .plan-title-modern,
body.dark-mode .pricing-card-modern .amount-modern,
body.dark-mode .pricing-card-modern .currency-modern,
body.dark-mode .pricing-card-modern .period-modern,
body.dark-mode .pricing-card-modern .plan-description-modern,
body.dark-mode .pricing-card-modern .feature-item-modern span,
html.dark .pricing-card-modern .plan-title-modern,
html.dark .pricing-card-modern .amount-modern,
html.dark .pricing-card-modern .currency-modern,
html.dark .pricing-card-modern .period-modern,
html.dark .pricing-card-modern .plan-description-modern,
html.dark .pricing-card-modern .feature-item-modern span {
    opacity: 1 !important;
    visibility: visible !important;
}


body.dark-mode .btn-modern,
body.dark-mode .btn-modern span,
body.dark-mode .btn-modern i,
html.dark .btn-modern,
html.dark .btn-modern span,
html.dark .btn-modern i {
    color: #ffffff !important;
    opacity: 1 !important;
}




body.dark-mode .services-section,
html.dark .services-section {
    background: var(--bg) !important;
}

body.dark-mode .services-content,
html.dark .services-content {
    background: rgba(30, 30, 40, 0.6) !important;
    border: 1px solid var(--border) !important;
}

body.dark-mode .service-card,
html.dark .service-card {
    background: var(--card) !important;
    border: 1px solid var(--border) !important;
    color: var(--text) !important;
}

body.dark-mode .service-card h4,
body.dark-mode .service-card p,
html.dark .service-card h4,
html.dark .service-card p {
    color: var(--text) !important;
}

body.dark-mode .services-section h1,
body.dark-mode .services-section .display-4,
body.dark-mode .services-section .lead,
html.dark .services-section h1,
html.dark .services-section .display-4,
html.dark .services-section .lead {
    color: var(--text) !important;
}


body.dark-mode .pricing-card,
html.dark .pricing-card {
    background: var(--card) !important;
    border-color: var(--border) !important;
    color: var(--text) !important;
}

body.dark-mode .pricing-card .plan-title,
body.dark-mode .pricing-card .amount,
body.dark-mode .pricing-card .currency,
body.dark-mode .pricing-card .period,
body.dark-mode .pricing-card .plan-description,
body.dark-mode .pricing-card .feature-item span,
html.dark .pricing-card .plan-title,
html.dark .pricing-card .amount,
html.dark .pricing-card .currency,
html.dark .pricing-card .period,
html.dark .pricing-card .plan-description,
html.dark .pricing-card .feature-item span {
    color: var(--text) !important;
}

body.dark-mode .pricing-card .feature-item,
html.dark .pricing-card .feature-item {
    border-bottom-color: var(--border) !important;
}

body.dark-mode .pricing-card.popular,
html.dark .pricing-card.popular {
    border-color: rgba(255, 193, 7, 0.5) !important;
}

body.dark-mode .popular-badge,
html.dark .popular-badge {
    background: linear-gradient(135deg, #f59e0b, #f97316) !important;
    color: #ffffff !important;
}


body.dark-mode .section-padding,
html.dark .section-padding {
    background: var(--bg) !important;
}

body.dark-mode .grid .card,
html.dark .grid .card {
    background: var(--card) !important;
    border-color: var(--border) !important;
}

body.dark-mode .card .content,
body.dark-mode .card .card-title,
body.dark-mode .card .card-text,
html.dark .card .content,
html.dark .card .card-title,
html.dark .card .card-text {
    color: var(--text) !important;
}

body.dark-mode .plan-badge,
body.dark-mode .plan-badge .price,
html.dark .plan-badge,
html.dark .plan-badge .price {
    color: var(--text) !important;
}


body.dark-mode .news-section,
body.dark-mode .berita-section,
html.dark .news-section,
html.dark .berita-section {
    background: var(--bg) !important;
}

body.dark-mode .berita-card,
body.dark-mode .news-card,
html.dark .berita-card,
html.dark .news-card {
    background: var(--card) !important;
    border-color: var(--border) !important;
    color: var(--text) !important;
}

body.dark-mode .berita-card h3,
body.dark-mode .news-card h3,
html.dark .berita-card h3,
html.dark .news-card h3,
#news .card h4 {
    color: var(--accent-2) !important;
}

body.dark-mode .berita-card p,
body.dark-mode .news-card p,
html.dark .berita-card p,
html.dark .news-card p,
#news .card p {
    color: var(--muted) !important;
}


body.dark-mode .about-section,
html.dark .about-section {
    background: var(--bg) !important;
}

body.dark-mode .about-content,
body.dark-mode .about-content *,
html.dark .about-content,
html.dark .about-content * {
    color: var(--text) !important;
}


body.dark-mode .contact-section,
html.dark .contact-section {
    background: var(--bg) !important;
}

body.dark-mode .contact-form,
body.dark-mode .contact-info,
html.dark .contact-form,
html.dark .contact-info {
    background: var(--card) !important;
    border-color: var(--border) !important;
    color: var(--text) !important;
}


body.dark-mode .page-content,
body.dark-mode .page-content *,
html.dark .page-content,
html.dark .page-content * {
    color: var(--text) !important;
}

body.dark-mode .page-content h1,
body.dark-mode .page-content h2,
body.dark-mode .page-content h3,
body.dark-mode .page-content h4,
body.dark-mode .page-content h5,
body.dark-mode .page-content h6,
html.dark .page-content h1,
html.dark .page-content h2,
html.dark .page-content h3,
html.dark .page-content h4,
html.dark .page-content h5,
html.dark .page-content h6 {
    color: var(--text) !important;
}


body.dark-mode .testimonial-section,
html.dark .testimonial-section {
    background: var(--bg) !important;
}

body.dark-mode .testimonial-item,
body.dark-mode .testimonial-content,
html.dark .testimonial-item,
html.dark .testimonial-content {
    background: var(--card) !important;
    border-color: var(--border) !important;
    color: var(--text) !important;
}


body.dark-mode #portfolio,
html.dark #portfolio {
    background: var(--bg) !important;
}


body.dark-mode .display-1,
body.dark-mode .display-2,
body.dark-mode .display-3,
body.dark-mode .display-4,
body.dark-mode .display-5,
body.dark-mode .display-6,
html.dark .display-1,
html.dark .display-2,
html.dark .display-3,
html.dark .display-4,
html.dark .display-5,
html.dark .display-6 {
    color: var(--text) !important;
}


body.dark-mode .lead,
html.dark .lead {
    color: var(--muted) !important;
    opacity: 0.95 !important;
}


body.dark-mode .text-primary,
html.dark .text-primary {
    color: var(--accent) !important;
}

body.dark-mode .text-secondary,
html.dark .text-secondary {
    color: var(--muted) !important;
}

body.dark-mode .text-success,
html.dark .text-success {
    color: #10b981 !important;
}

body.dark-mode .text-danger,
html.dark .text-danger {
    color: #ef4444 !important;
}

body.dark-mode .text-warning,
html.dark .text-warning {
    color: #f59e0b !important;
}

body.dark-mode .text-info,
html.dark .text-info {
    color: #06b6d4 !important;
}


body.dark-mode section,
body.dark-mode .section,
html.dark section,
html.dark .section {
    background: var(--bg) !important;
}


body.dark-mode *,
html.dark * {
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease !important;
}


body.dark-mode p,
body.dark-mode span,
body.dark-mode div,
body.dark-mode li,
body.dark-mode td,
body.dark-mode th,
html.dark p,
html.dark span,
html.dark div,
html.dark li,
html.dark td,
html.dark th {
    color: var(--text) !important;
    opacity: 1 !important;
}


body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
html.dark h1,
html.dark h2,
html.dark h3,
html.dark h4,
html.dark h5,
html.dark h6 {
    color: var(--text) !important;
    font-weight: 700 !important;
}


body.dark-mode ul,
body.dark-mode ol,
body.dark-mode li,
html.dark ul,
html.dark ol,
html.dark li {
    color: var(--text) !important;
}


body.dark-mode blockquote,
html.dark blockquote {
    color: var(--text) !important;
    border-left-color: var(--accent) !important;
}


body.dark-mode code,
body.dark-mode pre,
html.dark code,
html.dark pre {
    background: var(--card) !important;
    color: var(--text) !important;
    border-color: var(--border) !important;
}


body.dark-mode mark,
html.dark mark {
    background: rgba(124, 92, 255, 0.3) !important;
    color: var(--text) !important;
}


body.dark-mode img,
html.dark img {
    opacity: 1 !important;
    filter: brightness(0.95) !important;
}


body.dark-mode .container,
body.dark-mode .container-fluid,
body.dark-mode .row,
body.dark-mode .col,
html.dark .container,
html.dark .container-fluid,
html.dark .row,
html.dark .col {
    color: inherit !important;
}


body.light-mode .services-section,
html.light .services-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

body.light-mode .services-section h1,
body.light-mode .services-section .display-4,
body.light-mode .services-section .lead,
body.light-mode .services-section .section-title,
html.light .services-section h1,
html.light .services-section .display-4,
html.light .services-section .lead,
html.light .services-section .section-title {
    color: #ffffff !important;
}

body.light-mode .service-card,
html.light .service-card {
    background: #ffffff !important;
}

body.light-mode .service-card h4,
html.light .service-card h4 {
    color: #333333 !important;
}

body.light-mode .service-card p,
html.light .service-card p {
    color: #666666 !important;
}


@media print {

    .hero-section,
    .section-padding {
        page-break-inside: avoid;
    }

    .card,
    .pricing-card-modern {
        page-break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .btn,
    .modal,
    .testimonial-carousel .swiper-pagination {
        display: none;
    }
}


.back-to-top {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
    cursor: pointer;
}

.back-to-top i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.4);
    transform: translateY(-5px);
    border-color: transparent;
    color: #fff;
}

.back-to-top:hover i {
    transform: translateY(-3px);
}


body.light-mode .back-to-top {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(0, 0, 0, 0.05);
    color: #1e293b;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

body.light-mode .back-to-top:hover {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    color: #fff;
}


@media (max-width: 767px) {

    
    #services-grid,
    .grid,
    .products-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        margin-bottom: 2rem !important;
    }

    #services-grid .service-card-container,
    .section-padding div[class*="col-"] {
        padding-left: 4px !important;
        padding-right: 4px !important;
        margin-bottom: 8px !important;
        width: 100% !important;
        max-width: none !important;
        flex: 0 0 100% !important;
    }

    
    .pricing-card-modern,
    .card {
        padding: 15px !important;
        border-radius: 16px !important;
        height: auto !important;
        min-height: 100px !important;
        display: flex !important;
        flex-direction: column !important;
        text-align: left !important;
        justify-content: flex-start !important;
        background: rgba(30, 41, 59, 0.7) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    }

    
    .plan-title-modern,
    .card-title,
    .content h4 {
        font-size: 11.5px !important;
        font-weight: 800 !important;
        margin: 0 0 2px 0 !important;
        line-height: 1.2 !important;
        color: #fff !important;
        text-align: left !important;
    }

    
    .pricing-info {
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
        width: 100% !important;
    }

    .plan-badge {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        padding: 1px 0 !important;
    }

    .amount-modern,
    .pricing-info .price,
    .plan-price {
        font-size: 13px !important;
        font-weight: 800 !important;
        margin: 0 !important;
        color: #fff !important;
    }

    .currency-modern,
    .period-modern {
        font-size: 8px !important;
        opacity: 0.8;
    }

    
    .pricing-info p.text-muted {
        font-size: 8px !important;
        text-align: left !important;
        margin: 2px 0 !important;
        opacity: 0.7;
    }

    .badge,
    .tag {
        font-size: 7.5px !important;
        font-weight: 700 !important;
        padding: 1px 4px !important;
        border-radius: 4px !important;
        text-transform: uppercase !important;
        display: inline-flex !important;
        align-items: center !important;
        margin: 0 !important;
    }

    
    .plan-description-modern,
    .card-text,
    .content p {
        font-size: 10px !important;
        line-height: 1.4 !important;
        opacity: 0.8 !important;
        margin-top: 4px !important;
        margin-bottom: 8px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-align: left !important;
    }

    
    .pricing-features-modern {
        display: block !important;
        margin: 6px 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-top: 6px;
    }

    .feature-item-modern {
        font-size: 9px !important;
        padding: 1px 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    .feature-icon {
        width: 12px !important;
        height: 12px !important;
        font-size: 6px !important;
        margin-right: 4px !important;
    }

    
    .thumb,
    .thumb img,
    .home-berita-image,
    .placeholder-image {
        height: 85px !important;
        border-radius: 12px !important;
        object-fit: cover !important;
        margin-bottom: 8px !important;
    }

    .plan-icon {
        width: 24px !important;
        height: 24px !important;
        font-size: 10px !important;
        margin: 0 0 6px 0 !important;
        text-align: left !important;
    }

    
    .popular-badge-modern {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        font-size: 7px !important;
        padding: 2px 5px !important;
        border-radius: 4px !important;
        margin-bottom: 6px !important;
        display: inline-block !important;
        width: fit-content !important;
        margin-left: 0 !important;
        background: linear-gradient(135deg, #f59e0b, #d97706) !important;
    }

    
    .btn-modern,
    .btn-sm:not(.grid .card .btn-sm),
    
    .cta .btn:not(.grid .card .btn-sm) {
        padding: 7px 8px !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        border-radius: 10px !important;
        width: 100% !important;
        margin-top: 4px !important;
        display: block !important;
        text-align: center !important;
    }

    
    .grid .card .btn-sm {
        padding: 4px 0 !important;
        font-size: 0.5rem !important;
        
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        min-height: 20px !important;
        line-height: 1 !important;
        letter-spacing: -0.3px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .cta {
        flex-direction: column !important;
        gap: 3px !important;
        margin-top: auto !important;
        padding-top: 10px;
    }

    
    #contact .row {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        margin: 0 !important;
    }

    #contact .col-lg-6 {
        padding: 0 !important;
        width: 100% !important;
    }

    
    .contact-info,
    .contact-form {
        padding: 24px !important;
        border-radius: 20px !important;
        background: rgba(255, 255, 255, 0.05) !important;
        backdrop-filter: blur(15px) !important;
        border: 1px solid rgba(255, 255, 255, 0.1) !important;
        width: 100% !important;
    }

    
    #contact .info-item {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 15px !important;
        padding: 0 !important;
        margin-bottom: 25px !important;
        text-align: left !important;
        width: 100% !important;
        background: transparent !important;
        backdrop-filter: none !important;
        border: none !important;
    }

    #contact .info-item i {
        width: 45px !important;
        height: 45px !important;
        min-width: 45px !important;
        flex-shrink: 0 !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #contact .info-item>div {
        flex: 1 !important;
        margin: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
        display: block !important;
    }

    #contact .info-item h5,
    #contact .info-item p {
        text-align: left !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .info-item i {
        width: 45px !important;
        height: 45px !important;
        min-width: 45px !important;
        font-size: 1.2rem !important;
        border-radius: 12px !important;
    }

    .info-item h5 {
        font-size: 15px !important;
        margin-bottom: 2px !important;
    }

    .info-item p {
        font-size: 13px !important;
        line-height: 1.4 !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }

    .contact-form .form-control {
        font-size: 14px !important;
        padding: 12px 15px !important;
        border-radius: 12px !important;
        margin-bottom: 15px !important;
    }

    .btn-contact-submit {
        width: 100% !important;
        padding: 14px !important;
        font-size: 15px !important;
        margin-top: 5px !important;
        border-radius: 12px !important;
    }

    

    .social-links {
        margin-bottom: 10px !important;
        justify-content: flex-start !important;
    }

    .copyright {
        font-size: 10px !important;
        opacity: 0.6 !important;
    }
}


.glass-modal .modal-content {
    background: transparent;
    box-shadow: none;
}

.modal-backdrop.show {
    opacity: 0.6 !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.glass-modal {
    z-index: 10055 !important;
}

.glass-card-wrapper {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #333;
}

body.dark-mode .glass-card-wrapper {
    background: rgba(30, 41, 59, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #f1f5f9;
}

body.dark-mode .modal-header .modal-title {
    color: #f8fafc !important;
}

body.dark-mode .text-muted {
    color: #94a3b8 !important;
}

.text-shadow-sm {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.glass-modal .form-control,
.glass-modal .form-select {
    background-color: #f8f9fa;
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 10px;
}

body.dark-mode .glass-modal .form-control,
body.dark-mode .glass-modal .form-select {
    background-color: rgba(15, 23, 42, 0.6);
    border-color: rgba(255, 255, 255, 0.1);
    color: #f1f5f9;
}

.glass-modal .form-control:focus {
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.1);
    border-color: #0066ff;
}

body.dark-mode .glass-modal .form-control:focus {
    background-color: rgba(15, 23, 42, 0.8);
    border-color: #0066ff;
}

body.dark-mode .glass-modal .bg-light {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #f1f5f9 !important;
}

body.dark-mode .glass-modal .text-primary {
    color: #60a5fa !important;
}


#snowCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    opacity: 0.8;
}


.section-glow {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}

.glow-primary {
    background: radial-gradient(circle, var(--accent) 0%, transparent 70%);
}

.glow-secondary {
    background: radial-gradient(circle, var(--accent-2) 0%, transparent 70%);
}

.dark-mode .section-glow {
    opacity: 0.2;
}

.light-mode .section-glow {
    opacity: 0.1;
}

/* ============================================
   CONSOLIDATED LANDING PAGE STYLES (Extracted)
   ============================================ */


.testimonial-carousel {
    padding: 20px 0 60px 0;
}

.testimonial-carousel .swiper-slide {
    height: auto;
    padding: 15px;
    opacity: 0.4;
    transform: scale(0.85);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-carousel .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.testimonial-card-modern {
    min-height: 350px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 24px;
    padding: 35px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.testimonial-card-modern p {
    font-size: 0.9rem;
    line-height: 1.5;
}

.testimonial-card-modern:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.testimonial-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.quote-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 2rem;
    color: var(--accent);
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.testimoni-text {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text, #334155);
    margin-bottom: 0;
    font-style: italic;
    position: relative;
    z-index: 1;
}

.rating-stars {
    color: #ffd700;
    font-size: 0.85rem;
    margin-bottom: 20px;
    display: flex;
    gap: 3px;
}

.testimonial-footer {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: auto;
}

.author-profile {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 2px;
}

.author-placeholder {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    font-size: 1.2rem;
}

.author-name {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text, #1e293b);
}

.author-meta {
    margin: 0;
    font-size: 0.85rem;
    color: #94a3b8;
}

.company-name {
    color: #667eea;
    font-weight: 500;
}

.swiper-pagination-custom {
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #667eea;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(102, 126, 234, 0.5);
}


.hero-banner-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.hero-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    background: linear-gradient(135deg,
            rgba(124, 92, 255, 0.1),
            rgba(0, 224, 209, 0.1));
    border: 2px dashed rgba(124, 92, 255, 0.3);
    border-radius: 20px;
    text-align: center;
    padding: 2rem;
}


.category-filter-bar {
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 10;
}

.filter-items {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem;
    border-radius: 50px;
    display: flex;
    gap: 0.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    scroll-behavior: smooth;
    flex-wrap: nowrap;
}

.filter-item {
    background: transparent;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 40px;
    color: var(--text);
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}

.filter-item.active {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}


.pricing-card-modern {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1rem, 3vw, 1.5rem);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* ============================================
   RESPONSIVE AUDIT DEEP FIXES
   ============================================ */
@media (max-width: 991px) {
    .section-padding {
        padding: 5rem 0 !important;
    }
}

@media (max-width: 768px) {
    .hero-banner-image {
        margin-top: 1.5rem;
        max-height: 300px;
        object-fit: cover;
    }

    .hero-placeholder {
        height: 250px;
        margin-top: 1.5rem;
    }

    .pricing-card-modern {
        padding: 2rem 1.5rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .container {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .section-padding {
        padding: 3.5rem 0 !important;
    }

    .filter-items {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0.5rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        border-radius: 12px;
        
    }

    .filter-items::-webkit-scrollbar {
        display: none;
    }

    .filter-item {
        padding: 0.6rem 1.25rem;
        font-size: 0.8rem;
        flex-shrink: 0;
    }

    .testimonial-card-modern {
        padding: 25px;
        min-height: 320px;
    }

    .plan-title-modern {
        font-size: 1.4rem;
    }

    .amount-modern {
        font-size: 1.85rem;
    }

    
    .brand-full {
        display: none !important;
    }

    .brand-mobile {
        display: inline !important;
        font-size: 0.9rem;
        font-weight: 800;
        background: linear-gradient(135deg, #fff, rgba(255, 255, 255, 0.7));
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}


body.dark-mode .testimonial-card-modern,
html.dark .testimonial-card-modern {
    background: rgba(30, 30, 40, 0.7);
    border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .filter-items,
html.dark .filter-items {
    background: rgba(20, 20, 30, 0.8);
    border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .pricing-card-modern,
html.dark .pricing-card-modern {
    background: rgba(30, 30, 40, 0.8) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

/* ============================================
   ULTIMATE MOBILE RESPONSIVENESS OVERRIDES
   ============================================ */


html,
body {
    overflow-x: hidden !important;
    width: 100% !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
}


@media (max-width: 576px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
        width: 100% !important;
    }

    .card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    
    .category-filter-bar {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        padding: 0 5px !important;
    }

    .filter-items {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
        padding-bottom: 10px !important;
        margin-bottom: -10px !important;
        
        scrollbar-width: none !important;
    }

    .filter-items::-webkit-scrollbar {
        display: none !important;
    }

    .filter-item {
        flex: 0 0 auto !important;
        scroll-snap-align: start !important;
        padding: 0.6rem 1.2rem !important;
        font-size: 0.8rem !important;
    }

    
    .hero-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem) !important;
        line-height: 1.2 !important;
        word-wrap: break-word !important;
    }

    .hero-subtitle {
        font-size: 0.95rem !important;
        margin-top: 1rem !important;
    }

    
    .brand-full {
        display: none !important;
    }

    .brand-mobile {
        display: inline !important;
        font-size: 0.9rem !important;
        font-weight: 800 !important;
        white-space: nowrap !important;
    }

    
    .footer-modern {
        padding-bottom: 80px !important;
        
    }

    .footer-modern .footer-content {
        padding-top: 3rem !important;
        padding-bottom: 2rem !important;
    }

    .footer-modern .footer-logo {
        margin-inline: 0 !important;
        max-height: 100px !important;
        max-width: 180px !important;
        margin-bottom: 1.5rem !important;
        display: flex !important;
        justify-content: flex-start !important;
    }

    .footer-modern .footer-logo-img {
        max-height: 60px !important;
        width: auto !important;
        transform: none !important;
    }

    .footer-modern .footer-title {
        font-size: 1.1rem !important;
        margin-bottom: 1.25rem !important;
        font-weight: 800 !important;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: #fff !important;
        text-align: left !important;
    }

    .footer-modern .footer-title::after {
        left: 0 !important;
        transform: none !important;
        width: 40px !important;
        height: 2px !important;
        background: var(--accent) !important;
    }

    .footer-modern .footer-text {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
        margin-bottom: 1.5rem !important;
        color: rgba(255, 255, 255, 0.8) !important;
        max-width: 100%;
        margin-inline: 0;
        text-align: left !important;
    }

    .footer-modern .footer-links,
    .footer-modern .footer-contact-list {
        align-items: flex-start !important;
        gap: 0.8rem !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .footer-modern .footer-links li,
    .footer-modern .footer-contact-list li {
        justify-content: flex-start !important;
        text-align: left !important;
        width: 100% !important;
    }

    .footer-modern .footer-links li a {
        display: inline-block !important;
        padding: 0.2rem 0;
        font-size: 0.9rem !important;
        font-weight: 500;
        text-align: left !important;
    }

    .footer-modern .map-container {
        margin-inline: 0 !important;
        max-width: 100% !important;
        height: 180px !important;
        border-radius: 12px !important;
    }

    .footer-modern .footer-map-btn {
        display: flex !important;
        margin-inline: 0 !important;
        justify-content: center !important;
        width: 100% !important;
        padding: 0.8rem 1rem !important;
        font-size: 0.9rem !important;
    }

    
    .footer-modern .col-lg-2 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding-right: 10px !important;
    }

    
    .footer-bottom {
        margin-top: 1.5rem !important;
        padding-top: 1.5rem !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
        text-align: left !important;
    }

    .footer-social-icons {
        display: flex !important;
        justify-content: flex-start !important;
        gap: 15px !important;
        margin-bottom: 12px !important;
    }

    .footer-copyright-text p {
        text-align: left !important;
        font-size: 0.8rem !important;
        opacity: 0.7 !important;
    }
}


img {
    max-width: 100% !important;
    height: auto !important;
}


.premium-payment-wrapper {
    --p-accent: var(--accent, #3b82f6);
    --p-card: var(--card, #ffffff);
    --p-bg: var(--bg, #f8fafc);
    --p-text: var(--text, #0f172a);
    --p-border: var(--border, #e2e8f0);
    --p-glass: var(--glass, rgba(0, 0, 0, 0.05));
    --p-shadow: var(--shadow);
}


.premium-summary-card {
    background: #0f172a;
    border-radius: 16px;
    color: white;
}

.premium-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(59, 130, 246, 0.2) 0%,
            rgba(37, 99, 235, 0) 100%);
    pointer-events: none;
}

.premium-price-highlight {
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 1.1rem;
    font-weight: 800;
    color: #60a5fa;
    backdrop-filter: blur(4px);
}

.premium-badge-floating {
    position: absolute;
    top: 0;
    right: 0;
    background: #c2410c;
    color: white;
    font-size: 0.6rem;
    padding: 2px 10px;
    border-bottom-left-radius: 8px;
    font-weight: 900;
    letter-spacing: 1px;
}


.forced-logo-header {
    height: 12px !important;
    width: auto !important;
    display: block !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) opacity(0.8);
}

.forced-logo-channel {
    height: 22px !important;
    width: auto !important;
    max-width: 60px !important;
    display: block !important;
    object-fit: contain !important;
}


.premium-card {
    background: var(--p-card) !important;
    border: 1px solid var(--p-border) !important;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.premium-header {
    background: transparent !important;
}

.premium-header:hover {
    background: var(--p-glass) !important;
}

.premium-icon-box {
    width: 32px;
    height: 32px;
    background: rgba(59, 130, 246, 0.1);
    color: var(--p-accent);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.premium-body {
    background: var(--p-bg);
    border-top: 1px solid var(--p-border);
}

.text-dark-blue {
    color: var(--p-text) !important;
}


.premium-channel-label {
    height: 46px;
    width: 100%;
    cursor: pointer;
    border: 1px solid var(--p-border);
    transition: all 0.2s;
    background: #ffffff;
    
}

body.dark-mode .premium-channel-label {
    background: #f1f5f9;
    
}

.premium-channel-label:hover {
    border-color: var(--p-accent);
    transform: translateY(-2px);
    box-shadow: var(--p-shadow);
}

.premium-radio:checked+.premium-channel-label {
    border-color: var(--p-accent) !important;
    background-color: #eff6ff !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2) !important;
}

.transition-rotate-90 {
    transition: transform 0.3s ease;
}

.premium-header[aria-expanded="true"] .transition-rotate-90 {
    transform: rotate(90deg);
}

/* =============================================================
   PRICING CARD â€” REDESIGN (matches reference: white card, bubble price)
   ============================================================= */


#services {
    background: #f4f5f7;
}

body.dark-mode #services,
html.dark #services {
    background: #0d0d14;
}


.pricing-card-modern {
    background: #ffffff !important;
    border: none !important;
    border-radius: 20px !important;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.09) !important;
    padding: 0 !important;
    backdrop-filter: none !important;
    overflow: visible !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease !important;
}

.pricing-card-modern:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15) !important;
}


body.dark-mode .pricing-card-modern,
html.dark .pricing-card-modern {
    background: #1e1e2e !important;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.4) !important;
}


.pricing-header-modern {
    padding: 2rem 1.75rem 1.25rem;
    text-align: center;
    border-bottom: 1px solid #f0f0f5;
}

body.dark-mode .pricing-header-modern,
html.dark .pricing-header-modern {
    border-bottom-color: rgba(255, 255, 255, 0.07);
}


.plan-title-modern {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #2d2d3f;
    margin-bottom: 1.25rem;
}

body.dark-mode .plan-title-modern,
html.dark .plan-title-modern {
    color: #e2e2f0;
}


.plan-icon {
    display: none;
}


.price-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    background: #f07a2a;
    
    border-radius: 50px;
    padding: 0.65rem 1.75rem 0.65rem 1.5rem;
    color: #fff;
    font-weight: 800;
    margin-bottom: 0.75rem;
    box-shadow: 0 6px 20px rgba(240, 122, 42, 0.38);
    transition: transform 0.25s ease;
}

.pricing-card-modern:hover .price-modern {
    transform: scale(1.05);
}


.service-card-container:nth-child(3n + 1) .price-modern {
    background: #f07a2a;
    box-shadow: 0 6px 20px rgba(240, 122, 42, 0.36);
}

.service-card-container:nth-child(3n + 2) .price-modern {
    background: #3db56b;
    box-shadow: 0 6px 20px rgba(61, 181, 107, 0.36);
}

.service-card-container:nth-child(3n + 3) .price-modern {
    background: #1ab3c5;
    box-shadow: 0 6px 20px rgba(26, 179, 197, 0.36);
}

.service-card-container:nth-child(3n + 1) .btn-modern {
    border-color: #f07a2a;
    color: #f07a2a;
}

.service-card-container:nth-child(3n + 2) .btn-modern {
    border-color: #3db56b;
    color: #3db56b;
}

.service-card-container:nth-child(3n + 3) .btn-modern {
    border-color: #1ab3c5;
    color: #1ab3c5;
}

.service-card-container:nth-child(3n + 1) .btn-modern:hover {
    background: #f07a2a;
    color: #fff;
}

.service-card-container:nth-child(3n + 2) .btn-modern:hover {
    background: #3db56b;
    color: #fff;
}

.service-card-container:nth-child(3n + 3) .btn-modern:hover {
    background: #1ab3c5;
    color: #fff;
}


.pricing-card-modern.popular .price-modern {
    background: #6c3fc9 !important;
    box-shadow: 0 6px 24px rgba(108, 63, 201, 0.4) !important;
}

.pricing-card-modern.popular .btn-modern {
    border-color: #6c3fc9 !important;
    color: #6c3fc9 !important;
}

.pricing-card-modern.popular .btn-modern:hover {
    background: #6c3fc9 !important;
    color: #fff !important;
}

.currency-modern {
    font-size: 1rem;
    font-weight: 700;
    color: inherit;
    line-height: 1;
    opacity: 0.9;
}

.amount-modern {
    font-size: 1.65rem;
    font-weight: 800;
    color: inherit;
    line-height: 1;
}

.period-modern {
    font-size: 0.8rem;
    font-weight: 500;
    color: inherit;
    opacity: 0.8;
    align-self: flex-end;
    margin-bottom: 3px;
}

.plan-description-modern {
    font-size: 0.82rem;
    color: #888;
    margin-top: 0.35rem;
    margin-bottom: 0;
}

body.dark-mode .plan-description-modern,
html.dark .plan-description-modern {
    color: #aaa;
}


.popular-badge-modern {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: #6c3fc9;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.2rem 0.9rem;
    border-radius: 0 0 12px 12px;
    white-space: nowrap;
    z-index: 2;
}


.pricing-features-modern {
    padding: 1.25rem 1.75rem;
    flex: 1;
}

.feature-list-modern {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-item-modern {
    display: flex;
    align-items: flex-start;
    gap: 0;
    padding: 0.45rem 0;
    border-bottom: 1px solid #f4f4f8;
    font-size: 0.875rem;
    color: #555;
    line-height: 1.5;
}

.feature-item-modern:last-child {
    border-bottom: none;
}

body.dark-mode .feature-item-modern,
html.dark .feature-item-modern {
    border-bottom-color: rgba(255, 255, 255, 0.06);
    color: #bbb;
}


.feature-icon {
    display: none;
}

.feature-item-modern span::before {
    content: "";
    display: none;
}

.feature-item-modern.text-muted {
    opacity: 0.55;
}


.pricing-footer-modern {
    padding: 1rem 1.75rem 1.75rem;
    text-align: center;
}


.btn-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.6rem 1.8rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    border: 2px solid currentColor;
    background: transparent;
    cursor: pointer;
    transition: all 0.25s ease;
    text-decoration: none;
    width: 100%;
}

.btn-modern i {
    font-size: 0.75rem;
    transition: transform 0.2s ease;
}

.btn-modern:hover i {
    transform: translateX(3px);
}

.btn-primary-modern {
    background: #6c3fc9;
    border-color: #6c3fc9;
    color: #fff;
}

.btn-primary-modern:hover {
    background: #5a32a8;
    border-color: #5a32a8;
    color: #fff;
}

.btn-outline-modern {
    background: transparent;
}


#services .category-filter-bar {
    display: flex;
    justify-content: center;
}

#services .filter-items {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

#services .filter-item {
    color: #555;
    background: transparent;
}

#services .filter-item.active,
#services .filter-item:hover {
    background: #6c3fc9;
    color: #fff;
}

body.dark-mode #services .filter-items,
html.dark #services .filter-items {
    background: rgba(30, 30, 40, 0.8);
    border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode #services .filter-item,
html.dark #services .filter-item {
    color: #ccc;
}


#services-hint {
    color: #888;
}

#services-see-all-btn {
    border: 2px solid #6c3fc9;
    color: #6c3fc9;
    background: transparent;
    border-radius: 50px;
    padding: 0.6rem 2.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.25s ease;
}

#services-see-all-btn:hover {
    background: #6c3fc9;
    color: #fff;
}


@media (max-width: 576px) {
    .pricing-header-modern {
        padding: 1.5rem 1.25rem 1rem;
    }

    .pricing-features-modern {
        padding: 1rem 1.25rem;
    }

    .pricing-footer-modern {
        padding: 0.75rem 1.25rem 1.5rem;
    }

    .plan-title-modern {
        font-size: 1rem;
    }

    .amount-modern {
        font-size: 1.4rem;
    }

    .price-modern {
        padding: 0.5rem 1.25rem;
    }

    .btn-modern {
        padding: 0.55rem 1.25rem;
        font-size: 0.82rem;
    }
}


.services-hint-hidden {
    display: none !important;
}

.services-see-all-hidden {
    display: none;
}

.services-popular-hint-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(108, 63, 201, 0.12);
    color: #6c3fc9;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.45rem 1.1rem;
    border-radius: 50px;
    border: 1px solid rgba(108, 63, 201, 0.25);
}

body.dark-mode .services-popular-hint-badge,
html.dark .services-popular-hint-badge {
    background: rgba(108, 63, 201, 0.2);
    color: #b39dff;
    border-color: rgba(108, 63, 201, 0.35);
}

/* =================================================================
   PC-CARD: Exact Reference Design
   White card  |  Colored left accent  |  Pill price  |  Clean list
   ================================================================= */


:root {
    --pc1: #f07a2a;
    
    --pc1-soft: rgba(240, 122, 42, 0.15);
    --pc2: #3db56b;
    
    --pc2-soft: rgba(61, 181, 107, 0.15);
    --pc3: #1ab3c5;
    
    --pc3-soft: rgba(26, 179, 197, 0.15);
    --pc-popular: #7c4dff;
    
    --pc-popular-soft: rgba(124, 77, 255, 0.15);
}


.pc-card {
    position: relative;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    overflow: visible;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    border-left: 6px solid var(--pc1);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.pc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
}


.pc-card--color-1 {
    border-left-color: var(--pc1);
}

.pc-card--color-2 {
    border-left-color: var(--pc2);
}

.pc-card--color-3 {
    border-left-color: var(--pc3);
}

.pc-card--popular {
    border-left-color: var(--pc-popular) !important;
}


.pc-ribbon {
    position: absolute;
    top: 16px;
    right: -2px;
    background: var(--pc-popular);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 0.22rem 0.85rem 0.22rem 0.7rem;
    border-radius: 4px 0 0 4px;
    z-index: 3;
}

.pc-ribbon::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    border-left: 6px solid #5a32a8;
    border-bottom: 5px solid transparent;
}


.pc-name {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #2d2d40;
    text-align: center;
    padding: 1.4rem 1.5rem 0.5rem;
}


.pc-price-wrap {
    display: flex;
    justify-content: center;
    padding: 0.4rem 1.5rem 1.2rem;
}

.pc-price-pill {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    border-radius: 50px;
    padding: 0.7rem 1.6rem;
    background: var(--pc1);
    color: #fff;
    box-shadow: 0 6px 18px rgba(240, 122, 42, 0.38);
    transition: transform 0.25s ease;
}

.pc-card--color-1 .pc-price-pill {
    background: var(--pc1);
    box-shadow: 0 6px 18px rgba(240, 122, 42, 0.38);
}

.pc-card--color-2 .pc-price-pill {
    background: var(--pc2);
    box-shadow: 0 6px 18px rgba(61, 181, 107, 0.38);
}

.pc-card--color-3 .pc-price-pill {
    background: var(--pc3);
    box-shadow: 0 6px 18px rgba(26, 179, 197, 0.38);
}

.pc-card--popular .pc-price-pill {
    background: var(--pc-popular) !important;
    box-shadow: 0 6px 18px rgba(124, 77, 255, 0.38) !important;
}

.pc-card:hover .pc-price-pill {
    transform: scale(1.06);
}

.pc-currency {
    font-size: 0.9rem;
    font-weight: 700;
    align-self: flex-start;
    margin-top: 0.15rem;
}

.pc-amount {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
}

.pc-period {
    font-size: 0.7rem;
    font-weight: 500;
    align-self: flex-end;
    margin-bottom: 0.15rem;
    opacity: 0.85;
}


.pc-desc {
    text-align: center;
    font-size: 0.8rem;
    color: #888;
    padding: 0 1.5rem 0.6rem;
    margin: 0;
}


.pc-features {
    list-style: none;
    margin: 0;
    padding: 0.2rem 1.5rem 1rem;
    flex: 1;
}

.pc-features li {
    font-size: 0.875rem;
    color: #555;
    padding: 0.45rem 0;
    border-bottom: 1px solid #f2f2f5;
    line-height: 1.5;
}

.pc-features li:last-child {
    border-bottom: none;
}

.pc-features li::before {
    content: "• ";
    color: #bbb;
    margin-right: 2px;
}

.pc-more {
    opacity: 0.55;
    font-style: italic;
}


.pc-footer {
    padding: 0.75rem 1.5rem 1.5rem;
    text-align: center;
}

.pc-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 50px;
    padding: 0.6rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid var(--pc1);
    color: var(--pc1);
    background: transparent;
    transition: all 0.25s ease;
    cursor: pointer;
}

.pc-card--color-1 .pc-btn {
    border-color: var(--pc1);
    color: var(--pc1);
}

.pc-card--color-2 .pc-btn {
    border-color: var(--pc2);
    color: var(--pc2);
}

.pc-card--color-3 .pc-btn {
    border-color: var(--pc3);
    color: var(--pc3);
}

.pc-card--popular .pc-btn {
    border-color: var(--pc-popular) !important;
    color: var(--pc-popular) !important;
}

.pc-card--color-1 .pc-btn:hover {
    background: var(--pc1);
    color: #fff;
}

.pc-card--color-2 .pc-btn:hover {
    background: var(--pc2);
    color: #fff;
}

.pc-card--color-3 .pc-btn:hover {
    background: var(--pc3);
    color: #fff;
}

.pc-card--popular .pc-btn:hover {
    background: var(--pc-popular) !important;
    color: #fff !important;
}

/* ================================================================
   DARK MODE
   ================================================================ */
body.dark-mode .pc-card,
html.dark .pc-card {
    background: #1c1c2e;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

body.dark-mode .pc-name,
html.dark .pc-name {
    color: #e5e5f0;
}

body.dark-mode .pc-desc,
html.dark .pc-desc {
    color: #999;
}

body.dark-mode .pc-features li,
html.dark .pc-features li {
    color: #aaa;
    border-bottom-color: rgba(255, 255, 255, 0.07);
}

body.dark-mode .pc-features li::before,
html.dark .pc-features li::before {
    color: #666;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 576px) {
    .pc-name {
        font-size: 0.95rem;
        padding: 1.2rem 1.25rem 0.4rem;
    }

    .pc-price-wrap {
        padding: 0.3rem 1.25rem 1rem;
    }

    .pc-price-pill {
        padding: 0.55rem 1.25rem;
    }

    .pc-amount {
        font-size: 1.5rem;
    }

    .pc-features {
        padding: 0.2rem 1.25rem 0.75rem;
    }

    .pc-features li {
        font-size: 0.82rem;
        padding: 0.35rem 0;
    }

    .pc-footer {
        padding: 0.5rem 1.25rem 1.25rem;
    }

    .pc-btn {
        font-size: 0.82rem;
        padding: 0.5rem 1.25rem;
    }
}

/* ================================================================
   NAVBAR: Fixed header + transparent -> shadow on scroll
   The JS already adds .navbar-scrolled on .navbar when scroll > 50px
   ================================================================ */
header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    width: 100%;
    transition:
        background 0.35s ease,
        box-shadow 0.35s ease,
        backdrop-filter 0.35s ease;
    background: transparent;
}

header .navbar {
    background: transparent !important;
    transition:
        background 0.35s ease,
        box-shadow 0.35s ease;
}

header .navbar.navbar-scrolled {
    background: rgba(15, 23, 42, 0.35) !important;
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

body.dark-mode header .navbar.navbar-scrolled,
html.dark header .navbar.navbar-scrolled {
    background: rgba(169, 172, 179, 0.45) !important;
}


body {
    padding-top: 72px;
}

/* ================================================================
   MOBILE PRICING CARDS: Swipeable Carousel
   ================================================================ */
@media (max-width: 767px) {

    
    #services .container {
        padding-left: 8px !important;
        padding-right: 8px !important;
        overflow-x: hidden;
    }

    #services-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
        margin-left: 0;
        margin-right: 0;
    }

    #services-grid .service-card-container {
        flex: unset !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0 !important;
    }

    
    .pc-card {
        padding: 0;
        border-radius: 8px;
        border-top: 3px solid var(--pc1);
        border-left: none;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .pc-name {
        font-size: 0.75rem !important;
        padding: 0.85rem 0.5rem 0.4rem !important;
        
        letter-spacing: 0.5px;
        line-height: 1.2;
        word-break: break-word;
        font-weight: 800 !important;
    }

    .pc-price-wrap {
        padding: 0.2rem 0.4rem 0.4rem !important;
    }

    .pc-price-pill {
        padding: 0.2rem 0.3rem !important;
        border-radius: 4px !important;
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
        
        gap: 2px;
        justify-content: center;
        width: 100%;
    }

    
    .pc-card--color-1 .pc-price-pill {
        background: rgba(240, 122, 42, 0.1) !important;
        border: 1px solid rgba(240, 122, 42, 0.2) !important;
    }

    .pc-card--color-2 .pc-price-pill {
        background: rgba(61, 181, 107, 0.1) !important;
        border: 1px solid rgba(61, 181, 107, 0.2) !important;
    }

    .pc-card--color-3 .pc-price-pill {
        background: rgba(26, 179, 197, 0.1) !important;
        border: 1px solid rgba(26, 179, 197, 0.2) !important;
    }

    .pc-card--popular .pc-price-pill {
        background: rgba(124, 77, 255, 0.1) !important;
        border: 1px solid rgba(124, 77, 255, 0.2) !important;
    }

    .pc-amount {
        font-size: 0.9rem !important;
        font-weight: 800;
        line-height: 1;
    }

    .pc-currency {
        font-size: 0.5rem !important;
    }

    .pc-period {
        font-size: 0.45rem !important;
        opacity: 0.8 !important;
    }

    .pc-desc {
        font-size: 0.58rem !important;
        padding: 0 0.5rem 0.5rem !important;
        line-height: 1.4 !important;
        color: rgba(255, 255, 255, 0.7);
        min-height: auto !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .pc-features {
        padding: 0.2rem 0.5rem 0.6rem !important;
    }

    .pc-features li {
        font-size: 0.58rem !important;
        
        padding: 0.4rem 0 !important;
        
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        color: rgba(255, 255, 255, 0.85) !important;
        line-height: 1.4 !important;
        
        word-break: break-word;
    }

    .pc-features li:last-child {
        border-bottom: none;
    }

    .pc-footer {
        padding: 0.4rem 0.4rem 0.6rem !important;
        margin-top: auto;
    }

    .pc-btn {
        font-size: 0.6rem !important;
        padding: 0.4rem 0.2rem !important;
        border-radius: 4px !important;
        font-weight: 700;
        width: 100%;
        text-align: center;
    }

    .pc-ribbon {
        font-size: 0.38rem !important;
        padding: 2px 5px !important;
        top: 2px !important;
        
        right: 2px !important;
        border-radius: 4px !important;
        letter-spacing: 0.5px;
        font-weight: 900 !important;
    }

    .pc-ribbon::after {
        display: none !important;
    }


    
    .category-filter-bar {
        max-width: 100%;
        margin-bottom: 2rem !important;
        padding: 0 10px;
    }

    .filter-items {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0.35rem !important;
        gap: 0.35rem !important;
        justify-content: flex-start;
        max-width: 100%;
    }

    .filter-items::-webkit-scrollbar {
        display: none;
    }

    .filter-item {
        padding: 0.5rem 1.2rem !important;
        font-size: 0.75rem !important;
        letter-spacing: 0.5px !important;
    }
}



/* ==========================================================================
   ARTICLE & NEWS SECTION PREMIUM STYLES
   ========================================================================== */

:root {
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.1);
    --glass-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.light-mode {
    --glass-bg: rgba(0, 0, 0, 0.02);
    --glass-border: rgba(0, 0, 0, 0.05);
    --glass-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.05);
}


.article-show-container {
    background: var(--bg);
    color: var(--text);
    min-height: 100vh;
    padding-top: 100px !important;
    
}

.premium-article-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: clamp(1.5rem, 5vw, 3.5rem);
    box-shadow: var(--shadow);
    margin-bottom: 3rem;
}

.premium-title {
    font-size: clamp(1.75rem, 6vw, 3.5rem);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
    color: var(--text);
}

.premium-meta-item {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: 50px;
    font-size: 0.85rem;
    color: var(--muted);
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

.premium-meta-item i {
    margin-right: 0.6rem;
    color: var(--accent);
}

.premium-featured-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.premium-placeholder {
    width: 100%;
    height: 350px;
    background: linear-gradient(135deg, #1e1e2e 0%, #2a2a40 100%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    margin-bottom: 2.5rem;
}

.premium-placeholder i {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    color: var(--accent);
}

.article-body-text {
    font-size: 1.15rem;
    line-height: 1.9;
    color: var(--text);
}

.article-body-text p {
    margin-bottom: 2rem;
}

.keyword-badge {
    padding: 0.4rem 0.9rem;
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 0.8rem;
    color: var(--muted);
    transition: 0.3s;
}

.keyword-badge:hover {
    background: var(--accent);
    color: white;
    border-color: var(--accent);
}


.sidebar-premium-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.premium-sidebar-title {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text);
    display: flex;
    align-items: center;
}

.premium-sidebar-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--border);
    margin-left: 1rem;
}


.berita-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.berita-card {
    background: var(--card);
    border-radius: 20px;
    border: 1px solid var(--border);
    overflow: hidden;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.berita-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow);
}

.berita-thumb {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.berita-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.berita-card:hover .berita-thumb img {
    transform: scale(1.1);
}

@media (max-width: 575.98px) {
    .berita-grid-3-col {
        grid-template-columns: repeat(2, 1fr) !important;
        
        gap: 8px !important;
    }

    .berita-card {
        border-radius: 12px;
    }

    .berita-thumb {
        height: 120px;
        
    }

    .berita-category-badge {
        font-size: 0.55rem;
        padding: 0.2rem 0.5rem;
    }

    .berita-body {
        padding: 0.5rem !important;
        
    }

    .berita-title {
        font-size: 0.8rem;
        height: auto;
        margin-bottom: 0.4rem;
        line-height: 1.2;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .berita-excerpt {
        font-size: 0.65rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: auto;
        margin-bottom: 0.4rem;
        line-height: 1.3;
    }

    .berita-footer {
        display: none;
        
    }

    .berita-action-bar {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 6px !important;
        padding-top: 0.5rem !important;
        margin-top: auto !important;
    }

    .berita-meta {
        font-size: 0.55rem !important;
        gap: 6px !important;
    }

    .berita-card .btn {
        width: 100% !important;
        
        font-size: 0.65rem !important;
        padding: 0.3rem 0 !important;
        margin-top: 2px !important;
        line-height: 1.2 !important;
        border-radius: 4px !important;
    }
}


.brand-logo-media {
    max-height: 40px;
    width: auto;
    object-fit: contain;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.navbar-brand:hover .brand-logo-media {
    transform: scale(1.05);
}

@media (max-width: 991.98px) {
    .brand-logo-media {
        max-height: 32px;
    }
}


.info-item h5 {
    color: var(--text, #1e293b);
}

.info-item p {
    color: var(--text, #334155);
}

body.dark-mode .info-item h5,
html.dark .info-item h5 {
    color: #fff;
}

body.dark-mode .info-item p,
html.dark .info-item p {
    color: rgba(255, 255, 255, 0.8);
}


@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 80px !important;
        padding-bottom: 60px !important;
        min-height: auto !important;
        text-align: left !important;
    }

    .hero-title {
        font-size: 2.5rem !important;
        margin-bottom: 1.5rem !important;
        text-align: left !important;
    }

    .hero-subtitle {
        font-size: 1.1rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left !important;
    }

    .hero-buttons {
        justify-content: flex-start !important;
    }
}


/* ==========================================================================
   PREMIUM ARTICLE SHOW STYLES
   ========================================================================== */

.premium-article-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 30px;
    padding: clamp(1.5rem, 5vw, 3rem);
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}


body.dark-mode .premium-article-card,
html.dark .premium-article-card {
    background: rgba(18, 22, 33, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.premium-title {
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    color: var(--text);
    letter-spacing: -0.02em;
}

.premium-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 1rem;
    background: var(--glass);
    border: 1px solid var(--border);
    border-radius: 12px;
    font-size: 0.85rem;
    color: var(--muted);
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    transition: 0.3s ease;
}

.premium-meta-item i {
    color: var(--accent);
}

.premium-meta-item:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--text);
    transform: translateY(-2px);
}

.premium-featured-image {
    width: 100%;
    height: auto;
    max-height: 550px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid var(--border);
}

.premium-placeholder {
    width: 100%;
    height: 350px;
    background: linear-gradient(135deg, var(--card), #1e293b);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    border: 2px dashed var(--border);
    gap: 1rem;
}

.premium-placeholder i {
    font-size: 4rem;
    color: var(--accent);
    opacity: 0.5;
}

.article-body-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text);
    opacity: 0.95;
    letter-spacing: 0.01em;
}

.article-body-text p {
    margin-bottom: 1.8rem;
}

.article-body-text h2,
.article-body-text h3 {
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    font-weight: 700;
}

.article-body-text img {
    border-radius: 16px;
    margin: 2rem 0;
    box-shadow: var(--shadow);
}


.hover-lift {
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hover-lift:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1) !important;
}

.transition {
    transition: all 0.3s ease;
}

.hover-text-accent:hover {
    color: var(--accent) !important;
}

.line-height-sm {
    line-height: 1.3;
}

.x-small {
    font-size: 0.75rem;
}

.opacity-90 {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .premium-title {
        font-size: 1.6rem !important;
    }

    .article-body-text {
        font-size: 1.05rem;
    }

    .premium-article-card {
        padding: 1.5rem 1rem;
        border-radius: 20px;
    }
}

/* ============================================================
   DHA MODERN FOOTER ANIMATIONS
   ============================================================ */
.footer-modern {
    background: #0f172a;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #e2e8f0;
    position: relative;
    z-index: 1;
}


.footer-glow-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
    animation: floatingOrb 20s infinite alternate cubic-bezier(0.4, 0, 0.2, 1);
}

.orb-1 {
    width: 300px;
    height: 300px;
    background: #3b82f6;
    top: -100px;
    left: -50px;
}

.orb-2 {
    width: 400px;
    height: 400px;
    background: #ec4899;
    bottom: -150px;
    right: -100px;
    animation-delay: -5s;
}

.orb-3 {
    width: 250px;
    height: 250px;
    background: #fbbf24;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-delay: -10s;
}

@keyframes floatingOrb {
    0% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(30px, -50px) scale(1.1);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.9);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}


.footer-map-container {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
}

.footer-map-container:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.footer-map-container iframe {
    border-radius: 18px;
}


.footer-title {
    font-size: 0.85rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #94a3b8;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, transparent);
    transition: width 0.3s ease;
}

.footer-modern:hover .footer-title::after {
    width: 100%;
}

.footer-link {
    color: #64748b;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 0.8rem;
}

.footer-link:hover {
    color: #fff;
    transform: translateX(10px);
}

.footer-link i {
    font-size: 0.8rem;
    margin-right: 8px;
    opacity: 0;
    transition: all 0.3s ease;
}

.footer-link:hover i {
    opacity: 1;
}


.social-link-item {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    color: #94a3b8;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-link-item:hover {
    background: #3b82f6;
    color: #fff;
    transform: translateY(-8px) rotate(8deg);
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.4);
}

/* ============================================================
   FIXED DHA MODERN FOOTER
   ============================================================ */
.footer-modern {
    background: #0f172a;
    padding-top: 80px;
    padding-bottom: 40px;
    color: #e2e8f0;
    position: relative;
    z-index: 1;
}


.glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    
    opacity: 0.1;
    
    animation: floatingOrb 25s infinite alternate ease-in-out;
}


.footer-btn-premium {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 12px 20px;
    color: #94a3b8;
    text-decoration: none;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: all 0.4s ease;
    width: 100%;
}

.footer-btn-premium:hover {
    background: #3b82f6;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3);
}


.footer-link {
    color: #64748b;
    text-decoration: none !important;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
    
    margin-bottom: 12px;
}

.footer-link i {
    margin-top: 6px;
    
    font-size: 8px;
    flex-shrink: 0;
}



.footer-link {
    margin-bottom: 16px !important;
    
    line-height: 1.6 !important;
    
}


.footer-section .space-y-1 {
    display: flex;
    flex-direction: column;
}


.footer-map-container,
.footer-logo-wrapper div,
.footer-social-copyright {
    border: none !important;
}

/* ============================================================
   FINAL POLISH: LOGO & SOCIAL ICONS
   ============================================================ */


.footer-logo-wrapper img,
.footer-logo-wrapper video {
    height: 50px !important;
    
    width: auto !important;
    object-fit: contain !important;
}


.footer-logo-wrapper .inline-flex {
    padding: 10px !important;
    background: rgba(255, 255, 255, 0.03) !important;
}


.footer-social-copyright .flex {
    display: flex !important;
    flex-direction: row !important;
    
    align-items: center !important;
    justify-content: space-between !important;
}

.footer-social-copyright .flex.items-center.gap-3 {
    display: flex !important;
    flex-direction: row !important;
    gap: 15px !important;
}


.social-link-item {
    width: 38px !important;
    height: 38px !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.05) !important;
}



.footer-logo-wrapper .inline-flex {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    padding: 0 !important;
    display: block !important;
    width: fit-content !important;
}

.footer-logo-wrapper img,
.footer-logo-wrapper video {
    height: 45px !important;
    
}


.footer-logo-wrapper img,
.footer-logo-wrapper video {
    height: 65px !important;
    
}

/* ============================================================
   LIGHT MODE SUPPORT FOR FOOTER
   ============================================================ */


.light .footer-modern {
    background: #f8fafc !important;
    
    color: #1e293b !important;
}

.light .footer-title {
    color: #64748b !important;
}

.light .footer-link {
    color: #475569 !important;
}

.light .footer-link:hover {
    color: #3b82f6 !important;
}

.light .footer-text-container p {
    color: #475569 !important;
}

.light .footer-copyright-text p {
    color: #94a3b8 !important;
}


.light .glow-orb {
    opacity: 0.05 !important;
    
}


.light .social-link-item {
    background: rgba(0, 0, 0, 0.05) !important;
    color: #64748b !important;
}

.light .social-link-item:hover {
    background: #3b82f6 !important;
    color: #fff !important;
}


.light .footer-btn-premium {
    background: rgba(0, 0, 0, 0.03) !important;
    color: #64748b !important;
}

.light .footer-btn-premium:hover {
    background: #3b82f6 !important;
    color: #fff !important;
}

/* ============================================================
   MOBILE RESPONSIVE FIXES FOR FOOTER
   ============================================================ */
@media (max-width: 768px) {
    .footer-modern {
        padding-top: 40px !important;
        text-align: center !important;
        
    }

    .footer-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .footer-title::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
        
    }

    .footer-link {
        justify-content: center !important;
        
        width: 100%;
    }

    .footer-logo-wrapper {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-social-copyright .flex {
        flex-direction: column !important;
        
        gap: 30px !important;
    }

    .footer-btn-premium {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 768px) {

    .footer-modern .col-lg-2,
    .footer-modern .col-md-6,
    .footer-modern .col-6,
    .footer-modern .col-12 {
        width: 100% !important;
        
        flex: 0 0 100% !important;
        max-width: 100% !important;
        display: block !important;
        margin-bottom: 30px !important;
    }

    .footer-modern .row {
        display: block !important;
        
    }
}


#snowCanvas,
#particles-js,
#particles-js-about {
    pointer-events: none !important;
}


.theme-toggle {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    
    background: rgba(102, 126, 234, 0.1) !important;
    border: 1px solid rgba(102, 126, 234, 0.2) !important;
    color: #667eea !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    padding: 0 !important;
}

.theme-toggle:hover {
    background: #667eea !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4) !important;
}

.dark-mode .theme-toggle {
    background: rgba(167, 139, 250, 0.1) !important;
    border-color: rgba(167, 139, 250, 0.2) !important;
    color: #a78bfa !important;
}

.dark-mode .theme-toggle:hover {
    background: #a78bfa !important;
    color: #1a1a1a !important;
}

/* =========================================
   Product Card Animations & Modal CSS
   ========================================= */

.btn-animated {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none !important;
}
.btn-animated:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}
.btn-animated:active {
    transform: scale(0.92) translateY(0);
}
.btn-animated:hover i.fa-eye {
    animation: blink-anim 1s infinite;
}
.btn-animated:hover i.fa-whatsapp {
    animation: wiggle-anim 0.5s infinite;
}
@keyframes blink-anim {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.2); }
}
@keyframes wiggle-anim {
    0%, 100% { transform: rotate(0deg) scale(1); }
    25% { transform: rotate(-15deg) scale(1.2); }
    75% { transform: rotate(15deg) scale(1.2); }
}

/* Glass Modal & Premium UI */
.glass-modal .modal-content {
    background: transparent;
    box-shadow: none;
}
/* Ensure the backdrop allows seeing the page behind */
.modal-backdrop.show {
    opacity: 0.6 !important; 
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.glass-modal {
    z-index: 10055 !important;
}
.glass-card-wrapper {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #333;
}
/* Dark Mode Overrides */
body.dark-mode .glass-card-wrapper {
    background: rgba(30, 41, 59, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #f1f5f9;
}
body.dark-mode .modal-header .modal-title {
    color: #f8fafc !important;
}

.text-shadow-sm {
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Enhancing inputs in modal */
.glass-modal .form-control, 
.glass-modal .form-select {
    background-color: #f8f9fa;
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 10px;
}
/* Dark Mode Inputs */
body.dark-mode .glass-modal .form-control, 
body.dark-mode .glass-modal .form-select {
    background-color: rgba(15, 23, 42, 0.6);
    border-color: rgba(255, 255, 255, 0.1);
    color: #f1f5f9;
}

.glass-modal .form-control:focus {
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.1);
    border-color: #0066ff;
}
body.dark-mode .glass-modal .form-control:focus {
    background-color: rgba(15, 23, 42, 0.8);
    border-color: #0066ff;
}

/* Fix bg-light inside dark mode modal */
body.dark-mode .glass-modal .bg-light {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #f1f5f9 !important;
}
body.dark-mode .glass-modal .text-primary {
    color: #60a5fa !important; /* Lighter blue for dark mode */
}
