/*
@File: Xton Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Top Header CSS
** - Navbar CSS
** - Search Overlay CSS
** - Main Banner CSS
** - About CSS
** - Categories Banner CSS
** - Products CSS
** - Products Details CSS
** - Offer CSS
** - Facility CSS
** - Partner CSS
** - Testimonials CSS
** - Brand CSS
** - Blog CSS
** - Blog Details CSS
** - Instagram CSS
** - Modal CSS
** - Page Title CSS
** - Gallery CSS
** - Look Book CSS
** - Woocommerce Widget Sidebar CSS
** - Sizing Guide CSS
** - Cart CSS
** - Checkout CSS
** - FAQ CSS
** - 404 Error CSS
** - Customer Service CSS
** - Compare CSS
** - Pagination CSS
** - Widget Sidebar CSS
** - Coming Soon CSS
** - Track Order CSS
** - Login CSS
** - Signup CSS
** - Contact CSS
** - Footer CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700,700i&display=swap");

/*================================================
BLUWEL FIREWORKS BRAND — 4-Colour Palette
=================================================*/
:root {




    --c-text: var(--c-black);
    --c-button: var(--c-orange);
    --c-bg1: var(--c-grey);
    --c-bg2: var(--c-grey);
    --c-hover: var(--c-gold);

    --color-1: var(--c-orange);
    --color-2: var(--c-gold);
    --color-3: var(--c-grey);
    --color-4: var(--c-black);
    --color-5: var(--c-orange);

    --gradient-gold: var(--c-gold);
    --gradient-navy: var(--c-orange);
    --gradient-fire: var(--c-orange);

    --navy-glass: var(--c-orange);
    --gold-glow: var(--c-gold);
    --gold-border: var(--c-gold);
    --gold-border-h: var(--c-gold);
    --white-soft: var(--c-grey);
    --white-muted: var(--c-grey);
    --red-glow: var(--c-orange);
    --dark-overlay: var(--c-black);

    --fire-red: var(--c-orange);
    --fire-orange: var(--c-gold);
    --fire-yellow: var(--c-gold);
    --spark-white: var(--c-grey);
    --deep-black: var(--c-black);
    --dark-red: var(--c-orange);
    --ember: var(--c-gold);
    --body-bg: var(--c-grey);
    --card-bg: var(--c-grey);
    --text-dark: var(--c-black);
    --text-muted: #6b7280;
    --sidebar-bg: var(--c-grey);

    --gold-primary: var(--c-gold);
    --gold-light: var(--c-gold);
    --gold-deep: var(--c-gold);
    --gold-muted: var(--c-gold);
    --white-pure: var(--c-grey);
    --white-warm: var(--c-grey);
    --dark-base: var(--c-black);
    --dark-surface: var(--c-black);
    --dark-card: var(--c-orange);
    --border-gold: var(--c-gold);
    --border-gold-h: var(--c-gold);
    --glow-gold: none;
}


body {
    padding: 0;
    margin: 0;
    font-family: "Lato";
    font-size: 15px;
}

img {
    max-width: 100%;
    height: auto;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

:focus {
    outline: 0 !important;
}

a {
    transition: 0.5s;
    color: var(--c-black);
    text-decoration: none;
}

a:hover {
    color: var(--c-hover);
    text-decoration: none;
}

p {
    margin-bottom: 15px;
    color: #d4d4d4;
    line-height: 1.8;
    font-size: 15px;
}

p:last-child {
    margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--c-gold);
    font-family: "Cabin";
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.bg-f5f5f5 {
    background-color: #f5f5f5;
}

/*default-btn&optional-btn*/
.default-btn {
    display: inline-block;
    border: 1px solid var(--c-hover);
    padding: 10px 30px;
    transition: 0.5s;
    text-transform: uppercase;
    background-color: var(--c-hover);
    color: var(--c-bg1);
    font-size: 14px;
    font-weight: 600;
}

.default-btn:hover {
    background-color: transparent;
    color: var(--c-black);
    border-color: var(--c-black);
}

.optional-btn {
    display: inline-block;
    border: 1px solid var(--c-black);
    padding: 10px 30px;
    transition: 0.5s;
    text-transform: uppercase;
    background-color: transparent;
    color: var(--c-black);
    font-size: 14px;
    font-weight: 600;
}

.optional-btn:hover {
    background-color: var(--c-hover);
    color: var(--c-bg1);
    border-color: var(--c-hover);
}

/*section-title*/
.section-title {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.section-title span {
    display: block;
    margin-bottom: 8px;
    color: var(--c-hover);
    font-weight: 600;
}

.section-title h2 {
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 700;
}

.section-title.text-start {
    max-width: 100%;
    position: relative;
    margin-left: 0;
    margin-bottom: 30px;
    margin-right: 0;
}

.section-title.text-start .default-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*form-control*/
.form-control {
    background-color: #f5f5f5;
    height: 48px;
    border-radius: 0;
    box-shadow: unset !important;
    padding: 0 0 0 15px;
    border: 1px solid #f5f5f5;
    color: var(--c-black);
    font-size: 15px;
    transition: 0.5s;
}

.form-control:focus {
    border-color: var(--c-hover);
    background-color: var(--c-bg1);
}

.form-control:focus::-moz-placeholder {
    color: transparent;
}

.form-control:focus::placeholder {
    color: transparent;
}

.form-control::-moz-placeholder {
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.form-control::placeholder {
    transition: 0.5s;
}

textarea.form-control {
    padding-top: 15px;
    height: auto !important;
}

.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: var(--c-bg1);
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600;
}

.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    transform: translateY(-50%);
}

.buy-now-btn:hover {
    background-color: var(--c-hover);
    color: var(--c-bg1);
}

/*================================================
Top Header CSS
=================================================*/
.top-header {
    background-color: var(--c-black);
    padding-top: 12px;
    padding-bottom: 12px;
}

.top-header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.header-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.header-contact-info li {
    display: inline-block;
    color: #d0d0d0;
    margin-right: 25px;
    position: relative;
    font-weight: 600;
    font-size: 14.5px;
}

.header-contact-info li::before {
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    content: "";
    height: 12px;
    background-color: #636161;
}

.header-contact-info li a {
    display: inline-block;
    color: #d0d0d0;
    position: relative;
}

.header-contact-info li a:hover {
    color: var(--c-hover);
}

.header-contact-info li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--c-hover);
    transition: 0.5s;
}

.header-contact-info li a:hover::before {
    width: 100%;
}

.header-contact-info li:last-child {
    margin-right: 0;
}

.header-contact-info li:last-child::before {
    display: none;
}

.header-contact-info li .language-switcher {
    position: relative;
}

.header-contact-info li .language-switcher .dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #d0d0d0;
    font-weight: 600;
    font-size: 14.5px;
}

.header-contact-info li .language-switcher .dropdown-toggle::after {
    display: none;
}

.header-contact-info li .language-switcher .dropdown-toggle img {
    width: 35px;
    border-radius: 3px;
    border: 2px solid var(--c-bg1);
    position: relative;
    top: -2px;
}

.header-contact-info li .language-switcher .dropdown-toggle span {
    display: inline-block;
    margin-left: 5px;
}

.header-contact-info li .language-switcher .dropdown-toggle span i {
    position: relative;
    font-size: 20px;
    top: 4px;
    margin-left: -3px;
}

.header-contact-info li .language-switcher .dropdown-menu {
    padding: 15px;
    float: unset;
    border: none;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: block;
    margin-top: 10px !important;
    opacity: 0;
    visibility: visible;
    transition: 0.5s;
    transform: scaleX(0);
}

.header-contact-info li .language-switcher .dropdown-menu .dropdown-item {
    padding: 0;
    color: var(--c-black);
    margin-bottom: 10px;
    font-weight: 600;
}

.header-contact-info li .language-switcher .dropdown-menu .dropdown-item::before {
    display: none;
}

.header-contact-info li .language-switcher .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}

.header-contact-info li .language-switcher .dropdown-menu .dropdown-item img {
    width: 40px;
    border-radius: 5px;
    border: 3px solid var(--c-bg1);
}

.header-contact-info li .language-switcher .dropdown-menu .dropdown-item span {
    display: inline-block;
    margin-left: 7px;
}

.header-contact-info li .language-switcher .dropdown-menu .dropdown-item:hover,
.header-contact-info li .language-switcher .dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
}

.header-contact-info li .language-switcher .dropdown-menu .dropdown-item:active,
.header-contact-info li .language-switcher .dropdown-menu .dropdown-item.active {
    color: var(--c-black);
    background-color: transparent;
}

.header-contact-info li .language-switcher .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}

.top-header-discount-info {
    text-align: center;
}

.top-header-discount-info p {
    margin-bottom: 0;
    line-height: initial;
    font-size: 14.5px;
    color: var(--c-bg1);
}

.top-header-discount-info p a {
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: var(--c-bg1);
}

.top-header-discount-info p a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--c-hover);
    transition: 0.5s;
}

.top-header-discount-info p a:hover {
    color: var(--c-hover);
}

.top-header-discount-info p a:hover::before {
    width: 100%;
}

.header-top-menu {
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.header-top-menu li {
    display: inline-block;
    color: #d0d0d0;
    font-weight: 600;
    margin-right: 25px;
    position: relative;
    font-size: 14.5px;
}

.header-top-menu li::before {
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    content: "";
    height: 12px;
    background-color: #636161;
}

.header-top-menu li i {
    position: absolute;
    left: 0;
    top: 2.5px;
    font-size: 16px;
}

.header-top-menu li a {
    display: inline-block;
    color: #d0d0d0;
    padding-left: 22px;
    position: relative;
}

.header-top-menu li a:hover {
    color: var(--c-hover);
}

.header-top-menu li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--c-hover);
    transition: 0.5s;
}

.header-top-menu li a:hover::before {
    width: 100%;
}

.header-top-menu li:last-child {
    margin-right: 0;
}

.header-top-menu li:last-child::before {
    display: none;
}

.header-top-others-option {
    display: none;
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0;
}

.header-top-others-option .option-item {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    z-index: 3;
    color: #d0d0d0;
}

.header-top-others-option .option-item:first-child {
    margin-left: 0;
}

.header-top-others-option .option-item .search-btn-box {
    position: relative;
    top: 2px;
}

.header-top-others-option .option-item .search-btn-box .search-btn {
    font-size: 20px;
    cursor: pointer;
    color: #d0d0d0;
    transition: 0.5s;
}

.header-top-others-option .option-item .cart-btn {
    font-size: 20px;
    position: relative;
    line-height: 1;
}

.header-top-others-option .option-item .cart-btn a {
    display: inline-block;
    position: relative;
    color: #d0d0d0;
}

.header-top-others-option .option-item .cart-btn a span {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 13.9px;
    border-radius: 50%;
    color: var(--c-bg1);
    background-color: var(--c-hover);
    font-size: 10px;
    font-weight: 600;
}

/*================================================
Navbar CSS
=================================================*/
.navbar-area .navbar-brand .white-logo {
    display: none;
}

.navbar-area.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background: var(--c-bg1) !important;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.navbar-area.header-sticky.is-sticky {
    opacity: 1;
    visibility: visible;
}

.navbar-area.header-sticky.scrollUp {
    transform: translateY(-85px);
    opacity: 0;
    visibility: hidden;
}

.navbar-area.navbar-style-two .xton-nav .navbar .navbar-nav {
    margin-left: 50px;
    margin-right: auto;
}

.xton-responsive-nav {
    display: none;
}

.xton-responsive-nav .logo .white-logo {
    display: none;
}

.xton-nav {
    background-color: var(--c-bg1);
}

.xton-nav .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.xton-nav .navbar {
    position: inherit;
    padding-left: 0;
    padding-right: 0;
}

.xton-nav .navbar .navbar-brand {
    font-size: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.xton-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.xton-nav .navbar .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.xton-nav .navbar .navbar-nav .nav-item {
    position: relative;
}

.xton-nav .navbar .navbar-nav .nav-item a {
    color: var(--c-black);
    font-size: 16.5px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 13px;
    margin-right: 13px;
}

.xton-nav .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -3px;
    margin-right: -3px;
}

.xton-nav .navbar .navbar-nav .nav-item a:hover,
.xton-nav .navbar .navbar-nav .nav-item a:focus,
.xton-nav .navbar .navbar-nav .nav-item a.active {
    color: var(--c-hover);
}

.xton-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}

.xton-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.xton-nav .navbar .navbar-nav .nav-item:hover a,
.xton-nav .navbar .navbar-nav .nav-item.active a {
    color: var(--c-hover);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: var(--c-bg1);
    position: absolute;
    border: none;
    top: 70px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    padding: 0;
    transform: scaleX(0);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 13px 20px 11px;
    margin: 0;
    position: relative;
    display: block;
    /* color: #666666; */
    border-bottom: 1px dashed #e5e5e5;
    font-size: 15px;
    font-weight: 600;
    font-family: "Cabin";
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
    right: 10px;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: var(--c-hover);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: var(--c-hover);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--c-hover);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--c-hover);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--c-hover);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--c-hover);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #515050;
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--c-hover);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--c-hover);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--c-hover);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--c-hover);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--c-hover);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: var(--c-hover);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: var(--c-hover);
}

