/*

Softy Pinko

https://templatemo.com/tm-535-softy-pinko

*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. contact
11. footer
12. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
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;
}

.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: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -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;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Raleway", sans-serif;
}

::selection {
  background: #0077b6;
  color: #fff;
}

::-moz-selection {
  background: #0077b6;
  color: #fff;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.colored {
  background: #f2f2fe;
}

.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  color: #1e1e1e;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  font-size: 15px;
  color: #777;
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !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;
  }
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #0077b6;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -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;
}

a.main-button-slider:hover {
  background-color: #0077b6;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #0077b6;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -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;
}

a.main-button:hover {
  background-color: #0077b6;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #0077b6;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -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;
}

button.main-button:hover {
  background-color: #0077b6;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -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 {
  box-shadow: 0px 0px 15px #0077b6;
  border-radius: 40px;
  min-height: 80px;
  background: #fff;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 37px;
  -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;
  margin-left: 30px;
}

.header-area .main-nav .logo img {
  width: 200px; /* أو الحجم اللي يناسبك */
  height: auto;
}
@media (max-width: 768px) {
  .header-area .main-nav .logo img {
    width: 180px;
  }
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 30px;
  -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:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  -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 a:hover {
  color: #0077b6;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.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: #0077b6;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.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: #0077b6;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.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: #3B566E;
}

.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: #3B566E;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .logo {
  margin-top: 25px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: #1e1e1e;
}

.header-area.header-sticky .nav li a.active {
  color: #ff589e;
}

.header-area.header-shrink .main-nav .logo {
  margin-top: 15px !important;
}

.header-area.header-shrink .main-nav .logo img {
  width: 50px; /* حجم مصغر */
  height: auto;
  transition: all 0.3s ease;
}
@media (max-width: 700px) {
  .header-area.header-shrink .main-nav .logo img {
    width: 70px;
  }
}


@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: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 27px !important;
    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%;
    margin-top: 80px !important;
    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;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    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: #fff !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#0076b65d, #03203080),
              url(../images/back10.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
}


.welcome-area .header-text {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  text-align: center;
  width: 100%;
}

.welcome-area .header-text h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  color: #fff;
}

.welcome-area .header-text p {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 991px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
    text-align: center;
  }
  .welcome-area .header-text h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
}

@media (max-width: 820px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
   .welcome-area .header-text h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .welcome-area .header-text p {
    margin-bottom: 20px;
  }
}

@media (max-width: 765px) {
  .welcome-area {
    margin-bottom: 100px;
  }
  .welcome-area .header-text {
    top: 50% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 30px !important;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}



.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/work-process-bg.png);
  z-index: 2;
  top: -20%;
  left: -20%;
}

.mini .mini-content {
  position: relative;
  z-index: 3;
}

.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
}

.mini .mini-content .info h1 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}

.mini .mini-content .mini-box {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -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;
  text-align: center;
}

.mini .mini-content .mini-box:hover {
  margin-top: -10px;
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box i {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}

.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.counter {
  overflow: hidden;
  position: relative;
}

.counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
  background-image: url(../images/fun-facts-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.counter .content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}

.counter .content .count-item.decoration-bottom {
  position: relative;
}

.counter .content .count-item.decoration-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -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;
}

.counter .content .count-item.decoration-top {
  position: relative;
}

.counter .content .count-item.decoration-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -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;
}

.counter .content .count-item:hover strong {
  margin-top: 110px;
}

.counter .content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 120px;
  -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;
}

.counter .content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .counter .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #4E47DE;
  text-align: center;
}

.team-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -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;
  margin-left: 25px;
  float: left;
}

.team-item .team-content {
  text-align: left;
  overflow: hidden;
}

.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -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;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #ff589e;
  letter-spacing: 0.25px;
}

.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 30px 0px 40px 0px;
}

.pricing-item.active .pricing-header {
  position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
  color: #1e1e1e;
}

.pricing-item.active .pricing-body .price-wrapper {
  background-color: #ff589e;
}

