/* Arabic Font Configuration */
/* GE-SS-TV-Light font for Arabic text */

@font-face {
    font-family: 'GE SS TV Light';
    src: url('../fonts/GE-SS-TV-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body,
html,
h1, h2, h3, h4, h5, h6,
p, span, div, a, button,
.text-title,
.text-txt,
.about-content,
.services-accordion,
.news-page-img-carousel-text,
.works-page-img-carousel-text,
.leasing-form,
.contact-info-text,
input, textarea, select {
    font-family: 'GE SS TV Light', 'Noto Sans Arabic', sans-serif !important;
}

/* Keep icon fonts separate */
.ion,
.icon,
.owl-custom,
.ionicons,
[class^="ion-"],
[class*=" ion-"] {
    font-family: "Ionicons" !important;
}

/* Arabic font size increase - match English structure */
/* Just increase base sizes, let headings keep their hierarchy */
body {
    font-size: 20px !important; /* +4px from default 16px - ideal for Arabic readability */
}

p {
    font-size: 20px !important; /* +4px from default 16px - ideal for Arabic readability */
    line-height: 1.7;
}

/* Mobile Arabic font sizes - ensure consistency across all sections */
@media only screen and (max-width: 880px) {
    body {
        font-size: 18px !important; /* Increased from 17px for better Arabic readability */
    }
    
    p {
        font-size: 18px !important; /* Increased from 15px for better Arabic readability */
    }
    
    /* Ensure .about-content paragraphs are readable on mobile */
    .about-content-inner p {
        font-size: 18px !important; /* Increased from 14px for better Arabic readability */
    }
}

/* Services accordion list items - increase by 2px (NOT titles/headings) */
.services-accordion ul li a,
.services-accordion ul li button,
.services-accordion ul li {
    font-size: 18px !important; /* +2px increase for list items only */
}

/* Preserve English sizing for skillbars so layout stays aligned */
.show-skillbar .skillbar-title {
    font-size: 14px !important;
    line-height: 21px !important;
}

.show-skillbar .skill-bar-percent {
    font-size: 13px !important;
    line-height: 21px !important;
}

/* Enlarge text in page titles and sections 0, 1, 2, 4 (titles and descriptions) */
/* Slightly larger than English text for better Arabic readability */

/* Page titles - larger */
.section-title-vertical span {
    font-size: 28px !important; /* Increased from default for better readability */
}

/* Section 0 (Timeline) - titles and descriptions */
#section0 .timeline-title {
    font-size: 42px !important; /* Larger than English for readability */
    line-height: 1.4 !important;
}

#section0 .timeline-text {
    font-size: 22px !important; /* Larger than English for readability */
    line-height: 1.8 !important;
}

#section0 .timeline-year {
    font-size: 24px !important; /* Larger for readability */
}

