﻿/**
* Template Name: Arsha - v4.6.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
p{
    font-size: 20px;
    font-weight: bold;
}
.ft{
  font-size: 18px;
}
.ss123{
  position: revert!important;
}
.modal.and.carousel {
  position: fixed; 
}

body {

  font-family: 'Tajawal', sans-serif,'tahoma';
  color: #444444;
}

a {
  color: #ef6603;
  text-decoration: none;
}

a:hover {
  color: #ef6603;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Tajawal', sans-serif,'tahoma';

}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #2a2c39;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2a2c39;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ef6603;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #fc7c1f;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}
#header.header-scrolled, #header.header-inner-pages {
    background: rgba(42, 44, 57, 0.9);
  }
#header .logo {
  margin-right: auto!important;
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin-left: auto!important;

}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  border-radius: 50px;
  font-size: 16pt;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  background: #ef6603;
}
.navbar .getstarted, .navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #ef6603;
  font-weight: 600;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #ef6603;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 5px;
  top: calc(100% + 30px);
  margin: 5px 0 0 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 15px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #2a2c39;
  margin: 0 5px;
  font-size: 14px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #fff;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(20, 21, 28, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  margin: 5px;
  font-size: 15px;
  color: #2a2c39;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #fff;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #fff;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
background: linear-gradient(0deg, #2a2c39 0%, #33364a 100%);
}
#hero .container {
  padding-top: 72px;
}
#hero h1 {
  text-align: center;
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}
.runtxt{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
}
#hero .btn-get-started {
  font-weight: bold;
  
  font-size: 25px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 25px 0 0 0;
  color: #fff;
  background: #35a308;
}
#hero .btn-get-started:hover {
  background: #2be908;
}
#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}
#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}
.num{
    font-size: 30pt; 
    margin-bottom: 0px;
    color: white;
    text-align: left;
    margin: auto!important;
}
#hero .btn-watch-video:hover i {
  color: #ef6603;
}
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 70%;
    animation: up-down 2s ease-in-out infinite alternate-reverse both;

  }
  .num{
  font-size: 33pt;

  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .hero-img img {
    width: 90%;
  }
}
@media (max-width: 575px) {
  #hero .hero-img img {
    width: 95%;
  }
  #hero .btn-get-started {
    margin-top: 40px!important;
    font-size: 25px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  color: #2a2c39;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #ef6603;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Cliens
--------------------------------------------------------------*/
.cliens {
  padding: 12px 0;
  text-align: center;
}
.cliens img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.cliens img:hover {
  filter: none;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .cliens img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ef6603;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.btn-learn-more {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  padding: 11px 25px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #ef6603;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ef6603;
}
.btn-learn-more:hover {
  background: #ef6603;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}
.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #2a2c39;
}
.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.why-us .content p {
  font-size: 15px;
  color: #848484;
}
.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}
.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}
.why-us .accordion-list li + li {
  margin-top: 15px;
}
.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}
.why-us .accordion-list span {
  color: #ef6603;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}
.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.why-us .accordion-list .icon-show {
  display: none;
}
.why-us .accordion-list a.collapsed {
  color: #343a40;
}
.why-us .accordion-list a.collapsed:hover {
  color: #ef6603;
}
.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# offers
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #2a2c39;
  font-family: "Poppins", sans-serif;
}
.skills .content ul {
  list-style: none;
  padding: 0;
}
.skills .content ul li {
  padding-bottom: 10px;
}
.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ef6603;
}
.skills .content p:last-child {
  margin-bottom: 0;
}
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #2a2c39;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #ef6603;
}
.d1 div + div{
  margin-top:15px ;
  background:#ef6603;
  padding: .5rem;
  color: white;
  }

.d1 div p {
  text-align: center;

  }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}
