@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800&family=Great+Vibes&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --bs-primary: #0068b9;
  --bs-primary-bg-subtle: #0068b9;
  --bs-primary-bg-dark: #c4281e;
  --bs-secondary: #c3d2de;
  --bs-secondary-bg-subtle: #dae5ee;
  --bs-success: #27a974;
  --bs-success-bg-subtle: #d4eee3;
  --bs-success-bg-dark: #1ea36d;
  --bs-info: #106bda;
  --bs-info-bg-subtle: #cfe1f8;
  --bs-info-bg-dark: #0b63d0;
  --bs-warning: #ff7f00;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-warning-bg-dark: #f0b503;
  --bs-danger: #ce3426;
  --bs-danger-bg-subtle: #ffe2e0;
  --bs-danger-bg-dark: #cb3022;
  --bs-light: #f4f5f7;
  --bs-dark: #0e1e2b;
  --bs-cyan: #04765f;
  --bs-cyan-bg-subtle: #cdf1e9;
  --bs-cyan-bg-dark: #036f59;
  --bs-purple: #6363f5;
  --bs-purple-bg-subtle: #dedeff;
  --bs-purple-bg-dark: #5b5bed;
  --bs-primary-rgb: 0, 104, 185;
  --bs-secondary-rgb: 195, 210, 222;
  --bs-success-rgb: 39, 169, 116;
  --bs-info-rgb: 16, 107, 218;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 206, 52, 38;
  --bs-cyan-rgb: 4, 118, 95;
  --bs-purple-rgb: 99, 99, 245;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 14, 30, 43;
  --body-font-family: "Jost", sans-serif;
  --heading-font-family: "Jost", sans-serif;
  --bs-body-color: #2d3033;
  --paragraphColor: #5d6f7d;
  --headingColor: #05264e;
  --fontSize: 15px;
}
.text-secondary {
    color: #525252 !important;
}
.btn-outline-primary {
  --bs-btn-color: #0068b9;
  --bs-btn-border-color: #0068b9;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0068b9;
  --bs-btn-hover-border-color: #0068b9;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0068b9;
  --bs-btn-active-border-color: #0068b9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0068b9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0068b9;
  --bs-gradient: none;
}

/* ----------------- Default Style: Buttons Styles ----------------------- */
img,
svg {
  max-width: 100%;
}

.btn {
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease 0.4s;
  border-radius: 0.375rem;
  overflow: hidden;
  animation-delay: 0.7s;
  animation-duration: 0.5s;
  position: relative;
}

.btn::after {
  background-color: rgba(255, 255, 255, 0.76);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  transform: rotate(35deg);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}

.btn:hover:after {
  left: 120%;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}

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

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #0068b9;
  --bs-btn-border-color: #0068b9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0068b9;
  --bs-btn-hover-border-color: #0068b9;
  --bs-btn-focus-shadow-rgb: 213, 98, 45;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0068b9;
  --bs-btn-active-border-color: #0068b9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0068b9;
  --bs-btn-disabled-border-color: #0068b9;
}

/* new  */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #0068b9;
  color: #fff !important;
}

.popular-nav .nav-link {
  color: #f3f3f3;
}

.list {
  --direction: column;
  display: flex;
  flex-direction: var(--direction);
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-row {
  --direction: row;
}

.bottom-30 {
  inset-block-end: -7.5rem !important;
}

.bg-opacity-20 {
  --bs-bg-opacity: 0.2;
}

.link {
  text-decoration: none;
  transition: all 0.3s ease;
}

section {
  padding: 60px 0 60px;
}

.bg-theme {
  background: #0068b9;
}

.section-space-md-bottom {
  padding-block-end: clamp(2rem, 3.25vw + 1rem, 2rem);
}

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

/*--------------------------------------------------
Navbar & Header Styles
---------------------------------------------------*/

.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu>li>a {
  color: #022f5d;
}

.nav-dropdown.xxl-menu {
  min-width: 300px;
  max-width: 300px;
  right: auto !important;
}

.nav-dropdown.xxl-menu li {
  width: 100%;
  flex: 100%;
  clear: initial;
}

.nav-dropdown.xxl-menu li a {
  border: none;
}

.nav-dropdown.xxl-menu li a:hover {
  padding-left: 10px;
  border-radius: 1em;
  box-shadow: 0 0.5rem 0.5rem rgba(24, 142, 241, 0.1) !important;
  -webkit-box-shadow: 0 0.5rem 0.5rem rgba(24, 142, 241, 0.1) !important;
}

.nav-dropdown.xxl-menu li a:focus {
  padding-left: 10px;
  border-radius: 1em;
  box-shadow: 0 0.5rem 0.5rem rgba(24, 142, 241, 0.1) !important;
  -webkit-box-shadow: 0 0.5rem 0.5rem rgba(24, 142, 241, 0.1) !important;
}

.mega-advance-menu {
  display: flex;
  align-items: center;
  justify-content: start;
}

.mega-advance-menu .mega-last h6 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px !important;
}

.nav-dropdown,
.nav-menu,
ul {
  list-style: none;
}

.navigation,
.navigation * {
  -webkit-tap-highlight-color: transparent;
}

.navigation,
.navigation * {
  box-sizing: border-box;
}

.navigation {
  width: 100%;
  display: table;
  position: relative;
  font-family: inherit;
}

.nav-toggle,
.navigation-hidden .nav-header {
  display: none;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: left;
  padding-left: 1rem !important;
}

