/*
@File: Finec HTML Template

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************
** - Default Btn Style 
** - Section Title Style
** - Navbar Area Style
** - Main Banner Area CSS  Style
** - Inner Banner Style
** - About Area Style
*******************************************
/*

/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,800;1,900&display=swap");
body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Poppins", sans-serif;
  color: #201f51;
  font-weight: 400;
}

p {
  color: #201f51;
}

a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}
button:focus {
  outline: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.4;
  color: #201f51;
}

h3 {
  font-size: 24px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-80 {
  padding-top: 80px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-20 {
  padding-bottom: 20px;
}

/*================================
Default btn Style 
===================================*/
.default-btn {
  padding: 14px 27px;
  background-color: #1996b9;
  color: #ffffff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.default-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #294499;
  opacity: 0;
  transition: 0.7s;
  border-radius: 5px;
}
.default-btn:hover {
  background-color: #294499;
  color: #ffffff;
}
.default-btn:hover::before {
  height: 100%;
  opacity: 1;
  border-radius: 5px;
}

/*================================
Section Title Style 
===================================*/
.section-title span {
  line-height: 0;
  text-transform: capitalize;
  padding-bottom: 5px;
  font-weight: 400;
  color: #1996b9;
}
.section-title h2 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 5px;
  line-height: 1.4;
  color: #201f51;
}
.section-title p {
  padding-top: 10px;
  margin-bottom: 0;
}

/*================================
Section Title Style End
===================================*/
.top-header {
  background-color: #201f51;
}

.header-left {
  text-align: left;
  margin-top: 5px;
}
.header-left .header-left-card ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.header-left .header-left-card ul li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 7px;
  color: #ffffff;
  margin-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-left .header-left-card ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #645673;
  left: -20px;
  top: 17px;
}
.header-left .header-left-card ul li:first-child::before {
  display: none;
}
.header-left .header-left-card ul li:last-child {
  margin-right: 0;
}
.header-left .header-left-card ul li .head-icon {
  color: #1996b9;
  font-size: 24px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transition: 0.5s;
  transform: translateY(-50%);
}
.header-left .header-left-card ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-left: 30px;
}

.header-right {
  float: right;
}

.top-social-link {
  padding-top: 15px;
  padding-bottom: 10px;
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
.top-social-link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #645673;
  right: -22px;
  top: 20px;
}
.top-social-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-social-link ul li {
  display: inline-block;
  margin-right: 5px;
}
.top-social-link ul li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: #1996b9;
  color: #ffffff;
}
.top-social-link ul li a:hover {
  background-color: #ffffff;
  color: #1996b9;
}

.language {
  top: 30px;
  float: right;
  z-index: 55;
  position: relative;
  margin-right: -20px;
}
.language .language-icon {
  color: #1996b9 !important;
  margin-right: 0;
  margin-left: 10px;
  top: -12px;
  position: relative;
}
.language .language-list-item {
  height: 0;
  padding: 0 15px;
  border: none;
  color: #ffffff;
  background-color: transparent;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
  padding-left: 30px;
  padding-right: 30px;
}
.language .language-list-item:focus {
  box-shadow: none;
  outline: none;
}
.language .nice-select {
  height: 0;
  width: 125px;
  line-height: 0;
  font-size: 15px;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
  border-radius: 5px 0px 0px 5px;
  z-index: 9999;
  text-align: right !important;
}
.language .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 20px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.language .nice-select .list .option {
  transition: 0.6s;
  color: #201f51;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
  width: 180px;
  border-bottom: 1px solid #e1e1e1;
}
.language .nice-select .list .option:hover {
  background-color: transparent !important;
  color: #294499;
}
.language .nice-select .list .option .selected {
  background-color: transparent !important;
  font-weight: 500;
  color: #1996b9 !important;
}
.language .nice-select::after {
  content: "\ea4a";
  height: 8px;
  width: 8px;
  border: none;
  top: 0;
  margin-bottom: 0;
  right: 10px;
  background-color: transparent;
  font-family: "boxicons" !important;
  color: #ffffff;
  font-size: 18px;
  transform-origin: none;
  transform: none;
  margin-top: 0;
}

/*=================================
Navbar Area
====================================*/
.navbar-area {
  background-color: transparent;
  transition: 0.3s;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.navbar-light {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.navbar-light .navbar-brand img {
  float: left;
  padding: 10px 0;
}
.navbar-light .navbar-brand .logo-two {
  display: none;
}
.navbar-light .navbar-brand-sticky {
  display: none;
}

/* Main nav */
.main-nav {
  position: inherit;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: inherit;
  padding: 0;
  width: 100%;
  height: auto;
}
.main-nav nav .navbar-nav .nav-item:hover a, .main-nav nav .navbar-nav .nav-item .active {
  color: #1996b9 !important;
}
.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #201f51;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
}
.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
  font-size: 18px;
}
.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
  color: #da691f !important;
}
.main-nav nav .navbar-nav .nav-item a.active {
  color: #1996b9 !important;
}
.main-nav nav .navbar-nav .nav-item a .active::before {
  transform: scale(1);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #ffffff !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #ffffff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  color: #201f51 !important;
  position: relative;
  transition: 0.7s;
  font-weight: 500;
  padding: 10px;
  border-bottom: 1px dashed #ebebeb;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0;
  color: #1996b9 !important;
  background-color: #f3f3f3;
  border-left: 3px solid #1996b9;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #1996b9 !important;
  border-radius: 0;
  background-color: #f3f3f3;
  border-left: 3px solid #1996b9;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #1996b9 !important;
  background-color: #f3f3f3;
  border-left: 3px solid #1996b9;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  margin-top: 18px !important;
  position: absolute;
}
.main-nav .others-options .option-item {
  margin-right: 20px;
}
.main-nav .others-options .option-item:last-child {
  margin-right: 0;
}
.main-nav .others-options .option-item .search-btn {
  font-size: 30px;
  margin-top: 10px;
  color: #294499;
  transition: 0.5s;
  cursor: pointer;
}
.main-nav .others-options .option-item .search-btn:hover {
  color: #1996b9;
  transform: translateY(-5%);
}
.main-nav .others-options .option-item .close-btn {
  font-size: 30px;
  color: #294499;
  transition: 0.5s;
  display: none;
  cursor: pointer;
}
.main-nav .others-options .option-item .close-btn:hover {
  color: #1996b9;
  transform: translateY(-5%);
}
.main-nav .others-options .option-item .close-btn.active {
  display: block;
}
.main-nav .others-options .option-item .menu-icon .menu-icon-two {
  font-size: 30px;
  color: #294499;
}
.main-nav .others-options .option-item .menu-icon .menu-icon-two:hover {
  color: #1996b9;
}

.search-overlay {
  display: none;
}
.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  background: #ffffff;
  z-index: 2;
  right: 0;
  padding: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}
.search-overlay.search-popup .search-form {
  position: relative;
}
.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #201f51;
  outline: 0;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}
.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #1996b9;
}
.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #201f51;
  transition: 0.5s;
  padding: 0;
}
.search-overlay.search-popup .search-form .search-button:focus {
  color: #1996b9;
}
.search-overlay.search-popup .search-form .search-button i {
  font-size: 18px;
  font-weight: bold;
}

.side-nav-responsive {
  display: none;
}
.side-nav-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: 12px;
}
.side-nav-responsive .dot-menu .circle-inner {
  display: flex;
  align-items: center;
  height: 30px;
}
.side-nav-responsive .dot-menu .circle-inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: 0.7s;
  background-color: #201f51;
}
.side-nav-responsive .dot-menu:hover .circle-inner .circle {
  background-color: #1996b9;
}
.side-nav-responsive .container {
  position: relative;
  display: flex;
}
.side-nav-responsive .container .container {
  position: absolute;
  top: 55px;
  right: 0;
  max-width: 185px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.side-nav-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.side-nav-responsive .side-nav-inner {
  padding: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}
.side-nav-responsive .side-nav-inner .side-nav {
  background-color: #1996b9;
  padding: 10px 0;
}
.side-nav-responsive .side-nav-inner .side-nav .side-item {
  padding-left: 10px;
  position: relative;
  display: inline-block;
}
.side-nav-responsive .side-nav-inner .side-nav .side-item:last-child {
  padding-left: 0;
}
.side-nav-responsive .side-nav-inner .side-nav .option-item {
  margin-right: 20px;
}
.side-nav-responsive .side-nav-inner .side-nav .option-item:last-child {
  margin-right: 10px;
}
.side-nav-responsive .side-nav-inner .side-nav .option-item .search-btn {
  font-size: 30px;
  margin-top: 10px;
  color: #ffffff;
  transition: 0.5s;
  cursor: pointer;
}
.side-nav-responsive .side-nav-inner .side-nav .option-item .search-btn:hover {
  color: #294499;
  transform: translateY(-5%);
}
.side-nav-responsive .side-nav-inner .side-nav .option-item .close-btn {
  font-size: 30px;
  color: #ffffff;
  transition: 0.5s;
  display: none;
  cursor: pointer;
}
.side-nav-responsive .side-nav-inner .side-nav .option-item .close-btn:hover {
  color: #294499;
  transform: translateY(-5%);
}
.side-nav-responsive .side-nav-inner .side-nav .option-item .close-btn.active {
  display: block;
}
.side-nav-responsive .side-nav-inner .side-nav .option-item .menu-icon .menu-icon-two {
  font-size: 30px;
  color: #ffffff;
  line-height: 1.2;
}
.side-nav-responsive .side-nav-inner .side-nav .option-item .menu-icon .menu-icon-two:hover {
  color: #201f51;
}

.sticky-nav {
  top: 0;
  position: fixed;
  animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
}
.sticky-nav .navbar-light .navbar-brand img {
  max-width: 130px;
}
.sticky-nav .main-nav {
  top: 0;
  background-color: #ffffff;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

/*=================================
Navbar Area End
====================================*/
/*=================================
Sidebar Modal
====================================*/
.sidebar-modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  overflow: hidden;
}
.sidebar-modal .sidebar-modal-inner {
  position: absolute;
  right: -100%;
  top: 0;
  width: 400px;
  overflow-y: scroll;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.5s;
  z-index: 1;
  padding: 40px;
}
.sidebar-modal .sidebar-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
.sidebar-modal .sidebar-header .sidebar-logo {
  display: inline-block;
}
.sidebar-modal .sidebar-header .sidebar-logo .logo-two {
  display: none;
}
.sidebar-modal .sidebar-header .close-btn {
  display: inline-block;
  font-size: 20px;
  transition: all 0.5s;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #272b2b;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  margin-top: 15px;
  float: right;
}
.sidebar-modal .sidebar-header .close-btn:hover {
  color: #ffffff;
  background-color: #272b2b;
}
.sidebar-modal .sidebar-about {
  margin-bottom: 30px;
}
.sidebar-modal .sidebar-about .title h2 {
  margin-bottom: 0;
  font-size: 24px;
}
.sidebar-modal .sidebar-about .title p {
  margin-bottom: 0;
  font-size: 15px;
}
.sidebar-modal .contact-us {
  margin-bottom: 30px;
}
.sidebar-modal .contact-us h2 {
  font-size: 20px;
  margin-bottom: 25px;
}
.sidebar-modal .contact-us ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-modal .contact-us ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  color: #201f51;
}
.sidebar-modal .contact-us ul li:last-child {
  margin-bottom: 0;
}
.sidebar-modal .contact-us ul li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 28px;
  color: #1996b9;
}
.sidebar-modal .contact-us ul li a {
  display: block;
  color: #201f51;
}
.sidebar-modal .sidebar-instagram-feed {
  margin-bottom: 30px;
}
.sidebar-modal .sidebar-instagram-feed h2 {
  margin-bottom: 25px;
  font-size: 20px;
}
.sidebar-modal .sidebar-instagram-feed ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  margin-top: -10px;
  max-width: 275px;
}
.sidebar-modal .sidebar-instagram-feed ul li {
  flex: 0 0 33%;
  max-width: 33%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.sidebar-modal .sidebar-instagram-feed ul li a {
  display: block;
  position: relative;
}
.sidebar-modal .sidebar-instagram-feed ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.sidebar-modal .sidebar-instagram-feed ul li a:hover::before {
  opacity: 0.5;
  visibility: visible;
}
.sidebar-modal .sidebar-follow-us h2 {
  font-size: 20px;
  margin-bottom: 25px;
}
.sidebar-modal .sidebar-follow-us .social-wrap {
  line-height: 1;
}
.sidebar-modal .sidebar-follow-us .social-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-modal .sidebar-follow-us .social-wrap li {
  display: inline-block;
  padding-right: 10px;
}
.sidebar-modal .sidebar-follow-us .social-wrap li a i {
  font-size: 20px;
  color: #1996b9;
}
.sidebar-modal .sidebar-follow-us .social-wrap li a:hover {
  transform: translateY(-2px);
}
.sidebar-modal.active {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.9);
}
.sidebar-modal.active .sidebar-modal-inner {
  right: 0;
}

