:root {
    --hoverhrefcolor: #0749bc;
    --yazicolor: #273342;
}

body {
    font-family: "Raleway", serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0;
    overflow-x: hidden;
}
.mnh-800{
    min-height: 800px;
}
.sed-header-menu {
    position: sticky;
    top: 0;
    z-index: 999;
    box-sizing: border-box;
    height: 7.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-top: 1.5rem;
}

.sed-header-menu .m-bg {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 1);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.sed-header-menu.sticky {
    transition: 0.3s ease;
    height: 4.8rem;
    /* İç boşluk */
    background: linear-gradient(
        to bottom,
        white 0,
        white 1.5rem,
        transparent 1.5rem,
        transparent 100%
    );
    padding-top: 1.8rem;
}

.sed-header-menu.sticky .m-bg {
    opacity: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.sed-header-menu.sticky .facilir-menu {
    top: calc(100% - 35px) !important;
}

.z-10 {
    position: relative;
    z-index: 10;
}

@media (max-width: 575.98px) {
    .sed-header-menu.sticky {
        padding-top: 0;
    }
}


.sed-header-menu a {
    font-family: "Raleway", serif;
    font-weight: 500;
    font-size: 1rem;
    color: var(--yazicolor);
    padding: 0;
    text-decoration: none;
}

.sed-header-menu .sed-ana-ul-ul {
    padding: 0;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.sed-header-menu.sticky .sed-ana-ul-ul {
    /* transform: translateY(-6px); */
}

.sed-header-menu .sed-ana-ul,
.sed-header-menu .sed-ana-ul-ul {
    list-style: none;
}

.sed-header-menu .sed-ana-li {
    display: flex;
    align-items: center;
}

.sed-header-menu .sed-ana-ul-ul .sed-ana-li-li {
    float: left;
    margin-left: 1.75rem;
}

.sed-header-menu .sed-ana-li.header-logo a img {
    height: 54px;
    width: auto;
    transition: transform 0.3s ease;
}

.sed-header-menu.sticky .sed-ana-li.header-logo a img {
    transform: scale(0.8);
}

.sed-header-menu .sed-arama-btn {
    width: 9rem;
    padding: 0.3875rem 1.25rem 0.3875rem 1rem;
    border-radius: 2.5rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.25);
    background: #0000001a;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    opacity: 0.85;
}

.sed-header-menu .header-menu-sol {
    border: 1px solid #626262;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    background: transparent;
    padding: 17px 0;
}

.sed-header-menu .sl-acilir-menu .menu-sol-close {
    width: 3.4rem;
    height: 3.4rem;
    background-color: #ebf0f0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(37%, -50%);
    cursor: pointer;
    transition: width 0.3s ease, height 0.3s ease, transform 0.2s ease;
    right: 0;
    opacity: 0.95;
    z-index: 9;
}

.sed-header-menu .sl-acilir-menu .menu-sol-close:hover {
    transform: translate(37%, -50%) rotate(-90deg);
    width: 3.9rem;
    height: 3.9rem;
}

.sed-header-menu .header-menu-sol i {
    font-size: 20px;
    color: #666;
    text-shadow: none;
}

.sed-header-menu .carousel-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 3.375rem 0 4rem;
}

.offcanvas-body::-webkit-scrollbar {
    width: 5px;
}

.offcanvas-body::-webkit-scrollbar-track {
    background: #fff;
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background: #ccc;
}

