/* ============================================
   Majestic Sports Custom Styles
   ============================================ */
 /* ul-header-top Section Fix */
header.ul-header .ul-header-top,
.ul-header .ul-header-top {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%) !important;
    padding: clamp(5px, 0.47vw, 9px) !important;
    margin-bottom: clamp(20px, 1.58vw, 30px) !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    position: relative !important;
    z-index: 1 !important;
    height: auto !important;
    min-height: 30px !important;
}

.ul-header-top-slider {
    overflow: hidden !important;
    width: 100% !important;
    display: block !important;
}

.ul-header-top-slider .splide__track {
    overflow: visible !important;
    width: 100% !important;
}

.ul-header-top-slider .splide__list {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
}

.ul-header-top-slider .splide__slide {
    display: flex !important;
    align-items: center !important;
}

.ul-header-top-slider-item {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    font-size: clamp(13px, 0.84vw, 16px) !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    padding: 0 10px !important;
}

.ul-header-top-slider-item i {
    padding-top: 4px !important;
    font-size: 14px !important;
    color: #ffffff !important;
}

/* Promotional Bar */
.promo-bar {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.promo-bar-wrapper {
    display: flex;
    width: fit-content;
}

.promo-bar-content {
    display: inline-flex;
    align-items: center;
    animation: scroll 30s linear infinite;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
}

.promo-bar:hover .promo-bar-content {
    animation-play-state: paused;
}

.promo-item {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.promo-bar-content i {
    margin: 0 10px;
    font-size: 10px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Header Styles */
.main-header {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-logo {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header-logo img {
    max-height: 50px;
    width: auto;
}

.navbar-nav .nav-link {
    color: #000000 !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    padding: 15px 12px !important;
    transition: color 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ff0000 !important;
}

.navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-radius: 4px;
    margin-top: 5px;
    padding: 8px 0;
}

.navbar-nav .dropdown-item {
    padding: 8px 20px;
    font-size: 14px;
    color: #333;
    transition: background 0.3s, color 0.3s;
}

.navbar-nav .dropdown-item:hover {
    background-color: #f5f5f5;
    color: #ff0000;
}

.navbar-nav .dropdown-toggle {
    position: relative;
}

.navbar-nav .dropdown-toggle i.fa-chevron-down {
    transition: transform 0.3s;
    display: inline-block;
}

.navbar-nav .dropdown-toggle[aria-expanded="true"] i.fa-chevron-down {
    transform: rotate(180deg);
}

.navbar-nav .dropdown-toggle::after {
    display: none;
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-icon {
    color: #000000;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    transition: color 0.3s;
}

.header-icon:hover {
    color: #ff0000;
}

/* ul-header-actions Styles (from dewonelectric.com) */
.ul-header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 479px) {
    .ul-header-actions {
        gap: 15px;
    }
}

/*.ul-header-actions button,
.ul-header-actions a {
    padding: 0;
    background: none;
    border: none;
    color: #000000;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ul-header-actions button:hover,
.ul-header-actions a:hover {
    color: #ff0000;
}

.ul-header-mobile-search-opener {
    background: none;
    border: none;
    padding: 0;
    color: #000000;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s ease;
}*/

.ul-header-mobile-search-opener:hover {
    color: #ff0000;
}

.ul-header-actions #myAccountToggle {
    background: none;
    border: none;
    padding: 0;
    color: #000000;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ul-header-actions #myAccountToggle:hover {
    color: #ff0000;
}

.add-to-cart-svg {
    position: relative;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.add-to-cart-svg:hover {
    color: #ff0000;
}

.cart-item-number {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
}

.cart-icon-wrapper {
    position: relative;
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
}

/* Account Dropdown (from dewonelectric.com) */
.account-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    min-width: 350px;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1001;
}

.account-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}

.account-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

/* Account User Info (from dewonelectric.com) */
.account-user-info {
    padding: 20px;
}

.user-welcome {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.user-welcome i {
    font-size: 40px;
    color: #ff0000;
}

.user-details h5 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}

.user-details p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.user-mobile {
    font-size: 12px;
    color: #999;
    margin-top: 3px;
    margin-bottom: 0;
}

.user-mobile i {
    font-size: 12px;
}

.logout-form {
    margin: 0;
}

.logout-btn {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 10px 15px;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.account-error-alert {
    margin: 10px;
    padding: 8px;
    font-size: 12px;
}

.account-menu-links {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 10px 0;
}

.account-menu-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin-bottom: 5px;
}

.account-menu-link:hover {
    background: #f8f9fa;
    color: #ff0000;
}

.account-menu-link i {
    font-size: 16px;
    color: #ff0000;
    width: 20px;
    text-align: center;
}

.account-menu-link.logout-btn {
    color: #e74c3c;
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 15px;
}

.account-menu-link.logout-btn:hover {
    background: #fff5f5;
    color: #c0392b;
}

.account-menu-link.logout-btn i {
    color: #e74c3c;
}

/* Account Login Form (from dewonelectric.com) */
.account-login-form {
    padding: 25px;
}

.account-login-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.account-login-form .form-group label {
    display: block;
    color: #666;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 500;
}

.account-login-form .form-group input[type="email"],
.account-login-form .form-group input[type="password"] {
    width: 100%;
    padding: 10px 35px 10px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    background: transparent;
    transition: border-color 0.3s ease;
}

.account-login-form .form-group input:focus {
    outline: none;
    border-bottom-color: #ff0000;
    border-bottom-width: 2px;
}

.account-login-form .form-icon {
    position: absolute;
    right: 0;
    bottom: 12px;
    color: #999;
    font-size: 16px;
}

.account-login-form .alert {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 12px;
}

.account-login-form .alert-danger {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 12px;
}

/*.forgot-password-link {
    color: #666;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}*/

.forgot-password-link:hover {
    color: #ff0000;
}

.remember-me {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #666;
    cursor: pointer;
    margin: 0;
}

.remember-me input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #ff0000;
}

 

/*.register-link,
.otp-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    transition: color 0.3s ease;
    padding: 8px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.register-link:hover,
.otp-link:hover {
    color: #ff0000;
}

.register-link i,
.otp-link i {
    font-size: 14px;
}*/

.navbar-toggler {
    border: none;
    padding: 4px 8px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile Menu */
@media (max-width: 991px) {
    .header-icons {
        gap: 15px;
    }
    
    .navbar-nav {
        margin-top: 20px;
    }
    
    .navbar-nav .nav-link {
        padding: 12px 0 !important;
        border-bottom: 1px solid #eee;
    }
    
    .ul-header-actions {
        gap: 15px;
    }
}

/* Responsive for Account Dropdown */
@media (max-width: 768px) {
    .account-dropdown-menu {
        min-width: 300px;
        right: -50px;
    }
    
    .account-dropdown-menu::before {
        right: 60px;
    }
}

/* Footer Styles */
.footer-area {
    background-color: #2a2a2a;
    color: #ffffff;
}

.footer-widget {
    padding: 60px 0 40px;
}

.footer-logo {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
}

.footer-logo img {
    max-width: 200px;
    height: auto;
}

.footer-widget-box h4 {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-widget-box.about-us h4 {
    margin-bottom: 15px;
}

.footer-widget-box p {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 10px;
}

.footer-list li:last-child {
    margin-bottom: 0;
}

.footer-list a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-list a:hover {
    color: #ffffff;
}

.footer-list.popular-categories {
    margin-bottom: 30px;
}

.footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.footer-social a {
    color: #cccccc;
    font-size: 20px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-social a:hover {
    color: #ffffff;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.footer-contact li:last-child {
    margin-bottom: 0;
}

.footer-contact strong {
    color: #ffffff;
    margin-right: 10px;
}

.footer-contact a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-contact a:hover {
    color: #ffffff;
}

.copyright {
    background-color: #1a1a1a;
    padding: 20px 0;
    border-top: 1px solid #333;
}

.copyright p {
    color: #cccccc;
    font-size: 14px;
    margin: 0;
}

.copyright a {
    color: #ff0000;
    text-decoration: none;
    font-weight: 500;
}

.copyright a:hover {
    text-decoration: underline;
}

/* Homepage Specific Styles */
.post-item .post__body p {
    word-break: break-all;
}

.alert {
    border-radius: 5px;
}

.empty-star {
    color: #ddd;
}

.add-to-cart-form {
    display: inline;
}

/* Hero Banner Styles */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-slider .item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Product Card Styles */
.blog-item {
    transition: transform 0.3s, box-shadow 0.3s;
}

.blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.product-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
}

.current-price {
    color: #ff0000;
    font-weight: bold;
    font-size: 18px;
}

/* Hero Banner Styles */
.hero-section {
    margin-bottom: 0;
    margin: 40px 40px;
    border-radius: 15px;
    box-shadow: 0px 1px 10px #f3f2f5;
}

.hero-banner-wrapper {
    background: #efefef;
    padding: 0px 0;
    margin: 0;
    border-radius: 0;
}

.hero-content {
    padding: 40px 20px;
}

.hero-title {
    font-size: 56px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 16px;
    color: #666666;
    margin-bottom: 8px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-price {
    font-size: 42px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 35px;
    line-height: 1;
}

.hero-shop-btn {
    display: inline-flex;
    align-items: center;
    padding: 15px 35px;
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.3s;
    border-radius: 0;
}

.hero-shop-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

.hero-shop-btn i {
    margin-left: 12px;
    font-size: 16px;
    transform: rotate(45deg);
    display: inline-block;
}

.hero-image {
    text-align: center;
    padding: 20px;
}

.hero-image img {
    max-height: 550px;
    width: auto;
    object-fit: contain;
}

/* Product Categories Section */
.product-categories-section {
    background-color: #fef5f5;
    padding: 80px 0;
}

.section-heading {
    margin-bottom: 50px;
    position: relative;
}

.section-heading.text-center {
    text-align: center;
}

.section-tagline {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

/*.section-heading .section-title {
    font-size: 42px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 8px;
    line-height: 1.2;
}

.section-heading .section-subtitle {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0;
}

.section-title {
    font-size: 42px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
}
*/
.view-all-link {
    color: #ff0000;
    text-decoration: none;
    font-weight: 600;
    float: right;
}

.view-all-link:hover {
    text-decoration: underline;
}

.category-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    position: relative;
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.category-card-pads {
    background: linear-gradient(135deg, #ff6b9d 0%, #ff8fab 100%);
}

.category-card-kitbag {
    background: linear-gradient(135deg, #ffa726 0%, #ffb74d 100%);
}

.category-card-thighpads {
    background: linear-gradient(135deg, #42a5f5 0%, #64b5f6 100%);
}

.category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: rgba(255,255,255,0.2);
    padding: 5px 12px;
    border-radius: 3px;
    z-index: 2;
}

.category-image {
    height: 280px;
    overflow: hidden;
    position: relative;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-content {
    padding: 25px 20px;
    text-align: left;
    position: relative;
}

.category-title {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 8px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.category-text {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.category-btn:hover {
    background-color: #000000;
    color: #ffffff;
    transform: translateX(5px);
}

.category-btn i {
    margin-left: 8px;
    font-size: 14px;
}

.category-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.category-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000000;
    transition: transform 0.3s;
}

.category-icon-item:hover {
    transform: translateY(-5px);
    color: #ff0000;
}

.category-icon-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.category-icon-item span {
    font-size: 14px;
    font-weight: 600;
}

/* Products Section */
.products-section {
    background-color: #fef5f5;
    padding: 80px 0;
}

.product-card {
    background-color: #ffffff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.product-image-wrapper {
    position: relative;
    height: 280px;
    overflow: hidden;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.product-card:hover .product-image {
    transform: scale(1.1);
}

.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #ff0000;
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

.product-info {
    padding: 20px;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.product-category {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}

.product-rating {
    color: #ffc107;
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

.product-title a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s;
}

.product-title a:hover {
    color: #ff0000;
}

.product-brand {
    font-size: 13px;
    color: #999999;
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.btn-add-cart, .btn-buy-now {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-add-cart {
    background-color: #ff0000;
    color: #ffffff;
}

.btn-add-cart:hover {
    background-color: #cc0000;
    color: #ffffff;
}

.btn-buy-now {
    background-color: #000000;
    color: #ffffff;
}

.btn-buy-now:hover {
    background-color: #333333;
    color: #ffffff;
}

.btn-view-all {
    display: inline-flex;
    align-items: center;
    padding: 14px 35px;
    background-color: #ff0000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.btn-view-all:hover {
    background-color: #cc0000;
    color: #ffffff;
    transform: translateX(5px);
}

.btn-view-all i {
    margin-left: 10px;
}

/* Best Sell Section */
.best-sell-section {
    background-color: #fef5f5;
    padding: 80px 0;
}

.best-sell-section .section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 20px;
}

.best-sell-section .section-heading .section-tagline {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.best-sell-section .section-heading .section-title {
    font-size: 42px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 0;
}

/* Discount Banner */
.discount-banner-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.discount-banner {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 0;
    padding: 70px 50px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.discount-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M20,20 Q50,50 80,20" stroke="rgba(255,255,255,0.1)" stroke-width="2" fill="none"/></svg>');
    opacity: 0.3;
}

.discount-content {
    position: relative;
    z-index: 1;
}

.discount-title {
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 35px;
    line-height: 1.2;
    letter-spacing: -1px;
}

.discount-btn {
    display: inline-flex;
    align-items: center;
    padding: 18px 45px;
    background-color: #ffffff;
    color: #ff0000;
    text-decoration: none;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.discount-btn:hover {
    transform: translateX(5px);
    color: #ff0000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.discount-btn::after {
    content: "→";
    margin-left: 10px;
    font-size: 18px;
}

.discount-image {
    position: relative;
    z-index: 1;
}

.discount-image img {
    border-radius: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Collections Sections */
.pads-collection-section, .gloves-collection-section {
    background-color: #fef5f5;
    padding: 80px 0;
}

.pads-collection-section .section-heading,
.gloves-collection-section .section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 20px;
}

.pads-collection-section .section-heading .section-tagline,
.gloves-collection-section .section-heading .section-tagline {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.pads-collection-section .section-heading h2.section-title,
.gloves-collection-section .section-heading h2.section-title {
    font-size: 42px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 0;
}

/* Reviews Section */
.reviews-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.reviews-section .section-heading {
    margin-bottom: 50px;
}

.reviews-section .section-heading .section-title {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.reviews-section .section-heading h2.section-title {
    font-size: 42px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 10px;
}

.section-description {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}

.review-card {
    background-color: #ffffff;
    padding: 40px 35px;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    text-align: left;
    position: relative;
    height: 100%;
}

.review-card::before {
    content: "\"";
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 80px;
    color: #ff0000;
    opacity: 0.2;
    font-family: serif;
    line-height: 1;
}

.review-text {
    font-size: 15px;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 25px;
    font-style: normal;
    position: relative;
    z-index: 1;
}

.review-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.review-author-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.review-author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-author-name {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

/* Blog Section */
.blog-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.blog-section .section-heading {
    margin-bottom: 50px;
}

.blog-section .section-heading .section-title {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.blog-section .section-heading h2.section-title {
    font-size: 42px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 0;
}

.blog-card {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.blog-image-wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0,0,0,0.7);
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
}

.blog-content {
    padding: 20px;
}

.blog-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-title a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s;
}

.blog-title a:hover {
    color: #ff0000;
}

.blog-excerpt {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.blog-read-more {
    color: #ff0000;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.blog-read-more:hover {
    color: #cc0000;
}

/* Clients Section */
.clients-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.clients-section .section-heading {
    margin-bottom: 50px;
}

.clients-section .section-heading .section-title {
    font-size: 42px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 0;
}

.client-item {
    text-align: center;
    padding: 20px;
}

.client-logo {
    max-width: 150px;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.3s;
}

.client-item:hover .client-logo {
    filter: grayscale(0%);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }
    
    .hero-price {
        font-size: 28px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .discount-title {
        font-size: 28px;
    }
    
    .category-icons {
        gap: 20px;
    }
    
    .product-actions {
        flex-direction: column;
    }
}


