/*

TemplateMo 568 DigiMedia

https://templatemo.com/tm-568-digimedia

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');


.ibm-plex-sans-arabic-thin {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.ibm-plex-sans-arabic-extralight {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.ibm-plex-sans-arabic-light {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ibm-plex-sans-arabic-regular {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ibm-plex-sans-arabic-medium {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ibm-plex-sans-arabic-semibold {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.ibm-plex-sans-arabic-bold {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ar *:not(i):not(svg):not(.fa):not(.fas):not(.far):not(.fab) {
    font-family: "IBM Plex Sans Arabic", sans-serif !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #afafaf;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #C44545;
  color: #fff !important;
}

::-moz-selection {
  background: #C44545;
  color: #fff !important;
}

@media (max-width: 991px) {

  html,
  body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h6 {
  font-size: 15px;
  font-weight: 700;
  color: #C44545;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-heading h4 {
  color: #44ACFF;
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.section-heading h4 em {
  font-style: normal;
  color: #C44545;
}

.section-heading .line-dec {
  width: 50px;
  height: 2px;
  background-color: #C44545;
}

.border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #111 !important;
  border: 1px solid #111 !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.border-first-button a:hover {
  background-color: #C44545;
  color: #fff !important;
}



/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.pre-header {
  background-color: #efefef;
  height: 60px;
  padding: 15px 0px;
}

.pre-header ul li {
  display: inline-block;
}

.pre-header ul.info li {
  margin-right: 45px;
}

.pre-header ul.info li a {
  color: #afafaf;
  font-size: 14px;
  transition: all .3s;
}

.pre-header ul.info li a:hover {
  color: #C44545;
}

.pre-header ul.info li a i {
  font-size: 18px;
  margin-right: 8px;
}

.pre-header ul.social-media {
  text-align: right;
}

.pre-header ul.social-media li {
  margin-left: 5px;
}

.pre-header ul.social-media li a {
  background-color: #afafaf;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all .3s;
}

.pre-header ul.social-media li a:hover {
  background-color: #C44545;
}

.background-header {
  background-color: #fff !important;
  height: 100px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff;
}

.background-header .main-nav .nav li:hover a {
  color: #C44545;
}

.background-header .nav li a.active {
  position: relative;
  color: #fff;
}

.background-header .nav li a.active:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #C44545;
  content: '';
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.background-header .nav li:last-child a.active:after {
  background-color: transparent;
}

.header-area {
  background-color: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
  line-height: 100px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}





.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #ffff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #5B7E3C !important;
  font-weight: 700;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #111 !important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #44ACFF;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #44ACFF;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #44ACFF !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #C44545 !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px !important;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 22px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #44ACFF;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #44ACFF;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #44ACFF;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #44ACFF;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #44ACFF;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #44ACFF;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #44ACFF;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #44ACFF;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #C44545;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {

  .header-area .main-nav .nav li:last-child,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }

  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }

  .background-header .nav li a.active:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .pre-header ul.info li:last-child {
    display: none;
  }

  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }

  .header-area .main-nav .logo {
    color: #1e1e1e;
    margin-left: 0px;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #C44545 !important;
    opacity: 1;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area {
    background-color: #fff;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .logo {
    margin-left: 30px;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .background-header .nav {
    margin-top: 80px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav {
    margin-top: 100px;
  }

  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }

  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #C44545 !important;
  }

  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }

  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #fff;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #C44545;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #C44545;
  border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-image: url(../images/slider-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 60px;
  width: 262px;
  height: 625px;
  z-index: 1;
}

.main-banner:before {
  content: '';
  background-image: url(../images/slider-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 60px;
  width: 1159px;
  height: 797px;
  z-index: -1;
}

.main-banner .left-content {
  margin-right: 15px;
}

.main-banner .left-content h6 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  color: #C44545;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  font-size: 50px;
  color: #44ACFF;
  margin-bottom: 20px;
}

.main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}

.main-banner .right-image {
  text-align: right;
  position: relative;
  z-index: 20;
}

.main-banner .right-image img {
  max-width: 593px;
}



/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

#about {
  padding-top: 130px;
}

.about-left-image img {
  margin-right: 45px;
}

.about-right-content p {
  margin-top: 30px;
  margin-bottom: 45px;
}

.skills-content {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 110px 0px 50px 0px;
}

.skill-item {
  text-align: center;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #fd6a54;
}

.first-skill-item .progress .progress-bar {
  border-color: #C44545;
}

.second-skill-item .progress .progress-bar {
  border-color: #726ae3;
}

.third-skill-item .progress .progress-bar {
  border-color: #f58b56;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  text-align: center;
  color: #44ACFF;
  display: flex;
  width: 100%;
  border-radius: 50%;
  font-size: 35px;
  text-align: center;
  line-height: 25px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
}

.progress .progress-value div {
  margin-top: 10px;
}

.progress .progress-value span {
  font-size: 18px;
  text-transform: none;
  color: #afafaf;
  font-weight: 300;
}

/* This for loop creates the  necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

.progress {
  margin-bottom: 1em;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  padding-top: 130px;
  position: relative;
}

.services:after {
  content: '';
  background-image: url(../images/services-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 786px;
  height: 1217px;
  z-index: 0;
}

.services:before {
  content: '';
  background-image: url(../images/services-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 400px;
  width: 161px;
  height: 413px;
  z-index: 0;
}

.services .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.services .section-heading .line-dec {
  margin: 0 auto;
}

.services .naccs {
  position: relative;
  z-index: 1;
}

.services .icon {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.services .naccs .menu div h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}

.services .icon img {
  margin-bottom: 10px;
  max-width: 60px;
  min-width: 60px;
}

.services .naccs .menu {
  text-align: center;
  margin-bottom: 30px;
}

.services .naccs .menu div {
  color: #44ACFF;
  margin: 0px;
  width: 15%;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 15px;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services .naccs .menu div .thumb {
  display: inline-block;
  width: 100%;
  padding: 30px 0px;
  background-color: #fff;
}

.services .naccs .menu div.active {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.services ul.nacc {
  height: 100% !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 15px;
  padding: 80px 120px 50px 120px;
}

.services ul.nacc li {
  width: 100%;
}

.services ul.nacc li .right-image img {
  max-width: 420px;
  float: right;
}

.services .nacc .thumb h4 {
  color: #44ACFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
}

.services .nacc .thumb .main-white-button {
  text-align: right;
  margin-top: 40px;
}

.services .nacc .thumb .main-white-button a {
  background-color: #8d99af;
  color: #fff;
}

.services .nacc .thumb .main-white-button a i {
  background-color: #fff;
  color: #8d99af;
}

.services .left-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #C44545 !important;
}

.services .left-text p {
  margin-bottom: 30px;
}

.nacc .ticks-list span {
  display: inline-block;
  opacity: 1;
  margin-right: 45px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}



/* 
---------------------------------------------
Free Quote
--------------------------------------------- 
*/

