@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body, button, input, textarea {
    font-family: 'Poppins', "Roboto";
}

/*#2570b8 #0959a7 #064887 #04396d #022a50*/
.link-style{
    font-family:   sans-serif;
    font-size: 15px;
}


.xl-h2-light{
    font-size: 44px;
    font-family:   sans-serif;
    color:white;
}
.xxl-h2-light{
    font-size: 44px;
    font-family:   sans-serif;
    color:white;
}
.lg-h2-dark{
    font-size: 23px;
    font-family:   sans-serif;
    color:#011C39;
    padding-top: 10px;
}

.md-h2-light{
    color:white;
    font-family:   sans-serif;
    font-size: 27px;
}

.md-h2-dark{
    color:#022a50;
    font-family:   sans-serif;
    font-size: 27px;
}
.md-h3-dark{
    color:#022a50;
    font-family:   sans-serif;
    font-size: 27px;
}
.md-h3-light{
    color:white;
    font-family:   sans-serif;
    font-size: 27px;
}
.md-h3-dark-slider{
    color:#022a50;
    font-family:   sans-serif;
    font-size: 27px;
}
.md-p-light{
    color:white;
    font-family:   sans-serif;
    font-size: 17px;
    margin-top: 5px;
}
.md-p-dark{
    color: #58595b;
    font-family:   sans-serif;
    font-size: 17px;
    padding-top: 5px;
    text-align: justify;
}

ul.md-p-dark.no-bullet li {
    margin-bottom: 10px;
    font-size: 1rem;
    list-style: none;
    display: flex;
    align-items: center;
}

ul.md-p-dark.no-bullet li i {
    color: #022a50;
    margin-right: 8px;
    font-size: 1.1rem;
}

.ul-list{
    color: #58595b;
    font-family:   sans-serif;
    font-size: 17px;
    padding-top: 5px;
    text-align: justify;
}
.blue-link{
    padding:10px;
    background-color: #2570b8;
    color:white;
    border-radius: 4px;
}
.blue-link-text{
    color: #2570b8 !important;
}
.blue-link:hover{
    background-color: white;
    color: #2570b8;
}

.md-h3-gray{
    color:#404040;
    font-family:   sans-serif;
    font-size: 21px;
}
.md-h4-gray{
    color:#404040;
    font-family:   sans-serif;
    font-size: 18px;
}



.md-a-light-blue{
    color:#2570b8;
}
.xl-a-light-blue{
    color:#2570b8;
    font-size: 27px;
}

.gray-back{
    background-image: linear-gradient(#f4f4f4, white);
}
.counter{
    width: 100%;
    border-radius: 10px;
    margin:0 auto;
    text-align: center;
    padding:20px;
}
.counter img{
    width: 100%;
}
.travellers{
    text-align: center;
}
.stations{
    text-align: center;
}
.counter-count{
    font-size: 54px;
    font-weight: 700;
    margin-top: 40px;
    font-family:   sans-serif;
}
.travellers-p{
    font-size: 24px;
    font-family:   sans-serif;
}
.stations-p{
    font-size: 24px;
    font-family:   sans-serif;
}
.endustri-sep{
    padding:10px;
    box-shadow: 0 0 5px #333;
    height: auto;
    background-color: #f0f0f0;
    min-height: 400px;
    margin-top: 20px;
}

.no-bullet {
    list-style-type: none;
    padding-left: 0;
}
.referans-box-title{
    font-size: 18px !important;
    line-height: 30px !important;
    text-decoration: none;
}

.referans-box-link:hover{
    text-decoration: none;
}

.header-a{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.header-a:hover{
    text-decoration: none !important;
}

.link-language-white{
    border: 1px solid white;
    height: auto !important;
    width: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    margin-left: 15px !important;
}

.link-language-blue{
    border: 1px solid #2f455c;
    width: 30px !important;
    border-radius: 5px;
    display: flex !important;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.section-divider {
    border-bottom: 1px solid #ccc;
    margin: 3rem 0;
}

.section-divider-noline {

    height: 2rem;
    margin: 2rem 0;

}



/* YENI 2025*/
/* genel sayfa ayari */ 
.padding-class {
    padding-left: 5%;
    padding-right: 5%;
}

@media (max-width: 768px) {
    .padding-class {
        padding-left: 2%;
        padding-right: 2%;
    }
}



/* product page header */
.product-page-header {
    font-family: 'Poppins', "Roboto";
}

.product-page-header h1{
    color: #ffffff;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.product-page-header h2{
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.product-page-header h2.slogan {
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    line-height: 1.6;

}

.product-page-header a{
    font-size: 1rem;
    color: #dcdcdc
}


/* product column view */
.product-col-content {
    font-family: 'Poppins', "Roboto";
}

.product-col-content p{
    color: #58595b;
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    padding-top: 5px;
}

blockquote{
    font-style: italic;
    border-left: 4px solid #003366;
    padding-left: 16px;
    color: #58595b;
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    padding-top: 5px;
}

blockquote strong {
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    color: #003366;
    font-size: 16px;
    font-style: normal;
    background-color: transparent;
    padding: 0;
    border-left: none;
  }

.product-col-content h1{
    color:#022a50;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.product-col-content h2{
    color:#022a50;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.product-col-content h2.slogan {
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    line-height: 1.6;

}

.product-col-content h3{
    color:#022a50;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.product-col-content ul {
    color: #58595b;
    font-size: 1.25rem;
    font-weight: 300;
    padding-left: 0;
    list-style-position: inside;
}

.product-col-content li {
    margin-bottom: 0.5rem;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}
.img-fluid-s {
    max-width: 70%;
    height: auto;
}
/* Mobil için %100 genişlik */
@media (max-width: 768px) {
    .img-fluid-s {
        max-width: 100%;
    }
}

/* product Contact us*/
.product-contact {
    font-size: 18px;
    font-family: 'Poppins', "Roboto";
    text-align: center; 
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 20px; 
    background-color: #f9f9f9; 

}

.product-contact a{
    text-decoration: none;
    color: white; 
    background-color: #007BFF;
    padding: 10px 20px; 
    border-radius: 5px;
    display: inline-block;
}

.product-contact p{
    color: #58595b;
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 300;
}

/* product list box view */
.product-listbox {
    font-family: 'Poppins', "Roboto";
}


.product-listbox h2{
    color:#022a50;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.product-listbox h3{
    color:#022a50;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

/* replaces  .listbox-detail*/
.product-listbox-content {
    font-family: 'Poppins', "Roboto";
}

.product-listbox-content p{
    color: #58595b;
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    padding-top: 5px;
}

.product-listbox-content h1{
    color:#022a50;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.product-listbox-content h2{
    color:#022a50;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.product-listbox-content h3{
    color:#022a50;
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

/* main page */
.main-page-header {
    font-family: 'Poppins', "Roboto";
}

.main-page-header h1{
    color: #ffffff;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.main-page-content {
    font-family: 'Poppins', "Roboto";
}

.main-page-content h1{
    color:#022a50;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

/* features list */
.features-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px;
}

.features-list > li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.features-list > li > strong {
    font-weight: 600;
}

.features-list ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 5px;
}

.features-list ul li {
    margin-bottom: 5px;
    line-height: 1.4;
}

