   footer {


 background-color: #E07A5F;
  color: #fffaf0;

box-shadow: 0 2px 10px rgba(44, 95, 93, 0.15);
        color: #ecf0f1;
        padding: 50px 0 20px;
        font-family: 'Arial', sans-serif;

    }

    .container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px; /* Add padding for mobile to avoid content touching edges */
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    footer .col-lg-4 {
        flex: 0 0 30%;
        max-width: 30%;
      
    }

    footer h4 {
        color: #fffdf7;
        font-size: 1em;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: relative;
        padding: 10px 15px;
        border-radius: 5px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    footer h4::before,
    footer h4::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(to right, transparent, #ffffff, transparent);
    }

    footer h4::before {
        top: 0;
    }

    footer h4::after {
        bottom: 0;
    }

    .footer-links {
        list-style: none;
        padding: 0;
    }

    .footer-links li {
		margin-bottom: 10px;
		text-align: center;
}

    .footer-links a {
        color: #fffdf7;
        text-decoration: none;
        transition: color 0.3s ease, transform 0.3s ease;
        display: inline-block;
    }

    .footer-links a:hover {
        color: #222;
        transform: translateX(5px);
    }

    .quote-of-the-day {
        font-style: italic;
        line-height: 1.6;
        position: relative;
        padding: 20px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        margin-top: 20px;
    }

    .quote-of-the-day::before {
        content: '"';
        font-size: 4em;
        position: absolute;
        left: 10px;
        top: -10px;
        color: rgba(255, 255, 255, 0.2);
    }

    .social-icons {
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin-top: 20px;
    }
    .social-icons i {
    font-size: 2em; /* Adjust the size as needed */
}

    .social-icons li {
        margin: 0 10px;
    }

.social-icons a {
    color: #2c3e50; /* Màu biểu tượng đậm hơn để hợp với nền xám nhạt */
    font-size: 1.5em;
    transition: color 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
    display: inline-block;
    background-color: #bdc3c7; /* Nền xám nhạt */
    padding: 8px;
    border-radius: 8px; /* Bo góc nhẹ */
     width: 40px; /* Độ rộng cố định */
    height: 40px; /* Chiều cao cố định */
}



.social-icons a:hover {
    color: #ffffff; /* Màu sáng hơn khi hover */
    background-color: #7f8c8d; /* Nền xám đậm hơn khi hover */
    transform: scale(1.05); /* Phóng to nhẹ khi hover */
}
.copyright-text {
    display: flex;
    align-items: center;
    justify-content: center; /* hoặc flex-end nếu muốn sát phải */
    gap: 8px; /* khoảng cách giữa logo và chữ */
    font-size: 14px;
    padding: 10px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dmca-badge img {
    height: 25px; /* hoặc điều chỉnh nếu cần */
    display: block;
}
.copyright-text-line {
    text-transform: none !important;
}

/* Responsive nhỏ lại trên màn hình < 600px */
@media (max-width: 600px) {
    .copyright-text {
        font-size: 12px;
        gap: 4px;
        padding: 8px;
    }

    .dmca-badge img {
        height: 18px;
    }
}


    @media (max-width: 768px) {
        .container {
            width: 100%;
            padding: 0 10px; /* Ensures padding on mobile */
        }

        .col-lg-4 {
            flex: 0 0 100%;
            max-width: 100%;
            margin-bottom: 20px; /* Add spacing between sections */
        }

        h4::after {
            left: 50%;
            transform: translateX(-50%);
        }

        .footer-links,
        .social-icons {
            text-align: center;
        }

        .quote-of-the-day {
            text-align: center;
        }

         .copyright-text {
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 30px;

    }
	    .footer-links li {
		margin-bottom: 10px;
		text-align: center;
}

    /* Show Facebook logo on mobile */
     .facebook-logo {
        display: block; /* Hiển thị logo trên di động */
    }
    }

.facebook-logo a {
    color: #2c3e50; /* Màu biểu tượng đậm hơn để hợp với nền xám nhạt */
    font-size: 1.5em;
    transition: color 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
    display: inline-block;
    background-color: #bdc3c7; /* Nền xám nhạt */
    padding: 8px;
    border-radius: 5px; /* Bo góc nhẹ */
    width: 40px; /* Độ rộng cố định */
    height: 50px; /* Chiều cao cố định */
}
    .social-contact {

    margin: -60px auto 10px auto; /* tăng margin-top lên 60px */


}
    .facebook-link {
        color: #ecf0f1;
        text-decoration: none;
        transition: color 0.3s ease, transform 0.3s ease;
        display: inline-block;
    }

    .facebook-link:hover {
        color: #f48840;
        transform: translateX(5px);
    }
@media (max-width: 768px) {
  .social-contact {
    margin-top: 10px;
    padding: 0 16px; /* Căn lề trái và phải 16px */
  }
}