.nav-header {
  float: left;
}

.nav-brand {
  padding: 0px 15px 0px 0;
  font-size: 24px;
  margin-right: 1rem;
  margin-top: 2px;
  text-decoration: none !important;
}

.nav-dropdown>li>a,
.nav-menu>li>a,
nav a {
  text-decoration: none;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
}

.nav-logo>img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus>img {
  outline: initial;
}

nav a,
nav a:focus,
nav a:hover {
  outline: 0;
}

.navigation-portrait .nav-logo>img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 52%;
  margin-top: -14px;
  left: 0px;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70798b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #fff;
  background-color: var(--bs-primary-bg-subtle);
  font-size: 16px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: flex;
}

.nav-menu {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.nav-menu>li {
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu>li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu>li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu+.nav-menu>li:first-child {
  border-top: none;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
  float: none;
}

.nav-menu>li>a {
  padding: 14px 12px;
  display: inline-block;
  transition: color 0.3s, background 0.3s;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  /* font-size: 13px; */
}

.nav-menu.nav-menu-social li a {
  color: #0f393b;
}

.navigation-portrait .nav-menu>li>a {
  height: auto;
  width: 100%;
  padding: 12px 15px 12px 26px;
}

.nav-menu>.active>a,
.nav-menu>.focus>a,
.nav-menu>li:hover>a {
  color: var(--bs-primary) !important;
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social>li {
  text-align: center;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
  width: auto;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.3s;
}

.navigation-portrait .submenu-indicator {
  width: 100%;
  height: 44px;
  margin-top: 0;
  position: absolute;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #39466d #39466d transparent;
  transform: rotate(45deg);
  transition: border 0.3s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  right: 24px;
}

.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
  border-color: transparent var(--bs-primary) var(--bs-primary) transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(0deg);
}

.navigation-portrait .submenu-indicator.submenu-indicator-up .submenu-indicator-chevron {
  transform: rotate(225deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-text {
  margin: 25px 15px;
  color: #70798b;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 250px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu>li .nav-dropdown {
  border: none;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0px 0px 2px 0px rgba(185, 199, 210, 0.45);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(185, 199, 210, 0.45);
  border-radius: 0.4rem;
}

.nav-dropdown>li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown>li>a {
  width: 100%;
  padding: 14px 20px 14px 10px;
  border-bottom: 1px solid #e4e8ec;
  float: left;
  color: #11293b;
  transition: all 0.3s ease 0s;
  font-size: 13px;
  font-weight: 500;
}

.nav-dropdown>li>a .new-update {
  position: relative;
  font-size: 10px;
  font-weight: 500;
  background: #ff5722;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 50px;
  margin-left: 0.5rem;
}

.nav-dropdown>li:last-child>a {
  border-bottom: none;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
  padding-left: 20px;
}

.social-icon a i,
.social-icons a i {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 16px;
}

.nav-dropdown>.focus>a,
.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown-left>li>a {
  text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}

.menu__list,
.navbar,
nav a {
  position: relative;
}

.navigation-portrait .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator.submenu-indicator-up .submenu-indicator-chevron {
  transform: rotate(225deg);
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
  border-color: transparent var(--bs-primary) var(--bs-primary) transparent;
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}

nav a {
  display: inline-block;
}

.header {
  background: transparent;
  position: relative;
  padding: 10px 0;
  box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
  -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
  top: 0;
  z-index: 9;
  width: 100%;
}

.social-icons {
  float: right;
  margin-top: 0.7em;
}

.logo h1 a {
  color: #fff;
  font-size: 1.3em;
}

.logo span {
  display: block;
  font-size: 0.32em;
  letter-spacing: 4px;
}

.navbar-nav {
  float: left;
  margin: 0;
}

.nav-menu.nav-menu-social>li.list-buttons a {
  border-radius: 4px;
  position: relative;
  background: var(--bs-primary);
}

.nav-menu.nav-menu-social>li.list-buttons.light a {
  background: #ffffff;
}

.header.header-theme .nav-menu.nav-menu-social>li.list-buttons.light:hover>a {
  color: #0f393b !important;
}

.nav-menu.nav-menu-social>li.list-buttons.border a {
  background: #ffffff;
}

.header-fixed .nav-menu.nav-menu-social>li.list-buttons.light a {
  background: #ffffff;
}

.header-transparent.dark.header-fixed .nav-menu.nav-menu-social>li.list-buttons.light a {
  background: var(--bs-primary);
  color: #ffffff !important;
}

.nav-menu.nav-menu-social>li.list-buttons a {
  top: 0px;
  padding: 14px 14px;
  color: #ffffff !important;
}

.nav-menu.nav-menu-social>li.list-buttons.light a {
  color: #031925 !important;
}

.nav-menu.nav-menu-social>li.list-buttons.border a {
  color: var(--bs-primary) !important;
}

.header-fixed .nav-menu.nav-menu-social>li.list-buttons.light a {
  color: #041b2d !important;
}

.nav-menu.nav-menu-social>li.list-buttons.dark {
  background: #041b2d;
}

.nav-menu.nav-menu-social>li.list-buttons.dark a {
  color: #ffffff;
}

.header-fixed .nav-menu.nav-menu-social .text-light {
  color: #1f2e34 !important;
}

.nav-brand img {
  max-height: 65px;
  position: relative;
}

.nav-menu.nav-menu-social>li.list-buttons>a {
  display: inline-flex;
  align-items: center;
}

.navigation-portrait .nav-dropdown.xxl-menu {
  min-width: auto;
  max-width: 100%;
}

.navigation-portrait .nav-dropdown.xxl-menu>li {
  width: 100%;
  flex: 0 0 100%;
}

.currencyDropdown .nav-link,
.languageDropdown .nav-link,
.notificationsDropdown .nav-link {
  background: #ebeff2;
  border-radius: 0.32rem;
  min-width: 50px;
}

a.selectCurrency {
  border: none;
  padding: 0.8rem 1.2rem;
  border-radius: 0.32rem;
  text-align: left;
  background: #fff;
  transition: all ease 0.4s;
  width: 100%;
  display: flex;
  flex-direction: column;
}

a.selectCurrency:hover,
a.selectCurrency:focus {
  background: #f4f5f7;
  cursor: pointer;
}

a.selectCurrency.active {
  background: rgba(76, 175, 80, 0.11);
}

a.selectCurrency.active>div:last-child {
  color: #4caf50 !important;
}

a.selectCountry {
  border: none;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0.8rem 1.2rem;
  border-radius: 0.32rem;
  text-align: left;
  background: #ffffff;
  transition: all ease 0.4s;
  width: 100%;
}

a.selectCountry:hover,
a.selectCountry:focus {
  background: #f4f5f7;
  cursor: pointer;
}

a.selectCountry.active {
  background: rgba(76, 175, 80, 0.11);
}

a.selectCountry.active>div:last-child {
  color: var(--bs-primary) !important;
}

.devider-wraps {
  height: 0.5px;
  width: 100%;
  border: 1px dashed #e0e8ed;
  border-radius: 50px;
}

.devider-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 0 10px;
}

[data-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay]:before {
  position: absolute;
  content: "";
  background: #020d16;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

img.testimonial-image {
  width: 100px !important;
  border-radius: 50%;
  height: 100px;
  border: 3px solid #0068b9;
  margin-bottom: 0.5rem;
}

.testimonial-section .carousel-item {
  text-align: center;
  /*border: 1px solid #f3f3f3;*/

  /* margin: 1rem; */
  /* min-height: 300px !important;
    height: auto !important; */
}

.testimonial-section .testimonial-content-box {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  margin: 1rem 0.5rem;
  border-radius: 1rem;
  text-align: center;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #0068b9;
  padding: 0.5rem;
}

.section-space-md-y {
  padding-block-start: clamp(2rem, 3.25vw + 1rem, 2.75rem);
  padding-block-end: clamp(2rem, 3.25vw + 1rem, 3rem);
}

footer.footer-1 {
  /* background: #00223d; */
  background: linear-gradient(130deg, #00223d, 70%, #ff7f00);
  /* margin-top: 80px; */
}

/* #testimonials {
    margin-bottom: 80px;
} */
/* a:hover,
.nav-menu > .active > a,
.nav-menu > .focus > a,
.nav-menu > li:hover > a {
  color: #007eff !important;
} */
.searchableForm.rounded-3 {
  background: #ffffff2e;
}

.user-count-select {
  width: 150px;
}

a.logo img {
  max-width: 200px;
  /* filter: brightness(100); */
}

.carousel-indicators [data-bs-target] {
  background-color: #022f5d;
}

.carousel-indicators {
  bottom: -1rem;
  margin-bottom: 0;
}

.popular-card img {
  height: 450px;
  object-fit: cover;
}

span.timing {
  font-size: 14px;
  font-weight: 600 !important;
  color: #fff;
}

ul.overview-list {
  list-style-type: square;
}

#tourTabContent .cus-tab {
  margin: 2rem 0;
}

ul#tourTab li .nav-link {
  font-size: 1.2rem;
  font-weight: 600;
}

div#tourCarousel .carousel-item img {
  height: 400px;
  object-fit: cover;
}

.itinerary-list {
  list-style-type: disclosure-closed;
}

ul.exclsn li {
  margin: 0 0 4px 20px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  list-style-image: url(../images/exclusion-icon.svg);
}

ul.inclsn li {
  margin: 0 0 4px 20px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  list-style-image: url(../images/check-icon.svg);
}

.tour-details-bg {
  background: linear-gradient(45deg, #0068b9, #063a63);
  ;
}

.total-price {
  font-weight: 700;
  color: #fff !important;
}

.milestone {
  display: flex;
  padding-bottom: 20px;
  align-items: flex-start;
  position: relative;
}

.milestone-number {
  width: 60px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #0068b9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-right: 1rem;
  color: #fff;
}

.milestone-details {
  flex-grow: 1;
}

.milestone-details h3 {
  margin-top: 0;
}

.milestone:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  width: 2px;
  height: 100%;
  border: 1px dashed #777;
  z-index: -1;
}

.milestone:last-child:after {
  display: none;
}

.milestone-details h3 {
  margin-top: 0;
  font-size: 1.2rem;
  color: #0068b9;
}

.milestone-details {
  flex-grow: 1;
  padding-top: 1.2rem;
}

.milestone-details ul li {
  list-style-type: circle;
}

select.goog-te-combo,
.goog-te-gadget .goog-te-combo {
  height: 40px;
  padding: 0.5rem;
  border-radius: 4px;
  margin: 0 !important;
}

ul.nav-menu.nav-menu-social.align-to-right>li>a,
div#google_translate_element {
  height: 40px;
}

.timing {
  color: #0068b9;
  font-weight: 600;
}

.destination-blocks-pics img {
  max-height: 350px;
  width: 100%;
  object-fit: cover;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #0068b93b;
  box-shadow: none;
  font-weight: 600;
}

.accordion-button {
  font-weight: 600;

}

.blog-card {
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blog-title {
  font-size: 1.2rem;
  font-weight: bold;
}

.filter-btns .btn {
  margin: 0 5px 10px;
}

.card.blog-card img {
  height: 300px;
  object-fit: cover;
}

.active>.page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: #0068b9;
  border-color: #0068b9;
}

.page-link {
  color: #0068b9;
}

/* blog details  */
.hero-image {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.hero-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

.blog-content p {
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

.author-box {
  background-color: #fff;
  padding: 20px;
  border-left: 5px solid #0068b9;
  border-radius: 10px;
  margin-top: 40px;
}

.author-box h6 {
  margin-bottom: 5px;
}

.author-box img {
  width: 100px;
}

.related-posts-item img {
  height: 200px;
  object-fit: cover;

}

a {
  color: rgb(2 47 93);
}

.icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.login-section {
  min-height: 100vh;
}

.login-img {
  background: url('https://img.freepik.com/free-photo/asian-woman-wearing-thai-dress-costume-traditional-according-thai-culture-pha-dok-siew-waterfall-chiang-mai-thailand_335224-1164.jpg') no-repeat center center;
  background-size: cover;
}

.login-form,
.register-form {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
}

.login-box {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.register-img {
  background: url('https://img.freepik.com/free-photo/clean-cascade-scenery-green-shore-tourism_1417-1353.jpg') no-repeat center center;
  background-size: cover;
}

.register-box {
  width: 100%;
  max-width: 450px;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.we-are-img img {
  max-height: 600px;
  min-height: 400px;
  object-fit: cover;
}

.mission-list {
  list-style-type: disclosure-closed;
}

.nav-link {
  color: #2d3034;
}

.view-tour-details {
  white-space: nowrap;
}

.counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
}

.counter .btn {
  width: 36px;
  height: 36px;
}

.count-display {
  margin: 0 15px;
  min-width: 20px;
  text-align: center;
  font-weight: 500;
}

.form-check-input:checked {
  background-color: #022f5d;
  border-color: #022f5d;
}

.card-body.popular-card__body {
  position: absolute;
  bottom: 0;
  background: linear-gradient(1deg, #9f4f00b3 60%, #3681c412);
  width: 100%;
  color: #fff;
}

.card-body.popular-card__body .card-title a {
  color: #fff !important;
}

.card-body.popular-card__body .card-title {
  margin-bottom: 1rem;
}

.destination-blocks {
  position: relative;
  /* background: linear-gradient(45deg, #ff7f00, transparent); */
  transition: transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
}

.destination-blocks-captions {
  position: relative;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background: #fff;
  color: #333;
}

ul.nav-dropdown.nav-megamenu.nav-submenu {
  left: 0;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
}

.mega-menu-title {
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
  padding-bottom: 0.5rem;
  margin-bottom: 00.5rem;
}

.top-services {
  background: url('../images/service-1.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  /* filter: blur(3px); */
}

.top-services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  backdrop-filter: blur(1px);
}

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

.icon-box-service {
  background: #fdfdfd;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-list>li>a:hover,
.location-list>li>a:focus {
  padding-left: 20px;
}

.location-list>li>a {
  width: 100%;
  padding: 6px 20px 6px 10px;
  /* border-bottom: 1px solid #e4e8ec; */
  float: left;
  color: #11293b;
  transition: all 0.3s ease 0s;
  font-size: 13px;
  font-weight: 500;
}

.row-reverse {
  flex-direction: row-reverse;
}

.choose-item {
  padding: 1rem 3rem;
}

.img-choose-item img {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}

.why-choose-box .icon-box-service {
  background: linear-gradient(45deg, #0067b8c7, #ff7f00ad);
}

.thankyou-wrapper {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou-card {
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 4rem 0;
}

.thankyou-card .check-icon {
  font-size: 60px;
  color: #28a745;
  margin-bottom: 20px;
}

.thankyou-card h2 {
  font-weight: bold;
}

.thankyou-card p {
  color: #555;
  margin-bottom: 30px;
}

.book-list {
  list-style-type: disc;
}

.testimonial-text {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.testimonial-content-box .testimonial-text {
  text-align: start;
  min-height: 80px;
}

.service-item {
  background: #0000007d;
  padding: 1rem;
  height: 100%;
  backdrop-filter: blur(1px);
}

.service-item h5 {
  min-height: 50px;
}

.book-form input[type="text"],
.book-form input[type="email"],
.book-form input[type="number"],
.book-form select {
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid #ddd;
  width: 100%;
}

.book-form input:focus,
.book-form select:focus {
  border-color: #0068b9;
  box-shadow: 0 0 5px rgba(0, 134, 104, 0.5);
}

.image-cover.hero-header {
  padding: 0;
  position: relative;
  margin-top: -88px;
}

.tour-list-img img {
  width: 100%;
  object-fit: cover;
}

.why-choose-box .service-item {
  background: #ffffff;
}

.banner-slide-item {
  height: 100vh;
}

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

.banner-slide-item {
  position: relative;
}

.banner-slide-item:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner-content-box {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  padding-top: 5.5rem;
  flex-direction: column;
}

#cardCarousel .carousel-inner .carousel-item {
  padding: 0;
}

#cardCarousel .carousel-indicators {
  bottom: 1rem;
  margin-bottom: 0;
}

#cardCarousel .carousel-indicators [data-bs-target] {
  background-color: #ffffff;
}

.guest-table tr th,
.guest-table tr td {
  vertical-align: middle;
}

.mt-90 {
  margin-top: 20px !important;
}

.our-vision-bg {
  background: linear-gradient(45deg, #ff7f00, #0068b9);
}

.mission-section {
  background: linear-gradient(45deg, #0983ff, #022f5d);
}

.share-list li a {
  width: 60px;
  height: 60px;
}

#additional-info h1 {
  font-size: 2rem;
  font-weight: 600;
}

#additional-info h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

#additional-info h3 {
  font-size: 1rem;
  font-weight: 600;
}

.profile-sidebar-menu .nav-pills .nav-link {
  border: 1px solid #dedede;
  margin: 0.3rem 0.5rem;
}

.hero-banner-search {
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.t-check-in,
.t-check-out {
  border-radius: .375rem !important;
}

.tour-list-bg-image:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.z-index-9 {
  z-index: 9;
}

.tour-list-bg-image .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

li.list-buttons .dropdown a {
  font-size: 0.9rem;
}

.tour-list-img img {
  height: 250px;
}

ul#tourTab {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

ul#tourTab li a {
  white-space: nowrap;
}

.share-list li a svg {
  width: 40px;
  height: 40px;
}

li.list-buttons a,
li.list-buttons a:hover {
  color: #fff !important;
  border-radius: 7px;
}

.payment-option input[type="radio"] {
  display: none;
}

.payment-option .card {
  cursor: pointer;
  border: 2px solid #0068b963;
  transition: all 0.3s ease;
  text-align: center;
}

.payment-option input[type="radio"]:checked+.card {
  border-color: #0068b9;
  background-color: #0068b9;
  color: #fff;
}

.t-end.t-today,
.t-end.t-today .t-hover-day-content,
.t-start.t-today,
.t-start.t-today .t-hover-day-content,
.t-check-in .t-end,
.t-check-out .t-start,
.t-check-out tr~.t-end {
  background: #0068b9;
}

.bg-gradient-primary {
  background: linear-gradient(359deg, #0068b9, #00365f);
}

.footer-cta__content.bg-theme {
  background: linear-gradient(45deg, #0068b9, #ff7f005c);
}

.about-img {
  min-height: 500px;
  max-height: 600px;
}

.vision-mission-card {
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.vision-mission-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}

.vision-mission-content p {
  color: var(--paragraphColor, #5d6f7d) !important;
  font-size: 1.1rem;
  line-height: 1.8;
}

.vision-mission-content h1,
.vision-mission-content h2,
.vision-mission-content h3,
.vision-mission-content h4,
.vision-mission-content h5,
.vision-mission-content h6 {
  color: var(--headingColor, #05264e) !important;
  font-weight: 700;
  margin-bottom: 1rem;
}

.vision-icon-wrapper {
  transition: transform 0.5s ease;
}

.testimonial-slider .owl-stage,
.destinations-slider .owl-stage,
.popular-destination-slider .owl-stage {
  transition-timing-function: linear !important;
}

.vision-mission-card:hover .vision-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.nav-megamenu {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  max-width: 100% !important;
}

.megamenu {
  width: 100%;
  padding: 20px 30px;
}

.megamenu .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.megamenu .col {
  min-width: 160px;
}

.card.popular-card {
  transition: 0.3s;
}

.trip360-box h2 {
  color: #fff;
  font-size: clamp(3rem, 8vw, 8rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.trip360-box p {
  max-width: 800px;
  margin: auto;
  color: rgba(255, 255, 255, .9);
  font-size: 1.15rem;
  line-height: 1.8;
}

.trip-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.trip-text span {
  color: #fff;
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.trip-text .space {
  width: 60px;
}

@media (max-width:768px) {
  .trip-text {
    gap: 5px;
  }

  .trip-text .space {
    width: 20px;
  }
}

@media (max-width:768px) {
  .trip360-box {
    padding: 50px 20px;
    border-radius: 20px;
  }

  .trip360-box p {
    font-size: 1rem;
  }
}

.cta-section {
  background: #f8fafc;
}

.bg-cus-gradient {
  background: linear-gradient(45deg, #0068b9, #1e40af);
}

.cta-wrapper {
  background: linear-gradient(135deg, #0068b9 0%, #1e40af 100%);
  border-radius: 32px;
  padding: 60px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cta-wrapper::before {
  content: '';
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  top: -120px;
  right: -100px;
}

.cta-wrapper::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  bottom: -100px;
  left: -80px;
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .15);
  padding: 10px 18px;
  border-radius: 50px;
  margin-bottom: 20px;
  font-size: .9rem;
  backdrop-filter: blur(10px);
}

.cta-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
}

.cta-desc {
  font-size: 1.05rem;
  opacity: .9;
  max-width: 650px;
  margin-bottom: 0;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cta-buttons .btn {
  padding: 15px 30px;
  border-radius: 15px;
  font-weight: 600;
  transition: .3s;
}

.cta-buttons .btn:hover {
  transform: translateY(-3px);
}

@media(max-width:991px) {

  .cta-wrapper {
    padding: 40px 25px;
    text-align: center;
  }

  .cta-buttons {
    margin-top: 30px;
  }
}

/* HTML: <div class="loader"></div> */
#page-loader {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  transition: opacity .5s ease, visibility .5s ease;
}

#page-loader.hide {
  opacity: 0;
  visibility: hidden;
}

.iti {
  width: 100%;
}

/* Your Loader */
.loader {
  width: 400px;
  aspect-ratio: 1;
  display: flex;
}

.loader:before,
.loader:after {
  content: "";
  flex: 1;
  background: #0068b9;
  animation: l21 2s infinite;
  border-radius: 100px 0 0 100px;
  transform-origin: top right;
  transform: translateY(calc(var(--s, 1)*0%)) rotate(0);
}

.loader:after {
  transform-origin: bottom left;
  border-radius: 0 100px 100px 0;
  --s: -1;
}

@keyframes l21 {
  33% {
    transform: translate(0, calc(var(--s, 1)*50%)) rotate(0);
  }

  66% {
    transform: translate(0, calc(var(--s, 1)*50%)) rotate(-90deg);
  }

  90%,
  100% {
    transform: translate(calc(var(--s, 1)*-100%), calc(var(--s, 1)*50%)) rotate(-90deg);
  }
}

/* banner image zoom */
.banner-slide-item {
  overflow: hidden;
  position: relative;
}

.zoom-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: slowZoom 2.5s linear infinite;
  transform-origin: center center;
}

@keyframes slowZoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.3);
  }
}


/* new 3 section add  */

/* ===== Modern Services Section ===== */
.services-section-modern {
  background: linear-gradient(135deg, #05264e 0%, #0068b9 50%, #1a2a6c 100%);
  position: relative;
  overflow: hidden;
  padding: 90px 0;
}

/* Animated background orbs */
.services-section-modern::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.services-section-modern::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 127, 0, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

/* Section header */
.services-header-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 6px 20px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
}

.services-header-badge::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7f00;
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}

/* Service Cards */
.service-card-modern {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 36px 28px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: default;
}

.service-card-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff7f00, #0068b9);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 20px 20px 0 0;
}

.service-card-modern:hover {
  transform: translateX(-10px) scale(1.05);
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 127, 0, 0.2);
}

.service-card-modern:hover::before {
  opacity: 1;
}

/* Card Number Badge */
.service-card-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  user-select: none;
  transition: color 0.4s ease;
}

.service-card-modern:hover .service-card-number {
  color: rgba(255, 127, 0, 0.1);
}

/* Icon Area */
.service-icon-modern {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 127, 0, 0.2) 0%, rgba(0, 104, 185, 0.2) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.4s ease;
}

.service-card-modern:hover .service-icon-modern {
  transform: scale(1.15) rotate(5deg);
  background: linear-gradient(135deg, rgba(255, 127, 0, 0.35) 0%, rgba(0, 104, 185, 0.35) 100%);
}

.service-icon-modern img {
  max-width: 34px;
  max-height: 34px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Card title */
.service-card-modern h5 {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.2px;
}

/* Card description */
.service-card-modern p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 0;
}

/* Bottom arrow indicator */
.service-card-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 127, 0, 0.8);
  margin-top: 20px;
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.35s ease;
}

.service-card-modern:hover .service-card-arrow {
  opacity: 1;
  transform: translateY(0);
}

/* Divider line under heading */
.services-heading-line {
  width: 50px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #ff7f00, #0068b9);
  margin: 0 auto 1.5rem;
}

/* Modern Custom CSS */
:root {
  --glass-bg: rgba(255, 255, 255, 0.15);
  --glass-border: rgba(255, 255, 255, 0.3);
  --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  --modern-radius: 16px;
  --transition-speed: 0.3s;
}

#country-select {
  height: 38px;
  /* Match Bootstrap input height */
  padding: 6px 12px;
}

