.header_top_iconbox .d-md-flex {
    align-items: center;
}

.header_top_iconbox .icon {
    border: none;
    width: unset;
    height: unset;
    line-height: 1;
    margin-right: 5px;
}

.header_top_iconbox:hover .icon {
    background-color: unset;
}

.top-search form.form-search .box-search input {
    width: 357px;
}

.top-info-navs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-info-navs .vertical-line {
    width: 1px;
    height: 32px;
    background: #FFFFFF
}

.hm_log_fav_cart_widget .wrapper ul li {
    margin-right: 0px;
}

.header_top_iconbox .icon span {
    font-size: 16px;
    line-height: 1;
}

.header_top_iconbox .icon span.badge {
    background-color: #FFFFFF;
    right: -4px;
    top: -6px;
    height: 13px;
    width: 13px;
    line-height: 5px;
}


.header_top_iconbox.cart-filter-btn .icon {
    margin-right: 10px;
}

.header_middle_advnc_search .actegory .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: min-content;
}

.menu_bdrt1 {
    border-top: none !important;
}

#mega-menu .btn-mega:after {
    display: none;
}

.widget_menu_home2 {
    right: 0;
}

.currency-lang-area {
    position: absolute;
    top: 0;
    right: 0;
}

.icon-custom {
    width: 16px;
    /* ikon boyutu */
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Her ikon için ayrı arka plan */
.icon-custom-cart {
    background-image: url('./../images/media/cart-icon.png');
}

.icon-custom-user {
    background-image: url('./../images/media/user-icon.png');
}

.icon-custom-heart {
    background-image: url('./../images/media/heart-icon.png');
}

.icon-custom-phone {
    background-image: url('./../images/media/phone-icon.png');
}

.icon-custom-footer-phone {
    background-image: url('./../images/media/footer-phone-icon.png');
}

.icon-custom-footer-mail {
    background-image: url('./../images/media/footer-mail-icon.png');
}
.icon-custom-kadin {
    background-image: url('./../images/media/kadin.png');
}
.icon-custom-erkek {
    background-image: url('./../images/media/erkek.png');
}
.icon-custom-cocuk {
    background-image: url('./../images/media/cocuk.png');
}
.icon-custom-ayakkabi {
    background-image: url('./../images/media/ayakkabi.png');
}
.icon-custom-aksesuar {
    background-image: url('./../images/media/aksesuar.png');
}


.currency-lang-area {
    display: inline-block;
}

.cl-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.cl-item {
    position: relative;
}

.cl-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;

}

a.cl-toggle:hover,
a.cl-toggle:focus {
    color: #F5C34B;
}

.cl-toggle .cl-current {
    font-weight: 400;
}

.cl-toggle::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    display: inline-block;
    transition: transform .3s;
    position: relative;
    bottom: 2px;
}

.cl-item.open>.cl-toggle::after,
.cl-item:hover>.cl-toggle::after {
    transform: rotate(-135deg);
    bottom: 0px;
}

.cl-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    background: #fff;
    color: #333;
    border-radius: 10px;
    padding: 6px;
    margin-top: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    list-style: none;
    display: none;
    z-index: 20;
}

/* Hem hover hem open class ile görünür */
.cl-item.open>.cl-menu,
.cl-item:hover>.cl-menu {
    display: block;
}

.cl-menu li a {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
}

.cl-menu li a:hover {
    background: #f1f2f6;
}

/* MENÜ: başlangıç hali (görünmez) */
.cl-menu {
    /* mevcut ayarlar sende kalsın */
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    will-change: opacity, transform;
}

/* Açılırken yumuşak fade + aşağıdan yukarı */
.cl-item.open>.cl-menu,
.cl-item:hover>.cl-menu {
    display: block;
    /* sende zaten var */
    -webkit-animation: cl-fade-in .3s ease-in-out forwards;
    animation: cl-fade-in .3s ease-in-out forwards;
}

