.elementor-6343 .elementor-element.elementor-element-49594b32{text-align:center;}.elementor-6343 .elementor-element.elementor-element-49594b32 .elementor-heading-title{font-family:"Barlow", Sans-serif;}.elementor-6343 .elementor-element.elementor-element-e248b70{text-align:center;font-size:11px;}/* Start custom CSS for html, class: .elementor-element-552cc96f *//* Base Styles */
.bc-converter {
    background: #f5f5f5;
    padding: 40px;
    border-radius: 15px;
    margin: 30px 0;
    max-width: 100%; /* Ensures it doesn't overflow parent */
    box-sizing: border-box;
}

.bc-grid {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

.bc-box {
    flex: 1;
    min-width: 250px; /* Reduced slightly to ensure it fits mobile */
}

.bc-input-row {
    display: flex;
    width: 100%;
}

.bc-input-row input {
    flex: 1;
    min-width: 0; /* CRITICAL: Prevents input from breaking flex layout */
    height: 70px;
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 32px;
    border-radius: 8px 0 0 8px;
    box-sizing: border-box;
}
.bc-rate{
    font-size:28px;
    font-weight:700;
    margin-top:15px;
}
.bc-input-row select {
    width: 100px;
    border: 1px solid #ddd;
    border-left: none;
    font-size: 18px;
    border-radius: 0 8px 8px 0;
    background: #fff;
    cursor: pointer;
}

/* Mobile Fixes */
@media (max-width: 768px) {
    .bc-converter {
        padding: 20px;
    }

    .bc-grid {
        flex-direction: column; /* Stack elements vertically */
        gap: 15px;
    }

    .bc-arrow {
        display: none; /* Hide the arrow on mobile for a cleaner look */
    }

    .bc-box {
        width: 100%;
        min-width: 100%;
    }
    
    .bc-input-row input {
        height: 55px;
        font-size: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50745109 */.exchange-highlight{
    background:#eef4ff;
    border-left:5px solid #253176;
    padding:20px;
    margin:25px 0;
    border-radius:8px;
    font-size:18px;
}

.exchange-highlight strong{
    display:block;
    font-size:28px;
    color:#253176;
    margin-bottom:8px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42886175 */.bc-table{
    width:100%;
    border-collapse:collapse;
    margin:30px 0;
}

.bc-table th{
    background:#253176;
    color:#fff;
    padding:15px;
    text-align:left;
}

.bc-table td{
    padding:15px;
    border:1px solid #ddd;
}

.bc-table tr:nth-child(even){
    background:#f7f7f7;
}

.popular-conversions{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:10px;
}

.popular-conversions a{
    display:block;
    padding:12px;
    background:#f5f5f5;
    border-radius:8px;
    text-decoration:none;
    color:#253176;
    font-weight:600;
    text-align:center;
}

.popular-conversions a:hover{
    background:#253176;
    color:#fff;
}
.bc-table a{
    color:#253176;
    font-weight:600;
    text-decoration:none;
}

.bc-table a:hover{
    text-decoration:underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49b7664 */.bc-value-section{
    margin:50px 0;
}

.bc-value-header{
    text-align:center;
    max-width:900px;
    margin:0 auto 40px;
}

.bc-value-header h2{
    font-size:38px;
    line-height:1.3;
    margin-bottom:20px;
}

.bc-value-header p{
    font-size:18px;
    line-height:1.8;
}

.bc-value-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.bc-value-card{
    background:#f7f9fc;
    border:1px solid #e5e7eb;
    border-radius:15px;
    padding:25px;
    text-align:center;
}

.bc-value-card h3{
    margin-bottom:15px;
    font-size:22px;
}

.bc-value-card p{
    line-height:1.7;
}

@media(max-width:768px){

    .bc-value-grid{
        grid-template-columns:1fr;
    }

    .bc-value-header h2{
        font-size:28px;
    }

}/* End custom CSS */