/* style/contact.css */
.page-contact {
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-contact-hero {
    background: linear-gradient(135deg, #0A246A 0%, #3a5c9e 100%); /* Adjusted for better contrast */
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_pattern,geometric,dark_blue]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-contact-hero .page-contact-container {
    position: relative;
    z-index: 1;
}

.page-contact-title {
    font-size: 3.2em;
    margin-bottom: 15px;
    color: #FFD700; /* Accent color for title */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-contact-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-contact-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-contact-btn-primary {
    background-color: #FFD700; /* Gold accent */
    color: #0A246A; /* Dark blue text for contrast */
    border: 2px solid #FFD700;
}

.page-contact-btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-contact-details, .page-contact-form-section, .page-contact-faq {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.page-contact-details {
    background-color: #fff;
}

.page-contact-heading {
    font-size: 2.5em;
    color: #0A246A; /* Primary dark blue */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-contact-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Accent gold */
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    text-align: center;
}

.page-contact-item {
    background-color: #f0f4f8; /* Light blue-gray for items */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-contact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-contact-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

.page-contact-item-title {
    font-size: 1.5em;
    color: #0A246A; /* Primary dark blue */
    margin-bottom: 15px;
}

.page-contact-item-description {
    color: #555;
    margin-bottom: 20px;
}

.page-contact-email, .page-contact-phone {
    font-weight: bold;
    color: #0A246A;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.page-contact-btn-secondary {
    background-color: #0A246A; /* Primary dark blue */
    color: #FFD700; /* Gold accent text */
    border: 2px solid #0A246A;
}

.page-contact-btn-secondary:hover {
    background-color: #1a3a7a;
    border-color: #1a3a7a;
    transform: translateY(-2px);
}

.page-contact-form-section {
    background-color: #eef3f7;
}

.page-contact-form {
    max-width: 700px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-contact-description {
    text-align: center;
    margin-bottom: 30px;
    color: #555;
    font-size: 1.1em;
}

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

.page-contact-label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #0A246A;
}

.page-contact-input, .page-contact-textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.page-contact-input:focus, .page-contact-textarea:focus {
    border-color: #FFD700; /* Accent gold on focus */
    outline: none;
}

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

.page-contact-btn-submit {
    width: 100%;
    background-color: #FFD700; /* Gold accent */
    color: #0A246A; /* Dark blue text */
    border: none;
    padding: 15px;
    font-size: 1.2em;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-contact-btn-submit:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-contact-faq {
    background-color: #fff;
}

.page-contact-faq-item {
    background-color: #f0f4f8;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-contact-faq-question {
    font-size: 1.3em;
    color: #0A246A; /* Primary dark blue */
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-contact-faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-contact-faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
}

.page-contact-faq-answer {
    color: #555;
    font-size: 1em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding-top: 0;
}

.page-contact-faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    padding-top: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-contact-title {
        font-size: 2.5em;
    }

    .page-contact-subtitle {
        font-size: 1.1em;
    }

    .page-contact-heading {
        font-size: 2em;
    }

    .page-contact-grid {
        grid-template-columns: 1fr;
    }

    .page-contact-form {
        padding: 30px;
    }

    .page-contact-hero, .page-contact-details, .page-contact-form-section, .page-contact-faq {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .page-contact-title {
        font-size: 2em;
    }

    .page-contact-subtitle {
        font-size: 1em;
    }

    .page-contact-btn {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-contact-heading {
        font-size: 1.8em;
    }

    .page-contact-form {
        padding: 20px;
    }
}