.xton-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.xton-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu {
    position: inherit;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .container {
    display: block;
    flex-wrap: unset;
    align-items: unset;
    justify-content: unset;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
    width: 100%;
    margin-top: 8px;
    position: absolute;
    top: auto;
    left: 0;
    padding: 30px 0;
    transform: unset !important;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title {
    color: var(--c-black);
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 25px;
    font-size: 15.5px;
    font-weight: 600;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title::before {
    width: 30px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: var(--c-hover);
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title:first-child {
    margin-top: 0;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu a {
    border-bottom: none !important;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
    margin-top: 14px;
    /* color: #666666; */
    padding: 0;
    font-weight: 400;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover,
.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
    color: var(--c-hover);
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products img {
    transition: 0.5s;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category {
    position: absolute;
    left: 0;
    transition: 0.5s;
    right: 0;
    bottom: 0;
    background-color: var(--c-bg1);
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .link-btn {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:not(:first-child) {
    margin-top: 15px;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover img {
    transform: scale(1.3);
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover .category {
    bottom: 10px;
}

.xton-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides {
    margin-top: 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.xton-nav .navbar .others-option .option-item {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    z-index: 3;
}

.xton-nav .navbar .others-option .option-item:first-child {
    margin-left: 0;
}

.xton-nav .navbar .others-option .option-item .search-btn-box {
    position: relative;
    top: 1px;
}

.xton-nav .navbar .others-option .option-item .search-btn-box .search-btn {
    font-size: 25px;
    cursor: pointer;
    color: var(--c-black);
    transition: 0.5s;
}

.xton-nav .navbar .others-option .option-item .cart-btn {
    font-size: 25px;
    position: relative;
    line-height: 1;
}

.xton-nav .navbar .others-option .option-item .cart-btn a {
    display: inline-block;
    position: relative;
    color: var(--c-black);
}

.xton-nav .navbar .others-option .option-item .cart-btn a span {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 13.9px;
    border-radius: 50%;
    color: var(--c-bg1);
    background-color: var(--c-hover);
    font-size: 10px;
    font-weight: 600;
}

.xton-nav .navbar .others-option .option-item .burger-menu {
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    top: 4px;
    margin-left: 5px;
}

.xton-nav .navbar .others-option .option-item .burger-menu span {
    height: 1px;
    width: 25px;
    background: var(--c-black);
    display: block;
    margin: 6px 0;
    transition: all 0.5s ease-in-out;
}

.xton-nav .navbar .others-option .option-item .burger-menu.active span.top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.xton-nav .navbar .others-option .option-item .burger-menu.active span.middle-bar {
    opacity: 0;
}

.xton-nav .navbar .others-option .option-item .burger-menu.active span.bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    margin-top: 5px;
}

@media only screen and (max-width: 991px) {
    .xton-responsive-nav {
        display: block;
    }

    .xton-responsive-nav .xton-responsive-menu {
        position: relative;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .mean-nav {
        margin-top: 45px;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .mean-nav ul li a.active {
        color: var(--c-hover);
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 15px;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 306px;
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
        overflow: hidden;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .container {
        padding-left: 0;
        padding-right: 0;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row {
        display: block;
        flex-wrap: unset;
        margin-left: 0;
        margin-right: 0;
        margin-top: -20px;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col {
        flex-basis: unset;
        flex-grow: unset;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
        margin-bottom: 15px;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
        width: 100%;
        float: unset;
        display: block;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title {
        color: var(--c-black);
        position: relative;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 8px;
        text-transform: uppercase;
        margin-bottom: 5px;
        margin-top: 25px;
        margin-left: 15px;
        margin-right: 15px;
        font-size: 13.5px;
        font-weight: 600;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title::before {
        width: 30px;
        height: 1px;
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        background-color: var(--c-hover);
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title:first-child {
        margin-top: 5px;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
        border-bottom: none !important;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
        display: none !important;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
        width: auto;
        overflow: hidden;
        display: block !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
        border: none;
        margin-top: 15px;
        /* color: #666666; */
        padding: 0;
        font-weight: 400;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover,
    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
        color: var(--c-hover);
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products {
        overflow: hidden;
        position: relative;
        text-align: center;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products img {
        transition: 0.5s;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category {
        position: absolute;
        left: 0;
        transition: 0.5s;
        right: 0;
        bottom: 0;
        background-color: var(--c-bg1);
        padding: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category h4 {
        text-transform: uppercase;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
        font-size: 15px;
        font-weight: 600;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .link-btn {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 3;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:not(:first-child) {
        margin-top: 15px;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover img {
        transform: scale(1.3);
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover .category {
        bottom: 10px;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides {
        margin-top: 0;
        border-top: none;
        border-bottom: none;
        border-left: none;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides .brand-item a {
        display: block !important;
        padding: 20px !important;
        width: auto !important;
    }

    .xton-responsive-nav .xton-responsive-menu.mean-container .others-option {
        display: none;
    }

    .xton-responsive-nav .mean-container a.meanmenu-reveal {
        color: var(--c-black);
    }

    .xton-responsive-nav .mean-container a.meanmenu-reveal span {
        background: var(--c-black);
        position: relative;
        top: 8px;
        margin-top: -10px;
    }

    .xton-responsive-nav .logo {
        position: relative;
        width: 50%;
        z-index: 999;
    }

    .xton-nav {
        display: none;
    }

    .navbar-area {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-area.header-sticky {
        display: none;
    }
}

/*================================================
Search Overlay CSS
=================================================*/
.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.search-overlay .search-overlay-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(100%);
}

.search-overlay .search-overlay-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out 0s;
}

.search-overlay .search-overlay-layer:nth-child(2) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out 0.3s;
}

.search-overlay .search-overlay-layer:nth-child(3) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.9s ease-in-out 0.6s;
}

.search-overlay .search-overlay-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    transition: all 0.9s ease-in-out 1.5s;
    opacity: 0;
    visibility: hidden;
}

.search-overlay .search-overlay-close .search-overlay-close-line {
    width: 100%;
    height: 3px;
    float: left;
    margin-bottom: 5px;
    background-color: var(--c-bg1);
    transition: all 500ms ease;
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
    transform: rotate(45deg);
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
    margin-top: -7px;
    transform: rotate(-45deg);
}

.search-overlay .search-overlay-close:hover .search-overlay-close-line {
    background: var(--c-hover);
    transform: rotate(180deg);
}

.search-overlay .search-overlay-form {
    transition: all 0.9s ease-in-out 1.4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    max-width: 500px;
    width: 500px;
}

.search-overlay .search-overlay-form form {
    position: relative;
}

.search-overlay .search-overlay-form form .input-search {
    display: block;
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 30px;
    padding-left: 20px;
    color: var(--c-black);
    font-size: 15px;
}

.search-overlay .search-overlay-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 45px;
    color: var(--c-bg1);
    height: 45px;
    border-radius: 50%;
    background-color: var(--c-hover);
    transition: 0.5s;
    border: none;
    font-size: 20px;
    line-height: 45px;
}

.search-overlay .search-overlay-form form button:hover {
    background-color: var(--c-black);
    color: var(--c-bg1);
}

.search-overlay.search-overlay-active.search-overlay {
    opacity: 1;
    visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
    transform: translateX(0);
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
    opacity: 1;
    visibility: visible;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
    opacity: 1;
    visibility: visible;
}

/*================================================
Main Banner CSS
=================================================*/
.main-banner {
    height: 600px;
    position: relative;
    z-index: 1;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-bg1 {
    background-image: url(../../assets/img/main-banner1.jpg);
}

.banner-bg2 {
    background-image: url(../../assets/img/main-banner2.jpg);
}

.banner-bg3 {
    background-image: url(../../assets/img/main-banner3.jpg);
}

.banner-bg4 {
    background-image: url(../../assets/img/offer-bg.jpg);
}

.banner-bg5 {
    background-image: url(../../assets/img/main-banner5.jpg);
}

.banner-bg6 {
    background-image: url(../../assets/img/main-banner6.jpg);
}

.banner-bg7 {
    background-image: url(../../assets/img/main-banner2.jpg);
}

.banner-bg8 {
    background-image: url(../../assets/img/main-banner2.jpg);
}

.banner-bg9 {
    background-image: url(../../assets/img/main-banner2.jpg);
}

.banner-section {
    height: 650px;
    position: relative;
    z-index: 1;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section .main-banner-content {
    max-width: 100%;
    margin-left: 0;
}

.main-banner-content .sub-title {
    display: block;
    margin-bottom: 7px;
    font-size: 17.5px;
    font-weight: 600;
}

.main-banner-content h1 {
    margin-bottom: 12px;
    font-size: 65px;
    font-weight: 700;
}

.main-banner-content p {
    color: var(--c-black);
    font-weight: 500;
    font-size: 17px;
}

.main-banner-content .btn-box {
    margin-top: 28px;
}

.main-banner-content .btn-box .optional-btn {
    margin-left: 15px;
}

.main-banner-content.text-white .submenu-title {
    color: var(--c-bg1);
}

.main-banner-content.text-white h1 {
    color: var(--c-bg1);
}

.main-banner-content.text-white p {
    color: var(--c-bg1);
    opacity: 0.92;
}

.main-banner-content.text-white .btn-box .default-btn {
    background-color: var(--c-bg1);
    color: var(--c-black);
    border-color: var(--c-bg1);
}

.main-banner-content.text-white .btn-box .default-btn:hover {
    color: var(--c-bg1);
    background-color: var(--c-black);
    border-color: var(--c-black);
}

.main-banner-content.text-white .btn-box .optional-btn {
    border-color: var(--c-bg1);
    color: var(--c-bg1);
}

.main-banner-content.text-white .btn-box .optional-btn:hover {
    color: var(--c-bg1);
    background-color: var(--c-black);
    border-color: var(--c-black);
}

.main-banner-content.text-center .btn-box .optional-btn {
    margin-left: 7px;
}

.main-banner-content.text-center .btn-box .default-btn {
    margin-right: 7px;
}

.banner-content {
    position: relative;
    overflow: hidden;
    padding: 55px;
    max-width: 640px;
    z-index: 1;
    margin-left: auto;
}

.banner-content .line {
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    border: 9px solid var(--c-black);
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.banner-content .sub-title {
    display: block;
    font-weight: 300;
    font-size: 30px;
}

.banner-content h1 {
    margin: 12px 0 20px;
    font-size: 65px;
    font-weight: 700;
}

.banner-content p {
    color: var(--c-black);
    max-width: 495px;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 300;
}

.banner-content .btn-box {
    margin-top: 25px;
}

.banner-content .btn-box .optional-btn {
    margin-left: 15px;
}

.banner-content.text-white .submenu-title {
    color: var(--c-bg1);
}

.banner-content.text-white .line {
    border-color: var(--c-bg1);
}

.banner-content.text-white h1 {
    color: var(--c-bg1);
}

.banner-content.text-white p {
    color: var(--c-bg1);
    opacity: 0.92;
}

.banner-content.text-white .btn-box .default-btn {
    background-color: var(--c-bg1);
    color: var(--c-black);
    border-color: var(--c-bg1);
}

.banner-content.text-white .btn-box .default-btn:hover {
    color: var(--c-bg1);
    background-color: var(--c-black);
    border-color: var(--c-black);
}

.banner-content.text-white .btn-box .optional-btn {
    border-color: var(--c-bg1);
    color: var(--c-bg1);
}

.banner-content.text-white .btn-box .optional-btn:hover {
    color: var(--c-bg1);
    background-color: var(--c-black);
    border-color: var(--c-black);
}

.hero-banner {
    padding-top: 30px;
    position: relative;
    z-index: 1;
    background-color: #f4f4f4;
}

.hero-banner .main-banner-content {
    max-width: 100%;
    margin-left: 0;
}

.banner-image {
    text-align: center;
    position: relative;
    z-index: 1;
}

.banner-image .circle {
    width: 470px;
    height: 470px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: -1;
    position: absolute;
    left: 0;
    top: 5%;
    right: 0;
    margin: 0 auto;
}

.banner-image img {
    width: unset !important;
    display: inline-block !important;
}

.owl-item.active .banner-content .sub-title {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.owl-item.active .banner-content h1 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.owl-item.active .banner-content p {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.owl-item.active .banner-content .btn-box {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.owl-item.active .banner-content .line {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.home-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
    color: var(--c-black);
    font-size: 45px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    border-radius: 0;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
    color: var(--c-black);
    transform: translateX(-10px) translateY(-50%);
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover.owl-next {
    transform: translateX(10px) translateY(-50%);
}

.home-slides.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.home-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    position: relative;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid transparent;
}

.home-slides.owl-theme .owl-dots .owl-dot span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--c-black);
    margin: 2px;
}

.home-slides.owl-theme .owl-dots .owl-dot:hover span,
.home-slides.owl-theme .owl-dots .owl-dot.active span {
    border-color: var(--c-black);
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-] {
    left: 20px;
    opacity: 1;
    visibility: visible;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
}

.home-slides-two.owl-theme .owl-nav {
    margin-top: 0;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-] {
    color: var(--c-bg1);
    font-size: 45px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    border-radius: 0;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
}

.home-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
}

.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
    color: var(--c-bg1);
    transform: translateX(-10px) translateY(-50%);
}

.home-slides-two.owl-theme .owl-nav [class*=owl-]:hover.owl-next {
    transform: translateX(10px) translateY(-50%);
}

.home-slides-two.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.home-slides-two.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    position: relative;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid transparent;
}

.home-slides-two.owl-theme .owl-dots .owl-dot span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--c-black);
    margin: 2px;
}

.home-slides-two.owl-theme .owl-dots .owl-dot:hover span,
.home-slides-two.owl-theme .owl-dots .owl-dot.active span {
    border-color: var(--c-black);
}

.home-slides-two.owl-theme:hover .owl-nav [class*=owl-] {
    left: 20px;
    opacity: 1;
    visibility: visible;
}

.home-slides-two.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
}

.home-slides-three.owl-theme .owl-dots {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
}

.home-slides-three.owl-theme .owl-dots .owl-dot {
    display: block;
}

.home-slides-three.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: transparent;
    position: relative;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid transparent;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3px;
    margin-bottom: 3px;
}

.home-slides-three.owl-theme .owl-dots .owl-dot span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--c-black);
    margin: 2px;
}

.home-slides-three.owl-theme .owl-dots .owl-dot:hover span,
.home-slides-three.owl-theme .owl-dots .owl-dot.active span {
    border-color: var(--c-black);
}

/*================================================
About CSS
=================================================*/
.about-area {
    position: relative;
    z-index: 1;
}

.about-image {
    position: relative;
    padding-right: 100px;
    padding-bottom: 50px;
}

.about-image img {
    border-radius: 5px;
}

.about-image img:nth-child(2) {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
}

.about-content {
    padding-left: 15px;
}

.about-content .sub-title {
    display: block;
    margin-bottom: 8px;
    color: var(--c-hover);
    font-weight: 600;
}

.about-content h2 {
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 35px;
    font-weight: 700;
}

.about-content h6 {
    margin-bottom: 14px;
    line-height: 1.6;
    font-size: 16px;
}

.about-content .features-text {
    margin-top: 25px;
}

.about-content .features-text h5 {
    margin-bottom: 22px;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding-left: 47px;
    padding-top: 7px;
}

.about-content .features-text i {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-color: var(--c-hover);
    text-align: center;
    line-height: 35px;
    color: var(--c-bg1);
    font-size: 20px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.about-inner-area {
    margin-top: 80px;
}

.about-text h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
    font-weight: 700;
}

.about-text h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    background-color: var(--c-hover);
    height: 1px;
}

.about-text p {
    color: var(--c-black);
    font-size: 16px;
}

.about-text .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.about-text .features-list li {
    position: relative;
    margin-bottom: 13px;
    color: var(--c-black);
    padding-left: 30px;
}

.about-text .features-list li i {
    font-size: 16px;
    color: var(--c-black);
    background-color: #eaeaf2;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    transition: 0.5s;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about-text .features-list li:last-child {
    margin-bottom: 0;
}

.about-text .features-list li:hover i {
    background-color: var(--c-hover);
    color: var(--c-bg1);
}

/*================================================
Categories Banner CSS
=================================================*/
.single-categories-box {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.single-categories-box img {
    transition: 0.5s;
    border-radius: 5px;
    width: 100%;
}

.single-categories-box .content {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 25px 25px 0;
    text-align: right;
}

.single-categories-box .content span {
    display: block;
    margin-bottom: 8px;
    transition: 0.5s;
    color: var(--c-hover);
    font-weight: 600;
    transform: translateY(12px);
}

.single-categories-box .content h3 {
    margin-bottom: 0;
    transition: 0.5s;
    transform: translateY(12px);
    font-size: 30px;
    font-weight: 700;
}

.single-categories-box .content .default-btn {
    background-color: transparent;
    color: var(--c-black);
    border-color: var(--c-black);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.single-categories-box .content.text-white span {
    color: var(--c-bg1);
}

.single-categories-box .content.text-white h3 {
    color: var(--c-bg1);
}

.single-categories-box .link-btn {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    position: absolute;
}

.single-categories-box:hover img {
    transform: scale(1.07);
}

.single-categories-box:hover .content span {
    transform: translateY(-30px);
}

.single-categories-box:hover .content h3 {
    transform: translateY(-30px);
}

.single-categories-box:hover .content .default-btn {
    background-color: var(--c-hover);
    color: var(--c-bg1);
    border-color: var(--c-hover);
    opacity: 1;
    visibility: visible;
    transform: translateY(-15px);
}

.categories-box {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.categories-box img {
    transition: 0.5s;
    width: 100%;
}

.categories-box .link-btn {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    position: absolute;
}

.categories-box .content {
    position: absolute;
    top: 30px;
    left: 30px;
    transition: 0.5s;
    background-color: var(--c-bg1);
    box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
}

.categories-box .content h3 {
    margin-bottom: 0;
    transition: 0.5s;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
}

.categories-box:hover img {
    transform: scale(1.07);
}

.categories-box:hover .content {
    background-color: var(--c-hover);
}

.categories-box:hover .content h3 {
    color: var(--c-bg1);
}

/*================================================
Products CSS
=================================================*/
.all-products-area .container .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.all-products-area .facility-area {
    margin-bottom: 30px;
    background-color: var(--c-bg1);
}

.all-products-area .products-area {
    margin-bottom: 30px;
    background-color: var(--c-bg1);
}

.all-products-area .facility-slides.owl-theme .owl-nav [class*=owl-] {
    color: #87a1c1;
    background-color: var(--c-bg1);
    border-color: var(--c-bg1);
}

.all-products-area .facility-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--c-hover);
    color: var(--c-bg1);
    border-color: var(--c-hover);
}

.all-products-area .brand-area {
    background-color: var(--c-bg1);
}

.all-products-area .brand-item a {
    background-color: #f5f5f5;
    border-color: #e7e4e4;
}

.all-products-area .categories-banner-area {
    background-color: var(--c-bg1);
    margin-bottom: 30px;
}

.all-products-area .ptb-100 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.all-products-area .pb-70 {
    padding-bottom: 0;
}

.all-products-area .pt-100 {
    padding-top: 30px;
}

.all-products-area .pb-100 {
    padding-bottom: 30px;
}

.single-products-box {
    position: relative;
    margin-bottom: 30px;
}

.single-products-box .products-image {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.single-products-box .products-image a {
    position: relative;
    display: block;
}

.single-products-box .products-image a img {
    transition: 0.8s;
}

.single-products-box .products-image a .hover-image {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.07);
}

.single-products-box .products-image .products-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.single-products-box .products-image .products-button ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-products-box .products-image .products-button ul li {
    margin-bottom: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    transition: all 0.3s ease-in-out 0s;
}

.single-products-box .products-image .products-button ul li a {
    display: inline-block;
    font-size: 25px;
    line-height: 1;
    color: var(--c-black);
    position: relative;
}

.single-products-box .products-image .products-button ul li a:hover {
    color: var(--c-hover);
}

.single-products-box .products-image .products-button ul li a .tooltip-label {
    right: 110%;
    top: 45%;
    transform: translateX(0) translateY(-45%);
    position: absolute;
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: 0.3px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    color: transparent;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    background-color: var(--c-hover);
    color: var(--c-bg1);
}

.single-products-box .products-image .products-button ul li a .tooltip-label::before {
    content: "\e9ff";
    color: var(--c-hover);
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    right: -13px;
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}

.single-products-box .products-image .products-button ul li a:hover .tooltip-label {
    visibility: visible;
    opacity: 1;
    right: 135%;
}

.single-products-box .products-image .products-button ul li:last-child {
    margin-bottom: 0;
}

.single-products-box .products-image .products-button ul li:nth-child(1) {
    transition-delay: 0.1s;
}

.single-products-box .products-image .products-button ul li:nth-child(2) {
    transition-delay: 0.2s;
}

.single-products-box .products-image .products-button ul li:nth-child(3) {
    transition-delay: 0.3s;
}

.single-products-box .products-image .sale-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: red;
    color: var(--c-bg1);
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-products-box .products-image .new-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: green;
    color: var(--c-bg1);
    text-align: center;
    z-index: 2;
    padding: 1px 7px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-products-box .products-content {
    margin-top: 20px;
    position: relative;
}

.single-products-box .products-content h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.single-products-box .products-content h3 a {
    display: inline-block;
    color: var(--c-black);
}

.single-products-box .products-content h3 a:hover {
    color: var(--c-hover);
}

.single-products-box .products-content .price {
    margin-top: 8px;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 600;
}

.single-products-box .products-content .price .old-price {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
}

.single-products-box .products-content .star-rating {
    position: absolute;
    right: 0;
    bottom: 0;
    color: var(--c-hover);
}

.single-products-box .products-content .star-rating i {
    display: inline-block;
    margin-left: -2px;
}

.single-products-box .products-content .add-to-cart {
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    transition: 0.5s;
    display: inline-block;
    color: #777777;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    font-size: 14px;
    font-weight: 600;
}

.single-products-box .products-content .add-to-cart:hover {
    color: var(--c-hover);
}

.single-products-box:hover .products-content .price {
    opacity: 0;
    visibility: hidden;
}

.single-products-box:hover .products-content .add-to-cart {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.single-products-box:hover .products-image a .main-image {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.07);
}

.single-products-box:hover .products-image a .hover-image {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.single-products-box:hover .products-image .products-button ul li {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.products-box {
    margin-bottom: 30px;
    position: relative;
}

.products-box .products-image {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.products-box .products-image a {
    position: relative;
    display: block;
}

.products-box .products-image a img {
    transition: 0.8s;
}

.products-box .products-image a .hover-image {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.07);
}

.products-box .products-image .products-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
}

.products-box .products-image .products-button ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.products-box .products-image .products-button ul li {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transform: translateX(30px);
    transition: all 0.3s ease-in-out 0s;
    margin-left: 3px;
    margin-right: 3px;
}

.products-box .products-image .products-button ul li a {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    color: var(--c-black);
    position: relative;
    width: 40px;
    border-radius: 50%;
    line-height: 43px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--c-bg1);
    height: 40px;
}

.products-box .products-image .products-button ul li a:hover {
    background-color: var(--c-hover);
    color: var(--c-bg1);
}

.products-box .products-image .products-button ul li a .tooltip-label {
    right: 50%;
    top: -15px;
    transform: translateX(50%);
    position: absolute;
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: 0.3px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    color: transparent;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    background-color: var(--c-black);
    color: var(--c-bg1);
}

.products-box .products-image .products-button ul li a .tooltip-label::before {
    content: "\e9ff";
    color: var(--c-black);
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(90deg);
    transition: all 0.2s ease-in-out;
    bottom: -16px;
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}

.products-box .products-image .products-button ul li a:hover .tooltip-label {
    visibility: visible;
    opacity: 1;
    top: -45px;
}

.products-box .products-image .products-button ul li:nth-child(1) {
    transition-delay: 0.1s;
}

.products-box .products-image .products-button ul li:nth-child(2) {
    transition-delay: 0.2s;
}

.products-box .products-image .products-button ul li:nth-child(3) {
    transition-delay: 0.3s;
}

.products-box .products-image .sale-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: red;
    color: var(--c-bg1);
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.products-box .products-image .new-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: green;
    color: var(--c-bg1);
    text-align: center;
    z-index: 2;
    padding: 1px 7px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.products-box .products-content {
    margin-top: 20px;
    position: relative;
}

.products-box .products-content .category {
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
    color: var(--c-hover);
    font-weight: 600;
    font-size: 14px;
}

.products-box .products-content h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.products-box .products-content h3 a {
    display: inline-block;
    color: var(--c-black);
}

.products-box .products-content h3 a:hover {
    color: var(--c-hover);
}

.products-box .products-content .price {
    transition: 0.5s;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 600;
}

.products-box .products-content .price .old-price {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
}

.products-box .products-content .star-rating {
    color: var(--c-hover);
    margin-top: 8px;
}

.products-box .products-content .star-rating i {
    display: inline-block;
    margin-left: -2px;
}

.products-box .products-content .add-to-cart {
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    transition: 0.5s;
    display: inline-block;
    color: #777777;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    font-size: 14px;
    font-weight: 600;
}

.products-box .products-content .add-to-cart:hover {
    color: var(--c-hover);
}

.products-box .products-discount {
    position: absolute;
    top: -6.1px;
    right: 10px;
    display: inline-block;
}

.products-box .products-discount span {
    position: relative;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 90px;
    background-color: red;
    color: var(--c-bg1);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.products-box .products-discount span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    position: absolute;
    content: "";
    top: 0;
    background: red;
}

.products-box .products-discount span:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: red;
}

.products-box:hover .products-content .price {
    opacity: 0;
    visibility: hidden;
}

.products-box:hover .products-content .add-to-cart {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.products-box:hover .products-image a .main-image {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.07);
}

.products-box:hover .products-image a .hover-image {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.products-box:hover .products-image .products-button ul li {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.single-productsBox {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.single-productsBox .products-image {
    position: relative;
    overflow: hidden;
}

.single-productsBox .products-image a {
    position: relative;
    display: block;
}

.single-productsBox .products-image a img {
    transition: 0.8s;
}

.single-productsBox .products-image a .hover-image {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.07);
}

.single-productsBox .products-image .products-button {
    position: absolute;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    bottom: 20px;
}

.single-productsBox .products-image .products-button ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-productsBox .products-image .products-button ul li {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transform: translateX(30px);
    transition: all 0.3s ease-in-out 0s;
    margin-left: 3px;
    margin-right: 3px;
}

.single-productsBox .products-image .products-button ul li a {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    color: var(--c-black);
    position: relative;
    width: 40px;
    border-radius: 50%;
    line-height: 43px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--c-bg1);
    height: 40px;
}

.single-productsBox .products-image .products-button ul li a:hover {
    background-color: var(--c-hover);
    color: var(--c-bg1);
}

.single-productsBox .products-image .products-button ul li a .tooltip-label {
    right: 50%;
    top: -15px;
    transform: translateX(50%);
    position: absolute;
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: 0.3px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    color: transparent;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    background-color: var(--c-black);
    color: var(--c-bg1);
}

.single-productsBox .products-image .products-button ul li a .tooltip-label::before {
    content: "\e9ff";
    color: var(--c-black);
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(90deg);
    transition: all 0.2s ease-in-out;
    bottom: -16px;
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}

.single-productsBox .products-image .products-button ul li a:hover .tooltip-label {
    visibility: visible;
    opacity: 1;
    top: -45px;
}

.single-productsBox .products-image .products-button ul li:nth-child(1) {
    transition-delay: 0.1s;
}

.single-productsBox .products-image .products-button ul li:nth-child(2) {
    transition-delay: 0.2s;
}

.single-productsBox .products-image .products-button ul li:nth-child(3) {
    transition-delay: 0.3s;
}

.single-productsBox .products-image .sale-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: red;
    color: var(--c-bg1);
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-productsBox .products-image .new-tag {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: green;
    color: var(--c-bg1);
    text-align: center;
    z-index: 2;
    padding: 1px 7px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.single-productsBox .products-content {
    margin-top: 20px;
    position: relative;
}

.single-productsBox .products-content .category {
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
    color: var(--c-hover);
    font-weight: 600;
    font-size: 14px;
}

.single-productsBox .products-content h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.single-productsBox .products-content h3 a {
    display: inline-block;
    color: var(--c-black);
}

.single-productsBox .products-content h3 a:hover {
    color: var(--c-hover);
}

.single-productsBox .products-content .price {
    transition: 0.5s;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 600;
}

.single-productsBox .products-content .price .old-price {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
}

.single-productsBox .products-content .star-rating {
    color: var(--c-hover);
    margin-top: 8px;
}

.single-productsBox .products-content .star-rating i {
    display: inline-block;
    margin-left: -2px;
}

.single-productsBox .products-content .add-to-cart {
    position: absolute;
    left: 50%;
    bottom: 0;
    text-transform: uppercase;
    transition: 0.5s;
    display: inline-block;
    color: #777777;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%);
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
}

.single-productsBox .products-content .add-to-cart:hover {
    color: var(--c-hover);
}

.single-productsBox .products-discount {
    position: absolute;
    top: -6.1px;
    right: 10px;
    display: inline-block;
}

.single-productsBox .products-discount span {
    position: relative;
    display: block;
    text-align: center;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
    width: 90px;
    background-color: red;
    color: var(--c-bg1);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.single-productsBox .products-discount span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    position: absolute;
    content: "";
    top: 0;
    background: red;
}

.single-productsBox .products-discount span:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: red;
}

.single-productsBox:hover .products-content .price {
    opacity: 0;
    visibility: hidden;
}

.single-productsBox:hover .products-content .add-to-cart {
    opacity: 1;
    margin-left: 0;
    visibility: visible;
}

.single-productsBox:hover .products-image a .main-image {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.07);
}

.single-productsBox:hover .products-image a .hover-image {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.single-productsBox:hover .products-image .products-button ul li {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.products-slides .single-products-box .products-image a img {
    width: auto !important;
    display: inline-block !important;
}

.products-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.products-slides.owl-theme .owl-nav [class*=owl-] {
    color: #87a1c1;
    font-size: 20px;
    background-color: var(--c-bg1);
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    position: absolute;
    left: 0;
    transition: 0.5s;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    border-style: solid;
    border-color: var(--c-bg1);
    border-width: 1.5px;
}

.products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
}

.products-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--c-hover);
    color: var(--c-bg1);
    border-color: var(--c-hover);
}

.products-slides.owl-theme:hover .owl-nav [class*=owl-] {
    left: -30px;
    opacity: 1;
    visibility: visible;
}

.products-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
}

.products-collections-area .container-fluid {
    width: 90%;
}

.products-filter-options {
    margin-bottom: 25px;
}

.products-filter-options .products-ordering-list .nice-select {
    background-color: transparent;
    border: none;
    height: 40px;
    line-height: 40px;
    color: #777777;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
}

.products-filter-options .products-ordering-list .nice-select::after {
    right: 2px;
    width: 7px;
    height: 7px;
    border-color: #727695;
    border-width: 1px;
}

.products-filter-options .products-ordering-list .nice-select .current {
    color: #777777;
    font-family: "Cabin";
}

.products-filter-options .products-ordering-list .nice-select .list {
    background-color: var(--c-bg1);
    border-radius: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.products-filter-options .products-ordering-list .nice-select .list .option {
    transition: 0.5s;
    line-height: 35px;
    min-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
}

.products-filter-options .products-ordering-list .nice-select .list .option:hover,
.products-filter-options .products-ordering-list .nice-select .list .option.focus,
.products-filter-options .products-ordering-list .nice-select .list .option.selected.focus {
    background-color: transparent;
    color: var(--c-hover);
}

.products-filter-options .products-ordering-list .nice-select .list .option.selected {
    font-weight: 700;
}

.products-filter-options p {
    line-height: initial;
    margin-bottom: 0;
    font-family: "Cabin";
}

.products-filter-options .sub-title {
    color: var(--c-black);
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
    font-weight: 600;
}

.products-filter-options .sub-title a {
    text-transform: uppercase;
    color: var(--c-black);
    font-weight: 700;
    margin-right: 15px;
    padding-left: 22px;
    display: block;
    position: relative;
}

.products-filter-options .sub-title a i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 1px;
}

.products-filter-options .sub-title a:hover {
    color: var(--c-hover);
}

.products-filter-options .view-list-row {
    position: relative;
    top: 2px;
}

.products-filter-options .view-list-row .view-column a {
    display: inline-block;
}

.products-filter-options .view-list-row .view-column .icon-view-one span {
    cursor: pointer;
    width: 7px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-one.active span,
.products-filter-options .view-list-row .view-column .icon-view-one:hover span {
    border-color: var(--c-hover);
}

.products-filter-options .view-list-row .view-column .icon-view-two {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-two span {
    cursor: pointer;
    width: 7px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-two span:not(:first-child) {
    margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-two.active span,
.products-filter-options .view-list-row .view-column .icon-view-two:hover span {
    border-color: var(--c-hover);
}

.products-filter-options .view-list-row .view-column .icon-view-three {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-three span {
    width: 7px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-three span:not(:first-child) {
    margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-three.active span,
.products-filter-options .view-list-row .view-column .icon-view-three:hover span {
    border-color: var(--c-hover);
}

.products-filter-options .view-list-row .view-column .icon-view-four {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-four span {
    width: 7px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-four span:not(:first-child) {
    margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-four.active span,
.products-filter-options .view-list-row .view-column .icon-view-four:hover span {
    border-color: var(--c-hover);
}

.products-filter-options .view-list-row .view-column .icon-view-five {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-five span {
    width: 5px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-five span:not(:first-child) {
    margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-five.active span,
.products-filter-options .view-list-row .view-column .icon-view-five:hover span {
    border-color: var(--c-hover);
}

.products-filter-options .view-list-row .view-column .icon-view-six {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .icon-view-six span {
    width: 3px;
    height: 14px;
    display: block;
    float: left;
    border: 1px solid #d0d0d0;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .icon-view-six span:not(:first-child) {
    margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-six.active span,
.products-filter-options .view-list-row .view-column .icon-view-six:hover span {
    border-color: var(--c-hover);
}

.products-filter-options .view-list-row .view-column .view-grid-switch {
    margin-left: 2px;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span {
    width: 24px;
    height: 6px;
    display: block;
    position: relative;
    background-color: #d0d0d0;
    transition: 0.5s;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    background-color: var(--c-bg1);
    display: block;
    width: 2px;
    height: 6px;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span:not(:first-child) {
    margin-top: 2px;
}

.products-filter-options .view-list-row .view-column .view-grid-switch.active span,
.products-filter-options .view-list-row .view-column .view-grid-switch:hover span {
    background-color: var(--c-hover);
}

#products-collections-filter.products-col-one .products-col-item {
    flex: 0 0 100%;
    max-width: 100%;
}

#products-collections-filter.products-col-one .products-col-item .single-products-box .products-image a img {
    width: 100%;
}

#products-collections-filter.products-col-one .products-col-item .products-box .products-image a img {
    width: 100%;
}

#products-collections-filter.products-col-one .products-col-item .single-productsBox .products-image a img {
    width: 100%;
}

#products-collections-filter.products-col-three .products-col-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

#products-collections-filter.products-row-view .products-col-item {
    flex: 0 0 100%;
    max-width: 100%;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    background-color: #fdfdfd;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box .products-image {
    position: relative;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box .products-content {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box .products-content .add-to-cart {
    left: 30px;
}

#products-collections-filter.products-row-view .products-col-item .single-products-box .products-content .star-rating {
    right: 30px;
}

#products-collections-filter.products-row-view .products-col-item .products-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    background-color: #fdfdfd;
}

#products-collections-filter.products-row-view .products-col-item .products-box .products-image {
    position: relative;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

#products-collections-filter.products-row-view .products-col-item .products-box .products-content {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

#products-collections-filter.products-row-view .products-col-item .products-box .products-content .add-to-cart {
    left: 30px;
}

#products-collections-filter.products-row-view .products-col-item .single-productsBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center !important;
    background-color: #fdfdfd;
}

#products-collections-filter.products-row-view .products-col-item .single-productsBox .products-image {
    position: relative;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

#products-collections-filter.products-row-view .products-col-item .single-productsBox .products-content {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

#products-collections-filter.products-row-view .products-col-item .single-productsBox .products-content .add-to-cart {
    left: 30px;
    transform: translateX(0);
}

#products-collections-filter.products-row-view .products-col-item.col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
}

#products-collections-filter.products-col-two .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
}

#products-collections-filter.products-col-four .col-lg-4 {
    flex: 0 0 25%;
    max-width: 25%;
}

/*================================================
Products Details CSS
=================================================*/
.products-details-image img {
    width: 100%;
}

.products-details-image .slick-slider {
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.products-details-image .slick-dots {
    padding: 0;
    text-align: center;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 0;
    margin-bottom: 0;
}

.products-details-image .slick-dots li {
    display: block;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.products-details-image .slick-dots li button {
    padding: 0;
    outline: 0;
    display: block;
    border: none;
    margin: 0;
    cursor: pointer;
}

.products-details-image .slick-dots li img {
    transition: 0.5s;
}

.products-details-image .slick-dots li:hover img,
.products-details-image .slick-dots li.slick-active img {
    opacity: 0.4;
}

.products-details-image .slick-thumbs {
    display: none;
}

.products-details-image .row {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -15px;
}

.products-details-image .row .col-lg-6 {
    padding-left: 8px;
    padding-right: 8px;
}

.products-details-image .row .col-lg-6 .single-products-details-image {
    margin-top: 15px;
}

.products-details-image .single-products-details-image {
    margin-top: 30px;
}

.products-details-image .single-products-details-image:first-child {
    margin-top: 0;
}

.products-details-image-slider.owl-theme {
    margin-bottom: 30px;
}

.products-details-image-slider.owl-theme .owl-nav {
    margin-top: 0;
}

.products-details-image-slider.owl-theme .owl-nav [class*=owl-] {
    color: #87a1c1;
    font-size: 15px;
    margin: 0;
    padding: 0;
    background: var(--c-bg1);
    width: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    left: 15px;
    transition: 0.5s;
    top: 50%;
    padding-right: 2px !important;
    transform: translateY(-50%);
    border-radius: 50%;
    border-style: solid;
    border-color: var(--c-bg1);
    border-width: 1.5px;
}

.products-details-image-slider.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 15px;
    padding-right: 0 !important;
    padding-left: 2px !important;
}

.products-details-image-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--c-hover);
    color: var(--c-bg1);
    border-color: var(--c-hover);
}

.products-details-desc h3 {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
}

.products-details-desc .price {
    margin-bottom: 15px;
    color: var(--c-hover);
    font-size: 15px;
    font-weight: 600;
}

.products-details-desc .price .old-price {
    text-decoration: line-through;
    color: #828893;
    font-weight: normal;
}

.products-details-desc .products-review {
    margin-bottom: 12px;
}

.products-details-desc .products-review .rating {
    display: inline-block;
    padding-right: 5px;
    font-size: 18px;
}

.products-details-desc .products-review .rating i {
    color: var(--c-hover);
    display: inline-block;
    margin-right: -2px;
}

.products-details-desc .products-review .rating-count {
    display: inline-block;
    color: var(--c-black);
    border-bottom: 1px solid var(--c-black);
    line-height: initial;
    position: relative;
    top: -2px;
    font-weight: 600;
}

.products-details-desc .products-review .rating-count:hover {
    color: var(--c-hover);
    border-color: var(--c-hover);
}

.products-details-desc .products-info {
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 0;
}

.products-details-desc .products-info li {
    color: var(--c-black);
    margin-bottom: 8px;
    font-size: 16px;
}

.products-details-desc .products-info li:last-child {
    margin-bottom: 0;
}

.products-details-desc .products-info li span {
    color: #777777;
}

.products-details-desc .products-info li a {
    display: inline-block;
    font-weight: 600;
    color: var(--c-black);
}

.products-details-desc .products-info li a:hover {
    color: var(--c-hover);
}

.products-details-desc .products-color-switch {
    margin-top: 10px;
}

.products-details-desc .products-color-switch span {
    margin-bottom: 8px;
    display: block;
    font-size: 17px;
    font-weight: 600;
}

.products-details-desc .products-color-switch ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: -3px;
    margin-left: -3px;
}

.products-details-desc .products-color-switch ul li {
    display: inline-block;
    margin-left: 3px;
    margin-top: 3px;
}

.products-details-desc .products-color-switch ul li a {
    display: block;
    position: relative;
    border: 1px solid transparent;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.products-details-desc .products-color-switch ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eeeeee;
    border-radius: 50%;
    margin: 2px;
    transition: 0.5s;
}

.products-details-desc .products-color-switch ul li a:hover,
.products-details-desc .products-color-switch ul li a:focus {
    border-color: var(--c-black);
}

.products-details-desc .products-color-switch ul li a.color-white::before {
    background: var(--c-bg1);
    border: 1px solid #eeeeee;
}

.products-details-desc .products-color-switch ul li a.color-black::before {
    background: var(--c-black);
}

.products-details-desc .products-color-switch ul li a.color-red::before {
    background: red;
}

.products-details-desc .products-color-switch ul li a.color-blue::before {
    background: blue;
}

.products-details-desc .products-color-switch ul li a.color-green::before {
    background: green;
}

.products-details-desc .products-color-switch ul li a.color-yellow::before {
    background: yellow;
}

.products-details-desc .products-color-switch ul li a.color-yellowgreen::before {
    background: yellowgreen;
}

.products-details-desc .products-color-switch ul li a.color-pink::before {
    background: pink;
}

.products-details-desc .products-color-switch ul li a.color-violet::before {
    background: violet;
}

.products-details-desc .products-color-switch ul li a.color-teal::before {
    background: teal;
}

.products-details-desc .products-color-switch ul li a.color-plum::before {
    background: plum;
}

.products-details-desc .products-color-switch ul li a.color-lime::before {
    background: lime;
}

.products-details-desc .products-color-switch ul li a.color-blueviolet::before {
    background: blueviolet;
}

.products-details-desc .products-color-switch ul li.active a {
    border-color: var(--c-black);
}

.products-details-desc .products-size-wrapper {
    margin-top: 8px;
    margin-bottom: 25px;
}

.products-details-desc .products-size-wrapper span {
    margin-bottom: 8px;
    display: block;
    font-size: 17px;
    font-weight: 600;
}

.products-details-desc .products-size-wrapper ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -8px;
    margin-left: -8px;
}

.products-details-desc .products-size-wrapper ul li {
    display: inline-block;
    margin-left: 8px;
    margin-top: 8px;
}

.products-details-desc .products-size-wrapper ul li a {
    width: 38px;
    height: 35px;
    display: block;
    line-height: 32px;
    border: 1px solid #eeeeee;
    color: #858585;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.products-details-desc .products-size-wrapper ul li a:hover {
    border-color: var(--c-hover);
    color: var(--c-hover);
}

.products-details-desc .products-size-wrapper ul li.active a {
    border-color: var(--c-hover);
    color: var(--c-hover);
}

.products-details-desc .products-info-btn {
    margin-bottom: 25px;
}

.products-details-desc .products-info-btn a {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-left: 22px;
    line-height: initial;
    font-size: 14px;
    font-weight: 600;
}

.products-details-desc .products-info-btn a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1.5px;
    background: var(--c-hover);
    transition: 0.5s;
}

.products-details-desc .products-info-btn a i {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.products-details-desc .products-info-btn a:hover {
    color: var(--c-hover);
}

.products-details-desc .products-info-btn a:hover::before {
    width: 100%;
}

.products-details-desc .products-info-btn a:not(:first-child) {
    margin-left: 15px;
}

.products-details-desc .products-add-to-cart .input-counter {
    max-width: 120px;
    min-width: 120px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.products-details-desc .products-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 50px;
    transition: 0.5s;
    font-size: 22px;
}

.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
    left: 0;
}

.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
    right: 0;
}

.products-details-desc .products-add-to-cart .input-counter span:hover {
    color: var(--c-hover);
}

.products-details-desc .products-add-to-cart .input-counter input {
    height: 45px;
    color: var(--c-black);
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.products-details-desc .products-add-to-cart .input-counter input::-moz-placeholder {
    color: var(--c-black);
}

.products-details-desc .products-add-to-cart .input-counter input::placeholder {
    color: var(--c-black);
}

.products-details-desc .wishlist-compare-btn {
    margin-top: 20px;
}

.products-details-desc .wishlist-compare-btn .optional-btn {
    padding-top: 8px;
    padding-bottom: 10px;
}

.products-details-desc .wishlist-compare-btn .optional-btn i {
    font-size: 20px;
    position: relative;
    top: 3px;
}

.products-details-desc .wishlist-compare-btn .optional-btn:not(:first-child) {
    margin-left: 10px;
}

.products-details-desc .buy-checkbox-btn {
    margin-top: 20px;
}

.products-details-desc .buy-checkbox-btn input {
    display: none;
}

.products-details-desc .buy-checkbox-btn .cbx {
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
}

.products-details-desc .buy-checkbox-btn .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.products-details-desc .buy-checkbox-btn .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #ebebeb;
    transition: all 0.2s ease;
    transition: 0.5s;
}

.products-details-desc .buy-checkbox-btn .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: var(--c-bg1);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
    transition: 0.5s;
}

.products-details-desc .buy-checkbox-btn .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--c-hover);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition: 0.5s;
}

.products-details-desc .buy-checkbox-btn .cbx span:last-child {
    padding-left: 4px;
    color: var(--c-black);
    position: relative;
    top: -1px;
}

.products-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
    border-color: var(--c-hover);
}

.products-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child {
    background: var(--c-hover);
    border-color: var(--c-hover);
    animation: wave 0.4s ease;
}

.products-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.products-details-desc .buy-checkbox-btn .inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

.products-details-desc .buy-checkbox-btn .item:not(:first-child) {
    margin-top: 20px;
}

.products-details-desc .buy-checkbox-btn .default-btn {
    display: block;
    text-align: center;
}

.products-details-desc .products-details-accordion {
    margin-top: 25px;
}

.products-details-desc .products-details-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    background: var(--c-bg1);
    margin-bottom: 15px;
    border: none;
}

.products-details-desc .products-details-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-title {
    padding-left: 28px;
    color: var(--c-black);
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.products-details-desc .products-details-accordion .accordion .accordion-title i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 25px;
    transition: 0.5s;
}

.products-details-desc .products-details-accordion .accordion .accordion-title.active i {
    transform: rotate(180deg);
}

.products-details-desc .products-details-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-top: 15px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content.show {
    display: block;
}

.products-details-desc .products-details-accordion .accordion .accordion-content ul,
.products-details-desc .products-details-accordion .accordion .accordion-content ol {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content ul li,
.products-details-desc .products-details-accordion .accordion .accordion-content ol li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 13px;
    color: #777777;
}

.products-details-desc .products-details-accordion .accordion .accordion-content ul li::before,
.products-details-desc .products-details-accordion .accordion .accordion-content ol li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--c-hover);
    border-radius: 50%;
}

.products-details-desc .products-details-accordion .accordion .accordion-content ul li:last-child,
.products-details-desc .products-details-accordion .accordion .accordion-content ol li:last-child {
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table {
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-striped tbody tr td {
    border-top: none;
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 15px;
    color: var(--c-black);
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-striped tbody tr td:first-child {
    font-weight: 500;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-bordered tbody tr td {
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 15px;
    color: #777777;
    line-height: 1.7;
    border-color: #eeeeee;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-bordered tbody tr td:first-child {
    color: var(--c-black);
    font-weight: 500;
}

.products-details-desc .products-details-accordion .accordion .accordion-content h3 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form {
    margin-top: 10px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title {
    position: relative;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating {
    display: inline-block;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating .bx.bxs-star {
    color: var(--c-hover);
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating i {
    color: #ebebeb;
    font-size: 16px;
    margin-right: -1px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial;
    position: relative;
    top: -2px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .default-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments {
    margin-top: 35px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    border-top: 1px dashed #eeeeee;
    padding-top: 30px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item .rating .bx.bxs-star {
    color: var(--c-hover);
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item .rating i {
    font-size: 17px;
    color: #ebebeb;
    margin-right: -1px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item h3 {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item span strong {
    font-weight: 500;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item p {
    margin-bottom: 0;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form {
    margin-top: 30px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form h3 {
    margin-bottom: 20px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form form .form-group {
    margin-bottom: 15px;
}

.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form form .default-btn {
    margin-top: 10px;
}

.products-details-tab {
    margin-top: 50px;
}

.products-details-tab .tabs {
    list-style-type: none;
    margin-bottom: -1px;
    padding-left: 0;
}

.products-details-tab .tabs li {
    display: inline-block;
    line-height: initial;
    margin-right: 5px;
}

.products-details-tab .tabs li a {
    display: block;
    position: relative;
    color: var(--c-black);
    border: 1px dashed #eeeeee;
    padding: 13px 30px 13px 48px;
    font-weight: 600;
    font-size: 15px;
}

.products-details-tab .tabs li a .dot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 12px;
    height: 12px;
    border: 1px solid var(--c-black);
    transition: 0.5s;
    border-radius: 50%;
}

.products-details-tab .tabs li a .dot::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--c-black);
    margin: 2px;
    border-radius: 50%;
    transition: 0.5s;
}

.products-details-tab .tabs li a:hover {
    color: var(--c-bg1);
    background-color: var(--c-hover);
    border-color: var(--c-hover);
}

.products-details-tab .tabs li a:hover .dot {
    border-color: var(--c-bg1);
}

.products-details-tab .tabs li a:hover .dot::before {
    background: var(--c-bg1);
}

.products-details-tab .tabs li.current a {
    color: var(--c-bg1);
    background-color: var(--c-hover);
    border-color: var(--c-hover);
}

.products-details-tab .tabs li.current a .dot {
    border-color: var(--c-bg1);
}

.products-details-tab .tabs li.current a .dot::before {
    background: var(--c-bg1);
}

.products-details-tab .tabs li:last-child {
    margin-right: 0;
}

.products-details-tab .tab-content {
    border: 1px dashed #eeeeee;
    padding: 30px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content ul,
.products-details-tab .tab-content .tabs-item .products-details-tab-content ol {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content ul li,
.products-details-tab .tab-content .tabs-item .products-details-tab-content ol li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 13px;
    color: #777777;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content ul li::before,
.products-details-tab .tab-content .tabs-item .products-details-tab-content ol li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--c-hover);
    border-radius: 50%;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content ul li:last-child,
.products-details-tab .tab-content .tabs-item .products-details-tab-content ol li:last-child {
    margin-bottom: 0;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .table {
    margin-bottom: 0;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-striped tbody tr td {
    border-top: none;
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 15px;
    color: var(--c-black);
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-striped tbody tr td:first-child {
    font-weight: 600;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-bordered tbody tr td {
    vertical-align: middle;
    white-space: nowrap;
    padding: 10px 15px;
    color: #777777;
    line-height: 1.7;
    border-color: #eeeeee;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-bordered tbody tr td:first-child {
    color: var(--c-black);
    font-weight: 600;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title {
    position: relative;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .rating {
    display: inline-block;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .rating .bx.bxs-star {
    color: var(--c-hover);
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .rating i {
    color: #ebebeb;
    font-size: 18px;
    margin-right: -1px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title p {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 5px;
    line-height: initial;
    position: relative;
    top: -2px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .default-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments {
    margin-top: 35px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 200px;
    border-top: 1px dashed #eeeeee;
    padding-top: 30px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item .rating .bx.bxs-star {
    color: var(--c-hover);
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item .rating i {
    font-size: 17px;
    color: #ebebeb;
    margin-right: -1px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item h3 {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item span strong {
    font-weight: 500;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item p {
    margin-bottom: 0;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form {
    margin-top: 30px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form h3 {
    margin-bottom: 20px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form form .form-group {
    margin-bottom: 15px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form form .default-btn {
    margin-top: 10px;
}

.related-products {
    margin-top: 70px;
}

/*================================================
Offer CSS
=================================================*/
.offer-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.offer-area.bg-image1 {
    background-image: url(../../assets/img/offer-bg.jpg);
}

.offer-area.bg-image2 {
    background-image: url(../../assets/img/offer-bg2.jpg);
}

.offer-content {
    max-width: 550px;
    border: 1px solid var(--c-bg1);
    margin-left: auto;
    text-align: center;
    border-radius: 5px;
    padding: 70px 40px;
    position: relative;
    z-index: 1;
}

.offer-content span {
    display: block;
    margin-bottom: 10px;
    color: var(--c-hover);
    font-weight: 600;
}

.offer-content h2 {
    margin-bottom: 0;
    font-size: 38px;
    font-weight: 700;
}

.offer-content p {
    line-height: initial;
    margin-top: 10px;
}

.offer-content .default-btn {
    margin-top: 12px;
}

.offer-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--c-bg1);
    z-index: -1;
    border-radius: 5px;
    margin: 10px;
}

.offer-content-box {
    max-width: 720px;
    margin-right: auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.offer-content-box span {
    display: block;
    color: var(--c-bg1);
    font-weight: 300;
    font-size: 30px;
}

.offer-content-box h2 {
    margin: 10px 0 10px;
    color: var(--c-bg1);
    font-size: 65px;
    font-weight: 700;
}

.offer-content-box p {
    color: var(--c-bg1);
    font-size: 20px;
    font-weight: 300;
}

.offer-content-box .default-btn {
    margin-top: 10px;
}

.single-offer-products {
    position: relative;
    border-radius: 5px;
    padding-right: 100px;
}

.single-offer-products img {
    display: inline-block !important;
    width: auto !important;
}

.single-offer-products .image {
    border-radius: 5px;
}

.single-offer-products .image a {
    display: block;
    border-radius: 5px;
}

.single-offer-products .image a img {
    border-radius: 5px;
}

.single-offer-products .content {
    /* position: absolute; */
    right: 15px;
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    background-color: var(--c-bg1);
    border-radius: 5px;
    padding: 40px;
    /* max-width: 415px; */
    top: 50%;
    /* transform: translateY(-50%); */
}

.single-offer-products .content h3 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
}

.single-offer-products .content p {
    margin-top: 10px;
}

.offer-products-slides.owl-theme .owl-dots {
    margin-top: 0 !important;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.offer-products-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    position: relative;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid transparent;
}

.offer-products-slides.owl-theme .owl-dots .owl-dot span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: var(--c-bg1);
    margin: 2px;
}

.offer-products-slides.owl-theme .owl-dots .owl-dot:hover span,
.offer-products-slides.owl-theme .owl-dots .owl-dot.active span {
    border-color: var(--c-bg1);
}

/*================================================
Facility CSS
=================================================*/
.facility-area {
    position: relative;
    z-index: 1;
}

.single-facility-box {
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
}

.single-facility-box .icon {
    background-color: #F9F9F9;
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 50%;
    transition: 0.5s;
    font-size: 65px;
    margin-left: auto;
    margin-right: auto;
}

.single-facility-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    transform: translateY(-40%);
}

.single-facility-box h3 {
    display: block;
    background-color: var(--c-bg1);
    position: relative;
    padding-top: 18px;
    z-index: 1;
    margin-top: -25px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
}

.single-facility-box:hover .icon {
    background-color: var(--c-hover);
    color: var(--c-bg1);
}

.facility-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.facility-slides.owl-theme .owl-nav [class*=owl-] {
    color: #87a1c1;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background: transparent;
    width: 50px;
    height: 50px;
    line-height: 48px;
    position: absolute;
    left: 0;
    transition: 0.5s;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    border-style: solid;
    border-color: #e3e4ef;
    border-width: 1.5px;
}

.facility-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
}

.facility-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--c-hover);
    color: var(--c-bg1);
    border-color: var(--c-hover);
}

.facility-slides.owl-theme:hover .owl-nav [class*=owl-] {
    left: -30px;
    opacity: 1;
    visibility: visible;
}

.facility-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
}

/*================================================
Partner CSS
=================================================*/
.partner-area {
    background-color: #f4f4f4;
}

.partner-item {
    text-align: center;
}

.partner-item a {
    display: block;
}

.partner-item a img {
    width: auto !important;
    display: inline-block !important;
}

/*================================================
Testimonials CSS
=================================================*/
.testimonials-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-testimonials-item {
    background-color: var(--c-bg1);
    padding: 35px 30px 95px;
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: 0.5s;
    position: relative;
    margin-bottom: 100px;
}

.single-testimonials-item p {
    margin-bottom: 0;
    transition: 0.5s;
    color: var(--c-black);
    font-style: italic;
    font-size: 17px;
    font-weight: 600;
}

.single-testimonials-item .info {
    position: absolute;
    left: 0;
    bottom: -100px;
    right: 0;
}

.single-testimonials-item .info img {
    width: 100px !important;
    height: 100px;
    display: inline-block !important;
    border: 3px solid var(--c-bg1);
}

.single-testimonials-item .info h3 {
    margin-bottom: 6px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 700;
}

.single-testimonials-item .info span {
    color: var(--c-hover);
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.owl-item .single-testimonials-item {
    box-shadow: unset;
    margin-top: 30px;
    transition: 0.5s;
    opacity: 0.5;
}

.owl-item.active.center .single-testimonials-item {
    box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.06);
    margin-top: 0;
    background-color: var(--c-hover);
    transition: 0.5s;
    opacity: 1;
}

.owl-item.active.center .single-testimonials-item p {
    color: var(--c-bg1);
}

.testimonials-slides.owl-theme .owl-dots {
    margin-top: 15px;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    background: #dddddd;
    transition: 0.5s;
    border-radius: 50%;
    transform: scale(0.9);
}

.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span,
.testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--c-hover);
}

.testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
    transform: scale(1.2);
}

/*================================================
Brand CSS
=================================================*/
.brand-area {
    background-color: #f4f4f4;
}

.brand-item {
    text-align: center;
}

.brand-item a {
    display: block;
    background-color: var(--c-bg1);
    border-right: 1px solid #eeeeee;
    padding: 20px;
}

.brand-item a img {
    width: auto !important;
    display: inline-block !important;
    opacity: 0.5;
    transition: 0.5s;
}

.brand-item a:hover img {
    opacity: 1;
}

/*================================================
Blog CSS
=================================================*/
.single-blog-post {
    position: relative;
    margin-bottom: 30px;
}

.single-blog-post .post-image {
    overflow: hidden;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.single-blog-post .post-image a {
    display: block;
    border-radius: 5px 5px 0 0;
}

.single-blog-post .post-image a img {
    border-radius: 5px 5px 0 0;
    transition: 0.5s;
}

.single-blog-post .post-image .date {
    position: absolute;
    right: -100%;
    top: 20px;
    background-color: var(--c-bg1);
    color: var(--c-black);
    padding: 5px 10px 6px;
    transition: 0.5s;
    visibility: hidden;
    font-style: italic;
    font-size: 15px;
    font-weight: 600;
}

.single-blog-post .post-content {
    margin-top: 20px;
}

.single-blog-post .post-content .category {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--c-hover);
    font-weight: 600;
    font-size: 14px;
}

.single-blog-post .post-content h3 {
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 700;
}

.single-blog-post .post-content h3 a {
    display: inline-block;
}

.single-blog-post .post-content .details-btn {
    margin-top: 13px;
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}

.single-blog-post .post-content .details-btn::before {
    width: 100%;
    height: 1px;
    background-color: var(--c-black);
    content: "";
    position: absolute;
    transition: 0.5s;
    left: 0;
    bottom: 0;
}

.single-blog-post .post-content .details-btn:hover {
    color: var(--c-hover);
}

.single-blog-post .post-content .details-btn:hover::before {
    background-color: var(--c-hover);
}

.single-blog-post:hover .post-image img {
    transform: scale(1.07) rotate(2deg);
}

.single-blog-post:hover .post-image .date {
    visibility: visible;
    right: 0;
}

.blog-slides.owl-theme .owl-dots {
    margin-top: 20px !important;
    margin-bottom: 30px;
}

.blog-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: transparent;
    position: relative;
    transition: 0.5s;
    border-radius: 50%;
    border: 1px solid transparent;
}

.blog-slides.owl-theme .owl-dots .owl-dot span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    border-radius: 50%;
    background-color: var(--c-black);
    margin: 2px;
}

.blog-slides.owl-theme .owl-dots .owl-dot:hover span,
.blog-slides.owl-theme .owl-dots .owl-dot.active span {
    border-color: var(--c-hover);
}

.blog-slides.owl-theme .owl-dots .owl-dot:hover span::before,
.blog-slides.owl-theme .owl-dots .owl-dot.active span::before {
    background-color: var(--c-hover);
}

.blog-items {
    margin-left: -15px;
    margin-right: -15px;
}

.blog-items .single-blog-post {
    margin-left: 12px;
    margin-right: 12px;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details-desc .article-image img {
    width: 100%;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-] {
    color: #87a1c1;
    font-size: 18px;
    margin: 0;
    padding: 0;
    background: var(--c-bg1);
    width: 45px;
    height: 45px;
    line-height: 40px;
    position: absolute;
    left: 20px;
    transition: 0.5s;
    top: 50%;
    padding-right: 2px !important;
    transform: translateY(-50%);
    border-radius: 50%;
    border-style: solid;
    border-color: var(--c-bg1);
    border-width: 1.5px;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
    padding-right: 0 !important;
    padding-left: 2px !important;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: var(--c-hover);
    color: var(--c-bg1);
    border-color: var(--c-hover);
}

.blog-details-desc .article-video iframe {
    width: 100%;
    height: 400px;
    border: none !important;
}

.blog-details-desc .article-content {
    margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
    margin-right: 20px;
    position: relative;
    display: inline-block;
    border-right: 1px solid #eeeeee;
    font-weight: 500;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 45px;
}

.blog-details-desc .article-content .entry-meta ul li i {
    font-size: 32px;
    color: #cfcfcf;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-details-desc .article-content .entry-meta ul li span {
    display: block;
    color: var(--c-hover);
    text-transform: uppercase;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.blog-details-desc .article-content h3 {
    margin-bottom: 17px;
    margin-top: 25px;
    font-size: 22px;
    font-weight: 700;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 26px;
    color: #777777;
}

.blog-details-desc .article-content .features-list li i {
    color: var(--c-hover);
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 1px;
}

.blog-details-desc .article-content .features-list li:last-child {
    margin-bottom: 0;
}

.blog-details-desc .article-footer {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
    margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
    flex: 0 0 50%;
    max-width: 50%;
    color: #777777;
}

.blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: var(--c-black);
    margin-right: 3px;
    position: relative;
    top: 3px;
    font-size: 20px;
}

.blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    font-weight: 600;
}

.blog-details-desc .article-footer .article-share {
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 3px;
    font-weight: 600;
    position: relative;
    top: -2px;
}

.blog-details-desc .article-footer .article-share .social li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background-color: var(--c-hover);
    color: var(--c-bg1);
    border: 1px solid var(--c-hover);
    text-align: center;
    font-size: 17px;
    margin-left: 2px;
}

.blog-details-desc .article-footer .article-share .social li a:hover,
.blog-details-desc .article-footer .article-share .social li a:focus {
    color: var(--c-hover);
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: var(--c-bg1);
}

.blog-details-desc .article-footer .article-share .social li a.facebook:hover,
.blog-details-desc .article-footer .article-share .social li a.facebook:focus {
    color: #3b5998;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: var(--c-bg1);
}

.blog-details-desc .article-footer .article-share .social li a.twitter:hover,
.blog-details-desc .article-footer .article-share .social li a.twitter:focus {
    color: #1da1f2;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin {
    background-color: #007bb5;
    border-color: #007bb5;
    color: var(--c-bg1);
}

.blog-details-desc .article-footer .article-share .social li a.linkedin:hover,
.blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
    color: #007bb5;
    background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.instagram {
    background-color: #c13584;
    border-color: #c13584;
    color: var(--c-bg1);
}

.blog-details-desc .article-footer .article-share .social li a.instagram:hover,
.blog-details-desc .article-footer .article-share .social li a.instagram:focus {
    color: #c13584;
    background-color: transparent;
}

.blog-details-desc .article-author {
    margin-top: 30px;
    border-radius: 5px;
    background: #f4f4f4;
}

.blog-details-desc .article-author .author-profile-header {
    height: 115px;
    border-radius: 5px 5px 0 0;
    background-color: var(--c-hover);
    background-image: url(../../assets/img/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-details-desc .article-author .author-profile {
    padding: 0 25px 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    margin-top: -45px;
}

.blog-details-desc .article-author .author-profile .author-profile-title img {
    display: inline-block;
    border: 3px solid var(--c-bg1);
    width: 100px;
    height: 100px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details {
    margin-top: 15px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
    color: #777777;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a {
    color: var(--c-black);
    padding: 5px 12px 4px;
    border-radius: 2px;
    display: inline-block;
    font-weight: 600;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:hover,
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:focus {
    background-color: var(--c-hover);
    color: var(--c-bg1);
}

blockquote,
.blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

blockquote p,
.blockquote p {
    color: var(--c-black);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px !important;
}

blockquote cite,
.blockquote cite {
    display: none;
}

blockquote::before,
.blockquote::before {
    color: #efefef;
    position: absolute;
    animation: fade-up 1.5s infinite linear;
    left: 50px;
    top: -50px;
    z-index: -1;
    content: "\ee33";
    font-family: "boxicons" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 135px;
}

blockquote::after,
.blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--c-hover);
    margin-top: 20px;
    margin-bottom: 20px;
}

.xton-post-navigation {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
}

.prev-link-wrapper a {
    display: flex;
    align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
    opacity: 1;
    visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
    opacity: 1;
    visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
    color: var(--c-hover);
}

.prev-link-wrapper .image-prev {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
    transition: 0.5s;
}

.prev-link-wrapper .image-prev img {
    border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: var(--c-hover);
    visibility: hidden;
    transition: 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: var(--c-bg1);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
}

.prev-link-wrapper .prev-link-info-wrapper {
    color: var(--c-black);
    transition: 0.5s;
}

.prev-link-wrapper .prev-title {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
}

.prev-link-wrapper .meta-wrapper {
    display: block;
    color: #777777;
    text-transform: capitalize;
    margin-top: 5px;
    font-weight: 500;
    font-size: 15px;
}

.next-link-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-left: 15px;
}

.next-link-wrapper a {
    display: flex;
    align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
    opacity: 1;
    visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
    opacity: 1;
    visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
    color: var(--c-hover);
}

.next-link-wrapper .image-next {
    display: inline-block;
    min-width: 100px;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    transition: 0.5s;
}

.next-link-wrapper .image-next img {
    border-radius: 5px;
}

.next-link-wrapper .image-next::after {
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    background-color: var(--c-hover);
    visibility: hidden;
    transition: 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    color: var(--c-bg1);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
}

.next-link-wrapper .next-link-info-wrapper {
    transition: 0.5s;
    color: var(--c-black);
}

.next-link-wrapper .next-title {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
    display: block;
    color: #777777;
    text-transform: capitalize;
    margin-top: 5px;
    font-weight: 500;
    font-size: 15px;
}

.comments-area {
    margin-top: 30px;
}

.comments-area .comments-title {
    margin-bottom: 30px;
    line-height: initial;
    font-size: 22px;
    font-weight: 700;
}

.comments-area ol,
.comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .children {
    margin-left: 20px;
}

.comments-area .comment-body {
    border-bottom: 1px dashed #eeeeee;
    padding-left: 65px;
    color: var(--c-black);
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comments-area .comment-body .reply {
    margin-top: 15px;
}

.comments-area .comment-body .reply a {
    border: 1px dashed #ded9d9;
    color: var(--c-black);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
    color: var(--c-bg1);
    background-color: var(--c-hover);
    border-color: var(--c-hover);
}

.comments-area .comment-author {
    font-size: 18px;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}

.comments-area .comment-author .fn {
    font-weight: 600;
}

.comments-area .comment-author .says {
    display: none;
}

.comments-area .comment-metadata {
    margin-bottom: 0.8em;
    color: #777777;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}

.comments-area .comment-metadata a {
    display: inline-block;
    color: #777777;
}

.comments-area .comment-metadata a:hover {
    color: var(--c-hover);
}

.comments-area .comment-respond {
    margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}

.comments-area .comment-respond .comment-form {
    overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
    margin-bottom: 20px;
    margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
    color: red;
}

.comments-area .comment-respond .comment-form-comment {
    float: left;
    width: 100%;
}

.comments-area .comment-respond label {
    display: none;
}

.comments-area .comment-respond input[type=date],
.comments-area .comment-respond input[type=time],
.comments-area .comment-respond input[type=datetime-local],
.comments-area .comment-respond input[type=week],
.comments-area .comment-respond input[type=month],
.comments-area .comment-respond input[type=text],
.comments-area .comment-respond input[type=email],
.comments-area .comment-respond input[type=url],
.comments-area .comment-respond input[type=password],
.comments-area .comment-respond input[type=search],
.comments-area .comment-respond input[type=tel],
.comments-area .comment-respond input[type=number],
.comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    border: none;
    padding: 0 0 0 15px;
    height: 50px;
    outline: 0;
    border-radius: 3px;
    color: var(--c-black);
    font-weight: 500;
    font-size: 15px;
}

.comments-area .comment-respond input[type=date]::-moz-placeholder,
.comments-area .comment-respond input[type=time]::-moz-placeholder,
.comments-area .comment-respond input[type=datetime-local]::-moz-placeholder,
.comments-area .comment-respond input[type=week]::-moz-placeholder,
.comments-area .comment-respond input[type=month]::-moz-placeholder,
.comments-area .comment-respond input[type=text]::-moz-placeholder,
.comments-area .comment-respond input[type=email]::-moz-placeholder,
.comments-area .comment-respond input[type=url]::-moz-placeholder,
.comments-area .comment-respond input[type=password]::-moz-placeholder,
.comments-area .comment-respond input[type=search]::-moz-placeholder,
.comments-area .comment-respond input[type=tel]::-moz-placeholder,
.comments-area .comment-respond input[type=number]::-moz-placeholder,
.comments-area .comment-respond textarea::-moz-placeholder {
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #777777;
}

.comments-area .comment-respond input[type=date]::placeholder,
.comments-area .comment-respond input[type=time]::placeholder,
.comments-area .comment-respond input[type=datetime-local]::placeholder,
.comments-area .comment-respond input[type=week]::placeholder,
.comments-area .comment-respond input[type=month]::placeholder,
.comments-area .comment-respond input[type=text]::placeholder,
.comments-area .comment-respond input[type=email]::placeholder,
.comments-area .comment-respond input[type=url]::placeholder,
.comments-area .comment-respond input[type=password]::placeholder,
.comments-area .comment-respond input[type=search]::placeholder,
.comments-area .comment-respond input[type=tel]::placeholder,
.comments-area .comment-respond input[type=number]::placeholder,
.comments-area .comment-respond textarea::placeholder {
    transition: 0.5s;
    color: #777777;
}

.comments-area .comment-respond input[type=date]:focus::-moz-placeholder,
.comments-area .comment-respond input[type=time]:focus::-moz-placeholder,
.comments-area .comment-respond input[type=datetime-local]:focus::-moz-placeholder,
.comments-area .comment-respond input[type=week]:focus::-moz-placeholder,
.comments-area .comment-respond input[type=month]:focus::-moz-placeholder,
.comments-area .comment-respond input[type=text]:focus::-moz-placeholder,
.comments-area .comment-respond input[type=email]:focus::-moz-placeholder,
.comments-area .comment-respond input[type=url]:focus::-moz-placeholder,
.comments-area .comment-respond input[type=password]:focus::-moz-placeholder,
.comments-area .comment-respond input[type=search]:focus::-moz-placeholder,
.comments-area .comment-respond input[type=tel]:focus::-moz-placeholder,
.comments-area .comment-respond input[type=number]:focus::-moz-placeholder,
.comments-area .comment-respond textarea:focus::-moz-placeholder {
    color: transparent;
}

.comments-area .comment-respond input[type=date]:focus::placeholder,
.comments-area .comment-respond input[type=time]:focus::placeholder,
.comments-area .comment-respond input[type=datetime-local]:focus::placeholder,
.comments-area .comment-respond input[type=week]:focus::placeholder,
.comments-area .comment-respond input[type=month]:focus::placeholder,
.comments-area .comment-respond input[type=text]:focus::placeholder,
.comments-area .comment-respond input[type=email]:focus::placeholder,
.comments-area .comment-respond input[type=url]:focus::placeholder,
.comments-area .comment-respond input[type=password]:focus::placeholder,
.comments-area .comment-respond input[type=search]:focus::placeholder,
.comments-area .comment-respond input[type=tel]:focus::placeholder,
.comments-area .comment-respond input[type=number]:focus::placeholder,
.comments-area .comment-respond textarea:focus::placeholder {
    color: transparent;
}

.comments-area .comment-respond textarea {
    height: auto !important;
    padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #777777;
    position: relative;
    top: -3.5px;
    font-weight: normal;
    font-size: 16px;
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.comments-area .comment-respond .form-submit input {
    background: var(--c-hover);
    border: none;
    color: var(--c-bg1);
    padding: 10px 30px 9px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s;
    border-radius: 0;
    font-weight: 700;
    font-size: 15px;
}

.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
    color: var(--c-bg1);
    background-color: var(--c-black);
}

/*================================================
Instagram CSS
=================================================*/
.instagram-area {
    position: relative;
    z-index: 1;
}

.instagram-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.instagram-title {
    margin-bottom: 50px;
    text-align: center;
}

.instagram-title a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 32px;
    font-size: 15px;
    font-weight: 300;
}

.instagram-title a i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
}

.single-instagram-post {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.single-instagram-post i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: var(--c-bg1);
    font-size: 30px;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    margin-top: 10px;
    background: var(--c-hover);
}

.single-instagram-post .link-btn {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.single-instagram-post::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c-black);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.single-instagram-post:hover i {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.single-instagram-post:hover::before {
    visibility: visible;
    opacity: 0.5;
}

/*================================================
Modal CSS
=================================================*/
.productsQuickView .modal-dialog {
    max-width: 900px;
    margin: 0 auto;
}

.productsQuickView .modal-content {
    border: none;
    padding: 40px;
    border-radius: 0;
}

.productsQuickView .modal-content button.close {
    position: absolute;
    right: 0;
    top: 0;
    outline: 0;
    opacity: 1;
    color: var(--c-black);
    transition: 0.5s;
    line-height: 35px;
    padding: 0;
    margin: 0;
    font-size: 25px;
    width: 35px;
    text-shadow: unset;
    height: 35px;
    border: none;
    background-color: transparent;
}

.productsQuickView .modal-content button.close:hover {
    background-color: red;
    color: var(--c-bg1);
}

.productsQuickView .modal-content .products-content h3 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
}

.productsQuickView .modal-content .products-content h3 a {
    color: var(--c-black);
}

.productsQuickView .modal-content .products-content h3 a:hover {
    color: var(--c-black);
}

.productsQuickView .modal-content .products-content .price {
    transition: 0.5s;
    margin-top: 12px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
}

.productsQuickView .modal-content .products-content .price .old-price {
    text-decoration: line-through;
    color: #999999;
    font-weight: 500;
}

.productsQuickView .modal-content .products-content .products-review .rating {
    display: inline-block;
    padding-right: 5px;
}

.productsQuickView .modal-content .products-content .products-review .rating i {
    color: var(--c-hover);
    display: inline-block;
    margin-right: -2px;
}

.productsQuickView .modal-content .products-content .products-review .rating-count {
    display: inline-block;
    color: var(--c-black);
    border-bottom: 1px solid var(--c-black);
    line-height: initial;
    position: relative;
    top: -1px;
}

.productsQuickView .modal-content .products-content .products-review .rating-count:hover {
    color: var(--c-hover);
    border-color: var(--c-hover);
}

.productsQuickView .modal-content .products-content .products-info {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.productsQuickView .modal-content .products-content .products-info li {
    font-size: 16px;
    color: var(--c-black);
    margin-bottom: 8px;
}

.productsQuickView .modal-content .products-content .products-info li:last-child {
    margin-bottom: 0;
}

.productsQuickView .modal-content .products-content .products-info li span {
    color: #777777;
}

.productsQuickView .modal-content .products-content .products-info li a {
    display: inline-block;
    font-weight: 600;
    color: var(--c-black);
}

.productsQuickView .modal-content .products-content .products-info li a:hover {
    color: var(--c-black);
}

.productsQuickView .modal-content .products-content .products-color-switch {
    margin-top: 8px;
}

.productsQuickView .modal-content .products-content .products-color-switch h4 {
    font-size: 16px;
    color: #777777;
    margin-bottom: 6px;
}

.productsQuickView .modal-content .products-content .products-color-switch ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -4px;
    margin-left: -4px;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li {
    display: inline-block;
    margin-left: 4px;
    margin-top: 4px;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a {
    display: inline-block;
    position: relative;
    border: 1px solid transparent;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eeeeee;
    border-radius: 50%;
    margin: 2px;
    transition: 0.5s;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a:hover,
.productsQuickView .modal-content .products-content .products-color-switch ul li a:focus {
    border-color: var(--c-black);
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-white::before {
    background: var(--c-bg1);
    border: 1px solid #eeeeee;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-black::before {
    background: var(--c-black);
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-red::before {
    background: red;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-blue::before {
    background: blue;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-green::before {
    background: green;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-yellow::before {
    background: yellow;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-yellowgreen::before {
    background: yellowgreen;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-pink::before {
    background: pink;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-violet::before {
    background: violet;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-teal::before {
    background: teal;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-plum::before {
    background: plum;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-lime::before {
    background: lime;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-blueviolet::before {
    background: blueviolet;
}

.productsQuickView .modal-content .products-content .products-color-switch ul li.active a {
    border-color: var(--c-black);
}

.productsQuickView .modal-content .products-content .products-size-wrapper {
    margin-top: 8px;
    margin-bottom: 25px;
}

.productsQuickView .modal-content .products-content .products-size-wrapper h4 {
    font-size: 16px;
    color: #777777;
    margin-bottom: 8px;
}

.productsQuickView .modal-content .products-content .products-size-wrapper ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -8px;
    margin-left: -8px;
}

.productsQuickView .modal-content .products-content .products-size-wrapper ul li {
    display: inline-block;
    margin-left: 8px;
    margin-top: 8px;
}

.productsQuickView .modal-content .products-content .products-size-wrapper ul li a {
    width: 35px;
    height: 30px;
    display: inline-block;
    line-height: 28px;
    border: 1px solid #eeeeee;
    color: #858585;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.productsQuickView .modal-content .products-content .products-size-wrapper ul li a:hover,
.productsQuickView .modal-content .products-content .products-size-wrapper ul li a:focus {
    border-color: var(--c-black);
    color: var(--c-black);
}

.productsQuickView .modal-content .products-content .products-size-wrapper ul li.active a {
    border-color: var(--c-black);
    color: var(--c-black);
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter {
    max-width: 110px;
    min-width: 110px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 50px;
    transition: 0.5s;
    font-size: 18px;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span.minus-btn {
    left: 0;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span.plus-btn {
    right: 0;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span:hover {
    color: var(--c-hover);
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input {
    height: 45px;
    color: var(--c-black);
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input::-moz-placeholder {
    color: var(--c-black);
}

.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input::placeholder {
    color: var(--c-black);
}

.productsQuickView .modal-content .products-content .view-full-info {
    margin-top: 25px;
    color: var(--c-black);
    line-height: initial;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 15px;
}

.productsQuickView .modal-content .products-content .view-full-info::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--c-black);
    transition: 0.5s;
}

.productsQuickView .modal-content .products-content .view-full-info:hover::before {
    width: 0;
}

.shoppingCartModal.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.shoppingCartModal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.shoppingCartModal.modal.right.fade .modal-dialog {
    right: -420px;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.shoppingCartModal.modal.right.fade.show .modal-dialog {
    right: 0;
}

.shoppingCartModal .modal-content {
    border-radius: 0;
    border: none;
}

.shoppingCartModal .modal-content .modal-body {
    padding: 25px 15px;
}

.shoppingCartModal .modal-content .modal-body h3 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart {
    position: relative;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 15px;
    padding-left: 70px;
    padding-bottom: 15px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-image a {
    display: block;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content {
    position: relative;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 {
    font-size: 15px;
    text-transform: initial;
    margin-bottom: 5px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 a {
    display: inline-block;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content span {
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
    color: #777777;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    color: #777777;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span.price {
    font-size: 14px;
    color: var(--c-black);
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .remove-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    color: #777777;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .remove-btn:hover {
    color: red;
}

.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content:hover .remove-btn {
    opacity: 1;
    visibility: visible;
}

.shoppingCartModal .modal-content .modal-body .products-cart-subtotal {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 15px;
}

.shoppingCartModal .modal-content .modal-body .products-cart-subtotal span {
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}

.shoppingCartModal .modal-content .modal-body .products-cart-subtotal span.subtotal {
    float: right;
}

.shoppingCartModal .modal-content .modal-body .products-cart-btn .default-btn {
    display: block;
    width: 100%;
    text-align: center;
}

.shoppingCartModal .modal-content .modal-body .products-cart-btn .optional-btn {
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.shoppingCartModal .close {
    color: var(--c-black);
    font-size: 30px;
    outline: 0 !important;
    line-height: initial;
    transition: 0.5s;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: transparent;
    border: none;
}

.shoppingCartModal .close:not(:disabled):not(.disabled):hover,
.shoppingCartModal .close:not(:disabled):not(.disabled):focus {
    color: red;
    text-decoration: none;
    opacity: 1;
}

.sidebarModal.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 400px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.sidebarModal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.sidebarModal.modal.right.fade .modal-dialog {
    right: -420px;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.sidebarModal.modal.right.fade.show .modal-dialog {
    right: 0;
}

.sidebarModal .modal-content {
    border-radius: 0;
    border: none;
}

.sidebarModal .modal-content .modal-body {
    padding: 40px;
}

.sidebarModal .modal-content .modal-body h3 {
    margin-bottom: 25px;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 20px;
    font-weight: 600;
}

.sidebarModal .modal-content .modal-body h3::before {
    width: 50px;
    height: 1px;
    bottom: -1px;
    content: "";
    position: absolute;
    left: 0;
    background-color: var(--c-hover);
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li a {
    display: inline-block;
    font-weight: 600;
    position: relative;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li a:hover::before {
    width: 100%;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 0.5s;
    background-color: var(--c-hover);
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .about-the-store .sidebar-contact-info li:last-child {
    margin-bottom: 0;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li {
    display: inline-block;
    margin-right: 2px;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li:last-child {
    margin-right: 0;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--c-hover);
    background-color: #f4f4f4;
    font-size: 18px;
    position: relative;
    border-radius: 2px;
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-49%);
}

.sidebarModal .modal-content .modal-body .sidebar-about-content .social-link li a:hover {
    background-color: var(--c-hover);
    color: var(--c-bg1);
}

.sidebarModal .modal-content .modal-body .sidebar-new-in-store {
    margin-top: 30px;
}

.sidebarModal .modal-content .modal-body .sidebar-new-in-store .products-list {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
}

.sidebarModal .modal-content .modal-body .sidebar-new-in-store .products-list li {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.sidebarModal .modal-content .modal-body .sidebar-new-in-store .products-list li a {
    display: block;
    position: relative;
}

.sidebarModal .modal-content .modal-body .sidebar-new-in-store .products-list li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c-hover);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.sidebarModal .modal-content .modal-body .sidebar-new-in-store .products-list li a:hover::before {
    opacity: 0.88;
    visibility: visible;
}

.sidebarModal .modal-content .modal-body .sidebar-new-in-store .shop-now-btn {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid var(--c-hover);
    font-weight: 600;
    font-size: 14px;
}

.sidebarModal .modal-content .modal-body .sidebar-new-in-store .shop-now-btn:hover {
    color: var(--c-hover);
    border-color: var(--c-hover);
}

.sidebarModal .close {
    color: var(--c-black);
    font-size: 28px;
    outline: 0 !important;
    line-height: initial;
    transition: 0.5s;
    position: absolute;
    right: 32px;
    top: 35px;
    z-index: 1;
    background-color: transparent;
    border: none;
}

.sidebarModal .close:not(:disabled):not(.disabled):hover,
.sidebarModal .close:not(:disabled):not(.disabled):focus {
    color: red;
    text-decoration: none;
    opacity: 1;
}

.sizeGuideModal .modal-dialog {
    max-width: 900px;
    margin: 0 auto;
}

.sizeGuideModal .modal-content {
    border: none;
    padding: 40px;
    border-radius: 0;
}

.sizeGuideModal .modal-content button.close {
    position: absolute;
    right: 0;
    top: 0;
    outline: 0;
    opacity: 1;
    color: var(--c-black);
    transition: 0.5s;
    line-height: 35px;
    padding: 0;
    margin: 0;
    font-size: 20px;
    width: 35px;
    text-shadow: unset;
    height: 35px;
    border: none;
    background-color: transparent;
}

.sizeGuideModal .modal-content button.close:hover {
    background-color: red;
    color: var(--c-bg1);
}

.sizeGuideModal .modal-content .modal-sizeguide {
    text-align: center;
}

.sizeGuideModal .modal-content .modal-sizeguide h3 {
    margin-bottom: 7px;
    font-size: 22px;
    font-weight: 700;
}

.sizeGuideModal .modal-content .modal-sizeguide p {
    margin-bottom: 25px;
}

.sizeGuideModal .modal-content .modal-sizeguide .table {
    margin-bottom: 0;
}

.sizeGuideModal .modal-content .modal-sizeguide .table thead {
    background-color: var(--c-black);
    color: var(--c-bg1);
}

.sizeGuideModal .modal-content .modal-sizeguide .table thead th {
    border-bottom: none;
    white-space: nowrap;
    color: var(--c-bg1);
    vertical-align: middle;
    padding: 10px 15px;
}

.sizeGuideModal .modal-content .modal-sizeguide .table tr td,
.sizeGuideModal .modal-content .modal-sizeguide .table tr th {
    border-top: none;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 15px;
    padding: 10px 15px;
}

.productsShippingModal .modal-dialog {
    max-width: 900px;
    margin: 0 auto;
}

.productsShippingModal .modal-content {
    border: none;
    padding: 40px;
    border-radius: 0;
}

.productsShippingModal .modal-content button.close {
    position: absolute;
    right: 0;
    top: 0;
    outline: 0;
    opacity: 1;
    color: var(--c-black);
    transition: 0.5s;
    line-height: 35px;
    padding: 0;
    margin: 0;
    font-size: 25px;
    width: 35px;
    text-shadow: unset;
    height: 35px;
    border: none;
    background-color: transparent;
}

.productsShippingModal .modal-content button.close:hover {
    background-color: red;
    color: var(--c-bg1);
}

.productsShippingModal .modal-content .shipping-content h3 {
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 700;
}

.productsShippingModal .modal-content .shipping-content h3:first-child {
    margin-top: 0;
}

.productsShippingModal .modal-content .shipping-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.productsShippingModal .modal-content .shipping-content ul li {
    margin-bottom: 12px;
    color: #777777;
    position: relative;
    padding-left: 13px;
}

.productsShippingModal .modal-content .shipping-content ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--c-hover);
}

.productsShippingModal .modal-content .shipping-content ul li:last-child {
    margin-bottom: 0;
}

.shoppingWishlistModal.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.shoppingWishlistModal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.shoppingWishlistModal.modal.right.fade .modal-dialog {
    right: -420px;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.shoppingWishlistModal.modal.right.fade.show .modal-dialog {
    right: 0;
}

.shoppingWishlistModal .modal-content {
    border-radius: 0;
    border: none;
}

.shoppingWishlistModal .modal-content .modal-body {
    padding: 25px 15px;
}

.shoppingWishlistModal .modal-content .modal-body h3 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart {
    position: relative;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 15px;
    padding-left: 70px;
    padding-bottom: 15px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-image a {
    display: block;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content {
    position: relative;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 {
    font-size: 15px;
    text-transform: initial;
    margin-bottom: 5px;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 a {
    display: inline-block;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content span {
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
    color: #777777;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    color: #777777;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span.price {
    font-size: 14px;
    color: var(--c-black);
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content .remove-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    color: #777777;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content .remove-btn:hover {
    color: red;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-content .products-cart .products-content:hover .remove-btn {
    opacity: 1;
    visibility: visible;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-btn .default-btn {
    display: block;
    width: 100%;
    text-align: center;
}

.shoppingWishlistModal .modal-content .modal-body .products-cart-btn .optional-btn {
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.shoppingWishlistModal .close {
    color: var(--c-black);
    font-size: 30px;
    outline: 0 !important;
    line-height: initial;
    transition: 0.5s;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    border: none;
    background-color: transparent;
}

.shoppingWishlistModal .close:not(:disabled):not(.disabled):hover,
.shoppingWishlistModal .close:not(:disabled):not(.disabled):focus {
    color: red;
    text-decoration: none;
    opacity: 1;
}

.productsFilterModal.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 400px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.productsFilterModal.modal.left.fade .modal-dialog {
    left: -320px;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.productsFilterModal.modal.left.fade.show .modal-dialog {
    left: 0;
}

.productsFilterModal .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.productsFilterModal .modal-content .modal-body {
    padding: 0;
}

.productsFilterModal .modal-content .modal-body .woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li a i {
    top: 0;
    padding-left: 0;
}

.productsFilterModal button.close {
    position: absolute;
    left: 30px;
    top: 20px;
    outline: 0;
    padding-left: 25px;
    text-shadow: unset;
    opacity: 1;
    line-height: initial;
    transition: 0.5s;
    border: none;
    background-color: transparent;
    font-size: 15px;
}

.productsFilterModal button.close i {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -3.8px;
}

.productsFilterModal button.close:hover {
    color: red;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
    background-color: #f8f8f8;
    padding-top: 35px;
    padding-bottom: 30px;
}

.page-title-content {
    position: relative;
}

.page-title-content h2 {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 700;
}

.page-title-content ul {
    text-align: right;
    position: absolute;
    right: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    top: 50%;
    transform: translateY(-50%);
}

.page-title-content ul li {
    display: inline-block;
    margin-left: 15px;
    font-weight: 600;
    color: var(--c-hover);
    position: relative;
}

.page-title-content ul li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 6px;
    height: 12px;
    width: 1px;
    background-color: #777777;
}

.page-title-content ul li:first-child {
    margin-left: 0;
}

.page-title-content ul li:first-child::before {
    display: none;
}

.page-title-content ul li a {
    display: block;
}

/*================================================
Gallery CSS
=================================================*/
.gallery-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.gallery-area .row {
    margin-left: 0;
    margin-right: 0;
}

.gallery-area .row .col-lg-1,
.gallery-area .row .col-lg-2,
.gallery-area .row .col-lg-3,
.gallery-area .row .col-lg-4,
.gallery-area .row .col-lg-5,
.gallery-area .row .col-lg-6,
.gallery-area .row .col-lg-7,
.gallery-area .row .col-lg-8,
.gallery-area .row .col-lg-9,
.gallery-area .row .col-lg-10,
.gallery-area .row .col-lg-11,
.gallery-area .row .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

.single-gallery-item {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.single-gallery-item img {
    transition: 0.5s;
}

.single-gallery-item .popup-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.single-gallery-item .gallery-content {
    position: absolute;
    bottom: 0;
    left: 10px;
    border: 1px solid var(--c-bg1);
    right: 10px;
    padding: 25px 15px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.single-gallery-item .gallery-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 5px;
    background-color: var(--c-bg1);
    z-index: -1;
}

.single-gallery-item .gallery-content span {
    display: block;
    color: var(--c-hover);
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
}

.single-gallery-item .gallery-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.single-gallery-item:hover img {
    transform: rotate(8deg) scale(1.3);
}

.single-gallery-item:hover .gallery-content {
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.gallery-items .single-gallery-item {
    margin-bottom: 30px;
}

/*================================================
Look Book CSS
=================================================*/
.lookbook-items {
    margin-left: -15px;
    margin-right: -15px;
}

.single-lookbook-box {
    position: relative;
    margin-bottom: 30px;
}

.single-lookbook-box a {
    display: block;
}

.single-lookbook-box .content {
    transition: 0.5s;
    background-color: var(--c-bg1);
    padding: 20px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    top: 0;
    margin-left: 10px;
    margin-top: -10px;
    margin-right: 10px;
}

.single-lookbook-box .content p {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
}

.single-lookbook-box .content p a {
    display: inline-block;
    padding-right: 3px;
}

.single-lookbook-box .content p:last-child {
    margin-bottom: 0;
}

.single-lookbook-box:hover .content {
    top: -10px;
}

/*================================================
Woocommerce Widget Sidebar CSS
=================================================*/
.woocommerce-widget-area .woocommerce-widget {
    margin-bottom: 35px;
}

.woocommerce-widget-area .woocommerce-widget .woocommerce-widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
    font-weight: 700;
}

.woocommerce-widget-area .woocommerce-widget .woocommerce-widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background-color: var(--c-hover);
}

.woocommerce-widget-area .woocommerce-widget:last-child {
    margin-bottom: 0;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li {
    margin-bottom: 9px;
    font-size: 14.5px;
    font-weight: 600;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li a {
    position: relative;
    padding-left: 28px;
    display: inline-block;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li a i {
    display: inline-block;
    background-color: var(--c-hover);
    width: 18px;
    height: 18px;
    color: var(--c-bg1);
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    position: absolute;
    left: 0;
    top: 1px;
    padding-left: 1px;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list ul li:last-child {
    margin-bottom: 0;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list .delete-selected-filters {
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list .delete-selected-filters:hover {
    color: red;
}

.woocommerce-widget-area .filter-list-widget .selected-filters-wrap-list .delete-selected-filters span {
    text-decoration: underline;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li {
    margin-bottom: 9px;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 600;
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2.5px;
    width: 15px;
    transition: 0.5s;
    height: 15px;
    border-radius: 50%;
    border: 1px solid var(--c-black);
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li a:hover {
    color: var(--c-hover);
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li a:hover::before {
    border-color: var(--c-hover);
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li a.active::before {
    background-color: var(--c-hover);
    border-color: var(--c-hover);
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li.active a::before {
    background-color: var(--c-hover);
    border-color: var(--c-hover);
}

.woocommerce-widget-area .collections-list-widget .collections-list-row li:last-child {
    display: inline-block;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price {
    margin-top: 20px;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs-handle {
    cursor: pointer;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-from,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-to,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-single {
    background-color: var(--c-hover);
    padding: 1px 5px 1px 11.5px;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-from::before,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-to::before,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-single::before {
    border-top-color: var(--c-hover);
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-from::after,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-to::after,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-single::after {
    content: "$";
    position: absolute;
    left: 5px;
    top: 0.5px;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-bar {
    background-color: var(--c-hover);
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-handle>i:first-child {
    background-color: var(--c-hover);
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-min,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-max {
    padding: 1px 3px 1px 9.5px;
}

.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-min::before,
.woocommerce-widget-area .price-list-widget .collection-filter-by-price .irs--flat .irs-max::before {
    content: "$";
    position: absolute;
    left: 3px;
    top: 0.5px;
}

.woocommerce-widget-area .size-list-widget .size-list-row {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: -10px;
}

.woocommerce-widget-area .size-list-widget .size-list-row li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.woocommerce-widget-area .size-list-widget .size-list-row li a {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 33px;
    border: 1px solid #eeeeee;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.woocommerce-widget-area .size-list-widget .size-list-row li a:hover,
.woocommerce-widget-area .size-list-widget .size-list-row li a:focus {
    border-color: var(--c-hover);
    color: var(--c-bg1);
    background-color: var(--c-hover);
}

.woocommerce-widget-area .size-list-widget .size-list-row li a.active a {
    border-color: var(--c-hover);
    color: var(--c-bg1);
    background-color: var(--c-hover);
}

.woocommerce-widget-area .size-list-widget .size-list-row li.active a {
    border-color: var(--c-hover);
    color: var(--c-bg1);
    background-color: var(--c-hover);
}

.woocommerce-widget-area .color-list-widget .color-list-row {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: -5px;
    margin-top: -4px;
}

.woocommerce-widget-area .color-list-widget .color-list-row li {
    display: inline-block;
    margin-right: 4px;
    margin-top: 4px;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a {
    display: block;
    position: relative;
    border: 1px solid transparent;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eeeeee;
    border-radius: 50%;
    margin: 2px;
    transition: 0.5s;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a:hover {
    border-color: var(--c-black);
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-white::before {
    background: var(--c-bg1);
    border: 1px solid #eeeeee;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-black::before {
    background: var(--c-black);
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-red::before {
    background: red;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-blue::before {
    background: blue;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-green::before {
    background: green;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-yellow::before {
    background: yellow;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-yellowgreen::before {
    background: yellowgreen;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-pink::before {
    background: pink;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-violet::before {
    background: violet;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-teal::before {
    background: teal;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-plum::before {
    background: plum;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-lime::before {
    background: lime;
}

.woocommerce-widget-area .color-list-widget .color-list-row li a.color-blueviolet::before {
    background: blueviolet;
}

.woocommerce-widget-area .color-list-widget .color-list-row li.active a {
    border-color: var(--c-black);
}

.woocommerce-widget-area .brands-list-widget .brands-list-row {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li {
    margin-bottom: 9px;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 600;
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2.5px;
    width: 15px;
    transition: 0.5s;
    height: 15px;
    border-radius: 3px;
    border: 1px solid var(--c-black);
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a:hover {
    color: var(--c-hover);
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a:hover::before {
    border-color: var(--c-hover);
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li a.active::before {
    background-color: var(--c-hover);
    border-color: var(--c-hover);
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li.active a::before {
    background-color: var(--c-hover);
    border-color: var(--c-hover);
}

.woocommerce-widget-area .brands-list-widget .brands-list-row li:last-child {
    display: inline-block;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products .category {
    position: absolute;
    left: 0;
    transition: 0.5s;
    right: 0;
    background-color: var(--c-bg1);
    padding: 20px;
    bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products .category h3 {
    text-transform: uppercase;
    margin-bottom: 7px;
    position: relative;
    z-index: 1;
    font-size: 20px;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products .category span {
    color: #777777;
    display: block;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products img {
    transition: 0.5s;
    width: 100%;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products .link-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.woocommerce-widget-area .aside-trending-widget .aside-trending-products:hover img,
.woocommerce-widget-area .aside-trending-widget .aside-trending-products:focus img {
    transform: scale(1.3) rotate(4deg);
}

/*================================================
Sizing Guide CSS
=================================================*/
.sizing-guide-table h3 {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 700;
}

.sizing-guide-table table {
    margin-bottom: 0;
}

.sizing-guide-table table thead {
    background-color: var(--c-hover);
    color: var(--c-bg1);
}

.sizing-guide-table table thead th {
    border-bottom: none;
    vertical-align: middle;
    color: var(--c-bg1);
    white-space: nowrap;
    font-size: 17px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}

.sizing-guide-table table tr td {
    border-top: none;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.sizing-guide-table table tr td:first-child {
    font-weight: 600;
}

.sizing-guide-table .sizing-guide-info {
    padding-left: 0;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 0;
}

.sizing-guide-table .sizing-guide-info li {
    margin-bottom: 12px;
}

.sizing-guide-table .sizing-guide-info li:last-child {
    margin-bottom: 0;
}

.sizing-guide-table .sizing-guide-info li span {
    font-weight: 700;
}

.sizing-guide-table:not(:first-child) {
    margin-top: 35px;
}

/*================================================
Cart CSS
=================================================*/
.cart-table table {
    margin-bottom: 0;
}

.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 25px 0 25px;
    text-transform: uppercase;
    border: none;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 600;
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #777777;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-color: #e8e9f5;
    border-left: none;
    border-right: none;
}

.cart-table table tbody tr td.product-thumbnail a {
    display: inline-block;
}

.cart-table table tbody tr td.product-thumbnail a img {
    width: 100px;
}

.cart-table table tbody tr td.product-name a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.cart-table table tbody tr td.product-name ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0;
}

.cart-table table tbody tr td.product-name ul li {
    margin-bottom: 6px;
    font-size: 13.5px;
}

.cart-table table tbody tr td.product-name ul li span {
    display: inline;
    color: var(--c-black);
}

.cart-table table tbody tr td.product-name ul li:last-child {
    margin-bottom: 0;
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal .subtotal-amount {
    color: var(--c-black);
    font-weight: 600;
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: red;
    float: right;
    display: block;
    position: relative;
    top: -1px;
    font-size: 18px;
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 50px;
    transition: 0.5s;
    font-size: 22px;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: var(--c-hover);
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: var(--c-black);
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
    color: var(--c-black);
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: var(--c-black);
}

.cart-table table tbody tr td .unit-amount {
    color: var(--c-black);
    font-weight: 600;
}

.cart-buttons {
    margin-top: 30px;
}

.cart-totals {
    background: var(--c-bg1);
    padding: 40px;
    max-width: 500px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-left: auto;
    margin-top: 50px;
    margin-right: auto;
}

.cart-totals h3 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
}

.cart-totals ul {
    padding-left: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.cart-totals ul li {
    border: 1px solid #e8e9f5;
    padding: 10px 15px;
    color: var(--c-black);
    overflow: hidden;
    font-weight: 600;
}

.cart-totals ul li:first-child {
    border-bottom: none;
}

.cart-totals ul li:last-child {
    font-size: 20px;
    border-top: none;
}

.cart-totals ul li:last-child span {
    color: var(--c-black);
}

.cart-totals ul li span {
    float: right;
    font-weight: normal;
}

/*================================================
Checkout CSS
=================================================*/
.user-actions {
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: var(--c-bg1);
    padding: 15px 20px;
    border-top: 3px solid var(--c-hover);
    position: relative;
    margin-bottom: 40px;
}

.user-actions i {
    color: var(--c-hover);
    margin-right: 2px;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.user-actions span {
    display: inline-block;
    color: var(--c-hover);
    font-weight: 500;
    font-size: 16px;
}

.user-actions span a {
    display: inline-block;
    color: var(--c-black);
}

.user-actions span a:hover,
.user-actions span a:focus {
    color: var(--c-hover);
}

.billing-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
    font-weight: 700;
}

.billing-details .title::before {
    content: "";
    position: absolute;
    background: var(--c-hover);
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}

.billing-details .form-group {
    margin-bottom: 25px;
}

.billing-details .form-group label {
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.billing-details .form-group label .required {
    color: red;
}

.billing-details .form-group .nice-select {
    float: unset;
    line-height: 48px;
    color: var(--c-black);
    border: none;
    background-color: #f5f5f5 !important;
    font-weight: normal;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.billing-details .form-group .nice-select .list {
    background-color: var(--c-bg1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
    transition: 0.5s;
    padding-left: 20px;
    padding-right: 20px;
}

.billing-details .form-group .nice-select .list .option:hover {
    background-color: var(--c-hover) !important;
    color: var(--c-bg1);
}

.billing-details .form-group .nice-select .list .option.selected {
    background-color: transparent;
    font-weight: 600;
}

.billing-details .form-group .nice-select:after {
    right: 20px;
}

.billing-details .form-check {
    margin-bottom: 20px;
}

.billing-details .form-check .form-check-label {
    color: var(--c-black);
}

.billing-details .form-check label {
    position: relative;
    left: -3px;
    top: 1px;
    font-weight: 500;
}

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.order-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
    font-weight: 700;
}

.order-details .title::before {
    content: "";
    position: absolute;
    background: var(--c-hover);
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}

.order-details .order-table table {
    margin-bottom: 0;
}

.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #e8e9f5;
    padding: 12px 20px 10px;
    font-weight: 700;
    font-size: 17px;
}

.order-details .order-table table tbody tr td {
    vertical-align: middle;
    border-color: #e8e9f5;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 13px;
}

.order-details .order-table table tbody tr td.product-name a {
    display: inline-block;
    font-weight: 500;
}

.order-details .order-table table tbody tr td.order-subtotal span,
.order-details .order-table table tbody tr td.order-shipping span,
.order-details .order-table table tbody tr td.total-price span {
    color: var(--c-black);
    font-weight: 700;
}

.order-details .order-table table tbody tr td.shipping-price,
.order-details .order-table table tbody tr td.order-subtotal-price,
.order-details .order-table table tbody tr td.product-subtotal {
    font-weight: 700;
    color: var(--c-black);
}

.order-details .payment-box {
    background-color: var(--c-bg1);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 30px;
}

.order-details .payment-box .payment-method p [type=radio]:checked,
.order-details .payment-box .payment-method p [type=radio]:not(:checked) {
    display: none;
}

.order-details .payment-box .payment-method p [type=radio]:checked+label,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    color: var(--c-black);
    position: relative;
    margin-bottom: 8px;
    font-weight: 600;
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::before,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: var(--c-bg1);
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after,
.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--c-hover);
    position: absolute;
    top: 8px;
    left: 3px;
    border-radius: 50%;
    transition: 0.5s;
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.order-details .payment-box .default-btn {
    margin-top: 20px;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    display: block;
    text-align: center;
}

/*================================================
FAQ CSS
=================================================*/
.faq-accordion-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 60px;
    text-align: center;
}

.faq-accordion-tab .tabs li {
    margin-left: 10px;
    margin-right: 10px;
}

.faq-accordion-tab .tabs li a {
    color: var(--c-black);
    text-decoration: none;
    border-radius: 5px;
    padding: 20px;
    display: block;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    font-size: 17px;
    font-weight: 700;
}

.faq-accordion-tab .tabs li a i {
    font-size: 30px;
}

.faq-accordion-tab .tabs li a span {
    display: block;
    margin-top: 8px;
}

.faq-accordion-tab .tabs li a:hover {
    background-color: var(--c-hover);
    color: var(--c-bg1);
}

.faq-accordion-tab .tabs li.current a {
    background-color: var(--c-hover);
    color: var(--c-bg1);
}

.tab .tabs-item {
    display: none;
}

.tab .tabs-item:first-child {
    display: block;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    border: none !important;
}

.faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
    background: var(--c-bg1);
    margin-bottom: 15px;
    border: none;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    padding: 20px 25px 17px 60px;
    color: var(--c-black);
    text-decoration: none;
    position: relative;
    display: block;
    border: none !important;
    font-size: 17px;
    font-weight: 700;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 25px;
    top: 18px;
    font-size: 25px;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i {
    transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 20px;
    padding-right: 25px;
    padding-left: 60px;
}

.faq-accordion .accordion .accordion-content p {
    font-size: 16px;
    line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

.faq-accordion .accordion .accordion-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-content ul li {
    color: #777777;
    position: relative;
    margin-bottom: 12px;
    line-height: 25px;
    padding-left: 15px;
    font-size: 16px;
}

.faq-accordion .accordion .accordion-content ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--c-hover);
    border-radius: 50%;
}

.faq-accordion .accordion .accordion-content ul li:last-child {
    margin-bottom: 0;
}

/*================================================
404 Error CSS
=================================================*/
.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 520px;
}

.error-content h3 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.error-content p {
    margin-bottom: 25px;
}

/*================================================
Customer Service CSS
=================================================*/
.customer-service-content h3 {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
}

.customer-service-content h3 i {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--c-hover);
}

.customer-service-content h3:not(:first-child) {
    margin-top: 30px;
}

.customer-service-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.customer-service-content ul li {
    color: #777777;
    margin-bottom: 12px;
    position: relative;
    padding-left: 13px;
}

.customer-service-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--c-hover);
}

.customer-service-content ul li:last-child {
    margin-bottom: 0;
}

.customer-service-content ul li a {
    display: inline-block;
    color: #777777;
}

.customer-service-content ul li a:hover {
    color: var(--c-black);
}

/*================================================
Compare CSS
=================================================*/
.products-compare-table table {
    margin-bottom: 0;
}

.products-compare-table table tr td {
    color: #777777;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.products-compare-table table tr td:first-child {
    text-transform: uppercase;
    color: var(--c-black);
    font-weight: 600;
}

.products-compare-table table tr td .remove-btn {
    margin-bottom: 15px;
}

.products-compare-table table tr td .remove-btn a {
    color: red;
    display: inline-block;
}

.products-compare-table table tr:first-child {
    background-color: transparent !important;
}

.products-compare-table table tr:first-child td {
    border-bottom: 1px solid #eeeeee;
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.pagination-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    z-index: -1;
}

.pagination-area .page-numbers {
    color: var(--c-black);
    display: inline-block;
    line-height: 1;
    background-color: var(--c-bg1);
    font-weight: 600;
    font-size: 20px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-left: 8px;
    padding-right: 8px;
}

.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus,
.pagination-area .page-numbers.current {
    color: var(--c-hover);
}

.pagination-area .page-numbers.prev {
    padding-right: 0;
}

.pagination-area .page-numbers.next {
    padding-left: 0;
}

.pagination-area .page-numbers.prev,
.pagination-area .page-numbers.next {
    font-size: 28px;
    position: relative;
    top: 5px;
    margin-left: -3px;
    margin-right: -3px;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
    margin-bottom: 35px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget-area .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
    font-size: 21px;
    font-weight: 700;
}

.widget-area .widget .widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background-color: var(--c-hover);
}

.widget-area .widget_search form {
    position: relative;
}

.widget-area .widget_search form .screen-reader-text {
    display: none;
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}

.widget-area .widget_search form .search-field {
    height: 50px;
    color: var(--c-black);
    background-color: #eef5f9;
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 0 0 0 15px;
    border: none;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 500;
}

.widget-area .widget_search form .search-field::-moz-placeholder {
    color: #777777;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_search form .search-field::placeholder {
    color: #777777;
    transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus::-moz-placeholder {
    color: transparent;
}

.widget-area .widget_search form .search-field:focus::placeholder {
    color: transparent;
}

.widget-area .widget_search form button {
    border: none;
    background-color: var(--c-hover);
    color: var(--c-bg1);
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    transition: 0.5s;
    border-radius: 5px;
    top: 5px;
    font-size: 20px;
}

.widget-area .widget_search form button:hover,
.widget-area .widget_search form button:focus {
    background-color: var(--c-black);
    color: var(--c-bg1);
}

.widget-area .widget_xton_posts_thumb {
    position: relative;
    overflow: hidden;
}

.widget-area .widget_xton_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
}

.widget-area .widget_xton_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.widget-area .widget_xton_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}

.widget-area .widget_xton_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.widget-area .widget_xton_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../../assets/img/blog/img7.jpg);
}

.widget-area .widget_xton_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../../assets/img/blog/img8.jpg);
}

.widget-area .widget_xton_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../../assets/img/blog/img5.jpg);
}

.widget-area .widget_xton_posts_thumb .item .thumb::before,
.widget-area .widget_xton_posts_thumb .item .thumb::after {
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: "";
    background-color: var(--c-bg1);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.widget-area .widget_xton_posts_thumb .item .thumb::before {
    width: 40px;
    height: 1px;
    left: 100%;
}

.widget-area .widget_xton_posts_thumb .item .thumb::after {
    height: 40px;
    width: 1px;
    top: 0;
}

.widget-area .widget_xton_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.widget-area .widget_xton_posts_thumb .item .info span {
    display: block;
    color: #777777;
    text-transform: uppercase;
    margin-top: -2px;
    margin-bottom: 5px;
    font-size: 12px;
}

.widget-area .widget_xton_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
}

.widget-area .widget_xton_posts_thumb .item .info .title a {
    display: inline-block;
}

.widget-area .widget_xton_posts_thumb .item:hover .thumb::before,
.widget-area .widget_xton_posts_thumb .item:hover .thumb::after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    color: var(--c-black);
    padding-left: 18px;
    font-weight: 600;
    font-size: 15px;
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
    background: var(--c-hover);
    height: 8px;
    width: 8px;
    content: "";
    border-radius: 50%;
    left: 0;
    top: 7px;
    position: absolute;
}

.widget-area .widget_categories ul li a {
    color: var(--c-black);
    display: inline-block;
}

.widget-area .widget_categories ul li a:hover {
    color: var(--c-hover);
}

.widget-area .widget_categories ul li .post-count {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 17px;
}

.widget-area .tagcloud a {
    display: inline-block;
    background-color: #f6f6f6;
    color: var(--c-black);
    padding: 7px 15px;
    border: none;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px !important;
    margin-top: 8px;
    margin-right: 4px;
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
    color: var(--c-bg1);
    background-color: var(--c-hover);
}

.widget-area .widget_instagram ul {
    padding-left: 0;
    list-style-type: none;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px;
}

.widget-area .widget_instagram ul li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.widget-area .widget_instagram ul li a {
    position: relative;
}

.widget-area .widget_instagram ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c-hover);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.widget-area .widget_instagram ul li a:hover::before {
    opacity: 0.7;
    visibility: visible;
}

.widget-area .widget_contact {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    height: 400px;
    text-align: center;
    background-image: url(../../assets/img/offer-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.widget-area .widget_contact::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    background-color: var(--c-hover);
    opacity: 0.7;
    z-index: -1;
}

.widget-area .widget_contact .text {
    position: absolute;
    left: 0;
    bottom: 25px;
    right: 0;
}

.widget-area .widget_contact .text .icon {
    width: 65px;
    height: 65px;
    border: 2px dashed var(--c-hover);
    position: relative;
    border-radius: 50%;
    font-size: 35px;
    transition: 0.5s;
    background-color: var(--c-bg1);
    color: var(--c-hover);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 17px;
}

.widget-area .widget_contact .text .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.widget-area .widget_contact .text span {
    display: block;
    color: var(--c-bg1);
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
}

.widget-area .widget_contact .text a {
    display: inline-block;
    color: var(--c-bg1);
    font-weight: 800;
    font-size: 25px;
}

/*================================================
Coming Soon CSS
=================================================*/
.coming-soon-area {
    height: 100vh;
    position: relative;
    z-index: 1;
    background: #f6f7fb;
    background-image: url(../../assets/img/coming-soon-bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coming-soon-content {
    max-width: 700px;
    background: var(--c-bg1);
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 40px 60px;
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    margin-left: 100px;
}

.coming-soon-content .logo {
    display: inline-block;
}

.coming-soon-content .logo .white-logo {
    display: none;
}

.coming-soon-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0;
}

.coming-soon-content #timer {
    margin-top: 40px;
}

.coming-soon-content #timer div {
    background-color: #333333;
    color: var(--c-bg1);
    width: 100px;
    height: 105px;
    border-radius: 5px;
    font-size: 35px;
    font-weight: 900;
    margin-left: 10px;
    margin-right: 10px;
}

.coming-soon-content #timer div span {
    display: block;
    margin-top: -1px;
    font-size: 16px;
    font-weight: 600;
}

.coming-soon-content form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.coming-soon-content form .form-group {
    margin-bottom: 25px;
    width: 100%;
    position: relative;
}

.coming-soon-content form .form-group .label-title {
    margin-bottom: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    color: var(--c-black);
}

.coming-soon-content form .form-group .label-title i {
    position: absolute;
    left: 0;
    transition: 0.5s;
    top: 9px;
    font-size: 22px;
}

.coming-soon-content form .form-group .label-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition: 0.5s;
    background: var(--c-hover);
}

.coming-soon-content form .form-group .input-newsletter {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #eeeeee;
    padding: 0 0 0 32px;
    color: var(--c-black);
    height: 45px;
    display: block;
    width: 100%;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 400;
}

.coming-soon-content form .form-group .input-newsletter::-moz-placeholder {
    color: #A1A1A1;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.coming-soon-content form .form-group .input-newsletter::placeholder {
    color: #A1A1A1;
    transition: 0.5s;
}

.coming-soon-content form .form-group .input-newsletter:focus::-moz-placeholder {
    color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
    color: transparent;
}

.coming-soon-content form .validation-danger {
    margin-top: 15px;
    color: red;
}

.coming-soon-content form .validation-success {
    margin-top: 15px;
}

.coming-soon-content form p {
    margin-bottom: 0;
    margin-top: 20px;
}

/*================================================
Track Order CSS
=================================================*/
.track-order-content {
    max-width: 700px;
    background-color: var(--c-bg1);
    box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
}

.track-order-content h2 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 700;
}

.track-order-content form {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

.track-order-content form .form-group {
    margin-bottom: 20px;
}

.track-order-content form .form-group label {
    display: block;
    color: var(--c-black);
    margin-bottom: 9px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.track-order-content form .default-btn {
    margin-top: 5px;
}

/*================================================
Login CSS
=================================================*/
.login-content h2 {
    margin-bottom: 25px;
    font-size: 25px;
    font-weight: 700;
}

.login-content .login-form {
    padding-right: 15px;
}

.login-content .login-form .form-group {
    margin-bottom: 20px;
}

.login-content .login-form .form-group .form-control {
    height: 50px;
}

.login-content .login-form .default-btn {
    display: block;
    width: 100%;
    padding: 14px 25px;
}

.login-content .login-form .forgot-password {
    display: inline-block;
    margin-top: 15px;
    position: relative;
    font-weight: 600;
}

.login-content .login-form .forgot-password::before {
    width: 100%;
    height: 1.5px;
    background: #777777;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: 0.5s;
    content: "";
}

.login-content .login-form .forgot-password:hover::before {
    width: 0;
}

.new-customer-content {
    padding-left: 15px;
}

.new-customer-content h2 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
}

.new-customer-content span {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 600;
}

.new-customer-content .optional-btn {
    margin-top: 5px;
}

/*================================================
Signup CSS
=================================================*/
.signup-content {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.signup-content h2 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}

.signup-content .signup-form .form-group {
    margin-bottom: 20px;
}

.signup-content .signup-form .form-group label {
    display: block;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}

.signup-content .signup-form .form-group .form-control {
    height: 50px;
}

.signup-content .signup-form .default-btn {
    display: block;
    width: 100%;
    padding: 14px 25px;
}

.signup-content .signup-form .return-store {
    display: inline-block;
    margin-top: 15px;
    color: #777777;
    position: relative;
    font-size: 15px;
}

.signup-content .signup-form .return-store::before {
    width: 100%;
    height: 1.5px;
    background: #777777;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: 0.5s;
    content: "";
}

.signup-content .signup-form .return-store:hover {
    color: var(--c-black);
}

.signup-content .signup-form .return-store:hover::before {
    width: 0;
}

/*================================================
Contact CSS
=================================================*/
.contact-info h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

.contact-info p a {
    display: inline;
    font-weight: 500;
}

.contact-info .contact-list {
    padding-left: 0;
    margin-bottom: 25px;
    list-style-type: none;
}

.contact-info .contact-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.contact-info .contact-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--c-hover);
    font-size: 20px;
}

.contact-info .contact-list li a {
    display: inline-block;
    font-weight: 600;
    position: relative;
}

.contact-info .contact-list li a:hover::before {
    width: 100%;
}

.contact-info .contact-list li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 0.5s;
    background-color: var(--c-hover);
}

.contact-info .contact-list li:last-child {
    margin-bottom: 0;
}

.contact-info .opening-hours {
    padding-left: 0;
    margin-bottom: 25px;
    list-style-type: none;
}

.contact-info .opening-hours li {
    margin-bottom: 10px;
}

.contact-info .opening-hours li:last-child {
    margin-bottom: 0;
}

.contact-info .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.contact-info .social li {
    display: inline-block;
    margin-right: 2px;
}

.contact-info .social li:last-child {
    margin-right: 0;
}

.contact-info .social li a {
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    color: var(--c-hover);
    background-color: #f4f4f4;
    font-size: 18px;
    position: relative;
    border-radius: 2px;
}

.contact-info .social li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-49%);
}

.contact-info .social li a:hover {
    background-color: var(--c-hover);
    color: var(--c-bg1);
}

.contact-form h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

.contact-form form .form-group {
    margin-bottom: 20px;
}

.contact-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.contact-form form .form-group label span {
    color: red;
}

.contact-form form .with-errors ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0;
}

.contact-form form .with-errors ul li {
    color: red;
    font-size: 15px;
}

.contact-form form #msgSubmit {
    margin-bottom: 0;
}

.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
    margin-top: 15px;
}

#map iframe {
    width: 100%;
    height: 500px;
    margin-bottom: -10px;
}

/*================================================
Footer CSS
=================================================*/
.footer-area {
    padding-top: 100px;
    background-color: var(--c-black);
    position: relative;
    z-index: 1;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget h3 {
    color: var(--c-bg1);
    margin-bottom: 25px;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 22px;
    font-weight: 700;
}

.single-footer-widget h3::before {
    width: 50px;
    height: 1px;
    bottom: -1px;
    content: "";
    position: absolute;
    left: 0;
    background-color: var(--c-hover);
}

.single-footer-widget p {
    color: var(--c-bg1);
}

.single-footer-widget .about-the-store p {
    font-weight: 600;
}

.single-footer-widget .about-the-store .footer-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .about-the-store .footer-contact-info li {
    margin-bottom: 12px;
    color: var(--c-bg1);
    position: relative;
    padding-left: 25px;
}

.single-footer-widget .about-the-store .footer-contact-info li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
}

.single-footer-widget .about-the-store .footer-contact-info li a {
    display: inline-block;
    color: var(--c-bg1);
    font-weight: 600;
    position: relative;
}

.single-footer-widget .about-the-store .footer-contact-info li a:hover {
    color: var(--c-hover);
}

.single-footer-widget .about-the-store .footer-contact-info li a:hover::before {
    width: 100%;
}

.single-footer-widget .about-the-store .footer-contact-info li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 0.5s;
    background-color: var(--c-hover);
}

.single-footer-widget .about-the-store .footer-contact-info li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .social-link {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.single-footer-widget .social-link li {
    display: inline-block;
    margin-right: 2px;
}

.single-footer-widget .social-link li:last-child {
    margin-right: 0;
}

.single-footer-widget .social-link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--c-hover);
    background-color: var(--c-bg1);
    font-size: 18px;
    position: relative;
    border-radius: 2px;
}

.single-footer-widget .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-49%);
}

.single-footer-widget .social-link li a:hover {
    background-color: var(--c-hover);
    color: var(--c-bg1);
}

.single-footer-widget .quick-links {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .quick-links li {
    margin-bottom: 16px;
    color: var(--c-bg1);
}

.single-footer-widget .quick-links li a {
    display: inline-block;
    color: var(--c-bg1);
    font-weight: 600;
    position: relative;
}

.single-footer-widget .quick-links li a:hover {
    color: var(--c-hover);
}

.single-footer-widget .quick-links li a:hover::before {
    width: 100%;
}

.single-footer-widget .quick-links li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 0.5s;
    background-color: var(--c-hover);
}

.single-footer-widget .quick-links li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .customer-support {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .customer-support li {
    margin-bottom: 16px;
    color: var(--c-bg1);
}

.single-footer-widget .customer-support li a {
    display: inline-block;
    color: var(--c-bg1);
    font-weight: 600;
    position: relative;
}

.single-footer-widget .customer-support li a:hover {
    color: var(--c-hover);
}

.single-footer-widget .customer-support li a:hover::before {
    width: 100%;
}

.single-footer-widget .customer-support li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 0.5s;
    background-color: var(--c-hover);
}

.single-footer-widget .customer-support li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .footer-newsletter-box .newsletter-form {
    position: relative;
    margin-top: -5px;
}

.single-footer-widget .footer-newsletter-box .newsletter-form label {
    display: block;
    color: var(--c-bg1);
    font-weight: 600;
    margin-bottom: 10px;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter {
    width: 100%;
    background-color: transparent;
    border: 1px solid #848282;
    border-radius: 0;
    height: 45px;
    padding-left: 10px;
    color: var(--c-bg1);
    font-size: 15px;
    border-radius: 0.25rem;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter::-moz-placeholder {
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #cccccc;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter::placeholder {
    transition: 0.5s;
    color: #cccccc;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter:focus::-moz-placeholder {
    color: transparent;
}

.single-footer-widget .footer-newsletter-box .newsletter-form .input-newsletter:focus::placeholder {
    color: transparent;
}

.single-footer-widget .footer-newsletter-box .newsletter-form button {
    display: block;
    margin-top: 0.8rem;
    width: 100%;
    border-radius: 0.25rem;
    background: var(--c-hover);
    color: var(--c-bg1);
    border: none;
    padding: 12px 25px;
    transition: 0.5s;
    font-weight: 600;
    font-size: 15px;
}

.single-footer-widget .footer-newsletter-box .newsletter-form button:hover {
    color: var(--c-black);
    background-color: var(--c-bg1);
}

.single-footer-widget .footer-newsletter-box .newsletter-form #validator-newsletter {
    position: absolute;
    left: 0;
    bottom: -32px;
    color: var(--c-bg1) !important;
}

.footer-bottom-area {
    margin-top: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-bottom-area p {
    line-height: initial;
    margin-bottom: 0;
    color: #cecdcd;
    font-weight: 500;
}

.footer-bottom-area p i {
    position: relative;
    top: 1px;
}

.footer-bottom-area p a {
    display: inline-block;
    color: var(--c-bg1);
    font-weight: 600;
    position: relative;
}

.footer-bottom-area p a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition: 0.5s;
    height: 1px;
    background-color: var(--c-hover);
}

.footer-bottom-area p a:hover {
    color: var(--c-hover);
}

.footer-bottom-area p a:hover::before {
    width: 100%;
}

.footer-bottom-area .payment-types {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
}

.footer-bottom-area .payment-types li {
    display: inline-block;
}

.footer-bottom-area .payment-types li a {
    display: block;
    transition: 0.5s;
}

.footer-bottom-area .payment-types li a:hover {
    transform: translateY(-5px);
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: -1;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: var(--c-bg1);
    animation: run 7s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
    margin-left: -25%;
}

.lines .line:nth-child(1)::after {
    animation-delay: 2s;
}

.lines .line:nth-child(3) {
    margin-left: 25%;
}

.lines .line:nth-child(3)::after {
    animation-delay: 2.5s;
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -42px;
    right: 15px;
    color: var(--c-bg1);
    background: var(--c-hover);
    z-index: 4;
    width: 42px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    font-size: 28px;
    transition: 0.5s;
    border-radius: 5px 5px 0 0;
}

.go-top i {
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    transform: translateY(-55%);
    transition: 0.5s;
}

.go-top.active {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.go-top:hover i {
    margin-top: -3px;
}

/*# sourceMappingURL=style.css.map */



/* ===== Crackers - FIRE FOOTER ===== */


/* ===== FOOTER WRAPPER ===== */
.blvel-footer {
    position: relative;
    background: var(--deep-black);
    overflow: hidden;

}

/* ===== Crackers BACKGROUND IMAGE ===== */
.footer-bg-image {
    position: absolute;
    inset: 0;
    /* background-image: url('../img/Crackers-2.png'); */
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0.07;
    pointer-events: none;
    z-index: 0;
}

/* Fallback: animated Crackers SVG pattern if no image */
.footer-bg-pattern {
    position: absolute;
    inset: 0;
    background-image: none;
    pointer-events: none;
    z-index: 0;
}

/* ===== TOP FIRE DIVIDER ===== */
.footer-fire-top {
    position: relative;
    z-index: 2;
    height: 8px;
    background: var(--c-hover);
    filter: blur(1px);
    animation: footerFlicker 0.6s ease-in-out infinite alternate;
}

@keyframes footerFlicker {
    0% {
        opacity: 0.7;
        transform: scaleY(0.85);
        filter: blur(1px);
    }

    100% {
        opacity: 1;
        transform: scaleY(1.4);
        filter: blur(2.5px);
    }
}

/* ===== BURST SPARKLE CANVAS ===== */
.footer-sparks-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.5;
}

/* ===== FLOATING Crackers ICONS ===== */
.footer-float-icons {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.float-Crackers {
    position: absolute;
    opacity: 0.06;
    animation: floatCrackers linear infinite;
    font-size: 48px;
}

@keyframes floatCrackers {
    0% {
        transform: translateY(0) rotate(0deg) scale(1);
        opacity: 0;
    }

    10% {
        opacity: 0.06;
    }

    90% {
        opacity: 0.06;
    }

    100% {
        transform: translateY(-120px) rotate(25deg) scale(0.7);
        opacity: 0;
    }
}

/* ===== MAIN FOOTER CONTENT ===== */
.footer-main {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 24px 0px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
    gap: 48px;
}

/* ===== COLUMN SHARED ===== */
.footer-col h4 {

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 14px;
}

/* Fire underline on headings */
.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--c-hover);
    box-shadow: 0 0 8px var(--fire-orange);
    animation: headingBurn 2s ease-in-out infinite alternate;
}

@keyframes headingBurn {
    0% {
        width: 30px;
        opacity: 0.7;
    }

    100% {
        width: 55px;
        opacity: 1;
        box-shadow: 0 0 14px var(--fire-yellow);
    }
}

/* ===== COL 1 — BRAND ===== */
.footer-brand-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    margin-bottom: 18px;
}

.footer-logo-icon svg {
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 0 10px var(--fire-orange)) drop-shadow(0 0 20px var(--fire-red));
    animation: pulseGlow 2.2s ease-in-out infinite alternate;
}

@keyframes pulseGlow {
    0% {
        filter: drop-shadow(0 0 6px var(--fire-orange)) drop-shadow(0 0 14px var(--fire-red));
    }

    100% {
        filter: drop-shadow(0 0 14px var(--fire-yellow)) drop-shadow(0 0 28px var(--fire-orange));
    }
}

.footer-brand-text .brand-main {

    font-size: 19px;
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 2px;
    display: block;
    line-height: 1;
}

.footer-brand-text .brand-sub {
    font-size: 9px;
    font-weight: 700;
    color: rgba(255, 200, 100, 0.5);
    letter-spacing: 4px;
    text-transform: uppercase;
    display: block;
    margin-top: 3px;
}

.footer-brand-desc {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 210, 160, 0.6);
    line-height: 1.8;
    margin-bottom: 22px;
}

/* Contact info */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 210, 160, 0.65);
    transition: color 0.3s;
}

.footer-contact-list li:hover {
    color: rgba(255, 255, 255, 0.9);
}

.footer-contact-list li .ci {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: rgba(26, 31, 110, 0.1);
    border: 1px solid rgba(201, 168, 76, 0.2);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: all 0.3s;
}

.footer-contact-list li:hover .ci {
    background: rgba(26, 31, 110, 0.2);
    border-color: var(--fire-orange);
    box-shadow: 0 0 8px rgba(201, 168, 76, 0.3);
}

.footer-contact-list li a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-contact-list li a:hover {
    color: var(--fire-yellow);
}

/* Social icons */
.footer-socials {
    display: flex;
    gap: 8px;
}

.footer-social-btn {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(201, 168, 76, 0.25);
    background: rgba(26, 31, 110, 0.07);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 180, 80, 0.7);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s;
    clip-path: polygon(4px 0%, 100% 0%, calc(100% - 4px) 100%, 0% 100%);
}

.footer-social-btn:hover {
    background: rgba(26, 31, 110, 0.2);
    border-color: var(--fire-orange);
    color: var(--fire-yellow);
    box-shadow: 0 0 12px rgba(201, 168, 76, 0.4);
    transform: translateY(-3px);
}

/* ===== COL 2 & 3 — LINKS ===== */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-links li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 0;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255, 80, 0, 0.06);
    transition: all 0.3s;
    position: relative;
}

.footer-links li a::before {
    content: '▸';
    font-size: 9px;
    color: var(--fire-orange);
    opacity: 0.4;
    transition: all 0.3s;
    flex-shrink: 0;
}

.footer-links li a:hover {
    color: var(--fire-yellow);
    padding-left: 6px;
    text-shadow: 0 0 10px rgba(255, 180, 0, 0.5);
    border-bottom-color: rgba(201, 168, 76, 0.2);
}

.footer-links li a:hover::before {
    opacity: 1;
    transform: translateX(3px);
    color: var(--fire-yellow);
}

/* ===== COL 4 — NEWSLETTER ===== */
.footer-newsletter-desc {
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin-bottom: 20px;
}

.newsletter-input-wrap {
    position: relative;
    margin-bottom: 16px;
}

.newsletter-input-wrap input {
    width: 100%;
    padding: 12px 16px;
    background: rgba(255, 30, 0, 0.06);
    border: 1px solid rgba(201, 168, 76, 0.2);
    color: rgba(255, 255, 255, 0.9);

    font-size: 13px;
    font-weight: 600;
    outline: none;
    transition: all 0.3s;
    clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
}

.newsletter-input-wrap input::placeholder {
    color: rgba(255, 150, 80, 0.4);
}

.newsletter-input-wrap input:focus {
    border-color: rgba(201, 168, 76, 0.5);
    background: rgba(255, 50, 0, 0.1);
    box-shadow: 0 0 16px rgba(26, 31, 110, 0.15), inset 0 0 8px rgba(255, 50, 0, 0.05);
}

.newsletter-submit {
    display: block;
    width: 100%;
    padding: 11px 20px;
    background: var(--c-hover);
    color: var(--c-grey);

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.newsletter-submit::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--c-hover);
    opacity: 0;
    transition: opacity 0.3s;
}

.newsletter-submit:hover::before {
    opacity: 1;
}

.newsletter-submit:hover {
    box-shadow: 0 0 22px rgba(201, 168, 76, 0.6);
}

.newsletter-submit span {
    position: relative;
    z-index: 1;
}

/* Diwali offer pill */
.footer-offer-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(26, 31, 110, 0.08);
    border: 1px solid rgba(201, 168, 76, 0.2);
    border-radius: 2px;
    margin-top: 16px;
    clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
    transition: all 0.3s;
}

.footer-offer-pill:hover {
    background: rgba(255, 60, 0, 0.14);
    border-color: rgba(255, 140, 0, 0.4);
}

.pill-icon {
    font-size: 18px;
    flex-shrink: 0;
}

.pill-text {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(255, 210, 130, 0.75);
    text-transform: uppercase;
    line-height: 1.4;
}

.pill-text strong {
    color: var(--fire-yellow);
    font-size: 13px;
    display: block;
}

/* ===== Crackers BURST SVG DECORATION ===== */
.footer-burst-deco {
    position: absolute;
    pointer-events: none;
    z-index: 1;
    opacity: 0.12;
}

.footer-burst-deco.left {
    left: 20px;
    bottom: 80px;
}

.footer-burst-deco.right {
    right: 20px;
    bottom: 80px;
    transform: scaleX(-1);
}

.footer-burst-deco.center-top {
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    opacity: 0.06;
}

/* ===== DIVIDER ===== */
.footer-divider {
    position: relative;
    z-index: 2;
    height: 1px;
    background: var(--c-hover);
    margin: 0 24px;
}

/* ===== FOOTER BOTTOM ===== */
.footer-bottom {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 24px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-copyright {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 180, 80, 0.45);
    letter-spacing: 0.5px;
}

.footer-copyright a {
    color: rgba(255, 200, 100, 0.65);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-copyright a:hover {
    color: var(--fire-yellow);
}

/* Payment icons row */
.footer-payment {
    display: flex;
    align-items: center;
    gap: 8px;
}

.payment-badge {
    padding: 5px 12px;
    background: rgba(255, 30, 0, 0.06);
    border: 1px solid rgba(26, 31, 110, 0.15);
    border-radius: 2px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255, 180, 80, 0.5);
    text-transform: uppercase;
    clip-path: polygon(4px 0%, 100% 0%, calc(100% - 4px) 100%, 0% 100%);
    transition: all 0.3s;
}

.payment-badge:hover {
    border-color: rgba(255, 120, 0, 0.4);
    color: rgba(255, 210, 120, 0.8);
    background: rgba(255, 50, 0, 0.1);
}

/* Legal links */
.footer-legal {
    display: flex;
    gap: 20px;
}

.footer-legal a {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgba(255, 160, 60, 0.4);
    text-decoration: none;
    /* text-transform: uppercase; */
    transition: color 0.3s;
}

.footer-legal a:hover {
    color: var(--fire-yellow);
}

/* ===== BOTTOM FIRE EDGE ===== */
.footer-fire-bottom {
    position: relative;
    z-index: 2;
    height: 6px;
    background: var(--c-hover);
    filter: blur(1px);
    animation: footerFlicker 0.6s ease-in-out infinite alternate;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .footer-main {
        grid-template-columns: 1.3fr 1fr 1fr;
    }

    .footer-col:last-child {
        grid-column: span 3;
        max-width: 480px;
    }
}

@media (max-width: 768px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
        padding: 50px 20px 36px;
    }

    .footer-col:first-child,
    .footer-col:last-child {
        grid-column: span 2;
    }

    .footer-col:last-child {
        max-width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-burst-deco {
        display: none;
    }
}

@media (max-width: 480px) {
    .footer-main {
        grid-template-columns: 1fr;
    }

    .footer-col:first-child,
    .footer-col:last-child {
        grid-column: span 1;
    }

    .footer-bottom {
        gap: 12px;
    }

    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
}



.why-section {
    position: relative;
    background: var(--deep-black, var(--c-text));
    padding: 100px 24px;
    overflow: hidden;
}

.why-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

.why-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--c-hover);
}

.why-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ===== HEADER ===== */
.why-header {
    text-align: center;
    margin-bottom: 80px;
}

.why-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--c-hover);
    text-shadow: 0 0 12px rgba(201, 168, 76, 0.6);
    margin-bottom: 16px;
}

.why-eyebrow::before,
.why-eyebrow::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: var(--c-hover);
}

.why-eyebrow::after {
    background: var(--c-hover);
}

.why-title {

    font-size: clamp(26px, 4vw, 42px);
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 14px;
}

.why-title-bar {
    display: block;
    width: 80px;
    height: 3px;
    background: var(--c-hover);
    margin: 0 auto 18px;
    animation: burnLine 2s ease-in-out infinite alternate;
    box-shadow: 0 0 8px var(--c-hover);
}

.why-subtitle {

    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    max-width: 500px;
    margin: 0 auto;
}

/* ===== TWO-COLUMN LAYOUT ===== */
.why-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: center;
    margin-bottom: 70px;
}

/* ===== LEFT — PILLAR LIST ===== */
.why-pillar {
    position: relative;
    padding-right: 60px;
}

/* Vertical fire line */
.pillar-line {
    position: absolute;
    top: 0;
    right: 30px;
    width: 1px;
    height: 100%;
    background: var(--c-hover);
}

.pillar-line::after {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f0d080;
    box-shadow: 0 0 10px var(--c-hover);
    animation: travelDot 3s ease-in-out infinite;
}

@keyframes travelDot {
    0% {
        top: 0%;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}

.pillar-item {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    padding: 28px 0;
    border-bottom: 1px solid rgba(201, 168, 76, 0.08);
    position: relative;
    transition: all 0.3s;
}

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

.pillar-item:hover {
    padding-left: 8px;
}

/* Hexagon icon */
.pillar-hex {
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pillar-hex::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(26, 31, 110, 0.08);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transition: all 0.3s;
}

.pillar-item:hover .pillar-hex::before {
    background: rgba(26, 31, 110, 0.2);
    box-shadow: 0 0 20px rgba(201, 168, 76, 0.3);
}

.pillar-hex i {
    font-size: 22px;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    z-index: 1;
    transition: transform 0.3s;
}

.pillar-item:hover .pillar-hex i {
    transform: scale(1.2);
    filter: drop-shadow(0 0 6px rgba(201, 168, 76, 0.6));
}

.pillar-name {

    font-size: 17px;
    font-weight: 700;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 1px;
    margin-bottom: 6px;
    transition: filter 0.3s;
}

.pillar-item:hover .pillar-name {
    filter: drop-shadow(0 0 6px rgba(201, 168, 76, 0.4));
}

.pillar-desc {

    font-size: 16px;
    font-weight: 500;
    /* color: rgba(255,255,255,0.6); */
    line-height: 1.6;
    transition: color 0.3s;
}

.pillar-item:hover .pillar-desc {
    color: rgba(255, 255, 255, 0.8);
}

/* ===== RIGHT — ANIMATED PROGRESS BARS ===== */
.why-dial-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
}

.dial-card {
    position: relative;
    background: rgba(255, 30, 0, 0.04);
    border: 1px solid rgba(201, 168, 76, 0.12);
    padding: 22px 26px;
    overflow: hidden;
    transition: all 0.35s;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

/* Shimmer sweep on hover */
.dial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: left 0.6s ease;
}

.dial-card:hover::before {
    left: 100%;
}

.dial-card:hover {
    border-color: rgba(255, 140, 0, 0.4);
    background: rgba(255, 50, 0, 0.08);
    box-shadow: 0 8px 32px rgba(204, 34, 51, 0.15), inset 0 1px 0 rgba(255, 200, 100, 0.07);
    transform: translateX(6px);
}

.dial-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.dial-label-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dial-icon {
    width: 34px;
    height: 34px;
    border-radius: 4px;
    background: rgba(255, 50, 0, 0.1);
    border: 1px solid rgba(201, 168, 76, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    flex-shrink: 0;
}

.dial-card:hover .dial-icon {
    background: rgba(26, 31, 110, 0.2);
    border-color: rgba(201, 168, 76, 0.5);
    box-shadow: 0 0 10px rgba(201, 168, 76, 0.3);
}

.dial-icon i {
    font-size: 15px;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dial-name {

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 200, 120, 0.85);
    transition: color 0.3s;
}

.dial-card:hover .dial-name {
    color: #f0d080;
}

.dial-pct {

    font-size: 15px;
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dial-track {
    height: 4px;
    background: rgba(255, 80, 0, 0.1);
    border-radius: 2px;
    overflow: visible;
    position: relative;
}

.dial-fill {
    height: 100%;
    border-radius: 2px;
    background: var(--c-hover);
    width: 0%;
    transition: width 1.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 0 8px rgba(201, 168, 76, 0.5);
    position: relative;
}

.dial-fill::after {
    content: '';
    position: absolute;
    right: -4px;
    top: -4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f0d080;
    box-shadow: 0 0 10px var(--c-hover), 0 0 20px rgba(201, 168, 76, 0.5);
}

/* ===== STATS ROW ===== */
.why-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    /* background: rgba(201, 168, 76, 0.1); */
    /* border: 1px solid rgba(201, 168, 76, 0.15); */
    /* clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px)); */
    /* overflow: hidden; */
}

.stat-cell {
    background: var(--c-text);
    padding: 38px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: background 0.3s;
}

.stat-cell::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--c-hover);
    transform: scaleX(0);
    transition: transform 0.4s;
}

.stat-cell:hover::before {
    transform: scaleX(1);
}

.stat-cell:hover {
    background: rgba(26, 31, 110, 0.05);
}

.stat-icon {
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
}

.stat-number {

    font-size: clamp(20px, 3vw, 32px);
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 6px;
    display: block;
    animation: countGlow 3s ease-in-out infinite alternate;
}

@keyframes countGlow {
    0% {
        filter: drop-shadow(0 0 4px rgba(255, 150, 0, 0.3));
    }

    100% {
        filter: drop-shadow(0 0 12px rgba(201, 168, 76, 0.6));
    }
}

.stat-label {

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 180, 80, 0.55);
}

/* ===== FIRE EDGE ===== */
.why-fire-edge {
    height: 6px;
    background: var(--c-hover);
    filter: blur(1px);
    animation: fireFlicker .5s ease-in-out infinite alternate;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .why-layout {
        grid-template-columns: 1fr;
    }

    .why-pillar {
        padding-right: 0;
        padding-bottom: 50px;
    }

    .pillar-line {
        display: none;
    }

    .why-dial-wrap {
        padding-left: 0;
    }

    .why-stats {
        grid-template-columns: repeat(2, 1fr);
    }
}




*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {


    overflow-x: hidden;
}

/* ===== SLIDER SECTION ===== */
.slider-section {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide.active {
    opacity: 1;
}

.banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    z-index: -1;
}

/* Fire overlay on every slide */
.slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

/* Placeholder gradient slides (replace with real images) */
/* .slide-1 { background: var(--c-button); }
    .slide-2 { background: var(--c-button); }
    .slide-3 { background: var(--c-button); } */


/* ===== HERO / ABOUT SECTION ===== */

.hero-section {
    position: relative;
    background: var(--deep-black);
    overflow: hidden;
    padding: 80px 24px;
}

/* Ember glow background */
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

/* Top border matching navbar */
.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    /* background: var(--c-hover); */
}

.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* ===== LEFT IMAGE ===== */
.hero-image-wrap {
    position: relative;
}

/* Outer fire border frame */
.hero-image-wrap::before {
    content: '';
    position: absolute;
    inset: -3px;
    background: var(--c-navy);
    border-radius: 4px;
    z-index: 0;
    animation: borderBurn 3s linear infinite;
    background-size: 300% 300%;
}

@keyframes borderBurn {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Glow aura behind image */
.hero-image-wrap::after {
    content: '';
    position: absolute;
    inset: -15px;
    background: transparent;
    border-radius: 8px;
    z-index: -1;
    animation: auraBreath 2.5s ease-in-out infinite alternate;
}

@keyframes auraBreath {
    0% {
        opacity: 0.5;
        transform: scale(0.98);
    }

    100% {
        opacity: 1;
        transform: scale(1.02);
    }
}

.hero-image-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    /* fire tint overlay */
    filter: contrast(1.05) saturate(1.1);
}

/* Decorative corner sparks */
.corner-spark {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 2;
    pointer-events: none;
    opacity: 0.7;
}

.corner-spark.tl {
    top: -4px;
    left: -4px;
}

.corner-spark.tr {
    top: -4px;
    right: -4px;
    transform: scaleX(-1);
}

.corner-spark.bl {
    bottom: -4px;
    left: -4px;
    transform: scaleY(-1);
}

.corner-spark.br {
    bottom: -4px;
    right: -4px;
    transform: scale(-1);
}

/* ===== RIGHT CONTENT ===== */
.hero-content {
    padding-left: 10px;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--fire-orange);
    text-shadow: 0 0 12px var(--fire-red);
    margin-bottom: 16px;
}

.hero-eyebrow::before,
.hero-eyebrow::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: var(--c-hover);
}

.hero-eyebrow::after {
    background: var(--c-hover);
}

.hero-title {

    font-size: clamp(22px, 3vw, 36px);
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* Underline flame accent */
.title-underline {
    display: block;
    width: 80px;
    height: 3px;
    background: var(--c-hover);
    margin: 12px 0 24px;
    animation: burnLine 2s ease-in-out infinite alternate;
    box-shadow: 0 0 8px var(--fire-orange);
}

@keyframes burnLine {
    0% {
        width: 60px;
        opacity: 0.7;
    }

    100% {
        width: 100px;
        opacity: 1;
        box-shadow: 0 0 14px var(--fire-yellow);
    }
}

.hero-body {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 32px;
}

.hero-body strong {
    color: var(--fire-yellow);
    font-weight: 700;
}

/* Info badges row */
.hero-badges {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(204, 34, 51, 0.1);
    border: 1px solid rgba(201, 168, 76, 0.25);
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 200, 120, 0.9);
    clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
    transition: all 0.3s;
}

.badge:hover {
    background: rgba(26, 31, 110, 0.2);
    border-color: var(--fire-orange);
    color: var(--fire-yellow);
    box-shadow: 0 0 12px rgba(201, 168, 76, 0.3);
}

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

/* CTA button matching header style */
.hero-cta {
    display: inline-block;
    padding: 13px 30px;
    background: var(--c-hover);
    color: var(--c-grey);

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.hero-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--c-hover);
    opacity: 0;
    transition: opacity 0.3s;
}

.hero-cta:hover::before {
    opacity: 1;
}

.hero-cta:hover {
    box-shadow: 0 0 24px rgba(201, 168, 76, 0.7);
}

.hero-cta span {
    position: relative;
    z-index: 1;
}

/* Divider between sections */
.section-divider {
    position: relative;
    height: 2px;
    background: var(--c-hover);
    margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-image-wrap img {
        height: 280px;
    }
}




.hero-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

/* IMAGE SECTION */
.hero-image {
    position: relative;
    width: 520px;
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    display: block;
    border-radius: 20px;
    transition: transform 0.6s ease;
}

/* Hover Zoom */
.hero-image:hover img {
    transform: scale(1.05);
}

/* Light Overlay */
.glass-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

/* Yellow Corner */
.corner-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 80px;
    background: var(--c-hover);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

/* Dot Pattern */
.dot-pattern {
    position: absolute;
    bottom: -25px;
    left: -25px;
    width: 120px;
    height: 120px;
    background-image: none;
    background-size: 18px 18px;
}

/* CONTENT */
.hero-content {
    flex: 1;
}

.tagline {
    /* color: #3f51ff; */
    font-weight: bold;
    letter-spacing: 1px;
}

.hero-content h1 {
    font-size: 48px;
    margin: 20px 0;
    color: #0c2b2b;
}

.hero-content h1 span {
    /* color: #3f51ff; */
}

.hero-content p {
    /* color: #666; */
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Call Box */
.call-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #e8e9f5;
    padding: 20px;
    /* border-left: 4px solid #3f51ff; */
    border-radius: 10px;
    margin-bottom: 30px;
    width: 300px;
}

.call-icon {
    font-size: 28px;
    background: #0c2b2b;
    color: var(--c-grey);
    padding: 15px;
    border-radius: 50%;
}

/* Button */
.primary-btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 50px;
    /* background: linear-gradient(135deg, #3f51ff, #5a63ff); */
    color: var(--c-grey);
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.primary-btn:hover {
    /* box-shadow: 0 10px 25px rgba(63, 81, 255, 0.4); */
    transform: translateY(-3px);
}

/* ============================= */
/* 🎆 Crackers FIREWORKS EFFECT */
/* ============================= */

.fireworks {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.fireworks span {
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--c-hover);
    border-radius: 50%;
    animation: burst 2s infinite ease-out;
}

.fireworks span:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.fireworks span:nth-child(2) {
    top: 40%;
    right: 20%;
    animation-delay: 0.5s;
}

.fireworks span:nth-child(3) {
    bottom: 20%;
    left: 30%;
    animation-delay: 1s;
}

.fireworks span:nth-child(4) {
    top: 10%;
    right: 10%;
    animation-delay: 1.5s;
}

.fireworks span:nth-child(5) {
    bottom: 10%;
    right: 40%;
    animation-delay: 2s;
}

@keyframes burst {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    70% {
        transform: scale(15);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        transform: scale(20);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .hero-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 36px;
    }
}





/* ===== PRODUCTS SECTION ===== */
.products-section {
    position: relative;
    background: #e4e4e4;
    padding: 90px 24px;
    overflow: hidden;
}

/* Ember ambient background */
.products-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

/* Top fire divider */
.products-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--c-hover);
}

.products-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ===== SECTION HEADER ===== */
.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--fire-orange, var(--c-hover));
    text-shadow: 0 0 12px rgba(201, 168, 76, 0.6);
    margin-bottom: 16px;
}

.section-eyebrow::before,
.section-eyebrow::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: var(--c-hover);
}

.section-eyebrow::after {
    background: var(--c-hover);
}

.section-title-main {

    font-size: clamp(26px, 4vw, 42px);
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.15;
    margin-bottom: 14px;
}

.section-title-bar {
    display: block;
    width: 80px;
    height: 3px;
    background: var(--c-hover);
    margin: 0 auto 18px;
    animation: burnLine 2s ease-in-out infinite alternate;
    box-shadow: 0 0 8px var(--fire-orange, var(--c-hover));
}

@keyframes burnLine {
    0% {
        width: 60px;
        opacity: 0.7;
    }

    100% {
        width: 110px;
        opacity: 1;
        box-shadow: 0 0 16px var(--fire-yellow, #f0d080);
    }
}

.section-subtitle {

    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0.5px;
    max-width: 480px;
    margin: 0 auto;
}

/* ===== PRODUCT GRID ===== */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

/* ===== PRODUCT CARD ===== */
.product-card-fire {
    position: relative;
    background: var(--deep-black, var(--c-text));
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 2px;
    padding: 32px 20px 28px;
    text-align: center;
    transition: all 0.4s ease;
    overflow: hidden;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

/* Corner cut glow */
.product-card-fire::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    opacity: 0;
    transition: opacity 0.4s;
}

/* Bottom fire sweep on hover */
.product-card-fire::after {
    content: '';
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    height: 100%;
    background: transparent;
    transition: bottom 0.4s ease;
}

.product-card-fire:hover {
    border-color: rgba(201, 168, 76, 0.5);
    /* background: rgba(255,50,0,0.08); */
    transform: translateY(-6px);
    box-shadow:
        0 12px 40px rgba(204, 34, 51, 0.2),
        0 0 0 1px rgba(201, 168, 76, 0.3),
        inset 0 1px 0 rgba(255, 200, 100, 0.1);
}

.product-card-fire:hover::before {
    opacity: 1;
}

.product-card-fire:hover::after {
    bottom: 0;
}

/* Image container */
.product-img-wrap {
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 auto 20px;
}

/* Rotating fire ring */
.product-img-wrap::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--fire-orange, var(--c-hover));
    border-right-color: var(--fire-yellow, #f0d080);
    animation: spinRing 4s linear infinite;
    opacity: 0.4;
    transition: opacity 0.3s;
}

.product-card-fire:hover .product-img-wrap::before {
    opacity: 1;
    box-shadow: 0 0 16px rgba(201, 168, 76, 0.5);
}

/* Glow behind image */
.product-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s;
}

.product-card-fire:hover .product-img-wrap::after {
    background: transparent;
    transform: scale(1.2);
}

@keyframes spinRing {
    to {
        transform: rotate(360deg);
    }
}

.product-img-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(26, 31, 110, 0.08);
    border: 1px solid rgba(201, 168, 76, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s;
}

.product-card-fire:hover .product-img-circle {
    border-color: rgba(201, 168, 76, 0.5);
    background: rgba(255, 60, 0, 0.12);
}

.product-img-circle img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    transition: transform 0.4s ease;
    filter: drop-shadow(0 2px 6px rgba(201, 168, 76, 0.3));
}

.product-card-fire:hover .product-img-circle img {
    transform: scale(1.15) rotate(-3deg);
    filter: drop-shadow(0 4px 12px rgba(255, 150, 0, 0.6));
}

/* Card number badge */
.product-number {
    position: absolute;
    top: 12px;
    right: 14px;

    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 150, 0, 0.3);
    letter-spacing: 1px;
    transition: color 0.3s;
}

.product-card-fire:hover .product-number {
    color: rgba(201, 168, 76, 0.6);
}

/* Card name */
.product-name {

    font-size: 13px;
    font-weight: 700;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 1px;
    margin-bottom: 8px;
    line-height: 1.3;
    transition: filter 0.3s;
}

.product-card-fire:hover .product-name {
    filter: drop-shadow(0 0 8px rgba(201, 168, 76, 0.5));
}

/* Description */
.product-desc {

    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.5px;
    line-height: 1.5;
    margin-bottom: 18px;
    transition: color 0.3s;
}

.product-card-fire:hover .product-desc {
    color: rgba(255, 255, 255, 0.75);
}

/* Spark divider */
.product-divider {
    width: 40px;
    height: 1px;
    background: var(--c-hover);
    margin: 0 auto 14px;
    transition: width 0.3s;
}

.product-card-fire:hover .product-divider {
    width: 70px;
    box-shadow: 0 0 6px var(--fire-orange, var(--c-hover));
}

/* Tag chip */
.product-tag {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(204, 34, 51, 0.1);
    border: 1px solid rgba(201, 168, 76, 0.25);

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 180, 80, 0.7);
    clip-path: polygon(4px 0%, 100% 0%, calc(100% - 4px) 100%, 0% 100%);
    transition: all 0.3s;
}

.product-card-fire:hover .product-tag {
    background: rgba(26, 31, 110, 0.2);
    border-color: var(--fire-orange, var(--c-hover));
    color: var(--fire-yellow, #f0d080);
    box-shadow: 0 0 10px rgba(201, 168, 76, 0.3);
}

/* ===== FEATURED WIDE CARD ===== */
.product-card-fire.featured {
    grid-column: span 2;
    display: flex;
    align-items: center;
    gap: 28px;
    text-align: left;
    padding: 32px 36px;
    background: var(--deep-black, var(--c-text));
}

.product-card-fire.featured .product-img-wrap {
    width: 140px;
    height: 140px;
    flex-shrink: 0;
    margin: 0;
}

.product-card-fire.featured .product-img-circle {
    width: 140px;
    height: 140px;
}

.product-card-fire.featured .product-img-circle img {
    width: 90px;
    height: 90px;
}

.featured-content {
    flex: 1;
}

.featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--fire-yellow, #f0d080);
    text-shadow: 0 0 8px var(--fire-orange, var(--c-hover));
    margin-bottom: 10px;
}

.product-card-fire.featured .product-name {
    font-size: 18px;
    margin-bottom: 10px;
}

.product-card-fire.featured .product-desc {
    font-size: 13px;
    margin-bottom: 20px;
}

.product-card-fire.featured .product-divider {
    margin: 0 0 14px;
}

/* ===== CTA ROW ===== */
.products-cta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.products-cta {
    display: inline-block;
    padding: 13px 32px;
    background: var(--c-navy);
    color: var(--c-grey);

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.products-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--c-hover);
    opacity: 0;
    transition: opacity 0.3s;
}

.products-cta:hover::before {
    opacity: 1;
}

.products-cta:hover {
    box-shadow: 0 0 24px rgba(201, 168, 76, 0.7);
}

.products-cta span {
    position: relative;
    z-index: 1;
}

.products-cta.outline {
    background: transparent;
    border: 1px solid rgba(201, 168, 76, 0.4);
    color: rgba(255, 200, 100, 0.8);
}

.products-cta.outline::before {
    background: rgba(255, 60, 0, 0.12);
}

.products-cta.outline:hover {
    border-color: var(--fire-orange, var(--c-hover));
    color: var(--fire-yellow, #f0d080);
    box-shadow: 0 0 16px rgba(201, 168, 76, 0.3);
}

/* ===== BOTTOM FIRE EDGE ===== */
.products-fire-edge {
    height: 6px;
    background: var(--c-hover);
    filter: blur(1px);
    animation: fireFlicker 0.5s ease-in-out infinite alternate;
    margin-top: 0;
}

@keyframes fireFlicker {
    0% {
        opacity: 0.6;
        transform: scaleY(0.8);
    }

    100% {
        opacity: 1;
        transform: scaleY(1.4);
        filter: blur(2.5px);
    }
}

/* ===== FLOATING EMBER PARTICLES ===== */
.ember-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--fire-orange, var(--c-hover));
    pointer-events: none;
    animation: floatEmber linear infinite;
    opacity: 0;
}

@keyframes floatEmber {
    0% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-60px) translateX(15px) scale(0.7);
        opacity: 0.5;
    }

    100% {
        transform: translateY(-120px) translateX(-10px) scale(0.2);
        opacity: 0;
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-card-fire.featured {
        grid-column: span 3;
    }
}

@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .product-card-fire.featured {
        grid-column: span 2;
        flex-direction: column;
        text-align: center;
        padding: 28px 20px;
    }

    .product-card-fire.featured .product-img-wrap {
        margin: 0 auto;
    }

    .product-card-fire.featured .product-divider {
        margin: 0 auto 14px;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr 1fr;
    }
}




/* ===== PAGE WRAPPER ===== */
.estimate-page {
    background: var(--dark-base);
    min-height: 100vh;

    color: var(--white-pure);
    position: relative;
    overflow-x: hidden;
}

/* Ambient gold radial glows */
.estimate-page::before {
    content: '';
    position: fixed;
    inset: 0;
    background: transparent;
    pointer-events: none;
    z-index: 0;
}


.cart-empty .btn-gold {
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    margin-top: 20px;
}

.cart-item-remove {
    width: 26px;
    height: 26px;
    border: 1px solid rgba(255, 80, 80, 0.25);
    border-radius: 4px;
    background: rgba(255, 60, 60, 0.06);
    color: rgba(255, 100, 100, 0.6);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    transition: all 0.2s;
    margin-left: 6px;
}

.cart-item-remove:hover {
    background: rgba(255, 60, 60, 0.2);
    border-color: rgba(255, 80, 80, 0.6);
    color: #ff6060;
    box-shadow: 0 0 8px rgba(255, 60, 60, 0.3);
}

/* ===== CART MODAL ===== */
.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    z-index: 8000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.cart-overlay.open {
    opacity: 1;
    pointer-events: all;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 420px;
    max-width: 95vw;
    background: var(--c-text);
    border-left: 1px solid var(--border-gold);
    z-index: 8001;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    box-shadow: -10px 0 60px rgba(201, 168, 76, 0.08);
}

.cart-drawer.open {
    transform: translateX(0);
}

/* Drawer header */
.cart-drawer-header {
    padding: 20px 24px;
    border-bottom: 1px solid var(--border-gold);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--c-text);
    flex-shrink: 0;
}

.cart-drawer-title {
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: 14px;
    font-weight: 700;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-drawer-title i {
    -webkit-text-fill-color: var(--gold-primary);
    font-size: 16px;
}

.cart-close-btn {
    width: 34px;
    height: 34px;
    border: 1px solid var(--border-gold);
    border-radius: 4px;
    background: rgba(201, 168, 76, 0.05);
    color: var(--gold-primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s;
}

.cart-close-btn:hover {
    background: rgba(255, 215, 0, 0.15);
    border-color: var(--gold-primary);
    box-shadow: var(--glow-gold);
}

/* Drawer body — scrollable */
.cart-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 16px 24px;
    scrollbar-width: thin;
    scrollbar-color: var(--gold-deep) transparent;
}

.cart-drawer-body::-webkit-scrollbar {
    width: 4px;
}

.cart-drawer-body::-webkit-scrollbar-track {
    background: transparent;
}

.cart-drawer-body::-webkit-scrollbar-thumb {
    background: var(--gold-deep);
    border-radius: 2px;
}

/* Empty state */
.cart-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 14px;
    opacity: 0.45;
    padding: 40px 0;
}

.cart-empty i {
    font-size: 48px;
    color: var(--gold-primary);
}

.cart-empty p {
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: 11px;
    color: var(--gold-primary);
    letter-spacing: 2px;
    text-align: center;
}

/* Cart item row */
.cart-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 215, 0, 0.07);
    transition: background 0.2s;
}

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

.cart-item-img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--border-gold);
    flex-shrink: 0;
}

/* Fallback emoji icon if no image */
.cart-item-icon {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid var(--border-gold);
    background: rgba(201, 168, 76, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

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

.cart-item-name {

    font-size: 13px;
    font-weight: 600;
    color: var(--white-soft);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}

.cart-item-meta {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 1px;
}

.cart-item-total {
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: 13px;
    font-weight: 700;
    color: var(--gold-primary);
    flex-shrink: 0;
    white-space: nowrap;
}

/* Drawer footer */
.cart-drawer-footer {
    padding: 20px 24px;
    border-top: 1px solid var(--border-gold);
    background: var(--c-text);
    flex-shrink: 0;
}

.cart-summary-rows {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.cart-summary-row .label {
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
}

.cart-summary-row .val {
    color: var(--white-pure);
}

.cart-summary-row.savings .val {
    color: #4caf50;
}

.cart-summary-row.total {
    padding-top: 10px;
    border-top: 1px solid var(--border-gold);
    margin-top: 4px;
}

.cart-summary-row.total .label {
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: 12px;
    color: var(--gold-primary);
}

.cart-summary-row.total .val {
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: 16px;
    color: var(--gold-primary);
    filter: drop-shadow(0 0 6px rgba(201, 168, 76, 0.4));
}

.cart-fire-edge {
    height: 2px;
    background: var(--c-hover);
    margin-bottom: 16px;
    animation: goldLine 1.5s ease-in-out infinite alternate;
}

.cart-action-btns {
    display: flex;
    gap: 10px;
}

.cart-action-btns .btn-gold {
    flex: 1;
    justify-content: center;
    padding: 12px 16px;
    font-size: 10px;
}

.cart-action-btns .btn-outline {
    padding: 11px 16px;
    font-size: 10px;
}

/* ===== HERO BANNER ===== */
.estimate-hero {
    position: relative;
    background: var(--c-text);
    padding: 60px 24px 50px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border-bottom: 1px solid var(--border-gold);
}

.estimate-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--c-hover);
    animation: goldLine 3s ease-in-out infinite alternate;
}

@keyframes goldLine {
    0% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
        box-shadow: 0 0 14px rgba(201, 168, 76, 0.5);
    }
}

/* Corner ornament lines */
.hero-ornament {
    position: absolute;
    width: 80px;
    height: 80px;
    opacity: 0.35;
}

.hero-ornament.tl {
    top: 16px;
    left: 24px;
    border-top: 2px solid var(--gold-primary);
    border-left: 2px solid var(--gold-primary);
}

.hero-ornament.tr {
    top: 16px;
    right: 24px;
    border-top: 2px solid var(--gold-primary);
    border-right: 2px solid var(--gold-primary);
}

.hero-ornament.bl {
    bottom: 16px;
    left: 24px;
    border-bottom: 2px solid var(--gold-primary);
    border-left: 2px solid var(--gold-primary);
}

.hero-ornament.br {
    bottom: 16px;
    right: 24px;
    border-bottom: 2px solid var(--gold-primary);
    border-right: 2px solid var(--gold-primary);
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--gold-primary);
    text-shadow: var(--glow-gold);
    margin-bottom: 14px;
}

.hero-eyebrow::before,
.hero-eyebrow::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: var(--c-hover);
}

.hero-eyebrow::after {
    background: var(--c-hover);
}

.hero-title {
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: clamp(22px, 4vw, 40px);
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    filter: drop-shadow(0 0 18px rgba(201, 168, 76, 0.3));
}

.hero-sub {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 2px;
}

.top-summary {
    position: fixed;
    top: 121px;
    /* offer bar ~35 + navbar 80 + fire-edge 6 */
    left: 0;
    right: 0;
    z-index: 500;
    /* below header's z-index: 100... wait, navbar is z-index:100, so use 99 */
    background: rgba(13, 13, 13, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-gold);
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    box-shadow: 0 4px 30px rgba(201, 168, 76, 0.08);
}

.summary-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.summary-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(201, 168, 76, 0.08);
    border: 1px solid var(--border-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-primary);
    font-size: 13px;
    flex-shrink: 0;
}

.summary-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    display: block;
    line-height: 1;
    margin-bottom: 2px;
}

.summary-value {
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: 14px;
    font-weight: 700;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 6px rgba(201, 168, 76, 0.4));
}

.summary-divider {
    width: 1px;
    height: 30px;
    background: var(--c-hover);
}

/* Cart badge */
.cart-badge-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 6px 16px;
    border: 1px solid var(--border-gold);
    border-radius: 2px;
    clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
    background: rgba(201, 168, 76, 0.05);
    transition: all 0.3s;
}

.cart-badge-wrap:hover {
    background: rgba(255, 215, 0, 0.12);
    border-color: var(--gold-primary);
    box-shadow: var(--glow-gold);
}

.cart-badge-wrap i {
    color: var(--gold-primary);
    font-size: 16px;
}

.cart-count {
    background: var(--gold-primary);
    color: #000;
    font-size: 11px;
    font-weight: 900;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.estimate-content {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 24px 80px;
    margin-top: 60px;
    /* space for the summary bar height ~60px */
}

.estimate-hero {
    margin-top: 60px;
    /* summary bar height */
    /* keep all other existing styles */
}

/* ===== SEARCH BAR ===== */
.search-wrap {
    position: relative;
    margin-bottom: 32px;
}

.search-wrap i {
    position: absolute;
    left: 42px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gold-primary);
    font-size: 15px;
    opacity: 0.7;
    pointer-events: none;
}

#searchInput {
    width: 100%;
    padding: 14px 20px 14px 50px;
    background: rgba(255, 215, 0, 0.04);
    border: 1px solid var(--border-gold);
    color: var(--white-pure);

    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    outline: none;
    transition: all 0.3s;
    /* clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%); */
}

#searchInput::placeholder {
    color: rgba(255, 255, 255, 0.25);
}

#searchInput:focus {
    border-color: var(--gold-primary);
    background: rgba(255, 215, 0, 0.04);
    box-shadow: var(--glow-gold);
}

/* ===== TABLE WRAPPER ===== */
.table-wrap {
    overflow-x: auto;
    border: 1px solid var(--border-gold);
    border-radius: 2px;
    box-shadow: 0 0 40px rgba(201, 168, 76, 0.06);
}

/* ===== TABLE ===== */
table {
    width: 100%;
    border-collapse: collapse;
    min-width: 739px;
}

/* HEADER ROW */
thead tr {
    background: var(--c-text);
    border-bottom: 2px solid var(--gold-deep);
}

th {
    padding: 16px 14px;
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold-primary);
    text-shadow: 0 0 10px rgba(201, 168, 76, 0.5);
    border-right: 1px solid rgba(201, 168, 76, 0.08);
    white-space: nowrap;
}

th:last-child {
    border-right: none;
}

/* CATEGORY ROWS */
.category td {
    background: transparent;
    padding: 12px 18px;
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold-primary);
    text-shadow: 0 0 10px rgba(201, 168, 76, 0.4);
    border-top: 1px solid var(--border-gold);
    border-bottom: 1px solid var(--border-gold);
}

.category td i {
    margin-right: 10px;
    opacity: 0.7;
}

/* Category label line */
.category td::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: var(--gold-primary);
}

/* PRODUCT ROWS */
.product-row {
    border-bottom: 1px solid rgba(201, 168, 76, 0.06);
    transition: all 0.3s;
}

.product-row:hover {
    background: rgba(255, 215, 0, 0.03);
}

.product-row td {
    padding: 14px;

    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    border-right: 1px solid rgba(201, 168, 76, 0.05);
    vertical-align: middle;
    text-align: center;
}

/* .product-row td:last-child {
  border-right: none;
} */

/* Product name cell */
.product-row td.product-name {
    text-align: left;
    font-weight: 600;
    color: var(--white-soft);
    letter-spacing: 0.5px;
}

/* Product image */
.product-row td img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--border-gold);
    transition: all 0.3s;
    filter: brightness(0.95);
}

.product-row:hover td img {
    border-color: var(--gold-primary);
    box-shadow: 0 0 10px rgba(201, 168, 76, 0.25);
    transform: scale(1.05);
}

/* Actual price */
td.actual {
    color: rgba(255, 255, 255, 0.35) !important;
    text-decoration: line-through;
    font-size: 13px;
}

/* Discounted price */
td.price {
    color: var(--gold-primary) !important;
    font-weight: 700;
    font-size: 15px;
}

td.price::before {
    content: '₹';
    font-size: 11px;
    opacity: 0.7;
}

/* Row total */
td.rowTotal {
    /* color: var(--white-pure) !important; */
    font-weight: 700;
    font-size: 15px;
    /* font-family: 'Cinzel Decorative', cursive; */
}

td.rowTotal::before {
    content: '₹';
    font-size: 10px;
    opacity: 0.6;
    margin-right: 2px;
}

/* ===== QTY INPUT ===== */
.qty {
    width: 72px;
    padding: 8px 10px;
    background: rgba(201, 168, 76, 0.05);
    border: 1px solid var(--border-gold);
    color: var(--white-pure);

    font-size: 15px;
    font-weight: 700;
    text-align: center;
    outline: none;
    transition: all 0.3s;
    border-radius: 2px;
}

.qty:focus {
    border-color: var(--gold-primary);
    background: rgba(201, 168, 76, 0.08);
    box-shadow: var(--glow-gold);
}

.qty::-webkit-inner-spin-button,
.qty::-webkit-outer-spin-button {
    opacity: 1;
}

/* ===== BOTTOM ACTION ROW ===== */
.bottom-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 48px;
    flex-wrap: wrap;
}

.btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 36px;
    background: var(--c-hover);
    color: #000;
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
    transition: all 0.3s;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.btn-gold::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--c-hover);
    opacity: 0;
    transition: opacity 0.3s;
}

.btn-gold:hover::before {
    opacity: 1;
}

.btn-gold:hover {
    box-shadow: 0 0 30px rgba(201, 168, 76, 0.5), 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.btn-gold span,
.btn-gold i {
    position: relative;
    z-index: 1;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    background: transparent;
    color: var(--gold-primary);
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid var(--border-gold);
    cursor: pointer;
    clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
    transition: all 0.3s;
}

.btn-outline:hover {
    background: rgba(201, 168, 76, 0.08);
    border-color: var(--gold-primary);
    box-shadow: var(--glow-gold);
    color: var(--gold-light);
}

/* ===== EMBER PARTICLES ===== */
.ember-particle {
    position: fixed;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    pointer-events: none;
    animation: floatEmberG linear infinite;
    opacity: 0;
    z-index: 0;
}

@keyframes floatEmberG {
    0% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translateY(-60px) translateX(12px) scale(0.7);
        opacity: 0.3;
    }

    100% {
        transform: translateY(-130px) translateX(-8px) scale(0.2);
        opacity: 0;
    }
}

/* ===== SECTION FIRE EDGE ===== */
.gold-fire-edge {
    height: 3px;
    background: var(--c-hover);
    animation: goldLine 1.5s ease-in-out infinite alternate;
    margin-bottom: 28px;
    filter: blur(0.5px);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .cart-badge-wrap {
        display: flex;
        align-items: center;
        gap: 43px;
        cursor: pointer;
        padding: 6px 16px;
        border: 1px solid var(--border-gold);
        border-radius: 2px;
        clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
        background: rgba(201, 168, 76, 0.05);
        transition: all 0.3s;
    }

    .top-summary {
        position: fixed;
        top: 121px;
        left: 0;
        right: 0;
        z-index: 500;
        background: rgba(13, 13, 13, 0.97);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-bottom: 1px solid var(--border-gold);
        padding: 12px 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 32px;
        flex-wrap: wrap;
        box-shadow: 0 4px 30px rgba(201, 168, 76, 0.08);
    }

    .summary-divider {
        display: none;
    }

    .estimate-content {
        padding: 20px 12px 60px;
    }
}


*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {}

/* ===== SPARK PARTICLES ===== */
.sparks-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    pointer-events: none;
    z-index: 0;
}

/* ===== TOP OFFER BAR ===== */
.top-offer-bar {
    position: relative;
    background: var(--c-text);
    background-size: 200% 100%;
    animation: fireShift 3s ease-in-out infinite;
    overflow: hidden;
    padding: 8px 0;
    z-index: 10;
}

.top-offer-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
}

.top-offer-bar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--c-hover);
    animation: burnLine 2s ease-in-out infinite alternate;
}

@keyframes fireShift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

@keyframes burnLine {
    0% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
        box-shadow: 0 0 8px var(--fire-yellow);
    }
}

.offer-slider-wrap {
    overflow: hidden;
    white-space: nowrap;
}

.offer-slider {
    display: inline-block;
    animation: scrollText 22s linear infinite;
    color: var(--spark-white);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.offer-slider span {
    margin-right: 80px;
    position: relative;
}

.offer-slider span.highlight {
    color: var(--fire-yellow);
    text-shadow: 0 0 10px var(--fire-orange), 0 0 20px var(--fire-red);
}

@keyframes scrollText {
    0% {
        transform: translateX(100vw);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* ===== MAIN NAVBAR ===== */
.navbar-area {
    position: relative;
    z-index: 100;
    background: var(--deep-black);
    border-bottom: 3px solid var(--c-hover);
    height: 100px;
}

.navbar-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

.navbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 92px;
    position: relative;
}

/* ===== LOGO ===== */
.logo-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    position: relative;
}

.logo-icon {
    width: 52px;
    height: 52px;
    position: relative;
}

.logo-icon svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 10px var(--fire-orange)) drop-shadow(0 0 20px var(--fire-red));
    animation: pulseGlow 2s ease-in-out infinite alternate;
}

@keyframes pulseGlow {
    0% {
        filter: drop-shadow(0 0 6px var(--fire-orange)) drop-shadow(0 0 15px var(--fire-red));
    }

    100% {
        filter: drop-shadow(0 0 14px var(--fire-yellow)) drop-shadow(0 0 30px var(--fire-orange));
    }
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-text .brand-main {

    font-size: 20px;
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 2px;
    text-shadow: none;
}

.logo-text .brand-sub {
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 200, 100, 0.6);
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 2px;
}

/* ===== NAV LINKS ===== */
.nav-links {
    display: flex;
    align-items: center;
    /* gap: 4px; */
    list-style: none;
}

.nav-links li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    color: rgba(255, 220, 180, 0.85);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    transition: color 0.3s;
}

.nav-links li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 2px;
    background: var(--c-hover);
    transition: left 0.3s, right 0.3s;
    box-shadow: 0 0 8px var(--fire-yellow);
}

.nav-links li a:hover,
.nav-links li a.active {
    color: var(--fire-yellow);
    text-shadow: 0 0 10px var(--fire-orange);
}

.nav-links li a:hover::before,
.nav-links li a.active::before {
    left: 10%;
    right: 10%;
}

.nav-links li a.active {
    background: transparent;
}

/* Crackers burst icon next to active */
.nav-links li a.active::after {
    content: '✦';
    font-size: 8px;
    color: var(--fire-yellow);
    margin-left: 4px;
    animation: spinStar 2s linear infinite;
}

@keyframes spinStar {
    to {
        transform: rotate(360deg);
    }
}

/* ===== RIGHT SIDE ACTIONS ===== */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.action-btn {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(201, 168, 76, 0.3);
    border-radius: 4px;
    background: rgba(255, 50, 0, 0.08);
    color: rgba(255, 200, 100, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

.action-btn:hover {
    background: rgba(26, 31, 110, 0.2);
    border-color: var(--fire-orange);
    color: var(--fire-yellow);
    box-shadow: 0 0 12px rgba(201, 168, 76, 0.4), inset 0 0 8px rgba(255, 80, 0, 0.1);
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    background: var(--fire-red);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    color: var(--c-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 8px var(--fire-red);
}

.cta-btn {
    padding: 10px 22px;
    background: var(--c-hover);
    color: var(--c-grey);

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.cta-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--c-hover);
    opacity: 0;
    transition: opacity 0.3s;
}

.cta-btn:hover::before {
    opacity: 1;
}

.cta-btn:hover {
    box-shadow: 0 0 20px rgba(201, 168, 76, 0.6);
}

.cta-btn span {
    position: relative;
    z-index: 1;
}

/* ===== BOTTOM FIRE FLICKER ===== */
.fire-edge {
    height: 6px;
    background: var(--c-hover);
    filter: blur(1px);
    animation: fireFlicker 0.5s ease-in-out infinite alternate;
}

@keyframes fireFlicker {
    0% {
        opacity: 0.6;
        transform: scaleY(0.8);
    }

    100% {
        opacity: 1;
        transform: scaleY(1.2);
        filter: blur(2px);
    }
}

/* ===== RESPONSIVE ===== */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
}

.hamburger span {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--fire-orange);
    transition: all 0.3s;
}

@media (max-width: 900px) {

    .nav-links,
    .nav-actions .cta-btn {
        display: none;
    }

    .hamburger {
        display: flex;
    }
}

/* ===== Crackers BURST DECORATION ===== */
.burst-deco {
    position: absolute;
    pointer-events: none;
    opacity: 0.15;
}

.burst-deco.left {
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.burst-deco.right {
    right: -10px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
}


/* ============================================================
       FIRE STICKY HEADER - matches Crackers main header design
    ============================================================ */



/* Hide old Bootstrap navbar completely */
.navbar-area.header-sticky {
    display: none !important;
}

/* ===== STICKY WRAPPER ===== */
.fire-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s ease,
        background 0.4s ease;
    will-change: transform;
}

.fire-sticky.visible {
    transform: translateY(0);
}

/* ===== INNER NAVBAR BAR ===== */
.fire-sticky-bar {
    position: relative;
    background: var(--deep-black);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 3px solid var(--c-hover);
    box-shadow: 0 4px 30px rgba(255, 60, 0, 0.2), 0 1px 0 rgba(201, 168, 76, 0.15);
    height: 100px;
}

/* Radial ember glow behind navbar */
.fire-sticky-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

/* Animated scan line */
.fire-sticky-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 40%;
    height: 100%;
    background: transparent;
    animation: scanLine 6s linear infinite;
    pointer-events: none;
}

@keyframes scanLine {
    0% {
        left: -40%;
    }

    100% {
        left: 140%;
    }
}

/* ===== INNER LAYOUT ===== */
.fire-sticky-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

/* ===== LOGO ===== */
.sticky-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
}

.sticky-logo-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}

.sticky-logo-icon svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 8px var(--fire-orange)) drop-shadow(0 0 16px var(--fire-red));
    animation: pulseGlowSticky 2s ease-in-out infinite alternate;
}

@keyframes pulseGlowSticky {
    0% {
        filter: drop-shadow(0 0 5px var(--fire-orange)) drop-shadow(0 0 12px var(--fire-red));
    }

    100% {
        filter: drop-shadow(0 0 12px var(--fire-yellow)) drop-shadow(0 0 24px var(--fire-orange));
    }
}

.sticky-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.sticky-logo-text .brand-main {

    font-size: 17px;
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 2px;
}

.sticky-logo-text .brand-sub {

    font-size: 9px;
    font-weight: 700;
    color: rgba(255, 200, 100, 0.55);
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 2px;
}

/* ===== NAV LINKS ===== */
.sticky-nav-links {
    display: flex;
    align-items: center;
    gap: 2px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sticky-nav-links li a {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    transition: color 0.3s;
    white-space: nowrap;
}

/* Underline fire bar */
.sticky-nav-links li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 2px;
    background: var(--c-hover);
    transition: left 0.3s, right 0.3s;
    box-shadow: 0 0 6px var(--fire-yellow);
}

.sticky-nav-links li a:hover,
.sticky-nav-links li a.active {
    color: var(--fire-yellow);
    text-shadow: 0 0 10px var(--fire-orange);
}

.sticky-nav-links li a:hover::after,
.sticky-nav-links li a.active::after {
    left: 10%;
    right: 10%;
}

.sticky-nav-links li a.active {
    background: transparent;
}

/* Spinning star on active link */
.sticky-nav-links li a.active .nav-star {
    display: none;
    font-size: 7px;
    color: var(--fire-yellow);
    margin-left: 4px;
    /* animation: spinStar 2s linear infinite; */
}

@keyframes spinStar {
    to {
        transform: rotate(360deg);
    }
}

/* ===== RIGHT ACTIONS ===== */
.sticky-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

/* Get Quote CTA — identical clip-path to main header */
.sticky-cta {
    padding: 9px 20px;
    background: var(--c-hover);
    color: var(--c-grey);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s;
    white-space: nowrap;
}

.sticky-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--c-hover);
    opacity: 0;
    transition: opacity 0.3s;
}

.sticky-cta:hover::before {
    opacity: 1;
}

.sticky-cta:hover {
    box-shadow: 0 0 18px rgba(201, 168, 76, 0.6);
}

.sticky-cta span {
    position: relative;
    z-index: 1;
}

/* ===== HAMBURGER (mobile) ===== */
.sticky-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 6px;
    background: none;
    border: none;
    outline: none;
}

.sticky-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--fire-orange);
    border-radius: 1px;
    transition: all 0.3s;
    transform-origin: center;
}

.sticky-hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.sticky-hamburger.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.sticky-hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ===== BOTTOM FIRE FLICKER EDGE ===== */
.sticky-fire-edge {
    height: 5px;
    background: var(--c-hover);
    filter: blur(1px);
    animation: fireFlicker 0.5s ease-in-out infinite alternate;
}

@keyframes fireFlicker {
    0% {
        opacity: 0.6;
        transform: scaleY(0.8);
    }

    100% {
        opacity: 1;
        transform: scaleY(1.3);
        filter: blur(2px);
    }
}

/* ===== MOBILE DRAWER ===== */
.sticky-mobile-menu {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    background: var(--c-black);
    backdrop-filter: blur(16px);
    /* border-bottom: 2px solid rgba(201,168,76,0.2); */
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s;
    z-index: 9998;
}

/* Mobile menu when triggered from MAIN navbar (top of page) */
.sticky-mobile-menu.open-from-top {
    top: 160px;
    /* adjust to match your main navbar height */
}

.sticky-mobile-menu.open {
    max-height: 400px;
    padding: 16px 0 20px;
}

.mobile-menu-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-menu-inner a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    color: rgba(255, 210, 160, 0.85);
    text-decoration: none;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-left: 2px solid rgba(201, 168, 76, 0.15);
    transition: all 0.25s;
    position: relative;
}

.mobile-menu-inner a::before {
    content: '▸';
    font-size: 10px;
    color: var(--fire-orange);
    opacity: 0.4;
    transition: opacity 0.25s, transform 0.25s;
}

.mobile-menu-inner a:hover,
.mobile-menu-inner a.active {
    color: var(--fire-yellow);
    border-left-color: var(--fire-orange);
    background: rgba(204, 34, 51, 0.06);
    padding-left: 22px;
    text-shadow: 0 0 10px rgba(201, 168, 76, 0.5);
}

.mobile-menu-inner a:hover::before,
.mobile-menu-inner a.active::before {
    opacity: 1;
    transform: translateX(3px);
}

/* Divider in mobile */
.mobile-divider {
    height: 1px;
    background: transparent;
    margin: 8px 24px;
}

.mobile-cta-wrap {
    padding: 12px 24px 4px;
}

.mobile-cta {
    display: block;
    text-align: center;
    padding: 12px;
    background: var(--c-navy);
    color: var(--c-grey);

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
    transition: box-shadow 0.3s;
}

.mobile-cta:hover {
    box-shadow: 0 0 18px rgba(201, 168, 76, 0.5);
}

/* ===== BURST DECO (optional, subtle) ===== */
.sticky-burst {
    position: absolute;
    pointer-events: none;
    opacity: 0.1;
    top: 50%;
    transform: translateY(-50%);
}

.sticky-burst.left {
    left: 6px;
}

.sticky-burst.right {
    right: 6px;
    transform: translateY(-50%) scaleX(-1);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
    .sticky-nav-links {
        display: none;
    }

    .sticky-cta {
        display: none;
    }

    .sticky-hamburger {
        display: flex;
    }
}

@media (max-width: 480px) {
    .sticky-logo-text .brand-sub {
        display: none;
    }

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


.footer-contact-list .ci,
.footer-contact-detailed .ci {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: rgba(255, 106, 0, 0.12);
    border: 1px solid rgba(255, 106, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--fire-orange, var(--c-hover));
    font-size: 13px;
    margin-top: 2px;
    transition: all 0.3s;
}

.footer-contact-list li:hover .ci,
.footer-contact-detailed li:hover .ci {
    background: rgba(255, 215, 0, 0.15);
    border-color: rgba(255, 215, 0, 0.4);
    color: var(--fire-yellow, #f0d080);
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.2);
}




/* ===== PAGE TITLE AREA ===== */
.page-title-area {
    background: var(--dark-red);
    padding: 60px 0;
    border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}

.page-title-content h2 {

    font-size: 36px;
    font-weight: 700;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.page-title-content ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgba(255, 220, 180, 0.5);
}

.page-title-content ul li a {
    color: var(--fire-orange);
    text-decoration: none;
}

/* ===== MAIN SECTION ===== */
.contact-section {
    position: relative;
    background: var(--spark-white);
    padding: 90px 24px 120px;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

/* ===== SECTION HEADER ===== */
.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--fire-orange);
    text-shadow: 0 0 12px rgba(201, 168, 76, 0.6);
    margin-bottom: 16px;
}

.section-eyebrow::before,
.section-eyebrow::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: var(--c-hover);
}

.section-eyebrow::after {
    background: var(--c-hover);
}

.section-title-main {
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.15;
    margin-bottom: 14px;
}

.section-title-bar {
    display: block;
    width: 80px;
    height: 3px;
    background: var(--c-hover);
    margin: 0 auto 18px;
    animation: burnLine 2s ease-in-out infinite alternate;
    box-shadow: 0 0 8px var(--fire-orange);
}

@keyframes burnLine {
    0% {
        width: 60px;
        opacity: 0.7;
    }

    100% {
        width: 100px;
        opacity: 1;
        box-shadow: 0 0 14px var(--fire-yellow);
    }
}

.section-subtitle {

    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.55);
    max-width: 600px;
    margin: 0 auto;
}

/* ===== LAYOUT ===== */
.contact-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.contact-left-col {
    /* flex: 0 0 320px; */
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-right-col {
    flex: 1;
    min-width: 300px;
}

/* ===== INFO CARDS (LEFT) ===== */
.contact-card {
    position: relative;
    background: var(--dark-red);
    border: 1px solid rgba(201, 168, 76, 0.15);
    padding: 28px 24px;
    overflow: hidden;
    transition: all 0.4s ease;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    opacity: 0;
    transition: opacity 0.4s;
}

.contact-card:hover {
    border-color: rgba(255, 150, 0, 0.45);
    transform: translateY(-5px);
    box-shadow: 0 14px 40px rgba(204, 34, 51, 0.18), inset 0 1px 0 rgba(255, 200, 100, 0.08);
}

.contact-card:hover::before {
    opacity: 1;
}

.contact-icon-wrap {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: rgba(26, 31, 110, 0.1); */
    /* clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); */
    transition: all 0.3s;
}

.contact-card:hover .contact-icon-wrap::before {
    background: rgba(26, 31, 110, 0.22);
    box-shadow: 0 0 20px rgba(201, 168, 76, 0.3);
    transform: rotate(90deg);
}

.contact-icon-wrap i {
    font-size: 26px;
    background: var(--c-hover);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    background-clip: text;
    position: relative;
    z-index: 1;
    transition: transform 0.3s;
}

/* .contact-card:hover .contact-icon-wrap i {
  transform: scale(1.15);
  filter: drop-shadow(0 0 6px rgba(201, 168, 76, 0.6));
} */

.contact-card-body h5 {

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--fire-orange);
    margin: 0 0 6px;
    position: relative;
    z-index: 1;
}

.contact-card-body p,
.contact-card-body a {

    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: color 0.3s;
}

.contact-card-body a:hover {
    color: var(--fire-yellow);
}

/* ===== FORM CARD (RIGHT) ===== */
.contact-form-card {
    position: relative;
    background: var(--dark-red);
    border: 1px solid rgba(201, 168, 76, 0.15);
    padding: 50px 44px;
    overflow: hidden;
    /* clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px)); */
}

.contact-form-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

.contact-form-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.07;
    pointer-events: none;
}

