/* NESBIL client-area corporate finishing layer v6 - WHMCS 7.6.2 */

:root {
    --nesbil-navy: #222d57;
    --nesbil-navy-dark: #151f42;
    --nesbil-red: #e62a3e;
    --nesbil-text: #344054;
    --nesbil-muted: #687386;
    --nesbil-line: #dfe5ee;
    --nesbil-surface: #f7f9fc;
}

.nesbil-ui *,
.nesbil-ui *:before,
.nesbil-ui *:after {
    box-sizing: border-box;
}

.nesbil-ui a:focus,
.nesbil-ui a:active,
.nesbil-ui button:focus,
.nesbil-ui button:active,
.nesbil-ui input:focus,
.nesbil-ui select:focus,
.nesbil-ui textarea:focus {
    outline: 0 !important;
}

.nesbil-ui a,
.nesbil-ui a:hover,
.nesbil-ui a:focus,
.nesbil-ui a:active {
    text-decoration: none;
}

.nesbil-ui textarea.form-control {
    max-width: 100%;
    resize: none !important;
}

/* Empty breadcrumbs should not leave a floating, empty box. */
.nesbil-ui .breadcrumb:empty,
.nesbil-ui .breadcrumb.nesbil-empty-breadcrumb,
.nesbil-ui .header-lined .breadcrumb:empty,
.nesbil-ui .header-lined.nesbil-no-breadcrumb .breadcrumb {
    display: none !important;
}

.nesbil-ui .header-lined {
    align-items: center;
    display: grid !important;
    gap: 8px 22px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin: 0 0 24px !important;
    min-height: 58px;
    overflow: visible !important;
    padding: 0 0 16px !important;
    position: static !important;
}

.nesbil-ui .header-lined h1 {
    float: none !important;
    font-size: 27px !important;
    line-height: 1.25 !important;
    margin: 0 !important;
    min-width: 0;
    overflow-wrap: anywhere;
    position: static !important;
}

.nesbil-ui .header-lined .breadcrumb {
    align-self: center;
    float: none !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    max-width: 100%;
    position: static !important;
}

.nesbil-ui .header-lined .breadcrumb > li,
.nesbil-ui .header-lined .breadcrumb > li > a {
    font-size: 13px !important;
}

/* Homepage hero and corporate proof points. */
.nesbil-ui.nesbil-page-homepage .homepage-slider-2 {
    background-color: var(--nesbil-navy-dark);
    min-height: 540px;
    overflow: hidden;
    position: relative;
}

.nesbil-ui.nesbil-page-homepage .homepage-slider-2:after {
    background: linear-gradient(90deg, rgba(14, 23, 53, .96) 0%, rgba(25, 38, 79, .83) 52%, rgba(34, 45, 87, .35) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.nesbil-ui.nesbil-page-homepage .homepage-slider-2 .single-slider-item,
.nesbil-ui.nesbil-page-homepage .homepage-slider-2 .container {
    min-height: 540px;
    position: relative;
    z-index: 2;
}

.nesbil-ui.nesbil-page-homepage .slider-content {
    color: #fff !important;
    max-width: 760px;
    padding: 70px 0 54px;
}

.nesbil-ui.nesbil-page-homepage .slider-content h1,
.nesbil-ui.nesbil-page-homepage .slider-content h2,
.nesbil-ui.nesbil-page-homepage .slider-content p {
    color: #fff !important;
    text-shadow: 0 3px 18px rgba(4, 10, 30, .4);
}

.nesbil-ui.nesbil-page-homepage .slider-content h2 {
    font-size: 54px;
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.05;
    margin: 0 0 18px;
}

.nesbil-ui.nesbil-page-homepage .pricing-table-area,
.nesbil-ui.nesbil-page-homepage .blog-2-area {
    padding: 78px 0 !important;
}

.nesbil-ui.nesbil-page-homepage .pricing-table-area > .container > .row:last-child,
.nesbil-ui.nesbil-page-homepage .blog-2-area > .container > .row:last-child {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
}

.nesbil-ui.nesbil-page-homepage .single-pricing-table,
.nesbil-ui.nesbil-page-homepage .single-blog-1 {
    background: #fff !important;
    border: 1px solid var(--nesbil-line) !important;
    border-radius: 12px !important;
    box-shadow: 0 14px 38px rgba(34, 45, 87, .08) !important;
    height: 100%;
    overflow: hidden;
    padding: 30px !important;
    position: relative;
    transform: none !important;
}

.nesbil-ui.nesbil-page-homepage .single-pricing-table:before,
.nesbil-ui.nesbil-page-homepage .single-blog-1:before {
    background: var(--nesbil-red);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.nesbil-ui.nesbil-page-homepage .single-pricing-table:hover,
.nesbil-ui.nesbil-page-homepage .single-blog-1:hover {
    border-color: #cbd4e2 !important;
    box-shadow: 0 20px 48px rgba(34, 45, 87, .13) !important;
    transform: translateY(-3px) !important;
}

.nesbil-ui.nesbil-page-homepage .single-pricing-table .pricing-content {
    display: flex;
    flex-direction: column;
}

.nesbil-ui.nesbil-page-homepage .single-pricing-table .pricing-content ul {
    flex: 1 1 auto;
}

.nesbil-ui.nesbil-page-homepage .single-blog-1 h2,
.nesbil-ui.nesbil-page-homepage .single-pricing-table h2 {
    color: var(--nesbil-navy) !important;
}

.nesbil-ui.nesbil-page-homepage .single-blog-1 p,
.nesbil-ui.nesbil-page-homepage .single-pricing-table li {
    color: #566176 !important;
    line-height: 1.72;
}

/* Full-width, aligned homepage CAPTCHA. */
.nesbil-ui.nesbil-page-homepage .domainchecker-homepage-captcha,
.nesbil-ui.nesbil-page-homepage .domainchecker-homepage-captcha > div,
.nesbil-ui.nesbil-page-homepage #default-captcha-domainchecker {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.nesbil-ui.nesbil-page-homepage .domainchecker-homepage-captcha {
    clear: both;
    padding-top: 14px !important;
}

.nesbil-ui.nesbil-page-homepage #default-captcha-domainchecker {
    align-items: center;
    background: #f7f9fc;
    border: 1px solid var(--nesbil-line);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(220px, 1fr) 180px minmax(180px, .75fr);
    min-height: 88px;
    padding: 14px !important;
    text-align: left !important;
}

.nesbil-ui.nesbil-page-homepage #default-captcha-domainchecker > p,
.nesbil-ui.nesbil-page-homepage #default-captcha-domainchecker > div {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.nesbil-ui.nesbil-page-homepage #default-captcha-domainchecker p {
    color: var(--nesbil-text) !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
}

