/* 
---------------------------------------------
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;
  font-family: "Tajawal-Bold" !important;
}

.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;
}

.fa,
.fas,
.far,
.fab,
.fa-solid {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
}

.fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Tajawal-Light" !important;
  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;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/*Fonts*/
@font-face {
  font-family: Tajawal-Bold;
  src: url("../fonts/Tajawal-Bold.ttf");
}

@font-face {
  font-family: Tajawal-Light;
  src: url("../fonts/Tajawal-Light.ttf");
}

@font-face {
  font-family: Tajawal-Medium;
  src: url("../Fonts/Tajawal-Medium.ttf");
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Tajawal-Light" !important;
}

::selection {
  background: #241d61;
  color: #fff;
}

::-moz-selection {
  background: #241d61;
  color: #fff;
}

@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;
  }
}

.main-button-gradient a {
  font-size: 13px;
  color: #fff;
  background: linear-gradient(
    -145deg,
    rgba(36, 29, 97, 1) 0%,
    rgba(4, 133, 207, 1) 100%
  );
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
}

.main-button-gradient a:hover {
  background: linear-gradient(
    -145deg,
    rgba(4, 133, 207, 1) 0%,
    rgba(36, 29, 97, 1) 100%
  );
  opacity: 0.9;
}

.white-button a {
  font-size: 13px;
  color: #241d61;
  background-color: #fff;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
}

.white-button a:hover {
  opacity: 0.9;
}

.text-button a {
  font-size: 14px;
  font-weight: 500;
  color: #241d61;
  text-decoration: underline !important;
  transition: all 0.3s;
}

.text-button a:hover {
  opacity: 0.75;
}

section {
  margin-top: 140px;
}

#contact-section {
  padding-top: 20px;
}

.section-heading {
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 60px;
}

.section-heading h6 {
  font-size: 13px;
  text-transform: uppercase;
  color: #7a7a7a;
  font-weight: 600;
}

.section-heading h4 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 28px;
  font-weight: 900;
  text-transform: capitalize;
  color: #111 !important;
}

.section-heading h4 em {
  font-style: normal;
  color: #241d61;
}

.section-heading p {
  margin-top: 30px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
  background: rgb(219, 138, 222) !important;
  background: linear-gradient(
    -145deg,
    rgba(36, 29, 97, 1) 0%,
    rgba(4, 133, 207, 1) 100%
  ) !important;
  height: 80px !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.header-area {
  background-image: url(../images/header-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 110px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  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: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 35px;
  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: 30px;
  padding-right: 30px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  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:hover a,
.header-area .main-nav .nav li a.active {
  color: #fff !important;
  opacity: 0.75;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fff !important;
  opacity: 1;
}

.btn-order {
  background-color: #0071bc;
  color: #fff;
  padding: 0px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold !important;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 140px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !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: 12px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #241d61 !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  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;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  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: #fff;
  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: #fff;
}

.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: #fff;
  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: #fff;
}

.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: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.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: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #241d61;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #241d61 !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .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;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .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: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #241d61 !important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .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.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3b566e;
    right: 30px;
    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;
  }
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

section.main-banner {
  margin-top: 0px;
}

.main-banner {
  padding-top: 180px;
}

.main-banner .right-image {
  margin-left: 120px;
  position: relative;
  z-index: 2;
}

.main-banner .right-image img {
  position: relative;
  z-index: 2;
}

.main-banner .right-image::after {
  position: absolute;
  background-image: url(../images/banner-right-dec.png);
  width: 378px;
  height: 378px;
  content: "";
  right: -25%;
  z-index: 1;
}

.main-banner .header-text::after {
  position: absolute;
  background-image: url(../images/banner-left-dec.png);
  width: 214px;
  height: 429px;
  content: "";
  left: 0;
  bottom: -240px;
  z-index: 1;
}

.main-banner .header-text h6 {
  position: relative;
  z-index: 2;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  color: #777777;
}

.main-banner .header-text h2 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-size: 64px;
  color: #241d61;
  font-weight: 900;
  line-height: 74px;
  margin-bottom: 40px;
}