/*=================================
Sidebar Modal
====================================*/
/*=================================
Main Banner Area 
====================================*/
.banner-area {
  background-color: #294499;
  position: relative;
  overflow: hidden;
}
.banner-area::before {
  content: "";
  position: absolute;
  overflow: hidden;
  z-index: 1;
  left: 20%;
  top: 0;
  width: 90%;
  height: 100%;
  background-image: url(../img/shape/shape1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-area::after {
  content: "";
  position: absolute;
  overflow: hidden;
  left: 40%;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/shape/shape2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-content {
  position: relative;
  z-index: 1;
}
.banner-content span {
  color: #ffffff;
}
.banner-content h1 {
  margin-top: 10px;
  font-size: 65px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.3;
}
.banner-content p {
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
}
.banner-content .banner-btn .contact-btn {
  padding: 12px 30px;
  border-radius: 3px;
  background-color: #1996b9;
  color: #ffffff;
  transition: 0.7s;
}
.banner-content .banner-btn .contact-btn:hover {
  background-color: #201f51;
  color: #ffffff;
}
.banner-content .banner-btn .get-btn {
  margin-left: 20px;
  padding: 12px 30px;
  border-radius: 3px;
  background-color: #201f51;
  color: #ffffff;
  transition: 0.7s;
}
.banner-content .banner-btn .get-btn:hover {
  background-color: #1996b9;
  color: #ffffff;
}

.banner-img {
  padding: 100px 0;
  margin-right: 50px;
  position: relative;
}
.banner-img::before {
  content: "";
  position: absolute;
  top: 160px;
  right: -50px;
  border: 2px solid #1996b9;
  border-radius: 100px 0 100px 100px;
  width: 100%;
  height: 660px;
  background-color: transparent;
}
.banner-img img {
  border-radius: 100px 0 100px 100px;
  position: relative;
  z-index: 1;
}
.banner-img .dots {
  position: absolute;
  top: 60%;
  right: -215px;
  animation: flash 7s infinite linear;
}
.banner-img .dots img {
  width: 180px;
  border-radius: 0;
}

.banner-shape .shape-icon {
  font-size: 600px;
  line-height: 1.2;
  color: #5f40c9;
  position: absolute;
  top: 50px;
  left: 20px;
}

.down-btn-area {
  float: left;
  margin-bottom: 70px;
}
.down-btn-area .down-btn {
  width: 45px;
  height: 45px;
  background-color: #8871d7;
  position: relative;
  z-index: 1;
  line-height: 45px;
  color: #ffffff;
  border-radius: 50px;
  font-size: 24px;
  text-align: center;
}
.down-btn-area .down-btn:hover {
  background-color: #1996b9;
}

.banner-area-two {
  background-color: #f5f8fe;
  position: relative;
}
.banner-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  right: 0;
  background-image: url(../img/home-two/shape-bg-2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img-two {
  position: relative;
  background-color: #294499;
}
.banner-img-two::before {
  content: "";
  position: absolute;
  top: 0;
  right: -110px;
  width: 400px;
  height: 100%;
  transform: skew(15deg);
  background-color: #f5f8fe;
}
.banner-img-two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/home-two/shape-bg-1.png);
  background-position: center center;
  background-size: cover;
}
.banner-img-two .banner-images {
  max-width: 600px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  padding-top: 70px;
}
.banner-img-two .dots {
  position: absolute;
  top: 100px;
  right: 0;
  animation: flash 7s infinite linear;
}
.banner-img-two .banner-half-circle {
  position: absolute;
  bottom: 0;
  right: -80px;
  width: 400px;
  height: 200px;
  border-radius: 200px 200px 0 0;
  background-color: #ebd391;
}

.banner-two-content span {
  color: #1996b9;
}
.banner-two-content h1 {
  color: #201f51;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
}
.banner-two-content p {
  color: #201f51;
  max-width: 600px;
}

.banner-two-shape .shape-1 {
  position: absolute;
  top: 65px;
  left: 3%;
  animation: flash 7s infinite linear;
}
.banner-two-shape .shape-2 {
  position: absolute;
  bottom: 65px;
  left: 0;
}
.banner-two-shape .shape-3 {
  position: absolute;
  top: 65px;
  right: 3%;
  animation: rotated360 7s infinite linear;
}
.banner-two-shape .shape-4 {
  position: absolute;
  bottom: -5px;
  right: 0;
}

.banner-area-three {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/home-three.jpg);
  position: relative;
}
.banner-area-three::before {
  content: "";
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}
.banner-area-three::after {
  content: "";
  position: absolute;
  overflow: hidden;
  left: 20%;
  top: 0;
  width: 70%;
  height: 100%;
  background-image: url(../img/shape/shape5.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-content-three {
  padding-top: 140px;
  padding-bottom: 215px;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.banner-content-three span {
  color: #1996b9;
}
.banner-content-three h1 {
  margin-bottom: 20px;
}
.banner-content-three p {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}

/*=================================
Main Banner End
====================================*/
/*================================
Inner Banner
==================================*/
.inner-banner {
  position: relative;
  background-position: center center;
  background-size: cover;
}
.inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.7;
}
.inner-banner .inner-title {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
.inner-banner .inner-title::before {
  content: "";
  position: absolute;
  width: 570px;
  height: 270px;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #201f51;
  opacity: 0.5;
  border-radius: 5px;
}
.inner-banner .inner-title h3 {
  font-size: 35px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  position: relative;
}
.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
}
.inner-banner .inner-title ul li i {
  color: #ffffff;
  position: relative;
  top: 3px;
  margin: 0 3px;
}
.inner-banner .inner-title ul li a {
  color: #ffffff;
}
.inner-banner .inner-title ul li a:hover {
  color: #da691f;
}

.inner-bg1 {
  background-image: url(../img/inner-banner/inner-banner-1.jpg);
}

.inner-bg2 {
  background-image: url(../img/inner-banner/inner-banner-2.jpg);
}

.inner-bg3 {
  background-image: url(../img/inner-banner/inner-banner-3.jpg);
}

.inner-bg4 {
  background-image: url(../img/inner-banner/inner-banner-4.jpg);
}

.inner-bg5 {
  background-image: url(../img/inner-banner/inner-banner-5.jpg);
}

.inner-bg6 {
  background-image: url(../img/inner-banner/inner-banner-6.jpg);
}

.inner-bg7 {
  background-image: url(../img/inner-banner/inner-banner-7.jpg);
}

.inner-bg8 {
  background-image: url(../img/inner-banner/inner-banner-8.jpg);
}

.inner-bg9 {
  background-image: url(../img/inner-banner/inner-banner-9.jpg);
}

.inner-bg10 {
  background-image: url(../img/inner-banner/inner-banner-10.jpg);
}

.inner-bg11 {
  background-image: url(../img/inner-banner/inner-banner-11.jpg);
}

/*=================================
Status Area 
====================================*/
.status-area {
  position: relative;
  margin-top: -70px;
  z-index: 1;
}

.status-bg {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.status-card {
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}
.status-card h3 {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.status-card p {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.status-card::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -10px;
  width: 1px;
  height: 150px;
  background-color: #efedf0;
}
.status-card i {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 100px;
  color: #f9f8f9;
}
.status-card .status-bottom-1 {
  background-color: #1996b9;
  width: 393px;
  height: 5px;
  left: -35px;
  bottom: -40px;
  position: relative;
}
.status-card .status-bottom-2 {
  background-color: #a49cad;
  width: 393px;
  height: 5px;
  left: -40px;
  bottom: -40px;
  position: relative;
}
.status-card .status-bottom-3 {
  background-color: #fb95a8;
  width: 388px;
  height: 5px;
  left: -40px;
  bottom: -40px;
  position: relative;
}

.status-area .col-lg-4:nth-child(3) .status-card::before {
  display: none;
}

/*=================================
Status Area End
====================================*/
/*=================================
Special Area
====================================*/
.special-area {
  background-color: #f8f9fb;
}

.special-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.special-card:hover::before {
  opacity: 1;
  height: 100%;
}
.special-card:hover .content h3 a {
  color: #ffffff;
}
.special-card:hover .content p {
  color: #d0ced3;
}
.special-card:hover .content .learn-btn {
  background-color: #1996b9;
  color: #ffffff;
}
.special-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #201f51;
  border-radius: 5px;
  transition: 0.7s;
  opacity: 0;
  z-index: -1;
}
.special-card a {
  display: block;
}
.special-card a img {
  border-radius: 5px;
}
.special-card .content {
  padding: 30px 20px;
}
.special-card .content h3 {
  margin-bottom: 10px;
  color: #201f51;
}
.special-card .content h3 a {
  display: block;
  color: #201f51;
}
.special-card .content p {
  margin-bottom: 20px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.special-card .content .learn-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 3px;
  background-color: #201f51;
  color: #ffffff;
  transition: 0.7s;
}
.special-card .content .learn-btn:hover {
  background-color: #1996b9;
  color: #ffffff;
}

/*=================================
Special Area End
====================================*/
/*=================================
About Area
====================================*/
.about-area {
  position: relative;
}

.about-img {
  margin-left: 70px;
  margin-bottom: 90px;
  margin-right: 30px;
  position: relative;
}
.about-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 60px;
  left: -70px;
  border: 2px solid #1996b9;
  border-radius: 0 100px 100px 100px;
  width: 100%;
  height: 570px;
  background-color: transparent;
}
.about-img .about-img-small {
  position: absolute;
  bottom: -60px;
  left: -40px;
}

.about-img-before {
  position: relative;
}
.about-img-before::before {
  border-color: #201f51;
}

.about-content {
  margin-bottom: 30px;
}
.about-content span {
  color: #1996b9;
}
.about-content h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 36px;
  color: #201f51;
}
.about-content h2 b {
  color: #1996b9;
  font-weight: 600;
}
.about-content h3 {
  font-size: 18px;
  color: #594a69;
  margin-bottom: 20px;
}
.about-content p {
  margin-bottom: 20px;
}
.about-content .about-counter {
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}
.about-content .about-counter i {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #1996b9;
  background-color: #fff8e5;
  border-radius: 3px;
  text-align: center;
  font-size: 26px;
  display: inline-block;
}
.about-content .about-counter .content {
  margin-left: 60px;
  display: inline-block;
}
.about-content .about-counter .content h3 {
  font-size: 20px;
  color: #201f51;
  line-height: 1;
  margin-bottom: 0;
}
.about-content .about-counter .content span {
  font-size: 13px;
  color: #201f51;
}
.about-content .about-btn .learn-btn {
  padding: 12px 30px;
  border-radius: 3px;
  background-color: #1996b9;
  color: #ffffff;
  transition: 0.7s;
}
.about-content .about-btn .learn-btn:hover {
  background-color: #201f51;
}
.about-content .about-btn .get-btn {
  margin-left: 20px;
  padding: 11px 30px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #201f51;
  color: #201f51;
  transition: 0.7s;
}
.about-content .about-btn .get-btn:hover {
  background-color: #201f51;
  color: #ffffff;
}

.about-img-2 {
  margin-left: 70px;
  margin-bottom: 90px;
  margin-right: 30px;
  position: relative;
}
.about-img-2 .about-img-small-2 {
  position: absolute;
  bottom: -60px;
  left: -40px;
}
.about-img-2 .about-dots {
  position: absolute;
  z-index: -1;
  bottom: -80px;
  right: -100px;
  animation: flash 7s infinite linear;
}

.about-content-max {
  max-width: 580px;
  margin-right: auto;
  margin-left: 40px;
}

.about-img-3 {
  margin-bottom: 30px;
}

.about-polygon-shape {
  position: absolute;
  bottom: 10%;
  right: 5%;
}

/*=================================
About Area End
====================================*/
/*=================================
Video Area 
====================================*/
.video-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  margin-bottom: 100px;
}
.video-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
}
.video-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  width: 75%;
  height: 100%;
  background-image: url(../img/shape/shape3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-bg1 {
  background-image: url(../img/video-bg.jpg);
}

.video-bg2 {
  background-image: url(../img/video-bg2.jpg);
}

.video-btn {
  margin-top: 50px;
  float: right;
}
.video-btn .video-play-btn {
  font-size: 20px;
  width: 130px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  color: #ffffff;
  background-color: #1996b9;
  position: relative;
  z-index: 1;
}
.video-btn .video-play-btn:hover {
  background-color: #201f51;
}
.video-btn .video-play-btn:hover::before {
  border-color: #201f51;
}
.video-btn .video-play-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1996b9;
  border-radius: 3px;
  animation: scale 1.6s linear infinite;
}

.video-content {
  margin-left: 50px;
}
.video-content .section-title h2 {
  color: #ffffff;
  max-width: 500px;
}

.video-area-two {
  background-image: url(../img/solution-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.video-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #201f51;
  opacity: 0.7;
}
.video-area-two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  width: 75%;
  height: 100%;
  background-image: url(../img/shape/shape3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-btn-two {
  margin-bottom: 30px;
  text-align: center;
}
.video-btn-two .play-on-btn {
  font-size: 20px;
  width: 130px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  color: #ffffff;
  background-color: #1996b9;
  position: relative;
  z-index: 1;
}
.video-btn-two .play-on-btn:hover {
  background-color: #201f51;
}
.video-btn-two .play-on-btn:hover::before {
  border-color: #201f51;
}
.video-btn-two .play-on-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1996b9;
  border-radius: 3px;
  animation: scale 1.6s linear infinite;
}

.video-content-two {
  position: relative;
  text-align: center;
}
.video-content-two .section-title h2 {
  color: #ffffff;
  max-width: 610px;
  margin: 0 auto;
}

/*=================================
Video Area End
====================================*/
.guidelines-area {
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  bottom: -100px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.guidelines-max {
  max-width: 1240px;
  margin-left: auto;
}

.guidelines-bg {
  position: relative;
}
.guidelines-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-image: url(../img/guidelines-profile.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.guidelines-bg2 {
  position: relative;
}
.guidelines-bg2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-image: url(../img/guidelines-profile-2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.guidelines-content {
  padding: 70px 0 70px 60px;
  position: relative;
  z-index: 1;
}
.guidelines-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
.guidelines-content p {
  margin-bottom: 20px;
}
.guidelines-content .signature {
  margin-bottom: 10px;
}
.guidelines-content .content h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.guidelines-content .content span {
  color: #201f51;
}

.guidelines-img {
  margin-right: -200px;
}

.guidelines-content-two {
  padding: 70px 0 70px 60px;
  position: relative;
  z-index: 1;
  max-width: 500px;
}
.guidelines-content-two h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #ffffff;
}
.guidelines-content-two p {
  margin-bottom: 25px;
  color: #a49cad;
}
.guidelines-content-two .signature {
  margin-bottom: 15px;
}
.guidelines-content-two .content h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #ffffff;
}
.guidelines-content-two .content span {
  color: #a49cad;
}

.guidelines-content-bg {
  background-color: #201f51;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.guidelines-content-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  border-radius: 5px;
  background-image: url(../img/shape/shape4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*=================================
Service Area 
====================================*/
.services-area {
  position: relative;
}

.service-text {
  margin-top: 50px;
  margin-bottom: 45px;
}

.services-card {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding: 30px 15px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
}
.services-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 0;
  background-image: url(../img/services/services-img1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.7s;
}
.services-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 5px;
  bottom: 0;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  background-color: #201f51;
  opacity: 0;
  transition: 0.8s;
}
.services-card .services-card-bottom {
  position: absolute;
  bottom: 0;
  width: 0;
  background-color: #1996b9;
  opacity: 0;
  transition: 0.7s;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  border-radius: 5px;
}
.services-card:hover::before {
  opacity: 1;
  height: 100%;
}
.services-card:hover::after {
  opacity: 0.8;
  height: 100%;
  bottom: 0;
}
.services-card:hover h3 a {
  color: #ffffff;
}
.services-card:hover p {
  color: #cfcbcb;
}
.services-card:hover .services-more {
  background-color: #1996b9;
}
.services-card:hover .services-card-bottom {
  opacity: 1;
  width: 80%;
}
.services-card .services-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #1996b9;
  font-size: 30px;
  background-color: transparent;
  border: 1px solid #1996b9;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}
.services-card h3 {
  margin-bottom: 10px;
}
.services-card h3 a {
  color: #201f51;
  display: block;
}
.services-card p {
  margin-bottom: 15px;
}
.services-card .services-more {
  height: 30px;
  line-height: 30px;
  width: 60px;
  font-size: 14px;
  background-color: #201f51;
  color: #ffffff;
  border-radius: 20px;
}
.services-card .services-more:hover {
  background-color: #294499;
}

.service-view-btn {
  margin-bottom: 30px;
}
.service-view-btn .view-btn {
  padding: 11px 35px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #201f51;
  color: #201f51;
  transition: 0.7s;
}
.service-view-btn .view-btn:hover {
  background-color: #201f51;
  color: #ffffff;
}

.service-area-two .section-title {
  max-width: 785px;
  margin-left: auto;
  margin-right: auto;
}

.service-item {
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
}
.service-item:hover::before {
  height: 100%;
  opacity: 1;
}
.service-item:hover::after {
  width: 80%;
  opacity: 1;
}
.service-item:hover .images .service-item-icon {
  background-color: #ffffff;
  color: #1996b9;
}
.service-item:hover .images .service-item-more {
  opacity: 1;
}
.service-item:hover .content {
  border-color: #201f51;
}
.service-item:hover .content h3 a {
  color: #ffffff;
}
.service-item:hover .content p {
  color: #d0ced3;
}
.service-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 5px;
  top: 0;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  background-color: #201f51;
  opacity: 0;
  transition: 0.8s;
}
.service-item::after {
  content: "";
  position: absolute;
  border-radius: 5px;
  bottom: 0;
  width: 0;
  background-color: #1996b9;
  opacity: 0;
  transition: 0.7s;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  border-radius: 5px;
}
.service-item .images {
  position: relative;
}
.service-item .images a {
  display: block;
}
.service-item .images a img {
  border-radius: 5px;
}
.service-item .images .service-item-icon {
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-size: 30px;
  background-color: #1996b9;
  border-radius: 5px;
  text-align: center;
}
.service-item .images .service-item-more {
  position: absolute;
  bottom: -15px;
  right: 20px;
  height: 30px;
  line-height: 30px;
  width: 60px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  background-color: #1996b9;
  color: #ffffff;
  border-radius: 20px;
  opacity: 0;
  transition: 0.7s;
}
.service-item .images .service-item-more:hover {
  background-color: #294499;
}
.service-item .content {
  padding: 40px 20px 20px;
  border: 1px dashed #d6d2da;
  border-radius: 0 0 5px 5px;
}
.service-item .content h3 {
  margin-bottom: 10px;
}
.service-item .content h3 a {
  color: #201f51;
}
.service-item .content p {
  margin-bottom: 0;
}

.service-shape .shape1 {
  position: absolute;
  top: 30%;
  left: 7%;
}
.service-shape .shape2 {
  position: absolute;
  top: 10%;
  left: -5%;
  z-index: -1;
}
.service-shape .shape3 {
  position: absolute;
  bottom: 20%;
  left: 0%;
  z-index: -1;
}

.services-card-bg {
  position: relative;
}
.services-card-bg::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 0;
  background-image: none;
  background-repeat: no-repeat;
  border-radius: 5px;
  left: auto;
  right: 0;
  opacity: 0;
  transition: 0.7s;
}
.services-card-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 5px;
  bottom: 0;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  background-color: #201f51;
  opacity: 0;
  transition: 0.8s;
}
.services-card-bg:hover::before {
  opacity: 0;
  height: 100%;
}
.services-card-bg:hover::after {
  height: 100%;
  bottom: 0;
  opacity: 1;
}