.free-quote {
  background-image: url(../images/quote-bg-v3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 130px;
}

.free-quote .section-heading {
  margin-bottom: 60px;
}

.free-quote .section-heading h6,
.free-quote .section-heading h4 {
  color: #fff;
}

.free-quote .section-heading .line-dec {
  margin: 0 auto;
  background-color: #fff;
}

.free-quote form {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  min-height: 80px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.free-quote form input {
  width: 100%;
  margin-top: 20px;
  margin-left: 30px;
  color: #afafaf;
  font-weight: 400;
  font-size: 15px;
  height: 40px;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 2;
  outline: none;
}

.free-quote form button {
  width: 100%;
  height: 80px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  outline: none;
  border: none;
  margin-left: 30px;
  background-color: #C44545;
  font-size: 15px;
  color: #fff;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 130px;
  overflow: hidden;
  position: relative;
}

.our-portfolio:before {
  content: '';
  background-image: url(../images/portfolio-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
  width: 414px;
  height: 861px;
  z-index: 1;
}

.our-portfolio:after {
  content: '';
  background-image: url(../images/portfolio-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 677px;
  height: 759px;
  z-index: 1;
}

.our-portfolio .section-heading {
  margin-bottom: 80px;
}

.our-portfolio .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}

.our-portfolio .item {
  position: relative;
  z-index: 222;
}

.portfolio-item {
  border-radius: 25px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin: 15px;
}

.portfolio-item .thumb {
  position: relative;
  border-radius: 50px;
}

.portfolio-item:hover .down-content h4,
.portfolio-item:hover .down-content span {
  color: #C44545;
}

.portfolio-item .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
  overflow: hidden;
}

.portfolio-item .down-content {
  background-color: #fff;
  text-align: center;
  padding: 18px 0px;
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
}

.portfolio-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #44ACFF;
  margin-bottom: 8px;
  transition: all .3s;
}

.portfolio-item .down-content span {
  font-size: 15px;
  color: #afafaf;
  transition: all .3s;
}

.our-portfolio .owl-nav {
  display: inline-block !important;
  position: absolute;
  top: -125px;
  right: 15%;
  max-width: 1320px;
}

.our-portfolio .owl-nav .owl-next {
  margin-left: 10px;
}

.our-portfolio .owl-nav span {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  background-color: #eee;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
}

.our-portfolio .owl-nav span:hover {
  color: #fff;
  background-color: #C44545;
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.blog:before {
  content: '';
  background-image: url(../images/blog-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 961px;
  height: 1020px;
  z-index: 0;
}

.blog {
  position: relative;
  padding-top: 130px;
}

.blog .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.blog .section-heading .line-dec {
  margin: 0 auto;
}

.blog-post {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  position: relative;
  z-index: 2;
}

.show-up {
  position: relative;
  z-index: 222;
}

.blog-post .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}

.blog-post .down-content {
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
  background-color: #fff;
  padding: 30px;
}

.blog-post .down-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  background-color: #C44545;
  border-radius: 18px;
  display: inline-block;
}

.blog-post .down-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.blog-post .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #44ACFF;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}

.blog-post .down-content p {
  margin-bottom: 30px;
}

.blog-post .down-content span.author {
  font-size: 15px;
  color: #44ACFF;
}

.blog-post .down-content span.author img {
  max-width: 56px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-post .down-content .border-first-button {
  display: inline-block;
  float: right;
}

.blog-posts {
  margin-left: 30px;
}

.post-item {
  margin-bottom: 62px;
}

.last-post-item {
  margin-bottom: 0px;
}

.post-item .thumb {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.post-item .thumb img {
  border-radius: 23px;
  display: inline-block;
}

.post-item .right-content {
  padding-top: 20px;
}

.post-item .right-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  background-color: #C44545;
  border-radius: 18px;
  display: inline-block;
}

.post-item .right-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.post-item .right-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #44ACFF;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  padding-top: 130px;
}

.contact-us .section-heading .line-dec {
  margin: 0 auto;
}

.contact-us .section-heading {
  text-align: center;
  margin-bottom: 80px;
}


form#contact:before {
  background-image: url(../images/contact-top-right-v3.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 726px;
  height: 78px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}

.contact-dec img {
  max-width: 224px;
  position: absolute;
  right: 25px;
  top: -242px;
}

form#contact:after {
  background-image: url(../images/contact-bottom-right-v3.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 532px;
  height: 106px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}

form#contact {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fff;
  border-radius: 23px;
  text-align: center;
}

form#contact #map iframe {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  margin-bottom: -7px;
  position: relative;
  z-index: 2;
}

.fill-form {
  padding: 80px 60px 80px 30px;
}

.fill-form .info-post {
  margin-bottom: 20px;
}

.fill-form .icon {
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 23px;
  padding: 25px 15px;
}

.fill-form .icon img {
  max-width: 60px;
  display: block;
  margin: 0 auto;
}

.fill-form .icon a {
  margin-top: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #44ACFF;
  transition: all .3s;
}

.fill-form .icon:hover a {
  color: #C44545;
}

form#contact input {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #44ACFF;
  padding: 0px 20px;
  border-radius: 23px;
  margin-top: 30px;
}

form#contact input::placeholder {
  color: #aaa;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 200px;
  min-height: 200px;
  height: 200px;
  border-radius: 23px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #44ACFF;
  padding: 15px 20px;
  margin-top: 30px;
}

form#contact textarea::placeholder {
  color: #aaa;
}

form#contact button {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #C44545;
  margin-top: 30px;
  width: 100%;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: 1px solid #C44545;
  transition: all .3s;
  outline: none;
}

form#contact button:hover {
  background-color: #C44545 !important;
  color: #fff !important;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  background-image: url(../images/footer-bg-v3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 130px;
}

footer p {
  text-align: center;
  margin: 20px 0px;
  color: #fff;
}

footer p a {
  color: #fff;
  transition: all .5s;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }

  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }

  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  form#contact {
    overflow: hidden;
  }

  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }

  .main-banner .left-content {
    margin-right: 0px;
  }

  .main-banner {
    text-align: center;
    padding: 226px 0px 30px 0px;
  }

  .main-banner:before {
    display: none;
  }

  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }

  .features-item {
    margin-bottom: 45px;
  }

  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }

  .skill-item {
    margin-bottom: 30px;
  }

  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;
    ;
  }

  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }

  .service-item {
    text-align: center;
  }

  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }

  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }

  .post-item {
    margin-bottom: 70px;
  }

  .our-portfolio .owl-nav {
    display: none !important;
  }

  .contact-info {
    margin-top: 60px;
  }

  form#contact {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }

  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }

  .main-banner .info-stat {
    margin-bottom: 15px;
  }

  .service-item {
    text-align: center;
    padding: 30px;
  }

  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .service-item .right-content {
    display: inline-block;
  }

  .services .naccs .menu div .thumb {
    padding: 5px;
  }

  .services .icon img {
    margin: 0px;
  }

  .services ul.nacc li.active {
    padding: 45px;
  }

  .services .naccs .menu div {
    font-size: 0px;
  }

  .services ul.nacc li .right-image img {
    float: none;
  }

  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }

  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }

  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }

  .free-quote form input {
    margin-left: 0px;
    padding: 0px 30px;
  }

  .free-quote form button {
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }

  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }

  .post-item {
    margin-bottom: 30px;
  }

  .post-item .thumb img {
    max-width: 140px;
  }

  .post-item .right-content p {
    display: none;
  }

  .about-us .about-item {
    margin-top: 15px;
  }

  form#contact {
    padding: 30px;
  }
}