.nesbil-ui.nesbil-page-homepage #default-captcha-domainchecker img,
.nesbil-ui.nesbil-page-homepage #default-captcha-domainchecker input {
    max-width: 100%;
    width: 100%;
}

/* General content: allow natural height but contain floats without clipping text. */
.nesbil-ui #main-body,
.nesbil-ui #main-body > .row,
.nesbil-ui #main-body .main-content {
    min-width: 0;
}

.nesbil-ui #main-body .main-content {
    display: flow-root;
    height: auto !important;
    line-height: 1.72;
    overflow: hidden !important;
    overflow-wrap: anywhere;
    word-break: normal;
}

.nesbil-ui #main-body .main-content:after {
    clear: both;
    content: "";
    display: table;
}

.nesbil-ui #main-body .main-content > section,
.nesbil-ui #main-body .main-content > div,
.nesbil-ui #main-body .main-content .container,
.nesbil-ui #main-body .main-content .row {
    max-width: 100%;
    min-width: 0;
}

/* Order forms use nested .container elements in this legacy theme. */
.nesbil-ui #order-standard_cart,
.nesbil-ui #order-standard_cart > .row,
.nesbil-ui #order-standard_cart > .row > [class*="col-"],
.nesbil-ui #order-standard_cart section,
.nesbil-ui #order-standard_cart section > .container {
    box-sizing: border-box;
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    min-width: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.nesbil-ui #order-standard_cart .domain-now-area,
.nesbil-ui #order-standard_cart .domain-chart-area,
.nesbil-ui #order-standard_cart .suggested-domains,
.nesbil-ui #order-standard_cart #DomainSearchResults {
    max-width: 100%;
    min-width: 0;
}

.nesbil-ui #order-standard_cart .domain-checkup form,
.nesbil-ui #order-standard_cart #frmDomainChecker,
.nesbil-ui #order-standard_cart #frmDomainTransfer {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
    width: 100%;
}

.nesbil-ui #order-standard_cart .domain-checkup-left,
.nesbil-ui #order-standard_cart #frmDomainTransfer .panel-body {
    flex: 1 1 430px;
    min-width: 0;
}

.nesbil-ui #order-standard_cart #frmDomainTransfer > .row {
    flex: 1 1 100%;
    margin: 0 !important;
    width: 100%;
}

.nesbil-ui #order-standard_cart #frmDomainTransfer > .row > [class*="col-"] {
    padding: 0 !important;
    width: 100%;
}

.nesbil-ui #order-standard_cart .domain-checkup-right {
    flex: 0 0 auto;
}

.nesbil-ui #order-standard_cart .domain-tld-prices ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.nesbil-ui #order-standard_cart .domain-tld-prices li {
    flex: 1 1 120px;
    min-width: 0;
}

.nesbil-ui #order-standard_cart .domain-suggestion,
.nesbil-ui #order-standard_cart .domain-suggestion .actions,
.nesbil-ui #order-standard_cart .spotlight-tlds-container {
    max-width: 100%;
    min-width: 0;
}

.nesbil-ui #order-standard_cart label {
    color: var(--nesbil-text) !important;
    font-weight: 600 !important;
}

.nesbil-ui #order-standard_cart .domain-chart-area .table-responsive,
.nesbil-ui #order-standard_cart .table-responsive {
    border: 1px solid var(--nesbil-line);
    max-width: 100%;
    overflow-x: auto !important;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.nesbil-ui #order-standard_cart .table-chart,
.nesbil-ui .table-chart {
    border-collapse: collapse !important;
    border-radius: 0 !important;
    margin: 0 !important;
    min-width: 640px;
    width: 100% !important;
}