.service-widget-title .section-title {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.services-details-content img {
  margin-bottom: 30px;
}
.services-details-content .services-details-card {
  margin-bottom: 30px;
}
.services-details-content .services-details-card h3 {
  margin-bottom: 10px;
}
.services-details-content .services-details-card p {
  margin-bottom: 0;
  font-size: 15px;
}
.services-details-content .services-item-area {
  margin-top: 30px;
}
.services-details-content .services-item-area .services-details-item {
  text-align: center;
  margin-bottom: 30px;
}
.services-details-content .services-item-area .services-details-item i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #1996b9;
  font-size: 30px;
  background-color: transparent;
  border: 1px solid #1996b9;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}
.services-details-content .services-item-area .services-details-item h3 {
  margin-bottom: 10px;
}
.services-details-content .service-advantage .advantage-item {
  margin-bottom: 30px;
}
.services-details-content .service-advantage .advantage-item h3 {
  margin-bottom: 10px;
}
.services-details-content .service-advantage .advantage-item p {
  margin-bottom: 20px;
}
.services-details-content .service-advantage .advantage-item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.services-details-content .service-advantage .advantage-item ul li {
  display: block;
  color: #201f51;
}
.services-details-content .service-advantage .advantage-item ul li i {
  color: #1996b9;
  font-size: 24px;
  position: relative;
  top: 3px;
}
.services-details-content .service-advantage .service-content {
  background-color: #201f51;
  padding: 50px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.services-details-content .service-advantage .service-content h3 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 15px;
}
.services-details-content .service-advantage .service-content h2 {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 25px;
}
.services-details-content .service-advantage .service-content .default-btn {
  padding: 10px 26px;
  font-size: 15px;
  border-radius: 0;
}

.services-side-bar {
  margin-bottom: 30px;
}

.services-bar-widget {
  margin-bottom: 35px;
}
.services-bar-widget .title {
  font-size: 20px;
  color: #201f51;
  padding: 0 30px 15px;
  font-weight: 600;
}
.services-bar-widget .services-bar-categories {
  padding: 0 20px;
}
.services-bar-widget .services-bar-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.services-bar-widget .services-bar-categories ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  background-color: #fbfbfb;
  padding: 12px 20px;
  border-radius: 5px;
}
.services-bar-widget .services-bar-categories ul li:hover {
  background-color: #201f51;
}
.services-bar-widget .services-bar-categories ul li:hover a {
  color: #ffffff;
}
.services-bar-widget .services-bar-categories ul li i {
  color: #1996b9;
  margin-right: 15px;
}
.services-bar-widget .services-bar-categories ul li a {
  display: inline-block;
  color: #201f51;
  font-weight: normal;
  font-weight: 600;
}
.services-bar-widget .services-bar-widget-tag {
  list-style: none;
  margin: 0;
  padding: 10px 20px 5px;
}
.services-bar-widget .services-bar-widget-tag li {
  display: inline-block;
  padding: 7px 15px;
  margin: 5px 2px;
  transition: 0.7s;
  color: #201f51;
  font-size: 14px;
  font-weight: 500;
  border: 1px dashed #1996b9;
}
.services-bar-widget .services-bar-widget-tag li:hover {
  background-color: #1996b9;
}
.services-bar-widget .services-bar-widget-tag li a {
  color: #201f51;
}
.services-bar-widget .services-bar-widget-tag li:hover a {
  color: #ffffff;
}
.services-bar-widget .services-bar-contact {
  margin-bottom: 30px;
  background-color: #201f51;
  position: relative;
  padding: 50px;
  text-align: center;
  border-radius: 3px;
}
.services-bar-widget .services-bar-contact i {
  font-size: 60px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.services-bar-widget .services-bar-contact h3 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.services-bar-widget .services-bar-contact span {
  font-size: 22px;
  position: relative;
  z-index: 1;
}
.services-bar-widget .services-bar-contact span a {
  display: block;
  color: #1996b9;
}
.services-bar-widget .services-bar-contact span a:hover {
  color: #ffffff;
}

/*=================================
Service Area End
====================================*/
/*=================================
Choose Area 
====================================*/
.choose-area {
  background-color: #f9f9f9;
}
.choose-area .section-title h2 {
  max-width: 540px;
}

.choose-tab {
  margin-top: 30px;
}
.choose-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.choose-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 25px;
}
.choose-tab .tabs li a {
  display: inline-block;
  position: relative;
  padding: 16px 30px;
  border-radius: 5px;
  font-weight: 600;
  color: #201f51;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.choose-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #1996b9;
}
.choose-tab .tabs li.active a {
  color: #ffffff;
  background-color: #1996b9;
}
.choose-tab .tabs li.current a {
  color: #ffffff;
  background-color: #1996b9;
}

.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}

.choose-item .choose-item-img {
  margin-bottom: 30px;
}
.choose-item .choose-item-img img {
  border-radius: 5px;
}
.choose-item .choose-item-content p {
  margin-bottom: 30px;
}
.choose-item .choose-item-list {
  margin-bottom: 30px;
}
.choose-item .choose-item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.choose-item .choose-item-list ul li {
  display: block;
  font-weight: 500;
  margin-bottom: 7px;
  transition: 0.7s;
}
.choose-item .choose-item-list ul li:hover {
  color: #1996b9;
}
.choose-item .choose-item-list ul li:hover i {
  background-color: #201f51;
  color: #ffffff;
}
.choose-item .choose-item-list ul li:last-child {
  margin-bottom: 0;
}
.choose-item .choose-item-list ul li i {
  font-size: 14px;
  color: #201f51;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 50px;
  border: 1px solid #201f51;
  text-align: center;
  margin-right: 7px;
  transition: 0.7s;
}

.choose-img {
  position: relative;
  margin-left: 50px;
  margin-bottom: 80px;
}
.choose-img img {
  border-radius: 5px;
}
.choose-img .images {
  position: absolute;
  bottom: -50px;
  left: -50px;
}
.choose-img .images img {
  border-radius: 5px;
}

.choose-content {
  margin-bottom: 30px;
}
.choose-content .section-title {
  margin-bottom: 40px;
}
.choose-content .section-title p {
  margin-bottom: 30px;
}

.choose-content-list {
  position: relative;
  margin-top: 30px;
}
.choose-content-list i {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #1996b9;
  font-size: 24px;
  background-color: transparent;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #1996b9;
}
.choose-content-list .content {
  margin-left: 75px;
}
.choose-content-list .content h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
.choose-content-list .content p {
  margin-bottom: 0;
}

.choose-img-2 {
  margin-bottom: 30px;
  margin-left: 45px;
  position: relative;
  z-index: 1;
}
.choose-img-2 .choose-dots {
  position: absolute;
  bottom: -45px;
  right: -70px;
  z-index: -1;
}

.choose-content-bg {
  background-color: #201f51;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding: 70px 40px 70px 110px;
}
.choose-content-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 70%;
  border-radius: 5px;
  background-image: url(../img/shape/shape9.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.choose-content-bg .section-title h2 {
  color: #ffffff;
  max-width: 520px;
}
.choose-content-bg .section-title p {
  color: #c1bcc7;
}

.choose-content-list-color .content h3 {
  color: #ffffff;
}
.choose-content-list-color .content p {
  color: #c1bcc7;
}

.choose-max {
  max-width: 680px;
  margin-left: auto;
  margin-right: 40px;
}

.choose-img-3 {
  margin-left: -400px;
  z-index: -1;
  margin-bottom: 30px;
}

.choose-bg {
  background-color: #fbfbfb;
}

.choose-content-title .section-title h2 {
  max-width: 520px;
}
.choose-content-title .book-btn {
  padding: 12px 27px;
  background-color: transparent;
  color: #1996b9;
  border-radius: 5px;
  position: relative;
  border: 1px solid #1996b9;
  z-index: 1;
}
.choose-content-title .book-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #294499;
  opacity: 0;
  transition: 0.7s;
  border-radius: 5px;
}
.choose-content-title .book-btn:hover {
  background-color: #294499;
  color: #ffffff;
  border-color: #294499;
}
.choose-content-title .book-btn:hover::before {
  height: 100%;
  opacity: 1;
  border-radius: 5px;
  border-color: #294499;
}

/*=================================
Choose Area End
====================================*/
.case-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.case-card:hover::before {
  opacity: 1;
  height: 100%;
}
.case-card:hover .content h3 a {
  color: #ffffff;
}
.case-card:hover .content p {
  color: #d0ced3;
}
.case-card:hover .content .learn-btn {
  background-color: #1996b9;
  color: #ffffff;
}
.case-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #201f51;
  border-radius: 5px;
  transition: 0.7s;
  opacity: 0;
  z-index: -1;
}
.case-card a {
  display: block;
}
.case-card a img {
  border-radius: 5px;
}
.case-card .content {
  padding: 30px 20px;
}
.case-card .content h3 {
  margin-bottom: 10px;
  color: #201f51;
}
.case-card .content h3 a {
  display: block;
  color: #201f51;
}
.case-card .content p {
  margin-bottom: 20px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.case-card .content .case-more {
  height: 30px;
  line-height: 30px;
  width: 60px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  background-color: #1996b9;
  color: #ffffff;
  border-radius: 20px;
  transition: 0.7s;
}
.case-card .content .case-more:hover {
  background-color: #294499;
  color: #ffffff;
}

/*=================================
Solutions Area 
====================================*/
.solutions-area {
  background-image: url(../img/solution-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.solutions-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #201f51;
  opacity: 0.8;
}

.solutions-content {
  margin-bottom: 30px;
}
.solutions-content .section-title h2 {
  color: #ffffff;
  max-width: 520px;
}

.solutions-btn {
  margin-bottom: 30px;
}

/*=================================
Solutions Area End
====================================*/
/*=================================
Project Area 
====================================*/
.project-title {
  margin-bottom: 30px;
}

.project-title-two {
  margin-bottom: 30px;
}
.project-title-two .section-title {
  text-align: center;
}
.project-title-two .section-title h2 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.project-title-two .section-title p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.project-text {
  margin-top: 50px;
  margin-bottom: 30px;
}
.project-text p {
  margin-bottom: 0;
}

.project-tab {
  margin-top: 20px;
}
.project-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.project-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 25px;
}
.project-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #201f51;
}
.project-tab .tabs li a:focus {
  color: #1996b9;
}
.project-tab .tabs li.active a {
  color: #1996b9;
}
.project-tab .tabs li.current a {
  color: #1996b9;
}

.project-card {
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.project-card:hover .project-content {
  padding: 20px;
  height: auto;
  width: 100%;
  background-color: #201f51;
  bottom: 0;
}
.project-card:hover .project-content .content {
  opacity: 1;
}
.project-card:hover .project-card-bottom {
  width: 80%;
  opacity: 1;
}
.project-card:hover .project-content-bg {
  background-color: #ffffff;
}
.project-card a {
  display: block;
}
.project-card a img {
  border-radius: 5px;
}
.project-card .project-content {
  position: absolute;
  bottom: -150px;
  left: 0;
  right: 0;
  background-color: rgba(48, 29, 68, 0.6705882353);
  padding: 10px 20px;
  height: auto;
  border-radius: 5px;
  transition: 0.9s;
  overflow: hidden;
}
.project-card .project-content h3 {
  font-weight: 400;
  margin-bottom: 0;
}
.project-card .project-content h3 a {
  color: #ffffff;
}
.project-card .project-content .content {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0;
}
.project-card .project-content .content p {
  color: #ffffff;
  margin-bottom: 15px;
}
.project-card .project-content .content .project-more {
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  width: 60px;
  font-size: 14px;
  background-color: #1996b9;
  color: #ffffff;
  border-radius: 20px;
}
.project-card .project-content .content .project-more:hover {
  background-color: #294499;
}
.project-card .project-card-bottom {
  position: absolute;
  bottom: 0;
  width: 0;
  background-color: #1996b9;
  opacity: 0;
  transition: 0.7s;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  border-radius: 5px;
}
.project-card .project-content-bg {
  background-color: rgba(255, 255, 255, 0.8588235294);
}
.project-card .project-content-bg h3 {
  font-weight: 600;
}
.project-card .project-content-bg h3 a {
  color: #201f51;
}
.project-card .project-content-bg .content p {
  color: #201f51;
}

.project-view-btn {
  margin-top: 20px;
  margin-bottom: 30px;
}
.project-view-btn .view-btn {
  padding: 11px 35px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #201f51;
  color: #201f51;
  transition: 0.7s;
}
.project-view-btn .view-btn:hover {
  background-color: #201f51;
  color: #ffffff;
}

.project-article {
  margin-bottom: 30px;
}
.project-article .blog-article-img {
  margin-bottom: 30px;
}
.project-article .blog-article-img img {
  width: 100%;
}
.project-article .project-status {
  padding-bottom: 20px;
  border-bottom: 3px solid #1996b9;
  margin-bottom: 30px;
}
.project-article .project-status ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.project-article .project-status ul li {
  display: inline-block;
  color: #201f51;
  margin-right: 30px;
  position: relative;
}
.project-article .project-status ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  width: 1px;
  height: 20px;
  background-color: #e0dde3;
  right: -20px;
}
.project-article .project-status ul li:last-child {
  margin-right: 0;
}
.project-article .project-status ul li:last-child::before {
  display: none;
}
.project-article .project-status ul li a {
  color: #1996b9;
  display: inline-block;
}
.project-article .project-status ul li a:hover {
  color: #294499;
}
.project-article .project-status .project-comment {
  float: right;
}
.project-article .project-status .project-comment h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.project-article .project-status .project-comment h3 i {
  color: #1996b9;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.project-article .project-content h2 {
  font-size: 26px;
  margin-bottom: 20px;
  max-width: 650px;
}
.project-article .project-content p {
  margin-bottom: 20px;
}
.project-article .project-another-content p {
  margin-bottom: 20px;
}
.project-article .project-another-content .content-img {
  margin-top: 30px;
}
.project-article .project-another-content .content-img img {
  margin-bottom: 30px;
}
.project-article .project-article-share {
  margin-top: 30px;
  border-bottom: 1px solid #e0dde3;
  padding-bottom: 30px;
}
.project-article .project-article-share .social-icon {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-article .project-article-share .social-icon li {
  display: inline-block;
  margin-right: 5px;
  color: #201f51;
}
.project-article .project-article-share .social-icon li:first-child {
  margin-right: 15px;
  font-weight: 600;
}
.project-article .project-article-share .social-icon li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: #1996b9;
  color: #ffffff;
  border-radius: 3px;
}
.project-article .project-article-share .social-icon li a:hover {
  background-color: #201f51;
  color: #ffffff;
}

