:root {
    --brand-red: #d71920;
    --screenshots-arrow-left-offset: 60px; /* soldan dışa taşıma */
    --screenshots-arrow-right-offset: 20px; /* sağdan dışa taşıma */
}

.btn-brand {
    background: var(--brand-red) !important;
    border-color: var(--brand-red) !important;
    color: #fff;
}

.preloader {
    display: none;
}

.page-wrapper {
    opacity: 1;
}

/* Sepet butonları için düzenleme */
.cart-panel .btns-boxed {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 16px;
}
.cart-panel .btns-boxed li {
    flex: 1;
    list-style: none;
}
.cart-panel .btns-boxed a {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: var(--brand-red, #d71920);
    color: #fff;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    font-size: 1em;
    transition: background 0.2s;
}
.cart-panel .btns-boxed a:hover {
    background: #b4151a;
}
.payment-methods {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.payment-methods img {
    width: auto;
    transition: opacity 0.3s ease;
    display: inline-block;
    vertical-align: middle;
}

.payment-methods img[alt="Visa"] {
    height: 50px;
}

.payment-methods img[alt="MasterCard"] {
    height: 20px;
}

.payment-methods img[alt="Troy"] {
    height: 20px;
}

.payment-methods img:hover {
    opacity: 0.8;
}

/* Mobil görünüm için */
@media (max-width: 768px) {
    .payment-methods {
        justify-content: center;
    }
}

.modal-header {
    border-bottom: 1px solid #dee2e6;
    background: #f8f9fa;
    position: relative;
    padding: 1rem;
}

.modal-title {
    font-weight: 600;
    color: #333;
    margin-right: 2rem;
}

.btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 30px !important;
    height: 30px !important;
    padding: 0;
    margin: 0;
    opacity: 1;
    background: transparent;
    border: none;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-close::before,
.btn-close::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #333;
    border-radius: 1px;
}

.btn-close::before {
    transform: rotate(45deg);
}

.btn-close::after {
    transform: rotate(-45deg);
}

.btn-close:hover::before,
.btn-close:hover::after {
    background-color: #000;
}

.modal-dialog {
    margin: 1.75rem auto;
    max-width: 90%;
}

.modal-content {
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
    .modal-dialog {
        margin: 1rem auto;
        padding: 0 15px;
    }

    .btn-close {
        width: 24px !important;
        height: 24px !important;
    }

    .btn-close::before,
    .btn-close::after {
        width: 16px;
    }

    #pdfViewer iframe {
        height: 70vh;
    }
}

#pdfViewer {
    position: relative;
    min-height: 400px;
    background: #f8f9fa;
}

.pdf-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.1em;
    color: #666;
    z-index: 1;
    background: rgba(248, 249, 250, 0.95);
    padding: 2rem !important;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.pdf-loading .spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.25em;
}

#pdfViewer iframe {
    border: none;
    width: 100%;
    height: 80vh;
    max-height: 800px;
    background: #fff;
}

.distance-sales {
    padding: 20px;
}

.distance-sales .title {
    margin-bottom: 30px;
    color: #333;
}

.distance-sales .sec-title {
    margin-top: 25px;
    margin-bottom: 15px;
}

.distance-sales .sec-title h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.distance-sales p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #333;
}

.distance-sales strong {
    font-weight: 600;
    color: #333;
}

.distance-sales .table-container {
    margin: 20px 0;
    overflow-x: auto;
}

.distance-sales table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.distance-sales table th,
.distance-sales table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    color: #333;
}

.distance-sales table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.distance-sales table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.privacy-policy {
    padding: 20px;
}

.privacy-policy .title {
    margin-bottom: 30px;
    color: var(--primary);
}

.privacy-policy .sec-title {
    margin-top: 25px;
    margin-bottom: 15px;
}

.privacy-policy .sec-title h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.privacy-policy p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #333;
}

.privacy-policy .list-style-one {
    margin-bottom: 20px;
    padding-left: 20px;
}

.privacy-policy .list-style-one li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #333;
}

.privacy-policy .list-style-one li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
}

.privacy-policy .theme-btn {
    color: #333;
    text-decoration: underline;
}

.privacy-policy a {
    color: #333;
    text-decoration: underline;
}

.privacy-policy strong {
    font-weight: 600;
    color: #333;
}

.shipping-returns {
    padding: 20px;
}

.shipping-returns .title {
    margin-bottom: 30px;
    color: #333;
}

.shipping-returns .sec-title {
    margin-top: 25px;
    margin-bottom: 15px;
}

.shipping-returns .sec-title h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.shipping-returns p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #333;
}

.shipping-returns strong {
    font-weight: 600;
    color: #333;
}

.shipping-returns .list-style-one {
    margin-bottom: 20px;
    padding-left: 20px;
}

.shipping-returns .list-style-one li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #333;
}

.shipping-returns .list-style-one li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
}

.shipping-returns a {
    color: #333;
    text-decoration: underline;
}

/* Contact page styles */
.contact-form-section {
    padding: 80px 0;
}

.contact-form-section .inner-column {
    margin-bottom: 60px;
}

.contact-map-section {
    padding: 50px 0;
    position: relative;
    margin-top: -60px; /* Negatif margin ile yukarı çekiyoruz */
}