.offcanvas-body::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.pr-175 {
    margin-right: 1.75rem !important;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-21 {
    font-size: 21px;
}

.font-weight-800 {
    font-weight: 800;
}

.offcanvas-start,
.offcanvas-end {
    width: 575px;
}

.sol-menu-1 {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.sol-menu-1 li {
    margin-bottom: 1.5rem;
    list-style: none;
}

.sol-menu-1 li a {
    color: #273342;
    font-size: 2.575rem;
    line-height: 2.85rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.sol-menu-1 li:hover a,
.sol-menu-1 li:hover a::after {
    color: var(--hoverhrefcolor);
    cursor: pointer;
}

.menu-alt-gecis-icon a::after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    margin-left: 5px;
    font-size: 1rem;
    color: #808895;
}

.sol-menu-2 {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sol-menu-2 li {
    margin-bottom: 1rem;
}

.sol-menu-2 li a {
    color: #485a64;
    font-size: 1.1rem;
    line-height: 1.25rem;
    padding-bottom: 0.4375rem;
    display: flex;
    align-items: center;
}

.sol-menu-2 li a i {
    padding-right: 10px;
}
.mobil-sol-lsp{
    list-style: none; padding: 15px 5px 15px 10px;
}
.menu-footer {
    min-height: 11.5625rem;
    border-top: 0.0625rem solid #dce0e1;
    margin-top: 2.25rem;
    position: relative;
    bottom: 0;
}

.menu-footer .menu-footer-box {
    margin-top: 2.0625rem;
    display: flex;
}

.menu-footer .menu-footer-box div {
    margin-right: 1.25rem;
    width: 12.375rem;
}

.menu-footer .menu-footer-box div a {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.menu-footer .menu-footer-box div a span {
    font-size: 1.025rem;
    line-height: 1.025rem;
    color: #273342;
    padding-left: 15px;
}
.menu-footer-box a:hover {
    cursor: pointer;
}

.menu-footer .menu-footer-box div a:hover span {
    color: #025b8b;
}

.sol-menu-2 li a:hover {
    color: #025b8b;
}

.mtn2 {
    list-style: none;
    border-bottom: 1px solid #f1f1f1;
}

.mtn2 a {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 12px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: all .25s ease;
}

.mtn2 a i {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f5f5;
    font-size: 13px;
    color: #666;
    transition: all .25s ease;
}

.mtn2 a:hover {
    background: #f7f7f7;
    color: #000;
    cursor: pointer;
}

.mtn2.active a {
    background: #f0f4ff;
    color: #025b8b;
    font-weight: 600;
}

.mtn2.active a i {
    background: #025b8b;
    color: #fff;
}
.footer-telif {
    font-size: 13px;
    font-family: sans-serif;
    letter-spacing: 2px;text-align: right;    color: rgba(255, 255, 255, 0.7);
}
.sed-header-menu .sol-acilir-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 3.375rem 0 4rem;
}

.sed-header-menu .menu-sag-close {
    width: 3.4rem;
    height: 3.4rem;
    background-color: #ebf0f0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: width 0.3s ease, height 0.3s ease, transform 0.2s ease;
    left: 0;
    opacity: 0.95;
}

.sed-header-menu .menu-sag-close:hover {
    transform: translate(-50%, -50%) rotate(+90deg);
    width: 3.9rem;
    height: 3.9rem;
}

/* Alt menü gizli başlangıçta */
.facilir-menu {
    display: block;
    /* Başlangıçta gizli */
    position: absolute;
    top: 90%;
    /* Üst öğenin hemen altına yerleştir */
    left: 0;
    width: 100vw;
    /* Alt menü genişliği */
    background: #fff;
    transition: max-height 0.4s ease-in-out;
    /* 1 saniyelik geçiş */
    overflow: hidden;
    /* İçeriğin taşmaması için */
    max-height: 0;
    /* Başlangıçta sıfır yükseklik */
    z-index: 9999;
}

/* Hover durumunda alt menü açılacak */
.sed-ana-li-li:hover .facilir-menu,
.facilir-menu:hover {
    display: block;
    /* Görünür yap */
    max-height: 100vh;
    /* Maksimum yükseklik ayarı, içeriğe göre değiştirebilirsiniz */
    border-top: 1px solid #f0f0f0;
}

/* Stil düzenlemeleri */
.sed-ana-ul-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sed-ana-li-li {
    position: relative;
}

.sed-ana-li-li a {
    display: block;
    padding: 30px 10px;
    text-decoration: none;
}

.arama-box {
    cursor: pointer;
    opacity: 0.85;
    margin-bottom: 2.5rem;
    min-height: 3.75rem;
    position: relative;
}

.arama {
    width: 100%;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.arama input#search {
    width: 100%;
    height: 55px;
    background: #f6f6f6;
    border: none;
    font-size: 10pt;
    float: left;
    color: #363636;
    border: 1px solid #bdc0c2;
    padding-left: 55px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 30px;
    font-size: 1.125rem;
}

#Search::-webkit-search-cancel-button {
    position: relative;
    right: 50px;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: red;
}

.arama input#search::-webkit-input-placeholder {
    color: #65737e;
}

.arama input#search:-moz-placeholder {
    /* Firefox 18- */
    color: #65737e;
}