.form-heading {

    font-size: 28px;
    font-weight: 700;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
}

.form-divider {
    width: 50px;
    height: 1px;
    background: var(--c-hover);
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.form-desc {

    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

/* Alerts */
.alert-success-fire {
    background: rgba(255, 200, 0, 0.1);
    border: 1px solid rgba(255, 200, 0, 0.3);
    color: var(--fire-yellow);
    padding: 14px 20px;
    border-radius: 4px;
    margin-bottom: 20px;

    font-weight: 600;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.alert-danger-fire {
    background: rgba(255, 30, 0, 0.1);
    border: 1px solid rgba(255, 60, 0, 0.35);
    color: rgba(255, 180, 150, 0.9);
    padding: 14px 20px;
    border-radius: 4px;
    margin-bottom: 20px;

    font-size: 14px;
    position: relative;
    z-index: 1;
}

.alert-danger-fire ul {
    margin: 0;
    padding-left: 18px;
}

/* Form Inputs */
.fire-form {
    position: relative;
    z-index: 1;
}

.fire-form .row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.fire-form .col-half {
    flex: 1;
    min-width: 140px;
}

.fire-form .col-full {
    flex: 0 0 100%;
}

.fire-form input,
.fire-form textarea {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 168, 76, 0.2);
    color: rgba(255, 255, 255, 0.85);

    font-size: 15px;
    font-weight: 500;
    border-radius: 0;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    transition: all 0.3s ease;
    outline: none;
    box-sizing: border-box;
}

.fire-form input::placeholder,
.fire-form textarea::placeholder {
    color: rgba(255, 180, 100, 0.35);

    letter-spacing: 0.5px;
}

.fire-form input:focus,
.fire-form textarea:focus {
    border-color: rgba(201, 168, 76, 0.55);
    background: rgba(255, 80, 0, 0.06);
    box-shadow: 0 0 12px rgba(201, 168, 76, 0.15);
    color: rgba(255, 240, 200, 0.95);
}

.fire-form textarea {
    resize: vertical;
}

/* Submit Button */
.fire-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--c-navy);
    color: var(--c-grey);

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 15px 40px;
    border: none;
    cursor: pointer;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.fire-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--c-hover);
    opacity: 0;
    transition: opacity 0.3s;
}