.pricing-item.active .pricing-body .price-wrapper .currency {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .period {
  color: #fff;
}

.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.pricing-item .pricing-body {
  margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 13px;
  background: #8261ee;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 5px;
  border-radius: 20px;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  position: relative;
  top: -1px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: block;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  color: #7a7a7a;
  letter-spacing: 0.25px;
  text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
  color: #7a7a7a;
  text-decoration: none;
}

.pricing-item .pricing-footer {
  text-align: center;
  margin-top: 50px;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 200px;
}

.blog-post-thumb .blog-content {
  margin-top: -30px;
  padding-top: 50px;
}

.blog-post-thumb h3 {
  margin-bottom: 20px !important;
}

.blog-post-thumb h3 a {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
  -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;
}

.blog-post-thumb h3 a:hover {
  color: #ff589e;
}

.blog-post-thumb .text {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.26px;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  padding-left: 30px;
}

.blog-post-thumb a.main-button  {
  margin-top: 10px;
  display: inline-block;
}

.blog-list .blog-post-thumb {
  text-align: left;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  padding: 160px 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}


#preloader {
  overflow: hidden;
  background-image: linear-gradient(135deg, #0077b6 0%, #0077b6 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* CSS for hero section */

#hero {
  padding: 100px 20px;
  border-radius: 15px;
  max-width: 900px;
  margin: 40px auto;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  user-select: none;
}

.hero-content h1 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-content .subheader {
  font-size: 1.1rem;
  color: #ffffff;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Animation keyframes */
@keyframes slideLeft {
  0% { opacity: 0; transform: translateX(-100%); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes slideRight {
  0% { opacity: 0; transform: translateX(100%); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes slideUp {
  0% { opacity: 0; transform: translateY(100%); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes slideDown {
  0% { opacity: 0; transform: translateY(-100%); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Assign animations to classes */
.slide-left {
  display: inline-block;
  animation: slideLeft 1s ease forwards;
}

.slide-right {
  display: inline-block;
  animation: slideRight 1s ease forwards;
  animation-delay: 0.3s;
}

.slide-up {
  display: inline-block;
  animation: slideUp 1s ease forwards;
  animation-delay: 0.6s;
}

.slide-down {
  display: inline-block;
  animation: slideDown 1s ease forwards;
  animation-delay: 0.9s;
}
/* ====== Section container ====== */
#highlights {
  padding: 60px 20px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 15px;
  max-width: 1100px;
  margin: 40px auto 80px auto;
  color: #222;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  box-sizing: border-box;
}

/* عنوان القسم */
#highlights h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
}

/* ====== Swiper wrapper & slides ====== */
.mySwiper {
  padding-bottom: 50px; /* مساحة للنقاط */
}

.swiper-wrapper {
  display: flex;
  align-items: stretch;
  /* دعمه للتمرير الأفقي للهواتف */
  overflow: visible;
}

/* الكرت */
.highlight-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  max-width: 300px;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  min-width: 260px; /* لتجنب تقلص الكرت في السلايدر */
}

.highlight-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

/* صورة الكرت */
.highlight-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

/* نص الكرت */
.highlight-text {
  padding: 15px 20px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #444;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* أسهم التنقل (Next & Prev) */
.swiper-button-next,
.swiper-button-prev {
  color: #277ae7; /* لون مميز */
  width: 35px;
  height: 35px;
  top: auto;
  bottom: 10px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}

/* موضع الأسهم */
.swiper-button-prev {
  left: 45%;
}

.swiper-button-next {
  right: 45%;
}

/* نقاط التبديل (Pagination) */
.swiper-pagination {
  bottom: 0;
}

.swiper-pagination-bullet {
  background: #7a006b;
  opacity: 0.6;
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
  transition: opacity 0.3s ease;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* ======= استجابة الشاشات ======= */
@media (max-width: 1024px) {
  #highlights {
    max-width: 90%;
    padding: 50px 15px;
  }
  .highlight-card {
    max-width: 280px;
    min-width: 220px;
    margin: 0 12px;
  }
  .highlight-card img {
    height: 160px;
  }
  #highlights h2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 768px) {
  #highlights {
    padding: 40px 10px;
  }
  .highlight-card {
    max-width: 260px;
    min-width: 200px;
    margin: 0 8px;
  }
  .highlight-card img {
    height: 150px;
  }
  #highlights h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  #highlights {
    padding: 30px 5px;
  }
  .highlight-card {
    max-width: 220px;
    min-width: 180px;
    margin: 0 6px;
  }
  .highlight-card img {
    height: 130px;
  }
  #highlights h2 {
    font-size: 1.7rem;
  }
}
.swiper-button-next,
.swiper-button-prev {
  color: #7a006b;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}


/* ===== Our Mission & Vision Section ===== */
#mission-vision {
  padding: 90px 0;
  background-color: #f5f9ff;
}

#mission-vision .section-title {
  font-size: 36px;
  font-weight: 900;
  color: #0077b6;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

#mission-vision .section-subtitle {
  font-size: 18px;
  color: #555;
  font-weight: 500;
  margin-bottom: 50px;
}

.mission-vision-card {
  background: #ffffff;
  border-radius: 20px;
  transition: all 0.4s ease;
  box-shadow: 0 12px 40px rgba(0, 116, 217, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mission-vision-card:hover {
  box-shadow: 0 20px 60px rgba(0, 116, 217, 0.15);
  transform: translateY(-10px);
}

.mission-vision-card .icon-wrapper i {
  color: #0077b6;
  margin-bottom: 20px;
}

.mission-vision-card .card-title {
  font-size: 24px;
  font-weight: 700;
  color: #003366;
  margin-bottom: 20px;
}

.mission-vision-card .card-text {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 767px) {
  #mission-vision {
    padding: 60px 15px;
  }
  #mission-vision .section-title {
    font-size: 28px;
  }
  .mission-vision-card .card-title {
    font-size: 20px;
  }
  .mission-vision-card .card-text {
    font-size: 15px;
  }
}

/* Departments Section */

#our-departments {
  padding: 80px 0;
  background-color: #f9fbfd;
}

#our-departments .section-title {
  font-size: 36px;
  font-weight: 900;
  color: #0077b6;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  text-align: center;
}

#our-departments .section-subtitle {
  font-size: 18px;
  color: #555;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}

.row.g-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.col-dept {
  flex: 0 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  margin-bottom: 30px;
}

.department-card {
  height: 320px;
  background: #fff;
  border-radius: 24px;
  padding: 30px 25px;
  box-shadow: 0 18px 40px rgba(0, 116, 217, 0.1);
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.department-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 60px rgba(0, 116, 217, 0.2);
}

.department-card .icon-wrapper {
  font-size: 50px;
  color: #0077b6;
  margin-bottom: 20px;
  transition: color 0.4s ease;
}

.department-card:hover .icon-wrapper {
  color: #005a86;
}

.department-card h4 {
  font-weight: 700;
  font-size: 22px;
  color: #004080;
  margin-bottom: 15px;
  flex-shrink: 0;
}

.department-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  flex-grow: 1;
}

/* Responsive */
@media (max-width: 991px) {
  .col-dept {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .department-card {
    height: auto;
  }
}

@media (max-width: 575px) {
  .col-dept {
    flex: 0 0 100%;
    max-width: 100%;
  }
}



/* Target Customers Section */
#customers {
  background: #ffffff;
  padding: 60px 20px;
  border-radius: 20px;
  margin-bottom: 60px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
}

#customers h2 {
  font-size: 2.5em;
  color: #0077b6;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.customers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.customer-card {
  background: linear-gradient(135deg, #caf0f8, #ade8f4);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 30px 20px;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  cursor: pointer;
}

.customer-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.customer-card .icon {
  font-size: 3em;
  margin-bottom: 15px;
  color: #03045e;
}

.customer-card h3 {
  font-size: 1.2em;
  color: #0077b6;
  font-weight: bold;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  #customers {
    padding: 40px 15px;
  }

  #customers h2 {
    font-size: 2em;
    margin-bottom: 25px;
  }

  .customer-card {
    padding: 20px;
  }

  .customer-card h3 {
    font-size: 1em;
  }

  .customer-card .icon {
    font-size: 2.5em;
  }
}

