/* AppKobi Custom Theme Styles */

body {
    font-family: 'Open Sans', sans-serif;
}

.font-ct, h1, h2, h3,
.des_deal,
.item-time-w,
.item-time-w .name-time,
.static-menu a.main-menu,
.container-megamenu.vertical .vertical-wrapper ul li > a strong,
.container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul li a.main-menu,
.horizontal ul.megamenu > li > a, .footertitle,
.module h3.modtitle span, .breadcrumb li a, .item-title a,
.best-seller-custom .item-info, .product-box-desc, .product_page_price .price-new,
.list-group-item a, #menu ul.nav > li > a, .megamenuToogle-pattern,
.right-block .caption h4, .price, .box-price {
    font-family: Raleway, sans-serif;
}

.navbar-logo .logo img {
    max-height: 50px;
    align-items: center;
    flex-direction: row;
    display: flex;
    position: absolute;
    bottom: 0;
}

.w100 {
    width: 100%;
}

.btn {
    border-radius: 5px;
}

.jGrowl.top-right {
    right: 40%;
    top: 30%;
    font-size: larger;
}

.jGrowl-notification {
    background-color: #fff;
    padding: 20px;
}

.button-search {
    height: inherit !important;
}

select.form-control {
    -webkit-appearance: searchfield !important;
}

.sepetgoster-0 {
    display: none;
}

@media (max-width: 767px) {
    .campaign-header {
        display: none;
    }

    .navbar-toggle {
        margin: 5px !important;
    }

    .owl2-dots {
        bottom: 10px !important;
    }

    .navbar-logo {
        padding-bottom: 5px !important;
    }
}

.footer-icon {
    background-color: rgba(255,255,255,0.8);
    border-radius: 8px;
    margin: 5px;
    text-align: center;
    width: 80px;
    float: left;
    padding: 2px;
}

.footer-icon img {
    height: 18px;
}

.payment {
    display: ruby;
    margin-right: auto;
    margin-left: auto;
}

:root {
    --appkobi-primary: #009fc5;
    --appkobi-primary-hover: #0084a7;
}

/* Global Desktop Content Width Expansion */
@media (min-width: 1200px) {
    .container {
        width: 1360px !important;
        max-width: 94% !important;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1440px !important;
        max-width: 95% !important;
    }
}

/* AppKobi Header & Dropdown Megamenu Styling */
.appkobi-topbar {
    background-color: #009fc5 !important;
    color: #ffffff !important;
    padding: 8px 0 !important;
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.appkobi-topbar a {
    color: #ffffff !important;
    text-decoration: none !important;
}
.appkobi-topbar a:hover {
    opacity: 0.85 !important;
    text-decoration: none !important;
}
.appkobi-topbar .info-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-right: 20px !important;
}

.appkobi-header-main {
    background: #ffffff !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    border-bottom: 1px solid #e2e8f0 !important;
}
.appkobi-header-container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 75px !important;
    position: relative !important;
}
.appkobi-desktop-menu {
    position: static !important;
}
.appkobi-navbar-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    position: static !important;
}
.appkobi-navbar-menu > li {
    position: relative !important;
    padding: 25px 0 !important;
}
.appkobi-navbar-menu > li.has-megamenu {
    position: static !important;
}
.appkobi-navbar-menu > li > a {
    color: #009fc5 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: color 0.2s ease !important;
    background: transparent !important;
    text-transform: none !important;
}
.appkobi-navbar-menu > li > a:hover {
    color: #0084a7 !important;
    text-decoration: none !important;
}

/* Dropdown Megamenu Card (General Fallback) */
.appkobi-dropdown-card {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    transform: translateY(10px) !important;
    background: #ffffff !important;
    border-radius: 20px !important;
    padding: 18px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
    border: 1px solid #e2e8f0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    pointer-events: none !important;
    z-index: 10000 !important;
}

/* Services Megamenu Card (100% Header Container Flush Alignment) */
.appkobi-dropdown-card.megamenu-services-card {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transform: translateY(10px) !important;
    padding: 24px 28px !important;
    border-radius: 24px !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12) !important;
}