.select2-container--default .select2-selection--single {
  height: 38px !important;
  display: flex;
  align-items: center;
  border-radius: 8px !important;
  border: 1px solid #dee2e6 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered img {
  vertical-align: middle;
  height: 18px;
  width: 25px;
  margin-right: 5px;
  border-radius: 2px;
}

.select2-selection__rendered {
  line-height: normal !important;
  display: flex;
  align-items: center;
}

.select2-selection__arrow {
  height: 38px !important;
}

.select2-container--open .select2-dropdown--below {
  width: 130px !important;
  border-radius: 8px !important;
  border: none !important;
  box-shadow: var(--glass-shadow);
}

/* Hero Section Glassmorphism */
.hero-banner-search {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
  border-radius: var(--modern-radius);
}

.banner-box .form-control {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.9);
  transition: all var(--transition-speed);
}

.banner-box .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
  background: #fff;
}

/* Gradient overlay for hero text */
.hero-text-overlay {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel-item img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}

.service-item,
.destination-blocks,
.testimonial-content-box,
.popular-card {
  transition: all 0.3s ease;
}

/* Cards & Hover Effects */
.room-card,
.service-item,
.testimonial-content-box {
  border-radius: var(--modern-radius);
  transition: transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
  border: none;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.service-item:hover,
.destination-blocks:hover,
.testimonial-content-box:hover,
.popular-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  transform: translateX(-10px) scale(1.05);
}

