/* Contact Page Specific Styles - Matching Screenshot */

/* Contact Section with exact background color */
.contact-section {
    background-color: #A1F0FF54;
    padding: 100px 0 80px;
    min-height: calc(100vh - 200px);
}

/* Contact Title */
.contact-title {
    font-size: 48px;
    font-weight: 600;
    color: #1a3a6e;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 40px;
}

/* Contact Wrapper - 3 columns */
.contact-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Left: Contact Info */
.contact-info-left {
    flex: 0 0 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-detail {
    font-size: 14px;
    color: #333;
    margin-bottom: 16px;
    line-height: 1.6;
}

.contact-detail .label {
    font-weight: 500;
}

.contact-detail.address {
    margin-top: 15px;
    line-height: 1.6;
}

/* Middle: Contact Form */
.contact-form-wrapper {
    flex: 1;
    max-width: 450px;
}

.ahe-contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.half {
    flex: 1;
}

.form-group label {
    font-size: 13px;
    color: #555;
    margin-bottom: 5px;
    font-weight: 400;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 15px;
    border: none;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    transition: box-shadow 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(26, 58, 110, 0.2);
}

.form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.form-group textarea {
    resize: vertical;
    min-height: 50px;
    width: 100%;
    box-sizing: border-box;
}

/* Recaptcha */
.recaptcha-container {
    margin: 15px 0;
}

.recaptcha-img {
    width: 48px;
    height: 48px;
    opacity: 0.8;
}

/* Submit Button */
.btn-submit {
    background-color: #c41230;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-top: 5px;
}

.btn-submit:hover {
    background-color: #a00f28;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(196, 18, 48, 0.3);
}

/* Right: Social Section */
.social-section {
    flex: 0 0 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.follow-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 18px;
    font-weight: 500;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #1a3a6e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #c41230;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.social-icon i {
    width: 18px;
    height: 18px;
}

/* Footer Styles - Dark Theme */
.footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 0;
}

.footer-top {
    border-bottom: 1px solid #333;
    padding: 20px 0;
}

.footer-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-item-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #aaa;
}

.icon-small {
    width: 16px;
    height: 16px;
    color: #c41230;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-brand {
    flex: 0 0 200px;
}

.footer-logo {
    height: 35px;
    margin-bottom: 10px;
}

.footer-tagline {
    font-size: 12px;
    color: #aaa;
}

.footer-links-group {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.footer-link {
    font-size: 13px;
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #c41230;
}

.footer-nav {
    flex: 0 0 150px;
}

.footer-nav-title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-list li {
    margin-bottom: 8px;
}

.footer-nav-link {
    font-size: 13px;
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav-link:hover,
.footer-nav-link.active {
    color: #c41230;
}

.footer-social {
    flex: 0 0 200px;
}

.footer-social-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.footer-social-list li {
    margin-bottom: 10px;
}

.footer-social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-social-link:hover {
    color: #fff;
}

.subscribe-section {
    margin-top: 20px;
}

.subscribe-text {
    font-size: 12px;
    color: #aaa;
    line-height: 1.5;
    margin-bottom: 10px;
}

.btn-subscribe {
    background-color: #c41230;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-subscribe:hover {
    background-color: #a00f28;
    transform: translateX(3px);
}

.footer-bottom {
    background-color: #c41230;
    text-align: center;
    padding: 15px 0;
}

.footer-bottom p {
    font-size: 12px;
    color: #fff;
    margin: 0;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-section[data-aos="fade-up"] {
    animation: fadeInUp 0.8s ease-out;
}

.social-icon {
    animation: fadeInUp 0.6s ease-out backwards;
}

.social-icon:nth-child(1) { animation-delay: 0.1s; }
.social-icon:nth-child(2) { animation-delay: 0.2s; }
.social-icon:nth-child(3) { animation-delay: 0.3s; }
.social-icon:nth-child(4) { animation-delay: 0.4s; }

/* Responsive Design */
@media (max-width: 1024px) {
    .contact-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .contact-info-left {
        flex: 0 0 100%;
        text-align: center;
        padding-top: 0;
        margin-bottom: 30px;
    }
    
    .social-section {
        flex: 0 0 100%;
        padding-top: 30px;
    }
    
    .contact-form-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .contact-title {
        font-size: 36px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .footer-main {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-contact {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}