/*=================================
Project Area End
====================================*/
/*=================================
Blog Area 
====================================*/
.blog-area .section-title h2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.blog-area .section-title p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.blog-card {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  border-radius: 5px;
}
.blog-card:hover::before {
  height: 100%;
  opacity: 1;
}
.blog-card:hover::after {
  width: 90%;
  opacity: 1;
  margin: 0 auto;
}
.blog-card:hover .content h3 a {
  color: #ffffff;
}
.blog-card:hover .content ul li {
  color: #c1bcc7;
}
.blog-card:hover .content p {
  color: #c1bcc7;
}
.blog-card:hover .content .blog-more {
  background-color: #1996b9;
}
.blog-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #201f51;
  border-radius: 5px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.7s;
}
.blog-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 5px;
  bottom: 0;
  width: 0;
  height: 3px;
  left: 0;
  right: 0;
  background-color: #1996b9;
  opacity: 0;
  transition: 0.8s;
}
.blog-card a {
  display: block;
}
.blog-card a img {
  border-radius: 5px;
}
.blog-card .content {
  padding: 30px;
}
.blog-card .content h3 {
  font-size: 20px;
}
.blog-card .content h3 a {
  color: #201f51;
  margin-bottom: 10px;
}
.blog-card .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-card .content ul li {
  display: inline-block;
  font-size: 14px;
  color: #4a686a;
}
.blog-card .content ul li span {
  color: #1996b9;
}
.blog-card .content ul li a {
  color: #1996b9;
  display: inline-block;
}
.blog-card .content ul li a:hover {
  color: #ffffff;
}
.blog-card .content p {
  margin-top: 15px;
  margin-bottom: 20px;
}
.blog-card .content .blog-more {
  height: 30px;
  line-height: 30px;
  width: 60px;
  font-size: 14px;
  background-color: #201f51;
  color: #ffffff;
  border-radius: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.blog-card .content .blog-more:hover {
  background-color: #294499;
}

.blog-article .blog-article-img {
  margin-bottom: 30px;
}
.blog-article .blog-status {
  padding-bottom: 20px;
  border-bottom: 3px solid #1996b9;
  margin-bottom: 30px;
}
.blog-article .blog-status ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blog-article .blog-status ul li {
  display: inline-block;
  color: #201f51;
  margin-right: 30px;
  position: relative;
}
.blog-article .blog-status ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  width: 1px;
  height: 20px;
  background-color: #e0dde3;
  right: -20px;
}
.blog-article .blog-status ul li:last-child {
  margin-right: 0;
}
.blog-article .blog-status ul li:last-child::before {
  display: none;
}
.blog-article .blog-status ul li a {
  color: #1996b9;
  display: inline-block;
}
.blog-article .blog-status ul li a:hover {
  color: #294499;
}
.blog-article .blog-status .blog-comment {
  float: right;
}
.blog-article .blog-status .blog-comment h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.blog-article .blog-status .blog-comment h3 i {
  color: #1996b9;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.blog-article .article-content h2 {
  font-size: 26px;
  margin-bottom: 20px;
  max-width: 500px;
}
.blog-article .article-content p {
  margin-bottom: 20px;
}
.blog-article .article-content .blockquote {
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px;
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid #201f51;
}
.blog-article .article-content .blockquote::before {
  content: "\f10b";
  position: absolute;
  top: -40px;
  left: 30px;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  color: #1996b9;
  font-family: Flaticon;
}
.blog-article .article-content .blockquote p {
  font-size: 20px;
  color: #201f51;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
}
.blog-article .another-content p {
  margin-bottom: 20px;
}
.blog-article .another-content .content-img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-article .blog-article-share {
  margin-top: 30px;
  border-bottom: 1px solid #e0dde3;
  padding-bottom: 30px;
}
.blog-article .blog-article-share .social-icon {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-article .blog-article-share .social-icon li {
  display: inline-block;
  margin-right: 5px;
  color: #201f51;
}
.blog-article .blog-article-share .social-icon li:first-child {
  margin-right: 15px;
  font-weight: 600;
}
.blog-article .blog-article-share .social-icon li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  background-color: #1996b9;
  color: #ffffff;
  border-radius: 3px;
}
.blog-article .blog-article-share .social-icon li a:hover {
  background-color: #201f51;
  color: #ffffff;
}
.blog-article .comments-wrap {
  margin-top: 20px;
  padding-top: 20px;
}
.blog-article .comments-wrap .title {
  font-size: 24px;
  margin-bottom: 30px;
  color: #201f51;
  font-weight: 500;
}
.blog-article .comments-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-article .comments-wrap ul li {
  position: relative;
  padding: 0 30px 30px;
  padding-left: 140px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.blog-article .comments-wrap ul li:last-child {
  margin-bottom: 0;
}
.blog-article .comments-wrap ul li img {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 30px;
}
.blog-article .comments-wrap ul li h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
.blog-article .comments-wrap ul li span {
  margin-bottom: 10px;
  display: block;
}
.blog-article .comments-wrap ul li p {
  margin-bottom: 0;
}
.blog-article .comments-wrap ul li a {
  position: absolute;
  top: 27px;
  left: 300px;
  color: #1996b9;
  font-weight: 500;
}
.blog-article .comments-wrap ul li a:hover {
  color: #201f51;
}
.blog-article .comments-form .contact-form {
  padding: 35px 0 35px 0;
}
.blog-article .comments-form .contact-form .form-group .form-control {
  border-color: #988ea1;
  background-color: transparent;
  border-radius: 0;
}
.blog-article .comments-form .contact-form .default-btn {
  background-color: #201f51;
  border-radius: 0;
}

.side-bar-widget {
  margin-bottom: 30px;
}

.search-widget {
  margin-bottom: 35px;
}
.search-widget .search-form {
  position: relative;
}
.search-widget .search-form .form-control {
  height: 50px;
  border: 1px solid #988ea1;
  background-color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
}
.search-widget .search-form .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.search-widget .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-color: #1996b9;
  transition: all 0.5s;
  border: none;
  outline: none;
}
.search-widget .search-form button i {
  color: #ffffff;
}
.search-widget .search-form button:hover {
  background-color: #201f51;
}

.side-bar-widget {
  margin-bottom: 35px;
  border: 1px solid #988ea1;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(102, 102, 102, 0.1);
}
.side-bar-widget .title {
  font-size: 20px;
  color: #201f51;
  padding: 15px 0;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-left: 30px;
  border-bottom: 3px solid #1996b9;
}
.side-bar-widget .side-bar-categories {
  padding: 10px 15px 20px;
}
.side-bar-widget .side-bar-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.side-bar-widget .side-bar-categories ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ededed;
}
.side-bar-widget .side-bar-categories ul li a {
  display: inline-block;
  color: #201f51;
  font-weight: normal;
  padding: 7px 20px;
  font-weight: 500;
}
.side-bar-widget .side-bar-categories ul li a:hover {
  color: #1996b9;
}
.side-bar-widget .side-bar-categories ul li span {
  padding: 7px 15px;
  float: right;
  color: #1996b9;
  font-weight: 500;
}
.side-bar-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
  padding: 20px 30px 30px;
}
.side-bar-widget .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.side-bar-widget .widget-popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.side-bar-widget .widget-popular-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}
.side-bar-widget .widget-popular-post .item .thumb .full-image {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #201f51;
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
  background-image: url(../img/blog/blog-img1.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../img/blog/blog-img2.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../img/blog/blog-img3.jpg);
}
.side-bar-widget .widget-popular-post .item .info {
  overflow: hidden;
}
.side-bar-widget .widget-popular-post .item .info .title-text {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
}
.side-bar-widget .widget-popular-post .item .info .title-text a {
  display: inline-block;
  color: #201f51;
}
.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color: #1996b9;
}
.side-bar-widget .widget-popular-post .item .info p {
  font-size: 14px;
  margin-bottom: 0;
  max-width: 180px;
}
.side-bar-widget .side-bar-widget-tag {
  list-style: none;
  margin: 0;
  padding: 10px 20px 20px;
}
.side-bar-widget .side-bar-widget-tag li {
  display: inline-block;
  padding: 7px 15px;
  margin: 5px;
  transition: 0.7s;
  color: #201f51;
  font-size: 14px;
  font-weight: 600;
  background-color: #ececec;
}
.side-bar-widget .side-bar-widget-tag li:hover {
  background-color: #1996b9;
}
.side-bar-widget .side-bar-widget-tag li a {
  color: #201f51;
}
.side-bar-widget .side-bar-widget-tag li:hover a {
  color: #ffffff;
}

