/*******************************/
/********* General CSS *********/
/*******************************/

@font-face {
  font-family: "B Zar";
  src: url("../lib/fonts/B Zar_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "B Zar";
  src: url("../lib/fonts/BZarBd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #666666;
  background: #ffffff;
  font-family: "B Zar", Georgia, serif !important;
  font-size-adjust: 0.7;
  direction: rtl;
  font-weight: 350;
  padding-top: 0 px;
  text-align: right;
  background: linear-gradient(to bottom, #fdf7dd, #fffbe6);
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #363636;
}

a {
  color: #cfcfcf;
  transition: 0.3s;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: #ccba81;
  outline: none;
  text-decoration: none;
}

.btn:focus {
  box-shadow: none;
}

.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #ccba81;
  color: #363636;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 9;
}

.back-to-top:hover {
  color: #ccba81;
  background: #363636;
}

.back-to-top i {
  padding-top: 10px;
}

.btn {
  transition: 0.3s;
}

/*******************************/
/********** Fact CSS ***********/
/*******************************/

.fact {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.fact .col-6 {
  display: flex;
  align-items: flex-start;
}

.fact .fact-icon {
  position: relative;
  margin: 7px 15px 0 15px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fact .fact-icon [class*="fa-"]::before,
.fact .fact-icon [class*="ti-"]::before {
  margin: 0;
  font-size: 60px;
  line-height: 60px;
  background-image: linear-gradient(#cfb661bd, #eedb9c, #cfb661bd);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

.fact .fact-right .fact-icon [class*="fa-"]::before,
.fact .fact-right .fact-icon [class*="ti-"]::before {
  background-image: linear-gradient(
    #333333f5,
    rgba(92, 92, 92, 0.884),
    #363636ef
  );
}

.fact .fact-left,
.fact .fact-right {
  padding-top: 60px;
  padding-bottom: 60px;
}

.fact .fact-text {
  padding-right: 20px;
  width: 100%;
  text-align: right;
}

.fact .fact-text h2 {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.fact .fact-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.fact .fact-left {
  color: #ccba81;
  background: #2c2c2c;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3), inset 0 0 12px rgba(0, 0, 0, 0.25);
}

.fact .fact-right {
  color: #363636;
  background: #ccba81;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3), inset 0 0 12px rgba(0, 0, 0, 0.25);
}

.fact .fact-left h2 {
  color: #ccba81;
}

/**********************************/
/********** Top Bar CSS ***********/
/**********************************/

.top-bar {
  position: relative;
  padding: 0 30px;
  height: 100px;
  background: #ccba81;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.top-bar .logo {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding: 0;
  text-align: right;
  overflow: hidden;
  height: 100%;
}

.top-bar .logo h1 {
  margin: 0;
  color: #363636;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  display: inline;
  text-shadow: 0 1px 0 rgba(255, 240, 212, 0.6), 0 -1px 0 rgba(0, 0, 0, 0.3),
    1px 1px 2px rgba(0, 0, 0, 0.25);
}

.top-bar .logo img {
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.top-bar .top-bar-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .top-bar-icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar .top-bar-icon [class^="flaticon-"]::before {
  margin: 0;
  color: #363636;
  font-size: 40px;
}

.top-bar .top-bar-text {
  padding-left: 15px;
}

.top-bar .top-bar-text h3 {
  margin: 0 0 5px 0;
  color: #363636;
  font-size: 16px;
  font-weight: 400;
}

.top-bar .top-bar-text p {
  margin: 0;
  color: #363636;
  font-size: 13px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .top-bar {
    padding: 0 60px;
  }
}

@media (max-width: 991.98px) {
  .top-bar .logo {
    text-align: center;
  }
}

/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/

.nav-bar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #ccba81;
  box-shadow: inset 0 1px 0 rgba(255, 217, 0, 0.45),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4), 0 6px 16px rgba(0, 0, 0, 0.65);
  margin-top: 0;
}

.nav-bar .container-fluid {
  padding: 0;
}

.nav-bar.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 2000px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.nav-bar .navbar {
  height: 100%;
  background-color: #3b3b3b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(0, 0, 0, 0.55), 0 5px 14px rgba(0, 0, 0, 0.65);
  padding: 0.5rem 1rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  transition: all 0.3s ease;
  padding: 0.8rem 1rem;
  margin: 0 2px;
  border-radius: 4px;
  position: relative;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  background-color: rgba(212, 175, 55, 0.18);
  color: #fff;
  -webkit-backdrop-filter: saturate(160%) blur(8px);
  backdrop-filter: saturate(160%) blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.25) inset,
    0 6px 12px rgba(0, 0, 0, 0.35);
}

.nav-bar .dropdown-menu {
  border-radius: 8px;
  white-space: nowrap;
  background: #f8f9fa;
  text-align: right;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75),
    inset 0 -1px 0 rgba(0, 0, 0, 0.25), 0 6px 18px rgba(0, 0, 0, 0.5);
}

.nav-bar .dropdown-menu.show {
  display: block;
}

.nav-bar .dropdown-menu .dropdown-item {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: padding 0.3s ease;
}

.nav-bar .dropdown-menu .dropdown-item:hover {
  background-color: rgba(212, 175, 55, 0.6);
  color: #2c2c2c;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1),
    inset 0 -1px 2px rgba(255, 255, 255, 0.3);
  padding-right: 1.5rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  position: absolute;
  top: 0;
  right: 100%;
  left: auto;
  margin-top: -1px;
  display: none;
  min-width: 12rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  z-index: 2000;
}

@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

.dropdown-submenu > a::after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

@media (max-width: 991.98px) {
  .nav-bar .navbar {
    padding: 10px;
  }

  .nav-bar .navbar-collapse {
    background: linear-gradient(135deg, #3b3b3b, #1f1f1f);
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 8px;
  }

  .nav-bar .dropdown-menu {
    position: relative;
    max-height: 60vh;
    overflow-y: auto;
    margin-bottom: 10px;
  }

  .dropdown-submenu > .dropdown-menu {
    position: relative;
    right: 0;
    left: 0;
    margin: 10px 0;
    display: none;
  }

  .dropdown-submenu > .dropdown-menu.show {
    display: block;
  }

  .dropdown-submenu > a::after {
    transform: rotate(-90deg);
  }
}

/*******************************/
/******** Carousel CSS *********/
/*******************************/

.carousel {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.carousel .carousel-inner,
.carousel .carousel-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel .carousel-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.carousel .carousel-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
}

.carousel .carousel-caption p {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.carousel .carousel-caption h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 35px;
}

.carousel .carousel-caption .btn {
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0;
  transition: 0.3s;
}

.carousel .carousel-caption .btn:hover {
  color: #2c2c2c;
  background: #ccba81;
  border-color: #ccba81;
}

@media (max-width: 767.98px) {
  .carousel .carousel-caption h1 {
    font-size: 40px;
    font-weight: 600;
  }

  .carousel .carousel-caption p {
    font-size: 20px;
  }

  .carousel .carousel-caption .btn {
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
  }
}

@media (max-width: 575.98px) {
  .carousel .carousel-caption h1 {
    font-size: 30px;
    font-weight: 500;
  }

  .carousel .carousel-caption p {
    font-size: 16px;
  }

  .carousel .carousel-caption .btn {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.carousel .animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/*******************************/
/******* Page Header CSS *******/
/*******************************/

.page-header {
  position: relative;
  margin-bottom: 25px;
  padding: 50px 0;
  text-align: center;
  background: #ccba81;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5), inset 0 0 12px rgba(0, 0, 0, 0.3);
}

.page-header h2 {
  position: relative;
  color: #b6a370;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.page-header h2::after {
  position: absolute;
  width: 100px;
  height: 2px;
  left: calc(50% - 50px);
  bottom: 0;
  background: #2c2c2c;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5), inset 0 0 12px rgba(0, 0, 0, 0.3);
}

.page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 20px;
  color: #c2ac63;
}

.page-header a:hover {
  color: #ffffff;
}

.page-header a::after {
  position: absolute;
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #121518;
}

.page-header a:last-child::after {
  display: none;
}

@media (max-width: 991.98px) {
  .page-header {
    padding: 60px 0;
  }

  .page-header h2 {
    font-size: 45px;
  }

  .page-header a {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .page-header {
    padding: 45px 0;
  }

  .page-header h2 {
    font-size: 35px;
  }

  .page-header a {
    font-size: 18px;
  }
}

/*******************************/
/******* Section Header ********/
/*******************************/

.section-header {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}

.section-header p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.section-header h2 {
  margin: 0;
  position: relative;
  font-size: 3.5vw;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 30px;
  }
}

/*******************************/
/********* Feature CSS *********/
/*******************************/

.feature {
  position: relative;
  margin-bottom: 45px;
}

.feature .col-md-12 {
  background: #2c2c2c;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4), inset 0 0 12px rgba(0, 0, 0, 0.25);
}

.feature .col-md-12:nth-child(2n) {
  color: #2c2c2c;
  background: #ccba81;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4), inset 0 0 12px rgba(0, 0, 0, 0.25);
}

.feature .feature-item {
  min-height: 250px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.feature .feature-icon {
  position: relative;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.feature .feature-icon::before {
  position: absolute;
  content: "";
  width: 105px;
  height: 105px;
  top: -24px;
  left: -24px;
  border: 2.5px dotted #ffffff;
  border-radius: 50%;
  z-index: 1;
  animation: rotate 15s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.feature .feature-icon::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  background: #2c2c2c;
  border-radius: 50%;
  z-index: 2;
}

.feature .col-md-12:nth-child(2n) .feature-icon::after {
  background: #ccba81;
}

.feature .feature-icon [class*=" ti-"]::before,
.feature .feature-icon [class*=" fa-"]::before {
  position: relative;
  margin: 0;
  font-size: 60px;
  line-height: 1;
  z-index: 3;
  transition: all 0.3s;

  background: linear-gradient(45deg, #cfb661bd, #eedb9c, #cfb661bd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.feature .feature-icon .fa-trophy::before {
  background: linear-gradient(
    45deg,
    #333333f5,
    rgba(92, 92, 92, 0.884),
    #363636ef
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.feature .feature-text {
  padding-left: 0;
  flex: 1;
}

.feature .feature-text h3 {
  margin: 0 0 10px 0;
  color: #ccba81;
  font-size: 25px;
  font-weight: 500;
}

.feature .feature-text p {
  margin: 0;
  color: #ccba81;
  font-size: 18px;
  font-weight: 400;
}

.feature .feature-icon [class^="ti-"]::before,
.feature .feature-icon [class^="fa-"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
  color: #2c2c2c;
}

/*******************************/
/********* Tours CSS *********/
/*******************************/

.tours-page {
  position: relative;
  width: 100%;
  padding: 0;
  background: linear-gradient(to bottom, #fdf7dd, #fffbe6);
  font-family: "B Zar", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  min-height: 100vh;
}

.tours-page .page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("img/tours-banner.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 120px 0;
  color: white;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5), inset 0 0 12px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.tours-page .page-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    135deg,
    rgba(204, 186, 129, 0.1) 0%,
    rgba(26, 26, 26, 0.8) 100%
  );
}

.tours-page .page-header .container {
  position: relative;
  z-index: 2;
}

.tours-page .page-header h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 25px;
  color: #ccba81;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  font-family: "B Zar", Georgia, serif;
  letter-spacing: -0.5px;
}

.tours-page .page-header p {
  font-size: 1.3rem;
  color: #e9d9a9;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 300;
}

/*******************************/
/******** Filter Section *******/
/*******************************/

.filter-section {
  background: linear-gradient(
    135deg,
    rgba(40, 40, 40, 0.95) 0%,
    rgba(60, 60, 60, 0.9) 100%
  );
  padding: 35px;
  border-radius: 20px;
  margin-bottom: 50px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(204, 186, 129, 0.25);
  position: relative;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.filter-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #ccba81, #e9d9a9, #ccba81);
  border-radius: 20px 20px 0 0;
}

.filter-title {
  color: #ccba81;
  font-weight: 800;
  margin-bottom: 30px;
  font-size: 1.9rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-bottom: 15px;
  text-align: center;
}

.filter-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ccba81, transparent);
}

.continent-filter h5,
.price-filter h5,
.duration-filter h5 {
  color: #e9d9a9;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 1.25rem;
  position: relative;
  padding-right: 15px;
}

.continent-filter h5::before,
.price-filter h5::before,
.duration-filter h5::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #ccba81;
  border-radius: 50%;
}

.continent-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.continent-btn {
  margin: 0;
  border-radius: 25px;
  padding: 10px 24px;
  border: 2px solid #ccba81;
  color: #ccba81;
  background: transparent;
  transition: all 0.3s ease;
  font-family: "B Zar", Georgia, serif;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.continent-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #ccba81;
  transition: right 0.3s ease;
  z-index: -1;
}

.continent-btn:hover,
.continent-btn.active {
  color: #2c2c2c;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(204, 186, 129, 0.4);
}

.continent-btn:hover::before,
.continent-btn.active::before {
  right: 0;
}

.continent-btn:focus {
  outline: 2px solid #e9d9a9;
  outline-offset: 2px;
}

.price-filter-content {
  padding: 0 10px;
}

.price-range {
  margin-top: 15px;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: rgba(204, 186, 129, 0.2);
  outline: none;
  -webkit-appearance: none;
}

.price-range::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ccba81;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  border: 2px solid #2c2c2c;
  transition: all 0.2s ease;
}

.price-range::-webkit-slider-thumb:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(204, 186, 129, 0.5);
}

.price-range::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ccba81;
  cursor: pointer;
  border: 2px solid #2c2c2c;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.price-range::-moz-range-thumb:hover {
  transform: scale(1.1);
}

.price-value {
  color: #e9d9a9;
  font-weight: 700;
  margin-top: 15px;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 15px;
  border-radius: 10px;
  border: 1px solid rgba(204, 186, 129, 0.2);
}

.form-control {
  background: rgba(50, 50, 50, 0.8);
  border: 2px solid rgba(204, 186, 129, 0.3);
  border-radius: 10px;
  color: #e9d9a9;
  padding: 12px 18px;
  transition: all 0.3s ease;
  font-family: "B Zar", Georgia, serif;
}

.form-control:focus {
  background: rgba(60, 60, 60, 0.9);
  border-color: #ccba81;
  color: #e9d9a9;
  box-shadow: 0 0 0 0.3rem rgba(204, 186, 129, 0.2);
}

.form-control option {
  background: #3a3a3a;
  color: #e9d9a9;
  padding: 10px;
}

/*******************************/
/******* About Section *********/
/*******************************/

.about {
  direction: rtl;
  text-align: right;
  padding: 80px 0;
  background: #f8f9fa;
}

.about .container {
  direction: rtl;
}

.about .section-header {
  text-align: right;
  margin-bottom: 40px;
}

.about .section-header p {
  font-size: 1.2rem;
  color: #a89862;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: right;
}

.about .section-header h2 {
  font-size: 2.5rem;
  color: #222222;
  font-weight: 700;
  text-align: right;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

.about .section-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  width: 60px;
  height: 3px;
  background: #a89862;
}

.about .about-text {
  text-align: right;
  direction: rtl;
  padding-left: 40px;
}

.about .about-text p {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.5;
  font-size: 20px;
  color: #2b2b2b;
  margin-bottom: 0;
}

.about .about-img {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about .about-img img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  transition: transform 0.3s ease;
}

.about .about-img:hover img {
  transform: scale(1.02);
}

@media (max-width: 991.98px) {
  .about {
    padding: 60px 0;
  }

  .about .about-text {
    padding-left: 15px;
  }

  .about .section-header h2 {
    font-size: 2rem;
  }

  .about .about-img {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .about {
    padding: 50px 0;
  }

  .about .section-header {
    margin-bottom: 30px;
  }

  .about .section-header h2 {
    font-size: 1.8rem;
  }

  .about .section-header p {
    font-size: 1.1rem;
  }

  .about .about-text p {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (max-width: 575.98px) {
  .about {
    padding: 40px 0;
  }

  .about .section-header h2 {
    font-size: 1.6rem;
  }

  .about .section-header h2::after {
    width: 60px;
    bottom: -8px;
  }

  .about .about-text p {
    font-size: 14px;
    text-align: right;
  }
}

.about * {
  direction: rtl;
}

.about .row {
  direction: rtl;
}

.about .col-lg-7,
.about .col-lg-5,
.about .col-md-6 {
  direction: rtl;
}

/*******************************/
/***** About Page Styles *****/
/*******************************/

.about-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: #f8f9fa;
}

.about-header {
  text-align: center;
  margin-bottom: 60px;
}

.about-header h2 {
  font-size: 2.5rem;
  color: #ccba81;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.about-header h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 50%;
  transform: translateX(50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ccba81, transparent);
}

.about-header p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  color: #e9d9a9;
}

.agency-intro {
  background: linear-gradient(
    135deg,
    rgba(40, 40, 40, 0.9) 0%,
    rgba(60, 60, 60, 0.9) 100%
  );
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 60px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(204, 186, 129, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  position: relative;
}

.agency-intro::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #ccba81, #e9d9a9, #ccba81);
  border-radius: 12px 12px 0 0;
}

.agency-intro h3 {
  color: #ccba81;
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 600;
}

.agency-intro p {
  line-height: 1.8;
  margin-bottom: 20px;
  color: #e9d9a9;
}

.staff-section {
  margin-top: 40px;
}

.staff-section h3 {
  color: #ccba81;
  margin-bottom: 40px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}

.staff-section h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ccba81, transparent);
}

.staff-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.staff-card {
  position: relative;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(204, 186, 129, 0.2);
}

.staff-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  border-color: rgba(204, 186, 129, 0.4);
}

.staff-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.staff-card:hover .staff-image {
  transform: scale(1.1);
}

.staff-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(26, 26, 26, 0.95) 0%,
    rgba(45, 45, 45, 0.95) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  opacity: 0;
  transition: opacity 0.5s ease;
  text-align: center;
  backdrop-filter: blur(5px);
}