/* Keyframes */
@-webkit-keyframes cl-fade-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(6px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes cl-fade-in {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* (İsteğe bağlı) Hareketi azalt tercih edenlere animasyonu kapat */
@media (prefers-reduced-motion: reduce) {

    .cl-item.open>.cl-menu,
    .cl-item:hover>.cl-menu {
        -webkit-animation: none !important;
        animation: none !important;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.ace-responsive-menu>li>a {
    font-size: 13px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li>a {
    padding: 10px 10px 12px;
    padding-right: 10px;
    padding-left: 10px;
}

#mega-menu,
.mega_button_dropdown_menu {
    top: 0px;
}


header.header-nav {
    padding: 15px 30px;
}



@media (min-width:992px) and (max-width:1040px) {
    header.header-nav.menu_style_home_one .ace-responsive-menu>li>a {
        padding: 10px 5px 12px;
    }
}

.header_middle .header_top_logo_home1 .logo a {
    color: #fff;
}

.hm_log_fav_cart_widget {
    padding-top: 3px;
}

.home2_banner_style .apple_widget_home1 .tag,
.home1_style .banner-style-one .tag {
    background-color: #F5C34B;
    font-weight: 500;
    font-size: 13px;
}

.home1_style .banner-style-one .banner-title,
.home2_banner_style .apple_widget_home1 .title {
    color: #fff;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;

}

.home1_style .banner-style-one p {
    color: #fff;
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;


}

.home1_style .banner-style-one .banner-btn {
    background-color: #fff;
    border-color: #fff;
    font-weight: 300 !important;
    font-size: 14px !important;
}

.home1_style .banner-style-one .banner-btn:hover {

    border-color: #F5C34B;
}

.home1_style .banner-style-one .slide {
    padding: 60px 0;
}

.banner_one.home1_style .thumb {
    height: 410px;
}

.banner_one.home1_style.at_home6_home_area .thumb img {
    bottom: 0;
    right: 0;
    position: absolute;
    height: 270px;
}

.banner_one .details .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    width: 100%;
}

.banner_one .details p {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.banner_one .details .countdown-badge {

    border-radius: 4px;
    background: #fff;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
    gap: 4px;
    color: #000;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
}

.banner_one .details .shop_btn {

    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.banner_one.home1_style {
    border-radius: 4px;
}

.home1_style .banner-style-one .slide {
    border-radius: 4px;
}

.icon_boxes .details .title {
    color: #000;
    font-weight: 500;
    font-size: 14px;

}

.icon_boxes .details .para {
    font-weight: 400;
    font-size: 12px;
    color: #888686;
}

.icon_boxes .icon img {
    width: 30px;
    height: auto;
    object-fit: contain;
}

.bb1 {
    border-bottom: 1px solid #f5f5f5;
}

.iconbox .details .title {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 1.5;
}

.iconbox .icon img {
    width: 80% !important;
    height: 80% !important;
    object-fit: contain;
}

.top-category {
    padding-top: 60px;
    padding-bottom: 40px;
}

@media (min-width:1200px) and (max-width:1366.98px) {
    .home1_style .banner-style-one .banner-title {
        font-size: 40px;
        line-height: 50px;
    }

    .home1_style .banner-style-one .slide {
        padding: 68px 0;
    }

}


/* ==== HOME BANNERS – grid düzen + hover ==== */
.home-banners {
    margin: 24px 0;
}


/* Satırlar (genişlikleri dağıt) */
.home-banners [class^="banner-row-"] {
    display: grid;
    grid-gap: 16px;
    margin-bottom: 16px;
}

/* Row düzenleri – masaüstü */
.banner-row-1 {
    grid-template-columns: 1fr 1fr;
}

/* solda geniş */
.banner-row-2 {
    grid-template-columns: 1fr;
}

/* tek görsel */
.banner-row-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

/* solda biraz geniş */
.banner-row-4 {
    grid-template-columns: 785fr 383fr;
}

/* iki eşit */

/* Kart ve görsel */
.home-banners .banner-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    transition: box-shadow .35s ease;
}

.home-banners .banner-item a {
    display: block;
}

.home-banners .banner-item img {
    display: block;
    width: 100%;
    height: auto;
    /* taşma yok, yazılar görünür */
    transition: transform .35s ease;
}

/* Hover efekti */
.home-banners .banner-item:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.home-banners .banner-item:hover img {
    transform: scale(1.03);
}

/* Tablet */


/* Mobil: tek sütun */
@media (max-width: 600px) {
    [class^="banner-row-"] {
        grid-template-columns: 1fr;
    }
}



.for_blog .details .tc_content .title,
.for_blog .details .tc_content .title a {
    max-width: 360px;
}

.bg-2 {
    background-color: #FBFAFA;
}

.main-title h2 {
    color: #000;
}

.title_more_btn {
    color: #000;
}

.for_blog .thumb,
.for_blog .thumb img {
    border-radius: 0;
}



/* --- Yorum Kartı (scoped) --- */
.yorum-card {

    margin: 0 auto;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0px;
    padding: 26px 22px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .03);
    box-sizing: border-box;
}

.yorum-card .yrm-media {

    height: 260px;
    margin: 0 auto 14px;
    border-radius: 0px;
    overflow: hidden;
    background: #fff;
}

.yorum-card .yrm-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.yorum-card .yrm-store {
    font-size: 16px;
    color: #000;
    margin-top: 6px;
}

.yorum-card .yrm-store a {
    color: #626974;
    text-decoration: none;
}

.yorum-card .yrm-name {
    margin: 10px 0 6px;
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.yorum-card .yrm-text {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    margin: 0 6px 14px;
}

.yorum-card .yrm-stars {
    display: flex;
    justify-content: center;
    gap: 6px;
    font-size: 18px;
    line-height: 1;
}

.yorum-card .yrm-stars .star {
    color: #f6c342;
    /* altın sarısı */
}


.home-comments .owl-theme .owl-nav .owl-prev,
.home-comments .owl-theme .owl-nav .owl-next {
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    color: #112137;
    height: 50px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
}

.home-comments .owl-theme .owl-nav .owl-prev:hover,
.home-comments .owl-theme .owl-nav .owl-next:hover {
    border: 1px solid #112137;
}

.home-comments .owl-theme .owl-nav .owl-prev {
    left: -30px;
    top: 40%;
}

.home-comments .owl-theme .owl-nav .owl-next {
    right: -30px;
    top: 40%;
}

.home-comments .owl-theme.owl-carousel .owl-controls {
    width: 100%;

}

.home-comments .owl-theme.owl-carousel .owl-controls .owl-nav {
    width: 100%;
    bottom: 315px;
    position: relative;
}

.home-bulten .banner_one {
    background-color: #4432971A !important;
    background-image: none !important;
}

.home-bulten .banner_one .details {
    max-width: 567px;
    left: 50px;
}

.home-bulten .bulten-img {
    position: absolute;
    right: 0px;
    height: 100%;
    object-fit: contain;
}

.home-bulten .banner_one .details .title {
    font-family: Jost;
    font-weight: 500;
    font-size: 30px;
    color: #041E42;
}

.home-bulten .banner_one .details p {
    font-weight: 500;
    font-size: 16px;
    color: #041E42;
}

.home-bulten .banner_one input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-width: 0px;
}

.home-bulten .banner_one button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-width: 0px;
}


.home-faq {
    padding: 0;
    margin-top: 60px;
}

.home-faq .faq-wrapper {
    background-color: #4432971A !important;
    min-height: 400px !important;
    border-radius: 4px;
    padding: 50px 0;
}

.home-faq .shortcode_widget_accprdons .faq_according .accordion .card {
    background-color: transparent;
    margin-bottom: 40px;
    padding-bottom: 10px;
}


.home-faq .shortcode_widget_accprdons .faq_according .accordion .card {
    border-bottom: 1px solid #041e42;
}

.home-faq .shortcode_widget_accprdons .faq_according .accordion .card .card-header .btn-link {
    font-weight: 500;
}


.home-faq .shortcode_widget_accprdons .faq_according .accordion .card .card-header .btn-link span {
    font-weight: 500;
}

.home-faq .main-title h2 {
    color: #041E42;
}

.home-faq .faq_according .accordion .card .card-header::before {
    font-size: 28px;
    font-weight: 300;
    line-height: 24px;
}

.home-faq .shortcode_widget_accprdons .faq_according .accordion .card .card-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}


.tumunu-gor {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
}

.tumunu-gor a {
    width: 220px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px !important;
}

.contact-submit button {
    width: 220px !important;
    height: 50px !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px !important;
}

.footer_one {
    background: #F3F5F6;
    margin-top: 30px;
}


.footer-logo {
    margin-bottom: 40px;
}

.footer_social_widget h4 {
    margin-bottom: 20px;
}

.footer_acceped_card_widget h4 {
    margin-bottom: 20px;
}

.social_icon_list li a {
    line-height: 1;
}

.footer_contact_iconbox {
    align-items: center;
}

.footer_contact_iconbox .icon-custom {
    width: 20px;
    height: 20px;
}

.footer_contact_widget h4 {
    margin-bottom: 40px;
}

.copyright-widget {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.copyright-widget p:nth-child(1) {
    text-align: left;
}

.copyright-widget p:nth-child(2) {
    text-align: center;
}

.copyright-widget p:nth-child(3) {
    text-align: right;
}


.f-col-last {
    margin-left: auto;
    width: max-content;
}

.footer_qlink_widget {
    padding-left: 0;
    width: max-content;
    margin: auto;
}


.map-area iframe {
    width: 100%;
}

.contact_page_content .mtitle {
    font-size: 26px;
    color: #041E42;
}

.contact_page_content p {
    max-width: 430px;
}


.home-faq-2 {
    padding: 0;
    margin-top: 20px;
}

.home-faq-2 .faq-wrapper {
    background-color: #fff !important;
    min-height: 400px !important;
    border-radius: 4px;
    padding: 50px 0;
}

.home-faq-2 .shortcode_widget_accprdons .faq_according .accordion .card {
    background-color: transparent;
    margin-bottom: 40px;
    padding-bottom: 10px;
}


.home-faq-2 .shortcode_widget_accprdons .faq_according .accordion .card {
    border-bottom: 1px solid #041e42;
}

.home-faq-2 .shortcode_widget_accprdons .faq_according .accordion .card .card-header .btn-link {
    font-weight: 500;
}


.home-faq-2 .shortcode_widget_accprdons .faq_according .accordion .card .card-header .btn-link span {
    font-weight: 500;
}

.home-faq-2 .main-title h2 {
    color: #041E42;
}

.home-faq-2 .faq_according .accordion .card .card-header::before {
    font-size: 28px;
    font-weight: 300;
    line-height: 24px;
}

.home-faq-2 .shortcode_widget_accprdons .faq_according .accordion .card .card-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}


.home-faq-2 .shortcode_widget_accprdons {
    padding: 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
    top: 2px;
    position: relative;
}

/* Sidebar Card */
.sidebar-card {
    width: 100%;
    /* İstersen değiştir */
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 24px;
}

/* Başlık */
.sidebar-card .sidebar-title {
    margin: 0 0 12px;

    color: #000;

    font-weight: 600;

    font-size: 18px;


}

/* Linkler */
.sidebar-card .sidebar-links a {
    display: block;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    text-decoration: none;
    padding: 6px 0;
}

/* Aktif (ilk link gibi) */
.sidebar-card .sidebar-links a.active {
    color: #0053F6;
    /* mavi */
    font-weight: 500;
}

/* Hover / Focus */
.sidebar-card .sidebar-links a:hover {
    color: #0053F6;

}

.sidebar-card .sidebar-links a:focus-visible {
    outline: 2px solid #0053F6;
    outline-offset: 2px;
}

.about-page-area {
    padding: 60px 0;
}

.make-sticky {
    position: sticky;
    top: 120px;
}


.editor-content h1 {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}

.editor-content h2 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.editor-content h3 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.editor-content h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.editor-content h5 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.editor-content h6 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.editor-content p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.editor-content b {
    font-weight: 500;
}
.editor-content strong {
    font-weight: 500;
}
.editor-content .btn-thm {
    width: 400px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px !important;
}

b, strong {
    font-weight: 500;
}

.editor-content ul {
    list-style: none;
    /* Varsayılan noktaları kaldır */
    margin: 0;
    padding: 0;
}

.editor-content ul li {
    position: relative;
    padding-left: 28px;
    /* İkona yer bırak */
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #111;
}

/* Sol taraftaki ikon */
.editor-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background: url("./../images/media/check-icon.png") no-repeat center center;
    background-size: contain;
    /* Görseli orantılı küçült/büyüt */
}


.degerlerimiz-area {
    display: flex;
    justify-content: space-between;

}

h2.degerlerimiz {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;

}

.degerlerimiz-area .d-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 165px;
}

