/* style.css - Gökyüzü Butik Hotel */
:root {
  --bg-primary: #FDFBF7;
  --bg-secondary: #F2EDE4;
  --text-dark: #2A2F2B;
  --text-muted: #5C675F;
  --accent-green: #3D3226;
  --accent-green-light: #524434;
  --accent-wood: #A87C51;
  --accent-wood-hover: #8B6642;
  --border-radius-lg: 16px;
  --border-radius-xl: 24px;
  --template-color: #751c33
}

body {
  font-family: 'Outfit', sans-serif;
  background-color: var(--bg-primary);
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-serif {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  color: var(--template-color);
}

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

.hover-green:hover {
  color: var(--template-color) !important;
}

/* Custom Buttons */
.btn-primary-custom {
  background-color: var(--template-color);
  color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border: 1px solid var(--template-color);
  transition: all 0.3s ease;
}

.btn-primary-custom:hover {
  background-color: var(--accent-green-light);
  border-color: var(--accent-green-light);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(44, 76, 59, 0.2);
}

.btn-outline-custom {
  background-color: transparent;
  color: var(--accent-wood);
  border: 1px solid var(--accent-wood);
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline-custom:hover {
  background-color: var(--accent-wood);
  color: #fff;
}

/* Utility shadow */
.shadow-soft {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04) !important;
}

/* Navbar */
.navbar-custom {
  background-color: rgba(253, 251, 247, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(44, 76, 59, 0.05);
  transition: all 0.3s ease;
}

.navbar-custom .nav-link {
  color: var(--text-dark);
  font-weight: 500;
  margin: 0 10px;
  position: relative;
  transition: color 0.3s ease;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
  color: var(--template-color);
}

.navbar-custom .nav-link::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--accent-wood);
  transition: width 0.3s ease;
}

.navbar-custom .nav-link:hover::after,
.navbar-custom .nav-link.active::after {
  width: 100%;
}

.navbar-brand img {
  max-height: 90px;
  transition: transform 0.3s ease;
}

.navbar-brand:hover img {
  transform: scale(1.02);
}

/* Hero Section */
.hero-section {
  position: relative;
  /* height overridden by vh-100 class in HTML */
  min-height: 600px;
}

.carousel-item {
  /* height overridden by h-100 class in HTML */
  min-height: 600px;
}

.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}

.carousel-caption {
  z-index: 2;
  bottom: 0;
  padding-bottom: 0;
}

.hero-title {
  max-width: 650px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  line-height: 1.1;
}

.hero-subtitle {
  font-weight: 300;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  max-width: 600px;
}

/* Subtle Carousel Indicators */
.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 6px;
  background-color: #fff;
  opacity: 0.4;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  opacity: 1;
  transform: scale(1.3);
  background-color: var(--accent-wood);
}

/* Decorative Pattern using CSS */
.pattern-bg {
  position: relative;
  background-color: var(--bg-secondary);
  z-index: 1;
  overflow: hidden;
}

.pattern-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(var(--template-color) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.05;
  z-index: -1;
}

.leaf-pattern::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="%233D3226" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 3C14.5 3 11 5.5 11 9.5C11 9.8 11.02 10.1 11.05 10.4L5.34 16.11C4.95 16.5 4.95 17.14 5.34 17.53C5.73 17.92 6.36 17.92 6.75 17.53L12.46 11.82C12.76 11.85 13.06 11.87 13.37 11.87C17.37 11.87 19.87 8.37 19.87 5.37C19.87 4.54 19.45 3.84 18.8 3.39C18.43 3.14 17.98 3 17.5 3ZM16 8.5C15.17 8.5 14.5 7.83 14.5 7C14.5 6.17 15.17 5.5 16 5.5C16.83 5.5 17.5 6.17 17.5 7C17.5 7.83 16.83 8.5 16 8.5Z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.04;
  z-index: -1;
  pointer-events: none;
}

.topografic-pattern::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M10 90 Q30 50 50 90 T90 90" fill="none" stroke="%233D3226" stroke-width="0.5" stroke-opacity="0.2"/></svg>');
  background-size: 200px;
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}

/* Image rounded containers */
.img-rounded {
  border-radius: var(--border-radius-xl);
  object-fit: cover;
  box-shadow: 0 15px 40px rgba(44, 76, 59, 0.1);
}

/* Room Cards */
.card-room {
  border: none;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-room:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(44, 76, 59, 0.08);
}

