/* ===================================================
   أوصل للمحتوي المحلي - Pixel-Perfect Stylesheet
   Stack: Bootstrap 4 RTL, FA6, Changa, Owl Carousel, AOS
   =================================================== */

/* ----- CSS Variables (from Figma tokens) ----- */
:root {
  --green: #53B99B;
  --green-dark: #3BA182;
  --green-shadow: rgba(17, 94, 44, 0.14);
  --purple: #3E395F;
  --black: #000000;
  --dark-gray: #444444;
  --dark-gray2: #333333;
  --gray: #757575;
  --light-gray: #D9D9D9;
  --off-white: #F4F4F4;
  --snow: #FCFBF8;
  --white: #FFFFFF;
  --blue: #005EB8;
  --pink: #FFEDED;
  --border-dashed: rgba(255, 255, 255, 0.2);
  --border-light: rgba(0, 0, 0, 0.18);
  --card-border: rgba(143, 144, 145, 0.34);
  --bg-overlay: rgba(0, 0, 0, 0.1);
  --shadow-card: 0px 0px 20px rgba(221, 221, 221, 0.38);
  --shadow-btn: 0px 4px 4px rgba(17, 94, 44, 0.14);
  --shadow-header: 0px 4px 4px rgba(0, 0, 0, 0.25);
  --text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  --font: 'Changa', sans-serif;
}

/* ----- Reset & Base ----- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  border: none;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--dark-gray);
  background-color: var(--snow);
  line-height: 1.6;
  overflow-x: hidden;
  margin: 0;
}
/* Start Scroll */
body::-webkit-scrollbar-track {
  background: #FFFFFF;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--green);
  border-radius: 50px;
}

body::-webkit-scrollbar {
  width: 0.5em;
}

/* End Scroll */
a { text-decoration: none !important; color: inherit; transition: all 0.3s ease; }
img { max-width: 100%; height: auto; }

.px-custom { padding-left: 112px !important; padding-right: 112px !important; }
.z-1 { position: relative; z-index: 1; }

/* ----- TOP BAR ----- */
.top-bar {
  background: var(--white);
  font-size: 15px;
  color: var(--black);
  font-weight: 400;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.top-bar .row { min-height: 40px; }

.top-bar-left {
  gap: 40px;
}

.top-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-contact-item span{
  transition: all linear .3s;
}
.top-contact-item:hover span{
  color: var(--green);
}
.lang-switch {
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: color 0.3s;
  text-transform: uppercase;
}
.lang-switch:hover { color: var(--green); }

.icon-circle-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--green);
  font-size: 14px;
}

.top-bar-right {
  gap: 8px;
  font-size: 15px;
}

/* ----- NAVBAR ----- */
.main-navbar {
  background: var(--white);
  box-shadow: var(--shadow-header);
  padding: 0 0;
  min-height: 80px;
  position: sticky;
  top: 0;
  z-index: 3;
}

.main-navbar .container-fluid { min-height: 80px; }

.logo-img {
  height: 70px;
  width: auto;
  object-fit: contain;
}

.navbar-nav .nav-link {
  font-size: 12px;
  font-weight: 600;
  color: var(--dark-gray2) !important;
  padding: 0 15px;
  line-height: 54px;
  transition: color 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
  color: var(--green) !important;
}

.btn-quote {
  display: inline-block;
  background: var(--green);
  color: var(--pink) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 24px;
  width: max-content;
  border-radius: 25px;
  box-shadow: var(--shadow-btn);
  transition: background 0.3s;
}
.btn-quote:hover { background: var(--green-dark); color: var(--white) !important; }

/* ----- HERO SECTION ----- */
.hero-section {
  position: relative;
  width: 100%;
   overflow: hidden;
}
.hero-section .hero-item{
  height: 100vh;
}
.hero-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to left, rgba(0,0,0,0.3), transparent 60%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.hero-top {
  margin-bottom: 21px;
}

.hero-logo-sm img {
  width: 31px; height: 31px;
  object-fit: cover;
}

.hero-title {
  font-size: 35px;
  font-weight: 700;
  text-shadow: var(--text-shadow);
}

.hero-icons {
  gap: 32px;
}
.hero-icons img {
  width: 31px; height: 31px;
  object-fit: cover;
}

