/**
 * Custom Styles for Visitor Portal (Al Ramz)
 * Add your custom CSS rules here.
 */

/* ==========================================================================
   Brand Typography & Custom Font
   ========================================================================== */

/* Custom Font Family (HT Heliopolis / Cairo fallback) */
.font-heliopolis {
    font-family: 'HT Heliopolis', 'Cairo', sans-serif;
}

/* ==========================================================================
   Secondary Section & Section Headings
   ========================================================================== */

.secondary-section-title {
    font-family: 'HT Heliopolis', 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
}

.secondary-section-desc {
    font-family: 'HT Heliopolis', 'Cairo', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
    .secondary-section-title {
        font-size: 52px;
        line-height: 92px;
    }
    .secondary-section-desc {
        font-size: 16.8px;
        line-height: 28px;
    }
}

/* ==========================================================================
   Visitor Portal Footer (Al Ramz)
   ========================================================================== */

.ramz-footer {
    background-color: #8B7C6F;
    color: #FFFFFF;
    width: 100%;
    position: relative;
    margin-top: 6rem;
}

html[dir="rtl"] .ramz-footer,
[dir="rtl"] .ramz-footer {
    direction: rtl;
    text-align: right;
}

html[dir="ltr"] .ramz-footer,
[dir="ltr"] .ramz-footer {
    direction: ltr;
    text-align: left;
}

.ramz-footer-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 24px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (min-width: 992px) {
    .ramz-footer-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 32px;
    }
}

.ramz-footer-brand-col {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    .ramz-footer-brand-col {
        width: 360px;
        max-width: 360px;
    }
}

.ramz-footer-links-col {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    .ramz-footer-links-col {
        width: 200px;
        max-width: 200px;
    }
}

.ramz-footer-contact-col {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    .ramz-footer-contact-col {
        width: 320px;
        max-width: 320px;
    }
}

.ramz-footer-title {
    font-size: 19px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.ramz-footer-newsletter-form {
    background-color: #FFFFFF;
    border-radius: 14px;
    height: 48px;
    max-width: 310px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.ramz-footer-newsletter-input {
    flex: 1 1 auto;
    background: transparent;
    border: none;
    outline: none;
    color: #333333;
    font-size: 13px;
    min-width: 0;
    padding: 0 4px;
}

.ramz-footer-newsletter-input::placeholder {
    color: #9CA3AF;
}

.ramz-footer-newsletter-btn {
    flex: 0 0 auto;
    background: transparent;
    border: none;
    outline: none;
    color: #8B7C6F;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.2s;
    padding: 4px 6px;
}

.ramz-footer-newsletter-btn:hover {
    opacity: 0.8;
}

.ramz-footer-links-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ramz-footer-link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    transition: color 0.2s;
}

.ramz-footer-link:hover {
    color: #dfcebc;
}

.ramz-footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ramz-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #FFFFFF;
    font-size: 15px;
}

.ramz-footer-contact-icon {
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.ramz-footer-address {
    font-size: 13.5px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 4px;
    max-width: 290px;
}

.ramz-footer-social-links {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 18px;
    color: #FFFFFF;
}

.ramz-footer-social-icon {
    color: #FFFFFF;
    transition: transform 0.2s, opacity 0.2s;
    text-decoration: none;
}

.ramz-footer-social-icon:hover {
    opacity: 0.8;
    transform: scale(1.1);
}
