*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

:root {
  --font-display: 'Inter Tight', sans-serif;
  --font-body: 'Inter', sans-serif;
  --white-color: #fff;
  --black-color: #050505;
  --color-text-main: #0e0e0e;
  --color-text-muted: #6d6d6d;
  --color-bg: #ffffff;
  --primary-color: #f38121;
  --primary-color-hover: #da6e14;
  --color-border: #e8e8e8;
  --color-bg-alt: #f7f7f5;
  --color-bg-dark: #0e0e0e;
  --color-success: #2d7a4f;
  --transition: 0.3s ease;
}

/*================================================
02. Mixins Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-main);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--color-text-main);
}

p {
  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
}

input {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.pb-130 {
  padding-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-140 {
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .pb-140 {
    padding-bottom: 80px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-130 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-130 {
    padding-top: 80px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-150 {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .pt-150 {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pt-140 {
  padding-top: 140px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-140 {
    padding-top: 110px;
  }
}
@media (max-width: 991px) {
  .pt-140 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .pt-140 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}

.pt-100 {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 70px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

.mt-140 {
  margin-top: 140px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-140 {
    margin-top: 110px;
  }
}
@media (max-width: 991px) {
  .mt-140 {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .mt-140 {
    margin-top: 80px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-110 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-110 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-110 {
    margin-bottom: 60px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mb-120 {
    margin-bottom: 70px;
  }
}

.mb-130 {
  margin-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-130 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-130 {
    margin-bottom: 90px;
  }
}

.mb-140 {
  margin-bottom: 140px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-140 {
    margin-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .mb-140 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .mb-140 {
    margin-bottom: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}

.pt-70 {
  padding-top: 70px;
}
@media (max-width: 991px) {
  .pt-70 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .pt-70 {
    padding-top: 50px;
  }
}

.pb-70 {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .pb-70 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .pb-70 {
    padding-bottom: 50px;
  }
}

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

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .mb-70 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .mt-70 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .mt-70 {
    margin-top: 50px;
  }
}

#scroll-percentage {
  --progress-bg: #f8f8f8;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 200ms linear;
}
@media (max-width: 576px) {
  #scroll-percentage {
    right: 15px;
    bottom: 20px;
  }
}
#scroll-percentage.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#scroll-percentage #scroll-percentage-value {
  color: var(--color-text-main);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: 0.2s;
}
#scroll-percentage .arrow {
  fill: var(--color-text-main);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  pointer-events: none;
  /* click div handles */
}
#scroll-percentage {
  /* when 100% -> show arrow, hide percent */
}
#scroll-percentage.is-complete #scroll-percentage-value {
  opacity: 0;
  visibility: hidden;
}
#scroll-percentage.is-complete .arrow {
  opacity: 1;
  visibility: visible;
}

/*=====================================
  Breadcrumb Section CSS
========================================*/
.breadcrumb-section {
  position: relative;
  padding: 170px 0 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../img/breadcrumb-bg.jpg);
}
@media (max-width: 1399px) {
  .breadcrumb-section {
    padding: 250px 0 150px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb-section {
    padding: 230px 0 130px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-section {
    padding: 170px 0 100px;
  }
}
.breadcrumb-section .banner-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.breadcrumb-section .banner-content h1 {
  color: var(--white-color);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .breadcrumb-section .banner-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 1399px) {
  .breadcrumb-section .banner-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb-section .banner-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-section .banner-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section .banner-content h1 {
    font-size: 43px;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section .banner-content h1 {
    font-size: 34px;
    line-height: 1.3;
  }
}
.breadcrumb-section .banner-content .breadcrumb-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumb-section .banner-content .breadcrumb-list li {
  color: var(--white-color);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .breadcrumb-section .banner-content .breadcrumb-list li {
    font-size: 15px;
    line-height: 1.4;
  }
}
.breadcrumb-section .banner-content .breadcrumb-list li a {
  color: var(--white-color);
  transition: 0.5s;
}
.breadcrumb-section .banner-content .breadcrumb-list li svg {
  fill: var(--primary-color);
}
.breadcrumb-section .banner-content .batch span {
  color: var(--white-color);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  padding: 14px 30px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(150px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
}
@media (max-width: 991px) {
  .breadcrumb-section .banner-content .batch span {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section .banner-content .batch span {
    padding: 14px 20px;
    font-size: 16px;
  }
}

/* ========== HERO SLIDER ========== */
.hero-slider {
  position: relative;
  background-color: var(--color-bg-dark);
}
.hero-slider .hero-swiper {
  width: 100%;
  height: 100vh;
  min-height: 600px;
}
@media (max-width: 767px) {
  .hero-slider .hero-swiper {
    min-height: 560px;
    height: 82vh;
  }
}
@media (max-width: 576px) {
  .hero-slider .hero-swiper {
    min-height: 520px;
  }
}
.hero-slider .hero-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-bg-dark), #2b261d);
}
.hero-slider .hero-swiper .swiper-slide .hero-slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.05);
  transition: transform 6s ease-out;
}
.hero-slider .hero-swiper .swiper-slide::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(135deg, rgba(14, 14, 14, 0.65) 0%, rgba(14, 14, 14, 0.2) 100%);
  z-index: 1;
}
.hero-slider .hero-swiper .swiper-slide .hero-slide-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
.hero-slider .hero-swiper .swiper-slide .hero-slide-content .hero-slide-inner {
  max-width: 680px;
}
.hero-slider .hero-swiper .swiper-slide .hero-slide-content .hero-slide-inner .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-color);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.hero-slider .hero-swiper .swiper-slide .hero-slide-content .hero-slide-inner .hero-badge i,
.hero-slider .hero-swiper .swiper-slide .hero-slide-content .hero-slide-inner .hero-badge svg {
  flex: 0 0 auto;
}
.hero-slider .hero-swiper .swiper-slide .hero-slide-content .hero-slide-inner h1 {
  font-size: clamp(36px, 5.5vw, 68px);
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
}
.hero-slider .hero-swiper .swiper-slide .hero-slide-content .hero-slide-inner p {
  font-size: 17px;
  line-height: 1.7;
  color: #f8f8f8;
  margin-bottom: 32px;
  max-width: 520px;
}
.hero-slider .hero-swiper .swiper-slide .hero-slide-content .hero-slide-inner .hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-slider .hero-swiper .swiper-slide .hero-slide-content .hero-slide-inner .hero-btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
  text-decoration: none;
}
.hero-slider .hero-swiper .swiper-slide .hero-slide-content .hero-slide-inner .hero-btns .btn-primary-custom {
  background: var(--primary-color);
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: 600;
  padding: 20px 32px;
  border-radius: 8px;
  font-family: var(--font-body);
  transition: all var(--transition);
  cursor: pointer;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero-slider .hero-swiper .swiper-slide .hero-slide-content .hero-slide-inner .hero-btns .btn-primary-custom:hover {
  color: #fff;
  background: var(--primary-color-hover);
}
.hero-slider .hero-swiper .swiper-slide .hero-slide-content .hero-slide-inner .hero-btns .btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 600;
  padding: 13px 30px;
  border-radius: 8px;
  font-family: var(--font-body);
  transition: all var(--transition);
  cursor: pointer;
}
.hero-slider .hero-swiper .swiper-slide .hero-slide-content .hero-slide-inner .hero-btns .btn-ghost:hover {
  background: #fff;
  color: var(--color-text-main);
  border-color: #fff;
}
.hero-slider .hero-swiper .swiper-pagination {
  bottom: 40px;
  text-align: left;
  left: 5%;
  bottom: 24px;
}
.hero-slider .hero-swiper .swiper-pagination-bullet {
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: all var(--transition);
}
.hero-slider .hero-swiper .swiper-pagination-bullet-active {
  width: 52px;
  background: var(--primary-color);
}
.hero-slider .hero-swiper .swiper-slide-active .hero-slide-image {
  transform: scale(1);
}
.hero-slider .hero-nav {
  position: absolute;
  bottom: 36px;
  right: 5%;
  z-index: 10;
  display: flex;
  gap: 8px;
}
.hero-slider .hero-nav button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: all var(--transition);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-slider .hero-nav button:hover {
  background: #fff;
  color: var(--color-text-main);
  border-color: #fff;
}

.hero-slider-empty {
  padding: 40px 24px;
  border: 1px dashed var(--color-border);
  color: var(--color-text-muted);
  background-color: var(--color-bg-alt);
  text-align: center;
}

