* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

body {
    background: #000;
    color: #fff;
    overflow-x: hidden;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}

/* Шапка (fixed) */
header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5%;
}

nav .logo {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 1rem;
}

nav li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}

nav li a:hover {
    color: #f3b100;
}

/* HERO SECTION */
.hero {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
    background: url("./assets/studio.png") center center / cover no-repeat;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.animate .hero {
    animation: slideUp 1s ease-out forwards;
}

.animate .hero-content {
    animation: slideUp 1s ease-out 0.3s forwards;
    opacity: 0;
}

.hero-content h1 {
    font-size: 3rem;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.hero-content p {
    font-size: 1.2rem;
}

/* ABOUT SECTION */
.s {
    padding: 100px 0;
    text-align: center;
    justify-content: center;
}

.header {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.header-image img {
    width: 100%;
    max-width: 400px;
    border-radius: 6px;
    order: -1;
}

.info {
    max-width: 700px;
    text-align: center;
}

.soon-pack {
    text-align: center;
}

.animate .header-image {
    animation: slideInLeft 1s ease-out forwards;
}

.animate .info {
    animation: slideUp 1s ease-out 0.3s forwards;
    opacity: 0;
}

.animate .soon-pack {
    animation: slideInRight 1s ease-out 0.6s forwards;
    opacity: 0;
}

.pulse-box {
    border: 2px solid #d4af37;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    animation: pulse 1.8s infinite ease-in-out;
    box-shadow: 0 0 18px rgba(212, 175, 55, 0.6);
}

.info h1 {
    font-size: 38px;
    margin: 0;
}

.info p {
    margin: 10px 0;
    font-size: 16px;
}

.social-icons {
    margin-top: 40px;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: center;
}

.social-icons a {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 215, 0, 0.25);
    box-shadow: 0 2px 6px rgba(212, 175, 55, 0.1);
    transition: all 0.3s ease-in-out;
}

.social-icons-footer a {
    display: flex;
    /* justify-content: space-around; */
    gap: 8px;
    padding: 4px;
    /* height: 32px; */
    /* border-radius: 50%; */
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 215, 0, 0.25);
    box-shadow: 0 2px 6px rgba(212, 175, 55, 0.1);
    transition: all 0.3s ease-in-out;
}

.social-icons a:hover {
    box-shadow: 0 0 8px #ffd700, 0 0 12px #ffd70088;
    transform: translateY(-3px) scale(1.07);
    border-color: #ffd700;
}

.social-icons-footer a:hover {
    box-shadow: 0 0 8px #ffd700, 0 0 12px #ffd70088;
    transform: translateY(-3px) scale(1.07);
    border-color: #ffd700;
}

.social-icons img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: invert(77%) sepia(43%) saturate(500%) hue-rotate(2deg);
    transition: filter 0.3s ease;
}

.social-icons-footer img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: invert(77%) sepia(43%) saturate(500%) hue-rotate(2deg);
    transition: filter 0.3s ease;
}

