body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    position: relative;
}

    /* Header CSS  */
header {
    background: #000;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 1020;
}

header .navbar-brand {
    font-weight: 700;
    font-size: 1.75rem;
}

header .navbar-nav .nav-link {
    color: #fff;
    margin: 0 1rem;
    font-size: 1rem;
    text-transform: uppercase;
}

header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link:focus {
    color: #ccc;
}

header .social-icons a {
    color: #fff;
    margin-left: 1rem;
    font-size: 1.2rem;
}

header .header-logo {
    max-width: 100px;
}

@media (min-width: 768px) {
    header .container {
        padding-left: 0;
    }
}

@media (max-width: 1399.98px) {
    header .header-logo {
        max-width: 80px;
    }
}

/* Mobile Menu Styling */
@media (max-width: 991.98px) {
    header .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.95);
        margin-top: 10px;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    header .navbar-nav .nav-item {
        margin-bottom: 5px;
    }

    header .navbar-nav .nav-link {
        padding: 12px 15px;
        border-radius: 5px;
        transition: all 0.3s ease;
        font-weight: 500;
    }
    header .navbar-nav .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        transform: translateX(5px);
    }
    header .dropdown-menu {
        background-color: rgba(255, 255, 255, 0.1);
        border: none;
        border-radius: 5px;
        margin-top: 5px;
    }
    header .dropdown-item {
        color: #fff;
        padding: 10px 20px;
        transition: all 0.3s ease;
    }
    header .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
    }

    /* Social icons mobile - chỉ hiển thị trong collapse menu */
    header .social-icons-mobile {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding: 15px 15px 5px 15px;
        margin-top: 15px;
        text-align: center;
    }

    header .social-icons-mobile a {
        color: #fff;
        font-size: 18px;
        margin: 0 10px;
        padding: 8px;
        border-radius: 50%;
        transition: all 0.3s ease;
        display: inline-block;
    }

    header .social-icons-mobile a:hover {
        background-color: rgba(255, 255, 255, 0.2);
        transform: translateY(-2px);
    }

    /* Animation cho mobile menu */
    header .navbar-collapse.collapsing,
    header .navbar-collapse.show {
        animation: slideDown 0.3s ease;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 575.98px) {
    header .header-logo {
        max-width: 65px;
    }

    header .navbar-collapse {
        margin-top: 10px;
        padding: 0;
    }

    header .navbar-nav .nav-link {
        font-size: 0.8rem;
    }
}