.main-banner .header-text h2 em {
  font-style: normal;
  color: #241d61;
}

.main-banner .main-button-gradient {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.header-text {
  text-align: center !important;
}
/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .header-area {
    background: linear-gradient(
      -145deg,
      rgba(36, 29, 97, 1) 0%,
      rgba(4, 133, 207, 1) 100%
    ) !important;
  }

  .main-banner .header-text h2 {
    font-size: 47px;
    line-height: 55px;
  }
}

@media (max-width: 992px) {
  .main-banner .header-text {
    text-align: center;
    margin-bottom: 60px;
  }
  .main-banner .right-image {
    margin-left: 0px;
  }
}

/* ***** Stats Counter Styles ***** */
.stats-counter {
  padding: 80px 0;
  background: linear-gradient(135deg, #25155f 0%, #0392dc 100%);
  position: relative;
  overflow: hidden;
}

.stats-counter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>');
  opacity: 0.3;
}

.counter-box {
  text-align: center;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.counter-box:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.counter-icon {
  margin-bottom: 20px;
}

.counter-icon i {
  font-size: 50px;
  color: #fff;
  opacity: 0.9;
}

.counter-number {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  display: inline-block;
  direction: ltr;
}

.counter-plus {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-right: 5px;
}

.counter-text {
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
  font-weight: 500;
  opacity: 0.95;
}

/* Responsive */
@media (max-width: 991px) {
  .counter-number {
    font-size: 50px;
  }

  .counter-text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .stats-counter {
    padding: 60px 0;
  }

  .counter-box {
    margin-bottom: 20px;
  }

  .counter-number {
    font-size: 45px;
  }
}

/* ***** Services Cards Section ***** */
.services-cards {
  padding: 100px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  position: relative;
  overflow: hidden;
}

.services-cards::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(102, 126, 234, 0.1) 0%,
    transparent 70%
  );
  animation: floating 15s ease-in-out infinite;
}

@keyframes floating {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-50px, 50px) rotate(180deg);
  }
}

.section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section-heading h2 {
  font-size: 42px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-heading h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #0392dc 0%, #25155f 100%);
  border-radius: 2px;
}

.section-heading p {
  font-size: 18px;
  color: #718096;
  margin-top: 25px;
}

/* Service Card */
.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.service-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
  border-color: #0392dc;
}

.service-card:hover::before {
  opacity: 0.05;
}

.service-card.featured {
  border: 2px solid #ffd700;
  background: linear-gradient(135deg, #fff 0%, #fff9e6 100%);
}

.service-card.featured:hover {
  border-color: #ffd700;
  box-shadow: 0 20px 60px rgba(255, 215, 0, 0.3);
}

/* Card Flag */
.card-flag {
  width: 100%;
  height: 150px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.card-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .card-flag img {
  transform: scale(1.1);
}

/* Card Content */
.card-content {
  position: relative;
  z-index: 1;
}

.country-name {
  font-size: 28px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 15px;
  text-align: center;
}

.service-type {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  border-radius: 25px;
  margin-bottom: 25px;
}

.service-type i {
  color: #fff;
  font-size: 18px;
}

.service-type span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

/* Card Details */
.card-details {
  margin: 25px 0;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  margin-bottom: 12px;
  background: #f7fafc;
  border-radius: 12px;
  border-right: 4px solid #0392dc;
  transition: all 0.3s ease;
}

.detail-item:hover {
  background: #edf2f7;
  transform: translateX(-5px);
}

.detail-item i {
  font-size: 24px;
  color: #0392dc;
  min-width: 30px;
}

.detail-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.detail-info .label {
  font-size: 13px;
  color: #718096;
  margin-bottom: 3px;
}

.detail-info .value {
  font-size: 18px;
  font-weight: 700;
  color: #2d3748;
}

/* Card Button */
.card-button {
  margin-top: 25px;
}

.order-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px 30px;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.order-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.order-btn:hover::before {
  left: 100%;
}

.order-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
  color: #fff;
}

.order-btn i {
  transition: transform 0.3s ease;
}

.order-btn:hover i {
  transform: translateX(-5px);
}

/* Card Badge */
.card-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #48bb78;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(72, 187, 120, 0.3);
}