.social-icons a:hover img {
    filter: brightness(1.5) drop-shadow(0 0 2px #fff5cc);
}

.social-icons-footer a:hover img {
    filter: brightness(1.5) drop-shadow(0 0 2px #fff5cc);
}

.share-btn {
    background: #d4af37;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    margin: 20px auto;
    display: block;
    transition: all 0.3s ease;
}

.share-btn:hover {
    background: #ffcc66;
    box-shadow: 0 0 10px #d4af37;
}

.luxe-gloss {
    font-size: 42px;
    font-weight: bold;
    background: linear-gradient(to right, #d4af37 0%, #ffefc1 30%, #d4af37 60%, #a67c00 100%);
    background-size: 300% auto;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: glossFlow 6s ease-in-out infinite;
}

/* WORKS SECTION */
.works {
    padding: 100px 0;
}

.contact-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.contact-modal__content {
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.contact-modal__content::-webkit-scrollbar {
    width: 8px;
}

.contact-modal__content::-webkit-scrollbar-track {
    background: #222;
}

.contact-modal__content::-webkit-scrollbar-thumb {
    background: #d4af37;
    border-radius: 4px;
}

.contact-modal__content a:hover {
    color: #fff;
    text-decoration: none;
}

.works h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.works {
    display: grid;
}

.works .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: center;
    gap: 1.5rem;
    margin: 0 auto;
}

.work-card {
    background: #111;
    padding: 1.5rem;
    border: 1px solid #333;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.animate .work-card {
    animation: slideUp 1s ease-out forwards;
    opacity: 0;
}

.work-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(243, 177, 0, 0.7), 0 0 30px rgba(243, 177, 0, 0.5);
}

.work-card img {
    width: 100%;
    height: 70%;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.work-card h3 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.work-card p {
    color: #ccc;
    line-height: 1.6;
}

/* SERVICES SECTION */
.services {
    padding: 100px 0;
    background: linear-gradient(120deg, #111 0%, #000 100%);
}

.services h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    padding: 0 1rem;
}

.service-item {
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    /* Fon rasmi chegaradan chiqmasligi uchun */
    color: #fff;
    /* Matn rangini aniqlik uchun oq qilib ko'rsatdim, o'zgartirishingiz mumkin */
}

.service-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("./assets/studio.png");
    background-size: cover;
    filter: blur(6px);
    /* Faqat fon rasmi xira bo'ladi */
    z-index: -1;
    /* Fon rasmi matndan orqada turishi uchun */
}

.link-services {
    width: 100%;
    background: lime;
    position: absolute;
    left: 0px;
    height: 0%;
    opacity: 0;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    /* link-services matnlar ustida turishi uchun */
}

.link-services a {
    color: white;
    text-decoration: none;
}

.link-services img {
    width: 20px;
    /* yoki kerakli o‘lcham */
    height: 20px;
    margin: 0 10px;
    /* ikonlar orasida bo‘shliq */
}

.service-item:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 0 15px rgba(243, 177, 0, 0.7), 0 0 30px rgba(243, 177, 0, 0.5);
}

.service-item:hover>.link-services {
    height: 20%;
    opacity: 1;
}

.service-item:hover h3,
.service-item:hover p:not(.link-services p) {
    /* filter: blur(2px); */
    /* Faqat h3 va p elementlari xira bo'ladi */
    transition: filter 0.5s ease-in-out;
    /* Yumshoq o'tish effekti */
}

/* link-services ichidagi matn aniq qoladi */
.link-services p {
    filter: none !important;
    /* link-services ichidagi matn xira bo'lmaydi */
    color: #fff;
    /* Matn rangi aniq ko'rinishi uchun */
}

.animate .service-item {
    animation: slideUp 1s ease-out forwards;
    opacity: 0;
}

.service-item:hover {
    transform: scale(1.03);
}

.service-item h3 {
    margin-bottom: 1rem;
}

.service-item p {
    color: #ccc;
    line-height: 1.6;
}

/* SAMPLE PACKS SECTION */
.sample-packs {
    padding: 100px 0;
}

.packs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 3fr));
    gap: 1.5rem;
    margin: auto;
}

.offers {
    margin-bottom: 40px;
}

.animate .sample-packs {
    animation: slideInLeft 1s ease-out forwards;
    opacity: 0;
}

.sample-packs h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2rem;
}

.pack-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
}

.pack-card {
    background: #111;
    border-radius: 8px;
    border: 1px solid #333;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.offers {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.animate .pack-card {
    animation: slideInLeft 1s ease-out forwards;
    opacity: 0;
}

.animate .pack-card:nth-child(1) {
    animation-delay: 0.1s;
}

.animate .pack-card:nth-child(2) {
    animation-delay: 0.2s;
}

.animate .pack-card:nth-child(3) {
    animation-delay: 0.3s;
}

.animate .pack-card:nth-child(4) {
    animation-delay: 0.4s;
}

.animate .pack-card:nth-child(5) {
    animation-delay: 0.5s;
}

.animate .pack-card:nth-child(6) {
    animation-delay: 0.6s;
}

.animate .pack-card:nth-child(7) {
    animation-delay: 0.7s;
}

.animate .pack-card:nth-child(8) {
    animation-delay: 0.8s;
}

.animate .pack-card:nth-child(9) {
    animation-delay: 0.9s;
}

.animate .pack-card:nth-child(10) {
    animation-delay: 1.0s;
}

.animate .pack-card:nth-child(11) {
    animation-delay: 1.1s;
}