.map-info-boxed {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.info-column .inner-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-column .inner-column ul li {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.info-column .inner-column ul li:last-child {
    border-bottom: none;
}

.info-column .inner-column ul li .icon {
    margin-right: 15px;
    color: var(--primary);
    font-size: 24px;
}

.info-column .inner-column ul li strong {
    display: block;
    margin-bottom: 5px;
    color: var(--primary);
}

.info-column .inner-column ul li a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-column .inner-column ul li a:hover {
    color: var(--primary);
}

/* Contact page styles */
.contact-form-section {
    padding: 80px 0;
    text-align: center;
}

.contact-form-section .inner-column {
    margin-bottom: 120px;
}

.contact-form-section .sec-title {
    display: inline-block;
    margin: 0 auto;
}

.contact-form-section .sec-title h2 {
    display: block;
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}

.contact-map-section {
    padding: 50px 0;
    position: relative;
}

.map-info-boxed {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.info-column .inner-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-column .inner-column ul li {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.info-column .inner-column ul li:last-child {
    border-bottom: none;
}

.info-column .inner-column ul li .icon {
    margin-right: 15px;
    color: var(--primary);
    font-size: 24px;
}

.info-column .inner-column ul li strong {
    display: block;
    margin-bottom: 5px;
    color: var(--primary);
}

.info-column .inner-column ul li a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-column .inner-column ul li a:hover {
    color: var(--primary);
}

/* Büyük ikonlar için */
.big-icon {
    font-size: 2.5rem;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.logo_footer {
    height: 25px !important;
}

/* Contact form specific styles moved from inline blade */
.contact-message {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    color: #222;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    min-height: 140px;
}
.contact-message::placeholder {
    color: #666;
    font-weight: 600;
    opacity: 1;
}
.contact-error {
    display: none;
    color: #721c24;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 10px 12px;
    border-radius: 6px;
    margin-top: 0.75rem;
    font-weight: 800;
    font-size: 1rem;
    position: relative;
}
.contact-error .contact-error-close {
    position: absolute;
    right: 8px;
    top: 6px;
    background: transparent;
    border: none;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    color: #721c24;
}
.contact-error .contact-error-close:focus {
    outline: none;
}
.contact-error .contact-error-text {
    display: block;
    padding-right: 26px; /* room for the close button */
}

/* Make placeholder and message text more readable */
#contact-message {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    color: #222;
}
#contact-message::placeholder {
    color: #666;
    font-weight: 600;
    opacity: 1; /* ensure weight applies in most browsers */
}
/* Stronger error text */
#contact-message-error {
    font-weight: 700;
    color: #c9302c;
}

.flaticon-shopping-bag-1 {
    color: #ff0000;
    /* increase base size and make the glyph appear thicker */
    font-size: 0.9rem !important;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* subtle stroke for WebKit and extra weight via text-shadow for broader support */
    -webkit-text-stroke: 0.9px rgba(0, 0, 0, 0.12);
}

/* Make the shopping bag inside header/cart slightly larger than inline uses */
.cart-box .flaticon-shopping-bag-1,
.cart-box-btn .flaticon-shopping-bag-1 {
    font-size: 1.35rem !important;
}
.icon.flaticon-menu.mobile,
.mobile-nav-toggler .icon.flaticon-menu,
.nav-btn .icon.flaticon-menu,
.nav-outer .mobile-nav-toggler .icon.flaticon-menu {
    color: #ff0000 !important;
}

.pricing-block .inner-box.basic-plan {
    background: #d71920 !important;
    background-color: #d71920 !important;
    background-image: none !important;
    box-shadow: none !important;
    position: relative;
}
.pricing-block .inner-box.basic-plan .price span {
    color: #fff !important;
}

.pricing-block .inner-box.basic-plan:hover {
    background: white !important;
    background-color: white !important;
    background-image: none !important;
    box-shadow: none !important;
}
.pricing-block .inner-box.basic-plan::before,
.pricing-block .inner-box.basic-plan::after {
    display: none !important;
    content: none !important;
}
.pricing-block .inner-box.basic-plan .price span {
    color: #fff !important;
}
.pricing-block .inner-box.basic-plan:hover .price span {
    color: #d71920 !important;
}
.pricing-block .inner-box.basic-plan .price span:hover {
    color: #d71920 !important;
}

/* Pricing-block butonları için özel stil - Kırmızı çizgiyi beyaz yap */
.pricing-block .inner-box .btn-style-one::after {
    border-bottom: 55px solid #ffffff !important; /* Beyaz çizgi */
    border-left: 30px solid transparent !important;
}

.pricing-block .inner-box .btn-style-one:hover::after {
    border-bottom: 55px solid #d71920 !important; /* Hover'da kırmızı çizgi */
    border-left: 30px solid transparent !important;
}

/* Daha spesifik selector - Ana CSS'i override etmek için */
.pricing-section .pricing-block .inner-box .btn-style-one::after {
    border-bottom: 55px solid #ffffff !important;
    border-left: 30px solid transparent !important;
}

.pricing-section .pricing-block .inner-box .btn-style-one:hover::after {
    border-bottom: 55px solid #d71920 !important;
    border-left: 30px solid transparent !important;
}

/* Pricing butonları için inline CSS - En yüksek öncelik */
.pricing-section .pricing-block .inner-box .btn-one-outer::before {
    border-left: 2px solid #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
}

.pricing-section .pricing-block .inner-box .btn-one-outer:hover::before {
    border-left: 2px solid #d71920 !important;
    border-bottom: 2px solid #d71920 !important;
}

.how-icon .flaticon-user,
.how-icon .flaticon-settings,
.how-icon .flaticon-graph,
.how-icon .flaticon-shopping-cart,
.how-icon .flaticon-plus,
.how-icon .flaticon-target,
.how-icon .flaticon-lock,
.how-icon .flaticon-timetable,
.how-icon .flaticon-message,
.how-icon .flaticon-monitor,
.how-icon .flaticon-shopping-cart-1,
.how-icon .flaticon-money-bag,
.how-icon .flaticon-phone-call,
.how-icon .flaticon-file,
.how-icon .flaticon-fitness-1,
.how-icon .flaticon-avatar,
.how-icon .flaticon-network,
.how-icon .flaticon-eye,
.how-icon .flaticon-smartphone,
.how-icon .flaticon-full-screen {
    font-size: 56px;
    line-height: 1;
    display: inline-block;
    color: #d71920;
}

/* Aboutus sayfası başlıkları için özel stil */
.about-section .sec-title h2,
.choose-section .sec-title h2 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 1.5rem !important;
    color: #d71920 !important;
}

/* Misyon ve vizyon başlıkları için daha büyük stil */
.choose-section .content-column .sec-title h2 {
    font-size: 2.2rem !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 1rem !important;
}

/* Aboutus sayfasındaki text sınıfları için daha görünür renk */
.about-section .content-column .text,
.choose-section .content-column .text {
    color: #333333 !important;
    font-weight: 500 !important;
    font-size: 1.1rem !important;
    line-height: 1.7 !important;
}

/* Hizmet anlayışımız bölümündeki ikonları kırmızı yap */
.choose-section .content-column .icon-box .icon {
    color: #d71920 !important;
    font-size: 3rem !important;
}

/* Hizmet anlayışımız bölümündeki başlıkları kalın ve siyah yap */
.choose-section .content-column h4 {
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: 1.3rem !important;
    margin-bottom: 1rem !important;
}

/* Hizmet anlayışımız bölümündeki açıklamaları daha ince yap */
.choose-section .content-column .text {
    color: #666666 !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

/* Contact form başlığını kırmızı yap */
.contact-form-section .sec-title h2 {
    color: #d71920 !important;
    font-weight: 700 !important;
}

/* Page title başlığını beyaz yap */
.page-title .main-title {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Map bölümündeki text alanlarını daha koyu yap */
.contact-map-section .map-info-boxed ul li {
    color: #333333 !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
}

.contact-map-section .map-info-boxed ul li a {
    color: #333333 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.contact-map-section .map-info-boxed ul li a:hover {
    color: #d71920 !important;
}

/* Modules summary bölümündeki ikonları kırmızı yap */
.schedule-column .inner-column .icon-box .icon {
    color: #d71920 !important;
    font-size: 2.5rem !important;
    display: block !important;
    margin-bottom: 1rem !important;
}

/* Sidebar page bölümündeki h2 başlığını siyah yap */
.sidebar-page-container .section-title,
.classes-detail .section-title,
.lower-content .section-title,
.sidebar-page-container h2.section-title,
.classes-detail h2.section-title,
.lower-content h2.section-title {
    color: #222222 !important;
    font-weight: 700 !important;
    font-size: 2rem !important;
    line-height: 1.2em !important;
    margin-bottom: 1.5rem !important;
}

/* Sidebar bölümünü beyaz yap ve içerik renklerini uyarla */
.xs-sidebar-widget {
    background-color: #ffffff !important;
}

.sidebar-info-contents {
    background-color: #ffffff !important;
}

.sidebar-info-contents .content-inner .content-box h2 {
    color: #222222 !important;
    font-weight: 700 !important;
}

.sidebar-info-contents .content-inner .content-box .text {
    color: #555555 !important;
    font-weight: 400 !important;
}

.sidebar-info-contents .content-inner .contact-info h2 {
    color: #222222 !important;
    font-weight: 700 !important;
}

.sidebar-info-contents .content-inner .contact-info ul li {
    color: #555555 !important;
    font-weight: 400 !important;
}

.sidebar-info-contents .content-inner .contact-info ul li a {
    color: #d71920 !important;
    font-weight: 500 !important;
}

.sidebar-info-contents .content-inner .contact-info ul li .icon {
    color: #d71920 !important;
}

/* Tüm iletişim bilgilerini aynı boyutta kırmızı yap */
.sidebar-info-contents .content-inner .contact-info ul li {
    color: #d71920 !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
}

/* Sidebar logoyu kırmızı yap */
.sidebar-info-contents .content-inner .logo a {
    filter: hue-rotate(0deg) saturate(2) brightness(0.8) !important;
}

.sidebar-info-contents .content-inner .logo img {
    filter: hue-rotate(0deg) saturate(2) brightness(0.8) !important;
}

/* Footer ikonlarını beyaz yap */
.main-footer .footer-widget ul li .icon {
    color: #ffffff !important;
}

/* Footer metinlerini beyaz yap */
.main-footer .footer-widget ul li {
    color: #ffffff !important;
}

.main-footer .footer-widget ul li a {
    color: #ffffff !important;
}

/* Mobil menü scroll'unu daha belirgin yap */
.mobile-menu .menu-box {
    overflow-y: auto !important;
    scrollbar-width: auto !important;
    scrollbar-color: #d71920 #f1f1f1 !important;
}

.mobile-menu .menu-box::-webkit-scrollbar {
    width: 12px !important;
}

.mobile-menu .menu-box::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 6px !important;
}

.mobile-menu .menu-box::-webkit-scrollbar-thumb {
    background: #d71920 !important;
    border-radius: 6px !important;
}

.mobile-menu .menu-box::-webkit-scrollbar-thumb:hover {
    background: #b0151a !important;
}

/* Mobil menü içeriği için scroll alanı */
.mobile-menu .menu-outer {
    max-height: 70vh !important;
    overflow-y: auto !important;
    scrollbar-width: auto !important;
    scrollbar-color: #d71920 #f1f1f1 !important;
}

.mobile-menu .menu-outer::-webkit-scrollbar {
    width: 12px !important;
}

.mobile-menu .menu-outer::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 6px !important;
}

.mobile-menu .menu-outer::-webkit-scrollbar-thumb {
    background: #d71920 !important;
    border-radius: 6px !important;
}

.mobile-menu .menu-outer::-webkit-scrollbar-thumb:hover {
    background: #b0151a !important;
}

/* İstatistik + işareti stili */
.counter-section-two .plus-sign {
    font-size: 0.8em !important;
    font-weight: bold !important;
    color: inherit !important;
    margin-left: 2px !important;
}

/* Pazarlama Sistemleri Bölümü Stilleri */
.marketing-systems-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.marketing-systems-section .sec-title {
    margin-bottom: 50px;
}

.marketing-systems-section .sec-title h2 {
    color: #d71920;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.marketing-systems-section .sec-title .text {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.marketing-block {
    margin-bottom: 30px;
}

.marketing-block .inner-box {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.marketing-block .inner-box:hover {
    transform: translateY(-5px);
}

.marketing-block .image-box {
    position: relative;
    overflow: hidden;
}

.marketing-block .image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.marketing-block:hover .image img {
    transform: scale(1.05);
}

.marketing-block .overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(215, 25, 32, 0.9), rgba(0,0,0,0.8));
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marketing-block:hover .overlay-box {
    opacity: 1;
}

.marketing-block .overlay-inner {
    padding: 30px;
    text-align: center;
    color: #ffffff;
}

.marketing-block .overlay-inner h4 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.marketing-block .overlay-inner p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.marketing-block .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.marketing-block .feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1rem;
}

