/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 11 2026 | 16:25:28 */
/* html[lang="ar"] body {
    direction: rtl;
    text-align: right;
}

html[lang="ar"] .container,
html[lang="ar"] .content {
    text-align: right;
} */

html[lang="ar"] p{
    text-align: right;
}

html[lang="ar"] .hero-text p{
    text-align: center;
}

html[lang="ar"] p.phone{
    text-align: center;
}

html[lang="ar"] ul {
    padding-right: 20px;
    padding-left: 0;
}

html[lang="ar"] #spectra-mffe37gg-aar1jq {
   justify-self : right; 
}

/* html[lang="ar"] {
    direction: rtl;
}
 */



/* Default (all pages) → dark text */
.main-navigation a,
.site-header a,
.navbar a {
    color: #000; /* or your preferred dark color */
}

/* Homepage only → white text */
.home .main-navigation a,
.home .site-header a,
.home .navbar a {
    color: #ffffff;
}

.hidden-element {
  display: none;
}

header, sidebar-header {
  position: absolute;
  top: 0;
  width: 100%;
  	
  z-index: 10;
}


.entry-header h1 {
  display: block;
  visibility: visible;
  opacity: 1;
}

.site-main, .type-page {
	padding-top : 0; 
	margin-top : 0; 
}