.banner {
  height: 350px;
  background: url("https://omo-oss-image1.thefastimg.com/portal-saas/pg2024042911071999403/cms/image/420608bc-a621-4541-95b4-40de2bbb2dc9.jpg") center/cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.banner-content {
  position: relative;
  color: #fff;
  text-align: center;
}

.banner h1 {
  font-size: 48px;
  font-weight: 700;
}

.stats {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

.stats-grid {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.stats-grid div h2 {
  font-weight: 700;
  color: #111;
}

.stats-grid div p {
  color: #666;
}

.about {
  padding: 80px 0;
  align-items: center;
}

.about-text h2 {
  font-size: 32px;
  font-weight: 700;
}

.about-text h4 {
  color: #f97316;
  margin-bottom: 15px;
}

.about-text p {
  color: #555;
  line-height: 1.8;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.feature-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #eee;
  transition: 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

body,
html {
  color: black !important;
  font-family: 'Poppins', sans-serif;
}

.hero-section {
  color: #ffffff !important;
}

/* Hero Section Redesign Styles */
.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 120px 0 80px;
  background: linear-gradient(90deg,
      #FF6B6B 0%,
      #FFA500 14.28%,
      #FFD93D 28.56%,
      #6BCB77 42.84%,
      #4D96E6 57.12%,
      #9B59B6 71.4%,
      #E74C3C 85.68%,
      #FF6B6B 100%);
  background-size: 200% 100%;
  animation: colorStripes 15s linear infinite;
}

@keyframes colorStripes {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 200% 0%;
  }
}

/* Hide old slide backgrounds - using gradient instead */
.hero-slide-bg {
  background: transparent !important;
}

/* Animated Background */
.hero-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  animation: floatOrb 20s ease-in-out infinite;
}

.orb-1 {
  width: 600px;
  height: 600px;
  background: linear-gradient(135deg, #E8F5BD 0%, #E8F5BD 100%);
  top: -200px;
  left: -100px;
  animation-delay: 0s;
}

.orb-2 {
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, #27ae60 0%, #E8F5BD 100%);
  bottom: -150px;
  right: -100px;
  animation-delay: -7s;
}

.orb-3 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #f39c12 0%, #e74c3c 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: -14s;
  opacity: 0.3;
}

@keyframes floatOrb {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  25% {
    transform: translate(50px, -50px) scale(1.1);
  }

  50% {
    transform: translate(-30px, 30px) scale(0.9);
  }

  75% {
    transform: translate(-50px, -30px) scale(1.05);
  }
}

.grid-pattern {
  z-index: 0;
  /* 👈 كان فوق، خليه تحت */
}

.grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(77, 166, 231, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(77, 166, 231, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(50px, 50px);
  }
}

/* Floating Elements */
.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.float-element {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.5rem;
  backdrop-filter: blur(5px);
  animation: floatElement 15s ease-in-out infinite;
}

.float-element i {
      color: #111 !important;
    opacity: 0.1;
}

.elem-1 {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}

.elem-2 {
  top: 60%;
  left: 5%;
  animation-delay: -5s;
}

.elem-3 {
  top: 20%;
  right: 10%;
  animation-delay: -10s;
}

.elem-4 {
  top: 70%;
  right: 8%;
  animation-delay: -3s;
}

.elem-5 {
  top: 30%;
  left: 3%;
  animation-delay: -8s;
}

.elem-6 {
  top: 80%;
  left: 15%;
  animation-delay: -12s;
}

.elem-7 {
  top: 10%;
  right: 20%;
  animation-delay: -6s;
}

.elem-8 {
  top: 50%;
  right: 3%;
  animation-delay: -10s;
}



/* Glass Card */
.glass-card {
  background: #ffffff;
  border: 2px solid #C44545;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 18px 30px rgba(255, 204, 182, 0.35);
}

.features-section,
.about-section,
.quote-section,
.portfolio-section,
.blog-section,
.contact-section {
  background: #ffffff !important;
  box-shadow: inset 0 0 0 1px rgba(200, 230, 201, 0.2);
}

.section-header h2,
.hero-content h1,
.footer-title {
  text-shadow: 0 2px 8px rgba(251, 231, 161, 0.4);
  color: black;
}

.modern-feature-box,
.stat-item,
footer,
.pre-header,
.header-area {
  color: black;
  box-shadow: 1px 1px 7px rgba(200, 230, 201, 0.25);
}

.modern-feature-box:hover {
  border-color: rgba(18, 7, 2, 0.3);
}

.hero-badge {
  display: inline-block;
  border: 1px solid rgba(77, 166, 231, 0.3);
  color: #E8F5BD;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  font-size: 20px !important;
  font-weight: 800;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1.2;
}

.hero-content h1 .highlight {
  background: linear-gradient(135deg, #E8F5BD, #27ae60);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
  line-height: 1.8;
  max-width: 550px;
}

/* Modern Buttons */
.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero-buttons .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.4s ease;
  text-decoration: none;
  border: 2px solid #C44545;
  color: black;
  background-color: rgba(255, 255, 255, 0.95);
}

.btn-glow {
  background: linear-gradient(135deg, #C44545, #5B7E3C);
  color: #1f1f1f;
  border: none;
  box-shadow: 0 10px 30px rgba(251, 231, 161, 0.35);
  position: relative;
  overflow: hidden;
}

.btn-outline-white {
  border-color: #5B7E3C;
  color: black;
  background: rgba(255, 255, 255, 0.9);
}

.btn-outline-white:hover {
  background: rgba(255, 220, 210, 0.6);
  border-color: #C44545;
  transition: left 0.5s ease;
}

.btn-glow:hover::before {
  left: 100%;
}

.btn-glow:hover {
  transform: translateY(-3px);
}

.btn-glow i {
  transition: transform 0.3s ease;
}

.btn-glow:hover i {
  transform: translateX(5px);
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  transform: translateY(-3px);
}

.btn-outline-white i {
  color: #E8F5BD;
}

/* Hero Stats */
.hero-stats {
  display: flex;
  align-items: center;
  gap: 30px;
}

.hero-stats .stat-item {
  text-align: center;
}

.hero-stats .stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #E8F5BD, #27ae60);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-stats .stat-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
}

/* Feature Tags */
.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.feature-tags .tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.feature-tags .tag:hover {
  background: rgba(77, 166, 231, 0.1);
  border-color: #E8F5BD;
  color: #E8F5BD;
}

.feature-tags .tag i {
  color: #27ae60;
}

/* Hero Image */
.hero-image-wrapper {
  position: relative;
  z-index: 2;
}

.hero-image-3d {
  position: relative;
  animation: imageFloat 6s ease-in-out infinite;

}

@media (max-width: 768px) {
  .hero-image-3d {

    height: 400px;
    width: 400px;
  }

  .hero-image-3d .main-image {
           height: 280px;
        width: 440px;
        object-fit: cover;

  }
}

@keyframes imageFloat {

  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-20px) rotate(2deg);
  }
}

.hero-image-3d .main-image {

  margin-top: 27px;

  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.floating-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 20px;
  border-radius: 15px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  animation: badgeFloat 4s ease-in-out infinite;
}

.floating-badge i {
  color: #27ae60;
  font-size: 1rem;
}

.badge-1 {
  top: 10%;
  left: -20px;
  animation-delay: 0s;
}

.badge-2 {
  bottom: 20%;
  right: -20px;
  animation-delay: -2s;
}

@keyframes badgeFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* Slider Controls */
.slider-controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 10;
}

.slider-dots {
  display: flex;
  gap: 10px;
  background: white !important;
  backdrop-filter: blur(10px);
  padding: 10px 20px;
  border-radius: 30px;
}

.slider-dot {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.slider-dot.active,
.slider-dot:hover {
  background-color: #C44545;
  transform: scale(1.2);
}

.slider-arrows {
  display: flex;
  gap: 10px;
}

.slider-arrow {
  width: 45px;
  height: 45px;
  background: #A2CB8B;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.slider-arrow:hover {
  background: #E8F5BD;
  border-color: #E8F5BD;
  transform: scale(1.1);
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 10;
  animation: fadeInUp 1s ease-out 1s both;
}

.scroll-indicator .mouse {
  width: 30px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.scroll-indicator .wheel {
  width: 4px;
  height: 10px;
  background: #E8F5BD;
  border-radius: 2px;
  animation: scrollWheel 2s ease-in-out infinite;
}

@keyframes scrollWheel {

  0%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(10px);
    opacity: 0.3;
  }
}

.scroll-indicator span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

/* Animations */
.animate-text {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out forwards;
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.4s;
}

.delay-3 {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-image {
  opacity: 0;
  transform: translateX(50px);
  animation: fadeInRight 1s ease-out 0.5s forwards;
}

@keyframes fadeInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Slide Transitions */
.hero-slide {
  display: none;
  animation: fadeIn 0.8s ease;
}

.hero-slide.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .hero-section {
    padding: 100px 0 60px;
    min-height: 507px;
    min-width: 400px;
  }

  .glass-card {
    padding: 30px;
  }

  .hero-content h1 {
    font-size: 20px !important;
  }

  .hero-stats {
    justify-content: flex-start;
  }

  .scroll-indicator,
  .float-element,
  .floating-badge {
    display: none;
  }

  .hero-image-3d .main-image {
    max-width: 100%;
  }

  .about-stats {
    position: relative;
    bottom: 0;
    transform: none;
    left: 0;
    margin-top: 30px;
  }

  .about-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 20px !important;
  }

  .hero-content p {
    font-size: 16px!important;
  }

  .hero-buttons .btn {
    width: 100%;
    justify-content: center;
  }

  .feature-tags {
    flex-direction: column;
  }

  .slider-arrows {
    display: none;
  }

  .section-header h2 {
    font-size: 1.75rem;
  }

  .stat-item h3 {
    font-size: 1.5rem;
  }

  .hero-image-3d .main-image {
    max-width: 100%;
  }
}

/* Features Section - Modern Redesign */
.features-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  position: relative;
  overflow: hidden;
}

.features-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFEFBA;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(#FFFFFF, #E8F5BD);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(#FFFFFF, #E8F5BD);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  pointer-events: none;
}

.features-section .section-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}

.features-section .section-header h6 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #E8F5BD;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.features-section .section-header h2 {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}

.features-section .section-header .line-dec {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #E8F5BD, #27ae60, #E8F5BD);
  margin: 0 auto;
  border-radius: 2px;
}

.modern-feature-box {
  backdrop-filter: blur(10px);

  border-radius: 25px;
  padding: 45px 35px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.modern-feature-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.modern-feature-box:hover {
  transform: translateY(-15px);

}

.modern-feature-box:hover::before {
  opacity: 1;
}

.modern-feature-icon {
  width: 90px;
  height: 90px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}

.modern-feature-box:hover .modern-feature-icon {
  transform: rotate(360deg) scale(1.1);
}

.modern-feature-icon i {
  font-size: 36px;
  color: #fff;
}

.modern-feature-box h3 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 18px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}