.arama input#search::-moz-placeholder {
    /* Firefox 19+ */
    color: #65737e;
}

.arama input#search:-ms-input-placeholder {
    color: #65737e;
}

.arama .icon {
    position: absolute;
    top: 50%;
    margin-left: 22px;
    margin-top: 17px;
    z-index: 1;
    color: #4f5b66;
    -webkit-transition: all 0.55s ease;
    -moz-transition: all 0.55s ease;
    -ms-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

.arama input#search:focus,
.arama input#search:active {
    outline: none;
}

.arama:hover .icon {
    margin-top: 16px;
    color: #93a2ad;
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -moz-transform: scale(1.5);
    /* Firefox */
    -ms-transform: scale(1.5);
    /* IE 9 */
    -o-transform: scale(1.5);
    /* Opera */
    transform: scale(1.5);
}

.arama-detay-box {
    overflow-y: auto;
    position: relative;
    padding-right: 1.5rem;
    height: auto;
    padding-bottom: 2rem;
    scrollbar-color: #dce0e1 transparent;
    scrollbar-width: thin;
}

.arama-head {
    color: #676f7c;
    font-size: 1.15rem;
    line-height: 1.15rem;
    font-family: serif;
    margin-bottom: 12px;
}

.arama-detay-box .arama-row-1 ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.arama-detay-box .arama-row-1 ul li {
    line-height: 1.5rem;
    padding-top: 1.5rem;
    display: flex;
    align-items: center;
    position: relative;
    width: fit-content;
    outline: none;
}

.arama-detay-box .arama-row-1 ul li a {
    text-decoration: none;
    width: 100%;
}
.search-loading {
    text-align: center;
    padding: 10px 0;
    display: none;
}

.spinner {
    width: 24px;
    height: 24px;
    border: 3px solid #ddd;
    border-top: 3px solid #333;
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Liste sıfırlama */
.arama-row-1 ul li.urun {
    list-style: none;
    margin: 3px 0;
    padding: 0;
    width: 90%;
}

/* Link tam kapsayıcı */
.arama-row-1 .urun-link {
    text-decoration: none;
    color: inherit;
}

/* Flex container */
.arama-row-1 .urun-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    transition: box-shadow 0.2s, transform 0.2s;
    background: #fff;
}

