@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Exo', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    color: #333;
    background-color: #F5F5F5;
    overflow-x: hidden !important;
}

header {
    background-color: #fff;
}

.navbar {
    padding: 1rem;
}

.navbar-brand img {
    max-height: 60px;
}

.navbar-nav .nav-link {
    color: #0066b3;
    font-size: 1.75rem;
    line-height: 1.5;
    font-weight: 500;
    margin-right: 1rem;
    transition: font-size 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .navbar-nav .nav-link {
        font-size: 1.25rem;
        margin-right: 0.5rem;
    }
}

@media (max-width: 576px) {
    .navbar-nav {
        flex-direction: column;
        text-align: center;
    }

    .navbar-nav .nav-link {
        font-size: 1rem;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}

.navbar-nav .nav-link:hover {
    color: #007bff;
}

.navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

.navbar-nav .nav-link i {
    margin-right: 0.5rem;
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler-icon {
    color: #000;
}

.container-fluid {
    padding: 1% 5%;
}

.footer {
    background-color: #fff;
    color: #000;
    padding: 2rem 0;
    text-align: left;
    font-size: 1rem;
    position: relative;
    bottom: 0;
    width: 100%;
}

.footer h5 {
    font-weight: 800;
}

.footer p {
    margin-bottom: 0;
}

.footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


.footer a {
    display: block;
  font-size: 16px;
  padding: 10px 0;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.py-20 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.social-icons a i {
    font-size: 1.5rem;
    margin-right: 1rem;
    transition: color 0.3s;
}


.pb-20 {
    padding-bottom: 100px !important;
}

.mb-20 {
    margin-bottom: 100px !important;
}

.section-title {
    font-family: 'Exo', sans-serif;
    font-size: 35px;
    font-weight: 800;
    line-height: 46.52px;
    letter-spacing: -0.01em;
    text-align: left;
    position: relative;
    display: inline-block;
    color: #000 !important;
    margin-bottom: 20px;

}

h1.section-title {
    font-size: 45px !important;
}

h2.section-title {
    font-size: 35px !important;
}

h3.section-title {
    font-size: 30px !important;
}

h4.section-title {
    font-size: 25px;
}

h5.section-title {
    font-size: 20px;
}

h6.section-title {
    font-size: 15px;
}

.section-title::after {
    content: '';
    border-bottom: 8px solid #0066b3;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    /* Kısa çizginin uzunluğu */
    border-radius: 5px;
}

.section-desc {
    font-family: 'Exo', sans-serif;
    color: #000 !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;

}

.section-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #000;
}

.card-custom {
    position: relative;
    overflow: hidden;
    border: none;
    color: white;
    border-radius: 0 !important;
    text-align: left !important;
}

.card-title {
    font-size: 25px !important;
    font-weight: 700 !important;
}

.card-text {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

.card-custom img {
    width: 100%;
    height: auto;
}

.card-btn {
    font-size: 11px !important;
    font-weight: 500 !important;
}

.card-custom .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

.z-9 {
    z-index: 9 !important;
}

.process-card {
    background: rgb(13, 24, 47);
    background: linear-gradient(265deg, rgba(13, 24, 47, 1) 50%, rgba(27, 44, 86, 1) 100%);
}

.process-card .card-title {
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 31px !important;
}

.process-card .card-text {
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 28px !important;
}

.page-title {
    font-family: 'Exo', sans-serif;
    font-size: 35px !important;
    font-weight: 700 !important;
    line-height: 46.52px !important;
    letter-spacing: -0.01em !important;
    color: #000 !important;
}

.page-description {
    font-family: 'Exo', sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
    color: #000 !important;
}


.alphabet a {
    font-family: 'Exo', sans-serif;
    text-decoration: none;
    font-weight: 600;
    line-height: 24px;
    color: #0066b3;
    font-size: 19px;

}

.alphabet a:hover {
    text-decoration: underline;

}

.alphabet a.active {
    font-weight: bold;
    text-decoration: underline;
}

.fs-37 {
    font-size: 37px !important;
}

.fs-44 {
    font-size: 44px !important;
}

.filter-section {
    font-family: 'Exo', sans-serif;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    color: #0066b3 !important;
}


/* //change select box style in the filter section. It will be just border bottom and color will be #0066b3 and chevron icon will be right side. */

.filter-section select {
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
    font-size: 17px;
    font-weight: 500;
}

.filter-section select:focus {
    outline: none;
}

.filter-section select option {
    color: #0066b3;
}

.filter-section select option:checked {
    color: #0066b3;
}

.filter-section select option:hover {
    color: #0066b3;
}

.products-section .card {
    border: none;
    border-radius: 0;
    background-color: #ffffff;
}

.products-section .card img {
    max-width: 250px !important;
    height: auto;
}

.products-section .card .card-title {
    font-size: 23px;
    font-weight: 700;
    line-height: 33px;
    color: #0066b3;
}

.products-section .card .card-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #0066b3;
}

.products-section .card .card-text .feature {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #0066b3;
}

.btn-secondary {
    background: #0066b3 !important;
    width: 140px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px !important;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 23px;
}



.product-categories .card .card-image {
    max-width: 350px !important;
    height: auto;
}

.product-categories .card .card-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
    color: #0066b3;
    text-decoration: none !important;
}

.product-categories .card .card-btn {
    color: #010A54;
}

.category-products .card {
    border: none;
    border-radius: 0;
    background-color: #ffffff;
    max-width: 560px;
}

.category-products .card .card-footer {
    background-color: transparent !important;
    border: none;
}

.category-products .card img {
    max-width: 400px !important;
    height: auto;
}

.category-products .card .card-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
    color: #0066b3;
}