.marketing-block .feature-list .icon {
    color: #d71920;
    margin-right: 10px;
    font-size: 1.2rem;
}

/* Benefits Section */
.benefits-section {
    margin-top: 60px;
}

.benefit-box {
    text-align: center;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    height: 100%;
}

.benefit-box:hover {
    transform: translateY(-5px);
}

.benefit-box .icon-box {
    margin-bottom: 20px;
}

.benefit-box .icon {
    font-size: 3rem;
    color: #d71920;
}

.benefit-box h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.benefit-box p {
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
}

/* Problem Solution Stili */
.problem-solution {
    background: #ffe6e6;
    border: 1px solid #ff9999;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #cc0000;
    font-weight: 500;
    position: relative;
}

.problem-solution:before {
    content: "⚠️";
    margin-right: 8px;
    font-size: 1.1rem;
}

/* Pazarlama bölümü ikonları için stil */
.marketing-systems-section .featured-block .icon {
    font-size: 2rem !important;
    color: #333333 !important;
    display: inline-block !important;
    margin-right: 15px !important;
    vertical-align: middle !important;
    font-family: "Flaticon" !important;
}

/* Turnike ikonu için özel stil - internet/online ikonu */
.turnstile-icon:before {
    content: "\f127" !important;
    font-family: "Flaticon" !important;
    font-size: 2rem !important;
    color: #333333 !important;
}