/* Dynamic Buttons & Pills */
.nav-pills .nav-link {
  border-radius: 50rem;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.nav-pills .nav-link.active {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.nav-pills .nav-link.active a {
  color: #fff !important;
}


/* Services Section */
.top-services {
  background: linear-gradient(135deg, var(--bs-primary) 0%, #1a2a6c 100%);
}

.service-item {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}

.icon-box-service {
  background: rgba(255, 255, 255, 0.7);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}

/* Buttons */
.btn-primary {
  border-radius: 8px;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  transition: all var(--transition-speed);
  box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb), 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(var(--bs-primary-rgb), 0.4);
}

.destination-section {
  padding: 0px 0 30px;
  overflow: hidden;
}

/* .destination-section h2{
    font-size:clamp(50px,8vw,120px);
    font-weight:900;
    color:#1f56e0;
    line-height:1;
}

.destination-section p{
    color:#667085;
} */

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 20px;
}

.marquee-left {
  animation: scrollLeft 70s linear infinite;
}

.marquee-right {
  animation: scrollRight 70s linear infinite;
}

.marquee-wrapper:hover .marquee-track {
  animation-play-state: running !important;
}

.destination-card {
  width: 350px;
  height: 320px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-card .title {
  position: absolute;
  top: 16px;
  left: 0;
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 3px 10px rgba(0, 0, 0, .4);
  margin: 0 auto;
  right: 0;
  display: block;
  width: 100%;
  text-align: center;
}

.stats-card {
  background: #1454d4;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}

.stats-card h3 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 10px;
}

.stats-card p {
  color: #fff;
  margin: 0;
}

@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media(max-width:768px) {

  .destination-card {
    width: 170px;
    height: 170px;
  }

  .destination-card .title {
    font-size: 26px;
  }
}

/* Intl-tel-input full width */

/* ===== TRENDING DESTINATIONS ===== */
.trending-section {
  padding: 0 0 60px 0;
  background: #ffffff;
}

.trending-card {
  position: relative;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: none;
}

.trending-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 104, 185, 0.15);
}