.category-products .card .card-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #0066b3;
}

.category-products .card .card-text .feature {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #1E2D5A;
}

.category-products .card .card-btn {
    color: #010A54;
}

.product-container {
    width: 100%;
    max-width: 100%;
    /* Mobil cihazlarda tam genişlik */
    padding-right: 15px;
    /* Bootstrap padding */
    padding-left: 15px;
    /* Bootstrap padding */
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 576px) {
    .product-container {
        padding-right: 10px;
        /* Bootstrap padding */
        padding-left: 10px;
        /* Bootstrap padding */
    }
}

@media (min-width: 576px) {
    .product-container {
        max-width: 540px;
        /* Tabletlerde 540px genişlik */
    }
}

@media (min-width: 768px) {
    .product-container {
        max-width: 720px;
        /* Tabletlerde 720px genişlik */
    }
}

@media (min-width: 992px) {
    .product-container {
        max-width: 960px;
        /* Laptoplar ve büyük tabletlerde 960px genişlik */
    }
}

@media (min-width: 1200px) {
    .product-container {
        max-width: 1140px;
        /* Büyük ekranlar için 1140px genişlik */
    }
}

@media (min-width: 1400px) {
    .product-container {
        max-width: 1400px;
    }
}

.px-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important
}

.px-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
}

.px-8 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
}

.px-9 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
}

.py-6 {
    padding-bottom: 3.5rem !important;
    padding-top: 3.5rem !important
}

.py-7 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
}

.py-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
}

.py-9 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
}

.mb-6 {
    margin-bottom: 3.5rem !important
}

.mb-7 {
    margin-bottom: 4rem !important
}

.mb-8 {
    margin-bottom: 4.5rem !important
}

.mb-9 {
    margin-bottom: 5rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

@media(min-width:576px) {
    .px-sm-6 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-sm-7 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-sm-8 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-sm-9 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-sm-6 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .py-sm-7 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-sm-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-sm-9 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .mb-sm-6 {
        margin-bottom: 3.5rem !important
    }

    .mb-sm-7 {
        margin-bottom: 4rem !important
    }

    .mb-sm-8 {
        margin-bottom: 4.5rem !important
    }

    .mb-sm-9 {
        margin-bottom: 5rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }
}

@media(min-width:768px) {
    .px-md-6 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-md-7 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-md-8 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-md-9 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-md-6 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .py-md-7 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-md-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-md-9 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .mb-md-6 {
        margin-bottom: 3.5rem !important
    }

    .mb-md-7 {
        margin-bottom: 4rem !important
    }

    .mb-md-8 {
        margin-bottom: 4.5rem !important
    }

    .mb-md-9 {
        margin-bottom: 5rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }
}

@media(min-width:992px) {
    .px-lg-6 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-lg-7 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-lg-8 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-lg-9 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-lg-6 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .py-lg-7 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-lg-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-lg-9 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .mb-lg-6 {
        margin-bottom: 3.5rem !important
    }

    .mb-lg-7 {
        margin-bottom: 4rem !important
    }

    .mb-lg-8 {
        margin-bottom: 4.5rem !important
    }

    .mb-lg-9 {
        margin-bottom: 5rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }
}

@media(min-width:1200px) {
    .px-xl-6 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-xl-7 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-xl-8 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-xl-9 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-xl-6 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .py-xl-7 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-xl-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-xl-9 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .mb-xl-6 {
        margin-bottom: 3.5rem !important
    }

    .mb-xl-7 {
        margin-bottom: 4rem !important
    }

    .mb-xl-8 {
        margin-bottom: 4.5rem !important
    }

    .mb-xl-9 {
        margin-bottom: 5rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }
}

@media(min-width:1400px) {
    .px-xxl-6 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !important
    }

    .px-xxl-7 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .px-xxl-8 {
        padding-left: 4.5rem !important;
        padding-right: 4.5rem !important
    }

    .px-xxl-9 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-xxl-6 {
        padding-bottom: 3.5rem !important;
        padding-top: 3.5rem !important
    }

    .py-xxl-7 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }

    .py-xxl-8 {
        padding-bottom: 4.5rem !important;
        padding-top: 4.5rem !important
    }

    .py-xxl-9 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .mb-xxl-6 {
        margin-bottom: 3.5rem !important
    }

    .mb-xxl-7 {
        margin-bottom: 4rem !important
    }

    .mb-xxl-8 {
        margin-bottom: 4.5rem !important
    }

    .mb-xxl-9 {
        margin-bottom: 5rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }
}
