
.sh-bulk-label {
    background-color: #a9a9a9;
    border: 1px solid #555;
    border-bottom: none;
    padding: 5px 15px;
    font-size: 14px;
    color: #222;
    width: fit-content;
}



.sh-bulk-btn:hover {
    background-color: #e2e2e2;
}

/* Alt Bilgi Metni */
.sh-bulk-info {
    font-size: 12px;
    color: #111;
    line-height: 1.4;
    margin-bottom: 30px;
}

/* Alt Sekmeler (Toplu Sorgulama Aktif) */
.sh-bulk-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.sh-bulk-tabs a {
    color: #444;
    text-decoration: none;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sh-bulk-tabs a.active {
    background-color: #dcdcdc;
    border: 1px solid #ccc;
}

.section-banner {
    /*background-color: #f1f1f1 !important; */
    padding: 40px 0;
}
/*.search-box-white {*/
/*    background-color: #ffffff;*/
/*    border: 1px solid #dcdcdc;*/
/*    border-radius: 4px;*/
/*    padding: 20px 40px 40px;*/
/*    text-align: center;*/
/*    margin-bottom: 20px;*/
/*    box-shadow: 0 2px 10px rgba(0,0,0,0.02);*/
/*}*/

/* Breadcrumb'ı kutu içine uyarlama */
.search-box-white .main-breadcrumb {
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 30px;
    font-size: 13px;
    position: unset !important;
    top: unset !important;
}
.search-box-white .main-breadcrumb li a, .search-box-white .main-breadcrumb li span { color: #0056b3; }

/* Başlık ve Form */
/*.search-box-white h1 { color: black; font-size: 28px; font-weight: normal; margin-bottom: 10px; }*/
/*.search-box-white p { font-size: 14px; margin-bottom: 25px; }*/
/*.search-box-white .form-main { max-width: 800px; margin: 0 auto; }*/
/*.search-box-white .form-control { border-radius: 0; border: 1px solid #ccc; background: #f9f9f9; height: 80px !important; font-style: italic; }*/

.search-form-group input{
    flex-grow: 1;
    padding: 12px 15px;
    border: 1px solid #ccc;
    /* border-right: none; */
    background-color: #f5f5f5;
    font-size: 14px;
    color: #333;
    font-style: italic;
}

/*@media (max-width: 575px) {*/



/*    .search-form-group {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        gap: 10px;*/
/*        background: transparent !important;*/
/*    }*/


/*    .search-form-group {*/
/*        width: 100%;*/
/*        border-radius: unset !important;*/
/*        border-right: unset !important;*/
/*        text-align: center;*/
/*    }*/
/*    .search-form-group button {*/
/*        width: 100%;*/
/*        border-radius: 50px !important;*/
/*    }*/
/*}*/

.search-form-group{
    display: flex;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto 20px auto;
}


.search-tabs-link {
    display: flex;
    justify-content: flex-start;
    padding: 0 20px;
    background-color: transparent;



    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;


    scrollbar-width: none;
    -ms-overflow-style: none;
}

.search-tabs-link::-webkit-scrollbar {
    display: none;
}

.search-tabs-link a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: black !important;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 5px;
    position: relative;
    transition: color 0.3s ease;

    white-space: nowrap;
    flex-shrink: 0;
}

/* Masaüstü Ekranlar İçin Tasarımı Koruma (768px ve üzeri) */
@media (min-width: 768px) {
    .search-tabs-link {
        justify-content: center;
        gap: 40px;
    }
}

.search-tabs-link a:hover {
    color: #e3000f;
}

/* Aktif sekme görünümü */
.search-tabs-link a.active {
    color: #e3000f;
    font-weight: 600;
}

/* Aktif sekmenin altındaki kırmızı çizgi */
.search-tabs-link a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e3000f;
    border-radius: 3px 3px 0 0;
}


.search-tabs-link a svg {
    width: 16px;
    height: 16px;
}


.ext-cards-row {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: nowrap;


    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    padding: 20px;


    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE ve Edge */
}


.ext-cards-row::-webkit-scrollbar {
    display: none;
}


.ext-card-box {
    flex: 0 0 auto;

    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    width: 150px;
    /*aspect-ratio: 1 / 1;*/
    padding: 15px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}



