@media screen and (max-width: 1400px) { } @media screen and (max-width: 1200px) { } @media screen and (max-width: 992px) { .footer-container{ display: flex; flex-direction: column; flex-wrap: wrap; justify-content:flex-start; margin-bottom: 24px; } .footer-cta { bottom: 93%; left: 90px; right: 90px; } } @media screen and (max-width: 768px) { .header-container { position: relative; padding: 14px 16px; display: flex; justify-content: center; align-items: center; } /* لوگو وسط واقعی */ .header-logo { position: absolute; left: 50%; transform: translateX(-50%); } .header-logo img { height: 36px; } /* کاربر سمت چپ */ .header-left { position: absolute; left: 16px; } .header-phone { display: none; } /* منو سمت راست */ .header-menu-toggle { display: flex; position: absolute; right: 16px; } /* مخفی شدن منوی دسکتاپ */ .header-nav { display: none; } .footer-imgb , .footer-imga{ display: none; } .footer-imgd { display: block; position: absolute; top: 0; left: 0; } .footer-imgc{ display: block; position: absolute; bottom: 0; right: 0; } .footer-cta-content { border-radius: 10px; padding: 24px 16px; display: flex; align-items: center; flex-direction: column; justify-content: space-between; gap: 24px; } .footer-cta-txt h2 { margin-bottom: 16px; font-size: 22px; font-weight: 700; align-self: center; } .footer-cta-txt p { font-size: 14px; text-align: center; line-height: 1.8; } } @media screen and (max-width: 576px) { .footer-cta { left: 20px; right: 20px; } .footer{ padding-top: 129px; } .footer-bottom-line{ margin-bottom: 92px; } }