/*!
Theme Name:   Storefront
Theme URI:    https://woocommerce.com/products/storefront/
Author:       Automattic
Author URI:   https://woocommerce.com/
Description:  Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Version:      4.6.2
Tested up to: 6.7
Requires PHP: 5.6.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  storefront
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Storefront is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer https://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

All sizing (typography, layout, padding/margins, etc) are inspired by a modular scale that uses 1em as a base size with a 1.618 ratio.
You can read more about the calculator we use in our Sass here: https://github.com/modularscale/modularscale-sass

FontAwesome License: SIL Open Font License - http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
Images License: GNU General Public License v2 or later
*//*!
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 */
 
/* ==== USER AGENT RESET / OVERRIDE ==== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Links */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  display: block;
  border-style: none;
}

/* Lists */
ul,
ol {
  list-style: none;
}

/* Buttons & Inputs */
button,
input,
select,
textarea {
  font: inherit;
  border: none;
  outline: none;
  background: transparent;
}

/* Forms */
button {
  cursor: pointer;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

/* Paragraph */
p {
  line-height: 1.6;
}

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Prevent overflow issues */
html, body {
  width: 100%;
  overflow-x: hidden;
}



html  {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
body{
    color:#262626 !important;
}
.container {
    max-width: 100%;
    margin: 0px auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.home-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    box-sizing: content-box;
    background: var(--Hero-Gradient, linear-gradient(180deg, #F1F0EC 66%, #FFF 100%));
}
.copy-wrapper {
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-row: span 2/span 2;
}
.media-video {
    grid-row: span 2/span 2;
    height: 470px;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
}
.product-thumbnail-home__details {
    width: 100%;
}

.media-img-first {
    margin-left: 20px;
    width: 390px;
    height: 225px;
}
.media-img-second {
    grid-column: span 2/span 2;
    grid-row-start: 3;
    transition: all .25s;
}
.media-img-second {
    grid-column-start: 3;
    grid-row-start: 2;
    margin-left: 20px;
    align-self: end;
    width: 390px;
    height: 225px;
}
.home-hero__container {
    display: grid;
    grid-template-rows: 220px 180px 1fr;
    transition: all .25s;
    grid-template-rows: repeat(2, 1fr);
}
section.au-commerce-categories {
    padding-top: 80px;
}
.categories-block3-card-text h3 {
    display: flex;
    align-items: center;
    gap: 15px;
}
.row {
       display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}
.categories-block3-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
}
.hero-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    border-radius: 10px;
}

.hero-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.copy-container__title {
    font-size: 34px;
    font-weight: 600;
    transition: all .25s;
}
.copy-container__subheader {
    font-size: 26px;
    font-weight: 400;
    transition: all .25s;
    font-style: italic;
    margin: 10px 0;
}
.typo__button {
    font-size: 22px;
    line-height: 48px;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #3300cc;
    color: #3300cc;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    display: block;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all .35s;
}
.home-buttons__button {
    line-height: 48px;
    border-radius: 25px;
    background-color: #3300cc;
    border-width: 1px;
    border-style: solid;
    border-color: #3300cc;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    display: flex;
    transition: all .35s;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.home-buttons {
    display: flex;
    gap: 10px;
    margin-top: 2rem;
}
.review-stars {
    display: flex;
    gap: 3px;
    margin: 12px 0 0;
    align-items: center;
}
.sub-heading {
    color: #262626;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 0 15px 20px;
}
.to-purple-100 {
    background-image: linear-gradient(to right, #e0e7ff);
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    padding: 7px 15px;
    font-size: 14px;
    margin-bottom: 10px;
}
.to-purple-100 svg {
    max-width: 20px;
}
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    margin-bottom: 80px;
}
.feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.08);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(2, 6, 23, 0.15);
}

.feature-card .icon {
  font-size: 36px;
  color: #ED0303;
  display: block;
  margin-bottom: 12px;
}

.feature-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #020617;
  margin-bottom: 6px;
}

.feature-card p {
  font-size: 14px;
  color: #64748B;
}
section.home-tab-view {
    background: #f1f0ec;
    padding: 80px 0;
}
.home-tab-view {
  padding: 70px 8%;
  background: #ffffff;
}