.nesbil-ui #order-standard_cart .table-chart tr:first-child td,
.nesbil-ui .table-chart tr:first-child td {
    background: var(--nesbil-navy) !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.nesbil-ui #order-standard_cart table tr > td,
.nesbil-ui #order-standard_cart table tr > th,
.nesbil-ui .table-chart tr > td,
.nesbil-ui .table-chart tr > th {
    border-bottom: 1px solid #dce2eb !important;
    border-right: 1px solid #e3e8ef !important;
    overflow-wrap: normal;
    padding: 11px 12px !important;
    vertical-align: middle !important;
}

.nesbil-ui #order-standard_cart table tr > td:last-child,
.nesbil-ui #order-standard_cart table tr > th:last-child,
.nesbil-ui .table-chart tr > td:last-child,
.nesbil-ui .table-chart tr > th:last-child {
    border-right: 0 !important;
}

/* Hosting, reseller and SSL pages: one stable comparison system. */
.nesbil-ui .hosting-plan-area,
.nesbil-ui #faq-area {
    box-sizing: border-box;
    clear: both;
    margin: 0 0 36px !important;
    max-width: 100%;
    overflow: hidden;
    padding: 34px 24px !important;
    width: 100%;
}

.nesbil-ui .hosting-plan-area {
    background: #fff;
    border: 1px solid var(--nesbil-line);
    box-shadow: 0 14px 36px rgba(34, 45, 87, .07);
}

.nesbil-ui .hosting-plan-area > .container,
.nesbil-ui #faq-area > .container {
    margin: 0 !important;
    max-width: 100% !important;
    overflow-x: auto;
    padding: 0 !important;
    width: 100% !important;
}

.nesbil-ui .hosting-plan-area > .container > .row:last-child {
    align-items: stretch;
    display: grid !important;
    grid-template-columns: minmax(190px, .95fr) repeat(4, minmax(175px, 1fr));
    min-width: 940px;
}

.nesbil-ui .hosting-plan-area .single-hosting-price {
    background: #fff;
    border: 1px solid var(--nesbil-line) !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    float: none !important;
    height: auto !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0;
    transform: none !important;
    width: auto !important;
}

.nesbil-ui .hosting-plan-area .single-hosting-price:first-child {
    border-left: 1px solid var(--nesbil-line) !important;
}

.nesbil-ui .hosting-plan-area .single-hosting-price > * {
    max-width: 100%;
}

.nesbil-ui .hosting-plan-area .single-hosting-price:hover {
    box-shadow: inset 0 3px 0 var(--nesbil-red) !important;
    transform: none !important;
}

.nesbil-ui .hosting-plan-area .single-hosting-price ul,
.nesbil-ui .hosting-plan-area .single-hosting-price li {
    margin-left: 0 !important;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nesbil-ui #faq-area {
    background: #f7f9fc !important;
    border: 1px solid var(--nesbil-line);
    padding-top: 34px !important;
}

.nesbil-ui #faq-area .section-title {
    margin: 0 0 28px !important;
    padding: 0 !important;
}

.nesbil-ui #faq-area .panel-group,
.nesbil-ui #faq-area .panel {
    margin-bottom: 10px !important;
}

.nesbil-ui #faq-area .panel {
    background: #fff;
    border: 1px solid var(--nesbil-line) !important;
    border-radius: 7px !important;
    box-shadow: none !important;
    overflow: hidden;
}

.nesbil-ui #faq-area .panel-heading {
    background: #fff !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.nesbil-ui #faq-area .panel-title a {
    color: var(--nesbil-navy) !important;
    display: block;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.5;
    padding: 16px 18px !important;
}

/* Bank cards stay fixed on hover and use a consistent grid. */
.nesbil-ui.nesbil-page-banka-hesaplari .latest-blog-area > .container > .row > .col-md-8 {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nesbil-ui.nesbil-page-banka-hesaplari .single-blog-box,
.nesbil-ui.nesbil-page-banka-hesaplari .single-blog-box:hover,
.nesbil-ui.nesbil-page-banka-hesaplari .blog-box-content,
.nesbil-ui.nesbil-page-banka-hesaplari .blog-box-content:hover,
.nesbil-ui.nesbil-page-banka-hesaplari .bank-card,
.nesbil-ui.nesbil-page-banka-hesaplari .bank-card:hover {
    float: none !important;
    height: auto !important;
    margin: 0 !important;
    max-width: 100%;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
    width: 100% !important;
}

.nesbil-ui.nesbil-page-banka-hesaplari .bank-card {
    border: 1px solid var(--nesbil-line);
    box-shadow: 0 10px 28px rgba(34, 45, 87, .07);
    overflow: hidden;
}

.nesbil-ui.nesbil-page-banka-hesaplari .bank-card:hover {
    border-color: #cbd4e2;
    box-shadow: 0 10px 28px rgba(34, 45, 87, .07) !important;
}

.nesbil-ui.nesbil-page-banka-hesaplari .alert {
    grid-column: 1 / -1;
}

/* Contact form columns and CAPTCHA share the same start/end points. */
.nesbil-ui.nesbil-page-contact .form-horizontal {
    margin: 0 auto;
    max-width: 880px;
}

.nesbil-ui.nesbil-page-contact .nesbil-contact-captcha-row,
.nesbil-ui.nesbil-page-contact .nesbil-contact-submit-row {
    margin-bottom: 18px;
}

.nesbil-ui.nesbil-page-contact .nesbil-contact-captcha-row .row,
.nesbil-ui.nesbil-page-contact .nesbil-contact-captcha-row [class*="col-"] {
    float: none !important;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}

.nesbil-ui.nesbil-page-contact #default-captcha-domainchecker {
    align-items: center;
    background: #f7f9fc;
    border: 1px solid var(--nesbil-line);
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    max-width: none !important;
    padding: 14px !important;
    width: 100% !important;
}

