body {
    background-color: white !important;
}

input {
    border: 1px solid rgba(0, 0, 0, .3) !important;
}

.bg-light-blue {
    background-color: #f0f4ff !important;
}

.text-dark-blue {
    color: #35aee5 !important;
}

.text-dark-blue:hover {
    color: #35aee5 !important;
    text-decoration: underline !important;
}

.bg-dark-blue {
    background-color: #35aee5 !important;
}

.bg-dark-blue:hover {
    background-color: #35aee5 !important;
}

.text-light-blue {
    color: #f0f4ff !important;
}

.text-light-blue:hover {
    color: #f0f4ff !important;
}

.border-bottom-dark-blue {
    border-bottom: 1px solid #35aee5 !important;
}

.dropdown .dropdown-toggle:after {
    display: none !important;
}

.bg-image {
    background-image: url('/static/images/main-banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: contain;
}

.bg-opacity {
    background-color: rgba(0, 0, 0, 0.5);
}

.fourth-section-bg-image {
    background-image: url('/static/images/why-simurg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: contain;
}

.sixth-section-bg-image {
    background-image: url('/static/images/shop-owner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: contain;
}

.eighth-section-bg-opacity {
    background-color: rgba(0, 0, 0, 0.7);
}

.fourth-section-bg-opacity {
    background-color: rgba(0, 0, 0, 0.5);
}

.sixth-section-bg-opacity {
    background-color: rgba(0, 0, 0, 0.7);
}

.eighth-section-bg-image {
    background-image: url('/static/images/gerekli.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: contain;
}

.primary-text {
    color: #35aee5;
}

.fs-16 {
    font-size: 16px;
}

.lh-read {
    line-height: 1.5;
}

/* Mobile Tabbar */
.mobile-tabbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f0f4ff;
    border-top: 1px solid #35aee5;
    z-index: 1002;
    padding: 8px 0 0 0;
}

.tabbar-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
}

.tabbar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #666;
    padding: 8px 12px;
    padding-top: 0!important;
    transition: all 0.3s ease;
    position: relative;
    min-width: 60px;
}

.tabbar-item:hover {
    color: #35aee5;
    text-decoration: none;
}

.tabbar-item.active {
    color: #35aee5;
}

.tabbar-icon {
    position: relative;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.tabbar-label {
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}

/* Shop Card Styles */
.splide__list {
    display: flex !important;
    align-items: stretch;
    gap: 10px;
}

.splide__slide {
    display: flex;
    flex: 1;
    min-width: 200px;
    max-width: 250px;
}

.shop-card-link {
    display: flex;
    width: 100%;
    text-decoration: none !important;
    color: inherit;
}

.shop-card-link:hover {
    text-decoration: none !important;
    color: inherit;
}

.shop-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    transition: border-color 0.2s ease;
}

.shop-card:hover {
    border-color: #35aee5;
}

.shop-logo {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
}

.shop-name {
    color: #35aee5;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
}

.shop-location,
.shop-phone,
.shop-address {
    color: #666;
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 1.3;
}

.shop-online {
    color: green;
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 1.3;
}

.shop-offline {
    color: red;
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 1.3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .splide__slide {
        min-width: 180px;
        max-width: 200px;
    }
    
    .shop-logo {
        width: 70px;
        height: 70px;
    }
    
    .shop-name {
        font-size: 13px;
    }
    
    .shop-location,
    .shop-phone,
    .shop-online,
    .shop-offline {
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    .splide__slide {
        min-width: 160px;
        max-width: 180px;
    }
    
    .shop-logo {
        width: 70px;
        height: 70px;
    }
}

/* Product Card Styles */
.limit-ln {
    display: -webkit-box;
    -webkit-line-clamp: var(--line, 1);
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card {
    transition: .3s all;
}

.product-card:hover {
    border-color: #ffe5d9 !important;
    transform: scale(1.03);
}

/* Language Dropdown Styles */
.language-dropdown {
    position: relative;
    display: inline-block;
}

.language-dropdown-toggle {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
    color: #35aee5;
    text-decoration: none;
    transition: all 0.3s ease;
}

.language-dropdown-toggle:hover {
    color: #35aee5;
    text-decoration: underline;
}

.language-text {
    display: none;
}

@media (min-width: 768px) {
    .language-text {
        display: inline;
    }
}

.language-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    list-style: none;
    padding: 8px 0;
    margin: 0;
    min-width: 150px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.language-dropdown.show .language-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    color: #35aee5;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.language-dropdown-item:hover {
    background-color: #f8f9fa;
    color: #35aee5;
    text-decoration: none;
}

.language-dropdown-item img {
    flex-shrink: 0;
}

.form-check-input:checked {
    background-color: #35aee5 !important;
    border-color: #35aee5 !important;
}

.btn-check:checked + .btn, .form-check-input:checked + .form-check-label {
    box-shadow: none!important;
}