.customer-card {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  min-height: 180px;
}

.customer-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.customer-card .icon-wrapper {
  font-size: 2.5rem;
  color: #0077b6;
  margin-bottom: 15px;
}

.customer-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.4;
}
.customer-card {
  margin: 15px 10px; /* 15px رأسي، 10px أفقي */
}

/* Our Competitive Advantages Section */
#advantages {
  background: #ffffff;
  padding: 60px 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  margin-bottom: 60px;
}

#advantages h2 {
  font-size: 2.5em;
  color: #0077b6;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.advantage-card {
  background: linear-gradient(135deg, #caf0f8, #ade8f4);
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  text-align: center;
}

.advantage-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.advantage-icon {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.6s ease;
}

.advantage-card h3 {
  font-size: 1.3em;
  color: #03045e;
  margin-bottom: 10px;
  font-weight: bold;
}

.advantage-card p {
  font-size: 1em;
  color: #023e8a;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  #advantages h2 {
    font-size: 2em;
  }

  .advantage-icon {
    width: 60px;
    height: 60px;
  }

  .advantage-card h3 {
    font-size: 1.1em;
  }

  .advantage-card p {
    font-size: 0.95em;
  }
}

.department-card {
  height: 100%;
  padding: 30px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
}



/* Our Products Section */





