body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background-color: #f2f2f7;
    margin: 0;
    padding: 0;
}

/* ===========================
   Header Styles
   =========================== */

/* Top Bar */
.header-topbar {
    background: #f2f2f7;
    font-size: 14px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
}

.contact-info-item i {
    color: #00a6fb;
    font-size: 14px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-item a {
    color: #495057;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}


.topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

/* Social Media Icons */
.social-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #495057;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Individual Social Media Colors */
.social-icon:nth-child(1):hover {
    background: #1877f2;
    color: #fff;
}

.social-icon:nth-child(2):hover {
    background: #ff0000;
    color: #fff;
}

.social-icon:nth-child(3):hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
}

.social-icon:nth-child(4):hover {
    background: #000000;
    color: #fff;
}

/* Main Header */
.header-main {
    background: #fff;
    padding: 15px 0;
}

.header-main.sticky-top {
    z-index: 999;
}

/* Logo Section */
.logo-section {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 20px;
    color: #333;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.logo-section i {
    color: #00a6fb;
    font-size: 26px;
}

.logo-section:hover {
    color: #00a6fb;
}

.brand-text {
    letter-spacing: 0.5px;
}

/* Search Bar Wrapper */
.search-bar-wrapper {
    align-items: center;
}

.reserve-visit {
    background: #00a6fb;
    color: #fff;
    text-decoration: none;
    padding: 4px 12px 4px 4px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: all 0.28s ease;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    border: 1px solid #009ce9;
}

.reserve-visit-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
    color: #00a6fb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: transform 0.28s ease;
}

.reserve-visit-arrow {
    font-size: 10px;
    opacity: 0.9;
    transition: transform 0.28s ease;
}

.reserve-visit span {
    line-height: 1;
}

.reserve-visit:hover {
    color: #fff;
    background: #0098e6;
}

.reserve-visit:hover .reserve-visit-arrow {
    transform: translateX(3px);
}

.reserve-visit:hover .reserve-visit-icon {
    transform: scale(1.06);
}

.reserve-visit:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 166, 251, 0.25), 0 8px 16px rgba(0, 166, 251, 0.28);
}

.search-bar {
    display: flex;
    gap: 0;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
    transition: all 0.3s ease;
}

.search-bar:focus-within {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    border-color: #00a6fb;
}

.search-bar input {
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    flex: 1;
}

.search-bar input::placeholder {
    color: #999;
}

.search-bar input:focus {
    outline: none;
    box-shadow: none;
}

.search-bar button {
    border: none;
    padding: 10px 20px;
    transition: all 0.3s ease;
    background: #00a6fb;
    color: #fff;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar button:hover {
    background-color: #0582ca;
}

/* Header Actions */
.header-actions {
    align-items: center;
}

.action-icon {
    position: relative;
    color: #333;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.action-icon:hover {
    color: #00a6fb;
}

.action-icon-cart {
    font-size: 22px;
}

.action-icon-cart:hover {
    color: #00a6fb;
}

.badge-counter {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 10px;
}

/* Auth Button */
.auth-button {
    background: #ffffff;
    color: #333;
    text-decoration: none;
    padding: 0 12px;
    height: 44px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #ddd;
    position: relative;
}

.auth-button:hover {
    background: #fafafa;
    color: #00a6fb;
    border-color: #d1d5db;
}

.auth-button:active {
    transform: translateY(0);
}

.auth-button i {
    font-size: 20px;
    color: #6b7280;
    transition: color 0.3s ease;
}

.auth-button:hover i {
    color: #00a6fb;
}

.auth-button span {
    letter-spacing: 0.2px;
    font-weight: 500;
}

/* Navigation Menu */
#navbarNav {
    display: block !important;
}

@media (max-width: 991px) {
    #navbarNav.collapse:not(.show) {
        display: none !important;
    }
}

.navbar-nav .nav-link {
    color: #555 !important;
    font-weight: 500;
    padding: 16px;
    transition: all 0.3s ease;
    position: relative;
    font-size: 15px;
}

.navbar-nav .nav-item:first-child .nav-link::after {
    left: 0;
}

.navbar-nav .nav-link:hover {
    color: #00a6fb !important;
}

.navbar-nav .nav-link.active {
    color: #00a6fb !important;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 2px;
    background: #00a6fb;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    transform: scaleX(1);
}
.bottom-header {
    border-top: 1px solid #f2f2f7;
}

