/* Ana Sayfa Özel Stilleri – main.html inline <style> bloğundan taşındı */

.content-inner-01{
    padding-top:60px;
    padding-bottom:60px;
}
.support-modal .modal-content {
    border: none;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}
.support-modal .modal-header {
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    border-radius: 16px 16px 0 0;
    padding: 1.5rem;
}
.support-modal .modal-title {
    font-weight: 700;
    color: #2d3436;
}
.support-modal .form-control {
    border-radius: 8px;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}
.support-modal .form-control:focus {
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
    border-color: #0d6efd;
}
.support-modal .input-group-text {
    background-color: #ffffff;
    border-right: none;
    color: #6c757d;
    border-radius: 8px 0 0 8px;
}
.support-modal .form-control {
    border-left: none;
}
.support-modal .btn-primary {
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: transform 0.2s;
}
.support-modal .btn-primary:hover {
    transform: translateY(-1px);
}
.main-slider {
    position: relative;
}
/* Hero search – desktop/tablet slider üstü, mobilde slider dışı */
.hero-search--below-slider {
    display: none;
}
.hero-search-overlay.hero-search--in-slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: clamp(92px, 8vh, 140px);
    z-index: 20;
    display: flex;
    justify-content: center;
    padding: 0 15px;
}
.hero-search-section.hero-search--below-slider {
    width: 100%;
    padding: 24px 15px 32px;
    background: #f5f5f5;
}
.hero-search-overlay {
    display: flex;
    justify-content: center;
    padding: 0 15px;
}
.hero-search-overlay .hero-search-form {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 40px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.04);
    will-change: transform;
    transform: translateZ(0);
}
.hero-search-form .hero-search-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(90deg, var(--color-primary, #cc9f5a), #000000);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-search-form .form-group {
    margin-bottom: 16px;
}
.hero-search-form .form-group.hero-search-submit-wrap {
    margin-bottom: 0;
}
.hero-search-form .hero-search-label,
.hero-search-form .form-group label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 6px;
    color: var(--text-sec, #2d3239);
}
.hero-search-form select.form-control,
.hero-search-form .hero-search-input {
    width: 100%;
    max-width: 100%;
    height: 40px;
    min-height: 40px;
    font-size: 0.9rem;
    border-radius: 8px;
    border: 1px solid #e2e6ea;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.hero-search-form select.form-control:focus,
.hero-search-form input.form-control:focus {
    border-color: var(--color-primary, #cc9f5a);
    box-shadow: 0 0 0 3px var(--rgba-primary-1, rgba(204, 159, 90, 0.1));
    outline: none;
}
.hero-search-form select option {
    font-size: 0.85rem;
}
.hero-search-overlay .bootstrap-select .dropdown-menu {
    max-height: 220px;
    overflow-y: auto;
}
.hero-search-overlay .bootstrap-select .dropdown-toggle {
    height: 40px !important;
    min-height: 40px !important;
    font-size: 0.9rem !important;
    border-radius: 8px !important;
    border: 1px solid #e2e6ea !important;
}
.hero-search-overlay .bootstrap-select .dropdown-toggle:focus {
    border-color: var(--color-primary, #cc9f5a) !important;
    box-shadow: 0 0 0 3px var(--rgba-primary-1, rgba(204, 159, 90, 0.1)) !important;
}
.hero-search-form input.form-control {
    height: 40px;
    font-size: 0.9rem;
}
.hero-search-form .hero-search-submit-wrap .site-button {
    background: var(--color-primary, #cc9f5a) !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    box-shadow: 0 4px 14px rgba(204, 159, 90, 0.35);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.hero-search-form .hero-search-submit-wrap .site-button:hover {
    background: var(--color-hover, #bb975f) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(204, 159, 90, 0.45);
}
@media (max-width: 992px) {
    .hero-search-section.hero-search--below-slider {
        padding: 20px 15px 28px;
    }
    .hero-search-overlay .hero-search-form {
        padding: 28px 32px;
    }
    .hero-search-form select.form-control,
    .hero-search-form .hero-search-input {
        height: 38px;
        min-height: 38px;
        font-size: 0.85rem;
    }
    .hero-search-overlay .bootstrap-select .dropdown-toggle {
        height: 38px !important;
        min-height: 38px !important;
        font-size: 0.85rem !important;
    }
    .hero-search-form .hero-search-label,
    .hero-search-form .form-group label {
        font-size: 0.85rem;
    }
}
@media (max-width: 768px) {
    .hero-search-overlay.hero-search--in-slider {
        display: none;
    }
    .hero-search--below-slider {
        display: block;
    }
    .hero-search-overlay {
        padding: 16px 15px 20px;
    }
    .hero-search-overlay .hero-search-form {
        max-width: 100%;
        padding: 20px 24px;
    }
    .hero-search-form .hero-search-title {
        font-size: 1.2rem;
        margin-bottom: 16px;
    }
    .hero-search-form .form-group {
        margin-bottom: 12px;
    }
    .hero-search-form .hero-search-label,
    .hero-search-form .form-group label {
        font-size: 0.85rem;
        margin-bottom: 4px;
    }
    .hero-search-overlay .bootstrap-select .dropdown-toggle,
    .hero-search-form input.form-control {
        height: 38px !important;
        min-height: 38px !important;
    }
}
@media (max-width: 576px) {
    .hero-search-section.hero-search--below-slider {
        padding: 16px 10px 24px;
    }
    .hero-search-overlay .hero-search-form {
        padding: 16px 20px;
    }
    .hero-search-form select.form-control,
    .hero-search-form .hero-search-input {
        height: 36px;
        min-height: 36px;
        font-size: 0.8rem;
    }
    .hero-search-overlay .bootstrap-select .dropdown-toggle {
        height: 36px !important;
        min-height: 36px !important;
        font-size: 0.8rem !important;
    }
    .hero-search-form input.form-control {
        height: 36px;
        font-size: 0.8rem;
    }
    .hero-search-form .hero-search-title {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }
    .hero-search-form .hero-search-label,
    .hero-search-form .form-group label {
        font-size: 0.8rem;
    }
}
/* Hero CTA butonları – dikkat çekici tasarım */
.main-slider .hero-cta {
    z-index: 25;
    position: relative;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 14px 32px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    outline: none !important;
    cursor: pointer !important;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease !important;
}
.main-slider .hero-cta-primary {
    color: #fff !important;
    background: var(--color-primary, #cc9f5a) !important;
    border: 2px solid var(--color-primary, #cc9f5a) !important;
    box-shadow: 0 4px 20px rgba(204, 159, 90, 0.45) !important;
}
.main-slider .hero-cta-primary:hover {
    color: #fff !important;
    background: var(--color-hover, #bb975f) !important;
    border-color: var(--color-hover, #bb975f) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 24px rgba(204, 159, 90, 0.5) !important;
}
.main-slider .hero-cta-secondary {
    color: #fff !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2) !important;
}
.main-slider .hero-cta-secondary:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
}
/* Leaderboard – kompakt liste (row) tasarımı */
.lb-section-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-primary, #cc9f5a);
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--color-primary, #cc9f5a);
    margin-bottom: 20px;
}
.lb-row {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    gap: 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
a.lb-row {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
a.lb-row:hover {
    background: #f8f9fa;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transform: translateY(-2px);
    border-color: rgba(204,159,90,0.35);
}
.lb-row-rank {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 12px;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.lb-row-rank.lb-rank-1 {
    background: linear-gradient(135deg, #d4af37, #cc9f5a);
    box-shadow: 0 2px 8px rgba(204,159,90,0.4);
    width: 30px;
    height: 30px;
    font-size: 13px;
}
.lb-row-rank.lb-rank-2 {
    background: #9e9e9e;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.lb-row-rank.lb-rank-3 {
    background: #a0651a;
    box-shadow: 0 2px 6px rgba(160,101,26,0.3);
}
.lb-row-thumb {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}
.lb-col-items .lb-row:nth-child(1) .lb-row-thumb {
    border-color: var(--color-primary, #cc9f5a);
}
.lb-col-items .lb-row:nth-child(2) .lb-row-thumb {
    border-color: #9e9e9e;
}
.lb-col-items .lb-row:nth-child(3) .lb-row-thumb {
    border-color: #a0651a;
}
.lb-row-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lb-row-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lb-row-meta {
    font-size: 0.75rem;
    color: var(--text-primary,rgb(186, 197, 213));
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lb-col-heading {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-primary, #cc9f5a);
    margin-bottom: 14px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--color-primary, #cc9f5a);
}
.lb-col-items .lb-row {
    margin-bottom: 10px;
}
.lb-col-items .lb-row:last-child {
    margin-bottom: 0;
}
/* Sıra bazlı kart ayrımı (sol accent + arka plan) */
.lb-col-items .lb-row:nth-child(1) {
    border-left: 4px solid var(--color-primary, #cc9f5a);
    background: rgba(204,159,90,0.06);
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}
.lb-col-items .lb-row:nth-child(2) {
    border-left: 4px solid #9e9e9e;
    background: rgba(158,158,158,0.05);
}
.lb-col-items .lb-row:nth-child(3) {
    border-left: 4px solid #a0651a;
    background: rgba(160,101,26,0.05);
}
@media (max-width: 576px) {
    .lb-row { padding: 10px 14px; gap: 10px; }
    .lb-col-items .lb-row:nth-child(1),
    .lb-col-items .lb-row:nth-child(2),
    .lb-col-items .lb-row:nth-child(3) { border-left-width: 3px; }
}
/* Diamond / Gold / Silver consultant tier styling */
.featured-consultants-tier .sort-title h4 {
    font-weight: 700;
    margin-bottom: 0;
}
.featured-consultants-tier .sort-title h4 i {
    margin-right: 8px;
    opacity: 0.95;
}
.featured-tier-diamond .sort-title h4,
.featured-tier-diamond .sort-title h4 i { color: #5a7a8a; }
.featured-tier-gold .sort-title h4,
.featured-tier-gold .sort-title h4 i { color: #b8860b; }
.featured-tier-silver .sort-title h4,
.featured-tier-silver .sort-title h4 i { color: #707070; }
.featured-consultants-tier .sort-title {
    text-align: left;
    width: 100%;
}
.consultant-tier-diamond,
.consultant-tier-gold,
.consultant-tier-silver {
    position: relative;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.consultant-tier-diamond {
    border: 2px solid #7ec8e3;
    box-shadow: 0 4px 16px rgba(126, 200, 227, 0.2);
}
.consultant-tier-diamond:hover {
    border-color: #5ab8d9;
    box-shadow: 0 6px 20px rgba(126, 200, 227, 0.35);
}
.consultant-tier-gold {
    border: 2px solid #d4af37;
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.25);
}
.consultant-tier-gold:hover {
    border-color: #f4d03f;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}
.consultant-tier-silver {
    border: 2px solid #a8a8a8;
    box-shadow: 0 4px 16px rgba(168, 168, 168, 0.2);
}
.consultant-tier-silver:hover {
    border-color: #c0c0c0;
    box-shadow: 0 6px 20px rgba(168, 168, 168, 0.35);
}
.consultant-tier-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 2;
    line-height: 1.2;
}
.consultant-tier-diamond .consultant-tier-badge {
    background: linear-gradient(135deg, #7ec8e3, #5a9fb8);
    color: #fff;
}
.consultant-tier-gold .consultant-tier-badge {
    background: linear-gradient(135deg, #d4af37, #b8860b);
    color: #fff;
}
.consultant-tier-silver .consultant-tier-badge {
    background: linear-gradient(135deg, #c0c0c0, #909090);
    color: #fff;
}
/* Eşit yükseklik: aynı satırdaki kartlar aynı yükseklikte */
.featured-consultants-tier .row > div[class*="col-"] {
    display: flex;
}
.featured-consultants-tier .row .dlab-box.dlab-team3 {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    width: 100%;
}
.featured-consultants-tier .dlab-team3 .dlab-media {
    height: 200px;
    flex-shrink: 0;
    overflow: hidden;
}
.featured-consultants-tier .dlab-team3 .dlab-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 576px) {
    .featured-consultants-tier .dlab-team3 .dlab-media {
        height: 140px;
        width: 100%;
        overflow: hidden;
    }
    .featured-consultants-tier .dlab-team3 .dlab-media a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .featured-consultants-tier .dlab-team3 .dlab-media img {
        object-fit: contain !important;
        display: block;
    }
}
.featured-consultants-tier .dlab-team3 .dlab-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Fold-altı bölümler: tarayıcı görünüm dışındakileri atlayarak hızlanır */
.content-block .section-full {
    content-visibility: auto;
    contain-intrinsic-size: 0 600px;
}

/* En Son Açılan Bayilerimiz – büyük görsel ve kart */
.testimonial-11-area .testimonial-11 {
    padding: 0 100px 50px;
}
.testimonial-11-area .testimonial-pic {
    width: 380px;
    min-width: 380px;
    margin-right: 40px;
}
.testimonial-11-area .testimonial-name {
    font-size: 22px;
    line-height: 32px;
}
.testimonial-11-area .testimonial-text p {
    font-size: 19px;
    line-height: 34px;
}
@media (max-width: 991px) {
    .testimonial-11-area .testimonial-pic {
        width: 220px;
        min-width: 220px;
        margin-right: 20px;
    }
}
@media (max-width: 767px) {
    .testimonial-11-area .testimonial-pic {
        width: 160px;
        min-width: 160px;
        margin-right: 15px;
    }
}
