* {
    scrollbar-width: thin;
    scrollbar-color: #a36200 transparent;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: transparent;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

*::-webkit-scrollbar-thumb:active {
    background: transparent;
}

*::-webkit-scrollbar-button {
    display: none;
}

*::-webkit-scrollbar-corner {
    background: transparent;
}

html {
    scrollbar-width: thin;
    scrollbar-color: #a36200 transparent;
}

body {
    scrollbar-width: thin;
    scrollbar-color: #a36200 transparent;
}

body::-webkit-scrollbar {
    width: 12px;
    background: transparent;
}

body::-webkit-scrollbar-track {
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #a36200 0%, #1d4ed8 100%);
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
}

body::-webkit-scrollbar-button {
    display: none;
}

body::-webkit-scrollbar-corner {
    background: transparent;
}

.modal-content::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

.modal-content::-webkit-scrollbar-track {
    background: transparent;
}

.modal-content::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #a36200 0%, #1d4ed8 100%);
    border-radius: 10px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
}

.modal-content::-webkit-scrollbar-button {
    display: none;
}

.modal-content::-webkit-scrollbar-corner {
    background: transparent;
}

textarea::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}

textarea::-webkit-scrollbar-track {
    background: transparent;
}

textarea::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #a36200 0%, #1d4ed8 100%);
    border-radius: 6px;
}

textarea::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
}

textarea::-webkit-scrollbar-button {
    display: none;
}

textarea::-webkit-scrollbar-corner {
    background: transparent;
}

.services-grid::-webkit-scrollbar,
.benefits-grid::-webkit-scrollbar,
.steps-grid::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: transparent;
}

.services-grid::-webkit-scrollbar-track,
.benefits-grid::-webkit-scrollbar-track,
.steps-grid::-webkit-scrollbar-track {
    background: transparent;
}

.services-grid::-webkit-scrollbar-thumb,
.benefits-grid::-webkit-scrollbar-thumb,
.steps-grid::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #a36200 0%, #1d4ed8 100%);
    border-radius: 8px;
}

.services-grid::-webkit-scrollbar-thumb:hover,
.benefits-grid::-webkit-scrollbar-thumb:hover,
.steps-grid::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
}

.services-grid::-webkit-scrollbar-button,
.benefits-grid::-webkit-scrollbar-button,
.steps-grid::-webkit-scrollbar-button {
    display: none;
}

.services-grid::-webkit-scrollbar-corner,
.benefits-grid::-webkit-scrollbar-corner,
.steps-grid::-webkit-scrollbar-corner {
    background: transparent;
}

.whatsapp-form-container::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}

.whatsapp-form-container::-webkit-scrollbar-track {
    background: transparent;
}

.whatsapp-form-container::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border-radius: 6px;
}

.whatsapp-form-container::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #128C7E 0%, #0a5d54 100%);
}

.whatsapp-form-container::-webkit-scrollbar-button {
    display: none;
}

.whatsapp-form-container::-webkit-scrollbar-corner {
    background: transparent;
}

.nav-links::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}

.nav-links::-webkit-scrollbar-track {
    background: transparent;
}

.nav-links::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #a36200 0%, #1d4ed8 100%);
    border-radius: 6px;
}

.nav-links::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
}

.nav-links::-webkit-scrollbar-button {
    display: none;
}

.nav-links::-webkit-scrollbar-corner {
    background: transparent;
}