/* ========== FEATURED PROJECTS ========== */
.project-grid,
.featured-projects {
  background: var(--color-bg);
}
.project-grid .section-header .reveal,
.featured-projects .section-header .reveal {
  max-width: 620px;
}
@media (max-width: 767px) {
  .project-grid .section-header,
  .featured-projects .section-header {
    align-items: flex-start !important;
  }
}
.project-grid .section-line,
.featured-projects .section-line {
  width: 56px;
  height: 2px;
  background: var(--primary-color);
  margin-bottom: 16px;
}
.project-grid .section-label,
.featured-projects .section-label {
  display: inline-block;
  color: var(--primary-color);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.project-grid .section-title,
.featured-projects .section-title {
  color: var(--color-text-main);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .project-grid .section-title,
  .featured-projects .section-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .project-grid .section-title,
  .featured-projects .section-title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .project-grid .section-title,
  .featured-projects .section-title {
    font-size: 28px;
  }
}
.project-grid .section-desc,
.featured-projects .section-desc {
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 560px;
}
@media (max-width: 576px) {
  .project-grid .section-desc,
  .featured-projects .section-desc {
    font-size: 15px;
  }
}
.project-grid .view-all-link,
.featured-projects .view-all-link {
  color: var(--color-text-main);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  transition: color var(--transition);
}
.project-grid .view-all-link i,
.featured-projects .view-all-link i {
  color: var(--primary-color);
  transition: transform var(--transition);
}
.project-grid .view-all-link:hover,
.featured-projects .view-all-link:hover {
  color: var(--primary-color);
}
.project-grid .view-all-link:hover i,
.featured-projects .view-all-link:hover i {
  transform: translateX(4px);
}
.project-grid .project-result-count,
.featured-projects .project-result-count {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
}
.project-grid .project-result-count span,
.featured-projects .project-result-count span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 22px;
  border: 1px solid var(--color-border);
  border-radius: 30px;
  background: var(--color-bg-alt);
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.project-grid .load-more-btn .opulent-project-load-more,
.featured-projects .load-more-btn .opulent-project-load-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 16px 34px;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
  background: transparent;
  color: var(--color-text-main);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background-color var(--transition), color var(--transition), border-color var(--transition);
}
.project-grid .load-more-btn .opulent-project-load-more:hover, .project-grid .load-more-btn .opulent-project-load-more.disabled,
.featured-projects .load-more-btn .opulent-project-load-more:hover,
.featured-projects .load-more-btn .opulent-project-load-more.disabled {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: var(--white-color);
}
.project-grid .load-more-btn .opulent-project-load-more.disabled,
.featured-projects .load-more-btn .opulent-project-load-more.disabled {
  cursor: wait;
  pointer-events: none;
}
.project-grid .project-card,
.featured-projects .project-card {
  background: var(--color-bg);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.project-grid .project-card:hover,
.featured-projects .project-card:hover {
  box-shadow: 0 16px 48px rgba(14, 14, 14, 0.08);
  border-color: transparent;
}
.project-grid .project-card:hover .project-card-img img,
.featured-projects .project-card:hover .project-card-img img {
  transform: scale(1.06);
}
.project-grid .project-card-img,
.featured-projects .project-card-img {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--color-bg-alt);
}
@media (max-width: 576px) {
  .project-grid .project-card-img,
  .featured-projects .project-card-img {
    aspect-ratio: 16/11;
  }
}
.project-grid .project-card-img img,
.featured-projects .project-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.project-grid .project-badge,
.featured-projects .project-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--white-color);
  z-index: 2;
}
@media (max-width: 576px) {
  .project-grid .project-badge,
  .featured-projects .project-badge {
    top: 12px;
    left: 12px;
    max-width: calc(100% - 64px);
    line-height: 1.25;
  }
}
.project-grid .project-badge.badge-new,
.featured-projects .project-badge.badge-new {
  background: var(--primary-color);
}
.project-grid .project-badge.badge-uc,
.featured-projects .project-badge.badge-uc {
  background: var(--color-bg-dark);
}
.project-grid .project-badge.badge-ready,
.featured-projects .project-badge.badge-ready {
  background: var(--color-success);
}
.project-grid .project-card-body,
.featured-projects .project-card-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .project-grid .project-card-body,
  .featured-projects .project-card-body {
    padding: 18px;
  }
}
.project-grid .project-type,
.featured-projects .project-type {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--primary-color);
}
.project-grid .project-name,
.featured-projects .project-name {
  margin-bottom: 6px;
}
.project-grid .project-name a,
.featured-projects .project-name a {
  color: var(--color-text-main);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  transition: color var(--transition);
}
@media (max-width: 576px) {
  .project-grid .project-name a,
  .featured-projects .project-name a {
    font-size: 18px;
  }
}
.project-grid .project-name a:hover,
.featured-projects .project-name a:hover {
  color: var(--primary-color);
}
.project-grid .project-location,
.featured-projects .project-location {
  font-size: 13px;
  color: var(--color-text-muted);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 14px;
}
.project-grid .project-location .bi,
.featured-projects .project-location .bi {
  color: var(--primary-color);
  flex-shrink: 0;
}
.project-grid .project-meta,
.featured-projects .project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding-top: 14px;
  border-top: 1px solid var(--color-border);
  margin-top: auto;
  font-size: 12px;
  color: var(--color-text-muted);
}
.project-grid .project-meta span,
.featured-projects .project-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  line-height: 1.35;
}
.project-grid .project-meta .bi,
.featured-projects .project-meta .bi {
  color: var(--primary-color);
  font-size: 13px;
  flex-shrink: 0;
}
.project-grid .price-and-btn,
.featured-projects .price-and-btn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .project-grid .price-and-btn,
  .featured-projects .price-and-btn {
    align-items: flex-start;
    flex-direction: column;
  }
}
.project-grid .price-and-btn .price-area span,
.featured-projects .price-and-btn .price-area span {
  font-family: var(--font-display);
  color: var(--color-text-muted);
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.project-grid .price-and-btn .price-area .price,
.featured-projects .price-and-btn .price-area .price {
  margin-left: auto;
  font-weight: 600;
  color: var(--color-text-main);
  font-size: 14px;
  font-family: var(--font-display);
}
.project-grid .price-and-btn .view-btn,
.featured-projects .price-and-btn .view-btn {
  background-color: var(--primary-color);
  font-weight: 500;
  font-size: 11px;
  color: var(--white-color);
  line-height: 1;
  padding: 16px 24px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: background-color var(--transition), color var(--transition);
}
.project-grid .price-and-btn .view-btn:hover,
.featured-projects .price-and-btn .view-btn:hover {
  background-color: var(--primary-color-hover);
  color: var(--white-color);
}
.project-grid .property-empty-state,
.featured-projects .property-empty-state {
  padding: 34px 24px;
  border: 1px dashed var(--color-border);
  border-radius: 8px;
  background: var(--color-bg-alt);
  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.header-style1 {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  border-bottom: 1px solid rgba(238, 238, 238, 0.1);
  box-shadow: 0 6px 22px rgba(14, 14, 14, 0.04);
}
.header-style1 .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
}
@media (max-width: 991px) {
  .header-style1 .nav {
    min-height: 70px;
  }
}
.header-style1 .logo {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  flex-shrink: 0;
}
.header-style1 .logo img {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  .header-style1 .logo img {
    max-width: 145px;
    max-height: 48px;
  }
}
.header-style1 .mobile-logo {
  display: none;
}
.header-style1 .nav-links a {
  position: relative;
  color: var(--white-color);
  text-decoration: none;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  transition: color var(--transition);
}
.header-style1 .nav-links a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--primary-color);
  transition: width var(--transition);
}
.header-style1 .nav-links a:hover {
  color: var(--primary-color);
}
.header-style1 .nav-links a:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .header-style1 .header-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.header-style1 .header-right .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 25px;
  border-radius: 4px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: all var(--transition);
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .header-style1 .header-right .btn {
    display: none;
  }
}
.header-style1 .header-right .btn-primary {
  background: var(--primary-color);
  color: var(--white-color);
}
.header-style1 .header-right .btn-primary:hover {
  background: var(--primary-color-hover);
  color: var(--white-color);
  box-shadow: 0 10px 24px rgba(196, 162, 101, 0.28);
}
.header-style1 .header-right .hamburger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: 0;
  padding: 8px;
  position: relative;
  z-index: 100001;
}
@media (max-width: 991px) {
  .header-style1 .header-right .hamburger {
    display: flex;
  }
}
.header-style1 .header-right .hamburger span {
  width: 24px;
  height: 2px;
  background: var(--color-text-main);
  display: block;
  transition: transform var(--transition), opacity var(--transition);
}
.header-style1 .main-menu,
.header-style1 .main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-style1 .main-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.header-style1 .main-menu > li {
  display: inline-block;
  position: relative;
}
.header-style1 .main-menu li {
  position: relative;
}
.header-style1 .main-menu li.current-menu-item a, .header-style1 .main-menu li.current_page_item a, .header-style1 .main-menu li.current-menu-ancestor a, .header-style1 .main-menu li.current-menu-parent a, .header-style1 .main-menu li.current_page_ancestor a {
  color: var(--primary-color);
}
.header-style1 .main-menu li a {
  display: block;
  padding: 30px 0px;
}
.header-style1 .main-menu li.menu-item-has-children {
  transition: all var(--transition);
}
.header-style1 .main-menu li.menu-item-has-children > a {
  align-items: center;
  display: flex;
  gap: 8px;
}
.header-style1 .main-menu li.menu-item-has-children > a::before {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-size: 14px;
  line-height: 1;
  order: 2;
}
.header-style1 .main-menu li .sub-menu {
  background-color: var(--white-color);
  position: absolute;
  left: 0;
  width: 220px;
  top: 100%;
  padding: 0;
  border: 1px solid var(--color-border);
  transform-origin: top;
  display: none;
  box-shadow: 0 14px 32px rgba(14, 14, 14, 0.08);
}
.header-style1 .main-menu li .sub-menu li.current-menu-item a, .header-style1 .main-menu li .sub-menu li.current_page_item a, .header-style1 .main-menu li .sub-menu li.current-menu-ancestor a, .header-style1 .main-menu li .sub-menu li.current-menu-parent a, .header-style1 .main-menu li .sub-menu li.current_page_ancestor a {
  color: var(--primary-color);
}
.header-style1 .main-menu li .sub-menu li a {
  color: var(--color-text-main);
  border-bottom: 1px solid var(--color-border);
  padding: 10px 18px;
}
.header-style1 .main-menu li .sub-menu li a::after {
  height: 1px;
}
.header-style1 .main-menu li .sub-menu li:last-child > a {
  border-bottom: none;
}
.header-style1 .main-menu li .sub-menu li:last-child > a::after {
  height: 1px;
}
.header-style1 .main-menu li .sub-menu li.menu-item-has-children > a::before {
  content: "\f285";
  margin-left: auto;
}
.header-style1 .main-menu li .sub-menu li .sub-menu {
  left: 218px;
  top: 0;
}
.header-style1 .main-menu li .sub-menu li .sub-menu li a {
  border-bottom: 1px solid var(--color-border);
}
.header-style1 .main-menu li .sub-menu li .sub-menu li:last-child a {
  border-bottom: none;
}
@media (min-width: 992px) {
  .header-style1 .main-menu > li:hover > .sub-menu,
  .header-style1 .main-menu > li:focus-within > .sub-menu,
  .header-style1 .main-menu li .sub-menu li:hover > .sub-menu,
  .header-style1 .main-menu li .sub-menu li:focus-within > .sub-menu {
    display: block;
    animation: fade-down 0.3s linear;
  }
}
.header-style1.is-menu-open {
  height: 100vh;
}
.header-style1.is-menu-open .hamburger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header-style1.is-menu-open .hamburger span:nth-child(2) {
  opacity: 0;
}
.header-style1.is-menu-open .hamburger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
@media (max-width: 991px) {
  .header-style1.is-menu-open .nav-links {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 991px) {
  .header-style1.is-menu-open .mobile-menu-panel {
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .header-style1 .nav-links {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 99998;
    background: rgba(14, 14, 14, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--transition);
  }
  .header-style1 .mobile-menu-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: min(315px, 86vw);
    padding: 18px 18px 28px;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white-color);
    border-right: 1px solid var(--color-border);
    transform: translateX(-100%);
    transition: transform var(--transition);
    box-shadow: 12px 0 32px rgba(14, 14, 14, 0.16);
  }
  .header-style1 .mobile-logo {
    display: block;
    margin-bottom: 30px;
  }
  .header-style1 .mobile-logo img {
    display: block;
    max-width: 150px;
    height: auto;
  }
  .header-style1 .main-menu > li,
  .header-style1 .main-menu li {
    display: block;
    width: 100%;
  }
  .header-style1 .main-menu li a,
  .header-style1 .main-menu li .sub-menu li a {
    align-items: center;
    border-bottom: 1px solid var(--color-border);
    color: var(--color-text-main);
    display: flex;
    justify-content: space-between;
    padding: 13px 4px;
    width: 100%;
  }
  .header-style1 .main-menu li a::after,
  .header-style1 .main-menu li .sub-menu li a::after {
    display: none;
  }
  .header-style1 .main-menu li.menu-item-has-children > a::before,
  .header-style1 .main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
    content: "\f282";
    margin-left: auto;
    transition: transform var(--transition);
  }
  .header-style1 .main-menu li.menu-item-has-children.is-open > a::before {
    transform: rotate(180deg);
  }
  .header-style1 .main-menu li .sub-menu,
  .header-style1 .main-menu li .sub-menu li .sub-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: none;
    left: auto;
    padding: 0 0 0 14px;
    position: static;
    top: auto;
    width: 100%;
  }
  .header-style1 .main-menu li .sub-menu li:last-child a,
  .header-style1 .main-menu li .sub-menu li .sub-menu li:last-child a {
    border-bottom: 1px solid var(--color-border);
  }
  .header-style1 .main-menu li.menu-item-has-children.is-open > .sub-menu {
    display: block;
  }
}