/* Dolap ikonu için özel stil */
.locker-icon:before {
    content: "\f131" !important;
    font-family: "Flaticon" !important;
    font-size: 2rem !important;
    color: #333333 !important;
}

/* CRM Popup Styles */
.crm-popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease-in-out;
}

.crm-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.crm-popup-container {
    position: relative;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideInUp 0.4s ease-out;
}

.crm-popup-content {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}

.crm-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f8f9fa;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    color: #6c757d;
    font-size: 18px;
}

.crm-popup-close:hover {
    background: #e9ecef;
    color: #dc3545;
    transform: scale(1.1);
}

.crm-popup-header {
    background: linear-gradient(135deg, #d71920 0%, #ff6b6b 100%);
    color: white;
    padding: 30px 30px 20px 30px;
    text-align: center;
    position: relative;
}

.crm-popup-icon {
    font-size: 3rem;
    margin-bottom: 15px;
    opacity: 0.9;
}

.crm-popup-header h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.crm-popup-subtitle {
    font-size: 1rem;
    opacity: 0.9;
    margin: 0;
    line-height: 1.4;
}

.crm-popup-problems {
    padding: 30px;
    background: #f8f9fa;
}

.crm-popup-problems h3 {
    color: #d71920;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.problems-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.problems-list li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.problems-list li:last-child {
    border-bottom: none;
}

.problems-list li:hover {
    background: #ffffff;
    padding-left: 10px;
    border-radius: 8px;
}

.problems-list li i {
    font-size: 1.2rem;
    margin-right: 15px;
    width: 20px;
    text-align: center;
}

.problems-list li span {
    font-size: 1rem;
    color: #495057;
    line-height: 1.4;
}

.crm-popup-solution {
    padding: 30px;
    background: #ffffff;
    text-align: center;
}

.crm-popup-solution h3 {
    color: #28a745;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.crm-popup-solution p {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 25px;
}

.crm-popup-cta {
    margin-top: 20px;
}

.crm-popup-whatsapp-btn {
    background: #25d366;
    border: none;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.crm-popup-whatsapp-btn:hover {
    background: #20c55a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.crm-popup-whatsapp-btn i {
    font-size: 1.2rem;
}

.crm-popup-footer {
    background: linear-gradient(135deg, #d71920 0%, #ff6b6b 100%);
    padding: 20px 30px;
    text-align: center;
    border-top: 1px solid #e9ecef;
}

.crm-popup-footer-text {
    color: #ffffff;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Main Slider Arrow Buttons - Tema Kırmızısı */
.main-slider .metis.tparrows {
    background-color: var(--brand-red, #d71920) !important;
    border: 2px solid var(--brand-red, #d71920) !important;
    transition: all 0.3s ease !important;
}

.main-slider .metis.tparrows:before {
    color: #ffffff !important;
}

.main-slider .metis.tparrows:hover {
    background-color: #ffffff !important;
    border-color: var(--brand-red, #d71920) !important;
}

.main-slider .metis.tparrows:hover::before {
    color: var(--brand-red, #d71920) !important;
}

/* Blog Başlıkları - Siyah Renk */
.blog-single .lower-content h1,
.blog-single .lower-content h2,
.blog-single .lower-content h3,
.blog-single .lower-content h4,
.blog-single .lower-content h5,
.blog-single .lower-content h6 {
    color: #000000 !important;
    font-weight: 600 !important;
}

.blog-single .lower-content h1 {
    font-size: 2.2rem !important;
    margin-bottom: 1.5rem !important;
}

.blog-single .lower-content h2 {
    font-size: 1.8rem !important;
    margin-bottom: 1.2rem !important;
}

.blog-single .lower-content h3 {
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
}

.blog-single .lower-content h4 {
    font-size: 1.3rem !important;
    margin-bottom: 0.8rem !important;
}

.blog-single .lower-content h5 {
    font-size: 1.1rem !important;
    margin-bottom: 0.6rem !important;
}

.blog-single .lower-content h6 {
    font-size: 1rem !important;
    margin-bottom: 0.5rem !important;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .crm-popup-container {
        width: 95%;
        margin: 20px;
    }
    
    .crm-popup-header {
        padding: 25px 20px 15px 20px;
    }
    
    .crm-popup-header h2 {
        font-size: 1.5rem;
    }
    
    .crm-popup-problems,
    .crm-popup-solution {
        padding: 20px;
    }
    
    .crm-popup-footer {
        padding: 15px 20px;
    }
    
    .crm-popup-whatsapp-btn {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

/* Mobil menü alt kısmına boşluk ekle */
.mobile-menu .menu-outer {
    padding-bottom: 30px !important;
}

.mobile-menu .menu-outer ul li:last-child {
    margin-bottom: 20px !important;
}

/* Sidebar X işaretini görünür yap */
.xs-sidebar-widget .widget-heading .close-side-widget {
    color: #d71920 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    border: 2px solid #d71920 !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 9999 !important;
    line-height: 1 !important;
}

.xs-sidebar-widget .widget-heading .close-side-widget:hover {
    background: #d71920 !important;
    color: #ffffff !important;
}
.icon-red {
    color: #d71920;
}

.features-section .inner-box h6 {
    color: #111 !important; /* koyu siyah */
    font-weight: 700 !important; /* daha kalın */
}

.features-section .icon-box .text {
    color: #111 !important;
}

.how-it-works .auto-container .row h4 {
    color: #111 !important;
    font-weight: 700 !important; /* daha kalın */
}

.how-it-works .auto-container .row p {
    color: #111 !important;
}

.screenshots-slider .custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.45);
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.screenshots-slider .custom-prev {
    left: 10px;
}
.screenshots-slider .custom-next {
    right: 10px;
}
.screenshots-slider .custom-arrow:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.15);
}
.screenshots-slider .custom-arrow i {
    font-size: 16px;
}

/* arrows visibility & positioning for screenshots slider */
:root {
    --screenshots-arrow-left-offset: 60px; /* soldan dışa taşıma */
    --screenshots-arrow-right-offset: 20px; /* sağdan dışa taşıma */
}

.screenshots-slider {
    position: relative;
}

/* ensure slick arrows show */
.screenshots-slider .slick-arrow,
.screenshots-slider .custom-arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    z-index: 30;
    border: 0;
    cursor: pointer;
}
.screenshots-slider .custom-prev {
    left: calc(-1 * var(--screenshots-arrow-left-offset)) !important;
}
.screenshots-slider .custom-next {
    right: calc(-1 * var(--screenshots-arrow-right-offset)) !important;
}

.screenshots-slider .slick-arrow i,
.screenshots-slider .custom-arrow i {
    font-size: 16px;
}

/* responsive tweaks */
@media (max-width: 768px) {
    .screenshots-slider .custom-prev,
    .screenshots-slider .custom-next {
        width: 36px;
        height: 36px;
        background: rgba(0, 0, 0, 0.35);
    }
    :root {
        --screenshots-arrow-left-offset: 28px;
        --screenshots-arrow-right-offset: 18px;
    }
}

.screenshots-slider .slide {
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-sizing: border-box;
}
.screenshots-slider .slide img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* slick arrows/pagination small tweaks (optional) */
.slick-prev,
.slick-next {
    z-index: 5;
}

/* Arrow offset variables - ayarlamak için buradaki değerleri değiştirin */
:root {
    --screenshots-arrow-left-offset: 60px; /* sol ok için dışa mesafe (ör. +40px) */
    --screenshots-arrow-right-offset: 20px; /* sağ ok için dışa mesafe */
}
/* ensure container is positioned so absolute arrows align relative to it */
.screenshots-slider {
    position: relative;
}

/* Move arrows outward separately - negatif değer okları container dışına taşır */
.screenshots-slider .custom-prev {
    left: calc(-1 * var(--screenshots-arrow-left-offset)) !important;
}

.screenshots-slider .custom-next {
    right: calc(-1 * var(--screenshots-arrow-right-offset)) !important;
}

/* İsterseniz farklı breakpoint'lerde ayrı değerler de tanımlayabilirsiniz */
@media (max-width: 768px) {
    :root {
        --screenshots-arrow-left-offset: 12px;
        --screenshots-arrow-right-offset: 12px;
    }
}

.screenshots-slider,
.screenshots-slider .slick-list,
.screenshots-slider .slick-track {
    display: block; /* ensure default flow for slick, we'll center slides individually */
}

.screenshots-slider .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 8px; /* slide iç boşluk, isteğe göre ayarla */
    box-sizing: border-box;
}

.screenshots-slider .slick-slide img,
.screenshots-slider .slide img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Mobilde ekstra padding ile görselin kenara yapışmasını engelle */
@media (max-width: 768px) {
    .screenshots-slider .slick-slide {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .screenshots-slider .slick-list {
        padding: 0 !important;
    }
}

.text-dark {
    color: #222 !important;
}
.fw-medium {
    font-weight: 500 !important;
}
.border-white {
    border-color: white !important;
}
.fs-sm {
    font-size: 14px !important;
}
.lh-sm {
    line-height: 1.4 !important;
}
.gap-px {
    gap: 8px !important;
}
.bg-white {
    background: #fff;
}
.ms-text {
    font-size: 14px;
    line-height: 1.4;
}

.slide-caption {
    position: absolute;
    left: 5% !important;
    bottom: 10% !important;
    max-width: 48% !important;
    color: #fff !important;
    text-align: left !important;
    z-index: 60 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(12px) !important;
    transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s;
    pointer-events: none !important;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45) !important;
}

/* başlık ve açıklama stilleri (öncelikli) */
.slide-caption .slide-title {
    color: #ffffff !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    margin: 0 0 10px !important;
    line-height: 1.05 !important;
}
.slide-caption .slide-text {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

/* sadece aktif / görünür slide'ın caption'ını göster */
.rev_slider ul li.active-revslide .slide-caption,
.rev_slider ul li.rev-slide-active .slide-caption,
.rev_slider ul li.rs-active .slide-caption,
.rev_slider ul li[aria-hidden="false"] .slide-caption,
.rev_slider .tp-revslider-slidesli[aria-hidden="false"] .slide-caption {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

/* responsive: mobilde alt ve daha küçük yazı */
@media (max-width: 768px) {
    .slide-caption {
        left: 4% !important;
        bottom: 6% !important;
        max-width: 88% !important;
    }
    .slide-caption .slide-title {
        font-size: 22px !important;
    }
    .slide-caption .slide-text {
        font-size: 14px !important;
    }
}

/* Featured Products Section Styles */
.featured-products-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.featured-products-section .sec-title {
    margin-bottom: 50px;
}

.featured-products-section .sec-title h2 {
    color: #222222 !important;
    font-size: 2.5rem;
    font-weight: 700 !important;
    line-height: 1.2em !important;
    margin-top: 15px !important;
    margin-bottom: 20px;
    text-transform: uppercase !important;
}

.featured-products-section .sec-title .text {
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.featured-products-section .single-product-item {
    margin-bottom: 30px;
}

.featured-products-section .img-holder {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.featured-products-section .img-holder:hover {
    transform: translateY(-5px);
}

.featured-products-section .img-holder img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.featured-products-section .img-holder:hover img {
    transform: scale(1.05);
}

.featured-products-section .title-holder {
    padding: 20px 0;
    text-align: center;
}

.featured-products-section .title-holder .title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.featured-products-section .title-holder .title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.featured-products-section .title-holder .title a:hover {
    color: #d71920;
}

.featured-products-section .title-holder .price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #d71920;
}

.featured-products-section .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(215, 25, 32, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.featured-products-section .img-holder:hover .overlay-content {
    opacity: 1;
}

.featured-products-section .overlay-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.featured-products-section .overlay-content li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-products-section .overlay-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.featured-products-section .overlay-content a:hover {
    background: #ffffff;
    color: #d71920;
    transform: scale(1.1);
}

.featured-products-section .overlay-content .toltip-content {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 0.9rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.featured-products-section .overlay-content a:hover .toltip-content {
    opacity: 1;
    visibility: visible;
}

.featured-products-section .theme-btn {
    background: #d71920 !important;
    color: #ffffff !important;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid #d71920 !important;
    box-shadow: 0 4px 15px rgba(215, 25, 32, 0.2);
}

.featured-products-section .theme-btn:hover {
    background: #ffffff !important;
    color: #d71920 !important;
    border-color: #d71920 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(215, 25, 32, 0.4);
}

.featured-products-section .theme-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .featured-products-section {
        padding: 60px 0;
    }
    
    .featured-products-section .sec-title h2 {
        font-size: 2rem;
    }
    
    .featured-products-section .sec-title .text {
        font-size: 1rem;
    }
    
    .featured-products-section .img-holder img {
        height: 250px;
    }
    
    .featured-products-section .overlay-content ul {
        gap: 15px;
    }
    
    .featured-products-section .overlay-content a {
        width: 40px;
        height: 40px;
    }
}

/* Facilities (home) */
:root {
    --primary-color: #d71920;
    --text-dark: #0f1b2d;
    --shadow-soft: 0 18px 45px rgba(14, 39, 75, 0.08);
}

.facility-section {
    background: #f8fbff;
    padding: 60px 0 40px;
}

.facility-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.facility-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(14, 39, 75, 0.12);
}

.facility-image {
    position: relative;
    height: 210px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.facility-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    display: block;
}

.facility-city {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--primary-color);
    color: #fff;
    padding: 8px 14px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 13px;
    box-shadow: 0 10px 24px rgba(11, 117, 209, 0.28);
}

.facility-body {
    padding: 18px 18px 20px;
    color: var(--text-dark);
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.facility-body h4 {
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.facility-body p {
    margin: 0;
    color: #4a5568;
    min-height: 60px;
}

.facility-meta {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.facility-rating {
    font-weight: 700;
    color: #f6ad55;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.facility-rating .star {
    font-size: 15px;
    color: #f6b500;
}

.facility-link {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: none;
}

.facility-link:hover {
    text-decoration: underline;
    color: var(--primary-color);
}

.facility-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    border: 1.5px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.2s ease;
    background: #fff;
}

.facility-outline-btn:hover {
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 12px 30px rgba(11, 117, 209, 0.18);
}

/* Facility detail page */
.facility-detail {
    padding: 40px 0 60px;
}

.facility-detail .banner-box {
    position: relative;
    margin-bottom: 32px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.facility-detail .banner-box img {
    width: 100%;
    display: block;
}

.facility-detail .banner-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, rgba(215, 25, 32, 0.8), rgba(6, 53, 103, 0.6));
    padding: 20px;
}

.facility-detail .banner-title {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.facility-detail .banner-subtitle {
    font-size: 16px;
    margin-top: 6px;
    font-weight: 600;
}

.facility-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
}

.gallery-column {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.gallery-main {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.gallery-main img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.gallery-main .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #dce2ea;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    color: #1f2937;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.gallery-main .nav-btn.prev { left: 12px; }
.gallery-main .nav-btn.next { right: 12px; }

.thumbs {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.thumb {
    border: 2px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    width: 90px;
    height: 70px;
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.thumb.active {
    border-color: var(--brand-red);
    transform: translateY(-2px);
}

.tab-bar {
    display: flex;
    gap: 12px;
    border-bottom: 1px solid #e5e7eb;
    margin: 18px 0 14px;
}

.tab-link {
    padding: 10px 18px;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    font-weight: 700;
    cursor: pointer;
    color: #4b5563;
}

.tab-link.active {
    border-color: var(--brand-red);
    color: #0f172a;
}

.tab-panels .tab-panel { display: none; }
.tab-panels .tab-panel.active { display: block; }

.facility-header {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

.facility-logo {
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.facility-header h3 {
    font-weight: 600;
}

.amenity-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 12px 0 16px;
}

.pill {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #0f172a;
}

.pill-icon {
    background: rgba(215, 25, 32, 0.1);
    color: #d71920;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.highlight-text p { margin-bottom: 8px; color: #374151; }

.tab-heading {
    margin-top: 10px;
    margin-bottom: 6px;
    font-weight: 800;
    color: #0f172a;
}

.about-image-row {
    margin: 6px 0 4px;
}

.about-banner {
    width: 100%;
    max-width: 360px;
    height: auto;
    display: block;
    border-radius: 10px;
}

.reviews-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.pill-btn {
    border: 1px solid #d1d5db;
    background: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 700;
}

.pill-btn.primary {
    border-color: var(--brand-red);
    color: #fff;
    background: var(--brand-red);
}

.review-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.review-item {
    display: flex;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.review-avatar img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
}

.review-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.review-meta .date { color: #6b7280; font-size: 14px; }

.stars i {
    color: #f6b500;
    margin-left: 2px;
}

.info-column .info-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 90px;
}

.info-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.info-logo img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.price-box .label { color: #6b7280; font-weight: 600; }
.price-box .price { font-size: 26px; font-weight: 800; color: #d71920; margin-top: 4px; }

.info-actions { margin: 14px 0; display: flex; flex-direction: column; gap: 10px; }

.primary-btn {
    background: #d71920;
    color: #fff;
    border: none;
    padding: 12px 16px;
    font-weight: 800;
    border-radius: 12px;
    cursor: pointer;
}

.choice {
    display: flex;
    gap: 10px;
}

.ghost-btn {
    flex: 1;
    border: 1.5px solid #d71920;
    color: #d71920;
    padding: 10px 12px;
    background: #fff;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
}

.ghost-btn.active {
    background: #d71920;
    color: #fff;
}

.contact-box {
    margin: 12px 0;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px;
}

.contact-box .address { 
    margin-bottom: 8px; 
    display: flex;
    align-items: center;
    gap: 8px;
}
.contact-box .address .map-link {
    color: #dc2626;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    order: -1; /* İkonu sola taşı */
}
.contact-box .address .map-link:hover {
    color: #991b1b;
}
.contact-box .phone, .contact-box .web { margin: 4px 0; }
.contact-box .web a { color: #0b75d1; text-decoration: none; }

.socials {
    display: flex;
    gap: 10px;
    margin-top: 6px;
}

.socials a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f3f4f6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1f2937;
}

.hours {
    margin-top: 14px;
    border-top: 1px solid #e5e7eb;
    padding-top: 10px;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    color: #374151;
}

/* Pricing UI */
.price-box {
    margin: 10px 0 16px;
}

.price-label {
    font-size: 22px;
    font-weight: 500;
    color: #111;
    line-height: 1.3;
    text-decoration: line-through;
}

.price-value {
    font-size: 32px;
    font-weight: 600;
    color: #111;
    margin-top: 4px;
}

.info-actions .action-row {
       display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.select-wrap {
    position: relative;
    flex: 1 1 220px;
}

.package-select {
    appearance: none;
    width: 100%;
    padding: 14px 48px 14px 22px;
    border: 2px solid #d71920;
    border-radius: 40px;
    font-weight: 700;
    font-size: 18px;
    color: #d71920;
    background: #fff;
}

.select-wrap::after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #d71920;
    transform: translateY(-40%);
    pointer-events: none;
}

.join-btn {
    background: #d71920;
    color: #fff;
    text-align: center;
    border: none;
    padding: 14px 26px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 18px;
    min-width: 180px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.join-btn:hover {
    transform: translateY(-1px);
    color: #fff;
    box-shadow: 0 12px 24px rgba(80, 18, 20, 0.28);
}

/* Forms & checkout */
.form-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 18px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.payment-grid .form-grid {
display: grid;
max-width: 420px;
margin-left: auto;
margin-right: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.form-card,
.summary-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.06);
}
.summary-card-sm{
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px;
    min-height: 200px;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.06);
}

.installment-section {
    position: relative;
}

.installment-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    background: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 10px;
}

.installment-toggle:hover {
    border-color: #dc2626;
    background-color: #fef2f2;
}

.installment-current {
    font-size: 14px;
    color: #dc2626;
    font-weight: 600;
}

.toggle-icon {
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.toggle-icon.rotated {
    transform: rotate(180deg);
}

.installment-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.installment-options.open {
    max-height: 500px;
}

/* Desktop: Her zaman açık */
@media (min-width: 768px) {
    .installment-toggle {
        display: none;
    }
    
    .installment-options {
        max-height: none;
        overflow: visible;
    }
}

.installment-option {
    display: flex;
    align-items: flex-start;
    padding: 12px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.installment-option:hover {
    border-color: #dc2626;
    background-color: #fef2f2;
}

.installment-option.selected {
    border-color: #dc2626;
    background-color: #fef2f2;
}

.installment-radio {
    margin-right: 12px;
    margin-top: 3px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    accent-color: #dc2626;
    flex-shrink: 0;
}

.installment-details {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 4px;
}

.installment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.installment-count {
    font-weight: 600;
    font-size: 14px;
    color: #1f2937;
}

.installment-price {
    font-weight: 700;
    font-size: 16px;
    color: #dc2626;
}

.installment-total {
    font-size: 12px;
    color: #6b7280;
    text-align: right;
}

.form-title {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 12px;
}

.form-grid-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.form-grid.full {
    grid-template-columns: 1fr;
}

.input-control,
.select-control {
    width: 100%;
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 15px;
    color: #0f172a;
}

.select-control {
    appearance: none;
    background: #fff url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23d71920' stroke-width='2'/%3E%3C/svg%3E") no-repeat right 12px center/14px 9px;
}

.checkbox-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}

.checkbox-row label {
    margin-bottom: 0px;
}

.checkbox-row input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    flex-shrink: 0;
    accent-color: #d71920;
    border: 2px solid #d71920;
    cursor: pointer;
}

.address-row {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 10px;
}

.summary-card .logo-row {
    display: flex;
    gap: 12px;
    align-items: center;
}

.summary-card .logo-row img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.summary-card .summary-title {
    font-weight: 700;
}

.summary-card .package-select {
    margin-top: 10px;
    width: 100%;
    border: 1.5px solid transparent;
    border-radius: 10px;
    padding: 10px 12px;
    color: #d71920;
    font-weight: 700;
}

.package-picker {
    position: relative;
    margin-top: 10px;
}

.package-picker select {
    width: 100%;
    padding: 12px 44px 12px 14px;
    border: 2px solid #d71920 !important;
    border-radius: 14px;
    font-weight: 700;
    color: #d71920;
    appearance: none;
    text-align: center;
    background: #fff;
}

.package-picker .pkg-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #d71920;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 16px;
}

.summary-section {
    margin-top: 14px;
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fafafa;
}

.input-inline {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.input-inline-field {
    width: 100%;
}

.inline-label {
    font-weight: 700;
    font-size: 14px;
    color: #0f172a;
}

.input-inline-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.input-inline-row .input-control {
    flex: 1;
}

.btn-apply {
    padding: 11px 16px;
    border-radius: 10px;
    border: 2px solid #d71920;
    background: #fff;
    color: #d71920;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    min-width: 120px;
}

.btn-apply:hover {
    background: #d71920;
    color: #fff;
}

.summary-list {
    margin-top: 10px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #e5e7eb;
}

.summary-total {
    font-weight: 800;
    font-size: 22px;
    text-align: right;
    margin-top: 8px;
}

.action-row-stack {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.action-row-stack .summary-total {
    margin-top: 0;
}

.btn-red,
.btn-red-outline {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 30px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.btn-red {
    background: #d71920;
    color: #fff;
    box-shadow: 0 10px 20px rgba(215, 25, 32, 0.2);
}

.btn-red:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 12px 24px rgba(215, 25, 32, 0.25) !important;
    background: #d71920 !important;
    color: #fff !important;
}

.btn-red:active {
    transform: translateY(0) !important;
    box-shadow: 0 8px 16px rgba(215, 25, 32, 0.2) !important;
}

/* a elementi için özel kurallar */
a.btn-red:link,
a.btn-red:visited {
    color: #fff !important;
}

a.btn-red:hover,
a.btn-red:focus {
    color: #fff !important;
    background: #d71920 !important;
    text-decoration: none !important;
}

.btn-red-outline {
    border: 2px solid #d71920;
    color: #d71920;
    background: #fff;
}

.btn-red-outline:hover {
    background: #d71920;
    color: #fff;
}

.btn-cancel {
    padding: 12px 18px;
    border-radius: 30px;
    border: 2px solid #6b7280;
    background: #fff;
    color: #6b7280;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.btn-cancel:hover {
    background: #6b7280;
    color: #fff;
}

.payment-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 18px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.pay-row {
    display: flex;
    gap: 10px;
}

.success-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 50px 20px;
        margin-top: 32px;
    margin-bottom: 32px;
}

.success-hero .icon {
    font-size: 48px;
    color: #22c55e;
}

.success-hero h2 {
    font-size: 26px;
    font-weight: 800;
}

.success-hero p {
    max-width: 520px;
}

.modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    width: min(900px, 90vw);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 800;
    margin-bottom: 10px;
}

.modal-close {
    border: none;
    background: none;
    font-size: 32px;
    cursor: pointer;
}

.modal-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
    overflow-y: auto;
    max-height: calc(90vh - 120px);
    padding-right: 8px;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
}

@media (max-width: 991px) {
    .form-wrapper,
    .payment-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .select-wrap::after { right: 14px; }
    .package-select { font-size: 16px; }
    .price-value { font-size: 30px; }
    .form-grid {
        display: flex !important;
        flex-direction: column;
        gap: 12px;
    }
    .facility-grid {
        display: flex;
        flex-direction: column;
    }
    .info-column {
        order: -1;
    }
}

@media (max-width: 991px) {
    .facility-grid {
        grid-template-columns: 1fr;
    }

    .info-column .info-card {
        position: relative;
        top: auto;
    }
}

@media (max-width: 576px) {
    .gallery-main img {
        height: 240px;
    }

    .tab-link {
        padding: 8px 12px;
        font-size: 14px;
    }
}

/* International Telephone Input Styles */
.iti {
    width: 100%;
}

.iti__flag-container {
    z-index: 10;
}

.input-control.required:invalid {
    border-color: #d71920;
}

/* Back Button Styles */
.back-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1f2937;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    padding: 8px 12px;
    border-radius: 6px;
}

.back-button:hover {
    color: #d71920;
    background-color: #f9fafb;
    text-decoration: none;
}

.back-button svg {
    transition: transform 0.2s ease;
}

.back-button:hover svg {
    transform: translateX(-3px);
}

/* Payment Form Validation Styles */
.input-control:focus,
.select-control:focus {
    outline: none;
    border-color: #3b82f6;
    transition: border-color 0.2s ease;
}

.input-control.valid,
.select-control.valid {
    border-color: #10b981 !important;
}

.input-control.invalid,
.select-control.invalid {
    border-color: #ef4444 !important;
}

/* Payment Button States */
#payment-button:disabled {
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

#payment-button:not(:disabled):hover {
    background-color: #b4151a !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(215, 25, 32, 0.3);
}

/* Accepted Cards Info */
.accepted-cards-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-color: #f9fafb;
    border-radius: 8px;
    margin-bottom: 20px;
    gap: 12px;
    flex-wrap: wrap;
}

.accepted-cards-logos {
    display: flex;
    gap: 12px;
    align-items: center;
}

.accepted-cards-logos img {
    height: 24px;
    transition: transform 0.2s ease;
}

.accepted-cards-logos img:hover {
    transform: scale(1.1);
}

@media (max-width: 576px) {
    .accepted-cards-info {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }
    
    .accepted-cards-logos {
        gap: 8px;
    }
    
    .accepted-cards-logos img {
        height: 20px;
    }
}

/* Card Type Logo Animation */
#card-type-logo {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-50%) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
}

/* Card Error Message */
.card-error-message {
    margin-top: 6px;
    padding: 8px 12px;
    background-color: #fee2e2;
    border: 1px solid #ef4444;
    border-radius: 6px;
    color: #dc2626;
    font-size: 13px;
    line-height: 1.5;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================================
   PAYMENT FAILURE PAGE STYLES
   ============================================================ */
.failure-hero {
    text-align: center;
    padding: 60px 40px;
    max-width: 600px;
    margin: 40px auto;
}

.failure-hero .error-icon {
    font-size: 80px;
    color: #ef4444;
    margin-bottom: 20px;
}

.failure-hero h2 {
    color: #1f2937;
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 600;
}

.failure-hero .error-message {
    color: #ef4444;
    font-size: 16px;
    margin-bottom: 12px;
    padding: 12px 20px;
    background-color: #fee2e2;
    border-radius: 8px;
    border: 1px solid #fecaca;
}

.failure-hero p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.failure-hero .info-message {
    color: #4b5563;
    font-size: 14px;
    margin-bottom: 32px;
}

.failure-hero .button-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.failure-hero .btn-red,
.failure-hero .btn-outline {
    padding: 14px 32px;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.failure-hero .btn-red {
    background-color: #ef4444;
    color: white;
    border: 2px solid #ef4444;
}

.failure-hero .btn-red:hover {
    background-color: #dc2626;
    border-color: #dc2626;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.failure-hero .btn-outline {
    background-color: transparent;
    color: #6b7280;
    border: 2px solid #d1d5db;
}

.failure-hero .btn-outline:hover {
    background-color: #f3f4f6;
    border-color: #9ca3af;
    color: #374151;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .failure-hero {
        padding: 40px 20px;
    }

    .failure-hero .error-icon {
        font-size: 60px;
    }

    .failure-hero h2 {
        font-size: 24px;
    }

    .failure-hero .button-group {
        flex-direction: column;
        width: 100%;
    }

    .failure-hero .btn-red,
    .failure-hero .btn-outline {
        width: 100%;
        justify-content: center;
    }
}