/* Contact Us Section */
/* ===== Contact Form Styling ===== */
/* ===== Contact Us Section ===== */
#contact-us {
  padding: 90px 0;
  background: #f9fbfd;
}

/* العنوان */
#contact-us .section-title {
  font-size: 36px;
  font-weight: 900;
  color: #0077b6;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  text-align: center;
}

#contact-us .section-subtitle {
  font-size: 18px;
  color: #555;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
}

/* كرت معلومات التواصل */
.contact-info {
  max-width: 420px;
  background: #fff;
  border-radius: 24px;
  padding: 48px 40px;
  box-shadow: 0 20px 60px rgba(0, 116, 217, 0.12);
  font-family: "Raleway", sans-serif;
  color: #222;
  transition: box-shadow 0.3s ease;
}

.contact-info:hover {
  box-shadow: 0 30px 80px rgba(0, 116, 217, 0.18);
}

.contact-info-title {
  font-size: 30px;
  font-weight: 900;
  color: #005a86;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: 50px;
  border-bottom: 3px solid #00a3e0;
  padding-bottom: 12px;
  position: relative;
  text-align: center;
}

.contact-info-list {
  font-size: 17px;
  line-height: 2.2;
}

.contact-info-list li {
  gap: 20px;
}

.contact-icon-wrapper {
  color: #0077b6;
  font-size: 26px;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.contact-link, .contact-text {
  color: #1e1e1e;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #00a3e0;
  text-decoration: underline;
}

.contact-info-list li:hover .contact-icon-wrapper {
  color: #00a3e0;
}

/* تصميم الفورمة */
.contact-form {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 116, 217, 0.12);
  max-width: 600px;
  margin: 0 auto;
  transition: box-shadow 0.3s ease;
}

.contact-form:hover {
  box-shadow: 0 25px 60px rgba(0, 116, 217, 0.18);
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form .form-control {
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #d0d7de;
  border-radius: 12px;
  background-color: #f7f9fc;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  color: #222;
}

.contact-form .form-control::placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

.contact-form .form-control:focus {
  border-color: #0077b6;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 8px rgba(0, 119, 182, 0.3);
}

.contact-form textarea.form-control {
  resize: vertical;
  min-height: 140px;
}

.contact-form button.btn {
  background: linear-gradient(135deg, #0077b6, #005a86);
  border: none;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 700;
  border-radius: 14px;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 119, 182, 0.35);
  transition: background 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.contact-form button.btn:hover {
  background: linear-gradient(135deg, #005a86, #003f5c);
  box-shadow: 0 10px 30px rgba(0, 89, 143, 0.6);
}

/* Responsive */
@media (max-width: 991px) {
  #contact-us {
    padding: 60px 15px;
  }
  .contact-info {
    margin-bottom: 40px;
  }
}


.about-card {
  background-color: #0077b6;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.25);
}

.about-card h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}
.about-card .section-title {
  color: #ffffff !important;
}

.about-text {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}

#highlights {
  padding: 100px 0;
  background: linear-gradient(145deg, #f7faff 0%, #ffffff 100%);
  border-radius: 24px;
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.08);
  margin-top: 80px;
}

