.exchange-wrapper {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    width: 100%;
    max-width: 340px;
    margin: 40px auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.exchange-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 0;
    flex-wrap: nowrap;
    width: 100%;
}
.currency-info {
    background-color: #205022;
    color: #fff;
    padding: 0 12px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 140px;
    height: 50px;
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative;
    min-width: 160px;
}
.currency-info img {
    width: 24px;
    height: auto;
}
.currency-info select {
    flex: 1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    padding: 6px 22px 6px 0;
    text-align: left;
    outline: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 12px 12px;
}
.currency-info select option { color: #000; }

.exchange-value {
    background-color: #f4f4f4;
    padding: 0 15px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    flex: 1;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    min-width: 0;
}
.exchange-value label {
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 2px;
}
.exchange-value input {
    font-weight: bold;
    font-size: 1.25rem;
    width: 100%;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    color: #333;
}
.exchange-value input:focus { outline: none; }

.exchange-rate {
    background-color: #1E5631;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 8px 12px;
    border-radius: 6px;
    display: block;
    margin: 10px 0 0;
    font-weight: 600;
    font-size: 14px;
    user-select: none;
}

#customer_title {
margin-bottom: 60px;
}

.exchange-wrapper { text-align: center; }
.exchange-wrapper .exchange-row { justify-content: stretch; text-align: left; }

@tailwind base;
@tailwind components;
@tailwind utilities;

@layer utilities {
    @keyframes slideInLeft {
        0% { transform: translateX(-100%); opacity: 0; }
        100% { transform: translateX(0); opacity: 1; }
    }
    .animate-slide-in-left { animation: slideInLeft 1s ease-out forwards; }
}

.metric-logo {
    margin-left: auto; margin-right: auto;
    width: 60px; height: 60px; overflow: hidden; border-radius: 50%;
    display: flex; justify-content: center; align-items: center;
}
.metric-logo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.m-font-latoBold.m-text-6xl {
    display: flex;
    align-items: flex-end;
    gap: 0.2em;
}

#countup { line-height: 1; display: inline-block; }
.rating-offset { margin-top: 6px; }
.rating-label-offset { margin-top: 17px !important; }

.metric-grid.numbers.green-text,
.metric-grid.numbers.green-text .value,
.metric-grid.numbers.green-text #countup { color: #1E5631 !important; }

.full-width-green-block {
    background-color: #1E5631; width: 100%; padding: 10px 5%; box-sizing: border-box;
}
.full-width-green-block .container {
    display: flex; justify-content: flex-start; align-items: flex-start;
    flex-wrap: nowrap; gap: 200px; max-width: 1200px; margin: 0 auto;
}
.left-text {
    flex: 1; min-width: 300px; color: white; font-family: 'Poppins', sans-serif; margin-top: 150px;
}
.customer-subtitle { text-align: left; font-size: 18px; line-height: 1.6; color: white; margin: 5px 0; }
.right-images { text-align: center; padding: 20px; }
.right-images img {
    max-width: 350px; width: 100%; height: auto; border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.customer-list { list-style: none; padding: 0; margin: 0; }
.customer-list li {
    display: flex; align-items: center; gap: 12px; margin-bottom: 12px;
    font-size: 1.3rem; color: #ffffff; font-weight: 500; line-height: 1.5;
}
.bullet-icon { width: 26px; height: 26px; flex-shrink: 0; }

@keyframes arrowPulse {
    0%, 100% { transform: translateX(0); opacity: 1; }
    50% { transform: translateX(5px); opacity: 0.6; }
}
.extra-text { font-size: 1.5rem; color: white; font-weight: 600; margin-bottom: 20px; }

.question-title {
    color: #1E5631; font-weight: 700; font-size: 40px; text-align: center; font-family: 'Poppins', sans-serif;
}

.whatsapp-icon { width: 180px !important; height: 180px !important; object-fit: contain; }
.telegram-icon { width: 78px !important; height: 78px !important; object-fit: contain; }

.contact-icons {
    display: flex; justify-content: center; align-items: center; gap: 40px;
    margin-top: 30px; margin-bottom: 30px;
}
.contact-icon {
    width: 100px; height: 100px; object-fit: contain; transition: transform 0.2s ease;
}
.contact-icon:hover { transform: scale(1.1); cursor: pointer; }

.dropbtn img, .menu-link img { width: 20px; height: auto; vertical-align: middle; }
.menu-link, .dropbtn {
    flex-shrink: 0; padding: 10px 15px; border-radius: 5px; font-weight: 600;
    color: #333333; text-decoration: none; display: flex; align-items: center; gap: 6px;
    cursor: pointer; transition: background-color 0.3s ease, color 0.3s ease;
}
.menu-link:hover, .dropbtn:hover { background-color: #1E5631; color: white; }

.wrapper-outer { flex: 1; display: flex; flex-direction: column; }

.review-img:nth-child(1) { animation-delay: 0.2s; }
.review-img:nth-child(2) { animation-delay: 0.4s; }
.review-img:nth-child(3) { animation-delay: 0.6s; }
.review-img:nth-child(4) { animation-delay: 0.8s; }

@keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } }

