@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,800;0,900;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    color: #0B2219;
    font-family: 'Montserrat', sans-serif;
}

.bg-action {
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: #2DCC70;
    color: #ffffff;
}

.bg-action:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(45, 204, 112, 0.35);
    filter: brightness(1.05);
}

.bg-action:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(45, 204, 112, 0.2);
}

.project-card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
    border: 1px solid #F4F1EA;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(11, 34, 25, 0.08);
}

.project-card img {
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.project-card:hover img {
    transform: scale(1.05);
}

input, textarea {
    transition: all 0.3s ease;
    border: 2px solid transparent !important;
    background-color: #F4F1EA !important;
    color: #0B2219 !important;
}

input:focus, textarea:focus {
    border-color: #2DCC70 !important;
    background-color: #ffffff !important;
    outline: none;
    box-shadow: 0 0 0 4px rgba(45, 204, 112, 0.15);
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #F4F1EA;
}

::-webkit-scrollbar-thumb {
    background: #0B2219;
    border-radius: 8px; 
}

::-webkit-scrollbar-thumb:hover {
    background: #2DCC70;
}
.shadow-viber\/10 {
    box-shadow: 0 20px 25px -5px rgba(115, 96, 242, 0.1), 0 10px 10px -5px rgba(115, 96, 242, 0.04);
}