.degerlerimiz-area .d-item img {
    width: 100px;
}

.degerlerimiz-area .d-item h3 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}


/* ==== Üyelik Tipi Alanı ==== */
.uyelik-tipi-alani {
    padding: 48px 0 64px;
    background: #fff;
}

.uyelik-tipi-alani .uyelik-header {
    max-width: 920px;
    margin: 0 auto 28px;
}

.uyelik-tipi-alani .uyelik-header h2 {

    color: #000;
    margin: 0 0 8px;
    font-weight: 500;
    font-size: 24px;
    text-align: center;

}

.uyelik-tipi-alani .uyelik-header p {
    color: #000;

    margin: 0;

    font-weight: 400;

    font-size: 16px;


    text-align: center;

}

/* ==== Kart ==== */
.uye-card {
    height: 100%;
    background: #f2f2f2;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
    transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

.uye-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .06);
    border-color: #e5e5e5;
}

.uye-card-icon {
    width: 92px;
    height: 92px;
    margin: 4px auto 16px;
    display: grid;
    place-items: center;
}

.uye-card-icon img {
    max-width: 92px;
    max-height: 92px;
    display: block;
}

.uye-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #041E42;
    margin: 0 0 6px;
}

.uye-card h5 {
    font-size: 16px;
    font-weight: 500;
    color: #041E42;
    /* mavi vurgulu alt başlık */
    margin: 0 0 10px;
}