.modern-feature-box p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}

.feature-box-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 4rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.03);
  line-height: 1;
  z-index: 1;
}

.feature-glow {
  position: absolute;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(77, 166, 231, 0.4) 0%, transparent 70%);
  border-radius: 50%;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.modern-feature-box:hover .feature-glow {
  opacity: 1;
}

@media (max-width: 991px) {
  .features-section {
    padding: 80px 0;
  }

  .features-section .section-header h2 {
    font-size: 2.2rem;
  }

  .modern-feature-box {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .features-section .section-header h2 {
    font-size: 1.8rem;
  }

  .modern-feature-box {
    padding: 25px 20px;
  }

  .modern-feature-box h3 {
    font-size: 1.2rem;
  }

  .modern-feature-box p {
    font-size: 0.85rem;
  }

  .feature-box-number {
    font-size: 3rem;
  }
}

/* Products Section - Modern Redesign */
.products-section {
  padding: 120px 0;
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  position: relative;
  overflow: hidden;
}

.products-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at -17% 43%, #5B7E3C 0%, transparent 30%),
    radial-gradient(circle at 80% 50%, rgba(39, 174, 96, 0.08) 0%, transparent 0%);
  pointer-events: none;
}

.products-section .section-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}

.products-section .section-header h6 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #E8F5BD;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.products-section .section-header h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
/*
.section-header h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #E8F5BD, #27ae60) !important;
  border-radius: 2px;
}*/

.section-header .line-dec {

  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #E8F5BD, #27ae60) !important;
  border-radius: 2px;
}

.products-section .section-header p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 25px auto 0;
  line-height: 1.8;
}

.modern-product-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);

  border-radius: 25px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.modern-product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fff 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.modern-product-card:hover {
  transform: translateY(-15px);
  border-color: rgba(77, 166, 231, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

.modern-product-card:hover::before {
  opacity: 1;
}

.modern-product-image {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modern-product-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.8), transparent);
}

.modern-product-image img {
  max-width: 75%;
  max-height: 75%;
  object-fit: contain;
  transition: all 0.5s ease;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.3));
}

.modern-product-card:hover .modern-product-image img {
  transform: scale(1.1) rotate(3deg);
}

.modern-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #27ae60, #2ecc71);
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  box-shadow: 0 5px 20px black;
}