/* Language Dropdown */
#languageDropdown {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px !important;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    border-radius: 30px;
    transition: all 0.3s ease;
    border: 0 !important;
}

#languageDropdown:hover {
    background: #f8f9fa;
    border-color: #00a6fb;
}

#languageDropdown i {
    color: #00a6fb;
}

.dropdown-menu {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    padding: 8px;
    margin-top: 8px;
}

.dropdown-menu .dropdown-item {
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 6px;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f0f4ff;
    color: #00a6fb;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: #00a6fb;
    color: #fff;
}

/* Auth Buttons */
.btn-outline-primary {
    border: 2px solid #00a6fb;
    color: #00a6fb;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: #00a6fb;
    color: #fff;
    border-color: #00a6fb;
}

/* Mobile Search Modal */
.modal-fullscreen-sm-down {
    max-width: 100%;
}

.modal-content {
    border-radius: 8px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .logo-section {
        font-size: 18px;
    }

    .logo-section i {
        font-size: 22px;
    }

    .search-bar-wrapper {
        display: none !important;
    }

    .navbar-nav {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #eee;
    }

    .navbar-nav .nav-link {
        padding: 10px 0 !important;
        font-size: 15px;
    }

    .navbar-nav .nav-link::after {
        display: none;
    }

    .navbar-nav .nav-link.active {
        background-color: #f0f0f0;
        border-radius: 4px;
        padding-left: 10px !important;
    }

    .badge-counter {
        top: -6px;
        right: -6px;
        font-size: 9px;
        padding: 1px 4px;
    }
}

@media (max-width: 576px) {
    .header-topbar {
        padding: 10px 0 !important;
    }

    .contact-info-item {
        font-size: 12px;
    }

    .contact-info-item i {
        font-size: 12px;
        width: 16px;
        height: 16px;
    }

    .contact-info-item a {
        font-size: 12px;
    }

    .top-left {
        flex-direction: column !important;
        gap: 8px !important;
        align-items: flex-start !important;
    }

    .topbar-right {
        flex-wrap: wrap;
        gap: 12px !important;
    }

    .social-links {
        gap: 8px;
    }

    .social-icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    #languageDropdown {
        padding: 4px 10px !important;
        font-size: 12px;
    }

    .header-main {
        padding: 12px 0;
    }

    .logo-section {
        font-size: 16px;
        gap: 6px;
    }

    .logo-section i {
        font-size: 20px;
    }

    .navbar-brand {
        margin-right: 10px !important;
    }

    .brand-text {
        font-size: 14px;
    }

    .header-actions {
        gap: 8px !important;
    }

    .action-icon {
        font-size: 16px;
    }

    .topbar-right {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    #languageDropdown {
        padding: 5px 10px !important;
        font-size: 12px;
    }

    .auth-button {
        padding: 0 14px;
        height: 38px;
        font-size: 13px;
    }

    .auth-button i {
        font-size: 14px;
    }

    .btn-sm {
        padding: 5px 10px !important;
        font-size: 12px;
    }
}

/* ===========================
   General Utility Classes
   =========================== */

a {
    text-decoration: none;
    cursor: pointer;
}

button {
    cursor: pointer;
}

/* Hover Effects */
.transition-smooth {
    transition: all 0.3s ease;
}

/* Font Awesome Icon Colors */
.fa-search {
    color: inherit;
}

.fa-phone {
    color: inherit;
}

.fa-globe {
    color: inherit;
}

.fa-user {
    color: inherit;
}

/* Badge Styling */
.badge {
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Focus States */
.btn:focus,
.dropdown-toggle:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

/* Form Elements */
.form-control {
    border-color: #ddd;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #00a6fb;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control-lg {
    font-size: 16px;
    padding: 12px 15px;
}
/* ===========================
   Footer Styles
   =========================== */

.footer-section {
    background: #1f2937;
}

.footer-brand h5,
.footer-links h6,
.footer-contact h6 {
    font-weight: 600;
    color: #f3f4f6;
    margin-bottom: 0;
}

.footer-title {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #f3f4f6;
}

.footer-description {
    font-size: 14px;
    color: #d1d5db;
    line-height: 1.6;
    margin: 12px 0;
}

/* Footer Logo */
.footer-logo {
    filter: brightness(0) invert(1);
    max-height: 40px;
    transition: all 0.3s ease;
}

.footer-logo:hover {
    filter: brightness(0) invert(1) drop-shadow(0 0 4px rgba(255, 255, 255, 0.3));
}

/* Social Icons in Footer */
.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #374151;
    color: #d1d5db;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-social-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.footer-social-icon:nth-child(1):hover {
    background: #1877f2;
    color: #fff;
}