.hero-info {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.hero-desc {
  font-size: 15px;
  text-align: justify;
  line-height: 1.7;
}

.btn-green {
  display: inline-block;
  background: var(--green);
  color: var(--white) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  padding: 9px 30px;
  border-radius: 25px;
  text-align: center;
  transition: background 0.3s;
}
.btn-green:hover { background: var(--green-dark); }

.hero-line-decoration {
  position: absolute;
  top: 0;
  left: 33%;
  height: 310px;
  z-index: 3;
  pointer-events: none;
  opacity: 0.6;
}

/* Navbar scrolled state */
.main-navbar.scrolled {
  box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

/* ----- MVV SECTION ----- */
.mvv-section {
   border-bottom: 1px solid var(--border-light);
}
.mvv-section .col-lg-4{
  border-inline-end: 1px solid var(--border-light);
}
.mvv-section .col-lg-4:nth-last-of-type(1){
  border-inline-end: 0px solid var(--border-light);
}
.mvv-card {
  padding: 30px 10px;
}

.mvv-icon-box {
  width: 95px;
  height: 96px;
  border-radius: 12px;
  border: 2px solid var(--card-border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.mvv-icon-box img {
  width: 40px; height: 40px;
  object-fit: cover;
}

.mvv-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--purple);
  margin-bottom: 10px;
}

.mvv-text {
  font-size: 14px;
  color: var(--dark-gray);
  line-height: 1.7;
}

/* ----- ADVISORY ACCORDION ----- */
.advisory-section {
  padding: 50px 0;
}

.advisory-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.advisory-item {
  background: var(--white);
  box-shadow: var(--shadow-card);
  border-radius: 0;
  overflow: hidden;
}

.advisory-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  cursor: pointer;
  transition: background 0.2s;
}
.advisory-header:hover {
  background: rgba(0,0,0,0.02);
}

.advisory-header h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--purple);
  margin: 0;
}

.toggle-icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  transition: transform 0.3s;
  margin-inline-start: 15px;
}

.advisory-body {
  padding: 0 20px 20px;
}
.advisory-body p {
  font-size: 14px;
  color: var(--dark-gray);
  line-height: 1.8;
  margin: 0;
}
.wpcf7{
  direction: inherit;
}
/* ----- PARTNERS SECTION ----- */
.partners-section {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
  background: var(--purple);
}

.partners-bg-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}

.section-header { margin-bottom: 50px; }

.badge-outline, .badge-outline-dark {
  display: inline-block;
  border: 2px solid var(--green);
  color: var(--green);
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  padding: 3px 17px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.badge-outline-dark {
  color: var(--black);
}

.section-title-lg {
  font-size: 30px;
  font-weight: 600;
  line-height: 51px;
  color: var(--purple);
  margin-bottom: 5px;
}

.section-subtitle {
  font-size: 13px;
  line-height: 22px;
  opacity: 0.9;
}

/* Partners Carousel */
.partners-carousel .partner-item {
  text-align: center;
  width: 130px;
  height: 130px;
  background-color: #FFF;
  border-radius: 50%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}

.partners-carousel .partner-item img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  object-fit: contain;
}

.owl-theme .owl-dots .owl-dot span {
  background: rgba(255,255,255,0.4);
}
.owl-theme .owl-dots .owl-dot.active span {
  background: var(--green);
}

/* ----- SERVICES SECTION ----- */
.services-section {
  position: relative;
  padding: 80px 0 60px;
  overflow:hidden;
}

.services-dark-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 380px;
  background: var(--purple);
  z-index: 0;
}



.services-grid {
  margin-top: 30px;
}

.services-grid .col-lg-6 {
  margin-bottom: 24px;
}

.service-card {
  padding: 30px 24px;
  min-height: 267px;
  display: flex;
  border-radius: 12px;
  flex-direction: column;
  transition: all linear .25s;
  justify-content: center;
  background: var(--white);
  box-shadow: var(--shadow-header);
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  background: var(--purple);
  border-radius: 0;
 }

.service-card--white {

}
.service-card h3 { color: var(--black); font-size: 24px; font-weight: 600; margin-bottom: 12px;transition: all linear .25s; }
.service-card p { color: var(--gray); font-size: 15px; line-height: 1.7; transition: all linear .25s;}

.service-card--dark {
  background: var(--purple);
  box-shadow: var(--shadow-header);
}
.service-card:hover h3 { color: var(--white); font-size: 24px; font-weight: 600; margin-bottom: 12px; }
.service-card:hover p { color: rgba(255,255,255,0.7); font-size: 15px; line-height: 1.7; }

