:root {
    --bs-font-sans-serif: 'Poppins', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

:root,
[data-bs-theme=light] {
    --bs-primary: #27b2fd;
    --bs-secondary: #0dd0ae;
    --bs-dark: #1b2838;
    --bs-dark-dark: #14202e;
    --bs-yellow: #f5cc6a;
    --bs-yellow-dark: #edc463;
    --bs-blue-rgb: 46, 92, 158;
    --bs-blue: #69b9e4;
    --bs-green: #6cecb7;
    --bs-green-dark: #60e1ab;
    --bs-dark-gray: #5d6b7a;
    --bs-dark-gray-dark: #4b5865;
    --bs-light-gray: #f4f6f8;
    --bs-link-color: var(--bs-dark);
    --bs-link-hover-color: var(--bs-blue);
    --bs-link-hover-color-rgb: var(--bs-blue-rgb);
    --bs-pagination-color: var(--bs-link-color);
    --bs-link-color-rgb: var(--bs-dark);
    --bs-secondary-color: var(--bs-dark);

}

.bg-dark {
    background: var(--bs-dark) !important;
}

.list-group {
    --bs-list-group-active-bg: var(--bs-dark);
    --bs-list-group-active-border-color: var(--bs-dark-dark);
}

.btn-primary {
    --bs-btn-bg: var(--bs-dark);
    --bs-btn-border-color: var(--bs-dark-dark);

    --bs-btn-hover-bg: var(--bs-dark-dark);
    --bs-btn-hover-border-color: var(--bs-dark-dark);

    --bs-btn-active-bg: var(--bs-dark);
    --bs-btn-active-border-color: var(--bs-dark-dark);

    --bs-btn-disabled-bg: var(--bs-dark-gray);
    --bs-btn-disabled-border-color: var(--bs-dark-gray-dark);
}

.pagination {
    --bs-pagination-active-bg: var(--bs-dark);
    ;
    --bs-pagination-active-border-color: var(--bs-dark-dark);
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0 auto;
    font-family: var(--bs-font-sans-serif);
}

.sticky-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
}

.sticky-wrapper.is-sticky .navbar {
    background: var(--bs-dark);
}

nav.navbar {
    padding: 1.5rem;
}

nav .navbar-brand img {
    height: 3.75rem;
    width: auto;
}

nav.navbar-dark .navbar-nav .nav-link {
    color: var(--bs-white);
}

nav.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--bs-light);
}

nav.navbar .btn {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-right: 0.5rem;
}

nav.navbar-dark .navbar-nav .btn i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

nav.navbar-dark .navbar-nav .btn-contact {
    background-color: var(--bs-white);
    color: var(--bs-dark);
}

nav.navbar-dark .navbar-nav .btn-contact:hover {
    background-color: var(--bs-blue);
}

nav.navbar-dark .navbar-nav .btn-livechat {
    background-color: var(--bs-white);
    color: var(--bs-dark);
}

nav.navbar-dark .navbar-nav .btn-livechat:hover {
    background-color: var(--bs-green);
}

nav.navbar-dark .navbar-nav .btn-search {
    background-color: var(--bs-white);
    color: var(--bs-dark);
}

nav.navbar-dark .navbar-nav .btn-search:hover {
    background-color: var(--bs-blue);
}

nav.navbar-dark .navbar-nav .btn-search i {
    margin-right: 0;
}

nav.navbar-dark .navbar-nav .flag-icon {
    height: 38px;
    width: auto;
}

.nav-item.language .dropdown-menu {
    right: 0;
    left: auto;
    width: auto;
    min-width: 100%;
    margin-right: 8px;
}

.language .dropdown-toggle::after {
    display: none;
}