.card-badge.popular {
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 4px 10px rgba(245, 87, 108, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(245, 87, 108, 0.5);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .section-heading h2 {
    font-size: 36px;
  }

  .service-card {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .services-cards {
    padding: 60px 0;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  .section-heading p {
    font-size: 16px;
  }

  .country-name {
    font-size: 24px;
  }

  .card-flag {
    height: 120px;
  }
}

/* ***** Our Services Section ***** */
.our-services {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Section Header */
.our-services .section-heading {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}

.our-services .section-heading h2 {
  font-size: 48px;
  font-weight: 800;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.line-dec {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #0392dc 0%, #25155f 100%);
  margin: 0 auto 20px;
  border-radius: 2px;
  position: relative;
}

.line-dec::before,
.line-dec::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #0392dc;
  border-radius: 50%;
  top: -2px;
}

.line-dec::before {
  right: -15px;
}

.line-dec::after {
  left: -15px;
}

.our-services .section-heading p {
  font-size: 18px;
  color: #718096;
  max-width: 600px;
  margin: 0 auto;
}

/* Services Grid */
.services-grid {
  margin-bottom: 50px;
}

/* Service Item */
.service-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  border: 2px solid #f7fafc;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  transition: left 0.5s ease;
  z-index: 0;
}

.service-item:hover::before {
  left: 0;
}

.service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(102, 126, 234, 0.25);
  border-color: #0392dc;
}

/* Service Icon */
.service-icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  z-index: 2;
}

.icon-wrapper {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
}

.icon-wrapper i {
  font-size: 45px;
  color: #ffffff;
  transition: all 0.5s ease;
}

.service-item:hover .icon-wrapper {
  transform: rotateY(360deg) scale(1.1);
  box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
}

.icon-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: linear-gradient(
    135deg,
    rgba(102, 126, 234, 0.1) 0%,
    rgba(118, 75, 162, 0.1) 100%
  );
  border-radius: 30px;
  z-index: 1;
  animation: pulse-icon 3s ease-in-out infinite;
}

@keyframes pulse-icon {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.8;
  }
}

/* Service Content */
.service-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.service-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.service-item:hover .service-content h3 {
  color: #ffffff;
}

.service-content p {
  font-size: 15px;
  color: #718096;
  line-height: 1.8;
  margin-bottom: 25px;
  transition: color 0.3s ease;
}

.service-item:hover .service-content p {
  color: rgba(255, 255, 255, 0.9);
}

/* Service Features */
.service-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.service-features span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 15px;
  background: #f7fafc;
  border-radius: 20px;
  font-size: 13px;
  color: #4a5568;
  font-weight: 600;
  transition: all 0.3s ease;
}

.service-features span i {
  font-size: 12px;
  color: #48bb78;
}

.service-item:hover .service-features span {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.service-item:hover .service-features span i {
  color: #ffffff;
}

/* Hover Overlay */
.hover-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  transition: transform 0.5s ease;
  pointer-events: none;
  z-index: 1;
}

.service-item:hover .hover-overlay {
  transform: translate(-50%, -50%) scale(1);
}

/* CTA Buttons */
.services-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.cta-primary,
.cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.cta-primary {
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.cta-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.cta-primary:hover::before {
  left: 100%;
}

.cta-primary:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
  color: #ffffff;
}

.cta-primary:hover i {
  transform: translateX(-5px);
}

.cta-secondary {
  background: transparent;
  color: #0392dc;
  border: 2px solid #0392dc;
}

.cta-secondary:hover {
  background: #0392dc;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.cta-secondary:hover i {
  transform: translateY(3px);
}

.cta-primary i,
.cta-secondary i {
  transition: transform 0.3s ease;
}

/* Decorative Shapes */
.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 0;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  top: -150px;
  right: -100px;
  animation: float-1 20s ease-in-out infinite;
}

