.typewriter-text::after {
    content: "|";
    animation: blink 0.7s infinite;
    color: #00E5FF;
    margin-left: 5px;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.btn-mint-pro:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 210, 133, 0.4);
    color: #fff !important;
}

@media (max-width: 991px) {
    .expert-guidance-strip {
        text-align: center;
        padding: 40px 20px !important;
    }

    .expert-guidance-strip h2 {
        font-size: 1.6rem !important;
        margin-bottom: 15px !important;
    }

    .image-box-wrapper {
        display: flex !important;
        justify-content: center !important;
        margin-top: 40px !important;
    }

    .image-box {
        width: 220px !important;
    }

    .image-box img {
        height: 140px !important;
    }
}

/* Feature Cards start here*/
.feature-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    border-radius: 8px;
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
    transition: none !important;
    transform: none !important;
    cursor: default;
}

@media (max-width: 768px) {
    .feature-card {
        padding: 15px;
        margin-bottom: 12px;
        border: 1px solid #e2e8f0 !important;
    }

    .feature-card h3 {
        font-size: 1rem !important;
        margin-bottom: 6px !important;
    }

    .feature-card p {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
        margin-bottom: 0 !important;
    }
}

/* feature card end here */



/* cont form in contact page start here  */
:root {
    --navy: #062d60;
    --teal: #0082a4;
    --border-light: #e2e8f0;
}

.ultra-compact-contact {
    padding: 40px 0;
    background: #f8fafc;
    font-family: 'Inter', 'Segoe UI', sans-serif;
}

/* Form Card Styling */
.form-card-main {
    background: #fff;
    padding: 25px 22px;
    border-radius: 12px;
    border: 1px solid var(--border-light) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    height: 100%;
    /* Align with right column */
}

.form-title-main {
    color: var(--navy);
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 5px;
}

/* --- Form Elements Fix (Updated for your HTML) --- */
.form-label-custom {
    font-weight: 600;
    color: var(--navy);
    font-size: 0.75rem;
    margin: 8px 0 3px 0;
    display: block;
}

/* Controlling Bootstrap classes for ultra-compact look */
.ultra-compact-contact .form-control-sm,
.ultra-compact-contact .form-select-sm,
.ultra-compact-contact .form-control {
    border: 1px solid var(--border-light) !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    font-size: 0.85rem !important;
    background: #fbfcfd !important;
    box-shadow: none !important;
}

.ultra-compact-contact .form-control:focus {
    border-color: var(--teal) !important;
    background: #fff !important;
}

/* Phone Input Group Fix */
.ultra-compact-contact .input-group {
    border-radius: 6px;
    overflow: hidden;
}

.ultra-compact-contact .input-group select {
    border-right: none !important;
    background-color: #f1f5f9 !important;
    font-weight: 600;
    color: var(--navy);
}

/* Error Message Style */
.small-error {
    font-size: 0.65rem;
    font-weight: 500;
    margin-top: 2px;
    display: block;
}

/* Button Fix */
.btn-primary.btn-sm {
    background: var(--teal) !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    border: none !important;
    width: 100%;
    margin-top: 10px;
    font-size: 0.9rem !important;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-primary.btn-sm:hover {
    background: var(--navy) !important;
    transform: translateY(-1px);
}

/* --- Right Column Info Boxes --- */
.info-column-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.info-card-box {
    background: #fff;
    padding: 18px !important;
    border-radius: 12px;
    border: 1px solid var(--border-light) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border: 1px solid #f1f5f9;
    border-radius: 10px;
    margin-bottom: 8px;
}

.icon-square {
    width: 32px;
    height: 32px;
    background: rgba(0, 130, 164, 0.08);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal);
    font-size: 14px;
}

.item-text h6 {
    margin: 0;
    font-weight: 700;
    color: var(--navy);
    font-size: 0.82rem;
}

.item-text p {
    margin: 0;
    font-size: 0.78rem;
    color: #64748b;
}

/* Why List Fix */
.why-list-vertical {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.why-list-vertical li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    padding: 7px 12px;
    background: #fcfdfe;
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    font-weight: 600;
    color: var(--navy);
    font-size: 0.78rem;
}

.check-circle {
    min-width: 18px;
    height: 18px;
    background: #e0f2fe;
    color: var(--teal);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}

.trust-strip {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed var(--border-light);
}

/* Responsive Fixes */
@media (max-width: 991px) {
    .ultra-compact-contact {
        padding: 30px 0;
    }

    .info-column-wrapper {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .form-card-main {
        padding: 18px;
    }

    .form-title-main {
        font-size: 1.15rem;
    }
}

/* end here form css code please  */