.animate .pack-card:nth-child(12) {
    animation-delay: 1.2s;
}

.pack-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(243, 177, 0, 0.7), 0 0 30px rgba(243, 177, 0, 0.5);
}

.pack-card img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.pack-card h3 {
    color: #f3b100;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.pack-desc {
    color: #ccc;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0.5rem 0 1rem 0;
    flex: 1;
}

/* PLAYER STYLES */
.custom-player {
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    padding: 0;
    margin: 12px 0 0;
    gap: 12px;
    width: 100%;
}

.custom-player .time {
    min-width: 60px;
    font-size: 12px;
}

.custom-player .play-btn {
    background: transparent;
    border: 1px solid transparent;
    color: #d4af37;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-player .play-btn:hover {
    background-color: rgba(212, 175, 55, 0.1);
    border-color: #d4af37;
    color: #ffcc66;
    box-shadow: 0 0 6px rgba(212, 175, 55, 0.3);
    transform: scale(1.08);
}

.waveform {
    flex-grow: 1;
    height: 6px;
    background: #222;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.waveform .progress {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #d4af37, #ffcc66);
    transition: width 0.1s linear;
}

.time {
    min-width: 80px;
    color: #d4af37;
    font-size: 13px;
    text-align: right;
}

/* PRICING AND BUY BUTTON */
.price-box {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}

.old-price {
    text-decoration: line-through;
    color: #777;
}

.new-price {
    color: #f3b100;
    font-weight: 700;
    font-size: 1.1rem;
}

.buy-btn,
.connect-btn {
    background: #f3b100;
    color: #000;
    border: none;
    cursor: pointer;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    font-weight: 600;
    transition: transform 0.3s, box-shadow 0.3s;
}

.buy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 10px rgba(243, 177, 0, 0.6);
}

/* PAYMENT MODAL */
.payment-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.payment-modal::-webkit-scrollbar {
    display: none;
}

.payment-modal__content {
    background: #111;
    color: #d4af37;
    padding: 30px;
    border: 1px solid #d4af37;
    max-width: 400px;
    text-align: center;
}

.payment-modal__content button {
    margin-top: 15px;
    padding: 10px 20px;
    background: #d4af37;
    border: none;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

/* CAROUSEL */
.music-pack-wrapper {
    width: 25%;
    background-color: none;
    margin: auto;
    margin-bottom: 50px;
}

@media (max-width: 1200px) {
    .music-pack-wrapper {
        width: 30%;
    }
}

.animate .music-pack-wrapper {
    animation: slideInRight 1s ease-out forwards;
    opacity: 0;
}

.carousel-container {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    user-select: none;
}

.packs-slider {
    display: flex;
    width: 100%;
}

.packs-slider.transition {
    transition: transform 0.3s ease-in-out;
}

.pack-slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.pack-slide.active {
    opacity: 1;
    visibility: visible;
}

.pack-slide img {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
}

.pagination-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    background: #555;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: #d4af37;
}