.card-room img {
  height: 450px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card-room:hover img {
  transform: scale(1.05);
}

.card-room .card-body {
  padding: 2rem;
}

.room-price {
  color: var(--accent-wood);
  font-weight: 600;
  font-size: 1.1rem;
}

/* Blog Cards */
.blog-card-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-img {
  transform: scale(1.05);
}

/* Image Crop Utilities */
.img-vertical-crop {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: var(--border-radius-xl);
}

/* Video Cards */
.video-card {
  position: relative;
  border-radius: var(--border-radius-xl);
  overflow: hidden;
  height: 650px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
  cursor: pointer;
}

.video-card .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.video-card:hover .video-thumbnail {
  transform: scale(1.05);
}

.video-card .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.video-card:hover .video-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}

.video-card .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--template-color);
  font-size: 1.8rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.video-card:hover .play-btn {
  background-color: var(--template-color);
  color: #fff;
  transform: translate(-50%, -50%) scale(1.1);
}

/* Forms */
.form-control,
.form-select {
  border: none;
  border-bottom: 2px solid rgba(44, 76, 59, 0.1);
  border-radius: 0;
  padding: 15px 0;
  background: transparent;
  transition: border-color 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  background: transparent;
  border-bottom-color: var(--template-color);
  box-shadow: none;
}

/* Contact Section & Form */
.premium-input-modern {
  background-color: #F8F9FA;
  border: 1px solid transparent;
  border-radius: 1rem;
  padding: 1rem 1.2rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: none !important;
  color: var(--text-color);
}

.premium-input-modern:focus {
  background-color: #fff;
  border-color: var(--template-color);
  box-shadow: 0 0 0 4px rgba(44, 76, 59, 0.1) !important;
}

select.premium-input-modern {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 16px 12px;
}

.contact-icon-premium {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.contact-icon-premium:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.btn-luxury-submit {
  background-color: var(--accent-wood);
  color: #fff;
  border-radius: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none;
  text-transform: uppercase;
}

.btn-luxury-submit:hover {
  background-color: #2b231b;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Footer */
.footer {
  background-color: var(--accent-green);
  color: #FDFBF7;
}

.footer h5 {
  color: var(--accent-wood);
  font-family: 'Outfit', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}

.footer a {
  color: rgba(253, 251, 247, 0.7);
  transition: color 0.3s ease;
}

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

.social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-links a:hover {
  background-color: var(--accent-wood);
  border-color: var(--accent-wood);
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .display-5 {
    font-size: 2.2rem;
  }
}

/* Gallery Page Styles */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  cursor: pointer;
  height: 350px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 76, 59, 0.4);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  color: #fff;
  font-size: 2.5rem;
  transform: translateY(20px) scale(0.8);
  transition: all 0.4s ease;
}

.gallery-item:hover .gallery-overlay i {
  transform: translateY(0) scale(1);
}

.filter-btn {
  background: transparent;
  border: 1px solid rgba(44, 76, 59, 0.2);
  color: var(--text-color);
  border-radius: 50rem;
  padding: 0.6rem 2rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
  background-color: var(--template-color);
  color: #fff;
  border-color: var(--template-color);
}

/* Blog Detail Page Styles */
.blog-detail-content p {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #4a4a4a;
  margin-bottom: 1.5rem;
}

.blog-detail-content h3 {
  font-family: 'Playfair Display', serif;
  color: var(--template-color);
  margin-top: 2.5rem;
  margin-bottom: 1.2rem;
  font-weight: 600;
}

