@charset "UTF-8";
/* Bu dosya temanın ana CSS dosyasıdır. Tema bilgisi için "maviwebtasarim/style.css" dosyasına bakın. */
/*    
*****************************                                   
Library                   
- methods                        
- methods                        
- colors                                    
- fonts                                    
- toasts                             
- custom-buttons                         
- functions                         
- system-functions                          
- media_functions                                       
- shortcode_functions                                                 
- sects-min                                                   
******************************                                
System                                  
- offcanvas                         
- search                    
- contact                                         
- whatsapp                                                       
- single-sidebar                                                               
- single-nonsidebar                                                                             
- page-sidebar                                              
- page-nonsidebar                                         
- shortcode             
*******************************           
Template                      
- template-functions                       
- offcanvas                     
- header                    
- home            
- footer         
- single-sidebar                     
- single-nonsidebar  
- page-sidebar    
- page-nonsidebar    
- shortcode   
- sections           
*******************************             
*/
/* Colors */
@import url(library/sects-min.css);
@import url(template/sections.css);
:root {
  --source-sans-3: "Source Sans 3", Arial, sans-serif;
  --blue-ruin:#026cdd;
  --blue-ruin-rgba:2,108,221;
  --london-rain:#0051bb;
  --london-rain-rgba:0,81,187;
  --white:#ffffff;
  --warm-purple:#972b8a;
  --aged-purple:#ac439f;
  --adamantine-blue:#57a5f8;
  --swiss-plum:#6d46b3;
  --swiss-plum-rgba:109,70,179;
  --midnight:#020c2e;
  --mazzy-star:#c35caf;
  --peach-cobbler:#ffae83;
  --golden-nectar:#ffd969;
  --sapphire-blue:#0066bc;
  --altdorf-sky-blue:#00a1ab;
  --malted-mint-madness:#0cdaa7;
  --alphabet-blue:#b3d1f0;
  --jadestone:#03a8a6;
  --emerson:#42645d;
  --black-anther:#424242;
  --white-rabbit:#f9f0e9;
  --clr: #825aa9; }

/* Color Classes */
/*Color Text*/
.blue-ruin {
  color: var(--blue-ruin); }

/* Bg Color Class */
.bg-blue-ruin {
  background-color: var(--blue-ruin); }

/*Text-Bg Color*/
.text-bg-blue-ruin {
  color: var(--white);
  background-color: var(--blue-ruin); }

/* CSS Document */
:root {
  --source-sans-3: "Source Sans 3", Arial, sans-serif;
  --special-elite: "Special Elite";
  --croissant-one: "Croissant One";
  --josefin-sans: "Josefin Sans";
  --josefin-slab: "Josefin slab";
  --caveat: "Caveat";
  --indie-flower: "Indie Flower";
  --lilita-one: "Lilita One";
  --merienda: "Merienda";
  --Laila: "Laila";
  --pangolin: "Pangolin";
  --chewy: "Chewy";
  --aclonica: "Aclonica";
  --short-stack: "Short Stack";
  --bubblegum-sans: "Bubblegum Sans";
  --capriola: "Capriola";
  --handlee: "Handlee";
  --cabin-sketch: "Cabin Sketch";
  --tillana: "Tillana";
  --baloo-2: "Baloo 2";
  --roboto: "Roboto";
  --londrina-sketch: "Londrina Sketch";
  --protest-strike: "Protest Strike";
  --baloo-da-2: "Baloo Da 2";
  --lemon: "Lemon";
  --itim: "Itim";
  --nerko-one: "Nerko One";
  --akaya-kanadaka: "Akaya Kanadaka";
  --sriracha: "Sriracha";
  --suez-one: "Suez One";
  --poetsen-one: "Poetsen One";
  --coiny: "Coiny"; }

.bwd-btn {
  padding: 10px 10px; }

.btn-swiss {
  background-color: var(--swiss-plum);
  /* Custom background color */
  border-color: var(--swiss-plum);
  /* Custom border color */
  color: white; }

.btn-swiss:hover {
  background-color: #9670db;
  /* Custom hover background */
  border-color: #9670db;
  /* Custom hover border */
  color: white; }

.btn-midnight {
  background-color: var(--midnight);
  /* Custom background color */
  border-color: var(--midnight);
  /* Custom border color */
  color: white; }

.btn-midnight:hover {
  background-color: #08174a;
  /* Custom hover background */
  border-color: #08174a;
  /* Custom hover border */
  color: white; }

.btn-orange-darkturquoise {
  text-decoration: none;
  background-color: orange; }

.btn-orange-darkturquoise:hover {
  background-color: darkturquoise;
  /* Custom hover background */
  border-color: darkturquoise;
  /* Custom hover border */ }

.btn-golden-nectar {
  background-color: var(--golden-nectar);
  /* Custom background color */
  border-color: var(--golden-nectar);
  /* Custom border color */
  color: white; }

.btn-golden-nectar:hover {
  background-color: var(--peach-cobbler);
  /* Custom hover background */
  border-color: var(--peach-cobbler);
  /* Custom hover border */
  color: white; }

.btn-golden-nectar_darkturquoise {
  background-color: var(--golden-nectar);
  /* Custom background color */
  border-color: var(--golden-nectar);
  /* Custom border color */
  color: white; }

.btn-golden-nectar_darkturquoise:hover {
  background-color: var(--darkturquoise);
  /* Custom hover background */
  border-color: var(--darkturquoise);
  /* Custom hover border */
  color: white; }

.part-0 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-0 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-0 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-0 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-0 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-0 {
    max-width: 1320px; } }
.part-1 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-1 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-1 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-1 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-1 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-1 {
    max-width: 1320px; } }
.part-2 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-2 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-2 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-2 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-2 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-2 {
    max-width: 1320px; } }
.part-3 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-3 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-3 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-3 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-3 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-3 {
    max-width: 1320px; } }
.part-4 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-4 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-4 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-4 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-4 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-4 {
    max-width: 1320px; } }
.part-5 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-5 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-5 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-5 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-5 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-5 {
    max-width: 1320px; } }
.part-6 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-6 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-6 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-6 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-6 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-6 {
    max-width: 1320px; } }
.part-7 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-7 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-7 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-7 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-7 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-7 {
    max-width: 1320px; } }
.part-8 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-8 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-8 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-8 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-8 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-8 {
    max-width: 1320px; } }
.part-9 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-9 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-9 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-9 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-9 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-9 {
    max-width: 1320px; } }
.part-10 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-10 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-10 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-10 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-10 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-10 {
    max-width: 1320px; } }
.part-11 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-11 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-11 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-11 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-11 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-11 {
    max-width: 1320px; } }
.part-12 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-12 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-12 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-12 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-12 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-12 {
    max-width: 1320px; } }
.part-13 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-13 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-13 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-13 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-13 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-13 {
    max-width: 1320px; } }
.part-14 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-14 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-14 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-14 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-14 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-14 {
    max-width: 1320px; } }
.part-15 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-15 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-15 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-15 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-15 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-15 {
    max-width: 1320px; } }
.part-16 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-16 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-16 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-16 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-16 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-16 {
    max-width: 1320px; } }