.nesbil-ui.nesbil-page-contact #default-captcha-domainchecker p {
    grid-column: 1 / -1;
    line-height: 1.55;
    margin: 0;
}

.nesbil-ui.nesbil-page-contact #default-captcha-domainchecker > div {
    float: none;
    padding: 0;
    width: auto;
}

/* Every customer-facing table gets clear, restrained separators. */
.nesbil-ui .main-content table:not(.table-condensed) {
    border-collapse: collapse;
    border-radius: 0 !important;
}

.nesbil-ui .main-content table tr > th,
.nesbil-ui .main-content table tr > td {
    border-bottom: 1px solid var(--nesbil-line) !important;
    border-right: 1px solid #e7ebf1 !important;
    vertical-align: middle;
}

.nesbil-ui .main-content table tr > th:last-child,
.nesbil-ui .main-content table tr > td:last-child {
    border-right: 0 !important;
}

@media (max-width: 991px) {
    .nesbil-ui.nesbil-page-homepage .homepage-slider-2,
    .nesbil-ui.nesbil-page-homepage .homepage-slider-2 .single-slider-item,
    .nesbil-ui.nesbil-page-homepage .homepage-slider-2 .container {
        min-height: 500px;
    }

    .nesbil-ui .hosting-plan-area,
    .nesbil-ui #faq-area {
        padding: 25px 18px !important;
    }
}

@media (max-width: 767px) {
    .nesbil-ui .header-lined {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .nesbil-ui .header-lined .breadcrumb {
        justify-self: start;
    }

    .nesbil-ui #main-body {
        padding-left: 12px !important;
        padding-right: 12px !important;
        width: 100%;
    }

    .nesbil-ui #main-body .main-content {
        float: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .nesbil-ui.nesbil-page-homepage .slider-content {
        padding: 58px 0 48px;
    }

    .nesbil-ui.nesbil-page-homepage .slider-content h2 {
        font-size: 38px;
    }

    .nesbil-ui.nesbil-page-homepage #default-captcha-domainchecker {
        grid-template-columns: 1fr;
    }

    .nesbil-ui.nesbil-page-homepage #default-captcha-domainchecker > p {
        grid-column: 1;
    }

    .nesbil-ui #order-standard_cart .domain-checkup form,
    .nesbil-ui #order-standard_cart #frmDomainChecker,
    .nesbil-ui #order-standard_cart #frmDomainTransfer {
        display: block;
    }

    .nesbil-ui #order-standard_cart .domain-checkup-left,
    .nesbil-ui #order-standard_cart .domain-checkup-right {
        display: block;
        margin: 0 0 10px !important;
        width: 100% !important;
    }

    .nesbil-ui #order-standard_cart .domain-checkup-right button {
        width: 100%;
    }

    .nesbil-ui.nesbil-page-banka-hesaplari .latest-blog-area > .container > .row > .col-md-8 {
        display: grid;
        grid-template-columns: 1fr;
    }

    .nesbil-ui.nesbil-page-contact .form-horizontal .control-label {
        margin-bottom: 7px;
        text-align: left;
    }

    .nesbil-ui.nesbil-page-contact #default-captcha-domainchecker {
        grid-template-columns: 1fr;
    }

    .nesbil-ui.nesbil-page-contact #default-captcha-domainchecker p {
        grid-column: 1;
    }
}

/* NESBIL v7 - page-scoped regression fixes. */

/* Restore the original centered hero geometry and keep it visible on phones. */
.nesbil-ui.nesbil-page-homepage .homepage-slider-2 {
    min-height: 0 !important;
    overflow: hidden !important;
}

.nesbil-ui.nesbil-page-homepage .homepage-slider-2:after {
    display: none !important;
}

.nesbil-ui.nesbil-page-homepage .homepage-slider-2 .single-slider-item {
    box-sizing: border-box;
    min-height: 0 !important;
    padding-bottom: 380px !important;
    padding-top: 240px !important;
}

.nesbil-ui.nesbil-page-homepage .homepage-slider-2 .container {
    min-height: 0 !important;
}

.nesbil-ui.nesbil-page-homepage .slider-content-area-table {
    display: table !important;
    table-layout: fixed;
    width: 100% !important;
}

.nesbil-ui.nesbil-page-homepage .slider-content-area-table-cell {
    display: table-cell !important;
    text-align: center !important;
    vertical-align: middle !important;
    width: 100% !important;
}

.nesbil-ui.nesbil-page-homepage .slider-content-area-table-cell > [class*="col-"] {
    float: none !important;
    margin: 0 auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
}

.nesbil-ui.nesbil-page-homepage .slider-content {
    box-sizing: border-box;
    float: none !important;
    margin: 0 auto !important;
    max-width: 780px !important;
    padding: 0 18px !important;
    position: static !important;
    text-align: center !important;
    transform: none !important;
}

.nesbil-ui.nesbil-page-homepage .homepage-slider-2 .slider-content h2 {
    color: #fff !important;
    font-size: clamp(34px, 5vw, 54px) !important;
    line-height: 1.12 !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    text-align: center !important;
}

.nesbil-ui.nesbil-page-homepage .slider-links {
    margin: 0 !important;
    text-align: center !important;
}

/* Use the same restrained heading pattern as the standard content pages. */
.nesbil-ui #order-standard_cart .header-lined {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid var(--nesbil-line) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    margin: 0 0 12px !important;
    min-height: 0 !important;
    padding: 0 0 14px !important;
}