.shape-2 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  bottom: -100px;
  left: -50px;
  animation: float-2 15s ease-in-out infinite;
}

.shape-3 {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  top: 50%;
  right: 5%;
  animation: float-3 18s ease-in-out infinite;
}

@keyframes float-1 {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(50px, 50px) rotate(180deg);
  }
}

@keyframes float-2 {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-30px, -40px) rotate(-180deg);
  }
}

@keyframes float-3 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -30px) scale(1.2);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .our-services {
    padding: 80px 0;
  }

  .our-services .section-heading h2 {
    font-size: 38px;
  }

  .service-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .our-services {
    padding: 60px 0;
  }

  .our-services .section-heading h2 {
    font-size: 32px;
  }

  .our-services .section-heading p {
    font-size: 16px;
  }

  .service-item {
    padding: 30px 20px;
  }

  .service-icon {
    width: 80px;
    height: 80px;
  }

  .icon-wrapper i {
    font-size: 35px;
  }

  .service-content h3 {
    font-size: 20px;
  }

  .service-content p {
    font-size: 14px;
  }

  .services-cta {
    flex-direction: column;
    gap: 15px;
  }

  .cta-primary,
  .cta-secondary {
    width: 100%;
    justify-content: center;
  }
}

/* Ripple Effect */
.cta-primary,
.cta-secondary {
  position: relative;
  overflow: hidden;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0);
  animation: ripple-animation 0.6s ease-out;
  pointer-events: none;
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* ***** Why Choose Us Section ***** */
.why-choose-us {
  padding: 100px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  position: relative;
  overflow: hidden;
}

/* Section Header */
.why-choose-us .section-heading {
  text-align: center;
  margin-bottom: 70px;
}

.why-choose-us .section-heading h2 {
  font-size: 48px;
  font-weight: 800;
  color: #2d3748;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.heading-line {
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, #0392dc 0%, #25155f 100%);
  margin: 0 auto 25px;
  border-radius: 10px;
  position: relative;
}

.heading-line::before,
.heading-line::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #0392dc;
  border-radius: 50%;
  top: -3.5px;
  animation: pulse-dot 2s ease-in-out infinite;
}

.heading-line::before {
  right: -20px;
}

.heading-line::after {
  left: -20px;
  animation-delay: 1s;
}

@keyframes pulse-dot {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

.why-choose-us .section-heading p {
  font-size: 18px;
  color: #718096;
  max-width: 700px;
  margin: 0 auto;
}

/* Features Row */
.features-row {
  margin-bottom: 80px;
}
.row {
  justify-content: center !important;
}
/* Feature Box */
.feature-box {
  background: #ffffff;
  border-radius: 25px;
  padding: 40px 25px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  min-height: 320px;
}

.feature-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
}

.feature-box:hover::before {
  opacity: 1;
}

.feature-box:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 25px 60px rgba(102, 126, 234, 0.3);
  border-color: #0392dc;
}

/* Feature Icon */
.feature-icon-wrapper {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 30px;
  z-index: 2;
}

.feature-icon {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.feature-icon i {
  font-size: 50px;
  color: #ffffff;
  transition: all 0.5s ease;
}

.feature-box:hover .feature-icon {
  transform: rotateY(360deg) scale(1.15);
  background: #ffffff;
}

.feature-box:hover .feature-icon i {
  color: #0392dc;
}

.icon-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border: 3px dashed rgba(3, 146, 220, 0.3);
  border-radius: 50%;
  z-index: 1;
  animation: rotate-circle 20s linear infinite;
}

.feature-box:hover .icon-circle {
  border-color: rgba(255, 255, 255, 0.5);
}

@keyframes rotate-circle {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Feature Content */
.feature-content {
  position: relative;
  z-index: 2;
}

.feature-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.feature-box:hover .feature-content h3 {
  color: #ffffff;
}

.feature-content p {
  font-size: 15px;
  color: #718096;
  line-height: 1.8;
  transition: color 0.3s ease;
}

.feature-box:hover .feature-content p {
  color: rgba(255, 255, 255, 0.95);
}

/* Feature Number */
.feature-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 70px;
  font-weight: 800;
  color: rgba(102, 126, 234, 0.08);
  z-index: 1;
  transition: all 0.5s ease;
}

