/* Contact Hero Section */
.contact-hero {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    overflow: hidden;
}

.contact-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(44, 90, 160, 0.9), rgba(44, 90, 160, 0.7)),
                url('../images/placeholder.webp') center/cover;
    z-index: -1;
}

.contact-hero__content {
    z-index: 2;
}

.contact-hero__title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-hero__subtitle {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.9;
}

/* Contact Form Section */
.contact-form-section {
    background-color: #fff;
    padding: 80px 0;
}

.contact-intro {
    text-align: center;
    margin-bottom: 60px;
}

.contact-intro__title {
    font-family: "DM Sans", Sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #1F4396;
    line-height: 1.3em;
    margin: 0;
}

.contact-intro__subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 35px;
    color: #333;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.contact-form {
    background: white;
    border-radius: 0px;
}

/* Distributors Section */
.dbt__title {
    color: #1F4396;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .contact-info-box {
        grid-template-columns: 1fr;
    }
    
    .contact-image {
        height: 300px;
    }
    
    .contact-right {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .contact-hero__title {
        font-size: 36px;
    }
    
    .contact-hero__subtitle {
        font-size: 16px;
    }
    
    .contact-intro__title {
        font-size: 28px;
    }

    .distributors__title {
        font-size: 36px;
    }
    
    .distributors-list {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 1024px) {
    .distributors-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .distributors-left {
        text-align: center;
    }
    
    .distributor-company p,
    .distributor-contact p {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .distributors__title {
        font-size: 36px;
    }
    
    .distributors-right {
        gap: 20px;
    }

    .dbt__divider {
        margin: 20px auto;
    }
}

h2, h4 {
    font-size: 1.5em;
    font-weight: 700;
}

h2 {
    font-weight: 700;
    font-family: "Montserrat", Sans-serif;
}

h4 {
    font-family: "Open Sans", Sans-serif;
}

.elementor-section-contact {
    position: relative;
    padding: 400px 0 0 0;
    overflow: hidden;
}

.elementor-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    height: 100%;
}

.elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.elementor-background-overlay-contact {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    background-color: #000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-container {
    position: absolute;
    top: 3.4rem;
    left: 15.1%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 20px;
    max-width: 900px;
    min-height: 164px;
}

.text-container {
    text-align: center;
    max-width: 900px;
}

.elementor-heading-title-contact {
    color: white;
    text-shadow: -1px 0px 6px rgba(7.808662570888461, 7.757608695652168, 19.499999999999982, 0.27);
    text-align: left;
}

.elementor-heading-title-contact:nth-child(1) {
    transform: translateY(0);
    opacity: 1;
    margin: -25px 0;
    font-family: "Montserrat", Sans-serif;
    font-size: 36px;
}

.elementor-heading-title-contact:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
    margin: 37px 0;
    font-family: "DM Sans", Sans-serif;
    font-size: 1.5em;
    line-height: 28px;
}

.elementor-heading-title-contact:last-child {
    animation: slideDown 1.5s ease forwards;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-80px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(80px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .elementor-heading-title-contact {
        font-size: 1.5em !important;
    }
    .elementor-heading-title-contact:nth-child(2) {
        font-size: 1em !important;
        width: 60%;
    }
    .elementor-container {
        top: 17%;
        left: 0%;
    }
}

.line-container {
    width: 100px;
    margin: 0.72rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-container img {
    max-width: 100%;
    height: auto;
}