.uye-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #626974;
    font-weight: 400;
    margin: 0 0 18px;
}

/* ==== Buton ==== */
.btn-uye {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 205px;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #1e1e1e;
    background: #f4c041;
    /* sarı */
    border-radius: 4px;
    text-decoration: none;
    transition: filter .15s ease, transform .15s ease;
}

/* Küçük ekranlar için ufak dokunuş */
@media (max-width: 575.98px) {
    .uyelik-tipi-alani {
        padding: 36px 0 52px;
    }

    .uye-card {
        padding: 22px 18px;
    }

    .uyelik-tipi-alani .uyelik-header h2 {
        font-size: 22px;
    }
}


.form_grid.full {
    position: relative;
    max-width: 951px;
    margin: auto;
    margin-top: 60px;
}

.ut-form-btn {
    margin: auto;
    margin-top: 30px;
}

.form-consent-align {
    display: flex;
    justify-content: space-between;
}

.form-consent-align .custom-control {
    display: flow;
}

.form-consent-align .custom-control input {
    position: relative;
    top: -2px;
}

.form-consent-align .custom-control-label {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-left: 5px;
}

.form-consent-align .right-area {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.form-consent-align .right-area a {
    font-weight: 500;
    font-size: 14px;
    color: #316CF4;
    margin-left: 5px;
}

/* Checkbox (unchecked görünüm görseldeki gibi) */
.form-consent-align .custom-control input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 0;
    cursor: pointer;
    background: #fff;
    border: 1.5px solid #cfd4dc;
    /* açık gri çerçeve */
    border-radius: 6px;
    /* hafif yuvarlak köşe */
    box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
    /* çok hafif gölge */
    position: relative;
    vertical-align: middle;
    transition: border-color .15s ease, box-shadow .15s ease,
        background-color .15s ease, transform .05s ease;
}