.footer-social-icon:nth-child(2):hover {
    background: #ff0000;
    color: #fff;
}

.footer-social-icon:nth-child(3):hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
}

.footer-social-icon:nth-child(4):hover {
    background: #000000;
    color: #fff;
}

/* Footer Links */
.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #d1d5db;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #00a6fb;
    padding-left: 4px;
}

/* Footer Contact */
.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #d1d5db;
}

.contact-item i {
    color: #00a6fb;
    font-size: 14px;
    width: 18px;
    flex-shrink: 0;
}

.contact-item a {
    color: #d1d5db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #00a6fb;
}

/* Footer Divider */
.footer-divider {
    border-color: #a7a7a7;
    margin: 30px 0 !important;
}

/* Footer Bottom */
.footer-bottom {
    padding: 20px 0 0;
}

.footer-copyright {
    font-size: 13px;
    color: #9ca3af;
    font-weight: 500;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-link {
    color: #d1d5db;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #00a6fb;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-section {
        margin-top: 40px;
    }

    .footer-content {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .footer-title {
        font-size: 14px;
    }

    .footer-links a,
    .footer-description,
    .contact-item {
        font-size: 13px;
    }

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

    .footer-bottom-links {
        justify-content: center;
    }

    .footer-copyright {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .footer-divider {
        margin: 20px 0 !important;
    }

    .footer-bottom-links {
        flex-direction: column;
        gap: 8px;
    }

    .footer-link {
        text-align: center;
    }
}

/* ===========================
   Home Section Styles
   =========================== */

.home-section {
    position: relative;
}
.home-section::before {
    content: '';
    position: absolute;
    background-color: #f2f2f7;
    background-image: url(/front/img/bg.png);
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    opacity: 0.2;
    margin-top: -3rem;
}

.home-banner {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

.home-banner:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.home-banner img {
    transition: none;
}

.home-banner:hover img {
    transform: none;
}

.home-banner-slider .swiper-slide img {
    display: block;
    width: 100%;
}

.home-banner-pagination.swiper-pagination-bullets {
    bottom: 12px;
}

.home-banner-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 0.65;
}

.home-banner-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00a6fb;
}

.home-banner-prev,
.home-banner-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    transition: all 0.25s ease;
}

.home-banner-prev:hover,
.home-banner-next:hover {
    background: rgba(0, 166, 251, 0.9);
}

.home-banner-prev::after,
.home-banner-next::after {
    font-size: 15px;
    font-weight: 700;
}

.popular-products-slider {
    position: relative;
    padding-bottom: 36px;
}

.popular-products-slider .swiper-slide {
    height: auto;
}

.popular-products-pagination.swiper-pagination-bullets {
    bottom: 0;
}

.popular-products-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #b6c0cf;
    opacity: 1;
}

.popular-products-pagination .swiper-pagination-bullet-active {
    background: #00a6fb;
}

.popular-products-prev,
.popular-products-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #1f2937;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.popular-products-prev::after,
.popular-products-next::after {
    font-size: 14px;
    font-weight: 700;
}

.popular-products-prev:hover,
.popular-products-next:hover {
    color: #00a6fb;
    border-color: #00a6fb;
}

@media (max-width: 991px) {
    .popular-products-prev,
    .popular-products-next {
        display: none;
    }
}

.banner-content {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
    padding: 40px 20px;
    border-radius: 8px;
}

.home-sidebar img {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* ===========================
   Product Card Styles
   =========================== */

.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    position: relative;
}

.view-all-link {
    color: #00a6fb;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.view-all-link i {
    transition: transform 0.3s ease;
}

.view-all-link:hover {
    color: #0056b3;
}

.view-all-link:hover i {
    transform: translateX(4px);
}

.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition-duration: 0.3s;
}

.product-card:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    transition-duration: 0.3s;
}

.product-image-wrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 220px;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);
}