.modern-badge.hot {
  background: linear-gradient(135deg, #e74c3c, #f39c12);
}

.modern-badge.new {
  background: linear-gradient(135deg, #9b59b6, #8e44ad);
}

.product-card-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.product-card-icon i {
  color: #E8F5BD;
  font-size: 1.2rem;
}

.modern-product-content {
  padding: 30px;
  position: relative;
  z-index: 2;
}

.modern-product-content h3 {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 700;
  transition: color 0.3s ease;
}

.modern-product-card:hover .modern-product-content h3 {
  color: #E8F5BD;
}

.modern-product-content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.modern-product-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px;
}

.modern-product-features span {
  background: rgba(77, 166, 231, 0.15);
  color: #E8F5BD;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid rgba(77, 166, 231, 0.2);
  transition: all 0.3s ease;
}

.modern-product-card:hover .modern-product-features span {
  background: rgba(77, 166, 231, 0.25);
  border-color: rgba(77, 166, 231, 0.4);
}

.modern-product-link {
  color: #E8F5BD;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.modern-product-link:hover {
  color: #fff;
  gap: 15px;
}

.modern-product-link i {
  transition: transform 0.3s ease;
}

.modern-product-link:hover i {
  transform: translateX(5px);
}

.product-card-glow {
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(77, 166, 231, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  top: -100px;
  right: -100px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.modern-product-card:hover .product-card-glow {
  opacity: 1;
}

/* Filter tabs */
.products-filter {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.filter-btn {
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white !important;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
  color: #fff;
  background: #5B7E3C;
}

@media (max-width: 991px) {
  .products-section {
    padding: 80px 0;
  }

  .products-section .section-header h2 {
    font-size: 2.2rem;
  }

  .modern-product-image {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .products-section .section-header h2 {
    font-size: 1.8rem;
  }

  .products-filter {
    gap: 10px;
  }

  .filter-btn {
    padding: 10px 20px;
    font-size: 0.8rem;
  }

  .modern-product-image {
    height: 200px;
  }

  .modern-product-content {
    padding: 20px;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 100px;
}

.section-header h6 {
  font-size: 1rem;
  font-weight: 700;
  color: #E8F5BD;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.section-header h2 {
  font-size: 2.5rem;
  color: #E8F5BD;
  font-weight: 800;
  margin-bottom: 20px;
}

.section-header .line-dec {
  width: 60px;
  height: 3px;
  background-color: #E8F5BD;
  margin: 0 auto;
}

.product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.product-image {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}

.product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #27ae60;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.product-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-content h3 {
  font-size: 1.25rem;
  color: #E8F5BD;
  margin-bottom: 10px;
  font-weight: 700;
}

.product-content p {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 15px;
  flex-grow: 1;
}

.product-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}

.product-features span {
  background: #f0f7fc;
  color: #E8F5BD;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: 500;
}

.product-link {
  color: #E8F5BD;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.product-link:hover {
  color: #E8F5BD;
  gap: 10px;
}

.about-section {
  padding: 120px 0;
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.about-section .section-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}

.about-section .section-header h6 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #E8F5BD;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.about-section .section-header h2 {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}

.about-section .section-header .line-dec {
  width: 80px;
  padding: 100px 0;
  background: linear-gradient(90deg, #E8F5BD, #27ae60);
  margin: 0 auto;
  border-radius: 2px;
}

.about-image {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-stats {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #E8F5BD, #E8F5BD);
  color: #fff;
  padding: 25px 50px;
  border-radius: 20px;
  display: flex;
  gap: 50px;
  box-shadow: 0 15px 40px rgba(77, 166, 231, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.about-section .stat-item {
  text-align: center;
}

.about-section .stat-item h3 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 5px;
  background: linear-gradient(135deg, #fff, #E8F5BD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-section .stat-item p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-section .about-content h6 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #E8F5BD;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.about-section .about-content h2 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 25px;
}

.about-section .about-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-section .about-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.about-section .about-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.about-section .about-feature-item i {
  color: #27ae60;
  font-size: 1.25rem;
  margin-top: 3px;
}

.about-section .about-feature-item span {
  color: #fff;
  font-weight: 500;
}

@media (max-width: 991px) {
  .about-section {
    padding: 80px 0;
  }

  .about-section .section-header h2 {
    font-size: 2.2rem;
  }

  .about-section .about-content h2 {
    font-size: 2rem;
  }

  .about-stats {
    position: relative;
    bottom: 0;
    transform: none;
    left: 0;
    margin-top: 30px;
    justify-content: center;
  }

  .about-section .about-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .about-section .section-header h2 {
    font-size: 1.8rem;
  }

  .about-section .about-content h2 {
    font-size: 1.6rem;
  }

  .about-stats {
    flex-direction: column;
    gap: 20px;
    padding: 20px 30px;
  }

  .about-section .stat-item h3 {
    font-size: 2rem;
  }
}

.custom-section {
  background: linear-gradient(135deg, #E8F5BD 0%, #5B7E3C 100%);
  position: relative;
  overflow: hidden;
}

.custom-section::before {
  content: '';
  position: absolute;
  top: -25%;
  right: -20%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle at -17% 36%, #5B7E3C -50%, transparent 18%), radial-gradient(circle at 10% 21%, rgba(39, 174, 96, 0.08) 43%, transparent 60%);
  border-radius: 57%;
}

.custom-section .section-header h6,
.custom-section .section-header h2,
.custom-section .section-header p {
  color: #fff;
}

.custom-section .section-header .line-dec {
  background-color: #fff;
}

.custom-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 35px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.custom-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.custom-card i {
  font-size: 3rem;
  color: #E8F5BD;
  margin-bottom: 20px;
}

.custom-card h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.custom-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

/* Factory Section - Modern Redesign */
.factory-section {
  padding: 120px 0;
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  position: relative;
  overflow: hidden;
}

.factory-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  pointer-events: none;
}

.factory-section .section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.factory-section .section-header h6 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #E8F5BD;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.factory-section .section-header h2 {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}

.factory-section .section-header .line-dec {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #E8F5BD, #27ae60);
  margin: 0 auto;
  border-radius: 2px;
}

/* Process Flow Image */
.process-flow-container {
  text-align: center;
  position: relative;
  z-index: 2;
}

.process-flow-image {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  transition: all 0.5s ease;
  animation: processFlowFloat 6s ease-in-out infinite;
}

@keyframes processFlowFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}



.process-flow-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 80%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(15, 23, 42, 0.3) 20%,
      rgba(15, 23, 42, 0.3) 80%,
      transparent 100%);
  pointer-events: none;
  border-radius: 15px;
}

.modern-process-step {
  position: relative;
  text-align: center;
  padding: 35px 25px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);

  border-radius: 25px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.modern-process-step:hover {
  transform: translateY(-10px);
  border-color: rgba(77, 166, 231, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.05);
}

.modern-process-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #E8F5BD 0%, #E8F5BD 100%);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  position: relative;
  box-shadow: 0 10px 40px rgba(77, 166, 231, 0.3);
  transition: all 0.5s ease;
}

.modern-process-step:hover .modern-process-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 15px 50px rgba(77, 166, 231, 0.5);
}

.modern-process-icon i {
  font-size: 2.5rem;
  color: #fff;
}

.modern-process-number {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #27ae60, #2ecc71);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  border: 3px solid #0f172a;
  box-shadow: 0 5px 15px black;
}

.modern-process-step h3 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.modern-process-step:hover h3 {
  color: #E8F5BD;
}

.modern-process-step p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0;
}

.process-connector {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, rgba(77, 166, 231, 0.5), transparent);
  z-index: 1;
}

@media (max-width: 991px) {
  .factory-section {
    padding: 80px 0;
  }

  .factory-section .section-header h2 {
    font-size: 2.2rem;
  }

  .process-flow-image {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .factory-section .section-header h2 {
    font-size: 1.8rem;
  }

  .modern-process-step {
    margin-bottom: 20px;
  }

  .process-connector {
    display: none;
  }
}

/* Contact Section - Modern Redesign */
.contact-section {
  padding: 120px 0;
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.contact-section .section-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}

.contact-section .section-header h6 {
  font-size: 0.85rem;
  font-weight: 700;
  color: #E8F5BD;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.contact-section .section-header h2 {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}

.contact-section .section-header .line-dec {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #E8F5BD, #27ae60);
  margin: 0 auto;
  border-radius: 2px;
}

/* Contact Form Card */
.contact-form-card {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);

  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  transition: all 0.5s ease;

  border-color: #fff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
}

.contact-form-card:hover {}

.contact-form-header {
  background: linear-gradient(135deg, rgba(77, 166, 231, 0.2), #C44545);
  padding: 40px;
  text-align: center;
  border-bottom: 1px solid #fff;
  position: relative;
}

.contact-form-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #5B7E3C, transparent);
  pointer-events: none;
}

.contact-form-header h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff !important;
  position: relative;
  z-index: 2;
}

.contact-form-header p {
  color: rgba(255, 255, 255, 0.9) !important;
  margin: 0;
  position: relative;
  z-index: 2;
  font-size: 0.95rem;
}

.contact-form-body {
  padding: 40px;
}

.contact-form-body .form-group {
  margin-bottom: 20px;
}

.contact-form-body label {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.contact-form-body .form-control {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid rgb(0 0 0 / 10%);
  border-radius: 15px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.contact-form-body .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-form-body .form-control:focus {
  border-color: #E8F5BD;
  background: rgba(77, 166, 231, 0.1);
  box-shadow: 0 0 0 4px rgba(77, 166, 231, 0.15), 0 10px 30px rgba(77, 166, 231, 0.2);
  outline: none;
  color: #fff;
}

.contact-form-body textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.contact-form-body select.form-control {
  color: rgba(255, 255, 255, 0.7);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='rgba(255,255,255,0.5)' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.contact-form-body select.form-control option {
  background: #1e293b;
  color: #fff;
}

.btn-submit {
  width: 100%;
  padding: 18px;
  background: #5B7E3C;
  color: #fff !important;
  border: none;
  border-radius: 15px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.btn-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.btn-submit:hover {
  transform: translateY(-3px);
}

.btn-submit:hover::before {
  left: 100%;
}

/* Contact Info Card */
.contact-info-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  border: 1px solid #11111108;
  border-radius: 30px;
  padding: 40px;
  height: 100%;
  transition: all 0.5s ease;
}

.contact-info-card:hover {
  border-color: rgba(77, 166, 231, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  transform: translateY(-5px);
}

.contact-info-card .title-with-icon {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 20px;
}

.contact-info-card .title-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #E8F5BD, #E8F5BD);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-info-card h3 {
  margin: 0;
}

.footer-title-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 20px;
}

.contact-info-card h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 68px;
  width: 200px;
  height: 3px;
  background: linear-gradient(90deg, #E8F5BD, #27ae60);
  border-radius: 2px;
}
.ar .contact-info-card h3::after{
        content: '';
    position: absolute;
    bottom: 0;
    right: 65px;
    width: 200px;
    height: 3px;
    background: linear-gradient(90deg, #E8F5BD, #27ae60);
    border-radius: 2px;
}
.contact-info-card .info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.contact-info-card .info-item:hover {
  transform: translateX(10px);
}

.contact-info-card .info-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #E8F5BD, #E8F5BD);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.contact-info-card .info-item:hover .info-icon {
  transform: scale(1.1) rotate(5deg);
}

.contact-info-card .info-icon i {
  font-size: 1.4rem;
  color: #fff;
}

.contact-info-card .info-content {
  flex: 1;
}

.contact-info-card .info-content h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-info-card .info-content p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.7;
}

.contact-info-card .info-content a {
  color: #E8F5BD;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-info-card .info-content a:hover {
  color: #27ae60;
}

/* Social Media Icons */
.contact-social {
  display: flex;
  gap: 15px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #5B7E3C;
}

.contact-social a {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.contact-social a:hover {
  background: #E8F5BD;
  border-color: #E8F5BD;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(77, 166, 231, 0.4);
}

/* Responsive */
@media (max-width: 991px) {
  .contact-section {
    padding: 80px 0;
  }

  .contact-section .section-header h2 {
    font-size: 2.2rem;
  }

  .contact-form-header,
  .contact-form-body {
    padding: 30px;
  }

  .contact-info-card {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .contact-section .section-header h2 {
    font-size: 1.8rem;
  }

  .contact-form-header,
  .contact-form-body {
    padding: 25px;
  }

  .contact-info-card {
    padding: 25px;
  }

  .contact-info-card .info-item {
    flex-direction: column;
    text-align: center;
  }

  .contact-info-card .info-icon {
    margin: 0 auto;
  }
}

/* Footer - Modern Redesign */
footer {
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  padding: 80px 0 30px;
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 10% 90%, #C44545 0%, transparent 40%),
    radial-gradient(circle at 90% 10%, #ffff 0%, transparent 40%);
  pointer-events: none;
}

.footer-main {
  position: relative;
  z-index: 2;
}

.footer-brand {
  margin-bottom: 30px;
}

.footer-brand .logo {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.footer-brand .logo img {
  max-height: 60px;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #E8F5BD;
  border-color: #E8F5BD;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(77, 166, 231, 0.4);
}

.footer-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.en .footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #E8F5BD, #27ae60);
  border-radius: 2px;
}
.ar .footer-title::after{
 content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #E8F5BD, #27ae60);
  border-radius: 2px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  align-items: center;
}

.footer-links a::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #E8F5BD;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.footer-links a:hover {
  color: #E8F5BD;
  padding-left: 10px;
}

.footer-links a:hover::before {
  opacity: 1;
}

.footer-contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
}

.footer-contact-info li i {
  width: 40px;
  height: 40px;
  background: rgba(77, 166, 231, 0.1);
  border: 1px solid rgba(77, 166, 231, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E8F5BD;
  font-size: 1rem;
  flex-shrink: 0;
}

.footer-contact-info li span {
  flex: 1;
  line-height: 1.6;
}

.footer-contact-info li a {
  color: #E8F5BD;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact-info li a:hover {
  color: #27ae60;
}

.footer-bottom {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #5B7E3C;
  text-align: center;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  margin: 0;
}

.footer-bottom p a {
  color: #E8F5BD;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer-bottom p a:hover {
  color: #27ae60;
}

.footer-bottom-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 15px;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #E8F5BD;
}

@media (max-width: 991px) {
  footer {
    padding: 60px 0 30px;
  }

  .footer-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 50px 0 25px;
  }

  .footer-brand {
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-title {
    text-align: center;
  }

  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-links {
    text-align: center;
  }

  .footer-contact-info li {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom-links {
    flex-direction: column;
    gap: 10px;
  }
}

.pre-header {
  background-color: #111;
}

.pre-header ul.info li a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.pre-header ul.info li a:hover {
  color: #E8F5BD;
}

.pre-header ul.social-media li a {
  background-color: #fff !important;
}

.pre-header ul.social-media li a:hover {
  background-color: #E8F5BD;
}

.header-area {
  background-color: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}

.pre-header .fa::before {
  color: white !important
}

.bags-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bag {
  position: absolute;
  width: 120px;
  animation: floatBag 6s ease-in-out infinite;
  opacity: 0.2;
}

/* كل صورة بمكان مختلف */
.bag-main {
  top: 6%;
  left: 2%;
  width: 142px;
  opacity: 0.2;
}

.bag-1 {
  top: 60%;
  left: 2%;
  animation-delay: 1s;
}

.bag-2 {
  top: 20%;
  right: 2%;
  animation-delay: 2s;
  width: 150px;
}

.bag-3 {
  bottom: 10%;
  right: 20%;
  animation-delay: 3s;
  bottom: 15%;
  right: 20%;
  animation-delay: 3s;
  width: 165px;
}

/* حركة ناعمة */

.color-stripes {
  opacity: 0;
}

.color-stripes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: repeating-linear-gradient(120deg,
      #E8F5BD 0px,
      #E8F5BD 40px,
      #27ae60 40px,
      #27ae60 80px,
      #f39c12 80px,
      #f39c12 120px,
      #e74c3c 120px,
      #e74c3c 160px);

  opacity: 0;

  z-index: 0;
  pointer-events: none;
}

.gradient-orb {
  opacity: 0.2;
}

.floating-elements {
  z-index: 3;
}

@keyframes moveStripes {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 300px 300px;
  }
}

.hero-content,
.hero-image-wrapper {
  position: relative;
  z-index: 5;
}

.color-stripes {
  opacity: 1;
}

.hero-section {
  overflow: hidden;
}

/* Override for sections - keep hero section colored */
header,
main,
section:not(.hero-section),
footer,
.navbar,
.features-section,
.about-section,
.quote-section,
.portfolio-section,
.blog-section,
.contact-section {
  background: #ffffff !important;
  background-image: none !important;
  color: #000000 !important;
}


* {
  background-image: none !important;
  color: #000000 !important;
  filter: none !important;
  text-shadow: none !important;
}

.hero-section * {
  text-shadow: inherit !important;
  filter: inherit !important;
}

/* السلايدر */
.slider-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 20px 10px;
  justify-content: space-around;
}

.slider-row::-webkit-scrollbar {
  display: none;
}

/* الكولوم */
.slider-row .col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* كرت احترافي */
.modern-feature-box {
  position: relative;
  height: 100%;
  padding: 25px;
  border-radius: 20px;

  border: 1px solid #a2cb8b00;

  transition: all 0.4s ease;
  overflow: hidden;
}

/* glow خفيف */
.modern-feature-box::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transition: 0.5s;
}

/* hover */
.modern-feature-box:hover {
  transform: translateY(-10px);

}

.modern-feature-box:hover::before {
  opacity: 1;
}

/* الأيقونة */
.modern-feature-icon i {
  font-size: 28px;
  color: #C44545;
  transition: 0.3s;
}

.modern-feature-box:hover .modern-feature-icon i {
  transform: scale(1.2);
}

/* الرقم */
.feature-box-number {
  font-weight: bold;
  color: #ccc;
  font-size: 14px;
}

/* أزرار السلايدر */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;

  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);

  cursor: pointer;
  transition: 0.3s;
}

