.elementor-146 .elementor-element.elementor-element-f223e8e{--display:flex;}.elementor-146 .elementor-element.elementor-element-a28af50{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c54daaf *//* Hero Bölümü */
.hero {
  background-image: url('https://www.hotelsilviya.com/wp-content/uploads/2025/01/Ortak-Alanlar-3-scaled.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
  padding: 100px 20px;
  margin-bottom: 50px;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.hero p {
  font-size: 20px;
  margin-bottom: 20px;
}

.hero .hero-btn {
  background-color: #45DFFF; /* Turkuaz */
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
}

.hero .hero-btn:hover {
  background-color: #45DFFF; /* Daha koyu turkuaz */
}

/* Hizmetler Bölümü */
.services {
  display: flex;
  justify-content: space-around;
  padding: 50px 20px;
  background-color: white;
  margin-bottom: 50px;
}

.service {
  text-align: center;
  max-width: 300px;
}

.service i {
  font-size: 40px;
  color: #45DFFF; /* Turkuaz İkon Rengi */
  margin-bottom: 10px;
}

.service h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.service p {
  font-size: 16px;
}

/* Çağrı Aksiyonu */
.cta {
  text-align: center;
  padding: 50px 20px;
  background-color: #f4f4f4;
}

.cta h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.cta .cta-btn {
  background-color: #45DFFF; /* Turkuaz */
  color: white;
  padding: 15px 30px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 5px;
}

.cta .cta-btn:hover {
  background-color: #45DFFF; /* Daha koyu turkuaz */
}/* End custom CSS */