.trending-img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.trending-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.trending-card:hover .trending-img-wrap img {
  transform: scale(1.08);
}

.trending-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #0068b9, #2ea4ff);
  color: #fff;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
  box-shadow: 0 4px 10px rgb(0 104 185 / 30%);
}

.trending-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 24px;
  background: linear-gradient(to top, rgba(14, 30, 43, 0.95) 0%, rgba(14, 30, 43, 0.6) 50%, transparent 100%);
  color: #fff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 60%;
  transition: padding 0.3s ease;
}

.trending-card:hover .trending-overlay {
  padding-bottom: 35px;
}

.trending-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}

.trending-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.trending-price {
  font-size: 1.25rem;
  font-weight: 800;
  color: #cdcdcd;
}

.trending-rating {
  color: #0068b9;
  font-size: 0.9rem;
}

.trending-rating span {
  color: rgba(255, 255, 255, 0.7);
  margin-left: 4px;
}

.trending-explore-btn {
  margin-top: 15px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.35s ease;
  background: var(--bs-primary);
  border: none;
  color: white !important;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 8px 18px;
  border-radius: 8px;
  align-self: flex-start;
}

.trending-card:hover .trending-explore-btn {
  opacity: 1;
  transform: translateY(0);
}

/* ===== WHY BOOK WITH 360 TRIP ===== */
.why-book-section {
  background: linear-gradient(180deg, #f8fafd 0%, #ffffff 100%);
  padding: 0px 0;
  position: relative;
}

.why-grid-card {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 104, 185, 0.02);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.why-grid-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 104, 185, 0.08);
  border-color: rgba(0, 104, 185, 0.15);
}