.fire-btn:hover::before {
    opacity: 1;
}

.fire-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 60, 0, 0.4);
}

.fire-btn span {
    position: relative;
    z-index: 1;
}

.fire-btn i {
    position: relative;
    z-index: 1;
    font-size: 16px;
}

/* ===== MAP ===== */
#map {
    border-top: 1px solid rgba(201, 168, 76, 0.2);
}

#map iframe {
    filter: grayscale(30%) sepia(20%);
    display: block;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .contact-left-col {
        flex: 0 0 100%;
    }

    .contact-form-card {
        padding: 32px 24px;
    }

    .contact-inner {
        flex-direction: column;
    }
}




/* ===== PAGE HERO BANNER ===== */
.about-hero {
    position: relative;
    height: 380px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0.4);
    z-index: 0;
}

/* Animated fire overlay */
.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 1;
    pointer-events: none;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.about-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--fire-orange);
    text-shadow: 0 0 12px rgba(201, 168, 76, 0.6);
    margin-bottom: 14px;
}

.about-hero-eyebrow::before,
.about-hero-eyebrow::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: var(--c-hover);
}

.about-hero-eyebrow::after {
    background: var(--c-hover);
}

.about-hero h1 {
    font-size: clamp(30px, 5vw, 56px);
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.15;
    margin-bottom: 16px;
    filter: drop-shadow(0 0 20px rgba(201, 168, 76, 0.5));
}

