/* Enes Bakadur - scroll behavior */
html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
}

img {
    height: unset;
    max-width: 100%;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.shrink-0 {
    flex-shrink: 0;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-between {
    justify-content: space-between;
}

.graybtn {
    border-radius: 6px;
    padding: 0.8rem 2.3rem;
    display: inline-block;
    background: #f8f8f8;
    color: #333;
}

.graybtn:hover,
.graybtn:focus {
    color: #000;
    box-shadow: 0 16px 28px -6px rgba(0, 0, 0, 0.2);
}

h2 {
    margin-top: 0;
}

.graybg {
    background: #f4f9fd !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 23px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.bluetext {
    color: #118ee9;
}

.rounded-3 {
    border-radius: 1rem;
}

.rounded-4 {
    border-radius: 2rem;
}

.rounded-5 {
    border-radius: 3rem;
}

.cerez-bilgi p {
    font-size: 11px;
    font-weight: 500;
    line-height: unset;
}

.point {
    cursor: pointer;
}

.h2spec {
    font-size: 3rem;
    font-weight: 500;
}

/* manÃ…Å¸et */

.headline {
    background: #f7fcff;
    position: relative;
    padding: 5rem 0;
}

.headline h1 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

.headline p.big-title {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: #fff;
    line-height: normal;
}

.headline p {
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 1rem;
    color: #fff;
}

.headline ul {
    font-size: 1rem;
    font-weight: 600;
    column-count: 2;
    margin: 0 0 1rem;
    color: #fff;
}

.headline ul i {
    color: #118ee9;
    font-size: 1.6rem;
    vertical-align: middle;
}

.headline a,
.pricing .packs a,
.contactform button,
.modal__panel button {
    padding: 0.75rem 1.3rem;
    border-radius: 0.5rem;
    background: #000;
    color: #fff;
    display: inline-block;
    background: #118ee9;
    margin-right: 5px;
    font-weight: 500;
}

.headline a:hover,
.pricing .packs a:hover,
.contactform button:hover {
    box-shadow: 0 12px 26px -6px #118fe985;
}

.headline a.contact {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.headline a.contact:hover {
    background: #118ee9;
    border: 1px solid #118ee9;
    color: #fff;
}

.headline .video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.headline .video::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #f8313b8c, #004d858c);
    background: #000516a3;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.headline .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uniqspec {
    padding: 4rem 0;
}

.uniqspec strong {
    font-size: 1.3rem;
    font-weight: 600;
    display: block;
    margin: 0 0 1rem;
}

.uniqspec .itemblock {
    position: relative;
    cursor: default;
    background: #f5f8f9;
    padding: 2rem;
    height: 100%;
    border-radius: 1rem;
}

.uniqspec .itemblock img {
    margin: 0 0 1rem;
}

.uniqspec .itemblock i {
    font-size: 3rem;
    outline: 1px solid #9b9b9b;
    border-radius: 300px;
    display: inline-block;
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: 0.3s;
}

.uniqspec .itemblock:hover i {
    transform: translateY(-50%) rotate(0deg);
    background: -webkit-linear-gradient(360deg, #006db6, #00a2ff);
    color: #fff;
    outline: transparent;
}

.uniqspec .itemblock video {
    font-size: 3rem;
    border-radius: 300px;
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.trfirst {
    position: absolute;
    right: -30px;
    top: calc(50% - 80px);
    transform: translateY(-50%);
}

.trfirst.third {
    top: calc(50% + 80px);
}

/* packs */

.gg-circleci,
.gg-circleci::before {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 18px;
}

.gg-circleci {
    position: relative;
    transform: scale(var(--ggs, 1));
    width: 24px;
    height: 24px;
    border: 4px solid;
    background: linear-gradient(to left, currentColor 8px, transparent 0)
    no-repeat -2px center/8px 3px;
}

.gg-circleci::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 3px solid;
    top: 3px;
    right: 3px;
}

.packes {
    padding: 3rem 0;
}

.packes .gb-item {
    padding: 0.5rem;
}

.hostingPrice .gb-inner {
    padding: 4rem 0 0;
}

.hostingPrice {
    width: 100%;
    display: block;
    text-align: center;
}

.hostingPrice img {
    max-width: 20px;
    vertical-align: bottom;
}

.hostingPrice .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hostingPrice .priceBox {
    border: 1px solid #bdbdbd;
    border-radius: 1rem;
    padding: 1.5rem;
    height: 100%;
    position: relative;
    font-size: 14px;
}

.hostingPrice .priceBox.mailserver {
    background: linear-gradient(45deg, #000, #221958, #272251);
    color: #fff;
}

.hostingPrice .priceBox.mailserver .emailqty input,
.hostingPrice .priceBox.mailserver .emailqty select {
    color: #000;
}

.hostingPrice .priceBox.mailserver .emailqty button {
    color: #000;
    background: #ffd900;
}

.hostingPrice .priceBox.mailserver .emailqty span {
    color: #000;
}

.emailqty.disabled {
    filter: opacity(0.3);
}

.hostingPrice .priceBox.mailserver .spaceoffer span {
    background: none;
}

.hostingPrice .priceBox.mailserver .itemTitle p {
    color: #ffd900;
}

.hostingPrice .priceBox.mailserver .itemPrice .price span {
    color: #efefef;
}

.hostingPrice .priceBox.mailserver .unlimitedbox {
    display: block;
    background: rgba(255, 204, 0, 0.14);
    color: #ffd900;
    padding: 0.6rem 1rem;
    border-radius: 0.3rem;
}

.hostingPrice .priceBox .extraoffer {
    background: #ffd900;
    padding: 0.7rem 0.5rem;
    border-radius: 0.5rem;
    display: inline-block;
    color: #000;
    font-weight: 600;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
}

.hostingPrice .priceBox.mailserver .pricepart {
    font-size: 1rem;
}

.hostingPrice .priceBox.mailserver .pricepart b,
.hostingPrice .priceBox.mailserver .redspec {
    color: #ffd900;
}

.hostingPrice .priceBox.mailserver img {
    filter: grayscale(1) brightness(10);
}

.hostingPrice .priceBox.mailserver .appimage {
    border: 0 !important;
}

.hostingPrice .itemTitle p {
    font-size: 1.5rem;
    font-weight: 600;
}

.hostingPrice .offerPrice {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0px 0px 0px 2px #118ee9 inset;
    background: #fff;
}

.hostingPrice .offerPrice:before {
    content: "";
    background: #118ee9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: -1;
}

.hostingPrice .offerPrice .selectedOffer {
    position: absolute;
    bottom: 100%;
    width: 100%;
    left: 0;
    background: #118ee9;
    color: #fff;
    border-radius: 1rem 1rem 0 0;
    padding: 0.8rem;
    border: 2px solid #118ee9;
}

.hostingPrice .priceItem li {
    padding: 0.5rem 0;
}

.hostingPrice .priceItem li.upgrade {
    background: #2ebe8921;
    border-radius: 4px;
}

.hostingPrice .priceItem i {
    padding-right: 0.5rem;
    font-size: 1.4rem;
    vertical-align: middle;
}

.hostingPrice .priceItem i {
    padding-right: 0.5rem;
    font-size: 1.4rem;
    vertical-align: middle;
}

.hostingPrice .pricepart {
    text-align: center;
}

.hostingPrice .itemPrice .price {
    display: block;
    font-size: 2.3rem;
    font-weight: 600;
}

.hostingPrice .itemPrice .price span {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
}

.hostingPrice .itemPrice small {
    font-weight: 600;
}

.hostingPrice .addcart {
    background: #ff542c;
    padding: 0.9rem 1rem;
    display: block;
    border-radius: 8px;
    color: #fff;
}

.hostingPrice .redspec {
    color: #ff6d77;
}

.buymebtn {
    background: #ff542c;
    padding: 0.9rem 1rem;
    display: block;
    border-radius: 8px;
    color: #fff !important;
}

.buymebtn.disabled {
    filter: grayscale(1) opacity(0.5);
    pointer-events: none;
}

.limitless {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    font-size: 14px;
    font-weight: 600;
}

.text-left {
    text-align: left;
}

.text-left-im {
    text-align: left !important;
}

.hostingPrice .gb-dots span {
    width: 24px;
    height: 24px;
    margin: 0;
    background-color: #cfdbe5;
    border-radius: 4px;
    border: 0;
}

.hostingPrice .gb-dots span:not(:last-child) {
    margin-right: 3px;
}

.hostingPrice .gb-dots span.active {
    width: 24px;
    height: 24px;
    background-color: #118ee9;
}

.hostingPrice .newitems {
    background: red;
    color: white;
    padding: 3px 12px;
    line-height: normal;
    border-radius: 50px;
    font-size: 9px;
}

.hostingPrice .tooltip-inner span {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
}

.spaceoffer span {
    background: #fff;
    color: #ff6d77;
    padding: 0.5rem;
    border-radius: 9px;
    display: inline-block;
    letter-spacing: 0.5px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid #ff6d77;
}

.spaceoffer del {
    font-size: 1.4rem;
    color: #999;
    margin-left: 5px;
    display: block;
    margin: 0.5rem 0 0;
}

.hostingtypes {
    background: #f4faff;
    padding: 3rem 0 2rem;
}

.hostingtypes .hostitem {
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    transition: 0.3s;
    text-align: center;
    margin: 0 0 1rem;
    height: 100%;
}

.hostingtypes .hostitem h3 {
    font-size: 18px;
}

.hostingtypes .hostitem:hover {
    box-shadow: 0 24px 68px rgb(209 222 233);
}

.hostingtypes a {
    color: #333;
    text-decoration: none;
}

@media (max-width: 1299px) {
    .spaceoffer del {
        display: block;
    }

    .hostingPrice .itemPrice .price span {
        font-size: 1rem;
    }
}

@media (max-width: 992px) {
    .hostingtypes .hostitem {
        padding: 2rem;
    }

    .hostingtypes {
        padding: 2rem 0;
    }
}

.hostingPrice .datas {
    background: #f5f8f9;
    padding: 1rem;
    border-radius: 0.8rem;
}

.advantages {
    background: #f7fcff;
    padding: 4rem 0;
    background: url(/siberhosting/sablon_sayfalar/hosting_sayfa/images/darkbg.jpg) fixed center center;
    background-size: cover;
    color: #fff;
}

.advantages .aditem {
    display: flex;
}

.advantages .aditem i.dot {
    margin-right: 10px;
    background: #118ee9;
    display: inline-block;
    top: 10px;
    position: relative;
}

.advantages h2 span {
    font-size: 2.5rem;
    color: #118ee9;
    display: block;
}

.advantages strong {
    font-size: 24px;
}

.advantages i {
    color: #118ee9;
    font-size: 1.5rem;
    vertical-align: middle;
}

/* karşılaştırma */

.ks-compare-items {
    max-width: 1230px;
    margin: 30px auto;
    background-color: #ffffff;
    border-radius: 1rem;
    border: 1px solid #ddd;
}

.ks-compare-items-heading {
    font-weight: bold;
    text-align: center;
    background-color: #ebecf1;
    border-radius: 1rem 1rem 0 0;
}

.ks-compare-items-content {
}

.ks-compare-item {
    display: flex;
}

.ks-compare-subject,
.ks-compare-value {
    padding: 24px 16px;
    flex: 1;
    width: 25%;
    max-width: 25%;
    min-width: 25%;
    border: 1px solid #0000000e;
}

.ks-compare-subject:last-child,
.ks-compare-value:last-child {
    border-right: 0;
}

.ks-compare-items-heading .ks-compare-subject,
.ks-compare-items-heading .ks-compare-value {
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.ks-compare-items-heading .ks-compare-value:last-child {
    border-top-right-radius: 1rem;
}

.ks-compare-items-heading .ks-compare-value:nth-child(2) {
    background-color: #118ee9;
    color: #fff;
}

.ks-compare-subject {
    font-weight: bold;
    border-left: none;
}

.ks-compare-value {
    text-align: center;
}

.ks-compare-value:nth-child(2) {
    border-right: none;
    background-color: #118ee9;
    color: #fff;
}

.ks-compare-item:last-child .ks-compare-subject,
.ks-compare-item:last-child .ks-compare-value {
    border-bottom: none;
}

.ks-compare-value .bi-check-circle-fill,
.ks-compare-value .bi-x-circle-fill {
    display: block;
    width: 24px;
    line-height: 24px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    color: #3ecc79;
    font-size: 24px;
}

.ks-compare-value .bi-x-circle-fill {
    color: #dae0e0;
}

.compare {
    padding: 3rem 0;
}

@media (max-width: 768px) {
    .ks-compare-items,
    .ks-compare-items-heading .ks-compare-value:last-child {
        border-radius: 0 8px 0 0;
    }

    .ks-compare-items-heading {
        font-weight: bold;
        text-align: center;
        background-color: #ebf0f1;
        border-radius: 8px 8px 0 0;
    }

    .ks-compare-subject,
    .ks-compare-value {
        padding: 8px 4px;
        font-size: 0.6em;
    }

    .ks-compare-value .icons8-checkmark-2,
    .ks-compare-value .icons8-delete-filled {
        zoom: 0.75;
    }

    .ks-compare-items-content .ks-compare-item:last-child .ks-compare-value {
        border-radius: 0 0rem 8px 0;
    }
}

.ks-compare-value .icons8-checkmark-2,
.ks-compare-value .icons8-delete-filled {
    display: block;
    width: 24px;
    line-height: 24px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    color: #ffffff;
}

.ks-compare-value .icons8-checkmark-2 {
    background-color: #3ecc79;
}

.ks-compare-value .icons8-delete-filled {
    background-color: #dae0e0;
}

/* bize ulasin */

.contactform {
    background: url(/siberhosting/sablon_sayfalar/hosting_sayfa/images/contbg.jpg) top center no-repeat;
    padding: 4rem 0;
    color: #fff;
    background-size: cover;
}

.contactform h2 span {
    color: #118ee9;
}

.contactform .value {
    margin: 0 0 1rem;
    padding: 0 2rem;
}

.contactform .value label {
    font-size: 15px;
}

.contactform button {
    border: 0;
    border-radius: 0.3rem;
}
.modal__panel .value div {
    display: flex;
    text-align: left;
}
.contactform input[type="text"],
.contactform input[type="tel"],
.contactform input[type="email"],
.modal__panel input[type="text"],
.modal__panel input[type="tel"],
.modal__panel input[type="email"] {
    padding: 1.2rem 0.7rem !important;
    border: 1px solid #ddd !important;
    border-radius: 0.3rem;
    outline: 2px solid transparent;
    width: 100%;
    margin: 0 0 0.5rem;
    padding-left: 4rem !important;
}

.contactform input:focus,
.modal__panel input:focus {
    padding: 0.7rem;
    border: 1px solid #ddd;
    outline: 2px solid #118fe975;
}

.contactform .form-group,
.modal__panel .form-group {
    margin: 0 0 0.5rem;
}

.contactform .checkBoxLabel span,
.modal__panel .checkBoxLabel span {
    width: 17px;
    height: 17px;
    border: 1px solid #979797;
}

.contactform .checkBoxLabel span i,
.modal__panel .checkBoxLabel span i {
    margin-top: -2px;
    width: 100%;
}

.contactform .formbox {
    border: 1px solid #ddd;
    border-radius: 1rem;
    padding: 2rem 0 0;
    background: #fff;
    color: #000;
    margin-top: 1rem;
}

.contactform .formbox .form-group {
    padding: 0 2rem;
}

.contactform .formbox .btnbox {
    width: 100%;
    border-radius: 0 0 1rem 1rem;
    padding: 1rem;
    background: #118ee9;
}

.contactform .formbox button,
.modal__panel .formbox button {
    background: #000;
    font-size: 1.1rem;
    padding: 0.75rem 2rem;
}

.contactbox a {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 1rem;
    margin: 0 0 1rem;
    border: 1px solid #efefef;
    padding: 1rem;
    border-radius: 1rem;
}
.contactbox {
    margin-top: 1rem;
}

.contactbox a .yardim-bant-link-text {
    display: block;
}

.contactbox img {
    filter: brightness(0) invert(1);
}

.input-marka,
.input-isim,
.input-tel,
.input-eposta,
.input-destek,
.input-search,
.marka-arama .marka-tescil-form-input {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left 18px top 18px;
    background-size: 24px;
}

.input-marka {
    background-image: url(https://www.turkticaret.net/new_assets_2015/images/marka/icon-brand.svg);
}

.input-isim {
    background-image: url(https://www.turkticaret.net/new_assets_2015/images/marka/icon-user.svg);
}

.input-tel {
    background-image: url(https://www.turkticaret.net/new_assets_2015/images/marka/icon-phone.svg);
}

.input-eposta {
    background-image: url(https://www.turkticaret.net/new_assets_2015/images/marka/icon-mail.svg);
}

.input-destek {
    background-image: url(https://www.turkticaret.net/new_assets_2015/images/marka/icon-support.svg);
}

.input-search {
    background-image: url(https://www.turkticaret.net/new_assets_2015/images/marka/icon-search.svg);
}

.marka-tescil-sss-item {
    padding: 30px;
    margin-top: 30px;
    border-radius: 16px;
    border: 1px solid #ebf0f1;
    box-shadow: 0 0 5px rgb(6 51 83 / 5%);
}

.marka-tescil-sss-item-q {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.marka-tescil-sss-item-a {
    font-size: 14px;
}

/* kullanım alanları */
.uses {
    padding-top: 4rem;
}

.uses .box {
    border: 1px solid #ddd;
    padding: 2.2rem;
    border-radius: 1rem;
    height: 100%;
}

/* kimler için */

.forwho {
    padding: 4rem 0;
    background: url(/siberhosting/sablon_sayfalar/hosting_sayfa/images/forwhobg.jpg) fixed center center;
    background-size: cover;
}

.forwho h2 {
    color: #fff;
}

.forwho h3 {
    margin-top: 0;
    font-size: 18px;
}

.forwho .list {
    background: #fff;
    padding: 2rem;
    margin: 0 0 30px;
    border-radius: 1rem;
    display: block;
}

.forwho .list img {
    margin: 0 0 1rem;
}

/* altyapı */

.substructure {
    padding: 4rem 0;
}

.substructure .content {
    position: relative;
    cursor: default;
    background: #f5f8f9;
    padding: 2rem;
    height: 100%;
    border-radius: 1rem;
}

.substructure h3 {
    font-size: 1.3rem;
}

.substructure p {
    margin: 0;
}

/* neden tt */

.whytt {
    padding: 4rem 0;
    background: url(/siberhosting/sablon_sayfalar/hosting_sayfa/images/whyusbg-ai-tech.jpg) left center;
    background-size: cover;
    color: #fff;
}

.whytt h2 span {
    display: block;
    font-size: 2.5rem;
    color: #118ee9;
}

.whytt .listitem {
    font-size: 24px;
    margin: 0 0 0.5rem;
}

.whytt .dot {
    background-color: #118ee9;
}

/* responsive */

@media (max-width: 1299px) {
    .trfirst {
        right: -50px !important;
    }
}

@media (max-width: 992px) {
    .headline h1 {
        font-size: 1.8rem;
    }

    .headline p.big-title {
        font-size: 2rem;
    }

    .headline p {
        font-size: 0.9rem;
    }

    .headline ul {
        column-count: 1;
    }

    h2 {
        font-size: 30px;
        font-weight: 700;
    }

    .pricing .packs ul li {
        font-size: 0.9rem;
    }

    .pricing .packs a {
        max-width: 200px;
    }

    .contactform .formbox,
    .modal__panel .formbox {
        margin-top: 1rem;
    }

    .contactbox a {
        padding: 0.6rem;
    }

    .trfirst {
        right: 0px !important;
        position: relative !important;
        top: 0 !important;
        transform: translateY(0) !important;
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .pricing .packs ul {
        margin: 1rem 0 0;
    }

    .pricing .packs ul li {
        font-size: 0.85rem;
    }

    .pricing .packs .price {
        font-size: 4rem;
    }

    .h2spec {
        font-size: 2rem;
    }

    .advantages h2 span {
        font-size: 1.5rem;
    }
    #contactform-row {
        flex-direction: column !important;
    }
}

@media (max-width: 630px) {
    .pricing .packs ul {
        width: 100%;
    }
}

@media (max-width: 414px) {
    .headline h1 {
        font-size: 1.4rem;
    }

    .headline p.big-title {
        font-size: 1.6rem;
    }
}

@media (max-width: 360px) {
    .pricing .pricebox {
        margin-right: 0;
    }
}

.bfbg {
    background: linear-gradient(180deg, #002079 25%, #0498ed 214%) !important;
    color: #fff !important;
}

.bfpulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px #002079;
    }

    50% {
        box-shadow: 0 0 0 10px #00207900;
    }

    100% {
        box-shadow: 0 0 0 10px #00207900;
    }
}

/* generator */

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.config {
    padding: 5rem 0;
}

/* Enes Bakadur - AI Server */

.marka-tescil-sss-item-a > ul > li {
    list-style: disc !important;
    list-style-position: inside !important;
}
#contactform {
    scroll-margin-top: 100px;
}
.gb-inner .gb-item:last-child .priceBox {
    border: 1px solid #ff542c !important;
    background-color: #ff542c !important;
    color: #fff !important;
}
.gb-inner .gb-item:last-child .priceBox .addcart {
    background-color: #fff !important;
    color: #ff542c !important;
}
.gb-inner .gb-item:last-child .priceBox .model-list {
    border: 1.5px solid #fd967e;
}
.gb-inner .gb-item:last-child .priceBox .model-list p {
    background-color: #fb7456;
    color: #fff;
}
.gb-inner .price-card {
    border: 2px solid #e2e8f0;
    border-radius: 28px;
    padding: 12px 12px 24px 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #1e272e;
}
.price-card-header {
    background-color: #f1f5f9;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    min-height: 384px;
}
.price-card-header .price-card-badge {
    background-color: #ef4444;
    border-radius: 50rem;
    padding: 6px 8px;
    color: #fff;
    font-size: 14px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
}
.price-card-header .price-card-badge svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.price-card-header .price-card-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.price-card-header .price-card-title h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-align: left;
}
.price-card-header .price-card-title p {
    color: #434e57;
    margin: 0;
    text-align: left;
}
.price-card-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.price-card-price-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.price-card-price .old-price {
    display: flex;
    align-items: center;
    gap: 8px;
}
.price-card-price .old-price p {
    color: #434e57;
    margin: 0;
    font-size: 20px;
}
.price-card-price .old-price span {
    background-color: #14b8a6;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px;
}
.price-card-price .new-price {
    display: flex;
    align-items: center;
    gap: 4px;
}
.price-card-price .new-price p {
    font-weight: 600;
    font-size: 36px;
    margin: 0;
}
.price-card-price .new-price span {
    color: #434e57;
}
.primary-btn {
    background-color: #1e272e;
    color: #fff;
    padding: 12px 24px;
    border-radius: 50rem;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}
.price-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.price-content li {
    font-size: 14px;
}
.features-list {
    --icon-size: 1rem;
    --icon-gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0 16px;
}
.features-list li:not(:last-child) {
    margin-bottom: 8px;
}
.features-list li {
    position: relative;
    padding-left: calc(var(--icon-size) + var(--icon-gap));
    line-height: 1.5;
    display: flex;
    gap: 0.4rem;
    align-items: center;
    text-align: left;
    white-space: nowrap;
}
.features-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--icon-size);
    height: var(--icon-size);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.features-list li > span {
    font-weight: 600;
}
.divider {
    width: 100%;
    height: 2px;
    background-color: #e2e8f0;
}
.ai-models {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
    padding: 0 16px;
}
.ai-models h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.ai-model-list {
    --icon-size: 1rem;
    --icon-gap: 0.5rem;
    list-style: none;
    margin: 0;
}
.ai-model-list li:not(:last-child) {
    margin-bottom: 8px;
}
.ai-model-list li {
    position: relative;
    padding-left: calc(var(--icon-size) + var(--icon-gap));
    line-height: 1.5;
    display: flex;
    gap: 0.4rem;
    align-items: center;
}
.ai-model-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--icon-size);
    height: var(--icon-size);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M10.6144 17.7956C10.277 18.5682 9.20776 18.5682 8.8704 17.7956L7.99275 15.7854C7.21171 13.9966 5.80589 12.5726 4.0523 11.7942L1.63658 10.7219C.868536 10.381.868537 9.26368 1.63658 8.92276L3.97685 7.88394C5.77553 7.08552 7.20657 5.60881 7.97427 3.75892L8.8633 1.61673C9.19319.821767 10.2916.821765 10.6215 1.61673L11.5105 3.75894C12.2782 5.60881 13.7092 7.08552 15.5079 7.88394L17.8482 8.92276C18.6162 9.26368 18.6162 10.381 17.8482 10.7219L15.4325 11.7942C13.6789 12.5726 12.2731 13.9966 11.492 15.7854L10.6144 17.7956ZM4.53956 9.82234C6.8254 10.837 8.68402 12.5048 9.74238 14.7996 10.8008 12.5048 12.6594 10.837 14.9452 9.82234 12.6321 8.79557 10.7676 7.04647 9.74239 4.71088 8.71719 7.04648 6.85267 8.79557 4.53956 9.82234ZM19.4014 22.6899 19.6482 22.1242C20.0882 21.1156 20.8807 20.3125 21.8695 19.8732L22.6299 19.5353C23.0412 19.3526 23.0412 18.7549 22.6299 18.5722L21.9121 18.2532C20.8978 17.8026 20.0911 16.9698 19.6586 15.9269L19.4052 15.3156C19.2285 14.8896 18.6395 14.8896 18.4628 15.3156L18.2094 15.9269C17.777 16.9698 16.9703 17.8026 15.956 18.2532L15.2381 18.5722C14.8269 18.7549 14.8269 19.3526 15.2381 19.5353L15.9985 19.8732C16.9874 20.3125 17.7798 21.1156 18.2198 22.1242L18.4667 22.6899C18.6473 23.104 19.2207 23.104 19.4014 22.6899ZM18.3745 19.0469 18.937 18.4883 19.4878 19.0469 18.937 19.5898 18.3745 19.0469Z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#enterprise .price-card {
    border: 2px solid #ef4444;
}
#enterprise .price-card-header {
    background-color: #ef4444;
}
.fake-clamp-2 {
    line-height: 1.5; /* satır yüksekliği */
    min-height: 3em; /* 2 satır yüksekliği (1.5 * 2) */
}
#enterprise .price-card-header .price-card-badge {
    background-color: #fff;
    color: #ef4444;
}
#enterprise .price-card-title h3 {
    color: #fff;
}
#enterprise .price-card-title p {
    color: #fee2e2;
}
#enterprise .primary-btn {
    background-color: #fff;
    color: #1e272e;
}
.pre-order-badge {
    background-color: transparent;
    color: #fff;
    padding: 8px 16px;
    border-radius: 50rem;
    font-size: 14px;
    border: 1px solid #fff;
    width: fit-content;
}
.title-area {
    display: flex;
    align-items: center;
    gap: 8px;
}
.title-area .pre-order-badge {
    color: #1e272e;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #cbd5e1;
}
.action-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}
.action-area .estimated-time {
    font-size: 12px;
    font-weight: 500;
    color: #1e272e;
    text-align: center;
    padding: 8px;
    border-radius: 50rem;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    width: 100%;
}
.gb-inner .gb-item:last-child .estimated-time {
    background-color: #dc2626 !important;
    border: 1px solid #dc2626 !important;
    color: #fff !important;
}
.gb-inner .gb-item:last-child .pre-order-badge {
    border: 1px solid #b91c1c !important;
    background-color: #b91c1c !important;
    color: #fff !important;
}
.btn-area {
    width: 100%;
    padding: 0 2rem 2rem 2rem;
}
.modal__panel .btn-area {
    display: flex;
    padding: 0;
    justify-content: flex-start;
    margin-top: 10px;
}
.modal__panel form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.modal__panel .btn-area button:last-child {
    background: #fff !important;
    color: #000;
}
/* Modal shell */
.modal {
    position: fixed;
    inset: 0;
    display: none;
}
.modal.open {
    display: block;
}

/* Overlay */
.modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* %50 siyah */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    backdrop-filter: blur(5px);
}

/* Panel */
.modal__panel {
    background: #fff;
    width: min(92vw, 520px);
    border-radius: 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25), 0 2px 10px rgba(0, 0, 0, 0.06);
    padding: 2rem;
}

.modal__title {
    font: 600 18px/1.4 system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial;
    color: #111827;
    margin: 0 0 6px;
}
.modal__desc {
    font: 400 14px/1.6 system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial;
    color: #6b7280;
    margin: 0 0 16px;
}

.modal__actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.btn-secondary {
    background: #f3f4f6;
    color: #111827;
    border: 1px solid #e5e7eb;
}
.btn-primary {
    background: #111827;
    color: #fff;
    border: 1px solid #111827;
}
.btn-primary,
.btn-secondary {
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
}

/* Small helper for focus ring */
.btn:focus,
.btn-primary:focus,
.btn-secondary:focus {
    outline: 2px solid #111827;
    outline-offset: 2px;
}
@media (max-width: 768px) {
    .features-list,
    .ai-models {
        padding: 0 8px !important;
    }
}
@media (max-width: 1259px) and (min-width: 991px) {
    .primary-btn {
        font-size: 14px;
    }
}