.service-card--counter {
  background: var(--white);
  box-shadow: var(--shadow-header);
  position: relative;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.service-card--counter h3 { color: var(--black); font-size: 20px; font-weight: 600; margin-bottom: 8px; }
.service-card--counter p { color: var(--gray); font-size: 15px; line-height: 1.7; margin-bottom: 0; }
.counter-number { margin: 10px 0; }
.counter-number .counter {
  font-size: 80px;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
  display: block;
}
.counter-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, #E74C3C, #F39C12);
}

/* ----- SOLUTIONS SECTION ----- */
.solutions-section {
  padding: 80px 0;
}

.solutions-section .section-title-lg {
  margin-bottom: 41px;
}

.solutions-grid .col-lg-6 {
  margin-bottom: 27px;
}

.solution-card {
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 15px 27px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.solution-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.solution-card-img {
  width: 100%;
  height: 262px;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 0;
}
.solution-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.solution-card-bar {
  width: 100%;
  height: 45px;
  background: var(--light-gray);
}

.solution-card-body {
  padding: 12px 4px;
  width: 100%;
}
.solution-card-body h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  color: var(--purple);
  margin-bottom: 7px;
}
.solution-card-body p {
  font-size: 13px;
  line-height: 22px;
  color: var(--dark-gray2);
  margin-bottom: 20px;
}

/* ----- CONTACT SECTION ----- */
.contact-section {
  background: var(--snow);
  overflow:hidden;
}
.sing-contact .contact-form-area{
  background: var(--snow);
}
.con-contact p{
  background: #FFF;
  padding: 10px 25px;
  color: #000;
  font-size: 16px;
  line-height: 29px;
  font-weight: 600;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
}
.con-contact p i{
  font-size:14px;
  margin-inline-end: 5px;
}
.con-contact p a,.con-contact p span{
  display: block;
  transition: all linear .3s;
}
.con-contact p a:hover,.con-contact p span:hover{
  color: var(--green);
}
.values .main-val{
  background: #FFF;
  padding: 15px 25px;
  margin-bottom: 15px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
}
.values .main-val .top-val{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.values .main-val .top-val img{
  max-width:48px;
  max-height: 48px;
}
.values .main-val .top-val h4{
  margin-bottom: 0;
  color:#000;
}
.values .main-val p{
  margin-bottom: 0;
  color:#000;
}
.contact-map {
  height: 100%;
  min-height: 672px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.contact-map iframe {
  width:100%;
  height: 100%;
}
.map-controls {
  position: absolute;
  bottom: 140px;
  right: 18px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.map-gps-btn {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--blue);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.map-zoom-btns {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: 23px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.zoom-btn {
  width: 42px; height: 38px;
  border: none; background: none;
  font-size: 22px;
  font-weight: 700;
  color: var(--blue);
  cursor: pointer;
  transition: background 0.2s;
}
.zoom-btn:hover { background: rgba(0,0,0,0.05); }

.contact-form-area {
  background: var(--white);
  padding: 40px 80px 40px 53px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-form-header {
  margin-bottom: 40px;
}

.contact-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 51px;
  color: var(--purple);
}

.contact-form .form-group {
  margin-bottom: 16px;
}

.input-pill {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  background: var(--off-white);
  border-radius: 55px;
  padding: 0 20px;
  height: 63px;
}

.input-pill input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 300;
  color: var(--dark-gray);
  height: 100%;
}
.input-pill input::placeholder { color: var(--gray); }

.input-pill i {
  color: var(--gray);
  font-size: 14px;
  flex-shrink: 0;
}

.textarea-box {
  background: var(--off-white);
  border-radius: 13px;
  padding: 12px 20px;
}

.textarea-box textarea {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--font);
  font-size: 14px;
  color: var(--dark-gray);
  resize: none;
}
.textarea-box textarea::placeholder { color: var(--gray); }

.btn-submit {
  width: 100%;
  max-width: 527px;
  height: 50px;
  background: var(--green);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border: none;
  border-radius: 500px;
  box-shadow: var(--shadow-btn);
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 8px;
}
.btn-submit:hover { background: var(--green-dark); }

/* ----- FOOTER ----- */
.site-footer {
  background-image: url('../../assets/img/Background-HorizontalBorder@3x.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: var(--purple);
  padding: 58px 0 20px;
  color: var(--white);
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
}



.footer-row { gap: 0; }

.footer-col {
  margin-bottom: 30px;
}

.footer-col-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}

.footer-col-header h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footer-underline {
  width: 27px;
  height: 5px;
  border-radius: 10px;
  background: var(--green);
}

.footer-about-box,.footer-contact-box {
  background: var(--bg-overlay);
  border-radius: 10px;
  padding: 7px 16px 18px;
}

.footer-about-text {
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
}

/* Footer Links List */
.footer-links-list {
  list-style: none;
  padding: 0; margin: 0;
}
footer .mid-foot ul {
  width: 100%;
  margin: 0;
  list-style-type: none;
  column-count: 2;
  gap: 15px;
  padding: 0;
}
footer .mid-foot ul li {
  list-style: none;
  text-align: start;
  display: block;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.20);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
footer .mid-foot ul li a {
  color: #FFF;
  font-size: 14px;
  display: inline-block;
  transition: all linear 0.3s;
}
footer .mid-foot ul li a:before {
  content: "\f101";
  font-family: "Font Awesome 6 free";
  font-weight: bold;
  color: #FFF;
  font-size: 14px;
  margin: 0 5px;
  transition: all linear 0.3s;
}
footer .mid-foot ul li a:hover {
  color: var(--green);
}
footer .mid-foot ul li a:hover:before {
  color: var(--green);
}
footer .mid-foot.mid-foot-2 ul{
  column-count: 1;
}
.footer-links-list li {
  border-bottom: 1px dashed var(--border-dashed);
  padding: 9px 12px 8px;
}

.footer-links-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: var(--white);
  font-size: 13px;
  line-height: 22px;
}
.footer-links-list li a i { font-size: 10px; }
.footer-links-list li a:hover { color: var(--green); }

/* Footer Sitemap Grid */
.footer-sitemap-grid {
  display: flex;
  flex-direction: column;
}

.footer-sitemap-row {
  border-bottom: 1px dashed var(--border-dashed);
  padding: 9px 0;
}

.footer-sitemap-row a,
.footer-sitemap-single {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--white);
  font-size: 13px;
  line-height: 22px;
}
.footer-sitemap-row a:hover,
.footer-sitemap-single:hover { color: var(--green); }
.footer-sitemap-row a i,
.footer-sitemap-single i { font-size: 10px; }