.arama-row-1 .urun-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* Resim alanı */
.arama-row-1 .urun-image {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arama-row-1 .urun-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Bilgi alanı */
.arama-row-1 .urun-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

/* Üstte kod */
.arama-row-1 .urun-kod {
    font-size: 14px;
    font-family: arial;
    color: #888;
    margin-bottom: 5px;
    font-weight: 500;
}

/* Altta başlık */
.arama-row-1 .urun-baslik {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
}

/* Responsive küçük ekran */
@media (max-width: 480px) {
 
}

.arama-row-2 {
    padding-top: 3rem;
    color: #676f7c;
    line-height: 1.25rem;
    font-size: 0.875rem;
}

.arama-row-2 .arama_aciklama {
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #2b2b2b;
}

/* Paragraflar */
.arama-row-2 .arama_aciklama p {
    margin: 0 0 14px;
}

/* Başlıklar */
.arama-row-2 .arama_aciklama h1,
.arama-row-2 .arama_aciklama h2,
.arama-row-2 .arama_aciklama h3,
.arama-row-2 .arama_aciklama h4,
.arama-row-2 .arama_aciklama h5,
.arama-row-2 .arama_aciklama h6 {
    font-weight: 600;
    color: #1f2933;
    margin: 22px 0 12px;
    line-height: 1.4;
}

/* Başlık boyutları */
.arama-row-2 .arama_aciklama h1 {
    font-size: 24px;
}

.arama-row-2 .arama_aciklama h2 {
    font-size: 20px;
}

.arama-row-2 .arama_aciklama h3 {
    font-size: 18px;
}

.arama-row-2 .arama_aciklama h4 {
    font-size: 16px;
}

/* Linkler */
.arama-row-2 .arama_aciklama a {
    color: #0f62fe;
    text-decoration: none;
    border-bottom: 1px solid rgba(15, 98, 254, 0.3);
    transition: all 0.2s ease;
}

.arama-row-2 .arama_aciklama a:hover {
    border-bottom-color: #0f62fe;
}

/* Listeler */
.arama-row-2 .arama_aciklama ul {
    margin: 14px 0 14px 22px;
    padding: 0;
    list-style-type: disc;
    /* içi dolu yuvarlak */
}

.arama-row-2 .arama_aciklama ul li {
    margin-bottom: 2px;
    color: #374151;
}

/* Numaralı liste */
.arama-row-2 .arama_aciklama ol {
    margin: 14px 0 14px 22px;
}

/* Vurgu */
.arama-row-2 .arama_aciklama strong {
    font-weight: 600;
    color: #111827;
}

.arama-row-2 .arama_aciklama em {
    color: #4b5563;
}

/* Alıntı */
.arama-row-2 .arama_aciklama blockquote {
    margin: 20px 0;
    padding: 12px 16px;
    border-left: 3px solid #d1d5db;
    background: #f9fafb;
    color: #4b5563;
    font-style: normal;
}

/* Görseller */
.arama-row-2 .arama_aciklama img {
    max-width: 100%;
    height: auto;
    margin: 16px 0;
    border-radius: 4px;
}

/* Tablo (CKEditor sık kullanır) */
.arama-row-2 .arama_aciklama table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 14px;
}

.arama-row-2 .arama_aciklama table th,
.arama-row-2 .arama_aciklama table td {
    border: 1px solid #e5e7eb;
    padding: 10px;
    text-align: left;
}

.arama-row-2 .arama_aciklama table th {
    background-color: #f3f4f6;
    font-weight: 600;
}

.sd-break {
    background: #fbfbfb;
    text-align: center;
}

/* iletisim css */
.sd-break ul.breadcrumb {
    background-color: inherit;
    margin-bottom: 0;
    padding: 0.75rem 0.75rem 0.75rem 0;
}

.sd-break ul.breadcrumb li {
    display: inline;
    font-size: 0.875rem;
    padding-left: 0.25rem !important;
}

.sd-break ul.breadcrumb li + li:before {
    padding: 5px;
    color: black;
    content: "/\00a0";
}

.sd-break ul.breadcrumb li a {
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 600;
    color: #0749bc;
}

.sd-break ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: none;
}

.fsol-menu {
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    padding: 20px 35px;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
}

.fsol-menu h2 {
    margin-top: 0;
    font-size: 1.2em;
    color: #333;
}

.fsol-menu .menu-item {
    margin: 10px 0;
    padding: 10px;
    cursor: pointer;
    background-color: #f9f9f9;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.fsol-menu .menu-item:hover {
    background-color: #ddd;
}

.fsol-menu .menu-item .icon {
    margin-right: 10px;
}

.fsol-menu .submenu {
    padding-left: 20px;
    display: none;
}

.fsol-menu .menu-item.open .submenu {
    display: block;
}

.fsol-menu-header-box {
    display: block;
    position: relative;
    padding: 0px 0 10px 0;
    border-bottom: 2px solid #dfdfdf;
    box-shadow: 0px 1px 1px #ddd;
}