.slider-btn:hover {
  background: #C44545;
  color: #fff;
}

.slider-btn.left {
  left: -20px;
}

.slider-btn.right {
  right: -20px;
}

/* موبايل */
@media (max-width: 768px) {
  .slider-row .col-lg-3 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

.fa-brands {
  color: #5B7E3C !important;
}
.fa-chevron-left,
.fa-chevron-right{
    color: white !important;
}
.about-slider {
  margin-top: 40px;
  overflow: hidden;
  position: relative;
      direction: ltr;
}

.slider-track {
  display: flex;
  width: calc(250px * 8);
  animation: scroll 20s linear infinite;
}

.slider-track img {
  width: 250px;
  height: 180px;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 12px;
  transition: transform 0.3s;
}

/* تأثير hover */
.slider-track img:hover {
  transform: scale(1.08);
}

/* الحركة */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.process-section {
  padding: 60px 0;
}

.process-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

/* wrapper */
.process-wrapper {
  overflow: hidden;
  direction: ltr;
}

/* track */
.process-track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: scrollLoop 30s linear infinite;
}

/* item */
.process-item {
  min-width: 220px;
  text-align: center;
  position: relative;
}

/* image */
.process-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* text */
.process-item p {
  margin-top: 10px;
}

/* hover */
.process-item:hover img {
  transform: scale(1.05);
}

/* arrows */
.process-item::after {
  content: "→";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #aaa;
}

.process-item:last-child::after {
  display: none;
}

/* animation */
@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* pause on hover */
.process-track:hover {
  animation-play-state: paused;
}

.news-section {
  padding: 60px 0;
}

.news-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

/* layout */
.news-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

/* الصورة الكبيرة */
.news-main {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.news-main img {
  width: 73%;
  height: 85%;
  object-fit: cover;
  transition: 0.5s;
}

/* overlay */
.news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.news-overlay h3 {
  font-size: 18px;
}

/* hover */
.news-main:hover img {
  transform: scale(1.1);
}

/* القائمة */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* item */
.news-item {
  display: flex;
  gap: 15px;
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.news-item img {
  width: 90px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
}

/* text */
.news-text span {
  font-size: 12px;
  color: gray;
}

.news-text p {
  margin: 5px 0 0;
  font-weight: 500;
}

/* hover */
.news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.expo-section {
  padding: 80px 0;
  background: #ffffff;
}

.expo-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* grid */
.expo-grid {
  display: flex;
  justify-content: center;
  gap: 80px
}

/* card */
.expo-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* image */
.expo-card img {
  width: 475px;
  height: 320px;
  object-fit: cover;
  transition: 0.5s;
  border-radius: 21px;
}

/* overlay */
.expo-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #fff !important;
  background: #0000004d;
  border-radius: 10px 10px 21px 21px;
}

/* title */
.expo-content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
}

/* hover */
.expo-card:hover img {
  transform: scale(1.08);
}

/* container */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.cert-section {
  padding: 80px 0;
}

/* top layout */
.cert-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 50px;
}

/* الصورة */
.cert-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* النص */
.cert-text h2 {
  margin-bottom: 20px;
}

.cert-text p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.cert-text ul {
  list-style: none;
  padding: 0;
}

.cert-text ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.cert-text ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #16a34a;
}

/* grid الشهادات */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* card */
.cert-card {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  transition: 0.3s;
  border: 1px solid #eee;
}

.cert-card img {
  width: 100%;
  height: auto;
}

/* hover */
.cert-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.9);

  justify-content: center;
  align-items: center;
}

.lightbox-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

/* زر الإغلاق */
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

/* SECTION */
.shop-products {
  padding: 120px 5%;
  background: #f8fbff;
}

/* HEADER */
.shop-header {
  text-align: center;
  margin-bottom: 40px;
}

.shop-title {
  font-size: 32px;
  font-weight: 600;
}

.shop-subtitle {
  color: #777;
  margin-top: 10px;
}

/* FILTER */
.shop-filter {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.shop-filter-btn {
  padding: 8px 18px;
  border-radius: 50px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.shop-filter-btn.active,
.shop-filter-btn:hover {
  background: #5B7E3C;
  color: #fff !important;
  border-color: #5B7E3C;
}

/* GRID */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 30px;
}

/* CARD */
.shop-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.4s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.shop-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* IMAGE */
.shop-card-img {
  position: relative;
  overflow: hidden;
}

.shop-card-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.4s;
}

.shop-card:hover img {
  transform: scale(1.1);
}

/* BADGE */
.shop-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff6b6b;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
}

.shop-badge.new {
  background: #5B7E3C;
}

/* BODY */
.shop-card-body {
  padding: 20px;
}

.shop-card-body h3 {
  margin-bottom: 5px;
}