@media (max-width: 991px) {
  body.menu-open {
    overflow: hidden;
  }
}

@keyframes fade-down {
  0% {
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
.main-footer {
  background: var(--color-text-main);
  color: rgba(255, 255, 255, 0.7);
  padding-top: 80px;
}
@media (max-width: 991px) {
  .main-footer {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .main-footer {
    padding-top: 55px;
  }
}
.main-footer .footer-brand {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  transition: color var(--transition);
}
@media (max-width: 576px) {
  .main-footer .footer-brand {
    font-size: 22px;
  }
}
.main-footer .footer-brand .brand-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(196, 162, 101, 0.14);
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.main-footer .footer-brand:hover {
  color: var(--primary-color);
}
.main-footer .footer-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 24px;
  max-width: 320px;
}
@media (max-width: 767px) {
  .main-footer .footer-desc {
    max-width: 100%;
  }
}
.main-footer .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.main-footer .footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  transition: all var(--transition);
}
.main-footer .footer-social a:hover {
  background: var(--primary-color);
  color: var(--color-text-main);
  transform: translateY(-2px);
}
.main-footer .footer-title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px;
}
.main-footer .footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--primary-color);
}
.main-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer .footer-links li {
  margin-bottom: 10px;
}
.main-footer .footer-links li:last-child {
  margin-bottom: 0;
}
.main-footer .footer-links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all var(--transition);
}
.main-footer .footer-links a .bi {
  font-size: 10px;
  opacity: 0;
  transition: all var(--transition);
}
.main-footer .footer-links a:hover {
  color: var(--primary-color);
  padding-left: 4px;
}
.main-footer .footer-links a:hover .bi {
  opacity: 1;
}
.main-footer .footer-contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.main-footer .footer-contact-item:last-of-type {
  margin-bottom: 0;
}
.main-footer .footer-contact-item .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  font-size: 16px;
  flex-shrink: 0;
}
.main-footer .footer-contact-item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}
.main-footer .footer-contact-item a {
  color: rgba(255, 255, 255, 0.6);
  transition: color var(--transition);
}
.main-footer .footer-contact-item a:hover {
  color: var(--primary-color);
}
.main-footer .footer-newsletter {
  max-width: 330px;
  margin-bottom: 30px;
}
.main-footer .footer-newsletter p {
  font-size: 13px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.main-footer .footer-newsletter .input-group {
  flex-wrap: nowrap;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 576px) {
  .main-footer .footer-newsletter .input-group {
    display: flex;
  }
}
.main-footer .footer-newsletter .form-control {
  background: rgba(255, 255, 255, 0.06);
  border: none;
  color: var(--white-color);
  padding: 14px 16px;
  font-size: 14px;
  min-width: 0;
}
.main-footer .footer-newsletter .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.main-footer .footer-newsletter .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.main-footer .footer-newsletter .form-control:focus {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}
.main-footer .footer-newsletter .btn-subscribe {
  background: var(--primary-color);
  color: var(--white-color);
  font-weight: 600;
  font-size: 16px;
  padding: 12px 20px;
  border: none;
  white-space: nowrap;
  transition: background-color var(--transition);
}
@media (max-width: 576px) {
  .main-footer .footer-newsletter .btn-subscribe {
    padding: 12px 16px;
  }
}
.main-footer .footer-newsletter .btn-subscribe:hover {
  background: var(--primary-color-hover);
}
.main-footer .footer-bottom {
  margin-top: 60px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 991px) {
  .main-footer .footer-bottom {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-bottom {
    margin-top: 35px;
    text-align: center;
  }
}
.main-footer .footer-bottom p {
  font-size: 13px;
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .main-footer .footer-bottom p {
    margin-bottom: 14px;
  }
}
.main-footer .footer-bottom-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
}
@media (max-width: 576px) {
  .main-footer .footer-bottom-links {
    gap: 8px 16px;
  }
}
.main-footer .footer-bottom-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  transition: color var(--transition);
}
.main-footer .footer-bottom-links a:hover {
  color: var(--primary-color);
}

.post-not-found {
  max-width: 460px;
  margin: 0 auto;
}
.post-not-found img {
  margin-bottom: 30px;
}
.post-not-found .inner-cnt h3 {
  display: block;
  color: #444;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
}
.post-not-found .inner-cnt p {
  display: block;
  margin-top: 10px;
  color: #7b7b7b;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.post-not-found .search-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  max-width: 320px;
  margin: 0 auto;
}
.post-not-found .search-box input {
  width: 100%;
  padding: 8px 20px;
  color: #9b9b9b;
  font-family: var(--font-body);
  font-size: 14px;
  height: 52px;
  border: 1px solid var(--color-border);
  border-radius: 30px;
  padding-left: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-not-found .search-box input {
    padding: 8px 15px;
  }
}
.post-not-found .search-box input:focus {
  border: 1px solid #ddd;
}
.post-not-found .search-box input::-moz-placeholder {
  color: rgba(14, 14, 14, 0.4);
}
.post-not-found .search-box input::placeholder {
  color: rgba(14, 14, 14, 0.4);
}
.post-not-found .search-box button {
  position: absolute;
  left: 0;
  min-width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  background-color: transparent;
  z-index: 1;
}
.post-not-found .search-box button i {
  color: var(--color-text-main);
  font-size: 22px;
  transition: 0.5s;
}