.fmh-baslik {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
    padding: 0 0 30px 0;
}

.fmh-baslik a.fs-menu-link {
    font-family: Arial;
    font-size: 1.75rem;
    line-height: 1.75rem;
    text-transform: math-auto;
    cursor: pointer;
}

.fmh-baslik::before {
    content: "\276E";
    font-size: 15px;
    margin-right: 12px;
    line-height: 1;
    display: inline-block;
    color: #787878;
}

.fmh-loc {
    display: table;
    position: relative;
    padding: 5px 0 5px 0;
    width: 100%;
}

.fmh-loc .a1 {
    float: left;
    display: block;
}

.fmh-loc .a2 {
    float: right;
    display: block;
}

.fmh-loc .a2 a {
    border-bottom: 1px solid #aaa;
    padding: 0 3px 1px 4px;
}

.mtn a {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    height: 4rem;
    cursor: pointer;
}

.img-div {
    width: 4rem;
    height: 4rem;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 1rem;
}

.img-div img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    overflow: hidden;
}

.mtn-div {
    font-size: 1.125rem;
    font-family: SKF Sans Regular, Inter-Regular;
    line-height: 1.25rem;
    color: #000;
    justify-content: space-between;
    display: flex;
    width: 100%;
    align-items: center;
}

.mt-bs {
    font-size: 1.125rem;
    font-family: SKF Sans Regular, Inter-Regular;
    line-height: 1.25rem;
    color: #000;
    justify-content: space-between;
    display: flex;
    width: 100%;
}

.mtn-div i {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000;
    margin-right: 0;
}

.mtn-div i::before {
    content: "\276F";
    font-size: 15px;
    margin-right: 12px;
    line-height: 1;
    display: inline-block;
    color: #787878;
}

.urunler-listesi .sol-menu-urun-box {
    padding: 5px;
    border: 1px solid #f0f0f0;
    display: block;
    position: relative;
}

.urunler-listesi .sol-menu-urun-box a {
    text-decoration: none;
    display: block;
    padding: 5px;
    border-radius: 5px;
}

.urunler-listesi .sol-menu-urun-box a .smub-urun-img {
    width: 100%;
    display: flex;
}

.urunler-listesi .sol-menu-urun-box a img {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
}

.urunler-listesi .sol-menu-urun-box a .smub-urun-kod {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #025b8b;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.urunler-listesi .smub-urun-adi {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #616161;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    padding: 0 2px;
}

.urunler-listesi .sol-menu-urun-box:hover {
    box-shadow: 1px 1px 24px #dfdfdf;
    cursor: pointer;
}

.carousel .carousel-item {
    transition: none !important;
}
footer {
    background: #333;
}

footer .footer-body {
    padding: 5rem 3rem 2.5rem;
}

.footer-ust {
    width: 100%;
    font-family: Arial, sans-serif;
}

/* ÜST SOSYAL MEDYA */
.footer-sosyal-medya {
    background: #cfcfcf;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 12px 20px;
    font-size: 14px;
}

.footer-sosyal-medya span {
    font-weight: 500;
}

.sosyal-ikonlar a {
    background: #555;
    color: #fff;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 3px;
    transition: 0.3s;
}

.sosyal-ikonlar a:hover {
    background: #0077b5;
}

/* ALT İLETİŞİM */
.footer-iletisim-bnr {
    background: #6d6d6d;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 3rem 14px;
    flex-wrap: wrap;
}

.footer-iletisim-bnr a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    font-size: 14px;
    font-family: sans-serif;
}

.footer-iletisim i {
    margin-right: 6px;
}

.iletisim-sol,
.iletisim-sag {
    display: flex;
    align-items: center;
    gap: 12px;
}

.iletisim-sag {
    display: flex;
    align-items: center;
}

