@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Black+Ops+One&family=Funnel+Display:wght@300..800&family=Goldman:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Schoolbell&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

/*
font-family: "Poppins", sans-serif;
font-family: "Black Ops One", system-ui;
font-family: "Goldman", sans-serif;
font-family: "Audiowide", sans-serif;
font-family: "Schoolbell", cursive;
font-family: "Funnel Display", sans-serif;
*/

.container {
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg,rgba(255, 126, 33, 1) 0%, rgba(23, 23, 23, 1) 15%, rgba(38, 38, 38, 1) 50%, rgba(23, 23, 23, 1) 85%, rgb(145, 145, 145) 100%);
    background-image: url(./images/bg10.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.container-content {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.header {
    width: calc(100% - 40px);
    height: 70px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
    margin: auto;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: linear-gradient(315deg,rgba(255, 126, 33, 0.3) 0%, rgba(23, 23, 23, 0.3) 15%, rgba(38, 38, 38, 0.3) 50%, rgba(23, 23, 23, 0.3) 85%, rgba(219, 219, 219, 0.3) 100%);
    backdrop-filter: blur(20px);
    margin-top: 45px;
    z-index: 1000;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 60px;
}

.navbar-link {
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
}

.logo {
    position: relative;
}

.logo-link {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-null {
    width: 200px;
    height: 100%;
}

.hero {
    width: 100%;
    height: calc(100vh - 120px);
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-left {
    width: 50%;
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero-left-content {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.hero-top-text {
    font-size: 16px;
    margin-left: 10px;
    color: #f3f3f3;
    font-family: "Funnel Display", sans-serif;
}

.hero-title {
    font-size: 100px;
    font-weight: 600;
    color: #fff;
    font-family: "Funnel Display", sans-serif;
    line-height: 1;
    margin-bottom: 20px;
}

/* eski turuncu: #FF7E21 */

.neon-text {
    color: #df956d;
    font-family: "Funnel Display", sans-serif;
    font-size: 100px;
    font-weight: 600;
    text-shadow: 0 0 2px #df956d, 0 0 5px #df956d;
}

.hero-description {
    font-size: 20px;
    color: #f3f3f3;
    font-family: "Funnel Display", sans-serif;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    column-gap: 20px;
}

.hero-button {
    padding: 15px 30px;
    border-radius: 5px;
    border: none;
    background-color: #df956d;
    backdrop-filter: blur(20px);
    box-shadow: 0 0 10px rgba(255, 126, 33, 0.2);
    color: #fff;
    font-size: 20px;
    border-radius: 20px;
    font-family: "Funnel Display", sans-serif;
    cursor: pointer;
    text-decoration: none;
}

.hero-button2 {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    box-shadow: none;
    text-decoration: none;
}

.hero-right {
    width: 50%;
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.blur1 {
    position: absolute;
    background: radial-gradient(circle,rgba(184, 184, 184, 0.26) 0%, rgba(170, 170, 170, 0.23) 15%, rgba(28, 28, 28, 0) 66%);
    backdrop-filter: blur(40px);
    width: 800px;
    height: 800px;
    top: 20%;
    right: 10%;
    z-index: -1;
    border-radius: 100%;
}

.blur2 {
    position: absolute;
    background: radial-gradient(circle,rgba(184, 184, 184, 0.15) 0%, rgba(170, 170, 170, 0.15) 15%, rgba(28, 28, 28, 0) 66%);
    backdrop-filter: blur(40px);
    width: 500px;
    height: 500px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.blur3 {
    position: absolute;
    background: radial-gradient(circle,rgba(184, 184, 184, 0.10) 0%, rgba(170, 170, 170, 0.18) 15%, rgba(28, 28, 28, 0) 66%);
    backdrop-filter: blur(40px);
    width: 700px;
    height: 700px;
    bottom: -30%;
    left: -20%;
    z-index: -1;
}

.pastas {
    width: 100%;
    height: 100%;
    background-color: #171717;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.pastas-content {
    width: 100%;
    padding: 100px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 100px;
    backdrop-filter: blur(15px);
    height: 100%;
}

.pasta-card {
    width: calc(100% / 4);
    height: 100px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    background: linear-gradient(282deg,rgba(255, 255, 255, 0.12) 0%, rgba(28, 28, 28, 0.12) 100%);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.pasta-img {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.pasta-title {
    font-size: 30px;
    color: #fff;
    font-family: "Funnel Display", sans-serif;
    font-weight: 600;
    margin-left: 100px;
}

.pasta-button {
    position: absolute;
    right: -10px;
    bottom: -10px;
    height: 40px;
    width: 40px;
    border-radius: 5px 5px 40px 5px;
    border: none;
    background-color: #ff7e21;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-right: 5px;
    padding-bottom: 5px;
}

.about {
    width: 100%;
    background-color: #171717;
    background: linear-gradient(162deg,rgba(23, 23, 23, 1) 0%, rgba(59, 59, 59, 1) 50%, rgba(23, 23, 23, 1) 100%);
    
    background-image: url(./images/bg10.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-contnt {
    width: 100%;
    height: 100%;
    padding: 60px 50px;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.about-title {
    font-size: 5rem;
    color: #FFFFFF; 
    background-image: linear-gradient(45deg, #FF8C00, #face99); 
    background-clip: text; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    font-family: "Funnel Display", sans-serif;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.about-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg, #ff7e21, #feb47b);
}

.about-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    margin-top: 70px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.about-image {
    flex: 1;
    min-width: 400px;
    max-width: 600px;
}

.about-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(255, 178, 123, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-img:hover {
    transform: scale(1.02);
    box-shadow: 0 0 40px rgba(255, 126, 33, 0.3);
}

.about-content {
    flex: 1;
    min-width: 400px;
    text-align: left;
}

.about-description {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #f3f3f3;
    font-family: "Funnel Display", sans-serif;
    font-weight: 400;
}

.about-values {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    gap: 30px;
}

.value-item {
    text-align: center;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.4px);
    -webkit-backdrop-filter: blur(9.4px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(315deg,rgba(255, 184, 133, 0.1) 0%, rgba(38, 38, 38, 0.3) 100%);
    box-shadow: 0 0 10px rgba(63, 63, 63, 0.2);
    transition: transform 0.3s ease;
    flex: 1;
}

.value-item:hover {
    transform: translateY(-15px);
    border: 2px solid rgba(255, 126, 33, 0.3);
}

.value-item i {
    font-size: 3.5rem;
    color: #ff7e21;
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgba(255, 126, 33, 0.5);
}

.value-item h3 {
    font-size: 1.8rem;
    color: #fff;
    font-family: "Funnel Display", sans-serif;
    font-weight: 600;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(23, 23, 23, 0.95);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0 0 20px 20px;
    flex-direction: column;
    padding: 20px 0;
    z-index: 1000;
}

.mobile-menu.active {
    display: flex;
}

.mobile-menu-link {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: "Funnel Display", sans-serif;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
}

.mobile-menu-link:hover {
    background-color: rgba(255, 126, 33, 0.2);
}

.mobile-menu-link:last-child {
    border-bottom: none;
}

.footer-link {
    color: #fff;
    text-decoration: none;
    font-family: "Funnel Display", sans-serif;
    font-weight: 600;
    transition: color 0.3s ease;
    margin-left: 5px;
}

.footer-link:hover {
    color: #ff7e21;
}

/* Testimonials Section Styles */
.testimonials {
    width: 100%;
    padding: 80px 50px;
    text-align: center;
    background-color: #171717;
    background: linear-gradient(162deg, rgba(38, 38, 38, 1) 0%, rgba(23, 23, 23, 1) 50%, rgba(38, 38, 38, 1) 100%);
    background-image: url(images/bg16.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;   
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.testimonials::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    top: -200px;
    right: -100px;
    border-radius: 50%;
    z-index: 0;
}

.testimonials::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    bottom: -150px;
    left: -100px;
    border-radius: 50%;
    z-index: 0;
}

.testimonials-title {
    font-size: 5rem;
    margin-bottom: 60px;
    color: #FFFFFF;
    background-image: linear-gradient(45deg, #fff1e1, #ffcf95);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Funnel Display", sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.testimonials-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 auto;
    max-width: 95%;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.testimonial-card {
    flex: 1;
    max-width: 400px;
    min-width: 280px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.7px);
    -webkit-backdrop-filter: blur(8.7px);
    border: 1px solid rgba(255, 255, 255, 0.36);
    padding: 30px;
    text-align: left;
    transition: all 0.3s ease;
}

.testimonial-card.featured {
    background: linear-gradient(145deg, rgba(255, 191, 146, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    border: 1px solid rgba(255, 209, 177, 0.3);
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.testimonial-rating {
    margin-bottom: 20px;
}

.testimonial-rating i {
    color: #FF7E21;
    font-size: 1.2rem;
    margin-right: 5px;
    text-shadow: 0 0 5px rgba(255, 126, 33, 0.3);
}

.testimonial-text {
    margin-bottom: 30px;
}

.testimonial-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #f3f3f3;
    font-family: "Funnel Display", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(255, 211, 180, 0.5);
    margin-right: 15px;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info h3 {
    font-size: 1.2rem;
    color: #fff;
    font-family: "Funnel Display", sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.author-info p {
    font-size: 0.9rem;
    color: #ccc;
    font-family: "Funnel Display", sans-serif;
}

.footer {
    width: 100%;
    background-color: #171717;
    background-image: url(images/bg1.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 0 20px;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.9);
    z-index: 0;
}

.footer-container {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-logo {
    flex: 0 0 auto;
    margin-right: 80px;
}

.footer-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer-section {
    flex: 1;
    min-width: 180px;
    padding: 0 15px;
}

.footer-section h3 {
    color: #fff;
    font-family: "Funnel Display", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #ff7e21, rgba(255, 126, 33, 0.3));
}

.footer-section p {
    color: #ccc;
    font-family: "Funnel Display", sans-serif;
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.footer-section p i {
    color: #ff7e21;
    margin-right: 10px;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    background: rgba(255, 126, 33, 0.2);
    border-color: rgba(255, 126, 33, 0.3);
    transform: translateY(-5px);
    color: #ff7e21;
}

.footer-bottom {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.footer-bottom p {
    color: #888;
    font-family: "Funnel Display", sans-serif;
    font-size: 1rem;
}

@media (max-width: 1400px) {
    .hero-title, .neon-text {
        font-size: 75px;
    }
    
    .hero-description {
        font-size: 18px;
    }
    
    .pastas-content {
        column-gap: 40px;
    }

    .pastas-content {
        column-gap: 60px;
    }

    .pasta-card {
        width: calc(100% / 3);
    }

    .hero-right img {
        height: 550px;
    }
}

@media (max-width: 1200px) {
    .container {
        height: auto;
        min-height: 100vh;
    }
    
    .hero {
        height: auto;
        padding: 60px 0;
    }
    
    .hero-title, .neon-text {
        font-size: 70px;
    }
    
    .hero-right img {
        height: 500px;
    }
    
    .pastas-content {
        padding: 80px 30px;
        column-gap: 30px;
    }
    
    .pasta-card {
        width: 30%;
    }
    
    .pasta-img {
        left: 20%;
    }
    
    .pasta-title {
        margin-left: 120px;
        font-size: 26px;
    }
    
    .about-container {
        max-width: 90%;
    }
}

@media (max-width: 992px) {
    .header {
        width: calc(100% - 20px);
        column-gap: 20px;
        margin-top: 20px;
    }
    
    .navbar {
        column-gap: 20px;
    }
    
    .navbar-link {
        font-size: 18px;
    }
    
    .logo-link img {
        height: 100px;
    }
    
    .hero {
        flex-direction: column;
        padding: 40px 0 60px;
    }
    
    .hero-left, .hero-right {
        width: 90%;
        margin: 0 auto;
    }
    
    .hero-right {
        order: -1;
        margin-bottom: 20px;
    }
    
    .hero-right img {
        height: 450px;
        max-width: 100%;
        object-fit: contain;
    }
    
    .hero-left-content {
        width: 100%;
        text-align: center;
    }
    
    .hero-top-text {
        margin-left: 0;
    }
    
    .hero-title, .neon-text {
        font-size: 60px;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .pastas-content {
        justify-content: center;
        flex-direction: column;
        gap: 120px;
        padding: 60px 20px;
    }
    
    .pasta-card {
        width: 80%;
    }

    .pasta-img {
        left: 10%;
    }
    
    .about-container {
        gap: 40px;
    }
    
    .about-image, .about-content {
        min-width: 100%;
    }
    
    .about-content {
        text-align: center;
    }
    
    .about-values {
        justify-content: center;
    }
    
    .testimonials-container {
        flex-direction: column;
        align-items: center;
    }
    
    .testimonial-card {
        min-width: 90%;
        margin-bottom: 20px;
    }

    .footer-main {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .footer-logo {
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .footer-content {
        width: 100%;
    }
    
    .footer-section h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Media queries for responsiveness */
@media (max-width: 992px) {
    .about-container {
        flex-direction: column;
    }
    
    .about-content {
        text-align: center;
    }
    
    .about-values {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .value-item {
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-top: 0;
    }
    
    .header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        padding: 0 20px;
        margin-top: 15px;
        position: relative;
    }
    
    .navbar-left, .navbar-right {
        display: none;
    }
    
    .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1001;
    }
    
    .logo-link {
        position: static;
        transform: none;
        height: auto;
    }
    
    .logo-link img {
        height: 90px;
    }
    
    .logo-null {
        display: none;
    }
    
    .mobile-menu-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .hero {
        padding: 20px 0 40px;
        min-height: calc(100vh - 100px);
    }
    
    .hero-left, .hero-right {
        width: 95%;
    }
    
    .hero-right img {
        height: 400px;
        width: 100%;
        object-fit: contain;
    }
    
    .hero-left-content {
        padding: 0 10px;
    }
    
    .hero-title, .neon-text {
        font-size: 42px;
        line-height: 1.1;
    }
    
    .hero-description {
        font-size: 16px;
        text-align: center;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .hero-button {
        width: 60%;
        max-width: 250px;
        text-align: center;
    }
    
    .about-title {
        font-size: 4rem;
    }
    
    .about-values {
        flex-direction: column;
    }
    
    .about-description {
        font-size: 1.2rem;
    }
    
    .testimonial-card, .testimonial-card.featured {
        min-width: 90%;
        transform: scale(1);
        margin-bottom: 20px;
    }
    
    .footer-main {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-logo {
        margin: 0 0 30px 0;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-section {
        text-align: center;
    }
    
    .footer-section h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-section p {
        justify-content: center;
    }
    
    .social-icons {
        justify-content: center;
    }

    .mobile-menu-btn {
        display: block !important;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }

    .footer-section {
        text-align: center;
        padding: 0;
    }

    .footer-section p {
        justify-content: center;
    }

    .social-icons {
        justify-content: center;
    }

    .blur1, .blur2, .blur3, .blur4 {
        display: none;
    }
}

@media (max-width: 576px) {
    .hero-title, .neon-text {
        font-size: 36px;
    }
    
    .hero-right img {
        height: 400px;
    }

    .pastas-content {
        gap: 90px;
    }

    .pasta-card {
        width: 90%;
    }
    
    .pasta-img {
        height: 170px;
        left: 20%;
    }
    
    .about-title, .testimonials-title {
        font-size: 2.8rem;
    }
    
    .footer-section h3 {
        font-size: 1.3rem;
    }
    
    .footer-section p {
        font-size: 0.95rem;
    }
}

@media (max-width: 400px) {
    .hero-title, .neon-text {
        font-size: 45px;
    }
    
    .hero-description {
        font-size: 14px;
    }
    
    .hero-button {
        font-size: 16px;
        padding: 12px 20px;
    }
    
    .pasta-title {
        font-size: 20px;
        margin-left: 100px;
    }

    .pasta-card {
        height: 75px;
        width: 90%;
    }
    
    .pasta-img {
        height: 150px;
        left: 20%;
    }
    
    .about-title, .testimonials-title {
        font-size: 2.5rem;
    }
}