.about-hero-breadcrumb {

    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 2px;
}

.about-hero-breadcrumb a {
    color: var(--fire-orange);
    text-decoration: none;
    transition: color 0.3s;
}

.about-hero-breadcrumb a:hover {
    color: var(--fire-yellow);
}

/* Fire bottom edge */
.about-hero-fire-edge {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: var(--c-hover);
    filter: blur(1.5px);
    animation: fireFlicker 0.5s ease-in-out infinite alternate;
    z-index: 3;
}

@keyframes fireFlicker {
    0% {
        opacity: 0.6;
        transform: scaleY(0.8);
    }

    100% {
        opacity: 1;
        transform: scaleY(1.4);
        filter: blur(3px);
    }
}

/* ===== ABOUT MAIN SECTION ===== */
.about-main-section {
    position: relative;
    background: var(--deep-black);
    padding: 90px 24px;
    overflow: hidden;
}

.about-main-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

.about-main-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--c-hover);
}

.about-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* ===== LEFT IMAGE ===== */
.about-image-wrap {
    position: relative;
}

.about-image-wrap::before {
    content: '';
    position: absolute;
    inset: -3px;
    background: var(--c-navy);
    border-radius: 4px;
    z-index: 0;
    animation: borderBurn 3s linear infinite;
    background-size: 300% 300%;
}

