/* Responsive Styles for Mobile */
@media (max-width: 991.98px) {
    .under-canvas {
        margin-top: 300px;
    }

    .container.position-relative {
        max-width: 100% !important;
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-section h1,
    #typewriter-text,
    .typewriter-cursor {
        font-size: 2rem !important;
        line-height: 1.2 !important;
    }

    .hero-section .row {
        flex-direction: column;
        align-items: center;
    }

    .heroChart-container {
        height: 320px !important;
    }

    .features-section .row {
        flex-direction: column;
    }

    .feature-card {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    .why-choose-us-section .row {
        flex-direction: column;
    }

    .why-choose-left,
    .why-choose-right {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .why-choose-mockup-crop {
        height: 220px;
        max-width: 100%;
    }

    .why-choose-mockup {
        max-width: 100%;
        height: 100%;
    }

    .pricing-row {
        flex-direction: column;
        gap: 1.2rem;
        align-items: center;
    }

    .pricing-card-new {
        width: 100%;
        min-width: 0;
        max-width: 350px;
    }

    .cta-gradient-box {
        flex-direction: column !important;
        padding: 2rem 1rem !important;
        max-width: 100% !important;
    }

    .cta-left {
        padding-right: 0 !important;
        margin-bottom: 1.5rem !important;
    }

    .cta-right {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .cta-phone-crop {
        height: 160px !important;
        max-width: 100% !important;
    }

    .footer-gradient-box {
        padding: 32px 8px 0 8px !important;
        border-top-left-radius: 32px !important;
        border-top-right-radius: 32px !important;
    }

    .footer .row {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .footer .col-lg-3,
    .footer .col-lg-2 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }

    .footer-contact {
        font-size: 0.95rem;
    }

    .footer-social {
        margin-bottom: 1rem;
    }

    .footer-copyright {
        font-size: 0.95rem;
        margin-top: 40px !important;
        margin-bottom: 20px !important;
    }
}

/* IndoKas Landing Page Styles */

/* Typewriter Effect */
.typewriter-cursor {
    display: inline-block;
    animation: blink 1s infinite;
    font-weight: normal;
}

@keyframes blink {

    0%,
    50% {
        opacity: 1;
    }

    51%,
    100% {
        opacity: 0;
    }
}

#typewriter-text {
    border-right: 2px solid transparent;
}


.hero-guides-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.hero-guides-fade .guide-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 2px dashed #cbe7ff;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

/* Feature Cards */
.feature-card {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #60a5fa, #3b82f6);
    color: white;
}

.feature-card .icon-wrapper {
    background-color: #e0f2fe;
    border-radius: 0.75rem;
    padding: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    float: left;
    transition: background-color 0.3s ease;
}

.feature-card:hover .icon-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
}

.feature-card .icon-wrapper i {
    color: #3b82f6;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.feature-card:hover .icon-wrapper i {
    color: white;
}

.feature-card h5 {
    font-weight: bold;
    margin-top: 0.5rem;
    transition: color 0.3s ease;
}

.feature-card:hover h5 {
    color: white;
}

.feature-card p {
    color: #6b7280;
    font-size: 0.9rem;
    clear: both;
    padding-top: 1rem;
    transition: color 0.3s ease;
}

.feature-card:hover p {
    color: white;
}

.feature-card.highlight {
    background: linear-gradient(135deg, #60a5fa, #3b82f6);
    color: white;
    transform: scale(1.05);
    z-index: 10;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}

.feature-card.highlight .icon-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
}

.feature-card.highlight .icon-wrapper i,
.feature-card.highlight h5,
.feature-card.highlight p {
    color: white;
}

/* Why Choose Us Section */
.why-choose-left h2 {
    color: #2563eb;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.why-choose-left p {
    color: #374151;
    font-size: 1.05rem;
    margin-bottom: 2rem;
}

.why-choose-point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.why-choose-point .icon {
    background: #e0f2fe;
    color: #2563eb;
    border-radius: 0.75rem;
    padding: 0.75rem;
    font-size: 1.7rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.why-choose-point h5 {
    font-weight: 700;
    margin-bottom: 0.2rem;
    color: #1e293b;
}

.why-choose-point p {
    color: #374151;
    font-size: 1rem;
    margin-bottom: 0;
}

.why-choose-link {
    color: #2563eb;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    display: inline-block;
    margin-top: 1.5rem;
}

.why-choose-right {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-mockup {
    border-radius: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 500px;
}

.why-choose-floating {
    position: absolute;
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
    padding: 0.7rem 1.2rem;
    min-width: 140px;
    display: flex;
    align-items: center;
    font-size: 0.98rem;
    font-weight: 500;
    color: #1e293b;
    z-index: 2;
}

.why-choose-floating .circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 0.7rem;
    border: 3px solid #3b82f6;
    background: #fff;
    display: inline-block;
}

.why-choose-floating.green .circle {
    border-color: #10b981;
}

.why-choose-floating.orange .circle {
    border-color: #f59e0b;
}

.why-choose-floating.blue .circle {
    border-color: #3b82f6;
}

.why-choose-mockup-crop {
    width: 100%;
    max-width: 500px;
    height: 340px;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-mockup-crop img.why-choose-mockup {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 2rem;
    display: block;
}

/* Pricing Section */
.pricing-section {
    background: #f8fafc;
}

.pricing-title {
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.pricing-desc {
    color: #374151;
    font-size: 1.05rem;
    margin-bottom: 2.5rem;
}

.pricing-row {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.pricing-card-new {
    background: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    padding: 0;
    width: 320px;
    margin-bottom: 2rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.pricing-header {
    background: linear-gradient(90deg, #38bdf8 0%, #2563eb 100%);
    color: #fff;
    font-size: 1.35rem;
    font-weight: 700;
    padding: 1.1rem 0;
    text-align: center;
    border-radius: 1.2rem 1.2rem 0 0;
    margin-bottom: 0;
}

.pricing-card-new.professional .pricing-header {
    background: linear-gradient(90deg, #2563eb 0%, #0ea5e9 100%);
}

.pricing-card-new.premium .pricing-header {
    background: linear-gradient(90deg, #0f172a 0%, #2563eb 100%);
}

.pricing-price {
    font-size: 1.1rem;
    color: #64748b;
    text-decoration: line-through;
    margin: 0.7rem 0 0 0;
    text-align: center;
}

.pricing-price-new {
    font-size: 1.35rem;
    font-weight: 700;
    color: #2563eb;
    margin: 0.2rem 0 1.2rem 0;
    text-align: center;
}

.pricing-price-new.premium {
    color: #0f172a;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-features li {
    display: flex;
    align-items: center;
    padding: 0.85rem 1.2rem;
    font-size: 1rem;
    font-weight: 500;
    color: #1e293b;
    border-bottom: 1px solid #f1f5f9;
    background: linear-gradient(90deg, #f8fafc 0%, #f1f5f9 100%);
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features .feature-icon {
    background: linear-gradient(90deg, #38bdf8 0%, #2563eb 100%);
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-right: 1rem;
}

/* Footer */
.footer {
    background: #fff;
    /* border-top: 0px solid #e5e7eb; */
    padding: 2rem 0 1rem 0;
    margin-top: 3rem;
}

.footer .navbar-brand img {
    width: 120px;
}

.footer .text-muted {
    font-size: 1rem;
}

.footer .text-dark {
    font-size: 1.3rem;
    margin-right: 0.7rem;
}

.footer .text-dark:last-child {
    margin-right: 0;
}

/* Footer copyright row margin responsive */
.footer-copyright-row {
    margin-top: 100px;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .footer-copyright-row {
        margin-top: 0;
        margin-bottom: 40px;
    }
}

/* Copyright brand bold */
.footer-copyright-brand {
    font-weight: 700;
}


@media (max-width: 991.98px) {
    .cta-section .cta-right {
        margin-top: -110px !important;
    }

    .cta-section .cta-right .cta-phone-crop {
        margin-top: 35px !important;
    }

    .cta-section .cta-left a[href*="play.google.com"] {
        position: relative;
        z-index: 9999 !important;
    }

    .cta-section .cta-left a[href*="play.google.com"] img {
        position: relative;
        z-index: 9999 !important;
    }
}