.nesbil-ui #order-standard_cart .header-lined h1 {
    color: var(--nesbil-navy) !important;
    font-size: 27px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
}

.nesbil-ui #order-standard_cart .nesbil-page-intro {
    color: #667085 !important;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 24px !important;
}

/* Domain pages: restore the search proportions and internal gutters. */
.nesbil-ui #order-standard_cart .domain-now-area > .container,
.nesbil-ui #order-standard_cart .domain-chart-area > .container,
.nesbil-ui #order-standard_cart .domain-feature-area > .container,
.nesbil-ui #order-standard_cart .sss-area > .container {
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
}

.nesbil-ui #order-standard_cart .domain-checkup {
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.nesbil-ui #order-standard_cart #frmDomainChecker {
    display: block !important;
    overflow: hidden;
    width: 100% !important;
}

.nesbil-ui #order-standard_cart #frmDomainChecker .domain-checkup-left {
    float: left !important;
    margin: 0 3% 0 0 !important;
    width: 76% !important;
}

.nesbil-ui #order-standard_cart #frmDomainChecker .domain-checkup-right {
    float: left !important;
    margin: 0 !important;
    width: 21% !important;
}

.nesbil-ui #order-standard_cart #frmDomainChecker .domain-checkup-right button {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 !important;
    padding: 12px 14px !important;
    white-space: nowrap;
    width: 100% !important;
}

.nesbil-ui #order-standard_cart #frmDomainChecker .domain-checkup-right img {
    flex: 0 0 auto;
    margin-right: 9px !important;
}

.nesbil-ui #order-standard_cart #frmDomainTransfer {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
}

.nesbil-ui #order-standard_cart #frmDomainTransfer > .row,
.nesbil-ui #order-standard_cart #frmDomainTransfer > .row > [class*="col-"],
.nesbil-ui #order-standard_cart #frmDomainTransfer .panel-body {
    box-sizing: border-box;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.nesbil-ui #order-standard_cart input[type="text"],
.nesbil-ui #order-standard_cart input[type="email"],
.nesbil-ui #order-standard_cart input[type="password"],
.nesbil-ui #order-standard_cart textarea,
.nesbil-ui #order-standard_cart select,
.nesbil-ui #order-standard_cart .form-control,
.nesbil-ui #order-standard_cart #inputTransferDomain,
.nesbil-ui #order-standard_cart #inputAuthCode,
.nesbil-ui #order-standard_cart #inputCaptcha {
    background-color: #fff !important;
    color: #344054 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #344054 !important;
}

.nesbil-ui #order-standard_cart input::placeholder,
.nesbil-ui #order-standard_cart textarea::placeholder {
    color: #98a2b3 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #98a2b3 !important;
}

.nesbil-ui #order-standard_cart .domain-chart-area .row,
.nesbil-ui #order-standard_cart .sss-area .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.nesbil-ui #order-standard_cart .domain-chart-area .row > h3,
.nesbil-ui #order-standard_cart .domain-chart-area .row > div:not([class]),
.nesbil-ui #order-standard_cart .sss-area .row > h3,
.nesbil-ui #order-standard_cart .sss-area .row > div:not([class]) {
    box-sizing: border-box;
    display: block;
    float: none;
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

.nesbil-ui #order-standard_cart .domain-chart-area .section-title,
.nesbil-ui #order-standard_cart .sss-area .section-title {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Product pages: neutralise nested fixed-width containers and keep every section on-canvas. */
.nesbil-ui.nesbil-page-bireysel-hosting #main-body .main-content,
.nesbil-ui.nesbil-page-kurumsal-hosting #main-body .main-content,
.nesbil-ui.nesbil-page-bayi-hosting #main-body .main-content,
.nesbil-ui.nesbil-page-ssl #main-body .main-content {
    box-sizing: border-box;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    width: 100% !important;
}

.nesbil-ui.nesbil-page-bireysel-hosting .wow,
.nesbil-ui.nesbil-page-kurumsal-hosting .wow,
.nesbil-ui.nesbil-page-bayi-hosting .wow,
.nesbil-ui.nesbil-page-ssl .wow {
    animation-name: none !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.nesbil-ui.nesbil-page-bireysel-hosting #main-body .main-content > section,
.nesbil-ui.nesbil-page-kurumsal-hosting #main-body .main-content > section,
.nesbil-ui.nesbil-page-bayi-hosting #main-body .main-content > section,
.nesbil-ui.nesbil-page-ssl #main-body .main-content > section,
.nesbil-ui.nesbil-page-bireysel-hosting #main-body .main-content section > .container,
.nesbil-ui.nesbil-page-kurumsal-hosting #main-body .main-content section > .container,
.nesbil-ui.nesbil-page-bayi-hosting #main-body .main-content section > .container,
.nesbil-ui.nesbil-page-ssl #main-body .main-content section > .container {
    box-sizing: border-box;
    clear: both;
    float: none !important;
    left: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    position: relative;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
}

.nesbil-ui.nesbil-page-bireysel-hosting #aylik > .row,
.nesbil-ui.nesbil-page-bireysel-hosting #yillik > .row,
.nesbil-ui.nesbil-page-kurumsal-hosting #aylik > .row,
.nesbil-ui.nesbil-page-kurumsal-hosting #yillik > .row,
.nesbil-ui.nesbil-page-bayi-hosting #aylik > .row,
.nesbil-ui.nesbil-page-bayi-hosting #yillik > .row {
    align-items: stretch;
    display: grid !important;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 !important;
    width: 100% !important;
}

