/* Root CSS */ p{font-family: var(--para_font);} h1{font-family: var(--h1_font);} h2{font-family: var(--h2_font);} h3{font-family: var(--h3_font);} h4{font-family: var(--h4_font);} h4{font-size: 20px;} h5{font-family: var(--h5_font);} h6{font-family: var(--h6_font);} a{font-family: var(--link_font);} button{font-family: var(--button_font);} a{text-decoration:none;color:black;} a:hover{color: var(--primary_color);} body{background-color:#ffffff;font-size:13px;-webkit-font-smoothing: antialiased;-webkit-font-size:13px;} li{text-decoration: none;list-style: none;} li a{text-decoration: none;color: black;font-family: var(--link_font);font-size: 15px;line-height: 2;} /* Builder css */ .hero-slider-section { position: relative; overflow: hidden; height: 450px; display: flex; flex-direction: column; } @media (min-width: 993px) { .hero-slider-section .row.align-items-center { align-items: center !important; } } .hero-slider-container { position: relative; width: 100%; flex-grow: 1; min-height: 0; } .hero-slider-wrapper { position: relative; width: 100%; height: 100%; } .hero-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); transform: translateX(100%); display: flex; align-items: center; } .hero-slide.active { opacity: 1; visibility: visible; transform: translateX(0); } .hero-slide.prev { transform: translateX(-100%); } .hero-content-col { padding: 30px 0; display: flex; align-items: center; /* min-height: 100vh; */ } .hero-content-wrapper { max-width: 500px; width: 100%; animation: slideInLeft 1s ease-out 0.3s both; } .hero-slide.active .hero-content-wrapper { animation: slideInLeft 1s ease-out 0.3s both; } .hero-offer-badge { display: inline-block; background: #DADADD; padding: 8px 20px; border-radius: 25px; text-transform: capitalize; margin-bottom: 20px; } .hero-offer-badge1 { display: inline-block; background: #0A0A0A; color: #fff; padding: 3px 10px; border-radius: 25px; margin-left: 5px; } .hero-heading { margin-bottom: 10px; } .hero-content {} .hero-buttons { display: flex; gap: 15px; margin-bottom: 40px; flex-wrap: wrap; } .hero-btn { display: inline-block; padding: 14px 40px; border-radius: 4px; text-decoration: none; text-transform: uppercase; transition: all 0.3s ease; border: 1px solid transparent; position: relative; } .hero-btn-primary { background: var(--primary_color); color: white; border: 1px solid var(--primary_color); } .hero-btn-primary:hover { background: var(--primary_color); color: white; border: 1px solid var(--primary_color); opacity: 0.8; text-decoration: none; transform: none; } .hero-btn-secondary { background: transparent; color: var(--primary_color); border: 1px solid var(--primary_color); } .hero-btn-secondary:hover { background: var(--primary_color); color: #fff; border: 1px solid var(--primary_color); text-decoration: none; transform: none; } .hero-stats { display: flex; justify-content: space-between; gap: 15px; flex-wrap: wrap; align-items: flex-start; width: 100%; border-top: 1px solid rgba(0, 0, 0, 0.1); padding-top: 30px; } .stat-item { display: flex; flex-direction: column; align-items: flex-start; text-align: left; } .stat-number { display: block; } .stat-label { display: block; text-transform: capitalize; margin-top: 6px; } .hero-image-col { padding: 0; display: flex; align-items: center; justify-content: center; } .hero-image-wrapper { position: relative; max-width: 600px; width: 100%; animation: slideInRight 1s ease-out 0.5s both; } .hero-slide.active .hero-image-wrapper { animation: slideInRight 1s ease-out 0.5s both; } .hero-main-image { width: 100%; height: 380px; object-fit: cover; border-radius: 20px; transition: transform 0.3s ease; } .hero-image-overlay { position: absolute; bottom: 20px; left: 0; right: 0; margin: 0 20px; background: rgba(255, 255, 255, 0.97); border-radius: 12px; padding: 14px 18px; display: flex; justify-content: space-between; align-items: center; gap: 12px; box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10); } .overlay-left { flex: 1; min-width: 0; } .overlay-title { text-transform: uppercase; } .overlay-product-name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .overlay-btn { display: inline-block; background: var(--primary_color); color: white !important; padding: 9px 18px; border-radius: 8px; text-decoration: none !important; transition: opacity 0.2s ease, transform 0.2s ease; text-transform: capitalize; white-space: nowrap; flex-shrink: 0; } .overlay-btn:hover { opacity: 0.85; transform: translateY(-1px); } @keyframes slideInLeft { from { opacity: 0; transform: translateX(-50px); } to { opacity: 1; transform: translateX(0); } } @keyframes slideInRight { from { opacity: 0; transform: translateX(50px); } to { opacity: 1; transform: translateX(0); } } /* Responsive Design */ @media (max-width: 1200px) { .hero-content-col, .hero-image-col { padding: 40px 30px; } } @media (max-width: 992px) { .hero-slider-section, .hero-slider-container, .hero-slider-wrapper { height: auto !important; /* min-height: 100vh !important; */ overflow: visible !important; } .hero-slide { position: relative; height: auto; display: none; transform: none; opacity: 1; visibility: visible; transition: none; top: 0; left: 0; } .hero-slide.active { display: block; } .hero-slide .row { flex-direction: column-reverse; } .hero-content-col, .hero-image-col { min-height: auto; padding: 30px 20px; justify-content: center; } .hero-content-wrapper { max-width: 100%; width: 100%; text-align: center; display: flex; flex-direction: column; align-items: center; } .hero-heading { margin-bottom: 15px; margin-top: 10px; } .hero-content { margin-bottom: 25px; } .hero-stats { justify-content: center; /* margin-top: 30px; */ width: 100%; } .stat-item { align-items: center; text-align: center; } .hero-image-overlay { position: relative; margin: -35px auto 0; width: 90%; max-width: none; background: #fff; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); z-index: 5; border-radius: 15px; } .hero-main-image { height: 350px !important; width: 100% !important; object-fit: cover !important; border-radius: 20px !important; } } @media (min-width: 768px) and (max-width: 992px) { .hero-content-col { align-items: center; text-align: center; } .hero-content-wrapper { text-align: center; margin: 0 auto; } .hero-buttons { justify-content: center; } .hero-stats { justify-content: center; width: 100%; } } @media (max-width: 768px) { /* .hero-slider-section { min-height: 100vh !important; } */ .hero-image-col { padding-bottom: 0 !important; } .hero-content-col { padding-top: 30px !important; } .hero-image-col { min-height: auto !important; } .hero-main-image { height: 300px !important; max-height: 300px; object-fit: contain; } .hero-buttons { display: flex; justify-content: center; flex-direction: column; align-items: center; gap: 10px; width: 100%; } .hero-btn { width: 100%; max-width: 280px; text-align: center; padding: 12px 20px; } .hero-stats { gap: 15px; } .hero-slider-indicators { bottom: 10px; position: relative !important; margin-top: 20px; } } @media (max-width: 576px) { .hero-main-image { height: 250px !important; } .hero-offer-badge { padding: 6px 15px; margin-top: 25px; margin-bottom: 0px; } .hero-image-overlay { padding: 15px; flex-direction: column; text-align: center; gap: 10px; } .overlay-btn { width: 100%; } } /* Fix Select2 dropdown positioning in hero_slider_1 modals */ /* .modal .select2-container { z-index: 9999 !important; } .modal .select2-container--open { z-index: 9999 !important; } .modal .select2-dropdown { z-index: 10060 !important; pointer-events: auto !important; position: absolute !important; } .modal .select2-results { pointer-events: auto !important; } .modal .select2-results__option { cursor: pointer !important; pointer-events: auto !important; user-select: none; } .modal .select2-results__option--highlighted { cursor: pointer !important; pointer-events: auto !important; background-color: #5897fb !important; color: white !important; } */ /* Ensure Select2 search input is visible and functional */ /* .modal .select2-search--dropdown { padding: 4px; } .modal .select2-search__field { width: 100% !important; padding: 4px 8px !important; border: 1px solid #aaa !important; } */ /* Theme Support */ /* .hero-slider-section.hero-theme-dark { background-color: #1a1a1a !important; color: #ffffff; } .hero-theme-dark .hero-heading, .hero-theme-dark .hero-content, .hero-theme-dark .stat-number, .hero-theme-dark .stat-label { color: #ffffff !important; } .hero-theme-dark .hero-stats .stat-item { border-right-color: rgba(255, 255, 255, 0.1) !important; } .hero-theme-dark .hero-stats .text-muted { color: #b0b0b0 !important; } .hero-theme-dark .hero-image-overlay { background: rgba(30, 30, 30, 0.9) !important; color: #ffffff; } .hero-theme-dark .overlay-title { color: #bbbbbb; } .hero-theme-dark .overlay-product-name { color: #ffffff; } .hero-theme-dark .hero-btn-primary { background-color: #ffffff; color: #1a1a1a; } .hero-theme-dark .hero-btn-primary:hover { background-color: #f0f0f0; } .hero-theme-dark .hero-slider-nav button { background-color: rgba(255, 255, 255, 0.2); color: #ffffff; } .hero-theme-dark .hero-slider-nav button:hover { background-color: #ffffff; color: #1a1a1a; } */ .hero-slider-inner-container { display: flex; flex-direction: column; height: 100%; } .hero-slide-row { width: 100%; margin: 0; }.category-slider-without-bg-section { background: transparent; padding: 40px 0; } .category-slider-heading { margin-bottom: 10px; } .categories-grid { margin-bottom: 1rem !important; text-align: center; } .category-slider-subheading { margin-bottom: 30px; } .category-slider-wrapper { position: relative; } .category-slider-without-bg-carousel { /* padding: 10px 2px; */ } .category-slider-without-bg-carousel .owl-stage-outer { padding-top: 10px; padding-bottom: 10px; /* margin-top: -10px; margin-bottom: -10px; */ } .category-slide-item { background: transparent !important; border: none !important; } .category-card { display: flex; flex-direction: column; align-items: center; text-decoration: none; transition: transform 0.3s ease; border: none !important; border-radius: 0 !important; overflow: visible !important; background: transparent !important; padding: 0 !important; box-shadow: none !important; } .category-card:hover { text-decoration: none; } .category-content { width: 100%; text-align: center; background: transparent !important; border: none !important; padding: 0 !important; } .category-image-wrapper { width: 100%; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; position: relative; background: #fcfcfc; border: 1px solid #eee; border-radius: 12px; margin-bottom: 12px; padding: 15px; overflow: hidden; transition: border-color 0.3s ease; } .category-image { max-width: 100%; max-height: 100%; object-fit: contain; transition: transform 0.5s ease; } .category-card:hover .category-image { transform: scale(1.02); } .category-card:hover .category-image-wrapper { border-color: #ddd; } .category-name { margin: 10px 0 0 0; padding: 0; display: inline-block; position: relative; transition: color 0.3s ease; text-align: center; } .category-name::after { content: ''; position: absolute; width: 0; height: 2px; bottom: -2px; left: 50%; transform: translateX(-50%); transition: width 0.3s ease; } /* .category-card:hover .category-name { color: #333; } */ .category-card:hover .category-name::after { width: 100%; } /* Responsive */ @media (max-width: 991px) { .category-image-wrapper { padding: 10px; } } @media (max-width: 767px) { .category-slider-without-bg-section { padding: 40px 0; } .category-image-wrapper { margin-bottom: 10px; padding: 8px; } }.trending .owl-item .item { min-height: 0 !important; } .deals-of-the-day-carousel { padding: 20px 0; } .deals-header { text-align: left; width: 100%; display: flex; justify-content: space-between; align-items: center; } .deals-title-section { flex: 1; text-align: left; } .deals-view-all { flex-shrink: 0; } .deals-of-the-day-title { position: relative; padding-bottom: 0.5rem; margin: 0; } .deals-of-the-day-subtitle { padding-bottom: 0; } .deals-view-link { text-decoration: none; white-space: nowrap; transition: all 0.3s ease; border-bottom: 1px solid #000; padding-bottom: 2px; } .deals-view-link:hover { color: #d2a679; border-color: #d2a679; text-decoration: none; } .deals-of-the-day-section .container-fluid { padding-left: 15px; padding-right: 15px; } .light-theme .productname, .light-theme .product-name {} .deals-of-the-day-section .owl-item { padding: 0 !important; } .deals-product-wrapper { position: relative; margin: 0 !important; padding: 0 !important; } .discount-badge { position: absolute; top: 12px; left: 12px; z-index: 999; background: var(--primary_color); color: #fff !important; width: 48px; height: 48px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); pointer-events: none; border: 2px solid #fff; } /* Hide redundant bottom percentage text ONLY in this section */ .deals-of-the-day-section .offerprice { display: none !important; } /* .discount-badge span:first-child { font-size: 11px; font-weight: 800; } */ .discount-badge span:last-child { margin-top: 1px; } /* Responsive adjustment for mobile */ @media (max-width: 576px) { .discount-badge { width: 42px; height: 42px; top: 8px; left: 8px; } .discount-badge span:first-child { /* font-size: 10px; */ } .discount-badge span:last-child { /* font-size: 7px; */ } } @media (max-width: 767px) { .deals-of-the-day-section .owl-dots { display: none !important; } .deals-of-the-day-section .owl-nav { display: block !important; } } /* --- OWL NAV STYLES --- */ .deals-of-the-day-section .owl-nav { display: block; } .deals-of-the-day-section .owl-nav button.owl-prev, .deals-of-the-day-section .owl-nav button.owl-next { position: absolute; top: 30%; transform: translateY(-50%); background: #fff !important; border-radius: 50% !important; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); display: flex !important; align-items: center; justify-content: center; transition: all 0.3s ease; z-index: 100; margin: 0 !important; } .deals-of-the-day-section .owl-nav button.owl-prev:hover, .deals-of-the-day-section .owl-nav button.owl-next:hover { background: var(--primary_color) !important; color: #fff !important; opacity: 1; } .deals-of-the-day-section .owl-nav button.owl-prev { left: -20px; } .deals-of-the-day-section .owl-nav button.owl-next { right: -20px; } /* --- PREMIUM HOVER EFFECTS --- */ .deals-product-wrapper { transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .deals-product-wrapper:hover { transform: translateY(-8px); } .deals-product-wrapper .discount-badge { transition: all 0.3s ease; } .deals-product-wrapper:hover .discount-badge { transform: scale(1.1) rotate(5deg); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2); } .deals-of-the-day-section .col-sm-12 { position: relative; } @media (max-width: 991px) { .deals-of-the-day-section .owl-nav button.owl-prev { left: -10px; } .deals-of-the-day-section .owl-nav button.owl-next { right: -10px; } } .deals-of-the-day-section { padding-top: 1.5rem; padding-bottom: 1.5rem; } .product-placeholder { padding: 1.5rem; text-align: center; background-color: #f8f9fa; border-radius: 0.25rem; } .product-placeholder i { margin-bottom: 1rem; } .deals-empty-section { padding: 3rem 1rem; text-align: center; } .deals-of-the-day-section .deals-of-the-day-carousel.nav-style-minimal .owl-nav button.owl-prev, .deals-of-the-day-section .deals-of-the-day-carousel.nav-style-minimal .owl-nav button.owl-next { background: transparent; border: none; box-shadow: none; } .deals-of-the-day-section .deals-of-the-day-carousel.nav-style-minimal .owl-nav button.owl-prev:hover, .deals-of-the-day-section .deals-of-the-day-carousel.nav-style-minimal .owl-nav button.owl-next:hover { color: var(--primary_color) !important; opacity: 1; } /* Square Style */ .deals-of-the-day-section .deals-of-the-day-carousel.nav-style-square .owl-nav button.owl-prev, .deals-of-the-day-section .deals-of-the-day-carousel.nav-style-square .owl-nav button.owl-next { border-radius: 4px !important; } /* Top-Right Style */ .deals-of-the-day-section .deals-of-the-day-carousel.nav-style-top-right { position: relative; } .deals-of-the-day-section .deals-of-the-day-carousel.nav-style-top-right .owl-nav { position: absolute; top: -55px; right: 15px; display: flex !important; gap: 10px; transform: none !important; } .deals-of-the-day-section .deals-of-the-day-carousel.nav-style-top-right .owl-nav button.owl-prev, .deals-of-the-day-section .deals-of-the-day-carousel.nav-style-top-right .owl-nav button.owl-next { position: static !important; transform: none !important; width: 36px; height: 36px; } /* Shift view-all link if top-right navigation is present to avoid overlapping */ .deals-of-the-day-section:has(.nav-style-top-right) .deals-view-all { margin-right: 95px; } /* --- OWL DOTS STYLES --- */ .deals-of-the-day-section .owl-dots { display: flex; justify-content: center; margin-top: 1.5rem; gap: 0.5rem; } .deals-of-the-day-section .owl-dot { background: transparent !important; border: none !important; padding: 0 !important; } .deals-of-the-day-section .owl-dot span { width: 10px; height: 10px; background: #D1D5DB !important; display: block; border-radius: 50%; transition: all 0.3s ease; } .deals-of-the-day-section .owl-dot.active span { width: 28px; background: var(--primary_color) !important; border-radius: 5px; } .deals-of-the-day-section .product-placeholder { text-align: center; } .deals-of-the-day-placeholder { padding: 1rem 1.5rem; text-align: center; }.mission-vision-section .mission-card { border-radius: 40px !important; text-align: center; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important; padding: 2rem !important; width: 100%; border: 1px solid rgba(0, 0, 0, 0.08) !important; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); height: 100%; display: flex; flex-direction: column; } .mission-vision-section .mission-card .icon-box { width: 75px; height: 75px; background: rgba(0, 0, 0, 0.06) !important; border-radius: 50% !important; margin: 0 auto 1.5rem !important; display: flex; align-items: center; justify-content: center; border: 1.5px solid rgba(0, 0, 0, 0.08) !important; } .mission-vision-section .mission-card .icon-box img { width: 35px; height: 35px; object-fit: contain; } .theme-light .mission-vision-section .mission-card .icon-box img { filter: brightness(1) !important; } .mission-vision-section .mission-card h3 { margin-bottom: 1rem !important; } .mission-vision-section .mission-card .card-description { margin-bottom: 0.5rem; flex-grow: 1; } @media (min-width: 992px) { .mission-vision-section .mission-vision-col { flex: 0 0 48% !important; max-width: 48% !important; width: 48% !important; margin: 0 !important; } } @media (max-width: 991px) { .mission-vision-section .mission-vision-col { margin-bottom: 3rem !important; } } .mission-vision-section .title-line { width: 60px; height: 4px; border-radius: 10px; background: #000 !important; margin: 0 auto; } .mission-vision-section .mission-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important; border-color: rgba(0, 0, 0, 0.12) !important; } .mission-vision-section .mission-vision-header-row { align-items: center; margin-bottom: 2rem; } .mission-vision-section .mission-vision-header-col { text-align: center; } .mission-vision-section .mission-vision-title { margin-bottom: 0.5rem; } .mission-vision-section .main-description-box { margin-top: 15px; text-align: center; } .mission-vision-section .main-description-box p { margin-bottom: 0; } .mission-vision-section .mission-vision-cards-row { margin-right: 0; margin-left: 0; -bs-gutter-x: 0 !important; display: flex; justify-content: space-between; } .mission-vision-section .mission-vision-cards-row>* { padding-right: 0; padding-left: 0; } .mission-vision-section .mission-card-button-wrapper { margin-top: auto; } .mission-vision-section .mission-vision-button { border-radius: 50rem; padding: 0.5rem 1.5rem; transition: all 0.3s ease; background: transparent; border-style: solid; border-width: 1.5px; } .mission-vision-section .mission-vision-button:hover { transform: scale(1.02); color: #000; } /* Post css */