/*=================================
Blog Area End
====================================*/
/*=================================
Team Area 
====================================*/
.team-area .section-title {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.team-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.team-card:hover .team-img img {
  filter: brightness(0.5);
}
.team-card:hover .team-img .social-icon .social-link li a {
  transform: scaleY(1);
}
.team-card .team-img {
  position: relative;
}
.team-card .team-img img {
  border-radius: 5px;
}
.team-card .team-img .social-icon {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  bottom: 40px;
}
.team-card .team-img .social-icon .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-card .team-img .social-icon .social-link li {
  display: inline-block;
  margin-right: 5px;
}
.team-card .team-img .social-icon .social-link li a {
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 35px;
  height: 35px;
  margin: 0 auto;
  line-height: 37px;
  text-align: center;
  transform: scaleY(0);
  color: #201f51;
  background-color: #ffffff;
  transition: 0.7s;
}
.team-card .team-img .social-icon .social-link li a:hover {
  background-color: #1996b9;
  color: #ffffff;
  border-radius: 50px;
}
.team-card .content {
  padding: 30px 20px;
  position: relative;
}
.team-card .content::before {
  content: "";
  position: absolute;
  background-color: #1996b9;
  width: 90%;
  margin: 0 auto;
  height: 3px;
  border-radius: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.team-card .content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.team-card .content span {
  color: #6e607c;
}
.team-card .content p {
  color: #6e607c;
  margin-top: 10px;
  margin-bottom: 0;
}

.team-view-btn {
  margin-top: 50px;
  margin-bottom: 30px;
}
.team-view-btn .view-btn {
  padding: 11px 35px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #201f51;
  color: #201f51;
  transition: 0.7s;
}
.team-view-btn .view-btn:hover {
  background-color: #201f51;
  color: #ffffff;
}

/*=================================
Team Area End
====================================*/
/*=================================
Client Area 
====================================*/
.client-area {
  padding-bottom: 270px;
  background-image: url(../img/client/client-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.client-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #201f51;
  opacity: 0.7;
}

.client-title {
  margin-bottom: 45px;
}
.client-title .section-title h2 {
  color: #ffffff;
}

.client-text {
  margin-top: 50px;
  margin-bottom: 45px;
}
.client-text p {
  color: #ffffff;
  margin-bottom: 0;
}

.client-item {
  margin-top: 45px;
  padding: 60px 20px 10px 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.client-item:hover::before {
  opacity: 1;
  height: 100%;
}
.client-item:hover::after {
  opacity: 1;
  width: 100%;
}
.client-item:hover .content h3 {
  color: #ffffff;
}
.client-item:hover .content span {
  color: #d0ced3;
}
.client-item:hover .content p {
  color: #d0ced3;
}
.client-item:hover .content .quote {
  color: #1996b9;
}
.client-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #201f51;
  opacity: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transition: 0.7s;
}
.client-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-radius: 5px;
  transition: 0.7s;
}
.client-item .client-img {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 1;
}
.client-item .client-img img {
  border-radius: 50%;
  border: 2px solid #1996b9;
}
.client-item .content h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.client-item .content span {
  font-size: 14px;
  margin-bottom: 15px;
}
.client-item .content ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.client-item .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #1996b9;
}
.client-item .content p {
  margin-bottom: 0;
}
.client-item .content .quote {
  font-size: 35px;
  color: #201f51;
  margin-bottom: 0;
}

.client-area-two {
  background-color: #f8f9fb;
  position: relative;
}
.client-area-two .section-title {
  position: relative;
  z-index: 1;
}
.client-area-two .section-title h2 {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.client-area-two .section-title p {
  max-width: 600px;
  margin: 0 auto;
}
.client-area-two .owl-dots {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}
.client-area-two .owl-dots .owl-dot span {
  background-color: #1996b9 !important;
  width: 10px !important;
  height: 10px !important;
  transition: 0.7s;
}
.client-area-two .owl-dots .owl-dot.active span {
  background-color: #1996b9 !important;
  width: 40px !important;
  height: 10px !important;
}
.client-area-two .owl-dots .owl-dot:hover span {
  background-color: #1996b9 !important;
  width: 40px !important;
  height: 10px !important;
}

.client-card {
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}
.client-card .client-card-img {
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 1;
}
.client-card .client-card-img img {
  border-radius: 50%;
  border: 2px solid #1996b9;
  width: 80%;
}
.client-card h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.client-card span {
  font-size: 14px;
  margin-bottom: 15px;
}
.client-card ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.client-card ul li {
  display: inline-block;
  font-size: 15px;
  color: #1996b9;
}
.client-card p {
  margin-bottom: 0;
}
.client-card .client-card-quote {
  font-size: 35px;
  color: #1996b9;
  margin-bottom: 0;
  margin-top: -35px;
  float: right;
}

.client-shape .shape1 {
  position: absolute;
  bottom: 15%;
  left: 0%;
}
.client-shape .shape2 {
  position: absolute;
  top: 30%;
  right: 15%;
  z-index: 1;
}
.client-shape .shape3 {
  position: absolute;
  top: 25%;
  right: 2%;
}

/*=================================
Client Area End
====================================*/
/*=================================
Leader Area 
====================================*/
.leader-area {
  background-image: url(../img/bg-img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100px;
  padding-bottom: 270px;
}
.leader-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
}
.leader-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  width: 75%;
  height: 100%;
  background-image: url(../img/shape/shape3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.leader-content {
  position: relative;
  margin-bottom: 30px;
}
.leader-content .section-title h2 {
  color: #ffffff;
  max-width: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.leader-content .section-title p {
  color: #d1ccd2;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

/*=================================
Leader Area End
====================================*/
/*==================================
Faq Area 
=================================*/
.faq-accordion {
  max-width: 470px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
  display: block;
  background-color: #ffffff;
  margin-bottom: 15px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: none;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 20px;
  color: #201f51;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 25px;
  transition: 0.5s;
  font-size: 24px;
  width: 40px;
  height: 40px;
  color: #1996b9;
  border-radius: 50px;
  border: 1px solid #1996b9;
  text-align: center;
  line-height: 40px;
  background-color: transparent;
}
.faq-accordion .accordion .accordion-title.active i {
  transform: rotate(180deg);
  top: 15px;
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
}
.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*==================================
Faq Area End
=================================*/
/*=================================
Contact Area 
====================================*/
.contact-form {
  padding: 45px;
  max-width: 800px;
  position: relative;
  z-index: 1;
}
.contact-form .section-title {
  margin-bottom: 30px;
}
.contact-form .section-title p {
  max-width: 415px;
  margin: 0 auto;
}
.contact-form .form-group {
  margin-bottom: 25px;
  position: relative;
}
.contact-form .form-group .form-control {
  height: 50px;
  color: #948b9f;
  border: 1px solid #ebebeb;
  background-color: #f8f9fb;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
}
.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #1996b9;
  box-shadow: none;
}
.contact-form .form-group textarea.form-control {
  height: auto;
}
.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}
.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}
.contact-form .default-btn {
  border: 0;
  outline: none;
  padding: 14px 60px;
}

.contact-form .form-group .form-control::-moz-placeholder {
  color: #948b9f;
}

.contact-form .form-group .form-control::placeholder {
  color: #948b9f;
}

.contact-area-bg {
  background-color: #ffffff;
  position: relative;
  margin-top: -200px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: 2;
}
.contact-area-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-image: url(../img/contact/contact-img.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact-img {
  position: absolute;
  top: 0;
  right: 0;
}
.contact-img img {
  border-radius: 0 10px 10px 0;
}

.contact-card {
  margin-bottom: 30px;
  position: relative;
}
.contact-card i {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: #fff4e5;
  color: #1996b9;
  display: inline-block;
  text-align: center;
  font-size: 26px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}
.contact-card .content {
  padding-left: 85px;
}
.contact-card .content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.contact-card .content p {
  margin-bottom: 0;
  color: #201f51;
}
.contact-card .content p a {
  color: #201f51;
}
.contact-card .content p a:hover {
  color: #1996b9;
}
.contact-card .content span {
  margin-bottom: 0;
  color: #201f51;
}
.contact-card .content span a {
  color: #201f51;
}
.contact-card .content span a:hover {
  color: #1996b9;
}

.apply-form .contact-form {
  padding: 0;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

/*=================================
Contact Area End
====================================*/
/*=================================
User All Form
====================================*/
.user-all-form {
  margin-bottom: 30px;
}
.user-all-form .contact-form {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.user-all-form .contact-form .agree-label label {
  font-weight: 500;
  color: #201f51;
  margin-left: 10px;
}
.user-all-form .contact-form .forget {
  margin-bottom: 15px;
  float: right;
  color: #201f51;
  font-weight: 500;
}
.user-all-form .contact-form .forget:hover {
  color: #1996b9;
}
.user-all-form .contact-form .account-desc {
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
.user-all-form .contact-form .account-desc a {
  color: #201f51;
}
.user-all-form .contact-form .account-desc a:hover {
  color: #1996b9;
}

/*=================================
User All Form End
====================================*/
/*=================================
404 Error Area
===================================*/
.error-area {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
}
.error-area .error-content {
  text-align: center;
  position: relative;
}
.error-area .error-content img {
  max-width: 100%;
}
.error-area .error-content h3 {
  margin-bottom: 20px;
  position: relative;
  color: #1996b9;
  font-size: 35px;
}
.error-area .error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #201f51;
}

/*=================================
404 Error Area End
===================================*/
/*================================== 
Coming Soon Area 
====================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-image: url(../img/inner-banner/inner-banner-6.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.coming-soon-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background-color: #201f51;
  opacity: 0.7;
}
.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 50px 30px;
  border: 5px solid #aec5df;
}
.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 60px;
  font-family: "Playfair Display", serif;
}
.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
.coming-soon-area .coming-soon-content #timer {
  margin-top: 20px;
}
.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #ffffff;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}
.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}
.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}
.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}
.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}
.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: #ffffff;
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  transition: 0.5s;
  border-radius: 0;
  border: 1px solid #cccccc;
  color: #5d5d5d;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #1996b9;
}
.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  border: 0;
  outline: 0;
  border-radius: 0 !important;
}
.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #ffffff;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #190f3c;
}
.coming-soon-area .coming-soon-content ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}
.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 18px;
  background-color: #1996b9;
  color: #ffffff;
  border-radius: 50px;
  margin-right: 10px;
}
.coming-soon-area .coming-soon-content ul li a {
  color: #ffffff;
}
.coming-soon-area .coming-soon-content ul li:hover {
  background-color: #294499;
}
.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*================================== 
Coming Soon Area End
====================================*/
.single-content {
  margin-bottom: 30px;
}
.single-content h3 {
  font-size: 26px;
  color: #201f51;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
}
.single-content p {
  margin-bottom: 0;
}

/*=================================
Map Area 
====================================*/
.map-area iframe {
  display: block;
  width: 100%;
  height: 600px;
}

/*=================================
Map Area End
====================================*/
/*==============================
Pagination Area 
=================================*/
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.pagination-area .page-numbers {
  padding: 5px 17px;
  color: #201f51;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 18px;
  border-radius: 5px;
}
.pagination-area .page-numbers:hover {
  color: #1996b9;
}
.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}
.pagination-area .page-numbers.current {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/*==============================
Pagination Area End
=================================*/
/*=================================
Footer Area 
====================================*/
.footer-area {
  background-color: #f5f5f5;
}

.footer-widget {
  margin-bottom: 30px;
}
.footer-widget .footer-logo {
  margin-bottom: 30px;
}
.footer-widget .footer-logo .footer-logo-two {
  display: none;
}
.footer-widget h3 {
  margin-top: 30px;
  font-size: 24px;
  color: #201f51;
  margin-bottom: 30px;
}
.footer-widget p {
  margin-bottom: 20px;
}
.footer-widget .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget .social-link li {
  display: inline-block;
  margin-right: 5px;
}
.footer-widget .social-link li a {
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #201f51;
  background-color: #ffffff;
  transition: 0.7s;
}
.footer-widget .social-link li a:hover {
  background-color: #1996b9;
  color: #ffffff;
  border-radius: 50px;
}
.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget .footer-list li {
  display: block;
  color: #201f51;
  margin-bottom: 7px;
}
.footer-widget .footer-list li a {
  color: #201f51;
}
.footer-widget .footer-list li a:hover {
  color: #1996b9;
  letter-spacing: 0.15px;
}
.footer-widget .footer-list-two {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget .footer-list-two li {
  display: block;
  color: #201f51;
  margin-bottom: 7px;
  position: relative;
  padding-left: 30px;
}
.footer-widget .footer-list-two li i {
  color: #1996b9;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
}
.footer-widget .footer-list-two li a {
  color: #201f51;
}
.footer-widget .footer-list-two li:hover {
  color: #1996b9;
}
.footer-widget .footer-list-two li:hover i {
  color: #201f51;
}
.footer-widget .footer-list-two li:hover a {
  color: #1996b9;
}
.footer-widget .newsletter-form {
  position: relative;
  border-radius: 50px;
}
.footer-widget .newsletter-form .form-control {
  background: #201f51;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  margin: 0;
  border-radius: 5px;
  border: none;
  padding: 0 25px;
}
.footer-widget .newsletter-form .form-control:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.footer-widget .newsletter-form .default-btn {
  margin-top: 15px;
  outline: none;
  border: 0;
  padding: 12px 50px;
}
.footer-widget .newsletter-form .validation-danger {
  font-size: 16px;
  margin-top: 15px;
  color: red;
}

.footer-widget .newsletter-form .form-control::-moz-placeholder {
  color: #948b9f;
}

.footer-widget .newsletter-form .form-control::placeholder {
  color: #948b9f;
}

.copy-right-area {
  padding: 15px;
  background-color: #201f51;
}
.copy-right-area .copy-right-text p {
  color: #ffffff;
  margin-bottom: 0;
}
.copy-right-area .copy-right-text p a {
  color: #1996b9;
  border-bottom: 1px solid #1996b9;
}
.copy-right-area .copy-right-text p a:hover {
  color: #294499;
  border-color: #ffffff;
}

/*=================================
Footer Area End
====================================*/
/*==================================
Back To Top Button 
=====================================*/
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99;
}

.top-btn {
  background-color: #1996b9;
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 0 15px #1996b9;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  transition: 0.9s;
}
.top-btn:hover {
  background-color: #201f51;
  box-shadow: 0 0 15px #08104d;
  color: #fff;
}

/*==============================
Back To Top Button 
=================================*/
/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}
.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.buy-now-btn:hover {
  color: #ffffff;
  background-color: #94be5d;
}

/*==================================
Preloader CSS 
=====================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #201f51;
}

.spinner {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 100px auto;
  animation: rotate-in 1.2s infinite ease-in-out;
}

/*==================================
Preloader CSS End
=====================================*/
/*==================================
Animation CSS
====================================*/
@keyframes scale {
  0%, 35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes rotate-in {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes running-in {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, 150px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes rotated360 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}
/*==================================
Animation CSS End
====================================*/

/*==================================
VikMac Ajiralink Custom Styles
====================================*/

/* CSS Variables */
:root {
    /* Logo Colors */
    --primary-blue: #294499;
    --primary-dark: #201f51;
    --secondary-dark: #252a5e;
    --accent-teal: #1996b9;
    --accent-light: #22b8dc;
    --text-light: rgba(255,255,255,0.8);
    --gradient-accent: linear-gradient(90deg, #1996b9, #22b8dc);
    --gradient-dark: linear-gradient(135deg, #201f51, #294499);
    
    /* Legacy variable mappings for compatibility */
    --primary-gold: #1996b9;
    --gradient-gold: linear-gradient(90deg, #1996b9, #22b8dc);
}

/* Section Titles */
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, rgba(25, 150, 185, 0.15), rgba(25, 150, 185, 0.05));
    padding: 8px 20px;
    border-radius: 30px;
    color: var(--primary-gold);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    border: 1px solid rgba(25, 150, 185, 0.2);
}

.section-title-new h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-dark);
    line-height: 1.3;
    margin-bottom: 20px;
}

.section-title-new h2 span {
    color: var(--primary-gold);
}

.gold-divider {
    width: 60px;
    height: 4px;
    background: var(--gradient-gold);
    border-radius: 2px;
    margin: 20px 0;
}

.gold-divider.center {
    margin: 20px auto;
}

/*==================================
Enhanced Banner Styles
====================================*/
.banner-area-three {
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #201f51 0%, #294499 50%, #0d1f33 100%);
    overflow: hidden;
}

.banner-area-three::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/pattern-dots.png') repeat;
    opacity: 0.03;
}

.banner-area-three .sub-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, rgba(25, 150, 185, 0.2), rgba(25, 150, 185, 0.05));
    padding: 10px 20px;
    border-radius: 30px;
    color: #1996b9;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border: 1px solid rgba(25, 150, 185, 0.3);
}

.banner-area-three h1 {
    font-size: 56px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.banner-area-three h1 .highlight {
    background: linear-gradient(90deg, #1996b9, #22b8dc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.banner-area-three .lead {
    font-size: 20px;
    color: rgba(255,255,255,0.9);
    font-weight: 500;
    margin-bottom: 15px;
}

.banner-area-three p {
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.banner-area-three p strong {
    color: #1996b9;
}

.banner-btn {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.banner-btn .default-btn {
    background: linear-gradient(90deg, #1996b9, #1580a0);
    color: #201f51;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(25, 150, 185, 0.3);
    text-decoration: none;
}

.banner-btn .default-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(25, 150, 185, 0.4);
    color: #201f51;
}

.banner-btn .learn-btn {
    background: transparent;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease;
    text-decoration: none;
}

.banner-btn .learn-btn:hover {
    background: rgba(255,255,255,0.1);
    border-color: #1996b9;
    color: #1996b9;
}

/* Banner Stats */
.banner-stats {
    display: flex;
    gap: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    color: #1996b9;
    font-family: 'Playfair Display', serif;
}

.stat-label {
    display: block;
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

/* Banner Image */
.banner-img-wrapper {
    position: relative;
    z-index: 1;
}

.banner-img-main {
    position: relative;
}

.banner-img-main img {
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
    width: 100%;
    height: auto;
}

/* Banner Slider */
.banner-slider {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

.banner-slider .slider-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.banner-slider .slider-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.banner-slider .slider-item:hover img {
    transform: scale(1.05);
}

.banner-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    pointer-events: none;
}

.banner-slider .owl-nav button {
    pointer-events: auto;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.9) !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px !important;
    color: var(--primary-dark) !important;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.banner-slider .owl-nav button:hover {
    background: var(--primary-gold) !important;
    color: var(--primary-dark) !important;
    transform: scale(1.1);
}

.banner-slider .owl-nav button span {
    line-height: 1;
    font-size: 30px;
}

.banner-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.banner-slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5) !important;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.banner-slider .owl-dots .owl-dot.active {
    background: var(--primary-gold) !important;
    width: 30px;
    border-radius: 10px;
}

.banner-slider .owl-dots .owl-dot:hover {
    background: rgba(255,255,255,0.8) !important;
}

/* Slider overlay gradient */
.banner-slider .slider-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: linear-gradient(to top, rgba(32,31,81,0.4), transparent);
    border-radius: 0 0 20px 20px;
    pointer-events: none;
}

.floating-card {
    position: absolute;
    background: #ffffff;
    padding: 15px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    animation: float 3s ease-in-out infinite;
    z-index: 10;
}

.floating-card i {
    font-size: 24px;
    color: #1996b9;
}

.floating-card span {
    font-weight: 600;
    color: #201f51;
    font-size: 14px;
}

.floating-card.card-1 {
    top: 20%;
    left: -30px;
    animation-delay: 0s;
}

.floating-card.card-2 {
    bottom: 20%;
    right: -30px;
    animation-delay: 1.5s;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* Banner Shapes */
.banner-shapes .shape {
    position: absolute;
    border-radius: 50%;
}

.banner-shapes .shape-1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(25, 150, 185, 0.15), transparent);
    top: -50px;
    right: -50px;
}

.banner-shapes .shape-2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(25, 150, 185, 0.1), transparent);
    bottom: 50px;
    left: -100px;
}

.banner-shapes .shape-3 {
    width: 100px;
    height: 100px;
    border: 2px solid rgba(25, 150, 185, 0.2);
    top: 30%;
    right: 20%;
}

/* Scrolling Destinations */
.banner-destinations {
    overflow: hidden;
    padding: 30px 0;
    background: rgba(0,0,0,0.2);
    margin-top: 60px;
}

.destinations-track {
    display: flex;
    gap: 50px;
    animation: scroll 25s linear infinite;
    width: max-content;
}

.destination-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.destination-item .flag {
    font-size: 24px;
}

.destination-item.category {
    background: rgba(25, 150, 185, 0.15);
    padding: 8px 18px;
    border-radius: 20px;
    color: #1996b9;
    font-size: 14px;
}

.destination-item.separator {
    color: #1996b9;
    font-size: 24px;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/*==================================
Deployment Section
====================================*/
.deployment-section {
    background: #f8f9fa;
}

.deployment-wrapper {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.deployment-wrapper h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-dark);
    margin: 0;
}

.country-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.country-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
    padding: 20px 30px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.country-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(32,31,81,0.2);
}

.country-card .flag {
    font-size: 40px;
}

.country-card .country-info {
    display: flex;
    flex-direction: column;
}

.country-card .country-info strong {
    color: #ffffff;
    font-size: 18px;
}

.country-card .country-info small {
    color: var(--primary-gold);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*==================================
Services Card Modern
====================================*/
.services-card-modern {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.services-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(25, 150, 185, 0.15);
    border-color: rgba(25, 150, 185, 0.3);
}

.services-card-modern .card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.services-card-modern:hover .card-icon {
    background: var(--gradient-gold);
}

.services-card-modern .card-icon i {
    font-size: 32px;
    color: var(--primary-gold);
    transition: all 0.3s ease;
}

.services-card-modern:hover .card-icon i {
    color: var(--primary-dark);
}

.services-card-modern .card-number {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 60px;
    font-weight: 800;
    color: rgba(25, 150, 185, 0.1);
    font-family: 'Playfair Display', serif;
}

.services-card-modern h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 15px;
}

.services-card-modern p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.services-card-modern .feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.services-card-modern .feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: #555;
    font-size: 14px;
}

.services-card-modern .feature-list li i {
    color: var(--primary-gold);
    font-size: 18px;
}

.services-card-modern .card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-dark);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.services-card-modern .card-link:hover {
    color: var(--primary-gold);
    gap: 15px;
}

.service-intro-text {
    padding-top: 30px;
}

.service-intro-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #666;
}

/*==================================
Professional Services
====================================*/
.professional-services-area {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.professional-services-area .section-title-new {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
}

.professional-services-area .section-title-new span {
    color: var(--primary-gold);
}

.professional-services-area .section-subtitle {
    color: #666;
    font-size: 17px;
    max-width: 700px;
    margin: 0 auto;
}

.pro-service-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 25px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.4s ease;
    height: 100%;
}