.why-icon-container {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: rgba(0, 104, 185, 0.06);
  color: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 25px;
  transition: all 0.4s ease;
}

.why-grid-card:hover .why-icon-container {
  background: var(--bs-primary);
  color: #ffffff;
  transform: rotateY(180deg);
}

.why-grid-card h4 {
  color: #05264e;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.why-grid-card p {
  color: #5d6f7d;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* ===== TRAVEL BLOG SECTION ===== */
.blog-section {
  padding: 60px 0;
  background: #ffffff;
}

.blog-item-card {
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
}

.blog-item-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 104, 185, 0.1);
}

.blog-img-box {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}

.blog-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-item-card:hover .blog-img-box img {
  transform: scale(1.08);
}

.blog-category-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(14, 30, 43, 0.85);
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  backdrop-filter: blur(5px);
  z-index: 2;
}

.blog-card-body {
  padding: 25px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-item-meta {
  display: flex;
  gap: 12px;
  color: #5d6f7d;
  font-size: 0.85rem;
  margin-bottom: 12px;
  font-weight: 500;
}

.blog-item-meta span i {
  color: var(--bs-primary);
  margin-right: 4px;
}

.blog-item-title {
  font-size: 1.25rem;
  color: #05264e;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.blog-item-title a {
  color: inherit;
  text-decoration: none;
}

.blog-item-card:hover .blog-item-title {
  color: var(--bs-primary);
}

.blog-item-desc {
  color: #5d6f7d;
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 20px;
  flex-grow: 1;
}

.blog-author-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #f0f3f6;
  margin-top: auto;
}