/* Corporate Dropdown Card (Centered under Kurumsal menu) */
.appkobi-dropdown-card.corporate-dropdown-card {
    left: 50% !important;
    transform: translate(-50%, 10px) !important;
}

.appkobi-navbar-menu > li:hover .appkobi-dropdown-card {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}
.appkobi-navbar-menu > li:hover .appkobi-dropdown-card.corporate-dropdown-card {
    transform: translate(-50%, 0) !important;
}
.appkobi-navbar-menu > li:hover .appkobi-dropdown-card.megamenu-services-card {
    transform: translateY(0) !important;
}

/* Services Megamenu Grid (4-columns 100% Fluid Width) */
.services-megamenu-grid-4col {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 260px !important;
    gap: 20px !important;
    width: 100% !important;
}

/* Centered Footer Bar for Tüm Hizmetler */
.megamenu-footer-bar {
    margin-top: 20px !important;
    padding-top: 16px !important;
    border-top: 1px solid #e2e8f0 !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.btn-megamenu-footer {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #009fc5 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    padding: 9px 28px !important;
    border-radius: 12px !important;
    background: rgba(0, 159, 197, 0.08) !important;
    transition: all 0.2s ease !important;
}
.btn-megamenu-footer:hover {
    background: #009fc5 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.megamenu-cat-title {
    font-size: 12.5px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    color: #009fc5 !important;
    margin: 0 0 14px 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.service-dropdown-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    padding: 12px 14px !important;
    border-radius: 14px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    margin-bottom: 4px !important;
}
.service-dropdown-item:hover {
    background: #f8fafc !important;
    transform: translateX(3px) !important;
    text-decoration: none !important;
}
.service-dropdown-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    border-radius: 12px !important;
    background: rgba(0, 159, 197, 0.1) !important;
    color: #009fc5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    transition: all 0.2s ease !important;
}
.service-dropdown-item:hover .service-dropdown-icon {
    background: #009fc5 !important;
    color: #ffffff !important;
}
.service-dropdown-text h4 {
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.35 !important;
}
.service-dropdown-text p {
    font-size: 12.5px !important;
    color: #64748b !important;
    margin: 0 !important;
    line-height: 1.45 !important;
}

/* Light & Clean CTA Card for Column 4 */
.megamenu-cta-card {
    background: linear-gradient(135deg, #f0fdfa 0%, #e0f2fe 100%) !important;
    border: 1px solid #bae6fd !important;
    border-radius: 16px !important;
    padding: 16px 14px !important;
    color: #0f172a !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-shadow: none !important;
    position: relative !important;
    overflow: hidden !important;
}
.megamenu-cta-card .cta-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    background: #009fc5 !important;
    color: #ffffff !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
    padding: 3px 9px !important;
    border-radius: 20px !important;
    width: fit-content !important;
    margin-bottom: 8px !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
}
.megamenu-cta-card .cta-badge:hover {
    background: #0084a7 !important;
    color: #ffffff !important;
}
.megamenu-cta-card h4 {
    color: #0f172a !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    margin-bottom: 4px !important;
    line-height: 1.3 !important;
}
.megamenu-cta-card p {
    color: #475569 !important;
    font-size: 11.5px !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
}
.btn-megamenu-cta {
    background: #009fc5 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    transition: all 0.25s ease !important;
}
.btn-megamenu-cta:hover {
    background: #0084a7 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}
.btn-megamenu-cta-secondary {
    background: transparent !important;
    color: #009fc5 !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    padding: 4px 8px !important;
    border-radius: 8px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    transition: all 0.25s ease !important;
}
.btn-megamenu-cta-secondary:hover {
    color: #0084a7 !important;
    text-decoration: underline !important;
}

/* Corporate Dropdown Grid (2-columns) */
.corporate-megamenu-grid {
    display: grid !important;
    grid-template-columns: 320px 320px !important;
    gap: 16px !important;
    width: 656px !important;
}
.corporate-megamenu-grid .service-dropdown-item {
    padding: 10px 12px !important;
    border-radius: 12px !important;
    align-items: center !important;
}
.corporate-megamenu-grid .service-dropdown-icon {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    transition: all 0.2s ease !important;
}
.corporate-megamenu-grid .service-dropdown-item:hover .service-dropdown-icon {
    background: #009fc5 !important;
    color: #ffffff !important;
}

/* Action Buttons */
.btn-basket-header {
    background-color: #009fc5 !important;
    color: #ffffff !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    font-size: 14.5px !important;
    padding: 10px 24px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0, 159, 197, 0.3) !important;
    position: relative !important;
}
.btn-basket-header:hover {
    background-color: #0084a7 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(0, 159, 197, 0.4) !important;
    text-decoration: none !important;
}
.header-cart-badge {
    background: #ef4444 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    padding: 2px 7px !important;
    border-radius: 20px !important;
    line-height: 1 !important;
    margin-left: 2px !important;
}