/* Hover */
.form-consent-align .custom-control input[type="checkbox"]:hover {
    border-color: #b9c1cc;
}

/* Klavye odak */
.form-consent-align .custom-control input[type="checkbox"]:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, .15);
    border-color: #8aa7e0;
}

/* Basılı tutarken ufak geri bildirim */
.form-consent-align .custom-control input[type="checkbox"]:active {
    transform: scale(.96);
}

/* Checked durumu (mavi dolu + beyaz tik) */
.form-consent-align .custom-control input[type="checkbox"]:checked {
    background: #0d6efd;
    border-color: #0d6efd;
}

.form-consent-align .custom-control input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: translate(-50%, -60%) rotate(45deg);
}

/* Pasif */
.form-consent-align .custom-control input[type="checkbox"]:disabled {
    opacity: .6;
    cursor: not-allowed;
}

/* Sadece select.form-control için özelleştir */
.form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;

    background-image: url('./../images/media/down-icon.png');
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px 14px;

    padding-right: 42px;
    /* okun üstüne yazı gelmesin */

}

/* Focus durumunda hafif vurgu */
.form-group select.form-control:focus {
    border-color: #cdd6e1;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, .08);
    outline: 0;
}

/* Eski Edge/IE varsayılan oku gizle */
.form-group select.form-control::-ms-expand {
    display: none;
}