.footer-sitemap-single { padding: 9px 0; }

/* Footer Contact */
.footer-contact-info p {
  margin-bottom: 12px;
}
.footer-contact-info a{
  color:#FFF;
  transition: all linear .3s;
}
.footer-contact-info a:hover{
  color: var(--green);
}
.footer-label {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  font-weight: 600;
  margin-bottom: 4px;
}

.asterisk {
  color: #FFF;
  font-size: 14px;
}

/* Footer Copyright */
.footer-copyright {
  text-align: center;
  font-size: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 20px;
}

.copyright-highlight {
  color: var(--green);
}

/* ----- BACK TO TOP ----- */
.back-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  border: none;
  font-size: 18px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: background 0.3s, transform 0.3s;
}
.back-to-top:hover {
  background: var(--green-dark);
  transform: translateY(-3px);
}
.back-to-top.show { display: flex; }

/* ----- RESPONSIVE ----- */
@media (max-width: 1399px) {
  .px-custom { padding-left: 60px !important; padding-right: 60px !important; }
}

@media (max-width: 991px) {
  .px-custom { padding-left: 30px !important; padding-right: 30px !important; }
  .hero-section { height: auto; min-height: 500px; }
  .hero-title { font-size: 26px; }
  .hero-bottom { flex-direction: column-reverse; }
  .hero-info { max-width: 100%; }
  .hero-icons { flex-direction: row; gap: 16px; margin-top: 20px; }
  .service-card { height: auto; min-height: 200px; }
  .contact-map { min-height: 400px; }
  .contact-form-area { padding: 30px 20px; }
  .top-bar-left { gap: 20px; flex-wrap: wrap; }
  .navbar-nav .nav-link { line-height: 40px; }
  .hidden-xs{
    display: none !important;
  }
  .top-bar-right{
    margin-bottom: 15px;
    flex-direction: column;
  }
  .top-bar-left{
    justify-content: space-between;
    width: 100%;
    padding: 5px 0;
  }
  .breadcrumb-area .bread-row h4{
    font-size: 24px !important;
    line-height: 40px !important;
  }
}