.blog-quote {
  border-left: 4px solid var(--accent-wood);
  padding-left: 2rem;
  margin: 3rem 0;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--template-color);
  background: linear-gradient(90deg, rgba(166, 138, 100, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.author-box {
  background-color: #FAFAF8;
  border-radius: 1rem;
  padding: 2rem;
  margin-top: 4rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* Product Gallery Styles */
.thumbnail-row img {
  width: 120px;
  height: 85px;
  object-fit: cover;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}

.cursor-pointer {
  cursor: pointer;
}

.thumb-inactive {
  opacity: 0.5;
  border-color: transparent;
}

.active-thumb {
  opacity: 1;
  border-color: var(--accent-wood) !important;
  border-width: 2px;
}

.thumbnail-row::-webkit-scrollbar {
  height: 6px;
}

.thumbnail-row::-webkit-scrollbar-thumb {
  background-color: rgba(44, 76, 59, 0.2);
  border-radius: 10px;
}

.transition-fade {
  transition: opacity 0.3s ease-in-out;
}

/* About Us Feature Cards */
.feature-card-premium {
  background-color: #fff;
  padding: 3rem 2.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.feature-card-premium:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(192, 159, 117, 0.3);
}

.icon-wrapper {
  transition: all 0.4s ease;
}

.feature-card-premium:hover .icon-wrapper {
  background-color: var(--accent-wood) !important;
  transform: scale(1.1);
}

.feature-card-premium:hover .icon-wrapper i {
  color: #fff !important;
}

/* =========================================
   Unified Component Styles (Replacing Inline)
   ========================================= */

/* Generic Section Subtitle used across pages */
.section-subtitle {
  color: var(--accent-wood);
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/* Inner Page Hero Banners */
.page-hero-section {
  height: 40vh;
  overflow: hidden;
  position: relative;
}

.page-hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}

.page-hero-subtitle {
  letter-spacing: 3px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
}

/* Contact Page specific */
.contact-map-wrapper {
  background-color: var(--bg-secondary);
  z-index: 10;
  margin-top: -80px;
  padding-bottom: 5rem !important;
}

.contact-info-card {
  border-radius: 2rem;
  overflow: hidden;
  background-color: var(--template-color);
}

.contact-details-col {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-icon-large {
  color: var(--accent-wood);
  font-size: 1.5rem;
}

.contact-title-small {
  font-size: 1.2rem;
  font-family: 'Playfair Display', serif;
  color: #fff;
  margin-bottom: 0.5rem;
}

.contact-text-light {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

.contact-map-col {
  min-height: 450px;
  position: relative;
}

.contact-map-iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(100%) invert(100%) contrast(85%);
}

/* Reservation Form Card */
.reservation-card {
  border-radius: 2rem;
  box-shadow: 0 20px 40px rgba(44, 76, 59, 0.08);
  overflow: hidden;
}

.reservation-img-col {
  min-height: 400px;
  position: relative;
}

.reservation-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(44, 76, 59, 0.8), transparent 70%);
}

/* Footer Utilities */
.footer-logo {
  max-height: 80px;
  filter: brightness(0) invert(1);
}

.footer-text-muted {
  color: rgba(253, 251, 247, 0.7);
}

.footer-text-faded {
  color: rgba(253, 251, 247, 0.5);
}

.footer-border-top {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.text-accent-wood {
  color: var(--accent-wood);
}

.text-accent-green {
  color: var(--template-color);
}

/* Check list icon color */
.check-icon {
  color: var(--template-color);
}

/* Hero location badge */
.hero-location-text {
  letter-spacing: 2px;
}

/* Carousel arrow sizing */
.carousel-control-sm {
  width: 5%;
}

.carousel-icon-sm {
  width: 1.5rem;
  height: 1.5rem;
}

/* About page decorative stat box */
.about-stat-box {
  bottom: -20px;
  right: -20px;
  max-width: 200px;
}

.about-stat-box-alt {
  bottom: -30px;
  left: -30px;
  border: 1px solid rgba(44, 76, 59, 0.1);
}

/* Blog card styling */
.blog-card-styled {
  border-radius: 1rem;
  overflow: hidden;
}

/* Reservation section left column */
.reservation-left-col {
  background-color: var(--template-color);
  color: #fff;
}

.reservation-left-text {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

/* Carousel outline button border */
.btn-outline-hero {
  border-width: 2px;
}

/* About page lead text */
.text-leading {
  line-height: 1.8;
}

/* Light section background */
.bg-section-light {
  background-color: var(--bg-primary);
}

.bg-section-warm {
  background-color: #f7f5f0;
}

/* Feature card icon wrapper */
.feature-icon-circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: rgba(192, 159, 117, 0.1);
}

.feature-icon-circle i {
  font-size: 1.8rem;
  color: var(--accent-wood);
}

.feature-card-title {
  font-size: 1.25rem;
  font-family: 'Outfit', sans-serif;
  color: #1a1a1a;
}

.feature-section-title {
  font-family: 'Outfit', sans-serif;
}

/* About hero (taller) */
.page-hero-section-tall {
  height: 50vh;
  overflow: hidden;
  position: relative;
}

/* Room Detail Page */
.room-feature-item {
  background-color: var(--bg-primary);
  border-radius: 0.5rem;
}

.room-feature-item i {
  color: var(--accent-wood);
}

.room-badge {
  background-color: rgba(44, 76, 59, 0.1);
  color: var(--template-color);
  letter-spacing: 2px;
}

.room-gallery-main {
  height: 450px;
  background-color: #f8f9fa;
}

.room-description {
  line-height: 1.9;
  font-size: 1.1rem;
}

.room-reservation-card {
  top: 120px;
  border-radius: 1.5rem;
  background-color: var(--bg-primary);
  border-top: 4px solid var(--accent-wood) !important;
}

/* Blog detail page */
.blog-detail-text {
  line-height: 1.9;
  font-size: 1.1rem;
}

.blog-sidebar-card {
  border-radius: 1rem;
  background-color: var(--bg-primary);
}

.blog-badge {
  background-color: rgba(44, 76, 59, 0.1);
  color: var(--template-color);
  width: fit-content;
  font-size: 0.7rem;
  letter-spacing: 1px;
}

.blog-read-more {
  color: var(--template-color);
  font-size: 0.8rem;
}

.blog-pagination {
  border-radius: 0.5rem;
  overflow: hidden;
}

.blog-pagination .page-link.active-page {
  background-color: var(--template-color);
  color: #fff;
}

/* Blog Detail Hero */
.blog-detail-hero {
  height: 60vh;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.blog-detail-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.blog-detail-badge {
  background-color: var(--accent-wood);
  font-size: 0.8rem;
  letter-spacing: 2px;
}

.blog-detail-title {
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.blog-detail-meta {
  letter-spacing: 1px;
}

.blog-detail-lead {
  font-size: 1.3rem;
  color: #333;
}

.blog-detail-list {
  font-size: 1.1rem;
  line-height: 2;
}

/* Share buttons */
.share-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 38px;
}

/* Author logo */
.author-logo {
  width: 80px;
  filter: invert(0.3);
}

.blog-detail-hero-bottom {
  align-items: flex-end;
}

/* Modern Contact Page Styles */
.contact-hero-fullwidth {
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.contact-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.contact-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(117, 28, 51, 0.85) 0%, rgba(61, 50, 38, 0.75) 100%);
  z-index: 1;
}

.min-vh-75 {
  min-height: auto;
}

.contact-badge {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.contact-info-section {
  background: var(--bg-primary);
  margin-top: -50px;
  position: relative;
  z-index: 10;
}

.contact-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.contact-card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--template-color) 0%, var(--accent-green) 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
  flex-shrink: 0;
}

.contact-card-content {
  flex: 1;
}

.contact-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'Outfit', sans-serif;
}

.contact-card-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-dark);
  margin: 0;
  line-height: 1.5;
}