.booking-page {
  --booking-error: #dc3545;
  --booking-danger: #e74c3c;
  --booking-success-hover: #236642;
  min-height: 100vh;
  padding: 48px 0 80px;
  background: var(--color-bg);
}
@media (max-width: 991px) {
  .booking-page {
    padding: 42px 0 72px;
  }
}
@media (max-width: 576px) {
  .booking-page {
    padding: 28px 0 60px;
  }
}
.booking-page .booking-header {
  text-align: center;
  margin-bottom: 48px;
  padding: 0 18px;
}
@media (max-width: 576px) {
  .booking-page .booking-header {
    margin-bottom: 32px;
  }
}
.booking-page .booking-header .label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 16px;
  padding: 6px 18px;
  border: 1px solid var(--color-border);
  border-radius: 100px;
}
.booking-page .booking-header h1 {
  font-family: var(--font-display);
  font-size: clamp(30px, 5vw, 46px);
  font-weight: 500;
  line-height: 1.1;
  color: var(--color-text-main);
  margin-bottom: 10px;
}
.booking-page .booking-header p {
  font-size: 15px;
  color: var(--color-text-muted);
  max-width: 460px;
  margin: 0 auto;
  line-height: 1.7;
}
.booking-page .step-progress {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 560px;
  margin: 0 auto 52px;
  padding: 0 20px;
}
@media (max-width: 576px) {
  .booking-page .step-progress {
    margin-bottom: 36px;
    padding: 0 10px;
  }
}
.booking-page .step-item {
  display: flex;
  align-items: center;
  position: relative;
}
.booking-page .step-item:not(:last-child) {
  flex: 1;
}
.booking-page .step-item.active .step-circle, .booking-page .step-item.completed .step-circle {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: var(--white-color);
}
.booking-page .step-item.active .step-text {
  color: var(--color-text-main);
}
.booking-page .step-item.completed .step-text {
  color: var(--color-text-muted);
}
.booking-page .step-item.completed .step-connector-fill {
  width: 100%;
}
.booking-page .step-circle {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
  border: 2px solid var(--color-border);
  color: var(--color-text-muted);
  background: var(--color-bg);
  transition: all var(--transition);
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .booking-page .step-circle {
    width: 34px;
    height: 34px;
    min-width: 34px;
    font-size: 12px;
  }
}
.booking-page .step-text {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 500;
  color: var(--color-text-muted);
  white-space: nowrap;
  transition: color var(--transition);
  text-align: center;
}
@media (max-width: 576px) {
  .booking-page .step-text {
    font-size: 9px;
    top: 44px;
  }
}
.booking-page .step-connector {
  flex: 1;
  height: 2px;
  background: var(--color-border);
  margin: 19px 6px 0;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.booking-page .step-connector-fill {
  position: absolute;
  inset: 0;
  width: 0%;
  background: var(--primary-color);
  transition: width 0.45s ease;
  border-radius: 2px;
}
.booking-page .booking-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 44px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 991px) {
  .booking-page .booking-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .booking-page .booking-grid {
    padding: 0 16px;
    gap: 24px;
  }
}
.booking-page .form-panel {
  position: relative;
  min-height: 460px;
}
.booking-page .form-step {
  display: none;
  animation: stepFadeIn 0.45s ease forwards;
}
.booking-page .form-step.active {
  display: block;
}
.booking-page .step-heading {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--color-text-main);
  margin-bottom: 4px;
}
.booking-page .step-desc {
  font-size: 14px;
  color: var(--color-text-muted);
  margin-bottom: 28px;
  line-height: 1.6;
}
.booking-page .field {
  margin-bottom: 18px;
}
.booking-page .field label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-main);
  margin-bottom: 7px;
}
.booking-page .field label .req {
  color: var(--booking-error);
}
.booking-page .input {
  width: 100%;
  padding: 13px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-text-main);
  background: var(--color-bg-alt);
  border: 1.5px solid transparent;
  border-radius: 8px;
  outline: none;
  transition: all var(--transition);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.booking-page .input::-moz-placeholder {
  color: #b5b5b5;
}
.booking-page .input::placeholder {
  color: #b5b5b5;
}
.booking-page .input:hover {
  background: #f1f1ef;
}
.booking-page .input:focus {
  background: var(--color-bg);
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(196, 162, 101, 0.16);
}
.booking-page .input.has-error {
  border-color: var(--booking-error);
  background: #fef2f2;
}
.booking-page .input:focus-visible {
  outline: none;
}
.booking-page .field-error {
  font-size: 12px;
  color: var(--booking-error);
  margin-top: 5px;
  display: none;
}
.booking-page .field-error.visible {
  display: block;
}
.booking-page .select-wrap {
  position: relative;
}
.booking-page .select-wrap::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-text-muted);
  pointer-events: none;
  font-size: 13px;
}
.booking-page .select-wrap .input {
  padding-right: 42px;
  cursor: pointer;
}
.booking-page textarea.input {
  min-height: 90px;
  resize: vertical;
}
.booking-page .opt-grid {
  display: grid;
  gap: 10px;
}
.booking-page .opt-grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.booking-page .opt-grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .booking-page .opt-grid.cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .booking-page .opt-grid.cols-2, .booking-page .opt-grid.cols-3 {
    grid-template-columns: 1fr;
  }
}
.booking-page .opt-card {
  position: relative;
  cursor: pointer;
}
.booking-page .opt-card input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.booking-page .opt-card input:checked + .opt-card-body {
  border-color: var(--primary-color);
  background: var(--color-bg);
  box-shadow: 0 0 0 3px rgba(196, 162, 101, 0.16);
}
.booking-page .opt-card input:checked + .opt-card-body .opt-icon {
  color: var(--primary-color);
}
.booking-page .opt-card-body {
  padding: 18px 14px;
  background: var(--color-bg-alt);
  border: 1.5px solid transparent;
  border-radius: 8px;
  text-align: center;
  transition: all var(--transition);
}
.booking-page .opt-card-body:hover {
  background: #f1f1ef;
}
.booking-page .opt-icon {
  font-size: 26px;
  margin-bottom: 8px;
  display: block;
  color: var(--color-text-muted);
  transition: color var(--transition);
}
.booking-page .opt-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-main);
}
.booking-page .opt-sub {
  font-size: 11px;
  color: var(--color-text-muted);
  margin-top: 2px;
}
.booking-page .prop-swiper {
  margin: 0 -4px 8px;
}
.booking-page .prop-swiper .swiper-slide {
  height: auto;
  width: 220px;
}
@media (max-width: 576px) {
  .booking-page .prop-swiper .swiper-slide {
    width: 200px;
  }
}
.booking-page .prop-swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 10px;
}
.booking-page .prop-swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: var(--color-text-muted);
  opacity: 1;
}
.booking-page .prop-swiper .swiper-pagination-bullet-active {
  background: var(--primary-color);
}
.booking-page .prop-card {
  position: relative;
  border: 2px solid var(--color-border);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all var(--transition);
  background: var(--color-bg);
}
.booking-page .prop-card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 14px 32px rgba(14, 14, 14, 0.08);
}
.booking-page .prop-card.picked {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(196, 162, 101, 0.16);
}
.booking-page .prop-card.picked .prop-check {
  opacity: 1;
  transform: scale(1);
}
.booking-page .prop-card img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.booking-page .prop-card-body {
  padding: 12px 14px;
}
.booking-page .prop-card-price {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text-main);
  margin-bottom: 8px;
}
.booking-page .prop-card-name {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-main);
  margin-bottom: 3px;
}
.booking-page .prop-card-loc {
  font-size: 11px;
  color: var(--color-text-muted);
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 8px;
}
.booking-page .prop-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  padding-top: 8px;
  border-top: 1px solid var(--color-border);
}
.booking-page .prop-card-meta span {
  font-size: 11px;
  color: var(--color-text-muted);
  display: flex;
  align-items: center;
  gap: 3px;
}
.booking-page .prop-check {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--primary-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  opacity: 0;
  transform: scale(0.7);
  transition: all var(--transition);
}
.booking-page .time-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
@media (max-width: 576px) {
  .booking-page .time-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.booking-page .time-slot {
  position: relative;
  cursor: pointer;
}
.booking-page .time-slot input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.booking-page .time-slot input:checked + .time-slot-label {
  border-color: var(--primary-color);
  background: var(--color-bg);
  box-shadow: 0 0 0 3px rgba(196, 162, 101, 0.16);
}
.booking-page .time-slot.off .time-slot-label {
  opacity: 0.35;
  pointer-events: none;
  text-decoration: line-through;
}
.booking-page .time-slot-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 6px;
  font-size: 13px;
  font-weight: 500;
  background: var(--color-bg-alt);
  border: 1.5px solid transparent;
  border-radius: 8px;
  transition: all var(--transition);
  text-align: center;
}
.booking-page .time-slot-label:hover {
  background: #f1f1ef;
}
.booking-page .row-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 576px) {
  .booking-page .row-2 {
    grid-template-columns: 1fr;
  }
}
.booking-page .check-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.5;
}
.booking-page .check-label input[type=checkbox] {
  margin-top: 2px;
  width: 17px;
  height: 17px;
  min-width: 17px;
  accent-color: var(--primary-color);
  cursor: pointer;
}
.booking-page .check-label a {
  color: var(--color-text-main);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.booking-page .form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid var(--color-border);
}
@media (max-width: 576px) {
  .booking-page .form-actions {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.booking-page .btn-back,
.booking-page .btn-next,
.booking-page .btn-submit,
.booking-page .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
}
@media (max-width: 576px) {
  .booking-page .btn-back,
  .booking-page .btn-next,
  .booking-page .btn-submit,
  .booking-page .btn-outline {
    width: 100%;
  }
}
.booking-page .btn-back,
.booking-page .btn-outline {
  color: var(--color-text-muted);
  background: transparent;
  border: 1.5px solid var(--color-border);
  padding: 12px 22px;
}
.booking-page .btn-back:hover,
.booking-page .btn-outline:hover {
  color: var(--color-text-main);
  border-color: var(--color-text-main);
}
.booking-page .btn-next {
  color: var(--white-color);
  background: var(--primary-color);
  border: 1.5px solid var(--primary-color);
  padding: 13px 30px;
}
.booking-page .btn-next:hover {
  background: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}
.booking-page .btn-next:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.booking-page .btn-submit {
  color: var(--white-color);
  background: var(--color-success);
  border: 1.5px solid var(--color-success);
  padding: 13px 30px;
}
.booking-page .btn-submit:hover {
  background: var(--booking-success-hover);
  border-color: var(--booking-success-hover);
}
.booking-page .side-summary {
  position: sticky;
  top: 40px;
  align-self: start;
}
@media (max-width: 991px) {
  .booking-page .side-summary {
    position: relative;
    top: 0;
    order: -1;
  }
}
.booking-page .summary-card {
  background: var(--color-bg-alt);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--color-border);
}
@media (max-width: 991px) {
  .booking-page .summary-card {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
  }
}
@media (max-width: 576px) {
  .booking-page .summary-card {
    grid-template-columns: 1fr;
  }
}
.booking-page .summary-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: opacity var(--transition);
}
@media (max-width: 991px) {
  .booking-page .summary-img {
    height: 100%;
    min-height: 190px;
  }
}
@media (max-width: 576px) {
  .booking-page .summary-img {
    height: 170px;
    min-height: auto;
  }
}
.booking-page .summary-body {
  padding: 22px;
}
.booking-page .summary-name {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 500;
  color: var(--color-text-main);
  margin-bottom: 3px;
}
.booking-page .summary-loc {
  font-size: 12px;
  color: var(--color-text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
}
.booking-page .summary-price {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--color-text-main);
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--color-border);
}
.booking-page .summary-list {
  display: flex;
  flex-direction: column;
}
.booking-page .summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--color-border);
  font-size: 13px;
}
.booking-page .summary-row:last-child {
  border-bottom: none;
}
.booking-page .summary-row .s-label {
  color: var(--color-text-muted);
}
.booking-page .summary-row .s-value {
  font-weight: 500;
  color: var(--color-text-main);
  text-align: right;
  word-break: break-word;
}
.booking-page .summary-row .s-value.empty {
  color: var(--color-text-muted);
  font-style: italic;
  font-weight: 400;
}
.booking-page .review-block {
  margin-bottom: 22px;
}
.booking-page .review-block-title {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-border);
}
.booking-page .review-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 576px) {
  .booking-page .review-items {
    grid-template-columns: 1fr;
  }
}
.booking-page .review-item {
  padding: 11px 14px;
  background: var(--color-bg-alt);
  border-radius: 8px;
}
.booking-page .review-item .r-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--color-text-muted);
  margin-bottom: 3px;
}
.booking-page .review-item .r-value {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-main);
}
.booking-page .success-screen {
  display: none;
  text-align: center;
  padding: 50px 20px;
  grid-column: 1/-1;
}
.booking-page .success-screen.active {
  display: block;
  animation: stepFadeIn 0.5s ease forwards;
}
.booking-page .success-screen h2 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  color: var(--color-text-main);
  margin-bottom: 8px;
}
.booking-page .success-screen p {
  font-size: 14px;
  color: var(--color-text-muted);
  max-width: 380px;
  margin: 0 auto 28px;
  line-height: 1.7;
}
.booking-page .success-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--color-success);
  color: var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 22px;
}
.booking-page :focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

