body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    background: url('../Trunologos/dqwd.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
}

.main-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* صورة الشيبس على اليسار */
.main-container::before {
    content: '';
    position: absolute;
    left: -50px;
    bottom: -50px;
    width: 300px;
    height: 300px;
    background: url('../Trunologos/bbq.png') no-repeat center/contain;
    transform: rotate(25deg);
    z-index: -1;
}

.content-wrapper {
    width: 90%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 2rem;
}

.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.main-logo {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.brands-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.brands-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6rem;
}

.brands-row img {
    max-width: 130px;
    height: auto;
    transition: transform 0.3s ease;
}

.contact-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 9.6rem;
}

.social-media {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #ff4d4d;
}

.social-icons {
    display: flex;
    gap: 1rem;
}

.social-icon {
    width: 35px;
    height: 35px;
    background-color: #ff4d4d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    color: #ff4d4d;
}

.contact-info div {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
}

.phone, .email {
    direction: ltr;
}

/* تعديل التجاوب للشاشات الكبيرة والمتوسطة */
@media (min-width: 1024px) {
    .content-wrapper {
        width: 90%;
        max-width: 1400px;
        gap:0.6rem;
    }

    .main-logo {
        max-width: 300px;
    }

    .brands-container {
        gap: 3rem;
    }

    .brands-row {
        gap: 6rem;
    }

    .brands-row img {
        max-width: 130px;
    }

    .contact-section {
        padding: 0 9.6rem;
        flex-direction: row;
        justify-content: space-between;
    }

    .main-container::before,
    .main-container::after {
        width: 300px;
        height: 300px;
    }

    body {
        background-size: 100% 100%;
    }

    /* للشاشات الأكبر من 1600px */
    @media (min-width: 1600px) {
        .content-wrapper {
            max-width: 1600px;
        }
        .main-logo {
            max-width: 350px;
        }
        .brands-row img {
            max-width: 150px;
        }
        .brands-row {
            gap: 7rem;
        }
        body {
            background-size: cover;
        }
    }

    /* للشاشات الأكبر من 1920px */
    @media (min-width: 1920px) {
        .content-wrapper {
            max-width: 1800px;
        }
        .main-logo {
            max-width: 400px;
        }
        .brands-row img {
            max-width: 180px;
        }
        .brands-row {
            gap: 8rem;
        }
        body {
            background-size: cover;
        }
    }
}

/* التجاوب للأجهزة الأصغر من 1024px */
@media (max-width: 1023px) {
    body {
        background: url('../Trunologos/ship.jpg') no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }

    .main-container {
        background: transparent;
        height: auto;

        padding: 1rem;
    }

    .content-wrapper {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        gap: 2.5rem;
        padding: 1.5rem;

        border-radius: 20px;
    }

    .main-container::before,
    .main-container::after {
        display: none;
    }

    .main-logo {
        max-width: 200px;
    }

    .brands-container {
        gap: 2rem;
    }

    .brands-row {
        gap: 1.5rem;
    }

    .brands-row img {
        max-width: 80px;
    }

    .contact-section {
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        position: relative;
        width: 100%;
    }

    .social-media {
        flex-direction: row;
        align-items: flex-start;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
        width: 100%;
    }

    .social-media span {
        color: #ff4d4d;
    }

    .social-icons {
        display: flex;
        gap: 0.5rem;
    }

    .social-icon {
        width: 30px;
        height: 30px;
        background-color: transparent;
    }

    .social-icon i {
        color: #ff4d4d;
        font-size: 1.5rem;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
        width: 100%;
        text-align: left;
    }

    .contact-info div {
        justify-content: flex-start;
    }
}

/* تحسينات إضافية للهواتف */
@media (max-width: 768px) {
    .content-wrapper {
        padding: 1rem;
    }

    .brands-row {
        gap: 3.3rem;
    }

    .brands-row img {
        max-width: 70px;
    }

    .contact-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .social-media {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .social-media span {
        font-size: 0.9rem;
    }

    .social-icon {
        width: 30px;
        height: 30px;
    }

    .contact-info {
        font-size: 0.9rem;
        text-align: left;
    }
}

/* تحسينات للهواتف الصغيرة */
@media (max-width: 480px) {
    .content-wrapper {
        padding: 0.8rem;
    }

    .brands-row img {
        max-width: 60px;
    }

    .contact-section {
        flex-direction: column;
        gap: 0.8rem;
    }

    .social-icon {
        width: 25px;
        height: 25px;
    }

    .contact-info {
        font-size: 0.8rem;
    }

    .main-container::before,
    .main-container::after {
        width: 150px;
        height: 150px;
    }

    .social-icon i {
        font-size: 1.2rem;
    }

    .contact-info div {
        font-size: 0.9rem;
    }
} 