#highlights h2 {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  color: #0077b6;
  margin-bottom: 50px;
  letter-spacing: 1.2px;
}

.swiper {
  padding: 10px 0 40px;
}

.highlight-card {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  text-align: center;
  overflow: hidden;
  padding-bottom: 15px;
}

.highlight-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.highlight-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.highlight-text {
  font-size: 15.5px;
  font-weight: 600;
  color: #202124;
  padding: 15px 20px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}

.swiper-button-next,
.swiper-button-prev {
  color: #0077b6;
  font-size: 20px;
  top: 45%;
}

.swiper-pagination-bullet {
  background-color: #0077b6;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .highlight-card img {
    height: 140px;
  }

  .highlight-text {
    font-size: 14px;
    padding: 10px;
  }
}
.highlight-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.highlight-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.highlight-box i {
  font-size: 38px;
  color: #05a1c0;
  margin-bottom: 20px;
}
.highlight-box h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  color: #1e1e1e;
}
.highlight-box p {
  color: #555;
  font-size: 15px;
  line-height: 26px;
}
#key-highlights .section-title {
  font-size: 40px;
  font-weight: 900;
  color: #02a6c7; /* درجة أزرق قوية وجذابة */
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body, html {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  /* تعديل للحاويات التي قد تسبب العرض الزائد */
  #about-us,
  #about-us .container,
  #about-us .row,
  #about-us .col-lg-6 {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  /* إزالة أي هوامش خارجية تؤدي لتجاوز العرض */
  #about-us .about-image img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}

.site-footer {
  background: linear-gradient(135deg, #2b61c7, #336ccf); /* تدرج راقٍ */
  color: #ffffff; /* خلي اللون أبيض */
  padding: 28px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 21px; /* حجم أنيق ومرئي */
  text-align: center;
  border-top: 2px solid #ffc857; /* خط فاصل ناعم */
  user-select: none;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.site-footer:hover {
  background: linear-gradient(135deg, #192f5d, #20487a); /* تغير ناعم في الخلفية عند المرور */
}

.footer-wrapper {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.footer-text {
  display: block;
  max-width: 480px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  opacity: 0.95;
}

.footer-text.copyright {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 600;
}


.design-credit a {
  color: #ffc857;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.25s ease;
}

.design-credit a:hover,
.design-credit a:focus {
  color: #fff;
  text-decoration: underline;
  outline: none;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 600px) {
  .site-footer {
    padding: 24px 15px;
  }
  .footer-text {
    max-width: 100%;
    font-size: 14px;
  }
}
.header-area.header-shrink {
  height: 70px !important;
  top: 0;
}

.header-area.header-shrink .main-nav {
  min-height: 60px;
  border-radius: 20px;
}

.header-area.header-shrink .main-nav .logo img {
  width: 130px; /* تصغير الشعار */
  margin-top: 15px;
}

.header-area.header-shrink .main-nav .nav {
  margin-top: 15px !important;
}
.site-footer {
  background-color: #121212;
  padding: 25px 0;
  border-top: 3px solid #0077b6;
}

.footer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-content {
  text-align: center;
}

.footer-text {
  color: #cccccc;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.5px;
}
header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}

header.scrolled .main-nav {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: none;
}

header.scrolled .main-nav .nav li a {
  color: #1e1e1e !important;
}
@media (max-width: 768px) {
  header.scrolled {
    padding: 10px 0;
  }
}
header.scrolled {
  opacity: 0.95;
  transform: translateY(0);
}
.footer-social {
  background-color: #f8f9fa;
  padding: 40px 0;
  margin-top: 60px;
  border-top: 1px solid #ddd;
}

.footer-social h5 {
  font-size: 20px;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.footer-social .social-icons a {
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
  color: #0077b6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-social .social-icons a:hover {
  color: #0077b6;
}

.footer-social .social-icons i {
  margin-right: 8px;
}
.department-card {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 768px) {
  .animated-text {
    margin-top: 80px; /* أو أكثر حسب ارتفاع الـNavbar */
  }
}
