.page-contact {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Text Main */
    background-color: #08160F; /* Background */
}

.page-contact__container,
.page-contact__form-section {
    background-color: transparent;
    color: #F2FFF6;
}

.page-contact__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 10px; /* Small top padding as per requirement */
    padding-bottom: 60px;
    overflow: hidden;
}

.page-contact__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.page-contact__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 20px;
    background: rgba(8, 22, 15, 0.7);
    border-radius: 10px;
    margin-top: 80px;
}

.page-contact__main-title {
    font-size: clamp(28px, 4vw, 48px);
    color: #F2FFF6;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.page-contact__hero-description {
    font-size: 18px;
    color: #A7D9B8;
    margin-bottom: 30px;
}

.page-contact__btn-primary {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 5px;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-contact__btn-primary:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-contact__section-title {
    font-size: clamp(24px, 3.5vw, 40px);
    color: #F2FFF6;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-contact__section-description {
    font-size: 17px;
    color: #A7D9B8;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.page-contact__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Channels Section */
.page-contact__channels-section {
    padding: 80px 0;
    background-color: #08160F;
}

.page-contact__dark-bg {
    background-color: #08160F;
    color: #F2FFF6;
}

.page-contact__light-bg {
    background-color: #11271B;
    color: #F2FFF6;
}

.page-contact__channels-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-contact__channel-card {
    background-color: #11271B;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #2E7A4E;
}

.page-contact__channel-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 3px solid #57E38D;
    padding: 10px;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    display: block;
}

.page-contact__card-title {
    font-size: 24px;
    color: #F2FFF6;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-contact__card-text {
    font-size: 16px;
    color: #A7D9B8;
    margin-bottom: 25px;
    flex-grow: 1;
}

.page-contact__btn-secondary {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 5px;
    background: transparent;
    color: #11A84E;
    border: 2px solid #11A84E;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-contact__btn-secondary:hover {
    background: #11A84E;
    color: #ffffff;
}

/* Contact Form Section */
.page-contact__form-section {
    padding: 80px 0;
    background-color: #0d1a13;
    color: #F2FFF6;
}

.page-contact__contact-form {
    max-width: 700px;
    margin: 0 auto;
    background-color: #11271B;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #2E7A4E;
}

.page-contact__form-group {
    margin-bottom: 20px;
}

.page-contact__form-label {
    display: block;
    font-size: 16px;
    color: #F2FFF6;
    margin-bottom: 8px;
    font-weight: bold;
}

.page-contact__form-input,
.page-contact__form-textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #1E3A2A;
    border-radius: 5px;
    background-color: #08160F;
    color: #F2FFF6;
    font-size: 16px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.page-contact__form-input:focus,
.page-contact__form-textarea:focus {
    border-color: #11A84E;
    outline: none;
}

.page-contact__form-textarea {
    resize: vertical;
}

/* FAQ Section */
.page-contact__faq-section {
    padding: 80px 0;
    background-color: #08160F;
}

.page-contact__faq-list {
    max-width: 900px;
    margin: 40px auto 0 auto;
}

.page-contact__faq-item {
    background-color: #11271B;
    border: 1px solid #2E7A4E;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #F2FFF6;
}

.page-contact__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #F2FFF6;
    background-color: #0a2015;
    transition: background-color 0.3s ease;
}

.page-contact__faq-question:hover {
    background-color: #11271B;
}

.page-contact__faq-question::-webkit-details-marker {
    display: none;
}

.page-contact__faq-qtext {
    flex-grow: 1;
    pointer-events: none;
}

.page-contact__faq-toggle {
    font-size: 24px;
    line-height: 1;
    margin-left: 15px;
    pointer-events: none;
    color: #57E38D;
}

.page-contact__faq-answer {
    padding: 20px 25px;
    font-size: 16px;
    color: #A7D9B8;
    border-top: 1px solid #1E3A2A;
}

.page-contact__faq-answer p {
    margin-bottom: 15px;
}

.page-contact__faq-answer a {
    color: #11A84E;
    text-decoration: underline;
}

.page-contact__faq-answer a:hover {
    color: #57E38D;
}

.page-contact__faq-link {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    border-radius: 5px;
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-contact__faq-link:hover {
    background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

/* Social Section */
.page-contact__social-section {
    padding: 80px 0;
    background-color: #0d1a13;
    color: #F2FFF6;
}

.page-contact__social-links {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-contact__social-icon-link {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 2px solid #2E7A4E;
}

.page-contact__social-icon-link:hover {
    transform: translateY(-5px) scale(1.05);
    border-color: #57E38D;
}

.page-contact__social-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    max-width: 100%;
    height: auto;
}

/* Commitment Section */
.page-contact__commitment-section {
    padding: 80px 0;
    text-align: center;
    background-color: #0A4B2C;
    color: #F2FFF6;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .page-contact {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-contact__hero-section {
        padding-bottom: 40px;
        flex-direction: column;
    }

    .page-contact__hero-image {
        position: relative;
        width: 100%;
        height: 250px;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .page-contact__hero-content {
        position: relative;
        z-index: 2;
        max-width: 100%;
        padding: 15px;
        background: rgba(8, 22, 15, 0.8);
        border-radius: 10px;
        margin-top: 0;
    }

    .page-contact__main-title {
        font-size: clamp(24px, 7vw, 36px);
    }

    .page-contact__hero-description {
        font-size: 16px;
    }

    .page-contact__section-title {
        font-size: clamp(20px, 6vw, 32px);
    }

    .page-contact__section-description {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .page-contact__channels-section,
    .page-contact__form-section,
    .page-contact__faq-section,
    .page-contact__social-section,
    .page-contact__commitment-section {
        padding: 40px 0;
    }

    .page-contact__container {
        padding: 0 15px;
    }

    .page-contact__channel-card {
        padding: 20px;
    }

    .page-contact__channel-icon {
        width: 80px;
        height: 80px;
    }

    .page-contact__card-title {
        font-size: 20px;
    }

    .page-contact__card-text {
        font-size: 15px;
    }

    .page-contact__contact-form {
        padding: 25px;
    }

    .page-contact__form-label,
    .page-contact__form-input,
    .page-contact__form-textarea {
        font-size: 15px;
    }

    .page-contact__faq-question {
        padding: 15px 20px;
        font-size: 16px;
    }

    .page-contact__faq-answer {
        padding: 15px 20px;
        font-size: 15px;
    }

    .page-contact__social-links {
        gap: 15px;
    }

    .page-contact__social-icon-link {
        width: 50px;
        height: 50px;
    }
    
    /* Mobile specific image and button responsiveness */
    .page-contact img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
    
    .page-contact__section,
    .page-contact__card,
    .page-contact__container,
    .page-contact__form-section,
    .page-contact__faq-section,
    .page-contact__social-section,
    .page-contact__commitment-section {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }
    
    .page-contact__btn-primary,
    .page-contact__btn-secondary,
    .page-contact a[class*="button"],
    .page-contact a[class*="btn"],
    .page-contact__faq-link {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px;
    }
    
    .page-contact__channels-grid {
        grid-template-columns: 1fr;
    }
    
    .page-contact__social-links {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}