.badge-wrapper {
    height: 24px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge {
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 12px;
    letter-spacing: 0.5px;
}

.badge.red {
    background-color: #e3000f;
}

.badge.green {
    background-color: #2da443;
}


.ext-card-box h3 {
    margin: 0 0 15px 0;
    font-size: 22px;
    color: #000000;
    font-weight: 700;
}


.price-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


.old-p {
    color: #a0a0a0;
    font-size: 13px;
    text-decoration: line-through;
    font-weight: 500;
}


.new-p {
    font-size: 18px;
    font-weight: 700;
}

.new-p.red {
    color: #e3000f;
}

.new-p.green {
    color: #2da443;
}

/* --- ALT BÖLÜM (GRİ ALAN) TASARIMLARI --- */
.content-gray-area { background-color: #f6f6f7; }
.main-title-dark { color: black; font-weight: 700; font-size: 1.8rem; margin-bottom: 3rem; text-align: center; }
.section-title-dark { color: black; font-weight: 700; font-size: 1.5rem; margin-bottom: 1.5rem; margin-top: 2rem; }

.feature-grid-box { margin-bottom: 2.5rem; }
.feature-grid-box h5 { font-weight: 700; font-size: 1.1rem; color: black; margin-bottom: 0.5rem; }
.feature-grid-box p { font-size: 0.85rem; color: #555; line-height: 1.5; margin: 0; }

.placeholder-img-box { width: 100%; height: auto; background-color: #e2e2e2; border-radius: 8px; min-height: 120px; border: 2px dashed #ccc; display: flex; align-items: center; justify-content: center; color: #888; }
.support-card-box { background-color: #ffffff; border: 1px solid #e5e5e5; border-radius: 4px; padding: 50px 15px; text-align: center; font-weight: 700; color: black;  align-items: center; justify-content: center; height: 100%; font-size: 1.1rem; transition: transform 0.2s; }
.support-card-box:hover { transform: translateY(-3px); box-shadow: 0 4px 8px rgba(0,0,0,0.05); }

.ext-card-box:hover { transform: translateY(-3px); box-shadow: 4px 4px 8px rgba(0,0,0,0.05); }



.domain-transfer-title {

    color: black;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    /*margin-bottom: 35px;*/
    text-align: center;
}


.transfer-steps-row {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap;
}

.transfer-steps-row > .col-md-4 {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 25px;
}

/* Beyaz Kutular */
.transfer-step-card {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 25px 20px 25px 45px;
    position: relative;
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.transfer-step-card .step-num {
    position: absolute;
    left: -16px;
    bottom: -14px;
    font-size: 95px;

    color: #9f9f9f;
    line-height: 0.75;
    /* z-index: 10; */
    margin: 0;
    padding: 0;
}

/* Metin Stilleri */
.transfer-step-card h4 {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    margin-top: 0;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
    line-height: 1.3;
}

.transfer-step-card p {
    font-size: 13px;
    color: #555555;
    margin: 0;
    line-height: 1.5;
    position: relative;
    z-index: 2;
}


.sh-bulk-textarea {
    background-color: #f1f1f1 !important;
    border-color: #555 !important;
    height: 110px !important;
    resize: none;
    font-style: italic;
    color: #555;
}
.sh-bulk-textarea:focus {
    border-color: #333 !important;
    box-shadow: none !important;
}

/* Butonu Küçültüp Sağa Alta Sabitliyoruz */
.sh-bulk-btn {
    background-color: #efefef;
    border: 1px solid #555 !important;
    color: #333;
    height: 48px !important; /
    min-width: 140px !important;
    align-self: flex-end !important;
    transition: all 0.2s;
}
.sh-bulk-btn:hover {
    background-color: #e2e2e2;
}


.sh-whois-title { color: #211c5a; font-size: 18px; margin-bottom: 8px; font-weight: normal; }
.sh-whois-main-title { color: #211c5a; font-size: 24px; font-weight: bold; margin-bottom: 20px; }
.sh-whois-box { background-color: #ffffff; border: 1px solid #dcdcdc; border-radius: 4px; padding: 15px; margin-bottom: 25px; font-size: 14px; color: #333; }
.sh-whois-row { display: flex; margin-bottom: 4px; }
.sh-whois-label { width: 140px; flex-shrink: 0; }
.sh-whois-colon { width: 15px; flex-shrink: 0; text-align: center; }
.sh-whois-val { flex-grow: 1; }
.sh-promo-box {
    /*background-color: #aecbca; */
    /*padding: 35px 20px;*/
    border-radius: 4px;
    /*text-align: center;*/
    margin-bottom: 25px;
    /*height: 250px !important;*/
}

/* Fırsat Kartları İçin Özel CSS (Bootstrap Sürüm Çakışmalarını Önler) */
.sh-firsat-container { display: flex; justify-content: space-between; margin-bottom: 25px; }
.sh-firsat-box { background: #fff; border: 1px solid #dcdcdc; border-radius: 4px; width: 32%; text-align: center; padding: 10px; }
.sh-firsat-ext { font-size: 18px; font-weight: bold; color: #000; margin-bottom: 5px; }
.sh-firsat-price { font-size: 12px; }
.sh-firsat-old { text-decoration: line-through; color: #999; margin-right: 4px; }
.sh-firsat-new { font-weight: bold; color: #000; }


.section-banner.section-domain-bar {
    position: relative;
    width: 100%;
    background-color: white;

    background-size: cover;
    /*background-position: center center;*/

    background-repeat: no-repeat;
    /*padding: 100px 0;*/
    text-align: center;
    /*background-size: contain;*/

}

.search-box-white {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    /*padding: 0 !important;*/
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .section-banner.section-domain-bar {
        padding: 30px 15px;
        background-position: center top;
    }
}

.domain-search > button[type="submit"],
#bulkDomainSearch,
#searchDomain

{
    color: white;
    font-weight: bold !important;
    background-color: #d7261e;
    border: 0px !important;
    padding: 6px 40px !important;
    line-height: 30px !important;
    cursor: pointer;
    white-space: nowrap;
}

.domain-search > button[type="submit"], #searchDomain{
    border-radius: 0 50px 50px 0;
}




.all-prices-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Linkin Buton Tasarımı */
.all-prices-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    color: #e3000f;
    background-color: transparent;
    border: 2px solid #e3000f;
    border-radius: 50px;
    text-decoration: none;

    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Fareyle üzerine gelince (Hover) */
.all-prices-link:hover {
    background-color: #e3000f;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(227, 0, 15, 0.2); /* Hafif kırmızı parlama */
}

.domain-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
    text-align: center;

}


.who-box:hover { transform: translateY(-3px); box-shadow: 0 4px 8px rgba(0,0,0,0.05); }


.icon{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-danger);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-left: 10px;
}

@media (max-width: 768px) {
    /* Mobilde kutu iç boşluklarını biraz daraltıyoruz */
    .search-box-white {
        margin-top: 50px;

    }


}



.search-form-group input[name="searched_domain_on_outside"],
#customDomainName{
    border-radius: 50px 0 0 50px !important;
    /*padding-left: 25px;*/
    border: 1px solid #ccc;
    border-right: none;
    outline: none;
    flex: 1;
}





.custom-head-title{

    line-height: 1.3 !important;
    margin: 0 !important;
}

.custom-head-desc{
    font-size: 1.25rem !important;
    font-weight: 400 !important;
    margin: 10px 0 30px !important;
}





.white-background{
    background-color: #fff !important;
}

.heading-sub1 {
    font-size: 1.1rem !important;
    margin: 10px 0 30px; !important;
    font-weight: 400 !important;
}

.heading-h1{
    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}



/*.service-boxes .heading { margin-bottom: 30px; }*/
/*.box1 { display: flex; align-items: center; justify-content: center; flex-direction: column; margin: 20px 0; }*/
/*.box1 .thumb { width: 64px; height: 64px; margin-bottom: 15px; }*/
/*.box1 .thumb img { width: 64px; height: 64px;  }*/
/*.box1 .text { display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }*/
/*.box1 .text h3 { font-size: 18px; font-weight: 700; line-height: 1; margin: 0 0 10px; }*/
/*.box1 .text p { font-size: 16px; line-height: 1.5; margin: 0; }*/
/*.box2 { display: flex; align-items: center; justify-content: center; flex-direction: column; margin: 20px 30px; }*/
/*.box2 .thumb { width: 64px; height: 64px; margin-bottom: 15px; }*/
/*.box2 .thumb img { width: 64px; height: 64px; }*/
/*.box2 .text { display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }*/
/*.box2 .text h3 { font-size: 20px; font-weight: 700; line-height: 1; margin: 0 0 10px; }*/
/*.box2 .text p { font-size: 16px; line-height: 1.5; margin: 0; }*/
/*.domain-sales { padding: 60px 0; text-align: center; color: #fff; background-color: var(--bs-danger); }*/



@media only screen and (max-width: 1200px){
}
@media only screen and (max-width: 767px){
    .service-boxes { padding: 40px 0; }
    .domain-sales { padding: 30px 0; }
    .domain-sales h2 { font-size: 24px; }
    .domain-sales .col-lg-6:first-child { border-bottom: 1px solid #ffffff75; padding-bottom: 20px; margin-bottom: 20px; }
    .banner-domain { align-items: center; text-align: center; }
    .banner-domain h1 { font-size: 24px; }
    .banner-domain p { font-size: 17px; margin-bottom: 15px; }
    .banner-domain .input-group { margin-bottom: 20px; }
    .banner-domain .form-control { height: 42px; font-size: 13px; }
    .banner-domain .btn { min-width: auto; height: 42px; font-size: 13px; }
    .table-filter { position: unset; top: unset; left: unset; width: 100%; color: var(--bs-dark) }
    #domain-price .item .name {
        font-size: 12px;
    }
    #domain-price .item .price .list sub {
        font-size:12px;
    }
    #domain-price .item .price .market sub{
        font-size: 14px;
    }
}

/* Tema KOdları */

.section-domain-bar .form-main { position: relative; }
.section-domain-bar .form-main .search-icon { position: absolute; left: 28px; top: 22px; z-index: 1; width: 16px; height: 16px; fill: rgb(77, 91, 104); }
.section-domain-bar .form-main .form-control { border-radius: 40px; padding-left: 58px; border: 1px solid var(--bs-dark); font-size: 18px; height: 60px; }
.section-domain-bar .form-main .btn { border-radius: 40px; height: 60px; font-size: 16px; padding: 0 20px; min-width: 120px; }
.section-domain-bar .form-main .btn span { margin-right: 4px; }


@media only screen and (max-width: 1200px){
    .section-domain-bar h1 { font-size: 21px; }
    .exts .ext-item { border-radius: 15px; }
    .exts .ext-item img { height: 20px; }
    .exts .ext-item span { font-size: 14px; }
    .section-tabs { overflow: hidden; }
    .section-tabs .tab-pane .row { flex-wrap: unset; width: 100%; margin-left: 0; }
    .section-tabs .tab-pane .row .col { flex: 0 0 25%; width: 25%; }
    .section-tabs .btn { min-width: 100%; }
}
@media only screen and (max-width: 767px){
    .section-domain-bar { border-top: 1px solid #ccc; }
    .section-domain-bar h1 { text-align: center; margin-bottom: 10px; }
    .section-domain-bar .form-main { margin-bottom: 15px; }
    .section-domain-bar .form-main .form-control { height: 42px; font-size: 12px; padding-left: 35px; }
    .section-domain-bar .form-main .btn { height: 42px; font-size: 13px; min-width: 10px;}
    .section-domain-bar .form-main .search-icon { left: 14px; top: 14px; }
    .exts .ext-item { height: 42px; }
    .exts .ext-item img { height: 28px; }
    .exts .ext-item span { font-size: 16px; }
    .section-counter { overflow: hidden; padding: 60px 0 0;}
    .section-counter .heading { margin-bottom: 30px; }
    .section-counter .heading .h-title{ font-size: 32px !important;}
    .section-counter b { font-size: 24px; }
    .section-counter span { font-size: 15px; }
    .section-tabs .tab-pane .row { flex-wrap: wrap; width: 100%; }
    .section-tabs .tab-pane .row .col { flex: 0 0 50%; width: 50%; }
    .section-counter .world { width: 100%; }
}



/*.banner-domain{*/
/*    display: flex !important;*/
/*    align-items: center !important;*/
/*    justify-content: center !important;*/
/*    flex-direction: column !important;*/
/*    min-height: 340px !important;*/
/*}*/
/* Tema Kodları Son */

/* input focus soldaki arama çubuğu z-indexden dolayı kaybolma sorunu için. */
.input-group>.form-control:focus, .input-group>.form-select:focus{
    z-index: unset !important;
}