.pro-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(25, 150, 185, 0.15);
    border-color: var(--primary-gold);
}

.pro-service-card .pro-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.pro-service-card:hover .pro-icon {
    background: var(--gradient-gold);
    transform: scale(1.1);
}

.pro-service-card .pro-icon i {
    font-size: 36px;
    color: var(--primary-gold);
    transition: all 0.3s ease;
}

.pro-service-card:hover .pro-icon i {
    color: var(--primary-dark);
}

.pro-service-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 12px;
}

.pro-service-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.pro-features {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    text-align: left;
}

.pro-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    color: #555;
    font-size: 13px;
}

.pro-features li i {
    color: var(--primary-gold);
}

.pro-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--primary-gold);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pro-link:hover {
    color: var(--primary-dark);
    gap: 10px;
}

/*==================================
About Section Modern
====================================*/
.about-area-modern {
    background: #ffffff;
    position: relative;
}

.about-images-grid {
    position: relative;
    padding: 30px;
}

.about-images-grid .image-main {
    position: relative;
    z-index: 2;
}

.about-images-grid .image-main img {
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
    width: 85%;
}

.about-images-grid .image-secondary {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.about-images-grid .image-secondary img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    border: 6px solid #ffffff;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.experience-badge {
    position: absolute;
    top: 50px;
    right: 80px;
    background: var(--gradient-gold);
    padding: 25px 30px;
    border-radius: 15px;
    text-align: center;
    z-index: 4;
    box-shadow: 0 15px 40px rgba(25, 150, 185, 0.3);
}

.experience-badge .years {
    display: block;
    font-size: 42px;
    font-weight: 800;
    color: var(--primary-dark);
    font-family: 'Playfair Display', serif;
    line-height: 1;
}

.experience-badge .text {
    display: block;
    font-size: 13px;
    color: var(--primary-dark);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

.floating-shape {
    position: absolute;
    border-radius: 50%;
}

.floating-shape.shape-1 {
    width: 200px;
    height: 200px;
    background: rgba(25, 150, 185, 0.1);
    top: -30px;
    left: -30px;
    z-index: 1;
}

.floating-shape.shape-2 {
    width: 100px;
    height: 100px;
    border: 3px solid rgba(25, 150, 185, 0.2);
    bottom: 100px;
    left: 50px;
    z-index: 1;
}

.about-content-modern h2,
.about-content-page h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
    line-height: 1.3;
}

.about-content-modern h2 span,
.about-content-page h2 span {
    color: var(--primary-gold);
}

.about-content-modern .lead-text,
.about-content-page .lead-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-dark);
    margin-bottom: 20px;
}

.about-content-modern p,
.about-content-page p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-content-modern p strong,
.about-content-page p strong {
    color: var(--primary-gold);
}

.destinations-served {
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
    padding: 25px;
    border-radius: 15px;
    margin: 30px 0;
}

.destinations-served h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
}

.destination-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dest-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    padding: 10px 20px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.dest-tag .flag {
    font-size: 20px;
}

.about-cta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-primary-gold {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gradient-gold);
    color: var(--primary-dark);
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(25, 150, 185, 0.3);
}

.btn-primary-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(25, 150, 185, 0.4);
    color: var(--primary-dark);
}

.btn-outline-gold {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--primary-dark);
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--primary-dark);
    transition: all 0.3s ease;
}

.btn-outline-gold:hover {
    background: var(--primary-dark);
    color: #ffffff;
}

/* About Features */
.about-features {
    margin-top: 25px;
}

.about-features .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}

.about-features .feature-item i {
    font-size: 22px;
    color: var(--primary-gold);
}

.about-features .feature-item span {
    color: var(--primary-dark);
    font-weight: 500;
}

/*==================================
Why Choose Modern
====================================*/
.why-choose-modern {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary-dark) 100%);
    position: relative;
}

.why-choose-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/pattern-dots.png') repeat;
    opacity: 0.03;
}

.why-choose-modern .section-badge {
    background: rgba(25, 150, 185, 0.15);
}

.why-choose-modern .section-heading {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.why-choose-modern .section-heading span {
    color: var(--primary-gold);
}

.why-choose-modern .section-subtitle {
    color: rgba(255,255,255,0.7);
    font-size: 17px;
    max-width: 700px;
    margin: 0 auto;
}

.why-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.why-card:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-10px);
    border-color: var(--primary-gold);
}

.why-card .why-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.why-card .why-icon i {
    font-size: 36px;
    color: var(--primary-dark);
}

.why-card h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.why-card p {
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    font-size: 15px;
}

/*==================================
Team Modern
====================================*/
.team-area-modern,
.team-page-section {
    background: #f8f9fa;
}

.team-area-modern .section-title-new,
.team-page-section .section-title-new {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-dark);
}

.team-area-modern .section-title-new span,
.team-page-section .section-title-new span {
    color: var(--primary-gold);
}

.team-area-modern .section-subtitle,
.team-page-section .section-subtitle {
    color: #666;
    font-size: 17px;
    max-width: 700px;
    margin: 0 auto;
}

.team-card-modern,
.team-card-page {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}

.team-card-modern:hover,
.team-card-page:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(25, 150, 185, 0.15);
}

.team-card-modern.featured,
.team-card-page.featured {
    border: 2px solid var(--primary-gold);
}

.team-card-modern .team-img,
.team-card-page .team-img {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.team-card-modern .team-img img,
.team-card-page .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.team-card-modern:hover .team-img img,
.team-card-page:hover .team-img img {
    transform: scale(1.1);
}

.team-card-modern .team-overlay,
.team-card-page .team-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(32,31,81,0.9), transparent);
    padding: 30px 20px 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.team-card-modern:hover .team-overlay,
.team-card-page:hover .team-overlay {
    opacity: 1;
    transform: translateY(0);
}

.team-overlay .social-links {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.team-overlay .social-links a {
    width: 40px;
    height: 40px;
    background: var(--primary-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-dark);
    font-size: 18px;
    transition: all 0.3s ease;
}

.team-overlay .social-links a:hover {
    background: #ffffff;
    transform: translateY(-3px);
}

.team-card-modern .team-info,
.team-card-page .team-info {
    padding: 25px;
    text-align: center;
}

.team-card-modern .team-info h4,
.team-card-page .team-info h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 5px;
}

.team-card-modern .team-info .position,
.team-card-page .team-info .position {
    display: inline-block;
    background: rgba(25, 150, 185, 0.15);
    color: var(--primary-gold);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.team-card-modern .team-info p,
.team-card-page .team-info p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.team-card-modern .team-phone,
.team-card-page .team-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--primary-dark);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.team-card-modern .team-phone:hover,
.team-card-page .team-phone:hover {
    color: var(--primary-gold);
}

/*==================================
CTA Section
====================================*/
.cta-section,
.cta-section-page {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--accent-teal) 0%, var(--primary-blue) 100%);
    position: relative;
}

.cta-wrapper {
    position: relative;
    z-index: 1;
}

.cta-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.cta-content p {
    color: rgba(255,255,255,0.85);
    font-size: 17px;
    margin: 0;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: var(--primary-dark);
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.btn-cta-primary:hover {
    background: var(--primary-dark);
    color: #ffffff;
    transform: translateY(-3px);
}

.btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
}

.btn-cta-secondary:hover {
    background: #25D366;
    border-color: #25D366;
    color: #ffffff;
}

/*==================================
Contact Modern
====================================*/
.contact-area-modern {
    background: #ffffff;
}

.contact-info-wrapper h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
}

.contact-info-wrapper h2 span {
    color: var(--primary-gold);
}

.contact-info-wrapper > p {
    color: #666;
    margin-bottom: 30px;
}

.contact-info-list {
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item .icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-item .icon i {
    font-size: 28px;
    color: var(--primary-gold);
}

.contact-item .content h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 8px;
}

.contact-item .content p {
    color: #666;
    line-height: 1.8;
    margin: 0;
}

.contact-item .content a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item .content a:hover {
    color: var(--primary-gold);
}

.social-connect h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 15px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-gold);
    font-size: 20px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: var(--gradient-gold);
    color: var(--primary-dark);
    transform: translateY(-3px);
}

/* Contact Form */
.contact-form-wrapper {
    background: #f8f9fa;
    border-radius: 25px;
    padding: 40px;
}

.form-header {
    margin-bottom: 30px;
}

.form-header h3 {
    font-size: 26px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
}

.form-header p {
    color: #666;
}

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

.contact-form-modern label {
    display: block;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 8px;
    font-size: 14px;
}

.contact-form-modern .form-control {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #ffffff;
}

.contact-form-modern .form-control:focus {
    border-color: var(--primary-gold);
    outline: none;
    box-shadow: 0 0 0 4px rgba(25, 150, 185, 0.1);
}

.btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gradient-gold);
    color: var(--primary-dark);
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(25, 150, 185, 0.3);
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(25, 150, 185, 0.4);
}

/* CV Upload */
.cv-upload-section {
    margin-top: 40px;
    padding-top: 40px;
}

.divider {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #ddd;
}

.divider span {
    background: #f8f9fa;
    padding: 0 20px;
    position: relative;
    color: #999;
    font-weight: 600;
}

.cv-upload-section h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
}

.cv-upload-section > p {
    color: #666;
    margin-bottom: 20px;
}

.upload-area {
    margin-bottom: 20px;
}

.upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border: 2px dashed #ccc;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #ffffff;
}

.upload-label:hover {
    border-color: var(--primary-gold);
    background: rgba(25, 150, 185, 0.05);
}

.upload-label i {
    font-size: 48px;
    color: var(--primary-gold);
    margin-bottom: 15px;
}

.upload-label span {
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 5px;
}

.upload-label small {
    color: #999;
}

.btn-upload {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--primary-dark);
    color: #ffffff;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-upload:hover {
    background: var(--secondary-dark);
    transform: translateY(-2px);
}

/*==================================
Inner Banner Modern
====================================*/
.inner-banner-modern {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary-dark) 100%);
    padding: 150px 0 100px;
    position: relative;
    overflow: hidden;
}

.inner-banner-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/pattern-dots.png') repeat;
    opacity: 0.03;
}

.inner-banner-modern .inner-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.page-badge {
    display: inline-block;
    background: linear-gradient(90deg, rgba(25, 150, 185, 0.2), rgba(25, 150, 185, 0.05));
    padding: 10px 25px;
    border-radius: 30px;
    color: var(--primary-gold);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    border: 1px solid rgba(25, 150, 185, 0.3);
}

.inner-banner-modern h1 {
    font-size: 52px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

.inner-banner-modern h1 span {
    color: var(--primary-gold);
}

.inner-banner-modern p {
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 25px;
}

.breadcrumb-modern {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-modern li a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.breadcrumb-modern li a:hover {
    color: var(--primary-gold);
}

.breadcrumb-modern .separator {
    color: var(--primary-gold);
}

.breadcrumb-modern .active {
    color: #ffffff;
    font-weight: 600;
}

.inner-banner-modern .banner-shapes .shape {
    position: absolute;
    border-radius: 50%;
}

.inner-banner-modern .banner-shapes .shape-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(25, 150, 185, 0.1), transparent);
    top: -200px;
    right: -100px;
}

.inner-banner-modern .banner-shapes .shape-2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(25, 150, 185, 0.08), transparent);
    bottom: -50px;
    left: 10%;
}

.inner-banner-modern .banner-shapes .shape-3 {
    width: 100px;
    height: 100px;
    border: 2px solid rgba(25, 150, 185, 0.2);
    top: 30%;
    left: 5%;
}

/*==================================
Mission Vision Cards
====================================*/
.mission-vision-section {
    background: #f8f9fa;
}

.mv-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid #eee;
    height: 100%;
}

.mv-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(25, 150, 185, 0.15);
}

.mv-card.featured {
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
    border: none;
}

.mv-card.featured h3,
.mv-card.featured p,
.mv-card.featured li {
    color: #ffffff;
}

.mv-card.featured p {
    color: rgba(255,255,255,0.8);
}

.mv-card.featured .mv-icon {
    background: var(--gradient-gold);
}

.mv-card.featured .mv-icon i {
    color: var(--primary-dark);
}

.mv-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.mv-icon i {
    font-size: 36px;
    color: var(--primary-gold);
}

.mv-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 15px;
}

.mv-card p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.mv-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.mv-card ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: #555;
}

.mv-card ul li i {
    color: var(--primary-gold);
}

.mv-card.featured ul li i {
    color: var(--primary-gold);
}

/*==================================
Country Cards Large
====================================*/
.deployment-countries-section {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary-dark) 100%);
    position: relative;
}

.deployment-countries-section .section-badge {
    background: rgba(25, 150, 185, 0.15);
}

.deployment-countries-section .section-title-new {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
}

.deployment-countries-section .section-title-new span {
    color: var(--primary-gold);
}

.deployment-countries-section .section-subtitle {
    color: rgba(255,255,255,0.7);
    font-size: 17px;
    max-width: 600px;
    margin: 0 auto;
}

.country-card-large {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 25px;
    padding: 40px;
    text-align: center;
    transition: all 0.4s ease;
    margin-bottom: 30px;
}

.country-card-large:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-10px);
    border-color: var(--primary-gold);
}

.country-card-large .flag-large {
    font-size: 80px;
    margin-bottom: 20px;
}

.country-card-large h3 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.country-card-large .country-code {
    display: inline-block;
    background: var(--gradient-gold);
    color: var(--primary-dark);
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.country-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 25px;
}

.country-features span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,0.1);
    padding: 8px 15px;
    border-radius: 20px;
    color: rgba(255,255,255,0.8);
    font-size: 13px;
}

.country-features span i {
    color: var(--primary-gold);
}

.country-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-gold);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.country-link:hover {
    color: #ffffff;
    gap: 15px;
}

/*==================================
Why Choose Page
====================================*/
.why-choose-page {
    background: #ffffff;
}

.why-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
}

.why-content h2 span {
    color: var(--primary-gold);
}

.why-content > p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.why-features-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.why-feature-item {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.why-feature-item:hover {
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transform: translateX(10px);
}

.why-feature-item .feature-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-gold);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-feature-item .feature-icon i {
    font-size: 28px;
    color: var(--primary-dark);
}

.why-feature-item .feature-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 8px;
}

.why-feature-item .feature-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.why-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.stat-card {
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(32,31,81,0.2);
}

.stat-card:nth-child(2) {
    background: var(--gradient-gold);
}

.stat-card:nth-child(2) .stat-number,
.stat-card:nth-child(2) .stat-label {
    color: var(--primary-dark);
}