.nesbil-ui.nesbil-page-bireysel-hosting #aylik > .row > [class*="col-"],
.nesbil-ui.nesbil-page-bireysel-hosting #yillik > .row > [class*="col-"],
.nesbil-ui.nesbil-page-kurumsal-hosting #aylik > .row > [class*="col-"],
.nesbil-ui.nesbil-page-kurumsal-hosting #yillik > .row > [class*="col-"],
.nesbil-ui.nesbil-page-bayi-hosting #aylik > .row > [class*="col-"],
.nesbil-ui.nesbil-page-bayi-hosting #yillik > .row > [class*="col-"] {
    float: none !important;
    left: auto !important;
    margin: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
    right: auto !important;
    transform: none !important;
    width: auto !important;
}

.nesbil-ui .hosting-plan-area {
    overflow: hidden !important;
}

.nesbil-ui .hosting-plan-area > .container {
    direction: ltr;
    margin: 0 !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 0 10px !important;
    scroll-behavior: smooth;
    width: 100% !important;
    -webkit-overflow-scrolling: touch;
}

.nesbil-ui .hosting-plan-area > .container > .row:last-child {
    align-items: stretch;
    display: grid !important;
    gap: 0 !important;
    grid-template-columns: minmax(185px, 1.05fr) repeat(4, minmax(160px, 1fr));
    left: auto !important;
    margin: 0 !important;
    min-width: 825px !important;
    position: relative !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
}

.nesbil-ui .hosting-plan-area .single-hosting-price,
.nesbil-ui .hosting-plan-area .single-hosting-price.display-none {
    align-self: stretch !important;
    display: block !important;
    float: none !important;
    left: auto !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    position: relative !important;
    right: auto !important;
    transform: none !important;
    width: auto !important;
}

.nesbil-ui .hosting-plan-area .single-hosting-price.display-none {
    padding-top: 160px;
}

.nesbil-ui.nesbil-page-ssl .hosting-plan-area .single-hosting-price.display-none {
    padding-top: 186px;
}

.nesbil-ui .hosting-plan-area .single-hosting-price ul {
    height: auto !important;
    min-width: 0 !important;
    width: 100% !important;
}

.nesbil-ui .hosting-plan-area .single-hosting-price li {
    box-sizing: border-box;
    line-height: 1.45 !important;
    min-height: 52px;
    min-width: 0 !important;
    overflow-wrap: anywhere;
    padding: 10px 8px !important;
    width: 100% !important;
}

/* Bank page: quiet, fixed cards and compact logo presentation. */
.nesbil-ui.nesbil-page-banka-hesaplari .latest-blog-area > .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.nesbil-ui.nesbil-page-banka-hesaplari .bank-card .card-header-picture {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 88px;
    justify-content: center;
    padding: 16px 20px;
}

.nesbil-ui.nesbil-page-banka-hesaplari .bank-card .card-header-picture img {
    height: auto !important;
    max-height: 58px !important;
    max-width: 150px !important;
    object-fit: contain;
    transform: none !important;
    width: auto !important;
}

.nesbil-ui.nesbil-page-banka-hesaplari .bank-card,
.nesbil-ui.nesbil-page-banka-hesaplari .bank-card:hover,
.nesbil-ui.nesbil-page-banka-hesaplari .single-blog-box,
.nesbil-ui.nesbil-page-banka-hesaplari .single-blog-box:hover {
    transform: none !important;
}

@media (min-width: 1200px) {
    .nesbil-ui .hosting-plan-area > .container > .row:last-child {
        min-width: 0 !important;
    }
}