.sub-heading {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 32px;
  color: #020617;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.tab-link {
  padding: 12px 28px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 500;
  background: #F1F5F9;
  color: #020617;
  transition: all 0.3s ease;
}

.tab-link.active {
  background: #020617;
  color: #ffffff;
}

/* Tabs content */
.products-tab {
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}

.products-tab.active {
  display: grid;
}

/* Product card */
.product-thumbnail-home {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.08);
  transition: all 0.3s ease;
}

.product-thumbnail-home:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(2, 6, 23, 0.15);
}

.product-thumbnail-home img {
  max-width: 100%;
    margin: auto;
}
.product-thumbnail-home a {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}
.product-thumbnail-home__details h4 {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #020617;
}

/* Mobile */
@media (max-width: 640px) {
  .sub-heading {
    font-size: 22px;
  }
}



.embla {
  position: relative;
}


.embla__container {
  display: flex;
}

.embla__slide {
    flex: 0 0 320px;
    height: auto;
    min-height: 420px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 15px #0003;
    margin: 0 10px;
    background-color: #fff;
    opacity: 1;
    transition: opacity .2s;
}
.embla__slide video {
  width: 100%;
}
.reviews_title h2.sub-heading {
    margin: 0;
    padding: 0;
}
.reviews {
    padding: 80px 0;
}
.reviews_title {
    margin-bottom: 2rem;
}
.reviews_title  .review-stars {
    justify-content: center;
}
.text-center {
  text-align: center;
}

.home-customer-reviews {
    padding: 15px;
}
.embla__slide h4 {
  font-size: 16px;
  font-weight: 600;
}

.embla__slide .short {
  font-size: 14px;
  color: #555;
}
.read-more-btn {
    color: #6d6d6d;
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
    background: transparent;
}

/* Read More Popup */
.read-more {
  display: none;
}

.read-more.active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: end;
    background: #262626e6;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    padding: 15px;
    color: #fff;
    font-size: 16px;

}
.read-more p{
        flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.read-more .close {
  position: absolute;
  top: 14px;
  right: 16px;
  cursor: pointer;
}

/* Controls */
.embla__prev,
.embla__next {
  position: absolute;
  top: 45%;
  background: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  border: none;
  display: none;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
}

.embla__prev { left: -20px; }
.embla__next { right: -20px; }

.animate-ping::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: rgba(34, 197, 94, 0.6); /* green-500 */
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.relative {
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.whatsapp_icon {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: rgb(34 197 94 / 1);
    border-radius: 100%;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.hidden {
    display: none;
}

.site-footer {
  background: #020617;
  color: #cbd5f5;
  padding: 60px 20px 20px;
  font-family: Inter, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.footer-col h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}

.footer-col h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
}

.footer-col p {
  font-size: 14px;
  color: #94a3b8;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 14px;
}

.footer-col ul li a:hover {
  color: #fff;
}

.trust-line {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
}

.trust-line strong {
  color: #ED0303;
}

.footer-bottom {
  border-top: 1px solid #1e293b;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #64748b;
}



@media (min-width: 576px) {
    .container { max-width: 540px; }
  }

@media (min-width: 768px) { 
    .container { max-width: 720px; }
 }

@media (min-width: 992px) { 
    .container { max-width: 960px; }
 }

@media (min-width: 1200px) { 
    .container { max-width: 1140px; }
 }

@media (min-width: 1400px) { 

    .container { max-width: 1320px; }
 }


@media (max-width: 575.98px) {  }

@media (max-width: 767.98px) {  }

@media (max-width: 991.98px) { 
    .home-buttons { flex-direction: column; }
    .copy-wrapper { margin-right: 15px; }
    .media-img-first {
    width: 220px;
}
.media-img-second {
    width: 220px;
}
 }

@media (max-width: 1199.98px) {
.media-img-first {
    margin-left: 10px;
    width: 290px;
    height: 163px;
}
.media-img-second {
    margin-left: 10px;
    width: 290px;
    height: 163px;
}
.media-video {
    height: 336px;
}
.copy-container__title { font-size: 28px; }
.copy-container__subheader { font-size: 22px; }
.features { gap: 15px; }
 }

@media (max-width: 1399.98px) { }

