/* --- Hero (Slider) --- */
.slide-area {
    position: relative;
    padding: 100px 0;
    color: #fff;
}

.slide-content h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

.slide-content p {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
}

/* Botones */
.btn {
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin-right: 10px;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-green {
    background-color: #43a047;
    color: #fff;
}

.btn-green:hover {
    background-color: #388e3c;
}

.btn-light {
    background-color: #fff;
    color: #333;
    border: 2px solid #eee;
}

.btn-light:hover {
    background-color: #f1f1f1;
}

.buttons {
    text-align: center;
}

.buttons a {
    padding: 5px 25px;
}

.btn-demo {
    background-color: #D3F3B8;
    color: #68B626;
}

/* --- Calculadora --- */
.calculator-inner {
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 25px;
    max-width: 380px;
    margin: 0 auto;
    box-shadow: 0 6px 25px rgba(255, 255, 255, 0.35);
}

.calculator-inner label {
    display: block;
    font-weight: 600;
    color: #fff;
}

.calculator-inner .input-group {
    display: flex;
    align-items: stretch;
}

.calculator-inner .form-input {
    flex: 1;
    padding: 12px 18px;
    border: none;
    border-radius: 30px;
    outline: none;
    font-size: 16px;
    height: 35px;
    margin-bottom: 0;
}

.calculator-inner select {
    border-radius: 0 30px 30px 0;
    height: 35px;
    padding: 0 5px;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
    appearance: auto;
}

.calculator-inner select option {
    color: #000;
}

.money-send {
    display: flex;
    justify-content: center;
}

.calculator {
    color: black;
}

.calculator input {
    color: black;
}

.calculator img {
    border-radius: 20px;
    height: 35px;
    width: 35px;
    margin-left: 5px;
    margin-right: 5px;
    object-fit: cover;
}

.imgConvert {
    margin-bottom: -1px;
}

/* --- Footer --- */
.footer-simple .footer-area {
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: #fff;
}

.footer-simple .footer-logo img {
    max-width: 160px;
}

.footer-simple .footer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-simple .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-simple .footer-links li {
    margin-bottom: 8px;
}

.footer-simple .footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-simple .footer-links a:hover {
    color: #fff;
}

/* Transfer icon */
.imgConvert {
    text-align: right;
    margin-bottom: -10px;
}

.transfer-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #43a047;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.transfer-icon i {
    font-size: 18px;
}

/* Center feature text vertically */
.feature-area .row {
    display: flex;
    align-items: center;
}

.feature-text {
    width: 84%;
    margin-left: 8%;
}

.feature-text h3 {
    color: #68B625;
}

.feature-text ul {
    margin-left: 8%;
}

.single-service {
    background-color: transparent;
    border-radius: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.single-service::after {
    background-color: transparent;
}

.main-service {
    flex-grow: 1;
}

.service-content h4 {
    color: #101099;
    font-weight: bold;
}

.single-service-No-Bordes {
    border: white;
    box-shadow: none;
}

.green-text-color {
    color: #68B625 !important;
}

.dark-blue-text-color {
    color: #101099 !important;
}

.grey-text-color {
    color: #888;
}

.split-bg {
    background: white url('../img/back-header.png') no-repeat center bottom / 100% 50%;
}

.image-center {
    text-align: center;
}