@media (max-width: 991px) {
    .nesbil-ui.nesbil-page-bireysel-hosting #aylik > .row,
    .nesbil-ui.nesbil-page-bireysel-hosting #yillik > .row,
    .nesbil-ui.nesbil-page-kurumsal-hosting #aylik > .row,
    .nesbil-ui.nesbil-page-kurumsal-hosting #yillik > .row,
    .nesbil-ui.nesbil-page-bayi-hosting #aylik > .row,
    .nesbil-ui.nesbil-page-bayi-hosting #yillik > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .nesbil-ui.nesbil-page-homepage .homepage-slider-2 {
        box-sizing: border-box;
        min-height: 0 !important;
        padding-bottom: 270px !important;
        padding-top: 80px !important;
    }

    .nesbil-ui.nesbil-page-homepage .homepage-slider-2 .single-slider-item {
        min-height: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .nesbil-ui.nesbil-page-homepage .slider-content {
        padding: 0 12px !important;
    }

    .nesbil-ui.nesbil-page-homepage .homepage-slider-2 .slider-content h2 {
        font-size: 30px !important;
        line-height: 1.18 !important;
        margin-bottom: 20px !important;
    }

    .nesbil-ui #order-standard_cart .domain-now-area > .container,
    .nesbil-ui #order-standard_cart .domain-chart-area > .container,
    .nesbil-ui #order-standard_cart .domain-feature-area > .container,
    .nesbil-ui #order-standard_cart .sss-area > .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .nesbil-ui #order-standard_cart #frmDomainChecker .domain-checkup-left,
    .nesbil-ui #order-standard_cart #frmDomainChecker .domain-checkup-right {
        display: block !important;
        float: none !important;
        margin: 0 0 10px !important;
        width: 100% !important;
    }

    .nesbil-ui #order-standard_cart #frmDomainChecker .domain-checkup-right {
        margin-bottom: 0 !important;
    }

    .nesbil-ui.nesbil-page-bireysel-hosting #aylik > .row,
    .nesbil-ui.nesbil-page-bireysel-hosting #yillik > .row,
    .nesbil-ui.nesbil-page-kurumsal-hosting #aylik > .row,
    .nesbil-ui.nesbil-page-kurumsal-hosting #yillik > .row,
    .nesbil-ui.nesbil-page-bayi-hosting #aylik > .row,
    .nesbil-ui.nesbil-page-bayi-hosting #yillik > .row {
        grid-template-columns: 1fr;
    }

    .nesbil-ui .hosting-plan-area {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .nesbil-ui.nesbil-page-banka-hesaplari .latest-blog-area > .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

/* NESBIL v8 - verified page geometry and interaction fixes. */

/* Homepage: preserve the exact slider/domain composition used by the original design. */
.nesbil-ui.nesbil-page-homepage .slider-2-bg {
    margin-top: 0 !important;
}

.nesbil-ui.nesbil-page-homepage .homepage-2.domain-area {
    margin-top: -400px !important;
    position: relative;
    z-index: 1;
}

.nesbil-ui.nesbil-page-homepage .homepage-slider-2 .single-slider-item {
    box-sizing: border-box;
    min-height: 0 !important;
    padding-bottom: 400px !important;
    padding-top: 120px !important;
}

/* Bootstrap's generated leading clearfix must not create a grid track on product pages. */
.nesbil-ui.nesbil-page-bireysel-hosting #main-body .main-content .row:before,
.nesbil-ui.nesbil-page-kurumsal-hosting #main-body .main-content .row:before,
.nesbil-ui.nesbil-page-bayi-hosting #main-body .main-content .row:before,
.nesbil-ui.nesbil-page-ssl #main-body .main-content .row:before {
    content: none !important;
    display: none !important;
}

/* Domain search: one connected, responsive module with no artificial top gutter. */
.nesbil-ui #order-standard_cart .domain-now-area .domain-inner {
    padding: 0 !important;
}

.nesbil-ui #order-standard_cart .domain-now-area .domain-inner > .row:first-child {
    margin: 0 !important;
}

.nesbil-ui #order-standard_cart .domain-tld-prices {
    background: var(--nesbil-navy) !important;
    border-radius: 8px 8px 0 0 !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}

.nesbil-ui #order-standard_cart .domain-tld-prices ul {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0 !important;
    padding: 0 !important;
}

.nesbil-ui #order-standard_cart .domain-tld-prices li {
    border-right: 1px solid rgba(255, 255, 255, .18);
    display: block !important;
    font-size: 14px !important;
    line-height: 1.35;
    padding: 13px 9px !important;
    text-align: center;
}

.nesbil-ui #order-standard_cart .domain-tld-prices li:last-child {
    border-right: 0;
}

.nesbil-ui #order-standard_cart .domain-tld-prices li:after {
    display: none !important;
}

.nesbil-ui #order-standard_cart .domain-checkup {
    background: #f5f7fb !important;
    border: 1px solid #dfe5ee;
    border-radius: 0 0 8px 8px !important;
    border-top: 0;
    margin: 0 !important;
    padding: 24px !important;
}

/* Transfer CAPTCHA: readable input, consistent box and predictable alignment. */
.nesbil-ui #order-standard_cart #frmDomainTransfer .captcha-container {
    margin: 18px 0 4px !important;
    width: 100%;
}

.nesbil-ui #order-standard_cart #frmDomainTransfer .default-captcha {
    background: #fff;
    border: 1px solid #d9e1ec;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 14px;
    text-align: left;
    width: 100%;
}

.nesbil-ui #order-standard_cart #frmDomainTransfer .default-captcha > p {
    color: #475467 !important;
    font-size: 13px;
    line-height: 1.55;
    margin: 0 0 10px !important;
}

.nesbil-ui #order-standard_cart #frmDomainTransfer .default-captcha > div {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(130px, auto) minmax(0, 1fr);
}

.nesbil-ui #order-standard_cart #frmDomainTransfer .default-captcha img {
    background: #fff;
    border: 1px solid #d9e1ec;
    border-radius: 5px;
    display: block;
    height: 50px;
    max-width: 100%;
    object-fit: contain;
}

.nesbil-ui #order-standard_cart #frmDomainTransfer .default-captcha #inputCaptcha {
    background: #fff !important;
    border: 1px solid #cbd5e1 !important;
    color: #26345f !important;
    font-size: 16px !important;
    height: 50px !important;
    margin: 0 !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #26345f !important;
    width: 100% !important;
}

/* Every accordion follows the same restrained pattern as Gerekli Belgeler. */
.nesbil-ui .main-content .panel-group {
    margin: 0 0 30px !important;
}

.nesbil-ui .main-content .panel-group > .panel,
.nesbil-ui .main-content .panel-group > .panel + .panel {
    background: #fff !important;
    border: 1px solid #dfe5ee !important;
    border-left: 3px solid var(--nesbil-red) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 0 12px !important;
    overflow: hidden;
}