.shop-card-body p {
  color: #777;
  font-size: 14px;
}

/* MODAL */
.shop-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.shop-modal img {
  max-width: 85%;
  border-radius: 15px;
}

.shop-modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}

/* HEADER */
.shop-header {
  padding: 20px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  font-weight: 600;
  margin-top: 97px;
}

/* SECTION */
.shop-products {
  padding: 40px 5%;
}

/* FILTER */
.shop-filter {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.shop-filter-btn {
  padding: 8px 18px;
  border-radius: 6px !important;
  border: 1px solid #6a68688c;
  background: #fff;
  cursor: pointer;
}

.shop-filter-btn.active,
.shop-filter-btn:hover {
  background: #5B7E3C;
  color: #fff !important;
}

/* GRID */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
}

/* CARD */
.shop-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.shop-card:hover {
  transform: translateY(-8px);
}

.shop-card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.shop-card-body {
  padding: 15px;
}

/* MODAL */
.shop-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.shop-modal img {
  max-width: 80%;
  border-radius: 10px;
}

/* CLOSE */
.shop-modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}

/* ARROWS */
.shop-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 10px;
  cursor: pointer;
}

.shop-arrow.left {
  left: 85px !important;
}

.shop-arrow.right {
  right: 85px !important;
}

/* ===== SHOP SECTION ===== */
.shop-products {
  padding: 80px 0;
}

/* HEADER */
.shop-header {
  text-align: center;
  margin-bottom: 40px;
}

.shop-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
}

.shop-subtitle {
  color: #64748b;
  margin-top: 10px;
}

/* FILTER */
.shop-filter {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.shop-filter-btn {
  padding: 10px 18px;
  border: none;
  border-radius: 30px;
  background: white;
  color: #334155;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.shop-filter-btn:hover {
  transform: translateY(-2px);
}



/* GRID */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
}

/* CARD */
.shop-card {
  background: white;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.35s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.shop-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.shop-card-img {
  position: relative;
  overflow: hidden;
}

.shop-card-img img {
  width: 100%;
  transition: 0.5s;
}

.shop-card:hover img {
  transform: scale(1.1);
}

/* OVERLAY */
.shop-card-img::after {
  content: "View Gallery";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  font-size: 16px;
  letter-spacing: 1px;
  transition: 0.3s;
}

.shop-card:hover .shop-card-img::after {
  opacity: 1;
}

/* BODY */
.shop-card-body {
  padding: 20px;
}

.shop-card-body h4 {
  font-size: 18px;
  font-weight: 600;
}

.shop-card-body p {
  color: #64748b;
  font-size: 14px;
}

/* MODAL */
.shop-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
}

.shop-modal img {
  max-width: 85%;
  border-radius: 10px;
}

.shop-modal-close {
  position: absolute;
  top: 25px;
  right: 35px;
  color: white !important;
  font-size: 30px;
  cursor: pointer;
}

/* ARROWS */
.shop-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
}

.shop-arrow.left {
  left: 30px;
}

.shop-arrow.right {
  right: 30px;
}


.shop-card-img {
  position: relative;
  overflow: hidden;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.shop-card {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* الصورة الكبيرة */
.shop-card-img img {
  width: 100%;
  border-radius: 10px;
  transition: 0.3s;
}

/* الصور الصغيرة */
.shop-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.shop-thumbs img {
  width: 25%;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}

.shop-thumbs img:hover {
  opacity: 1;
  transform: scale(1.05);
}


.shop-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.shop-modal img {
  max-width: 80%;
}

.shop-modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.shop-arrow {
  position: absolute;
  top: 50%;
  color: white;
  font-size: 30px;
  cursor: pointer;
  transform: translateY(-50%);
}

.shop-arrow.left {
  left: 30px;
}

.shop-arrow.right {
  right: 30px;
}

.features-section * {
  color: #111 !important;
}

.slider-btn {
  background: #C44545;
}


/* ===== SECTION ===== */
.expo-section {
  padding: 60px 20px;
}

/* GRID */
.expo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.expo-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}

.expo-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.5s;
}

/* HOVER */
.expo-card:hover img {
  transform: scale(1.1);
}

/* OVERLAY */
.expo-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.expo-content h3 {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

/* ========================= */
/* 📱 MOBILE (أهم شي) */
/* ========================= */
@media (max-width: 768px) {

  .expo-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .expo-card img {
    height: 220px;
  }

  .expo-content h3 {
    font-size: 16px;
  }

}

/* ========================= */
/* 📲 iPad */
/* ========================= */
@media (min-width: 769px) and (max-width: 1024px) {

  .expo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .expo-card img {
    height: 240px;
  }

}

.expo-card {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.expo-card:hover {
  transform: translateY(-5px);
}

/* ===== SECTION ===== */
.news-section {
  padding: 60px 20px;
  background: #fff;
}

/* CONTAINER */
.news-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
}

/* ================= MAIN NEWS ================= */
.news-main {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.news-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 350px;
  transition: 0.5s;
}

.news-main:hover img {
  transform: scale(1.05);
}

/* OVERLAY */
.news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  color: white;
}

.news-overlay .date {
  font-size: 13px;
  opacity: 0.8;
}

.news-overlay h3 {
  font-size: 20px;
  margin-top: 8px;
}

/* ================= LIST ================= */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.news-item {
  display: flex;
  gap: 12px;
  border-radius: 12px;
  padding: 10px;
  transition: 0.3s;
}

.news-item:hover {
  background: #eef2ff;
  transform: translateY(-3px);
}

.news-item img {
  width: 90px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
}

.news-text span {
  font-size: 12px;
  color: #64748b;
}

.news-text p {
  font-size: 14px;
  margin: 5px 0 0;
  color: #0f172a;
}

/* ================= 📱 MOBILE ================= */
@media (max-width: 768px) {

  .news-container {
    grid-template-columns: 1fr;
  }

  .news-main img {
    min-height: 250px;
  }

  .news-overlay h3 {
    font-size: 16px;
  }

  .news-item {
    padding: 8px;
  }

  .news-item img {
    width: 70px;
    height: 70px;
  }

}

/* ================= 📲 iPad ================= */
@media (min-width: 769px) and (max-width: 1024px) {

  .news-container {
    grid-template-columns: 1.5fr 1fr;
  }

  .news-main img {
    min-height: 300px;
  }

}


/* ===== SECTION ===== */
.cert-section {
  padding: 70px 20px;
}

/* TOP LAYOUT */
.cert-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

/* IMAGE */
.cert-image img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* TEXT */
.cert-text p {
  color: #64748b;
  margin: 15px 0;
  line-height: 1.7;
}

/* LIST */
.cert-text ul {
  padding: 0;
  list-style: none;
}

.cert-text ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #0f172a;
  font-weight: 500;
}

/* custom bullet */
.cert-text ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #6366f1;
  font-size: 14px;
}

/* ================= 📱 MOBILE ================= */
@media (max-width: 768px) {

  .cert-top {
    grid-template-columns: 1fr;
    gap: 25px;
  }

 
  .cert-text {
    text-align: center;
  }

  .cert-text ul li {
    padding-left: 0;
  }

  .cert-text ul li::before {
    display: none;
  }

}

/* ================= 📲 iPad ================= */
@media (min-width: 769px) and (max-width: 1024px) {

  .cert-top {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .cert-image img {
    height: 300px;
  }

}

/* ===== FOOTER ===== */
footer {
  background: #0f172a;
  color: #cbd5f5;
  padding: 60px 20px 30px;
  position: relative;
}

/* TEXT */
footer p {
  color: #94a3b8;
  line-height: 1.6;
}

/* TITLES */
.footer-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #94a3b8;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #6366f1;
  padding-left: 5px;
}

/* SOCIAL */
.footer-social a {
  display: inline-block;
  margin-right: 10px;
  color: #94a3b8;
  font-size: 16px;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #fff;
  transform: translateY(-3px);
}

/* CONTACT */
.footer-contact-info {
  list-style: none;
  padding: 0;
}