section.sub-header {
    background-image: linear-gradient(15deg, #1b2838 25%, #183359 100%);
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 120px 1rem 0 1rem;
    color: var(--bs-white);
    text-align: center;
    box-shadow: 0 0.125rem .25rem rgba(0, 0, 0, .075);
}

section.sub-header h1.text-center,
section.sub-header p.text-center {
    color: var(--bs-white);
}

/* footer {
    bottom: 0;
    box-shadow: 0 -.125rem .25rem rgba(0, 0, 0, .075);
} */

.btn-dark {
    background-color: var(--bs-dark);
    border: none;
}

.btn-dark:hover {
    background-color: var(--bs-dark-dark);
}

.text-dark,
.text-dark a {
    color: var(--bs-dark);
}

.text-dark a:hover {
    color: var(--bs-dark-dark);
}

.flex-list {
    display: flex;
    list-style: none;
    gap: 0.5rem;
    padding: 0;
    justify-content: center;
}

.flex-list li:last-child {
    margin-right: 0;
}

.domain-item .domain-image {
    min-height: 100px
}

main {
    flex: 1;
}

/* footer .copyright {
    text-align: center;
    padding: 1rem;
    background: var(--bs-light-gray);
    font-size: 0.85rem;
    justify-content: center;
}

footer .copyright a {
    color: var(--bs-dark);
}

footer .copyright a:hover {
    color: var(--bs-dark-dark);
}

footer .copyright i {
    font-size: 1.5rem;
} */

footer {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    padding-top: 3rem;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(92, 120, 231, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

footer .container {
    position: relative;
    z-index: 2;
}

.footer-logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d3436;
    text-decoration: none;
}

.footer-title {
    color: var(--bs-btn-hover-border-color);
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.quick-links .footer-title {
    margin-left: 1.25rem;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--bs-dark), transparent);
}

footer .contact-info {
    list-style: none;
    padding: 0;
}

footer .contact-info li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .contact-info i {
    color: var(--bs-dark);
    width: 20px;
}

footer .social-links {
    display: flex;
    gap: 15px;
    margin-top: 1.5rem;
}

footer .social-links a {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-dark);
    text-decoration: none;
    transition: all 0.3s ease;
}

footer .social-links a:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

footer .social-links i {
    font-size: 1.25rem;
}

footer .quick-links ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0;
    list-style: none;
}

footer .quick-links ul a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

footer .quick-links ul a:hover {
    transform: translateX(5px);
}

footer .quick-links ul a::before {
    content: '→';
    opacity: 0;
    transition: all 0.3s ease;
}

footer .quick-links ul a:hover::before {
    opacity: 1;
}

footer .btn-subscribe {
    background: linear-gradient(45deg, #6c5ce7, #a363d9);
    border: none;
    box-shadow: 0 2px 10px rgba(108, 92, 231, 0.2);
    padding: 0.8rem 2rem;
    border-radius: 10px;
    transition: all 0.3s ease;
}

footer .btn-subscribe:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(108, 92, 231, 0.3);
}

