/* Start custom CSS for html, class: .elementor-element-eff200e *//* Center the text elements */
#main-headline, #sub-headline {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}

/* Optional: Add a max-width so the text doesn't stretch too wide on desktop */
#main-headline {
    max-width: 800px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ca4a626 *//* Main Converter Container */
.bc-converter {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 850px;
    margin: 2rem auto;
    padding: 2rem;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

/* Grid Layout */
.bc-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 2rem;
}

/* Individual Data Boxes */
.bc-box {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #edf2f7;
}

.bc-box label {
    display: block;
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Input & Dropdown Rows */
.bc-input-row {
    display: flex;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bc-input-row:focus-within {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.bc-input-row input {
    flex: 1;
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    font-size: 1.25rem;
    font-weight: 600;
    color: #0f172a;
    background: transparent;
    outline: none;
    min-width: 0; /* Prevents flexbox overflow */
}

/* Read-only result input styling */
.bc-input-row input[readonly] {
    color: #10b981; 
    cursor: default;
}

/* Custom Select Dropdowns */
.bc-input-row select {
    flex: 1;
    padding: 0.75rem 1rem;
    border: none;
    border-left: 1px solid #e2e8f0;
    background: #f8fafc;
    font-size: 0.95rem;
    font-weight: 500;
    color: #334155;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
    padding-right: 2.5rem;
    width: 100%;
}

.bc-input-row select:hover {
    background-color: #f1f5f9;
}

/* Middle Arrow Icon */
.bc-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #eff6ff;
    color: #3b82f6;
    font-size: 1.5rem;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.15);
    font-weight: bold;
    user-select: none;
}

/* Rate Display Footer */
.bc-rate {
    text-align: center;
    font-size: 1.125rem;
    color: #1e293b;
    font-weight: 500;
    padding: 1.5rem 0 0.5rem;
    border-top: 1px dashed #cbd5e1;
}

.bc-rate #rateValue {
    color: #10b981; /* Green emphasis for the rate */
    font-weight: 700;
    font-size: 1.35rem;
}

.bc-date {
    text-align: center;
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 0.5rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .bc-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .bc-arrow {
        transform: rotate(90deg);
        margin: 0.5rem auto;
    }
    
    .bc-converter {
        padding: 1.25rem;
        margin: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-742d1d2 *//* Main Converter Container */
.bc-converter {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 850px;
    margin: 2rem auto;
    padding: 2rem;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

/* Grid Layout */
.bc-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 2rem;
}

/* Individual Data Boxes */
.bc-box {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #edf2f7;
}

.bc-box label {
    display: block;
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Input & Dropdown Rows */
.bc-input-row {
    display: flex;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bc-input-row:focus-within {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.bc-input-row input {
    flex: 1;
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    font-size: 1.25rem;
    font-weight: 600;
    color: #0f172a;
    background: transparent;
    outline: none;
    min-width: 0; /* Prevents flexbox overflow */
}

/* Read-only result input styling */
.bc-input-row input[readonly] {
    color: #10b981; 
    cursor: default;
}

/* Custom Select Dropdowns */
.bc-input-row select {
    flex: 1;
    padding: 0.75rem 1rem;
    border: none;
    border-left: 1px solid #e2e8f0;
    background: #f8fafc;
    font-size: 0.95rem;
    font-weight: 500;
    color: #334155;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
    padding-right: 2.5rem;
    width: 100%;
}

.bc-input-row select:hover {
    background-color: #f1f5f9;
}

/* Middle Arrow Icon */
.bc-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #eff6ff;
    color: #3b82f6;
    font-size: 1.5rem;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.15);
    font-weight: bold;
    user-select: none;
}

/* Rate Display Footer */
.bc-rate {
    text-align: center;
    font-size: 1.125rem;
    color: #1e293b;
    font-weight: 500;
    padding: 1.5rem 0 0.5rem;
    border-top: 1px dashed #cbd5e1;
}

.bc-rate #rateValue {
    color: #10b981; /* Green emphasis for the rate */
    font-weight: 700;
    font-size: 1.35rem;
}

.bc-date {
    text-align: center;
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 0.5rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .bc-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .bc-arrow {
        transform: rotate(90deg);
        margin: 0.5rem auto;
    }
    
    .bc-converter {
        padding: 1.25rem;
        margin: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4905fc86 */.bc-info-card{
    display:flex;
    align-items:flex-start;
    gap:24px;
    padding:28px;
    margin:35px 0;
    background:#fff;
    border:1px solid #e8eef8;
    border-left:6px solid #1e40af;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(15,23,42,.08);
    transition:.3s ease;
}

.bc-info-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(15,23,42,.12);
}

.bc-info-icon{
    width:72px;
    height:72px;
    min-width:72px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#1e40af,#2563eb);
    color:#fff;
    box-shadow:0 10px 24px rgba(37,99,235,.3);
}

.bc-info-icon svg{
    width:34px;
    height:34px;
}

.bc-info-content{
    flex:1;
}

.bc-info-content h2{
    margin:0 0 16px;
    font-size:30px;
    line-height:1.3;
    font-weight:700;
    color:#111827;
}

.bc-info-content p{
    margin:0;
    color:#4b5563;
    font-size:17px;
    line-height:1.9;
}

.bc-dynamic-text{
    color:#2563eb;
    font-weight:700;
}

@media(max-width:768px){

    .bc-info-card{
        flex-direction:column;
        text-align:center;
        padding:24px;
    }

    .bc-info-icon{
        margin:0 auto;
    }

    .bc-info-content h2{
        font-size:24px;
    }

    .bc-info-content p{
        font-size:16px;
    }

}/* End custom CSS */