.footer-logo {
    max-height: 40px;
    width: auto;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .footer-iletisim-bnr {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .iletisim-sag {
        justify-content: center;
    }

    .footer-logo {
        margin-top: 8px;
    }
}

footer h3.footer-hakkimizda-baslik,
footer h3.footer-menuler-baslik,
footer h3.footer-iletisim-baslik,
footer h3.footer-baglantilar-baslik {
    font-size: 18px;
    color: #ffffff;
    line-height: 5px;
    font-weight: 600;
}

footer .footer-hakkimizda p {
    margin-top: 1.5rem;
    font-size: 14px;
    line-height: 1.75rem;
    color: #f2f2f2;
    padding: 0;
}

footer .footer-menuler {
    margin-top: 1.5rem;
    font-size: 14px;
    line-height: 1.75rem;
    color: #f2f2f2;
    padding: 0;
}

footer .footer-iletisim {
    margin-top: 1.5rem;
    font-size: 14px;
    line-height: 1.75rem;
    color: #f2f2f2;
    padding: 0;
}

footer .footer-baglantilar {
    margin-top: 1.5rem;
    font-size: 14px;
    line-height: 1.75rem;
    color: #f2f2f2;
    padding: 0;
}

footer ul {
    list-style: none;
    padding: 0 0 0 4px;
}

footer .footer-menuler ul li,
footer .footer-iletisim ul li,
footer .footer-baglantilar ul li {
    margin-top: 5px;
}

footer .footer-fmenu {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem 0;
    margin-bottom: 0;
}

footer .footer-fmenu li {
    font-size: 0.875rem;
    line-height: 1.75;
    margin-left: 1.5rem;
    color: #fff;
    display: inline;
}

footer .footer-cizgi {
    height: 0.0625rem;
    opacity: 0.25;
    color: #fff;
    margin-bottom: 2.5rem;
    margin-top: 0;
}

footer a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}

footer a:hover {
    color: rgba(255, 255, 255, 1);
}

footer ul.social-medya {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 1rem 0;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: auto;
}

footer ul.social-medya li {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-left: 1.5rem;
    color: #fff;
    display: inline;
}

.footer-dil {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.footer-dil button {
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    line-height: 1.5;
    margin-left: 0;
}

.footer-dil a {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    display: inline;
    font-size: 14px;
}

.footer-dil {
    position: relative;
    display: inline-block;
}

.footer-dil .dropdown-content {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.85);
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 13px 13px 13px 0px;
    padding: 10px 0;
}

.footer-dil .dropdown-content a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}

.footer-dil .dropdown-content a:hover {
    background-color: #fff;
    color: black;
}

.sd-position-unset {
    position: unset;
}