footer .footer-bottom {
    font-size: .85rem;
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

footer .footer-bottom p {
    margin: 0;
}

footer .footer-bottom a {
    text-decoration: none;
}

footer .footer-bottom a:hover {
    text-decoration: underline;
}

/* Contact */

.contact-wrapper {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.contact-wrapper .contact-info {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 2.5rem;
    color: var(--bs-dark);
}

.contact-wrapper .contact-info .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.contact-wrapper .contact-info .contact-item:hover {
    transform: translateX(10px);
}

.contact-wrapper .contact-info .contact-item .contact-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: var(--bs-white);
    color: var(--bs-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.contact-wrapper .contact-info .social-links {
    display: flex;
    gap: 15px;
    margin-top: 1.5rem;
}

.contact-wrapper .contact-info .social-links a {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    background: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-dark);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-wrapper .contact-info .social-links a:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.contact-wrapper .contact-info .social-links i {
    font-size: 1.25rem;
}

.contact-form {
    padding: 2.5rem;
}

.form-control {
    border-radius: 10px;
    padding: 12px 15px;
    border: 2px solid #eee;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #0062cc;
    box-shadow: none;
}

.form-label {
    font-weight: 500;
    margin-bottom: 8px;
}

.btn-submit {
    background: linear-gradient(135deg, #0062cc, #0096ff);
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 98, 204, 0.3);
}

@media (max-width: 768px) {
    .quick-links {
        grid-template-columns: 1fr;
    }
}

.share i {
    font-size: 1.5rem;
}

.domain-item {
    margin-bottom: 2rem;
    padding: 1rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: 0.375rem;
}

.domain-item img {
    max-width: 100%;
    height: auto;
}

.domain-item ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 1rem;
    padding: 0;
    list-style: none;
    text-align: left;
}

.domain-item h2 {
    text-align: left;
}

.domain-filters {
    margin: 27px 0 3rem 0;
    padding: 1.25rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: 0.375rem;
}

.list-group-item {
    margin-bottom: 0.75rem;
    padding: 1rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0.375rem;
}

.list-group-item img {
    max-width: 100%;
    height: auto;
}

.tag a {
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.25rem;
    font-size: 0.85rem;
    background: var(--bs-light-gray);
}

.grid-view {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 1rem;
    text-align: center;
}

.grid-view .list-group-item {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.grid-view .list-group-item .col-item {
    flex: 1;
    margin-bottom: 0.5rem;
}

.grid-view .list-group-item .col-item:last-child {
    margin-bottom: 0;
}

/* Domain Details */
.insights-box {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding: 0 2rem 2rem 2rem;
    border-radius: var(--bs-border-radius);
    text-align: justify;
}

#contactForm input,
#offerForm input {
    margin-bottom: 0.5rem;
}

.social-list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin-top: 1rem;
}

.social-list li {
    margin-right: 1rem;
}

.social-list li:last-child {
    margin-right: 0;
}

.social-list li i {
    margin-right: 0.5rem;
}

.social-list li a {
    text-decoration: none;
    color: var(--bs-dark);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: var(--bs-border-radius);
    padding: 0.375rem 0.5rem;
}

.purchase-options a {
    margin-bottom: 0.5rem;
    width: 100%;
}

.domain-info {
    /* margin-top: 3rem; */
}

.list-two-columns {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.list-two-columns li {
    width: 50%;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
}

/* .list-two-columns li:last-child {
    width: 100%;
} */

.legal div>ul>li {
    margin-top: 2rem;
}

.legal div>ul>li>ul>li,
.legal div>ul>li>ul>li>ul {
    margin-top: 1rem;
}

.legal ul li {
    list-style: none;
    margin-bottom: 1rem;
}

#cookieConsent {
    --bs-alert-margin-bottom: 0 !important;
    right: auto !important;
    animation: slideUp 0.5s ease-in-out;
    width: 100%;
}

.language .dropdown-menu {
    padding: 2px 0;
    border: 1px solid var(--bs-border-color);
}

.language .dropdown-menu img {
    margin-right: .5rem;
}

.news-image,
.blog-image {
    width: 100%;
    height: 700px;
    /* İstediğiniz yükseklik */
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.nav-item .input-group label,
.nav-item .input-group select {
    background-color: var(--bs-white);
}

.list-badge {
    width: 2rem;
    background-color: var(--bs-light-gray);
    border-radius: 0.375rem;
    text-align: center;
    font-size: 0.75em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}



footer ul.list-unstyled {
    margin: 0 auto;
}

footer ul.list-unstyled li {
    margin: 0.5em 0;
}

footer ul.list-unstyled a {
    text-decoration: none;
}

footer .list-arrow-styled {
    padding-left: 0;
    list-style: none;
}

footer ul.list-arrow-styled ul {
    margin: 0 auto;
}

footer ul.list-arrow-styled li {
    margin: 0.5em 0;
}

footer ul.list-arrow-styled li::before {
    content: "› ";
    font-weight: bold;
    font-size: 1.25rem;
}

footer ul.list-arrow-styled a {
    text-decoration: none;
}

ul.contact {
    margin: 0 auto;
}

ul.contact li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
}

ul.contact i {
    font-size: 1.5rem;
    width: 35px;
    flex-shrink: 0;
}

footer ul.contact {
    padding-left: 20px;
    padding-top: 36px;
}

.breadcrumb {
    margin: 0 auto;
}

.breadcrumb-nav {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 1rem;
    margin: 1rem 0 3rem 0;
    border-radius: 0.375rem;
}

ul li.list-group-item {
    margin: 0;
    border-radius: 0;
}

.image-container {
    display: block;
    width: 100%;
    min-height: 150px;
    background-size: cover;
    background-position: center center;
    /* Hem dikey hem yatay ortalar */
    background-repeat: no-repeat;
    /* Görselin tekrar etmesini engeller */
    border-radius: 0.375rem 0 0 0.375rem;
    /* Sol üst ve alt köşeleri yuvarlak yapar */
}

.min-h-news {
    min-height: 120px;
}

.min-h-blog {
    min-height: 90px;
}

.pagination {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-pagination-border-width: 0;
    border-radius: 0.375rem;
}

.shadow-sm {
    border-radius: 0.375rem;
}

.form-control,
.form-select {
    /* box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075); */
    border: solid 1px var(--bs-border-color);
}

.blockquote p::before {
    content: "❝";
    font-size: 2rem;
    margin-right: 5px;
}

.blockquote p::after {
    content: "❞";
    font-size: 2rem;
    margin-left: 5px;
}

.link-primary {
    color: var(--bs-blue) !important;
}

.link-primary:hover {
    color: var(--bs-dark) !important;
}

.link-primary:focus {
    color: var(--bs-dark) !important;
}

ul.post-meta {
    font-size: .85rem;
}

.alert ul {
    margin: 0 auto;
}

.xl-show {
    display: block !important;
}

.xl-hidden {
    display: none !important;
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

section.sub-header.contact {
    margin-top: 118px;
    padding: 0;
}

section.sub-header.contact iframe {
    height: 500px;
    border: 0;
}

.domain-filters .reset {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.domain-filters .reset i {
    font-size: 1.25rem;
    margin-right: 7px;
}

.domain-filters .form-check-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cursor-pointer {
    cursor: pointer;
}

@media (max-width: 1399px) {
    .min-h-news {
        min-height: 150px;
    }

    .min-h-blog {
        min-height: 110px;
    }

    .news-image,
    .blog-image {
        height: 603px;
    }
}

@media (max-width: 1199px) {
    .navbar {
        background: var(--bs-dark);
    }

    .navbar-toggler {
        border: 0;
        padding: 0;
        cursor: pointer;
        margin: 0;
        width: 30px;
        height: 35px;
        outline: none;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background: transparent;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
        transition: top 300ms 50ms ease, transform 300ms 350ms ease;
        transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
        top: 0;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
        transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
        transform: rotate(-45deg);
    }

    .navbar-toggler .navbar-toggler-icon {
        background: var(--bs-white);
        transition: background 10ms 300ms ease;
        display: block;
        width: 30px;
        height: 2px;
        position: relative;
    }

    .navbar-toggler .navbar-toggler-icon:before,
    .navbar-toggler .navbar-toggler-icon:after {
        transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
        transition: top 300ms 350ms ease, transform 300ms 50ms ease;
        transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
        position: absolute;
        right: 0;
        left: 0;
        background: var(--bs-white);
        width: 30px;
        height: 2px;
        content: '';
    }

    .navbar-toggler .navbar-toggler-icon::before {
        top: -8px;
    }

    .navbar-toggler .navbar-toggler-icon::after {
        top: 8px;
    }

    .social-list {
        flex-direction: column;
        text-align: center;
        margin-bottom: 1rem;
    }

    .social-list li {
        margin-bottom: 1rem;
        margin-right: 0;
    }

    nav.navbar .btn {
        margin: 1rem 0;
        margin-right: 0;
        padding: 1rem 0;
        justify-content: center;
    }

    .nav-item .input-group label,
    .nav-item .input-group select {
        margin: 1rem 0;
        padding: 1rem;
        justify-content: center;
    }

    .nav-item.language,
    .nav-item.language .dropdown-menu {
        text-align: center;
        padding: 0.8rem 0;
    }

    .list-view .list-group-item .row {
        flex-direction: column;
        text-align: center;
    }

    .list-view .list-group-item .col-md-2,
    .list-view .list-group-item .col-md-6,
    .list-view .list-group-item .col-md-2 {
        margin-bottom: 0.5rem;
    }

    .list-view .list-group-item .col-md-2:last-child {
        margin-bottom: 0;
    }

    .grid-view .list-group-item {
        display: block;
    }

    .grid-view .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .domain-item {
        text-align: center;
    }

    .domain-info {
        margin-top: 0;
    }

    .min-h-news {
        min-height: auto;
    }

    .min-h-blog {
        min-height: auto;
    }

    .news-image,
    .blog-image {
        height: 506px;
    }

    .xl-show {
        display: none !important;
    }

    .xl-hidden {
        display: block !important;
    }

    .col-xl-mt-3 {
        margin-top: 3rem;
    }

    footer ul.contact li {
        flex-direction: column;
        align-items: center;
    }

    footer ul.contact li i {
        margin-bottom: .5rem;
    }

    section.sub-header.contact iframe {
        height: 400px;
    }

}

@media (max-width: 991px) {
    .news-image,
    .blog-image {
        height: 377px;
    }

    ul.contact li {
        flex-direction: column;
        align-items: center;
    }

    ul.contact li i {
        margin-bottom: .5rem;
    }

    .domain-item ul {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }

    .domain-item h2 {
        text-align: center;
    }

    #toggleViewBtn {
        display: none;
    }
}

@media (max-width: 767px) {
    .news-image,
    .blog-image {
        height: 278px;
    }
}

@media (max-width: 575px) {
    nav .navbar-brand img {
        height: 2.75rem;
        width: auto;
    }

    section.sub-header {
        padding: 100px 1rem 0 1rem;
        min-height: 300px;
    }

    section.sub-header p {
        font-size: 0.85rem;
    }

    section.sub-header.contact {
        margin-top: 100px;
        height: 200px;
    }
}

@media (max-width: 424px) {
    nav .navbar-brand img {
        height: 2.5rem;
        width: auto;
    }

    section.sub-header {
        padding: 90px 1rem 0 1rem;
        min-height: 290px;
    }

    section.sub-header.contact {
        margin-top: 90px;
    }
}

@media (max-width: 377px) {
    nav .navbar-brand img {
        height: 2rem;
        width: auto;
    }

    section.sub-header {
        padding: 80px 1rem 0 1rem;
        min-height: 280px;
    }

    section.sub-header.contact {
        margin-top: 80px;
    }
}

@media (max-width: 303px) {
    section.sub-header {
        padding: 140px 1rem 0 1rem;
        min-height: 300px;
    }

    .navbar .container-fluid {
        display: flex;
        justify-content: center;
    }

    section.sub-header.contact {
        margin-top: 140px;
    }
}
