.elementor-5912 .elementor-element.elementor-element-6145784{--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;--margin-top:-58px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5912 .elementor-element.elementor-element-9cb1c08{--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;}.elementor-5912 .elementor-element.elementor-element-f803fa9{--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;}.elementor-5912 .elementor-element.elementor-element-c8f8bcc{--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;}.elementor-5912 .elementor-element.elementor-element-63b541d{--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-c611cb6 */.custom-hero-section {
  display: flex;
  align-items: center;
  background: #f5f8fc;
  padding: 56px 0;
  flex-wrap: wrap;
  gap: 32px;
}
.custom-hero-content {
  flex: 1 1 320px;
  min-width: 280px;
  padding: 40px;
}
.custom-hero-content h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #124265;
  margin-bottom: 22px;
}
.custom-hero-content p {
  font-size: 1.18rem;
  color: #444;
  margin-bottom: 28px;
  line-height: 1.6;
}
.custom-btn {
  background: #1abc9c;
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  transition: background 0.18s;
}
.custom-btn:hover {
  background: #159d81;
}
.custom-hero-img {
  flex: 1 1 320px;
  min-width: 240px;
  text-align: center;
}
.custom-hero-img img {
  max-width: 100%;
  max-height: 400px;
  border-radius: 24px;
  box-shadow: 0 8px 32px #0002;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .custom-hero-section {
    flex-direction: column;
    padding: 32px 0;
  }
  .custom-hero-content, .custom-hero-img {
    padding: 16px;
    min-width: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1940ca */.custom-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 64px 0;
}
.feature-box {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px #0001;
  padding: 32px;
  text-align: center;
  transition: box-shadow 0.18s;
}
.feature-box:hover {
  box-shadow: 0 6px 24px #1abc9c22;
}
.feature-box img {
  height: 48px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: #f5f8fc;
}
.feature-box h4 {
  color: #124265;
  margin-bottom: 12px;
  font-size: 1.1rem;
  font-weight: 700;
}
.feature-box p {
  color: #444;
  font-size: 1.02rem;
}

/* Responsive */
@media (max-width: 900px) {
  .custom-features-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e59ad9e */.penil-ozellikler-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.penil-title h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.penil-separator {
  width: 60px;
  height: 4px;
  background-color: #1abc9c;
  margin: 0 auto 40px;
}

.penil-ozellikler-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.penil-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-width: 250px;
  max-width: 300px;
}

.penil-card {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.penil-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1abc9c;
}

.penil-card p {
  font-size: 15px;
  color: #333;
}

.penil-image img {
  max-width: 250px;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 900px) {
  .penil-ozellikler-grid {
    flex-direction: column;
    gap: 18px;
  }
  .penil-image img {
    margin: 30px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d9c007 */.faq-section {
    max-width: 800px;
    margin: 44px auto 36px auto;
}
.faq-title {
    font-size: 1.35rem;
    color: #253f74;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
}
details {
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 1px 7px #0001;
    margin-bottom: 12px;
    padding: 14px 18px;
    cursor: pointer;
    transition: box-shadow 0.2s;
}
details[open] {
    box-shadow: 0 2px 16px #00bfae22;
}
summary {
    font-weight: 600;
    color: #1abc9c;
    font-size: 1.08rem;
    outline: none;
}
@media (max-width:600px){
    .faq-section {padding-left: 7px; padding-right: 7px;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cbac303 */.cta-section {
    text-align: center;
    margin-top: 52px;
}
.cta-btn {
    background: #26c6da;
    color: #fff;
    font-size: 1.12rem;
    padding: 18px 42px;
    border: none;
    border-radius: 32px;
    box-shadow: 0 2px 18px #00bcd433;
    cursor: pointer;
    font-weight: 700;
    margin-top: 18px;
    text-decoration: none;
    transition: background .18s;
    display: inline-block;
}
.cta-btn:hover {
    background: #0097a7;
}
.whatsapp-btn {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    background: #25d366;
    color: #fff;
    border-radius: 32px;
    font-size: 1.08rem;
    padding: 14px 30px;
    font-weight: 600;
    text-decoration: none;
    transition: background .14s;
}
.whatsapp-btn img {
    width: 28px;
    margin-right: 11px;
}
.whatsapp-btn:hover {
    background: #128c7e;
}/* End custom CSS */