.navbar.navbar .navbar-nav .nav-link,
nav.navbar .navbar-nav .nav-link {
    font-size: 20px;
}
/* Font Face Definitions */
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
} 

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueCondensedBlack.ttf') format('truetype');
  font-weight: 900;
  font-stretch: condensed;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueCondensedBold.ttf') format('truetype');
  font-weight: bold;
  font-stretch: condensed;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueUltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueUltraLightItal.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLTPro-Roman.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLTPro-It.otf') format('opentype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLTPro-Lt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLTPro-LtIt.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLTPro-Bd.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLTPro-BdIt.otf') format('opentype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLTPro-Md.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLTPro-MdIt.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/Helvetica Neue LT Std 63 Medium Extended.otf') format('opentype');
  font-weight: 500;
  font-stretch: expanded;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLTPro-Hv.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLTPro-HvIt.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLTPro-Blk.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLTPro-BlkIt.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLTPro-Th.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLTPro-ThIt.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLTPro-UltLt.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLTPro-UltLtIt.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0;
  padding: 0;
}

/* Sticky Navbar */
header nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #000000 !important;
}

/* Hero Section */
.hero-section {
  width: 100%;
  height: 100vh;
  padding-top: 76px; /* Header height */
  position: relative;
  overflow: hidden;
}

/* Hero Slider Container */
.hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* Hero Slide */
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(100%);
  transition: transform 0.8s ease-in-out;
  z-index: 1;
}

.hero-slide.active {
  transform: translateX(0);
  z-index: 2;
}

.hero-slide.prev {
  transform: translateX(-100%);
  z-index: 1;
}

/* Hero Text */
.hero-text {
  position: absolute;
  text-align: center;
  top: clamp(12%, 16vh, 18%);
  left: clamp(20px, 4vw, 60px);
  max-width: clamp(280px, 60vw, 1100px);
  z-index: 1;
  padding-right: clamp(20px, 4vw, 60px);
}