@keyframes borderBurn {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.about-image-wrap::after {
    content: '';
    position: absolute;
    inset: -15px;
    background: transparent;
    border-radius: 8px;
    z-index: -1;
    animation: auraBreath 2.5s ease-in-out infinite alternate;
}

@keyframes auraBreath {
    0% {
        opacity: 0.5;
        transform: scale(0.98);
    }

    100% {
        opacity: 1;
        transform: scale(1.02);
    }
}

.about-image-wrap img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    filter: contrast(1.05) saturate(1.1);
}

/* Corner sparks */
.corner-spark {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 2;
    pointer-events: none;
    opacity: 0.7;
}

.corner-spark.tl {
    top: -4px;
    left: -4px;
}

.corner-spark.tr {
    top: -4px;
    right: -4px;
    transform: scaleX(-1);
}

.corner-spark.bl {
    bottom: -4px;
    left: -4px;
    transform: scaleY(-1);
}

.corner-spark.br {
    bottom: -4px;
    right: -4px;
    transform: scale(-1);
}

/* ===== RIGHT CONTENT ===== */
.about-content-right {
    padding-left: 10px;
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--fire-orange);
    text-shadow: 0 0 12px var(--fire-red);
    margin-bottom: 16px;
}

.about-eyebrow::before,
.about-eyebrow::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: var(--c-hover);
}

