/* ===================================
    Crafto - Hotel and resort
====================================== */
/* font */
@import url("https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* variable */
:root {
  --base-color: #c68e3b;
  --medium-gray: #817f7c;
  --very-light-gray: #f4f1ed;
  --alt-font: "Janna LT", sans-serif;
  --primary-font: "Janna LT", sans-serif;
}
/* reset */
body {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.3px;
}
html {
  overflow-x: hidden;
}
section.half-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.icon-extra-large {
  font-size: 53px;
}
.mt-minus-5 {
  margin-top: -5%;
}
h2 {
  line-height: 3.3rem;
}
h3 {
  line-height: 2.9rem;
}
h5 {
  line-height: 2.5rem;
}
h6 {
  line-height: 2.2rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 20px;
}
/* header */
header .navbar-brand {
  padding: 20px 0;
}
header .navbar-brand img {
  max-height: 54px;
}
.navbar .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 600;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
  font-size: 17px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
  width: 280px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
  font-size: 15px;
}
.center-logo .navbar-left,
.center-logo .navbar-right {
  width: 40%;
}
/* btn */
.btn {
  font-weight: 600;
  text-transform: inherit;
  font-family: var(--primary-font);
  letter-spacing: 0;
}
.btn.btn-switch-text.btn-extra-large > span {
  font-size: 18px;
  padding: 16px 34px;
}
.btn.btn-switch-text.btn-large > span {
  font-size: 16px;
  padding: 13px 25px;
}
.btn.btn-switch-text.btn-medium > span {
  font-size: 15px;
  padding: 11px 20px;
}
.btn.btn-switch-text.btn-small > span {
  font-size: 14px;
  padding: 10px 20px;
}
.btn.btn-switch-text.btn-very-small > span {
  font-size: 12px;
  padding: 8px 15px;
}
.btn.btn-hover-animation-switch .btn-icon {
  margin-left: 5px;
}
/* page title */
.page-title-large h1 {
  font-size: 4.375rem;
  line-height: 5.313rem;
}
/* banner highlight separator */
.highlight-separator[data-shadow-animation] span img {
  height: 8px;
  bottom: 10px;
}
/* bg transparent */
.bg-transparent-base-color {
  background-color: rgba(160, 135, 91, 0.2) !important;
}
.bg-gradient-dark-transparent {
  background: #ffffff00;
  background: -webkit-linear-gradient(top, #ffffff00, #131313);
  background: -moz-linear-gradient(top, #ffffff00, #131313);
  background: linear-gradient(to bottom, #ffffff00, #131313);
}
/* border color */
.border-color-transparent-base-color {
  border-color: rgba(160, 135, 91, 0.2) !important;
}
.border-color-transparent-dark-very-light {
  border-color: rgba(112, 112, 112, 0.2) !important;
}
/* tab style 07 */
.tab-style-07 .nav-tabs .nav-item .nav-link {
  border-color: rgba(112, 112, 112, 0.2) !important;
}
.tab-style-07 .nav-tabs .nav-item .nav-link span > span {
  color: var(--base-color);
}
/* swiper slider */
.slider-navigation-style-01.swiper-button-next {
  right: 30px;
}
.slider-navigation-style-01.swiper-button-prev {
  left: 30px;
}
/* tab style 08 */
.tab-style-08 ul .nav-item .nav-link {
  color: var(--dark-gray);
}
.tab-style-08 ul .nav-item .nav-link.active,
.tab-style-08 ul .nav-item .nav-link.show,
.tab-style-08 ul .nav-item .nav-link:hover {
  color: var(--dark-gray);
}
/* footer */
footer .nav-link {
  color: var(--dark-gray);
  line-height: normal;
}
footer .elements-social li {
  margin: 0 12px 0 0;
}
@media (max-width: 1399px) {
  .tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 40px 35px;
  }
}
@media (max-width: 1199px) {
  .tab-style-07 {
    border-right: 1px solid rgba(112, 112, 112, 0.2);
  }
  .navbar.center-logo .navbar-left,
  .navbar.center-logo .navbar-right {
    width: 37%;
  }
  .tab-style-08 ul .nav-item .nav-link {
    padding: 25px 40px;
  }
}
@media (max-width: 991px) {
  .tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 35px 25px;
  }
  .navbar.center-logo .navbar-left,
  .navbar.center-logo .navbar-right {
    width: 100%;
  }
  header.sticky .navbar-brand,
  header .navbar-brand {
    padding: 15px 0;
  }
  .tab-style-08 ul .nav-item .nav-link {
    padding: 20px 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .tab-style-07 .nav-tabs .nav-item .nav-link .number-box {
    right: 40px;
  }
  .tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 25px 25px;
  }
  .tab-style-07 {
    border-right: 0;
  }
  .slider-navigation-style-01.swiper-button-next {
    right: 15px;
  }
  .slider-navigation-style-01.swiper-button-prev {
    left: 15px;
  }
  .tab-style-08 ul .nav-item .tab-border {
    top: inherit;
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .pricing-table-style-13 li {
    text-align: left;
  }
  .btn.btn-switch-text.btn-medium > span {
    padding: 10px 18px;
  }
}

/* =====================================================
   Horizontal Timeline Slider
   ===================================================== */
.horizontal-timeline {
  padding: 80px 0;
  background-color: #fff;
}
.slider-horizontal-timeline {
  padding: 20px 0;
}

/* Alternating card direction - default: card below the line */
.horizontal-timeline-slide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-top: 50px;
}
/* card above the line */
.horizontal-timeline-slide.timeline-top {
  padding-top: 0;
  padding-bottom: 50px;
  align-items: flex-end;
}

/* The continuous horizontal line */
.horizontal-timeline-slide::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, #e8e0d3, #c9a96e, #e8e0d3);
  z-index: 1;
  transform: translateY(-50%);
}