.hero-text p {
  font-size: clamp(24px, 4vw, 50px);
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: 500;
  font-stretch: expanded;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

/* Contact Form Container */
.contact-form-container {
  position: absolute;
  width: clamp(280px, 35vw, 450px);
  height: clamp(380px, 45vh, 460px);
  bottom: clamp(4%, 6vh, 8%);
  left: clamp(3%, 5vw, 5%);
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: clamp(15px, 2vw, 20px);
  padding: clamp(20px, 2.5vw, 30px);
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.contact-form-title {
  font-size: clamp(16px, 2vw, 20px);
  color: #ffffff;
  text-align: center;
  margin-bottom: clamp(15px, 2vh, 20px);
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: 500;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.5vh, 15px);
  flex: 1;
}

.form-group {
  width: 100%;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: clamp(10px, 1.2vh, 12px);
  border: none;
  border-radius: clamp(3px, 0.4vw, 4px);
  font-family: 'HelveticaNeue', sans-serif;
  font-size: clamp(12px, 1.2vw, 14px);
  box-sizing: border-box;
  background-color: #ffffff;
  color: #000000;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #666666;
}

.form-group textarea {
  resize: vertical;
  min-height: clamp(60px, 8vh, 80px);
}

.submit-button {
  align-self: center;
  width: clamp(45%, 50%, 55%);
  padding: clamp(10px, 1.2vh, 12px);
  background-color: #D3D3D3;
  color: #000000;
  border: none;
  border-radius: clamp(15px, 2vw, 20px);
  font-family: 'HelveticaNeue', sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: bold;
  cursor: pointer;
  margin-top: auto;
  transition: background-color 0.3s;
}

.submit-button:hover {
  background-color: #C0C0C0;
}

/* Responsive adjustments for contact form */
@media (max-width: 768px) {
  /* Hide hero slides 1, 2, and 3 on mobile, show only hero-slide-4 */
  .hero-slide-1,
  .hero-slide-2,
  .hero-slide-3 {
    display: none;
  }

  .hero-slide-4 {
    display: block;
    transform: translateX(0);
    z-index: 2;
  }

  .hero-text {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-right: 0;
    width: 90%;
    max-width: none;
  }

  .hero-text p {
    font-size: clamp(32px, 7vw, 52px);
  }

  .contact-form-container {
    width: clamp(280px, 90vw, 450px);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

/* About Section */
.about-section {
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  background-image: url('../images/about_us_photo.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

/* About Section Title */
.about-section-title {
  font-size: clamp(28px, 4vw, 48px);
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: 500;
  font-stretch: expanded;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
  position: absolute;
  top: clamp(5%, 7vh, 9%);
  left: clamp(40%, 48vw, 50%);
  transform: translateX(-50%);
  max-width: clamp(280px, 60vw, 1100px);
  width: 90%;
  text-align: center;
}

.yellow-e {
  color: #B08848;
}

/* About Text Box with Blur Effect */
.about-text-box {
  position: absolute;
  top: clamp(15%, 17vh, 20%);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(320px, 85vw, 900px);
  max-width: 900px;
  padding: clamp(35px, 4vw, 50px);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: clamp(16px, 2vw, 24px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 
              0 0 0 1px rgba(255, 255, 255, 0.1) inset,
              0 0 60px rgba(176, 136, 72, 0.1);
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-text-box:hover {
  transform: translateX(-50%) translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5), 
              0 0 0 1px rgba(255, 255, 255, 0.15) inset,
              0 0 80px rgba(176, 136, 72, 0.15);
}

.about-section-description {
  color: #ffffff;
  font-family: 'HelveticaNeue', sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.8;
  letter-spacing: 0.3px;
  margin: 0;
  text-align: center;
  font-weight: 300;
}

/* Experience Icon in About Section    */
.experience-icon {
  width: clamp(200px, 40vw, 500px);
  max-width: 40%;
  position: absolute;
  right: clamp(5%, 12vw, 15%);
  bottom: clamp(8%, 12vh, 15%);
}

/* Responsive adjustments for About Section */
@media (max-width: 768px) {
  .about-section-title {
    left: 50%;
    width: 90%;
    font-size: clamp(24px, 5vw, 32px);
  }

  .about-text-box {
    width: clamp(300px, 92vw, 900px);
    padding: clamp(25px, 4vw, 35px);
    border-radius: clamp(12px, 2vw, 20px);
  }

  .about-section-description {
    font-size: clamp(14px, 2.5vw, 18px);
    line-height: 1.7;
  }

  .experience-icon {
    width: clamp(300px, 85vw, 500px);
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: clamp(8%, 12vh, 15%);
  }
}

/* Services Section */
.services-section {
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  background-image: url('../images/our_services_photo.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  padding: 60px 0 60px 0;
}

/* Mobile adjustments for services section */
@media (max-width: 768px) {
  .services-section {
    min-height: auto;
    padding: 40px 0 40px 0;
  }
}

/* Gallery Section */
.gallery-section {
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  background-image: url('../images/gallery_photo.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: clamp(60px, 8vw, 80px) clamp(15px, 3vw, 20px) clamp(40px, 6vw, 60px);
  position: relative;
}

/* Mobile adjustments for gallery section */
@media (max-width: 768px) {
  .gallery-section {
    min-height: auto;
    padding: clamp(40px, 6vw, 60px) clamp(15px, 3vw, 20px) clamp(30px, 4vw, 50px);
  }
}

.gallery-container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 clamp(20px, 4vw, 60px);
}
.gallery-page .gallery-container {
  margin-top: 80px;
}

.gallery-section-title {
  text-align: center;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  font-stretch: expanded;
  margin-bottom: clamp(30px, 4vw, 50px);
  font-family: 'HelveticaNeue', sans-serif;
}

/* Gallery Filters */
.gallery-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}

.filter-btn {
  padding: 12px 30px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  font-family: 'HelveticaNeue', sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.filter-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}

.filter-btn.active {
  background-color: #B08848;
  border-color: #B08848;
  color: #000000;
  font-weight: bold;
}

/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(15px, 1.5vw, 25px);
  padding: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(12px, 1.5vw, 20px);
  }
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(10px, 1.5vw, 18px);
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(8px, 1.5vw, 15px);
  }
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: clamp(4px, 0.4vw, 6px);
  aspect-ratio: 4 / 3;
  cursor: pointer;
  background-color: #000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.gallery-item.hidden {
  display: none;
}

.gallery-item.fade-in {
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-icon {
  font-size: 40px;
  color: #ffffff;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-icon {
  transform: scale(1);
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease;
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.8);
}

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 50px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10000;
  transition: transform 0.3s ease, color 0.3s ease;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.lightbox-close:hover {
  transform: scale(1.2);
  color: #B08848;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 60px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10000;
  transition: transform 0.3s ease, color 0.3s ease;
  padding: 20px;
  user-select: none;
}

.lightbox-prev {
  left: 40px;
}

.lightbox-next {
  right: 40px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  transform: translateY(-50%) scale(1.2);
  color: #B08848;
}

.lightbox-counter {
  margin-top: 20px;
  color: #ffffff;
  font-family: 'HelveticaNeue', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

/* Responsive Gallery */
@media (max-width: 768px) {
  .gallery-section {
    padding: clamp(40px, 6vw, 80px) clamp(15px, 3vw, 20px) clamp(30px, 4vw, 60px);
  }

  .gallery-section-title {
    font-size: clamp(28px, 5vw, 36px);
    margin-bottom: clamp(20px, 3vw, 30px);
  }

  .lightbox-close {
    top: 20px;
    right: 20px;
    font-size: 40px;
  }

  .lightbox-prev,
  .lightbox-next {
    font-size: 40px;
    padding: 15px;
  }

  .lightbox-prev {
    left: 15px;
  }

  .lightbox-next {
    right: 15px;
  }

  .lightbox-content img {
    max-height: 80vh;
  }
}

@media (max-width: 480px) {
  .gallery-section-title {
    font-size: clamp(24px, 6vw, 28px);
  }
}

/* Gallery More Button */
.gallery-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: clamp(20px, 5vw, 40px);
  width: 100%;
}

.gallery-more-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
  text-decoration: none;
  font-family: 'HelveticaNeue', sans-serif;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 18px 36px;
}

.gallery-more-link:hover {
  color: #B08848;
  transform: translateX(5px);
}

.gallery-more-link svg {
  transition: transform 0.3s ease;
}

.gallery-more-link:hover svg {
  transform: translateX(5px);
}

/* Social Media Icons - Fixed Top Right */
.social-icons-container {
  position: fixed;
  top: 8rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
  background-color: transparent;
  transition: top 0.35s ease-in-out;
}

.social-icon {
  display: block;
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.social-icon:hover {
  transform: scale(1.4);
}

.social-icon img {
  width: 100%;
  height: 100%;
  display: block;
  filter: brightness(0) invert(1);
}

/* Responsive adjustments for social icons */
@media (max-width: 768px) {
  .social-icons-container {
    top: 100px;
    right: 10px;
    gap: 12px;
    z-index: 9999;
  }
  
  .social-icon {
    width: 35px;
    height: 35px;
    display: block;
    flex-shrink: 0;
    opacity: 1;
    visibility: visible;
  }
  
  .social-icon img {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 480px) {
  .social-icons-container {
    top: 95px;
    right: 8px;
    gap: 10px;
    z-index: 9999;
  }
  
  .social-icon {
    width: 32px;
    height: 32px;
  }
}

/* Services Section Title */
.services-section-title {
  text-align: center;
  color: #000000;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 0;
  font-family: 'HelveticaNeue', sans-serif;
  padding-top: 0;
}

.services-section .container {
  width: 100%;
}

/* Services Carousel Wrapper */
.services-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(50px, 6vw, 80px);
}

/* Services Carousel Container */
.services-carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Services Carousel Track */
.services-carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: clamp(20px, 2.5vw, 40px);
}

/* Service Card Wrapper */
.service-card-wrapper {
  flex: 0 0 calc((100% - (2 * clamp(20px, 2.5vw, 40px))) / 3);
  width: calc((100% - (2 * clamp(20px, 2.5vw, 40px))) / 3);
  min-width: 0;
  max-width: none;
  display: flex;
  justify-content: center;
}

/* Service Card Styling */
.service-card {
  width: 100%;
  aspect-ratio: 320 / 490;
  background-color: #B08848;
  border-radius: 1.5vw;
  padding: 1.4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.service-image {
  width: 70%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0.3vw;
  margin-top: 1.4vw;
  margin-bottom: 1.4vw;
}

.service-title {
  font-size: clamp(18px, 1.6vw, 28px);
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 0.7vw 0;
  font-family: 'HelveticaNeue', sans-serif;
}

.service-description {
  font-size: clamp(12px, 1vw, 16px);
  color: #000;
  text-align: center;
  margin: 0.7vw 0 1.4vw 0;
  line-height: 1.4;
  font-family: 'HelveticaNeue', sans-serif;
}

.service-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  max-width: 240px;
  height: auto;
  min-height: 38px;
  padding: clamp(10px, 1.2vw, 14px) clamp(14px, 1.8vw, 22px);
  font-size: clamp(11px, 0.9vw, 15px);
  font-weight: bold;
  color: #000;
  background-color: #D3D3D3;
  border: none;
  border-radius: 0.3vw;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: 'HelveticaNeue', sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 1.25;
  white-space: normal;
}

.service-button:hover {
  background-color: #C0C0C0;
}

/* services sectionundaki yuvarlaklar */
.pagination-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 40px;
}

.indicator-dot {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: transform 0.2s;
}

.indicator-dot:hover {
  transform: scale(1.2);
}

/* Service Arrow */
.service-arrow {
  position: absolute;
  width: clamp(50px, 4vw, 70px);
  height: clamp(50px, 4vw, 70px);
  cursor: pointer;
  transition: transform 0.3s, opacity 0.3s;
  filter: none;
  border: none;
  background: transparent;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}

.service-arrow-left {
  left: 0;
}

.service-arrow-right {
  right: 0;
}

.service-arrow:hover:not(:disabled) {
  transform: translateY(-50%) scale(1.15);
}

.service-arrow:disabled {
  cursor: not-allowed;
}

.service-arrow svg {
  width: 100%;
  height: 100%;
}

/* Responsive adjustments for services carousel */
@media (max-width: 1200px) {
  .services-carousel-wrapper {
    padding: 0 clamp(40px, 5vw, 70px);
  }
  
  .service-card-wrapper {
    flex: 0 0 calc((100% - (2 * clamp(15px, 2vw, 30px))) / 3);
    width: calc((100% - (2 * clamp(15px, 2vw, 30px))) / 3);
    min-width: 0;
  }
  
  .services-carousel-track {
    gap: clamp(15px, 2vw, 30px);
  }
}

@media (max-width: 768px) {
  .services-carousel-wrapper {
    padding: 0 clamp(30px, 4vw, 60px);
  }
  
  .services-carousel-track {
    gap: clamp(10px, 2vw, 25px);
  }
  
  .service-card-wrapper {
    flex: 0 0 calc((100% - (2 * clamp(10px, 2vw, 25px))) / 3);
    width: calc((100% - (2 * clamp(10px, 2vw, 25px))) / 3);
    min-width: 0;
    max-width: none;
  }
  
  .service-card {
    border-radius: 2vw;
    padding: 2vw;
  }
  
  .service-image {
    border-radius: 0.5vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
  
  .service-button {
    width: 80%;
    max-width: none;
    border-radius: clamp(10px, 3.5vw, 18px);
    padding: clamp(12px, 3vw, 16px) clamp(16px, 4vw, 22px);
    font-size: clamp(12px, 3.2vw, 14px);
  }
}

@media (max-width: 576px) {
  .services-carousel-track {
    gap: clamp(14px, 4.5vw, 24px);
  }

  .service-card-wrapper {
    flex: 0 0 85%;
    width: 85%;
  }

  .service-card {
    aspect-ratio: auto;
    width: 100%;
    padding: clamp(24px, 6vw, 32px) clamp(18px, 5vw, 26px);
    border-radius: clamp(18px, 6vw, 26px);
  }

  .service-image {
    width: clamp(140px, 60%, 200px);
    margin-top: clamp(18px, 5vw, 28px);
    margin-bottom: clamp(18px, 5vw, 28px);
    border-radius: clamp(8px, 3vw, 12px);
  }

  .service-button {
    width: 100%;
    max-width: none;
    border-radius: clamp(16px, 6vw, 24px);
    padding: clamp(14px, 4vw, 18px) clamp(18px, 6vw, 24px);
    font-size: clamp(12px, 3.8vw, 14px);
  }
}

/* Instagram Section */
.instagram-section {
  width: 100%;
  background-color: #000000;
  padding: clamp(60px, 8vw, 100px) clamp(15px, 3vw, 60px);
  position: relative;
}

.instagram-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.instagram-section-title {
  text-align: center;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: bold;
  margin-bottom: clamp(40px, 5vw, 60px);
  font-family: 'HelveticaNeue', sans-serif;
}

/* Instagram Reels Grid */
.instagram-reels-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(15px, 2vw, 30px);
  width: 100%;
  justify-items: center;
}

.instagram-reels-grid .instagram-media {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

/* Desktop: 4 columns side by side */
@media (min-width: 768px) {
  .instagram-reels-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(20px, 2.5vw, 40px);
  }
}

/* Blog Section */
.blog-section {
  background-color: #2c2c2c;
  padding: 60px 20px;
  min-height: 100vh;
}

.blog-container {
  max-width: 1400px;
  margin: 0 auto;
}

.blog-row {
  margin: 0;
}

.blog-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-card {

  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.blog-card-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  max-height: 250px;
}

.blog-card-small-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 15px;
  flex-shrink: 0;
}