.stat-card .stat-number {
    font-size: 48px;
    font-weight: 800;
    color: var(--primary-gold);
    font-family: 'Playfair Display', serif;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-card .stat-label {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*==================================
Responsive Styles
====================================*/
@media (max-width: 991px) {
    .banner-area-three h1 {
        font-size: 40px;
    }
    
    .banner-stats {
        gap: 25px;
    }
    
    .stat-number {
        font-size: 28px;
    }
    
    .floating-card.card-1,
    .floating-card.card-2 {
        position: relative;
        left: 0;
        right: 0;
        margin: 10px 0;
    }
    
    .country-cards {
        justify-content: flex-start;
        margin-top: 20px;
    }
    
    .cta-buttons {
        justify-content: flex-start;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .banner-area-three {
        padding: 80px 0 50px;
    }
    
    .banner-area-three h1 {
        font-size: 32px;
    }
    
    .banner-stats {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .stat-item {
        flex: 1 1 30%;
    }
    
    .section-title-new h2,
    .about-content-modern h2,
    .about-content-page h2,
    .why-content h2 {
        font-size: 32px;
    }
    
    .inner-banner-modern h1 {
        font-size: 36px;
    }
    
    .why-stats-grid {
        grid-template-columns: 1fr;
    }
}

/*==================================
Jobs Page Styles
====================================*/
.jobs-section {
    background: #f8f9fa;
}

.jobs-filter-sidebar {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    position: sticky;
    top: 100px;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.filter-header h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-dark);
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.filter-header h4 i {
    color: var(--primary-gold);
}

.clear-filters {
    font-size: 13px;
    color: var(--primary-gold);
    text-decoration: none;
    font-weight: 600;
}

.clear-filters:hover {
    color: var(--primary-dark);
}

.filter-block {
    margin-bottom: 25px;
}

.filter-block h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 15px;
}

.search-box {
    position: relative;
}

.search-box input {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.search-box input:focus {
    border-color: var(--primary-gold);
    outline: none;
}

.search-box button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary-gold);
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    color: var(--primary-dark);
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-box button:hover {
    background: var(--primary-dark);
    color: var(--primary-gold);
}

.filter-options {
    max-height: 200px;
    overflow-y: auto;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #555;
}

.filter-checkbox input {
    display: none;
}

.filter-checkbox .checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease;
}

.filter-checkbox input:checked + .checkmark {
    background: var(--primary-gold);
    border-color: var(--primary-gold);
}

.filter-checkbox input:checked + .checkmark::after {
    content: '\2713';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary-dark);
    font-size: 12px;
    font-weight: bold;
}

.btn-apply-filters {
    width: 100%;
    padding: 15px;
    background: var(--gradient-gold);
    border: none;
    border-radius: 10px;
    font-weight: 600;
    color: var(--primary-dark);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-apply-filters:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(25, 150, 185, 0.3);
}

.jobs-sort-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px 25px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}

.results-count span {
    color: #666;
    font-size: 15px;
}

.results-count strong {
    color: var(--primary-dark);
}

.sort-options {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sort-options label {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.sort-select {
    padding: 8px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}

.jobs-grid {
    display: grid;
    gap: 25px;
}

.job-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(25, 150, 185, 0.15);
}

.job-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.job-badge.featured {
    background: rgba(25, 150, 185, 0.15);
    color: #c49a3a;
}

.job-badge.urgent {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    right: auto;
    left: 20px;
}

.job-card-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.job-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.job-icon i {
    font-size: 28px;
    color: var(--primary-gold);
}

.job-meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.job-category {
    background: rgba(25, 150, 185, 0.1);
    color: var(--primary-gold);
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    width: fit-content;
}

.job-posted {
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 5px;
}

.job-card-body h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.job-card-body h3 a {
    color: var(--primary-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.job-card-body h3 a:hover {
    color: var(--primary-gold);
}

.job-location {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.job-location i {
    color: var(--primary-gold);
}

.job-description {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    margin-bottom: 15px;
}

.job-details-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #555;
    background: #f8f9fa;
    padding: 8px 15px;
    border-radius: 8px;
}

.detail-item i {
    color: var(--primary-gold);
}

.job-card-footer {
    display: flex;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.btn-view-job {
    flex: 1;
    padding: 12px 20px;
    background: transparent;
    border: 2px solid var(--primary-dark);
    border-radius: 10px;
    color: var(--primary-dark);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-view-job:hover {
    background: var(--primary-dark);
    color: #ffffff;
}

.btn-apply-job {
    flex: 1;
    padding: 12px 20px;
    background: var(--gradient-gold);
    border: none;
    border-radius: 10px;
    color: var(--primary-dark);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
}

.btn-apply-job:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(25, 150, 185, 0.3);
}

.jobs-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.jobs-pagination .page-link {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 10px;
    color: var(--primary-dark);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.jobs-pagination .page-link:hover,
.jobs-pagination .page-link.active {
    background: var(--primary-gold);
    color: var(--primary-dark);
}

/*==================================
Job Details Page Styles
====================================*/
.job-details-section {
    background: #f8f9fa;
}

.job-detail-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.job-header-detail .job-badges {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.badge-featured,
.badge-urgent {
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.badge-featured {
    background: rgba(25, 150, 185, 0.15);
    color: #c49a3a;
}

.badge-urgent {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.job-header-detail h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
}

.job-meta-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.job-meta-details span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #666;
}

.job-meta-details span i {
    color: var(--primary-gold);
}

.job-quick-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
}

.job-quick-info .info-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.job-quick-info .info-item i {
    width: 50px;
    height: 50px;
    background: rgba(25, 150, 185, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary-gold);
}

.job-quick-info .info-item label {
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 2px;
}

.job-quick-info .info-item span {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-dark);
}

.job-detail-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.job-detail-card h3 i {
    color: var(--primary-gold);
}

.job-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
    color: #555;
    font-size: 15px;
}

.job-list li:last-child {
    border-bottom: none;
}

.job-list li i {
    color: var(--primary-gold);
    font-size: 20px;
    margin-top: 2px;
}

.job-list.requirements li i {
    color: #28a745;
}

.benefits-card {
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
}

.benefits-card h3 {
    color: #ffffff;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.1);
    padding: 15px 20px;
    border-radius: 12px;
    color: #ffffff;
}

.benefit-item i {
    color: var(--primary-gold);
    font-size: 20px;
}

.apply-card {
    background: linear-gradient(135deg, var(--primary-gold), #1580a0);
}

.apply-card h3 {
    color: var(--primary-dark);
}

.apply-card p {
    color: rgba(32,31,81,0.7);
}

.apply-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.btn-apply-whatsapp,
.btn-apply-call,
.btn-apply-email {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 25px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-apply-whatsapp {
    background: #25D366;
    color: #ffffff;
}

.btn-apply-whatsapp:hover {
    background: #128C7E;
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-apply-call {
    background: var(--primary-dark);
    color: #ffffff;
}

.btn-apply-call:hover {
    background: var(--secondary-dark);
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-apply-email {
    background: #ffffff;
    color: var(--primary-dark);
}

.btn-apply-email:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
}

/* Job Sidebar */
.job-sidebar-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.job-sidebar-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.job-summary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.job-summary-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
}

.job-summary-list li:last-child {
    border-bottom: none;
}

.job-summary-list .label {
    color: #666;
    font-size: 14px;
}

.job-summary-list .value {
    font-weight: 600;
    color: var(--primary-dark);
    font-size: 14px;
}

.job-summary-list .value.deadline {
    color: #dc3545;
}

.employer-card .employer-info {
    text-align: center;
}

.employer-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.employer-icon i {
    font-size: 36px;
    color: var(--primary-gold);
}

.employer-info h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
}

.employer-location,
.employer-size {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 5px;
}

.employer-info p {
    font-size: 14px;
    color: #777;
    margin-top: 15px;
}

.contact-info-mini {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 10px;
    color: var(--primary-dark);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-link i {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-gold);
}

.contact-link:hover {
    background: var(--primary-gold);
    color: var(--primary-dark);
}

.contact-link.whatsapp i {
    background: #25D366;
    color: #ffffff;
}

.share-buttons {
    display: flex;
    gap: 10px;
}

.share-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.share-btn.facebook { background: #1877F2; }
.share-btn.twitter { background: #1DA1F2; }
.share-btn.linkedin { background: #0077B5; }
.share-btn.whatsapp { background: #25D366; }

.share-btn:hover {
    transform: translateY(-3px);
    color: #ffffff;
}

/*==================================
Services Page Styles
====================================*/
.services-overview {
    background: #ffffff;
}

.category-overview-card {
    display: flex;
    align-items: center;
    gap: 25px;
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    text-decoration: none;
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.category-overview-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(25, 150, 185, 0.15);
    border-color: var(--primary-gold);
}

.category-overview-card.domestic .category-icon {
    background: var(--gradient-gold);
}

.category-overview-card.professional .category-icon {
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
}

.category-overview-card.professional .category-icon i {
    color: var(--primary-gold);
}

.category-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.category-icon i {
    font-size: 36px;
    color: var(--primary-dark);
}

.category-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 8px;
}

.category-content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.category-count {
    display: inline-block;
    background: rgba(25, 150, 185, 0.1);
    color: var(--primary-gold);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.category-arrow {
    margin-left: auto;
}

.category-arrow i {
    font-size: 28px;
    color: var(--primary-gold);
    transition: transform 0.3s ease;
}

.category-overview-card:hover .category-arrow i {
    transform: translateX(5px);
}

.services-detailed-section {
    background: #f8f9fa;
}

.services-detailed-section.professional-bg {
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
}

.services-section-header {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.services-section-header .section-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-gold);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-section-header .section-icon i {
    font-size: 36px;
    color: var(--primary-dark);
}

.services-section-header.professional .section-icon {
    background: rgba(255,255,255,0.1);
}

.services-section-header.professional .section-icon i {
    color: var(--primary-gold);
}

.services-section-header .section-info h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 8px;
}

.services-section-header.professional .section-info h2,
.services-section-header.professional .section-info p {
    color: #ffffff;
}

.services-section-header.professional .section-info p {
    color: rgba(255,255,255,0.7);
}

.section-badge.light {
    background: rgba(25, 150, 185, 0.2);
}

.service-detail-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    position: relative;
    transition: all 0.4s ease;
}

.service-detail-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(25, 150, 185, 0.15);
}

.service-detail-card.light {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}

.service-detail-card.light h4,
.service-detail-card.light p {
    color: #ffffff;
}

.service-detail-card.light p {
    color: rgba(255,255,255,0.7);
}

.service-detail-card.light .service-features li {
    color: rgba(255,255,255,0.8);
}

.service-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 48px;
    font-weight: 800;
    color: rgba(25, 150, 185, 0.1);
    line-height: 1;
}

.service-icon-box {
    width: 70px;
    height: 70px;
    background: var(--gradient-gold);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.service-icon-box i {
    font-size: 32px;
    color: var(--primary-dark);
}

.service-detail-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 12px;
}

.service-detail-card > p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.service-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
    padding: 8px 0;
}

.service-features li i {
    color: var(--primary-gold);
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-gold);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-link:hover {
    color: var(--primary-dark);
}

.service-link:hover i {
    transform: translateX(5px);
}

.service-link i {
    transition: transform 0.3s ease;
}

/* Deployment Countries */
.deployment-countries-section {
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
}

.country-card-large {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.country-card-large:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-10px);
    border-color: var(--primary-gold);
}

.flag-large {
    font-size: 64px;
    display: block;
    margin-bottom: 15px;
}

.country-card-large h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.country-code {
    display: inline-block;
    background: var(--primary-gold);
    color: var(--primary-dark);
    padding: 3px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
}

.country-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.country-features span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
}

.country-features span i {
    color: var(--primary-gold);
}

.country-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-gold);
    font-weight: 600;
    text-decoration: none;
}

.country-link:hover {
    color: #ffffff;
}

/* Process Section */
.process-section {
    background: #f8f9fa;
}

.process-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(25, 150, 185, 0.15);
}

.process-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 48px;
    font-weight: 800;
    color: rgba(25, 150, 185, 0.15);
    line-height: 1;
}

.process-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.process-icon i {
    font-size: 36px;
    color: var(--primary-dark);
}

.process-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 12px;
}

.process-card p {
    font-size: 14px;
    color: #666;
}

/*==================================
Service Details Page Styles
====================================*/
.service-details-section {
    background: #f8f9fa;
}

.service-detail-header {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

.service-icon-large {
    width: 100px;
    height: 100px;
    background: var(--gradient-gold);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-icon-large i {
    font-size: 48px;
    color: var(--primary-dark);
}

.service-header-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 8px;
}

.service-header-content .lead {
    font-size: 18px;
    color: #666;
}

.service-detail-image {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.service-detail-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.service-detail-content {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.service-detail-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-detail-content h3 i {
    color: var(--primary-gold);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.features-grid .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 10px;
}

.features-grid .feature-item i {
    color: var(--primary-gold);
    font-size: 20px;
}

.requirements-section {
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
}

.requirements-section h3 {
    color: #ffffff;
}

.requirements-section p {
    color: rgba(255,255,255,0.7);
}

.requirements-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.requirements-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.9);
    padding: 10px 0;
}

.requirements-list li i {
    color: var(--primary-gold);
    font-size: 20px;
}

.service-apply-section {
    background: linear-gradient(135deg, var(--primary-gold), #1580a0);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
}

.service-apply-section h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 15px;
}

.service-apply-section p {
    color: rgba(32,31,81,0.7);
    margin-bottom: 25px;
}

/* Service Sidebar */
.service-sidebar-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.service-sidebar-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.service-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-info-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
}

.service-info-list li:last-child {
    border-bottom: none;
}

.info-icon {
    width: 45px;
    height: 45px;
    background: rgba(25, 150, 185, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon i {
    font-size: 20px;
    color: var(--primary-gold);
}

.info-content label {
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 2px;
}

.info-content span {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-dark);
}

.related-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-services-list li {
    margin-bottom: 10px;
}

.related-services-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 10px;
    color: var(--primary-dark);
    text-decoration: none;
    transition: all 0.3s ease;
}

.related-services-list li a:hover {
    background: var(--primary-gold);
}

.related-services-list li a i:first-child {
    color: var(--primary-gold);
}

.related-services-list li a:hover i:first-child {
    color: var(--primary-dark);
}

.related-services-list li a .bx-chevron-right {
    margin-left: auto;
}

.view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
    color: var(--primary-gold);
    font-weight: 600;
    text-decoration: none;
}

.view-all-link:hover {
    color: var(--primary-dark);
}

.cta-card {
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
    text-align: center;
}

.cta-card h4 {
    color: #ffffff;
    border-bottom-color: rgba(255,255,255,0.1);
}

.cta-card p {
    color: rgba(255,255,255,0.7);
}

.cta-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.cta-icon i {
    font-size: 32px;
    color: var(--primary-dark);
}

.btn-submit-cv {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 30px;
    background: var(--gradient-gold);
    border-radius: 50px;
    color: var(--primary-dark);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-submit-cv:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(25, 150, 185, 0.4);
}

/*==================================
Contact Page Styles
====================================*/
.contact-cards-section {
    background: #f8f9fa;
}

.contact-info-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}

.contact-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(25, 150, 185, 0.15);
}

.contact-info-card.featured {
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
}

.contact-info-card.featured h4,
.contact-info-card.featured p,
.contact-info-card.featured .contact-details span {
    color: #ffffff;
}

.contact-info-card.featured .card-icon {
    background: var(--primary-gold);
}

.contact-info-card.featured .card-icon i {
    color: var(--primary-dark);
}

.contact-info-card .card-icon {
    width: 80px;
    height: 80px;
    background: rgba(25, 150, 185, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.contact-info-card .card-icon i {
    font-size: 36px;
    color: var(--primary-gold);
}

.contact-info-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
}

.contact-info-card p {
    color: #666;
    margin-bottom: 15px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-details a,
.contact-details span {
    color: var(--primary-dark);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: var(--primary-gold);
}

.contact-form-wrapper-page {
    background: #ffffff;
    border-radius: 25px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

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

.contact-form-page label {
    display: block;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 8px;
    font-size: 14px;
}

.contact-form-page .form-control {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.contact-form-page .form-control:focus {
    border-color: var(--primary-gold);
    outline: none;
    box-shadow: 0 0 0 4px rgba(25, 150, 185, 0.1);
}

.btn-submit-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gradient-gold);
    color: var(--primary-dark);
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(25, 150, 185, 0.3);
}

.btn-submit-contact:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(25, 150, 185, 0.4);
}

.contact-image-wrapper {
    position: relative;
}

.contact-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.contact-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.quick-contact-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    margin-top: -50px;
    margin-left: 30px;
    margin-right: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.quick-contact-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 20px;
}

