/* Custom size adjustments for MiloExchange */

/* Reduce hero title by 20% (from 65px to 52px) */
.hero-section .hero-content .hero-title {
    font-size: 52px !important;
    line-height: 67.2px !important; /* Proportional line-height reduction */
}

/* Reduce buttons by 25% */
.cmn-btn {
    padding: 7.5px 15px !important; /* 25% reduction from 10px 20px */
    font-size: 12px !important; /* 25% reduction from 16px */
}

.cmn-btn2 {
    padding: 7.5px 15px !important;
    font-size: 12px !important;
}

.cmn-btn3 {
    padding: 7.5px 15px !important;
    font-size: 12px !important;
}

/* Remove calculator size reduction - use default size */
.calculator {
    /* Original size without any reduction */
}

/* Adjust responsive breakpoint */
@media (max-width: 991px) {
    .hero-section .hero-content .hero-title {
        font-size: 39px !important; /* Maintain 20% reduction at smaller screens */
    }
}