.nesbil-ui .main-content .panel-group .panel-heading {
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.nesbil-ui .main-content .panel-group .panel-title > a {
    color: var(--nesbil-navy) !important;
    display: block;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 1.5;
    padding: 17px 50px 17px 18px !important;
    position: relative;
    text-decoration: none !important;
}

.nesbil-ui .main-content .panel-group .panel-title > a:after {
    align-items: center;
    background: #f1f4f8;
    border-radius: 50%;
    color: var(--nesbil-navy);
    content: "−";
    display: flex;
    font-size: 17px;
    height: 28px;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
}

.nesbil-ui .main-content .panel-group .panel-title > a.collapsed:after,
.nesbil-ui .main-content .panel-group .panel-title > a[aria-expanded="false"]:after {
    content: "+";
}

.nesbil-ui .main-content .panel-group .panel-collapse > .panel-body {
    background: #fff !important;
    border-top: 1px solid #edf0f5 !important;
    color: #475467 !important;
    font-size: 14px !important;
    line-height: 1.72;
    padding: 17px 18px 20px !important;
}

.nesbil-ui .main-content .panel-group .panel-body p:last-child,
.nesbil-ui .main-content .panel-group .panel-body ul:last-child {
    margin-bottom: 0 !important;
}

.nesbil-ui #faq-area {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin-bottom: 28px !important;
    overflow: visible !important;
    padding: 28px 0 0 !important;
}

.nesbil-ui #faq-area > .container {
    overflow: visible !important;
}

.nesbil-ui #faq-area .section-title {
    margin-bottom: 24px !important;
}

/* Contact CAPTCHA uses the same Bootstrap column width as every other field. */
@media (min-width: 768px) {
    .nesbil-ui.nesbil-page-contact .nesbil-contact-captcha-row > .col-sm-7 {
        float: left !important;
        margin-left: 25% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 58.33333333% !important;
    }

    .nesbil-ui.nesbil-page-contact .nesbil-contact-captcha-row > .col-sm-7 > .row {
        margin: 0 !important;
    }

    .nesbil-ui.nesbil-page-contact .nesbil-contact-captcha-row > .col-sm-7 > .row > [class*="col-"] {
        float: none !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
}

/* Compact client login card with one clear primary action. */
.nesbil-ui.nesbil-page-login #main-body {
    max-width: 760px !important;
}

.nesbil-ui.nesbil-page-login #main-body .main-content {
    padding-bottom: 22px !important;
    padding-top: 8px !important;
}

.nesbil-ui.nesbil-page-login .logincontainer {
    border-top: 4px solid var(--nesbil-red);
    border-radius: 10px;
    margin: 8px auto 24px !important;
    max-width: 440px !important;
    padding: 24px 28px 28px !important;
}

.nesbil-ui.nesbil-page-login .logincontainer .header-lined {
    border-bottom: 1px solid var(--nesbil-line) !important;
    margin: 0 0 18px !important;
    padding: 0 0 14px !important;
}

.nesbil-ui.nesbil-page-login .logincontainer .form-group {
    margin-bottom: 14px;
}

.nesbil-ui.nesbil-page-login .logincontainer .form-control {
    border: 1px solid #cbd5e1;
    box-shadow: none;
    height: 44px;
}

.nesbil-ui.nesbil-page-login .logincontainer .form-control:focus {
    border-color: var(--nesbil-navy);
    box-shadow: 0 0 0 3px rgba(38, 52, 95, .1);
}

.nesbil-ui.nesbil-page-login .logincontainer .checkbox {
    margin: 8px 0 16px;
}

.nesbil-ui.nesbil-page-login .nesbil-login-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: 1.1fr .9fr;
}

.nesbil-ui.nesbil-page-login .nesbil-login-actions .btn {
    align-items: center;
    display: flex;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    margin: 0 !important;
    width: 100%;
}

.nesbil-ui.nesbil-page-login .nesbil-login-actions .btn-primary {
    background: var(--nesbil-red) !important;
    border-color: var(--nesbil-red) !important;
    box-shadow: 0 8px 18px rgba(230, 42, 62, .18);
}

.nesbil-ui.nesbil-page-login .nesbil-login-actions .btn-primary:hover,
.nesbil-ui.nesbil-page-login .nesbil-login-actions .btn-primary:focus {
    background: #c91f32 !important;
    border-color: #c91f32 !important;
}

@media (max-width: 767px) {
    .nesbil-ui #order-standard_cart .domain-tld-prices ul {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .nesbil-ui #order-standard_cart .domain-tld-prices li:nth-child(3n) {
        border-right: 0;
    }

    .nesbil-ui #order-standard_cart .domain-checkup {
        padding: 16px !important;
    }

    .nesbil-ui #order-standard_cart #frmDomainTransfer .default-captcha > div {
        grid-template-columns: 1fr;
    }

    .nesbil-ui.nesbil-page-contact .nesbil-contact-captcha-row > .col-sm-7 {
        margin-left: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
    }

    .nesbil-ui.nesbil-page-login .logincontainer {
        padding: 22px 18px 24px !important;
    }

    .nesbil-ui.nesbil-page-login .nesbil-login-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .nesbil-ui #order-standard_cart .domain-tld-prices ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nesbil-ui #order-standard_cart .domain-tld-prices li:nth-child(3n) {
        border-right: 1px solid rgba(255, 255, 255, .18);
    }

    .nesbil-ui #order-standard_cart .domain-tld-prices li:nth-child(2n) {
        border-right: 0;
    }
}