/* CORNER DISCOUNT */
.corner50 {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 26px;
    background: linear-gradient(135deg, #00e5ff, #8f00ff);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    transform: translate(-30px, 13px) rotate(-45deg);
    box-shadow: 0 0 6px rgba(0, 255, 255, .6), 0 0 10px rgba(143, 0, 255, .6);
    pointer-events: none;
    z-index: 20;
}

/* FOOTER */
footer {
    text-align: center;
    padding: 2rem 0;
    background: #111;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5%;
}

.footer-li {
    display: grid;
    text-decoration: none;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.footer-card {
    display: flex;
    gap: 70px !important;
    justify-content: center;
    align-items: flex-start;
}

.footer-pages {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-pages ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 8px;
    width: 100%;
}

@media (max-width:768px) {
    .footer-pages {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .footer-pages ul {
        align-items: center;
    }

    .footer-card {
        flex-direction: column;
        justify-content: center !important;
    }
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #ffb600;
}

.form-control {
    box-shadow: none;
    border: 1px solid #b5651d;
    background-color: #222;
    width: 100%;
    padding: 0 12px;
    height: 44px;
    background: none;
    color: #959595;
    font-size: 14px;
    border-radius: 0;
}

.footer-form {
    display: grid;
    text-decoration: none;
    flex-direction: column;
    gap: 40px;
}

.footer-form input {
    padding: 8px;
}

.footer-li>ul {
    text-decoration: none;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-li>ul>li {
    text-align: start;
}

footer p {
    margin: 0.5rem 0;
    color: #bbb;
}

footer a {
    text-decoration: none;
    color: gray;
}

footer a:hover {
    color: #fff;
}

.social-icons-footer {
    display: grid;
    gap: 8px;
    align-items: flex-start;
}

@media (max-width: 768px) {
    .social-icons-footer {
        justify-content: center;
        width: 100%;
    }
}

/* ANIMATIONS */
@keyframes slideUp {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 18px rgba(212, 175, 55, 0.6);
    }

    50% {
        transform: scale(1.05);
        box-shadow: 0 0 30px rgba(212, 175, 55, 0.95);
    }
}

@keyframes glossFlow {
    0% {
        background-position: 300% center;
    }

    100% {
        background-position: 0% center;
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .pack-cards {
        grid-template-columns: 1fr;
    }

    .music-pack-wrapper {
        width: 100%;
    }

    .pack-slide img {
        max-width: 100%;
    }

    .header-image img {
        order: -1;
    }
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle div {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
}

@media (max-width: 768px) {
    /* nav ul {
        position: fixed;
        top: 70px;
        left: 0;
        background-color: #333;
        flex-direction: column;
        width: 200px;
        display: none;
        height: 100vh;
        padding: 10px;
    } */

    nav ul {
        position: fixed;
        top: 80px;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        flex-direction: column;
        padding: 20px;
        height: 100%;
        width: auto;
        display: none;
    }

    ul.show {
        display: flex;
        flex-direction: end;
        align-items: end;
    }

    .menu-toggle {
        display: flex;
    }
}

.lang {
    background-color: black;
    color: white;
    border: none;
    font-size: 16px;
}

.alert-payment {
    position: fixed;
    background: #222;
    top: 10px;
    /* Adjusted for better visibility within modal */
    right: 10px;
    width: 300px;
    opacity: 1;
    z-index: 1000;
    /* Increased to ensure visibility above modal content */
    overflow: hidden;
    transition: opacity 1s ease-in-out;
    color: #d4af37;
    padding: 10px;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
    border-radius: 8px;
    pointer-events: none;
    /* Prevent interaction when hidden */
}

.alert-payment.active {
    opacity: 1;
    pointer-events: auto;
    /* Allow interaction when visible */
}

.footer-form {
    width: 50%;
    min-height: 150px;
    /* padding: 10px; */
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    /* line-height: 1.5; */
    /* resize: vertical; */
    /* overflow-y: auto; */
    /* box-sizing: border-box; */
}

@media (max-width:768px) {
    .footer-form {
        width: 100%;
    }
}

.footer-form .form-control-message {
    width: 100%;
    min-height: 150px;
    /* Allows the div to start at 150px but grow if needed */
    padding: 10px;
    border: 1px solid #444;
    border-radius: 4px;
    background: #222;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    overflow-y: auto;
    /* Enables vertical scrolling when content overflows */
    box-sizing: border-box;
    white-space: pre-wrap;
    /* Ensures text wraps and preserves line breaks */
}

.footer-form .form-control-message.placeholder {
    color: #888;
    /* Removed height: 100px to avoid overriding min-height */
}

.footer-form .form-control-message:focus {
    outline: none;
    padding-top: 5px;
    /* Retained for slight padding adjustment */
    border-color: #f3b100;
    box-shadow: 0 0 5px rgba(243, 177, 0, 0.5);
    /* Removed height: 100px to allow scrolling */
}

.form-control-message {
    white-space: pre-wrap;
    word-break: break-word;
    overflow-y: auto;
    min-height: 150px;
    resize: none;
    max-height: 300px;
    /* ixtiyoriy */
}

.form-control-message:empty:before {
    content: attr(data-placeholder);
    color: #888;
}

.footer-form button {
    background: #f3b100;
    color: #000;
    border: none;
    cursor: pointer;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    font-weight: 600;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 10px;
}

.footer-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 10px rgba(243, 177, 0, 0.6);
}