@media (max-width: 767px) {

   .hero-section { height: auto; padding-bottom: 40px; }
  .hero-content { padding-top: 40px; }
  .hero-title { font-size: 22px; }
  .partners-carousel .partner-item img { width: 100px; height: 100px; }
  .section-title-lg { font-size: 22px; line-height: 36px; }
  .service-card h3 { font-size: 18px; }
  .footer-col {  }
  .mvv-section .col-lg-4{
    border-inline-end: 0px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
  }
  .mvv-section .col-lg-4:nth-last-of-type(1) {
    border-bottom: 0px solid var(--border-light);
  }
}

/* ----- LTR / English Mode ----- */
html[dir="ltr"] body {
  text-align: left;
  direction: ltr;
}
html[dir="ltr"] .hero-info { align-items: flex-start; }
html[dir="ltr"] .hero-desc { text-align: justify; }
html[dir="ltr"] .input-pill { flex-direction: row-reverse; }

html[dir="ltr"] .textarea-box textarea { text-align: left; }
html[dir="ltr"] .footer-col-header { align-items: flex-start; }
html[dir="ltr"] .footer-links-list li a { justify-content: flex-start; }
html[dir="ltr"] .footer-links-list li a i { transform: rotate(180deg); }
html[dir="ltr"] .footer-sitemap-row a i,
html[dir="ltr"] .footer-sitemap-single i { transform: rotate(180deg); }
html[dir="ltr"] .advisory-header h3 { text-align: left; }
html[dir="ltr"] .advisory-body p { text-align: left; }
html[dir="ltr"] .toggle-icon {  }
html[dir="ltr"] .solution-card { align-items: flex-start; }
html[dir="ltr"] .solution-card-body { text-align: left; }
html[dir="ltr"] .footer-label { justify-content: flex-start; }

/* ----- CF7 Form Integration ----- */
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 16px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"] {
  width: 100%;
  height: 63px;
  border: none;
  outline: none;
  background: var(--off-white);
  border-radius: 55px;
  padding: 0 20px;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 300;
  color: var(--dark-gray);
}

.wpcf7 input::placeholder { color: var(--gray); }

.wpcf7 textarea {
  width: 100%;
  border: none;
  outline: none;
  background: var(--off-white);
  border-radius: 13px;
  padding: 12px 20px;
  font-family: var(--font);
  font-size: 14px;
  color: var(--dark-gray);
  resize: none;
}

.wpcf7 textarea::placeholder { color: var(--gray); }

.wpcf7 input[type="submit"] {
  width: 100%;
  max-width: 100%;
  height: 50px;
  background: var(--green);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border: none;
  border-radius: 500px;
  box-shadow: var(--shadow-btn);
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 8px;
  font-family: var(--font);
}

.wpcf7 input[type="submit"]:hover { background: var(--green-dark); }

.wpcf7-response-output {
  border-radius: 10px !important;
  text-align: center;
  font-family: var(--font);
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #E74C3C;
  padding: 5px 20px 0;
}

/* ----- WordPress Core Styles ----- */
.single-pages ,.single_service{
  padding: 40px 0 ;
}

.single-pages .main-header ,.single_service .main-header{
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}

.single-pages .top-side img ,.single_service .top-side img{
  border-radius: 12px;
}

.single-pages .bootom-side ,.single_service .bootom-side{
  line-height: 1.8;
  color: var(--dark-gray);
}

.breadcrumb-area {
  padding: 30px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center;
  background-image: url("../img/11-scaled.jpg");
}
.breadcrumb-area:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
  z-index: 0;
}
.breadcrumb-area *{
  z-index: 1;
}
.breadcrumb-area .bread-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.breadcrumb-area .bread-row h4 {
  color: #FFF;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 100px;
}
.breadcrumb-area .bread-row .breadcrumb-links {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 28px;
  gap: 10px;
}
.breadcrumb-area .bread-row .breadcrumb-links h5, .breadcrumb-area .bread-row .breadcrumb-links a {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-family: var(--font);
  margin-bottom: 0;
  line-height: 100px;
}
.mvvv-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  max-width: 100%;
  margin-top: 20px;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