.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 2px 35px 0 rgba(68, 88, 144, 0.2);
}
.services .icon {
  position: absolute;
  left: -13px;
  top: calc(50% - 30px);
}
.services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}
.services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .title a {
  color: #2a2c39;
  transition: ease-in-out 0.3s;
}
.services .title a:hover {
  color: #ef6603;
}
.services .description {
  font-size: 14px;
  font-weight: 500;
  margin-left: 25px;
  line-height: 24px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #2a2c39;
  background-size: cover;
  padding: 120px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
    
    font-weight: 500;
    font-size: 19px;
    letter-spacing: 1px;
    background: #f3f5fa;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #ef6603;
    color: #2a2c39;
}
.cta .cta-btn:hover {
  background: #ef6603;
  border: 2px solid #ef6603;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.seemorebtn{
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #ef6603;
  background: #fff;
}
.seemorebtn:hover {
  background: #ef6603;
  color: #fff;
}
.imgdis{
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto;
}
.diss{
  width: 50%;
  top: 5px;
  background: #ff0000;
  position: absolute;
  left: 5px;
  padding: .25rem;
  border: 4px solid #ff0000;
  max-width: 100%;
  border-top: 0px;
  height: auto;
  border-left: 0px;
  border-bottom-right-radius: 2.25rem;
}
.apor{
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #272829;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.apor:hover {
    color: #ef6603;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #ef6603;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgb(62 62 62 / 77%);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #ef6603;
  border-left: 3px solid #ef6603;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #ef6603;
  border-right: 3px solid #ef6603;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ef6603;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ef6603;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ef6603;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    position: relative;
    box-shadow: 9px 9px 8px 0px rgb(255 255 255 / 26%);
    padding: 30px;
    border-radius: 5px;
    background: #f3f5fa;
    transition: 0.5s;
}
.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}
.team .member .pic img {
  transition: ease-in-out 0.3s;
}
.team .member:hover {
  transform: translateY(-10px);
}
.team .member .member-info {
  padding-left: 30px;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2a2c39;
}
.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}
.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #2a2c39;
}
.team .member .social a i {
    color: #f3f5fa;
    font-size: 16px;
    margin: 0 2px;
}
.team .member .social a:hover {
  background: #ef6603;
}
.team .member .social a:hover i {
  color: #fff;
}
.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}
.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}
.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #2a2c39;
}
.pricing h4 {
  font-size: 48px;
  color: #2a2c39;
  font-weight: 400;
  
  margin-bottom: 25px;
}
.pricing h4 sup {
  font-size: 28px;
}
.pricing h4 span {
  color: #ef6603;
  font-size: 18px;
  display: block;
}
.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}
.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}
.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}
.pricing ul .na {
  color: #ccc;
}
.pricing ul .na i {
  color: #ccc;
}
.pricing ul .na span {
  text-decoration: line-through;
}
.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #ef6603;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  
  transition: 0.3s;
  border: 1px solid #ef6603;
}
.pricing .buy-btn:hover {
  background: #ef6603;
  color: #fff;
}
.pricing .featured {
  border-top-color: #ef6603;
}
.pricing .featured .buy-btn {
  background: #ef6603;
  color: #fff;
}
.pricing .featured .buy-btn:hover {
  background: #b56932;
}
@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ef6603;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  color : #2a2c39;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #2a2c39;
  transition: 0.3s;
}
.faq .faq-list a.collapsed:hover {
  color: #ef6603;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #f3f5fa;
}
.contact .info i {
  font-size: 20px;
  color: #ef6603;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffecde;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555974;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #ef6603;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  background: #f3f5fa;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #ef6603;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #fc8129;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #2a2c39;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #2a2c39;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #2a2c39;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ef6603;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #bd5102;
}
#footer .footer-top {
  text-align: right;
  padding: 60px 0 30px 0;
  background: #14151c;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #dddddd;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ff8c38;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  transform: rotate(180deg);
  padding-right: 2px;
  color: #ef6603;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 3px;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
  display: inline-flex;

}

#footer .footer-top .footer-links ul a {
  color: #dddddd;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ef6603;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ef6603;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #bd5102;
  color: #fff;
  text-decoration: none;
}
#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#footer .copyright {
  float: left;
}
#footer .credits {
  float: right;
  font-size: 22px;
}
#footer .credits a {
  transition: 0.3s;
}
@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}