.feature-box:hover .feature-number {
  color: rgba(255, 255, 255, 0.15);
  transform: scale(1.2);
}

/* Feature Shine Effect */
.feature-shine {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.feature-box:hover .feature-shine {
  transform: translateX(100%);
}

/* Requirements Section */
.requirements-section {
  margin-top: 60px;
}

.requirements-container {
  background: #ffffff;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.requirements-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0392dc 0%, #25155f 100%);
}

/* Requirements Header */
.requirements-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.header-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
  animation: float-icon 3s ease-in-out infinite;
}

@keyframes float-icon {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.header-icon i {
  font-size: 45px;
  color: #ffffff;
}

.requirements-header h3 {
  font-size: 36px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 15px;
}

.requirements-header p {
  font-size: 16px;
  color: #718096;
}

/* Requirements Grid */
.requirements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

/* Requirement Item */
.requirement-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  border-radius: 20px;
  border-right: 5px solid #0392dc;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.requirement-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  transition: left 0.5s ease;
  z-index: 0;
}

.requirement-item:hover::before {
  left: 0;
}

.requirement-item:hover {
  transform: translateX(-10px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
}

/* Requirement Icon */
.req-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.req-icon i {
  font-size: 28px;
  color: #ffffff;
}

.requirement-item:hover .req-icon {
  transform: scale(1.1) rotate(360deg);
  background: #ffffff;
}

.requirement-item:hover .req-icon i {
  color: #0392dc;
}

/* Requirement Content */
.req-content {
  flex: 1;
  position: relative;
  z-index: 2;
}

.req-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2d3748 !important;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.requirement-item:hover .req-content h4 {
  color: #ffffff !important;
}

.req-content p {
  font-size: 14px;
  color: #718096;
  line-height: 1.7;
  margin: 0;
  transition: color 0.3s ease;
}

.requirement-item:hover .req-content p {
  color: rgba(255, 255, 255, 0.9);
}

/* Requirements CTA */
.requirements-cta {
  text-align: center;
  margin-top: 40px;
}

.req-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 50px;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  color: #ffffff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
  position: relative;
  overflow: hidden;
}

.req-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition:
    width 0.5s,
    height 0.5s;
}

.req-btn:hover::before {
  width: 300px;
  height: 300px;
}

.req-btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 45px rgba(102, 126, 234, 0.4);
  color: #ffffff;
}

.req-btn i {
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.req-btn:hover i {
  transform: translateX(-5px);
}

.req-btn span {
  position: relative;
  z-index: 1;
}

/* Background Decorations */
.bg-decoration {
  position: absolute;
  border-radius: 50%;
  opacity: 0.07;
  z-index: 0;
}

.dec-1 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  top: -200px;
  left: -100px;
  animation: float-dec-1 25s ease-in-out infinite;
}

.dec-2 {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  bottom: -150px;
  right: -80px;
  animation: float-dec-2 20s ease-in-out infinite;
}

.dec-3 {
  width: 250px;
  height: 250px;
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  top: 50%;
  left: 10%;
  animation: float-dec-3 22s ease-in-out infinite;
}

@keyframes float-dec-1 {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(50px, 50px) rotate(180deg);
  }
}

@keyframes float-dec-2 {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-40px, -50px) rotate(-180deg);
  }
}