.about-eyebrow::after {
    background: var(--c-hover);
}

.about-title {
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: clamp(20px, 2.8vw, 34px);
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    margin-bottom: 20px;
}

.title-underline {
    display: block;
    width: 80px;
    height: 3px;
    background: var(--c-hover);
    margin: 12px 0 24px;
    animation: burnLine 2s ease-in-out infinite alternate;
    box-shadow: 0 0 8px var(--fire-orange);
}

@keyframes burnLine {
    0% {
        width: 60px;
        opacity: 0.7;
    }

    100% {
        width: 100px;
        opacity: 1;
        box-shadow: 0 0 14px var(--fire-yellow);
    }
}

.about-body {

    font-size: 15px;
    font-weight: 500;
    /* color: rgba(255, 255, 255, 0.8); */
    line-height: 1.85;
    margin-bottom: 32px;
}

.about-body strong {
    color: var(--fire-yellow);
    font-weight: 700;
}

/* Info badges */
.about-badges {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(204, 34, 51, 0.1);
    border: 1px solid rgba(201, 168, 76, 0.25);
    border-radius: 2px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 200, 120, 0.9);
    clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
    transition: all 0.3s;
}

.badge:hover {
    background: rgba(26, 31, 110, 0.2);
    border-color: var(--fire-orange);
    color: var(--fire-yellow);
    box-shadow: 0 0 12px rgba(201, 168, 76, 0.3);
}

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

/* ===== PURPOSE & DEDICATION SECTION ===== */
.purpose-section {
    position: relative;
    background: var(--c-text);
    padding: 90px 24px;
    overflow: hidden;
}

.purpose-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

.purpose-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--c-hover);
}

.purpose-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--fire-orange);
    text-shadow: 0 0 12px rgba(201, 168, 76, 0.6);
    margin-bottom: 16px;
}

.section-eyebrow::before,
.section-eyebrow::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: var(--c-hover);
}

.section-eyebrow::after {
    background: var(--c-hover);
}

.section-title-main {
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.15;
    margin-bottom: 14px;
}

.section-title-bar {
    display: block;
    width: 80px;
    height: 3px;
    background: var(--c-hover);
    margin: 0 auto 18px;
    animation: burnLine 2s ease-in-out infinite alternate;
    box-shadow: 0 0 8px var(--fire-orange);
}

/* Purpose cards grid */
.purpose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.purpose-card {
    position: relative;
    background: var(--deep-black);
    border: 1px solid rgba(201, 168, 76, 0.15);
    padding: 44px 34px;
    overflow: hidden;
    transition: all 0.4s ease;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.purpose-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    opacity: 0;
    transition: opacity 0.4s;
}

.purpose-card::after {
    content: '';
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    height: 100%;
    background: transparent;
    transition: bottom 0.4s ease;
}

.purpose-card:hover {
    border-color: rgba(255, 150, 0, 0.45);
    transform: translateY(-6px);
    box-shadow:
        0 14px 40px rgba(204, 34, 51, 0.18),
        0 0 0 1px rgba(201, 168, 76, 0.25),
        inset 0 1px 0 rgba(255, 200, 100, 0.08);
}

.purpose-card:hover::before {
    opacity: 1;
}

.purpose-card:hover::after {
    bottom: 0;
}

.purpose-icon-wrap {
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .purpose-icon-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(26, 31, 110, 0.1);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: all 0.3s;
}

.purpose-card:hover .purpose-icon-wrap::before {
  background: rgba(26, 31, 110, 0.22);
  box-shadow: 0 0 20px rgba(201, 168, 76, 0.3);
} */

.purpose-icon-wrap i {
    font-size: 26px;
    background: var(--c-hover);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    background-clip: text;
    position: relative;
    z-index: 1;
    transition: transform 0.3s;
}

.purpose-card:hover .purpose-icon-wrap i {
    transform: scale(1.2);
    filter: drop-shadow(0 0 6px rgba(201, 168, 76, 0.6));
}

.purpose-card-title {
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: 14px;
    font-weight: 700;
    background: var(--c-hover);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    background-clip: text;
    letter-spacing: 1px;
    margin-bottom: 14px;
    transition: filter 0.3s;
    position: relative;
    z-index: 1;
}

.purpose-card:hover .purpose-card-title {
    filter: drop-shadow(0 0 8px rgba(201, 168, 76, 0.5));
}

.purpose-divider {
    width: 40px;
    height: 1px;
    background: var(--c-hover);
    margin-bottom: 14px;
    transition: width 0.3s;
    position: relative;
    z-index: 1;
}

.purpose-card:hover .purpose-divider {
    width: 70px;
    box-shadow: 0 0 6px var(--fire-orange);
}

.purpose-card-text {

    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
    transition: color 0.3s;
    position: relative;
    z-index: 1;
}

.purpose-card:hover .purpose-card-text {
    color: rgba(255, 255, 255, 0.85);
}

/* ===== STATS SECTION ===== */
.stats-section {
    position: relative;
    background: var(--deep-black);
    padding: 0 24px 90px;
    overflow: hidden;
}

.stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(201, 168, 76, 0.1);
    border: 1px solid rgba(201, 168, 76, 0.15);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
    overflow: hidden;
}

.stat-cell {
    background: var(--deep-black);
    padding: 48px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: background 0.3s;
}

.stat-cell::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--c-hover);
    transform: scaleX(0);
    transition: transform 0.4s;
}

.stat-cell:hover::before {
    transform: scaleX(1);
}

.stat-cell:hover {
    background: rgba(26, 31, 110, 0.05);
}

.stat-icon {
    font-size: 26px;
    margin-bottom: 12px;
    display: block;
}

.stat-number {
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
    display: block;
    animation: countGlow 3s ease-in-out infinite alternate;
}

@keyframes countGlow {
    0% {
        filter: drop-shadow(0 0 4px rgba(255, 150, 0, 0.3));
    }

    100% {
        filter: drop-shadow(0 0 12px rgba(201, 168, 76, 0.6));
    }
}

.stat-label {

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 180, 80, 0.55);
}

/* ===== CTA SECTION ===== */
.cta-section {
    position: relative;
    background: var(--c-text);
    padding: 80px 24px;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

.cta-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--c-hover);
}

.cta-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cta-box {
    border: 1px solid rgba(201, 168, 76, 0.2);
    background: var(--deep-black);
    padding: 60px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s;
}

.cta-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

.cta-box:hover {
    border-color: rgba(255, 140, 0, 0.4);
    box-shadow: 0 0 40px rgba(204, 34, 51, 0.1);
}

.cta-text-wrap {
    flex: 1;
}

.cta-label {

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--fire-orange);
    text-shadow: 0 0 10px rgba(201, 168, 76, 0.5);
    margin-bottom: 12px;
}

.cta-title {
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: clamp(20px, 3vw, 32px);
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.25;
    margin-bottom: 0;
}

.cta-btn {
    display: inline-block;
    padding: 14px 34px;
    background: var(--c-navy);
    color: var(--c-grey);

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    flex-shrink: 0;
}

.cta-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--c-hover);
    opacity: 0;
    transition: opacity 0.3s;
}

.cta-btn:hover::before {
    opacity: 1;
}

.cta-btn:hover {
    box-shadow: 0 0 28px rgba(201, 168, 76, 0.7);
    color: var(--c-grey);
}

.cta-btn span {
    position: relative;
    z-index: 1;
}

/* ===== FLOATING EMBER PARTICLES ===== */
.ember-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--fire-orange);
    pointer-events: none;
    animation: floatEmber linear infinite;
    opacity: 0;
}

@keyframes floatEmber {
    0% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-60px) translateX(15px) scale(0.7);
        opacity: 0.5;
    }

    100% {
        transform: translateY(-120px) translateX(-10px) scale(0.2);
        opacity: 0;
    }
}

/* ===== FIRE EDGES ===== */
.fire-edge {
    height: 6px;
    background: var(--c-hover);
    filter: blur(1px);
    animation: fireFlicker 0.5s ease-in-out infinite alternate;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .about-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-image-wrap img {
        height: 300px;
    }

    .about-content-right {
        padding-left: 0;
    }

    .purpose-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .cta-box {
        flex-direction: column;
        text-align: center;
        padding: 40px 24px;
    }
}

@media (max-width: 480px) {
    .stats-section {
        padding: 0 16px 60px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        background: transparent;
        border: 0;
        clip-path: none;
        overflow: visible;
    }

    .stats-grid .stat-cell {
        width: 100%;
        padding: 32px 16px;
        border: 1px solid rgba(201, 168, 76, 0.2);
        clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
    }

    .cta-section {
        padding: 56px 16px;
    }

    .cta-inner,
    .cta-box,
    .cta-text-wrap {
        width: 100%;
        max-width: 100%;
    }

    .cta-box {
        padding: 34px 18px;
        gap: 24px;
        align-items: stretch;
        text-align: center;
        clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
    }

    .cta-label {
        display: flex;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        padding: 8px 12px;
        line-height: 1.45;
        letter-spacing: 0.5px;
        white-space: normal;
    }

    .cta-title {
        width: 100%;
        font-size: 24px;
        line-height: 1.3;
    }

    .cta-btn {
        width: 100%;
        padding: 14px 18px;
        white-space: normal;
    }
}





.payment-page-section {
    position: relative;
    background: var(--spark-white);
    padding: 90px 24px 120px;
    overflow: hidden;
    min-height: 80vh;
}

.payment-page-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

.payment-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--fire-orange);
    text-shadow: 0 0 12px rgba(201, 168, 76, 0.6);
    margin-bottom: 16px;
}

.section-eyebrow::before,
.section-eyebrow::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: var(--c-hover);
}

.section-eyebrow::after {
    background: var(--c-hover);
}

.section-title-main {
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.15;
    margin-bottom: 14px;
}

.section-title-bar {
    display: block;
    width: 80px;
    height: 3px;
    background: var(--c-hover);
    margin: 0 auto 18px;
    animation: burnLine 2s ease-in-out infinite alternate;
    box-shadow: 0 0 8px var(--fire-orange);
}

@keyframes burnLine {
    0% {
        width: 60px;
        opacity: 0.7;
    }

    100% {
        width: 100px;
        opacity: 1;
        box-shadow: 0 0 14px var(--fire-yellow);
    }
}

.payment-subtitle {

    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    max-width: 600px;
    margin: 0 auto;
}

/* Cards Grid */
.payment-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 20px;
}

.payment-card {
    width: 100%;
    max-width: 350px;
    position: relative;
    background: var(--dark-red);
    border: 1px solid rgba(201, 168, 76, 0.15);
    padding: 44px 30px;
    text-align: center;
    overflow: hidden;
    transition: all 0.4s ease;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
    display: flex;
    flex-direction: column;
    align-items: center;
}

.payment-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    opacity: 0;
    transition: opacity 0.4s;
}

.payment-card::after {
    content: '';
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    height: 100%;
    background: transparent;
    transition: bottom 0.4s ease;
}

.payment-card:hover {
    border-color: rgba(255, 150, 0, 0.45);
    transform: translateY(-8px);
    box-shadow:
        0 14px 40px rgba(204, 34, 51, 0.18),
        inset 0 1px 0 rgba(255, 200, 100, 0.08);
}

.payment-card:hover::before {
    opacity: 1;
}

.payment-card:hover::after {
    bottom: 0;
}

.payment-icon-wrap {
    width: 70px;
    height: 70px;
    margin: 0 auto 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-icon-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(26, 31, 110, 0.1);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transition: all 0.3s;
}

.payment-card:hover .payment-icon-wrap::before {
    background: rgba(26, 31, 110, 0.22);
    box-shadow: 0 0 20px rgba(201, 168, 76, 0.3);
    transform: rotate(90deg);
}

.payment-icon-wrap i {
    font-size: 30px;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: static;
    z-index: 1;
    transition: transform 0.3s;
}

.payment-card:hover .payment-icon-wrap i {
    transform: scale(1.15);
    filter: drop-shadow(0 0 6px rgba(201, 168, 76, 0.6));
}

.payment-card-title {
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: 20px;
    font-weight: 700;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 1px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.payment-divider {
    width: 50px;
    height: 1px;
    background: var(--c-hover);
    margin: 0 auto 16px;
    transition: width 0.3s;
    position: relative;
    z-index: 1;
}

.payment-card:hover .payment-divider {
    width: 80px;
    box-shadow: 0 0 6px var(--fire-orange);
}

.payment-detail {

    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.payment-detail strong {
    color: var(--fire-yellow);
}

.qr-wrap {
    margin-top: auto;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.qr-img-box {
    display: inline-block;
    padding: 5px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(201, 168, 76, 0.3);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.qr-img-box:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--fire-orange);
    box-shadow: 0 0 15px rgba(201, 168, 76, 0.4);
}

.qr-zoom {
    /* max-height: 80px; */
    border-radius: 4px;
    display: block;
}

/* 📱 QR Viewer Modal */
.qr-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(10, 0, 0, 0.95);
    backdrop-filter: blur(8px);
}

.modal-content-wrap {
    position: relative;
    margin: auto;
    display: block;
    width: 80%;
    max-width: 350px;
    background: var(--c-grey);
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(201, 168, 76, 0.4);
    animation-name: zoom;
    animation-duration: 0.4s;
}

.modal-content {
    width: 100%;
    display: block;
    border-radius: 8px;
}

@keyframes zoom {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.close-viewer {
    position: absolute;
    top: 25px;
    right: 35px;
    color: var(--fire-orange);
    font-size: 50px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    text-shadow: 0 0 10px rgba(255, 60, 0, 0.5);
}

.close-viewer:hover {
    color: var(--fire-yellow);
    transform: scale(1.1);
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: var(--fire-yellow);

    font-size: 18px;
    font-weight: 600;
    padding: 20px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}



/* ===== HERO SECTION ===== */
.terms-hero {
    position: relative;
    padding: 100px 20px 60px;
    text-align: center;
    background: var(--deep-black);
    overflow: hidden;
}

.terms-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 0;
}

.terms-hero h1 {
    /* font-family: 'Cinzel Decorative', cursive; */
    font-size: clamp(32px, 5vw, 60px);
    font-weight: 900;
    color: var(--c-grey);
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    background: var(--c-bg1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.terms-hero p {

    color: var(--fire-orange);
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

/* ===== CONTENT AREA ===== */
.terms-wrapper {
    background: var(--deep-black);
    padding: 40px 20px 120px;
    min-height: 600px;
}

.terms-card {
    max-width: 1000px;
    margin: 0 auto;
    background: var(--deep-black);
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 12px;
    padding: 60px 80px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    position: relative;
}

@media (max-width: 768px) {
    .terms-card {
        padding: 40px 25px;
    }
}

/* CRITICAL: Overriding database black text styles */
.terms-content-body,
.terms-content-body * {
    color: rgba(255, 235, 210, 0.85) !important;
    /* Forces bright readable color */
    font-family: 'Outfit', sans-serif !important;
    background-color: transparent !important;
}

.terms-content-body h1,
.terms-content-body h2 {
    color: var(--fire-yellow) !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 26px !important;
    margin-top: 45px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid rgba(201, 168, 76, 0.2) !important;
    padding-bottom: 10px !important;
    text-transform: capitalize !important;
}

.terms-content-body p {
    font-size: 17px !important;
    line-height: 1.8 !important;
    margin-bottom: 24px !important;
    font-weight: 300 !important;
}

.terms-content-body strong {
    color: var(--c-grey) !important;
    font-weight: 700 !important;
}

.terms-content-body ul,
.terms-content-body ol {
    margin-bottom: 30px !important;
    padding-left: 20px !important;
}

.terms-content-body li {
    margin-bottom: 12px !important;
}

/* Fire Accent */
.terms-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--c-hover);
}

/* Footer Button */
.terms-action {
    text-align: center;
    margin-top: 50px;
}

.btn-premium {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 35px;
    background: var(--c-navy);
    color: var(--c-grey);
    text-decoration: none;
    border-radius: 4px;

    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(255, 40, 0, 0.2);
}

.btn-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 40, 0, 0.4);
    filter: brightness(1.1);
    color: var(--c-grey);
}

/* Ambient Sparks */
.spark {
    position: absolute;
    width: 2px;
    height: 2px;
    background: var(--fire-yellow);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    animation: sparkFloat 6s linear infinite;
}

@keyframes sparkFloat {
    0% {
        transform: translateY(0);
        opacity: 0;
    }

    20% {
        opacity: 0.6;
    }

    100% {
        transform: translateY(-200px);
        opacity: 0;
    }
}


.qty::-webkit-outer-spin-button,
.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty {
    -moz-appearance: textfield;
}

.VIpgJd-ZVi9od-ORHb {
    display: none;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
}

.cart-drawer-body {
    overflow-y: auto;
    max-height: calc(100vh - 320px);
}


.btn-continue {
    width: 100%;
    padding: 13px;
    background: transparent;
    border: 1px solid rgba(255, 100, 0, 0.35);
    color: var(--c-hover);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

}

.btn-continue:hover {
    background: rgba(255, 100, 0, 0.1);
    border-color: rgba(255, 100, 0, 0.6);
}

body,
html {
    overflow-x: hidden;
    max-width: 100%;
}

/* Widget container */
.min-order-wrap {
    background: rgba(255, 60, 0, 0.06);
    border: 1px solid rgba(255, 100, 0, 0.2);
    border-radius: 10px;
    padding: 13px 15px;
    margin-bottom: 14px;
    transition: background 0.35s, border-color 0.35s;
}

.min-order-wrap.met {
    background: rgba(40, 200, 60, 0.08);
    border-color: rgba(60, 220, 60, 0.28);
}

/* Top row: label + amount */
.min-order-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9px;
}

.min-order-label {

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--c-hover);
    display: flex;
    align-items: center;
    gap: 5px;
}

.min-order-wrap.met .min-order-label {
    color: #4dcc60;
}

.min-order-value {

    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 220, 160, 0.75);
}

/* Progress bar */
.min-order-bar-track {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 99px;
    overflow: hidden;
    margin-bottom: 8px;
}

.min-order-bar-fill {
    height: 100%;
    border-radius: 99px;
    background: var(--c-hover);
    transition: width 0.45s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 0 7px rgba(255, 100, 0, 0.45);
    max-width: 100%;
}

.min-order-wrap.met .min-order-bar-fill {
    background: #22cc44;
    box-shadow: 0 0 7px rgba(60, 220, 60, 0.4);
}

/* Status text */
.min-order-status {

    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 180, 100, 0.6);
    text-align: center;
    transition: color 0.3s;
    line-height: 1.3;
}

.min-order-wrap.met .min-order-status {
    color: #4dcc60;
}

/* Confirm button disabled state */
#confirmOrderBtn.min-not-met {
    opacity: 0.38;
    cursor: not-allowed;
    pointer-events: none;
    filter: grayscale(40%);
}




.footer-product-row {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 36px 24px 1px;
}

.footer-product-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

/* .footer-product-col {
  padding: 0 32px 50px;
  border-right: 1px solid rgba(201, 168, 76, 0.12);
  position: relative;
} */

.footer-product-col:first-child {
    padding-left: 0;
}

.footer-product-col:last-child {
    border-right: none;
    padding-right: 0;
}

/* Column header */
.footer-product-col-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(201, 168, 76, 0.12);
    position: relative;
}

/* Animated fire underline on header */
.footer-product-col-header::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--c-hover);
    box-shadow: 0 0 8px var(--c-hover);
    animation: fpcBurn 2s ease-in-out infinite alternate;
}

@keyframes fpcBurn {
    0% {
        width: 30px;
        opacity: 0.7;
    }

    100% {
        width: 55px;
        opacity: 1;
        box-shadow: 0 0 14px #f0d080;
    }
}

.fpc-icon {
    font-size: 20px;
    line-height: 1;
    flex-shrink: 0;
}

.footer-product-col-header h5 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

/* Product links list */
.footer-product-links {
    list-style: none;
    padding: 0;
    margin: 0;
    /* display: grid; */
    grid-template-columns: 1fr 1fr;
    gap: 2px 12px;
}

.footer-product-links li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-bottom: 1px solid transparent;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.footer-product-links li a::before {
    content: '▸';
    font-size: 8px;
    color: var(--c-hover);
    opacity: 0.35;
    flex-shrink: 0;
    transition: all 0.25s;
}

.footer-product-links li a:hover {
    color: #f0d080;
    padding-left: 4px;
    text-shadow: 0 0 8px rgba(201, 168, 76, 0.4);
}

.footer-product-links li a:hover::before {
    opacity: 1;
    transform: translateX(2px);
    color: #f0d080;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .footer-product-cols {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-product-col {
        padding: 0;
        border-right: none;
        border-bottom: 1px solid rgba(201, 168, 76, 0.12);
        padding-bottom: 24px;
    }

    .footer-product-col:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .footer-product-links {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 400px) {
    .footer-product-links {
        grid-template-columns: 1fr;
    }
}





/* ===========================================
       HERO BANNER
    =========================================== */
.single-blog-hero {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--deep-black);
}

.single-blog-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.25) saturate(1.2);
    z-index: 0;
    transition: transform 8s ease;
}

.single-blog-hero:hover .single-blog-hero-bg {
    transform: scale(1.04);
}

.single-blog-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 1;
    pointer-events: none;
}

.single-blog-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 70px 24px 80px;
    max-width: 900px;
    margin: 0 auto;
}

.single-blog-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);

    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 50px;
    padding: 6px 16px;
}

.single-blog-breadcrumb a {
    color: var(--fire-orange);
    text-decoration: none;
    transition: color 0.2s;
}

.single-blog-breadcrumb a:hover {
    color: var(--fire-yellow);
}

.single-blog-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--fire-orange);
    text-shadow: 0 0 12px rgba(201, 168, 76, 0.6);
    margin-bottom: 18px;
}

.single-blog-eyebrow::before,
.single-blog-eyebrow::after {
    content: '';
    display: block;
    width: 36px;
    height: 1px;
    background: var(--c-hover);
}

.single-blog-eyebrow::after {
    background: var(--c-hover);
}

.single-blog-hero h1 {
    font-size: clamp(26px, 4.5vw, 54px);
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.18;
    margin-bottom: 22px;
    filter: drop-shadow(0 0 22px rgba(201, 168, 76, 0.35));
}

.single-blog-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;

    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 220, 160, 0.6);
    letter-spacing: 1px;
}

.single-blog-meta span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.single-blog-meta i {
    color: var(--fire-orange);
}

.single-blog-fire-edge {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: var(--c-hover);
    z-index: 3;
}

/* ===========================================
       PAGE BODY
    =========================================== */
.single-blog-section {
    background: var(--body-bg, rgba(10, 12, 31, 0.78));
    padding: 60px 20px 100px;
    position: relative;
    overflow: hidden;
}

.single-blog-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

.single-blog-wrap {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 40px;
    position: relative;
    z-index: 1;
    align-items: start;
}

@media (max-width: 1040px) {
    .single-blog-wrap {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* ===========================================
       ARTICLE CARD (white warm parchment)
    =========================================== */
.blog-main-card {
    background: var(--c-bg1);
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
        0 2px 0 rgba(201, 168, 76, 0.4),
        0 20px 60px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 120, 0, 0.12);
}

/* Featured image with gradient overlay at bottom */
.blog-main-img-wrap {
    position: relative;
    overflow: hidden;
    height: 420px;
    background: var(--c-text);
}

@media (max-width: 640px) {
    .blog-main-img-wrap {
        height: 240px;
    }
}

.blog-main-featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.blog-main-card:hover .blog-main-featured-img {
    transform: scale(1.03);
}

.blog-main-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    /* background: var(--c-bg1); */
    pointer-events: none;
}

/* Article meta strip */
.blog-article-meta-strip {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 18px 36px;
    border-bottom: 1px solid rgba(201, 168, 76, 0.12);
    background: transparent;
}

@media (max-width: 640px) {
    .blog-article-meta-strip {
        padding: 14px 20px;
        gap: 12px;
    }
}

.blog-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #7a4010;

    text-transform: uppercase;
}

.blog-meta-chip i {
    color: var(--fire-orange);
    font-size: 12px;
}

.blog-meta-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(201, 168, 76, 0.35);
}

/* Body content */
.blog-main-body {
    padding: 36px 42px 50px;
    /* background: var(--c-bg1); */
}

@media (max-width: 640px) {
    .blog-main-body {
        padding: 24px 20px 36px;
    }
}

.blog-content-title {
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 900;
    color: var(--c-text);
    line-height: 1.28;
    margin-bottom: 16px;
    font-family: 'Nunito', sans-serif;
}

.blog-content-under-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.blog-content-fire-bar {
    height: 4px;
    flex: 0 0 60px;
    background: var(--c-hover);
    border-radius: 2px;
}

.blog-content-fire-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--fire-orange);

}

/* Rich text */
.blog-content-body {
    color: var(--c-button);
    font-size: 16px;
    line-height: 1.9;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.blog-content-body>*:first-child {
    margin-top: 0;
}

.blog-content-body h2 {
    font-size: 22px;
    font-weight: 800;
    color: var(--c-text);
    margin: 36px 0 14px;
    padding-left: 14px;
    border-left: 4px solid var(--fire-orange);
    line-height: 1.3;
}

.blog-content-body h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2e0800;
    margin: 28px 0 10px;
}

.blog-content-body h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--ember);
    margin: 22px 0 8px;
}

.blog-content-body p {
    margin-bottom: 20px;
}

.blog-content-body strong {
    color: var(--c-text);
    font-weight: 800;
}

.blog-content-body em {
    color: #5a2500;
    font-style: italic;
}

.blog-content-body a {
    color: var(--ember);
    text-decoration: underline;
    text-decoration-color: rgba(201, 168, 76, 0.35);
    font-weight: 600;
    transition: color 0.2s;
}

.blog-content-body a:hover {
    color: var(--fire-red);
}

.blog-content-body ul,
.blog-content-body ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.blog-content-body li {
    margin-bottom: 10px;
    color: var(--c-button);
}

.blog-content-body ul li::marker {
    color: var(--fire-orange);
}

.blog-content-body ol li::marker {
    color: var(--fire-orange);
    font-weight: 700;
}

.blog-content-body blockquote {
    border-left: 4px solid var(--fire-orange);
    padding: 18px 24px;
    margin: 28px 0;
    background: transparent;
    border-radius: 0 14px 14px 0;
    color: #5a2500;
    font-style: italic;
    font-size: 17px;
    position: relative;
}