.btn-demo-header-green {
    background-color: #7abb00 !important;
    color: #ffffff !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    font-size: 14.5px !important;
    padding: 10px 24px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(122, 187, 0, 0.3) !important;
}
.btn-demo-header-green:hover {
    background-color: #6ebd00 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(122, 187, 0, 0.4) !important;
    text-decoration: none !important;
}

.btn-login-header-cyan {
    border: 2px solid #009fc5 !important;
    color: #009fc5 !important;
    background: #ffffff !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    font-size: 14.5px !important;
    padding: 8px 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}
.btn-login-header-cyan:hover {
    background: #009fc5 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Mobile Hamburger & Offcanvas Drawer Styles */
.appkobi-mobile-hamburger {
    display: none !important;
    background: transparent !important;
    border: 2px solid #009fc5 !important;
    color: #009fc5 !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    font-size: 20px !important;
    cursor: pointer !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
}
.appkobi-mobile-hamburger:hover {
    background: #009fc5 !important;
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .appkobi-desktop-menu {
        display: none !important;
    }
    .appkobi-desktop-actions {
        display: none !important;
    }
    .appkobi-mobile-hamburger {
        display: flex !important;
    }
    .appkobi-topbar {
        display: none !important;
    }
}

.appkobi-mobile-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(15, 23, 42, 0.6) !important;
    backdrop-filter: blur(4px) !important;
    z-index: 99998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
}
.appkobi-mobile-backdrop.active {
    opacity: 1 !important;
    visibility: visible !important;
}

.appkobi-mobile-drawer {
    position: fixed !important;
    top: 0 !important;
    right: -320px !important;
    width: 310px !important;
    height: 100vh !important;
    background: #ffffff !important;
    z-index: 99999 !important;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow-y: auto !important;
}
.appkobi-mobile-drawer.active {
    transform: translateX(-320px) !important;
}

.drawer-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 20px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}
.drawer-close-btn {
    background: rgba(0, 159, 197, 0.1) !important;
    color: #009fc5 !important;
    border: none !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    font-size: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}

.drawer-body {
    padding: 20px !important;
    flex: 1 !important;
}
.drawer-nav-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.drawer-nav-list > li {
    border-bottom: 1px solid #f8fafc !important;
}
.drawer-nav-list > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 14px 8px !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}
.drawer-nav-list > li > a:hover {
    color: #009fc5 !important;
}