/* ── Icon Box ── */
.mvvv-icon-box {
  flex-shrink: 0;
  order: -1;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background-color: #cde8d9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6fa89c;
}
.mvvv-icon-box img { width: 40px; height: 40px; object-fit: contain; }
/* ── Text ── */
.mvvv-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
  text-align: right;
}
.mvvv-text {
  font-size: 0.875rem;
  color: #555555;
  line-height: 1.7;
  text-align: right;
  margin: 0;
}
/* Error page */
.eror-page {
  background-color: var(--purple);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60vh;
  flex-direction: column;
  padding: 60px 20px;
}

.eror-page h3 {
  font-size: 28px;
  color: var(--white);
  margin-bottom: 20px;
}

.eror-page a {
  color: var(--green);
  font-size: 18px;
  font-weight: bold;
}
.part-item {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #FFF;
  box-shadow: 0 0 18px 10px rgba(0, 0, 0, 0.01);
  transition: all linear 0.3s !important;
  grid-column: span 1;
  grid-row: span 1;
  padding: 10px 5px;
  overflow: hidden;
}
.part-item img {
  width: auto !important;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* News cards (search/archive) */
.news-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s;
}

.news-card:hover {
  transform: translateY(-4px);
}

.news-card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-card-body {
  padding: 15px;
}

.news-card-title a {
  color: var(--purple);
  font-size: 16px;
}

.news-card-excerpt p {
  color: var(--gray);
  font-size: 14px;
  line-height: 1.7;
}

.news-card-footer {
  padding: 0 15px 15px;
}

.news-card-footer .main-hover {
  color: var(--green);
  font-weight: 600;
  font-size: 14px;
}

/* Archive news item */
.news-item {
  text-align: center;
}

.news-item img {
  border-radius: 12px;
  margin-bottom: 15px;
}

.news-item h3 {
  font-size: 18px;
  color: var(--purple);
  margin-bottom: 10px;
}

.news-item p {
  color: var(--gray);
  font-size: 14px;
  line-height: 1.7;
}

.news-item a {
  color: var(--green);
}

/* WP PageNavi */
.wp-pagenavi {
  text-align: center;
  margin-top: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 8px 14px;
  margin: 0 3px;
  border-radius: 8px;
  font-size: 14px;
}

.wp-pagenavi span.current {
  background: var(--green);
  color: var(--white);
}

.wp-pagenavi a {
  background: var(--off-white);
  color: var(--dark-gray);
}

.wp-pagenavi a:hover {
  background: var(--green);
  color: var(--white);
}

/* Loading screen */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 999999;
}