@keyframes float-dec-3 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, -40px) scale(1.2);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .why-choose-us {
    padding: 80px 0;
  }

  .why-choose-us .section-heading h2 {
    font-size: 38px;
  }

  .requirements-container {
    padding: 40px 30px;
  }

  .requirements-header h3 {
    font-size: 30px;
  }

  .requirements-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .why-choose-us {
    padding: 60px 0;
  }

  .why-choose-us .section-heading h2 {
    font-size: 32px;
  }

  .feature-box {
    min-height: auto;
    padding: 35px 20px;
  }

  .feature-icon-wrapper {
    width: 90px;
    height: 90px;
  }

  .feature-icon i {
    font-size: 40px;
  }

  .feature-content h3 {
    font-size: 20px;
  }

  .requirements-container {
    padding: 30px 20px;
  }

  .requirements-header h3 {
    font-size: 26px;
  }

  .header-icon {
    width: 70px;
    height: 70px;
  }

  .header-icon i {
    font-size: 35px;
  }

  .requirement-item {
    flex-direction: column;
    text-align: center;
  }

  .req-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ==================+++++++++++++++++++++++++++++ */
/* ***** Contact & Testimonials Section ***** */
.contact-testimonials {
  padding: 100px 0;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  position: relative;
  overflow: hidden;
}

/* Contact Form Wrapper */
.contact-form-wrapper {
  background: #ffffff;
  border-radius: 30px;
  padding: 50px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  height: 100%;
}

.form-header {
  text-align: center;
  margin-bottom: 40px;
}

.form-header .header-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
  animation: bounce-icon 3s ease-in-out infinite;
}

@keyframes bounce-icon {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.form-header .header-icon i {
  font-size: 40px;
  color: #ffffff;
}

.form-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 15px;
}

.form-header p {
  font-size: 15px;
  color: #718096;
  line-height: 1.7;
}

/* Contact Form */
.contact-form {
  margin-top: 30px;
}

.form-group {
  margin-bottom: 25px;
  position: relative;
}

.form-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 10px;
}

.form-group label i {
  color: #0392dc;
  font-size: 16px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e2e8f0;
  border-radius: 15px;
  font-size: 15px;
  color: #2d3748;
  background: #f7fafc;
  transition: all 0.3s ease;
  position: relative;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #0392dc;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.15);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.input-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #0392dc 0%, #25155f 100%);
  transition: width 0.4s ease;
  border-radius: 2px;
}

.form-group input:focus ~ .input-border,
.form-group select:focus ~ .input-border,
.form-group textarea:focus ~ .input-border {
  width: 100%;
}

/* Submit Button */
.submit-btn {
  width: 100%;
  padding: 18px 30px;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
}

.submit-btn span,
.submit-btn i {
  position: relative;
  z-index: 2;
}

.btn-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.submit-btn:hover .btn-shine {
  left: 100%;
}

/* Testimonials Wrapper */
.testimonials-wrapper {
  position: relative;
  z-index: 1;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 50px;
}

.testimonials-header h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.testimonials-header p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