.drawer-sub-menu {
    display: none;
    padding-left: 15px !important;
    padding-bottom: 10px !important;
    list-style: none !important;
}
.drawer-sub-menu.open {
    display: block !important;
}
.drawer-sub-menu li a {
    display: block !important;
    padding: 8px 10px !important;
    color: #64748b !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}
.drawer-sub-menu li a:hover {
    color: #009fc5 !important;
}

.drawer-footer-actions {
    padding: 20px !important;
    border-top: 1px solid #f1f5f9 !important;
    background: #f8fafc !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}
.drawer-footer-actions a {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
}

/* AppKobi Detailed Footer Styles */
.appkobi-footer-v2 {
    background-color: #0b1120 !important;
    color: #cbd5e1 !important;
    padding-top: 55px !important;
    padding-bottom: 25px !important;
    font-family: 'Open Sans', sans-serif !important;
    border-top: 3px solid #009fc5 !important;
    position: relative;
}

.footer-brand-info {
    padding-right: 10px;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.footer-logo-link {
    display: flex !important;
    /*justify-content: center !important;*/
    align-items: center !important;
    margin-bottom: 20px !important;
    width: 100% !important;
	margin-left: 10%;
}
.footer-logo-img {
    height: 170px !important;
    width: auto !important;
    object-fit: contain !important;
}

.footer-social-row {
    display: flex !important;
    gap: 10px !important;
    margin-bottom: 22px !important;
    width: 100% !important;
}

.footer-social-btn {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #009fc5 !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}
.footer-social-btn:hover {
    background: #009fc5 !important;
    color: #ffffff !important;
    border-color: #009fc5 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 14px rgba(0, 159, 197, 0.35) !important;
    text-decoration: none !important;
}

.footer-contact-link {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    width: 100% !important;
    transition: all 0.2s ease !important;
}
.footer-contact-link:hover {
    color: #009fc5 !important;
    text-decoration: none !important;
}
.contact-icon-box {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    border-radius: 9px !important;
    background: rgba(0, 159, 197, 0.15) !important;
    color: #009fc5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    transition: all 0.2s ease !important;
}
.footer-contact-link:hover .contact-icon-box {
    background: #009fc5 !important;
    color: #ffffff !important;
}
.contact-text {
    text-align: left !important;
    line-height: 1.35 !important;
}

.footer-col-title {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    position: relative !important;
    padding-bottom: 10px !important;
    font-family: 'Plus Jakarta Sans', 'Raleway', sans-serif !important;
}
.footer-col-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 36px !important;
    height: 3px !important;
    background: #009fc5 !important;
    border-radius: 2px !important;
}

.footer-links-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.footer-links-list li {
    margin-bottom: 9px !important;
}
.footer-links-list li a {
    color: #94a3b8 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.footer-links-list li a i {
    color: #009fc5 !important;
    font-size: 10px !important;
    transition: transform 0.2s ease !important;
}
.footer-links-list li a:hover {
    color: #ffffff !important;
    transform: translateX(4px) !important;
    text-decoration: none !important;
}
.footer-links-list li a:hover i {
    transform: translateX(2px) !important;
}

.footer-bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    margin-top: 40px !important;
    padding-top: 22px !important;
    font-size: 13px !important;
    color: #64748b !important;
}
.footer-bottom-links {
    display: flex !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.footer-bottom-links li a {
    color: #64748b !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}
.footer-bottom-links li a:hover {
    color: #009fc5 !important;
}

/* Global Page Content & Padding Spacing Fixes */
.appkobi-main-content {
    min-height: 550px;
    padding-top: 15px !important;
    padding-bottom: 70px !important;
}

.page-hero-banner {
    padding: 80px 0 70px 0 !important;
    margin-bottom: 50px !important;
}

/* Footer Top Spacing */
.appkobi-footer-v2 {
    margin-top: 70px !important;
}

/* Spacing Utility Classes */
.margin-top-10 { margin-top: 10px !important; }
.margin-top-15 { margin-top: 15px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-top-40 { margin-top: 40px !important; }
.margin-top-50 { margin-top: 50px !important; }
.margin-top-60 { margin-top: 60px !important; }
.margin-top-80 { margin-top: 80px !important; }

.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-bottom-15 { margin-bottom: 15px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }
.margin-bottom-40 { margin-bottom: 40px !important; }
.margin-bottom-50 { margin-bottom: 50px !important; }
.margin-bottom-60 { margin-bottom: 60px !important; }
.margin-bottom-80 { margin-bottom: 80px !important; }

.padding-top-10 { padding-top: 10px !important; }
.padding-top-20 { padding-top: 20px !important; }
.padding-top-30 { padding-top: 30px !important; }
.padding-top-40 { padding-top: 40px !important; }
.padding-top-50 { padding-top: 50px !important; }
.padding-top-60 { padding-top: 60px !important; }
.padding-top-80 { padding-top: 80px !important; }

.padding-bottom-10 { padding-bottom: 10px !important; }
.padding-bottom-20 { padding-bottom: 20px !important; }
.padding-bottom-30 { padding-bottom: 30px !important; }
.padding-bottom-40 { padding-bottom: 40px !important; }
.padding-bottom-50 { padding-bottom: 50px !important; }
.padding-bottom-60 { padding-bottom: 60px !important; }
.padding-bottom-80 { padding-bottom: 80px !important; }

/* Store Featured Products Slider Section */
.store-featured-section {
    padding: 70px 0 !important;
    background: #f8fafc !important;
    border-top: 1px solid #e2e8f0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.store-product-card {
    background: #ffffff !important;
    border-radius: 20px !important;
    border: 1px solid #e2e8f0 !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    position: relative !important;
}

.store-product-card:hover {
    transform: translateY(-6px) !important;
    border-color: #009fc5 !important;
    box-shadow: 0 16px 35px rgba(0, 159, 197, 0.15) !important;
}

.product-badge {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    background: #009fc5 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 4px 12px !important;
    border-radius: 8px !important;
    z-index: 2 !important;
}

.product-badge.green {
    background: #10b981 !important;
}

.product-badge.purple {
    background: #8b5cf6 !important;
}

.product-img-wrap {
    height: 190px !important;
    width: 100% !important;
    background: #f8fafc !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 15px !important;
    overflow: hidden !important;
}

.product-img-wrap img {
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
}

.store-product-card:hover .product-img-wrap img {
    transform: scale(1.06) !important;
}

.product-card-body {
    padding: 22px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

.product-category {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #009fc5 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 6px !important;
}

.product-title {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 44px !important;
}

.product-desc {
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.5 !important;
    margin: 0 0 16px 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.product-footer-row {
    margin-top: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 14px !important;
    border-top: 1px solid #f1f5f9 !important;
}

.product-price {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

.price-decimals {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #64748b !important;
}

.btn-product-buy {
    background: rgba(0, 159, 197, 0.1) !important;
    color: #009fc5 !important;
    font-weight: 700 !important;
    font-size: 13.5px !important;
    padding: 8px 16px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.2s ease !important;
}

.btn-product-buy:hover {
    background: #009fc5 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.btn-all-store-products {
    background: #009fc5 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 12px 30px !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 159, 197, 0.3) !important;
}

.btn-all-store-products:hover {
    background: #0084a7 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0, 159, 197, 0.4) !important;
    text-decoration: none !important;
}

/* ==========================================================================
   STORE PAGE MODERNIZATION STYLES (Magaza.aspx)
   ========================================================================== */

/* Store Hero Banner */
.store-page-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    border-radius: 20px;
    padding: 40px 30px;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.2);
}

.store-page-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 159, 197, 0.2) 0%, rgba(0,0,0,0) 70%);
    pointer-events: none;
}

.store-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 159, 197, 0.15);
    color: #38bdf8;
    border: 1px solid rgba(56, 189, 248, 0.3);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.store-hero-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 12px;
    color: #ffffff;
}

.store-hero-subtitle {
    font-size: 16px;
    color: #94a3b8;
    max-width: 650px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Trust Badges Bar */
.store-trust-bar {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 20px 24px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.trust-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(0, 159, 197, 0.1);
    color: #009fc5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.trust-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
}

.trust-desc {
    font-size: 12px;
    color: #64748b;
    margin: 0;
}

/* Category Pill Tabs */
.store-category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.category-pill-btn {
    background: #ffffff;
    color: #475569;
    border: 1px solid #cbd5e1;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
}

.category-pill-btn:hover,
.category-pill-btn.active {
    background: #009fc5 !important;
    color: #ffffff !important;
    border-color: #009fc5 !important;
    box-shadow: 0 4px 14px rgba(0, 159, 197, 0.3) !important;
    text-decoration: none !important;
}

/* B2B CTA Banner */
.store-cta-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 20px;
    padding: 40px 32px;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.15);
}

