@charset "UTF-8";

/*---------------------------------------------------------------------------------
    Theme: DreamsTour WordPress Theme
    Styles: Header Styles 5, 6, 7 & Header 4
-----------------------------------------------------------------------------------*/

/* ==========================================================================
   1. Base Header & General Styles (from header.scss)
   ========================================================================== */

header {
  background: transparent;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

header .header-btn .theme-toggle {
  color: #ffffff;
}

header.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #ffffff !important;
  -webkit-animation: 400ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 400ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.1) !important;
}

body.admin-bar header.fixed,
.admin-bar header.fixed {
  top: 32px !important;
}


@media (max-width: 782px) {

  body.admin-bar header.fixed,
  .admin-bar header.fixed {
    top: 46px !important;
  }
}

header.fixed .header-nav .main-menu-wrapper .main-nav>li>a {
  color: #111827 !important;
}

header.fixed .header-btn .theme-toggle {
  color: #111827 !important;
}

header.fixed .header-logo.logo-dark {
  display: block !important;
}

header.fixed .header-logo.logo-white {
  display: none !important;
}

header.fixed .header__hamburger .sidebar-menu {
  color: #111827 !important;
}

header .header-logo .logo a {
  float: left;
}

header .header-logo .logo a img {
  float: left;
  max-height: 32px;
}

header .header-logo.logo-dark {
  display: none;
}

header .header-nav .main-menu-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  header .header-nav .main-menu-wrapper {
    padding: 20px 16px 12px 16px !important;
  }
}

@media (min-width: 992px) {

  header .header-nav .main-menu-wrapper #mobile-menu,
  .header-ten #mobile-menu,
  .header-ten .main-menu-wrapper #mobile-menu {
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .header-ten .header__hamburger {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .header-ten .header__hamburger {
    display: flex !important;
    margin-left: auto !important;
  }
}

@media (max-width: 991.98px) {

  header .header-nav .main-menu-wrapper #mobile-menu,
  .header-ten #mobile-menu,
  .header-ten .main-menu-wrapper #mobile-menu,
  .header-ten .main-nav {
    display: none !important;
  }
}

header .header-nav .main-menu-wrapper .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

header .header-nav .main-menu-wrapper .main-nav>li {
  padding: 18px 0;
}

@media (min-width: 992px) {
  header .header-nav .main-menu-wrapper .main-nav>li {
    display: block;
    position: relative;
    margin-right: 30px;
  }

  header .header-nav .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1399.98px) {
  header .header-nav .main-menu-wrapper .main-nav>li {
    margin-right: 10px !important;
  }

  header .header-nav .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 1199.98px) {
  header .header-nav .main-menu-wrapper .main-nav>li {
    margin-right: 20px;
  }

  header .header-nav .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
    border: 0;
  }
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav>li {
    margin-right: 0 !important;
    border-bottom: 1px solid #111827;
    padding: 0;
  }

  header .header-nav .main-menu-wrapper .main-nav>li:last-child {
    margin-right: 0;
    border: 0;
  }
}

header .header-nav .main-menu-wrapper .main-nav>li>a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

header .header-nav .main-menu-wrapper .main-nav>li>a:hover {
  color: #cf3425;
}

header .header-nav .main-menu-wrapper .main-nav>li>a i {
  font-size: 12px;
  margin-left: 4px;
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav>li>a {
    display: block;
    line-height: 20px;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
  }

  header .header-nav .main-menu-wrapper .main-nav>li>a i {
    font-size: 14px;
    float: right;
    margin-top: 5px;
  }
}

header .header-nav .main-menu-wrapper .main-nav>li.active>a,
header .header-nav .main-menu-wrapper .main-nav>li:hover>a {
  color: #ffffff;
}

header .header-nav .main-menu-wrapper .main-nav>li.active>a::after {
  content: '● ● ●';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 24px;
  height: 4px;
  color: #ffffff;
  font-size: 9px;
}

header .header-nav .main-menu-wrapper .main-nav>li.active.has-submenu>a::after {
  left: calc(50% - 6px);
}

/* Submenu */
header .header-nav .main-menu-wrapper .main-nav>li>ul {
  list-style: none;
}