.toast-msg {
  position: fixed;
  top: 24px;
  right: 24px;
  padding: 13px 20px;
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 14px 32px rgba(14, 14, 14, 0.14);
  transform: translateX(130%);
  transition: transform var(--transition);
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 576px) {
  .toast-msg {
    top: 16px;
    right: 16px;
    left: 16px;
    justify-content: center;
  }
}
.toast-msg.show {
  transform: translateX(0);
}
.toast-msg.err {
  background: #dc3545;
}

@keyframes stepFadeIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.locations-section {
  background: var(--color-bg-alt);
  padding: 110px 0;
}
@media (max-width: 991px) {
  .locations-section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .locations-section {
    padding: 70px 0;
  }
}
.locations-section .container-fluid {
  max-width: 1440px;
}
.locations-section .section-header {
  max-width: 640px;
  margin: 0 auto 54px;
}
@media (max-width: 767px) {
  .locations-section .section-header {
    margin-bottom: 38px;
  }
}
.locations-section .section-line {
  width: 56px;
  height: 2px;
  background: var(--primary-color);
  margin: 0 auto 16px;
}
.locations-section .section-label {
  display: inline-block;
  color: var(--primary-color);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.locations-section .section-title {
  color: var(--color-text-main);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .locations-section .section-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .locations-section .section-title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .locations-section .section-title {
    font-size: 28px;
  }
}
.locations-section .section-desc {
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 560px;
}
@media (max-width: 576px) {
  .locations-section .section-desc {
    font-size: 15px;
  }
}
.locations-section .location-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3/4;
  min-height: 360px;
  border-radius: 14px;
  color: var(--white-color);
  text-decoration: none;
  isolation: isolate;
}
.locations-section .location-card:hover, .locations-section .location-card:focus-visible {
  color: var(--white-color);
}
.locations-section .location-card:hover img, .locations-section .location-card:focus-visible img {
  transform: scale(1.08);
}
.locations-section .location-card:hover .location-card-overlay, .locations-section .location-card:focus-visible .location-card-overlay {
  background: linear-gradient(180deg, rgba(14, 14, 14, 0.08) 0%, rgba(14, 14, 14, 0.9) 100%);
}
.locations-section .location-card:hover .location-card-arrow, .locations-section .location-card:focus-visible .location-card-arrow {
  opacity: 1;
  transform: translate(0, 0);
}
.locations-section .location-card:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 4px;
}
.locations-section .location-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s ease;
}
@media (max-width: 991px) {
  .locations-section .location-card {
    aspect-ratio: 4/5;
  }
}
@media (max-width: 767px) {
  .locations-section .location-card {
    aspect-ratio: 16/11;
    min-height: 320px;
  }
}
@media (max-width: 576px) {
  .locations-section .location-card {
    min-height: 300px;
    border-radius: 12px;
  }
}
.locations-section .location-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0.02) 20%, rgba(14, 14, 14, 0.85) 100%);
  transition: background var(--transition);
}
.locations-section .location-card-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 28px;
  color: var(--white-color);
}
@media (max-width: 576px) {
  .locations-section .location-card-content {
    padding: 24px;
  }
}
.locations-section .location-card-name {
  color: var(--white-color);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .locations-section .location-card-name {
    font-size: 22px;
  }
}
.locations-section .location-card-desc {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
}
.locations-section .location-card-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}
.locations-section .location-card-count i {
  font-size: 14px;
}
.locations-section .location-card-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(4px);
  color: var(--white-color);
  font-size: 16px;
  opacity: 0;
  transform: translate(10px, -10px);
  transition: opacity var(--transition), transform var(--transition), background var(--transition);
}
@media (max-width: 767px) {
  .locations-section .location-card-arrow {
    opacity: 1;
    transform: translate(0, 0);
  }
}

#news {
  padding: 110px 0;
  background: var(--color-bg-alt);
}
@media (max-width: 991px) {
  #news {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  #news {
    padding: 70px 0;
  }
}
#news .container-fluid {
  max-width: 1440px;
}
@media (max-width: 767px) {
  #news .section-header {
    align-items: flex-start !important;
  }
}
#news .section-line {
  width: 56px;
  height: 2px;
  background: var(--primary-color);
  margin-bottom: 16px;
}
#news .section-label {
  display: inline-block;
  color: var(--primary-color);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#news .section-title {
  color: var(--color-text-main);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  #news .section-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #news .section-title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  #news .section-title {
    font-size: 28px;
  }
}
#news .section-desc {
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 560px;
}
@media (max-width: 576px) {
  #news .section-desc {
    font-size: 15px;
  }
}
#news .view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-text-main);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color var(--transition), gap var(--transition);
}
#news .view-all-link i {
  color: var(--primary-color);
  transition: transform var(--transition);
}
#news .view-all-link:hover, #news .view-all-link:focus-visible {
  color: var(--primary-color);
  gap: 10px;
}
#news .view-all-link:hover i, #news .view-all-link:focus-visible i {
  transform: translateX(4px);
}
#news .news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: var(--color-bg);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
#news .news-card:hover {
  border-color: transparent;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
}
#news .news-card:hover .news-card-img img {
  transform: scale(1.04);
}
#news .news-card:hover .news-title {
  color: var(--primary-color);
}
@media (max-width: 576px) {
  #news .news-card {
    border-radius: 12px;
  }
}
#news .news-card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}
#news .news-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
#news .news-category {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 12px;
  border-radius: 4px;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}