/* Footer — Contact Info with Icons */
.footer-contact-info { margin-top: 12px; }
.footer-contact-info p { margin-bottom: 8px; color: #dddddd; font-size: 14px; line-height: 1.6; }
.footer-contact-info i { color: #ef6603; font-size: 16px; margin-left: 4px; vertical-align: middle; }
.footer-contact-info a { color: #dddddd; text-decoration: none; transition: color 0.3s; }
.footer-contact-info a:hover { color: #ef6603; }

/* Footer — WhatsApp Social Color */
#footer .footer-top .social-links .whatsapp { background: #25d366; }
#footer .footer-top .social-links .whatsapp:hover { background: #1da851; }

/* Footer — Tighter link list */
#footer .footer-top .footer-links ul li { padding: 7px 0; display: block; }
#footer .footer-top .footer-links ul li:first-child { padding-top: 0; display: block; }

/* Footer — About / Tagline column */
.footer-about { margin-bottom: 30px; }
.footer-about h4 { font-size: 16px; font-weight: bold; color: #ff8c38; padding-bottom: 12px; }
.footer-about p { font-size: 14px; line-height: 1.7; }

/* Footer — Bottom bar (flexbox override for floats) */
#footer .footer-bottom { padding-top: 24px; padding-bottom: 24px; }
#footer .copyright { float: none; }
#footer .credits { float: none; font-size: 14px; }
/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
body, html {
  height: 100%;
}

h4 {
  color: #ef6603;
}

.facebook {
  font-size: 18px;
  display: inline-block;
  background: #ef6603;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.facebook:hover {
  background: #bd5102;
  color: #fff;
  text-decoration: none;
}

.pp {
  font-weight: 600;
}

.mm {
  margin-top: 5%;
}

@media (max-width: 991px) {
  .mm {
    margin-top: 15%;
  }
}

.text-justify {
  text-align: justify;
}

/*--------------------------------------------------------------
# Moved from inline styles
--------------------------------------------------------------*/
.text-orange { color: #ef6603; }

.content-text        { font-size: 22px; font-weight: bold; margin-bottom: 15px; }
.content-text-detail { font-size: 22px; line-height: 32px; font-weight: 700; }
.content-text-line   { font-size: 22px; line-height: 32px; }
.content-text-sm     { font-size: 22px; margin-bottom: 15px; }
.fw-bold-mb          { font-weight: bold; margin-bottom: 15px; }

.float-contact-wrap {
  position: fixed;
  right: 30px;
  bottom: 150px;
  z-index: 996;
  width: 40px;
  height: 40px;
}

.bg-dark-section     { background: #2a2c39; }
.bg-light-section    { background: #f3f5fa; }
.map-iframe          { border: 0; width: 100%; height: 290px; }
.header-bg           { background: rgba(42, 44, 57, 0.9); }

/* Header Call Button */
.header-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ef6603;
  color: #fff !important;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
  white-space: nowrap;
  margin-right: 16px;
}
.header-call-btn i { font-size: 16px; line-height: 0; }
.header-call-btn:hover { background: #bd5102; color: #fff !important; }
@media (max-width: 991px) {
  .header-call-btn { display: none; }
}
.text-footer-muted   { color: #dddddd; }
.card-body-scroll    { overflow-y: auto; display: block; }
.card-footer-inherit { background: inherit; border-color: inherit; }
.text-primary-hero   { color: #0d6efd !important; font-weight: bold; font-size: 33px; }

/* index.php â€” card images */
#s1 .card-custom-img { background-image: url('../../uploads/imgcard/c1.webp'); }
#s2 .card-custom-img { background-image: url('../../uploads/imgcard/c2.webp'); }
#s3 .card-custom-img { background-image: url('../../uploads/imgcard/c3.webp'); }
#s4 .card-custom-img { background-image: url('../../uploads/imgcard/c4.webp'); }
#s5 .card-custom-img { background-image: url('../../uploads/imgcard/c5.webp'); }
#s6 .card-custom-img { background-image: url('../../uploads/imgcard/c6.webp'); }

/* index.php â€” card avatar icon colours */
#s1 .card-custom-avatar i { color: #429357; }
#s2 .card-custom-avatar i { color: #006fcf; }
#s3 .card-custom-avatar i { padding-top: 5px;  color: #d95b00; }
#s4 .card-custom-avatar i { padding-top: 13px; color: #af30ff; }

/* index.php â€” services section icon colours */
#services .fa-clock         { color: #ef6603; }
#services .fa-user-hard-hat { color: #ff0258; }
#services .fa-shipping-fast { color: #6a42e5; }
#services .fa-file-invoice  { color: #3fcdc7; }
#services .fa-car-mechanic  { color: #019d4e; }
#services .fa-badge-check   { color: #4680ff; }
#services .ri-check-double-line { color: #ef6603; }

/* 404 page */
.page-404              { min-height: 60vh; display: flex; align-items: center; padding: 80px 0; }
.num-404               { font-size: 150px; font-weight: 900; color: #ef6603; line-height: 1; margin-bottom: 20px; text-shadow: 4px 4px 0 rgba(239,102,3,0.15); }
.h2-404                { font-size: 30px; font-weight: 700; color: #2a2c39; margin-bottom: 15px; }
.p-404                 { font-size: 18px; color: #666; max-width: 520px; margin: 0 auto; line-height: 1.9; }
.btn-orange-404        { background: #ef6603; color: #fff !important; padding: 12px 32px; border-radius: 5px; font-size: 16px; font-weight: 600; transition: background 0.3s; }
.btn-orange-404:hover  { background: #d45500; }
.btn-green-404         { background: #25d366; color: #fff !important; padding: 12px 32px; border-radius: 5px; font-size: 16px; font-weight: 600; transition: background 0.3s; }
.btn-green-404:hover   { background: #1da851; }
/* Breadcrumb */
.breadcrumb-wrap       { background: #1a1c29; padding: 9px 0; border-bottom: 2px solid #ef6603; font-size: 14px; }
.bc-list               { padding: 0; }
.bc-link               { color: #aaa; text-decoration: none; transition: color 0.2s; }
.bc-link:hover         { color: #ef6603; }
.bc-sep                { color: #ebebeb; font-size: 11px; line-height: 1; }
.bc-active             { color: #ef6603; font-weight: 600; }
.bc-phone              { color: #aaa; text-decoration: none; transition: color 0.2s; }
.bc-phone:hover        { color: #ef6603; }
/* FAQ Section */
.faq-section                       { padding: 50px 0; }
.faq-accordion                     { max-width: 860px; margin: 0 auto; }
.faq-item                          { border: 1px solid #e8e8e8 !important; border-radius: 8px !important; margin-bottom: 12px; box-shadow: 0 2px 8px rgba(0,0,0,.06); overflow: hidden; }
.faq-btn                           { direction: rtl !important; text-align: right !important; font-size: 15px; font-weight: 600; color: #2a2c39 !important; background: #fff !important; padding: 16px 20px; opacity: 1 !important; visibility: visible !important; }
.faq-btn::after                    { margin-left: 0; margin-right: auto; }
.faq-btn:not(.collapsed)           { color: #ef6603 !important; background: #fff9f6 !important; box-shadow: none !important; }
.faq-btn:focus                     { box-shadow: none !important; outline: none; }
.faq-body                          { direction: rtl; background: #fafafa !important; padding: 16px 24px; color: #555 !important; font-size: 15px; line-height: 1.9; border-top: 1px solid #f0ebe6; opacity: 1 !important; visibility: visible !important; }
.faq-section .accordion-item       { opacity: 1 !important; visibility: visible !important; }
/* Reviews Section */
.reviews-section              { padding: 50px 0; background: #fff; }
.review-card                  { background: #fff; border-radius: 10px; padding: 24px 20px; height: 100%; box-shadow: 0 3px 18px rgba(0,0,0,0.08); border-top: 3px solid #ef6603; display: flex; flex-direction: column; gap: 12px; transition: transform 0.2s; }
.review-card:hover            { transform: translateY(-4px); }
.review-stars                 { color: #ef6603; font-size: 18px; letter-spacing: 3px; }
.review-text                  { color: #444; font-size: 15px; line-height: 1.85; flex-grow: 1; position: relative; padding-right: 28px; margin: 0; }
.review-text::before          { content: '\201C'; font-size: 64px; color: #ef6603; opacity: 0.18; position: absolute; right: -4px; top: -18px; line-height: 1; font-family: Georgia, serif; }
.review-author                { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px; padding-top: 12px; border-top: 1px solid #f0f0f0; direction: rtl; }
.review-name                  { color: #2a2c39; font-size: 14px; font-weight: 700; }
.review-area                  { color: #888; font-size: 13px; }
.review-area i                { color: #ef6603; }
/* -------------------------------------------------------
   Related Areas Section
------------------------------------------------------- */
.related-areas-section         { padding: 50px 0; background: #f8f9fa; }
.related-areas-section .section-title h3 { font-size: 22px; font-weight: 700; color: #2a2c39; margin-bottom: 6px; }
.related-areas-section .section-title p  { color: #777; font-size: 14px; margin-bottom: 28px; }
.related-areas-grid            { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.area-pill {
   display: inline-flex; align-items: center; gap: 6px;
   padding: 9px 18px; border-radius: 50px;
   background: #fff; border: 1.5px solid #e8e8e8;
   color: #444; font-size: 14px; font-weight: 600;
   text-decoration: none; transition: all .2s ease;
   white-space: nowrap;
}
.area-pill i                   { color: #ef6603; font-size: 16px; }
.area-pill:hover               { background: #ef6603; color: #fff; border-color: #ef6603; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(239,102,3,.25); }
.area-pill:hover i             { color: #fff; }

/* -------------------------------------------------------
   Areas Hub Page مناطق-الخدمة
------------------------------------------------------- */
.areas-hero {
   min-height: 420px;
   background: linear-gradient(135deg, #1a1c26 0%, #2e3047 50%, #1a1c26 100%);
   display: flex; align-items: center; justify-content: center;
   position: relative; overflow: hidden;
}
.areas-hero::before {
   content: '';
   position: absolute; inset: 0;
   background: radial-gradient(ellipse at 30% 50%, rgba(239,102,3,.18) 0%, transparent 65%),
               radial-gradient(ellipse at 80% 20%, rgba(239,102,3,.10) 0%, transparent 55%);
   animation: heroGlow 6s ease-in-out infinite alternate;
}
@keyframes heroGlow { from { opacity:.7; } to { opacity:1; } }

.areas-hero .hero-inner        { position: relative; z-index: 1; text-align: center; color: #fff; padding: 60px 20px; }
.areas-hero .hero-badge        { display: inline-flex; align-items: center; gap: 8px; background: rgba(239,102,3,.2); border: 1px solid rgba(239,102,3,.4); color: #ef9b53; font-size: 13px; font-weight: 600; padding: 6px 16px; border-radius: 50px; margin-bottom: 22px; animation: ahFadeDown .6s ease both; }
.areas-hero h1                 { font-size: clamp(26px,4.5vw,46px); font-weight: 900; margin-bottom: 16px; line-height: 1.3; animation: ahFadeDown .7s .1s ease both; }
.areas-hero h1 span            { color: #ef6603; }
.areas-hero p                  { font-size: 16px; color: rgba(255,255,255,.75); max-width: 560px; margin: 0 auto 32px; animation: ahFadeDown .7s .2s ease both; }
.areas-hero .hero-actions      { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; animation: ahFadeDown .7s .3s ease both; }

@keyframes ahFadeDown { from { opacity:0; transform:translateY(-16px); } to { opacity:1; transform:translateY(0); } }

.btn-hero-primary, .btn-hero-wa { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: 50px; font-size: 15px; font-weight: 700; text-decoration: none; transition: all .25s ease; }
.btn-hero-primary              { background: #ef6603; color: #fff; }
.btn-hero-primary:hover        { background: #d45a00; color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(239,102,3,.4); }
.btn-hero-wa                   { background: #25d366; color: #fff; }
.btn-hero-wa:hover             { background: #1db954; color: #fff; transform: translateY(-2px); }

.areas-stats-bar               { background: #fff; border-bottom: 1px solid #f0f0f0; padding: 22px 0; }
.areas-stats-bar .stat-item    { text-align: center; }
.areas-stats-bar .stat-num     { font-size: 32px; font-weight: 900; color: #ef6603; line-height: 1; display: block; margin-bottom: 4px; }
.areas-stats-bar .stat-lbl     { font-size: 13px; color: #777; }
.areas-stats-bar .col-4 + .col-4 { border-right: 1px solid #f0f0f0; }

.areas-section-header          { text-align: center; margin-bottom: 44px; }
.areas-section-header .tag     { display: inline-block; background: #fff3eb; color: #ef6603; font-size: 12px; font-weight: 700; padding: 4px 14px; border-radius: 20px; margin-bottom: 12px; }
.areas-section-header h2       { font-size: clamp(20px,3vw,30px); font-weight: 800; color: #1a1c26; margin-bottom: 10px; }
.areas-section-header p        { font-size: 15px; color: #777; max-width: 520px; margin: 0 auto; }

.cluster-label                 { display: flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 800; color: #1a1c26; margin: 48px 0 20px; }
.cluster-label::after          { content: ''; flex: 1; height: 1px; background: #e8e8e8; }
.cluster-label .cl-dot         { width: 10px; height: 10px; border-radius: 50%; background: #ef6603; flex-shrink: 0; }

.area-card                     { display: flex; flex-direction: column; background: #fff; border: 1.5px solid #ebebeb; border-radius: 16px; padding: 26px 22px; text-decoration: none; color: inherit; transition: all .3s cubic-bezier(.34,1.56,.64,1); height: 100%; position: relative; overflow: hidden; }
.area-card::after              { content: ''; position: absolute; bottom: 0; right: 0; width: 80px; height: 80px; background: radial-gradient(circle, rgba(239,102,3,.07) 0%, transparent 70%); transform: translate(30%,30%); transition: all .3s ease; }
.area-card:hover               { border-color: #ef6603; transform: translateY(-6px); box-shadow: 0 16px 40px rgba(239,102,3,.14); color: inherit; }
.area-card:hover::after        { transform: translate(10%,10%) scale(1.5); }
.area-card:hover .ac-icon      { background: #ef6603; }
.area-card:hover .ac-icon i    { color: #fff; }
.area-card:hover .ac-arrow     { transform: translateX(-4px); color: #ef6603; }
.area-card.featured            { background: linear-gradient(135deg,#fff9f5,#fff); border-color: #ef6603; }

.ac-icon                       { width: 52px; height: 52px; border-radius: 14px; background: #fff3eb; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; transition: background .25s ease; }
.ac-icon i                     { font-size: 24px; color: #ef6603; transition: color .25s ease; }
.ac-title                      { font-size: 16px; font-weight: 800; color: #1a1c26; margin-bottom: 8px; }
.ac-desc                       { font-size: 13px; color: #777; line-height: 1.75; flex-grow: 1; margin-bottom: 16px; }
.ac-arrow                      { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; font-weight: 700; color: #bbb; transition: all .25s ease; margin-top: auto; }

.areas-why-section             { background: #f8f9fb; padding: 70px 0; }
.why-card                      { background: #fff; border-radius: 16px; padding: 30px 22px; text-align: center; border: 1px solid #ebebeb; transition: all .3s ease; height: 100%; }
.why-card:hover                { border-color: #ef6603; box-shadow: 0 10px 30px rgba(239,102,3,.10); transform: translateY(-4px); }
.why-icon                      { width: 64px; height: 64px; border-radius: 50%; background: #fff3eb; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.why-icon i                    { font-size: 28px; color: #ef6603; }
.why-card h4                   { font-size: 15px; font-weight: 800; color: #1a1c26; margin-bottom: 8px; }
.why-card p                    { font-size: 13px; color: #888; line-height: 1.7; margin: 0; }

.areas-cta-section             { padding: 80px 0; background: linear-gradient(135deg,#1a1c26 0%,#2e3047 100%); text-align: center; position: relative; overflow: hidden; }
.areas-cta-section::before     { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(239,102,3,.2) 0%, transparent 60%); }
.areas-cta-section .inner      { position: relative; z-index: 1; }
.areas-cta-section h2          { font-size: clamp(22px,3.5vw,36px); font-weight: 900; color: #fff; margin-bottom: 12px; }
.areas-cta-section p           { font-size: 15px; color: rgba(255,255,255,.7); margin-bottom: 32px; }
.areas-cta-section .cta-btns  { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* -------------------------------------------------------
   Pricing Page — اسعار-تكييف
------------------------------------------------------- */
.price-hero               { padding: 55px 0 35px; background: #2a2c39; color: #fff; }
.price-hero h1            { font-size: clamp(22px,3.5vw,34px); font-weight: 800; margin-bottom: 12px; }
.price-hero p             { color: rgba(255,255,255,.8); font-size: 15px; margin-bottom: 0; }
.price-note-bar           { background: #fff3e0; border-right: 5px solid #ef6603; padding: 14px 20px; border-radius: 8px; margin-bottom: 32px; direction: rtl; font-size: 14px; color: #555; }
.price-note-bar strong    { color: #ef6603; }
.service-price-table      { width: 100%; border-collapse: separate; border-spacing: 0 8px; direction: rtl; }
.service-price-table th   { background: #2a2c39; color: #fff; padding: 12px 18px; font-size: 14px; font-weight: 600; }
.service-price-table th:first-child { border-radius: 0 8px 8px 0; }
.service-price-table th:last-child  { border-radius: 8px 0 0 8px; }
.service-price-table td   { background: #fff; padding: 14px 18px; font-size: 14px; color: #444; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
.service-price-table td:first-child { border-right: 1px solid #f0f0f0; border-radius: 0 8px 8px 0; font-weight: 600; color: #2a2c39; }
.service-price-table td:last-child  { border-left: 1px solid #f0f0f0; border-radius: 8px 0 0 8px; }
.service-price-table tr:hover td   { background: #fffaf6; }
.price-badge              { display: inline-block; background: #ef6603; color: #fff; font-size: 13px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }
.price-range              { font-weight: 700; color: #ef6603; white-space: nowrap; }
.price-section-title      { font-size: 19px; font-weight: 700; color: #2a2c39; border-right: 4px solid #ef6603; padding-right: 12px; margin: 40px 0 18px; }
.affects-grid             { display: grid; grid-template-columns: repeat(auto-fill,minmax(230px,1fr)); gap: 16px; margin-top: 16px; }
.affects-card             { background: #fff; border: 1px solid #e8e8e8; border-radius: 10px; padding: 18px; direction: rtl; }
.affects-card i           { font-size: 24px; color: #ef6603; margin-bottom: 10px; display: block; }
.affects-card h4          { font-size: 14px; font-weight: 700; color: #2a2c39; margin-bottom: 6px; }
.affects-card p           { font-size: 13px; color: #777; margin: 0; line-height: 1.6; }
.honest-box               { background: #f0faf4; border: 1px solid #b2dfcc; border-radius: 12px; padding: 24px; direction: rtl; margin: 32px 0; }
.honest-box h3            { font-size: 17px; font-weight: 700; color: #1a7a46; margin-bottom: 12px; }
.honest-box ul            { padding-right: 20px; margin: 0; }
.honest-box ul li         { font-size: 14px; color: #444; margin-bottom: 8px; line-height: 1.7; }
.price-cta-section        { background: #ef6603; padding: 50px 0; color: #fff; text-align: center; }
.price-cta-section h2     { font-size: 26px; font-weight: 800; margin-bottom: 10px; }
.price-cta-section p      { font-size: 15px; opacity: .9; margin-bottom: 24px; }
.price-cta-btn            { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: #ef6603; font-size: 16px; font-weight: 800; padding: 13px 30px; border-radius: 50px; text-decoration: none; transition: all .2s; }
.price-cta-btn:hover      { background: #2a2c39; color: #fff; }
.price-cta-wa             { background: #25d366 !important; color: #fff !important; }
.price-cta-wa:hover       { background: #1db954 !important; }
.qa-box                   { background: #fff; border: 1px solid #e8e8e8; border-radius: 10px; padding: 20px 24px; direction: rtl; margin-bottom: 14px; }
.qa-box h4                { font-size: 15px; font-weight: 700; color: #2a2c39; margin-bottom: 8px; }
.qa-box p                 { font-size: 14px; color: #555; line-height: 1.8; margin: 0; }