.staff-card:hover .staff-overlay {
  opacity: 1;
}

.staff-name {
  color: #ccba81;
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.staff-bio {
  color: #e9d9a9;
  line-height: 1.8;
  max-height: 70%;
  overflow-y: auto;
  padding: 0 10px;
  font-size: 1rem;
}

.staff-bio::-webkit-scrollbar {
  width: 5px;
}

.staff-bio::-webkit-scrollbar-thumb {
  background: #ccba81;
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .about .about-img {
    margin-bottom: 30px;
    height: auto;
  }

  .staff-container {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .staff-card {
    height: 350px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }

  .agency-intro {
    padding: 20px;
  }

  .about-header h2 {
    font-size: 2rem;
  }

  .about-section {
    padding: 60px 0;
  }
}

@media (max-width: 575.98px) {
  .about-header h2 {
    font-size: 1.8rem;
  }

  .about-header p {
    font-size: 1.1rem;
  }

  .staff-name {
    font-size: 1.5rem;
  }

  .staff-bio {
    font-size: 0.9rem;
  }
}

/*******************************/
/********* Service CSS *********/
/*******************************/

.service {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  font-family: "B Zar", Georgia, serif;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service .service-item {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.service .service-img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 400px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service .service-img:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.service .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.service .service-img:hover img {
  transform: scale(1.1);
}

.door-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  perspective: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.door {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  background: linear-gradient(
    45deg,
    rgba(40, 40, 40, 0.95) 0%,
    rgba(60, 60, 60, 0.9) 100%
  );
  transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.door::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(204, 186, 129, 0.1) 50%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

.door.left {
  left: 0;
  transform-origin: left center;
  border-right: 1px solid rgba(204, 186, 129, 0.3);
}

.door.right {
  right: 0;
  transform-origin: right center;
  border-left: 1px solid rgba(204, 186, 129, 0.3);
}

.overlay-content {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s;
  color: #fff;
  text-align: center;
  background: linear-gradient(
    135deg,
    rgba(30, 30, 30, 0.9) 0%,
    rgba(50, 50, 50, 0.9) 100%
  );
  padding: 25px 30px;
  border-radius: 12px;
  max-width: 80%;
  border: 1px solid rgba(204, 186, 129, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.overlay-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #ccba81, #e9d9a9, #ccba81);
  border-radius: 12px 12px 0 0;
}

.overlay-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #ccba81;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.overlay-content p {
  font-size: 16px;
  margin: 0;
  color: #ffffff;
}

.service-img:hover .door.left {
  transform: rotateY(-110deg);
}

.service-img:hover .door.right {
  transform: rotateY(110deg);
}

.service-img:hover .door::before {
  opacity: 1;
}

.service-img:hover .overlay-content {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.swiper-button-next,
.swiper-button-prev {
  color: #ccba81 !important;
  transition: all 0.3s ease;
  background: rgba(40, 40, 40, 0.7);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(204, 186, 129, 0.3);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #fff !important;
  background: rgba(204, 186, 129, 0.2);
  transform: scale(1.1);
}

.swiper-pagination-bullet {
  background: #ccba81 !important;
  opacity: 0.7;
  width: 12px;
  height: 12px;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  transform: scale(1.2);
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #ccba81;
  font-weight: 700;
  font-size: 2.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-bottom: 15px;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ccba81, transparent);
}

.swiper {
  padding: 20px 0 50px;
}

.country-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(204, 186, 129, 0.9);
  color: #1a1a1a;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
  z-index: 3;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

body {
  background-color: #1a1a1a;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
  direction: rtl;
}

.info-box {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
  border-left: 3px solid #ccba81;
  color: #ffffff;
}

.info-box h4 {
  color: #ccba81;
  margin-bottom: 15px;
}

.service .swiper-button-next,
.service .swiper-button-prev {
  color: #ccba81;
  transition: all 0.3s ease;
  background: transparent !important;
  width: 50px;
  height: 50px;
  border-radius: 0;
  backdrop-filter: none !important;
  border: none !important;
}

.service-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.service-card {
  border-radius: 10px;
  transition: all 0.3s;
  margin-bottom: 30px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  background: linear-gradient(135deg, #2d2d2d 0%, #3a3a3a 100%);
  border: 1px solid rgba(204, 186, 129, 0.2);
  padding: 30px 20px;
  text-align: center;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
  border-color: rgba(204, 186, 129, 0.4);
}

.service-icon {
  font-size: 50px;
  margin-bottom: 20px;
  color: #ccba81;
}

.service-title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #ccba81;
  font-size: 1.5rem;
}

.service-title a {
  color: #ccba81;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-title a:hover {
  color: #e9d9a9;
}

.service-description {
  color: #ffffff;
  line-height: 1.6;
  font-size: 1rem;
}

.visa-subsection {
  background: rgba(50, 50, 50, 0.6);
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
  border-right: 3px solid #ccba81;
  color: #ffffff;
}

.visa-subsection h5 {
  color: #ccba81;
  margin-bottom: 15px;
}

.visa-subsection p {
  color: #ffffff;
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("img/service-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: white;
  text-align: center;
}

.benefit-list {
  list-style-type: none;
  padding-right: 0;
}

.benefit-list li {
  padding: 8px 0;
  position: relative;
  padding-right: 25px;
  color: #ffffff;
}

.benefit-list li:before {
  content: "✓";
  position: absolute;
  right: 0;
  color: #ccba81;
  font-weight: bold;
}

.procedure-list {
  list-style-type: none;
  padding-right: 0;
  counter-reset: step-counter;
}

.procedure-list li {
  padding: 10px 0;
  position: relative;
  padding-right: 35px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(204, 186, 129, 0.3);
  color: #ffffff;
}

.procedure-list li:before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  right: 0;
  background: #ccba81;
  color: #1a1a1a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
}

.nomad-highlight {
  background: rgba(204, 186, 129, 0.1);
  border-right: 4px solid #ccba81;
  padding: 15px;
  border-radius: 5px;
  margin-top: 15px;
  color: #ffffff;
}

.nomad-highlight p {
  color: #ffffff;
}

.text-center .fas {
  color: #ccba81 !important;
}

/*******************************/
/********** Video CSS **********/
/*******************************/

.video {
  position: relative;
  margin: 45px 0;
  height: 100%;
  min-height: 500px;
  background: linear-gradient(rgba(3, 15, 39, 0.9), rgba(3, 15, 39, 0.9)),
    url(../img/carousel-1.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video .btn-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #ccba81;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #ccba81;
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play:hover:after {
  background-color: darken(#ccba81, 10%);
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #2c2c2c;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

/*******************************/
/*********** FAQs CSS **********/
/*******************************/

.faqs {
  position: relative;
  width: 100%;
  padding: 45px 0;
  direction: rtl;
}

.faqs .row {
  position: relative;
}

.faqs .row::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: calc(50% - 0.5px);
  background: #2c2c2c;
}

.faqs #accordion-1 {
  padding-left: 15px;
}

.faqs #accordion-2 {
  padding-right: 15px;
}

@media (max-width: 767.98px) {
  .faqs .row::after {
    display: none;
  }

  .faqs #accordion-1,
  .faqs #accordion-2 {
    padding: 0;
  }

  .faqs #accordion-1 {
    padding-top: 15px;
  }
}

.faqs .card {
  margin-bottom: 15px;
  border: none;
  border-radius: 0;
  text-align: right;
}

.faqs .card:last-child {
  margin-bottom: 0;
}

.faqs .card-header {
  padding: 0;
  border: none;
  background: #ffffff;
}

.faqs .card-header a {
  display: block;
  padding: 10px 25px;
  width: 100%;
  color: #121518;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
  background: #ccba81;
}

.faqs .card-header [data-toggle="collapse"]:after {
  font-family: "font Awesome 5 Free";
  content: "\f067";
  float: left;
  color: #2c2c2c;
  font-size: 12px;
  font-weight: 900;
  transition: 0.5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
  font-family: "font Awesome 5 Free";
  content: "\f068";
  float: left;
  color: #2c2c2c;
  font-size: 12px;
  font-weight: 900;
  transition: 0.5s;
}

.faqs .card-body {
  padding: 20px 25px;
  font-size: 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

/*******************************/
/*********** Blog CSS **********/
/*******************************/

.blog {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.blog .blog-item {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.blog .blog-img {
  position: relative;
  overflow: hidden;
}

.blog .blog-img img {
  width: 100%;
}

.blog .blog-title {
  display: flex;
  align-items: center;
  height: 60px;
  background: #2c2c2c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog .blog-title h3 {
  margin: 0;
  padding: 0 15px 0 25px;
  width: calc(100% - 60px);
  font-size: 18px;
  font-weight: 700;
  color: #ccba81;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog .blog-title a.btn {
  width: 60px;
  height: 60px;
  padding: 3px 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  color: #2c2c2c;
  background: #ccba81;
  border-radius: 0;
  transition: 0.3s;
}

.blog .blog-item:hover a.btn {
  color: #ffffff;
}

.blog .blog-meta {
  position: relative;
  padding: 25px 0 10px 0;
  background: #f3f6ff;
}

.blog .blog-meta::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  left: calc(50% - 50px);
  bottom: 0;
  background: #ccba81;
}

.blog .blog-meta p {
  display: inline-block;
  margin: 0;
  padding: 0 3px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #666666;
}

.blog .blog-meta p a {
  margin-left: 5px;
  font-style: normal;
}

.blog .blog-text {
  padding: 10px 25px 25px 25px;
  background: #f3f6ff;
}

.blog .blog-text p {
  margin: 0;
  font-size: 16px;
}

.blog .pagination .page-link {
  color: #2c2c2c;
  border-radius: 0;
  border-color: #ccba81;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
  color: #ccba81;
  background: #2c2c2c;
}

.blog .pagination .disabled .page-link {
  color: #999999;
}

/*******************************/
/******* Single Post CSS *******/
/*******************************/

.single {
  position: relative;
  padding: 45px 0;
}

.single .single-content {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.single .single-content img {
  margin-bottom: 20px;
  width: 100%;
}

.single .single-tags {
  margin: -5px -5px 41px -5px;
  font-size: 0;
}

.single .single-tags a {
  margin: 5px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  border: 1px solid #ffffff;
}

.single .single-tags a:hover {
  color: #ccba81;
  background: #2c2c2c;
}

.single .single-bio {
  margin-bottom: 45px;
  padding: 30px;
  background: #f3f6ff;
  display: flex;
}

.single .single-bio-img {
  width: 100%;
  max-width: 100px;
}

.single .single-bio-img img {
  width: 100%;
}

.single .single-bio-text {
  padding-left: 30px;
}

.single .single-bio-text h3 {
  font-size: 20px;
  font-weight: 700;
}

.single .single-bio-text p {
  margin: 0;
}

.single .single-related {
  margin-bottom: 45px;
}

.single .single-related h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .related-slider {
  position: relative;
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.single .related-slider .post-item {
  margin: 0 15px;
}

.single .post-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.single .post-item .post-img {
  width: 100%;
  max-width: 80px;
}

.single .post-item .post-img img {
  width: 100%;
}

.single .post-item .post-text {
  padding-left: 15px;
}

.single .post-item .post-text a {
  font-size: 16px;
  font-weight: 400;
}

.single .post-item .post-meta {
  display: flex;
  margin-top: 8px;
}

.single .post-item .post-meta p {
  display: inline-block;
  margin: 0;
  padding: 0 3px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

.single .post-item .post-meta p a {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}

.single .related-slider .owl-nav {
  position: absolute;
  width: 90px;
  top: -55px;
  right: 15px;
  display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
  margin-left: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c2c2c;
  background: #ccba81;
  font-size: 16px;
  transition: 0.3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
  color: #ccba81;
  background: #2c2c2c;
}

.single .single-comment {
  position: relative;
  margin-bottom: 45px;
}

.single .single-comment h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .comment-list {
  list-style: none;
  padding: 0;
}

.single .comment-child {
  list-style: none;
}

.single .comment-body {
  display: flex;
  margin-bottom: 30px;
}

.single .comment-img {
  width: 60px;
}

.single .comment-img img {
  width: 100%;
}

.single .comment-text {
  padding-left: 15px;
  width: calc(100% - 60px);
}

.single .comment-text h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}

.single .comment-text span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

.single .comment-text .btn {
  padding: 3px 10px;
  font-size: 14px;
  color: #2c2c2c;
  background: #ffffff;
  border-radius: 0;
}

.single .comment-text .btn:hover {
  background: #ccba81;
}

.single .comment-form {
  position: relative;
}

.single .comment-form h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .comment-form form {
  padding: 30px;
  background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
  margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
  border-radius: 0;
}

.single .comment-form .btn {
  padding: 15px 30px;
  color: #2c2c2c;
  background: #ccba81;
}

.single .comment-form .btn:hover {
  color: #ccba81;
  background: #2c2c2c;
}

/**********************************/
/*********** Sidebar CSS **********/
/**********************************/

.sidebar {
  position: relative;
  width: 100%;
}

@media (max-width: 991.98px) {
  .sidebar {
    margin-top: 45px;
  }
}

.sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #ccba81;
}

.sidebar .sidebar-widget .search-widget {
  position: relative;
}

.sidebar .search-widget input {
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 0;
}

.sidebar .search-widget input:focus {
  box-shadow: none;
}

.sidebar .search-widget .btn {
  position: absolute;
  top: 6px;
  right: 15px;
  height: 40px;
  padding: 0;
  font-size: 25px;
  color: #ccba81;
  background: none;
  border-radius: 0;
  border: none;
  transition: 0.3s;
}

.sidebar .search-widget .btn:hover {
  color: #2c2c2c;
}

.sidebar .sidebar-widget .recent-post {
  position: relative;
}

.sidebar .sidebar-widget .tab-post {
  position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
  color: #ccba81;
  background: #2c2c2c;
  border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
  color: #2c2c2c;
  background: #ccba81;
}

.sidebar .tab-post .tab-content {
  padding: 15px 0 0 0;
  background: transparent;
}

.sidebar .tab-post .tab-content .container {
  padding: 0;
}

.sidebar .sidebar-widget .category-widget {
  position: relative;
}

.sidebar .category-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .category-widget ul li {
  margin: 0 0 12px 22px;
}

.sidebar .category-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .category-widget ul li a {
  display: inline-block;
  line-height: 23px;
}

.sidebar .category-widget ul li::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ccba81;
  left: 1px;
}

.sidebar .category-widget ul li span {
  display: inline-block;
  float: right;
}

.sidebar .sidebar-widget .tag-widget {
  position: relative;
  margin: -5px -5px;
}

.single .tag-widget a {
  margin: 5px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  border: 1px solid #ffffff;
}

.single .tag-widget a:hover {
  color: #ccba81;
  background: #2c2c2c;
}

.sidebar .image-widget {
  display: block;
  width: 100%;
  overflow: hidden;
}

.sidebar .image-widget img {
  max-width: 100%;
  transition: 0.3s;
}

.sidebar .image-widget img:hover {
  transform: scale(1.1);
}

/*******************************/
/******** Portfolio CSS ********/
/*******************************/

.portfolio {
  position: relative;
  padding: 45px 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: -15px 0 25px 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  padding: 8px 15px;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  background: #ccba81;
  border: none;
  transition: 0.3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #2c2c2c;
  color: #ccba81;
}

.portfolio .load-more {
  text-align: center;
}

.portfolio .load-more .btn {
  padding: 15px 35px;
  font-size: 16px;
  transition: 0.3s;
}

.portfolio .load-more .btn:hover {
  color: #ccba81;
  background: #2c2c2c;
}

.portfolio .portfolio-warp {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.portfolio .portfolio-img {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-img img {
  width: 100%;
  transition: 0.3s;
}

.portfolio .portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 15, 39, 0.7);
  transition: 0.5s;
  opacity: 0;
}

.portfolio .portfolio-warp:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio .portfolio-overlay p {
  margin: 0;
  color: #ffffff;
}

.portfolio .portfolio-text {
  display: flex;
  align-items: center;
  height: 60px;
  background: #2c2c2c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.portfolio .portfolio-text h3 {
  margin: 0;
  padding: 0 15px 0 25px;
  width: calc(100% - 60px);
  font-size: 20px;
  font-weight: 700;
  color: #ccba81;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.portfolio .portfolio-warp a.btn {
  width: 60px;
  height: 60px;
  padding: 3px 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  color: #2c2c2c;
  background: #ffffff;
  border-radius: 0;
  transition: 0.3s;
}

.portfolio .portfolio-warp:hover a.btn {
  color: #ffffff;
  background: #ccba81;
}

/*******************************/
/********* Contact CSS *********/
/*******************************/

.contact {
  display: flex;
  width: 100%;
  padding: 45px 0;
  direction: rtl;
}

.contact .col-md-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact .col-md-6:first-child {
  background: #2c2c2c;
}

.contact .col-md-6:last-child {
  background: #ccba81;
}

.contact .contact-info {
  position: relative;
  width: 100%;
  padding: 0 15px;
}

.contact .contact-item {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  border: 1px solid rgba(256, 256, 256, 0.2);
  text-align: left;
}

.contact .contact-item [class^="flaticon-"]::before {
  margin: 0;
  color: #ccba81;
  font-size: 40px;
}

.contact .contact-text {
  flex: 1;
  position: relative;
  width: auto;
  padding-right: 20px;
  text-align: right;
}

.contact .contact-text h2 {
  color: #ccba81;
  font-size: 20px;
  font-weight: 500;
}

.contact .contact-text p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
}

.contact .contact-item:last-child {
  margin-bottom: 0;
}

.whatsapp-contacts {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 15px;
  direction: rtl;
}

.whatsapp-item {
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  background: #ccba81;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: right;
}

.whatsapp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.whatsapp-icon i {
  color: #2c2c2c;
  font-size: 40px;
}

.whatsapp-detail {
  flex: 1;
}

.whatsapp-detail h3 {
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.whatsapp-detail a {
  display: inline-block;
  color: #2c2c2c;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  padding: 8px 15px;
  border: 2px solid #2c2c2c;
  border-radius: 4px;
}

.whatsapp-detail a:hover {
  color: #ccba81;
  background: #2c2c2c;
}

@media (max-width: 767px) {
  .whatsapp-item {
    flex-direction: column;
    text-align: center;
  }

  .whatsapp-icon {
    margin: 0 0 15px 0;
  }
}

.contact .contact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.contact [class^="flaticon-"]::before,
.whatsapp-icon i {
  transition: transform 0.3s ease;
}

.contact .contact-item:hover [class^="flaticon-"]::before,
.whatsapp-item:hover .whatsapp-icon i {
  transform: scale(1.1);
  color: #ffffffa6;
}

/*******************************/
/********* Footer CSS **********/
/*******************************/

.footer {
  position: relative;
  margin-top: 45px;
  padding-top: 90px;
  background: #2c2c2c;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3), inset 0 0 12px rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-menu {
  direction: rtl;
  text-align: right;
  position: relative;
  margin-bottom: 45px;
}

.footer h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #ccba81;
}

.footer h2::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #ccba81;
}

.footer .footer-contact h2::after {
  right: 0 !important;
  left: auto !important;
}

.footer .footer-link a {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  transition: 0.3s;
}

.footer .footer-link a::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .footer-link a:hover {
  color: #ccba81;
  letter-spacing: 1px;
}

.footer .footer-contact p i {
  width: 50px;
  display: inline-block;
  text-align: right;
  direction: rtl;
}

.footer .footer-social {
  position: relative;
  margin-top: 20px;
}

.footer .footer-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid rgba(256, 256, 256, 0.3);
  border-radius: 60px;
  transition: 0.3s;
}

.footer .footer-social a i {
  font-size: 15px;
  color: #ffffff;
}

.footer .footer-social a:hover {
  background: #ccba81;
  border-color: #ccba81;
}

.footer .footer-social a:hover i {
  color: #2c2c2c;
}

.footer .footer-menu .f-menu {
  position: relative;
  padding: 18px 0;
  font-size: 0;
  text-align: center;
  border-top: 1px solid #ccba81;
  border-bottom: 1px solid #ccba81;
}

.footer .footer-menu .f-menu a {
  color: #ffffff;
  font-size: 18px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ccba81;
}

.footer .footer-menu .f-menu a:hover {
  color: #ccba81;
}

.footer .footer-menu .f-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer .copyright {
  padding: 15px 30px;
}

.footer .copyright p {
  margin: 10;
  color: #ffffff;
}

.footer .copyright .col-md-6:first-child p,
.footer .copyright .col-md-6:last-child p {
  text-align: center;
}

.footer .copyright p a {
  color: #ccba81;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer .copyright p a:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer .copyright p,
  .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }
}
