/*
Theme Name: Tutor Starter Child
Theme URI: https://example.com/
Description: Child theme for Tutor Starter
Author: Shahid Gulzar
Author URI: https://iqrawartqi.com/
Template: tutorstarter
Version: 1.0
*/

/* --------------------------------------------------------
   Child Theme Styles
-------------------------------------------------------- */

/* Base Font Definitions */
body {
    font-family: 'Philosopher', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Arabic Content Styling */
[lang="ar"],
.arabic,
.rtl-text,
.has-arabic-font {
    font-family: 'Amiri', 'Traditional Arabic', 'Scheherazade New', Tahoma, sans-serif;
    direction: rtl;
}

/* Force English content to use Philosopher */
[lang="en"],
.english,
.ltr-text,
.has-english-font {
    font-family: 'Philosopher', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    direction: ltr;
}

/* Hide default navbar */
.navbar.navbar-center {
    display: none !important;
}

/* Remove vertical line before section titles */
.iw-section-title::before {
    content: none !important;
    display: none !important;
}
/* Stack title and description vertically for Words of Support section */
.iw-section-header {
    display: block !important;  /* Ensure container is block */
}

.iw-section-header .iw-section-title,
.iw-section-header .iw-section-description {
    display: block;             /* Ensure both elements are stacked */
    margin: 0;                  /* Optional: remove extra margins */
    padding: 0;                 /* Optional: remove extra padding */
}