.part-17 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-17 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-17 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-17 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-17 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-17 {
    max-width: 1320px; } }
.part-18 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-18 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-18 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-18 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-18 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-18 {
    max-width: 1320px; } }
.part-19 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-19 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-19 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-19 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-19 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-19 {
    max-width: 1320px; } }
.part-20 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-20 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-20 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-20 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-20 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-20 {
    max-width: 1320px; } }
.part-21 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-21 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-21 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-21 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-21 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-21 {
    max-width: 1320px; } }
.part-22 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-22 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-22 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-22 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-22 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-22 {
    max-width: 1320px; } }
.part-23 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-23 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-23 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-23 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-23 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-23 {
    max-width: 1320px; } }
.part-24 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-24 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-24 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-24 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-24 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-24 {
    max-width: 1320px; } }
.part-25 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-25 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-25 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-25 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-25 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-25 {
    max-width: 1320px; } }
.part-blog_page-content {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-blog_page-content {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-blog_page-content {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-blog_page-content {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-blog_page-content {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-blog_page-content {
    max-width: 1320px; } }
.part-search {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-search {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-search {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-search {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-search {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-search {
    max-width: 1320px; } }
.part-video {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-video {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-video {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-video {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-video {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-video {
    max-width: 1320px; } }
.part-header-0 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-header-0 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-header-0 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-header-0 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-header-0 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-header-0 {
    max-width: 1320px; } }
.part-header-1 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-header-1 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-header-1 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-header-1 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-header-1 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-header-1 {
    max-width: 1320px; } }
.part-header-2 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-header-2 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-header-2 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-header-2 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-header-2 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-header-2 {
    max-width: 1320px; } }
.part-header-3 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-header-3 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-header-3 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-header-3 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-header-3 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-header-3 {
    max-width: 1320px; } }
.part-header-4 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-header-4 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-header-4 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-header-4 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-header-4 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-header-4 {
    max-width: 1320px; } }
.part-header-5 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-header-5 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-header-5 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-header-5 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-header-5 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-header-5 {
    max-width: 1320px; } }
.part-footer-1 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-footer-1 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-footer-1 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-footer-1 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-footer-1 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-footer-1 {
    max-width: 1320px; } }
.part-footer-2 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-footer-2 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-footer-2 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-footer-2 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-footer-2 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-footer-2 {
    max-width: 1320px; } }
.part-footer-3 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-footer-3 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-footer-3 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-footer-3 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-footer-3 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-footer-3 {
    max-width: 1320px; } }
.part-footer-4 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-footer-4 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-footer-4 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-footer-4 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-footer-4 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-footer-4 {
    max-width: 1320px; } }
.part-footer-5 {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-footer-5 {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-footer-5 {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-footer-5 {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-footer-5 {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-footer-5 {
    max-width: 1320px; } }
.part-content {
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .part-content {
    max-width: 540px; } }
@media (min-width: 768px) {
  .part-content {
    max-width: 720px; } }
@media (min-width: 992px) {
  .part-content {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .part-content {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .part-content {
    max-width: 1320px; } }
/*
Kullanım
.button {
  background-color: rgba-from-hex(#026cdd, 0.75); // blue-ruin rengini %75 opaklıkla kullan
  border-color: rgba-from-hex(#0051bb, 0.5); // london-rain
}

.hero {
  background: rgba-from-hex($mazzy-star, 0.9); // SCSS değişken ile
}
*/
/*
Kullanım Örnekleri
@include media-min(sm) {
  body {
    background-color: lightblue;
  }
}
@include media-max(md) {
  body {
    font-size: 14px;
  }
}
@include media-between(sm, lg) {
  .box {
    padding: 20px;
  }
}
*/
body {
  color: #000000;
  background-color: #ffffff; }

.whatsapp {
  display: flex;
  position: fixed;
  right: 40px;
  bottom: 150px;
  background-color: #25D366;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  animation: whatsapp-pulse 2s ease-out infinite;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  opacity: 1;
  z-index: 9999; }
  .whatsapp i {
    color: white;
    font-size: 35px; }
  .whatsapp::before, .whatsapp::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #25D366;
    opacity: 0.4;
    z-index: -1; }
  .whatsapp::before {
    animation: pulse-ring 2s ease-out infinite; }
  .whatsapp::after {
    animation: pulse-ring 2s ease-out infinite;
    animation-delay: 1s; }

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.4; }
  70% {
    transform: scale(2.5);
    opacity: 0; }
  100% {
    transform: scale(2.5);
    opacity: 0; } }
.whatsapp:hover {
  transform: scale(1.1); }

.hidden {
  opacity: 0;
  pointer-events: none; }

.logo {
  width: auto;
  height: 70px; }

@media (max-width: 992px) {
  .logo {
    width: 100%;
    height: auto; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .logo {
    width: 100%;
    height: auto; } }
.social {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px; }
  .social .social-media {
    padding-right: 20px; }
    .social .social-media .fa-youtube-a i {
      color: #e30632; }
    .social .social-media .fa-facebook-a i {
      color: #4f91fd; }
    .social .social-media .fa-instagram-a i {
      color: #f00188; }
    .social .social-media .fa-linkedin-a i {
      color: #70a6db; }
    .social .social-media .fa-whatsapp-a i {
      color: #25d366; }
    .social .social-media .fa-twitter-a i {
      color: #000000; }
    .social .social-media .fa-pinterest-a i {
      color: #e60023; }
    .social .social-media i {
      padding: 5px;
      font-size: 30px;
      color: #1f386d; }
    @media (min-width: 992px) and (max-width: 1200px) {
      .social .social-media i {
        font-size: 25px; } }
  .social .search-but {
    font-size: 30px; }

.device-btn-menu {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #e57a30;
  font-size: 30px; }
  @media (min-width: 992px) {
    .device-btn-menu i {
      display: none; } }

.offcanvas-main-menu {
  background-color: #131313; }
  .offcanvas-main-menu .offcanvas-title {
    color: yellow; }

#offcanvasMainMenu .nav-link {
  color: white; }

.offcanvas-main-menu .offcanvas-header .btn-close {
  background-color: white;
  color: white !important; }

.contact_module .btn-contact-but {
  background-color: #ffc156; }
.contact_module .btn-contact-but:hover {
  background-color: black;
  color: #e57a30;
  font-weight: bold;
  border: 1px solid #ffc156; }

.arac-tablo-wrapper {
  max-width: 100%;
  margin-bottom: 50px; }

#arac-tablo-search {
  margin-bottom: 10px;
  padding: 8px;
  width: 100%;
  max-width: 300px;
  font-size: 16px; }

.arac-tablo-scroll {
  height: auto;
  overflow: auto; }

.arac-tablo {
  border-collapse: collapse;
  width: 100%;
  min-width: 600px; }

.arac-tablo th, .arac-tablo td {
  border: 1px solid #ddd;
  padding: 8px; }

.arac-tablo th {
  background-color: #f2f2f2;
  position: sticky;
  top: 0; }

.arac-tablo tr:nth-of-type(2n+1) {
  background-color: antiquewhite; }

.arac-tablo tr:hover {
  background-color: lightgray; }

.arac-tablo-search-area {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }

#arac-tablo-search {
  flex: 1;
  min-width: 200px;
  padding: 8px; }

#arac-tablo-search-btn,
#arac-tablo-reset-btn {
  padding: 8px 12px;
  background-color: #3f5789;
  border: none;
  border-radius: 3px;
  color: white; }

.pagination {
  margin: 10px 0;
  text-align: center; }

.pagination button {
  margin: 0 2px;
  padding: 5px 10px;
  cursor: pointer; }

.pagination button.active {
  background-color: #0073aa;
  color: white; }

.pagination button[disabled] {
  cursor: default;
  opacity: 0.5; }

@media (min-width: 992px) {
  .arac-tablo-note {
    display: none; } }
.wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  height: 500px; }

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%; }

@media (max-width: 992px) {
  .wp-block-embed-youtube .wp-block-embed__wrapper {
    width: 100%;
    height: 250px; }

  .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 100%; } }
.section-header-1 {
  background-color: #ffffff;
  color: black;
  padding-top: 5px;
  padding-bottom: 5px; }
  .section-header-1 .part-header-1 .row div {
    border: 0px solid black; }
  .section-header-1 .home-contact-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .section-header-1 .home-contact-info .row {
      width: 100%;
      align-items: center; }
      .section-header-1 .home-contact-info .row div {
        display: flex;
        align-items: center; }
        .section-header-1 .home-contact-info .row div i {
          font-size: 24px; }
        @media (min-width: 992px) and (max-width: 1200px) {
          .section-header-1 .home-contact-info .row div i {
            font-size: 20px; } }
      .section-header-1 .home-contact-info .row .column-1 {
        justify-content: flex-end;
        padding-bottom: 8px; }
        .section-header-1 .home-contact-info .row .column-1 a {
          font-size: 18px;
          text-decoration: none;
          color: #1f386d;
          text-shadow: 0 0 5px #a4d5e6, 0 0 10px #a4d5e6, 0 0 20px #a4d5e6, 0 0 40px #a4d5e6; }
        @media (min-width: 992px) and (max-width: 1200px) {
          .section-header-1 .home-contact-info .row .column-1 span {
            font-size: 16px;
            color: #1f386d; } }
        .section-header-1 .home-contact-info .row .column-1 .fa-mobile-screen {
          color: #0c0e1d; }
        .section-header-1 .home-contact-info .row .column-1 .fa-phone {
          color: #3b5fd5; }
      @media (max-width: 992px) {
        .section-header-1 .home-contact-info .row .column-1 {
          justify-content: flex-end; } }
      .section-header-1 .home-contact-info .row .column-2 {
        justify-content: flex-end; }
        .section-header-1 .home-contact-info .row .column-2 .fa-envelope {
          color: #c4a340; }
        .section-header-1 .home-contact-info .row .column-2 span {
          font-size: 18px;
          font-weight: 300;
          color: #1f386d;
          text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6), -2px -2px 4px rgba(0, 0, 0, 0.2); }
        @media (min-width: 992px) and (max-width: 1200px) {
          .section-header-1 .home-contact-info .row .column-2 span {
            font-size: 16px;
            font-weight: 300;
            color: #1f386d; } }
    .section-header-1 .home-contact-info .adress {
      font-size: 17px;
      color: black; }
    .section-header-1 .home-contact-info .adress span {
      padding-left: 5px; }
    .section-header-1 .home-contact-info .email-adress span a {
      color: black;
      text-decoration: none; }
    .section-header-1 .home-contact-info .email-adress span {
      padding-left: 5px; }
    .section-header-1 .home-contact-info .cep-no i {
      padding-right: 5px; }

.section-header-2 {
  background-color: #1f386d;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px; }

.section-header-3 {
  width: 100%;
  background-color: #1f386d;
  background-color: #1f386d; }
  .section-header-3 .menu-area-group {
    display: flex;
    align-items: center;
    justify-content: center; }

@media (min-width: 768px) and (max-width: 992px) {
  .section-header-3 {
    padding-bottom: 20px; } }
@media (max-width: 768px) {
  .section-header-3 {
    padding-bottom: 20px; } }
.navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold; }
.navbar-nav .nav-item .nav-link:hover {
  background-color: #e57a30;
  border-radius: 5px; }

@media (max-width: 992px) {
  .section-header-4 {
    padding-bottom: 50px; } }
.section-header-4 {
  width: 100%;
  background-color: #1f386d; }
  .section-header-4 .category-group {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-header-4 .category-group .multiple-category-selects {
      width: auto;
      margin: 0px auto;
      display: flex;
      flex-direction: row;
      gap: 20px; }
    .section-header-4 .category-group .category-select-group label {
      font-weight: bold;
      margin-bottom: 5px;
      display: block;
      color: #ffffff; }
    .section-header-4 .category-group .category-select-group select {
      width: 100%;
      padding: 10px;
      border-radius: 6px;
      border: 0px solid #ccc;
      font-size: 15px;
      background-color: #3f5789;
      padding-right: 5px;
      cursor: pointer;
      color: white;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
  .section-header-4 .additional-links {
    padding-bottom: 5px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
    .section-header-4 .additional-links .gaz-dolum-oran {
      height: 30px; }
      .section-header-4 .additional-links .gaz-dolum-oran .gaz-dolum-oran-link {
        color: white;
        font-size: 18px;
        text-decoration: none;
        cursor: grab; }
        .section-header-4 .additional-links .gaz-dolum-oran .gaz-dolum-oran-link i {
          color: #e57a30;
          font-size: 25px; }
      @media (max-width: 992px) {
        .section-header-4 .additional-links .gaz-dolum-oran .gaz-dolum-oran-link {
          font-size: 25px;
          text-decoration: none; } }
      .section-header-4 .additional-links .gaz-dolum-oran .gaz-dolum-oran-link:hover {
        color: #e57a30; }
        .section-header-4 .additional-links .gaz-dolum-oran .gaz-dolum-oran-link:hover i {
          color: #e57a30; }

@media (max-width: 992px) {
  .section-header-4 .category-group .multiple-category-selects {
    display: flex;
    flex-direction: column; } }
.section-1 {
  background-color: #1f386d;
  padding-top: 50px;
  padding-bottom: 50px; }
  .section-1 .card-container {
    width: 100%; }
  .section-1 .card {
    background-color: #ffffff;
    border-radius: 10px;
    height: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column; }
  .section-1 .card-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: white; }
  .section-1 .card-image img {
    width: 100%;
    height: auto;
    display: flex;
    align-self: flex-start;
    padding: 10px; }
  .section-1 .card:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
  .section-1 .card-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(102, 128, 240, 0.8);
    /* yellow cover */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease; }
  .section-1 .card:hover .card-hover {
    opacity: 1; }
  .section-1 .card-hover button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px; }
  .section-1 .card .card-title {
    display: none; }
  .section-1 .card:hover .card-title {
    display: flex;
    position: absolute;
    bottom: 0;
    justify-content: center;
    color: #000;
    text-align: center;
    padding: 20px;
    font-size: 20px; }
  .section-1 .card .card-title a {
    color: inherit;
    text-decoration: none; }
  .section-1 .card .card-title a:hover,
  .section-1 .card .card-title a:focus-visible {
    color: #d1122a;
    text-decoration: underline;
    text-underline-offset: 3px; }

.section-2 {
  background-color: #f0eeee; }
  .section-2 .video-card-scroll {
    padding: 30px; }
  .section-2 .video-card {
    height: auto;
    width: 100%;
    background-color: transparent;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    /* Gölge efekti */ }
  .section-2 .video-card a.card-link {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    position: relative; }
  .section-2 .video-card .thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0px; }
  .section-2 .video-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .section-2 .video-card .title {
    padding: 5px 5px 10px 5px;
    font-size: 14px;
    text-align: center;
    color: #000;
    font-weight: bold; }
  .section-2 .fancybox-btn {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #ffc156;
    color: black;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    z-index: 2; }
  .section-2 .fancybox-btn:hover {
    opacity: 0.8; }

.section-3 {
  margin-bottom: 30px; }
  .section-3 .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px; }
  .section-3 .product-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    display: flex;
    flex-direction: column; }
  .section-3 .product-card img {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 12px; }
  .section-3 .product-cat-area {
    padding-bottom: 7px; }
  .section-3 .product-cat-area a {
    text-decoration: none;
    color: #8e5a00;
    font-weight: bold; }
  .section-3 .product-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: black; }
  .section-3 .product-card h3 .product-card-title-link {
    color: #10284f;
    font-weight: 600;
    text-decoration: none; }
  .section-3 .product-card h3 .product-card-title-link:hover,
  .section-3 .product-card h3 .product-card-title-link:focus-visible {
    color: #d1122a;
    text-decoration: underline;
    text-underline-offset: 3px; }
  .section-3 .product-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: auto;
    /* ALTTA SABİTLER */ }
  .section-3 .product-buttons i {
    font-size: 20px; }
  .section-3 .btn {
    background: #ffdd77;
    color: black;
    padding: 8px 14px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    transition: background 0.3s; }
  .section-3 .btn:hover {
    background: #000000;
    color: #ffdd77; }
  .section-3 .procut-load-more-but {
    width: 100%;
    display: flex;
    justify-content: center; }
  .section-3 .procut-load-more-but button {
    background-color: #1f386d;
    color: black;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 5px; }

/*@include createClassModel1(".section-4") {
.arac-secimi-wrapper {
    padding: 1em;
    max-width: 100%;
    box-sizing: border-box;
}

.arac-secimi-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 1em;
}

.arac-secimi-row select,
.arac-secimi-row button {
    padding: 10px;
    font-size: 16px;
    min-width: 200px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.arac-secimi-row button {
    background-color: #0073aa;
    color: white;
    cursor: pointer;
    border: none;
}

.arac-secimi-row button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.arac-sonuc-tablosu {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
}

.arac-sonuc-tablosu th,
.arac-sonuc-tablosu td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}
}*/
.section-4 {
  background-color: #3f5789;
  color: white;
  height: auto; }
  .section-4 .carousel .carousel-inner .carousel-item {
    display: flex;
    width: 100%;
    flex-direction: row;
    height: auto;
    border: 0px solid #ccc;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 30px; }
  .section-4 .carousel .carousel-inner .carousel-item .detail {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .section-4 .carousel .carousel-inner .carousel-item .detail .texts span {
    display: block; }
  .section-4 .carousel .carousel-inner .carousel-item .detail .texts .label {
    color: var(--forgotten-purple); }
  .section-4 .carousel .carousel-inner .carousel-item .detail .texts .title {
    padding-top: 30px;
    letter-spacing: 2px; }
  .section-4 .carousel .carousel-inner .carousel-item .detail .texts .description {
    padding-top: 10px;
    color: white; }
  .section-4 .carousel .carousel-inner .carousel-item .detail .texts .buttons {
    padding-top: 30px;
    width: 400px;
    display: flex;
    align-items: center; }
  .section-4 .carousel .carousel-inner .carousel-item .detail .texts .buttons .read-more {
    width: 120px;
    height: 50px;
    background-color: var(--purplish-blue);
    padding: 10px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .section-4 .carousel .carousel-inner .carousel-item .detail .texts .buttons .video {
    width: 55px;
    height: 55px;
    background-color: var(--purplish-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    border-radius: 50%;
    margin: 0 10px 0 40px; }
  .section-4 .carousel .carousel-inner .carousel-item .detail .texts .buttons span {
    font-family: var(--capriola); }
  .section-4 .carousel .carousel-inner .carousel-item .detail .texts .buttons .video i {
    font-size: 24px; }
  .section-4 .carousel .carousel-inner .carousel-item .image {
    width: 50%;
    height: auto;
    display: flex;
    padding: 30px; }
  .section-4 .carousel .carousel-inner .carousel-item .image img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
    border-radius: 50px;
    transition: all 0.4s ease; }
  .section-4 .carousel .carousel-inner .carousel-item .image img:hover {
    transform: scale(1.05);
    /* Hafif yakınlaştırma */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    /* Gölge efekti */ }
  .section-4 .carousel .slider-buttons {
    display: flex;
    position: absolute;
    top: 70%;
    left: 40%;
    z-index: 1001;
    opacity: 0; }
  .section-4 .carousel:hover .slider-buttons {
    opacity: 1; }
  .section-4 .carousel .slider-buttons .slider-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--skyan);
    border: 2px solid white;
    display: flex;
    justify-content: center;
    align-items: center; }
  .section-4 .carousel .slider-buttons .slider-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--skyan);
    margin-left: 10px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white; }
  .section-4 .slider-buttons .slider-prev:hover, .section-4 .carousel .slider-buttons .slider-next:hover {
    background-color: var(--purplish-blue);
    transition: background-color 2s; }
  .section-4 .carousel .slider-buttons .slider-next i, .section-4 .carousel .slider-buttons .slider-prev i {
    font-size: 20px;
    color: white; }
  .section-4 .carousel .carousel-inner .carousel-item .detail .texts .buttons .read-more {
    width: 120px;
    height: 50px;
    background-color: #e57a30;
    padding: 10px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .section-4 .carousel .carousel-inner .carousel-item .detail .texts .buttons .video {
    width: 55px;
    height: 55px;
    background-color: #e57a30;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    border-radius: 50%;
    margin: 0 10px 0 40px; }
  @media (min-width: 768px) and (max-width: 992px) {
    .section-4 .carousel .carousel-inner .carousel-item {
      display: flex;
      flex-direction: column;
      margin-top: 30px;
      padding-top: 0;
      height: 900px; }
    .section-4 .carousel .carousel-inner .carousel-item .detail, .section-4 .carousel .carousel-inner .carousel-item .image {
      width: 100%; }
    .section-4 .carousel .carousel-inner .carousel-item .detail .texts {
      width: 100%;
      padding: 0;
      margin: 0; }
    .section-4 .slider-area .container-fluid .carousel, .section-4 .carousel .carousel-inner {
      width: 100%; }
    .section-4 .carousel .carousel-inner .carousel-item .image img {
      display: flex; }
    .section-4 .carousel .slider-buttons {
      display: flex;
      padding-bottom: 20px;
      z-index: 1001; } }
  @media (max-width: 768px) {
    .section-4 .carousel .carousel-inner .carousel-item {
      display: flex;
      flex-direction: column;
      margin-top: 30px;
      padding-top: 0; }
    .section-4 .carousel .carousel-inner .carousel-item .detail, .section-4 .carousel .carousel-inner .carousel-item .image, .section-4 .carousel .carousel-inner, .section-4 .carousel .carousel-inner .carousel-item {
      width: 100%;
      height: auto; }
    .section-4 .carousel .carousel-inner .carousel-item .detail .texts {
      width: 100%;
      padding: 0;
      margin: 0; }
    .section-4 .carousel, .section-4 .carousel .carousel-inner {
      width: 100%; }
    .section-4 .carousel .carousel-inner .carousel-item .image img {
      display: flex; }
    .section-4 .carousel .slider-buttons {
      display: flex;
      position: absolute;
      top: 90%;
      left: 50%;
      z-index: 1001;
      opacity: 0; }
    .section-4 .carousel:hover .slider-buttons {
      opacity: 1; } }

.section-footer-1 {
  background-color: #ffc156;
  color: black; }
  .section-footer-1 .footer-top-info {
    width: 100%;
    height: auto; }
    .section-footer-1 .footer-top-info .top-info {
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 10px; }

footer {
  position: relative;
  overflow: hidden;
  background-color: #3f5789;
  height: auto; }

/* Sağ üstte oval şekil */
footer .fs-6 {
  font-size: 26px !important;
  font-weight: 900 !important;
  font-family: var(--source-sans-3) !important;
  background: linear-gradient(to right, #e57a30, #e57a30);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: var(--source-sans-3); }

footer ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px; }

footer ul li a:hover {
  text-decoration: underline; }

footer ul li {
  color: #000000;
  list-style: none; }

footer div:nth-of-type(2) ul li a i {
  font-size: 30px; }

footer .bottom-area {
  background-color: #3f5789;
  padding: 10px; }

footer .footer-copy {
  color: white !important; }

footer .bottom-area .footer-social-area {
  display: flex;
  justify-content: flex-end; }

.logo-footer {
  position: relative;
  display: inline-block;
  /* Resmin doğal boyutunu koruması için */
  border-radius: 50%;
  /* Daire yap */
  display: flex;
  justify-content: center;
  align-items: center; }

.logo-footer img {
  width: auto;
  height: 220px;
  position: relative;
  z-index: 2; }

.klima-gazi-dolum-tablosu-arama-yap {
  display: flex;
  width: 100%;
  justify-content: center; }
  .klima-gazi-dolum-tablosu-arama-yap a {
    font-size: 35px; }

#KlimaDolumTabloAlert .offcanvas-header h5 {
  display: flex;
  width: 100%;
  justify-content: center; }

#KlimaDolumTabloAlert .offcanvas-header button {
  display: none; }

@media (min-width: 992px) {
  .page-template-page-oto-klima-gazi-miktari-dolum-tablosu .offcanvas-klima-dolum-tablo-alert {
    display: none;
    pointer-events: none;
    visibility: hidden;
    box-shadow: none; } }
.section-search {
  margin-top: 30px;
  padding: 10px;
  /* Genel pagination alanı */
  /* Link kutuları */
  /* Üzerine gelince */
  /* Aktif sayfa */
  /* Sonraki/Önceki bağlantıları */
  /* Üç nokta (… - dots) */ }
  .section-search .search-area .search-item {
    border-bottom: 1px solid grey;
    display: flex;
    flex-direction: row;
    padding: 0px; }
    .section-search .search-area .search-item .row {
      width: 100%;
      height: auto; }
      .section-search .search-area .search-item .row .imagex .image-area {
        width: 100%;
        height: auto;
        display: flex;
        align-items: flex-start;
        justify-content: center; }
        .section-search .search-area .search-item .row .imagex .image-area .product-image {
          max-width: 90px;
          height: auto;
          object-fit: cover; }
      .section-search .search-area .search-item .row .textx .title-area {
        padding-top: 20px;
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        border: 0px solid red;
        justify-content: flex-start;
        width: 100%;
        height: auto; }
        .section-search .search-area .search-item .row .textx .title-area .title a {
          color: black;
          font-size: 25px;
          text-decoration: none; }
  .section-search .pagination {
    display: flex;
    width: 100%;
    justify-content: center; }
  .section-search .navigation.pagination {
    text-align: center;
    margin: 30px 0;
    font-family: sans-serif; }
  .section-search .nav-links .page-numbers {
    display: inline-block;
    margin: 0 4px;
    padding: 8px 14px;
    font-size: 14px;
    color: #333;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s ease-in-out; }
  .section-search .nav-links .page-numbers:hover {
    background-color: #e6e6e6;
    border-color: #bbb;
    color: #000; }
  .section-search .nav-links .page-numbers.current {
    background-color: #007cba;
    color: #fff;
    border-color: #007cba;
    font-weight: bold; }
  .section-search .nav-links .next,
  .section-search .nav-links .prev {
    background-color: #007cba;
    color: #fff;
    border-color: #007cba; }
  .section-search .nav-links .next:hover,
  .section-search .nav-links .prev:hover {
    background-color: #005f8c; }
  .section-search .nav-links .page-numbers.dots {
    background: none;
    border: none;
    color: #999;
    padding: 8px;
    cursor: default; }

.section-header-3 .search-form-area {
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center; }
  .section-header-3 .search-form-area .search-form {
    justify-content: center;
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    width: 100%; }
    .section-header-3 .search-form-area .search-form .search-input {
      width: 80%;
      padding-right: 10px; }
    .section-header-3 .search-form-area .search-form .search-button .search-form-but {
      background-color: #e57a30;
      color: black; }
    .section-header-3 .search-form-area .search-form .search-button .search-form-but:hover {
      background-color: #3f5789;
      color: white; }

.single_model_1-header {
  width: 100%;
  height: 200px;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3f5789; }

.single_model_1-header .header .text {
  font-family: var(--source-sans-3);
  font-family: var(--source-sans-3);
  color: #ffffff; }

.single_model_1-header .header .breadcrumbs {
  font-size: 20px;
  color: #e57a30; }

.single_model_1-header .header .breadcrumbs a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff; }

.single_post_model_1 {
  margin-top: 25px; }

.page_model_1-header {
  width: 100%;
  height: 200px;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3f5789; }

.page_model_1-header .header .text {
  font-family: var(--source-sans-3);
  font-family: var(--source-sans-3);
  color: #ffffff; }

.page_model_1-header .header .breadcrumbs {
  font-size: 20px;
  color: #e57a30; }

.page_model_1-header .header .breadcrumbs a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff; }

.page_model_1 {
  margin-top: 25px; }

.page_post_module {
  margin-top: 25px;
  margin-bottom: 25px; }
  .page_post_module .content .thumbnail img {
    width: 80%;
    height: auto; }
    @media (max-width: 1399px) {
      .page_post_module .content .thumbnail img {
        width: 100%; }
        .page_post_module .content .thumbnail img .map {
          width: 100%;
          height: 500px; } }

.contact_module {
  margin-top: 40px; }
  .contact_module .map {
    width: 100%;
    height: 500px; }
  .contact_module .infos h4 {
    color: #e57a30; }
  .contact_module .infos .socialmedia li {
    list-style: none; }
  .contact_module .infos .socialmedia {
    list-style: none;
    padding: 0;
    margin: 0; }
    .contact_module .infos .socialmedia i {
      padding-right: 10px; }

.video-page-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  width: 100%; }
  .video-page-card-grid .video-card {
    width: 290px;
    height: auto;
    background-color: #000;
    border-radius: 5px;
    overflow: hidden;
    position: relative; }
  @media (max-width: 768px) {
    .video-page-card-grid .video-card {
      width: 100%; } }
  .video-page-card-grid .video-card a.card-link {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    position: relative; }
  .video-page-card-grid .video-card .thumb {
    width: 100%;
    height: 65%;
    overflow: hidden; }
  .video-page-card-grid .video-card .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .video-page-card-grid .video-card .title {
    padding: 5px;
    font-size: 13px;
    text-align: center; }
  .video-page-card-grid .fancybox-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: yellow;
    color: black;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    z-index: 2; }
  .video-page-card-grid .fancybox-btn:hover {
    opacity: 0.8; }

.widgetPages {
  /* Sidebar ürün listesi için */ }
  .widgetPages .product-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
  .widgetPages .product-card {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem; }
  .widgetPages .product-card img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px; }
  .widgetPages .product-card h3 {
    font-size: 14px;
    margin: 0;
    flex: 1;
    line-height: 1.3; }
  .widgetPages .product-card h3 .product-title-link {
    text-decoration: none;
    color: #1f386d; }
  .widgetPages .product-buttons {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
    flex-wrap: wrap; }
  .widgetPages .product-buttons .btn {
    font-size: 12px;
    padding: 4px 8px;
    background: #eee;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s; }
  .widgetPages .product-buttons .btn:hover {
    background: #ccc; }

.widget-singleproductpage {
  /* Sidebar ürün listesi için */ }
  .widget-singleproductpage .widget-title {
    color: #1f386d;
    font-size: 25px; }
  .widget-singleproductpage .product-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
  .widget-singleproductpage .product-card {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem; }
  .widget-singleproductpage .product-card img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px; }
  .widget-singleproductpage .product-card h3 {
    font-size: 14px;
    margin: 0;
    flex: 1;
    line-height: 1.3; }
  .widget-singleproductpage .product-card h3 .product-title-link {
    text-decoration: none;
    color: #1f386d; }
  .widget-singleproductpage .product-buttons {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
    flex-wrap: wrap; }
  .widget-singleproductpage .product-buttons .btn {
    font-size: 12px;
    padding: 4px 8px;
    background: #eee;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s; }
  .widget-singleproductpage .product-buttons .btn:hover {
    background: #ccc; }

.woocommerce-loop-product__title {
  color: #1f386d; }

.product_meta {
  padding-top: 10px; }
  .product_meta .sku {
    color: #3c56f7; }
  .product_meta h3 {
    color: #1f386d;
    font-size: 28px; }
  .product_meta div {
    padding-bottom: 5px; }
  .product_meta .posted_in a {
    text-decoration: none; }

.woocommerce-product-details__short-description_title {
  color: #3f5789;
  margin-top: 10px; }

.single-product_content {
  margin-top: 30px; }

.widgetPosts {
  font-family: var(--source-sans-3); }

.widgetPosts .widget-title {
  color: #ffc156;
  font-size: 30px;
  font-family: var(--source-sans-3); }

.widgetPosts .widgetContent ul {
  list-style: none;
  padding-left: 0; }

.widgetPosts .widgetContent ul .nav-item .nav-link {
  color: white;
  font-size: 18px; }

.widgetPages {
  font-family: var(--source-sans-3); }

.widgetPages .widget-title {
  color: #ffc156;
  font-size: 30px;
  font-family: var(--source-sans-3); }

.widgetPages .widgetContent ul {
  list-style: none;
  padding-left: 0; }

.widgetPages .widgetContent ul .nav-item .nav-link {
  color: white;
  font-size: 18px; }

.paragraf-woo-admin-product-ust-bosluk-20 {
  margin-top: 20px; }

.paragraf-woo-admin-product-ust-bosluk-40 {
  margin-top: 40px; }

.paragraf-woo-admin-product-ust-bosluk-60 {
  margin-top: 60px; }

.paragraf-woo-admin-product-alt-bosluk-20 {
  margin-bottom: 20px; }

.paragraf-woo-admin-product-alt-bosluk-40 {
  margin-bottom: 40px; }

.paragraf-woo-admin-product-alt-bosluk-60 {
  margin-bottom: 60px; }

h1.h1-woo-admin-product-alt-bosluk-20 {
  margin-bottom: 20px; }

h1.h1-woo-admin-product-ust-bosluk-20 {
  margin-top: 20px; }

h1.h1-woo-admin-product-alt-bosluk-40 {
  margin-bottom: 40px; }

h1.h1-woo-admin-product-ust-bosluk-40 {
  margin-top: 40px; }

h1.h1-woo-admin-product-alt-bosluk-60 {
  margin-bottom: 60px; }

h1.h1-woo-admin-product-ust-bosluk-60 {
  margin-top: 60px; }

h2.h2-woo-admin-product-alt-bosluk-20 {
  margin-bottom: 20px; }

h2.h2-woo-admin-product-ust-bosluk-20 {
  margin-top: 20px; }

h2.h2-woo-admin-product-alt-bosluk-40 {
  margin-bottom: 40px; }

h2.h2-woo-admin-product-ust-bosluk-40 {
  margin-top: 40px; }

h2.h2-woo-admin-product-alt-bosluk-60 {
  margin-bottom: 60px; }

h2.h2-woo-admin-product-ust-bosluk-60 {
  margin-top: 60px; }

h3.h3-woo-admin-product-alt-bosluk-20 {
  margin-bottom: 20px; }

h3.h3-woo-admin-product-ust-bosluk-20 {
  margin-top: 20px; }

h3.h3-woo-admin-product-alt-bosluk-40 {
  margin-bottom: 40px; }

h3.h3-woo-admin-product-ust-bosluk-40 {
  margin-top: 40px; }

h3.h3-woo-admin-product-alt-bosluk-60 {
  margin-bottom: 60px; }

h3.h3-woo-admin-product-ust-bosluk-60 {
  margin-top: 60px; }

h4.h4-woo-admin-product-alt-bosluk-20 {
  margin-bottom: 20px; }

h4.h4-woo-admin-product-ust-bosluk-20 {
  margin-top: 20px; }

h4.h4-woo-admin-product-alt-bosluk-40 {
  margin-bottom: 40px; }

h4.h4-woo-admin-product-ust-bosluk-40 {
  margin-top: 40px; }

h4.h4-woo-admin-product-alt-bosluk-60 {
  margin-bottom: 60px; }

h4.h4-woo-admin-product-ust-bosluk-60 {
  margin-top: 60px; }

h5.h5-woo-admin-product-alt-bosluk-20 {
  margin-bottom: 20px; }

h5.h5-woo-admin-product-ust-bosluk-20 {
  margin-top: 20px; }

h5.h5-woo-admin-product-alt-bosluk-40 {
  margin-bottom: 40px; }

h5.h5-woo-admin-product-ust-bosluk-40 {
  margin-top: 40px; }

h5.h5-woo-admin-product-alt-bosluk-60 {
  margin-bottom: 60px; }

h5.h5-woo-admin-product-ust-bosluk-60 {
  margin-top: 60px; }

h6.h6-woo-admin-product-alt-bosluk-20 {
  margin-bottom: 20px; }

h6.h6-woo-admin-product-ust-bosluk-20 {
  margin-top: 20px; }

h6.h6-woo-admin-product-alt-bosluk-40 {
  margin-bottom: 40px; }

h6.h6-woo-admin-product-ust-bosluk-40 {
  margin-top: 40px; }

h6.h6-woo-admin-product-alt-bosluk-60 {
  margin-bottom: 60px; }

h6.h6-woo-admin-product-ust-bosluk-60 {
  margin-top: 60px; }

.mwt-woo-edit-empty-space-1 {
  height: 1px;
  display: block; }

.mwt-woo-edit-empty-space-2 {
  height: 2px;
  display: block; }

.mwt-woo-edit-empty-space-3 {
  height: 3px;
  display: block; }

.mwt-woo-edit-empty-space-4 {
  height: 4px;
  display: block; }

.mwt-woo-edit-empty-space-5 {
  height: 5px;
  display: block; }

.mwt-woo-edit-empty-space-6 {
  height: 6px;
  display: block; }

.mwt-woo-edit-empty-space-7 {
  height: 7px;
  display: block; }

.mwt-woo-edit-empty-space-8 {
  height: 8px;
  display: block; }

.mwt-woo-edit-empty-space-9 {
  height: 9px;
  display: block; }

.mwt-woo-edit-empty-space-10 {
  height: 10px;
  display: block; }

.mwt-woo-edit-empty-space-11 {
  height: 11px;
  display: block; }

.mwt-woo-edit-empty-space-12 {
  height: 12px;
  display: block; }

.mwt-woo-edit-empty-space-13 {
  height: 13px;
  display: block; }

.mwt-woo-edit-empty-space-14 {
  height: 14px;
  display: block; }

.mwt-woo-edit-empty-space-15 {
  height: 15px;
  display: block; }

.mwt-woo-edit-empty-space-16 {
  height: 16px;
  display: block; }

.mwt-woo-edit-empty-space-17 {
  height: 17px;
  display: block; }

.mwt-woo-edit-empty-space-18 {
  height: 18px;
  display: block; }

.mwt-woo-edit-empty-space-19 {
  height: 19px;
  display: block; }

.mwt-woo-edit-empty-space-20 {
  height: 20px;
  display: block; }

.mwt-woo-edit-empty-space-21 {
  height: 21px;
  display: block; }

.mwt-woo-edit-empty-space-22 {
  height: 22px;
  display: block; }

.mwt-woo-edit-empty-space-23 {
  height: 23px;
  display: block; }

.mwt-woo-edit-empty-space-24 {
  height: 24px;
  display: block; }

.mwt-woo-edit-empty-space-25 {
  height: 25px;
  display: block; }

.mwt-woo-edit-empty-space-26 {
  height: 26px;
  display: block; }

.mwt-woo-edit-empty-space-27 {
  height: 27px;
  display: block; }

.mwt-woo-edit-empty-space-28 {
  height: 28px;
  display: block; }

.mwt-woo-edit-empty-space-29 {
  height: 29px;
  display: block; }

.mwt-woo-edit-empty-space-30 {
  height: 30px;
  display: block; }

.mwt-woo-edit-empty-space-31 {
  height: 31px;
  display: block; }

.mwt-woo-edit-empty-space-32 {
  height: 32px;
  display: block; }

.mwt-woo-edit-empty-space-33 {
  height: 33px;
  display: block; }

.mwt-woo-edit-empty-space-34 {
  height: 34px;
  display: block; }

.mwt-woo-edit-empty-space-35 {
  height: 35px;
  display: block; }

.mwt-woo-edit-empty-space-36 {
  height: 36px;
  display: block; }

.mwt-woo-edit-empty-space-37 {
  height: 37px;
  display: block; }

.mwt-woo-edit-empty-space-38 {
  height: 38px;
  display: block; }

.mwt-woo-edit-empty-space-39 {
  height: 39px;
  display: block; }

.mwt-woo-edit-empty-space-40 {
  height: 40px;
  display: block; }

.mwt-woo-edit-empty-space-41 {
  height: 41px;
  display: block; }

.mwt-woo-edit-empty-space-42 {
  height: 42px;
  display: block; }

.mwt-woo-edit-empty-space-43 {
  height: 43px;
  display: block; }

.mwt-woo-edit-empty-space-44 {
  height: 44px;
  display: block; }

.mwt-woo-edit-empty-space-45 {
  height: 45px;
  display: block; }

.mwt-woo-edit-empty-space-46 {
  height: 46px;
  display: block; }

.mwt-woo-edit-empty-space-47 {
  height: 47px;
  display: block; }

.mwt-woo-edit-empty-space-48 {
  height: 48px;
  display: block; }

.mwt-woo-edit-empty-space-49 {
  height: 49px;
  display: block; }

.mwt-woo-edit-empty-space-50 {
  height: 50px;
  display: block; }

.mwt-woo-edit-empty-space-51 {
  height: 51px;
  display: block; }

.mwt-woo-edit-empty-space-52 {
  height: 52px;
  display: block; }

.mwt-woo-edit-empty-space-53 {
  height: 53px;
  display: block; }

.mwt-woo-edit-empty-space-54 {
  height: 54px;
  display: block; }

.mwt-woo-edit-empty-space-55 {
  height: 55px;
  display: block; }

.mwt-woo-edit-empty-space-56 {
  height: 56px;
  display: block; }

.mwt-woo-edit-empty-space-57 {
  height: 57px;
  display: block; }

.mwt-woo-edit-empty-space-58 {
  height: 58px;
  display: block; }

.mwt-woo-edit-empty-space-59 {
  height: 59px;
  display: block; }

.mwt-woo-edit-empty-space-60 {
  height: 60px;
  display: block; }

.mwt-woo-edit-empty-space-61 {
  height: 61px;
  display: block; }

.mwt-woo-edit-empty-space-62 {
  height: 62px;
  display: block; }

.mwt-woo-edit-empty-space-63 {
  height: 63px;
  display: block; }

.mwt-woo-edit-empty-space-64 {
  height: 64px;
  display: block; }

.mwt-woo-edit-empty-space-65 {
  height: 65px;
  display: block; }

.mwt-woo-edit-empty-space-66 {
  height: 66px;
  display: block; }

.mwt-woo-edit-empty-space-67 {
  height: 67px;
  display: block; }

.mwt-woo-edit-empty-space-68 {
  height: 68px;
  display: block; }

.mwt-woo-edit-empty-space-69 {
  height: 69px;
  display: block; }

.mwt-woo-edit-empty-space-70 {
  height: 70px;
  display: block; }

.mwt-woo-edit-empty-space-71 {
  height: 71px;
  display: block; }

.mwt-woo-edit-empty-space-72 {
  height: 72px;
  display: block; }

.mwt-woo-edit-empty-space-73 {
  height: 73px;
  display: block; }

.mwt-woo-edit-empty-space-74 {
  height: 74px;
  display: block; }

.mwt-woo-edit-empty-space-75 {
  height: 75px;
  display: block; }

.mwt-woo-edit-empty-space-76 {
  height: 76px;
  display: block; }

.mwt-woo-edit-empty-space-77 {
  height: 77px;
  display: block; }

.mwt-woo-edit-empty-space-78 {
  height: 78px;
  display: block; }

.mwt-woo-edit-empty-space-79 {
  height: 79px;
  display: block; }

.mwt-woo-edit-empty-space-80 {
  height: 80px;
  display: block; }

.mwt-woo-edit-empty-space-81 {
  height: 81px;
  display: block; }

.mwt-woo-edit-empty-space-82 {
  height: 82px;
  display: block; }

.mwt-woo-edit-empty-space-83 {
  height: 83px;
  display: block; }

.mwt-woo-edit-empty-space-84 {
  height: 84px;
  display: block; }

.mwt-woo-edit-empty-space-85 {
  height: 85px;
  display: block; }

.mwt-woo-edit-empty-space-86 {
  height: 86px;
  display: block; }

.mwt-woo-edit-empty-space-87 {
  height: 87px;
  display: block; }

.mwt-woo-edit-empty-space-88 {
  height: 88px;
  display: block; }

.mwt-woo-edit-empty-space-89 {
  height: 89px;
  display: block; }

.mwt-woo-edit-empty-space-90 {
  height: 90px;
  display: block; }

.mwt-woo-edit-empty-space-91 {
  height: 91px;
  display: block; }

.mwt-woo-edit-empty-space-92 {
  height: 92px;
  display: block; }

.mwt-woo-edit-empty-space-93 {
  height: 93px;
  display: block; }

.mwt-woo-edit-empty-space-94 {
  height: 94px;
  display: block; }

.mwt-woo-edit-empty-space-95 {
  height: 95px;
  display: block; }

.mwt-woo-edit-empty-space-96 {
  height: 96px;
  display: block; }

.mwt-woo-edit-empty-space-97 {
  height: 97px;
  display: block; }

.mwt-woo-edit-empty-space-98 {
  height: 98px;
  display: block; }

.mwt-woo-edit-empty-space-99 {
  height: 99px;
  display: block; }

.mwt-woo-edit-empty-space-100 {
  height: 100px;
  display: block; }

.mwt-woo-editor-div {
  padding: 10px;
  margin: 10px 0;
  border: 1px dashed #ccc; }

/*# sourceMappingURL=style.css.map */




/* EKOTEK v5 - Video slider: masaüstü boyut, mobil oran ve JS fallback */
.section-2 .video-card-scroll {
  width: 100%;
  overflow: hidden;
}
.section-2 .video-card-scroll .swiper-wrapper {
  align-items: stretch;
}
.section-2 .video-card {
  height: auto;
  max-width: 100%;
}
.section-2 .video-card .thumb {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.section-2 .video-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Swiper henüz başlamadıysa devasa tek kart görünmesini önle */
@media (min-width: 1200px) {
  .section-2 .video-card-scroll:not(.swiper-initialized) .video-card {
    flex: 0 0 calc(33.333% - 27px);
    width: calc(33.333% - 27px);
    margin-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-2 .video-card .thumb { height: 240px; }
  .section-2 .video-card-scroll:not(.swiper-initialized) .video-card {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .section-2 .video-card-scroll { padding: 12px; }
  .section-2 .video-card .thumb {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .section-2 .video-card-scroll:not(.swiper-initialized) .video-card {
    flex: 0 0 100%;
    width: 100%;
  }
}

/* Mobil offcanvas menü: server-side basılır, JS olmasa da görünür */
#offcanvasMainMenu .collapse-mobil,
#offcanvasMainMenu .mobile-navbar-nav {
  display: block !important;
  width: 100%;
}
#offcanvasMainMenu .mobile-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
#offcanvasMainMenu .mobile-navbar-nav .nav-link {
  display: block;
  padding: 12px 8px;
  color: #fff;
}

/* Slider başlıklarının H1/H2 görsel biçimi aynı */
.section-4 .carousel .carousel-inner .carousel-item .detail .texts h1.title,
.section-4 .carousel .carousel-inner .carousel-item .detail .texts h2.title {
  margin-top: 0;
}



/* ==========================================================
   EKOTEK PRODUCT FAQ — TEK KAYNAK / SEMANTİK YAPI
   HTML veritabanında standarttır:
   h2.product-faq-title
   details.faq-item > summary + div.faq-answer
   ========================================================== */
body.single-product .product-faq-title {
  margin-top: 30px;
  margin-bottom: 14px;
}

body.single-product details.faq-item {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 12px;
  padding: 10px 15px;
  background: #fafafa;
  border: 0;
  border-left: 3px solid #d1122a;
  border-radius: 6px;
}

body.single-product details.faq-item > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: #1c1c1e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

body.single-product details.faq-item > summary::-webkit-details-marker {
  display: none;
}
body.single-product details.faq-item > summary::marker {
  content: "";
}
body.single-product details.faq-item > summary::after {
  content: "+";
  flex: 0 0 auto;
  margin-left: 12px;
  color: #d1122a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
body.single-product details.faq-item[open] > summary::after {
  content: "−";
}

body.single-product details.faq-item > .faq-answer {
  margin-top: 8px;
  padding-left: 10px;
  color: #475569;
  line-height: 1.6;
}
body.single-product details.faq-item > .faq-answer > :first-child {
  margin-top: 0;
}
body.single-product details.faq-item > .faq-answer > :last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  body.single-product details.faq-item {
    padding: 10px 12px;
    margin-bottom: 10px;
  }
  body.single-product details.faq-item > summary {
    font-size: 14px;
  }
  body.single-product details.faq-item > .faq-answer {
    padding-left: 6px;
  }
}


/* EKOTEK HOME H1 — tek ve görünür ana başlık */
.ekotek-home-heading {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 16px 18px 8px;
}
.ekotek-home-heading h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 2.15vw, 34px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .ekotek-home-heading {
    padding: 12px 15px 6px;
  }
  .ekotek-home-heading h1 {
    font-size: 22px;
  }
}


/* EKOTEK STABIL ACCESSIBILITY PATCH - 2026-08-24 */
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #ffbf47 !important;
  outline-offset: 3px;
}
.device-btn-menu {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #ffffff;
}
@media (min-width: 992px) {
  .device-btn-menu { display: none !important; }
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title a {
  color: #173a6a;
}
.product-whatsapp-btn {
  background: #146c43;
  color: #ffffff !important;
}
.product-whatsapp-btn:focus-visible,
.product-whatsapp-btn:hover {
  background: #0f5132;
  color: #ffffff !important;
}
.product-buttons .btn {
  color: #ffffff !important;
  background-color: #10284f !important;
}
.product-buttons .btn:hover,
.product-buttons .btn:focus-visible {
  background-color: #071a37 !important;
  color: #ffffff !important;
}
.screen-reader-text, .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