.cta-banner-text h3 {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 8px;
}

.cta-banner-text p {
    font-size: 15px;
    color: #94a3b8;
    margin: 0;
}

.cta-banner-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ==========================================================================
   OFFICIAL CATALOG CATEGORY GRID STYLES (Magaza.aspx - Matching Image)
   ========================================================================== */

/* Background Image Hero Banner (Exact Match with AllServices.aspx & Screenshot) */
.catalog-page-hero {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.70), rgba(0, 159, 197, 0.60)), url('/uploads/banners/magaza_hero_banner.jpg') center/cover no-repeat;
    padding: 100px 0 80px 0;
    color: #ffffff;
    text-align: center;
    margin-bottom: 50px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

.catalog-page-hero .catalog-page-title {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.catalog-page-hero .catalog-page-subtitle {
    font-size: 18px;
    color: #e2e8f0;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 400;
}

/* Category Cards Grid */
.category-catalog-card {
    display: block;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    overflow: hidden;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.category-catalog-card:hover {
    transform: translateY(-4px);
    border-color: #009fc5;
    box-shadow: 0 12px 30px rgba(0, 159, 197, 0.18);
}

/* Theme Blue Header Bar on Top of Card */
.category-card-header {
    background: linear-gradient(135deg, #009fc5 0%, #0087a7 100%); /* appKOBİ Signature Blue-Cyan */
    padding: 14px 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.category-catalog-card:hover .category-card-header {
    background: linear-gradient(135deg, #0f172a 0%, #009fc5 100%);
}

.category-card-header h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Body with Soft Background & Pedestal Shadow */
.category-card-body {
    background: radial-gradient(circle at center, #f8fafc 0%, #f1f5f9 100%);
    padding: 30px 20px 20px 20px;
    text-align: center;
    position: relative;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.category-img-wrapper {
    width: 100%;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.category-img-wrapper img {
    max-height: 180px;
    max-width: 90%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.category-catalog-card:hover .category-img-wrapper img {
    transform: scale(1.05);
}

/* Oval Pedestal Shadow beneath product */
.category-pedestal-shadow {
    width: 70%;
    height: 18px;
    background: radial-gradient(ellipse at center, rgba(15, 23, 42, 0.18) 0%, rgba(15, 23, 42, 0) 70%);
    margin-top: 5px;
    border-radius: 50%;
    z-index: 1;
}

/* ==========================================================================
   GLOBAL FLOATING "SİZİ ARAYALIM" WIDGET (Stacked above back-to-top)
   ========================================================================== */
#appkobi-callback-widget {
    position: fixed;
    bottom: 85px; /* Elevated to sit cleanly above back-to-top button */
    right: 25px;
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: inherit;
}

/* Back to Top Button Alignment (Prevent Overlap) */
.back-to-top, #back-to-top {
    position: fixed !important;
    bottom: 25px !important;
    right: 32px !important;
    z-index: 99990 !important;
    width: 44px !important;
    height: 44px !important;
    background: #0f172a !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    line-height: 44px !important;
    text-align: center !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.back-to-top:hover, #back-to-top:hover {
    background: #009fc5 !important;
    transform: translateY(-3px) !important;
}

/* Floating Action Button */
.callback-trigger-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #009fc5 0%, #0087a7 100%);
    border: 3px solid #e0f2fe;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 159, 197, 0.4);
    position: relative;
    outline: none !important;
    transition: transform 0.3s ease;
}

.callback-trigger-btn:hover {
    transform: scale(1.08);
}

.callback-trigger-btn .pulse-ring {
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 50%;
    border: 2px solid #009fc5;
    animation: callbackPulse 2s infinite;
}

@keyframes callbackPulse {
    0% { transform: scale(0.95); opacity: 0.8; }
    70% { transform: scale(1.3); opacity: 0; }
    100% { transform: scale(1.3); opacity: 0; }
}

/* Speech Bubble Card (Matching Screenshot) */
.callback-bubble-card {
    position: relative;
    background: #ffffff;
    border: 2px solid #009fc5;
    border-radius: 18px;
    padding: 16px 20px;
    width: 320px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    animation: bubbleSlideIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes bubbleSlideIn {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}

.bubble-close-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 18px;
    color: #94a3b8;
    cursor: pointer;
    line-height: 1;
}

.bubble-close-btn:hover {
    color: #0f172a;
}

.bubble-avatar-box {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e0f2fe;
}

.bubble-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bubble-content-box h4 {
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.bubble-content-box p {
    font-size: 12px;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

/* Pointer arrow pointing to trigger button */
.bubble-pointer-arrow {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #009fc5;
}

@media (max-width: 768px) {
    .callback-bubble-card {
        display: none;
    }
}


