@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

:root {
  --primary-dark: #0f2027;
  --secondary-dark: #203a43;
  --accent-gold: #FF8629;
  --accent-gold-hover: #b8962e;
  --clean-white: #ffffff;
  --light-bg: #f8f9fa;
  --text-muted: #6c757d;
  --font-serif: 'Playfair Display', serif;
  --font-sans: 'Inter', sans-serif;
}

body {
  font-family: var(--font-sans);
  color: var(--primary-dark);
  background-color: var(--clean-white);
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
.serif-font {
  font-family: var(--font-serif);
  font-weight: 600;
}

.navbar {
  background: #011B22;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(1, 27, 34);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.nav-link {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75) !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--accent-gold) !important;
}

.logo {
  width: 150px;
}

.dropdown-menu {
  border-radius: 0;
  border: 1px solid rgba(15, 32, 39, 0.1);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px;
}

.dropdown-item:active {
  background-color: var(--secondary-dark);
}

.btn-gold {
  background-color: var(--accent-gold);
  color: var(--primary-dark);
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.9rem 2rem;
  border-radius: 0;
  border: 1px solid var(--accent-gold);
}

.btn-gold:hover {
  background-color: var(--accent-gold-hover);
  border-color: var(--accent-gold-hover);
  color: var(--primary-dark);
}

.btn-outline-white {
  background-color: transparent;
  color: var(--clean-white);
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.9rem 2rem;
  border-radius: 0;
  border: 1px solid var(--clean-white);
}

.btn-outline-white:hover {
  background-color: var(--clean-white);
  color: var(--primary-dark);
}

.hero-section {
  background: url('../image/hero.png');
  background-color: rgba(0, 0, 0, 0.59);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/onhezmustour/onhezmus-tours.al/onhezmus-tours.al_2026-07-29_13-28-18-979/img/20260729_120416_img19.jpeg");
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.hero-title {
  font-size: 4rem;
  line-height: 1.15;
  color: white;
}

.detalis-hero {
  color: var(--accent-gold);
  letter-spacing: 0.2em;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.lead {
  font-size: 1.15rem;
  line-height: 1.6;
  max-width: 650px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.77);
}

.facilities-name {
  color: rgb(32, 79, 88);
}

.tracking-wide {
  font-size: 0.75rem;
}

.title {
  color: rgb(32, 79, 88);
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

.section-title {
  font-size: 2.75rem;
  position: relative;
  padding-bottom: 1.5rem;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: var(--accent-gold);
}

.section-subtitle {
  font-family: var(--font-sans);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.85rem;
  color: var(--accent-gold);
  font-weight: 600;
}

.card-title {
  color: rgb(15, 32, 39);
}

.feature-icon-box {
  width: 60px;
  height: 60px;
  background-color: var(--light-bg);
  color: var(--secondary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(15, 32, 39, 0.05);
}

.tour-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  background-color: var(--clean-white);
}

.tour-img-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  overflow-x: hidden;
  overflow-y: hidden;
}

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

.tour-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--primary-dark);
  color: var(--accent-gold);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.40rem 0.85rem;
  font-weight: 600;
  border-radius: 0;
}

.tour-price {
  font-size: 1.35rem;
  color: var(--secondary-dark);
  font-family: var(--font-sans);
  font-weight: 600;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow-x: hidden;
  overflow-y: hidden;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-tall {
  height: 520px;
}

.gallery-short {
  height: 248px;
}

.testimonial-box {
  background-color: var(--clean-white);
  border-left: 3px solid var(--accent-gold);
  padding: 2.5rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 10px 30px;
}

.quote-icon {
  font-size: 2.5rem;
  color: rgba(212, 175, 55, 0.3);
  line-height: 1;
}

.testimonial-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--secondary-dark);
}

.footer {
  background-color: var(--primary-dark);
  color: rgba(255, 255, 255, 0.7);
  border-top: 4px solid var(--accent-gold);
}

.maps {
  width: 100%;
}

.hr-style {
  opacity: 0.15;
  color: rgba(15, 32, 39, 0.5);
}

.contact-footer {
  color: rgba(255, 255, 255, 0.5);
}

.text-footer {
  color: rgba(255, 255, 255, 0.5);
}

footer h5 {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--clean-white);
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.icon-footer {
  color: white;
}

footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

footer a:hover {
  color: var(--accent-gold);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.05);
}

.hero-about {
  background: url('../image/hero-about.png');
  background-color: rgba(0, 0, 0, 0.65);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  min-height: 60vh;
  display: flex;
  align-items: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/onhezmustour/onhezmus-tours.al/onhezmus-tours.al_2026-07-29_13-28-18-979/img/20260729_123536_img17.jpeg");
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.banner {
  background: url('../image/banner.png');
  background-color: rgba(0, 0, 0, 0.65);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding: 30px 0;
  color: white;
  background-image: url(https://api.intermedia-web.com/getSavedAsset/onhezmustour/onhezmus-tours.al/onhezmus-tours.al_2026-07-29_13-28-18-979/img/20260729_125259_img15.jpeg);
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.image-about {
  border: 1px solid rgba(15, 32, 39, 0.1);
}

.tours-section {
  background: url('../image/gallery2.png');
  background-color: rgba(0, 0, 0, 0.65);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  min-height: 55vh;
  display: flex;
  align-items: center;
  color: white;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/onhezmustour/onhezmus-tours.al/onhezmus-tours.al_2026-07-29_13-28-18-979/img/20260729_091808_img13.jpeg");
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.gallery-section {
  background: url('../image/gallery2.png');
  background-color: rgba(0, 0, 0, 0.65);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  min-height: 55vh;
  display: flex;
  align-items: center;
  color: white;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/onhezmustour/onhezmus-tours.al/onhezmus-tours.al_2026-07-29_13-28-18-979/img/20260729_090244_img14.jpeg");
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.contact-section {
  background: url('../image/gallery2.png');
  background-color: rgba(0, 0, 0, 0.65);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  min-height: 55vh;
  display: flex;
  align-items: center;
  color: white;
  background-image: url(https://api.intermedia-web.com/getSavedAsset/onhezmustour/onhezmus-tours.al/onhezmus-tours.al_2026-07-29_13-28-18-979/img/20260729_090150_img13.jpeg);
  background-origin: initial;
  background-clip: initial;
  background-position-x: center;
  background-position-y: center;
}

.map-contact {
  width: 100%;
  height: 500px;
}

.contact a {
  color: var(--text-muted);
}

:root {
  --primary-dark: #0f2027;
  --secondary-dark: #203a43;
  --accent-gold: #FF8629;
  --accent-gold-hover: #b8962e;
  --clean-white: #ffffff;
  --light-bg: #f8f9fa;
  --text-muted: #6c757d;
  --font-serif: 'Playfair Display', serif;
  --font-sans: 'Inter', sans-serif;
}

.serif-font, h1, h2, h3, h4 {
  font-family: var(--font-serif);
  font-weight: 600;
}

.nav-link:hover {
  color: var(--accent-gold) !important;
}

.nav-link.active {
  color: var(--accent-gold) !important;
}

.cropped-image {
  object-fit: cover !important;
  object-position: center !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
}

.cropped-image-parent,
*:has(.cropped-image) {
  overflow: hidden !important;
  position: relative !important;
}

.cropped-image-parent, :has(.cropped-image) {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  position: relative !important;
}

.c18661 {
  font-family: "Playfair Display", serif;
  letter-spacing: -0.16px;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .gallery-tall,
    .gallery-short {
    height: 300px;
  }
}

@media (max-width:500px) {
  .testimonial-box {
    padding: 1rem !important;
  }
}