/* Testimonials Slider */
.testimonials-slider {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.testimonial-item {
  background: #ffffff;
  border-radius: 25px;
  padding: 40px;
  display: none;
  animation: slideIn 0.5s ease;
}

.testimonial-item.active {
  display: block;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.testimonial-content {
  position: relative;
  margin-bottom: 30px;
}

.quote-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.quote-icon i {
  font-size: 28px;
  color: #ffffff;
}

.testimonial-content p {
  font-size: 16px;
  color: #4a5568;
  line-height: 1.9;
  margin-bottom: 20px;
}

.rating {
  display: flex;
  gap: 5px;
}

.rating i {
  color: #fbbf24;
  font-size: 18px;
}

/* Testimonial Author */
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 25px;
  border-top: 2px solid #e2e8f0;
}

.author-avatar {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-avatar i {
  font-size: 35px;
  color: #ffffff;
}

.author-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 5px;
}

.author-info span {
  font-size: 14px;
  color: #718096;
}

/* Slider Navigation */
.slider-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.slider-btn {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.slider-btn:hover {
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  transform: scale(1.1);
}

.slider-btn i {
  color: #0392dc;
  font-size: 18px;
  transition: color 0.3s ease;
}

.slider-btn:hover i {
  color: #ffffff;
}

.slider-dots {
  display: flex;
  gap: 10px;
}

.slider-dots .dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dots .dot.active {
  width: 40px;
  border-radius: 10px;
  background: #ffffff;
}

/* ***** Footer Section ***** */
.footer-section {
  background: #1a202c;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}

.footer-content {
  margin-bottom: 50px;
}

/* Footer Widget */
.footer-widget {
  margin-bottom: 30px;
}

.footer-logo {
  font-size: 32px;
  font-weight: 700;
  background-color: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}

.footer-desc {
  font-size: 15px;
  color: #a0aec0;
  line-height: 1.8;
  margin-bottom: 25px;
}

/* Social Links */
.social-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.social-link {
  width: 36px;
  height: 36px;
  background: rgba(102, 126, 234, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0392dc;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.social-link:hover {
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  color: #ffffff;
  transform: translateY(-5px) rotate(360deg);
  border-color: #ffffff;
}

/* Widget Title */
.widget-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #0392dc 0%, #25155f 100%);
  border-radius: 2px;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #a0aec0;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.footer-links a:hover {
  color: #0392dc;
  transform: translateX(-5px);
}

.footer-links a:hover i {
  transform: translateX(-3px);
}

/* Contact Info */
.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info li {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon i {
  color: #ffffff;
  font-size: 20px;
}

.contact-text span {
  display: block;
  font-size: 13px;
  color: #718096;
  margin-bottom: 5px;
}

.contact-text p {
  font-size: 15px;
  color: #a0aec0;
  margin: 0;
  line-height: 1.7;
}

.contact-text a {
  color: #a0aec0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-text a:hover {
  color: #0392dc;
}

/* Copyright Area */
.copyright-area {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  position: relative;
}

.copyright-area p {
  font-size: 15px;
  color: #a0aec0;
  margin: 0;
}

.copyright-area span {
  color: #0392dc;
  font-weight: 600;
}

/* Back to Top */
.back-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #0392dc 0%, #25155f 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.5);
}

.back-to-top i {
  color: #ffffff;
  font-size: 20px;
}

/* Footer Wave */
.footer-wave {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.footer-wave svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}

.footer-wave path {
  fill: #f5f7fa;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-testimonials {
    padding: 80px 0;
  }

  .contact-form-wrapper {
    margin-bottom: 50px;
  }

  .form-header h2 {
    font-size: 28px;
  }

  .testimonials-header h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .contact-form-wrapper {
    padding: 40px 25px;
  }

  .testimonial-item {
    padding: 30px 20px;
  }

  .footer-section {
    padding: 60px 0 0;
  }

  .back-to-top {
    bottom: 20px;
    left: 20px;
    width: 45px;
    height: 45px;
  }
}

/* ==================== */

.product-slider {
  width: 100%;
  padding: 60px 0;
}

.swiper-slide {
  width: 260px;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
  transform: scale(0.88);
}

.swiper-slide-active {
  transform: scale(1);
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Navigation arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

/* Best CVs Section Start */

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
  margin-bottom: 80px;
}

.country-btn {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  background: linear-gradient(135deg, #0392dc, #25155f);
  color: white;
  text-decoration: none;
  text-align: center;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-family: "Tajawal-Light" !important;
  box-shadow: 0 4px 15px rgba(67, 97, 238, 0.3);
}
.section-content h2 {
  font-weight: 1000 !important;
}

.country-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(67, 97, 238, 0.4);
  color: white;
  background: linear-gradient(135deg, #25155f, #0392dc);
}

/* Send Inquiry Section */
.send-inquiry-section {
  padding: 80px 0;
  background-color: #e0f7fa;
}

.send-inquiry-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.send-inquiry-content {
  background-color: #2c3e50;
  padding: 40px;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.send-inquiry-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #fff;
}

.send-inquiry-content p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.btn-contact {
  display: inline-flex;
  align-items: center;
  background-color: #0392dc;
  color: white;
  padding: 15px 30px;
  font-size: 1.2rem;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-contact:hover {
  background-color: #0273ac;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-contact i {
  margin-left: 10px;
}

.page-heading {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 140px 0;
}
.bg-about {
  background-image: url("../images/bg-about.jpeg");
}
.bg-services {
  background-image: url("../images/bg-services.jpg");
}
.bg-faq {
  background-image: url("../images/bg-faq.jpg");
}
.bg-contactUs {
  background-image: url("../images/bg-contactUs.jpg");
}
.page-heading .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 21, 95, 0.55);
  z-index: 1;
}
section.page-heading .header-text {
  border-bottom: 3px solid #eee;
  padding-bottom: 80px;
}

section.page-heading .header-text h4 {
  font-size: 17px;
  text-transform: capitalize;
  color: #7a7a7a;
}

section.page-heading .header-text h1 {
  font-size: 62px;
  font-weight: 900;
  color: #111;
  margin-top: 10px;
}

.page-heading .container {
  position: relative;
  z-index: 2;
}

.page-heading h1,
.page-heading h4 {
  color: #fff;
}

section.page-heading .header-text h1,
h4 {
  color: white !important;
}
.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003366;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition:
    background 0.3s,
    opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}

.floating-btn:hover {
  background-color: #001f4d;
}

.whatsapp-btn {
  background-color: #25d366;
  opacity: 1;
  pointer-events: auto;
}

.whatsapp-btn:hover {
  background-color: #1da851;
}

/* FAQ Section Styles */
.faq-section {
  padding: 100px 0;
  background-color: #fff;
  direction: rtl;
}

.accordion-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: #fcfcfc;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 10px 25px rgba(122, 106, 216, 0.1);
  transform: scale(1.01);
  border-color: #003366;
}

.faq-header {
  padding: 20px 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
}

.faq-header .icon-box {
  width: 45px;
  height: 45px;
  background: #003366;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq-header h3 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0;
  flex: 1;
}

.faq-header .arrow {
  font-size: 14px;
  color: #003366;
  transition: transform 0.5s ease;
}

/* Open state */
.faq-item.active {
  background: #fff;
  border-color: #003366;
}

.faq-item.active .faq-header {
  background-color: #f8f7ff;
}

.faq-item.active .arrow {
  transform: rotate(180deg);
}

.faq-item.active .icon-box {
  background: linear-gradient(135deg, #003366 0%, #0392dc 100%);
  transform: rotate(360deg);
}

/* Answer content */
.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0, 1, 0, 1);
  padding: 0 25px;
}

