:root { --primary-color: #b11e24; --primary-light: #d71a21; --primary-dark: #8a171c; --accent-color: #b11e24; --accent-hover: #8a171c; --secondary-color: #2c3e50; --text-dark: #1a1a2e; --text-light: #6b7280; --text-white: #ffffff; --bg-light: #f8fafc; --bg-dark: #1a1a2e; --card-bg: #ffffff; --border-color: #e2e8f0; --success-color: #10b981; --warning-color: #f59e0b; --shadow-sm: 0 1px 2px rgba(0,0,0,0.05); --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1); --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1); --shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1); --radius-sm: 8px; --radius-md: 12px; --radius-lg: 16px; --radius-xl: 24px; --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); } *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; } *{ font-family: 'Vazir FD', sans-serif; } html { scroll-behavior: smooth; } body { background: var(--bg-light); color: var(--text-dark); line-height: 1.7; direction: rtl; min-height: 100vh; overflow-x: hidden; } img { max-width: 100%; height: auto; display: block; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; } a { text-decoration: none; color: inherit; transition: var(--transition); } ul, ol { list-style: none; } img { max-width: 100%; height: auto; display: block; } .container { max-width: 1320px; margin: 0 auto; padding: 0 20px; width: 100%; box-sizing: border-box; } @media (max-width: 480px) { .container { padding: 0 15px; } } .announcement-bar { background: linear-gradient(90deg, var(--primary-color), var(--primary-light)); padding: 10px 0; text-align: center; color: white; font-size: 14px; font-weight: 500; } .announcement-bar a { color: #ffd700; font-weight: 700; margin: 0 5px; } .announcement-bar a:hover { text-decoration: underline; } .header { background: white; position: sticky; top: 0; z-index: 1000; box-shadow: var(--shadow-md); } .top-bar { background: var(--bg-dark); padding: 10px 0; font-size: 13px; color: rgba(255,255,255,0.9); } .top-bar .container { display: flex; justify-content: space-between; align-items: center; } .top-bar-right { display: flex; gap: 20px; align-items: center; } .top-bar-right span { display: flex; align-items: center; gap: 8px; } .top-bar-right i { color: var(--primary-light); } .top-bar-left { display: flex; gap: 15px; } .top-bar-left a { color: white; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; transition: var(--transition); } .top-bar-left a:hover { background: var(--primary-color); transform: translateY(-2px); } .main-header { padding: 15px 0; border-bottom: 1px solid var(--border-color); } .main-header .container { display: flex; justify-content: space-between; align-items: center; gap: 30px; } .logo { display: flex; align-items: center; gap: 12px; } .logo img, .logo .site-logo { width: auto; max-width: 150px; flex-shrink: 0; object-fit: contain; } .mobile-menu-btn { display: none; background: var(--primary-color); border: none; font-size: 22px; color: white; cursor: pointer; padding: 10px 12px; border-radius: 10px; } .bottom-nav { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: white; box-shadow: 0 -4px 20px rgba(0,0,0,0.1); z-index: 1000; padding: 8px 0; padding-bottom: calc(8px + env(safe-area-inset-bottom)); } .bottom-nav-items { display: flex; justify-content: space-around; align-items: center; max-width: 500px; margin: 0 auto; } .bottom-nav-item { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 8px 16px; color: var(--text-light); font-size: 11px; font-weight: 500; text-decoration: none; transition: all 0.2s ease; border-radius: 12px; position: relative; } button.bottom-nav-item { border: none; background: transparent; font: inherit; cursor: pointer; } .bottom-nav-item i { font-size: 24px; transition: all 0.2s ease; } .bottom-nav-item.active, .bottom-nav-item:hover { color: var(--primary-color); } .bottom-nav-item.active i { transform: scale(1.1); } .bottom-nav-item.active::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 30px; height: 3px; background: var(--primary-color); border-radius: 0 0 3px 3px; } .bottom-nav-center { position: relative; top: -20px; background: linear-gradient(135deg, var(--primary-color), var(--primary-light)); color: white !important; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(177, 30, 36, 0.4); } .bottom-nav-center i { font-size: 26px; } .bottom-nav-center span { display: none; } .cart-badge { position: absolute; top: 2px; right: 10px; background: var(--primary-color); color: white; font-size: 10px; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; } .mobile-nav { display: none; position: fixed; bottom: 0; left: 0; right: 0; max-height: 85vh; background: white; z-index: 2000; transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(100%); overflow-y: auto; border-radius: 24px 24px 0 0; box-shadow: 0 -10px 40px rgba(0,0,0,0.2); } .mobile-nav.active { transform: translateY(0); } .mobile-nav-header { display: flex; justify-content: center; align-items: center; padding: 15px 20px 20px; position: relative; } .mobile-nav-header::before { content: ''; position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 40px; height: 5px; background: #ddd; border-radius: 3px; } .mobile-nav-header .logo { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 auto; } .mobile-nav-header .logo img { height: 35px; } .mobile-nav-header .logo-text h1 { font-size: 18px; } .mobile-nav-close { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); background: var(--bg-light); border: none; font-size: 24px; color: var(--text-dark); cursor: pointer; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; } .mobile-nav-menu { padding: 10px 20px 20px; } .mobile-nav-menu ul { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; } .mobile-nav-menu > ul > li { border-bottom: none; } .mobile-nav-menu > ul > li > a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 15px 10px; color: var(--text-dark); font-weight: 500; font-size: 12px; background: var(--bg-light); border-radius: 16px; transition: all 0.2s ease; text-align: center; } .mobile-nav-menu > ul > li > a:hover, .mobile-nav-menu > ul > li > a:active { background: rgba(177, 30, 36, 0.1); transform: scale(0.95); } .mobile-nav-menu > ul > li > a i { font-size: 26px; color: var(--primary-color); } .mobile-nav-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1999; } .mobile-nav-overlay.active { display: block; } .mobile-nav-contact { padding: 15px 20px; background: linear-gradient(135deg, var(--primary-color), var(--primary-light)); margin: 15px 20px; border-radius: 16px; display: flex; align-items: center; justify-content: center; gap: 15px; } .mobile-nav-contact a { display: flex; align-items: center; gap: 8px; padding: 10px 15px; color: white; font-size: 14px; font-weight: 600; background: rgba(255,255,255,0.2); border-radius: 10px; } .mobile-nav-contact a i { color: white; font-size: 20px; } .mobile-nav-buttons { padding: 10px 20px 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } .mobile-nav-buttons .btn { justify-content: center; padding: 14px; border-radius: 12px; font-weight: 600; } .mobile-quick-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0 20px 15px; } .mobile-quick-action { display: flex; align-items: center; gap: 12px; padding: 15px; background: var(--bg-light); border-radius: 14px; color: var(--text-dark); font-size: 14px; font-weight: 500; } .mobile-quick-action i { font-size: 22px; color: var(--primary-color); } .mobile-nav-menu .has-dropdown > a { display: flex; justify-content: space-between; align-items: center; } .mobile-nav-menu .has-dropdown > a .arrow { transition: var(--transition); } .mobile-nav-menu .mobile-dropdown-menu { display: none; padding: 0 15px 15px; background: var(--bg-light); margin: 0 -10px; border-radius: var(--radius-sm); } .mobile-nav-menu .mobile-dropdown-menu.active { display: block; } .mobile-nav-menu .mobile-dropdown-menu a { display: flex; align-items: center; gap: 8px; padding: 12px 10px; color: var(--text-light); font-size: 14px; border-bottom: 1px solid var(--border-color); } .mobile-nav-menu .mobile-dropdown-menu a:last-child { border-bottom: none; } .mobile-nav-menu .mobile-dropdown-menu a:hover { color: var(--primary-color); } .mobile-nav-contact { padding: 20px; background: linear-gradient(135deg, var(--primary-color), var(--primary-light)); margin: 15px; border-radius: var(--radius-md); color: white; text-align: center; } .mobile-nav-contact i { font-size: 24px; } .mobile-nav-contact p { font-size: 13px; margin-bottom: 5px; opacity: 0.9; } .mobile-nav-contact a { font-size: 18px; font-weight: 700; color: white; direction: ltr; display: inline-block; } .mobile-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1999; } .mobile-overlay.active { display: block; } .header-search { flex: 1; max-width: 450px; } .search-box { display: flex; background: var(--bg-light); border-radius: var(--radius-lg); overflow: hidden; border: 2px solid var(--border-color); transition: var(--transition); } .search-box:focus-within { border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(177, 30, 36, 0.1); } .search-box input { flex: 1; background: transparent; border: none; padding: 12px 20px; color: var(--text-dark); font-family: inherit; font-size: 14px; } .search-box input::placeholder { color: var(--text-light); } .search-box input:focus { outline: none; } .search-box button { background: var(--primary-color); border: none; padding: 12px 20px; color: white; cursor: pointer; transition: var(--transition); } .search-box button:hover { background: var(--primary-dark); } .header-contact { display: flex; align-items: center; gap: 12px; padding: 10px 20px; background: linear-gradient(135deg, rgba(177, 30, 36, 0.05), rgba(215, 26, 33, 0.05)); border-radius: var(--radius-md); border: 1px solid rgba(177, 30, 36, 0.1); } .header-contact .icon { width: 45px; height: 45px; background: var(--primary-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 20px; } .header-contact .info { text-align: right; } .header-contact .info span { display: block; font-size: 11px; color: var(--text-light); } .header-contact .info strong { font-size: 16px; color: var(--primary-color); font-weight: 800; direction: ltr; display: inline-block; } .header-actions { display: flex; gap: 12px; } .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 24px; border-radius: var(--radius-md); font-weight: 600; font-size: 14px; cursor: pointer; border: none; transition: var(--transition); font-family: inherit; } .btn-primary { background: var(--primary-color); color: white; } .btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 5px 20px rgba(177, 30, 36, 0.3); } .btn-outline { background: transparent; border: 2px solid var(--primary-color); color: var(--primary-color); } .btn-outline:hover { background: var(--primary-color); color: white; } .btn-secondary { background: var(--secondary-color); color: white; } .btn-secondary:hover { background: #1a252f; } .btn-success { background: var(--success-color); color: white; } .related-content { margin-top: 60px; border-top: 1px solid rgba(148,163,184,0.3); padding-top: 40px; } .related-header { max-width: 680px; margin-bottom: 30px; } .related-title { font-size: 22px; margin-bottom: 10px; display: flex; align-items: center; gap: 12px; } .related-title i { color: var(--primary-color); } .related-subtitle { margin: 0; font-size: 14px; color: var(--text-light); } .related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .related-column-title { font-size: 16px; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .related-column-title i { color: var(--primary-color); } .related-items { display: flex; flex-direction: column; gap: 12px; } .related-card { background: var(--bg-card); border-radius: 14px; padding: 14px 16px; text-decoration: none; color: inherit; display: flex; gap: 14px; align-items: center; transition: all 0.2s ease; border: 1px solid rgba(148,163,184,0.3); } .related-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.18); border-color: var(--primary-color); } .related-card-thumb img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.2s ease; } .related-card:hover .related-card-thumb img { transform: scale(1.05); } .related-card-thumb-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #b11e24, #d71a21); color: white; font-size: 26px; } .related-card-body { display: flex; flex-direction: column; gap: 6px; } .related-card-title { margin: 0; font-size: 15px; font-weight: 600; } .related-card-meta { display: flex; flex-wrap: wrap; gap: 8px; font-size: 12px; } .related-card-price { color: #22c55e; font-weight: 700; } .related-card-excerpt { margin: 0; font-size: 13px; color: var(--text-light); } .related-card-tag { display: inline-flex; align-items: center; gap: 6px; padding: 4px 8px; border-radius: 999px; background: rgba(148,163,184,0.12); color: var(--text-light); } .related-card-tag i { font-size: 11px; } .product-inquiry-box { background: linear-gradient(135deg, rgba(249, 115, 22, 0.08), rgba(234, 88, 12, 0.12)); padding: 25px; border-radius: 16px; margin-bottom: 25px; border: 1px solid rgba(249, 115, 22, 0.3); } .product-inquiry-inner { display: flex; flex-direction: column; gap: 15px; } .product-inquiry-title { margin: 0 0 10px 0; font-size: 18px; display: flex; align-items: center; gap: 10px; } .product-inquiry-title i { color: #f97316; } .product-inquiry-description { margin: 0; color: var(--text-light); font-size: 14px; line-height: 1.8; } .product-inquiry-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; align-items: flex-end; } .product-inquiry-field { display: flex; flex-direction: column; gap: 6px; } .product-inquiry-field--full { grid-column: 1 / -1; } .product-inquiry-label { font-size: 13px; } .product-inquiry-input, .product-inquiry-textarea { background: var(--bg-light); border-radius: 10px; border: 1px solid rgba(148,163,184,0.6); padding: 10px 12px; font-size: 14px; } .product-inquiry-textarea { resize: vertical; } .product-inquiry-actions { width: 100%; } .product-inquiry-button { width: 100%; padding: 12px 20px; font-size: 15px; border-radius: 10px; } .main-nav-wrapper { background: white; border-bottom: 3px solid var(--primary-color); } .main-nav { padding: 0; } .main-nav ul { display: flex; gap: 5px; justify-content: center; } .main-nav > ul > li > a { color: var(--text-dark); padding: 15px 20px; font-weight: 600; font-size: 14px; display: flex; align-items: center; gap: 8px; transition: var(--transition); position: relative; } .main-nav > ul > li > a::after { content: ''; position: absolute; bottom: 0; right: 0; left: 0; height: 3px; background: var(--primary-color); transform: scaleX(0); transition: var(--transition); } .main-nav > ul > li > a:hover, .main-nav > ul > li > a.active { color: var(--primary-color); } .main-nav > ul > li > a:hover::after, .main-nav > ul > li > a.active::after { transform: scaleX(1); } .main-nav .dropdown { position: relative; } .main-nav .dropdown-menu { position: absolute; top: 100%; right: 0; background: var(--card-bg); border-radius: var(--radius-md); box-shadow: var(--shadow-xl); min-width: 220px; padding: 10px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: var(--transition); border: 1px solid var(--border-color); z-index: 100; } .main-nav .dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); } .dropdown-menu a { color: var(--text-dark); padding: 12px 15px; border-radius: var(--radius-sm); display: flex; align-items: center; gap: 10px; } .dropdown-menu a:hover { background: rgba(177, 30, 36, 0.05); color: var(--primary-color); } .dropdown-menu a i { color: var(--primary-color); } .hero { background: linear-gradient(135deg, #1a1a2e 0%, #2c3e50 100%); padding: 80px 0 100px; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); opacity: 0.5; } .hero .container { position: relative; z-index: 1; } .hero-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .hero-text h2 { font-size: 42px; font-weight: 900; color: var(--text-white); line-height: 1.4; margin-bottom: 20px; } .hero-text h2 span { color: var(--primary-light); } .hero-text p { font-size: 17px; color: rgba(255,255,255,0.8); margin-bottom: 30px; line-height: 1.9; } .hero-buttons { display: flex; gap: 15px; flex-wrap: wrap; } .hero-buttons .btn { padding: 15px 30px; font-size: 15px; } .btn-hero-portfolio { background: linear-gradient(135deg, #d71a21 0%, #b11e24 100%); color: #fff !important; border: none; box-shadow: 0 4px 15px rgba(183, 30, 36, 0.4); position: relative; overflow: hidden; } .btn-hero-portfolio::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); transition: left 0.5s ease; } .btn-hero-portfolio:hover { background: linear-gradient(135deg, #b11e24 0%, #8f181e 100%); color: #fff !important; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(183, 30, 36, 0.5); } .btn-hero-portfolio:hover::before { left: 100%; } .btn-hero-outline { border-color: rgba(255,255,255,0.8) !important; color: #fff !important; } .btn-hero-outline:hover { background: rgba(255,255,255,0.15) !important; border-color: #fff !important; color: #fff !important; } .hero-features { display: flex; gap: 25px; margin-top: 40px; flex-wrap: wrap; } .hero-feature { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.9); font-size: 14px; background: rgba(255,255,255,0.1); padding: 10px 18px; border-radius: var(--radius-md); } .hero-feature i { color: var(--primary-light); font-size: 18px; } .hero-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } .stat-card { background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.2); border-radius: var(--radius-lg); padding: 30px; text-align: center; transition: var(--transition); } .stat-card:hover { transform: translateY(-5px); background: rgba(255,255,255,0.15); border-color: var(--primary-light); } .stat-card .icon { width: 65px; height: 65px; background: linear-gradient(135deg, var(--primary-color), var(--primary-light)); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; font-size: 28px; color: white; } .stat-card .number { font-size: 36px; font-weight: 900; color: var(--text-white); margin-bottom: 5px; } .stat-card .label { color: rgba(255,255,255,0.7); font-size: 14px; } .trust-section { background: var(--card-bg); padding: 50px 0; border-bottom: 1px solid var(--border-color); } .trust-section-footer { background: var(--bg-light); padding: 28px 0; border-bottom: 1px solid var(--border-color); } .trust-section-footer .trust-stats { display: flex; flex-wrap: nowrap; justify-content: center; gap: 12px; } .trust-section-footer .trust-item { flex: 0 0 auto; padding: 10px 14px; gap: 10px; min-width: 0; } .trust-section-footer .trust-icon { width: 36px; height: 36px; font-size: 16px; } .trust-section-footer .trust-info h4 { font-size: 13px; font-weight: 700; margin-bottom: 0; white-space: nowrap; } .trust-section-footer .trust-info p { display: none; } .trust-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; } .trust-item { display: flex; align-items: center; gap: 15px; padding: 20px; border-radius: var(--radius-md); background: var(--bg-light); border: 1px solid var(--border-color); transition: var(--transition); } .trust-item:hover { border-color: var(--primary-color); box-shadow: var(--shadow-md); } .trust-icon { width: 60px; height: 60px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: 26px; flex-shrink: 0; background: linear-gradient(135deg, var(--primary-color), var(--primary-light)); color: white; } .trust-info h4 { font-size: 24px; font-weight: 800; color: var(--primary-color); margin-bottom: 3px; } .trust-info p { font-size: 13px; color: var(--text-light); } .categories-section { padding: 30px 0; } .section-header { text-align: center; margin-bottom: 20px; } .section-header h3 { font-size: 32px; font-weight: 800; color: var(--text-dark); margin-bottom: 15px; } .section-header h3 span { color: var(--primary-color); } .section-header p { font-size: 16px; color: var(--text-light); max-width: 600px; margin: 0 auto; } .categories-slider { position: relative; } .categories-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; } .categories-slide { display: contents; } .categories-dots { display: none; } @media (max-width: 768px) { .categories-slider { overflow: hidden; touch-action: pan-y; -webkit-user-select: none; user-select: none; } .categories-slider .categories-grid { display: flex; width: 100%; transition: transform 0.3s ease; gap: 0; } .categories-slide { min-width: 100%; flex-shrink: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0 6px 6px; box-sizing: border-box; } .categories-dots { display: flex; justify-content: center; gap: 8px; margin-top: 14px; padding: 0 8px; } .categories-dot { width: 8px; height: 8px; border-radius: 999px; border: none; background: #e5e7eb; cursor: pointer; padding: 0; transition: all 0.25s ease; } .categories-dot:hover { background: #d1d5db; } .categories-dot.active { width: 22px; background: var(--primary-color); } } .category-card { background: var(--card-bg); border-radius: var(--radius-lg); padding: 35px 25px; text-align: center; box-shadow: var(--shadow-md); border: 2px solid var(--border-color); transition: var(--transition); position: relative; overflow: hidden; } .category-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary-color), var(--primary-light)); transform: scaleX(0); transition: var(--transition); } .category-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-xl); border-color: var(--primary-color); } .category-card:hover::before { transform: scaleX(1); } .category-icon { width: 85px; height: 85px; border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 38px; background: linear-gradient(135deg, rgba(177, 30, 36, 0.1), rgba(215, 26, 33, 0.1)); color: var(--primary-color); } .category-card h4 { font-size: 18px; font-weight: 700; color: var(--text-dark); margin-bottom: 10px; } .category-card p { font-size: 14px; color: var(--text-light); margin-bottom: 15px; } .category-card .count { display: inline-block; background: linear-gradient(135deg, var(--primary-color), var(--primary-light)); padding: 8px 18px; border-radius: 25px; font-size: 13px; color: white; font-weight: 600; } .products-section { padding: 80px 0; background: var(--bg-light); } .home-section-compact { padding-top: 44px; padding-bottom: 44px; } .home-section-gray { background: #eef0f3 !important; } .home-section-gray .section-header p { color: #4b5563; } .home-section-gray .product-content .product-category, .home-section-gray .product-content .product-meta, .home-section-gray .course-content .course-stats { color: #4b5563; } .home-call-section { padding: 48px 0; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); position: relative; overflow: hidden; } .home-call-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse 80% 50% at 20% 50%, rgba(177, 30, 36, 0.15) 0%, transparent 50%), radial-gradient(ellipse 60% 40% at 80% 50%, rgba(177, 30, 36, 0.08) 0%, transparent 50%); pointer-events: none; } .home-call-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; position: relative; z-index: 1; } .home-call-text { flex: 1; min-width: 260px; } .home-call-title { font-size: 26px; font-weight: 800; color: #fff; margin-bottom: 10px; line-height: 1.35; } .home-call-subtitle { font-size: 16px; color: rgba(255, 255, 255, 0.85); margin: 0; } .home-call-phone { display: flex; align-items: center; justify-content: center; padding: 20px 32px; background: rgba(255, 255, 255, 0.12); border: 2px solid rgba(255, 255, 255, 0.2); border-radius: var(--radius-lg); color: #fff; text-decoration: none; transition: var(--transition); backdrop-filter: blur(8px); } .home-call-phone:hover { background: var(--primary-color); border-color: var(--primary-color); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 24px rgba(177, 30, 36, 0.4); } .home-call-phone-content { display: flex; align-items: center; gap: 20px; } .home-call-number-wrap { text-align: right; } .home-call-number { display: block; font-size: 22px; font-weight: 700; letter-spacing: 0.02em; } .home-call-alt { font-size: 13px; color: rgba(255, 255, 255, 0.8); margin: 6px 0 0 0; } .home-call-icon-wrap { width: 52px; height: 52px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); display: flex; align-items: center; justify-content: center; font-size: 22px; transition: var(--transition); } .home-call-phone:hover .home-call-icon-wrap { background: rgba(255, 255, 255, 0.25); } .tab-btn { padding: 12px 28px; border-radius: var(--radius-lg); background: var(--card-bg); border: 2px solid var(--border-color); color: var(--text-dark); font-weight: 600; font-size: 14px; cursor: pointer; transition: var(--transition); font-family: inherit; } .tab-btn:hover, .tab-btn.active { background: var(--primary-color); border-color: var(--primary-color); color: white; } .products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; } .product-card { background: var(--card-bg); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--border-color); transition: var(--transition); cursor: pointer; display: block; text-decoration: none; color: inherit; } .product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); } .product-image { position: relative; width: 100%; aspect-ratio: 2100 / 1040; background: linear-gradient(135deg, var(--primary-color), var(--primary-light)); overflow: hidden; } .product-image img { width: 100%; height: 100%; object-fit: cover; display: block; } .product-badge { position: absolute; top: 15px; right: 15px; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 600; } .badge-bestseller { background: var(--warning-color); color: white; } .product-actions { position: absolute; bottom: 15px; left: 15px; right: 15px; display: flex; gap: 10px; opacity: 0; transform: translateY(10px); transition: var(--transition); } .product-card:hover .product-actions { opacity: 1; transform: translateY(0); } .product-actions .btn { flex: 1; padding: 10px; font-size: 13px; } .product-content { padding: 20px; } .product-category { font-size: 12px; color: var(--primary-color); font-weight: 600; margin-bottom: 8px; } .product-title { font-size: 16px; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; line-height: 1.5; } .product-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; font-size: 13px; color: var(--text-light); } .product-sales { display: flex; align-items: center; gap: 5px; } .product-sales i { color: var(--primary-color); } .product-rating { display: flex; align-items: center; gap: 3px; color: #fbbf24; } .product-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 15px; border-top: 1px solid var(--border-color); } .product-price { font-size: 18px; font-weight: 800; color: var(--primary-color); } .product-price small { font-size: 12px; font-weight: 400; color: var(--text-light); } .old-price { font-size: 13px; color: var(--text-light); text-decoration: line-through; margin-right: 8px; } .courses-section { padding: 80px 0; } .courses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } .course-card { background: var(--card-bg); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--border-color); transition: var(--transition); cursor: pointer; display: block; text-decoration: none; color: inherit; } .course-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); } .course-image { position: relative; height: 200px; background: linear-gradient(135deg, var(--secondary-color), #34495e); } .course-image img { width: 100%; height: 100%; object-fit: cover; } .course-status { position: absolute; top: 15px; right: 15px; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 600; background: rgba(0,0,0,0.7); color: white; } .course-duration { position: absolute; bottom: 15px; left: 15px; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 600; background: var(--primary-color); color: white; display: flex; align-items: center; gap: 5px; } .course-content { padding: 25px; } .course-instructor { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; } .instructor-avatar { width: 45px; height: 45px; border-radius: 50%; background: var(--primary-color); display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 16px; } .instructor-info h5, .course-instructor-name { font-size: 14px; font-weight: 600; color: var(--text-dark); margin: 0; } .instructor-info span { font-size: 12px; color: var(--text-light); } .course-title { font-size: 17px; font-weight: 700; color: var(--text-dark); margin-bottom: 15px; line-height: 1.5; } .course-stats { display: flex; gap: 20px; margin-bottom: 20px; font-size: 13px; color: var(--text-light); } .course-stats span { display: flex; align-items: center; gap: 5px; } .course-stats i { color: var(--primary-color); } .course-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid var(--border-color); } .course-price { font-size: 20px; font-weight: 800; color: var(--primary-color); } .course-price.free { color: var(--success-color); } .footer { background: var(--bg-dark); color: rgba(255,255,255,0.8); padding-top: 80px; } .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 2fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.1); } .footer-about .logo-text h1 { color: white; } .footer-about p { font-size: 14px; line-height: 1.9; margin-bottom: 25px; } .footer-social { display: flex; gap: 12px; } .footer-social a { width: 42px; height: 42px; border-radius: var(--radius-sm); background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: white; transition: var(--transition); } .footer-social a:hover { background: var(--primary-color); transform: translateY(-3px); } .footer-column h4 { font-size: 16px; font-weight: 700; color: white; margin-bottom: 25px; position: relative; padding-bottom: 12px; } .footer-column h4::after { content: ''; position: absolute; bottom: 0; right: 0; width: 40px; height: 3px; background: var(--primary-color); border-radius: 3px; } .footer-column ul li { margin-bottom: 12px; } .footer-column ul a { font-size: 14px; color: rgba(255,255,255,0.7); display: flex; align-items: center; gap: 8px; } .footer-column ul a:hover { color: var(--primary-light); padding-right: 5px; } .footer-column ul a i { font-size: 10px; color: var(--primary-color); } .footer-contact li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 15px; } .footer-contact i { color: var(--primary-color); margin-top: 5px; } .footer-bottom { padding: 25px 0; } .footer-bottom .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; } .footer-bottom p { font-size: 14px; margin: 0; } .payment-methods { display: flex; gap: 10px; } .payment-methods span { background: rgba(255,255,255,0.1); padding: 8px 15px; border-radius: 8px; font-size: 13px; display: flex; align-items: center; gap: 8px; } @media (max-width: 1200px) { .products-grid { grid-template-columns: repeat(3, 1fr); } .footer-grid { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 992px) { .hero-content { grid-template-columns: 1fr; text-align: center; } .hero-text h2 { font-size: 32px; } .hero-buttons { justify-content: center; } .hero-features { justify-content: center; } .hero-stats { margin-top:0 40px; } .trust-stats { grid-template-columns: repeat(2, 1fr); } .categories-grid { grid-template-columns: repeat(2, 1fr); } .products-grid { grid-template-columns: repeat(2, 1fr); } .courses-grid { grid-template-columns: repeat(2, 1fr); } .main-nav-wrapper { display: none; } .header-search { display: none; } .header-contact { display: none; } .header-actions { display: none; } .mobile-menu-btn { display: block; } .mobile-nav { display: block; } .bottom-nav { display: block; } body { padding-bottom: 75px; } .main-header .container { gap: 10px; justify-content: space-between; } .logo { max-width: 180px; flex: 1; } .logo img { height: 32px; max-width: 60px; } .top-bar { display: none; } .announcement-bar { font-size: 11px; padding: 8px 10px; } .header { position: sticky; top: 0; } .section-header { padding: 0 10px; } .tab-btn { padding: 8px 16px; font-size: 13px; } } @media (max-width: 768px) { .hero-text h2 { font-size: 22px; line-height: 1.4; } .hero-text p { font-size: 14px; } .hero-buttons { flex-direction: column; gap: 10px; } .hero-buttons .btn { width: 100%; justify-content: center; } .hero-features { flex-direction: column; gap: 8px; } .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 15px; } .stat-card { padding: 15px; } .stat-card .number { font-size: 24px; } .trust-stats { grid-template-columns: repeat(2, 1fr); gap: 10px; } .trust-item { padding: 15px; } .categories-grid { grid-template-columns: 1fr; } .products-grid { grid-template-columns: 1fr; } .courses-grid { grid-template-columns: 1fr; } .section-header h3 { font-size: 22px; } .section-header p { font-size: 14px; } .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 30px; } .footer-column h4::after { left: 50%; right: auto; transform: translateX(-50%); } .footer-about .logo { justify-content: center; } .footer-social { justify-content: center; } .footer-bottom .container { flex-direction: column; text-align: center; gap: 15px; } .top-bar .container { flex-direction: column; gap: 10px; } .products-page { padding: 20px 0 80px; } .products-layout { grid-template-columns: 1fr; gap: 15px; } .filter-sidebar { position: static; margin-bottom: 15px; padding: 12px; display: none; overflow: hidden; } .filter-sidebar.active { display: block; } .filter-section { margin-bottom: 15px; padding-bottom: 15px; } .filter-section h4 { font-size: 14px; margin-bottom: 10px; } .price-range { flex-direction: column; gap: 8px; } .price-range input { width: 100%; padding: 10px; } .price-range span { display: none; } .products-header { flex-direction: column; gap: 15px; text-align: center; } .products-list { grid-template-columns: 1fr; } .product-detail-grid { grid-template-columns: 1fr; gap: 30px; } .product-gallery { position: static; } .product-main-image-wrap { aspect-ratio: 2100 / 1040; } .product-info h1 { font-size: 22px; } .product-price-box .price { font-size: 26px; } .product-actions-box { flex-direction: column; } .product-tabs-header { flex-wrap: wrap; } .product-tabs-header button { flex: 1 1 50%; padding: 12px; font-size: 13px; } .cart-page { padding: 20px 0 80px; } .cart-layout { grid-template-columns: 1fr; gap: 20px; } .cart-header { display: none; } .cart-item { grid-template-columns: 80px 1fr; text-align: right; gap: 15px; padding: 15px; } .cart-item-info { flex-direction: column; align-items: flex-start; } .cart-item-title { font-size: 14px; } .cart-item-price { font-size: 14px; } .cart-summary { position: static; padding: 20px 15px; } .cart-summary h3 { font-size: 18px; } .checkout-page { padding: 40px 0 80px; } .checkout-layout { grid-template-columns: 1fr; gap: 20px; } .form-row { grid-template-columns: 1fr; } .form-group label { font-size: 13px; } .form-group input, .form-group select, .form-group textarea { padding: 12px; font-size: 14px; } .dashboard-page { padding: 20px 0 80px; } .dashboard-page .container { padding: 0 10px; } .dashboard-layout { grid-template-columns: 1fr !important; gap: 15px; } .dashboard-sidebar { order: -1; padding: 15px; border-radius: 12px; } .dashboard-content { padding: 0; } .dashboard-header { margin-bottom: 15px; } .dashboard-header h2 { font-size: 18px !important; } .data-table { font-size: 11px !important; min-width: 450px; } .data-table th, .data-table td { padding: 8px 6px !important; white-space: nowrap; } .data-table .btn { padding: 4px 10px !important; font-size: 10px !important; } .tickets-list { gap: 10px; } .ticket-item { padding: 12px; } .ticket-item h4 { font-size: 13px; } .course-detail-grid { grid-template-columns: 1fr; } .course-sidebar { position: static; } .support-grid { grid-template-columns: 1fr; } .category-main-card { flex-direction: column; text-align: center; } .category-sub-list { justify-content: center; } .page-title { font-size: 20px; } .breadcrumb { font-size: 11px; flex-wrap: wrap; justify-content: center; } .breadcrumb a, .breadcrumb span { white-space: nowrap; } .courses-page { padding: 20px 0 80px; } .course-detail-page { padding: 20px 0 80px; } .support-page { padding: 20px 0 80px; } .faq-item { padding: 15px; } .faq-question { font-size: 14px; } .product-detail-page { padding: 20px 0 80px; } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } } .animate-fade-in { animation: fadeInUp 0.6s ease forwards; } .pulse { animation: pulse 2s infinite; } .breadcrumb-section { padding: 20px 0; background: linear-gradient(189deg, #261314, #7d181c); } .breadcrumb { display: flex; align-items: center; gap: 10px; font-size: 14px; } .breadcrumb a { color: rgba(255,255,255,0.7); } .breadcrumb a:hover { color: var(--primary-light); } .breadcrumb i { color: rgba(255,255,255,0.5); font-size: 12px; } .breadcrumb span { color: var(--primary-light); } .page-title { color: white; font-size: 32px; font-weight: 800; } .page-hero { background: #1a1a2e; background-image: radial-gradient(circle at 20% 30%, rgba(177, 30, 36, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.1) 0%, transparent 50%); padding: 30px 0 20px; text-align: center; color: #fff; position: relative; overflow: hidden; } .page-hero .container { position: relative; z-index: 2; } .page-hero-breadcrumb { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; margin-bottom: 24px; } .page-hero-breadcrumb a { color: rgba(255, 255, 255, 0.75); text-decoration: none; transition: color 0.25s ease; } .page-hero-breadcrumb a:hover { color: var(--primary-light); } .page-hero-breadcrumb i { color: rgba(255, 255, 255, 0.5); font-size: 11px; } .page-hero-breadcrumb span { color: rgba(255, 255, 255, 0.9); } .page-hero-title { font-size: 42px; font-weight: 900; margin: 0 0 20px; letter-spacing: -0.5px; color: #fff; line-height: 1.2; } .page-hero .hero-line { width: 80px; height: 5px; background: var(--primary-color); margin: 0 auto 24px; border-radius: 10px; } .page-hero-subtitle { font-size: 17px; opacity: 0.9; max-width: 560px; margin: 0 auto; line-height: 1.8; color: rgba(255, 255, 255, 0.9); } .page-hero-extra { margin-top: 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; } .page-hero-extra .rss-link:hover { background: rgba(255, 152, 0, 0.35) !important; color: #ffb74d; } @media (max-width: 768px) { .page-hero { padding: 80px 0 50px; } .page-hero-title { font-size: 28px; } .page-hero-subtitle { font-size: 15px; } } .category-main-card { display: flex; gap: 25px; background: var(--card-bg); padding: 30px; border-radius: var(--radius-lg); border: 1px solid var(--border-color); box-shadow: var(--shadow-md); transition: var(--transition); } .category-main-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); border-color: var(--primary-color); } .category-main-icon { width: 80px; height: 80px; border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; font-size: 36px; color: white; flex-shrink: 0; } .category-main-content h3 { font-size: 20px; font-weight: 700; color: var(--text-dark); margin-bottom: 10px; } .category-main-content p { font-size: 14px; color: var(--text-light); margin-bottom: 15px; line-height: 1.6; } .category-sub-list { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 15px; } .category-sub-list li a { font-size: 12px; color: var(--text-light); background: var(--bg-light); padding: 5px 12px; border-radius: 20px; transition: var(--transition); } .category-sub-list li a:hover { background: var(--primary-color); color: white; } .category-count { display: inline-block; background: linear-gradient(135deg, var(--primary-color), var(--primary-light)); color: white; padding: 6px 15px; border-radius: 20px; font-size: 13px; font-weight: 600; } .products-page { padding: 40px 0 80px; } .products-layout { display: grid; grid-template-columns: 280px 1fr; gap: 30px; } .filter-sidebar { background: var(--card-bg); border-radius: var(--radius-lg); padding: 25px; border: 1px solid var(--border-color); height: fit-content; position: sticky; top: 50px; overflow: hidden; box-sizing: border-box; } .filter-section { margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid var(--border-color); } .filter-section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .filter-section h4 { font-size: 16px; font-weight: 700; color: var(--text-dark); margin-bottom: 15px; display: flex; align-items: center; gap: 8px; } .filter-section h4 i { color: var(--primary-color); } .filter-list { display: flex; flex-direction: column; gap: 10px; } .filter-list label { display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14px; color: var(--text-dark); } .filter-list input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--primary-color); } .filter-list .count { margin-right: auto; font-size: 12px; color: var(--text-light); } .price-range { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; } .price-range input { flex: 1; min-width: 0; max-width: 100%; padding: 10px 8px; border: 1px solid var(--border-color); border-radius: var(--radius-sm); font-family: inherit; font-size: 13px; box-sizing: border-box; text-align: center; } .filter-sidebar .filter-btn, .products-page .filter-btn { width: 100%; margin-top: 15px; } .products-content { display: flex; flex-direction: column; gap: 20px; } .products-header { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background: var(--card-bg); border-radius: var(--radius-md); border: 1px solid var(--border-color); } .products-count { font-size: 14px; color: var(--text-light); } .products-count strong { color: var(--primary-color); } .products-sort { display: flex; align-items: center; gap: 10px; } .products-sort label { font-size: 14px; color: var(--text-dark); } .products-sort select { padding: 8px 15px; border: 1px solid var(--border-color); border-radius: var(--radius-sm); font-family: inherit; background: white; cursor: pointer; } .products-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; } .product-detail-page { padding: 40px 0 80px; } .product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-bottom: 60px; } .product-gallery { top: 100px; } .product-main-image-wrap { position: relative; width: 100%; aspect-ratio: 2100 / 1040; border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 20px; background: var(--bg-light); } .product-main-image-wrap .product-main-image-img { width: 100%; height: 100%; object-fit: contain; display: block; } .product-main-image-wrap .product-main-image-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #b11e24, #d71a21); color: #fff; font-size: clamp(60px, 10vw, 100px); } .product-main-image { width: 100%; height: 400px; background: var(--bg-light); border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 15px; } .product-main-image img { width: 100%; height: 100%; object-fit: contain; } .gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; } .gallery-thumb { border-radius: 8px; overflow: hidden; cursor: pointer; border: 2px solid transparent; transition: all 0.3s ease; aspect-ratio: 2100 / 1040; background: var(--bg-light); } .gallery-thumb:hover, .gallery-thumb.active { border-color: var(--primary-color); } .gallery-thumb img { width: 100%; height: 100%; object-fit: contain; display: block; } .product-thumbnails { display: flex; gap: 10px; } .product-thumbnails img { width: 80px; height: auto; aspect-ratio: 2100 / 1040; object-fit: contain; border-radius: var(--radius-sm); cursor: pointer; border: 2px solid transparent; transition: var(--transition); } .product-thumbnails img:hover, .product-thumbnails img.active { border-color: var(--primary-color); } .product-info h1 { font-size: 28px; font-weight: 800; color: var(--text-dark); margin-bottom: 15px; } .product-meta-info { display: flex; gap: 20px; margin-bottom: 20px; font-size: 14px; color: var(--text-light); } .product-meta-info span { display: flex; align-items: center; gap: 5px; } .product-meta-info i { color: var(--primary-color); } .product-features { margin-bottom: 28px; } .product-features-title { font-size: 15px; font-weight: 700; color: var(--text-dark); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; } .product-features-title i { color: #22c55e; font-size: 18px; } .product-features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; } .product-feature-item { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: linear-gradient(135deg, rgba(34, 197, 94, 0.06) 0%, rgba(34, 197, 94, 0.02) 100%); border-radius: 12px; border: 1px solid rgba(34, 197, 94, 0.15); transition: all 0.25s ease; font-size: 14px; font-weight: 500; color: var(--text-dark); } .product-feature-item:hover { background: linear-gradient(135deg, rgba(34, 197, 94, 0.1) 0%, rgba(34, 197, 94, 0.04) 100%); border-color: rgba(34, 197, 94, 0.25); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(34, 197, 94, 0.08); } .product-feature-item i { color: #22c55e; font-size: 14px; width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; background: rgba(34, 197, 94, 0.12); border-radius: 8px; flex-shrink: 0; } @media (max-width: 480px) { .product-features-grid { grid-template-columns: 1fr; } } .product-stats-section { margin-bottom: 25px; padding: 16px 20px; background: var(--bg-light); border-radius: 12px; } .product-stats-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 0; justify-content: space-between; } .product-stats-row + .product-stats-row { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.08); } .product-stats-row--compact .product-stat-value { font-size: 20px; } .product-stat-item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 10px; flex-shrink: 0; } .product-stat-value { font-size: 14px; font-weight: 700; color: var(--text-dark); } .product-stat-value--blue { color: #3b82f6; } .product-stat-value--green { color: #22c55e; } .product-stat-label { font-size: 11px; color: var(--text-light); margin-top: 3px; } .product-stat-divider { width: 1px; height: 32px; background: rgba(255, 255, 255, 0.1); flex-shrink: 0; } .product-stat-rating .product-stat-value { color: #f59e0b; } .product-stat-stars { display: inline-flex; align-items: center; gap: 2px; } .product-stat-stars--single { position: relative; display: inline-flex; width: 1em; height: 1em; font-size: 18px; } .product-stat-stars--single .product-stat-star-bg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(245, 158, 11, 0.35); } .product-stat-stars--single .product-stat-star-bg i, .product-stat-stars--single .product-stat-star-fill i { font-size: 1em; } .product-stat-stars--single .product-stat-star-fill { position: absolute; top: 0; left: 0; height: 100%; overflow: hidden; display: flex; align-items: center; justify-content: flex-start; color: #f59e0b; } .product-stat-stars--single .product-stat-star-fill i { flex-shrink: 0; } .product-stat-star { font-size: 15px; transition: transform 0.2s ease; } .product-stat-star--filled { color: #f59e0b; } .product-stat-star--empty { color: rgba(245, 158, 11, 0.35); } .product-stat-rating:hover .product-stat-star--filled { transform: scale(1.1); } .product-stat-star-label { font-size: 12px; color: var(--text-light); margin-right: 2px; } @media (max-width: 1200px) { .product-stats-row--single { flex-wrap: wrap; gap: 12px 0; } .product-stats-row--single .product-stat-divider { display: none; } .product-stats-row--single .product-stat-item { padding: 6px 12px; } } @media (max-width: 992px) { .product-stats-row { gap: 16px; justify-content: flex-start; } .product-stats-row--single { flex-wrap: wrap; } .product-stat-divider { display: none; } .product-stat-item { padding: 8px 0; } } @media (max-width: 576px) { .product-stats-section { padding: 16px; } .product-stats-row { flex-direction: column; align-items: stretch; text-align: right; } .product-stat-item { flex-direction: row; justify-content: space-between; align-items: center; text-align: right; padding: 8px 0; } .product-stat-label { margin-top: 0; margin-left: 8px; } } .product-badges-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 25px; justify-content: space-between; } .product-badge-icon { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: rgba(183, 30, 36, 0.08); border: 1px solid rgba(183, 30, 36, 0.2); border-radius: 12px; color: #b11e24; font-size: 18px; transition: all 0.25s ease; } .product-badge-icon:hover { background: rgba(183, 30, 36, 0.14); border-color: rgba(183, 30, 36, 0.35); color: #d71a21; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(183, 30, 36, 0.15); } .product-badge-icon i, .product-badge-icon .iran-map-icon-svg { pointer-events: none; } .product-badge-icon .iran-map-icon-svg { width: auto; height: 1em; max-height: 22px; max-width: 24px; object-fit: contain; flex-shrink: 0; } .product-badge-icon::after { content: attr(data-tooltip); position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%) translateY(-8px); padding: 8px 12px; background: var(--text-dark); color: var(--card-bg); font-size: 12px; font-weight: 500; white-space: nowrap; border-radius: 8px; opacity: 0; visibility: hidden; transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease; pointer-events: none; z-index: 20; } .product-badge-icon::before { content: ''; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%) translateY(-2px); border: 6px solid transparent; border-top-color: var(--text-dark); opacity: 0; visibility: hidden; transition: opacity 0.2s ease, visibility 0.2s ease; pointer-events: none; z-index: 21; } .product-badge-icon:hover::after, .product-badge-icon:hover::before { opacity: 1; visibility: visible; } .product-badge-icon:hover::after { transform: translateX(-50%) translateY(-12px); } .product-features-bar { margin-top: 40px; margin-bottom: 0; } .product-features-bar-inner { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 12px; background: linear-gradient(135deg, rgba(183, 30, 36, 0.06) 0%, rgba(215, 26, 33, 0.04) 100%); border: 1px solid rgba(183, 30, 36, 0.2); border-radius: 16px; padding: 16px 20px; } .product-feature-bar-item { display: inline-flex; align-items: center; gap: 10px; padding: 12px 20px; background: var(--card-bg); border-radius: 12px; border: 1px solid rgba(183, 30, 36, 0.15); font-size: 14px; font-weight: 600; color: var(--text-dark); transition: all 0.25s ease; white-space: nowrap; } .product-feature-bar-item:hover { background: linear-gradient(135deg, rgba(183, 30, 36, 0.08) 0%, rgba(215, 26, 33, 0.05) 100%); border-color: rgba(183, 30, 36, 0.3); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(183, 30, 36, 0.12); } .product-feature-bar-item i { color: #b11e24; font-size: 16px; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; background: rgba(183, 30, 36, 0.1); border-radius: 10px; flex-shrink: 0; } @media (max-width: 768px) { .product-features-bar-inner { flex-direction: column; gap: 10px; } .product-feature-bar-item { width: 100%; justify-content: center; } } .product-price-box { background: var(--bg-light); padding: 25px; border-radius: var(--radius-lg); margin-bottom: 25px; } .product-price-box .price { font-size: 32px; font-weight: 800; color: var(--primary-color); } .product-price-box .old-price { font-size: 18px; color: var(--text-light); text-decoration: line-through; margin-right: 15px; } .product-price-box small { font-size: 14px; color: var(--text-light); font-weight: 400; } .product-actions-box { display: flex; gap: 15px; margin-bottom: 25px; } .product-actions-box .btn { flex: 1; padding: 15px; font-size: 16px; } .product-features { background: var(--card-bg); border: 1px solid var(--border-color); border-radius: var(--radius-lg); padding: 25px; } .product-features h4 { font-size: 16px; font-weight: 700; color: var(--text-dark); margin-bottom: 15px; } .product-features ul { display: flex; flex-direction: column; gap: 10px; } .product-features li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text-dark); } .product-features li i { color: var(--success-color); } .product-tabs { background: var(--card-bg); border-radius: var(--radius-lg); border: 1px solid var(--border-color); overflow: hidden; } .product-tabs-header { display: flex; border-bottom: 1px solid var(--border-color); } .product-tabs-header button { flex: 1; padding: 18px; background: none; border: none; font-family: inherit; font-size: 15px; font-weight: 600; color: var(--text-light); cursor: pointer; transition: var(--transition); border-bottom: 3px solid transparent; } .product-tabs-header button:hover, .product-tabs-header button.active { color: var(--primary-color); background: rgba(177, 30, 36, 0.05); border-bottom-color: var(--primary-color); } .product-tab-content { padding: 30px; display: none; } .product-tab-content.active { display: block; } .product-tab-content h3 { font-size: 18px; margin-bottom: 15px; } .product-tab-content p { line-height: 1.8; color: var(--text-dark); } .cart-page { padding: 40px 0 80px; } .cart-layout { display: grid; grid-template-columns: 1fr 350px; gap: 30px; } .cart-items { background: var(--card-bg); border-radius: var(--radius-lg); border: 1px solid var(--border-color); overflow: hidden; } .cart-header { display: grid; grid-template-columns: 3fr 1fr 1fr 1fr auto; gap: 15px; padding: 15px 20px; background: var(--bg-light); font-weight: 600; font-size: 14px; color: var(--text-dark); } .cart-item { display: grid; grid-template-columns: 3fr 1fr 1fr 1fr auto; gap: 15px; padding: 20px; border-bottom: 1px solid var(--border-color); align-items: center; } .cart-item:last-child { border-bottom: none; } .cart-item-info { display: flex; gap: 15px; align-items: center; } .cart-item-info img { width: 80px; height: 80px; object-fit: cover; border-radius: var(--radius-sm); } .cart-item-info h4 { font-size: 15px; font-weight: 600; color: var(--text-dark); margin-bottom: 5px; } .cart-item-info span { font-size: 13px; color: var(--text-light); } .cart-item-price, .cart-item-total { font-weight: 600; color: var(--text-dark); } .cart-item-remove { background: none; border: none; color: var(--text-light); cursor: pointer; font-size: 20px; transition: var(--transition); } .cart-item-remove:hover { color: var(--primary-color); } .cart-summary { background: var(--card-bg); border-radius: var(--radius-lg); border: 1px solid var(--border-color); padding: 25px; height: fit-content; position: sticky; top: 20px; } .cart-summary h3 { font-size: 18px; font-weight: 700; color: var(--text-dark); margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--border-color); } .cart-summary-row { display: flex; justify-content: space-between; margin-bottom: 15px; font-size: 14px; } .cart-summary-row.total { font-size: 18px; font-weight: 700; color: var(--primary-color); padding-top: 15px; border-top: 1px solid var(--border-color); margin-top: 15px; } .cart-summary .btn { width: 100%; margin-top: 20px; padding: 15px; } .checkout-page { padding: 80px 0 100px; min-height: 60vh; } .checkout-page .container { max-width: 1100px; margin: 0 auto; } .checkout-layout { display: grid; grid-template-columns: 1fr 400px; gap: 30px; } .checkout-form { background: var(--card-bg); border-radius: var(--radius-lg); border: 1px solid var(--border-color); padding: 30px; box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06); } .checkout-page .cart-summary { box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06); } .payment-page { padding: 80px 0 100px; min-height: 60vh; } .payment-page .container { max-width: 640px; margin: 0 auto; } .payment-page .card { box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08); border: 1px solid var(--border-color); } .checkout-form h3 { font-size: 18px; font-weight: 700; color: var(--text-dark); margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid var(--border-color); } .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; } .form-group { display: flex; flex-direction: column; gap: 8px; } .form-group label { font-size: 14px; font-weight: 600; color: var(--text-dark); } .form-group input, .form-group select, .form-group textarea { padding: 12px 15px; border: 1px solid var(--border-color); border-radius: var(--radius-sm); font-family: inherit; font-size: 14px; transition: var(--transition); } .form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(177, 30, 36, 0.1); } .dashboard-page { padding: 40px 0 80px; } .dashboard-layout { display: grid; grid-template-columns: 280px 1fr; gap: 30px; } .dashboard-sidebar { background: var(--card-bg); border-radius: var(--radius-lg); border: 1px solid var(--border-color); padding: 25px; height: fit-content; } .dashboard-content { background: var(--card-bg); border-radius: var(--radius-lg); border: 1px solid var(--border-color); padding: 30px; } .dashboard-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 1px solid var(--border-color); } .dashboard-header h2 { font-size: 22px; font-weight: 700; color: var(--text-dark); } .data-table { width: 100%; border-collapse: collapse; } .data-table th, .data-table td { padding: 15px; text-align: right; border-bottom: 1px solid var(--border-color); } .data-table th { background: var(--bg-light); font-weight: 600; font-size: 14px; color: var(--text-dark); } .data-table td { font-size: 14px; color: var(--text-dark); } .status-badge { padding: 5px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; } .status-badge.success { background: rgba(16, 185, 129, 0.1); color: var(--success-color); } .status-badge.pending { background: rgba(245, 158, 11, 0.1); color: var(--warning-color); } .status-badge.error { background: rgba(177, 30, 36, 0.1); color: var(--primary-color); } .courses-page { padding: 40px 0 80px; } .courses-page .filters-container { margin-bottom: 40px; background: #fff; border-radius: 14px; padding: 12px 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); border: 1px solid #e2e8f0; } .courses-page .filters-wrapper { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; padding: 4px 0; } .courses-page .filter-btn { width: auto; flex: 0 0 auto; padding: 8px 16px; margin: 0; border: 1px solid #e2e8f0; background: #f8fafc; border-radius: 10px; font-weight: 600; font-size: 13px; color: #64748b; transition: all 0.25s ease; white-space: nowrap; display: inline-flex; align-items: center; gap: 6px; min-height: 38px; box-shadow: none; text-decoration: none; } .courses-page .filter-btn i { font-size: 12px; opacity: 0.85; } .courses-page .filter-btn:hover { border-color: var(--primary-color); color: var(--primary-color); background: rgba(177, 30, 36, 0.06); } .courses-page .filter-btn.active { background: var(--primary-color); color: #fff; border-color: var(--primary-color); } .courses-page .filter-btn.active i { opacity: 1; } @media (max-width: 768px) { .courses-page .filters-container { padding: 10px 12px; margin-bottom: 28px; } .courses-page .filters-wrapper { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; } .courses-page .filter-btn { padding: 7px 14px; font-size: 12px; min-height: 36px; } } .course-detail-page { padding: 40px 0 80px; } .course-detail-grid { display: grid; grid-template-columns: 1fr 380px; gap: 40px; max-width: 100%; min-width: 0; } .course-video { background: #000; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/9; margin-bottom: 30px; min-width: 0; max-width: 100%; } .course-video img { width: 100%; height: 100%; object-fit: cover; } .course-detail-info { min-width: 0; max-width: 100%; overflow-wrap: break-word; word-wrap: break-word; } .course-detail-info h1 { font-size: 28px; font-weight: 800; color: var(--text-dark); margin-bottom: 20px; } .course-sidebar { position: sticky; top: 100px; min-width: 0; max-width: 100%; } .course-enroll-card { background: var(--card-bg); border-radius: var(--radius-lg); border: 1px solid var(--border-color); padding: 25px; margin-bottom: 20px; max-width: 100%; box-sizing: border-box; overflow-wrap: break-word; word-wrap: break-word; } .course-enroll-card .price { font-size: 32px; font-weight: 800; color: var(--primary-color); margin-bottom: 20px; } .course-enroll-card .btn { width: 100%; padding: 15px; margin-bottom: 15px; } .course-features-list { display: flex; flex-direction: column; gap: 12px; } .course-features-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; } .course-features-list li i { color: var(--primary-color); } .support-page { padding: 40px 0 80px; } .support-contact-strip { margin-bottom: 40px; } .support-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px; align-items: stretch; } .support-right { display: flex; flex-direction: column; gap: 28px; min-width: 0; } .support-left { min-width: 0; display: flex; flex-direction: column; } .support-project-box { background: linear-gradient(135deg, var(--primary-color), var(--primary-dark)); border-radius: var(--radius-lg); padding: 32px; text-align: center; color: white; transition: transform 0.3s ease, box-shadow 0.3s ease; } .support-project-box:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(177, 30, 36, 0.25); } .support-project-box i{ font-size: 42px; opacity: 0.95; } .support-form-box button[type="submit"] { margin-top: 50px; } .btn-project i { font-size: 12px; opacity: 0.95; } .support-project-box h2 { color: white; font-size: 20px; font-weight: 700; margin-bottom: 10px; } .support-project-box p { margin-bottom: 20px; opacity: 0.9; font-size: 14px; line-height: 1.6; } .btn-project { display: inline-flex; align-items: center; gap: 8px; background: white; color: var(--primary-color); padding: 10px !important; font-size: 15px !important; font-weight: 600; border-radius: var(--radius-md); transition: var(--transition); } .btn-project:hover { background: var(--bg-light); color: var(--primary-dark); transform: translateY(-2px); } .support-faq-box { background: var(--card-bg); border-radius: var(--radius-lg); border: 1px solid var(--border-color); padding: 24px; flex: 1; min-height: 0; } .support-faq-box h2 { font-size: 18px; font-weight: 700; color: var(--text-dark); margin-bottom: 20px; display: flex; align-items: center; gap: 10px; } .support-faq-box h2 i { color: var(--primary-color); } .support-form-box { background: var(--card-bg); border-radius: var(--radius-lg); border: 1px solid var(--border-color); padding: 32px; position: sticky; top: 100px; flex: 1; min-height: 0; } .support-form-box h2 { font-size: 18px; font-weight: 700; color: var(--text-dark); margin-bottom: 24px; display: flex; align-items: center; gap: 10px; } .support-form-box h2 i { color: var(--primary-color); } .support-alert { padding: 14px 18px; border-radius: var(--radius-sm); margin-bottom: 20px; display: flex; align-items: center; gap: 10px; } .support-alert.success { background: rgba(16, 185, 129, 0.1); border: 1px solid var(--success-color); color: var(--success-color); } .support-alert.error { background: rgba(239, 68, 68, 0.1); border: 1px solid var(--danger-color); color: var(--danger-color); } .support-form-box .btn-block { width: 100%; } .support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } .support-card { background: var(--card-bg); border-radius: var(--radius-lg); border: 1px solid var(--border-color); padding: 30px; text-align: center; transition: var(--transition); } .support-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); border-color: var(--primary-color); } .support-card i { font-size: 48px; color: var(--primary-color); margin-bottom: 20px; } .support-card h3 { font-size: 18px; font-weight: 700; color: var(--text-dark); margin-bottom: 10px; } .support-card p { font-size: 14px; color: var(--text-light); margin-bottom: 20px; } .faq-section { background: var(--card-bg); border-radius: var(--radius-lg); border: 1px solid var(--border-color); padding: 30px; } .faq-item { border-bottom: 1px solid var(--border-color); padding: 0; transition: background 0.25s ease; border-radius: var(--radius-sm); margin-bottom: 6px; overflow: hidden; } .faq-item:last-child { border-bottom: none; margin-bottom: 0; } .faq-question { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 600; color: var(--text-dark); padding: 18px 4px 18px 0; transition: color 0.25s ease, background 0.25s ease; gap: 12px; } .faq-question:hover { color: var(--primary-color); } .faq-item.active .faq-question { color: var(--primary-color); background: rgba(177, 30, 36, 0.06); } .faq-question i { color: var(--primary-color); transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); flex-shrink: 0; } .faq-item.active .faq-question i { transform: rotate(180deg); } .faq-answer { max-height: 0; overflow: hidden; padding-top: 0; padding-right: 0; padding-left: 0; padding-bottom: 0; color: var(--text-light); line-height: 1.8; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease; } .faq-item.active .faq-answer, .support-faq-box .faq-item.active .faq-answer { max-height: 320px; padding-top: 12px; padding-bottom: 18px; padding-right: 0; } .support-faq-box .faq-answer { padding-right: 0; } @media (max-width: 1200px) { .products-list { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 992px) { .products-layout { grid-template-columns: 1fr; } .filter-sidebar { position: static; } .product-detail-grid { grid-template-columns: 1fr; } .cart-layout { grid-template-columns: 1fr; } .checkout-layout { grid-template-columns: 1fr; } .dashboard-layout { grid-template-columns: 1fr; } .course-detail-grid { grid-template-columns: 1fr; } .support-grid { grid-template-columns: 1fr; } .support-layout { grid-template-columns: 1fr; } .support-form-box { position: static; } } @media (max-width: 768px) { .page-title { font-size: 24px; } .products-list { grid-template-columns: 1fr; } .cart-header { display: none; } .cart-item { grid-template-columns: 1fr; gap: 10px; } .form-row { grid-template-columns: 1fr; } } @media (max-width: 992px) { .dashboard-layout { display: block !important; } .dashboard-sidebar { margin-bottom: 20px; } .data-table { font-size: 11px !important; min-width: 400px; } .data-table th, .data-table td { padding: 8px 5px !important; } } :root { --safe-area-top: env(safe-area-inset-top, 0px); --safe-area-bottom: env(safe-area-inset-bottom, 0px); --safe-area-left: env(safe-area-inset-left, 0px); --safe-area-right: env(safe-area-inset-right, 0px); } @media (max-width: 992px) { * { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; } a, button, .btn { touch-action: manipulation; } body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } } @media (max-width: 992px) { .main-header { padding: 10px 0; } .main-header .container { padding: 0 12px; } .logo { flex: 1; min-width: 0; } .mobile-menu-btn { width: 44px; height: 44px; min-width: 44px; padding: 0; display: flex; align-items: center; justify-content: center; border-radius: 12px; font-size: 20px; } } @media (max-width: 992px) { .bottom-nav { padding: 8px 0; padding-bottom: calc(8px + var(--safe-area-bottom)); background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-top: 1px solid rgba(0, 0, 0, 0.06); } .bottom-nav-items { padding: 0 10px; } .bottom-nav-item { min-width: 60px; min-height: 48px; padding: 6px 8px; border-radius: 14px; font-size: 10px; } .bottom-nav-item i { font-size: 22px; } .bottom-nav-center { width: 52px; height: 52px; top: -18px; border-radius: 16px; box-shadow: 0 4px 20px rgba(177, 30, 36, 0.35); } .bottom-nav-center i { font-size: 22px; } .cart-badge { top: -2px; right: 8px; width: 18px; height: 18px; font-size: 10px; border: 2px solid white; } body { padding-bottom: calc(70px + var(--safe-area-bottom)); } } @media (max-width: 992px) { .mobile-nav { border-radius: 20px 20px 0 0; max-height: 85vh; padding-bottom: var(--safe-area-bottom); } .mobile-nav-header { padding: 12px 16px 16px; position: sticky; top: 0; background: white; z-index: 10; } .mobile-nav-header::before { width: 36px; height: 4px; top: 8px; } .mobile-nav-close { width: 36px; height: 36px; font-size: 20px; } .mobile-nav-menu { padding: 8px 16px 16px; } .mobile-nav-menu ul { grid-template-columns: repeat(4, 1fr); gap: 8px; } .mobile-nav-menu > ul > li > a { padding: 12px 8px; font-size: 11px; border-radius: 14px; } .mobile-nav-menu > ul > li > a i { font-size: 22px; } .mobile-nav-contact { margin: 12px 16px; padding: 14px; border-radius: 14px; gap: 10px; } .mobile-nav-contact a { padding: 10px 14px; font-size: 13px; border-radius: 10px; } } @media (max-width: 768px) { .hero { padding: 40px 0 50px; } .hero-text h2 { font-size: 20px; line-height: 1.5; margin-bottom: 12px; } .hero-text p { font-size: 13px; line-height: 1.7; margin-bottom: 20px; } .hero-buttons { gap: 8px; } .hero-buttons .btn { padding: 12px 20px; font-size: 13px; } .hero-features { gap: 6px; margin-top: 24px; } .hero-feature { padding: 8px 12px; font-size: 11px; border-radius: 10px; } .hero-feature i { font-size: 14px; } .hero-stats { gap: 12px; margin-top: 30px; padding: 0 8px; width: -webkit-fill-available; } .stat-card { padding: 20px 14px; border-radius: 16px; } .stat-card .icon { width: 52px; height: 52px; font-size: 22px; margin-bottom: 12px; border-radius: 14px; } .stat-card .number { font-size: 26px; margin-bottom: 4px; } .stat-card .label { font-size: 12px; } } @media (max-width: 1100px) { .trust-section-footer .trust-stats { flex-wrap: wrap; justify-content: center; gap: 10px; } } @media (max-width: 768px) { .trust-section { padding: 30px 0; } .trust-section-footer { padding: 20px 0; } .trust-section-footer .trust-stats { flex-wrap: wrap; gap: 8px; } .trust-section-footer .trust-item { flex: 1 1 calc(50% - 8px); min-width: 120px; padding: 10px 12px; } .trust-section-footer .trust-info p { display: none; } .trust-stats { gap: 8px; } .trust-item { padding: 12px; border-radius: 12px; flex-direction: column; text-align: center; gap: 8px; } .trust-icon { width: 44px; height: 44px; font-size: 18px; border-radius: 12px; } .trust-info h4 { font-size: 16px; margin-bottom: 2px; } .trust-info p { font-size: 10px; } } @media (max-width: 768px) { .categories-section, .products-section, .courses-section { padding: 40px 0; } .home-section-compact { padding-top: 28px; padding-bottom: 28px; } .section-header { margin-bottom: 24px; padding: 0 8px; } .section-header h3 { font-size: 18px; margin-bottom: 8px; } .section-header p { font-size: 12px; } } @media (max-width: 768px) { .categories-grid { gap: 14px; padding: 0 8px; } .category-card { padding: 24px 18px; border-radius: 16px; } .category-icon { width: 60px; height: 60px; font-size: 26px; margin-bottom: 14px; border-radius: 16px; } .category-card h4 { font-size: 15px; margin-bottom: 8px; } .category-card p { font-size: 12px; margin-bottom: 12px; line-height: 1.5; } .category-card .count { padding: 8px 16px; font-size: 12px; } } @media (max-width: 768px) { .products-grid, .products-list { grid-template-columns: repeat(2, 1fr) !important; gap: 10px; } .product-card { border-radius: 12px; overflow: hidden; } .product-image { aspect-ratio: 2100 / 1040; position: relative; overflow: hidden; flex-shrink: 0; } .product-image img { width: 100%; height: 100%; object-fit: contain; display: block; } .product-badge { padding: 3px 8px; font-size: 9px; top: 8px; right: 8px; } .product-content { padding: 10px; } .product-category { font-size: 9px; margin-bottom: 4px; } .product-title { font-size: 12px; margin-bottom: 6px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .product-meta { margin-bottom: 8px; font-size: 10px; } .product-meta .product-sales { display: none; } .product-footer { padding-top: 8px; } .product-price { font-size: 13px; } .product-price small { font-size: 9px; } .old-price { font-size: 10px; } .product-actions { opacity: 1; transform: translateY(0); position: static; margin-top: 8px; gap: 5px; } .product-actions .btn { padding: 6px; font-size: 10px; } } @media (max-width: 400px) { .hero-stats { gap: 10px; padding: 0 4px; } .stat-card { padding: 18px 12px; } .stat-card .icon { width: 48px; height: 48px; font-size: 20px; margin-bottom: 10px; } .stat-card .number { font-size: 24px; } .stat-card .label { font-size: 11px; } .categories-grid { gap: 12px; padding: 0 4px; } .category-card { padding: 20px 14px; } .category-icon { width: 56px; height: 56px; font-size: 24px; margin-bottom: 12px; } .category-card h4 { font-size: 14px; } .category-card p { font-size: 11px; } .category-card .count { padding: 7px 14px; font-size: 11px; } .products-grid, .products-list { gap: 8px; } .product-image { aspect-ratio: 2100 / 1040; overflow: hidden; } .product-content { padding: 8px; } .product-title { font-size: 11px; } .product-price { font-size: 12px; } } @media (max-width: 768px) { .products-page, .products-layout, .products-content, .products-list { max-width: 100%; overflow-x: hidden; } .product-card { max-width: 100%; overflow: hidden; } .product-image, .product-image img { max-width: 100%; } } @media (max-width: 768px) { .courses-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px; } .course-card { border-radius: 12px; } .course-image { height: 120px; } .course-image img { width: 100%; height: 100%; object-fit: cover; } .course-status, .course-duration { padding: 3px 6px; font-size: 8px; } .course-content { padding: 10px; } .course-instructor { gap: 8px; margin-bottom: 8px; } .instructor-avatar { width: 28px; height: 28px; font-size: 10px; } .instructor-info h5, .course-instructor-name { font-size: 10px; } .instructor-info span { font-size: 8px; } .course-title { font-size: 11px; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .course-stats { gap: 8px; margin-bottom: 10px; font-size: 9px; flex-wrap: wrap; } .course-stats span { white-space: nowrap; } .course-footer { padding-top: 10px; flex-direction: column; gap: 8px; } .course-price { font-size: 13px; } .course-footer .btn { padding: 8px 12px; font-size: 10px; width: 100%; justify-content: center; } } @media (max-width: 400px) { .courses-grid { gap: 8px; } .course-image { height: 100px; } .course-content { padding: 8px; } .course-title { font-size: 10px; } .course-price { font-size: 12px; } .course-instructor { display: none; } } @media (max-width: 768px) { .home-call-section { padding: 32px 0; } .home-call-inner { flex-direction: column; text-align: center; } .home-call-title { font-size: 20px; } .home-call-subtitle { font-size: 14px; } .home-call-phone { width: 100%; max-width: 320px; padding: 16px 24px; } .home-call-phone-content { flex-direction: column; gap: 12px; } .home-call-number-wrap { text-align: center; } .home-call-number { font-size: 20px; } } @media (max-width: 768px) { .footer { padding-top: 40px; padding-bottom: calc(80px + var(--safe-area-bottom)); } .footer-grid { gap: 24px; padding-bottom: 24px; } .footer-about { text-align: center; } .footer-about .logo { justify-content: center; margin-bottom: 12px; } .footer-about .logo-text h1 { font-size: 16px; } .footer-about p { font-size: 12px; line-height: 1.7; margin-bottom: 16px; } .footer-social { justify-content: center; gap: 10px; } .footer-social a { width: 38px; height: 38px; font-size: 16px; } .footer-column { text-align: center; } .footer-column h4 { font-size: 14px; margin-bottom: 14px; padding-bottom: 10px; } .footer-column h4::after { right: 50%; transform: translateX(50%); } .footer-column ul li { margin-bottom: 8px; } .footer-column ul a { font-size: 12px; justify-content: center; } .footer-contact li { justify-content: center; font-size: 12px; } .footer-bottom { padding: 16px 0; } .footer-bottom .container { gap: 12px; } .footer-bottom p { font-size: 11px; } .payment-methods { gap: 8px; } .payment-methods span { padding: 6px 10px; font-size: 10px; } } @media (max-width: 768px) { .announcement-bar { padding: 8px 12px; font-size: 11px; line-height: 1.5; } } @media (max-width: 768px) { .breadcrumb { font-size: 10px; gap: 6px; overflow-x: auto; white-space: nowrap; padding-bottom: 8px; } .breadcrumb::-webkit-scrollbar { display: none; } .page-title { font-size: 18px; } } @media (max-width: 768px) { .btn { padding: 10px 18px; font-size: 13px; border-radius: 10px; min-height: 44px; } .btn-lg { padding: 12px 24px; font-size: 14px; } .btn-sm { padding: 6px 12px; font-size: 11px; min-height: 36px; } } @media (max-width: 768px) { .form-group label { font-size: 12px; margin-bottom: 6px; } .form-group input, .form-group select, .form-group textarea { padding: 12px 14px; font-size: 14px; border-radius: 10px; min-height: 44px; } .form-group textarea { min-height: 100px; } } @media (max-width: 768px) { .tab-btn { padding: 8px 14px; font-size: 12px; border-radius: 10px; flex-shrink: 0; } } @media (max-width: 768px) { .card { border-radius: 14px; padding: 16px; width: 100%; max-width: 100%; box-sizing: border-box; overflow-wrap: break-word; word-wrap: break-word; } .card-header { padding: 12px 14px; font-size: 14px; } .card-body { padding: 14px; } } @media (max-width: 768px) { .table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; } .data-table { min-width: 500px; } .data-table th, .data-table td { padding: 10px 8px; font-size: 11px; white-space: nowrap; } .status-badge { padding: 4px 8px; font-size: 10px; } } .project-request-page{ margin-top: 70px; } @media (max-width: 768px) { .products-page, .courses-page, .cart-page, .dashboard-page, .support-page, .product-detail-page, .course-detail-page { padding: 16px 0 90px; } .checkout-page, .payment-page { padding: 40px 0 90px; } .course-detail-page .container { max-width: 100%; padding-left: 16px; padding-right: 16px; box-sizing: border-box; } .course-detail-grid { gap: 24px; min-width: 0; } .course-enroll-card { padding: 20px 16px; } .course-enroll-card .price { font-size: 24px; } .course-detail-info h1 { font-size: 22px; } } @media (max-width: 768px) { ::-webkit-scrollbar { width: 4px; height: 4px; } ::-webkit-scrollbar-track { background: transparent; } ::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.15); border-radius: 4px; } } @media (max-width: 992px) { .product-card:active, .course-card:active, .category-card:active, .btn:active { transform: scale(0.98); } .bottom-nav-item:active { transform: scale(0.92); } .mobile-nav-menu > ul > li > a:active { transform: scale(0.95); background: rgba(177, 30, 36, 0.15) !important; } } .pagination, nav[aria-label="Pagination"] .pagination { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 6px; padding: 8px 10px; border-radius: 999px; background: #fff; box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06); margin: 0; list-style: none; } nav[aria-label="Pagination"] { display: flex; justify-content: center; margin: 1rem 0; } .page-item { list-style: none; margin: 0; padding: 0; } .page-link { display: flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 12px; border-radius: 999px; border: 1px solid #e5e7eb; background: #f9fafb; color: #4b5563; font-size: 13px; font-weight: 500; text-decoration: none; transition: all 0.2s ease; } .page-link:hover { border-color: #b11e24; background: rgba(177, 30, 36, 0.06); color: #b11e24; } .page-link i, .page-link .fas, .page-link .fa { font-size: 0.85em; line-height: 1; } .page-item.active .page-link { background: #b11e24; border-color: #b11e24; color: #fff; box-shadow: 0 10px 20px rgba(177, 30, 36, 0.25); } .page-item.disabled .page-link { opacity: 0.4; cursor: default; background: #f9fafb; box-shadow: none; } .page-item:first-child .page-link, .page-item:last-child .page-link { min-width: 40px; font-size: 12px; } @media (max-width: 768px) { .pagination { padding: 6px 8px; gap: 4px; } .page-link { min-width: 32px; height: 32px; font-size: 12px; padding: 0 8px; } } .blog-layout { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(0, 0.9fr); gap: 30px; max-width: 1200px; margin: 0 auto; align-items: flex-start; } .blog-cover-image { width: 100%; height: 400px; object-fit: cover; display: block; } .blog-comment-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 15px; } @media (max-width: 992px) { .blog-layout { grid-template-columns: 1fr; gap: 24px; } } @media (max-width: 768px) { .blog-cover-image { height: 240px; } .blog-comment-form-grid { grid-template-columns: 1fr; } } .auth-layout-body { background: #0f0f1a; } .auth-layout { min-height: 100vh; display: flex; flex-direction: column; align-items: center; padding: 28px 20px 48px; background: linear-gradient(160deg, #1a1a2e 0%, #16213e 45%, #0f3460 100%); position: relative; overflow: hidden; } .auth-layout::before { content: ''; position: absolute; top: -50%; left: -20%; width: 80%; height: 100%; background: radial-gradient(ellipse at center, rgba(177, 30, 36, 0.08) 0%, transparent 60%); pointer-events: none; } .auth-layout::after { content: ''; position: absolute; bottom: -30%; right: -30%; width: 70%; height: 80%; background: radial-gradient(ellipse at center, rgba(22, 33, 62, 0.6) 0%, transparent 55%); pointer-events: none; } .auth-layout-brand { flex-shrink: 0; margin-bottom: 28px; position: relative; z-index: 1; } .auth-layout-brand a { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; transition: opacity 0.25s; } .auth-layout-brand a:hover { opacity: 0.9; } .auth-layout-brand img { max-height: 72px; width: auto; display: block; filter: drop-shadow(0 2px 8px rgba(0,0,0,0.2)); } .auth-layout-content { flex: 1; display: flex; align-items: center; justify-content: center; width: 100%; position: relative; z-index: 1; } .auth-page { width: 100%; max-width: 100%; min-height: calc(100vh - 280px); display: flex; align-items: center; justify-content: center; padding: 40px 0 60px; box-sizing: border-box; } .auth-card { background: #ffffff; border-radius: 24px; box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.06) inset; padding: 44px 40px 40px; width: 100%; max-width: 440px; margin: 0 auto; box-sizing: border-box; position: relative; border: 1px solid rgba(255, 255, 255, 0.12); } .auth-card::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, #b11e24, #d71a21); border-radius: 24px 24px 0 0; } .auth-page .auth-header { text-align: center; margin-bottom: 28px; } .auth-page .auth-logo { width: 72px; height: 72px; background: linear-gradient(145deg, #b11e24 0%, #8a171c 100%); border-radius: 18px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-size: 28px; color: #ffffff; box-shadow: 0 8px 24px rgba(177, 30, 36, 0.35); } .auth-page .auth-header h2 { font-size: 22px; font-weight: 800; margin-bottom: 6px; color: #1a1a2e; letter-spacing: -0.02em; } .auth-page .auth-header p { color: #64748b; font-size: 14px; font-weight: 500; } .auth-page .auth-trust { margin-top: 6px; font-size: 12px; color: #94a3b8; font-weight: 500; } .auth-page .auth-alert-container { min-height: 0; margin-bottom: 4px; } .auth-page .auth-alert-container:not(:empty) { margin-bottom: 16px; } .auth-page .auth-form .form-group { margin-bottom: 20px; } .auth-page .auth-form label { display: block; margin-bottom: 8px; font-weight: 600; color: #334155; font-size: 14px; } .auth-page .auth-form label i { color: #b11e24; margin-left: 6px; opacity: 0.9; } .auth-page .auth-form .form-control { width: 100%; padding: 14px 16px; border: 2px solid #e2e8f0; border-radius: 12px; font-size: 16px; transition: border-color 0.2s, box-shadow 0.2s; background: #fafafa; } .auth-page .auth-form .form-control::placeholder { color: #94a3b8; } .auth-page .auth-form .form-control:focus { border-color: #b11e24; outline: none; box-shadow: 0 0 0 4px rgba(177, 30, 36, 0.12); background: #fff; } .auth-page .auth-form .form-control.is-invalid { border-color: #dc2626; background: #fef2f2; } .auth-page .invalid-feedback { color: #dc2626; font-size: 13px; margin-top: 6px; display: block; } .auth-page .invalid-feedback.show { display: block; } .auth-page .form-options { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; font-size: 13px; } .auth-page .checkbox-label, .auth-page .remember-me { display: flex; align-items: center; gap: 8px; cursor: pointer; color: #6b7280; font-size: 14px; } .auth-page .form-options a, .auth-page .forgot-link { color: #b11e24; font-size: 14px; text-decoration: none; font-weight: 500; } .auth-page .form-options a:hover, .auth-page .forgot-link:hover { text-decoration: underline; } .auth-page .btn-block { width: 100%; padding: 14px; font-size: 16px; font-weight: 600; } .auth-page .auth-footer { text-align: center; margin-top: 30px; padding-top: 20px; border-top: 1px solid #e2e8f0; font-size: 14px; } .auth-page .auth-footer p { color: #6b7280; } .auth-page .auth-footer a { color: #b11e24; font-weight: 600; } .auth-page .alert { padding: 12px 16px; border-radius: 10px; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; font-size: 14px; } .auth-page .alert-info { background: rgba(59, 130, 246, 0.1); color: #3b82f6; border: 1px solid rgba(59, 130, 246, 0.2); } .auth-page .alert-success { background: rgba(16, 185, 129, 0.1); color: #10b981; border: 1px solid rgba(16, 185, 129, 0.2); } .auth-page .alert-danger { background: rgba(239, 68, 68, 0.1); color: #dc2626; border: 1px solid rgba(239, 68, 68, 0.2); } .auth-page .btn { padding: 14px 24px; border-radius: 12px; font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.3s; border: none; } .auth-page .btn-primary { background: linear-gradient(135deg, #b11e24 0%, #9a1a1f 100%); color: #ffffff; box-shadow: 0 4px 16px rgba(177, 30, 36, 0.35); } .auth-page .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(177, 30, 36, 0.4); } .auth-page .btn-primary:active { transform: translateY(0); } .auth-page .btn-outline { background: #f8fafc; border: 2px solid #e2e8f0; color: #475569; margin-top: 12px; } .auth-page .btn-outline:hover { border-color: #b11e24; color: #b11e24; background: rgba(177, 30, 36, 0.04); } .auth-page .btn-loader { margin-right: 8px; } .auth-page .password-input, .auth-page .password-wrapper { position: relative; } .auth-page .password-input .form-control, .auth-page .password-wrapper .form-control { padding-left: 50px; } .auth-page .toggle-password { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); background: none; border: none; color: #9ca3af; cursor: pointer; padding: 5px; } .auth-page .toggle-password:hover { color: #b11e24; } .auth-page .progress-steps, .auth-page .register-steps { display: flex; justify-content: space-between; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #e2e8f0; position: relative; } .auth-page .progress-steps { justify-content: center; gap: 40px; border-bottom: none; padding-bottom: 0; } .auth-page .progress-steps::before { content: ''; position: absolute; top: 13px; left: 12%; right: 12%; height: 3px; background: #e2e8f0; z-index: 0; border-radius: 2px; } .auth-page .step { display: flex; flex-direction: column; align-items: center; gap: 10px; flex: 1; position: relative; z-index: 1; } .auth-page .step.completed .step-dot::after { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 11px; } .auth-page .register-steps .step:not(:last-child)::after { content: ''; position: absolute; top: 15px; left: -50%; width: 100%; height: 2px; background: #e2e8f0; z-index: 0; } .auth-page .register-steps .step.active:not(:last-child)::after, .auth-page .register-steps .step.completed:not(:last-child)::after { background: #b11e24; } .auth-page .step-number, .auth-page .step-dot { width: 26px; height: 26px; border-radius: 50%; background: #e2e8f0; color: #64748b; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 12px; z-index: 1; border: 3px solid #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.08); transition: background 0.25s, color 0.25s, border-color 0.25s; } .auth-page .register-steps .step-number { width: 32px; height: 32px; border-radius: 50%; border-width: 0; } .auth-page .step.active .step-number, .auth-page .step.active .step-dot { background: #b11e24; border-color: #fff; color: #ffffff; box-shadow: 0 0 0 4px rgba(177, 30, 36, 0.25); } .auth-page .step.completed .step-number, .auth-page .step.completed .step-dot { background: #10b981; border-color: #fff; color: #ffffff; box-shadow: 0 1px 3px rgba(16, 185, 129, 0.3); } .auth-page .step.completed .step-dot::after { content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 11px; } .auth-page .step-title, .auth-page .step-label { font-size: 11px; color: #6b7280; text-align: center; } .auth-page .step.active .step-title, .auth-page .step.active .step-label { color: #b11e24; font-weight: 600; } .auth-page .step.completed .step-title, .auth-page .step.completed .step-label { color: #10b981; } .auth-page .step-form { display: none; } .auth-page .step-form.active { display: block; animation: auth-fade-in 0.3s ease; } @keyframes auth-fade-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .auth-page .verified-info { background: rgba(16, 185, 129, 0.1); border: 1px solid rgba(16, 185, 129, 0.2); border-radius: 12px; padding: 15px; margin-bottom: 25px; } .auth-page .verified-badge { display: flex; align-items: center; gap: 8px; color: #10b981; font-weight: 600; font-size: 14px; margin-bottom: 10px; } .auth-page .verified-badge i { font-size: 16px; } .auth-page .info-row { display: flex; justify-content: space-between; font-size: 14px; padding: 5px 0; } .auth-page .info-row .label { color: #6b7280; } .auth-page .info-row .value { color: #1a1a2e; font-weight: 600; } .auth-page .form-info { display: flex; align-items: flex-start; gap: 10px; padding: 15px; background: rgba(59, 130, 246, 0.1); border-radius: 10px; margin-bottom: 20px; } .auth-page .form-info i { color: #3b82f6; font-size: 18px; margin-top: 2px; } .auth-page .form-info p { font-size: 13px; color: #3b82f6; line-height: 1.6; margin: 0; } .auth-page .form-info.info-warning { background: rgba(245, 158, 11, 0.1); } .auth-page .form-info.info-warning i { color: #f59e0b; } .auth-page .form-info.info-warning p { color: #92400e; } .auth-page .form-hint { display: block; margin-top: 5px; color: #9ca3af; font-size: 12px; } .auth-page .otp-inputs { display: flex; gap: 10px; justify-content: center; direction: ltr; } .auth-page .otp-input { width: 48px; height: 56px; text-align: center; font-size: 24px; font-weight: 700; border: 2px solid #e2e8f0; border-radius: 12px; background: #f8fafc; transition: all 0.3s; } .auth-page .otp-input:focus { border-color: #b11e24; outline: none; box-shadow: 0 0 0 3px rgba(177, 30, 36, 0.1); background: #ffffff; } .auth-page .otp-timer { text-align: center; margin: 20px 0; font-size: 14px; color: #6b7280; } .auth-page .otp-timer #timer, .auth-page #countdown { font-weight: 700; color: #b11e24; font-size: 18px; } .auth-page .otp-timer a, .auth-page .resend-btn { color: #b11e24; font-weight: 600; font-size: 14px; background: none; border: none; cursor: pointer; } .auth-page .otp-timer a:hover, .auth-page .resend-btn:hover { text-decoration: underline; } .auth-page .welcome-box { text-align: center; padding: 20px 18px; background: linear-gradient(135deg, rgba(177, 30, 36, 0.1), rgba(177, 30, 36, 0.05)); border: 1px solid rgba(177, 30, 36, 0.15); border-radius: 14px; margin-bottom: 24px; } .auth-page .welcome-box i { font-size: 28px; color: #b11e24; margin-bottom: 10px; display: block; } .auth-page .welcome-box p { color: #b11e24; font-size: 14px; font-weight: 600; margin: 0; } .auth-page .password-strength { margin-bottom: 25px; } .auth-page .strength-bar { height: 4px; background: #e2e8f0; border-radius: 2px; overflow: hidden; margin-bottom: 8px; } .auth-page .strength-fill { height: 100%; width: 0%; background: #dc2626; transition: all 0.3s; } .auth-page .strength-fill.weak { width: 25%; background: #dc2626; } .auth-page .strength-fill.fair { width: 50%; background: #f59e0b; } .auth-page .strength-fill.good { width: 75%; background: #3b82f6; } .auth-page .strength-fill.strong { width: 100%; background: #10b981; } .auth-page .strength-text { font-size: 12px; color: #6b7280; } .auth-page .back-link { text-align: center; margin-top: 22px; font-size: 13px; } .auth-page .back-link a { color: #64748b; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: color 0.2s; } .auth-page .back-link a:hover { color: #b11e24; } .auth-page .alt-login { margin-top: 16px; } .auth-page .user-info-box { display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(16, 185, 129, 0.06)); border: 1px solid rgba(16, 185, 129, 0.2); border-radius: 14px; margin-bottom: 22px; color: #047857; font-size: 14px; } .auth-page .user-info-box i { font-size: 22px; flex-shrink: 0; } .auth-page .auth-toggle { text-align: center; margin-top: 20px; } .auth-page .auth-toggle a { color: #6b7280; font-size: 14px; } .auth-page .otp-info { text-align: center; padding: 18px 20px; background: rgba(59, 130, 246, 0.08); border: 1px solid rgba(59, 130, 246, 0.2); border-radius: 14px; margin-bottom: 24px; } .auth-page .otp-info i { font-size: 28px; color: #3b82f6; margin-bottom: 10px; display: block; } .auth-page .otp-info p { color: #1e40af; font-size: 14px; margin: 0; font-weight: 500; } .auth-page .auth-header strong { color: #b11e24; } .auth-page .btn-success-custom { background: linear-gradient(135deg, #10b981, #059669) !important; border: none !important; } .auth-page .btn-success-custom:hover { background: linear-gradient(135deg, #059669, #047857) !important; } @media (max-width: 480px) { .auth-layout { padding: 20px 14px 36px; } .auth-layout-brand img { max-height: 56px; } .auth-page { padding: 24px 0 40px; max-width: 100vw; min-width: 0; } .auth-card { padding: 28px 20px 28px; margin: 0 auto; max-width: 100%; width: 100%; border-radius: 20px; } .auth-page .auth-header h2 { font-size: 20px; } .auth-page .auth-logo { width: 64px; height: 64px; font-size: 24px; } .auth-page .otp-input { width: 40px; height: 48px; font-size: 18px; } .auth-page .progress-steps { gap: 16px; } .auth-page .step-number, .auth-page .step-dot { width: 24px; height: 24px; font-size: 11px; } .auth-page .btn { width: 100%; max-width: 100%; padding: 13px 18px; font-size: 15px; box-sizing: border-box; } .auth-page .btn-outline { display: flex; align-items: center; justify-content: center; margin-top: 10px; } .auth-page .btn-outline i { margin-left: 6px; } .auth-page .form-options { flex-direction: column; align-items: flex-start; gap: 8px; } .auth-page .user-info-box, .auth-page .otp-info, .auth-page .verified-info, .auth-page .welcome-box, .auth-page .form-info { max-width: 100%; box-sizing: border-box; overflow-wrap: break-word; word-wrap: break-word; } }