.review-images { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; }
.review-img {
    width: 150px; height: auto; opacity: 0; transform: translateY(20px);
    animation: fadeInUp 1s ease forwards; box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    border-radius: 6px;
}

#heroSection { background-color: #1E5631 !important; background-image: none !important; }
.menu-item { font-size: 16px; font-weight: 600; font-family: 'Poppins', sans-serif; color: #333; }

@media (max-width: 1024px) {
    .full-width-green-block .container {
        flex-wrap: wrap; gap: 40px; justify-content: center; text-align: center;
    }
    .left-text { margin-top: 50px; min-width: unset; }
    .right-images img { max-width: 300px; }

    .metric-grid.numbers {
        display: flex; flex-direction: column; align-items: center; gap: 0;
    }
    .metric-item {
        width: 100%; max-width: 420px; padding-bottom: 20px; margin-bottom: 20px;
        border-bottom: 1px solid #1E5631; text-align: center;
    }
    .metric-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
    .metric-item::after { display: none !important; }

    .full-width-green-block { overflow: hidden; }
    .left-text, .right-images {
        flex: 0 1 100%; max-width: 800px; margin-left: auto; margin-right: auto; text-align: center;
    }
    .review-images { margin-left: auto; margin-right: auto; }
}

:root { --metric-number-size: 42px; --metric-label-size: 16px; }

@media (max-width: 1024px) {
    .metric-grid.numbers {
        display: flex; flex-direction: column; align-items: center; gap: 18px; padding: 0 16px; width: 100%;
    }
    .metric-item {
        width: 100%; max-width: 420px; margin: 0 auto; text-align: center;
        display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 6px 0;
    }
    .metric-number { display: flex !important; justify-content: center; align-items: baseline; gap: .25em; margin: 0; }
    .metric-number .value { font-size: var(--metric-number-size) !important; line-height: 1.1; font-weight: 700; margin: 0; }
    .metric-number .metric-suffix { font-size: calc(var(--metric-number-size) * .35); line-height: 1; }
    .metric-label { font-size: var(--metric-label-size); line-height: 1.35; margin: 4px 0 0 0; }
}

@media (max-width: 480px) {
    .contact-icons { gap: 20px; flex-wrap: wrap; padding-left: 0; padding-right: 0; }
    .currency-info img { width: 20px; }
    .exchange-value input { font-size: 1rem; }
    .question-title { font-size: 28px; }
    .extra-text { font-size: 1.2rem; }
    .contact-icon { width: 80px; height: 80px; }
}

html, body { display: block !important; overflow-x: hidden !important; width: 100%; }
*, *::before, *::after { box-sizing: border-box; }
img, svg, video, canvas { max-width: 100%; height: auto; }

@media (min-width: 1025px) {
    .metric-grid.numbers {
        display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 80px; align-items: start; text-align: center;
    }
    .metric-item {
        display: grid; grid-template-rows: var(--metric-number-row, 72px) auto;
        justify-items: center; align-items: start;
    }
    .metric-number {
        display: flex !important; align-items: baseline; justify-content: center;
        height: var(--metric-number-row, 72px); margin: 0;
    }
    .metric-number .value, .metric-number #countup {
        font-size: 56px; line-height: 1; font-weight: 700; margin: 0;
    }
    .metric-number .metric-suffix { font-size: 0.35em; line-height: 1; position: relative; top: -0.2em; }
    .metric-label {
        margin: 8px 0 0 !important; line-height: 1.35; min-height: 44px;
        display: flex; align-items: flex-start; justify-content: center; text-align: center;
    }
    .metric-grid.numbers.green-text { position: relative; }
    .metric-item { position: relative; }
    .metric-item:not(:last-child)::after {
        content: ""; position: absolute; top: 15%; right: -40px; width: 1px; height: 70%;
        background-color: #1E5631; opacity: 0.4;
    }

    .exchange-row { gap: 0; }
    .currency-info {
        flex: 0 0 auto; min-width: 120px; padding: 0 15px; height: 50px; flex-shrink: 0;
        border-top-left-radius: 8px; border-bottom-left-radius: 8px;
        border-top-right-radius: 0; border-bottom-right-radius: 0;
    }
    .exchange-value {
        flex: 1 1 auto; height: 50px;
        border-top-left-radius: 0; border-bottom-left-radius: 0;
        border-top-right-radius: 8px; border-bottom-right-radius: 8px;
    }
}