.faq-item.active .faq-body {
  max-height: 1000px;
  padding: 20px 25px 30px 25px;
  transition: all 0.5s cubic-bezier(1, 0, 1, 0);
}

.faq-body p {
  color: #666;
  line-height: 1.8;
  font-size: 16px;
  margin: 0;
  border-top: 1px inset #eee;
  padding-top: 15px;
}

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: -9.666667%;
    width: 50%;
  }
}

/* ===========================
   Loading Screen
   =========================== */
#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loading-container {
  text-align: center;
}

@media (min-width: 768px) {
  .col-md-4 {
    width: 25% !important;
  }
}

/* ***** Full Width Image Section Start ***** */

.full-image-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.full-image-section .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}

.full-image-section .image-wrapper:hover {
  transform: translateY(-10px);
}

.full-image-section .main-image {
  width: 100%;
  height: auto;
  display: block;
  min-height: 600px;
  object-fit: cover;
}

.full-image-section .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 60px 30px 30px;
  text-align: center;
}

.full-image-section .overlay-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.full-image-section .overlay-content p {
  font-size: 18px;
  opacity: 0.9;
}

.decor-shape {
  position: absolute;
  width: 300px;
  height: 300px;
  background: var(--primary-color, #007bff);
  opacity: 0.05;
  border-radius: 50%;
  pointer-events: none;
}

.shape-left {
  top: -100px;
  left: -100px;
}

.shape-right {
  bottom: -80px;
  right: -120px;
}

@media (max-width: 768px) {
  .full-image-section {
    padding: 70px 0;
  }

  .full-image-section .main-image {
    min-height: 500px;
  }

  .full-image-section .overlay-content h3 {
    font-size: 24px;
  }

  .full-image-section .overlay-content p {
    font-size: 16px;
  }
}

#form-message {
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.success {
  color: #28a745;
}
.error {
  color: #dc3545;
}