.hover-lift {
  transition: all 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.modern-map-wrapper {
  height: 350px;
  position: relative;
  overflow: hidden;
}

.modern-map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.2);
  transition: filter 0.3s ease;
}

.modern-map-iframe:hover {
  filter: grayscale(0);
}

.bg-accent-green {
  background-color: var(--template-color) !important;
}

.text-accent-green {
  color: var(--template-color) !important;
}

/* Form Control Modern */
.form-control-lg {
  border-radius: 12px;
  border: 2px solid #e9ecef;
  padding: 0.875rem 1.25rem;
  transition: all 0.3s ease;
}

.form-control-lg:focus {
  border-color: var(--template-color);
  box-shadow: 0 0 0 0.2rem rgba(117, 28, 51, 0.1);
}

/* Page-specific Title Sizes */
.hakkimizda-title {
  font-size: 3rem;
}

.blog-title {
  font-size: 3rem;
}

.galeri-title {
  font-size: 3rem;
}

.odalar-title {
  font-size: 3rem;
}

.iletisim-title {
  font-size:3rem;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-hero-fullwidth {
    min-height: 70vh;
  }
  
  .min-vh-75 {
    min-height: auto;
  }
  
  .contact-info-box {
    padding: 1.25rem;
  }
  
  .modern-map-wrapper {
    height: 300px;
  }
  
  .hakkimizda-title,
  .blog-title,
  .odalar-title {
    font-size: 3rem;
  }
  
  .galeri-title {
    font-size: 3.5rem;
  }
  
  .iletisim-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 767px) {
  .contact-hero-fullwidth {
    min-height: 60vh;
  }
  
  .contact-badge {
    font-size: 0.75rem;
    padding: 6px 16px;
  }
  
  .hakkimizda-title,
  .blog-title,
  .odalar-title {
    font-size: 2.5rem;
  }
  
  .galeri-title {
    font-size: 3rem;
  }
  
  .iletisim-title {
    font-size: 3rem;
  }
}