.hero-quote {
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 1.4;
    max-width: 720px;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    quotes: "“" "”" "‘" "’";
}
.hero-quote::before { content: open-quote; }
.hero-quote::after  { content: close-quote; }

#fromCurrency,
#toCurrency {
appearance: none; -webkit-appearance: none; -moz-appearance: none;
padding-right: 24px;
background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
background-repeat: no-repeat; background-position: right 8px center; background-size: 12px 12px;
}

#fromCurrency:focus,
#toCurrency:focus { outline: none; }

.currency-info span { flex: 1; text-align: left; }

.currency-info select,
.currency-info select option {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.currency-info select {
    border-radius: 8px !important;
    background-clip: padding-box !important;
    padding-right: 28px !important;
}

.visually-hidden-select {
    position: absolute !important; opacity: 0 !important;
    width: 0 !important; height: 0 !important; pointer-events: none !important;
    margin: 0 !important; padding: 0 !important;
}
.custom-select {
    position: relative; font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 1.2;
    color: #fff; width: auto; max-width: 120px; white-space: nowrap;
}
.cs-trigger {
    display: flex; align-items: center; justify-content: flex-start;
    gap: 6px; padding: 6px 26px 6px 0; border: none; background: transparent; color: inherit;
    font: 400 14px 'Poppins', sans-serif; cursor: pointer; border-radius: 8px; position: relative;
}
.cs-trigger::after {
    content: ""; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
    width: 12px; height: 12px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat; background-position: center;
}
.custom-select.open .cs-trigger,
.cs-trigger:hover,
.cs-trigger:focus-visible { outline: none; }
.cs-list {
    display: none; position: absolute; top: calc(100% + 6px); left: 0; right: 0;
    background: #f0f9f0; border-radius: 8px; overflow: hidden; box-shadow: 0 8px 16px rgba(0,0,0,0.25);
    z-index: 1000; max-height: 240px; overflow-y: auto;
}
.custom-select.open .cs-list { display: block; }
.cs-option {
    display: block; padding: 8px 12px; background: transparent; color: #000;
    font: 400 14px 'Poppins', sans-serif; cursor: pointer; outline: none;
}
.cs-option:hover, .cs-option:focus { background: #1E5631; color: #fff; }
.cs-option.selected { background: #1E5631; color: #fff; }

.currency-info span,
.currency-info select {
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

@media (max-width: 768px) {
    .exchange-wrapper {
        width: 100%; padding: 20px; border-radius: 0; box-shadow: none; animation: none;
        margin-top: 30px; margin-bottom: 30px;
    }
    .exchange-row { flex-direction: column; align-items: stretch; }

    .currency-info {
        display: grid !important;
        grid-auto-flow: column;
        justify-content: center; justify-items: center; align-items: center;
        gap: 8px !important;
        width: 100%; text-align: center; padding: 10px;
    }
    .currency-info img { margin: 0 !important; display: block; }
    .currency-info span { flex: 0 !important; text-align: center !important; }
    .currency-info span { padding-left: 0 !important; }
    .custom-select { max-width: none !important; margin-left: 0 !important; }
    .cs-trigger { justify-content: center !important; padding: 6px 22px !important; }
    .cs-trigger { padding-left: 0 !important; }
    .cs-trigger::after { right: 8px; }
    #fromCurrency,
    #toCurrency { margin-left: 0 !important; }

    .exchange-value {
        border-top-left-radius: 0; border-top-right-radius: 0; padding: 10px;
        align-items: center !important; text-align: center;
    }
    .exchange-value label { width: 100%; text-align: center; margin-bottom: 6px; }
    .exchange-value input {
        text-align: center; font-weight: 700; letter-spacing: .02em;
    }
    .exchange-value input[type="number"]::-webkit-outer-spin-button,
    .exchange-value input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
    .exchange-value input[type="number"] { -moz-appearance: textfield; }

    .exchange-rate {
        font-size: 13px; margin-top: 15px; padding: 10px 15px; width: 100%; box-sizing: border-box;
    }

    .full-width-green-block .container {
        flex-direction: column; gap: 30px; align-items: center; text-align: center;
    }
    .left-text { margin-top: 20px; }

    .full-width-green-block .left-text {
        max-width: 92%; margin: 0 auto; text-align: center;
    }
    .full-width-green-block .left-text h2 {
        font-size: 22px; line-height: 1.2; margin: 0 0 10px 0;
    }
    .full-width-green-block .left-text .customer-list {
        list-style: none; padding: 0; margin: 8px auto 0; display: flex; flex-direction: column; gap: 8px; text-align: center;
    }
    .full-width-green-block .left-text .customer-list li {
        font-size: 14px; line-height: 1.4; margin: 0; display: flex; justify-content: center; align-items: center; gap: 8px;
    }
    .full-width-green-block .left-text .customer-list .bullet-icon { width: 14px; height: 14px; flex: 0 0 auto; }
}

@media (max-width: 420px) {
    .full-width-green-block .left-text h2 { font-size: 20px; }
    .full-width-green-block .left-text .customer-list li { font-size: 13px; }
}

#currencyWidget.exchange-wrapper { position: relative; }

#currencyWidget .exchange-swap {
display:flex; justify-content:center; align-items:center;
margin: 8px 0 6px;
}
#currencyWidget .swap-btn {
border: none; cursor: pointer; border-radius: 9999px;
width: 44px; height: 44px;
display:flex; align-items:center; justify-content:center;
background: #1E5631; color: #fff; box-shadow: 0 6px 14px rgba(0,0,0,.25);
transition: transform .15s ease, opacity .15s ease;
}
#currencyWidget .swap-btn:active { transform: scale(.96); }

#currencyWidget .curr-recents {
display:flex; flex-wrap: wrap; gap: 6px; margin: 8px 0 2px;
}
#currencyWidget .curr-recent-chip {
border: 1px solid #1E5631; color:#1E5631; background:#fff;
padding: 4px 8px; border-radius: 999px; font: 600 12px 'Poppins',sans-serif;
cursor:pointer; transition: background .15s ease, color .15s ease, border-color .15s ease;
}
#currencyWidget .curr-recent-chip:hover { background:#1E5631; color:#fff; }

#currencyWidget .currency-info { position: relative; }
#currencyWidget .currency-info .custom-select { max-width: 140px; }

@media (max-width:768px){
    #currencyWidget .curr-recents { justify-content:center; }
}

#currencyWidget .currency-info select {
color: transparent;
text-shadow: 0 0 0 transparent;
}
#currencyWidget .currency-info select option {
color: #000;
}
#currencyWidget .curr-recents { display: none !important; }
.curr-recents { display: none !important; }