.blog-card-title {
  font-family: 'HelveticaNeue', Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.4;
}

.blog-card-text {
  font-family: 'HelveticaNeue', Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.6;
  text-align: left;
  margin: 0;
}

/* Accommodation Cards */
.accommodation-card .blog-card-image {
  max-height: 200px;
}

/* Natural Wonders Cards */
.natural-wonders-card .blog-card-image {
  max-height: 300px;
}

.natural-wonders-card .blog-card-text {
  font-size: 14px;
}

/* Detox Cards */
.detox-card {
  padding: 25px 20px;
}

.detox-card .blog-card-title {
  margin-bottom: 15px;
}

/* Weightloss Cards */
.weightloss-card-content {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.weightloss-card .blog-card-title {
  text-align: left;
  margin-bottom: 0;
  flex: 1;
}

.weightloss-card .blog-card-text {
  margin-top: 0;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .blog-column {
    margin-bottom: 30px;
  }
  
  .blog-column:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .blog-section {
    padding: 40px 15px;
  }
  
  .blog-card {
    padding: 15px;
  }
  
  .blog-card-title {
    font-size: 16px;
  }
  
  .blog-card-text {
    font-size: 13px;
  }
  
  .weightloss-card-content {
    flex-direction: column;
  }
  
  .blog-card-small-image {
    width: 100%;
    height: auto;
    max-height: 200px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .weightloss-card .blog-card-title {
    text-align: center;
  }
}

/* Contact Section */
.contact-section {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: clamp(40px, 6vw, 70px) clamp(20px, 4vw, 60px);
  position: relative;
}

.contact-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.contact-section-title {
  font-size: clamp(32px, 4vw, 56px);
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.contact-row {
  margin: 0;
}

.contact-form-column,
.contact-info-column {
  display: flex;
  flex-direction: column;
}

.contact-form-wrapper {
  background-color: #333333;
  border-radius: clamp(15px, 2vw, 20px);
  padding: clamp(25px, 3vw, 35px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-form-wrapper .contact-form-title {
  font-size: clamp(18px, 2vw, 22px);
  color: #ffffff;
  text-align: center;
  margin-bottom: clamp(20px, 2.5vh, 25px);
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: 500;
}

.contact-form-wrapper .contact-form {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.5vh, 18px);
  flex: 1;
}

.contact-form-wrapper .form-group input,
.contact-form-wrapper .form-group textarea {
  width: 100%;
  padding: clamp(12px, 1.5vh, 14px);
  border: none;
  border-radius: clamp(4px, 0.5vw, 6px);
  font-family: 'HelveticaNeue', sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  box-sizing: border-box;
  background-color: #ffffff;
  color: #000000;
}

.contact-form-wrapper .form-group input::placeholder,
.contact-form-wrapper .form-group textarea::placeholder {
  color: #666666;
}

.contact-form-wrapper .form-group textarea {
  resize: vertical;
  min-height: clamp(80px, 10vh, 100px);
}

.contact-form-wrapper .submit-button {
  align-self: center;
  width: clamp(45%, 50%, 55%);
  padding: clamp(12px, 1.5vh, 14px);
  background-color: #ffffff;
  color: #000000;
  border: none;
  border-radius: clamp(15px, 2vw, 20px);
  font-family: 'HelveticaNeue', sans-serif;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: bold;
  cursor: pointer;
  margin-top: auto;
  transition: background-color 0.3s;
}

.contact-form-wrapper .submit-button:hover {
  background-color: #e0e0e0;
}

/* Contact Info Cards */
.contact-info-column {
  gap: clamp(20px, 2.5vw, 25px);
}

.contact-info-card {
  background-color: #333333;
  border-radius: clamp(15px, 2vw, 20px);
  padding: clamp(20px, 2.5vw, 25px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: flex-start;
  gap: clamp(15px, 2vw, 20px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-info-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.contact-info-icon {
  flex-shrink: 0;
  width: clamp(40px, 5vw, 48px);
  height: clamp(40px, 5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info-icon svg {
  width: 100%;
  height: 100%;
}

.contact-info-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(5px, 0.5vh, 8px);
}

.contact-info-label {
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 1.8vw, 20px);
  color: #ffffff;
  margin: 0;
}

.contact-info-text {
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: normal;
  font-size: clamp(14px, 1.5vw, 16px);
  color: #ffffff;
  margin: 0;
  line-height: 1.5;
}

/* Responsive Design for Contact Section */
@media (max-width: 991.98px) {
  .contact-form-column,
  .contact-info-column {
    margin-bottom: clamp(30px, 4vw, 40px);
  }

  .contact-info-column:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: clamp(30px, 5vw, 60px) clamp(15px, 3vw, 30px);
  }

  .contact-section-title {
    font-size: clamp(28px, 5vw, 40px);
    margin-bottom: clamp(25px, 3vw, 35px);
  }

  .contact-form-wrapper {
    padding: clamp(20px, 3vw, 30px);
  }

  .contact-info-card {
    padding: clamp(18px, 2.5vw, 22px);
    gap: clamp(12px, 2vw, 18px);
  }

  .contact-info-icon {
    width: clamp(36px, 5vw, 44px);
    height: clamp(36px, 5vw, 44px);
  }
}

@media (max-width: 480px) {
  .contact-section {
    padding: clamp(25px, 4vw, 50px) clamp(12px, 3vw, 20px);
  }

  .contact-section-title {
    font-size: clamp(24px, 6vw, 32px);
    margin-bottom: clamp(20px, 3vw, 30px);
  }

  .contact-form-wrapper {
    padding: clamp(18px, 3vw, 25px);
    border-radius: clamp(12px, 2vw, 18px);
  }

  .contact-info-card {
    padding: clamp(15px, 2.5vw, 20px);
    border-radius: clamp(12px, 2vw, 18px);
  }

  .contact-info-icon {
    width: 32px;
    height: 32px;
  }

  .contact-info-label {
    font-size: clamp(14px, 2vw, 18px);
  }

  .contact-info-text {
    font-size: clamp(12px, 1.8vw, 14px);
  }
}

/* Footer Section */
.footer-section {
  background-color: #000000;
  color: #ffffff;
  padding: 4rem 0 2rem;
  font-family: 'HelveticaNeue', Arial, sans-serif;
}

.footer-content {
  margin: 0;
  padding: 0 2rem;
}

.footer-brand {
  margin-bottom: 2rem;
}

.footer-logo-wrapper {
  margin-bottom: 1.5rem;
}

.footer-logo {
  height: auto;
  max-width: 150px;
  width: auto;
}

.footer-social-icons {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.footer-social-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  transition: opacity 0.3s ease;
}

.footer-social-icon:hover {
  opacity: 0.7;
}

.footer-social-icon img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1); /* Beyaz ikonlar için */
}

.footer-review-btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  font-size: 14px;
  font-family: 'HelveticaNeue', Arial, sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.footer-review-btn:hover {
  background-color: #ffffff;
  color: #000000;
}

.footer-star {
  font-size: 16px;
}

.footer-column {
  margin-bottom: 2rem;
}

.footer-heading {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #ffffff;
  font-family: 'HelveticaNeue', Arial, sans-serif;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  font-family: 'HelveticaNeue', Arial, sans-serif;
}

.footer-links a:hover {
  color: #cccccc;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  gap: 0.75rem;
}

.footer-contact-icon {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
}

.footer-contact-icon svg {
  width: 18px;
  height: 18px;
}

.footer-contact-text {
  color: #ffffff;
  font-size: 14px;
  font-family: 'HelveticaNeue', Arial, sans-serif;
  line-height: 1.5;
}

.footer-contact-text div {
  margin-bottom: 0.25rem;
}

/* Responsive Design */
@media (max-width: 991px) {
  .footer-content {
    padding: 0 1.5rem;
  }
  
  .footer-column {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 767px) {
  .footer-section {
    padding: 3rem 0 2rem;
  }
  
  .footer-content {
    padding: 0 1rem;
  }
  
  .footer-brand {
    text-align: center;
  }
  
  .footer-social-icons {
    justify-content: center;
  }
  
  .footer-review-btn {
    margin: 0 auto;
  }
  
  .footer-column {
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .footer-contact-item {
    justify-content: center;
  }
}

.service-detail-hero {
  position: relative;
  background: url("../images/hero_photo_1.jpg") center/cover no-repeat;
  color: #ffffff;
  padding: 160px 0 140px;
  overflow: hidden;
}

.service-detail-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.service-detail-hero-content {
  position: relative;
  max-width: 720px;
  text-align: left;
}

.service-detail-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.service-detail-description {
  font-size: 1.125rem;
  line-height: 1.8;
}

.service-detail-gallery-section {
  padding: 80px 0 120px;
}

.service-detail-gallery-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-align: center;
}

.service-detail-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 100%;
}

/* 2 fotoğraf olduğunda normal boyutlarını koru, sağa kaplama */
.service-detail-gallery-grid.gallery-2-items {
  max-width: 50%;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
}

.service-detail-gallery-item {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.service-detail-gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.service-detail-gallery-item figcaption {
  padding: 16px 20px 20px;
  font-size: 0.95rem;
  color: #555555;
}

@media (max-width: 768px) {
  .service-detail-hero {
    padding: 120px 0 100px;
  }

  .service-detail-title {
    font-size: 2.25rem;
  }

  .service-detail-description {
    font-size: 1rem;
  }

  .service-detail-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .service-detail-gallery-grid.gallery-2-items {
    max-width: 100%;
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.service-card .service-description {
  margin-bottom: 1.5rem;
}

.service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 12px 28px;
  border-radius: 12px;
  background-color: #e5e5e5;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.service-button:hover {
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Blog Cards */
.blog-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card-link:hover .blog-card {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* Blog Detail */
.blog-detail-hero {
  display: grid;
  gap: clamp(24px, 3vw, 48px);
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  padding: clamp(60px, 10vw, 120px) clamp(24px, 6vw, 80px);
  background-color: #0f0f0f;
  color: #ffffff;
}

.blog-detail-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.blog-detail-hero-content {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 24px);
}

.blog-detail-title {
  font-family: 'HelveticaNeue', sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 5vw, 48px);
  margin: 0;
  text-transform: uppercase;
}

.blog-detail-summary {
  font-family: 'HelveticaNeue', sans-serif;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
  margin: 0;
  color: #d1d1d1;
}

.blog-detail-body {
  background-color: #ffffff;
  color: #000000;
  padding: clamp(48px, 8vw, 96px) clamp(24px, 6vw, 80px);
}

.blog-detail-container {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 32px);
}

.blog-detail-paragraph {
  font-family: 'HelveticaNeue', sans-serif;
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 768px) {
  .blog-detail-hero {
    padding-top: clamp(40px, 6vw, 80px);
  }
}

.contact-info-text a {
  color: white;
  text-decoration: none;
}

.contact-info-text a:hover {
  text-decoration: underline;
}