.elementor-883 .elementor-element.elementor-element-68f8d3e{--display:flex;--min-height:100px;--overlay-opacity:0.5;}.elementor-883 .elementor-element.elementor-element-68f8d3e:not(.elementor-motion-effects-element-type-background), .elementor-883 .elementor-element.elementor-element-68f8d3e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://pizzaburgeria.com/wp-content/uploads/2025/05/banner4_hero_1920x900.jpg");background-repeat:no-repeat;}.elementor-883 .elementor-element.elementor-element-68f8d3e::before, .elementor-883 .elementor-element.elementor-element-68f8d3e > .elementor-background-video-container::before, .elementor-883 .elementor-element.elementor-element-68f8d3e > .e-con-inner > .elementor-background-video-container::before, .elementor-883 .elementor-element.elementor-element-68f8d3e > .elementor-background-slideshow::before, .elementor-883 .elementor-element.elementor-element-68f8d3e > .e-con-inner > .elementor-background-slideshow::before, .elementor-883 .elementor-element.elementor-element-68f8d3e > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-883 .elementor-element.elementor-element-6246770{--display:flex;}.elementor-883 .elementor-element.elementor-element-fa0a6f7{--display:flex;}.elementor-883 .elementor-element.elementor-element-88324c0{--display:flex;}.elementor-883 .elementor-element.elementor-element-e3b52b0{--display:flex;}.elementor-883 .elementor-element.elementor-element-82442ac{--display:flex;}@media(max-width:767px){.elementor-883 .elementor-element.elementor-element-68f8d3e:not(.elementor-motion-effects-element-type-background), .elementor-883 .elementor-element.elementor-element-68f8d3e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://pizzaburgeria.com/wp-content/uploads/2025/05/ChatGPT-Image-5-May-2025-19_23_07.png");background-position:bottom right;background-repeat:no-repeat;background-size:cover;}.elementor-883 .elementor-element.elementor-element-68f8d3e::before, .elementor-883 .elementor-element.elementor-element-68f8d3e > .elementor-background-video-container::before, .elementor-883 .elementor-element.elementor-element-68f8d3e > .e-con-inner > .elementor-background-video-container::before, .elementor-883 .elementor-element.elementor-element-68f8d3e > .elementor-background-slideshow::before, .elementor-883 .elementor-element.elementor-element-68f8d3e > .e-con-inner > .elementor-background-slideshow::before, .elementor-883 .elementor-element.elementor-element-68f8d3e > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://pizzaburgeria.com/wp-content/uploads/2025/05/banner4_hero_1920x900.jpg");}.elementor-883 .elementor-element.elementor-element-68f8d3e{--min-height:500px;}}/* Start custom CSS for html, class: .elementor-element-906ed72 *//* GENEL */
.hero-section {
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
    padding: 30px 15px;
}

/* BAŞLIK */
.hero-section h1 {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 2px 2px 5px #000000aa;
}

/* ALT YAZI */
.hero-section .subtext {
    font-size: 20px;
    margin-bottom: 25px;
    text-shadow: 1px 1px 3px #000000aa;
}

/* BUTONLAR */
.order-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

/* FOMO */
.fomo-text {
    font-size: 18px;
    color: white;
    text-shadow: 1px 1px 4px #000000aa;
}

/* BUTON STİLLERİ */
.btn-ys {
    background-color: #e53935;
    color: white;
    padding: 15px 25px;
    font-size: 20px;
    border-radius: 8px;
    text-decoration: none;
}

.btn-getir {
    background-color: #5e35b1;
    color: white;
    padding: 15px 25px;
    font-size: 20px;
    border-radius: 8px;
    text-decoration: none;
}

.btn-call {
    background-color: #43a047;
    color: white;
    padding: 15px 25px;
    font-size: 20px;
    border-radius: 8px;
    text-decoration: none;
}

/* MOBİL OPTİMİZASYON */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 32px;
    }
    .hero-section .subtext {
        font-size: 18px;
    }
    .order-buttons a {
        font-size: 18px;
        padding: 12px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d1fd381 */.yorumlar-slider-section {
  background-color: #fff9f4;
  padding: 60px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  font-family: Arial, sans-serif;
  text-align: center;
}

.yorumlar-slider-section h2 {
  font-size: 28px;
  margin-bottom: 40px;
  color: #1c1c1c;
}

.yorumlar-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.yorum-kart {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  padding: 24px;
  flex: 0 0 300px;
  max-width: 300px;
  text-align: left;
}

.yorum-kart p {
  font-size: 15px;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.6;
}

.yorum-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #444;
}

.stars {
  color: #ffc107;
  font-size: 16px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f32bbb */.sss-section {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.sss-section h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.sss-accordion details {
  background: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px 20px;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.sss-accordion summary {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.sss-accordion p {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a8ee3b */.iletisim-section {
  background-color: #f4f4f4;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.iletisim-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.iletisim-bilgi {
  flex: 1 1 300px;
  min-width: 280px;
}

.iletisim-bilgi h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #d32f2f;
}

.iletisim-bilgi p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 16px;
}

.iletisim-bilgi a {
  color: #007bff;
  text-decoration: none;
}

.iletisim-harita {
  flex: 1 1 500px;
  min-width: 280px;
}/* End custom CSS */