@media (min-width: 992px) {
  header .header-nav .main-menu-wrapper .main-nav>li>ul {
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 4px 14px 0px rgba(217, 217, 217, 0.25);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
  }

  header .header-nav .main-menu-wrapper .main-nav>li.has-submenu:hover>.submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: 2px;
    border-top: 1px solid #cf3425;
  }

  header .header-nav .main-menu-wrapper .main-nav>li.megamenu {
    position: unset;
  }

  header .header-nav .main-menu-wrapper .main-nav>li.megamenu:hover>.submenu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  header .header-nav .main-menu-wrapper .main-nav>li.megamenu .home-menu {
    left: 0;
  }

  header .header-nav .main-menu-wrapper .main-nav>li>ul.mega-submenu {
    width: 100%;
    padding: 0;
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    -webkit-border-radius: 0px;
  }
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav .has-submenu ul {
    display: none;
    background: #cf3425;
  }
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li {
  position: relative;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li.active,
header .header-nav .main-menu-wrapper .main-nav>li .submenu li.active>a {
  color: #cf3425;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li a {
  display: block;
  padding: 10px 15px 10px;
  clear: both;
  white-space: nowrap;
  color: #111827;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  position: relative;
  font-weight: 500;
  text-align: left;
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav>li .submenu li a {
    padding: 10px;
    color: #ffffff;
    font-size: 12px;
  }
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu li a:hover {
  color: #cf3425;
  padding-left: 20px;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu .menu-tab ul li {
  margin-bottom: 8px;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu .menu-tab ul li a {
  background: #e4ebf1;
  width: 100%;
  padding: 8px 16px;
  border-radius: 5px;
  position: relative;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu .menu-tab ul li a.active,
header .header-nav .main-menu-wrapper .main-nav>li .submenu .menu-tab ul li a:hover {
  background: #cf3425;
  color: #ffffff;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu .tab-menulist h6 {
  margin-bottom: 24px;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu .tab-menulist ul li {
  margin-bottom: 16px;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu .tab-menulist ul li a {
  padding: 0 0 0 14px;
  font-weight: 400;
  position: relative;
  color: #4e5561;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu .tab-menulist ul li a::before {
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 12px;
}

header .header-nav .main-menu-wrapper .main-nav>li .submenu .tab-menulist ul li a:hover {
  color: #cf3425;
}

header .header-nav .main-menu-wrapper .main-nav>li.mega-innermenu {
  position: unset;
}

@media (min-width: 992px) {
  header .header-nav .main-menu-wrapper .main-nav>li.mega-innermenu>ul.mega-submenu {
    min-width: 600px;
    width: auto;
  }

  header .header-nav .main-menu-wrapper .main-nav>li.megamenutab>ul.mega-submenu {
    min-width: 765px;
    width: auto;
  }
}

header .header-nav .main-menu-wrapper .main-nav>li.login-link {
  display: none;
}

@media (max-width: 991.98px) {
  header .header-nav .main-menu-wrapper .main-nav>li.login-link {
    display: block;
  }
}

/* Header Buttons */
header .header-btn .btn {
  font-size: 13px;
  border-radius: 55px;
  padding: 7px 12px;
  margin-right: 12px;
}

header .header-btn .btn.btn-white:hover {
  background: #cf3425;
  border-color: #cf3425;
  color: #ffffff;
}

header .header-btn .btn.btn-white:hover a {
  color: #ffffff;
}

header .header-btn .btn:last-child {
  margin-right: 0;
}

header .header-btn .profile-dropdown {
  margin-right: 12px;
}

header .dropdown-toggle::after {
  display: none;
}

/* Topbar & Common Elements */
.header-topbar {
  padding: 8px 0 0;
  position: relative;
  border-bottom: 1px solid rgba(228, 235, 241, 0.07);
}

.header-topbar p {
  color: #ffffff;
}

.header-topbar .dropdown>a {
  color: #ffffff;
  font-weight: 500;
}

.header-topbar .dropdown.flag-dropdown img {
  height: 12px;
}

.header-topbar .dropdown .dropdown-menu {
  z-index: 9999;
}

.header-topbar .cart-dropdown a,
.header-topbar .fav-dropdown a {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .header-topbar {
    display: none;
  }
}

.count-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: -6px;
  right: -9px;
}

.header__hamburger .sidebar-menu {
  color: #ffffff;
  font-size: 24px;
}

/* Offcanvas Drawer */
.offcanvas-info {
  background: #ffffff none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas-info::-webkit-scrollbar {
  display: none;
}

.offcanvas-info.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas-wrap {
  position: relative;
  height: 100%;
  padding: 20px;
}

.offcanvas-wrap .offcanvas-detail .offcanvas-close {
  text-align: center;
  color: #4e5561;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.offcanvas-wrap .offcanvas-detail .offcanvas-close:hover {
  color: #dc2626;
}

.offcanvas-wrap .offcanvas-detail .offcanvas__contact {
  margin-top: 20px;
}

.offcanvas-wrap .offcanvas-detail .offcanvas__contact .dropdown-menu {
  z-index: 999999;
}

.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99998;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 575.98px) {
  .offcanvas-info {
    width: 300px;
  }

  .offcanvas-wrap {
    padding: 20px;
  }
}

.main-header {
  position: absolute;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.wishlist-info {
  background: #f8fafb;
  border-radius: 10px;
  padding: 20px;
}

.wishlist-info .fav-dropdown a,
.wishlist-info .cart-dropdown a {
  font-size: 20px;
  color: #111827;
}

.header-dropdown {
  background: #f8fafb;
  border-radius: 10px;
  padding: 20px;
}

.header-dropdown .dropdown .dropdown-toggle {
  border-radius: 4px;
  padding: 7px 12px;
  color: #4e5561;
}

.header-dropdown .dropdown .dropdown-toggle::after {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.megamenu-wrapper {
  padding: 40px;
}

@media (max-width: 991.98px) {
  .megamenu-wrapper {
    padding: 0;
  }

  .megamenu-wrapper h6 {
    display: none;
  }
}

.megamenutab .megamenu-wrapper {
  padding: 24px;
}

.single-demo {
  padding: 8px;
  border: 1px solid #e4ebf1;
  transition: 0.4s;
  border-radius: 10px;
  box-shadow: 0px 4px 14px 0px rgba(217, 217, 217, 0.25);
  text-align: center;
}

.single-demo a {
  padding: 0 !important;
}

.single-demo:hover {
  transform: translateY(-2px);
}

.single-demo.active .demo-info a {
  color: #cf3425 !important;
}

.single-demo .demo-img {
  margin-bottom: 16px;
}

.single-demo .demo-img img {
  border-radius: 4px;
}

.single-demo .demo-info a {
  font-size: 14px;
  font-weight: 500;
}

.menu-img {
  border-radius: 10px;
  max-width: 205px;
  margin-left: auto;
  overflow: hidden;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.menu-img img {
  border-radius: 10px;
  border: 4px solid #ffffff;
  box-shadow: 0px 4px 14px 0px rgba(217, 217, 217, 0.25);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.menu-img:hover img {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

@media (max-width: 991.98px) {
  .menu-img {
    display: none;
  }
}

.theme-toggle {
  display: none;
}

.theme-toggle.activate {
  display: block;
}

.white-logo-responsive {
  display: none;
}

.header-topbar .logo-white {
  display: none;
}

#mobile-menu {
  display: block;
}

@media (max-width: 991.98px) {
  #mobile-menu {
    display: none;
  }
}

/* ==========================================================================
   2. Header Four Styles (from 26.header-four & header.scss)
   ========================================================================== */

.main-header.main-header-four {
  position: relative;
}

.main-header.main-header-four .header__hamburger .sidebar-menu {
  color: #111827;
}

@media (max-width: 1199.98px) {
  .main-header.main-header-four .flag-dropdown {
    display: block;
  }
}

.main-header.main-header-four .header-nav .main-menu-wrapper {
  padding: 0;
}

.main-header.main-header-four .header-nav .main-menu-wrapper .main-nav>li.active>a,
.main-header.main-header-four .header-nav .main-menu-wrapper .main-nav>li:hover>a {
  color: #cf3425;
}

.main-header.main-header-four .header-nav .main-menu-wrapper .main-nav>li.active>a i,
.main-header.main-header-four .header-nav .main-menu-wrapper .main-nav>li:hover>a i {
  color: #cf3425;
}

.main-header.main-header-four .header-nav .main-menu-wrapper .main-nav>li>a {
  color: #111827;
}

.main-header.main-header-four .header-nav .main-menu-wrapper .main-nav>li>a i {
  color: #656b76;
}

.header-topbar.topbar-four {
  background: #ffffff;
  border-bottom: 1px solid #e4ebf1;
}

.header-topbar.topbar-four p {
  color: #4e5561;
}

.header-topbar.topbar-four .dropdown>a {
  color: #111827;
}

@media (max-width: 991.98px) {
  .header-topbar.topbar-four {
    display: none;
  }
}

.header-four .header-btn .theme-toggle {
  color: #111827;
}

@media (max-width: 767.98px) {
  .header-four .header-btn .dropdown {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .header-four .container {
    padding: 0px;
  }
}

header.header-four .header-logo.logo-dark {
  display: none;
}

header.header-four .header-logo.logo-white {
  display: block;
}

header.header-four.fixed .header-logo.logo-dark {
  display: block;
}

header.header-four.fixed .header-logo.logo-white {
  display: none;
}

header.header-four .header-nav .main-menu-wrapper .main-nav>li.active>a::after,
header.header-five .header-nav .main-menu-wrapper .main-nav>li.active>a::after {
  color: #cf3425;
}

/* ==========================================================================
   3. Header Five Styles (from 27.header-five & header.scss)
   ========================================================================== */

.main-header.main-header-five {
  position: relative;
  top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.admin-bar .main-header.main-header-five,
.admin-bar .main-header-five {
  top: 0 !important;
}

@media (max-width: 782px) {

  .admin-bar .main-header.main-header-five,
  .admin-bar .main-header-five {
    top: 0 !important;
  }
}

@media (max-width: 600px) {

  .admin-bar .main-header.main-header-five,
  .admin-bar .main-header-five {
    top: 0 !important;
  }
}

.header-five {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header-five.fixed {
  margin: 0 !important;
}

.header-five .header__hamburger .sidebar-menu {
  color: #111827;
}

.header-five .header-nav {
  background: #ffffff;
  padding: 0 20px !important;
  border-radius: 10px;
}

.header-five .header-nav .main-menu-wrapper {
  padding: 0 !important;
}

.header-five .header-nav .main-menu-wrapper .main-nav>li>a {
  color: #111827;
}

.header-five .header-nav .main-menu-wrapper .main-nav>li>a i {
  color: #656b76;
}

.header-five .header-nav .main-menu-wrapper .main-nav>li.active>a,
.header-five .header-nav .main-menu-wrapper .main-nav>li:hover>a {
  color: #cf3425;
}

.header-five .header-nav .main-menu-wrapper .main-nav>li.active>a i,
.header-five .header-nav .main-menu-wrapper .main-nav>li:hover>a i {
  color: #cf3425;
}

.header-five .header-btn a {
  color: #111827;
  font-size: 13px;
}

.header-five .header-btn .btn,
.header-five .header-btn a.btn,
.header-five .header-btn a.btn-primary,
.header-five .header-btn .btn-primary {
  color: #ffffff;
  font-size: 13px;
}

.header-five .header-btn .btn:hover,
.header-five .header-btn a.btn:hover,
.header-five .header-btn a.btn-primary:hover,
.header-five .header-btn .btn-primary:hover {
  color: #ffffff !important;
}

.header-five .header-btn .fav-dropdown,
.header-five .header-btn .cart-dropdown {
  display: none;
}

.header-five .header-btn .profile-dropdown {
  margin-right: 12px;
}

.header-five .header-btn .profile-dropdown .avatar img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e4ebf1;
}

.header-five .header-btn .profile-dropdown .dropdown-menu {
  min-width: 180px;
  border: 1px solid #e4ebf1;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  z-index: 9999;
}

.header-five .header-btn .profile-dropdown .dropdown-item {
  color: #111827 !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px;
}

.header-five .header-btn .profile-dropdown .dropdown-item:hover,
.header-five .header-btn .profile-dropdown .dropdown-item.active {
  background-color: #f8fafb;
  color: #cf3425 !important;
}

.header-five .header__hamburger .sidebar-menu {
  color: #111827 !important;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
}

header.header-five .header-logo.logo-dark {
  display: none;
}

header.header-five .header-logo.logo-white {
  display: block;
}

header.header-five.fixed .header-logo.logo-dark {
  display: block;
}

header.header-five.fixed .header-logo.logo-white {
  display: none;
}

/* Responsive & Desktop Layout */
.header-five .header-nav {
  padding: 8px 24px !important;
}

.header-five .header-nav .main-menu-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}

/* Left side: Logo takes left column */
.header-five .navbar-logo {
  flex: 1 1 0% !important;
  max-width: none !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  padding: 0 !important;
}

.header-five .navbar-logo .header-logo {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Bigger Logo matching the reference image (48px height) */
.header-five .navbar-logo img.logo {
  max-height: 40px !important;
  height: 40px !important;
  width: auto !important;
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Center: Navigation Menu mathematically centered between logo and buttons */
.header-five #mobile-menu {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.header-five #mobile-menu .main-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

.header-five #mobile-menu .main-nav>li {
  margin: 0 16px !important;
  padding: 14px 0 !important;
  float: none !important;
  display: inline-flex !important;
  align-items: center !important;
}

.header-five #mobile-menu .main-nav>li:first-child {
  margin-left: 0 !important;
}

.header-five #mobile-menu .main-nav>li:last-child {
  margin-right: 0 !important;
}

.header-five #mobile-menu .main-nav>li>a {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #111827 !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  padding: 0 !important;
}

.header-five #mobile-menu .main-nav>li.active>a,
.header-five #mobile-menu .main-nav>li:hover>a {
  color: #cf3425 !important;
}

/* Right side: User avatar + CTA button takes right column */
.header-five .header-btn {
  flex: 1 1 0% !important;
  max-width: none !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin-left: 0 !important;
}

@media (max-width: 1199.98px) {

  .main-header.main-header-five,
  .header-five {
    margin: 0 !important;
    padding: 0 !important;
  }

  .header-five .container {
    padding: 0 15px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .header-five .header-nav {
    padding: 6px 15px !important;
    margin: 0 !important;
    border-radius: 8px;
  }

  .header-five .header-nav .main-menu-wrapper {
    padding: 0 !important;
    margin: 0 !important;
  }

  .header-five .navbar-logo img.logo {
    max-height: 36px !important;
    height: 36px !important;
  }

  .header-five #mobile-menu .main-nav>li {
    margin: 0 8px !important;
  }

  .header-five .header-btn .btn {
    display: none !important;
  }

  .header-five .header-btn .profile-dropdown {
    margin-right: 8px !important;
  }
}

@media (max-width: 991.98px) {
  .header-five #mobile-menu {
    display: none !important;
  }

  .header-five .header-nav {
    padding: 4px 12px !important;
    margin: 0 !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
  }

  .header-five .header-nav .main-menu-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 44px !important;
  }

  .header-five .navbar-logo {
    flex: 0 0 auto !important;
    max-width: 160px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .header-five .navbar-logo img.logo {
    max-height: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .header-five .header-btn {
    flex: 0 0 auto !important;
    margin-left: auto !important;
  }

  .header-five .header-btn .profile-dropdown {
    margin-right: 6px !important;
  }

  .header-five .header-btn .profile-dropdown .avatar img {
    width: 32px !important;
    height: 32px !important;
  }

  .header-five .header__hamburger .sidebar-menu {
    font-size: 22px !important;
  }
}

@media (max-width: 575.98px) {

  .main-header.main-header-five,
  .header-five {
    margin: 0 !important;
    padding: 0 !important;
  }

  .header-five .container {
    padding: 0 8px !important;
    margin: 0 auto !important;
  }

  .header-five .header-nav {
    padding: 14px 8px !important;
    margin: 0 !important;
    border-radius: 6px !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
  }

  .header-five .header-nav .main-menu-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 40px !important;
  }

  .header-five .navbar-logo {
    max-width: 130px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .header-five .navbar-logo img.logo {
    max-height: 24px !important;
    max-width: 125px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .header-five .header-btn .profile-dropdown {
    margin-right: 4px !important;
  }

  .header-five .header-btn .profile-dropdown .avatar img {
    width: 28px !important;
    height: 28px !important;
  }

  .header-five .header__hamburger .sidebar-menu {
    font-size: 20px !important;
  }
}

/* Eliminate MeanMenu spacer element in Header 5 */
.header-five .mean-push,
.main-header-five .mean-push {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

/* Remove excessive spacing below Header 5 before page content */
.main-header.main-header-five~.section,
.main-header.main-header-five+.section,
.main-header-five~.section,
.main-header-five+.section {
  padding-top: 20px !important;
}

@media (max-width: 991.98px) {

  .main-header.main-header-five~.section,
  .main-header.main-header-five+.section,
  .main-header-five~.section,
  .main-header-five+.section {
    padding-top: 15px !important;
  }
}

@media (max-width: 575.98px) {

  .main-header.main-header-five~.section,
  .main-header.main-header-five+.section,
  .main-header-five~.section,
  .main-header-five+.section {
    padding-top: 10px !important;
  }
}

/* ==========================================================================
   4. Header Six Styles (from header.scss)
   ========================================================================== */

.header-six {
  background: #cf3425;
}

.header-six .main-menu-wrapper {
  justify-content: center !important;
}

.header-six .main-menu-wrapper .header-logo {
  display: none;
}

@media (max-width: 991.98px) {
  .header-six .main-menu-wrapper .header-logo {
    display: block;
  }
}

.header-six .header-btn {
  display: none;
}

@media (max-width: 991.98px) {
  .header-six .header-btn {
    display: flex;
  }
}

.header-six .header-nav .main-menu-wrapper {
  padding: 10px 0;
}

.header-six .header-nav .main-menu-wrapper .main-nav>li.active>a,
.header-six .header-nav .main-menu-wrapper .main-nav>li:hover>a {
  color: #cf3425;
}

.header-six .header-nav .main-menu-wrapper .main-nav>li.active>a i,
.header-six .header-nav .main-menu-wrapper .main-nav>li:hover>a i {
  color: #cf3425;
}

.header-six .header-nav .main-menu-wrapper .main-nav>li>a {
  color: #ffffff !important;
}

.header-six .header-nav .main-menu-wrapper .main-nav>li>a i {
  color: #ffffff !important;
}

.header-six.fixed {
  background: #cf3425;
}

.header-six.fixed .main-menu-wrapper {
  justify-content: space-between !important;
}

.header-six.fixed .main-menu-wrapper .header-logo {
  display: block;
}

.header-six.fixed .header-btn {
  display: flex;
}

.header-six.fixed .header-btn .dropdown>a,
.header-six.fixed .header-btn .cart-dropdown a,
.header-six.fixed .header-btn .fav-dropdown a,
.header-six.fixed .header-btn>div>a {
  color: #ffffff;
}

header.header-six.fixed .header-nav .main-menu-wrapper .main-nav>li.active>a::after {
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .header-six .header__hamburger {
    margin-left: auto;
  }

  .header-six .header__hamburger .sidebar-menu {
    color: #ffffff !important;
  }

  .header-six .header-btn {
    display: none !important;
  }
}

/* ==========================================================================
   5. Header Seven Styles (from header.scss)
   ========================================================================== */

.header-seven {
  position: absolute;
}

.header-seven .header-logo.logo-dark {
  display: block !important;
}

.header-seven .header-logo.logo-white {
  display: none !important;
}

.header-seven .header-nav .main-menu-wrapper {
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .header-seven .header-nav .main-menu-wrapper {
    margin-top: 0;
  }
}

.header-seven .header-nav .main-menu-wrapper .main-nav>li>a {
  color: #ffffff !important;
}

.header-seven .header-nav .main-menu-wrapper .main-nav>li>a::after {
  color: #ffffff !important;
}

.header-seven .header-nav .main-menu-wrapper .main-nav>li i {
  color: #ffffff !important;
}

.header-seven .header-nav .main-menu-wrapper .main-nav>li.active>a {
  color: #cf3425 !important;
}

.header-seven .header-nav .main-menu-wrapper .main-nav>li.active>a::after {
  color: #cf3425 !important;
}

.header-seven .header-nav .main-menu-wrapper .main-nav>li.active i {
  color: #cf3425 !important;
}

.header-seven .dropdown .dropdown-toggle {
  color: #ffffff !important;
}

.header-seven .flag-dropdown {
  background: #ffffff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (max-width: 1199.98px) {
  .header-seven .flag-dropdown {
    width: 100% !important;
    background: transparent !important;
  }
}

.header-seven .flag-dropdown img {
  height: 16px;
}

@media (max-width: 1199.98px) {
  .header-seven .flag-dropdown .dropdown-toggle {
    width: 100%;
  }
}

.header-seven .theme-toggle {
  color: #ffffff !important;
}

.header-seven .header__hamburger .sidebar-menu {
  color: #ffffff !important;
}

.header-seven .offcanvas-info.show .dropdown .dropdown-toggle {
  color: #111827 !important;
}

.header-seven.fixed .header-logo.logo-dark {
  display: none !important;
}

.header-seven.fixed .header-logo.logo-white {
  display: block !important;
}

.header-seven.fixed .header-nav .main-menu-wrapper .main-nav>li>a {
  color: #111827 !important;
}

.header-seven.fixed .header-nav .main-menu-wrapper .main-nav>li>a::after {
  color: #111827 !important;
}

.header-seven.fixed .header-nav .main-menu-wrapper .main-nav>li i {
  color: #111827 !important;
}

.header-seven.fixed .header-nav .main-menu-wrapper .main-nav>li.active>a {
  color: #cf3425 !important;
}

.header-seven.fixed .header-nav .main-menu-wrapper .main-nav>li.active>a::after {
  color: #cf3425 !important;
}

.header-seven.fixed .header-nav .main-menu-wrapper .main-nav>li.active i {
  color: #cf3425 !important;
}

.header-seven.fixed .dropdown .dropdown-toggle {
  color: #111827 !important;
}

.header-seven.fixed .flag-dropdown {
  background: #e4ebf1;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (max-width: 1199.98px) {
  .header-seven.fixed .flag-dropdown {
    width: 100% !important;
    background: transparent !important;
  }
}

.header-seven.fixed .flag-dropdown img {
  height: 16px;
}

.header-seven.fixed .theme-toggle {
  color: #111827 !important;
}

.header-seven.fixed .header__hamburger .sidebar-menu {
  color: #111827 !important;
}

/* ==========================================================================
   Footer Style 5 (footer-two / footer-five)
   ========================================================================== */
footer.footer-two,
footer.footer-five {
  background: #F5F8FA;
}

footer.footer-two .footer-top,
footer.footer-five .footer-top {
  padding: 60px 0 40px;
}

@media (max-width: 991.98px) {

  footer.footer-two .footer-top,
  footer.footer-five .footer-top {
    padding: 40px 0 20px;
  }
}

footer.footer-two .footer-widget,
footer.footer-five .footer-widget {
  margin-bottom: 24px;
}

footer.footer-two .footer-widget p,
footer.footer-five .footer-widget p {
  color: #656b76;
  font-size: 16px !important;
  line-height: 1.6;
}

footer.footer-two .footer-widget span.d-block,
footer.footer-five .footer-widget span.d-block {
  font-size: 16px !important;
  color: #111827;
}

footer.footer-two .footer-widget h5,
footer.footer-five .footer-widget h5,
.footer-two .footer-top .footer-widget h5,
.footer-five .footer-top .footer-widget h5 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #111827 !important;
  margin-bottom: 22px !important;
  position: relative !important;
  display: block !important;
}

footer.footer-two .footer-widget h5::before,
footer.footer-five .footer-widget h5::before,
.footer-two .footer-top .footer-widget h5::before,
.footer-five .footer-top .footer-widget h5::before {
  content: "" !important;
  position: absolute !important;
  bottom: -6px !important;
  left: 0 !important;
  width: 38px !important;
  height: 2px !important;
  background: #cf3425 !important;
  border-radius: 30px !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

footer.footer-two .footer-logo-dark,
footer.footer-five .footer-logo-dark {
  display: none;
}

footer.footer-five .footer-app-stores {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
}

footer.footer-five .footer-app-stores a {
  display: inline-block !important;
  width: auto !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  flex: 0 0 auto !important;
}

footer.footer-five .footer-app-stores a img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 42px !important;
}

footer.footer-two .footer-menu,
footer.footer-five .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.footer-two .footer-menu li,
footer.footer-five .footer-menu li {
  margin-bottom: 10px;
}

footer.footer-two .footer-menu li a,
footer.footer-five .footer-menu li a {
  position: relative;
  color: #656b76;
  font-size: 16px !important;
  font-weight: 400 !important;
  transition: all 0.3s ease;
  display: inline-block;
}

footer.footer-two .footer-menu li a:hover,
footer.footer-five .footer-menu li a:hover {
  color: #cf3425 !important;
  padding-left: 4px;
}

/* Customer Support & Contact items */
footer.footer-two .customer-info,
footer.footer-five .customer-info {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

footer.footer-two .customer-info .customer-info-icon span,
footer.footer-five .customer-info .customer-info-icon span {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E4EBF1;
  font-size: 22px;
  font-weight: 700;
  color: #4E5561;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

footer.footer-two .customer-info:hover .customer-info-icon span,
footer.footer-five .customer-info:hover .customer-info-icon span {
  background: #cf3425;
  color: #ffffff;
}

footer.footer-two .customer-info .customer-info-content,
footer.footer-five .customer-info .customer-info-content {
  margin-left: 12px;
}

footer.footer-two .customer-info .customer-info-content span,
footer.footer-five .customer-info .customer-info-content span {
  color: #656b76;
  font-size: 14px !important;
  display: block;
}

footer.footer-two .customer-info .customer-info-content h6,
footer.footer-five .customer-info .customer-info-content h6 {
  color: #111827;
  font-size: 16px !important;
  font-weight: 600;
  margin-top: 2px;
  margin-bottom: 0;
}

footer.footer-two .customer-info .customer-info-content h6 a,
footer.footer-five .customer-info .customer-info-content h6 a {
  color: #111827 !important;
  font-size: 16px !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer.footer-two .customer-info .customer-info-content h6 a:hover,
footer.footer-five .customer-info .customer-info-content h6 a:hover {
  color: #cf3425 !important;
}

/* Footer Bottom */
footer.footer-two .footer-bottom,
footer.footer-five .footer-bottom {
  background: #F1F4F7;
  border-top: 1px solid #E4EBF1;
  padding: 16px 0 10px;
}

footer.footer-two .footer-bottom p,
footer.footer-five .footer-bottom p,
footer.footer-two .footer-bottom .fs-14,
footer.footer-five .footer-bottom .fs-14 {
  margin-bottom: 6px;
  color: #656b76;
  font-size: 14px !important;
}

/* Responsive Footer 5 Spacing & Typography (User Manual 14px Changes for Mobile) */
@media (max-width: 991.98px) {

  footer.footer-two .footer-widget p,
  footer.footer-five .footer-widget p {
    font-size: 14px !important;
  }

  footer.footer-two .footer-widget span.d-block,
  footer.footer-five .footer-widget span.d-block {
    font-size: 14px !important;
    color: #656b76 !important;
  }

  footer.footer-two .footer-widget h5,
  footer.footer-five .footer-widget h5,
  .footer-two .footer-top .footer-widget h5,
  .footer-five .footer-top .footer-widget h5 {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 16px !important;
  }

  footer.footer-two .footer-menu li a,
  footer.footer-five .footer-menu li a {
    font-size: 14px !important;
    color: #656b76 !important;
  }

  footer.footer-two .customer-info .customer-info-content h6 a,
  footer.footer-five .customer-info .customer-info-content h6 a {
    color: #656b76 !important;
    font-size: 14px !important;
  }

  footer.footer-two .footer-bottom .fs-14,
  footer.footer-five .footer-bottom .fs-14 {
    font-size: 14px !important;
  }
}

footer.footer-two .social-icon-two,
footer.footer-five .social-icon-two {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 0 6px 0;
  padding: 0;
}

footer.footer-two .social-icon-two::after,
footer.footer-five .social-icon-two::after {
  display: none !important;
}

footer.footer-two .social-icon-two li,
footer.footer-five .social-icon-two li {
  margin-right: 8px;
  padding-right: 0;
}

footer.footer-two .social-icon-two li::after,
footer.footer-five .social-icon-two li::after {
  content: none !important;
}

footer.footer-two .social-icon-two li a,
footer.footer-five .social-icon-two li a,
.footer-five .social-icon-two li a {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #111827 !important;
  font-size: 15px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.25s ease !important;
}

footer.footer-two .social-icon-two li a:hover,
footer.footer-five .social-icon-two li a:hover,
.footer-five .social-icon-two li a:hover {
  background: #CF3425 !important;
  background-color: #CF3425 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(207, 52, 37, 0.3) !important;
  transform: translateY(-2px) !important;
}

footer.footer-five .social-icon-two li a i,
.footer-five .social-icon-two li a i {
  color: inherit !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

/* Sticky footer to eliminate any white space below footer on short pages */
html {
  height: 100% !important;
}

body {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
}

.main-header {
  flex-shrink: 0 !important;
}

.section,
.page-template-default .section,
.main-wrapper {
  flex: 1 0 auto !important;
  margin-bottom: 0 !important;
}

body>footer.footer-two,
body>footer.footer-five,
footer.footer-two,
footer.footer-five {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  flex-shrink: 0 !important;
}

footer.footer-two .footer-top,
footer.footer-five .footer-top {
  padding: 40px 0 15px !important;
}

@media (max-width: 991.98px) {

  footer.footer-two .footer-top,
  footer.footer-five .footer-top {
    padding: 30px 0 10px !important;
  }
}

footer.footer-two .footer-widget,
footer.footer-five .footer-widget {
  margin-bottom: 15px !important;
}

footer.footer-two .customer-info,
footer.footer-five .customer-info {
  margin-bottom: 12px !important;
}

footer.footer-two .footer-bottom,
footer.footer-five .footer-bottom {
  background: #F1F4F7;
  border-top: 1px solid #E4EBF1;
  padding: 12px 0 !important;
  margin-bottom: 0 !important;
}

footer.footer-two .footer-bottom p,
footer.footer-five .footer-bottom p,
footer.footer-two .footer-bottom .fs-14,
footer.footer-five .footer-bottom .fs-14 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

footer.footer-two .social-icon-two,
footer.footer-five .social-icon-two {
  margin-bottom: 0 !important;
}

/* Dark Mode support for Footer Style 5 */
.dark-mode body footer.footer-two,
.dark-mode body footer.footer-five {
  background: #191B1F;
}

.dark-mode body footer.footer-two .footer-top,
.dark-mode body footer.footer-five .footer-top {
  background: #191B1F;
}

.dark-mode body footer.footer-two .footer-logo-light,
.dark-mode body footer.footer-five .footer-logo-light {
  display: none !important;
}

.dark-mode body footer.footer-two .footer-logo-dark,
.dark-mode body footer.footer-five .footer-logo-dark {
  display: block !important;
}

.dark-mode body footer.footer-two .footer-widget h5,
.dark-mode body footer.footer-five .footer-widget h5 {
  color: #ffffff;
}

.dark-mode body footer.footer-two .footer-widget p,
.dark-mode body footer.footer-five .footer-widget p {
  color: #9CA3AF;
}

.dark-mode body footer.footer-two .footer-menu li a,
.dark-mode body footer.footer-five .footer-menu li a {
  color: #9CA3AF;
}

.dark-mode body footer.footer-two .footer-menu li a:hover,
.dark-mode body footer.footer-five .footer-menu li a:hover {
  color: #cf3425;
}

.dark-mode body footer.footer-two .customer-info .customer-info-icon span,
.dark-mode body footer.footer-five .customer-info .customer-info-icon span {
  background: #23272E;
  color: #ffffff;
}

.dark-mode body footer.footer-two .customer-info .customer-info-content span,
.dark-mode body footer.footer-five .customer-info .customer-info-content span {
  color: #9CA3AF;
}

.dark-mode body footer.footer-two .customer-info .customer-info-content h6,
.dark-mode body footer.footer-five .customer-info .customer-info-content h6,
.dark-mode body footer.footer-two .customer-info .customer-info-content h6 a,
.dark-mode body footer.footer-five .customer-info .customer-info-content h6 a {
  color: #ffffff;
}

.dark-mode body footer.footer-two .footer-bottom,
.dark-mode body footer.footer-five .footer-bottom {
  background: #111316;
  border-top: 1px solid #23272E;
}

.dark-mode body footer.footer-two .footer-bottom p,
.dark-mode body footer.footer-five .footer-bottom p {
  color: #9CA3AF;
}

.dark-mode body footer.footer-two .social-icon-two li a,
.dark-mode body footer.footer-five .social-icon-two li a {
  background: #23272E;
  color: #ffffff;
}

.dark-mode body footer.footer-two .social-icon-two li a:hover,
.dark-mode body footer.footer-five .social-icon-two li a:hover {
  background: #cf3425;
  color: #ffffff;
}

/* ==========================================================================
   Home 05 - Hero Banner 05 Search Form Overlap (Half in banner, half below)
   ========================================================================== */

.hero-section.hero-sec-two {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {

  .hero-section.hero-sec-two .home-vertical-slider .service-img img,
  .hero-section.hero-sec-two .home-vertical-slider .slider-fors .slick-slide img {
    width: 100%;
    height: 615px;
    object-fit: cover;
    border-radius: 20px;
  }
}

.home-vertical-slider .slider-nav {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 30 !important;
  pointer-events: auto !important;
  cursor: pointer;
}

.home-vertical-slider .slider-nav .slick-slide,
.home-vertical-slider .slider-nav .slick-slide img {
  cursor: pointer !important;
  pointer-events: auto !important;
}

@media (min-width: 992px) {
  .hero-section.hero-sec-two {
    height: 615px;
    padding-top: 114px;
    padding-bottom: 0;
    margin-bottom: 90px !important;
  }

  .hero-section.hero-sec-two .container {
    position: relative;
    height: calc(100% - 114px);
  }

  .hero-section.hero-sec-two .hero-content {
    height: 100%;
    padding: 0 !important;
    position: relative;
    z-index: 2;
    pointer-events: none;
  }

  .hero-section.hero-sec-two .hero-content a,
  .hero-section.hero-sec-two .hero-content button,
  .hero-section.hero-sec-two .hero-content input,
  .hero-section.hero-sec-two .hero-content select,
  .hero-section.hero-sec-two .hero-content .banner-form,
  .hero-section.hero-sec-two .hero-content .banner-content a {
    pointer-events: auto !important;
  }

  .hero-section.hero-sec-two .hero-content>.row {
    height: 100%;
    align-items: flex-start !important;
    margin: 0;
  }

  .hero-section.hero-sec-two .hero-content>.row>div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }

  .hero-section.hero-sec-two .banner-content {
    margin-top: 15px;
    margin-bottom: 0 !important;
  }

  .hero-section.hero-sec-two .banner-form {
    position: relative;
    z-index: 10;
    transform: translateY(100%);
    margin-bottom: 0 !important;
    border-radius: 12px;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991.98px) {
  .hero-section.hero-sec-two {
    height: auto !important;
    padding: 50px 0 30px !important;
    position: relative !important;
  }

  .hero-section.hero-sec-two .home-vertical-slider {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .hero-section.hero-sec-two .home-vertical-slider .slider-fors,
  .hero-section.hero-sec-two .home-vertical-slider .slider-fors .slick-list,
  .hero-section.hero-sec-two .home-vertical-slider .slider-fors .slick-track,
  .hero-section.hero-sec-two .home-vertical-slider .slider-fors .slick-slide,
  .hero-section.hero-sec-two .home-vertical-slider .service-img {
    height: 100% !important;
    width: 100% !important;
  }

  .hero-section.hero-sec-two .home-vertical-slider .service-img img,
  .hero-section.hero-sec-two .home-vertical-slider .slider-fors .slick-slide img {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 16px !important;
  }

  .hero-section.hero-sec-two .home-vertical-slider .slider-nav {
    display: none !important;
  }

  .hero-section.hero-sec-two .hero-content {
    padding: 0 !important;
    position: relative !important;
    z-index: 5 !important;
  }

  .hero-section.hero-sec-two .banner-content {
    margin-bottom: 24px !important;
    text-align: center;
  }

  .hero-section.hero-sec-two .banner-content h1,
  .hero-section.hero-sec-two .banner-content h2 {
    font-size: 32px !important;
    line-height: 1.25 !important;
    margin-bottom: 10px !important;
    word-break: break-word;
  }

  .hero-section.hero-sec-two .banner-form {
    position: relative !important;
    transform: none !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    z-index: 10 !important;
    padding: 16px !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12) !important;
  }
}

@media (max-width: 575.98px) {
  .hero-section.hero-sec-two {
    padding: 24px 0 16px !important;
  }

  .hero-section.hero-sec-two .banner-content h1,
  .hero-section.hero-sec-two .banner-content h2 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }

  .hero-section.hero-sec-two .banner-content p {
    font-size: 13px !important;
  }

  .hero-section.hero-sec-two .banner-form {
    padding: 12px !important;
  }

  .hero-section.hero-sec-two .banner-form .col-lg-3,
  .hero-section.hero-sec-two .banner-form .col-lg-2,
  .hero-section.hero-sec-two .banner-form .col-md-6,
  .hero-section.hero-sec-two .banner-form .col-12 {
    width: 100% !important;
    margin-bottom: 8px;
  }

  .hero-section.hero-sec-two .banner-form .btn-search,
  .hero-section.hero-sec-two .banner-form button[type="submit"] {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    margin-top: 8px !important;
  }
}

/* ==========================================================================
   Home 05 - Traveling Section (Featured Categories)
   ========================================================================== */

.traveling-sec {
  position: relative;
  z-index: 1;
}

.traveling-sec .section-header {
  margin-top: 15px;
  margin-bottom: 30px;
}

.traveling-sec .travelers-card {
  overflow: hidden;
  border-radius: 12px;
}

.traveling-sec .travelers-card .card-img,
.traveling-sec .travelers-card .card-img a {
  display: block;
  width: 100% !important;
  height: 145px !important;
  overflow: hidden;
}

.traveling-sec .travelers-card .card-img img,
.traveling-sec .travelers-card img {
  width: 100% !important;
  min-width: 100% !important;
  height: 145px !important;
  object-fit: cover !important;
  display: block;
}

/* ==========================================================================
   Home 05 - Destinations Section 05 (Popular Destinations)
   ========================================================================== */

.destination-sec-five,
.elementor-widget-dreamstour_elementor_destinations_five .destination-sec-five {
  padding-top: 160px !important;
  padding-bottom: 70px !important;
  position: relative;
}

.destination-sec-five .section-header {
  margin-top: 0 !important;
  margin-bottom: 35px !important;
}

.destination-sec-five .section-header p {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

.destination-sec-five .location-wrap,
.destination-sec-five .location-wrap-two {
  position: relative;
  border-radius: 20px !important;
  overflow: hidden;
  width: 100%;
}

.destination-sec-five .location-wrap a.loc-img-link {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.destination-sec-five .location-wrap img {
  width: 100% !important;
  min-width: 100% !important;
  height: 240px !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  display: block;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.destination-sec-five .location-wrap:hover img {
  transform: scale(1.05);
}

.destination-sec-five .location-wrap-two:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%) !important;
  border-radius: 20px !important;
  z-index: 1;
  pointer-events: none;
}

.destination-sec-five .loc-name-top {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}

.destination-sec-five .loc-name-top h5 {
  font-size: 20px;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 4px;
}

.destination-sec-five .loc-name-top span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85) !important;
}

.destination-sec-five .loc-view-bottom,
.destination-sec-five a.loc-view-bottom {
  position: absolute !important;
  right: 24px !important;
  bottom: 24px !important;
  left: auto !important;
  top: auto !important;
  z-index: 5 !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  background: #fff !important;
  color: #1a1a1a !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: 0.3s all !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.destination-sec-five .location-wrap:hover a.loc-view-bottom,
.destination-sec-five a.loc-view-bottom:hover {
  background: #cf3425 !important;
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .destination-sec-five {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }

  .destination-sec-five .location-wrap img {
    height: 200px !important;
  }
}

/* ==========================================================================
   Header Style 06 (Header Ten) & Home 10 Hero Section Styles
   ========================================================================== */

.main-header.main-header-six {
  position: absolute !important;
  top: 24px !important;
  left: 24px !important;
  right: 24px !important;
  width: calc(100% - 48px) !important;
  z-index: 999 !important;
  background: transparent !important;
}

body.admin-bar .main-header.main-header-six {
  top: 56px !important;
}

body:not(:has(.hero-section-ten)) .main-header.main-header-six {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
}

@media (max-width: 1199.98px) {
  .main-header.main-header-six {
    top: 24px !important;
    left: 24px !important;
    right: 24px !important;
    width: calc(100% - 48px) !important;
  }

  body.admin-bar .main-header.main-header-six {
    top: 56px !important;
  }
}

@media (max-width: 575.98px) {
  .main-header.main-header-six {
    top: 12px !important;
    left: 12px !important;
    right: 12px !important;
    width: calc(100% - 24px) !important;
  }

  body.admin-bar .main-header.main-header-six {
    top: 44px !important;
  }

  body:not(:has(.hero-section-ten)) .main-header.main-header-six {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }
}

.main-header.main-header-six .header-ten {
  background: transparent !important;
  box-shadow: none !important;
  position: relative !important;
  z-index: 1000 !important;
}

.header-ten.fixed,
.main-header.main-header-six.fixed .header-ten,
.main-header.main-header-six .header-ten.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background: #ffffff !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  z-index: 9999 !important;
}

.header-ten .main-menu-wrapper .main-nav>li.active>a {
  background: rgba(255, 255, 255, 0.3) !important;
  padding: 4px 12px !important;
  border-radius: 100px !important;
  color: #ffffff !important;
}

.header-ten .main-menu-wrapper .main-nav>li.active>a::after {
  content: unset !important;
}

.header-ten.fixed .main-menu-wrapper .main-nav>li.active>a {
  background: #CF3425 !important;
  color: #FFF !important;
}

.header-ten.fixed .main-menu-wrapper .main-nav>li.active>a::after {
  content: unset !important;
}

.header-ten.fixed .wishlist-icon {
  color: #111827 !important;
}

/* Mega Menu Demo Cards (Header Ten normal & fixed) */
.header-ten .megamenu-wrapper .single-demo a,
.header-ten.fixed .megamenu-wrapper .single-demo a,
.header-ten .main-menu-wrapper .main-nav .megamenu-wrapper a,
.header-ten.fixed .main-menu-wrapper .main-nav .megamenu-wrapper a {
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.header-ten .megamenu-wrapper .single-demo .demo-img a,
.header-ten.fixed .megamenu-wrapper .single-demo .demo-img a {
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 4px !important;
  display: block !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.header-ten .megamenu-wrapper .single-demo .demo-info a,
.header-ten.fixed .megamenu-wrapper .single-demo .demo-info a {
  background: transparent !important;
  background-color: transparent !important;
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: inline-block !important;
  text-decoration: none !important;
}

.header-ten .megamenu-wrapper .single-demo:hover .demo-info a,
.header-ten.fixed .megamenu-wrapper .single-demo:hover .demo-info a,
.header-ten .megamenu-wrapper .single-demo.active .demo-info a,
.header-ten.fixed .megamenu-wrapper .single-demo.active .demo-info a {
  background: transparent !important;
  background-color: transparent !important;
  color: #CF3425 !important;
}

.header-ten .profile-dropdown a {
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
}

.header-ten .user-avatar-circle {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  border-radius: 50% !important;
  border: 2px solid #ffffff !important;
  overflow: hidden !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  aspect-ratio: 1 / 1 !important;
  box-sizing: border-box !important;
}

.header-ten .user-avatar-circle img {
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  display: block !important;
  aspect-ratio: 1 / 1 !important;
}

.hero-section-ten {
  background-size: cover !important;
  margin: 24px;
  border-radius: 10px;
  padding: 0px 0px 40px;
  position: relative;
  z-index: 2;
  min-height: 800px;
}

@media (max-width: 991.98px) {
  .hero-section-ten {
    background-size: cover;
  }
}

@media (max-width: 575.98px) {
  .hero-section-ten {
    margin: 4px;
    padding: 0px 0px 40px !important;
  }
}

.hero-section-ten .header-ten {
  margin: 0;
  position: relative;
  z-index: 3;
}

.hero-section-ten::before {
  content: "";
  background: rgba(0, 0, 0, 0.41);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-section-ten>* {
  position: relative;
  z-index: 2;
}

.banner-ten {
  padding: 150px 0 0 !important;
  position: relative;
}

@media (max-width: 1199.98px) {
  .banner-ten {
    padding: 40px 0 0;
  }
}

@media (max-width: 1199.98px) {
  .banner-ten .banner-content {
    text-align: center;
  }
}

.banner-ten .banner-content .title {
  font-size: 76px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 16px;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .banner-ten .banner-content .title {
    font-size: 48px;
  }
}

@media (max-width: 575.98px) {
  .banner-ten .banner-content .title {
    font-size: 32px;
  }
}

.banner-ten .banner-content .title .d-lg-inline,
.banner-ten .banner-content .title .d-xl-inline {
  display: inline !important;
}

.banner-ten .banner-content .title .d-lg-none,
.banner-ten .banner-content .title .d-xl-none {
  display: none !important;
}

.banner-ten .banner-content .title span {
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 1199.98px) {

  .banner-ten .banner-content .title .d-lg-inline,
  .banner-ten .banner-content .title .d-xl-inline {
    display: none !important;
  }

  .banner-ten .banner-content .title .d-lg-none,
  .banner-ten .banner-content .title .d-xl-none {
    display: block !important;
  }
}

.banner-ten .banner-content .title p {
  display: inline;
  margin: 0;
  padding: 0;
}

.banner-ten .banner-content .text {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .banner-ten .banner-content .text {
    font-size: 16px;
  }
}

.banner-ten .banner-content .title .d-xxl-flex {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  vertical-align: middle !important;
  flex-wrap: wrap !important;
}

/* Avatar styles handled in Home 06 Banner Stacked Avatars section */


.banner-ten .banner-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 1199.98px) {
  .banner-ten .banner-btn {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .banner-ten .banner-btn {
    flex-direction: column;
    width: 100%;
    margin-top: 24px;
  }
}

.banner-ten .banner-btn .btn {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 575.98px) {
  .banner-ten .banner-btn .btn {
    width: 100%;
    justify-content: center;
  }
}

.banner-ten .banner-img {
  /* No position:relative — img-1 anchors to .banner-ten */
}

.banner-ten .banner-img .img-1 {
  position: absolute;
  bottom: -40px;
  height: 710px;
  right: -30px;
  width: auto;
  max-width: unset;
}

@media (max-width: 1399.98px) {
  .banner-ten .banner-img .img-1 {
    right: 0;
    bottom: -40px;
    height: 700px;
  }
}

@media (max-width: 1199.98px) {
  .banner-ten .banner-img .img-1 {
    display: none;
  }
}

.banner-ten .banner-img .statistics {
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.11) 0%, rgba(153, 153, 153, 0) 100%);
  position: relative;
  backdrop-filter: blur(5px);
  width: 306px;
  position: absolute;
  top: 90px;
  right: 0;
  transform-origin: top left;
  transform: rotate(-8deg);
  z-index: 5;
}

@media (max-width: 1199.98px) {
  .banner-ten .banner-img .statistics {
    position: unset;
    transform: unset;
    margin: 40px auto 0px;
  }
}

@media (max-width: 575.98px) {
  .banner-ten .banner-img .statistics {
    width: 100%;
    margin: 30px auto 0px;
  }
}

.banner-ten .banner-img .statistics .amount {
  font-size: 28px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 4px;
}

.banner-ten .banner-img .statistics p {
  color: #FFF;
  margin-bottom: 0;
}

.banner-ten .banner-img .statistics .wave-button {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #98AA30;
  border: none;
  border-radius: 50%;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  top: 16px;
  right: 16px;
}

.banner-ten .banner-img .statistics .wave-button::after,
.banner-ten .banner-img .statistics .wave-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #98AA30;
  border-radius: 50%;
  opacity: 0.5;
  z-index: -1;
  animation: pulse 2s infinite;
}

.banner-ten .banner-img .statistics .wave-button::after {
  animation-delay: 1s;
}

.banner-ten .search {
  margin: 100px 0px 0px;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
  border-radius: 10px;
  position: relative;
  backdrop-filter: blur(20px);
  z-index: 10;
}

@media (max-width: 1399.98px) {
  .banner-ten .search {
    margin: 45px 0px 0px;
  }
}

@media (max-width: 575.98px) {
  .banner-ten .search {
    margin: 30px 0px 0px;
  }
}

@media (max-width: 991.98px) {
  .banner-ten .search .search-btn {
    justify-content: center;
  }
}

.banner-ten .search .card {
  background: #FFF;
  border: 1px solid #E4EBF1;
  border-radius: 8px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}

.banner-ten .search .card .card-body {
  padding: 6px 12px;
  background: transparent;
}

.banner-ten .search .card .card-body .form-info {
  background: transparent;
  border: none;
  border-radius: 0;
  width: 100%;
}

@media (max-width: 991.98px) {
  .banner-ten .search .card .card-body .form-info {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}

.banner-ten .search .form-item {
  flex: 1;
  text-align: left;
  padding: 10px 18px;
  border-left: 1px solid #E4EBF1;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.banner-ten .search .form-item:first-child {
  border-left: 0;
}

.banner-ten .search .form-item.form-item-btn {
  flex: 0 0 auto;
  border-left: 1px solid #E4EBF1;
  padding: 8px 12px 8px 24px;
}

.banner-ten .search .form-item.form-item-btn .search-btn {
  background-color: #e93e2b !important;
  border-color: #e93e2b !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 12px 32px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  margin: 0 !important;
  transition: all 0.3s ease;
}

.banner-ten .search .form-item.form-item-btn .search-btn:hover {
  background-color: #cf3425 !important;
  border-color: #cf3425 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(233, 62, 43, 0.3);
}

@media (max-width: 991.98px) {
  .banner-ten .search .form-item {
    width: 50%;
    flex: unset;
  }

  .banner-ten .search .form-item:nth-child(odd) {
    border-left: 0;
  }

  .banner-ten .search .form-item.form-item-btn {
    width: 100%;
    border-left: 0;
    padding: 12px 0 0;
  }

  .banner-ten .search .form-item.form-item-btn .search-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .banner-ten .search .form-item {
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid #E4EBF1;
    padding: 10px 0;
  }

  .banner-ten .search .form-item:last-child {
    border-bottom: 0;
  }
}

.banner-ten .search .form-item .form-control {
  font-size: 15px;
  font-weight: 700;
  color: #1a202c;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  min-height: 24px;
  line-height: 1.3;
}

.banner-ten .search .form-item .form-label {
  font-size: 12px;
  font-weight: 500;
  color: #718096;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.banner-ten .search .form-item p.text-muted {
  font-size: 12px;
  color: #a0aec0 !important;
  margin-top: 1px;
}

.banner-ten .search .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border: 1px solid #e2e8f0;
  z-index: 1050;
}

.banner-ten .search .dropdown-item {
  color: #2d3748;
  font-size: 14px;
  transition: background-color 0.15s ease;
}

.banner-ten .search .dropdown-item:hover,
.banner-ten .search .dropdown-item:focus {
  background-color: #f7fafc;
  color: #e93e2b;
}

.banner-ten .search .custom-increment .qty-btn {
  width: 28px;
  height: 28px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  background-color: #edf2f7;
  color: #4a5568;
  border: none;
  font-size: 12px;
  transition: all 0.15s ease;
}

.banner-ten .search .custom-increment .qty-btn:hover {
  background-color: #e93e2b;
  color: #fff;
}

.banner-ten .search .booking-dropdown .dropdown-menu.dropdown-xl {
  min-width: 560px;
  padding: 20px;
}

@media (max-width: 767.98px) {
  .banner-ten .search .booking-dropdown .dropdown-menu.dropdown-xl {
    min-width: 300px;
  }
}

.banner-ten .search .custom-increment .input-number {
  border: 0;
  width: 44px;
  text-align: center;
  color: #111827;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
}

.banner-ten .search .custom-increment .btn-number {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

/* Footer Ten Styles */
.footer.footer-ten {
  background-color: #111827;
  padding-top: 60px;
}

@media (max-width: 575.98px) {
  .footer.footer-ten {
    padding-top: 40px;
  }
}

.footer-ten .foot-ten {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 60px;
}

@media (max-width: 575.98px) {
  .footer-ten .foot-ten {
    padding: 24px;
    margin-bottom: 24px;
  }
}

.footer-ten .foot-ten .footer-widget .footer-title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  position: relative;
  width: fit-content;
}

.footer-ten .foot-ten .footer-widget .footer-title::before {
  content: "";
  background: #CF3425;
  width: 20px;
  height: 2px;
  border-radius: 50px;
  position: absolute;
  right: -32px;
  top: 9px;
}

.footer-ten .foot-ten .footer-widget .link {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.4s;
  text-decoration: none;
}

.footer-ten .foot-ten .footer-widget .link:hover {
  color: #CF3425;
}

.footer-ten .foot-ten .footer-widget .link .dot {
  font-size: 6px;
  position: relative;
  top: 1px;
}

.footer-ten .foot-ten .footer-widget .customer-support {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-ten .foot-ten .footer-widget .customer-support .icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  flex-shrink: 0;
  border-radius: 50%;
}

.footer-ten .foot-ten .footer-widget .customer-support .number {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}

.footer-ten .foot-ten .footer-widget .customer-support .number span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4px;
  display: block;
}

.footer-ten .footer-subscribe .footer-content h2 {
  font-size: 28px;
  font-weight: 700;
}

.footer-ten .footer-subscribe .footer-content span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7) !important;
}

.footer-ten .footer-input {
  margin: 24px 0px;
}

.footer-ten .footer-input .input-group {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  background: #ffffff !important;
  border: none !important;
  border-radius: 100px !important;
  padding: 5px 6px 5px 18px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  width: 100% !important;
}

.footer-ten .footer-input input.form-control {
  font-size: 15px !important;
  background: transparent !important;
  border: none !important;
  color: #111827 !important;
  box-shadow: none !important;
  width: 100% !important;
}

.footer-ten .footer-input input.form-control::placeholder {
  color: #9ca3af !important;
}

.footer-ten .footer-input .input-group-text {
  background: transparent !important;
  border: none !important;
  color: #4b5563 !important;
  font-size: 18px !important;
  padding-right: 8px !important;
  flex-shrink: 0 !important;
}

.footer-ten .footer-input .btn-primary,
.footer-ten .footer-input .wpcf7-submit {
  background-color: #e93e2b !important;
  border-color: #e93e2b !important;
  color: #ffffff !important;
  border-radius: 100px !important;
  padding: 10px 28px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  transition: all 0.3s ease !important;
  border: none !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
  margin: 0 !important;
}


.footer-ten .footer-input .btn-primary:hover,
.footer-ten .footer-input .wpcf7-submit:hover {
  background-color: #cf3425 !important;
  border-color: #cf3425 !important;
}

.footer-ten .footer-input .wpcf7-form-control-wrap {
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
}

.footer-ten .footer-input .wpcf7-spinner {
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
}

.footer-ten .footer-input .wpcf7-response-output,
.footer-ten .footer-input .wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin: 6px 0 0 0 !important;
  padding: 0 !important;
  border: none !important;
  color: #ef4444 !important;
  width: 100% !important;
}

.footer-ten .social-icon {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
  list-style: none;
}

.footer-ten .social-icon li {
  margin-right: 0;
  padding-right: 0;
}

.footer-ten .social-icon li::after {
  content: unset;
}

.footer-ten .social-icon li a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 14px;
}

.footer-ten .social-icon li a:hover {
  background: #e93e2b;
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-ten .copy-rights {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.footer-ten .copy-rights .copy-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .footer-ten .copy-rights .copy-content {
    justify-content: center;
    gap: 14px;
    text-align: center;
  }
}

.footer-ten .copy-rights .copy-text,
.footer-ten .copy-rights .copy-content p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
}

.footer-ten .copy-rights .copy-text a,
.footer-ten .copy-rights .copy-content .copy-link,
.footer-ten .copy-rights .copy-content a {
  font-weight: 700 !important;
  color: #e93e2b !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

.footer-ten .copy-rights .copy-text a:hover,
.footer-ten .copy-rights .copy-content .copy-link:hover,
.footer-ten .copy-rights .copy-content a:hover {
  color: #ffffff !important;
}

.footer-ten .social-app {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-ten .social-app a {
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transition: transform 0.3s ease !important;
}

.footer-ten .social-app a:hover {
  transform: translateY(-2px) !important;
}

.footer-ten .social-app a img,
.footer-ten .social-app img {
  height: 38px !important;
  width: auto !important;
  display: block !important;
}

/* ==========================================================================
   Home Base / Utility Component Styles (Compiled from _home.scss)
   ========================================================================== */

.hero-section {
  position: relative;
  height: 724px;
  padding-top: 114px;
  z-index: 2;
}

.hero-section::after {
  content: "";
  background: radial-gradient(47.9% 121.75% at 50% 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 32.98%, rgba(0, 0, 0, 0.6) 100%);
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .hero-section {
    background-image: url(../img/banner/banner-01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    padding-top: 110px;
  }

  .hero-section::after {
    content: "";
    background: radial-gradient(47.9% 121.75% at 50% 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 32.98%, rgba(0, 0, 0, 0.6) 100%);
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding-top: 70px;
  }
}

.hero-section .banner-sec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 724px;
}

@media (max-width: 991.98px) {
  .hero-section .banner-sec {
    display: none;
  }
}

.hero-section .banner-sec img {
  height: 724px;
  object-fit: cover;
}

.hero-section .banner-sec::after {
  content: "";
  background: radial-gradient(47.9% 121.75% at 50% 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 32.98%, rgba(0, 0, 0, 0.6) 100%);
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.hero-section .hero-content {
  padding: 93px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-section .hero-content p {
  max-width: 720px;
  width: 100%;
}

.benefit-section {
  background-image: url('../img/bg/benefit-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.benefit-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(30px);
  border-color: #ffffff;
  box-shadow: none;
}

.benefit-card .benefit-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-card .icon-view {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 48px;
  opacity: 0;
  transition: all 0.9s;
}

.benefit-card:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.benefit-card:hover .icon-view {
  opacity: 1;
  transition: all 0.9s;
}

.section-header {
  margin-bottom: 40px;
}

.section {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .section {
    padding: 50px 0;
  }
}

.rating i.filled {
  color: #ffaa00;
}

.horizontal-slide {
  overflow: hidden;
}

.horizontal-slide[data-direction="right"] {
  --_animation-direction: reverse;
}

.horizontal-slide[data-direction="left"] {
  --_animation-direction: forwards;
}

.horizontal-slide[data-speed="fast"] {
  --_animation-duration: 30s;
}

.horizontal-slide[data-speed="slow"] {
  --_animation-duration: 120s;
}

.horizontal-slide .slide-list {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
}

.horizontal-slide .slide-list:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}

.support-section {
  padding: 20px 0;
}

.support-item {
  position: relative;
  margin-right: 20px;
  padding-right: 44px;
}

.support-item::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url('../img/icons/star-icon.svg');
  width: 24px;
  height: 24px;
}

.support-item h5 {
  white-space: nowrap;
  color: #ffffff;
}

/* ==========================================================================
   Home 08 Styles (Compiled from _home-08.scss)
   ========================================================================== */

.hero-sec-eight {
  position: relative;
  padding: 40px 0 40px;
  background-image: url(../img/banner/banner-05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 846px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .hero-sec-eight {
    height: auto;
    padding-top: 45%;
  }
}

@media (max-width: 575.98px) {
  .hero-sec-eight {
    padding-top: 47%;
  }
}

.hero-sec-eight::after {
  position: absolute;
  content: '';
  background-image: url(../img/banner/banner-bg-05.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.support-sec-eight {
  width: calc(100% + 27px);
  left: -11px;
  position: relative;
}

.support-sec-eight.bg-primary {
  transform: rotate(-2.73deg);
  margin-top: -72px;
}

.support-sec-eight.bg-dark {
  transform: rotate(2.73deg);
}

.support-sec-eight .support-item {
  padding-right: 18px;
}

.support-sec-eight .support-item h3 {
  white-space: nowrap;
  color: #ffffff;
}

.support-sec-eight .support-item::after {
  display: none;
}

.vertical-slide {
  overflow: hidden;
  height: 786px;
}

.vertical-slide[data-direction="bottom"] {
  --_animation-direction: reverse;
}

.vertical-slide[data-direction="top"] {
  --_animation-direction: forwards;
}

.vertical-slide[data-speed="fast"] {
  --_animation-duration: 5s;
}

.vertical-slide[data-speed="slow"] {
  --_animation-duration: 120s;
}

.vertical-slide .slide-list {
  display: flex;
  flex-direction: column;
  height: max-content;
  animation: scroll-vertical var(--_animation-duration, 60s) var(--_animation-direction, forwards) linear infinite;
}

.vertical-slide .slide-list:hover {
  animation-play-state: paused;
}

@keyframes scroll-vertical {
  to {
    transform: translateY(calc(-50% - 0.5rem));
  }
}

.support-sec-outer {
  padding: 38px 0;
  overflow: hidden;
}


/* ==========================================================================
   Home 10 / Guide Demo Body Sections CSS (Exact SCSS Compilation)
   ========================================================================== */

.home-10 .btn {
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 575.98px) {
  .home-10 section {
    padding: 40px 0px;
  }
}

.home-10 .megamenu-wrapper .demo-info a {
  background: transparent !important;
  color: #101828;
}

.section-header-ten {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .section-header-ten {
    margin-bottom: 30px;
  }
}

.section-header-ten .section-title {
  font-size: 38px;
  font-weight: 700;
  color: #101828;
  line-height: 1.3;
}

@media (max-width: 767.98px) {

  .section-header-ten .section-title,
  .destination-section-ten .section-header-ten .section-title {
    font-size: 24px !important;
  }
}

.section-header-ten .section-title span {
  display: inline !important;
  font-style: italic;
  font-weight: 700;
}

/* 1. Categories Section 10 */
.categories-section-ten .section-header-ten {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.categories-item-ten {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s;
}

.categories-item-ten:hover {
  transform: translateY(-5px);
}

.categories-item-ten:hover .arrow-icon {
  opacity: 1;
}

.categories-item-ten:hover .categories-overlay img {
  transform: scale(1.1);
}

.categories-item-ten .categories-overlay {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 460px;
}

.categories-item-ten .categories-overlay::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.categories-item-ten .categories-overlay img {
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.categories-item-ten .categories-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}

.categories-item-ten .categories-content .custom-title,
.categories-item-ten .categories-content .custom-title a {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  margin-bottom: 4px !important;
  text-decoration: none !important;
}

.categories-item-ten .categories-content p {
  color: #f2f4f7 !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
}

.categories-item-ten .arrow-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  font-size: 24px;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  color: #101828;
  text-decoration: none;
  transition: all 0.6s;
}

.categories-item-ten .arrow-icon:hover {
  background: #e93e2b;
  color: #ffffff;
}

.categories-item-ten .shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 1199.98px) {
  .categories-item-ten .shape-1 {
    right: -10px;
  }
}

/* 2. Support / Marquee Slide Section 10 */
.support-section-ten {
  background: #101828;
  width: 100%;
  left: 0;
  padding: 30px 0;
}

@media (max-width: 575.98px) {
  .support-section-ten {
    padding: 20px 0px !important;
  }
}

.support-section-ten .support-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.support-section-ten .support-item h3 {
  color: #344054;
  transition: all 0.6s;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0;
  white-space: nowrap;
}

.support-section-ten .support-item h3:hover {
  color: #ffffff;
}

.support-section-ten .support-item .img-1 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}

.support-section-ten .horizontal-slide .slide-list {
  align-items: center;
}

/* 3. Destination Section 10 */
.destination-section-ten {
  padding: 80px 0;
  background-color: #ebf3fa !important;
  position: relative;
}

.destination-section-ten .section-header-ten {
  margin-bottom: 40px;
  text-align: center;
}

.destination-section-ten .section-header-ten .section-title {
  font-size: 36px;
  font-weight: 700 !important;
  color: #0c111d !important;
}

@media (min-width: 768px) {
  .destination-section-ten .section-header-ten .section-title {
    font-size: 36px !important;
  }
}

.section-header-ten .section-title span,
.categories-section-ten .section-title span,
.destination-section-ten .section-header-ten .section-title span,
.team-section-ten .section-title span,
.testimonial-section-ten .section-title span,
.faq-section-ten .section-title span,
.blog-section-ten .section-title span {
  display: inline !important;
  font-style: italic !important;
  font-weight: 700 !important;
  color: #0c111d !important;
}

.destination-section-ten .view-more {
  margin-top: 40px;
  text-align: center;
}

.destination-section-ten .view-more .btn-primary {
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.destination-section-ten .view-more .btn-primary:hover {
  background: #0c111d;
  border-color: #0c111d;
  color: #ffffff;
}

.destination-item-ten {
  position: relative;
  transition: all 0.6s;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

.destination-item-ten .destination-overlay {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 260px;
  margin-bottom: 16px;
}

.destination-item-ten .destination-overlay img.img-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.6s;
}

.destination-item-ten:hover .destination-overlay img.img-1 {
  transform: scale(1.1);
}

.destination-section-ten .destination-overlay .shape-1,
.destination-item-ten .shape-1,
.categories-item-ten .shape-1,
.team-item-ten .team-overlay .shape-1 {
  position: absolute;
  bottom: -3px;
  right: 0;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}

.destination-item-ten .destination-content .title {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  margin: 0 !important;
}

.destination-item-ten .destination-content .title p {
  font-size: 14px !important;
  color: #111827 !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}

.destination-item-ten .destination-content .title p span {
  color: #e93e2b !important;

}

.destination-item-ten .destination-content .link-icon,
.categories-item-ten .arrow-icon,
.team-item-ten .link-icon {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  border-radius: 50% !important;
  background: #eaecf0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #101828 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  transition: all 0.6s !important;
  flex-shrink: 0 !important;
  align-self: center !important;
  margin: 0 !important;
}

.destination-item-ten .destination-content .link-icon i {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.destination-item-ten:hover .destination-content .link-icon {
  background: #e93e2b !important;
  color: #ffffff !important;
}

/* 4. Experience Section 10 */
.experience-section-ten {
  padding: 60px 0px 0px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .experience-section-ten {
    padding: 60px 0px 60px;
  }
}

.experience-section-ten .container {
  position: relative;
  z-index: 1;
}

.experience-section-ten .section-header-ten {
  text-align: center;
}

.experience-section-ten .experience-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.experience-section-ten .experience-img .img-1 {
  position: relative;
  z-index: 1;
  width: 115%;
  max-width: 120%;
  height: auto;
  transform: scale(1.12);
  transform-origin: center center;
  transition: transform 0.5s ease;
}

@media (max-width: 991.98px) {
  .experience-section-ten .experience-img .img-1 {
    width: 100%;
    max-width: 100%;
    transform: scale(1);
  }
}

.experience-section-ten .experience-bg-glow {
  position: absolute;
  top: 74%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 360px;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(240, 90, 50, 0.35) 0%, rgba(245, 120, 60, 0.12) 45%, rgba(255, 255, 255, 0) 75%),
    radial-gradient(ellipse at 70% 50%, rgba(150, 190, 35, 0.30) 0%, rgba(170, 210, 50, 0.10) 45%, rgba(255, 255, 255, 0) 75%);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  filter: blur(20px);
}

.experience-section-ten .shadow-1 {
  position: absolute;
  bottom: -190px;
  left: 0;
  right: 0;
  margin: auto;
}

.experience-item-ten {
  background: #ffffff;
  border: 1px solid #eaecf0;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 30px;
  transform-origin: center center;
  transform: rotate(5deg);
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (max-width: 991.98px) {
  .experience-item-ten {
    transform: rotate(2deg);
  }
}

.experience-item-ten:last-child {
  margin-top: 60px;
  margin-bottom: 0;
  transform-origin: center center;
  transform: rotate(-5deg);
}

@media (max-width: 1199.98px) {
  .experience-item-ten:last-child {
    margin-top: 45px;
  }
}

@media (max-width: 991.98px) {
  .experience-item-ten:last-child {
    margin-top: 30px;
    transform: rotate(-2deg);
  }
}

.experience-section-ten:hover .experience-item-ten,
.experience-item-ten:hover {
  transform: rotate(0deg) scale(1.02) !important;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.08);
  border-color: #d0d5dd;
}

.experience-item-ten .experience-icon {
  width: 48px;
  height: 48px;
  background: #875bf7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  border-radius: 50%;
  margin-bottom: 12px;
}

.experience-item-ten .experience-icon.bg-teal {
  background: #06b6d4 !important;
}

.experience-item-ten .experience-icon.bg-primary {
  background: #e93e2b !important;
}

.experience-item-ten .experience-icon.bg-secondary {
  background: #ffb800 !important;
}

.experience-item-ten .custom-title {
  font-size: 20px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 4px;
}

.experience-item-ten p {
  font-size: 14px;
  color: #667085;
  line-height: 1.5;
  margin-bottom: 0;
}

/* 5. Team Section 10 */
.team-section-ten {
  background: #101828;
  margin: 0px 24px;
  border-radius: 20px;
  padding: 60px 0;
}

@media (max-width: 575.98px) {
  .team-section-ten {
    margin: 0px 4px;
    border-radius: 10px;
  }
}

.team-section-ten .section-header-ten {
  text-align: center;
}

.team-section-ten .section-header-ten .section-title {
  color: #ffffff;
}

.team-item-ten {
  position: relative;
}

.team-item-ten:hover .img-1 {
  transform: rotate(3deg) scale(1.1);
}

.team-item-ten .team-overlay {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.team-item-ten .team-overlay .img-1 {
  transition: all 0.6s;
  width: 100%;
  display: block;
}

.team-item-ten .team-overlay .shape-1 {
  position: absolute;
  bottom: -3px;
  right: 14%;
  margin: auto;
}

.team-item-ten .team-content {
  text-align: center;
}

.team-item-ten .team-content .custom-title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 4px;
}

.team-item-ten .team-content .custom-title a {
  color: #ffffff;
  text-decoration: none;
}


.team-item-ten .team-content .custom-title a:hover {
  color: #e93e2b;
}


.team-item-ten .team-content p {
  margin-bottom: 0;
  color: #ffffff;
}

/* 6. Testimonial Section 10 */
.testimonial-section-ten {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  z-index: 1;
}

.testimonial-bg-image,
.testimonial-bg-glow,
.testimonial-section-ten .shadow-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0 !important;
  pointer-events: none;
  max-width: 100%;
  opacity: 0.6;
}

.testimonial-section-ten .testimonial-header,
.testimonial-section-ten .horizontal-slide {
  position: relative;
  z-index: 2 !important;
}

.testimonial-section-ten .testimonial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.testimonial-section-ten .testimonial-header .section-header-ten {
  margin-bottom: 0;
}

.testimonial-section-ten .testimonial-header .advisor-icon img {
  margin-bottom: 14px;
}

@media (max-width: 767.98px) {
  .testimonial-section-ten .testimonial-header .advisor-icon img {
    max-width: 180px;
  }
}

.testimonial-section-ten .testimonial-header .advisor-icon p {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-bottom: 0;
}

.testimonial-section-ten .testimonial-header .advisor-icon p i {
  font-size: 20px;
  color: #12b76a;
}

@media (max-width: 575.98px) {
  .testimonial-section-ten .testimonial-header .advisor-icon p i {
    font-size: 12px;
  }
}

.testimonial-section-ten .testimonial-header .advisor-icon p span {
  margin-left: 10px;
}

.testimonial-item-ten {
  position: relative;
  padding: 24px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6980392157);
  transition: all 0.6s;
  border: 1px solid #E4EBF1;
  box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
  width: 630px;
  white-space: normal !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}


@media (max-width: 991.98px) {
  .testimonial-item-ten {
    width: 440px;
  }
}

@media (max-width: 575.98px) {
  .testimonial-item-ten {
    width: 290px !important;
    padding: 16px !important;
  }

  .testimonial-item-ten .testimonial-author {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    margin-bottom: 14px !important;
    padding-bottom: 14px !important;
  }

  .testimonial-header .advisor-icon {
    text-align: left !important;
    margin-top: 12px !important;
  }
}

.testimonial-item-ten:hover {
  border: 1px solid #e93e2b;
}

.testimonial-item-ten .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eaecf0;
}

.testimonial-item-ten .testimonial-author .testimonial-view {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-item-ten .testimonial-author .testimonial-view .author-img {
  display: flex;
}

.testimonial-item-ten .testimonial-author .testimonial-view .author-img .author {
  border-radius: 50%;
  overflow: hidden;
  width: 48px;
  height: 48px;
  display: inline-block;
}

.testimonial-item-ten .testimonial-author .testimonial-view .author-img .author img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-item-ten .testimonial-author .testimonial-view .author-info .author-name {
  font-size: 20px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 2px;
  text-decoration: none;
}

.testimonial-item-ten .testimonial-author .testimonial-view .author-info .professional {
  font-size: 16px;
  color: #475467;
  margin-bottom: 0;
}

.testimonial-item-ten .testimonial-author .review-star {
  font-size: 16px;
  color: #e93e2b;
}

.testimonial-item-ten .testimonial-author .review-star span {
  color: #101828;
  margin-left: 8px;
}

.testimonial-item-ten .description {
  color: #101828;
  margin-bottom: 0;
  white-space: normal !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* 7. Partners Section 10 */
.partners-section-ten {
  padding: 40px 0px;
  background-color: #101828;
}

@media (max-width: 575.98px) {
  .partners-section-ten {
    padding: 20px 0px !important;
  }
}

.partners-section-ten .partners-slider .slide-item {
  text-align: center;
}

.partners-section-ten .partners-slider .slide-item img {
  margin: auto;
}

@media (max-width: 575.98px) {
  .partners-section-ten .partners-slider .slide-item img {
    max-width: 120px;
    position: relative;
    top: 5px;
  }
}

/* 8. FAQ Section 10 */
.faq-section-ten {
  background: #f2f4f7;
  padding: 60px 0;
}

.faq-section-ten .faq-accordion-five,
.faq-accordion-five {
  background: transparent;
  z-index: 1 !important;
}

.faq-section-ten .accordion-item {
  border: none;
  margin-bottom: 8px;
  padding: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background: #ffffff;
}

@media (max-width: 575.98px) {
  .faq-section-ten .accordion-item {
    padding: 14px;
  }
}

.faq-section-ten .accordion-item .accordion-button {
  padding: 0 !important;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  box-shadow: none;
}

@media (max-width: 575.98px) {
  .faq-section-ten .accordion-item .accordion-button {
    font-size: 16px;
  }
}

.faq-section-ten .accordion-item .accordion-button span {
  width: 32px;
  height: 32px;
  background: #101828;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  flex-shrink: 0;
}

.faq-section-ten .accordion-item .accordion-body {
  padding: 20px 0px 0px;
}

.faq-section-ten .faq-img-ten {
  overflow: hidden;
  border-radius: 20px;
}

@media (max-width: 991.98px) {
  .faq-section-ten .faq-img-ten {
    display: none;
  }
}

.faq-section-ten .faq-img-ten:hover img {
  transform: rotate(4deg) scale(1.1);
}

.faq-section-ten .faq-img-ten img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

/* 9. Blog Section 10 */
.blog-section-ten {
  padding: 60px 0;
}

.blog-section-ten .section-header-ten {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.blog-section-ten .blog-ten-slider .slick-list {
  margin: 0px -12px;
}

.blog-section-ten .blog-ten-slider .slick-list .slide-item>div {
  margin: 0px 12px;
}

.blog-section-ten .arrow-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

@media (max-width: 575.98px) {
  .blog-section-ten .arrow-item {
    margin-top: 14px;
  }
}

.blog-section-ten .arrow-item .slick-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid #eaecf0;
  background: #ffffff;
  font-size: 20px;
  font-weight: 500;
  color: #101828;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.7s;
}

.blog-section-ten .arrow-item .slick-arrow:hover {
  background: #e93e2b;
  border: 1px solid #e93e2b;
  color: #ffffff;
}

.blog-item-ten {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.blog-item-ten:hover .img-1 {
  transform: rotate(3deg) scale(1.1);
}

.blog-item-ten .blog-overlay::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.blog-item-ten .blog-overlay .img-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
  display: block;
}

.blog-item-ten .blog-content {
  position: absolute;
  bottom: 0;
  padding: 20px;
  text-align: center;
  z-index: 1;
  width: 100%;
}

.blog-item-ten .blog-content .badge {
  background: #f2f4f7;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: #101828;
  padding: 9px 12px;
  margin-bottom: 16px;
}

.blog-item-ten .blog-content .custom-title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.blog-item-ten .blog-content .custom-title a {
  color: #ffffff;
  text-decoration: none;
}

.blog-item-ten .blog-content .custom-title a:hover {
  color: #e93e2b;
}

.blog-item-ten .blog-date {
  position: absolute;
  background: #ffffff;
  width: 60px;
  height: 60px;
  padding: 2px 8px;
  border-radius: 5px;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.blog-item-ten .blog-date .date {
  font-size: 20px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 0;
}

.blog-item-ten .blog-date .month {
  font-size: 14px;
  margin-bottom: 0;
}

.back-to-top-ten .back-to-top-icon {
  font-size: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  bottom: 132px;
}

.back-to-top-ten .back-to-top-icon:hover {
  background: #b91c1c;
}


/* ==========================================================================
   Home 10 / Guide Demo Body Widgets CSS
   ========================================================================== */

/* 1. Featured Categories Section 10 */
.categories-section-ten {
  padding: 60px 0;
  position: relative;
}

.categories-section-ten .section-title-ten {
  margin-bottom: 40px;
}

.categories-item-ten {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.categories-item-ten .categories-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  height: 240px;
}

.categories-item-ten .categories-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.categories-item-ten:hover .categories-img img {
  transform: scale(1.08);
}

.categories-item-ten .categories-content {
  position: absolute !important;
  bottom: 20px !important;
  left: 20px !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  text-align: left !important;
  padding: 0 !important;
}

.categories-item-ten .categories-content .custom-title,
.categories-item-ten .categories-content .custom-title a {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  margin-bottom: 4px !important;
  display: block !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
}

.categories-item-ten .categories-content p {
  color: #f2f4f7 !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  display: block !important;
  line-height: 1.2 !important;
}

/* 2. Destination Section 10 */
.destination-section-ten {
  padding: 60px 0;
  background-color: #f9fafb;
  position: relative;
}

.destination-item-ten {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.destination-item-ten:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.destination-item-ten .destination-img {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.destination-item-ten .destination-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.destination-item-ten:hover .destination-img img {
  transform: scale(1.06);
}

.destination-item-ten .destination-img .badge-location {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #0c111d;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.destination-item-ten .destination-img .fav-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475467;
  text-decoration: none;
  transition: all 0.3s ease;
}

.destination-item-ten .destination-img .fav-btn:hover {
  background: #e93e2b;
  color: #ffffff;
}

.destination-item-ten .destination-content {
  padding-left: 10px;
}

.destination-item-ten .destination-content .rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #0c111d;
  margin-bottom: 8px;
}

.destination-item-ten .destination-content .rating i {
  color: #ffc107;
}

.destination-item-ten .destination-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0c111d;
}

.destination-item-ten .destination-content h4 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.destination-item-ten .destination-content h4 a:hover {
  color: #e93e2b;
}

.destination-item-ten .destination-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #eaecf0;
}

.destination-item-ten .destination-bottom .price {
  font-size: 14px;
  color: #475467;
}

.destination-item-ten .destination-bottom .price span {
  font-size: 20px;
  font-weight: 700;
  color: #e93e2b;
}

.destination-item-ten .destination-bottom .arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f2f4f7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c111d;
  text-decoration: none;
  transition: all 0.3s ease;
}

.destination-item-ten:hover .destination-bottom .arrow-btn {
  background: #e93e2b;
  color: #ffffff;
}

/* 3. Support / Infinite Slide Section 10 */
.support-section-ten {
  padding: 20px 0;
  background: #0c111d;
  overflow: hidden;
  position: relative;
}

.support-section-ten .horizontal-slide {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.support-section-ten .horizontal-slide .slide-list {
  display: flex;
  align-items: center;
  gap: 30px;
  animation: none !important;
}

.support-section-ten .horizontal-slide .slide-list:hover {
  animation-play-state: paused;
}

@keyframes marquee-ten {
  0%, 16.66% {
    transform: translateX(0);
  }
  25%, 41.66% {
    transform: translateX(-12.5%);
  }
  50%, 66.66% {
    transform: translateX(-25%);
  }
  75%, 91.66% {
    transform: translateX(-37.5%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.support-section-ten .support-item {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}

.support-section-ten .support-item h3 {
  color: #393F4D;
  transition: all 0.6s;
  font-size: 44px;
  margin-bottom: 0;
  white-space: nowrap;
}

.support-section-ten .support-item h3:hover {
  color: #ffffff;
}

.support-section-ten .support-item img.img-1 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  flex-shrink: 0;
}

/* 4. Experience Section 10 */
.experience-section-ten {
  padding: 60px 0 110px 0;
  position: relative;
  margin-bottom: 0;
}

.experience-section-ten .experience-img {
  position: relative;
  z-index: 5;
}

.experience-section-ten .experience-img .experience-bg-image {
  position: absolute !important;
  top: 74% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 130% !important;
  max-width: 760px !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  pointer-events: none !important;
  z-index: 2 !important;
  opacity: 0.8 !important;
  filter: none !important;
}

.experience-section-ten .experience-img img.img-1 {
  position: relative;
  z-index: 3 !important;
  max-height: 640px;
  object-fit: contain;
  margin-bottom: -160px;
}

@media (max-width: 991.98px) {
  .experience-section-ten .experience-img {
    display: none !important;
  }

  .experience-section-ten .experience-bg-image {
    display: none !important;
  }

  .experience-section-ten {
    padding-bottom: 50px !important;
  }
}

.experience-img-wrap {
  position: relative;
  padding-right: 30px;
  padding-bottom: 30px;
}

.experience-img-wrap .main-img {
  border-radius: 24px;
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.experience-img-wrap .badge-exp {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e93e2b;
  color: #ffffff;
  padding: 24px 30px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(233, 62, 43, 0.3);
}

.experience-img-wrap .badge-exp h3 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 4px;
  color: #ffffff;
}

.experience-img-wrap .badge-exp p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  opacity: 0.9;
}

.experience-content-ten .subtitle {
  color: #e93e2b;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}

.experience-content-ten h2 {
  font-size: 38px;
  font-weight: 800;
  color: #0c111d;
  margin-bottom: 20px;
  line-height: 1.25;
}

.experience-content-ten p.desc {
  font-size: 16px;
  color: #475467;
  line-height: 1.6;
  margin-bottom: 30px;
}

.experience-item-ten {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.experience-item-ten:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.experience-item-ten .experience-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff !important;
  margin-bottom: 16px;
}

.experience-item-ten .experience-icon i {
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 1 !important;
  display: inline-block !important;
}

.experience-item-ten .experience-icon.bg-purple {
  background-color: #7c3aed !important;
}

.experience-item-ten .experience-icon.bg-teal {
  background-color: #0d9488 !important;
}

.experience-item-ten .experience-icon.bg-primary {
  background-color: #e93e2b !important;
}

.experience-item-ten .experience-icon.bg-green {
  background-color: #65a30d !important;
}

.experience-item-ten .experience-content p {
  font-size: 16px;
  color: #667085;
  margin-bottom: 0;
  line-height: 1.5;
}

/* 5. Featured Guides / Team Section 10 */
.team-section-ten {
  background-color: #111827;
  border-radius: 24px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.team-section-ten .section-header-ten {
  text-align: center;
  margin-bottom: 40px;
}

.team-section-ten .section-header-ten .section-title {
  color: #ffffff !important;
  font-size: 36px;
  font-weight: 700;
}

.team-section-ten .section-header-ten .section-title span,
.team-section-ten .section-header-ten .section-title i {
  font-style: italic;
  font-weight: 400;
}

.team-item-ten {
  background: transparent;
  border-radius: 0;
  text-align: center;
  transition: all 0.3s ease;
}

.team-item-ten:hover {
  transform: translateY(-5px);
}

.team-item-ten .team-content {
  padding-top: 14px;
  padding-bottom: 0;
  text-align: center;
}

.team-item-ten .team-content .custom-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.team-item-ten .team-content .custom-title a {
  color: #ffffff !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.team-item-ten .team-content .custom-title a:hover {
  color: #e93e2b !important;
}

.team-item-ten .team-content p {
  font-size: 16px;
  color: #ffffff !important;
  margin-bottom: 0;
}

.team-item-ten .team-overlay {
  position: relative;
  border-radius: 28px 28px 4px 28px;
  overflow: hidden;
  width: 100%;
}

.team-item-ten .team-overlay a {
  display: block;
  width: 100%;
}

.team-item-ten .team-overlay img.img-1 {
  width: 100% !important;
  max-width: 100% !important;
  height: 380px;
  object-fit: cover;
  border-radius: 28px 28px 4px 28px;
  display: block;
  transition: transform 0.5s ease;
}

.team-item-ten:hover .team-overlay img.img-1 {
  transform: scale(1.06);
}

.team-item-ten .team-overlay .shape-1 {
  position: absolute;
  bottom: -3px;
  right: 14%;
  margin: auto;
}

.team-item-ten .team-overlay .corner-icon-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e93e2b;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 3;
  text-decoration: none;
  transition: all 0.3s ease;
}

.team-item-ten:hover .team-overlay .corner-icon-btn {
  background: #ffffff;
  color: #e93e2b;
  transform: rotate(45deg);
}

.team-item-ten .team-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f2f4f7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #475467;
  text-decoration: none;
  transition: all 0.3s ease;
}

.team-item-ten .team-social a:hover {
  background: #e93e2b;
  color: #ffffff;
}

/* 6. Testimonials Section 10 */
.testimonial-section-ten {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.testimonial-section-ten .testimonial-bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 100%;
  background:
    radial-gradient(ellipse at 35% 50%, rgba(240, 90, 50, 0.35) 0%, rgba(245, 120, 60, 0.12) 45%, rgba(255, 255, 255, 0) 75%),
    radial-gradient(ellipse at 65% 50%, rgba(150, 190, 35, 0.30) 0%, rgba(170, 210, 50, 0.10) 45%, rgba(255, 255, 255, 0) 75%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 1;
}

.testimonial-section-ten .testimonial-bg-image {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 130% !important;
  max-width: 950px !important;
  pointer-events: none !important;
  z-index: 2 !important;
  opacity: 0.8 !important;
  filter: none !important;
}

.testimonial-section-ten .testimonial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}

.testimonial-section-ten .section-title {
  font-size: 38px;
  font-weight: 800;
  color: #0c111d;
  margin-bottom: 0;
}

.testimonial-section-ten .section-title span,
.testimonial-section-ten .section-title i {
  font-style: italic;
  font-weight: 400;
}

.testimonial-section-ten .horizontal-slide {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  z-index: 1;
}

.testimonial-section-ten .slide-list.marquee-row-1 {
  display: flex;
  width: max-content;
  animation: testimonial-marquee-left 45s linear infinite;
}

.testimonial-section-ten .slide-list.marquee-row-2 {
  display: flex;
  width: max-content;
  animation: testimonial-marquee-right 45s linear infinite;
}

@keyframes testimonial-marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes testimonial-marquee-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 991.98px) {

  .testimonial-section-ten .advisor-icon i.fa-circle,
  .testimonial-section-ten .advisor-icon p i {
    font-size: 11px !important;
    width: auto !important;
    height: auto !important;
  }
}

.testimonial-item-ten .testimonial-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.testimonial-item-ten .testimonial-view {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-item-ten .author-img img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-item-ten .author-name {
  font-size: 16px;
  font-weight: 700;
  color: #0c111d;
  margin-bottom: 2px;
}

.testimonial-item-ten .professional {
  font-size: 13px;
  color: #667085;
  margin-bottom: 0;
}

.testimonial-item-ten .review-star {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #e93e2b;
  font-size: 14px;
  font-weight: 600;
}

.testimonial-item-ten .review-star i {
  color: #e93e2b;
}

.testimonial-item-ten .description {
  font-size: 16px;
  line-height: 1.6;
  color: #111827;
  margin-bottom: 0;
  white-space: normal !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* 7. Partners Section 10 */
.partners-section-ten {
  background: #111827;
  border: none;
  width: 100%;
  overflow: hidden;
}


.partners-section-ten .container {
  overflow: hidden;
}


.partners-section-ten .horizontal-slide {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.partners-section-ten .slide-list.stepped-marquee {
  display: flex;
  width: 100%;
  animation: partner-marquee-stepped 24s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

.partners-section-ten .slide-list.continuous-marquee {
  display: flex;
  width: max-content;
  animation: partner-marquee-continuous 30s linear infinite;
}

.partners-section-ten .slide-list:hover {
  animation-play-state: paused;
}

@keyframes partner-marquee-stepped {

  0%,
  28% {
    transform: translateX(0);
  }

  33.33%,
  61.33% {
    transform: translateX(-100%);
  }

  66.66%,
  94.66% {
    transform: translateX(-200%);
  }

  100% {
    transform: translateX(-300%);
  }
}

@keyframes partner-marquee-continuous {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-33.3333%);
  }
}

.partners-section-ten,
.partners-item-ten,
.partners-item-ten a,
.partners-item-ten span,
.partners-item-ten p,
.partners-item-ten h1,
.partners-item-ten h2,
.partners-item-ten h3,
.partners-item-ten h4,
.partners-item-ten h5,
.partners-item-ten h6 {
  color: #ffffff !important;
  text-decoration: none !important;
}

.partners-item-ten {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
  box-sizing: border-box;
  flex-shrink: 0;
  color: #ffffff !important;
}

@media (max-width: 991.98px) {
  .partners-item-ten {
    flex: 0 0 33.333%;
    width: 33.333%;
    max-width: 33.333%;
  }
}

@media (max-width: 575.98px) {
  .partners-item-ten {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}

.partners-item-ten img {
  height: 35px;
  max-width: 90%;
  width: auto;
  opacity: 1 !important;
  filter: brightness(0) invert(1);
  transition: none !important;
}

.partners-section-ten a:hover,
.partners-item-ten:hover,
.partners-item-ten a:hover,
.partners-item-ten span:hover,
.partners-item-ten img:hover,
.partners-item-ten *:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 1 !important;
  transform: none !important;
}

/* 8. FAQ Section 10 */
.faq-section-ten {
  padding: 100px 0;
  background-color: #f9fafb;
}

@media (max-width: 991.98px) {
  .faq-section-ten {
    padding: 60px 0 !important;
  }
}

.faq-section-ten .section-header-ten {
  text-align: left;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .faq-section-ten .faq-right-img-col {
    flex: 0 0 416px !important;
    width: 416px !important;
    max-width: 416px !important;
  }

  .faq-section-ten .faq-left-content {
    flex: 1 1 auto !important;
    width: calc(100% - 446px) !important;
    max-width: calc(100% - 446px) !important;
  }
}

.faq-section-ten .faq-img-ten {
  height: 100% !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}

.faq-section-ten .faq-img-ten img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  border-radius: 20px !important;
}

@media (max-width: 991.98px) {

  .faq-section-ten .faq-img-ten,
  .faq-section-ten .col-lg-5 {
    display: none !important;
  }
}

.accordion-ten .accordion-item {
  border: 1px solid #eaecf0;
  border-radius: 16px !important;
  margin-bottom: 16px;
  overflow: hidden;
  background: #ffffff;
}

.accordion-ten .accordion-button {
  font-size: 18px;
  font-weight: 700;
  color: #0c111d;
  padding: 20px 24px;
  background: #ffffff;
  box-shadow: none;
}

.accordion-ten .accordion-button:not(.collapsed) {
  color: #e93e2b;
  background: #ffffff;
}

.accordion-ten .accordion-body {
  padding: 0 24px 20px 24px;
  font-size: 15px;
  color: #475467;
  line-height: 1.6;
}

/* 9. Blog Section 10 */
.blog-section-ten {
  padding: 60px 0;
}

.blog-item-ten {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.blog-item-ten:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.blog-item-ten .blog-img {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.blog-item-ten .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-item-ten:hover .blog-img img {
  transform: scale(1.06);
}

.blog-item-ten .blog-img .badge-cat {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #e93e2b;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-item-ten .blog-content .meta {
  font-size: 13px;
  color: #667085;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-item-ten .blog-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #0c111d;
  line-height: 1.4;
}

.blog-item-ten .blog-content h4 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-item-ten .blog-content h4 a:hover {
  color: #e93e2b;
}

.blog-item-ten .blog-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #eaecf0;
}

.blog-item-ten .blog-bottom .author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #344054;
}

.blog-item-ten .blog-bottom .author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.blog-item-ten .blog-bottom .read-more {
  color: #e93e2b;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.destination-section-ten .section-header-ten {
  margin-bottom: 40px;
  text-align: center;
}

.destination-section-ten .section-header-ten .section-title {
  font-size: 36px;
  font-weight: 700 !important;
  color: #0c111d !important;
}

@media (min-width: 768px) {
  .destination-section-ten .section-header-ten .section-title {
    font-size: 36px !important;
  }
}

.destination-section-ten .section-header-ten .section-title span {
  font-style: italic !important;
  font-weight: 700 !important;
  color: #0c111d !important;
}

.destination-section-ten .view-more {
  margin-top: 40px;
  text-align: center;
}

.destination-section-ten .view-more .btn-primary:hover {
  background: #0c111d;
  border-color: #0c111d;
  color: #ffffff;
}

.destination-item-ten {
  position: relative;
  transition: all 0.6s;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

.destination-item-ten:hover .destination-overlay img.img-1 {
  transform: scale(1.1);
}

.destination-item-ten:hover .destination-content .link-icon {
  background: #e93e2b !important;
  color: #ffffff !important;
}

.destination-item-ten .destination-overlay {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 260px;
  margin-bottom: 16px;
}

.destination-item-ten .destination-overlay img.img-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.6s;
}

.destination-item-ten .destination-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.destination-item-ten .destination-content .title {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  margin: 0 !important;
}

.destination-item-ten .destination-content .title .custom-title,
.destination-item-ten .destination-content .title .custom-title a {
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 2px;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

.destination-item-ten .destination-content .title p {
  font-size: 14px;
  color: #667085;
  margin-bottom: 0;
  line-height: 1.2;
}

.destination-item-ten .destination-content .link-icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  border-radius: 50% !important;
  background: #d0d5dd !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  font-size: 18px !important;
  text-decoration: none !important;
  transition: all 0.6s !important;
  flex-shrink: 0 !important;
  align-self: center !important;
  margin: 0 !important;
}

.destination-item-ten .destination-content .link-icon i {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

/* 9. Blog Section 10 */

.blog-section-ten .section-header-ten {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.blog-section-ten .section-title {
  font-size: 38px;
  font-weight: 800;
  color: #0c111d;
  margin-bottom: 0;
}

.blog-section-ten .section-title span,
.blog-section-ten .section-title i {
  font-style: italic;
  font-weight: 400;
}

.blog-section-ten .btn-view-all {
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #D4483B;
  border: 1px solid #D4483B;
  color: #FFF;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
}

.blog-section-ten .btn-view-all:hover {
  background: #c82e1c;
  transform: translateY(-2px);
}

.blog-item-ten {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 480px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.blog-item-ten:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.blog-item-ten .blog-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.blog-item-ten .blog-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.85) 100%);
  pointer-events: none;
  z-index: 1;
}

.blog-item-ten .blog-overlay img.img-1 {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  transition: transform 0.6s ease;
}

.blog-item-ten:hover .blog-overlay img.img-1 {
  transform: scale(1.06);
}

.blog-item-ten .blog-date .date {
  font-size: 20px;
  font-weight: 800;
  color: #0c111d;
  line-height: 1;
  margin: 0;
}

.blog-item-ten .blog-date .month {
  font-size: 14px;
  color: #667085;
  font-weight: 600;
  margin: 2px 0 0 0;
}

.blog-item-ten .blog-content {
  position: absolute;
  text-align: center;
}

.blog-item-ten .blog-content .badge {
  background: #E4EBF1;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  padding: 9px 12px;
  margin-bottom: 16px;
}


.blog-item-ten .blog-content .custom-title {
  margin-bottom: 0;
}

.blog-item-ten .blog-content .custom-title a {
  color: #ffffff !important;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-item-ten .blog-content .custom-title a:hover {
  color: #ff9d92 !important;
}

@media (max-width: 991.98px) {

  .header-ten .main-menu-wrapper,
  .main-header.main-header-six .main-menu-wrapper,
  .header-ten .header-nav .main-menu-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 20px 16px 12px 16px !important;
  }

  .header-ten .header-btn {
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
  }

  .header-ten .header__hamburger {
    margin-left: auto !important;
    display: flex !important;
  }

  .header-ten .profile-dropdown,
  .header-ten .theme-toggle {
    display: block !important;
  }

  .offcanvas-info .offcanvas-detail {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  .offcanvas-info .mobile-menu,
  .offcanvas-info .mean-container,
  .offcanvas-info .mean-nav {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    display: block !important;
    margin-bottom: 20px !important;
  }

  .offcanvas-info .offcanvas__contact {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    display: block !important;
    margin-top: 15px !important;
  }

  .user-offcanvas-profile {
    width: 100% !important;
    box-sizing: border-box !important;
    float: none !important;
    clear: both !important;
    display: block !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
  }

  .user-offcanvas-profile .user-name {
    color: #0f172a !important;
  }

  .user-offcanvas-profile .user-email {
    color: #64748b !important;
  }

  .user-offcanvas-profile .d-flex.flex-column {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 8px !important;
  }

  .user-offcanvas-profile .btn {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
  }

  .dark-mode .user-offcanvas-profile {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
  }

  .dark-mode .user-offcanvas-profile .user-name {
    color: #ffffff !important;
  }

  .dark-mode .user-offcanvas-profile .user-email {
    color: rgba(255, 255, 255, 0.7) !important;
  }
}

@media (max-width: 575.98px) {

  .header-ten .main-menu-wrapper,
  .main-header.main-header-six .main-menu-wrapper,
  .header-ten .header-nav .main-menu-wrapper {
    padding: 10px 8px !important;
  }
}

/* Dreams Tour Newsletter 05 Widget Alignment */
.news-letter-sec .update-sec .col-lg-5 {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-end !important;
}

.news-letter-sec .update-sec .col-lg-5 .wpcf7,
.news-letter-sec .update-sec .col-lg-5 .wpcf7-form,
.news-letter-sec .update-sec .col-lg-5 form {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
}

.news-letter-sec .update-sec .input-group {
  padding: 6px 6px 6px 18px !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.news-letter-sec .update-sec .wpcf7-form-control-wrap {
  flex: 1 !important;
}

.news-letter-sec .update-sec .wpcf7-response-output,
.update-sec .wpcf7 form .wpcf7-response-output {
  margin: 12px 0 0 0 !important;
  padding: 10px 16px !important;
  width: 100% !important;
  border-radius: 8px !important;
  background-color: #ffffff !important;
  color: #333333 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  text-align: center !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.news-letter-sec .update-sec .wpcf7-response-output.wpcf7-validation-errors,
.news-letter-sec .update-sec .wpcf7-response-output.wpcf7-mail-sent-ng,
.news-letter-sec .update-sec .wpcf7-response-output.wpcf7-aborted,
.update-sec .wpcf7 form .wpcf7-response-output.wpcf7-validation-errors,
.update-sec .wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ng {
  border: 1px solid #ff4d4f !important;
  color: #d93025 !important;
  background-color: #ffffff !important;
}

.news-letter-sec .update-sec .wpcf7-response-output.wpcf7-mail-sent-ok,
.update-sec .wpcf7 form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 1px solid #52c41a !important;
  color: #188038 !important;
  background-color: #ffffff !important;
}

/* ==========================================================================
   Home 05 & Home 06 Widget Styles
   ========================================================================== */

/* Home 05 Booking & Dropdown Hover State */
.booking-dropdown .dropdown-item:hover,
.booking-dropdown .dropdown-item:focus,
.booking-dropdown .dropdown-item.active,
.dropdown-menu-custom .dropdown-item:hover,
.dropdown-menu-custom .dropdown-item:focus,
.dropdown-menu-custom .dropdown-item.active {
  background-color: #CF3425 !important;
  color: #ffffff !important;
}

.booking-dropdown .dropdown-item:hover *,
.booking-dropdown .dropdown-item:focus *,
.booking-dropdown .dropdown-item.active *,
.dropdown-menu-custom .dropdown-item:hover *,
.dropdown-menu-custom .dropdown-item:focus *,
.dropdown-menu-custom .dropdown-item.active * {
  color: #ffffff !important;
}

.booking-dropdown .dropdown-item:hover .dropdown-sub-name,
.booking-dropdown .dropdown-item:focus .dropdown-sub-name,
.booking-dropdown .dropdown-item.active .dropdown-sub-name {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Home 06 Banner Stacked Avatars & Responsive Layout */
.banner-ten .banner-content .avatar-list-stacked,
.banner-ten .banner-content .banner-avatar-group {
  align-items: center !important;
  position: relative !important;
  top: 0 !important;
  transform: none !important;
  line-height: 1 !important;
  font-size: 0 !important;
}

.banner-ten .banner-content .avatar-list-stacked>span,
.banner-ten .banner-content .banner-avatar-group .avatar-circles {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
  font-size: 0 !important;
}

.banner-ten .banner-content .avatar-list-stacked .avatar,
.banner-ten .banner-content .banner-avatar-group .avatar-circle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  margin: 0 0 0 -14px !important;
  padding: 0 !important;
  border: 2px solid #ffffff !important;
  background-color: #f5f5f5 !important;
  position: relative !important;
  z-index: 1;
  vertical-align: middle !important;
  line-height: 0 !important;
  font-size: 0 !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
}

.banner-ten .banner-content .avatar-list-stacked>span:first-child,
.banner-ten .banner-content .avatar-list-stacked>span:first-child .avatar,
.banner-ten .banner-content .avatar-list-stacked .avatar:first-child,
.banner-ten .banner-content .banner-avatar-group .avatar-circle:first-child {
  margin-left: 0 !important;
}

.banner-ten .banner-content .avatar-list-stacked .avatar img,
.banner-ten .banner-content .banner-avatar-group .avatar-circle img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center top !important;
  border-radius: 50% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  line-height: 1 !important;
}

/* Above 1400px (Screen width >= 1400px -> Image 2: Avatars inline with "World with") */
@media (min-width: 1400px) {
  .banner-ten .banner-content .title .banner-title-middle {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 12px !important;
  }

  .banner-ten .banner-content .avatar-list-stacked,
  .banner-ten .banner-content .banner-avatar-group {
    display: inline-flex !important;
    vertical-align: middle !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* Between 1200px and 1399.98px (Screen width 1200px - 1400px -> Image 1: Avatars on their own line below "World with") */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-ten .banner-content .title .banner-title-middle {
    display: block !important;
  }

  .banner-ten .banner-content .avatar-list-stacked,
  .banner-ten .banner-content .banner-avatar-group {
    display: flex !important;
    vertical-align: middle !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Below 1200px (< 1200px -> don't touch other responsive) */
@media (max-width: 1199.98px) {
  .banner-ten .banner-content .title .banner-title-middle {
    display: block !important;
  }

  .banner-ten .banner-content .avatar-list-stacked,
  .banner-ten .banner-content .banner-avatar-group {
    display: none !important;
  }
}

/* Home 05 Blog Section (.blog-sec-two) - Hide Bottom Scroll Navigation */
.blog-sec-two .owl-nav,
.blog-sec-two .owl-dots,
.blog-sec-two .blog-slider .owl-nav,
.blog-sec-two .blog-slider .owl-dots,
.blog-sec-two .blog-slider-nav,
.blog-sec-two .btn-slider-nav {
  display: none !important;
}

/* Home 06 Blog Section Ten Nav Buttons & Fallback Slider */
.blog-section-ten .blog-slider-ten-wrap {
  position: relative;
  margin-top: 30px;
}

.blog-section-ten .blog-slider-nav {
  padding-top: 5px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
}

.blog-section-ten .btn-slider-nav {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #0f172a !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06) !important;
  outline: none !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.blog-section-ten .btn-slider-nav:hover,
.blog-section-ten .btn-slider-nav:focus,
.blog-section-ten .btn-slider-nav.active {
  background-color: #CF3425 !important;
  background: #CF3425 !important;
  color: #ffffff !important;
  border-color: #CF3425 !important;
  box-shadow: 0 6px 18px rgba(207, 52, 37, 0.35) !important;
  transform: translateY(-2px) !important;
}

.blog-section-ten .btn-slider-nav:hover i,
.blog-section-ten .btn-slider-nav:focus i,
.blog-section-ten .btn-slider-nav.active i {
  color: #ffffff !important;
}

.blog-section-ten .btn-slider-nav:active {
  transform: translateY(0) scale(0.95) !important;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08) !important;
}

.blog-slider-ten .owl-stage-outer {
  padding-top: 5px;
  padding-bottom: 5px;
}

.blog-slider-ten.blog-slider-ten-fallback {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 24px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.blog-slider-ten.blog-slider-ten-fallback::-webkit-scrollbar {
  display: none;
}

.blog-slider-ten.blog-slider-ten-fallback .item {
  flex: 0 0 calc(33.333% - 16px);
  min-width: 300px;
}

@media (max-width: 991px) {
  .blog-slider-ten.blog-slider-ten-fallback .item {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 575px) {
  .blog-slider-ten.blog-slider-ten-fallback .item {
    flex: 0 0 100%;
  }
}

/* ==========================================================================
   Home 05 Complete Mobile Responsiveness & Section Layout Overrides
   ========================================================================== */

/* Global Page Width & Overflow Lock */
html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* Hide broken decorative image tags with empty or missing src */
img[src=""],
img:not([src]),
img[src="#"] {
  display: none !important;
}

/* 1. Hero Section 05 Mobile Responsiveness (< 992px) */
@media (max-width: 991.98px) {
  .hero-section.hero-sec-two {
    height: auto !important;
    min-height: 480px !important;
    padding: 50px 0 30px !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .hero-section.hero-sec-two .banner-sliders,
  .hero-section.hero-sec-two .slider-wrap,
  .hero-section.hero-sec-two .slider-wrap.home-vertical-slider,
  .hero-section.hero-sec-two .home-vertical-slider,
  .hero-section.hero-sec-two .home-vertical-slider .slider-fors,
  .hero-section.hero-sec-two .home-vertical-slider .slider-fors .slick-list,
  .hero-section.hero-sec-two .home-vertical-slider .slider-fors .slick-track,
  .hero-section.hero-sec-two .home-vertical-slider .slider-fors .slick-slide,
  .hero-section.hero-sec-two .home-vertical-slider .service-img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    overflow: hidden !important;
    flex: 0 0 100% !important;
    float: none !important;
  }

  .hero-section.hero-sec-two .home-vertical-slider .service-img img,
  .hero-section.hero-sec-two .home-vertical-slider .slider-fors .slick-slide img {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  .hero-section.hero-sec-two .container {
    position: relative !important;
    z-index: 5 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero-section.hero-sec-two .hero-content {
    position: relative !important;
    z-index: 5 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .hero-section.hero-sec-two .banner-content {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    width: 100% !important;
  }

  .hero-section.hero-sec-two .banner-content h1,
  .hero-section.hero-sec-two .banner-content h2,
  .hero-section.hero-sec-two .banner-content .display-5,
  .hero-section.hero-sec-two .banner-content .display-4 {
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }

  .hero-section.hero-sec-two .banner-content p {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  .hero-section.hero-sec-two .banner-form {
    position: relative !important;
    transform: none !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    z-index: 10 !important;
    padding: 16px !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12) !important;
  }
}

/* Small Mobile (< 576px down to 320px) */
@media (max-width: 575.98px) {
  .hero-section.hero-sec-two {
    padding: 36px 0 20px !important;
    min-height: 400px !important;
  }

  .hero-section.hero-sec-two .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .hero-section.hero-sec-two .banner-content h1,
  .hero-section.hero-sec-two .banner-content h2,
  .hero-section.hero-sec-two .banner-content .display-5,
  .hero-section.hero-sec-two .banner-content .display-4 {
    font-size: 20px !important;
    line-height: 1.3 !important;
    letter-spacing: -0.3px !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }

  .hero-section.hero-sec-two .banner-content p {
    font-size: 13px !important;
  }

  .hero-section.hero-sec-two .banner-form {
    padding: 12px !important;
    border-radius: 12px !important;
  }

  .hero-section.hero-sec-two .banner-form .col-lg-3,
  .hero-section.hero-sec-two .banner-form .col-lg-2,
  .hero-section.hero-sec-two .banner-form .col-md-6,
  .hero-section.hero-sec-two .banner-form .col-12 {
    width: 100% !important;
  }

  .main-header-five .navbar-brand img,
  .header-five .navbar-brand img {
    max-width: 135px !important;
    height: auto !important;
  }
}

/* 2. Featured Categories 5 / Traveling Section Mobile Fix */
@media (max-width: 575.98px) {
  .traveling-sec .section-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .traveling-sec .section-header h2 {
    font-size: 20px !important;
    line-height: 1.3 !important;
    width: 100% !important;
  }

  .traveling-sec .section-header .sec-btn,
  .traveling-sec .section-header a.btn-link,
  .traveling-sec .section-header .btn {
    display: inline-flex !important;
    margin-top: 4px !important;
  }

  .traveling-sec .travelers-card {
    width: 100% !important;
    margin-bottom: 16px !important;
  }
}

/* 3. Trending Hotels 5 Client Brands Logo Fix */
@media (max-width: 575.98px) {

  .trending-hotels-sec .client-logos,
  .trending-hotels-sec .partner-logos,
  .trending-hotels-sec .brand-slider {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 16px !important;
    width: 100% !important;
  }

  .trending-hotels-sec .client-logos .logo-item,
  .trending-hotels-sec .partner-logos img {
    max-width: 110px !important;
    height: auto !important;
  }
}

/* 4. Advantages Section 5 (Red Stats Box Vertical Overlap Fix) */
@media (max-width: 991.98px) {

  .advantages-sec .stats-box,
  .advantages-section-five .stats-card,
  .advantages-section-five .statistics-card,
  .advantages-section-five .red-stats-box,
  .advantages-section-five .counter-card {
    position: relative !important;
    transform: none !important;
    top: auto !important;
    bottom: auto !important;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
}

/* 5. Popular Destinations Section 05 Title Overflow & Card Fix */
@media (max-width: 575.98px) {
  .destination-sec-five {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }

  .destination-sec-five .loc-name-top {
    top: 16px !important;
    left: 16px !important;
    z-index: 5 !important;
  }

  .destination-sec-five .loc-name-top h5 {
    font-size: 16px !important;
    line-height: 1.3 !important;
    margin-bottom: 2px !important;
  }

  .destination-sec-five .loc-name-top span {
    font-size: 12px !important;
  }

  .destination-sec-five .location-wrap img {
    height: 180px !important;
  }
}

/* 6. About / Why Choose Us & Review Rating Badges */
@media (max-width: 767.98px) {

  .about-sec .review-badge,
  .about-sec .rating-box,
  .who-we-are-sec .rating-badge {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    display: inline-flex !important;
  }
}

/* 7. FAQ Section 5 Background Graphic & Color Stacking Fix */
.faq-secpath-two {
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
}

.faq-secpath-two .bg-3 {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.faq-secpath-two>.row,
.faq-secpath-two>div:not(:has(.bg-3)) {
  position: relative !important;
  z-index: 2 !important;
}

/* 8. Popular Hotel / Offers 05 Card Category Text Straight Alignment Fix */
.popular-hotel-slider .seperate-dot {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

.popular-hotel-slider .seperate-dot span {
  white-space: nowrap !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
}

.popular-hotel-slider .seperate-dot span:first-child {
  text-align: left !important;
}

.popular-hotel-slider .card .flex-shrink-0 img,
.popular-hotel-slider .card img.rounded-circle {
  width: 70px !important;
  height: 70px !important;
  min-width: 70px !important;
  min-height: 70px !important;
  object-fit: cover !important;
}

@media (max-width: 991.98px) {

  .header-ten.fixed,
  .main-header.main-header-six .header-ten.fixed {
    padding: 15px 0 !important;
  }
}

/* Responsive Section Padding: 60px 0 for all sections on Home 6 / Section 10 */
@media (max-width: 991.98px) {

  .categories-section-ten,
  .destination-section-ten,
  .experience-section-ten,
  .team-section-ten,
  .testimonial-section-ten,
  .faq-section-ten,
  .blog-section-ten {
    padding: 60px 0 !important;
  }
}

@media (max-width: 991.98px) {
  .faq-section-ten {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 991.98px) {
.blog-section-ten{
  padding-top:30px !important
} 
}

@media (min-width: 992px) {
  .header-five .header-btn .btn {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .header-ten .header-btn .btn {
    display: block !important;
  }

  .header__hamburger,
  .header__hamburger.d-lg-none,
  .header-five .header__hamburger,
  .header-six .header__hamburger,
  .header-ten .header__hamburger {
    display: none !important;
  }
}

.header-ten .btn-sign-in {
  color: #fff !important;
}

header.fixed .btn-sign-in,
header.sticky .btn-sign-in,
header.is-sticky .btn-sign-in,
header.fixed-header .btn-sign-in,
.header-ten.fixed .btn-sign-in,
.header-ten.sticky .btn-sign-in,
.header-ten.is-sticky .btn-sign-in,
.header-ten.fixed-header .btn-sign-in,
.header-six.fixed .btn-sign-in,
.header-five.fixed .btn-sign-in {
  color: #212E47 !important;
}

@media (max-width: 991.98px) {
  .header-ten .header-btn .profile-dropdown .user-avatar-circle img {
    width: 40px !important;
    height: 36px !important;
  }
}

@media (max-width: 991.98px) {
  .header-ten .header-btn .profile-dropdown .user-avatar-circle {
    max-width: 36px !important;
    max-height: 36px !important;
  }
}