.blog-author-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-author-img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-author-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: #05264e;
}

.blog-read-link {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--bs-primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.25s ease;
}

.blog-item-card:hover .blog-read-link {
  gap: 8px;
}

/* ==========================================================================
   LUXURY COUNTRY DETAILS BANNER SECTION (Matching Reference Design 1:1)
   ========================================================================== */

.country-banner-section {
  background-color: #f4f6f9;
}

.country-banner-card {
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
  min-height: 520px;
}

/* Left Poster Column */
.country-banner-poster {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 480px;
}

.poster-overlay {
  background: linear-gradient(165deg, rgba(8, 20, 38, 0.55) 0%, rgba(6, 14, 27, 0.4) 100%);
  height: 100%;
  width: 100%;
}

.country-main-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: 3.5px;
  color: #F3E5AB;
  background: linear-gradient(135deg, #FFF5D2 0%, #D4AF37 50%, #F5D77F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 25px rgba(0, 0, 0, 0.4);
  line-height: 1.1;
}

.country-sub-location {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 6px;
  text-transform: uppercase;
}

/* Gold Accent Divider */
.gold-accent-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.gold-accent-divider .divider-line {
  height: 1px;
  width: 35px;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.8), rgba(212, 175, 55, 0.2));
}

.gold-accent-divider .divider-line:last-child {
  background: linear-gradient(270deg, rgba(212, 175, 55, 0.8), rgba(212, 175, 55, 0.2));
}