.blog-content-body blockquote::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 16px;
    font-size: 60px;
    color: rgba(201, 168, 76, 0.15);
    font-family: Georgia, serif;
    line-height: 1;
}

.blog-content-body img {
    max-width: 100%;
    border-radius: 14px;
    margin: 20px 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.blog-content-body pre {
    background: var(--c-text);
    color: #f0d080;
    border-radius: 12px;
    padding: 20px 22px;
    overflow-x: auto;
    font-size: 13.5px;
    margin: 20px 0;
    border: 1px solid rgba(201, 168, 76, 0.2);
}

.blog-content-body code {
    background: rgba(201, 168, 76, 0.1);
    color: var(--ember);
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 14px;
}

.blog-content-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
}

.blog-content-body th {
    background: var(--c-text);
    color: var(--fire-yellow);
    padding: 12px 16px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.blog-content-body td {
    padding: 11px 16px;
    border-bottom: 1px solid rgba(201, 168, 76, 0.08);
    color: var(--c-button);
    background: var(--c-bg1);
}

.blog-content-body tr:nth-child(even) td {
    background: rgba(255, 100, 0, 0.04);
}

/* Article footer */
.blog-article-footer {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid rgba(201, 168, 76, 0.15);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.blog-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    background: var(--c-text);
    border: 1px solid rgba(201, 168, 76, 0.3);
    border-radius: 50px;
    color: var(--fire-orange);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;

    transition: all 0.3s;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.blog-back-btn:hover {
    background: var(--c-navy);
    color: var(--fire-yellow);
    border-color: rgba(255, 200, 0, 0.4);
    transform: translateX(-4px);
    box-shadow: 0 6px 22px rgba(255, 40, 0, 0.25);
}

.blog-share-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-share-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #7a4010;

}

.blog-share-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid rgba(201, 168, 76, 0.2);
    color: var(--c-text);
    background: rgba(201, 168, 76, 0.08);
}

.blog-share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 14px rgba(255, 60, 0, 0.3);
    color: var(--fire-red);
}

/* ===========================================
       SIDEBAR
    =========================================== */
.blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 90px;
}

/* CTA card */
.sidebar-cta-card {
    background: var(--c-text);
    border: 1px solid rgba(201, 168, 76, 0.35);
    border-radius: 20px;
    padding: 32px 26px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}

.sidebar-cta-card::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -20%;
    width: 140%;
    height: 80%;
    background: transparent;
    pointer-events: none;
}

.sidebar-cta-icon {
    font-size: 44px;
    margin-bottom: 14px;
    display: block;
    filter: drop-shadow(0 0 12px rgba(201, 168, 76, 0.5));
}

.sidebar-cta-title {
    font-size: 20px;
    font-weight: 900;
    color: var(--fire-yellow);
    margin-bottom: 10px;
    text-shadow: 0 0 16px rgba(201, 168, 76, 0.4);
}

.sidebar-cta-text {
    font-size: 13.5px;
    color: rgba(255, 200, 140, 0.7);
    margin-bottom: 22px;
    line-height: 1.65;

}

.sidebar-cta-btn {
    display: block;
    padding: 14px 22px;
    background: var(--c-navy);
    color: var(--c-grey);
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s;
    box-shadow: 0 6px 22px rgba(255, 60, 0, 0.4);

    position: relative;
    z-index: 1;
}

.sidebar-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 32px rgba(255, 60, 0, 0.55);
    filter: brightness(1.1);
}

/* Regular sidebar card */
.sidebar-card {
    background: var(--c-black);
    border: 1px solid rgba(255, 100, 0, 0.18);
    border-radius: 18px;
    padding: 26px 22px;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.sidebar-card-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--fire-orange);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;

}

.sidebar-card-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: transparent;
}

/* Recent posts */
.recent-post-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 13px 10px;
    border-bottom: 1px solid rgba(201, 168, 76, 0.08);
    text-decoration: none;
    transition: all 0.2s ease;
    border-radius: 10px;
    margin: 0 -6px;
}

.recent-post-item:last-child {
    border-bottom: none;
}

.recent-post-item:hover {
    background: rgba(255, 100, 0, 0.07);
}

.recent-post-img {
    width: 66px;
    height: 66px;
    border-radius: 10px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 100, 0, 0.22);
    background: rgba(204, 34, 51, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    overflow: hidden;
}

.recent-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-post-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--c-bg1);
    line-height: 1.45;
    margin-bottom: 6px;
    transition: color 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Nunito', sans-serif;
}

.recent-post-item:hover .recent-post-title {
    color: var(--fire-yellow);
}

.recent-post-date {
    font-size: 11px;
    color: rgba(255, 150, 80, 0.55);

    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Tags */
.tag-chip {
    display: inline-block;
    margin: 4px 5px 4px 0;
    padding: 5px 14px;
    background: rgba(201, 168, 76, 0.1);
    border: 1px solid rgba(255, 100, 0, 0.22);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--fire-orange);

    transition: all 0.2s;
    cursor: default;
}

.tag-chip:hover {
    background: rgba(201, 168, 76, 0.2);
    border-color: rgba(201, 168, 76, 0.4);
    color: var(--fire-yellow);
}

/* ===========================================
       EMBER PARTICLES
    =========================================== */
#singleBlogEmbers {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.ember-particle {
    position: absolute;
    border-radius: 50%;
    animation: emberRise linear infinite;
    opacity: 0;
}

@keyframes emberRise {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }

    10% {
        opacity: 0.8;
    }

    90% {
        opacity: 0.2;
    }

    100% {
        transform: translateY(-95vh) scale(0.3);
        opacity: 0;
    }
}

/* Scroll progress bar */
#readProgress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: var(--c-hover);
    z-index: 9999;
    transition: width 0.1s linear;
}




/* ===== HERO BANNER ===== */
.blog-hero {
    position: relative;
    height: 340px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--deep-black);
}

.blog-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 1;
    pointer-events: none;
}

.blog-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
}

.blog-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--fire-orange);
    text-shadow: 0 0 12px rgba(201, 168, 76, 0.6);
    margin-bottom: 14px;
}

.blog-hero-eyebrow::before,
.blog-hero-eyebrow::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: var(--c-hover);
}

.blog-hero-eyebrow::after {
    background: var(--c-hover);
}

.blog-hero h1 {
    font-size: clamp(28px, 5vw, 54px);
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.15;
    margin-bottom: 14px;
    filter: drop-shadow(0 0 20px rgba(255, 100, 0, 0.45));
}

.blog-hero-breadcrumb {

    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 2px;
}

.blog-hero-breadcrumb a {
    color: var(--fire-orange);
    text-decoration: none;
    transition: color 0.3s;
}

.blog-hero-breadcrumb a:hover {
    color: var(--fire-yellow);
}

.blog-hero-fire-edge {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: var(--c-hover);
    z-index: 3;
}

/* Floating sparks in hero BG */
.blog-hero-spark {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    animation: floatSpark 6s ease-in-out infinite alternate;
}

@keyframes floatSpark {
    from {
        transform: translateY(0) scale(1);
        opacity: 0.6;
    }

    to {
        transform: translateY(-30px) scale(1.3);
        opacity: 0.15;
    }
}

/* ===== BLOG LISTING SECTION ===== */
.blog-section {
    position: relative;
    background: var(--deep-black);
    padding: 80px 24px 120px;
    overflow: hidden;
}

.blog-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

.blog-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Section header */
.blog-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.blog-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--fire-orange);
    text-shadow: 0 0 10px rgba(201, 168, 76, 0.4);
    margin-bottom: 12px;
}

.blog-eyebrow::before,
.blog-eyebrow::after {
    content: '';
    display: block;
    width: 34px;
    height: 1px;
    background: var(--c-hover);
}

.blog-eyebrow::after {
    background: var(--c-hover);
}

.blog-section-title {
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 10px;
}

.blog-title-bar {
    display: block;
    width: 70px;
    height: 3px;
    background: var(--c-hover);
    border-radius: 2px;
    margin: 10px auto 0;
}

/* Empty state */
.blog-empty {
    text-align: center;
    padding: 80px 20px;
    color: rgba(255, 220, 160, 0.4);
    font-size: 18px;
}

.blog-empty i {
    font-size: 56px;
    margin-bottom: 20px;
    display: block;
    color: rgba(201, 168, 76, 0.3);
}

/* ===== BLOG GRID ===== */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== BLOG CARD ===== */
.blog-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(.22, .68, 0, 1.2),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(255, 60, 0, 0.22), 0 0 0 1px rgba(255, 140, 0, 0.3);
    border-color: rgba(255, 140, 0, 0.35);
}

/* card top glow line */
.blog-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 2px;
    background: var(--c-hover);
    opacity: 0;
    transition: opacity 0.3s;
}

.blog-card:hover::before {
    opacity: 1;
}

/* Image */
.blog-card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 210px;
    background: rgba(204, 34, 51, 0.06);
    flex-shrink: 0;
}

.blog-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-img-wrap img {
    transform: scale(1.06);
}

.blog-card-no-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    background: transparent;
}

.blog-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: transparent;
}

.blog-card-date-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(10, 0, 0, 0.75);
    border: 1px solid rgba(201, 168, 76, 0.3);
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    color: var(--fire-orange);
    letter-spacing: 1px;
    backdrop-filter: blur(6px);
}

/* Body */
.blog-card-body {
    padding: 24px 22px 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-title {
    font-size: 17px;
    font-weight: 800;
    /* color: var(--c-bg1); */
    line-height: 1.4;
    margin-bottom: 12px;
    transition: color 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* .blog-card:hover .blog-card-title {
  color: var(--fire-yellow);
} */

.blog-card-excerpt {
    font-size: 13.5px;
    color: rgb(206 67 21);
    line-height: 1.7;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(201, 168, 76, 0.1);
    padding-top: 16px;
    margin-top: auto;
}

.blog-card-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--fire-orange);
    text-decoration: none;
    transition: color 0.3s, gap 0.3s;
}

.blog-card-read-more:hover {
    color: var(--fire-yellow);
    gap: 13px;
}

.blog-card-read-more i {
    font-size: 12px;
}

/* Ember particles container */
#blogEmbers {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.ember-particle {
    position: absolute;
    border-radius: 50%;
    animation: emberRise linear infinite;
    opacity: 0;
}

@keyframes emberRise {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }

    10% {
        opacity: 0.8;
    }

    90% {
        opacity: 0.2;
    }

    100% {
        transform: translateY(-95vh) scale(0.3);
        opacity: 0;
    }
}


#stateSelect+.nice-select .list,
#citySelect+.nice-select .list,
#areaSelect+.nice-select .list {
    max-height: 200px;
    /* approx 5 items */
    overflow-y: auto !important;
}


/* ── Hide Google's default toolbar & branding completely ── */
.goog-te-banner-frame.skiptranslate,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover,
.goog-te-gadget,
.goog-te-gadget-simple,
.goog-logo-link {
    display: none !important;
    visibility: hidden !important;
}

/* Prevent Google from pushing the body down */
body {
    top: 0 !important;
}

.translated-ltr,
.translated-rtl {
    margin-top: 0 !important;
}

/* Remove the "translated" frame border on iframes */
.goog-te-menu-frame {
    box-shadow: none !important;
}

/* ── Lang Switcher ── */
.lang-switcher {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 106, 0, 0.35);
    border-radius: 30px;
    padding: 4px 6px;
    gap: 2px;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 20px;

    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 200, 130, 0.6);
    transition: all 0.25s ease;
    white-space: nowrap;
}

.lang-btn .lang-flag {
    font-size: 15px;
    line-height: 1;
}

.lang-btn:hover {
    color: #f0d080;
    background: rgba(201, 168, 76, 0.12);
}

.lang-btn.active {
    background: var(--c-hover);
    color: var(--c-grey);
    box-shadow: 0 0 10px rgba(201, 168, 76, 0.3);
}

.lang-divider {
    width: 1px;
    height: 18px;
    background: rgba(201, 168, 76, 0.3);
    flex-shrink: 0;
}

.mobile-lang-wrap {
    padding: 16px 20px 20px;
    display: flex;
    justify-content: center;
}

.mobile-lang .lang-btn {
    font-size: 14px;
    padding: 7px 14px;
}

.sticky-lang .lang-btn {
    font-size: 12px;
    padding: 4px 8px;
}


/*
 * ================================================
 * BLUWEL FIREWORKS — Extra Styles (Brand Updated)
 * ================================================
 * Sections:
 *   1. Brands Section (marquee + trust strip)
 *   2. Success Page (order confirmation)
 * ================================================
 */

/* ================================================
   1. BRANDS SECTION
   ================================================ */

.brands-section {
    position: relative;
    background: #e8e9f5;
    padding: 80px 0 70px;
    overflow: hidden;
}

.brands-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    opacity: .5;
    pointer-events: none;
}

.brands-section::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 350px;
    background: transparent;
    pointer-events: none;
}

.brands-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

/* Fire border */
.brands-fire-border {
    width: 100%;
    height: 3px;
    background: var(--c-hover);
    opacity: .6;
}

.brands-fire-border.bottom {
    opacity: .4;
}

/* Header */
.brands-header {
    text-align: center;
    margin-bottom: 52px;
}

.brands-eyebrow {
    display: inline-block;
    font-family: 'Orbitron', sans-serif;
    font-size: .72rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--c-hover);
    border: 1px solid rgba(201, 168, 76, .35);
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
    background: rgba(255, 106, 0, .06);
}

.brands-title {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(1.7rem, 3.5vw, 2.6rem);
    font-weight: 800;
    color: var(--c-grey);
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.15;
    margin: 0 0 10px;
}

.brands-title-bar {
    display: block;
    width: 70px;
    height: 3px;
    background: var(--c-hover);
    border-radius: 2px;
    margin: 0 auto 16px;
}

.brands-subtitle {
    font-family: 'Nunito', sans-serif;
    color: rgba(255, 255, 255, .55);
    font-size: .98rem;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Marquee */
.brands-marquee-wrap {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, black 10%, black 90%, transparent 100%);
    margin-bottom: 52px;
}

.brands-marquee-track {
    display: flex;
    align-items: center;
    gap: 24px;
    width: max-content;
    animation: brandScroll 30s linear infinite;
}

.brands-marquee-track:hover {
    animation-play-state: paused;
}

@keyframes brandScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Brand Card */
.brand-card-fire {
    flex-shrink: 0;
    width: 150px;
    height: 100px;
    background: var(--c-text);
    border: 1px solid rgba(201, 168, 76, .18);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.brand-card-fire::before {
    content: '';
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}

.brand-card-fire:hover {
    transform: translateY(-5px) scale(1.04);
    border-color: rgba(201, 168, 76, .5);
    box-shadow: 0 14px 40px rgba(201, 168, 76, .25), 0 0 0 1px rgba(201, 168, 76, .12);
}

.brand-card-fire img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(.85) saturate(.9);
    transition: filter .3s ease;
    position: relative;
    z-index: 1;
}

.brand-card-fire:hover img {
    filter: brightness(1.1) saturate(1.1) drop-shadow(0 0 8px rgba(201, 168, 76, .45));
}

.brand-glow-ring {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: transparent;
    animation: glowPulse 2.5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes glowPulse {

    0%,
    100% {
        opacity: .4;
        transform: translateX(-50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translateX(-50%) scale(1.4);
    }
}

/* Trust Strip */
.brands-trust-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, .06);
    padding-top: 40px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 28px;
    position: relative;
}

.trust-item+.trust-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 28px;
    background: rgba(201, 168, 76, .25);
}

.trust-hex {
    width: 36px;
    height: 36px;
    background: var(--c-hover);
    border: 1px solid rgba(201, 168, 76, .35);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    color: var(--c-hover);
    flex-shrink: 0;
    transition: background .3s, color .3s;
}

.trust-item:hover .trust-hex {
    background: var(--c-hover);
    color: var(--c-text);
    border-color: transparent;
}

.trust-label {
    font-family: 'Nunito', sans-serif;
    font-size: .82rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .7);
    white-space: nowrap;
    letter-spacing: .02em;
    transition: color .3s;
}

.trust-item:hover .trust-label {
    color: #f0d080;
}

/* Responsive */
@media (max-width: 768px) {
    .brands-section {
        padding: 60px 0 50px;
    }

    .brand-card-fire {
        width: 120px;
        height: 80px;
        padding: 12px;
    }

    .trust-item {
        padding: 10px 14px;
    }

    .trust-item+.trust-item::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .brand-card-fire {
        width: 105px;
        height: 70px;
    }

    .brands-title {
        font-size: 1.5rem;
    }
}


/* ================================================
   2. SUCCESS / ORDER CONFIRMATION PAGE
   ================================================ */


.success-page {
    min-height: 100vh;
    background: var(--dark-bg);
    padding: 60px 20px 100px;
    position: relative;
    overflow: hidden;
}

.success-page::before {
    content: '';
    position: fixed;
    inset: 0;
    background: transparent;
    pointer-events: none;
    z-index: 0;
}

#successCanvas {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.success-inner {
    max-width: 740px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ── BANNER ── */
.success-banner {
    text-align: center;
    margin-bottom: 40px;
    animation: fadeSlideDown 0.6s ease both;
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-check-ring {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid rgba(80, 220, 60, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 22px;
    box-shadow: 0 0 40px rgba(60, 220, 40, 0.2), 0 0 80px rgba(60, 220, 40, 0.08);
    animation: checkPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s both;
}

@keyframes checkPop {
    from {
        transform: scale(0.4);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.success-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--fire-orange);
    text-shadow: 0 0 12px rgba(201, 168, 76, 0.5);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.success-eyebrow::before,
.success-eyebrow::after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--fire-orange);
    opacity: 0.5;
}

.success-title {
    font-size: clamp(28px, 5vw, 44px);
    font-weight: 900;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 10px;
    line-height: 1.1;
}

.burn-line {
    width: 60px;
    height: 2px;
    background: var(--c-hover);
    margin: 14px auto 0;
    animation: burnLine 2s ease-in-out infinite alternate;
    box-shadow: 0 0 8px var(--fire-orange);
}

@keyframes burnLine {
    0% {
        width: 50px;
        opacity: 0.7;
    }

    100% {
        width: 90px;
        opacity: 1;
        box-shadow: 0 0 14px var(--fire-yellow);
    }
}

.success-desc {
    color: rgb(31 19 19 / 55%);
    font-size: 15px;
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 16px;
}

.success-order-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(201, 168, 76, 0.08);
    border: 1px solid rgba(201, 168, 76, 0.2);
    border-radius: 40px;
    padding: 8px 22px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.65);
}

.success-order-pill strong {
    color: var(--fire-yellow);
    font-size: 16px;
    letter-spacing: 3px;
}

/* ── CARDS ── */
.success-card {
    background: var(--dark-card);
    border: 1px solid rgba(201, 168, 76, 0.14);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    animation: fadeSlideUp 0.5s ease both;
}

.success-card:nth-child(1) {
    animation-delay: 0.1s;
}

.success-card:nth-child(2) {
    animation-delay: 0.2s;
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    background: rgba(26, 31, 110, 0.07);
    border-bottom: 1px solid rgba(201, 168, 76, 0.1);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--c-hover);
}

.card-header i {
    font-size: 14px;
    color: var(--fire-orange);
}

/* ── PRODUCT TABLE ── */
.prod-table-scroll {
    max-height: 340px;
    overflow-y: auto;
}

.prod-table-scroll::-webkit-scrollbar {
    width: 4px;
}

.prod-table-scroll::-webkit-scrollbar-track {
    background: rgba(26, 31, 110, 0.04);
}

.prod-table-scroll::-webkit-scrollbar-thumb {
    background: rgba(201, 168, 76, 0.25);
    border-radius: 2px;
}

.prod-table {
    width: 100%;
    border-collapse: collapse;
}

.prod-table thead tr {
    background: rgba(26, 31, 110, 0.06);
    position: sticky;
    top: 0;
    z-index: 1;
}

.prod-table thead th {
    padding: 11px 16px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(201, 168, 76, 0.7);
    text-align: left;
    border-bottom: 1px solid rgba(201, 168, 76, 0.1);
}

.prod-table thead th:last-child {
    text-align: right;
}

.prod-table tbody tr {
    border-bottom: 1px solid rgba(26, 31, 110, 0.06);
    transition: background 0.2s;
}

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

.prod-table tbody tr:hover {
    background: rgba(26, 31, 110, 0.04);
}

.prod-table tbody td {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(97 10 10 / 75%);
    vertical-align: middle;
}

.prod-table tbody td:last-child {
    text-align: right;
    color: var(--fire-yellow);
    font-weight: 700;
}

.prod-img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid rgba(201, 168, 76, 0.18);
    vertical-align: middle;
    margin-right: 10px;
}

.prod-name {
    font-weight: 600;
    color: rgb(97 10 10 / 75%);
}

.qty-chip {
    display: inline-block;
    background: rgba(201, 168, 76, 0.12);
    border: 1px solid rgba(201, 168, 76, 0.22);
    border-radius: 5px;
    padding: 2px 9px;
    font-size: 12px;
    color: var(--c-hover);
    font-weight: 700;
}

/* ── TOTALS ── */
.totals-wrap {
    padding: 6px 0;
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(26, 31, 110, 0.07);
}

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

.total-row .val {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
}

.total-row.savings {
    color: rgba(80, 220, 80, 0.8);
}

.total-row.savings .val {
    color: #4dff80;
}

.total-row.grand {
    padding: 16px 22px;
    background: rgba(201, 168, 76, 0.05);
    border-top: 1px solid rgba(201, 168, 76, 0.15) !important;
    border-bottom: none !important;
}

.total-row.grand .lbl {
    font-size: 15px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
}

.total-row.grand .val {
    font-size: 26px;
    font-weight: 900;
    color: var(--fire-yellow);
}

/* ── ACTION BUTTONS ── */
.success-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    animation: fadeSlideUp 0.5s ease 0.35s both;
}

.btn-home {
    flex: 1;
    min-width: 120px;
    padding: 15px 20px;
    background: rgba(255, 100, 0, 0.08);
    color: var(--c-hover);
    border: 1px solid rgba(201, 168, 76, 0.22);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.25s;
}

.btn-home:hover {
    background: rgba(201, 168, 76, 0.15);
    border-color: rgba(201, 168, 76, 0.35);
    color: var(--fire-yellow);
    transform: translateY(-2px);
}

.btn-payment {
    flex: 2;
    min-width: 200px;
    padding: 15px 28px;
    background: var(--c-navy);
    color: var(--c-grey);
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 6px 24px rgba(204, 34, 51, 0.35);
    transition: all 0.25s;
    position: relative;
    overflow: hidden;
}

.btn-payment::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--c-hover);
    opacity: 0;
    transition: opacity 0.3s;
}

.btn-payment:hover::before {
    opacity: 1;
}

.btn-payment:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 32px rgba(204, 34, 51, 0.5);
    color: var(--c-grey);
}

.btn-payment span,
.btn-payment i {
    position: relative;
    z-index: 1;
}

@media (max-width: 520px) {
    .success-actions {
        flex-direction: column;
    }

    .btn-payment,
    .btn-home {
        flex: 1;
    }

    .prod-table thead th:nth-child(2),
    .prod-table tbody td:nth-child(2) {
        display: none;
    }
}



/* ===== FLIP CARD WRAPPER ===== */
.flip-card {
    width: 100%;
    max-width: 350px;
    /* Must match the height of your tallest .payment-card */
    height: 380px;
    perspective: 1200px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* ===== FRONT FACE ===== */
/* clip-path is kept on .payment-card but we override transform conflicts */
.flip-card-front {
    position: absolute !important;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* clip-path from .payment-card still applies — it renders fine on front */
}

/* Stop the card's own hover translateY from conflicting with 3D flip */
.flip-card .payment-card:hover {
    transform: none !important;
    box-shadow:
        0 14px 40px rgba(204, 34, 51, 0.18),
        inset 0 1px 0 rgba(255, 200, 100, 0.08);
}

.flip-card-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: rotateY(180deg);
    background: var(--dark-red);
    border: 1px solid rgba(201, 168, 76, 0.35);
    padding: 0;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

.qr-full-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    border: none;
    padding: 0;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
}

.qr-full-label {
    font-size: 16px;
    font-weight: 700;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.qr-full-label i {
    font-size: 22px;
    background: var(--c-hover);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}



.flip-card-back:hover .qr-full-img,
.qr-full-img:hover {
    border-color: var(--fire-orange);
    box-shadow: 0 0 20px rgba(201, 168, 76, 0.45);
    background: rgba(255, 255, 255, 0.1);
}

.qr-full-sub {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 0.5px;
}

/* ===== Hint on front ===== */
.flip-hint {
    margin-top: auto;
    padding-top: 14px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

.flip-hint i {
    margin-right: 4px;
    font-size: 11px;
}


/* ===== ORDER MODAL ===== */
.order-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    overflow-y: auto;
    padding: 40px 20px;
}

.order-modal-box {
    max-width: 560px;
    margin: 0 auto;
    background: var(--dark-card);
    border: 1px solid rgba(var(--c-gold), 0.3);
    border-color: var(--border-gold);
    border-radius: 16px;
    padding: 40px;
    position: relative;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
}

.order-modal-close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    color: var(--c-gold);
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    transition: opacity 0.2s;
}

.order-modal-close:hover {
    opacity: 0.7;
}

.order-modal-header {
    text-align: center;
    margin-bottom: 28px;
}

.order-modal-eyebrow {
    font-size: 11px;
    letter-spacing: 5px;
    color: var(--c-gold);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.order-modal-title {
    font-size: 26px;
    font-weight: 900;
    color: var(--c-gold);
    margin: 0;
    letter-spacing: 1px;
}

.order-modal-bar {
    width: 60px;
    height: 2px;
    background: var(--c-gold);
    margin: 12px auto 0;
    opacity: 0.6;
}

/* Net total strip */
.order-net-strip {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid var(--border-gold);
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-net-label {
    /*color: var(--white-muted);*/
    font-size: 13px;
}

.order-net-value {
    color: var(--c-gold);
    font-size: 20px;
    font-weight: 700;
}

/* Form layout */
.order-form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

.order-form-last {
    margin-bottom: 24px;
}

.order-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}

.order-form-grid-2 .order-field {
    margin-bottom: 0;
}

.order-label {
    font-size: 12px;
    color: var(--c-gold);
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.order-input {
    width: 100%;
    padding: 12px 14px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid var(--border-gold);
    border-radius: 8px;
    color: var(--c-grey);
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

.order-input:focus {
    border-color: var(--c-gold);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.order-input::placeholder {
    color: var(--text-muted);
}

.order-textarea {
    resize: none;
}

.order-select {
    appearance: none;
    cursor: pointer;
    padding: 0px;
}

/* Submit button */
.order-submit-btn {
    width: 100%;
    padding: 15px;
    background: var(--c-navy);
    color: var(--c-gold);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid var(--border-gold);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.order-submit-btn:hover {
    background: var(--c-gold);
    color: var(--c-black);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.order-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 480px) {
    .order-form-grid-2 {
        grid-template-columns: 1fr;
    }

    .order-modal-box {
        padding: 24px 18px;
    }
}

.nice-select .list {
    color: #333;
}

.order-field-error {
    display: block;
    font-size: 11px;
    color: #ff4d4d;
    margin-top: 5px;
    letter-spacing: 0.3px;
}

.order-input.input-error {
    border-color: #ff4d4d !important;
    box-shadow: 0 0 0 2px rgba(255, 77, 77, 0.15);
}


/* ── QR Card ── */
.qr-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.qr-card-sub {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    margin: 0;
}

#orderQR {
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid rgba(201, 168, 76, 0.4);
    box-shadow: 0 0 20px rgba(201, 168, 76, 0.2);
    display: inline-block;
}

#orderQR canvas,
#orderQR img {
    display: block;
    border-radius: 6px;
}

.qr-order-label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(201, 168, 76, 0.7);
    letter-spacing: 1px;
    text-align: center;
}

/* ── PDF Button ── */
.btn-pdf {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: transparent;
    border: 1.5px solid rgba(201, 168, 76, 0.5);
    color: rgba(201, 168, 76, 0.9);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}



.btn-pdf i {
    font-size: 18px;
}


.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

font {
    background-color: transparent !important;
    box-shadow: none !important;
}


/* Main navbar hamburger open state — show X */
.navbar-area .hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.navbar-area .hamburger.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.navbar-area .hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}



:root {
    --c-navy: #D9480F !important;
    --c-gold: #FFC400 !important;
    --c-orange: #FF7A00 !important;
    --c-red: #F51F2E !important;
    --c-black: #2B0B00 !important;
    --c-grey: #FFF1CC !important;
}

/* Full Page Theme */
body,
.hero-section,
.products-section,
.why-section,
.brands-section {
    background: #FFF1CC !important;
    color: #2B0B00 !important;
}

/* Banner Button */
.slide-btn,
.hero-cta {
    background: linear-gradient(135deg, #F51F2E, #FF7A00, #FFC400) !important;
    color: #ffffff !important;
    border: 2px solid #FFC400 !important;
    box-shadow: 0 0 18px rgba(255, 122, 0, 0.55) !important;
}

/* Headings */

.section-title-main,
.why-title {
    color: #D9480F !important;
    text-shadow: 1px 1px 0 #f26c24 !important;
}

/* Small Titles */
.hero-eyebrow,
.section-eyebrow,
.why-eyebrow {
    color: #F51F2E !important;
    font-weight: 700 !important;
}

/* Underline */
.title-underline,
.section-title-bar,
.why-title-bar {
    background: linear-gradient(90deg, #F51F2E, #FF7A00, #FFC400) !important;
}

/* Product Cards */
.product-card-fire,
.stat-cell,
.dial-card,
.brand-card-fire,
.badge {
    background: #FFF8E1 !important;
    border: 2px solid #FFC400 !important;
    box-shadow: 0 8px 25px rgba(217, 72, 15, 0.22) !important;
}

/* Product Name */
.product-name,
.pillar-name,
.dial-name,
.stat-number {
    color: #D9480F !important;
}

/* Product Description */
.product-desc,
.hero-body,
.pillar-desc,
.why-subtitle,
.stat-label {
    color: #2B0B00 !important;
}

/* Product Category Tag */
.product-tag {
    background: #FFC400 !important;
    color: #2B0B00 !important;
    border: 1px solid #FF7A00 !important;
}

/* Icons */
.pillar-hex,
.dial-icon {
    background: linear-gradient(135deg, #F51F2E, #FF7A00) !important;
    color: #ffffff !important;
    border: 2px solid #FFC400 !important;
}

/* Progress Bar */
.dial-track {
    background: #FFE8A3 !important;
}

.dial-fill {
    background: linear-gradient(90deg, #F51F2E, #FF7A00, #FFC400) !important;
}

/* Slider Dots */
.dot {
    background: #FFC400 !important;
    border: 1px solid #D9480F !important;
}

.dot.active {
    background: #F51F2E !important;
}

/* Image Border */
.hero-image-wrap,
.product-img-circle {
    border-color: #FFC400 !important;
    box-shadow: 0 0 25px rgba(255, 196, 0, 0.45) !important;
}


.logo-text {
    display: flex !important;
    align-items: center !important;
}

.gg-logo {
    height: 130px !important;
    width: auto !important;
    max-width: 280px !important;
    object-fit: contain !important;
    display: block !important;
}










/* About page */
/* ===============================
   PURPOSE SECTION
=================================*/

.purpose-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #fff8f0 0%, #ffffff 100%);
    position: relative;
}

.purpose-inner {
    width: min(1320px, 92%);
    margin: auto;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-eyebrow {
    color: #ff6a00;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.section-title-main {
    color: #111111;
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 18px;
}

.section-title-bar {
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, #ff6a00, #ffd700);
    display: inline-block;
    border-radius: 20px;
}

/* GRID */

.purpose-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* CARD */

.purpose-card {
    background: #ffffff;
    border: 1px solid #ffe0bf;
    border-radius: 22px;
    padding: 40px 28px;
    text-align: center;
    transition: .4s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}

.purpose-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #ff6a00, #ff9800);
    opacity: 0;
    transition: .35s;
    z-index: 0;
}

.purpose-card>* {
    position: relative;
    z-index: 2;
}

.purpose-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 55px rgba(255, 106, 0, .28);
}

.purpose-card:hover::before {
    opacity: 1;
}

/* ICON */

.purpose-icon-wrap {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin: auto auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff6a00, #ffd700);
    color: #ffffff;
    font-size: 34px;
    box-shadow: 0 10px 25px rgba(255, 106, 0, .30);
    transition: .35s;
}

.purpose-card:hover .purpose-icon-wrap {
    background: #ffffff;
    color: #ff6a00;
    transform: rotate(8deg) scale(1.08);
}

/* TITLE */

.purpose-card-title {
    color: #1b1b1b;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 16px;
    transition: .35s;
}

/* DIVIDER */

.purpose-divider {
    width: 60px;
    height: 3px;
    background: #ff6a00;
    margin: 0 auto 20px;
    border-radius: 10px;
    transition: .35s;
}

/* DESCRIPTION */

.purpose-card-text {
    color: #555555;
    font-size: 15px;
    line-height: 1.8;
    transition: .35s;
}

/* HOVER */

.purpose-card:hover .purpose-card-title,
.purpose-card:hover .purpose-card-text {
    color: #ffffff;
}

.purpose-card:hover .purpose-divider {
    background: #ffffff;
}

/* RESPONSIVE */

@media(max-width:1200px) {
    .purpose-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:768px) {

    .purpose-section {
        padding: 70px 0;
    }

    .section-title-main {
        font-size: 32px;
    }

    .purpose-grid {
        grid-template-columns: 1fr;
    }

    .purpose-card {
        padding: 32px 22px;
    }
}