.footer-contact-info li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-contact-info i {
  color: #6366f1;
  margin-top: 3px;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

.footer-bottom-links a {
  color: #94a3b8;
  margin-left: 15px;
  text-decoration: none;
  font-size: 14px;
}

.footer-bottom-links a:hover {
  color: #fff;
}

/* ================= 📲 iPad ================= */
@media (max-width: 1024px) {

  .footer-main {
    row-gap: 30px;
  }

}

/* ================= 📱 MOBILE ================= */
@media (max-width: 768px) {

  .footer-main {
    text-align: center;
  }

  .footer-social {
    margin-top: 10px;
  }

  .footer-contact-info li {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom-links a {
    margin: 0 8px;
  }

}

/* MOBILE FIX */
@media (max-width: 768px) {

  .footer-main>div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

}

@media (max-width: 768px) {

  .footer-main {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }

}

@media (max-width: 768px) {

  .footer-contact-info li {
    justify-content: center;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

}

@media (max-width: 768px) {
  .videos-left-dec {
    display: none !important;
  }
}

.footer-social i {
  color: #111 !important;
  padding: 13px
}

body {
  overflow-x: hidden;
}



/* ===== SECTION ===== */
.factory-section {
  padding: 70px 20px;
  background: #f8fafc;
  text-align: center;
}

/* CONTAINER */
.process-flow-container {
  overflow: hidden;
}

/* IMAGE */
.process-flow-image {
 height: 424px;
    object-fit: cover;
    border-radius: 15px;
}

@media (max-width: 768px) {

  .factory-section {
    padding: 50px 15px;
  }

  .process-flow-image {
    width: 100%;
    height: auto;
  }

}

@media (min-width: 769px) and (max-width: 1024px) {

  .process-flow-image {
    max-width: 100%;
  }

}

@media (max-width: 768px) {

  .process-flow-container {
    overflow-x: auto;
  }

  .process-flow-image {
    width: 700px;
    /* خليها أكبر شوي */
  }

}

/* ================= FORCE MOBILE FIX ================= */
@media (max-width: 768px) {
  .pre-header {
    background-color: #111;
    height: 94px;
  }

  .pre-header .row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
  }

  .pre-header .col-lg-8,
  .pre-header .col-lg-4,
  .pre-header .col-sm-8,
  .pre-header .col-sm-4,
  .pre-header .col-7,
  .pre-header .col-5 {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  .pre-header .info {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
  }

  .pre-header .info li {
    margin: 0 !important;
  }

  .pre-header .social-media {
    display: flex !important;
    justify-content: center !important;
    gap: 10px;
  }

}

/* ================= SIDE FLOAT BUTTONS ================= */
.side-links {
position: fixed;
    top: 50%;
    right: -5px !important;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #5B7E3C;
    height: 206px;
    width: 60px;
    justify-content: center;
    align-items: anchor-center;
    border-radius: 45px 0px 0px 45px;
}

.side-links a {
  width: 45px;
  height: 45px;
  background: white;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s;
}

.side-links a:hover {
  background: white;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .side-links a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.shop-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.shop-modal img {
  max-width: 80%;
  max-height: 80%;
}

.shop-arrow {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

.shop-arrow.left {
  left: 30px;
}

.shop-arrow.right {
  right: 30px;
}

.shop-modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.expo-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  perspective: 1000px;
}

.expo-item {
  position: relative;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: 0.6s;
  cursor: pointer;
}

.expo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}

/* overlay */
.expo-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  transform: translateY(100%);
  transition: 0.5s;
}

/* ✨ hover effects */
.expo-item:hover {
  transform: rotateY(5deg) rotateX(5deg) scale(1.03);
}

.expo-item:hover img {
  transform: scale(1.1);
}

.expo-item:hover .expo-overlay {
  transform: translateY(0);
}

/* typography */
.expo-overlay h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.expo-overlay span {
  font-size: 13px;
  opacity: 0.8;
}

/* 📱 mobile */
@media (max-width: 768px) {
  .expo-item {
    height: 250px;
  }
}

.news-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

/* 🔥 Featured */
.news-featured {
  position: relative;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
}

.news-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}

.news-featured:hover img {
  transform: scale(1.08);
}

/* overlay */
.featured-content {
  position: absolute;
  bottom: 0;
  padding: 40px;
  color: #fff;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}

.featured-content h2 {
  font-size: 26px;
  margin: 10px 0;
}

.read-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 18px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  transition: 0.3s;
}

.read-btn:hover {
  background: #fff;
  color: #000;
}

/* 💎 Glass cards */
.news-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-glass {
  position: relative;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.news-glass img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* glass effect */
.glass-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: 0.4s;
}

.news-glass:hover .glass-content {
  background: rgba(0, 0, 0, 0.6);
}

/* ✨ animation */
.news-glass:hover {
  transform: translateY(-5px);
}

/* 📱 responsive */
@media (max-width: 768px) {
  .news-wrapper {
    grid-template-columns: 1fr;
  }

  .news-featured {
    height: 300px;
  }
}

/* Dropdown container */
.has-dropdown {
    position: relative;
}

/* القائمة مخفية */
.has-dropdown .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    z-index: 999;
    border-radius: 10px;
}

/* عناصر القائمة */
.has-dropdown .dropdown li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    transition: 0.3s;
}

/* hover على العنصر */
.has-dropdown .dropdown li a:hover {
    background: #f5f5f5;
    color: #ff4d4d;
}

/* 🔥 إظهار القائمة عند hover */
.has-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown {
    position: absolute;
    background: #fff;
    min-width: 250px;
    padding: 10px 0;
    list-style: none;

    display: none;
}

/* كل عنصر بسطر لحاله */
.dropdown li {
    display: block;
    width: 100%;
}

/* الرابط نفسه */
.dropdown li a {
    display: block;
    padding: 10px 15px;
    line-height: 1.5;
    white-space: nowrap; /* يمنع الكلمة تنكسر */
}

/* إظهار القائمة */
.has-dropdown:hover .dropdown {
    display: block;
}

.side-links {
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 999;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* كل عنصر */
.side-links .item {
    position: relative;
}

/* الأيقونة */
.side-links a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    background: #fff;
    color: #fff;

    border-radius: 50%;
    text-decoration: none;

    transition: 0.3s;
}

.side-links a:hover {
    transform: scale(1.1);
}

/* الكرت المخفي */
.side-links .card {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%) translateX(20px);

    background: #fff;
    color: #333;

    padding: 8px 12px;
    border-radius: 8px;

    white-space: nowrap;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);

    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}

/* السهم الصغير */
.side-links .card::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

/* 🔥 عند hover */
.side-links .item:hover .card {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

/* الخلفية */
.hero-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;

    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
}

/* overlay */
.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgba(255,77,77,0.2), transparent);
}

/* النص */
.hero-content {
    color: #fff !important;
    z-index: 3;
    padding-left: 10px;
    padding-right: 10px;
    /*border: 1px solid #C44545;
    padding: 20px;
    background: #fffafa;
    border-radius: 28px;*/
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
}

.hero-title span {
    color: #ff4d4d;
}

.hero-desc {
    margin: 20px 0;
    color: #ddd;
    font-size: 16px;
}

/* الأزرار */
.hero-buttons {
    display: flex;
    gap: 15px;
}

/* زر رئيسي */
.btn-main {
   background: #C44545;
    color: #fff !important;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255,77,77,0.4);
}

/* زر glass */
.btn-glass {
    padding: 12px 25px;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.1);
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.2);
}

.btn-glass:hover {
    background: rgba(255,255,255,0.2);
}

/* الصورة */
.hero-image {
    position: relative;
    text-align: center;
}

.hero-image img {
    max-width: 100%;
    z-index: 2;
    position: relative;
    animation: float 4s ease-in-out infinite;
}

/* glow */
.hero-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    background: #ff4d4d;
    filter: blur(120px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
}

/* حركة */
@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

@media (max-width: 768px) {

    .features-section {
        padding: 40px 15px;
    }

    .section-header h2 {
        font-size: 22px;
    }

    .section-header h6 {
        font-size: 14px;
    }

    .modern-feature-box {
        padding: 20px 10px;
        text-align: center;
    }

    .modern-feature-icon {
        font-size: 22px;
    }

    .modern-feature-box h3 {
        font-size: 14px;
    }

    .modern-feature-box p {
        font-size: 12px;
    }

}
.modern-feature-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {

    .slider-row {
        display: flex;
        overflow-x: auto;
        gap: 15px;
        padding-bottom: 10px;
    }

    .slider-row .col-lg-2 {
        flex: 0 0 70%;
    }

}

@media (max-width: 768px) {

    .slider-row {
        display: flex;
        flex-wrap: wrap; /* 🔥 يخلي العناصر تنزل لسطر جديد */
    }

    .slider-row > div {
        width: 50%;       /* عنصرين بكل سطر */
        padding: 8px;
    }

}