.loading img {
  max-width: 100%;
  padding: 20px;
}
.fixed-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
.fixed-social i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 26px;
  transition: all linear 0.3s !important;
}
.fixed-social i:hover {
  color: var(--green);
}
html[lang=en-US] .fixed-social {
  right: 40px;
}
html[dir=rtl] .fixed-social {
  left: 40px;
}
/*start nav*/
@media (min-width: 992px) {
  .main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-inline-start: auto;
    width: max-content;
    z-index: 2;
    position: relative;
    height: 100%;
  }
  .nav-list {
    display: flex;
    margin-bottom: 0;
    list-style: none;
    width: max-content;
    justify-content: center;
  }
  .nav-list > .link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 5px;
    background-color: transparent;
  }
  .has_sub_menu {
    margin: 0 !important;
  }
  .has_sub_menu ~ i {
    width: 15px;
    display: inline-block;
    text-align: center;
    color: #000;
    transition: linear 0.4s;
  }
  .sub-list i {
    color: #000;
    transition: all linear 0.3s !important;
  }
  .sub-list i:hover {
    color: var(--green);
    transition: all linear 0.3s !important;
  }
  .nav-list > .link > a {
    display: block;
    color: #000;
    position: relative;
    background: transparent;
    padding: 8px 7px;
    font-size: 14px;
    border-radius: 25px;
    font-weight: 600;
    margin: 0 5px;
     z-index: 1;
    transition: ease-in-out 0.5s;
    /*&:after {
      content: '';
      position: absolute;
      right: auto;
      top: 1px;
      width: 0%;
      height: 3px;
      background-color: var(--green);
      left: 0;
      z-index: -1;
      transition: .8s;
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }*/
    /* &:before {
       content: "";
       position: absolute;
       right: auto;
       bottom: -113%;
       width: 0%;
       height: 1px;
       background-color: var(--sec);
       left: 0;
       z-index: -1;
       transition: 0.8s;
       transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
     }*/
  }
  .nav-list > .link:hover a, .nav-list > .link.active a {
    color: var(--green) ;
    transition: linear 0.5s;
    background: transparent;
    /*
         &:after {
           right: 0;
           left: auto;
           width: 100%;
           transition: .8s;
           transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
         }*/
  }
  .nav-list > .link:hover a:before, .nav-list > .link.active a:before {
    right: 0;
    left: auto;
    width: 100%;
    transition: 0.8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  .sub-list {
    background-color: #FFF;
    padding: 5px 15px !important;
    padding-inline-end: 22px !important;
    list-style: none;
    overflow-x: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    min-width: max-content;
    opacity: 0;
    z-index: 4;
    visibility: hidden;
    display: block !important;
    transition: all linear 0.3s !important;
    transform-origin: top;
    transform: scaleY(0);
  }
  .sub-list li {
    position: relative;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
  }
  .sub-list li a {
    display: block;
    width: 100%;
    position: relative;
    color: #000 !important;
    transition: all linear 0.3s !important;
    padding: 5px 0 !important;
  }
  .sub-list li a:before {
    content: "-";
    color: #000;
    margin: 0 5px;
    transition: all linear 0.3s !important;
  }
  .sub-list li a:hover ,.sub-list li a:hover:before {
    transition: all linear 0.3s !important;
    color: var(--green) !important;
  }
  .sub-list li a.has_sub_menu {
    display: inline-block;
  }
  .sub-list li:last-child > a {
    margin-bottom: 0;
  }
  .sub-list .sub-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.5s linear;
  }
  .sub-list .sub-link:hover {
    background-color: var(--sec);
  }
  .sub-list .sub-link:last-child {
    border-bottom: 0;
  }
  .nav-list .link:hover > .sub-list {
    transition: all linear 0.3s !important;
    top: 100%;
    visibility: visible;
    overflow: unset;
    opacity: 1;
    transform: scaleY(1);
  }
  .sub-list .sub-list {
    top: 0;
    right: 100%;
    transform: rotateX(180deg);
    transition: all linear 0.3s !important;
  }
  .nav-list .link .sub-list .sub-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-list .link .sub-list .sub-link:hover > .sub-list {
    display: block;
  }
  .nav-list .link .sub-list .link:hover > .sub-list {
    transition: all linear 0.3s !important;
    right: 105%;
    visibility: visible;
    transform: rotateX(0deg);
    top: 0 !important;
    display: block;
  }
  .nav-btn, .mobile-nav-list {
    display: none;
  }
  /**/
  .nav-list > .link {
    text-transform: capitalize;
  }
  .has_sub_menu {
    margin-right: 5px;
  }
  .sub-list {
    right: 0;
  }
  .sub-list li a.has_sub_menu {
    margin-left: 5px;
  }
  .sub-list .sub-list {
    left: 100%;
  }
}
@media (max-width: 992px) {
  .nav-list {
    display: none;
  }
  .main-nav {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
  }
  .nav-btn {
    width: 40px;
    height: 40px;
    background-color: var(--green);
    border-radius: 20px;
    margin: 0px;
    margin-inline-end: 5px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: linear 0.4s;
  }
  .nav-btn:hover {
    transition: linear 0.4s;
    background-color: var(--green);
    color: #FFF;
  }
  .mobile-nav-list {
    display: block;
    position: fixed;
    top: 0;
    overflow: scroll;
    z-index: 5;
    text-align: center;
    height: 100%;
    width: 300px;
    padding: 60px 0;
    background-color: #FFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: all 0.5s linear;
  }
  .mobile-nav-list .logo {
    padding: 0 30px;
  }
  .mobile-nav-list .date {
    display: flex;
    margin-top: 15px;
    padding: 0 30px;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
  }
  .mobile-nav-list .lang {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: linear 0.2s;
    font-size: 20px;
    gap: 10px;
    position: relative;
    color: #FFF;
    font-family: tajawal;
  }
  .mobile-nav-list .l-head {
    justify-content: center;
  }
  .mobile-nav-list::-webkit-scrollbar-track {
    background: #FFFFFF;
  }
  .mobile-nav-list::-webkit-scrollbar-thumb {
    background-color: var(--green);
    border-radius: 50px;
  }
  .mobile-nav-list::-webkit-scrollbar {
    width: 0.5em;
  }
  .mobile-nav-list .request {
    padding: 8px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    background-color: var(--green);
    font-size: 16px;
  }
  .mobile-nav-list .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .mobile-nav-list .phone .img-phone {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid var(--green);
    border-radius: 50%;
  }
  .mobile-nav-list .phone .img-phone img {
    max-width: 20px;
    max-height: 20px;
  }
  .mobile-nav-list .phone p, .mobile-nav-list .phone a {
    font-size: 20px;
    font-family: din-bold;
    color: #000;
  }
  .mobile-nav-list .social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    /*.fa-tiktok{
      color: #111111;
      filter: drop-shadow(3px 2px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);

    }
    .fa-linkedin-in{
      color: #0e76a8;
    }
    .fa-snapchat{
      background-color: #FFFC00;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .fa-facebook, .fa-facebook-square {
      color: #3b5998
    }
    .fa-twitter, .fa-twitter-square {
      color: #00aced
    }
    .fa-google-plus, .fa-google-plus-square {
      color: #dd4b39
    }
    .fa-youtube, .fa-youtube-play, .fa-youtube-square {
      color: #bb0000
    }
    .fa-tumblr, .fa-tumblr-square {
      color: #32506d
    }
    .fa-vine {
      color: #00bf8f
    }
    .fa-flickr {
      color: #ff0084
    }
    .fa-vimeo-square {
      color: #aad450
    }
    .fa-pinterest, .fa-pinterest-square {
      color: #cb2027
    }
    .fa-linkedin, .fa-linkedin-in-square {
      color: #007bb6
    }
    .fa-instagram {
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .fa-spotify {
      color: #1ED760;
    }*/
  }
  .mobile-nav-list .social a {
    background-color: transparent;
    color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--green);
    transition: all linear 0.3s !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .mobile-nav-list .social a:hover {
    border: 1px solid var(--sec);
    background-color: var(--sec);
    color: #FFF;
    transition: all linear 0.3s !important;
  }
  .mobile-nav-list .social i {
    font-size: 16px;
  }
  .mobile-nav-list .main-phone {
    display: flex;
    gap: 10px;
    margin-inline-end: 20px;
    align-items: center;
    justify-content: center;
  }
  .mobile-nav-list .main-phone span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--green);
    border-radius: 50%;
  }
  .mobile-nav-list .main-phone span img {
    width: 16px;
    height: 22px;
  }
  .mobile-nav-list .main-phone a {
    font-size: 18px;
    color: #000;
  }
  .mobile-nav-list .link {
    font-size: 16px;
    padding: 10px 30px;
    position: relative;
  }
  .mobile-nav-list .link a {
    color: #000;
    display: block;
    text-align: center;
    font-weight: bold;
    width: 100%;
  }
  footer .sec-foot {
    margin-top: 0;
  }
  .mobile-nav-list .link a.has_sub_menu {
    display: inline-block;
    width: calc(100% - 40px);
  }
  .mobile-nav-list .link a:hover {
    color: var(--green);
    transition: all linear 0.3s !important;
  }
  .mobile-nav-list .link.active a {
    color: var(--green);
    transition: all linear 0.3s !important;
  }
  .mobile-nav-list .link i {
    color: #fff;
    background-color: var(--green);
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform-origin: center;
    transition: all 0.3s linear;
  }
  .mobile-nav-list .link i.open {
    transform: rotate(180deg);
  }
  .sub-list {
    box-shadow: none;
    width: 100%;
    overflow: hidden;
    background-color: transparent;
  }
  .sub-list a {
    display: block;
    position: relative;
  }
  .sub-list .sub-link {
    border: 0;
    padding: 5px 20px;
    font-size: 14px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    white-space: nowrap;
  }
  .sub-list .sub-list a {
    display: block;
    position: relative;
  }
  .trans-none {
    transform: none !important;
  }
  .nav-overlay {
    display: block;
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease-in-out;
  }
  /**/
  .mobile-nav-list {
    right: 0;
  }
  .mobile-nav-list .link a.has_sub_menu {
    margin-left: 5px;
  }
  .sub-list .sub-list a {
    padding-right: 15px;
  }
  .nav-overlay {
    left: 0;
    transform: translateX(-100%);
  }
  .fixed-social i, .fixed-social img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
}
/*end nav*/