/* ============================================
   Footer Style 2 - تصميم جديد
   ============================================ */

.footer-container.footer-style2 {
    /* background: #0d3a3a; */
    background: #043266;
    /* padding: 80px 60px 30px; */
    /* margin-top: 50px; */
    overflow: hidden;
}

.footer-style2 .footer-main {
    max-width: 1314px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 33% 67%;
    /* margin-bottom: 60px; */
}

/* Left Section - Newsletter */

.footer-style2 .logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.footer-style2 .logo-icon {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

/* الصورة الديناميكية للـ Logo */
.footer-style2 .logo-icon .footer-logo-dynamic-image {
    width: auto;
    height: 100px;
    max-width: 100px;
    object-fit: contain;
    display: block;
}

.footer-style2 .logo-square {
    width: 20px;
    height: 20px;
    background: #ff6b35;
}

.footer-style2 .logo-square:nth-child(2) {
    background: transparent;
    border: 2px solid #ff6b35;
}

.footer-style2 .logo-text {
    font-size: 28px;
    font-weight: 700;
    color: white;
    font-family: "Kanit", sans-serif;
    display: none;
}

.footer-style2 .newsletter-section p {
    color: rgba(255, 255, 255, 0.7);
    /* font-size: 16px;
    line-height: 1.6; */
    margin-bottom: 30px;
}

.footer-style2 .email-form {
    display: flex;
    gap: 0;
}

.footer-style2 .email-input {
    flex: 1;
    padding: 16px 20px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    color: white;
    font-size: 15px;
    outline: none;
    transition: border-color 0.3s;
}

.footer-style2 .email-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer-style2 .email-input:focus {
    border-color: rgba(255, 255, 255, 0.5);
}

.footer-style2 .send-btn {
    padding: 16px 40px;
    background: #c9a961;
    color: #ffffff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    font-family: "Kanit", sans-serif;
}

.footer-style2 .send-btn:hover {
    background: #c9a961;
}

/* Right Section - Contact & Social */
.footer-style2 .contact-section {
    display: flex;
    flex-direction: column;
    /* gap: 40px; */
    margin-left: 50px;
    position: relative;

    @media (max-width: 480px) {
        margin-left: 0px;
    }
}

.contact-section:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    @media (max-width: 480px) {
       display: none;
    }
}

.footer-style2 .contact-header {
    text-align: center;
    padding: 100px 0 100px 100px;
    position: relative;
    @media (max-width: 480px) {
        padding: 50px;
        padding-top: 0;
    }
}

.footer-style2 .contact-header h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    /* margin-bottom: 60px; */
    color: white;
    font-family: "Kanit", sans-serif;
}

.footer-style2 .contact-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 90px 0 55px 100px;
}

.footer-style2 .location {
    text-align: left;
}

.footer-style2 .location h3 {
    font-family: "Kanit", sans-serif;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.location h3:after {
    display: block;
    content: "";
    margin-top: 5px;
    width: 55px;
    height: 1px;
    background-color: #c9a961;
}

.footer-style2 .location p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    /* line-height: 1.8;
    margin-bottom: 8px; */
}

.footer-style2 .location p a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-style2 .location p a:hover {
    color: white;
}

.footer-style2 .social-section h3 {
    font-family: "Kanit", sans-serif;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.footer-style2 .social-section h3:after {
    display: block;
    content: "";
    margin-top: 5px;
    width: 55px;
    height: 1px;
    background-color: #c2df93;
}

.footer-style2 .social-icons {
    display: flex;
    gap: 16px;
}

.footer-style2 .social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
}

.footer-style2 .social-icon:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.footer-style2 .social-icon svg {
    width: 15px;
    height: 15px;
    fill: white;
    stroke: #ffffff;
}

/* Footer Bottom */
.footer-style2 .footer-bottom {
    margin: 0 auto;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.footer-style2 .copyright {
    font-size: 16px;
    color: #ffffff;
    font-family: Kanit, sans-serif;
    font-weight: 300;
}

.footer-style2 .footer-links {
    display: flex;
    gap: 30px;
    @media (max-width: 480px) {
      justify-content: center;
     }
}

.footer-style2 .footer-links a,
.footer-style2 .footer-menu {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-style2 .footer-menu li {
    margin: 0;
    padding: 0;
}

.footer-style2 .footer-menu a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-style2 .footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-style2 .footer-links a:hover,
.footer-style2 .footer-menu a:hover {
    color: white;
}

/* Footer Style 2 - Responsive */
@media (max-width: 480px) {
    .footer-container.footer-style2 {
        padding: 60px 20px 30px;
    }

    .footer-style2 .footer-main {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .footer-style2 .newsletter-section {
        padding-right: 0;
        padding-top: 0;
    }

    .footer-style2 .contact-header h2 {
        font-size: 36px;
    }

    .footer-style2 .contact-info {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 50px;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-style2 .email-form {
        flex-direction: column;
    }

    .footer-style2 .email-input {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    .footer-style2 .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

.contact-header:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 200%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    @media (max-width: 480px) {
       /* display: none; */
    }
}

.newsletter-section {
    padding-top: 100px;
}

.footer-bottom-left {
    display: flex;
    justify-content: space-between;

    @media (max-width: 480px) {
        flex-direction: column;
        gap: 10px;
     }
}