.gold-accent-divider .divider-diamond {
  color: #D4AF37;
  font-size: 0.65rem;
}

/* Script Tagline */
.luxury-script-tagline {
  font-size: 1.65rem;
  color: #ffffff;
  font-style: italic;
  letter-spacing: 0.5px;
}

/* Region Badge Pill */
.region-badge-pill {
  background: rgba(10, 22, 40, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 30px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
}

/* Right Info Panel */
.country-info-panel {
  background-color: #FCFBF7 !important;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}

@media (max-width: 991.98px) {
  .country-info-panel {
    border-radius: 0 0 28px 28px;
  }
}

.clock-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 1.2px;
  color: #1E293B;
  font-weight: 800;
}

.live-clock-digits {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2.2rem, 3.8vw, 3rem);
  font-weight: 800;
  color: #0A192F;
  letter-spacing: -1px;
  line-height: 1;
}

.live-clock-ampm {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #B8860B;
  background: #FAF5E8;
  border: 1px solid #E6DEC9;
  border-radius: 8px;
  padding: 3px 8px;
}

.live-clock-date {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #475569;
}

/* Timezone Pill Bar */
.timezone-pill-bar {
  background: #FAF8F2;
  border: 1px solid #EAE3D2;
  border-radius: 14px;
}

.globe-icon-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #C5A059;
  color: #C5A059;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  background: #FFFFFF;
}

/* Quick Fact Cards */
.fact-card {
  background: #FFFFFF;
  border: 1px solid #EBE5D8;
  border-radius: 16px;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.fact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(184, 134, 11, 0.12);
  border-color: #D4AF37;
}

.fact-icon {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fact-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #64748B;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.fact-value {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  font-weight: 800;
  color: #0F172A;
  line-height: 1.2;
}

.fact-subtext {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  color: #64748B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Info Panel Footer */
.info-panel-footer {
  min-height: 45px;
}

.skyline-silhouette-svg {
  opacity: 0.85;
}

.footer-script-text {
  font-family: 'Great Vibes', cursive;
  font-size: 1.4rem;
  color: #1E293B;
  line-height: 1.1;
}

.footer-caps-subtext {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #B8860B;
  text-transform: uppercase;
  margin-top: 2px;
}

/* Top Attractions Gallery Scroll */
.attraction-scroll-wrapper {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

.attraction-scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}

.attraction-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

.attraction-card-item {
  flex: 0 0 135px;
  text-align: center;
  text-decoration: none !important;
}

.attraction-card-img-wrap {
  width: 135px;
  height: 110px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.attraction-card-item:hover .attraction-card-img-wrap {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
}

.attraction-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.attraction-card-item:hover .attraction-card-img-wrap img {
  transform: scale(1.08);
}

.attraction-card-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Top Experiences Grid */
.experience-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

@media (max-width: 576px) {
  .experience-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.experience-grid-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1 / 0.85;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-decoration: none !important;
}

.experience-grid-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.experience-grid-card:hover img {
  transform: scale(1.1);
}

.experience-grid-card .exp-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.85) 100%);
  display: flex;
  align-items: flex-end;
  padding: 10px;
}

.experience-grid-card .exp-title {
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
span.text-dark.fs-12 {
    font-size: 14px;
}

/* ==========================================================================
   MODERN GRADIENT QUICK FACTS SIDEBAR CARD
   ========================================================================== */
.quick-facts-dark-card {
  position: relative;
  background: linear-gradient(145deg, #0a192f 0%, #0d2847 45%, #133965 100%);
  border-radius: 24px;
  padding: 24px 20px;
  color: #ffffff;
  box-shadow: 0 15px 35px rgba(10, 25, 47, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.quick-facts-dark-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(255, 127, 0, 0.25) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.quick-facts-dark-card::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(0, 104, 185, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.header-icon-badge {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 127, 0, 0.25) 0%, rgba(255, 191, 0, 0.15) 100%);
  border: 1px solid rgba(255, 179, 0, 0.4);
  color: #ffb700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
}

.quick-fact-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 10px 12px;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.quick-fact-card:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 183, 0, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.quick-fact-icon-box {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffb700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.quick-fact-card:hover .quick-fact-icon-box {
  background: linear-gradient(135deg, #ff7f00 0%, #ffa000 100%);
  color: #0a192f;
  border-color: #ffb700;
}

.quick-fact-label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  margin-bottom: 2px;
}

.quick-fact-value {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
}