/* ========================================
   Hassanzadeh Teppiche – Custom Styles
   ======================================== */

/* Form focus styling */
input:focus,
textarea:focus,
select:focus {
    border-color: #6B1F2A !important;
    box-shadow: 0 0 0 1px #6B1F2A;
}

/* FAQ Accordion Animation */
.faq-answer {
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.3s ease;
}

/* Smooth scroll for entire page */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
}

/* Selection color */
::selection {
    background-color: #C6A664;
    color: #3B2A1F;
}