@media (max-width: 575.98px) {
    .byk {
        display: none !important;
    }

    .dn-5 {
        display: none;
    }

    .pr-175 {
        margin-right: 0 !important;
    }

    .sed-ana-ul {
        padding: 0 !important;
    }

    .sed-header-menu .sed-ana-li.header-logo a img {
        height: auto;
        width: 75%;
    }

    .sed-header-menu .sed-arama-btn {
        width: 30px;
        height: 55px;
        padding: 0;
        text-align: center;
        border: 0;
        margin-right: -0.5rem;
        background: transparent;
    }

    .sed-header-menu .sed-arama-btn a {
        font-size: 20px;
    }

    .sed-header-menu .sed-ana-ul-ul .sed-ana-li-li {
        margin-left: 0;
    }

    .sed-header-menu .sed-arama-btn span {
        display: none;
    }

    .sed-header-menu .sl-acilir-menu .menu-sol-close {
        top: 30px;
        transform: unset;
        right: 30px;
        z-index: 999;
    }

    .sed-header-menu .menu-sag-close {
        width: 2.4rem;
        height: 2.4rem;
        top: 14px;
        transform: unset;
        left: 10px;
    }

    .sed-header-menu .header-menu-sol {
        border: 0;
        border-radius: 0;
        width: 2.5rem;
        height: 4.5rem;
        background: transparent;
        padding: 17px 0;
        margin-left: -0.75rem;
    }
.arama-detay-box {
    padding-right: 5px;
    padding-top: 10px;
}
.arama-head {
    font-size: 14px;
    line-height: 5px;
}
.arama-row-2 .arama_aciklama {
    font-size: 13px;
}
    .sed-header-menu .header-menu-sol i {
        font-size: 25px;
        color: #666;
        text-shadow: none;
    }

    .sed-header-menu .sol-acilir-menu {
        padding: 20px 10px 0px 10px;
    }

    .sed-header-menu .carousel-container {
        padding: 2rem 2rem 0px 2rem;
    }

    .fsol-menu {
        padding: 15px 12px;
    }

    .sol-menu-1 li a {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }

        footer {
            padding: 5rem 1rem 2.5rem;
        }
    
        footer h3.footer-hakkimizda-baslik,
        footer h3.footer-menuler-baslik,
        footer h3.footer-iletisim-baslik,
        footer h3.footer-baglantilar-baslik {
            font-size: 1.55rem;
            color: #ffffff;
            line-height: 1.17;
            font-weight: 700;
            padding-top: 45px;
        }
    
        footer .footer-menuler ul li,
        footer .footer-iletisim ul li,
        footer .footer-baglantilar ul li {
            margin-top: 0.8rem;
            font-size: 0.95rem;
            color: #fff;
        }
    
        .footer-dil {
            margin-bottom: 15px;
        }
footer .footer-body {
    padding: 2rem 0 0;
}
.footer-telif {
    font-size: 12px;
    font-family: sans-serif;
    letter-spacing: 2px;
    text-align: right;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 45px;
}
.footer-iletisim-bnr a {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    font-size: 14px;
    font-family: sans-serif;
    display: block;
}
    .offcanvas-body {
        flex-grow: 1;
        padding: 15px 0;
        overflow-y: auto;
    }
    .iletisim-sol, .iletisim-sag {
    display: block;
    align-items: center;
    line-height: 30px;
}
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .byk {
        display: none !important;
    }

    .dn-7 {
        display: none;
    }

    .pr-175 {
        margin-right: 0 !important;
    }

    .sed-ana-ul {
        padding: 0 !important;
    }

    .sed-header-menu .sed-ana-li.header-logo a img {
        height: 45px;
        width: auto;
    }

    .sed-header-menu .sed-arama-btn {
        width: 50px;
        height: 50px;
        padding: 0;
        text-align: center;
    }

    .sed-header-menu .sed-arama-btn span {
        display: none;
    }

    .sed-header-menu .sl-acilir-menu .menu-sol-close {
        top: 30px;
        transform: unset;
        right: 30px;
        z-index: 999;
    }

    .sed-header-menu .menu-sag-close {
        width: 2.4rem;
        height: 2.4rem;
        top: 14px;
        transform: unset;
        left: 10px;
    }

    .sed-header-menu .sol-acilir-menu {
        padding: 2rem 2rem 0px 2rem;
    }

    .sed-header-menu .carousel-container {
        padding: 2rem 2rem 0px 2rem;
    }

    .fsol-menu {
        padding: 15px 0px;
    }

    .sol-menu-1 li a {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }
        footer h3.footer-hakkimizda-baslik,
        footer h3.footer-menuler-baslik,
        footer h3.footer-iletisim-baslik,
        footer h3.footer-baglantilar-baslik {
            font-size: 1.55rem;
            color: #ffffff;
            line-height: 1.17;
            font-weight: 700;
            padding-top: 45px;
        }
    
        footer .footer-menuler ul li,
        footer .footer-iletisim ul li,
        footer .footer-baglantilar ul li {
            margin-top: 0.8rem;
            font-size: 0.95rem;
            color: #fff;
        }
    
        .footer-dil {
            margin-bottom: 15px;
        }
        .footer-hakkimizda{
            padding-bottom:45px;
        }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .dn-9 {
        display: none;
    }

    .byk {
        display: none !important;
    }
            .footer-hakkimizda{
            padding-bottom:45px;
        }
        .footer-telif {
    padding-top: 55px;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
}
