/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Author: Kenan Uçar
Author URI: https://www.cansinilkyardim.com/
Template: oceanwp
Description: OceanWP için oluşturulmuş child tema.
Version: 1.0
*/

/* Parent theme styles */
@import url("../oceanwp/style.css");

/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP için oluşturulmuş child tema.
Template: oceanwp
Version: 1.0
Author: Kenan Uçar
Author URI: https://www.cansinilkyardim.com/
*/

/* Parent theme styles */
@import url("../oceanwp/style.css");

:root {
  --base-font: 16px; /* Desktop varsayılan */
}

html {
  font-size: var(--base-font);
}

@media (max-width: 1024px) {
  :root {
    --base-font: 15px; /* Tablet */
  }
}

@media (max-width: 768px) {
  :root {
    --base-font: 14px; /* Mobil */
  }
}

#menu-item-79 .nav-arrow {
  display: none;
}

/* Font Tanımları */
@font-face {
  font-family: 'Open Sans Custom';
  src: url('./fonts/OpenSans-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Oswald Custom';
  src: url('./fonts/oswald-v56-latin-regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'archivo-narrow';
  src: url('./fonts/archivo-narrow.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Fjalla-One';
  src: url('./fonts/fjalla-one-v15-latin_latin-ext-regular.woff2') format('woff2');
  font-display: swap;
}

.phone {filter:invert(1);}

#searchform-dropdown.show {background:#08152a;}
.searchform {background:white;}

/* Sticky Header için Temel Ayarlar */
#site-header {
    transition: all 0.3s ease !important;
    background: #08152a !important; /* Arkaplan rengi */
}

/* Top Bar Animasyonu */
#top-bar-wrap {
    transition: all 0.3s ease !important;
}

.single-page-title {
    position: relative;
}

.single-page-title::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(8,21,42,1) 0%, rgba(8,21,42,0) 100%);
    z-index: 0;
}
.single-page-title * {
    position: relative;
    z-index: 1;
}


.footer-box .elementor-icon-list-icon svg {
    width: 14px;
    height: 14px;
}


.sss-faq {
  font-family: Arial, sans-serif;
  padding-left: 10px;
}
.sss-faq .faq-item {
  border-bottom: 1px solid #eee;
}
.sss-faq .faq-question {
  color: #0D0D0D;
  margin: 0;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  font-weight: 500;
}
.sss-faq .faq-answer {
  color: #333;
  line-height: 1.6;
  display: none;
  padding: 5px 5px 5px;
  border-left: 1px solid #2750A4;
}
.sss-faq .faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  color: #999;
  font-weight: bold;
}
.sss-faq .faq-item.active .faq-answer {
  display: block;
}
.sss-faq .faq-item.active .faq-question::after {
  content: '-';
}
.sss-faq .faq-answer ul {
  padding-left: 20px;
}







/* Mobile Desteği */
@media (max-width: 768px) {
    #site-header {
        position: relative !important; /* Mobilde sticky iptal */
    }
    body {
        padding-top: 0 !important;
    }
}

@media (max-width: 1060px) {
    #site-navigation .main-menu .menu-link {
        font-size: 16px;
        padding: 5px 8px;
    }
    #site-logo-inner img {
        max-height: 70% !important;
        height: auto;
        width: auto;
    }
    .elementor-slide-heading {font-size:30px !important;}
}

@media (max-width: 960px) {
    #site-logo {
        max-height: none !important;
    }
    #site-logo-inner img.custom-logo,
    #site-logo-inner img.responsive-logo {
        max-height: 70px !important;
        width: auto !important;
        height: auto !important;
    }
    
  #content-wrap {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .single-page-right {display:none;}
  .single-page-left {width:100%;}
  .blog-reklam {display:none;}
  
 h3 {
    font-size: 15px !important;
    line-height: 1.4;
}

.elementor-slide-heading {font-size:26px !important;}
.swiper-slide-contents {max-width:100%; margin:auto;}

}