.title_more_btn:before {
    width: 100%;
}

.btn-hesap {
    width: 100%;
    height: 52px;
    line-height: 40px;
}

/* Spinner Stili */

.custom-spinner {
  display: inline-block;

  width: 16px;

  height: 16px;

  border: 2px solid #fff;

  border-top: 2px solid transparent;

  border-radius: 50%;

  animation: spin 0.8s linear infinite;

  margin-left: 8px;

  vertical-align: middle;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


#mega-menu ul.menu li .drop-menu .one-third.besli {
    width: 20%;
    padding-left: 20px;
}
#mega-menu .icon-custom {
    width: 20px;
    height: 20px;
}

.drop-menu-wrapper {
    display: grid;
    grid-template-columns: 3fr 1.2fr;
}
.drop-menu-wrapper .drop-menu-banners {
    padding-right: 10px;
}
.drop-menu-wrapper .drop-menu-banners .thumb.style1{
    height: 200px;
    background-color: #4432971A !important;
}

.drop-menu-wrapper .drop-menu-banners .thumb.style1 img {
    height: 160px;
}
.drop-menu-wrapper .drop-menu-banners .banner_one .details .title {
    font-size: 16px;
}
.drop-menu-wrapper .drop-menu-banners .banner_one .details .para {
    font-size: 12px;
}
.drop-menu-wrapper .drop-menu-banners .banner_one .details .para span{
    font-family: 'Poppins';
}
.drop-menu-wrapper .drop-menu-banners .banner_one .details .shop_btn {
color: #041e42 !important;
    font-family: Jost;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 12px !important;
    letter-spacing: 0em;
    position: relative !important;
    text-align: left;
    border-left: none !important;
    padding: 0px !important;
    border-bottom: 0px !important;
    width: max-content;
}
.drop-menu-wrapper .drop-menu-links .cat-title{
    font-size: 14px !important;
    line-height: 20px !important;
}
.drop-menu-wrapper .drop-menu-links ul li a{
    font-size: 12px !important;
    line-height: 26px !important;
}


.menu-vertical-line {
height: 12px;
    width: 1px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0 10px;
}

#respMenu {
    padding-left: 225px;
}