/* Language Switch Styling */
header .language-switch {
    position: relative;
    display: inline-block;
}
header .language-switch .dropdown-toggle {
    background: linear-gradient(135deg, #6f8fa0 0%, #666666 100%);
    border: none;
    border-radius: 25px;
    color: white;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    min-width: 80px;
    justify-content: space-between;
}
header .language-switch .dropdown-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #6f8fa0 0%, #666666 100%);
    color: white;
    text-decoration: none;
}
header .language-switch .dropdown-toggle::after {
    /* content: "▼"; */
    font-size: 10px;
    transition: transform 0.3s ease;
}
header .language-switch .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}
header .language-switch .dropdown-menu {
    border: none;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    margin-top: 5px;
    background: white;
    min-width: 120px;
    animation: slideDown 0.3s ease;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
header .language-switch .dropdown-item {
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 14px;
}
header .language-switch .dropdown-item:hover {
    background: linear-gradient(135deg, #f0f0f0 0%, #d1d1d1 100%);
    color: rgb(89, 89, 89);
}

header .language-switch .dropdown-item.active {
    background: linear-gradient(135deg, #6f8fa0 0%, #666666 100%);
    color: white;
}

/* Flag icons (optional) */
header .language-switch .flag-icon {
    width: 20px;
    height: 15px;
    border-radius: 3px;
    display: inline-block;
    background-size: cover;
    background-position: center;
}
header .flag-icon.flag-en {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 30"><rect width="60" height="30" fill="%23012169"/><g stroke="%23fff" stroke-width="6"><path d="m0,0 60,30m0-30L0,30"/></g><g stroke="%23C8102E" stroke-width="4"><path d="m0,0 60,30m0-30L0,30"/></g><path stroke="%23fff" stroke-width="10" d="M30,0v30M0,15H60"/><path stroke="%23C8102E" stroke-width="6" d="M30,0v30M0,15H60"/></svg>');
}
header .flag-icon.flag-vi {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 20"><rect width="30" height="20" fill="%23da020e"/><polygon points="15,4 11.47,14.85 20.71,8.15 9.29,8.15 18.53,14.85" fill="%23ffff00"/></svg>');
}

/* Responsive */
@media (max-width: 768px) {
    header .language-switch .dropdown-toggle {
        padding: 6px 12px;
        font-size: 12px;
        min-width: 70px;
    }
    header .language-switch .dropdown-menu {
        min-width: 100px;
    }
    header .language-switch .dropdown-item {
        padding: 8px 15px;
        font-size: 12px;
    }
}

/* END Header CSS  */
.hero-banner {
    position: relative;
    height: 70vh;
    overflow: hidden;
}
.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}
.hero-slide.active {
    opacity: 1;
}
.hero-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 10;
    /* max-width: 800px; */
    max-width: 40%;
    padding: 0 20px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease-out;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease-out 0.3s both;
}

.hero-btn {
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    transition: all 0.3s ease;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.hero-btn:hover {
    background: #fff;
    color: #333;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

/* Navigation Controls */
.hero-nav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
}

.hero-dots {
    display: flex;
    gap: 15px;
}

.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.hero-dot.active {
    background: #fff;
    transform: scale(1.2);
}

.hero-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
}

.hero-arrow {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.hero-arrow:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: #fff;
    transform: scale(1.1);
}

.hero-arrow.prev {
    left: 30px;
}

.hero-arrow.next {
    right: 30px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {
    .hero-content {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .hero-content {
        width: 90%;
    }
    .hero-content .hero-title {
        font-size: 2.8rem;
    }
    .hero-content .hero-subtitle {
        font-size: 1.2rem;
    }
    .hero-content .hero-btn {
        font-size: 1rem;
        padding: 10px 30px;
    }
}

@media (max-width: 768px) {
    .hero-banner {
        height: 65vh;
    }

    .hero-content .hero-title {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    .hero-content .hero-subtitle {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .hero-content .hero-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }

    .hero-arrow {
        width: 30px;
        height: 30px;
    }

    .hero-arrow.prev {
        left: 15px;
    }

    .hero-arrow.next {
        right: 15px;
    }
}

@media (max-width: 576px) {
    .hero-content .hero-title {
        font-size: 2rem;
    }

    .hero-content .hero-subtitle {
        font-size: 1rem;
    }

    .hero-content .hero-btn {
        padding: 8px 25px;
        font-size: 0.9rem;
    }

    .hero-content {
        padding: 0 15px;
    }

    .hero-dot {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 480px) {
    .hero-content .hero-title {
        font-size: 1.8rem;
    }

    .hero-content .hero-subtitle {
        font-size: 0.9rem;
    }

    .hero-content .hero-btn {
        padding: 8px 20px;
        font-size: 0.8rem;
    }

    .hero-content {
        padding: 0 15px;
    }

    .hero-dot {
        width: 6px;
        height: 6px;
    }
}

/* About Service */
.hero-banner .carousel-inner img {
    height: auto;
    object-fit: cover;
}

.about-text {
    padding: 40px;
}

/* End About Service */
.service-box {
    position: relative;
    background-color: #f8f9fa;
    padding: 40px 20px;
    text-align: center;
    color: #000;
    transition: background-color 0.4s, color 0.4s;
    height: 100%;
    overflow: hidden;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-icon {
    font-size: 40px;
    margin-bottom: 20px;
    transition: color 0.4s;
}

.service-box h5 {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 10px;
    transition: color 0.4s;
}

.service-box p {
    font-size: 0.9rem;
    color: #666;
    transition: color 0.4s;
}

.service-box:hover {
    background-color: #333;
    color: #fff;
}

.service-box:hover .service-icon,
.service-box:hover h5,
.service-box:hover p {
    color: #fff;
}

/* Border animation */
.service-box::before,
.service-box::after {
    content: "";
    position: absolute;
    background-color: white;
    transition: transform 0.4s ease;
}

.service-box::before {
    height: 2px;
    width: 0%;
    top: 0;
    left: 0;
}

.service-box::after {
    width: 2px;
    height: 0%;
    top: 0;
    right: 0;
}

.service-box:hover::before {
    width: 100%;
}

.service-box:hover::after {
    height: 100%;
}

/* Responsive equal height */
.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.equal-height > div {
    display: flex;
    flex-direction: column;
}

/* flipbox homepage */
.flip-card {
    perspective: 1000px;
    height: 100%;
}

.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.7s ease;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-inner {
    transform: rotateX(180deg);
}

.flip-front,
.flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 0;
    overflow: hidden;
}

.flip-front {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-front .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
}

.flip-front img {
    width: 40px;
    margin-bottom: 10px;
}

.flip-back {
    background-color: #eee;
    color: #333;
    transform: rotateX(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    font-size: 15px;
}

.card-col {
    height: 300px;
}

@media (max-width: 767px) {
    .card-col {
        height: 250px;
    }
}

/* END flipbox homepage */

/* Navbar Portfolio */
.portfolio-header {
    text-align: center;
    /* margin-bottom: 40px; */
}

.portfolio-header h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.nav-tabs {
    border: none;
    justify-content: center;
}

.nav-tabs .nav-link {
    border: none;
    padding: 10px 20px;
    margin: 0 8px;
    background: #e0e0e0;
    color: #333;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link.active {
    background-color: #000;
    color: #fff;
}

@media (max-width: 767.98px) {
    .nav-tabs .nav-link {
        padding: 10px 10px;
        margin: 5px;
    }
}

@media (max-width: 575.98px) {
    .nav-tabs .nav-link {
        font-size: 12px;
        margin: 2px;
        padding: 10px 10px;
    }
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.portfolio-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.portfolio-item:hover img {
    transform: scale(1.05);
}

.gallery-home .beer-slider {
    max-width: 100%;
    height: auto;
    /* aspect-ratio: 4/3; */
    /* margin-bottom: 1.5rem; */
}

.gallery-home .beer-slider img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery-home .beer-reveal img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery-home .grid-item {
    margin-bottom: 16px;
}

.gallery-home .grid-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* END Portfolio  */

/* Footer  */
footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #000 100%);
    color: #fff;
    padding: 50px 0 20px;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #333, transparent);
}

footer .footer-logo {
    margin-bottom: 20px;
}

footer .footer-logo img {
    max-width: 180px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

footer .footer-logo img:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

footer .footer-section {
    margin-bottom: 30px;
}

footer .footer-section h6 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.1rem;
    position: relative;
    padding-bottom: 10px;
}

footer .footer-section h6::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #fff, transparent);
    border-radius: 1px;
}

footer .footer-link a {
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    padding: 5px 0;
    transition: all 0.3s ease;
    position: relative;
    font-size: 0.95rem;
}

footer .footer-link a:hover {
    color: #fff;
    transform: translateX(5px);
    text-decoration: none;
}

footer .footer-link a::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 0.3s ease;
}

footer .footer-link a:hover::before {
    width: 10px;
}

footer .social-icons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

footer .social-icons a {
    color: #ccc;
    font-size: 1.3rem;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

footer .social-icons a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transition: left 0.5s ease;
}

footer .social-icons a:hover::before {
    left: 100%;
}

footer .social-icons a:hover {
    color: #fff;
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

footer .social-icons a img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: brightness(0.8);
    transition: filter 0.3s ease;
}

footer .social-icons a:hover img {
    filter: brightness(1);
}

footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding-top: 25px;
    font-size: 0.9rem;
    color: #999;
    position: relative;
}

footer .footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #333, transparent);
}

/* Responsive Design */
@media (max-width: 768px) {
    footer {
        padding: 40px 0 15px;
    }

    footer .footer-logo {
        text-align: center;
        margin-bottom: 30px;
    }

    footer .footer-logo img {
        max-width: 150px;
    }

    footer .footer-section {
        text-align: center;
        margin-bottom: 35px;
    }

    footer .footer-section h6::after {
        left: 50%;
        transform: translateX(-50%);
    }

    footer .footer-link a::before {
        display: none;
    }

    footer .footer-link a:hover {
        transform: none;
    }

    footer .social-icons {
        justify-content: center;
    }

    footer .footer-bottom {
        margin-top: 30px;
        padding-top: 20px;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    footer {
        padding: 30px 0 15px;
    }

    footer .footer-section {
        margin-bottom: 25px;
    }

    footer .footer-section h6 {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    footer .footer-link a {
        margin-bottom: 10px;
        font-size: 0.9rem;
    }

    footer .social-icons a {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    footer .social-icons a img {
        width: 20px;
        height: 20px;
    }
}

/* Animation cho toàn bộ footer */
footer {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.zalo-float {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    animation: pulse 2s infinite;
}

.zalo-float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* END Footer  */

/* CSS Contact Page  */
.contact-card {
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    background: #fff;
    overflow: hidden;
}

.contact-info {
    background: #f3f3f3;
    padding: 40px;
    height: 100%;
}

.contact-info .info-item {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.contact-info .info-item i {
    font-size: 1.5rem;
    color: #000000;
    margin-right: 15px;
}

.contact-info iframe {
    border: none;
    width: 100%;
    height: 250px;
    border-radius: 8px;
}

.contact-form {
    padding: 40px;
}

.contact-form .form-control {
    border-radius: 8px;
    padding: 12px 15px;
}

.contact-form .title {
    font-family: Gwendolyn !important;
    font-size: 50px;
}

.contact-section .btn-submit {
    background: #000000;
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.contact-section .btn-submit:hover {
    background: #2f2f2f;
    color: white;
}

.contact-banner {
    position: relative;
    height: 65vh;
    min-height: 400px;
    /* background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%),
        url('https://images.pexels.com/photos/1571460/pexels-photo-1571460.jpeg?auto=compress&cs=tinysrgb&w=1600') center/cover no-repeat; */
    background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.4) 100%
        ),
        url("/images/banner/slide-01.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.contact-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 20px;
}

.banner-title {
    font-family: "Playfair Display", serif;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease-out;
}

.banner-subtitle {
    font-family: "Inter", sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease-out 0.3s both;
}

.banner-divider {
    width: 80px;
    height: 2px;
    background: white;
    margin: 0 auto 2rem;
    opacity: 0.8;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.banner-cta {
    font-family: "Inter", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.7;
    animation: fadeInUp 1s ease-out 0.9s both;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Parallax effect */
.contact-banner {
    background-attachment: fixed;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-banner {
        height: 50vh;
        min-height: 350px;
        background-attachment: scroll;
    }

    .banner-title {
        font-size: 2.8rem;
    }

    .banner-subtitle {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .contact-banner {
        height: 45vh;
        min-height: 300px;
    }

    .banner-title {
        font-size: 2.2rem;
    }

    .banner-subtitle {
        font-size: 1rem;
    }
}

/* Hover effect */
.contact-banner:hover::before {
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

/* END Contact Page  */
.image-compare {
    max-width: 100%;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