.product-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
    line-height: 1.4;
}

.product-description {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 16px;
    line-height: 1.5;
}

.product-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product-prices {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-price-old {
    font-size: 14px;
    color: #9ca3af;
    text-decoration: line-through;
    font-weight: 500;
}

.product-price-current {
    font-size: 20px;
    color: #00a6fb;
    font-weight: 700;
}

.product-add-to-cart {
    background: #f2f2f7;
    color: #333;
    width: 44px;
    height: 44px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid #eee;
}

.product-add-to-cart:hover {
    background: #e1f6ff;
    border-color: #dcf3ff;
}

/* Responsive Product Cards */
@media (max-width: 768px) {
    .section-title {
        font-size: 22px;
    }

    .product-image-wrapper {
        height: 200px;
    }

    .product-title {
        font-size: 15px;
    }

    .product-price-current {
        font-size: 18px;
    }
}

/* ===========================
   Service Card Styles
   =========================== */


.service-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border-color: #e5e7eb;
}

.service-image-wrapper {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
}

.service-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.service-description {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 16px;
    line-height: 1.6;
}

.service-link {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    transition: all 0.3s ease;
}

.service-link i {
    transition: transform 0.3s ease;
}

.service-link:hover {
    color: #0056b3;
}

.service-link:hover i {
    transform: translateX(4px);
}

/* Responsive Services */
@media (max-width: 768px) {
    .service-image-wrapper {
        height: 200px;
    }

    .service-title {
        font-size: 18px;
    }

    .service-content {
        padding: 20px;
    }
}

/* ===========================
   Brand Card Styles
   =========================== */

.brands {
    background: #ffffff;
}

.brand-card {
    display: block;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-card:hover {
    box-shadow: 0 6px 16px rgba(0, 123, 255, 0.15);
}

.brand-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: grayscale(100%);
}

.brand-card:hover .brand-image {
    filter: grayscale(0%);
}

/* Responsive Brands */
@media (max-width: 768px) {
    .brand-card {
        padding: 20px 15px;
        height: 100px;
    }
}

/* ===========================
   About Page Styles
   =========================== */

.about-hero {
    background: linear-gradient(180deg, #f2f2f7 0%, #ffffff 100%);
}

.page-badge {
    background: #fff;
    color: #00a6fb;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 30px;
}

.page-title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 12px;
}

.page-title::before {
    content: '✦';
    color: #00a6fb;
    font-size: 14px;
    line-height: 1;
}

.about-text {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
    max-width: 560px;
}

.about-feature-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #374151;
    font-size: 15px;
    font-weight: 500;
}

.about-feature-item i {
    color: #00a6fb;
    font-size: 16px;
}

.about-image-wrapper {
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 340px;
}

@media (max-width: 991px) {
    .page-title {
        font-size: 28px;
        gap: 10px;
    }

    .page-title::before {
        font-size: 12px;
    }

    .about-text {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .page-title {
        font-size: 24px;
        gap: 8px;
    }

    .page-title::before {
        font-size: 10px;
    }
}

/* ===========================
   Service Details Page
   =========================== */

.service-details-intro {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.8;
    max-width: 760px;
}

.service-details-hero {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(31, 41, 55, 0.06);
}

.service-details-image-wrapper {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    min-height: 360px;
}

.service-details-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-details-summary {
    border-radius: 12px;
    padding: 24px;
}

.service-details-subtitle {
    font-size: 24px;
    color: #1f2937;
    margin-bottom: 16px;
}

.service-details-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-details-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #374151;
    font-size: 15px;
}

.service-details-checklist i {
    color: #00a6fb;
}

.service-details-meta {
    margin-top: 22px;
    text-align: center;
    width: fit-content;
}

.service-meta-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px;
}

.service-meta-item span {
    display: block;
    color: #6b7280;
    font-size: 12px;
    margin-bottom: 4px;
}

.service-meta-item strong {
    color: #1f2937;
    font-size: 18px;
}

.service-details-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 14px;
    padding: 24px;
}

.service-details-card-title {
    font-size: 22px;
    color: #1f2937;
    margin-bottom: 14px;
}

.service-details-text {
    color: #4b5563;
    line-height: 1.8;
    font-size: 15px;
}