.ace-responsive-menu > li > a > .arrow {
    display: none;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li {
    width: 100%;
    margin-bottom: 20px !important;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a{
    line-height: 25px;
}


.faq-btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-btns .faq-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
  font-size: 16px;
}

.faq-btns .faq-link:hover {
  background: #f9fafb;
  border-color: #cbd5e1;
}

.faq-btns .faq-link .arrow {
  font-size: 16px;
  color: #6b7280;
  transition: transform 0.3s ease;
}

.faq-btns .faq-link:hover .arrow {
  transform: translateX(4px);
  color: #000;
}

.checkbox-title {
    font-size: 14px;
    margin-bottom: 15px;
    color: #041e42;
}
.checkboxes-area {
    display: flex;
    gap: 20px;
}
.checkbox-card {
        border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 12px 20px;
}

.checkbox-card .form-check {
        min-height: unset;
    margin-bottom: unset;
}


.checkbox-card .form-check-input[type=radio] {
    width: 12px;
    height: 12px;
}



@media (min-width:1200px) {
    .fr1200 {
        float: right !important;
        right: 20px !important;
    }
}

@media (max-width:991.98px) {
    .home1_style .banner-style-one .banner-title {
        font-size: 40px;
        line-height: 50px;
    }

    .home1_style .banner-style-one .slide {
        margin-bottom: 30px;
    }


    .home-faq .shortcode_widget_accprdons .faq_according .accordion .card .card-header .btn-link {
        line-height: 1.5;
    }


    .home-faq .shortcode_widget_accprdons .faq_according .accordion .card .card-header .btn-link span {
        line-height: 1.5;
    }

    .home-faq .shortcode_widget_accprdons .faq_according .accordion .card:last-child .card-header .btn-link {
        margin-bottom: 10px;
    }

    .home-faq .shortcode_widget_accprdons .faq_according .accordion .card .card-header .btn-link {
        align-items: center;
    }

    .home-faq .shortcode_widget_accprdons {
        padding: 0 20px;
    }

    .home-bulten .bulten-img {
        display: none;
    }

    .home-bulten .footer_mailchimp_form.home7_lg_banner button {
        margin-top: 0px;
    }

    .home-bulten .footer_mailchimp_form.home7_lg_banner .col-auto {
        display: flex;
        max-width: 100%;
    }

    .home-bulten .banner_one.home1_style.home3_large_banner.athome7 .details {
        left: 12px;
    }

    .home-bulten .banner_one input {
        margin-left: 12px;
    }

    .home-bulten .footer_mailchimp_form {
        margin: 0px;
    }

    .footer_qlink_widget {
        margin: unset;
        margin-top: 40px;
    }

    .f-col-last {
        margin-left: unset;
        margin-top: 30px;
    }

    .footer_contact_widget h4,
    .footer_qlink_widget h4 {
        margin-bottom: 20px;
    }

    .footer_one {
        padding: 10px 0;
    }

    .copyright-widget {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .copyright-widget p:nth-child(1) {
        text-align: center;
    }

    .copyright-widget p:nth-child(2) {
        text-align: center;
    }

    .copyright-widget p:nth-child(3) {
        text-align: center;
    }



    .home-faq-2 .shortcode_widget_accprdons .faq_according .accordion .card .card-header .btn-link {
        line-height: 1.5;
    }


    .home-faq-2 .shortcode_widget_accprdons .faq_according .accordion .card .card-header .btn-link span {
        line-height: 1.5;
    }

    .home-faq-2 .shortcode_widget_accprdons .faq_according .accordion .card:last-child .card-header .btn-link {
        margin-bottom: 10px;
    }

    .home-faq-2 .shortcode_widget_accprdons .faq_according .accordion .card .card-header .btn-link {
        align-items: center;
    }

    .home-faq-2 .shortcode_widget_accprdons {
        padding: 0 20px;
    }

    .contact_page_content {
        margin-bottom: 80px;
    }

    .sidebar-card {
        margin-bottom: 60px;
    }

    .degerlerimiz-area {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    h2.degerlerimiz {
        text-align: center;
        margin-top: 60px;
    }

    .form-consent-align {
        flex-direction: column;
        gap: 10px;
    }

    .form-consent-align .custom-control {
        display: inline-flex;
    }

    .form-consent-align .custom-control input {
        top: 0px;
    }

    .form-consent-align .right-area {
        text-align: center;
        margin-bottom: 10px;
    }


    .menu-vertical-line {
        display: none;
    }


    .editor-content .btn-thm {
        width: 300px;
        height: 50px;
        font-weight: 400;
        font-size: 12px;
        color: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px !important;
    }


.checkboxes-area {
   flex-direction: column;
   gap: 10px;
}
.checkbox-title {
    margin-bottom: 20px;
}




}