.quick-contact-items {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.quick-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.quick-item.whatsapp {
    background: #25D366;
    color: #ffffff;
}

.quick-item.phone {
    background: var(--primary-dark);
    color: #ffffff;
}

.quick-item:hover {
    transform: translateY(-3px);
}

.office-hours {
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.office-hours h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.office-hours h5 i {
    color: var(--primary-gold);
}

.office-hours p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

/* Map Section */
.map-wrapper {
    position: relative;
}

.map-overlay-info {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 10;
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    max-width: 300px;
}

.map-overlay-info h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.map-overlay-info h3 i {
    color: var(--primary-gold);
}

.map-overlay-info p {
    color: #666;
    margin-bottom: 5px;
}

.btn-directions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    padding: 12px 25px;
    background: var(--gradient-gold);
    border-radius: 50px;
    color: var(--primary-dark);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-directions:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(25, 150, 185, 0.3);
}

/* Social Connect */
.social-cards-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.social-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-card i {
    font-size: 36px;
    margin-bottom: 10px;
}

.social-card span {
    font-weight: 600;
    font-size: 14px;
}

.social-card.facebook { background: rgba(24, 119, 242, 0.1); color: #1877F2; }
.social-card.twitter { background: rgba(29, 161, 242, 0.1); color: #1DA1F2; }
.social-card.instagram { background: rgba(225, 48, 108, 0.1); color: #E1306C; }
.social-card.linkedin { background: rgba(0, 119, 181, 0.1); color: #0077B5; }
.social-card.whatsapp { background: rgba(37, 211, 102, 0.1); color: #25D366; }
.social-card.youtube { background: rgba(255, 0, 0, 0.1); color: #FF0000; }

.social-card:hover {
    transform: translateY(-5px);
}

.social-card.facebook:hover { background: #1877F2; color: #fff; }
.social-card.twitter:hover { background: #1DA1F2; color: #fff; }
.social-card.instagram:hover { background: #E1306C; color: #fff; }
.social-card.linkedin:hover { background: #0077B5; color: #fff; }
.social-card.whatsapp:hover { background: #25D366; color: #fff; }
.social-card.youtube:hover { background: #FF0000; color: #fff; }

/*==================================
Apply Now Page Styles
====================================*/
.application-process {
    background: #f8f9fa;
}

.process-step-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.process-step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(25, 150, 185, 0.15);
}

.process-step-card .step-number {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 48px;
    font-weight: 800;
    color: rgba(25, 150, 185, 0.15);
}

.process-step-card .step-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.process-step-card .step-icon i {
    font-size: 36px;
    color: var(--primary-dark);
}

.process-step-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 12px;
}

.process-step-card p {
    color: #666;
    font-size: 14px;
}

.application-form-wrapper {
    background: #ffffff;
    border-radius: 25px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.form-header-section {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
}

.form-header-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.form-header-section h2 i {
    color: var(--primary-gold);
}

.form-header-section p {
    color: #666;
    margin-top: 10px;
}

.form-section {
    margin-bottom: 40px;
}

.form-section-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.form-section-title i {
    color: var(--primary-gold);
    font-size: 24px;
}

.application-form .form-group {
    margin-bottom: 20px;
}

.application-form label {
    display: block;
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 8px;
    font-size: 14px;
}

.application-form .form-control {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.application-form .form-control:focus {
    border-color: var(--primary-gold);
    outline: none;
    box-shadow: 0 0 0 4px rgba(25, 150, 185, 0.1);
}

.upload-box {
    margin-bottom: 20px;
}

.upload-label {
    display: block;
    cursor: pointer;
}

.upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    border: 2px dashed #ccc;
    border-radius: 15px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.upload-content:hover {
    border-color: var(--primary-gold);
    background: rgba(25, 150, 185, 0.05);
}

.upload-content i {
    font-size: 48px;
    color: var(--primary-gold);
    margin-bottom: 15px;
}

.upload-content span {
    font-weight: 600;
    color: var(--primary-dark);
    margin-bottom: 5px;
}

.upload-content small {
    color: #999;
}

.terms-checkbox {
    margin-bottom: 30px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.checkbox-label input {
    margin-top: 3px;
}

.checkbox-label a {
    color: var(--primary-gold);
}

.form-submit-area {
    text-align: center;
}

.btn-submit-application {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gradient-gold);
    color: var(--primary-dark);
    padding: 20px 50px;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(25, 150, 185, 0.3);
}

.btn-submit-application:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(25, 150, 185, 0.4);
}

.submit-note {
    margin-top: 15px;
    color: #999;
    font-size: 14px;
}

/* Form Messages */
.form-message {
    padding: 20px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    animation: slideDown 0.3s ease;
}

.form-message i {
    font-size: 24px;
}

.form-message.alert-success {
    background: rgba(40, 167, 69, 0.1);
    border: 1px solid #28a745;
    color: #28a745;
}

.form-message.alert-danger {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid #dc3545;
    color: #dc3545;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*==================================
Partners Page Styles
====================================*/
.partners-intro-content .partner-stats {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.stat-box {
    text-align: center;
}

.stat-box .stat-num {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: var(--primary-gold);
    font-family: 'Playfair Display', serif;
}

.stat-box .stat-text {
    font-size: 14px;
    color: #666;
}

.partners-image {
    position: relative;
}

.partners-image img {
    border-radius: 20px;
    width: 100%;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.partnership-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--primary-gold);
    padding: 15px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-dark);
    font-weight: 600;
}

.partnership-badge i {
    font-size: 24px;
}

.partners-logos-section {
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
}

.partner-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.partner-card:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-10px);
    border-color: var(--primary-gold);
}

.partner-logo {
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.partner-logo img {
    max-width: 60px;
    max-height: 60px;
}

.partner-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.partner-country {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    margin-bottom: 10px;
}

.partner-type {
    display: inline-block;
    background: var(--primary-gold);
    color: var(--primary-dark);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.partner-service-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}

.partner-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(25, 150, 185, 0.15);
}

.partner-service-card .service-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.partner-service-card .service-icon i {
    font-size: 32px;
    color: var(--primary-dark);
}

.partner-service-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
}

.partner-service-card p {
    color: #666;
    font-size: 14px;
}

/* Become Partner Section */
.become-partner-section {
    background: linear-gradient(135deg, var(--primary-gold), #1580a0);
}

.become-partner-wrapper {
    background: rgba(255,255,255,0.1);
    border-radius: 30px;
    padding: 60px;
}

.become-partner-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 15px;
}

.become-partner-content h2 span {
    color: #ffffff;
}

.become-partner-content p {
    color: rgba(32,31,81,0.7);
    margin-bottom: 25px;
}

.partner-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.partner-benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    color: var(--primary-dark);
    font-weight: 500;
}

.partner-benefits li i {
    color: #ffffff;
    font-size: 20px;
}

.partner-buttons {
    display: flex;
    gap: 15px;
}

.btn-partner-contact,
.btn-partner-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-partner-contact {
    background: var(--primary-dark);
    color: #ffffff;
}

.btn-partner-whatsapp {
    background: #25D366;
    color: #ffffff;
}

.btn-partner-contact:hover,
.btn-partner-whatsapp:hover {
    transform: translateY(-3px);
    color: #ffffff;
}

.partner-cta-card {
    background: #ffffff;
    border-radius: 25px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.partner-cta-card .cta-icon {
    width: 80px;
    height: 80px;
    background: var(--gradient-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.partner-cta-card .cta-icon i {
    font-size: 36px;
    color: var(--primary-dark);
}

.partner-cta-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 15px;
}

.partner-cta-card p {
    color: #666;
    margin-bottom: 25px;
}

.btn-download-profile {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: var(--primary-dark);
    color: #ffffff;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-download-profile:hover {
    background: var(--secondary-dark);
    color: #ffffff;
    transform: translateY(-3px);
}

.profile-info {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.profile-info span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #999;
    font-size: 13px;
}

/* Accreditations Section */
.accreditations-section {
    background: #f8f9fa;
}

.accreditation-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}

.accreditation-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(25, 150, 185, 0.15);
}

.accred-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.accred-icon i {
    font-size: 32px;
    color: var(--primary-dark);
}

.accreditation-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 5px;
}

.accreditation-card p {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.accred-status {
    display: inline-block;
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

/*==================================
Testimonials Page Styles
====================================*/
.testimonials-stats {
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
}

.testimonial-stat-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-stat-card .stat-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.testimonial-stat-card .stat-icon i {
    font-size: 28px;
    color: var(--primary-dark);
}

.testimonial-stat-card h3 {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 5px;
}

.testimonial-stat-card p {
    color: rgba(255,255,255,0.7);
    margin: 0;
}

.testimonial-card-full {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
    position: relative;
    transition: all 0.4s ease;
}

.testimonial-card-full:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(25, 150, 185, 0.15);
}

.testimonial-card-full .quote-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 48px;
    color: rgba(25, 150, 185, 0.2);
}

.testimonial-rating {
    margin-bottom: 15px;
}

.testimonial-rating i {
    color: #ffc107;
    font-size: 16px;
}

.testimonial-text {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 3px;
}

.author-info span {
    display: block;
    font-size: 13px;
    color: #666;
}

.author-info .location {
    color: var(--primary-gold);
    font-weight: 600;
}

/* Video Testimonials */
.video-testimonials-section {
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
}

.video-testimonial-card {
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.video-testimonial-card:hover {
    transform: translateY(-10px);
}

.video-thumbnail {
    position: relative;
    height: 250px;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: var(--primary-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-dark);
    font-size: 32px;
    transition: all 0.3s ease;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    color: var(--primary-dark);
}

.video-info {
    padding: 20px;
    text-align: center;
}

.video-info h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.video-info span {
    color: var(--primary-gold);
    font-size: 14px;
}

/*==================================
Gallery Page Styles
====================================*/
.gallery-filter-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.gallery-filter {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-btn {
    padding: 12px 25px;
    background: #f8f9fa;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    color: var(--primary-dark);
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--primary-gold);
    color: var(--primary-dark);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 15px;
}

.gallery-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(32,31,81,0.9), transparent);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-popup {
    width: 60px;
    height: 60px;
    background: var(--primary-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-dark);
    font-size: 24px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.gallery-popup:hover {
    transform: scale(1.1);
    color: var(--primary-dark);
}

.gallery-overlay h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.gallery-overlay span {
    color: var(--primary-gold);
    font-size: 13px;
}

/* Apply Now Nav Button */
.apply-btn-nav {
    padding: 10px 25px !important;
    font-size: 14px;
}

.apply-btn-nav-mobile {
    padding: 8px 20px;
    font-size: 13px;
}

/*==================================
Jobs Slider Section Styles
====================================*/
.jobs-slider-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.jobs-slider-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url('assets/img/pattern-dots.png') repeat;
    opacity: 0.02;
    pointer-events: none;
}

.jobs-slider-section .section-subtitle {
    color: #666;
    font-size: 17px;
    max-width: 650px;
    margin: 0 auto;
}

.jobs-slider.owl-carousel {
    padding: 10px 0 30px;
}

.jobs-slider.owl-carousel .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
    display: flex;
    gap: 10px;
}

.jobs-slider.owl-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    background: var(--primary-dark) !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.jobs-slider.owl-carousel .owl-nav button:hover {
    background: var(--primary-gold) !important;
    color: var(--primary-dark) !important;
}

.jobs-slider.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.jobs-slider.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.jobs-slider.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--primary-gold);
    width: 30px;
    border-radius: 5px;
}

.job-slider-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 25px;
    margin: 10px 5px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.job-slider-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-gold);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.job-slider-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(25, 150, 185, 0.15);
    border-color: transparent;
}

.job-slider-card:hover::before {
    transform: scaleX(1);
}

.job-slider-card.featured {
    border-color: var(--primary-gold);
    background: linear-gradient(180deg, rgba(25, 150, 185, 0.03) 0%, #ffffff 100%);
}

.job-slider-card.featured::before {
    transform: scaleX(1);
}

.job-slider-card .featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--gradient-gold);
    color: var(--primary-dark);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.job-slider-card .featured-badge i {
    font-size: 12px;
}

.job-slider-card .job-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-dark), var(--secondary-dark));
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.job-slider-card:hover .job-icon {
    transform: scale(1.05);
    background: var(--gradient-gold);
}

.job-slider-card .job-icon i {
    font-size: 32px;
    color: var(--primary-gold);
    transition: all 0.3s ease;
}

.job-slider-card:hover .job-icon i {
    color: var(--primary-dark);
}

.job-slider-card .job-category {
    display: inline-block;
    background: rgba(25, 150, 185, 0.12);
    color: var(--primary-gold);
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.job-slider-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
}

.job-slider-card .job-location {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.job-slider-card .job-location i {
    color: var(--primary-gold);
    font-size: 16px;
}

.job-slider-card .job-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 12px;
}

.job-slider-card .job-details span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #555;
    font-size: 13px;
}

.job-slider-card .job-details span i {
    color: var(--primary-gold);
    font-size: 15px;
}

.job-slider-card .job-experience {
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 13px;
    color: var(--primary-dark);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.job-slider-card .job-experience i {
    color: var(--primary-gold);
    font-size: 16px;
}

.job-slider-card .job-actions {
    display: flex;
    gap: 10px;
}

.job-slider-card .btn-view-details {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 12px 15px;
    background: transparent;
    border: 2px solid var(--primary-dark);
    color: var(--primary-dark);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.job-slider-card .btn-view-details:hover {
    background: var(--primary-dark);
    color: #fff;
}

.job-slider-card .btn-apply-now {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    background: var(--gradient-gold);
    color: var(--primary-dark);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.job-slider-card .btn-apply-now:hover {
    background: var(--primary-dark);
    color: #fff;
}

/* Jobs Slider Responsive */
@media (max-width: 991px) {
    .jobs-slider.owl-carousel .owl-nav {
        position: relative;
        top: 0;
        justify-content: center;
        margin-top: 20px;
    }
    
    .job-slider-card .job-actions {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .job-slider-card {
        padding: 25px 20px;
    }
    
    .job-slider-card h4 {
        font-size: 18px;
    }
    
    .job-slider-card .job-icon {
        width: 60px;
        height: 60px;
    }
    
    .job-slider-card .job-icon i {
        font-size: 26px;
    }
}

/*==================================
Responsive Styles for New Pages
====================================*/
@media (max-width: 991px) {
    .job-quick-info {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .benefits-grid,
    .features-grid,
    .requirements-list {
        grid-template-columns: 1fr;
    }
    
    .jobs-filter-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
    
    .social-cards-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .map-overlay-info {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
        margin: 20px;
    }
    
    .become-partner-wrapper {
        padding: 40px 30px;
    }
    
    .partner-cta-card {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .jobs-sort-bar {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .job-quick-info {
        grid-template-columns: 1fr;
    }
    
    .job-card-footer {
        flex-direction: column;
    }
    
    .category-overview-card {
        flex-direction: column;
        text-align: center;
    }
    
    .category-arrow {
        margin-left: 0;
    }
    
    .services-section-header {
        flex-direction: column;
        text-align: center;
    }
    
    .service-detail-header {
        flex-direction: column;
        text-align: center;
    }
    
    .apply-buttons {
        flex-direction: column;
    }
    
    .apply-buttons a {
        width: 100%;
        justify-content: center;
    }
    
    .social-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .application-form-wrapper {
        padding: 30px 20px;
    }
    
    .quick-contact-box {
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .quick-contact-items {
        flex-direction: column;
    }
    
    .partners-intro-content .partner-stats {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .partner-buttons {
        flex-direction: column;
    }
    
    .become-partner-content h2 {
        font-size: 28px;
    }
    
    .gallery-filter {
        justify-content: center;
    }
    
    .filter-btn {
        padding: 10px 18px;
        font-size: 13px;
    }
}

/*# sourceMappingURL=style.css.map */