/* Card wrapper */
.timeline-card-wrapper {
  position: relative;
  width: 85%;
  z-index: 2;
}

/* Dot on the line */
.timeline-point {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-color: #c9a96e;
  border-radius: 50%;
  z-index: 3;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 4px rgba(201, 169, 110, 0.2);
}
/* Dot position: below-the-line slides → dot sits at top of wrapper */
.horizontal-timeline-slide:not(.timeline-top) .timeline-point {
  top: -47px;
}
/* Dot position: above-the-line slides → dot sits at bottom of wrapper */
.horizontal-timeline-slide.timeline-top .timeline-point {
  bottom: -47px;
  top: auto;
}

/* The card itself */
.timeline-card {
  background: #fff;
  border-radius: 8px;
  padding: 28px 24px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f2ede6;
  border-top: 3px solid #c9a96e;
  text-align: right;
  min-height: 200px;
}
.timeline-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
}

/* Hover effect on dot */
.timeline-card-wrapper:hover .timeline-point {
  transform: translateX(-50%) scale(1.4);
  box-shadow: 0 0 0 8px rgba(201, 169, 110, 0.15);
}

/* Large ghost year number behind content */
.timeline-year-bg {
  position: absolute;
  bottom: -10px;
  left: -5px;
  font-size: 72px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.03);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

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

/* Year label inside card */
.timeline-year-title {
  font-size: 26px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

/* Items list */
.timeline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline-list li {
  font-size: 14px;
  color: #777;
  margin-bottom: 8px;
  line-height: 1.65;
  position: relative;
  padding-right: 16px;
}
.timeline-list li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #c9a96e;
  border-radius: 50%;
  flex-shrink: 0;
}

/* =====================================================
   Vertical Timeline - White Version (vtl)
   Matches the screenshot design with white background
   ===================================================== */

/* Each row: content | divider+dot | year */
.vtl-item {
  display: flex;
  align-items: stretch;
  direction: rtl;
  min-height: 100px;
  padding: 0;
}

/* Content column - appears on the LEFT (content side) */
.vtl-content {
  flex: 1;
  padding: 30px 40px 30px 0;
  text-align: right;
  order: 3;
}

/* Center column: vertical bar + dot - CENTER */
.vtl-line-col {
  position: relative;
  width: 2px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  order: 2;
}
.vtl-bar {
  flex: 1;
  width: 2px;
  background-color: #c9a96e;
}
.vtl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #c9a96e;
  flex-shrink: 0;
  margin-top: 34px;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vtl-item:hover .vtl-dot {
  transform: scale(1.4);
  box-shadow: 0 0 0 6px rgba(201, 169, 110, 0.18);
}
.vtl-last .vtl-bar {
  display: none;
}

/* Year column - appears on the RIGHT */
.vtl-year-col {
  width: 120px;
  flex-shrink: 0;
  padding: 26px 0 26px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 30px;
  order: 1;
}
.vtl-year {
  font-size: 34px;
  font-weight: 800;
  color: #232323;
  letter-spacing: -1px;
  line-height: 1;
  transition: color 0.3s ease;
}
.vtl-item:hover .vtl-year {
  color: #c9a96e;
}

/* List inside content */
.vtl-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vtl-list li {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 6px;
  padding-right: 16px;
  position: relative;
}
.vtl-list li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c9a96e;
}

/* Separator between items */
.vtl-item + .vtl-item .vtl-content {
}

/* --- Organizational Chart --- */
.org-chart-section {
  background-color: #fff;
  /* padding: 80px 0; */
  overflow-x: auto;
  direction: rtl;
}
.org-chart-wrapper {
  min-width: 1000px;
  margin: 0 auto;
  font-family: inherit;
  position: relative;
}
.org-badge {
  background-color: #d8a05c;
  color: #333;
  padding: 6px 30px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.org-title {
  font-weight: 700;
  color: #333;
  font-size: 15px;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.org-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15%;
  right: 15%;
  height: 2px;
  background-color: #d8a05c;
}
.org-text {
  font-size: 13px;
  color: #555;
  margin: 0 0 4px 0;
  line-height: 1.4;
}
.org-line-v {
  width: 1px;
  background-color: #d3d3d3;
  margin: 0 auto;
}
.org-line-h {
  height: 1px;
  background-color: #d3d3d3;
  position: absolute;
}