.service-include-item {
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-include-item i {
    color: #00a6fb;
}

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

.service-process-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.process-step {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #00a6fb;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.service-process-item p {
    margin-bottom: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.7;
}

.service-details-cta {
    background: linear-gradient(120deg, #00a6fb 0%, #0582ca 100%);
    border-radius: 16px;
    padding: 28px;
    color: #ffffff;
}

.service-details-cta h4 {
    font-size: 27px;
}

.service-details-cta p {
    color: rgba(255, 255, 255, 0.9);
}

.service-details-btn {
    background: #ffffff;
    color: #0077b6;
    border-radius: 30px;
    padding: 12px 22px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-details-btn:hover {
    color: #005b8c;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .service-details-image-wrapper {
        min-height: 280px;
    }

    .service-details-card,
    .service-details-summary {
        padding: 20px;
    }

    .service-details-cta h4 {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .service-details-intro {
        font-size: 15px;
    }

    .service-details-hero {
        padding: 10px;
    }

    .service-details-meta {
        grid-template-columns: 1fr;
    }

    .service-details-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ===========================
   Contact Page Styles
   =========================== */

.contact-intro {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.8;
    max-width: 760px;
}

.contact-info-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 8px 22px rgba(31, 41, 55, 0.05);
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(31, 41, 55, 0.08);
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e1f6ff;
    color: #00a6fb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
}

.contact-info-card h3 {
    font-size: 21px;
    color: #1f2937;
    margin-bottom: 8px;
}

.contact-info-card p,
.contact-info-card span {
    color: #6b7280;
    font-size: 14px;
}

.contact-info-card a {
    color: #007bff;
    font-weight: 600;
}

.contact-box {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(31, 41, 55, 0.06);
}

.contact-side {
    background: linear-gradient(140deg, #00a6fb 0%, #0582ca 100%);
    border-radius: 12px;
    padding: 28px;
    color: #ffffff;
}

.contact-side-title {
    font-size: 30px;
    margin-bottom: 10px;
}

.contact-side-text {
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.8;
    margin-bottom: 20px;
}

.contact-side-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-side-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.contact-side-list i {
    color: #ffffff;
}

.contact-form {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px 8px;
}

.contact-form .form-label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.contact-form .form-control {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    min-height: 46px;
    padding: 10px 14px;
    font-size: 14px;
}

.contact-form textarea.form-control {
    min-height: auto;
}

.contact-submit-btn {
    background: #00a6fb;
    color: #ffffff;
    border: 0;
    border-radius: 30px;
    padding: 12px 24px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-submit-btn:hover {
    background: #0582ca;
    transform: translateY(-2px);
}

.contact-map-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 8px 22px rgba(31, 41, 55, 0.05);
}

.contact-map-card h3 {
    font-size: 24px;
    color: #1f2937;
}

.contact-map-link {
    color: #007bff;
    font-weight: 600;
}

.contact-map-card iframe {
    border-radius: 10px;
}

@media (max-width: 991px) {
    .contact-side-title {
        font-size: 24px;
    }

    .contact-side {
        padding: 22px;
    }
}

@media (max-width: 576px) {
    .contact-intro {
        font-size: 15px;
    }

    .contact-info-card {
        padding: 20px;
    }

    .contact-box {
        padding: 10px;
    }

    .contact-submit-btn {
        width: 100%;
    }
}

/* ===========================
   Product Listing Page
   =========================== */

.product-filters {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 14px;
    padding: 20px;
    position: sticky;
    top: 120px;
}

.filter-title {
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
}

.filter-group {
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 14px;
}

.filter-group:last-of-type {
    border-bottom: none;
    padding-bottom: 4px;
}

.filter-group-title {
    font-size: 15px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 10px;
}

.product-filters .form-check-label {
    color: #4b5563;
    font-size: 14px;
}

.product-filters .form-check-input:checked {
    background-color: #00a6fb;
    border-color: #00a6fb;
}

.filter-price-inputs .form-control {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 14px;
    min-height: 42px;
    padding: 8px 10px;
}

.filter-price-inputs .form-control:focus {
    border-color: #00a6fb;
    box-shadow: 0 0 0 0.2rem rgba(0, 166, 251, 0.18);
}

.filter-price-sep {
    color: #9ca3af;
    font-weight: 600;
    font-size: 14px;
}

.filter-btn {
    background: #00a6fb;
    color: #ffffff;
    border: 1px solid #00a6fb;
    border-radius: 10px;
    font-weight: 600;
    padding: 10px 14px;
}

.filter-btn:hover {
    background: #0095e1;
    color: #ffffff;
}

.product-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 14px 16px;
}

.product-count {
    color: #4b5563;
    font-size: 14px;
}

.product-count strong {
    color: #1f2937;
}

.product-sort label {
    color: #4b5563;
    font-size: 14px;
    font-weight: 600;
}

.product-sort .form-select {
    min-width: 210px;
    border-radius: 10px;
    border-color: #e5e7eb;
    font-size: 14px;
}

@media (max-width: 991px) {
    .product-filters {
        position: static;
        top: auto;
    }
}

@media (max-width: 576px) {
    .product-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

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

    .product-sort .form-select {
        min-width: 0;
        width: 100%;
    }
}

/* ===========================
   Product Details Page
   =========================== */

.product-details-main {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(31, 41, 55, 0.06);
}

.product-details-gallery,
.product-details-info {
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    padding: 16px;
}

.product-details-main-image {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details-main-image img {
    width: 100%;
    height: 320px;
    object-fit: contain;
}

.product-details-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #ef4444;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    padding: 5px 10px;
}

.product-details-thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.product-details-thumbs img {
    width: 100%;
    height: 78px;
    object-fit: contain;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 6px;
    background: #ffffff;
}

.product-details-thumbs img.active {
    border-color: #00a6fb;
    box-shadow: 0 0 0 2px rgba(0, 166, 251, 0.12);
}

.product-details-brand {
    color: #6b7280;
    font-size: 14px;
}

.product-details-title {
    font-size: 30px;
    line-height: 1.25;
    color: #1f2937;
    margin-bottom: 10px;
}

.product-details-desc {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
}

.product-details-price {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-details-price .price-old {
    color: #9ca3af;
    text-decoration: line-through;
    font-size: 18px;
}

.product-details-price .price-current {
    color: #00a6fb;
    font-size: 34px;
    font-weight: 700;
}

.product-details-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    height: 44px;
}

.product-qty button {
    width: 38px;
    height: 100%;
    border: 0;
    background: #f8fafc;
    color: #374151;
    font-weight: 700;
}

.product-qty input {
    width: 56px;
    border: 0;
    text-align: center;
    outline: none;
    height: 100%;
}

.add-to-cart-btn {
    background: #00a6fb;
    color: #ffffff;
    border: 1px solid #00a6fb;
    border-radius: 10px;
    font-weight: 600;
    padding: 10px 16px;
}

.add-to-cart-btn:hover {
    background: #0095e1;
    color: #ffffff;
}

.product-details-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
}

.product-details-meta li {
    font-size: 14px;
    color: #4b5563;
}

.product-details-meta li span {
    color: #1f2937;
    font-weight: 600;
}

.product-details-section {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 14px;
    padding: 22px;
}

.product-details-section h3 {
    font-size: 24px;
    color: #1f2937;
    margin-bottom: 12px;
}

.product-details-section p {
    color: #4b5563;
    line-height: 1.8;
    font-size: 15px;
}

.product-feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #374151;
    font-size: 14px;
}

.product-feature-list i {
    color: #00a6fb;
}

@media (max-width: 991px) {
    .product-details-title {
        font-size: 26px;
    }

    .product-details-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .add-to-cart-btn {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .product-details-main {
        padding: 10px;
    }

    .product-details-gallery,
    .product-details-info,
    .product-details-section {
        padding: 16px;
    }

    .product-details-main-image {
        min-height: 260px;
    }

    .product-details-main-image img {
        height: 260px;
    }

    .product-details-price .price-current {
        font-size: 28px;
    }

    .product-details-meta {
        grid-template-columns: 1fr;
    }
}

/* ===========================
   Login Page Styles
   =========================== */

.login-page {
    position: relative;
}

.login-shell {
    background: #ffffff;
    border: 1px solid #eaf0f6;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(31, 41, 55, 0.08);
}

.login-brand-panel {
    background-image: url('/front/img/login-bg.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 42px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.login-brand-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 166 251 / 28%);
    backdrop-filter: blur(5px);
}

.login-badge {
    display: inline-block;
    width: fit-content;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 12px;
    border-radius: 999px;
    margin-bottom: 16px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.login-panel-title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.login-panel-text {
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 20px;
}

.login-panel-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.login-panel-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 14px;
}

.login-panel-list i {
    color: #ffffff;
}

.login-form-panel {
    padding: 42px 34px;
}

.login-form-title {
    font-size: 32px;
    color: #1f2937;
}

.login-form-subtitle {
    color: #6b7280;
    font-size: 15px;
}

.login-form .form-label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 7px;
}

.login-form .form-control {
    border: 1px solid #dbe4ef;
    border-radius: 12px;
    min-height: 48px;
    padding: 10px 14px;
    font-size: 14px;
}

.login-form .form-control:focus {
    border-color: #00a6fb;
    box-shadow: 0 0 0 0.2rem rgba(0, 166, 251, 0.14);
}

.login-form .form-check-label {
    color: #4b5563;
    font-size: 14px;
}

.login-form .form-check-input:checked {
    background-color: #00a6fb;
    border-color: #00a6fb;
}

.login-link {
    color: #00a6fb;
    font-size: 14px;
    font-weight: 600;
}

.login-link:hover {
    color: #0582ca;
}

.login-submit-btn {
    background: #00a6fb;
    color: #ffffff;
    border: 1px solid #00a6fb;
    border-radius: 12px;
    min-height: 48px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.login-submit-btn:hover {
    background: #0098e6;
    color: #ffffff;
    transform: translateY(-1px);
}

.login-register-text {
    color: #6b7280;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 991px) {
    .login-brand-panel,
    .login-form-panel {
        padding: 30px 24px;
    }

    .login-panel-title,
    .login-form-title {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .login-shell {
        border-radius: 14px;
    }

    .login-brand-panel,
    .login-form-panel {
        padding: 22px 16px;
    }

    .login-panel-title,
    .login-form-title {
        font-size: 24px;
    }
}
/* ===========================
   Profile Page Styles
   =========================== */

.profile-menu {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.profile-menu-item {
    border-bottom: 1px solid #e8e8e8;
    transition: all 0.3s ease;
}

.profile-menu-item:last-child {
    border-bottom: none;
}

.profile-menu-item.active .profile-menu-link {
    background: #f0f7ff;
    color: #00a6fb;
    border-left: 4px solid #00a6fb;
    padding-left: calc(16px - 4px);
}

.profile-menu-link {
    display: block;
    padding: 16px 20px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    padding-left: 20px;
}

.profile-menu-link:hover {
    background: #f8f9fa;
    color: #00a6fb;
}

.profile-menu-link.text-danger:hover {
    background: #fff5f5;
    color: #dc3545;
}

.profile-content {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.profile-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.profile-form {
    width: 100%;
}

.profile-section {
    margin-bottom: 30px;
}

.profile-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.profile-form .form-label {
    font-weight: 500;
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
}

.profile-form .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.profile-form .form-control:focus {
    border-color: #00a6fb;
    box-shadow: 0 0 0 3px rgba(0, 166, 251, 0.1);
}

.profile-form .form-control.is-invalid {
    border-color: #dc3545;
}

.profile-form .form-control.is-invalid:focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.profile-form .invalid-feedback {
    font-size: 13px;
    color: #dc3545;
    margin-top: 5px;
}

.profile-actions {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
}

.profile-actions .btn {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.profile-actions .btn-primary {
    background: #00a6fb;
    border: none;
    color: #fff;
}

.profile-actions .btn-primary:hover {
    background: #0096db;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 166, 251, 0.3);
}

.orders-table-wrapper {
    border: 1px solid #e9edf3;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
}

.orders-table {
    margin-bottom: 0;
    vertical-align: middle;
}

.orders-table thead th {
    background: #f7fbff;
    color: #1f2937;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6edf5;
    padding: 14px 16px;
    white-space: nowrap;
}

.orders-table tbody td {
    border-bottom: 1px solid #eef2f7;
    padding: 14px 16px;
    font-size: 14px;
    color: #374151;
}

.orders-table tbody tr:last-child td {
    border-bottom: none;
}

.orders-table tbody tr:hover {
    background: #fbfdff;
}

.order-number a {
    color: #00a6fb;
    font-weight: 700;
    text-decoration: none;
}

.order-number a:hover {
    color: #0582ca;
}

.order-date {
    color: #6b7280;
    font-weight: 500;
}

.order-total {
    font-weight: 700;
    color: #111827;
}

.order-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.status-completed {
    background: #e8f8ef;
    color: #0f8a4b;
}

.status-processing {
    background: #eaf4ff;
    color: #0b69c7;
}

.status-pending {
    background: #fff6e6;
    color: #b26a00;
}

.status-cancelled {
    background: #ffecee;
    color: #c92a2a;
}

.btn-view-order {
    display: inline;
    color: #1f2937;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.25s ease;
}

.btn-view-order:hover {
    color: #00a6fb;
    text-decoration: underline;
}

.cart-checkout-card {
    background: #fff;
    border: 1px solid #e9edf3;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}

.cart-checkout-card-header {
    padding: 18px 22px;
    border-bottom: 1px solid #eef2f7;
}

.cart-checkout-title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
}

.cart-items-count {
    background: #eaf4ff;
    color: #0b69c7;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
}

.cart-items-list {
    padding: 8px 22px;
}

.cart-item-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #eef2f7;
}

.cart-item-row:last-child {
    border-bottom: none;
}

.cart-item-image-wrap {
    width: 96px;
    height: 96px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.cart-item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-info {
    flex: 1;
    min-width: 0;
}

.cart-item-name {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
}

.cart-item-meta {
    color: #6b7280;
    font-size: 13px;
}

.cart-item-price {
    color: #111827;
    font-size: 18px;
    font-weight: 700;
}

.cart-item-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.qty-btn {
    width: 34px;
    height: 34px;
    border: none;
    background: #f8fafc;
    color: #374151;
    font-weight: 700;
}

.qty-input {
    width: 44px;
    height: 34px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    background: #fff;
}

.remove-item-btn {
    border: none;
    background: transparent;
    color: #ef4444;
    font-size: 13px;
    font-weight: 600;
}

.checkout-side-card {
    padding: 22px;
    position: sticky;
    top: 92px;
}

.checkout-form .form-label {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 7px;
}

.checkout-form .form-control {
    border: 1px solid #dbe4ef;
    border-radius: 10px;
    min-height: 44px;
    font-size: 14px;
    padding: 10px 12px;
}

.checkout-form .form-control:focus {
    border-color: #00a6fb;
    box-shadow: 0 0 0 0.2rem rgba(0, 166, 251, 0.14);
}

.order-summary-box {
    margin-top: 18px;
    border: 1px solid #e9edf3;
    border-radius: 12px;
    padding: 14px;
    background: #fbfdff;
}

.order-summary-title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #374151;
    padding: 7px 0;
}

.summary-total {
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px solid #e5e7eb;
    font-size: 16px;
}

.summary-total strong {
    color: #111827;
    font-size: 18px;
}

.place-order-btn {
    background: #00a6fb;
    border: 1px solid #00a6fb;
    color: #fff;
    border-radius: 12px;
    min-height: 48px;
    font-weight: 700;
}

.place-order-btn:hover {
    background: #0098e6;
    border-color: #0098e6;
    color: #fff;
}

/* Profile Page Responsive */
@media (max-width: 991px) {
    .profile-content {
        padding: 30px;
    }

    .profile-title {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .profile-content {
        padding: 20px;
    }

    .profile-title {
        font-size: 20px;
    }

    .profile-section-title {
        font-size: 16px;
    }

    .profile-menu-link {
        padding: 14px 16px;
        font-size: 14px;
    }

    .orders-table-wrapper {
        border-radius: 12px;
        overflow-x: auto;
    }

    .orders-table thead th,
    .orders-table tbody td {
        padding: 12px;
        font-size: 13px;
    }

    .btn-view-order {
        font-size: 13px;
    }

    .cart-checkout-card-header {
        padding: 16px;
    }

    .cart-checkout-title {
        font-size: 20px;
    }

    .cart-items-list {
        padding: 8px 16px;
    }

    .cart-item-row {
        flex-wrap: wrap;
        gap: 12px;
    }

    .cart-item-image-wrap {
        width: 78px;
        height: 78px;
    }

    .cart-item-name {
        font-size: 14px;
    }

    .cart-item-price {
        font-size: 16px;
    }

    .cart-item-actions {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }

    .checkout-side-card {
        position: static;
        top: auto;
        padding: 16px;
    }
}