#news .news-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}
@media (max-width: 576px) {
  #news .news-card-body {
    padding: 20px;
  }
}
#news .news-date {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--color-text-muted);
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
}
#news .news-date .bi {
  color: var(--primary-color);
}
#news .news-title {
  color: var(--color-text-main);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 10px;
  transition: color var(--transition);
}
@media (max-width: 576px) {
  #news .news-title {
    font-size: 17px;
  }
}
#news .news-excerpt {
  flex: 1;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}
#news .news-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 6px;
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color var(--transition), gap var(--transition);
}
#news .news-link:hover, #news .news-link:focus-visible {
  color: var(--primary-color-hover);
  gap: 10px;
}

#gallery {
  padding: 110px 0;
  background: var(--color-bg);
}
@media (max-width: 991px) {
  #gallery {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  #gallery {
    padding: 70px 0;
  }
}
#gallery .section-header {
  max-width: 640px;
  margin: 0 auto 42px;
}
@media (max-width: 767px) {
  #gallery .section-header {
    margin-bottom: 34px;
  }
}
#gallery .section-line {
  width: 56px;
  height: 2px;
  background: var(--primary-color);
  margin: 0 auto 16px;
}
#gallery .section-label {
  display: inline-block;
  color: var(--primary-color);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#gallery .section-title {
  color: var(--color-text-main);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  #gallery .section-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #gallery .section-title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  #gallery .section-title {
    font-size: 28px;
  }
}
#gallery .section-desc {
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 560px;
}
@media (max-width: 576px) {
  #gallery .section-desc {
    font-size: 15px;
  }
}
#gallery .gallery-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  #gallery .gallery-filter {
    justify-content: flex-start !important;
    margin-bottom: 24px;
  }
}
#gallery .gallery-filter button {
  border: 1px solid var(--color-border);
  border-radius: 50px;
  background: var(--color-bg-alt);
  color: var(--color-text-main);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 20px;
  transition: background var(--transition), border-color var(--transition), color var(--transition);
}
#gallery .gallery-filter button:hover, #gallery .gallery-filter button:focus-visible, #gallery .gallery-filter button.active {
  background: var(--color-bg-dark);
  border-color: var(--color-bg-dark);
  color: var(--white-color);
}
#gallery .gallery-filter button:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 3px;
}
@media (max-width: 576px) {
  #gallery .gallery-filter button {
    padding: 9px 16px;
  }
}
#gallery .gallery-masonry {
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 991px) {
  #gallery .gallery-masonry {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (max-width: 576px) {
  #gallery .gallery-masonry {
    -moz-columns: 1;
         columns: 1;
  }
}
#gallery .gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 16px;
  border-radius: 10px;
  color: var(--white-color);
  cursor: pointer;
  text-decoration: none;
  isolation: isolate;
}
#gallery .gallery-item img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
}
#gallery .gallery-item:hover, #gallery .gallery-item:focus-visible {
  color: var(--white-color);
}
#gallery .gallery-item:hover img, #gallery .gallery-item:focus-visible img {
  transform: scale(1.05);
}
#gallery .gallery-item:hover .gallery-item-overlay,
#gallery .gallery-item:hover .gallery-item-info, #gallery .gallery-item:focus-visible .gallery-item-overlay,
#gallery .gallery-item:focus-visible .gallery-item-info {
  opacity: 1;
}
#gallery .gallery-item:hover .gallery-item-info, #gallery .gallery-item:focus-visible .gallery-item-info {
  transform: translateY(0);
}
#gallery .gallery-item:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 4px;
}
#gallery .gallery-item.is-hidden {
  display: none;
}
#gallery .gallery-item-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 14, 14, 0.42);
  opacity: 0;
  transition: opacity var(--transition);
}
#gallery .gallery-item-overlay .bi-arrows-fullscreen {
  color: var(--white-color);
  font-size: 24px;
}
#gallery .gallery-item-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, rgba(14, 14, 14, 0.78) 100%);
  color: var(--white-color);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity var(--transition), transform var(--transition);
}
#gallery .gallery-item-info span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #gallery .gallery-item-info {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog-card {
  padding: 28px 28px 35px 28px;
  border: 1px solid var(--color-border);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-card {
    padding: 20px 20px 35px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card {
    padding: 20px 20px 35px 20px;
  }
}
@media (max-width: 576px) {
  .blog-card {
    padding: 20px 20px 35px 20px;
  }
}
.blog-card .blog-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.blog-card .blog-img img {
  display: block;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-out;
  will-change: transform;
  transform: translateZ(0);
  transform-origin: center center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card .blog-img img {
    min-height: 280px;
    max-height: 280px;
  }
}
@media (max-width: 576px) {
  .blog-card .blog-img img {
    min-height: 250px;
    max-height: 250px;
  }
}
.blog-card .blog-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.blog-card .blog-content {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .blog-card .blog-content {
    padding-top: 35px;
  }
}
.blog-card .blog-content .category svg {
  fill: var(--black-color);
}
.blog-card .blog-content .category {
  color: var(--color-text-main);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .blog-card .blog-content .category {
    font-size: 16px;
  }
}
.blog-card .blog-content h2 {
  font-size: initial;
  line-height: 1.3;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .blog-card .blog-content h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .blog-card .blog-content h2 {
    margin-bottom: 25px;
  }
}
.blog-card .blog-content h2 a {
  color: var(--color-text-main);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  background-image: linear-gradient(to bottom, var(--color-text-main) 0%, var(--color-text-main) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: left 95%;
  transition: background-size 0.75s;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 1199px) {
  .blog-card .blog-content h2 a {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .blog-card .blog-content h2 a {
    font-size: 24px;
  }
}
.blog-card .blog-content h2 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
.blog-card .blog-content p {
  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-card .blog-content p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .blog-card .blog-content p {
    font-size: 15px;
  }
}
.blog-card:hover .blog-img img {
  transform: scale(1.1);
}
.blog-card:hover .blog-img::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.blog-card.two {
  background-color: var(--white-color);
  padding: 45px 40px 40px 30px;
}
@media (max-width: 1399px) {
  .blog-card.two {
    padding: 45px 35px 40px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.two {
    padding: 40px 15px;
  }
}
@media (max-width: 576px) {
  .blog-card.two {
    padding: 40px 20px;
  }
}
.blog-card.two .blog-img {
  margin-bottom: 65px;
}
@media (max-width: 1199px) {
  .blog-card.two .blog-img {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .blog-card.two .blog-img {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .blog-card.two .blog-img {
    margin-bottom: 30px;
  }
}
.blog-card.two .blog-img img {
  min-height: 215px;
  max-height: 215px;
}
@media (max-width: 576px) {
  .blog-card.two .blog-img img {
    min-height: 200px;
    max-height: 200px;
  }
}
.blog-card.two .blog-content {
  padding-top: 0;
}
.blog-card.two .blog-content h2 {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .blog-card.two .blog-content h2 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.two .blog-content h2 a {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.two .blog-content p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .blog-card.two .blog-content p {
    font-size: 15px;
  }
}
.blog-card.two .blog-content .read-more-btn {
  color: var(--color-text-main);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.5s;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .blog-card.two .blog-content .read-more-btn {
    margin-top: 30px;
  }
}
.blog-card.two .blog-content .read-more-btn svg {
  fill: var(--color-text-main);
  transition: 0.5s;
}
.blog-card.two .blog-content .read-more-btn:hover svg {
  transform: translateX(3px);
}
.blog-card.three {
  padding: 15px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 42% 58%;
}
@media (max-width: 1199px) {
  .blog-card.three {
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.three {
    display: block;
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .blog-card.three {
    display: block;
    border-radius: 15px;
  }
}
.blog-card.three .blog-img {
  border-radius: 10px;
}
.blog-card.three .blog-img img {
  min-height: 430px;
  max-height: 490px;
  border-radius: inherit;
}
@media (max-width: 1399px) {
  .blog-card.three .blog-img img {
    max-height: 460px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.three .blog-img img {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .blog-card.three .blog-img img {
    min-height: 420px;
    max-height: 420px;
  }
}
@media (max-width: 576px) {
  .blog-card.three .blog-img img {
    min-height: 300px;
    max-height: 300px;
  }
}
.blog-card.three .blog-content-wrap {
  padding: 45px 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-card.three .blog-content-wrap {
    padding: 45px 40px;
  }
}
@media (max-width: 1399px) {
  .blog-card.three .blog-content-wrap {
    padding: 35px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.three .blog-content-wrap {
    padding: 35px 10px 25px;
  }
}
@media (max-width: 991px) {
  .blog-card.three .blog-content-wrap {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .blog-card.three .blog-content-wrap {
    padding: 30px 10px 20px;
  }
}
.blog-card.three .blog-content-wrap .blog-content {
  padding: 0;
}
.blog-card.three .blog-content-wrap .blog-content .category {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .blog-card.three .blog-content-wrap .blog-content .category {
    margin-bottom: 15px;
  }
}
.blog-card.three .blog-content-wrap .blog-content h2 {
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .blog-card.three .blog-content-wrap .blog-content h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .blog-card.three .blog-content-wrap .blog-content h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .blog-card.three .blog-content-wrap .blog-content h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-card.three .blog-content-wrap .blog-content h2 a {
    font-size: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-card.three .blog-content-wrap .blog-content h2 a {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .blog-card.three .blog-content-wrap .blog-content h2 a {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .blog-card.three .blog-content-wrap .blog-content h2 a {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.three .blog-content-wrap .blog-content p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .blog-card.three .blog-content-wrap .blog-content p {
    font-size: 15px;
  }
}
.blog-card.three .blog-content-wrap .author-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-card.three .blog-content-wrap .author-area .author-img img {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 50%;
}
.blog-card.three .blog-content-wrap .author-area .author-content strong {
  color: var(--color-text-main);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-bottom: 5px;
}
.blog-card.three .blog-content-wrap .author-area .author-content span {
  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: block;
}

.blog-standard-page .blog-card {
  margin-bottom: 48px;
}
.blog-standard-page .blog-card:last-child {
  margin-bottom: 0;
}
.blog-standard-page .blog-card .blog-img img {
  min-height: 350px;
  max-height: 350px;
}
@media (max-width: 576px) {
  .blog-standard-page .blog-card .blog-img img {
    min-height: 280px;
    max-height: 280px;
  }
}
.blog-standard-page .blog-card .blog-content {
  padding-right: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-standard-page .blog-card .blog-content {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .blog-standard-page .blog-card .blog-content {
    padding-right: 85px;
  }
}
@media (max-width: 767px) {
  .blog-standard-page .blog-card .blog-content {
    padding-right: 0;
  }
}

.blog-sidebar-area .widget-title {
  color: var(--color-text-main);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-sidebar-area .widget-title {
    font-size: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-area .widget-title {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .blog-sidebar-area .widget-title {
    font-size: 24px;
  }
}
.blog-sidebar-area .single-widget {
  padding: 45px 30px;
  border: 1px solid var(--color-border);
  margin-bottom: 30px;
}
.blog-sidebar-area .single-widget:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-sidebar-area .single-widget {
    padding: 40px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-area .single-widget {
    padding: 35px 15px;
  }
}
@media (max-width: 576px) {
  .blog-sidebar-area .single-widget {
    padding: 30px 15px;
  }
}
.blog-sidebar-area .single-widget .category-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-sidebar-area .single-widget .category-list li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.5s;
}
.blog-sidebar-area .single-widget .category-list li:last-child {
  margin-bottom: 0;
}
.blog-sidebar-area .single-widget .category-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 5px;
  transition: 0.5s;
  background-image: unset;
}
.blog-sidebar-area .single-widget .category-list li a span {
  color: var(--black-color);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-area .single-widget .category-list li a span {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .blog-sidebar-area .single-widget .category-list li a span {
    font-size: 15px;
  }
}
.blog-sidebar-area .single-widget .category-list li a span:first-child {
  background-image: linear-gradient(to bottom, var(--color-text-main) 0%, var(--color-text-main) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
.blog-sidebar-area .single-widget .category-list li:hover a span:first-child {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.blog-sidebar-area .single-widget .recent-post-widget {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-area .single-widget .recent-post-widget {
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .blog-sidebar-area .single-widget .recent-post-widget {
    gap: 10px;
  }
}
.blog-sidebar-area .single-widget .recent-post-widget .recent-post-img img {
  min-width: 86px;
  max-width: 86px;
  height: 86px;
}
.blog-sidebar-area .single-widget .recent-post-widget .recent-post-content {
  line-height: 1;
}
.blog-sidebar-area .single-widget .recent-post-widget .recent-post-content > a {
  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .blog-sidebar-area .single-widget .recent-post-widget .recent-post-content > a {
    margin-bottom: 5px;
  }
}
.blog-sidebar-area .single-widget .recent-post-widget .recent-post-content > a:hover {
  color: var(--color-text-main);
}
.blog-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 {
  font-size: unset;
  margin-bottom: 0;
}
.blog-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a {
  color: var(--black-color);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  background-image: linear-gradient(to bottom, var(--color-text-main) 0%, var(--color-text-main) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .blog-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a {
    font-size: 15px;
  }
}
.blog-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.blog-sidebar-area .single-widget .tag-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-area .single-widget .tag-list {
    gap: 5px;
    row-gap: 20px;
  }
}
@media (max-width: 576px) {
  .blog-sidebar-area .single-widget .tag-list {
    gap: 5px;
    row-gap: 20px;
  }
}
.blog-sidebar-area .single-widget .tag-list li {
  margin-bottom: 0;
}
.blog-sidebar-area .single-widget .tag-list li a {
  position: relative;
  color: var(--black-color);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  display: block;
  line-height: 1;
  background-image: linear-gradient(to bottom, var(--color-text-main) 0%, var(--color-text-main) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-area .single-widget .tag-list li a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .blog-sidebar-area .single-widget .tag-list li a {
    font-size: 14px;
  }
}
.blog-sidebar-area .single-widget .tag-list li a::after {
  content: ",";
}
.blog-sidebar-area .single-widget .tag-list li:hover a {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.blog-sidebar-area .single-widget .tag-list li:last-child a::after {
  display: none;
}
.blog-sidebar-area .single-widget .search-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  width: 100%;
  margin: 0 auto;
}
.blog-sidebar-area .single-widget .search-box input {
  width: 100%;
  padding: 8px 20px;
  color: #9b9b9b;
  font-family: var(--font-body);
  font-size: 14px;
  height: 52px;
  border: 1px solid var(--color-border);
  border-radius: 30px;
  padding-left: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-area .single-widget .search-box input {
    padding: 8px 15px;
  }
}
.blog-sidebar-area .single-widget .search-box input:focus {
  border: 1px solid #ddd;
}
.blog-sidebar-area .single-widget .search-box input::-moz-placeholder {
  color: rgba(14, 14, 14, 0.4);
}
.blog-sidebar-area .single-widget .search-box input::placeholder {
  color: rgba(14, 14, 14, 0.4);
}
.blog-sidebar-area .single-widget .search-box button {
  position: absolute;
  left: 0;
  background-color: transparent;
  min-width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  border-radius: 0 10px 10px 0;
}
.blog-sidebar-area .single-widget .search-box button i {
  color: var(--color-text-main);
  font-size: 22px;
  transition: 0.5s;
}

.blog-details-page .line-break {
  height: 10px;
  display: block;
}
@media (max-width: 576px) {
  .blog-details-page .line-break {
    height: 7px;
  }
}
.blog-details-page .blog-details-content-wrap .blog-author-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .blog-author-meta {
    flex-direction: column;
    align-items: start;
  }
}
.blog-details-page .blog-details-content-wrap .blog-author-meta .author-img {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-details-page .blog-details-content-wrap .blog-author-meta .author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .author-name {
  color: var(--color-text-main);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  display: block;
}
.blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .meta {
  display: flex;
  gap: 10px;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .meta {
    flex-direction: column;
    gap: 12px;
  }
}
.blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .meta span {
  color: var(--color-text-main);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .meta span {
    font-size: 15px;
  }
}
.blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .meta span.date {
  position: relative;
  padding-right: 16px;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .meta span.date {
    padding-right: 0;
  }
}
.blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .meta span.date::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999999;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .meta span.date::after {
    display: none;
  }
}
.blog-details-page .blog-details-content-wrap .blog-title {
  color: var(--color-text-main);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 35px;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .blog-details-page .blog-details-content-wrap .blog-title {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .blog-details-page .blog-details-content-wrap .blog-title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .blog-title {
    font-size: 25px;
  }
}
.blog-details-page .blog-details-content-wrap .blog-sub-title {
  color: var(--color-text-main);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .blog-details-page .blog-details-content-wrap .blog-sub-title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .blog-sub-title {
    font-size: 22px;
  }
}
.blog-details-page .blog-details-content-wrap p {
  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap p {
    font-size: 14px;
  }
}
.blog-details-page .blog-details-content-wrap p a {
  color: #1859E5;
  text-decoration: underline;
  transition: 0.5s;
}
.blog-details-page .blog-details-content-wrap p a:hover {
  color: var(--color-text-main);
}
.blog-details-page .blog-details-content-wrap .focus-keyword-list {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 685px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 22px;
}
.blog-details-page .blog-details-content-wrap .focus-keyword-list li {
  color: var(--color-text-main);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  padding: 8px 15px;
  margin-bottom: 0;
  border: 1px solid var(--color-border);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details-page .blog-details-content-wrap .focus-keyword-list li {
    padding: 8px 12px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .focus-keyword-list li {
    font-size: 14px;
    padding: 8px 12px;
  }
}
.blog-details-page .blog-details-content-wrap .focus-keyword-list li span {
  position: relative;
  display: block;
  padding-left: 20px;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .focus-keyword-list li span {
    padding-left: 15px;
  }
}
.blog-details-page .blog-details-content-wrap .focus-keyword-list li span::before {
  content: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1457_494" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="10" height="10"><rect width="10" height="10" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1457_494)"><path d="M8.88932 5L2.22266 10L2.22266 0L8.88932 5Z" fill="%23999999"/></g></svg>');
  position: absolute;
  top: 0;
  left: 0;
}
.blog-details-page .blog-details-content-wrap .blog-image img {
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-page .blog-details-content-wrap .blog-image span {
  color: var(--color-text-muted);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  display: block;
  text-align: center;
  margin-top: 15px;
}
.blog-details-page .blog-details-content-wrap blockquote {
  text-align: center;
  border: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 60px;
}
.blog-details-page .blog-details-content-wrap blockquote p {
  color: var(--color-text-main);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .blog-details-page .blog-details-content-wrap blockquote p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-content-wrap blockquote p {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.blog-details-page .blog-details-content-wrap blockquote p span {
  color: var(--color-text-muted);
}
.blog-details-page .blog-details-content-wrap blockquote cite {
  color: var(--color-text-main);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
}
.blog-details-page .blog-details-content-wrap .key-points {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-details-page .blog-details-content-wrap .key-points li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .key-points li {
    padding-left: 25px;
  }
}
.blog-details-page .blog-details-content-wrap .key-points li:last-child {
  margin-bottom: 0;
}
.blog-details-page .blog-details-content-wrap .key-points li::before {
  content: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1457_571)"><path d="M4.88174 0.633624L12.9342 6.57786C12.9975 6.62923 13.0485 6.69407 13.0835 6.76766C13.1185 6.84124 13.1367 6.92171 13.1367 7.0032C13.1367 7.0847 13.1185 7.16517 13.0835 7.23875C13.0485 7.31233 12.9975 7.37717 12.9342 7.42855L4.88174 13.3728C4.39775 13.5514 4.11824 13.4154 4.04321 12.9649L11.5446 7.42855C11.6078 7.37717 11.6588 7.31233 11.6939 7.23875C11.7289 7.16517 11.7471 7.0847 11.7471 7.0032C11.7471 6.92171 11.7289 6.84124 11.6939 6.76766C11.6588 6.69407 11.6078 6.62923 11.5446 6.57786L4.04691 1.04417C4.0518 0.949463 4.0819 0.857779 4.13409 0.778593C4.18628 0.699408 4.25866 0.635593 4.34376 0.593742C4.42887 0.551891 4.5236 0.533522 4.61818 0.540533C4.71275 0.547545 4.80374 0.579682 4.88174 0.633624ZM1.71148 13.3723L3.68127 11.9187L4.8754 11.0374L9.765 7.42855C9.83163 7.37944 9.8858 7.31536 9.92313 7.24148C9.96045 7.1676 9.9799 7.08598 9.9799 7.0032C9.9799 6.92043 9.96045 6.83881 9.92313 6.76493C9.8858 6.69105 9.83163 6.62697 9.765 6.57786L4.87487 2.96905L3.68127 2.08772L1.71201 0.634681L1.71095 0.633624C1.61585 0.567623 1.50184 0.534403 1.38617 0.538993C1.2705 0.543584 1.15948 0.585734 1.0699 0.659064C0.980332 0.732393 0.917089 0.832909 0.889751 0.945394C0.862412 1.05788 0.872466 1.17621 0.918389 1.28247L3.58828 7.0032L0.918919 12.7239C0.886177 12.7939 0.869221 12.8702 0.86925 12.9474C0.870887 13.0445 0.899018 13.1394 0.950607 13.2216C1.0022 13.3039 1.07528 13.3706 1.16197 13.4143C1.24867 13.4581 1.34567 13.4774 1.44252 13.4701C1.53936 13.4627 1.63236 13.4286 1.71148 13.3723Z" fill="%23050505"/></g><defs><clipPath id="clip0_1457_571"><rect width="14" height="14" fill="white"/></clipPath></defs></svg>');
  position: absolute;
  top: -1px;
  left: 0;
}
.blog-details-page .blog-details-content-wrap .key-points li strong {
  color: var(--color-text-main);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .key-points li strong {
    font-size: 17px;
  }
}
.blog-details-page .blog-details-content-wrap .tag-and-social-area {
  clear: both;
  margin-top: 65px;
}
.blog-details-page .blog-details-content-wrap .tag-and-social-area .tag-title {
  color: var(--color-text-main);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.blog-details-page .blog-details-content-wrap .tag-and-social-area .tag-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.blog-details-page .blog-details-content-wrap .tag-and-social-area .tag-list li {
  display: flex;
}
.blog-details-page .blog-details-content-wrap .tag-and-social-area .tag-list li a {
  color: var(--color-text-main);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  padding: 10px 15px;
  background-color: #F1EEEA;
  border-radius: 100px;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .tag-and-social-area .tag-list li a {
    font-size: 14px;
  }
}
.blog-details-page .blog-details-content-wrap .tag-and-social-area .tag-list li a:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
}
.blog-details-page .blog-details-content-wrap .tag-and-social-area .social-list {
  padding-top: 30px;
  justify-content: start;
}
.blog-details-page .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.blog-details-page .social-list li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-main);
  transition: 0.5s;
}
.blog-details-page .social-list li a svg {
  fill: var(--black-color);
  transition: 0.5s;
}
.blog-details-page .social-list li a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.blog-details-page .social-list li a:hover svg {
  fill: var(--white-color);
}
.blog-details-page .social-list li .copy-link-btn {
  position: relative;
}
.blog-details-page .social-list li .copy-link-btn .copy-alert {
  position: absolute;
  top: -40px;
  right: 0;
  background: var(--primary-color);
  padding: 6px 18px;
  color: var(--white-color);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8) translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 9999;
}
@media (max-width: 576px) {
  .blog-details-page .social-list li .copy-link-btn .copy-alert {
    font-size: 14px;
  }
}
.blog-details-page .social-list li .copy-link-btn .copy-alert.show {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.blog-details-page .blog-details-sidebar .table-content-area {
  padding: 45px 30px;
  background-color: #F0F0F0;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-sidebar .table-content-area {
    padding: 45px 20px;
  }
}
.blog-details-page .blog-details-sidebar .table-content-area h4 {
  color: var(--color-text-main);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-sidebar .table-content-area h4 {
    margin-bottom: 25px;
  }
}
.blog-details-page .blog-details-sidebar .table-content-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-details-page .blog-details-sidebar .table-content-area ul li {
  color: var(--color-text-main);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  gap: 5px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
}
.blog-details-page .blog-details-sidebar .table-content-area ul li span {
  background-image: linear-gradient(to bottom, var(--color-text-main) 0%, var(--color-text-main) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 95%;
  transition: background-size 0.75s;
  cursor: pointer;
}
.blog-details-page .blog-details-sidebar .table-content-area ul li span:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.blog-details-page .blog-details-sidebar .table-content-area ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.blog-dt-related-blog-section .section-title > span {
  letter-spacing: 0;
  text-transform: capitalize;
}
.blog-dt-related-blog-section .section-title h2 {
  font-weight: 400;
}
.blog-dt-related-blog-section .section-title h2 strong {
  font-weight: 500;
}

.inner-pagination-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .inner-pagination-area {
    gap: 10px;
    row-gap: 20px;
  }
}
.inner-pagination-area .paginations {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .inner-pagination-area .paginations {
    gap: 12px;
  }
}
.inner-pagination-area .paginations .page-item a {
  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: color var(--transition), background-color var(--transition), border-color var(--transition);
}
@media (max-width: 576px) {
  .inner-pagination-area .paginations .page-item a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.inner-pagination-area .paginations .page-item a.current, .inner-pagination-area .paginations .page-item a:hover, .inner-pagination-area .paginations .page-item a:focus-visible {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}
.inner-pagination-area .paginations .page-item a:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 3px;
}
.inner-pagination-area .paginations .page-item.active a {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}
.inner-pagination-area .paginations-button a {
  padding: 9px 17px;
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--color-text-main);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color var(--transition), background-color var(--transition), border-color var(--transition);
}
@media (max-width: 576px) {
  .inner-pagination-area .paginations-button a {
    font-size: 15px;
    padding: 7px 13px;
  }
}
.inner-pagination-area .paginations-button a svg {
  fill: var(--color-text-muted);
  transition: fill var(--transition), transform var(--transition);
}
@media (max-width: 576px) {
  .inner-pagination-area .paginations-button a svg {
    width: 8px;
  }
}
.inner-pagination-area .paginations-button a:hover, .inner-pagination-area .paginations-button a:focus-visible {
  color: var(--white-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.inner-pagination-area .paginations-button a:hover svg, .inner-pagination-area .paginations-button a:focus-visible svg {
  fill: var(--white-color);
  transform: translateX(2px);
}
.inner-pagination-area .paginations-button a:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 3px;
}/*# sourceMappingURL=style.css.map */
