@charset "UTF-8";
/*-----------------------------------------------------------------------------------

  Bevy - Multipurpose eCommerce Html  Template
  Author: Codifytheme
  Description: Bevy is a comprehensive and dynamic template built for eCommerce applications. It features a clean, responsive layout tailored for modern businesses.
  Developer: Codifytheme
  Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************
/* variable css */
/* typography css */
/* animation css */
/* common css */
/* theme css */
/* preloader css */
/* scroll css */
/* button css */
/* menu css */
/* modal css */
/* cursor css */
/* header css */
/* footer css */
/* shop page css */
/* shop details page css */
/* cart page css */
/* checkout page css */
/* my account page css */
/* wishlist page css */
/* compare page css */
/* about us page css */
/* contact page css */
/* blog page css */
/* blog details page css */
/* error page css */
/* login page css */
/* register page css */
/* === Colors variable scss (index 01) === */
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");
:root {
  --primary: #0F172A;
  --primary-two: #6366F1;
  --secondary: #1E293B;
  --thardary: #334155;
  --bg-color: #0B0F19;
  --bg-color2: #111827;
  --black: #000000;
  --white: #ffffff;
  --text-color-one: #F9FAFB;
  --text-color-two: #D1D5DB;
  --text-color-three: #9CA3AF;
  --border-color-one: rgba(255, 255, 255, 0.08);
  --border-color-two: rgba(255, 255, 255, 0.12);
  --yellow: #FFC107;
  --color-gradient-1: linear-gradient(50% 50% at 50% 50%, rgba(99, 102, 241, 0.5) 0%, rgba(99, 102, 241, 0) 100%);
  --rr-theme-primary: #8B5CF6;
  --rr-theme-primary-rgb: 139, 92, 246;
  --rr-theme-primary-dark: #7C3AED;
}

/* === Responsive variable scss (index 02) === */
/* === For Box Layout scss (index 03) === */
/* === Responsive container scss (index 04) === */
/* === heading scss (index 01) === */
/* === dark scss (index 01) === */
/* === bg primary  scss (index 01) === */
/* === Transition multiple scss (index 01) === */
/* === Transform scss (index 01) === */
/* === Flexbox scss (index 01) === */
/* === Font Family scss (index 01) === */
:root {
  --font_Urbanist: "Urbanist", sans-serif;
  --font_awesome: "Font Awesome 6 Pro";
}

/* === Defalut Style scss (index 03) === */
* {
  margin: 0;
  padding: 0;
}

.body-bg2 {
  background: var(--bg-color);
}

.body-bg {
  background: var(--white);
}

body {
  font-family: var(--font_Urbanist);
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.48px;
  color: var(--secondary);
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--text-color-one);
  font-family: var(--font_Urbanist);
  font-weight: 700;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  color: var(--black);
}

button {
  background-color: transparent;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
}

strong {
  font-weight: 500;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

/* === Gutter scss (index 03) === */
@media only screen and (max-width: 767px) {
  .g-0 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.g-0 {
    padding-right: 0;
    padding-left: 0;
  }
  br {
    display: none;
  }
}
main {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: clamp(16px, 1.2vw, 18px);
}

h6 {
  font-size: clamp(16px, 1.2vw, 18px);
}

.container {
  padding: 0 15px;
}
@media (min-width: 1800px) {
  .container {
    max-width: 1800px;
    margin: 0 auto;
  }
}

.container-1600 {
  padding: 0 15px;
}
@media (min-width: 1800px) {
  .container-1600 {
    max-width: 1630px;
    margin: 0 auto;
  }
}

/* animation css */
.t_parallax_image {
  overflow: hidden;
}

.rotate-spin {
  display: inline-block;
  animation: spin 7s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* === Scrollbar scss (index 01) === */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* === positioning scss (index 02) === */
.rr-pos-rel {
  position: relative;
}

.rr-pos-abs {
  position: absolute;
}

.rr-ov-hidden {
  overflow: hidden;
}

/* === Container scss (index) === */
.rr-container-1880 {
  max-width: 1880px;
}

.rr-container-1800 {
  max-width: 1800px;
}

.rr-container-1750 {
  max-width: 1750px;
}

.rr-container-1730 {
  max-width: 1730px;
}

.rr-container-1650 {
  max-width: 1650px;
}

.rr-container-1350 {
  max-width: 1350px;
}

/* === Background scss (index 04) === */
.rr-bg-primary {
  background-color: var(--primary);
}

/* === Parallax view scss (index 05) === */
.parallax-view {
  overflow: hidden;
}

.go-down {
  width: 28px;
  height: 28px;
  background-color: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 50%;
}
.dark .go-down {
  color: var(--black);
}

/* === Section title scss (index 01) === */
.section-top {
  margin-bottom: 50px;
}
.section-top__subtitle {
  color: #21768E;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 18px;
}
.section-top__title {
  position: relative;
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
}
.section-top__title::before {
  position: absolute;
  content: "";
  background: rgba(33, 118, 142, 0.3019607843);
  width: 350px;
  height: 1px;
  top: 48%;
  left: -78%;
}
@media only screen and (max-width: 1919px) {
  .section-top__title::before {
    width: 325px;
    left: -86%;
  }
}
@media only screen and (max-width: 1399px) {
  .section-top__title::before {
    width: 280px;
    left: -86%;
  }
}
@media only screen and (max-width: 991px) {
  .section-top__title::before {
    width: 200px;
    left: -70%;
  }
}
@media only screen and (max-width: 767px) {
  .section-top__title::before {
    width: 196px;
    left: -87%;
  }
}
@media (max-width: 575px) {
  .section-top__title::before {
    display: none;
  }
}
.section-top__title::after {
  position: absolute;
  content: "";
  background: rgba(33, 118, 142, 0.3019607843);
  width: 350px;
  height: 1px;
  top: 48%;
  right: -78%;
}
@media only screen and (max-width: 1919px) {
  .section-top__title::after {
    width: 325px;
    right: -86%;
  }
}
@media only screen and (max-width: 1399px) {
  .section-top__title::after {
    width: 280px;
    right: -86%;
  }
}
@media only screen and (max-width: 991px) {
  .section-top__title::after {
    width: 200px;
    right: -70%;
  }
}
@media only screen and (max-width: 767px) {
  .section-top__title::after {
    width: 196px;
    left: -87%;
  }
}
@media (max-width: 575px) {
  .section-top__title::after {
    display: none;
  }
}
@media only screen and (max-width: 1919px) {
  .section-top__title {
    font-size: 47px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-top__title {
    font-size: 37px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-top__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .section-top__title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top__title {
    line-height: 1.2;
    font-size: 28px;
  }
}
.section-top__title2 {
  position: relative;
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
}
.section-top__title2::before {
  position: absolute;
  content: "";
  background: rgba(33, 118, 142, 0.3019607843);
  width: 350px;
  height: 1px;
  top: 48%;
  left: -72%;
}
@media only screen and (max-width: 1919px) {
  .section-top__title2::before {
    width: 325px;
    left: -86%;
  }
}
@media only screen and (max-width: 1399px) {
  .section-top__title2::before {
    width: 280px;
    left: -86%;
  }
}
@media only screen and (max-width: 991px) {
  .section-top__title2::before {
    width: 200px;
    left: -70%;
  }
}
@media only screen and (max-width: 767px) {
  .section-top__title2::before {
    width: 196px;
    left: -87%;
  }
}
@media (max-width: 575px) {
  .section-top__title2::before {
    display: none;
  }
}
.section-top__title2::after {
  position: absolute;
  content: "";
  background: rgba(33, 118, 142, 0.3019607843);
  width: 350px;
  height: 1px;
  top: 48%;
  right: -72%;
}
@media only screen and (max-width: 1919px) {
  .section-top__title2::after {
    width: 325px;
    right: -86%;
  }
}
@media only screen and (max-width: 1399px) {
  .section-top__title2::after {
    width: 280px;
    right: -86%;
  }
}
@media only screen and (max-width: 991px) {
  .section-top__title2::after {
    width: 200px;
    right: -70%;
  }
}
@media only screen and (max-width: 767px) {
  .section-top__title2::after {
    width: 196px;
    left: -87%;
  }
}
@media (max-width: 575px) {
  .section-top__title2::after {
    display: none;
  }
}
@media only screen and (max-width: 1919px) {
  .section-top__title2 {
    font-size: 47px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-top__title2 {
    font-size: 37px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-top__title2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .section-top__title2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top__title2 {
    line-height: 1.2;
    font-size: 28px;
  }
}
.section-top__title3 {
  position: relative;
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
}
.section-top__title3::before {
  position: absolute;
  content: "";
  background: rgba(1, 37, 61, 0.3019607843);
  width: 560px;
  height: 1px;
  top: 64%;
  left: 120%;
}
.section-top__title4 {
  position: relative;
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.section-top__title4::after {
  position: absolute;
  content: "";
  background: rgba(27, 57, 69, 0.3019607843);
  width: 270px;
  height: 1px;
  top: 64%;
  right: -73%;
}
.section-top__text {
  color: #555;
  font-family: Kanit;
  font-size: clamp(16px, 1.2vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  max-width: 610px;
}

/* === Section title scss (index2 02) === */
.section-top2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .section-top2 {
    margin-bottom: 20px;
  }
}
.section-top2__subtitle {
  position: relative;
  color: #8C4D28;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1919px) {
  .section-top2__subtitle {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-top2__subtitle {
    margin-bottom: 10px;
  }
}
.section-top2__title {
  position: relative;
  color: #2B2927;
  text-align: center;
  justify-content: center;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1919px) {
  .section-top2__title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-top2__title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-top2__title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top2__title {
    font-size: clamp(16px, 1.2vw, 18px);
  }
}
.section-top2__title::before {
  position: absolute;
  content: "";
  background: rgba(140, 77, 40, 0.5019607843);
  width: 950px;
  height: 1px;
  left: 106%;
  top: 61%;
}
.section-top2__title2 {
  position: relative;
  color: #2B2927;
  text-align: center;
  justify-content: center;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1919px) {
  .section-top2__title2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-top2__title2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-top2__title2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top2__title2 {
    font-size: clamp(16px, 1.2vw, 18px);
  }
}
.section-top2__title2::before {
  position: absolute;
  content: "";
  background: rgba(140, 77, 40, 0.3019607843);
  width: 320px;
  height: 1px;
  right: 106%;
  top: 61%;
}
@media only screen and (max-width: 1199px) {
  .section-top2__title2::before {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .section-top2__title2::before {
    display: none;
  }
}
.section-top2__title2::after {
  position: absolute;
  content: "";
  background: rgba(140, 77, 40, 0.3019607843);
  width: 320px;
  height: 1px;
  left: 106%;
  top: 61%;
}
@media only screen and (max-width: 1199px) {
  .section-top2__title2::after {
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .section-top2__title2::after {
    width: 176px;
  }
}
@media (max-width: 575px) {
  .section-top2__title2::after {
    display: none;
  }
}
.section-top2__title3 {
  position: relative;
  color: #2B2927;
  text-align: center;
  justify-content: center;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1919px) {
  .section-top2__title3 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-top2__title3 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-top2__title3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top2__title3 {
    font-size: clamp(16px, 1.2vw, 18px);
  }
}
.section-top2__title3::before {
  position: absolute;
  content: "";
  background: rgba(140, 77, 40, 0.5019607843);
  width: 490px;
  height: 1px;
  left: 106%;
  top: 61%;
}

/* === Section title scss (index3 03) === */
.section-top3 {
  margin-bottom: 50px;
}
.section-top3__subtitle {
  color: var(--rr-theme-primary);
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 18px;
}
.section-top3__title {
  position: relative;
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
}
.section-top3__title::before {
  position: absolute;
  content: "";
  background: rgba(33, 118, 142, 0.3019607843);
  width: 350px;
  height: 1px;
  top: 48%;
  left: -78%;
}
@media only screen and (max-width: 1919px) {
  .section-top3__title::before {
    width: 325px;
    left: -86%;
  }
}
@media only screen and (max-width: 1399px) {
  .section-top3__title::before {
    width: 280px;
    left: -86%;
  }
}
@media only screen and (max-width: 991px) {
  .section-top3__title::before {
    width: 200px;
    left: -70%;
  }
}
@media only screen and (max-width: 767px) {
  .section-top3__title::before {
    width: 196px;
    left: -87%;
  }
}
@media (max-width: 575px) {
  .section-top3__title::before {
    display: none;
  }
}
.section-top3__title::after {
  position: absolute;
  content: "";
  background: rgba(33, 118, 142, 0.3019607843);
  width: 350px;
  height: 1px;
  top: 48%;
  right: -78%;
}
@media only screen and (max-width: 1919px) {
  .section-top3__title::after {
    width: 325px;
    right: -86%;
  }
}
@media only screen and (max-width: 1399px) {
  .section-top3__title::after {
    width: 280px;
    right: -86%;
  }
}
@media only screen and (max-width: 991px) {
  .section-top3__title::after {
    width: 200px;
    right: -70%;
  }
}
@media only screen and (max-width: 767px) {
  .section-top3__title::after {
    width: 196px;
    left: -87%;
  }
}
@media (max-width: 575px) {
  .section-top3__title::after {
    display: none;
  }
}
@media only screen and (max-width: 1919px) {
  .section-top3__title {
    font-size: 47px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-top3__title {
    font-size: 37px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-top3__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .section-top3__title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top3__title {
    line-height: 1.2;
    font-size: 28px;
  }
}
.section-top3__title2 {
  position: relative;
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .section-top3__title2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .section-top3__title2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .section-top3__title2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .section-top3__title2 {
    font-size: 28px;
  }
}
.section-top3__title2::after {
  position: absolute;
  content: "";
  background: rgba(27, 57, 69, 0.3019607843);
  width: 630px;
  height: 1px;
  top: 64%;
  right: -93%;
}
@media (max-width: 1399px) {
  .section-top3__title2::after {
    width: 300px;
    right: -40%;
  }
}
@media (max-width: 1199px) {
  .section-top3__title2::after {
    display: none;
  }
}
.section-top3__title3 {
  position: relative;
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
}
.section-top3__title3::before {
  position: absolute;
  content: "";
  background: rgba(1, 37, 61, 0.3019607843);
  width: 560px;
  height: 1px;
  top: 64%;
  left: 120%;
}
.section-top3__title4 {
  position: relative;
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.section-top3__title4::after {
  position: absolute;
  content: "";
  background: rgba(27, 57, 69, 0.3019607843);
  width: 270px;
  height: 1px;
  top: 64%;
  right: -73%;
}
.section-top3__text {
  color: #555;
  font-family: Kanit;
  font-size: clamp(16px, 1.2vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  max-width: 610px;
}

/* === Section title scss (index3 03) === */
.section-top4 {
  margin-bottom: 50px;
}
.section-top4__subtitle {
  color: var(--rr-theme-primary);
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 18px;
}
.section-top4__title {
  position: relative;
  color: #23587c;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1919px) {
  .section-top4__title {
    font-size: 47px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-top4__title {
    font-size: 37px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-top4__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .section-top4__title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top4__title {
    line-height: 1.2;
    font-size: 28px;
  }
}
.section-top4__text {
  color: #878C8F;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .section-top4__text {
    font-size: 16px;
  }
}

.swiper-dot .swiper-pagination-bullet,
.swiper-dot-2 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  transition: 0.6s;
  background-color: #21768E;
  opacity: 1;
  border-radius: 10px;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child),
.swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}
.swiper-dot .swiper-pagination-bullet::before,
.swiper-dot-2 .swiper-pagination-bullet::before {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: -7px;
  left: -7px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #21768E;
  content: "";
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #21768E;
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid #21768E;
}

/* === ontainer styling with full HD support  scss (index 08) === */
.container {
  --bs-gutter-x: 30px;
}
@media (min-width: 1600px) {
  .container.full-hd {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ===Inverted scss (index 09) === */
.text-invert > div {
  background-image: linear-gradient(to right, var(--primary) 50%, #cdc9c6 51%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/* ===Side info and offcanvas scss (index 10) === */
.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.5;
  visibility: visible;
}

.side-info-close {
  font-size: 20px;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
  color: var(--black);
  width: 40px;
  height: 40px;
  border: 1px solid var(--black);
  border-radius: 50%;
  line-height: 38px;
}
.dark .side-info-close {
  border-color: var(--white);
  color: var(--white);
}
.side-info-close:hover {
  transform: rotate(90deg);
}

.side-info {
  background: var(--white) none repeat scroll 0 0;
  padding: 40px 45px;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.dark .side-info {
  background-color: #1f1f1f;
}
@media only screen and (max-width: 1199px) {
  .side-info {
    width: 460px;
  }
}
@media (max-width: 575px) {
  .side-info {
    width: 280px;
    padding: 30px 20px;
  }
}
.side-info ::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar */
}
.side-info.info-open {
  opacity: 1;
  transform: translateX(0);
  /* Show side info */
}

/* === Offset header scss (index 11) === */
.offset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offset-logo {
  width: 95px;
}
@media (max-width: 575px) {
  .offset-logo {
    width: 95px;
  }
}
.offset-logo img {
  width: 100%;
}
.offset-button {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .offset-button {
    display: none;
  }
}

/* === Offset widget box scss (index 12) === */
.offset-widget-box {
  margin-top: 40px;
}
.offset-widget-box .title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .offset-widget-box .title {
    margin-bottom: 22px;
  }
}
.offset-widget-box .contact-meta > *:not(:first-child) {
  margin-top: 16px;
}
.offset-widget-box .contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.offset-widget-box .contact-item span {
  color: var(--primary);
  font-weight: 500;
}
.offset-widget-box .contact-item span a:hover {
  color: var(--secondary);
}
.offset-widget-box .contact-item .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--primary);
}

/* ===Mobile menu customization scss (index 13) === */
.mobile-menu {
  margin-top: 40px;
}
.mobile-menu.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mobile-menu.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mobile-menu.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #ffa38e;
  color: #999999;
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.mobile-menu.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 0px;
  font-weight: 500;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1;
  color: var(--black);
  text-transform: capitalize;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a:hover {
  color: var(--primary);
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  width: 100%;
  height: 48px;
  justify-content: end;
  font-weight: 300;
  border: none !important;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav ul li li a {
  font-size: 16px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 15px;
}
.mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.mobile-menu.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.mobile-menu.mean-container .mean-bar {
  padding-bottom: 30px;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.mobile-menu.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}

/* === Sticky header scss (index 14) === */
.header-sticky {
  transition: all 0.5s;
}

.transformed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  transform: translateY(-100%);
}
.transformed .header-area__inner {
  height: 80px;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  background-color: #ffffff;
  transform: translateY(0%);
}

/* === inverted text scss (index 15) === */
.text-invert > div {
  background-image: linear-gradient(to right, var(--primary) 50%, rgba(17, 17, 17, 0.3) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.background-image {
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.border-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.border-right {
  border-right: 1px solid rgba(1, 37, 61, 0.3019607843);
}
@media only screen and (max-width: 1399px) {
  .border-right {
    border-right: 0;
  }
}

/* === Section spacing  scss (index) === */
.section-spacing {
  padding-bottom: 150px;
  padding-top: 150px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}

.section-spacing-150 {
  padding-bottom: 150px;
  padding-top: 150px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-150 {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-150 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-150 {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}

.section-spacing-top-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-top-120 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-top-120 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-top-120 {
    padding-top: 60px;
  }
}

.section-spacing-top {
  padding-top: 130px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-top {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-top {
    padding-top: 60px;
  }
}

.section-spacing-bottom {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-bottom {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-bottom {
    padding-bottom: 60px;
  }
}

.background-image {
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.section-bg3 {
  background: var(--primary);
}

.section-bg {
  background: var(--bg-color2);
}

.section-bg2 {
  background: var(--white);
}

.ml-107 {
  margin-left: 107px;
}
@media only screen and (max-width: 1399px) {
  .ml-107 {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .ml-107 {
    margin-left: 0px;
  }
}

.inner-page__title {
  font-family: var(--font_thunder);
  font-weight: 700;
  font-size: 420px;
  line-height: 400px;
  letter-spacing: 0%;
  text-transform: uppercase;
  text-align: center;
  color: var(--black);
  padding-bottom: 40px;
}
@media only screen and (max-width: 1919px) {
  .inner-page__title {
    font-size: 320px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1399px) {
  .inner-page__title {
    font-size: 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .inner-page__title {
    font-size: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-page__title {
    font-size: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page__title {
    font-size: 150px;
  }
}
@media (max-width: 575px) {
  .inner-page__title {
    font-size: 70px;
  }
}

.bg-light-pick {
  background: var(--primary);
}

/* === Button  scss (index) === */
.testimonial-controls {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-controls {
    margin-right: auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .testimonial-controls {
    margin-bottom: 20px;
  }
}
.testimonial-controls__arrowLeft {
  width: 111px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Playfair Display;
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: var(--Text-950, #0C0C0C);
  border: 1px solid var(--Text-50, #E6E6E6);
  border-radius: 1000px;
  gap: 8px;
  transition: all 0.4s ease-in-out;
}
.testimonial-controls__arrowLeft .icon {
  background: var(--Text-950, #0C0C0C);
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 79.2px;
  text-align: center;
  gap: 7px;
  color: #FFFFFF;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.testimonial-controls__arrowLeft:hover {
  background: var(--Primary-950, #EE2D7A);
  color: var(--Text-50, #E6E6E6);
}
.testimonial-controls__arrowLeft:hover .icon {
  background: #FFFFFF;
  color: #0C0C0C;
}
.testimonial-controls__arrowRight {
  width: 111px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Playfair Display;
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: capitalize;
  background: var(--Primary-950, #EE2D7A);
  color: var(--Text-50, #E6E6E6);
  border: 1px solid var(--Text-50, #E6E6E6);
  border-radius: 1000px;
  gap: 8px;
  transition: all 0.4s ease-in-out;
}
.testimonial-controls__arrowRight .icon {
  background: var(--Text-950, #0C0C0C);
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 79.2px;
  text-align: center;
  gap: 7px;
  color: #FFFFFF;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.testimonial-controls__arrowRight:hover {
  color: var(--Text-950, #0C0C0C);
  background-color: transparent;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

/* === Pagination  scss (index) === */
.pagination {
  display: flex;
  gap: 15px;
}
@media (max-width: 575px) {
  .pagination {
    gap: 10px;
  }
}
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-decoration: none;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 24px;
  color: #475569;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 1199px) {
  .pagination a {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .pagination a {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}
.pagination a:hover, .pagination a.active {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 50%, #00ffd5 100%);
  background-size: 200% auto;
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(118, 75, 162, 0.3);
  transform: translateY(-3px);
}
.pagination a.next {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  color: #FFFFFF;
}
.pagination a.next:hover {
  background-position: right center;
}

/* Premium Search Popup Overlay */
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 121, 195, 0.95);
  /* Deep primary background with blur overlay */
  backdrop-filter: blur(10px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.search-popup.active {
  opacity: 1;
  visibility: visible;
}
.search-popup.active .search-popup__content {
  transform: translateY(0);
  opacity: 1;
}
.search-popup__close {
  position: absolute;
  top: 40px;
  right: 40px;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
}
.search-popup__close:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}
.search-popup__content {
  width: 100%;
  max-width: 800px;
  padding: 0 30px;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
  text-align: center;
}
.search-popup__title {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: -0.5px;
}
@media (max-width: 575px) {
  .search-popup__title {
    font-size: 24px;
  }
}
.search-popup__form {
  position: relative;
  width: 100%;
}
.search-popup__form input {
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  padding: 0 80px 0 40px;
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease;
  font-family: inherit;
  outline: none;
}
.search-popup__form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-popup__form input:focus {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .search-popup__form input {
    height: 60px;
    font-size: 18px;
    padding: 0 60px 0 25px;
  }
}
.search-popup__form button {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search-popup__form button:hover {
  color: rgba(255, 255, 255, 0.8);
  transform: translateY(-50%) scale(1.1);
}
@media (max-width: 575px) {
  .search-popup__form button {
    right: 20px;
    font-size: 20px;
  }
}

/* === theme scss (index 01) === */
html {
  --container-max-widths: 1320px;
}
@media only screen and (max-width: 1399px) {
  html {
    --container-max-widths: 1140px;
  }
}
@media only screen and (max-width: 1199px) {
  html {
    --container-max-widths: 960px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    --container-max-widths: 720px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    --container-max-widths: 540px;
  }
}

.body-wrapper {
  background-color: var(--white);
}
.body-wrapper.dark {
  background-color: var(--black);
}

.img_anim_reveal {
  visibility: hidden;
  overflow: hidden;
}
.img_anim_reveal img {
  object-fit: cover;
  transform-origin: left;
}

.anim-reveal {
  overflow: hidden;
}

.anim-reveal-line {
  overflow: hidden;
}

.color-white {
  color: var(--white);
}
.color-black {
  color: var(--black);
}
.color-primary {
  color: var(--primary);
}
.color-secondary {
  color: var(--secondary);
}

/* === BG Color scss (index 02) === */
.theme-bg-white {
  background-color: var(--white);
}
.theme-bg-black {
  background-color: var(--black);
}
.dark .theme-bg-black {
  background-color: #171717;
}
.theme-bg-primary {
  background-color: var(--primary);
}
.theme-bg-secondary {
  background-color: var(--secondary);
}
.theme-bg-transparent {
  background-color: transparent;
}
.theme-bg-theme {
  background-color: var(--theme);
}

/* === Z-index scss (index 03) === */
.zi-1 {
  z-index: 1;
}
.zi-2 {
  z-index: 2;
}
.zi-0 {
  z-index: 0;
}
.zi--1 {
  z-index: -1;
}

/* === Text Border scss (index 04) === */
.text-underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
}

.vertically-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* === Text Indent scss (index 05) === */
.text-indent-40 {
  text-indent: 40px;
}
.text-indent-50 {
  text-indent: 50px;
}

header {
  margin-bottom: -1px;
  z-index: 100;
}

section {
  margin-bottom: -1px;
}

.mb--1 {
  margin-bottom: -1px;
}

.dir-rtl {
  direction: rtl;
}

.show-light {
  display: inline-block;
}
.dark .show-light {
  display: none;
}

.show-dark {
  display: none;
}
.dark .show-dark {
  display: inline-block;
}

.line-divider-sm {
  height: 0.5px;
  background-color: var(--black-9);
}

/* === preloader scss (index 02) === */
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--action);
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #000;
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 50px;
  }
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* === scroll scss (index 01) === */
.scroll__down {
  display: flex;
  gap: 20px;
  align-items: center;
}
.scroll__down p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  text-transform: uppercase;
  color: var(--white);
}
.scroll__down span {
  width: 66px;
  height: 106px;
  border: 1px solid var(--black-6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 89px;
}
.scroll__down span i {
  color: var(--white);
}
.scroll__down-wrapper {
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1399px) {
  .scroll__down-wrapper {
    height: 380px;
  }
}
@media only screen and (max-width: 1199px) {
  .scroll__down-wrapper {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll__down-wrapper {
    height: auto;
    padding: 40px 0;
  }
}
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 0px;
  z-index: 9999;
  border-radius: 100px;
  mix-blend-mode: exclusion;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  background-color: #EE2D7A;
}
.scroll-top.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
  background-color: #EE2D7A;
}

.go-top-writer {
  width: 105px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  background-image: url(../imgs/writer/go-top.webp);
  background-position: right center;
  background-repeat: no-repeat;
  right: 16%;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
}
.go-top-writer:hover {
  color: var(--primary);
}
.go-top-writer.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .go-top-writer br {
    display: block;
  }
}

/* === progress-wrap scss (index 01) === */
.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all 300ms linear;
  background-color: #EE2D7A;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  mix-blend-mode: exclusion;
  background-color: #EE2D7A;
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border-radius: 50px;
  background-color: #EE2D7A;
}
.dark .progress-wrap::after {
  color: var(--black);
}

.progress-wrap svg path {
  fill: #EE2D7A;
}

.progress-wrap svg.progress-circle path {
  fill: #EE2D7A;
  stroke: transparent;
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/* === primary btn scss (index 01) === */
.rr-btn-green {
  z-index: 5;
  font-size: clamp(16px, 1.2vw, 18px);
  overflow: hidden;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  padding: 18px 31px;
  align-items: center;
  display: inline-flex;
  border-radius: 500px;
  letter-spacing: -0.48px;
  justify-content: center;
  text-transform: uppercase;
  font-family: var(--font_bai);
  background-color: var(--lime-green);
}
.rr-btn-green:hover::before, .rr-btn-green:focus::before {
  height: 100%;
}
.rr-btn-green:hover .btn-wrap .text-one, .rr-btn-green:focus .btn-wrap .text-one {
  transform: translateY(-150%);
}
.rr-btn-green:hover .btn-wrap .text-two, .rr-btn-green:focus .btn-wrap .text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
}
.rr-btn-green:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn-green::before {
  background-color: var(--red);
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
}
.rr-btn-green .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn-green .btn-wrap .text-one,
.rr-btn-green .btn-wrap .text-two {
  gap: 6px;
  display: flex;
  align-items: center;
}
.rr-btn-green .btn-wrap .text-one {
  position: relative;
  color: var(--primary);
  transition: all 0.5s;
}
.rr-btn-green .btn-wrap .text-two {
  top: 100%;
  position: absolute;
  color: var(--white);
  transition: all 0.5s;
}
.rr-btn-green.green-2 {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 28px;
  border-radius: 2px;
  background: var(--green);
}
.rr-btn-green.btn-purple::before {
  background: #b4f914;
}
.rr-btn-green.btn-purple .text-one {
  color: var(--white);
}
.rr-btn-green.btn-purple:hover {
  background-color: transparent;
}
.rr-btn-green.btn-purple:hover .text-two {
  color: var(--primary);
}
.rr-btn-green.btn-black {
  background-color: var(--primary);
}
.rr-btn-green.btn-black::before {
  background: #b4f914;
  z-index: -1;
}
.rr-btn-green.btn-black .text-one {
  color: var(--white);
}
.rr-btn-green.btn-black:hover {
  background-color: transparent;
  color: var(--primary);
}
.rr-btn-green.btn-black:hover .text-two {
  color: var(--primary);
}
.rr-btn-green.btn-blue {
  background-color: var(--purple);
}
.rr-btn-green.btn-blue::before {
  background: var(--purple);
}
.rr-btn-green.btn-blue .text-one {
  color: var(--white);
}
.rr-btn-green.btn-blue:hover {
  background-color: transparent;
}
.rr-btn-green.btn-blue:hover .text-two {
  color: var(--primary);
}

.rr-btn-2 {
  z-index: 5;
  font-size: 16px;
  overflow: hidden;
  font-weight: 500;
  line-height: 162.5%;
  position: relative;
  padding: 14px 44px;
  align-items: center;
  display: inline-flex;
  border-radius: 90px;
  letter-spacing: -0.48px;
  justify-content: center;
  text-transform: uppercase;
  font-family: Kanit;
  background: #febc00;
}
.rr-btn-2:hover::before, .rr-btn-2:focus::before {
  height: 100%;
}
.rr-btn-2:hover .btn-wrap .text-one, .rr-btn-2:focus .btn-wrap .text-one {
  transform: translateY(-150%);
}
.rr-btn-2:hover .btn-wrap .text-two, .rr-btn-2:focus .btn-wrap .text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
  color: #000;
  font-family: Kanit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
}
.rr-btn-2:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn-2::before {
  background-color: var(--red);
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
}
.rr-btn-2 .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn-2 .btn-wrap .text-one,
.rr-btn-2 .btn-wrap .text-two {
  gap: 6px;
  display: flex;
  align-items: center;
}
.rr-btn-2 .btn-wrap .text-one {
  position: relative;
  color: var(--primary);
  transition: all 0.5s;
}
.rr-btn-2 .btn-wrap .text-two {
  top: 100%;
  position: absolute;
  color: var(--white);
  transition: all 0.5s;
}
.rr-btn-2.green-2 {
  font-size: 16px;
  line-height: 20px;
  padding: 12px 28px;
  border-radius: 2px;
  background: var(--green);
}
.rr-btn-2.btn-purple::before {
  background: #febc00;
}
.rr-btn-2.btn-purple .text-one {
  color: #000;
  font-family: Kanit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 162.5%;
}
.rr-btn-2.btn-purple:hover {
  background-color: transparent;
}
.rr-btn-2.btn-purple:hover .text-two {
  color: var(--primary);
}
.rr-btn-2.btn-black {
  background-color: var(--primary);
}
.rr-btn-2.btn-black::before {
  background: #febc00;
}
.rr-btn-2.btn-black .text-one {
  color: var(--white);
}
.rr-btn-2.btn-black:hover {
  background-color: transparent;
}
.rr-btn-2.btn-black:hover .text-two {
  color: var(--primary);
}

.rr-btn-border {
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  align-items: center;
  display: inline-flex;
  color: var(--primary);
  border-radius: 500px;
  text-transform: uppercase;
  padding: 7px 8px 7px 24px;
  border: 1px solid #e3e3e3;
  font-family: var(--font_kanit);
  justify-content: space-between;
  background: rgba(241, 241, 241, 0);
}
.rr-btn-border .icon {
  width: 36px;
  height: 36px;
  display: flex;
  font-size: 20px;
  color: var(--white);
  align-items: center;
  border-radius: 500px;
  transition: all 0.3s;
  background: var(--red);
  justify-content: center;
}
.rr-btn-border:hover .icon {
  rotate: -45deg;
}
.rr-btn-border.btn-black {
  color: var(--white);
  background: var(--primary);
}
.rr-btn-border.btn-black .icon {
  color: var(--primary);
  background: var(--white);
}
.rr-btn-border.btn-purple {
  gap: 30px;
  color: var(--white);
  background: var(--purple);
  padding: 10px 11px 10px 37px;
}
.rr-btn-border.btn-purple .icon {
  width: 44px;
  height: 44px;
  color: var(--primary);
  background: var(--white);
}

.btn-orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 15px 40px;
  color: var(--white);
  border: none;
  color: #fff;
  font-family: var(--font_kanit);
  font-size: clamp(16px, 1.2vw, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  border-radius: 15px;
  cursor: pointer;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 10px;
}
.btn-more .text {
  color: #0B79C3;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.theme-btn-one {
  gap: 11px;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
  align-items: center;
  display: inline-flex;
  color: #FFFFFF;
  background: linear-gradient(90deg, #0B79C3 0%, #035891 100%);
  border-radius: 8px;
  text-transform: capitalize;
  padding: 13px 18px;
  border: none;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .theme-btn-one {
    padding: 8px 8px 8px 20px;
  }
}
.theme-btn-one:hover .icon {
  rotate: -45deg;
}
.theme-btn-one.btn-black {
  color: var(--white);
  background: var(--primary);
}
.theme-btn-one.btn-black .icon {
  color: var(--primary);
  background: var(--white);
}
.theme-btn-one.btn-purple {
  gap: 11px;
  color: #000;
  color: #FFFFFF;
  background: var(--rr-theme-primary);
  padding: 18px 21px;
}
@media (max-width: 575px) {
  .theme-btn-one.btn-purple {
    padding: 14px 18px;
  }
}

.theme-btn-two {
  gap: 11px;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
  align-items: center;
  display: inline-flex;
  color: #FFFFFF;
  background: linear-gradient(90deg, #0B79C3 0%, #035891 100%);
  border-radius: 8px;
  text-transform: capitalize;
  padding: 18px 17px;
  border: none;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .theme-btn-two {
    padding: 15px 12px 15px 20px;
  }
}
.theme-btn-two:hover .icon {
  rotate: -45deg;
}
.theme-btn-two.btn-black {
  color: var(--white);
  background: var(--primary);
}
.theme-btn-two.btn-black .icon {
  color: var(--primary);
  background: var(--white);
}
.theme-btn-two.btn-purple {
  gap: 11px;
  color: #000;
  color: #FFFFFF;
  background: linear-gradient(90deg, #21768E 0%, #294750 100%);
  padding: 13px 21px;
}
@media (max-width: 575px) {
  .theme-btn-two.btn-purple {
    padding: 14px 13px;
  }
}

.theme-btn-three {
  gap: 11px;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
  align-items: center;
  display: inline-flex;
  color: #FFFFFF;
  background: linear-gradient(90deg, #0B79C3 0%, #035891 100%);
  border-radius: 8px;
  text-transform: capitalize;
  padding: 18px 20px;
  border: none;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .theme-btn-three {
    padding: 18px 20px;
    font-size: 12px;
  }
}
.theme-btn-three:hover .icon {
  rotate: -45deg;
}
.theme-btn-three.btn-black {
  color: var(--white);
  background: var(--primary);
}
.theme-btn-three.btn-black .icon {
  color: var(--primary);
  background: var(--white);
}
.theme-btn-three.btn-purple {
  gap: 11px;
  color: #000;
  color: #FFFFFF;
  background: linear-gradient(90deg, #21768E 0%, #294750 100%);
  padding: 17px 20px;
}
@media (max-width: 575px) {
  .theme-btn-three.btn-purple {
    padding: 14px 18px;
    font-size: 12px;
  }
}

.theme-btn-four {
  gap: 11px;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
  align-items: center;
  display: inline-flex;
  color: #FFFFFF;
  background: linear-gradient(90deg, #CF7642 0%, #6E441A 100%);
  border-radius: 8px;
  text-transform: capitalize;
  padding: 18px 20px;
  border: none;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .theme-btn-four {
    gap: 6px;
    font-size: 15px;
    padding: 16px 8px;
  }
}
.theme-btn-four:hover .icon {
  rotate: -45deg;
}
.theme-btn-four.btn-black {
  padding: 17px 25px;
  color: var(--white);
  background: linear-gradient(90deg, #21768E 0%, #294750 100%);
}
.theme-btn-four.btn-purple {
  gap: 11px;
  color: #000;
  color: #FFFFFF;
  background: linear-gradient(90deg, #CF7642 0%, #6E441A 100%);
  padding: 18px 135px;
}
@media only screen and (max-width: 991px) {
  .theme-btn-four.btn-purple {
    padding: 14px 100px;
  }
}
@media (max-width: 575px) {
  .theme-btn-four.btn-purple {
    padding: 14px 80px;
  }
}

.rr-btn-button2 {
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  font-style: Medium;
  line-height: 26px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  background: var(--Primary-950, #EE2D7A);
  align-items: center;
  display: inline-flex;
  color: #FFFFFF;
  border-radius: 90px;
  text-transform: capitalize;
  padding: 6px 9px 7px 24px;
  border: 1px solid none;
  font-family: Playfair Display;
  justify-content: space-between;
}
.rr-btn-button2 .icon {
  width: 36px;
  height: 36px;
  display: flex;
  font-size: 20px;
  color: var(--white);
  align-items: center;
  border-radius: 500px;
  transition: all 0.3s;
  background: var(--BG-Primary, #FFFFFF);
  justify-content: center;
}
.rr-btn-button2:hover .icon {
  rotate: -45deg;
}
.rr-btn-button2.btn-black {
  color: var(--white);
  background: var(--primary);
}
.rr-btn-button2.btn-black .icon {
  color: var(--primary);
  background: var(--white);
}
.rr-btn-button2.btn-purple {
  gap: 30px;
  color: #000;
  background: #f3ff0a;
  padding: 10px 11px 10px 37px;
}
.rr-btn-button2.btn-purple .icon {
  width: 44px;
  height: 44px;
  background: #000;
}

.rr-btn-button3 {
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  align-items: center;
  display: inline-flex;
  color: #000;
  border-radius: 90px;
  text-transform: uppercase;
  padding: 7px 8px 7px 24px;
  border: 1px solid #e3e3e3;
  font-family: Kanit;
  justify-content: space-between;
  background: rgba(241, 241, 241, 0);
}
.rr-btn-button3 .icon {
  width: 36px;
  height: 36px;
  display: flex;
  font-size: 20px;
  color: #000;
  align-items: center;
  border-radius: 500px;
  transition: all 0.3s;
  background: var(--red);
  justify-content: center;
}
.rr-btn-button3:hover .icon {
  rotate: -45deg;
}
.rr-btn-button3.btn-black {
  color: var(--white);
  background: var(--primary);
}
.rr-btn-button3.btn-black .icon {
  color: var(--primary);
  background: var(--white);
}
.rr-btn-button3.btn-purple {
  gap: 30px;
  color: #fff;
  background: #000;
  padding: 10px 11px 10px 37px;
}
.rr-btn-button3.btn-purple .icon {
  width: 44px;
  height: 44px;
  background: #f3ff0a;
}

.rr-btn-button4 {
  font-family: Playfair Display;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  display: inline-flex;
  color: #FFFFFF;
  border-radius: 34px;
  text-transform: capitalize;
  padding: 8px 10px 8px;
  border: none;
  justify-content: space-between;
  background: var(--Text-950, #0C0C0C);
}
@media (max-width: 575px) {
  .rr-btn-button4 {
    padding: 8px 8px 9px 20px;
  }
}
.rr-btn-button4 .text {
  display: block;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin: 0 auto;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
}
.rr-btn-button4 .icon {
  width: 36px;
  height: 36px;
  display: flex;
  font-size: 20px;
  color: #0C0C0C;
  align-items: center;
  border-radius: 500px;
  transition: all 0.3s;
  justify-content: center;
  background: #FFFFFF;
}
.rr-btn-button4:hover {
  background-color: #FFFFFF;
  color: #EE2D7A;
}
.rr-btn-button4:hover .icon {
  rotate: -45deg;
  background: #EE2D7A;
}
.rr-btn-button4:hover .icon svg path {
  fill: #0C0C0C;
}
.rr-btn-button4:hover .text {
  color: #EE2D7A;
}
.rr-btn-button4.btn-black {
  color: var(--white);
  background: var(--primary);
}
.rr-btn-button4.btn-black .icon {
  color: var(--primary);
  background: var(--white);
}
.rr-btn-button4.btn-purple {
  gap: 16px;
  color: #000;
  color: #FFFFFF;
  background: var(--Text-950, #0C0C0C);
  padding: 10px 11px 10px 37px;
}
@media (max-width: 575px) {
  .rr-btn-button4.btn-purple {
    padding: 10px 8px 10px 20px;
  }
}
.rr-btn-button4.btn-purple .icon {
  width: 44px;
  height: 44px;
  background: var(--BG-Primary, #FFFFFF);
}
.rr-btn-button4.btn-purple .icon:hover {
  background: var(--Primary-950, #EE2D7A);
}

.rr-btn-button5 {
  color: var(--Text-950, #0C0C0C);
  font-family: Playfair Display;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  display: inline-flex;
  gap: 10px;
  border-radius: 36px;
  text-transform: capitalize;
  padding: 7px 10px 7px;
  border: 1px solid var(--Text-200, #B5B5B5);
  justify-content: space-between;
  background: transparent;
}
@media (max-width: 575px) {
  .rr-btn-button5 {
    padding: 7px 7px 7px 20px;
  }
}
.rr-btn-button5 .text {
  display: block;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin: 0 auto;
  color: var(--Text-950, #0C0C0C);
  font-family: Playfair Display;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
}
.rr-btn-button5 .icon {
  width: 28px;
  height: 28px;
  display: flex;
  font-size: 20px;
  color: #0C0C0C;
  align-items: center;
  border-radius: 500px;
  transition: all 0.3s;
  justify-content: center;
  background: #EE2D7A;
}
.rr-btn-button5:hover {
  background-color: #FFFFFF;
  color: #EE2D7A;
}
.rr-btn-button5:hover .icon {
  rotate: -45deg;
  background: #EE2D7A;
}
.rr-btn-button5:hover .icon svg path {
  fill: #0C0C0C;
}
.rr-btn-button5:hover .text {
  color: #EE2D7A;
}
.rr-btn-button5.btn-black {
  color: var(--white);
  background: var(--primary);
}
.rr-btn-button5.btn-black .icon {
  color: var(--primary);
  background: var(--white);
}
.rr-btn-button5.btn-purple {
  gap: 16px;
  color: #000;
  color: #FFFFFF;
  background: var(--Text-950, #0C0C0C);
  padding: 10px 11px 10px 37px;
}
@media (max-width: 575px) {
  .rr-btn-button5.btn-purple {
    padding: 10px 8px 10px 20px;
  }
}
.rr-btn-button5.btn-purple .icon {
  width: 44px;
  height: 44px;
  background: var(--BG-Primary, #FFFFFF);
}
.rr-btn-button5.btn-purple .icon:hover {
  background: var(--Primary-950, #EE2D7A);
}

.rr-btn-button6 {
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  align-items: center;
  display: inline-flex;
  color: #000;
  border-radius: 90px;
  text-transform: uppercase;
  padding: 7px 8px 7px 24px;
  border: 1px solid #f80;
  font-family: Kanit;
  justify-content: space-between;
  background: rgba(241, 241, 241, 0);
}
.rr-btn-button6 .icon {
  width: 36px;
  height: 36px;
  display: flex;
  font-size: 20px;
  color: var(--white);
  align-items: center;
  border-radius: 500px;
  transition: all 0.3s;
  background: var(--red);
  justify-content: center;
}
.rr-btn-button6:hover .icon {
  rotate: -45deg;
}
.rr-btn-button6.btn-black {
  color: var(--white);
  background: var(--primary);
}
.rr-btn-button6.btn-black .icon {
  color: var(--primary);
  background: var(--white);
}
.rr-btn-button6.btn-purple {
  gap: 30px;
  color: #000;
  background: #febc00;
  padding: 10px 11px 10px 37px;
}
.rr-btn-button6.btn-purple .icon {
  width: 44px;
  height: 44px;
  background: #000;
}

.rr-btn-button7 {
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  align-items: center;
  display: inline-flex;
  color: #000;
  border-radius: 90px;
  text-transform: uppercase;
  padding: 7px 8px 7px 24px;
  border: 1px solid #f80;
  font-family: var(--font_kanit);
  justify-content: space-between;
  background: var(--primary);
}
.rr-btn-button7 .icon {
  width: 36px;
  height: 36px;
  display: flex;
  font-size: 20px;
  color: var(--white);
  align-items: center;
  border-radius: 500px;
  transition: all 0.3s;
  background: var(--red);
  justify-content: center;
}
.rr-btn-button7 .icon svg path {
  stroke: #000;
}
.rr-btn-button7:hover .icon {
  rotate: -45deg;
}
.rr-btn-button7.btn-dark {
  gap: 30px;
  color: var(--white);
  background: var(--primary);
  padding: 10px 11px 10px 37px;
}
.rr-btn-button7.btn-dark .icon {
  width: 44px;
  height: 44px;
  background: #febc00;
}

/* === menu scss (index 01) === */
.main-menu.menu-dark > ul > li > a {
  color: var(--black);
}
.main-menu.menu-light > ul > li > a {
  color: var(--white);
}
.main-menu > ul {
  display: flex;
}
.main-menu > ul > li:first-child > a {
  padding-left: 0;
}
.main-menu > ul > li:last-child > a {
  padding-right: 0;
}
.main-menu > ul > li:hover > a {
  color: var(--secondary);
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}
.main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1;
  color: var(--primary);
  padding: 37px 15px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu {
  background-color: #232529;
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu.column-2 {
  column-count: 2;
  width: 480px;
  column-gap: 0;
}
.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}
.main-menu ul.dp-menu li:hover > a {
  color: var(--white);
  background-color: transparent;
}
.main-menu ul.dp-menu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  padding: 10px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
}
.main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}
.main-menu .has-mega-menu {
  position: static;
}
.main-menu li.menu-item-has-children > a:after {
  content: "\f0d7";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}
.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden;
}
.main-menu .mega-menu li a:hover {
  color: var(--white);
  background: #2c2c2f;
}
.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}
.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  column-span: all;
}

/* === offcanvas scss (index 02) === */
.offcanvas__menu-wrapper.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.offcanvas__menu-wrapper.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.offcanvas__menu-wrapper.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #ffa38e;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 15px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  border-top: 1px solid var(--black-4);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  width: 54px;
  height: 54px;
  justify-content: center;
  font-weight: 300;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 20px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 30px;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: clamp(16px, 1.2vw, 18px);
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}

/* === cursor css scss (index 01) === */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  transition: opacity 0.3s, color 0.4s;
}

.cb-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  width: 48px;
  height: 48px;
  background: transparent;
  border-radius: 500px;
  transform: scale(0);
  transition: opacity 0.1s, transform 0.3s ease-in-out;
}

.cb-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  opacity: 0;
  transform: scale(0) rotate(10deg);
  transition: opacity 0.4s, transform 0.3s;
  color: white;
}

/* Exclusion and Blending Modes */
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion,
  .cb-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
  .cb-cursor.-exclusion:before,
  .cb-cursor.-opaque:before {
    background: white;
  }
}
.cb-cursor.-normal,
.cb-cursor.-text {
  mix-blend-mode: normal;
}

.cb-cursor.-normal:before,
.cb-cursor.-text:before {
  background: currentColor;
}

.cb-cursor.-inverse {
  color: white;
}

/* Cursor Visibility and Transformations */
.cb-cursor.-visible:before {
  transform: scale(0.2);
}

.cb-cursor.-visible.-active:before {
  transform: scale(0.23);
  transition-duration: 0.2s;
}

.cb-cursor.-pointer:before {
  transform: scale(0);
}

.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  transform: scale(1);
}

.cb-cursor.-text.-active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}

.cb-cursor.all-element:before {
  transform: scale(1.6);
  opacity: 0.2;
  transition-duration: 0.2s;
}

.cb-cursor.-opaque:before {
  transform: scale(1.32);
}

.cb-cursor.-text:before {
  background: #000;
  opacity: 1;
  backdrop-filter: blur(10px);
  transform: scale(2);
}

.cb-cursor.-opaque.-active:before {
  transform: scale(1.2);
}

.cb-cursor.-lg:before {
  transform: scale(2);
}

.cb-cursor.-hidden:before {
  transform: scale(0);
}

/*----------------------------------------*/
/*  Context-Specific Styles  */
/*----------------------------------------*/
@supports (mix-blend-mode: exclusion) {
  .body-startup-agency .cb-cursor.-exclusion,
  .body-startup-agency .cb-cursor {
    mix-blend-mode: exclusion;
    opacity: 1;
  }
  .body-startup-agency .cb-cursor.-exclusion:before,
  .body-startup-agency .cb-cursor:before {
    background: white;
    opacity: 1;
  }
}

.cb-cursor.-small {
  mix-blend-mode: normal;
  white-space: nowrap;
}
.cb-cursor.-small::before {
  background-color: #fff;
  width: 80px;
  height: 28px;
  top: -14px;
  left: -40px;
}
.cb-cursor.-small .cb-cursor-text {
  color: black;
}

.cb-cursor.-big {
  mix-blend-mode: normal;
  white-space: nowrap;
}
.cb-cursor.-big::before {
  background-color: #fff;
  width: 80px;
  height: 80px;
  top: -40px;
  left: -40px;
  mix-blend-mode: normal;
}
.cb-cursor.-big .cb-cursor-text {
  color: black;
}

.cb-cursor.portfolio:before {
  display: none;
}

.cb-cursor-text.portfolio {
  width: 420px;
  left: -210px;
}
@media only screen and (max-width: 1919px) {
  .cb-cursor-text.portfolio {
    width: 350px;
    left: -175px;
  }
}
@media only screen and (max-width: 1399px) {
  .cb-cursor-text.portfolio {
    width: 280px;
    left: -140px;
  }
}
.cb-cursor-text.portfolio .cb-cursor-text {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  text-align: start;
}
.cb-cursor-text.portfolio .hover-display {
  width: 420px;
}
@media only screen and (max-width: 1919px) {
  .cb-cursor-text.portfolio .hover-display {
    width: 350px;
  }
}
@media only screen and (max-width: 1399px) {
  .cb-cursor-text.portfolio .hover-display {
    width: 280px;
  }
}
.cb-cursor-text.portfolio .hover-display .hover-thumb img {
  width: 100%;
}
.cb-cursor-text.portfolio .hover-display .hover-content {
  display: grid;
  gap: 10px 30px;
  grid-template-columns: 1fr auto;
  margin-top: 14px;
  text-align: start;
}
.cb-cursor-text.portfolio .hover-display .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 24px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
}
.cb-cursor-text.portfolio .hover-display .date {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 24px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  display: inline-block;
  color: var(--white);
}

.breadcumb {
  padding: 140px 0px 140px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.breadcumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(118, 75, 162, 0.85) 0%, rgba(102, 126, 234, 0.85) 50%, rgba(0, 255, 213, 0.85) 100%);
  background-size: 200% auto;
  animation: gradient-bg 6s ease infinite;
  z-index: -1;
}
@keyframes gradient-bg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcumb {
    padding: 100px 0px 110px;
  }
}
@media (max-width: 575px) {
  .breadcumb {
    padding: 100px 0px 100px;
  }
}
.breadcumb-wrapper__title {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1919px) {
  .breadcumb-wrapper__title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1399px) {
  .breadcumb-wrapper__title {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcumb-wrapper__title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcumb-wrapper__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcumb-wrapper__title {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .breadcumb-wrapper__title {
    font-size: 32px;
  }
}
.breadcumb-wrapper__items {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 12px 30px;
  width: max-content;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.breadcumb-wrapper__items-list {
  list-style: none;
}
.breadcumb-wrapper__items-list-title {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}
.breadcumb-wrapper__items-list-title:hover {
  color: #0B79C3;
}

.main-breadcumb {
  padding-top: 160px;
  position: relative;
  z-index: 1;
}
.main-breadcumb__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 14px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 157px 0;
  border-radius: 20px;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 1399px) {
  .main-breadcumb__wrap {
    padding: 100px 0;
  }
}
.main-breadcumb__title {
  position: relative;
  z-index: 6;
  color: var(--white);
  font-weight: 700;
  font-size: 56px;
  line-height: 1.05;
  margin: 0;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
.main-breadcumb__nav {
  display: block;
  position: relative;
  z-index: 6;
}
.main-breadcumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.main-breadcumb__item {
  font-size: clamp(16px, 1.2vw, 18px);
  color: var(--gray);
  display: inline-flex;
  align-items: center;
}
.main-breadcumb__item--current {
  color: var(--white);
  font-weight: 600;
}
.main-breadcumb__link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
  color: var(--white);
  font-family: var(--font_instr);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 575px) {
  .main-breadcumb__link {
    font-size: 16px;
  }
}
.main-breadcumb__link:hover {
  opacity: 0.9;
  text-decoration: underline;
}
.main-breadcumb__sep {
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(16px, 1.2vw, 18px);
  padding: 0 4px;
}
@media only screen and (min-width: 1921px) {
  .main-breadcumb__title {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1919px) {
  .main-breadcumb__title {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1399px) {
  .main-breadcumb__title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-breadcumb__title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .main-breadcumb__title {
    font-size: 40px;
  }
  .main-breadcumb__item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .main-breadcumb__title {
    font-size: 28px;
    line-height: 1.2;
  }
  .main-breadcumb__item {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .main-breadcumb__title {
    font-size: 28px;
  }
  .main-breadcumb__item {
    font-size: 13px;
  }
}

.product-card__inner {
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
  position: relative;
  padding: 20px;
  transition: all 0.3s ease;
  border: 1px solid var(--border-color-two);
}
.product-card__inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(16, 24, 40, 0.1);
}
.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 10px;
  color: var(--white);
  font-family: var(--font_instr);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-card__image {
  background: #f1f2f3;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  height: 310px;
}
.product-card__image img {
  max-width: 100%;
  width: 221px;
  height: 249px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.product-card__image:hover img {
  transform: scale(1.05);
}
.product-card__rating {
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.product-card__rating .product-card__stars {
  font-size: 0.9rem;
}
.product-card__rating .product-card__review {
  font-size: 0.85rem;
}
.product-card__title {
  color: var(--primary);
  text-align: center;
  font-family: var(--font_instr);
  font-size: clamp(16px, 1.2vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.product-card__price {
  color: var(--primary);
  color: #000;
  text-align: center;
  font-family: var(--font_instr);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.product-card__btn {
  border: 1px solid var(--black);
  background: transparent;
  color: var(--primary);
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  width: 100%;
}
.product-card__btn:hover {
  color: var(--white);
}

/* === Responsive === */
@media only screen and (max-width: 991px) {
  .product-card__inner {
    padding: 15px;
  }
  .product-card__image {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-card__inner {
    border-radius: 16px;
  }
  .product-card__title {
    font-size: 0.95rem;
  }
  .product-card__price {
    font-size: 1rem;
  }
  .product-card__btn {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}
/* === Header 1 Styles (Home 1) === */
.header-1 {
  position: relative;
  z-index: 1000;
  width: 100%;
  margin-bottom: 30px;
}
.header-1 .header-top {
  padding: 12px 0;
  font-size: 14px;
  color: var(--white);
  background-color: #21768E;
}
.header-1 .header-top__promo p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}
.header-1 .header-top__promo p a {
  color: var(--white);
  text-decoration: underline;
  font-weight: 500;
}
.header-1 .header-top__promo p a:hover {
  color: var(--yellow);
}
.header-1 .header-top__contact a {
  color: var(--white);
  font-weight: 500;
}
.header-1 .header-top__contact a i {
  margin-right: 8px;
  color: var(--white);
}
.header-1 .header-top__social .social-links {
  display: flex;
  gap: 20px;
}
.header-1 .header-top__social .social-links a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  transition: all 0.3s ease;
}
.header-1 .header-top__social .social-links a:hover {
  color: var(--white);
  transform: translateY(-2px);
}
.header-1 .header-main {
  padding: 25px 0;
  background: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header-1 .header-main .header__logo img {
  max-width: 160px;
}
.header-1 .header-main .header-search__box {
  background: #F1F5F9;
  border-radius: 8px;
  padding: 4px;
  max-width: 650px;
  margin: 0 auto;
}
.header-1 .header-main .header-search__category {
  min-width: 150px;
}
.header-1 .header-main .header-search__category .rr-dropdown {
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  padding-left: 20px;
  height: 100%;
  min-width: 150px;
  font-family: var(--font_urbanist);
  font-weight: 600;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 100%;
  color: var(--color-black);
}
.header-1 .header-main .header-search__category .rr-dropdown:after {
  right: 15px;
}
.header-1 .header-main .header-search__input {
  flex-grow: 1;
  display: flex;
  align-items: center;
  border-left: 1px solid #E2E8F0;
  padding-left: 10px;
}
.header-1 .header-main .header-search__input input {
  width: 100%;
  border: none;
  background: transparent;
  height: 45px;
  padding: 0 20px;
  font-size: 15px;
  color: var(--text-color-one);
}
.header-1 .header-main .header-search__input input::placeholder {
  color: #94A3B8;
}
.header-1 .header-main .header-search__input .search-btn {
  background: transparent;
  border: none;
  padding: 0 20px;
  font-size: clamp(16px, 1.2vw, 18px);
  color: #64748B;
  transition: all 0.3s ease;
}
.header-1 .header-main .header-search__input .search-btn:hover {
  color: var(--text-color-one);
}
.header-1 .header-main .header-action__item {
  margin-left: 25px;
}
.header-1 .header-main .header-action__item .action-btn {
  width: 50px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-color);
  font-size: 22px;
  color: var(--text-color-one);
  position: relative;
  transition: all 0.3s ease;
}
.header-1 .header-main .header-action__item .action-btn:hover {
  color: var(--rr-theme-primary);
}
.header-1 .header-nav {
  background: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header-1 .header-nav .category-trigger .trigger-btn {
  background: radial-gradient(50% 50% at 50% 50%, #21768E 0%, #294750 100%);
  color: var(--white);
  border: none;
  width: 100%;
  text-align: left;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 270px;
}
.header-1 .header-nav .category-trigger .trigger-btn i {
  font-size: clamp(16px, 1.2vw, 18px);
}
.header-1 .header-nav .main-menu ul {
  display: flex;
  align-items: center;
}
.header-1 .header-nav .main-menu ul li {
  padding: 0 20px;
  position: relative;
}
.header-1 .header-nav .main-menu ul li a {
  padding: 18px 0;
  display: inline-block;
  font-family: var(--font_urbanist);
  font-weight: 600;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 100%;
  color: #032331;
  transition: all 0.3s ease;
}
.header-1 .header-nav .main-menu ul li a:hover {
  color: var(--rr-theme-primary);
}
.header-1 .header-nav .main-menu ul li.has-dropdown > a:after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  margin-left: 6px;
  font-weight: 400;
}
.header-1 .header-nav .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  min-width: 220px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 99;
  padding: 15px 0;
  border-radius: 0 0 8px 8px;
}
.header-1 .header-nav .main-menu ul li .submenu li {
  width: 100%;
  padding: 0;
}
.header-1 .header-nav .main-menu ul li .submenu li a {
  padding: 8px 25px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
.header-1 .header-nav .main-menu ul li .submenu li a:hover {
  background: #F8FAFC;
  padding-left: 30px;
}
.header-1 .header-nav .main-menu ul li .submenu li a:after {
  display: none;
}
.header-1 .header-nav .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header-1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease;
}
.header-1.sticky .header-top {
  display: none;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1399px) {
  .header-1 .header-nav .main-menu ul li {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-1 .header-main {
    padding: 15px 0;
  }
}
/*===== Header 3 =====*/
.header-3 {
  background: #001A2E;
  padding: 0.9375rem 0;
  position: relative;
  z-index: 100;
}
.header-3 .header-3__menu-wrapper {
  gap: 2.5rem;
}
.header-3 .category-trigger .trigger-btn {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border: none;
  padding: 0.75rem 1.5625rem;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.3s ease;
}
.header-3 .category-trigger .trigger-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.header-3 .category-trigger .trigger-btn i {
  font-size: 1.125rem;
}
.header-3 .main-menu-white ul {
  display: flex;
  align-items: center;
}
.header-3 .main-menu-white ul li {
  padding: 0 1.25rem;
  position: relative;
}
.header-3 .main-menu-white ul li a {
  padding: 1.5625rem 0;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--white);
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.header-3 .main-menu-white ul li a:hover {
  color: var(--rr-theme-primary);
}
.header-3 .main-menu-white ul li.has-dropdown > a:after {
  content: "\f107";
  font-family: var(--font_awesome);
  margin-left: 0.375rem;
  font-weight: 400;
  font-size: 0.875rem;
}
.header-3 .main-menu-white ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #001A2E;
  min-width: 13.75rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 99;
  padding: 0.9375rem 0;
  border-radius: 0 0 8px 8px;
}
.header-3 .main-menu-white ul li .submenu li {
  width: 100%;
  padding: 0;
}
.header-3 .main-menu-white ul li .submenu li a {
  padding: 0.5rem 1.5625rem;
  width: 100%;
  font-size: 0.875rem;
  color: var(--white);
}
.header-3 .main-menu-white ul li .submenu li a:hover {
  background: rgba(255, 255, 255, 0.05);
  padding-left: 1.875rem;
  color: var(--rr-theme-primary);
}
.header-3 .main-menu-white ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header-3 .header-3__action {
  gap: 0.75rem;
}
.header-3 .header-3__action .action-btn {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}
.header-3 .header-3__action .action-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: var(--rr-theme-primary);
}
@media only screen and (max-width: 1399px) {
  .header-3 .header-3__menu-wrapper {
    gap: 0.9375rem;
  }
  .header-3 .main-menu-white ul li {
    padding: 0 0.75rem;
  }
  .header-3 .main-menu-white ul li a {
    font-size: 0.875rem;
  }
  .header-3 .category-trigger .trigger-btn {
    padding: 0.625rem 0.9375rem;
  }
  .header-3 .category-trigger .trigger-btn span {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .header-3 {
    padding: 0.625rem 0;
  }
  .header-3 .header-3__action {
    gap: 0.5rem;
  }
  .header-3 .header-3__action .action-btn {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.125rem;
  }
}

/*===== Header 4 (Inner Pages - Dark Theme) =====*/
.header-4 {
  background: #092c47;
  position: relative;
  z-index: 1000;
}
.header-4__top-bar {
  background: var(--rr-theme-primary);
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-4__top-bar .social-links {
  display: flex;
  gap: 20px;
}
.header-4__top-bar .social-links a {
  color: var(--white);
  font-size: 14px;
  transition: all 0.3s ease;
}
.header-4__top-bar .social-links a:hover {
  opacity: 0.8;
}
.header-4__top-bar .selectors {
  display: flex;
  gap: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 20px;
}
.header-4__top-bar .selectors .selector-item {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-4__top-bar .selectors .selector-item i {
  font-size: 12px;
}
.header-4__top-bar .selectors .selector-item:hover {
  opacity: 0.8;
}
.header-4__top-bar .shipping-msg {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}
.header-4__top-bar .shipping-msg i {
  margin-right: 8px;
  color: var(--white);
}
.header-4__top-bar .top-links {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.header-4__top-bar .top-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}
.header-4__top-bar .top-links a:hover {
  opacity: 0.8;
}
.header-4__top-bar .top-links span {
  color: rgba(255, 255, 255, 0.5);
}
.header-4__main {
  padding: 10px 0;
  background: #2788cf;
}
.header-4__main .category-trigger .trigger-btn {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  transition: all 0.3s ease;
}
.header-4__main .category-trigger .trigger-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.header-4__main .main-menu-white ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-4__main .main-menu-white ul li {
  padding: 0 15px;
  position: relative;
}
.header-4__main .main-menu-white ul li a {
  padding: 10px 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  transition: all 0.3s ease;
}
.header-4__main .main-menu-white ul li a:hover {
  color: #21768E;
}
.header-4__main .main-menu-white ul li.has-dropdown > a:after {
  content: "\f107";
  font-family: var(--font_awesome);
  margin-left: 6px;
  font-weight: 400;
  font-size: 14px;
}
.header-4__main .main-menu-white ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #001A2E;
  min-width: 220px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 99;
  padding: 15px 0;
  border-radius: 0 0 8px 8px;
}
.header-4__main .main-menu-white ul li .submenu li {
  width: 100%;
  padding: 0;
}
.header-4__main .main-menu-white ul li .submenu li a {
  padding: 8px 25px;
  width: 100%;
  font-size: 14px;
  color: var(--white);
}
.header-4__main .main-menu-white ul li .submenu li a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--rr-theme-primary);
  padding-left: 30px;
}
.header-4__main .main-menu-white ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header-4__main .header-4__action {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}
.header-4__main .header-4__action .action-btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-radius: 8px;
  font-size: 18px;
  transition: all 0.3s ease;
}
.header-4__main .header-4__action .action-btn:hover {
  background: #21768E;
  color: var(--white);
}
.header-4.header-sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  animation: slideDown 0.3s ease;
}
.header-4.header-sticky.sticky .header-4__top-bar {
  display: none;
}
.header-4.header-sticky.sticky .header-4__main {
  padding: 12px 0;
}

@media only screen and (max-width: 1399px) {
  .header-4__main .main-menu-white ul li {
    padding: 0 10px;
  }
  .header-4__main .main-menu-white ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-4__main {
    padding: 15px 0;
  }
  .header-4__main .category-trigger .trigger-btn span {
    display: none;
  }
}
.brand-logo-text {
  color: black;
  margin-bottom: 0;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 28px;
  line-height: 1;
  text-decoration: none !important;
}

.brand-favicon {
  max-height: 70px;
  width: auto;
}

.brand-logo-dot {
  color: #00f0ff;
}

/* Fix for action buttons shrinking on mobile */
.action-btn {
  flex-shrink: 0 !important;
}

/* Responsive adjustments for header actions on mobile */
@media only screen and (max-width: 767px) {
  .header-action {
    gap: 5px !important;
  }
  .action-btn {
    width: 35px !important;
    height: 35px !important;
    font-size: 16px !important;
  }
}
.header-inner {
  position: relative;
}

/* === Footer Section (Home 03) === */
.footer1 {
  position: relative;
  padding: 100px 0px 0px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .footer1 {
    padding: 90px 0px 0px;
  }
}
@media (max-width: 575px) {
  .footer1 {
    padding: 60px 0px 0px;
  }
}
.footer1::before {
  content: "";
  position: absolute;
  background-color: rgba(217, 217, 217, 0.4);
  width: 100%;
  height: 1px;
  top: 27%;
}
@media only screen and (max-width: 1199px) {
  .footer1::before {
    top: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .footer1::before {
    display: none;
  }
}
.footer1-header1 {
  padding: 8px 0 86px;
  margin-bottom: 85px;
}
@media only screen and (max-width: 1199px) {
  .footer1-header1 {
    padding: 8px 0 30px;
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .footer1-header1 {
    padding: 8px 0 20px;
    margin-bottom: 65px;
  }
}
.footer1-header1__content-title {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media only screen and (max-width: 1919px) {
  .footer1-header1__content-title {
    font-size: 31px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer1-header1__content-title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .footer1-header1__content-title {
    font-size: 20px;
  }
}
.footer1-header1__items-newsletter {
  position: relative;
  padding: 60px 40px;
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .footer1-header1__items-newsletter {
    padding: 40px 40px;
  }
}
.footer1-header1__items-newsletter-box {
  width: 700px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1399px) {
  .footer1-header1__items-newsletter-box {
    width: 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer1-header1__items-newsletter-box {
    width: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .footer1-header1__items-newsletter-box {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .footer1-header1__items-newsletter-box {
    width: 100%;
  }
}
.footer1-header1__items-newsletter-box input {
  width: 100%;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: clamp(16px, 1.2vw, 18px);
  padding: 18px 200px 18px 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 66px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .footer1-header1__items-newsletter-box input {
    font-size: 16px;
    padding: 13px 180px 13px 20px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .footer1-header1__items-newsletter-box input {
    font-size: 14px;
    padding: 13px 150px 13px 15px;
    height: 55px;
    border-radius: 12px;
  }
}
.footer1-header1__items-newsletter-box input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer1-header1__items-newsletter-box input:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--rr-theme-primary);
  box-shadow: 0 0 15px rgba(11, 121, 195, 0.2);
  outline: none;
}
.footer1-header1__items-newsletter-box button {
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  background: linear-gradient(90deg, #0B79C3 0%, #035891 100%);
  border: none;
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(11, 121, 195, 0.3);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .footer1-header1__items-newsletter-box button {
    width: max-content;
    padding: 0 20px;
  }
}
.footer1-header1__items-newsletter-box button .text {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .footer1-header1__items-newsletter-box button .text {
    font-size: 12px;
  }
}
.footer1-header1__items-newsletter-box button .icon {
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer1-header1__items-newsletter-box button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(11, 121, 195, 0.4);
}
.footer1-header1__items-newsletter-box button:hover .icon {
  transform: translateX(4px);
}
.footer1-header {
  padding: 8px 0 86px;
  margin-bottom: 85px;
}
@media only screen and (max-width: 1199px) {
  .footer1-header {
    padding: 8px 0 30px;
    margin-bottom: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .footer1-header {
    padding: 8px 0 20px;
    margin-bottom: 65px;
  }
}
.footer1-header__items {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media only screen and (max-width: 1919px) {
  .footer1-header__items {
    gap: 15px;
  }
}
.footer1-header__items-icon {
  background: rgba(255, 255, 255, 0.1019607843);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex: none;
}
@media (max-width: 575px) {
  .footer1-header__items-icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }
}
.footer1-header__items-content-text {
  color: #B8B9B9;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 34px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1919px) {
  .footer1-header__items-content-text {
    margin-bottom: 2px;
  }
}
@media (max-width: 575px) {
  .footer1-header__items-content-text {
    font-size: 17px;
  }
}
.footer1-header__items-content a span {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media only screen and (max-width: 1919px) {
  .footer1-header__items-content a span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer1-header__items-content a span {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .footer1-header__items-content a span {
    font-size: 16px;
  }
}
.footer1-header__items-content-subtext {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media only screen and (max-width: 1919px) {
  .footer1-header__items-content-subtext {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer1-header__items-content-subtext {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .footer1-header__items-content-subtext {
    font-size: clamp(16px, 1.2vw, 18px);
  }
}
.footer1-top__logo {
  margin-bottom: 39px;
}
.footer1-top__text {
  color: #B8B9B9;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 344px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1919px) {
  .footer1-top__text {
    width: 390px;
  }
}
@media only screen and (max-width: 991px) {
  .footer1-top__text {
    width: 350px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .footer1-top__text {
    width: 420px;
  }
}
@media (max-width: 575px) {
  .footer1-top__text {
    width: 310px;
    font-size: 16px;
  }
}
.footer1-top__newsletter {
  position: relative;
  padding: 60px 40px;
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .footer1-top__newsletter {
    padding: 40px 40px;
  }
}
.footer1-top__newsletter-box {
  width: 430px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1399px) {
  .footer1-top__newsletter-box {
    width: 375px;
  }
}
@media only screen and (max-width: 991px) {
  .footer1-top__newsletter-box {
    width: 335px;
  }
}
@media only screen and (max-width: 767px) {
  .footer1-top__newsletter-box {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .footer1-top__newsletter-box {
    width: 300px;
  }
}
.footer1-top__newsletter-box input {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1019607843);
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 40px;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 991px) {
  .footer1-top__newsletter-box input {
    font-size: 16px;
    padding: 13px 20px;
  }
}
@media (max-width: 575px) {
  .footer1-top__newsletter-box input {
    font-size: 14px;
    padding: 13px 10px;
  }
}
.footer1-top__newsletter-box input::placeholder {
  color: #FFFFFF;
}
.footer1-top__newsletter-box button {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 175px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #0B79C3 0%, #035891 100%);
}
@media (max-width: 575px) {
  .footer1-top__newsletter-box button {
    width: 140px;
  }
}
.footer1-top__newsletter-box .theme-btn-one {
  gap: 11px;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;
  align-items: center;
  display: inline-flex;
  color: #FFFFFF;
  background: linear-gradient(90deg, #0B79C3 0%, #035891 100%);
  border-radius: 8px;
  text-transform: capitalize;
  padding: 13px 15px;
  border: none;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer1-top__newsletter-box .theme-btn-one {
    gap: 6px;
    padding: 8px 8px 8px 10px;
    font-size: 14px;
  }
}
.footer1-top__newsletter-box .theme-btn-one:hover .icon {
  rotate: -45deg;
}
.footer1-top__newsletter-box .theme-btn-one.btn-black {
  color: var(--white);
  background: var(--primary);
}
.footer1-top__newsletter-box .theme-btn-one.btn-black .icon {
  color: var(--primary);
  background: var(--white);
}
.footer1-top__newsletter-box .theme-btn-one.btn-purple {
  gap: 11px;
  color: #000;
  color: #FFFFFF;
  background: var(--rr-theme-primary);
  padding: 18px 21px;
}
@media (max-width: 575px) {
  .footer1-top__newsletter-box .theme-btn-one.btn-purple {
    padding: 14px 18px;
  }
}
.footer1-widget__title {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1919px) {
  .footer1-widget__title {
    font-size: 27px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer1-widget__title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .footer1-widget__title {
    font-size: 23px;
  }
}
.footer1-widget-items {
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 1919px) {
  .footer1-widget-items {
    gap: 40px;
  }
}
.footer1-widget__nav {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 10px;
}
.footer1-widget__nav-link {
  color: #B8B9B9;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 40px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
}
@media only screen and (max-width: 1919px) {
  .footer1-widget__nav-link {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .footer1-widget__nav-link {
    font-size: 16px;
  }
}
.footer1-widget__contact {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.footer1-widget__contact-link {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 10px;
  font-size: clamp(16px, 1.2vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.footer1-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.footer1-info__social {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer1-info__social-text {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.footer1-info__social-link {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer1-info__social-link span {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1019607843);
  color: #FFFFFF;
  transition: all 0.4s ease-in-out;
}
.footer1-info__social-link span:hover {
  background: #B8B9B9;
}
.footer1-info__social-link span:hover i {
  color: #2B2927;
}
.footer1-bottom {
  background: rgba(255, 255, 255, 0.1019607843);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
@media only screen and (max-width: 1399px) {
  .footer1-bottom {
    padding: 23px 0;
  }
}
.footer1-bottom__copyright {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .footer1-bottom__copyright {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .footer1-bottom__copyright {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .footer1-bottom__copyright {
    font-size: 15px;
  }
}

.main-sidebar-widget {
  background: #f8fafc;
  padding: 34px 26px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
}
.main-sidebar-widget:not(:last-child) {
  margin-bottom: 41px;
}
@media only screen and (max-width: 1399px) {
  .main-sidebar-widget {
    padding: 26px 24px 26px;
  }
}
.main-sidebar-widget__heading {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1399px) {
  .main-sidebar-widget__heading {
    margin-bottom: 17px;
  }
}
.main-sidebar-widget__heading-title {
  color: #092c47;
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
}
@media only screen and (max-width: 1399px) {
  .main-sidebar-widget__heading-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-sidebar-widget__heading-title {
    font-size: clamp(16px, 1.2vw, 18px);
  }
}
.main-sidebar-widget__search-widget {
  margin-top: 20px;
}
.main-sidebar-widget__search-widget form {
  display: flex;
  gap: 10px;
  width: 100%;
  position: relative;
}
.main-sidebar-widget__search-widget form input {
  background: #FFFFFF;
  padding: 16px 21px;
  width: 100%;
  border: 1px solid #cbd5e1;
  color: #1e293b;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 5%;
  vertical-align: middle;
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1399px) {
  .main-sidebar-widget__search-widget form input {
    padding: 14px 20px;
    width: 100%;
    font-size: 15px;
  }
}
.main-sidebar-widget__search-widget form input::placeholder {
  color: #94a3b8;
}
.main-sidebar-widget__search-widget form input:focus {
  outline: none;
  border-color: var(--rr-theme-primary);
  box-shadow: 0 0 0 3px rgba(11, 121, 195, 0.15);
}
.main-sidebar-widget__search-widget form button {
  position: absolute;
  padding: 12px;
  background: var(--rr-theme-primary);
  width: 45px;
  height: 45px;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  color: #FFFFFF;
}
.main-sidebar-widget__search-widget form button:hover {
  background: #035891;
}
@media only screen and (max-width: 1399px) {
  .main-sidebar-widget__search-widget form button {
    right: 3%;
  }
}
@media only screen and (max-width: 991px) {
  .main-sidebar-widget__search-widget form button {
    right: 1%;
  }
}
.main-sidebar-widget__search-widget form button svg {
  width: 20px;
  height: 20px;
}
.main-sidebar-widget__post-items {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-sidebar-widget__post-items:not(:last-child) {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1399px) {
  .main-sidebar-widget__post-items {
    gap: 13px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-sidebar-widget__post-items {
    flex-wrap: wrap;
    gap: 18px;
  }
}
.main-sidebar-widget__post-items-thumb img {
  border-radius: 8px;
  max-width: 100%;
  transition: transform 0.3s;
}
.main-sidebar-widget__post-items:hover .main-sidebar-widget__post-items-thumb img {
  transform: scale(1.05);
}
.main-sidebar-widget__post-items-content-post {
  list-style: none !important;
  margin-bottom: 5px;
}
.main-sidebar-widget__post-items-content-post-date {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #64748b;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0%;
  text-transform: capitalize;
  list-style: none !important;
}
.main-sidebar-widget__post-items-content-post-date i {
  color: var(--rr-theme-primary);
}
.main-sidebar-widget__post-items-content-title a {
  color: #092c47;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-style: SemiBold;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.4;
  letter-spacing: 0%;
  text-decoration: none;
  transition: color 0.3s;
}
.main-sidebar-widget__post-items-content-title a:hover {
  color: var(--rr-theme-primary);
}
@media only screen and (max-width: 1399px) {
  .main-sidebar-widget__post-items-content-title a {
    font-size: 16px;
  }
}
.main-sidebar-widget__tags-tagcloud {
  margin-top: 22px;
}
@media only screen and (max-width: 1399px) {
  .main-sidebar-widget__tags-tagcloud {
    margin-top: 17px;
  }
}
.main-sidebar-widget__tags-tagcloud a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #092c47;
  padding: 10px 18px;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  border-radius: 8px;
  margin-top: 10px;
  background: #FFFFFF;
  border: 1px solid #e2e8f0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: 8px;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .main-sidebar-widget__tags-tagcloud a {
    padding: 8px 14px;
    font-size: 13px;
  }
}
.main-sidebar-widget__tags-tagcloud a:hover {
  background-color: var(--rr-theme-primary);
  color: #FFFFFF;
  border-color: var(--rr-theme-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(11, 121, 195, 0.15);
}
.main-sidebar-widget__instagram-items {
  display: flex;
  gap: 17px;
  align-items: center;
}
.main-sidebar-widget__instagram-items:not(:last-child) {
  margin-bottom: 17px;
}
.main-sidebar-widget__instagram-items-thumb {
  overflow: hidden;
  border-radius: 8px;
}
.main-sidebar-widget__instagram-items-thumb img {
  max-width: 100%;
  transition: transform 0.4s ease;
}
.main-sidebar-widget__instagram-items-thumb img:hover {
  transform: scale(1.08);
}
.main-sidebar-widget2 {
  padding: 33px 47px 33px 28px;
  background: radial-gradient(50% 50% at 50% 50%, #0B79C3 0%, #061d30 100%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.main-sidebar-widget2:not(:last-child) {
  margin-bottom: 41px;
}
.main-sidebar-widget2__heading {
  margin-bottom: 31px;
}
.main-sidebar-widget2__heading-subtitle {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1199px) {
  .main-sidebar-widget2__heading-subtitle {
    font-size: 16px;
  }
}
.main-sidebar-widget2__heading-title {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-style: SemiBold;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 1399px) {
  .main-sidebar-widget2__heading-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-sidebar-widget2__heading-title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 991px) {
  .main-sidebar-widget2__heading-title {
    font-size: 20px;
  }
}
.main-sidebar-widget2__watches {
  position: relative;
  z-index: 5;
}
.main-sidebar-widget2__watches-thumb {
  text-align: center;
  z-index: 5;
}
.main-sidebar-widget2__watches-thumb img {
  max-width: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-sidebar-widget2__watches:hover .main-sidebar-widget2__watches-thumb img {
  transform: scale(1.06);
}
.main-sidebar-widget2__watches-text {
  position: absolute;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  left: -16%;
  top: 20%;
  transform: translateY(-50%) rotate(-90deg);
  width: 175px;
  height: 44px;
}
@media only screen and (max-width: 1199px) {
  .main-sidebar-widget2__watches-text {
    font-size: 16px;
    left: -24%;
    top: 15%;
    width: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .main-sidebar-widget2__watches-text {
    font-size: 16px;
    left: 14%;
    top: 15%;
    width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .main-sidebar-widget2__watches-text {
    font-size: 16px;
    left: 14%;
    top: 15%;
    width: 170px;
  }
}
@media (max-width: 575px) {
  .main-sidebar-widget2__watches-text {
    display: none;
  }
}
.main-sidebar-widget2__watches-offer {
  position: absolute;
  right: 1%;
  top: 2%;
  z-index: -1;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  color: #FFFFFF;
  background: var(--rr-theme-primary);
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-style: Bold;
  font-size: 30px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 8px 20px rgba(11, 121, 195, 0.3);
}
@media only screen and (max-width: 1199px) {
  .main-sidebar-widget2__watches-offer {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    right: -12%;
  }
}
@media only screen and (max-width: 991px) {
  .main-sidebar-widget2__watches-offer {
    font-size: 16px;
    right: 14%;
  }
}
@media only screen and (max-width: 767px) {
  .main-sidebar-widget2__watches-offer {
    font-size: 16px;
    right: 1%;
  }
}
@media (max-width: 575px) {
  .main-sidebar-widget2__watches-offer {
    display: none;
  }
}
.main-sidebar-widget2__watches-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.rr-sidebar__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  backdrop-filter: blur(2px);
}
.rr-sidebar__panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transform: translateX(110%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  padding: 36px 40px 40px;
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.12);
}
@media (max-width: 575px) {
  .rr-sidebar__panel {
    width: 300px;
    padding: 24px 20px 28px;
  }
}
.rr-sidebar__panel::-webkit-scrollbar {
  display: none;
}
.rr-sidebar.is-active .rr-sidebar__overlay {
  display: block;
}
.rr-sidebar.is-active .rr-sidebar__panel {
  transform: translateX(0);
}
.rr-sidebar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-shrink: 0;
}
.rr-sidebar__logo img {
  height: 70px;
  width: auto;
}
.rr-sidebar__close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 0, 0, 0.14);
  background: transparent;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s, transform 0.3s;
}
.rr-sidebar__close:hover {
  background: #111;
  color: #fff;
  border-color: #111;
  transform: rotate(90deg);
}
.rr-sidebar__rule {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 24px 0;
  flex-shrink: 0;
}
.rr-sidebar__contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  flex-shrink: 0;
}
.rr-sidebar__contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #444;
}
.rr-sidebar__contact-row a {
  color: #444;
  text-decoration: none;
}
.rr-sidebar__contact-row a:hover {
  color: #111;
}
.rr-sidebar__contact-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #21768e;
  font-size: 12px;
}
.rr-sidebar__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 13px 26px;
  border-radius: 50px;
  text-decoration: none;
  margin-bottom: 24px;
  width: fit-content;
  flex-shrink: 0;
  transition: background 0.25s, gap 0.25s;
}
.rr-sidebar__cta i {
  transition: transform 0.25s;
}
.rr-sidebar__cta:hover {
  background: #21768e;
  color: #fff;
  gap: 16px;
}
.rr-sidebar__cta:hover i {
  transform: translateX(4px);
}
.rr-sidebar__social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  flex-shrink: 0;
}
.rr-sidebar__social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.rr-sidebar__social a:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

.rr-sidebar__nav {
  margin-bottom: 4px;
  flex-shrink: 0;
}

.rr-snav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rr-snav__item {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.rr-snav__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.rr-snav__item--has-sub {
  display: grid;
  grid-template-columns: 1fr 48px;
  grid-template-rows: auto auto;
  align-items: stretch;
}
.rr-snav__link {
  display: flex;
  align-items: center;
  padding: 14px 0;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  letter-spacing: 0.01em;
  line-height: 1;
  grid-column: 1;
  grid-row: 1;
  transition: color 0.2s;
}
.rr-snav__link:hover {
  color: #21768e;
}
.rr-snav__toggle {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  cursor: pointer;
  color: #111;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  transition: background 0.2s, color 0.2s;
}
.rr-snav__toggle span {
  pointer-events: none;
}
.rr-snav__toggle:hover {
  background: rgba(0, 0, 0, 0.04);
  color: #21768e;
}
.rr-snav__toggle[aria-expanded=true] {
  color: #21768e;
}
.rr-snav__sub {
  list-style: none;
  margin: 0;
  padding: 0;
  grid-column: 1/3;
  grid-row: 2;
  background: #f9f9f9;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.rr-snav__sub li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.rr-snav__sub li:last-child {
  border-bottom: none;
}
.rr-snav__sub a {
  display: block;
  padding: 10px 16px;
  font-size: 13.5px;
  font-weight: 500;
  color: #555;
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
}
.rr-snav__sub a:hover {
  color: #21768e;
  padding-left: 22px;
}

.rr-dropdown {
  position: relative;
  user-select: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--black-color-two, #032331);
  background: var(--white, #fff);
  border: 1px solid var(--border-color-two, #DADADA);
  padding: 0 20px;
  height: 45px;
  line-height: 43px;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: inline-block;
  min-width: 200px;
  z-index: 10;
}
.rr-dropdown:after {
  content: "\f107";
  font-family: var(--font_awesome);
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.rr-dropdown.is-open {
  border-color: var(--primary-two, #21768E);
}
.rr-dropdown.is-open:after {
  transform: translateY(-50%) rotate(180deg);
}
.rr-dropdown.is-open .rr-dropdown-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.rr-dropdown .rr-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--white, #fff);
  border: 1px solid var(--border-color-two, #DADADA);
  border-radius: 5px;
  margin-top: 5px;
  padding: 5px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
  list-style: none;
}
.rr-dropdown .rr-dropdown-item {
  padding: 0 20px;
  line-height: 40px;
  transition: all 0.3s ease;
  color: var(--text-color-two, #5B5B5B);
  list-style: none;
}
.rr-dropdown .rr-dropdown-item:hover {
  background: var(--bg-color2, #F6F6F6);
  color: var(--primary-two, #21768E);
}
.rr-dropdown .rr-dropdown-item.is-selected {
  background: var(--bg-color2, #F6F6F6);
  color: var(--primary-two, #21768E);
  font-weight: 600;
}

/* === pages scss (index 01) === */
.hero1 {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4ebf5 100%);
  padding: 10px 0 50px;
  position: relative;
  overflow: hidden;
}
.hero1__product-card.style1 .thumb img, .hero1__product-card.style2 .thumb img {
  width: 100%;
  border-radius: 20px;
  transition: transform 0.4s ease;
}
.hero1__product-card.style1 .content, .hero1__product-card.style2 .content {
  padding: 20px 17px;
  border-radius: 20px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.hero1__product-card.style1 .content__left .title, .hero1__product-card.style2 .content__left .title {
  margin-bottom: 8px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}
.hero1__product-card.style1 .content__left .title a, .hero1__product-card.style2 .content__left .title a {
  color: var(--primary-two);
  transition: color 0.3s ease;
}
.hero1__product-card.style1 .content__left .title a:hover, .hero1__product-card.style2 .content__left .title a:hover {
  color: #667eea;
}
.hero1__product-card.style1 .content__left .star, .hero1__product-card.style2 .content__left .star {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #ffc107;
  font-size: 14px;
}
.hero1__product-card.style1 .content__right .price, .hero1__product-card.style2 .content__right .price {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--primary-two);
}
.hero1__product-card.style1:hover .thumb img, .hero1__product-card.style2:hover .thumb img {
  transform: scale(1.05);
}
.hero1__product-card.style1:hover .content, .hero1__product-card.style2:hover .content {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.hero1__right {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.hero1__right .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero1__right .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero1__right-content {
  position: relative;
  z-index: 1;
  max-width: 567px;
  padding: 60px 50px;
  height: 100%;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.4) 60%, transparent 100%);
}
@media only screen and (max-width: 1399px) {
  .hero1__right-content {
    min-height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .hero1__right-content {
    min-height: auto;
    padding: 40px 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    margin: 0 auto;
  }
}
.hero1__right-content .title {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 55px;
  line-height: 1.15;
  color: var(--primary-two);
  margin-bottom: 25px;
  text-shadow: 0 2px 10px rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 1199px) {
  .hero1__right-content .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .hero1__right-content .title {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .hero1__right-content .title {
    font-size: 32px;
  }
}
.hero1__right-content .desc {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 40px;
  max-width: 90%;
}
@media only screen and (max-width: 991px) {
  .hero1__right-content .desc {
    max-width: 100%;
  }
}
.hero1__right-content .theme-btn-two {
  align-self: flex-start;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 15px 35px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(118, 75, 162, 0.4);
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .hero1__right-content .theme-btn-two {
    align-self: center;
  }
}
.hero1__right-content .theme-btn-two:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(118, 75, 162, 0.6);
}
.hero1__right-content .theme-btn-two .icon {
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.hero1__right-content .theme-btn-two:hover .icon {
  transform: translateX(6px);
}
.hero1__bottom {
  margin-top: -250px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1399px) {
  .hero1__bottom {
    margin-top: 50px;
  }
}

/* === Category  Section (Home 01) === */
.category {
  padding: 80px 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
}
.category-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 25px;
  padding: 20px;
}
@media only screen and (max-width: 1919px) {
  .category-wrapper {
    justify-content: center;
  }
}
.category-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
  cursor: pointer;
}
.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.08);
}
.category-card:hover .category-card__thumb img {
  transform: scale(1.1);
}
.category-card:hover .category-card__content-title {
  color: #764ba2;
}
.category-card__thumb {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}
.category-card__thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.category-card__content-title {
  color: #2d3748;
  font-family: "Outfit", var(--font_Urbanist), sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}
.category-card__content-title a {
  text-decoration: none;
  color: inherit;
}
.category-card__content-text {
  color: #718096;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 0.95rem;
}

/* === Trending-Products  Section (Home 01) === */
.trending-product {
  background-color: #f8f9fa;
  padding: 80px 0;
}
.trending-product-wrapper {
  margin-top: 40px;
}
.trending-product-wrapper__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.trending-product__card {
  position: relative;
  padding: 25px;
  background: #ffffff;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(0, 0, 0, 0.02);
  overflow: hidden;
}
.trending-product__card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.trending-product__card:hover .trending-product__card-thumb img {
  transform: scale(1.08);
}
.trending-product__card:hover .trending-product__card-content-title {
  color: #667eea;
}
.trending-product__card:hover .trending-product__card-content-cart-icon {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  transform: rotate(-10deg) scale(1.1);
}
.trending-product__card-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
.trending-product__card-items-discount {
  padding: 6px 15px;
  background: linear-gradient(135deg, #ff0844 0%, #ffb199 100%);
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(255, 8, 68, 0.3);
}
.trending-product__card-items-love-cart {
  color: #a0aec0;
  font-size: 1.2rem;
  transition: color 0.3s ease;
  cursor: pointer;
}
.trending-product__card-items-love-cart:hover {
  color: #ff0844;
}
.trending-product__card-thumb {
  margin-bottom: 25px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trending-product__card-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
}
.trending-product__card-content-title-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 12px;
}
.trending-product__card-content-title {
  color: #2d3748;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  transition: color 0.3s ease;
}
.trending-product__card-content-title a {
  text-decoration: none;
  color: inherit;
}
.trending-product__card-content-price .original-price {
  color: #4a5568;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
}
.trending-product__card-content-star {
  color: #ecc94b;
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.trending-product__card-content-cart-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f7fafc;
  color: #4a5568;
  transition: all 0.3s ease;
}
.trending-product__card-content-cart-icon i {
  font-size: 1.2rem;
}
.trending-product__card-content a {
  text-decoration: none;
}

.hot-deals {
  position: relative;
  padding: 80px 0;
  background-color: #ffffff;
}
.hot-deals-items {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.hot-deals-items__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hot-deals-items__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hot-deals-items__content {
  position: relative;
  z-index: 1;
  margin: 40px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  max-width: 450px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .hot-deals-items__content {
    margin: 20px;
    padding: 25px;
  }
}
.hot-deals-items__content-subtext {
  color: #ff0844;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.hot-deals-items__content-title {
  color: var(--color-white);
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .hot-deals-items__content-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 575px) {
  .hot-deals-items__content-title {
    font-size: 1.8rem;
  }
}
.hot-deals-items__content-text {
  color: var(--color-white);
  font-family: var(--font_Urbanist);
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.hot-deals-items__content-button .theme-btn-four {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 12px 28px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(118, 75, 162, 0.4);
}
.hot-deals-items__content-button .theme-btn-four:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(118, 75, 162, 0.6);
}
.hot-deals-items__content-button .theme-btn-four .icon {
  margin-left: 10px;
}
.hot-deals-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hot-deals-card {
  position: relative;
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hot-deals-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: rgba(102, 126, 234, 0.3);
}
.hot-deals-card:hover .hot-deals-card__thumb img {
  transform: scale(1.08);
}
.hot-deals-card:hover .hot-deals-card__content-title a {
  color: #764ba2;
}
.hot-deals-card__thumb {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  min-height: 180px;
}
.hot-deals-card__thumb img {
  max-width: 100%;
  max-height: 180px;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.hot-deals-card__content-title {
  color: #2d3748;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 8px;
}
.hot-deals-card__content-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.hot-deals-card__content-items-price .original-price {
  color: #ff0844;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
}

.best-product {
  position: relative;
  padding: 100px 0;
  background-color: #ffffff;
}
.best-product-items {
  position: relative;
  z-index: 5;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .best-product-items {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.best-product-items__thumb {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}
.best-product-items__thumb img {
  width: 100%;
  transition: transform 0.5s ease;
}
.best-product-items__thumb img:hover {
  transform: scale(1.05);
}
.best-product-items__content {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 35px 30px;
  width: 340px;
  top: -20px;
  right: -30px;
  border-radius: 24px;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 1919px) {
  .best-product-items__content {
    width: 320px;
    right: -10px;
  }
}
@media only screen and (max-width: 1399px) {
  .best-product-items__content {
    padding: 20px 20px;
    width: 280px;
    top: -10px;
  }
}
@media (max-width: 575px) {
  .best-product-items__content {
    display: none;
  }
}
.best-product-items__content-title {
  color: #1a202c;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 12px;
  text-align: left;
}
.best-product-items__content-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.best-product-items__content-title a:hover {
  color: #667eea;
}
.best-product-items__content-text {
  color: #4a5568;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}
.best-product-content {
  padding-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .best-product-content {
    padding-left: 0;
    margin-top: 40px;
  }
}
.best-product-content__subtext {
  color: #ff0844;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 16px;
  background: rgba(255, 8, 68, 0.1);
  border-radius: 30px;
}
.best-product-content__title {
  color: #2d3748;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 1.15;
  margin-bottom: 30px;
}
.best-product-content__title a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 1919px) {
  .best-product-content__title {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 1399px) {
  .best-product-content__title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1199px) {
  .best-product-content__title {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .best-product-content__title {
    font-size: 1.8rem;
  }
}
.best-product-content__info {
  position: relative;
  padding-left: 25px;
  max-width: 550px;
}
@media (max-width: 575px) {
  .best-product-content__info {
    padding-left: 15px;
  }
}
.best-product-content__info::before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, #667eea 0%, #764ba2 100%);
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
}
.best-product-content__info-text {
  color: #4a5568;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .best-product-content__info-text {
    font-size: 1.05rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .best-product-content__info-text {
    font-size: 1rem;
  }
}
.best-product-content__info-button .theme-btn-four {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 14px 35px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(118, 75, 162, 0.4);
  text-decoration: none;
}
.best-product-content__info-button .theme-btn-four:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(118, 75, 162, 0.6);
}
.best-product-content__info-button .theme-btn-four .icon {
  margin-left: 12px;
  transition: transform 0.3s ease;
}
.best-product-content__info-button .theme-btn-four:hover .icon {
  transform: translateX(5px);
}

/* === Features-Deals  Section (Home 01) === */
.features-deals-items__card {
  padding: 24px;
  background: #FFFFFF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.02);
}
.features-deals-items__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.features-deals-items__card:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .features-deals-items__card {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}
.features-deals-items__card-info-thumb {
  margin-bottom: 20px;
}
.features-deals-items__card-info-thumb img {
  width: 140px;
  transition: transform 0.4s ease;
}
.features-deals-items__card:hover .features-deals-items__card-info-thumb img {
  transform: scale(1.05);
}

.features-deals-items__card-info-wrapper-countdown {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.features-deals-items__card-info-wrapper-countdown-time-box {
  background: rgba(102, 126, 234, 0.08);
  padding: 8px;
  border-radius: 8px;
  min-width: 45px;
  text-align: center;
}
.features-deals-items__card-info-wrapper-countdown-time-box #days,
.features-deals-items__card-info-wrapper-countdown-time-box #hours,
.features-deals-items__card-info-wrapper-countdown-time-box #minutes,
.features-deals-items__card-info-wrapper-countdown-time-box #seconds {
  color: #667eea;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 2px;
}
.features-deals-items__card-info-wrapper-countdown-time-box-text {
  color: #4a5568;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.features-deals-items__card-content-title {
  color: #2d3748;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 12px;
}
.features-deals-items__card-content-star {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .features-deals-items__card-content-star {
    justify-content: center;
  }
}
.features-deals-items__card-content-star i {
  color: #ffb800;
  font-size: 14px;
}
.features-deals-items__card-content-star-text {
  color: #718096;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 14px;
  margin-left: 5px;
}
.features-deals-items__card-content-items-price {
  margin-bottom: 20px;
}
.features-deals-items__card-content-items-price .original-price {
  color: #ff0844;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.features-deals-items__card-content-button .theme-btn-two {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 8px 24px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(118, 75, 162, 0.3);
  text-decoration: none;
}
.features-deals-items__card-content-button .theme-btn-two:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(118, 75, 162, 0.5);
}
.features-deals-items__card-content-button .theme-btn-two .icon {
  margin-left: 8px;
  transition: transform 0.3s ease;
  font-size: 12px;
}
.features-deals-items__card-content-button .theme-btn-two:hover .icon {
  transform: translateX(4px);
}
.features-deals-card {
  padding: 40px;
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.features-deals-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.features-deals-card:hover .features-deals-card__thumb img {
  transform: scale(1.05);
}
@media (max-width: 575px) {
  .features-deals-card {
    padding: 30px 20px;
  }
}
.features-deals-card__thumb {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.features-deals-card__thumb img {
  width: 100%;
  max-width: 300px;
  transition: transform 0.5s ease;
}
.features-deals-card__content {
  text-align: center;
}
.features-deals-card__content-title {
  color: #2d3748;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.features-deals-card__content-star {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}
.features-deals-card__content-star i {
  color: #ffb800;
  font-size: 16px;
}
.features-deals-card__content-star-text {
  color: #718096;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 15px;
  margin-left: 5px;
}
.features-deals-card__content-items-price {
  margin-bottom: 30px;
}
.features-deals-card__content-items-price .original-price {
  color: #ff0844;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 32px;
}
.features-deals-card__content-wrapper {
  margin-bottom: 35px;
}
.features-deals-card__content-wrapper-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.features-deals-card__content-wrapper-countdown-time-box {
  background: rgba(102, 126, 234, 0.1);
  padding: 12px 15px;
  border-radius: 12px;
  min-width: 70px;
}
.features-deals-card__content-wrapper-countdown-time-box #days,
.features-deals-card__content-wrapper-countdown-time-box #hours,
.features-deals-card__content-wrapper-countdown-time-box #minutes,
.features-deals-card__content-wrapper-countdown-time-box #seconds {
  color: #667eea;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 4px;
}
@media (max-width: 575px) {
  .features-deals-card__content-wrapper-countdown-time-box #days,
  .features-deals-card__content-wrapper-countdown-time-box #hours,
  .features-deals-card__content-wrapper-countdown-time-box #minutes,
  .features-deals-card__content-wrapper-countdown-time-box #seconds {
    font-size: 20px;
  }
}
.features-deals-card__content-wrapper-countdown-time-box-text {
  color: #4a5568;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.features-deals-card__content-button .theme-btn-two {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 14px 40px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(118, 75, 162, 0.4);
  text-decoration: none;
}
.features-deals-card__content-button .theme-btn-two:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(118, 75, 162, 0.6);
}
.features-deals-card__content-button .theme-btn-two .icon {
  margin-left: 12px;
  transition: transform 0.3s ease;
}
.features-deals-card__content-button .theme-btn-two:hover .icon {
  transform: translateX(5px);
}

/* === Blog-Post  Section (Home 01) === */
.blog1 {
  position: relative;
}
.blog1-card {
  position: relative;
  background: #ffffff;
  padding: 20px;
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(0, 0, 0, 0.02);
}
@media only screen and (max-width: 1399px) {
  .blog1-card {
    padding: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog1-card {
    padding: 18px;
    text-align: center;
  }
}
.blog1-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.blog1-card:hover .blog1-card__thumb img {
  transform: scale(1.05);
}
.blog1-card__thumb {
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
}
.blog1-card__thumb img {
  border-radius: 16px;
  width: 100%;
  transition: transform 0.5s ease;
}
.blog1-card__content {
  padding: 0 10px;
}
.blog1-card__content-title {
  color: #2d3748;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 25px;
  transition: color 0.3s ease;
}
.blog1-card__content-title:hover {
  color: #667eea;
}
@media only screen and (max-width: 1399px) {
  .blog1-card__content-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog1-card__content-title {
    margin-bottom: 20px;
    font-size: clamp(16px, 1.2vw, 18px);
  }
}
@media (max-width: 575px) {
  .blog1-card__content-title {
    font-size: 18px;
  }
}
.blog1-card__content-button {
  margin-bottom: 30px;
}
.blog1-card__content-button .btn-more {
  display: inline-flex;
  align-items: center;
  color: #667eea;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog1-card__content-button .btn-more .icon {
  margin-left: 8px;
  transition: transform 0.3s ease;
  font-size: 14px;
}
.blog1-card__content-button .btn-more:hover {
  color: #764ba2;
}
.blog1-card__content-button .btn-more:hover .icon {
  transform: translateX(4px);
}
.blog1-card__content-mentor {
  position: relative;
  padding: 12px 16px;
  background: rgba(102, 126, 234, 0.05);
  border: 1px solid rgba(102, 126, 234, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog1-card__content-mentor::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 20px;
  background: rgba(102, 126, 234, 0.2);
}
@media only screen and (max-width: 1199px) {
  .blog1-card__content-mentor::before {
    display: none;
  }
}
.blog1-card__content-mentor-items {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog1-card__content-mentor-items-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.blog1-card__content-mentor-items-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog1-card__content-mentor-items-name {
  color: #2d3748;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 15px;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .blog1-card__content-mentor-items-name {
    font-size: 14px;
  }
}
.blog1-card__content-mentor-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog1-card__content-mentor-list-items {
  color: #718096;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  .blog1-card__content-mentor-list-items {
    font-size: 13px;
  }
}

/* === Service Section (Home 01) === */
.service1-card {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
}
.service1-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.service1-card:hover .service1-card__items-icon img {
  transform: scale(1.1);
}
@media only screen and (max-width: 1919px) {
  .service1-card {
    padding: 26px;
  }
}
@media only screen and (max-width: 1399px) {
  .service1-card {
    padding: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .service1-card {
    padding: 22px;
  }
}
@media (max-width: 575px) {
  .service1-card {
    padding: 24px 20px;
  }
}
.service1-card__items {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1919px) {
  .service1-card__items {
    gap: 16px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .service1-card__items {
    gap: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .service1-card__items {
    gap: 16px;
  }
}
.service1-card__items-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(102, 126, 234, 0.08);
  width: 70px;
  height: 70px;
  border-radius: 16px;
  border: none;
}
.service1-card__items-icon img {
  max-width: 100%;
  transition: transform 0.4s ease;
}
@media only screen and (max-width: 1199px) {
  .service1-card__items-icon {
    width: 60px;
    height: 60px;
    padding: 12px;
  }
}
.service1-card__items-title {
  color: #2d3748;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
}
@media only screen and (max-width: 1919px) {
  .service1-card__items-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .service1-card__items-title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .service1-card__items-title {
    font-size: 18px;
  }
}
.service1-card__text {
  color: #718096;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .service1-card__text {
    font-size: 15px;
  }
}

/* === Offer  Section (Home 01) === */
.offer1__card {
  position: relative;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
@media (max-width: 575px) {
  .offer1__card {
    flex-direction: column;
  }
}
.offer1__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.offer1__card:hover .offer1__card-thumb .main-thumb img {
  transform: scale(1.08);
}
.offer1__card--style-1 {
  padding: 0;
}
@media (max-width: 575px) {
  .offer1__card--style-1 {
    flex-direction: column;
  }
}
.offer1__card--style-1 .offer1__card-shape {
  position: absolute;
  bottom: 0;
  left: 55%;
  z-index: 1;
  display: inline-flex;
  opacity: 0.5;
}
.offer1__card--style-1 .offer1__card-content {
  padding: 40px 40px 40px 0;
}
@media (max-width: 575px) {
  .offer1__card--style-1 .offer1__card-content {
    padding: 30px;
  }
}
.offer1__card--style-1 .offer1__card-thumb {
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .offer1__card--style-1 .offer1__card-thumb {
    padding-left: 0;
  }
}
.offer1__card--style-2 {
  padding: 0;
}
@media (max-width: 575px) {
  .offer1__card--style-2 {
    flex-direction: column-reverse;
  }
}
.offer1__card--style-2 .offer1__card-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: inline-flex;
  opacity: 0.5;
}
.offer1__card--style-2 .offer1__card-content {
  padding: 40px 0 40px 40px;
}
@media (max-width: 575px) {
  .offer1__card--style-2 .offer1__card-content {
    padding: 30px;
  }
}
.offer1__card--style-2 .offer1__card-content-subtitle {
  color: #ff0844;
}
.offer1__card--style-2 .offer1__card-content-title {
  font-size: 32px;
  margin-bottom: 30px;
  color: #2d3748;
}
@media only screen and (max-width: 1399px) {
  .offer1__card--style-2 .offer1__card-content-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .offer1__card--style-2 .offer1__card-content-title {
    font-size: 24px;
  }
}
.offer1__card--style-2 .offer1__card-thumb {
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .offer1__card--style-2 .offer1__card-thumb {
    padding-right: 0;
  }
}
.offer1__card--style-3 {
  position: relative;
  flex-direction: column;
  padding: 0;
  height: 100%;
  text-align: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 10px 30px rgba(118, 75, 162, 0.2);
}
.offer1__card--style-3:hover {
  box-shadow: 0 20px 40px rgba(118, 75, 162, 0.4);
}
.offer1__card--style-3 .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  display: inline-flex;
  opacity: 0.2;
}
.offer1__card--style-3 .bg-shape img {
  width: 100%;
}
.offer1__card--style-3 .offer1__card-shape {
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 1;
  display: inline-flex;
  opacity: 0.4;
}
.offer1__card--style-3 .offer1__card-thumb {
  position: relative;
  z-index: 2;
  margin-top: 100px;
}
.offer1__card--style-3 .offer1__card-thumb .main-thumb {
  position: relative;
  top: auto;
  left: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.offer1__card--style-3 .offer1__card-thumb .main-thumb img {
  max-width: 90%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.offer1__card--style-3 .offer1__card-content {
  margin-top: 50px;
  margin-bottom: 60px;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}
.offer1__card--style-3 .offer1__card-content-subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.offer1__card--style-3 .offer1__card-content-title {
  color: #FFFFFF;
  font-size: 38px;
  margin-bottom: 40px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1399px) {
  .offer1__card--style-3 .offer1__card-content-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  .offer1__card--style-3 .offer1__card-content-title {
    font-size: 28px;
  }
}
.offer1__card--style-3 .offer1__card-content .theme-btn-two {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(10px);
  color: #ffffff;
}
.offer1__card--style-3 .offer1__card-content .theme-btn-two:hover {
  background: #ffffff !important;
  color: #764ba2;
}
.offer1__card-thumb {
  position: relative;
  display: inline-flex;
}
.offer1__card-thumb .bg-shape {
  position: relative;
  z-index: 0;
  display: inline-flex;
}
.offer1__card-thumb .main-thumb {
  position: absolute;
  top: 7%;
  left: 7%;
  z-index: 1;
  display: inline-flex;
}
.offer1__card-thumb .main-thumb img {
  width: auto;
  max-width: 100%;
  transition: transform 0.4s ease;
}
.offer1__card-content {
  position: relative;
  z-index: 2;
}
.offer1__card-content-subtitle {
  color: #ff0844;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.offer1__card-content-title {
  color: #2d3748;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.15;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1399px) {
  .offer1__card-content-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .offer1__card-content-title {
    font-size: 24px;
  }
}
.offer1__card-content .theme-btn-two {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(118, 75, 162, 0.4);
  text-decoration: none;
}
.offer1__card-content .theme-btn-two:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(118, 75, 162, 0.6);
}
.offer1__card-content .theme-btn-two .icon {
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.offer1__card-content .theme-btn-two:hover .icon {
  transform: translateX(5px);
}

/* === Global Hybrid Logo === */
.brand-logo-hybrid {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
.brand-logo-hybrid img {
  max-height: 70px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.brand-logo-hybrid:hover img {
  transform: scale(1.05);
}
.brand-logo-hybrid.footer-logo img {
  max-height: 70px;
}
.brand-logo-hybrid .logo-text {
  font-family: "Outfit", sans-serif;
  font-size: 38px;
  font-weight: 900;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1.5px;
  line-height: 1;
  text-transform: capitalize;
}
.brand-logo-hybrid.footer-logo .logo-text {
  font-size: 30px;
  letter-spacing: -1px;
  text-transform: lowercase;
}
.brand-logo-hybrid.sidebar-logo .logo-text {
  font-size: 24px;
  letter-spacing: -1px;
  text-transform: lowercase;
}

.modern-footer-layout {
  padding: 80px 0;
  background-color: #f8fafc;
}
.modern-footer-layout .modern-footer-card {
  background: #ffffff;
  border-radius: 40px;
  padding: 60px 80px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.02);
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .modern-footer-layout .modern-footer-card {
    padding: 40px 30px;
  }
}
.modern-footer-layout .modern-footer-card::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
.modern-footer-layout .footer-brand {
  position: relative;
  z-index: 1;
}
.modern-footer-layout .footer-brand .footer-desc {
  font-family: var(--font_Urbanist);
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 25px;
  margin-bottom: 35px;
  max-width: 400px;
}
.modern-footer-layout .footer-brand .modern-newsletter {
  display: flex;
  align-items: center;
  background: #f1f5f9;
  border-radius: 50px;
  padding: 8px 8px 8px 25px;
  max-width: 400px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.modern-footer-layout .footer-brand .modern-newsletter:focus-within {
  background: #ffffff;
  border-color: #667eea;
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.15);
}
.modern-footer-layout .footer-brand .modern-newsletter input {
  border: none;
  background: transparent;
  flex: 1;
  font-family: var(--font_Urbanist);
  font-size: 1rem;
  color: #1e293b;
  outline: none;
}
.modern-footer-layout .footer-brand .modern-newsletter input::placeholder {
  color: #94a3b8;
}
.modern-footer-layout .footer-brand .modern-newsletter button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(118, 75, 162, 0.3);
}
.modern-footer-layout .footer-brand .modern-newsletter button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(118, 75, 162, 0.5);
}
.modern-footer-layout .footer-links {
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
.modern-footer-layout .footer-links .footer-title {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;
  color: #1e293b;
  margin-bottom: 30px;
}
.modern-footer-layout .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modern-footer-layout .footer-links ul li {
  margin-bottom: 15px;
}
.modern-footer-layout .footer-links ul li a {
  font-family: var(--font_Urbanist);
  color: #64748b;
  font-size: 1.05rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.modern-footer-layout .footer-links ul li a::before {
  content: "";
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  margin-right: 0;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.modern-footer-layout .footer-links ul li a:hover {
  color: #667eea;
  transform: translateX(5px);
}
.modern-footer-layout .footer-links ul li a:hover::before {
  width: 15px;
  margin-right: 10px;
}
.modern-footer-layout .modern-footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  z-index: 1;
}
.modern-footer-layout .modern-footer-bottom p {
  font-family: var(--font_Urbanist);
  color: #94a3b8;
  font-size: 0.95rem;
  margin: 0;
}

/* === Modern Header1 Overrides (Home 01) === */
.header-1 .header-top {
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-1 .header-top__promo p, .header-1 .header-top__contact a, .header-1 .header-top__social a {
  font-family: "Outfit", sans-serif !important;
}
.header-1 .header-top__social .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.header-1 .header-top__social .social-links a:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: transparent;
  transform: translateY(-3px) scale(1.1) !important;
  color: #fff !important;
  box-shadow: 0 5px 15px rgba(118, 75, 162, 0.4);
}
.header-1 .header-main {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03) !important;
  border-bottom: none !important;
}
.header-1 .header-main .header-action__item .action-btn {
  border-radius: 50% !important;
  background: #333435 !important;
  border: 1px solid #f1f5f9;
  width: 55px !important;
  height: 55px !important;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.header-1 .header-main .header-action__item .action-btn:hover {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(118, 75, 162, 0.3);
}
@media (max-width: 991px) {
  .header-1 .header-main {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 15px 0 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(15px);
  }
  .header-1 .header-main .header__logo img {
    max-width: 130px;
  }
  .header-1 .header-main .header-action {
    gap: 5px;
  }
  .header-1 .header-main .header-action__item .action-btn {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px;
  }
  .header-1 .header-main .header-action__item .side-toggle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
    color: var(--text-color-one);
  }
  .header-1 .header-main .header-action__item .side-toggle:hover, .header-1 .header-main .header-action__item .side-toggle:active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(118, 75, 162, 0.3);
  }
}
.header-1 .header-search__box {
  border-radius: 50px !important;
  background: #f8fafc !important;
  border: 1px solid #f1f5f9;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
  padding: 6px !important;
  transition: all 0.3s ease;
  position: relative;
  z-index: 999;
  max-width: 650px;
  margin: 0 auto;
}
.header-1 .header-search__box:focus-within {
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2), inset 0 2px 4px rgba(0, 0, 0, 0.02);
  background: #fff !important;
}
.header-1 .header-search__category {
  min-width: 150px;
}
.header-1 .header-search__category .rr-dropdown {
  font-family: "Outfit", sans-serif !important;
  font-size: 15px !important;
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  padding-left: 20px;
  height: 100%;
  color: var(--text-color-one);
}
.header-1 .header-search__input {
  flex-grow: 1;
  display: flex;
  align-items: center;
  border-left: 1px solid #E2E8F0;
  padding-left: 10px;
}
.header-1 .header-search__input input {
  font-family: "Outfit", sans-serif !important;
  width: 100%;
  border: none;
  background: transparent;
  height: 45px;
  padding: 0 20px;
  font-size: 15px;
  color: var(--text-color-one);
}
.header-1 .header-search__input .search-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  transition: all 0.3s ease !important;
  border: none;
}
.header-1 .header-search__input .search-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(118, 75, 162, 0.3);
}
.header-1 .header-nav {
  background: #ffffff !important;
  border-bottom: none !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.header-1 .header-nav .trending-trigger .trending-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #ff0844 0%, #ffb199 100%) !important;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(255, 8, 68, 0.4);
  animation: pulse-glow 2s infinite;
  transition: all 0.3s ease;
}
.header-1 .header-nav .trending-trigger .trending-btn .icon {
  font-size: 20px;
}
.header-1 .header-nav .trending-trigger .trending-btn:hover {
  transform: translateY(-3px);
  animation: none;
  box-shadow: 0 10px 25px rgba(255, 8, 68, 0.6);
  color: #fff;
}
.header-1 .header-nav .main-menu ul li a {
  font-family: "Outfit", sans-serif !important;
  position: relative;
}
.header-1 .header-nav .main-menu ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 12px;
  left: 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  transition: width 0.3s ease;
}
.header-1 .header-nav .main-menu ul li a:hover::before {
  width: 100%;
}
.header-1 .header-nav .main-menu ul li .submenu {
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(0, 0, 0, 0.03);
}
.header-1 .header-nav .main-menu ul li .submenu li a {
  font-family: "Outfit", sans-serif !important;
}
.header-1 .header-nav .main-menu ul li .submenu li a::before {
  display: none;
}
.header-1 .header-nav .main-menu ul li .submenu li a:hover {
  background: rgba(102, 126, 234, 0.05) !important;
  color: #667eea !important;
  padding-left: 30px !important;
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 8, 68, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 8, 68, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 8, 68, 0);
  }
}
/* === Modern Hero2 Section (Home 02) === */
.hero2 {
  background: radial-gradient(circle at 10% 20%, rgba(118, 75, 162, 0.15) 0%, transparent 40%), radial-gradient(circle at 90% 80%, rgba(102, 126, 234, 0.15) 0%, transparent 40%), #fafbfc;
  padding: 100px 0 80px 0;
  position: relative;
  overflow: hidden;
}
.hero2__wrap {
  border-radius: 40px;
  position: relative;
  z-index: 2;
}
.hero2__shape {
  position: absolute;
  z-index: 0;
}
.hero2__shape--right {
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  opacity: 0.6;
  filter: blur(5px);
}
.hero2__shape--right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero2__ornament {
  position: absolute;
  z-index: 1;
  animation: float 6s ease-in-out infinite;
}
.hero2__ornament--top-left {
  top: 15%;
  left: 5%;
  animation-delay: 0s;
}
.hero2__ornament--bottom-right {
  bottom: 10%;
  right: 15%;
  animation-delay: 3s;
}
.hero2__thumb-wrapper {
  position: relative;
  z-index: 5;
  text-align: center;
  animation: float-slow 8s ease-in-out infinite;
}
.hero2__thumb {
  position: relative;
  z-index: 6;
  display: inline-block;
}
.hero2__thumb-img {
  max-width: 100%;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}
.hero2__circle-curve {
  position: absolute;
  border: 2px dashed rgba(118, 75, 162, 0.3);
  border-radius: 50%;
  z-index: 1;
  display: block;
}
.hero2__circle-curve--top {
  width: 180px;
  height: 180px;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  animation: spin-slow 20s linear infinite;
}
.hero2__circle-curve--bottom {
  width: 250px;
  height: 250px;
  bottom: -10%;
  right: -20px;
  animation: spin-slow-reverse 25s linear infinite;
}
.hero2__discount-outline {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px solid rgba(102, 126, 234, 0.5);
  border-radius: 50%;
  bottom: 5%;
  right: -10%;
  z-index: 8;
  display: block;
}
.hero2__discount-circle {
  position: absolute;
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  bottom: 5%;
  right: -10%;
  transform: translate(-10px, -10px);
  z-index: 9;
  box-shadow: 0 15px 30px rgba(118, 75, 162, 0.4);
  animation: pulse-soft 3s ease-in-out infinite;
}
.hero2__discount-circle-up {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.hero2__discount-circle-percent {
  font-family: "Outfit", sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  margin: 5px 0;
}
.hero2__discount-circle-off {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
}
.hero2__content {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 60px;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}
.hero2__content:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 60px rgba(118, 75, 162, 0.15), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}
@media (max-width: 575px) {
  .hero2__content {
    padding: 30px;
  }
}
.hero2__subtitle-text {
  color: #764ba2;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}
.hero2__subtitle-line {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #764ba2, transparent);
}
.hero2__title {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 6vw, 85px);
  line-height: 1.1;
  letter-spacing: -1px;
  color: #1a1a1a;
}
.hero2__title-highlight {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 50%, #00ffd5 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: gradient-text 3s ease infinite;
}
.hero2__title-text {
  color: #555;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.7;
  max-width: 480px;
  margin-top: 25px;
}
.hero2__btn .theme-btn-four {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 50%, #00ffd5 100%);
  background-size: 200% auto;
  color: #FFFFFF;
  padding: 16px 40px;
  border-radius: 50px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 25px rgba(118, 75, 162, 0.4), inset 0 2px 5px rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
.hero2__btn .theme-btn-four:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 35px rgba(118, 75, 162, 0.6), inset 0 2px 5px rgba(255, 255, 255, 0.5);
  background-position: right center;
}
.hero2__btn .theme-btn-four .icon {
  margin-left: 12px;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hero2__btn .theme-btn-four:hover .icon {
  transform: translateX(6px) scale(1.1);
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes float-slow {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes pulse-soft {
  0% {
    transform: translate(-10px, -10px) scale(1);
  }
  50% {
    transform: translate(-10px, -10px) scale(1.05);
  }
  100% {
    transform: translate(-10px, -10px) scale(1);
  }
}
@keyframes spin-slow {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes spin-slow-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* === Featured-Categories Section (Home 02) — Modern Redesign === */
.featured-categorie2 {
  position: relative;
  overflow: hidden;
}
.featured-categorie2__bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.featured-categorie2__bg-blob--1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.12) 0%, transparent 70%);
  top: -100px;
  left: -150px;
}
.featured-categorie2__bg-blob--2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
  bottom: -80px;
  right: -100px;
}
.featured-categorie2__info {
  position: relative;
  z-index: 2;
  background: linear-gradient(145deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  border-radius: 28px;
  padding: 55px 45px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.featured-categorie2__info::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.35) 0%, transparent 70%);
  pointer-events: none;
}
@media (max-width: 1199px) {
  .featured-categorie2__info {
    padding: 45px 35px;
  }
}
@media (max-width: 767px) {
  .featured-categorie2__info {
    padding: 40px 30px;
  }
}
.featured-categorie2__info-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(118, 75, 162, 0.2);
  border: 1px solid rgba(118, 75, 162, 0.4);
  border-radius: 50px;
  padding: 6px 16px;
  margin-bottom: 24px;
  width: fit-content;
}
.featured-categorie2__info-chip span:last-child {
  color: #c9a8f5;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.featured-categorie2__info-chip-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #764ba2, #667eea);
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}
.featured-categorie2__info-title {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 3.5vw, 52px);
  line-height: 1.1;
  margin-bottom: 18px;
}
.featured-categorie2__info-title-highlight {
  background: linear-gradient(135deg, #c084fc 0%, #818cf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.featured-categorie2__info-text {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 32px;
}
.featured-categorie2__info-stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 36px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.featured-categorie2__info-stat {
  flex: 1;
  text-align: center;
}
.featured-categorie2__info-stat-number {
  display: block;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 4px;
}
.featured-categorie2__info-stat-label {
  color: rgba(255, 255, 255, 0.45);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.featured-categorie2__info-stat-divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.12);
}
.featured-categorie2__info-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c9a8f5;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 245, 0.35);
  padding-bottom: 2px;
  transition: all 0.3s ease;
}
.featured-categorie2__info-cta i {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.featured-categorie2__info-cta:hover {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.featured-categorie2__info-cta:hover i {
  transform: translateX(5px);
}
.featured-categorie2-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.featured-categorie2-controls__arrowLeft, .featured-categorie2-controls__arrowRight {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.featured-categorie2-controls__arrowLeft:hover, .featured-categorie2-controls__arrowRight:hover {
  background: linear-gradient(135deg, #764ba2, #667eea);
  border-color: transparent;
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(118, 75, 162, 0.4);
}
.featured-categorie2-pagination {
  margin-top: 20px;
  text-align: center;
}
.featured-categorie2-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(118, 75, 162, 0.3);
  opacity: 1;
  transition: all 0.3s ease;
}
.featured-categorie2-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #764ba2, #667eea);
  width: 24px;
  border-radius: 4px;
}
.featured-categorie2__card {
  display: block;
  text-decoration: none;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
.featured-categorie2__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(118, 75, 162, 0.18);
  border-color: rgba(118, 75, 162, 0.2);
}
.featured-categorie2__card-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  aspect-ratio: 3/4;
  background: #f5f0ff;
}
.featured-categorie2__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}
.featured-categorie2__card:hover .featured-categorie2__card-img img {
  transform: scale(1.08);
}
.featured-categorie2__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(118, 75, 162, 0.85) 0%, rgba(102, 126, 234, 0.85) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.featured-categorie2__card:hover .featured-categorie2__card-overlay {
  opacity: 1;
}
.featured-categorie2__card-overlay-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #764ba2;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 50px;
  transform: translateY(12px);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease;
  opacity: 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.featured-categorie2__card-overlay-btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.featured-categorie2__card:hover .featured-categorie2__card-overlay-btn {
  opacity: 1;
  transform: translateY(0);
}
.featured-categorie2__card:hover .featured-categorie2__card-overlay-btn:hover i {
  transform: translateX(4px);
}
.featured-categorie2__card-body {
  padding: 18px 20px 14px;
}
.featured-categorie2__card-tag {
  display: inline-block;
  background: rgba(118, 75, 162, 0.1);
  color: #764ba2;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 50px;
  padding: 4px 12px;
  margin-bottom: 8px;
}
.featured-categorie2__card-title {
  color: #1a1a1a;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 4px;
}
.featured-categorie2__card-count {
  color: #888;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.featured-categorie2__card-arrow {
  position: absolute;
  bottom: 18px;
  right: 20px;
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #764ba2, #667eea);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 4px 12px rgba(118, 75, 162, 0.35);
}
.featured-categorie2__card:hover .featured-categorie2__card-arrow {
  transform: rotate(45deg);
  box-shadow: 0 8px 20px rgba(118, 75, 162, 0.5);
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(0.85);
  }
}
/* === Trending-Products Section (Home 02) — Modern Redesign === */
.tp2-bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}
.tp2-bg-blob--1 {
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.08) 0%, transparent 70%);
  top: -50px;
  right: -100px;
}
.tp2-bg-blob--2 {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.07) 0%, transparent 70%);
  bottom: 0;
  left: -80px;
}

.trending-product2 {
  position: relative;
  overflow: hidden;
}
.trending-product2__head {
  position: relative;
  z-index: 2;
}
.trending-product2__head-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(118, 75, 162, 0.12), rgba(102, 126, 234, 0.12));
  border: 1px solid rgba(118, 75, 162, 0.3);
  border-radius: 50px;
  padding: 7px 18px;
  margin-bottom: 16px;
}
.trending-product2__head-pill i {
  color: #f97316;
  font-size: 14px;
}
.trending-product2__head-pill span {
  color: #764ba2;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.trending-product2__head-title {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 48px);
  line-height: 1.15;
  color: #1a1a1a;
  margin: 0;
}
.trending-product2__head-title-highlight {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.trending-product2__view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #764ba2;
  text-decoration: none;
  border: 1.5px solid rgba(118, 75, 162, 0.4);
  border-radius: 50px;
  padding: 10px 22px;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.trending-product2__view-all i {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.trending-product2__view-all:hover {
  background: linear-gradient(135deg, #764ba2, #667eea);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(118, 75, 162, 0.35);
}
.trending-product2__view-all:hover i {
  transform: translateX(4px);
}
.trending-product2-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.trending-product2-controls__arrowLeft, .trending-product2-controls__arrowRight {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  cursor: pointer;
  background: #ffffff;
  border: 1.5px solid rgba(118, 75, 162, 0.2);
  color: #764ba2;
  font-size: 15px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.trending-product2-controls__arrowLeft:hover, .trending-product2-controls__arrowRight:hover {
  background: linear-gradient(135deg, #764ba2, #667eea);
  border-color: transparent;
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 8px 20px rgba(118, 75, 162, 0.35);
}

.tp2-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
.tp2-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 55px rgba(118, 75, 162, 0.16);
  border-color: rgba(118, 75, 162, 0.15);
}
.tp2-card__img-wrap {
  position: relative;
  overflow: hidden;
  background: #f9f6ff;
  aspect-ratio: 3/4;
}
.tp2-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tp2-card:hover .tp2-card__img {
  transform: scale(1.08);
}
.tp2-card__badge {
  position: absolute;
  top: 14px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 12px;
  border-radius: 50px;
  color: #ffffff;
  z-index: 3;
}
.tp2-card__badge--sale {
  left: 14px;
  background: linear-gradient(135deg, #ef4444, #dc2626);
}
.tp2-card__badge--best {
  right: 14px;
  background: linear-gradient(135deg, #10b981, #059669);
}
.tp2-card__badge--new {
  left: 14px;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}
.tp2-card__badge--hot {
  left: 14px;
  background: linear-gradient(135deg, #f97316, #ea580c);
}
.tp2-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 10, 30, 0.45);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 5;
}
.tp2-card:hover .tp2-card__overlay {
  opacity: 1;
}
.tp2-card__actions {
  display: flex;
  gap: 10px;
  transform: translateY(16px);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease;
  opacity: 0;
}
.tp2-card:hover .tp2-card__actions {
  transform: translateY(0);
  opacity: 1;
}
.tp2-card__action-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #ffffff;
  color: #1a1a1a;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.tp2-card__action-btn:hover {
  background: #f3f0ff;
  color: #764ba2;
  transform: scale(1.1);
}
.tp2-card__action-btn--primary {
  background: linear-gradient(135deg, #764ba2, #667eea);
  color: #ffffff;
}
.tp2-card__action-btn--primary:hover {
  background: linear-gradient(135deg, #5a3a80, #4f60c0);
  color: #ffffff;
}
.tp2-card__body {
  padding: 18px 20px 20px;
  position: relative;
}
.tp2-card__stars {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 8px;
}
.tp2-card__stars i {
  color: #f59e0b;
  font-size: 13px;
}
.tp2-card__reviews {
  color: #9ca3af;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-left: 6px;
}
.tp2-card__name {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tp2-card__name a {
  color: #111827;
  text-decoration: none;
  transition: color 0.3s ease;
}
.tp2-card__name a:hover {
  color: #764ba2;
}
.tp2-card__price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.tp2-card__price-offer {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #764ba2;
}
.tp2-card__price-original {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #9ca3af;
  text-decoration: line-through;
}
.tp2-card__price-save {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #10b981;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 50px;
  padding: 3px 10px;
}
.tp2-card__add-cart {
  width: 100%;
  padding: 13px 20px;
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 14px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 6px 20px rgba(118, 75, 162, 0.25);
  letter-spacing: 0.3px;
}
.tp2-card__add-cart i {
  font-size: 14px;
}
.tp2-card__add-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(118, 75, 162, 0.4);
  background: linear-gradient(135deg, #5a3a80 0%, #4f60c0 100%);
}
.tp2-card__add-cart:active {
  transform: translateY(0);
}

/* === Special Deals Section (Home 02) — Modern Redesign === */
.special-deals2 {
  position: relative;
}

.sd2-banner {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: center;
}
.sd2-banner__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  transform: scale(1.04);
  transition: transform 8s ease;
}
.sd2-banner:hover .sd2-banner__bg {
  transform: scale(1.08);
}
.sd2-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(125deg, rgba(10, 8, 25, 0.88) 0%, rgba(38, 12, 70, 0.8) 45%, rgba(26, 18, 60, 0.7) 100%);
  z-index: 1;
}
.sd2-banner__particle {
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  animation: sd2-float 6s ease-in-out infinite;
}
.sd2-banner__particle--1 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(118, 75, 162, 0.25) 0%, transparent 70%);
  top: -80px;
  right: 15%;
  animation-delay: 0s;
}
.sd2-banner__particle--2 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(102, 126, 234, 0.2) 0%, transparent 70%);
  bottom: -50px;
  left: 10%;
  animation-delay: 2s;
}
.sd2-banner__particle--3 {
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.15) 0%, transparent 70%);
  top: 20%;
  left: 40%;
  animation-delay: 4s;
}
.sd2-banner__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 70px 80px;
}
@media (max-width: 1199px) {
  .sd2-banner__inner {
    padding: 60px 50px;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .sd2-banner__inner {
    flex-direction: column;
    padding: 60px 40px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .sd2-banner__inner {
    padding: 50px 24px;
  }
}
.sd2-banner__left {
  flex: 1;
  max-width: 560px;
}
@media (max-width: 991px) {
  .sd2-banner__left {
    max-width: 100%;
  }
}
.sd2-banner__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(249, 115, 22, 0.15);
  border: 1px solid rgba(249, 115, 22, 0.45);
  border-radius: 50px;
  padding: 7px 18px;
  margin-bottom: 22px;
}
.sd2-banner__chip i {
  color: #f97316;
  font-size: 14px;
  animation: sd2-blink 1.4s ease-in-out infinite;
}
.sd2-banner__chip span {
  color: #fdba74;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.sd2-banner__title {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 18px;
}
.sd2-banner__title-highlight {
  background: linear-gradient(135deg, #f97316 0%, #fbbf24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.sd2-banner__subtitle {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 460px;
}
@media (max-width: 991px) {
  .sd2-banner__subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}
.sd2-banner__perks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .sd2-banner__perks {
    align-items: center;
  }
}
.sd2-banner__perk {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
.sd2-banner__perk i {
  color: #34d399;
  font-size: 15px;
  flex-shrink: 0;
}
.sd2-banner__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #f97316 0%, #fbbf24 100%);
  color: #1a0a00;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 16px;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 12px 35px rgba(249, 115, 22, 0.4);
  letter-spacing: 0.3px;
}
.sd2-banner__cta i {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.sd2-banner__cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(249, 115, 22, 0.55);
  color: #1a0a00;
}
.sd2-banner__cta:hover i {
  transform: translateX(5px);
}
.sd2-banner__cta:active {
  transform: translateY(-1px);
}
.sd2-banner__right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.sd2-banner__ends-label {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.sd2-banner__ends-label i {
  color: #fbbf24;
}
.sd2-banner__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  background: linear-gradient(135deg, #f97316 0%, #fbbf24 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(249, 115, 22, 0.2), 0 16px 40px rgba(249, 115, 22, 0.45);
  animation: sd2-pulse-badge 2.5s ease-in-out infinite;
}
.sd2-banner__badge-pct {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #1a0a00;
  line-height: 1;
}
.sd2-banner__badge-off {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #1a0a00;
  letter-spacing: 1px;
}

.sd2-countdown {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 480px) {
  .sd2-countdown {
    gap: 8px;
  }
}
.sd2-countdown__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 16px;
  min-width: 90px;
  padding: 18px 12px 14px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 0.3s ease;
}
.sd2-countdown__box:hover {
  transform: translateY(-4px);
}
@media (max-width: 480px) {
  .sd2-countdown__box {
    min-width: 68px;
    padding: 14px 8px 10px;
  }
}
.sd2-countdown__num {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 4vw, 52px);
  color: #ffffff;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
  text-shadow: 0 0 20px rgba(249, 115, 22, 0.6);
  transition: color 0.2s ease;
}
@media (max-width: 480px) {
  .sd2-countdown__num {
    font-size: 28px;
  }
}
.sd2-countdown__label {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.sd2-countdown__sep {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: rgba(249, 115, 22, 0.7);
  line-height: 1;
  margin-bottom: 16px;
  animation: sd2-blink 1s ease-in-out infinite;
}
@media (max-width: 480px) {
  .sd2-countdown__sep {
    font-size: 28px;
  }
}

@keyframes sd2-float {
  0%, 100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.04);
  }
}
@keyframes sd2-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
@keyframes sd2-pulse-badge {
  0%, 100% {
    box-shadow: 0 0 0 8px rgba(249, 115, 22, 0.2), 0 16px 40px rgba(249, 115, 22, 0.45);
  }
  50% {
    box-shadow: 0 0 0 16px rgba(249, 115, 22, 0.1), 0 20px 50px rgba(249, 115, 22, 0.55);
  }
}
/* === Customer-Collections Section (Home 02) === */
.customer-collection__button {
  margin-top: 50px;
}
.customer-collection__button .theme-btn-four {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.customer-collection__button .theme-btn-four:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(33, 118, 142, 0.15);
}
.customer-collection-items {
  position: relative;
  overflow: hidden;
  border-radius: 24px 0 0 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  height: 100%;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .customer-collection-items {
    border-radius: 24px 24px 0 0;
    min-height: 420px;
  }
}
.customer-collection-items__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.customer-collection-items__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.customer-collection-items__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 35, 49, 0) 20%, rgba(3, 35, 49, 0.4) 50%, rgba(3, 35, 49, 0.9) 100%);
  z-index: 2;
  transition: opacity 0.4s ease;
}
.customer-collection-items:hover .customer-collection-items__thumb img {
  transform: scale(1.08);
}
.customer-collection-items__badge {
  display: inline-block;
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.customer-collection-items__content {
  position: relative;
  z-index: 3;
  padding: 50px;
  color: #FFFFFF;
}
@media (max-width: 575px) {
  .customer-collection-items__content {
    padding: 30px;
  }
}
.customer-collection-items__content-title {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 16px;
  max-width: 440px;
}
@media only screen and (max-width: 1399px) {
  .customer-collection-items__content-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .customer-collection-items__content-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .customer-collection-items__content-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .customer-collection-items__content-title {
    font-size: 26px;
  }
}
.customer-collection-items__content-text {
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font_Urbanist);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 420px;
}
@media (max-width: 575px) {
  .customer-collection-items__content-text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.customer-collection-items__content-button .theme-btn-four {
  background: #FFFFFF;
  color: var(--text-color-one);
  border: 1px solid #FFFFFF;
}
.customer-collection-items__content-button .theme-btn-four .text {
  color: var(--text-color-one);
}
.customer-collection-items__content-button .theme-btn-four .icon {
  color: var(--text-color-one);
}
.customer-collection-items__content-button .theme-btn-four:hover {
  background: transparent;
  color: #FFFFFF;
}
.customer-collection-items__content-button .theme-btn-four:hover .text,
.customer-collection-items__content-button .theme-btn-four:hover .icon {
  color: #FFFFFF;
}
.customer-collection-card {
  padding: 40px 35px;
  background: #FFFFFF;
  border-radius: 0 24px 24px 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-left: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width: 991px) {
  .customer-collection-card {
    border-radius: 0 0 24px 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    padding: 30px 20px;
    gap: 15px;
  }
}
.customer-collection-card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-radius: 16px;
  border: 1px solid transparent;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
}
.customer-collection-card__info:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .customer-collection-card__info:not(:last-child) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .customer-collection-card__info {
    padding: 12px 15px;
  }
}
.customer-collection-card__info-number {
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  -webkit-text-stroke: 1.5px rgba(33, 118, 142, 0.2);
  color: transparent;
  transition: all 0.3s ease;
  width: 45px;
}
@media only screen and (max-width: 1399px) {
  .customer-collection-card__info-number {
    font-size: 28px;
    width: 35px;
  }
}
.customer-collection-card__info-category {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-grow: 1;
}
@media only screen and (max-width: 1399px) {
  .customer-collection-card__info-category {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .customer-collection-card__info-category {
    gap: 15px;
  }
}
.customer-collection-card__info-category-image {
  width: 80px;
  height: 80px;
  border-radius: 14px;
  overflow: hidden;
  background: #F1F5F9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.02);
}
@media only screen and (max-width: 1199px) {
  .customer-collection-card__info-category-image {
    width: 70px;
    height: 70px;
  }
}
.customer-collection-card__info-category-image img {
  max-height: 75%;
  width: auto;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.customer-collection-card__info-category-content-title {
  color: var(--text-color-one);
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 4px;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 1399px) {
  .customer-collection-card__info-category-content-title {
    font-size: 18px;
  }
}
.customer-collection-card__info-category-content-text {
  color: #64748B;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.customer-collection-card__info-arrow {
  color: #94A3B8;
  transform: translateX(-8px);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  align-items: center;
}
.customer-collection-card__info-arrow svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
}
.customer-collection-card__info:hover {
  background: #F8FAFC;
  border-color: rgba(33, 118, 142, 0.1);
  box-shadow: 0 10px 25px rgba(33, 118, 142, 0.05);
}
.customer-collection-card__info:hover .customer-collection-card__info-number {
  color: var(--primary-two);
  -webkit-text-stroke-color: var(--primary-two);
}
.customer-collection-card__info:hover .customer-collection-card__info-category-image {
  background: #E2E8F0;
}
.customer-collection-card__info:hover .customer-collection-card__info-category-image img {
  transform: scale(1.1) rotate(3deg);
}
.customer-collection-card__info:hover .customer-collection-card__info-category-content-title {
  color: var(--primary-two);
}
.customer-collection-card__info:hover .customer-collection-card__info-arrow {
  color: var(--primary-two);
  transform: translateX(0);
  opacity: 1;
}

/* === Popular-Categories Section (Home 02) === */
.popular-categories {
  position: relative;
  overflow: visible;
}
.popular-categories__wrapper {
  position: relative;
  padding: 50px 100px;
  background: #1C1A19;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1399px) {
  .popular-categories__wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 575px) {
  .popular-categories__wrapper {
    padding: 40px 20px;
  }
}
.popular-categories-items {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 100px;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 10px 24px 10px 10px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
  text-decoration: none;
}
.popular-categories-items__thumb {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.popular-categories-items__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.popular-categories-items__title {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  transition: color 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1919px) {
  .popular-categories-items__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .popular-categories-items__title {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .popular-categories-items__title {
    font-size: 15px;
  }
}
.popular-categories-items:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(33, 118, 142, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(33, 118, 142, 0.2);
}
.popular-categories-items:hover .popular-categories-items__thumb {
  background: rgba(33, 118, 142, 0.2);
}
.popular-categories-items:hover .popular-categories-items__thumb img {
  transform: scale(1.15) rotate(3deg);
}
.popular-categories-items:hover .popular-categories-items__title {
  color: #FFFFFF;
}
.popular-categories__controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% + 50px);
  margin-left: -25px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}
@media only screen and (max-width: 1199px) {
  .popular-categories__controls {
    display: none;
  }
}
.popular-categories__controls-arrowLeft, .popular-categories__controls-arrowRight {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.popular-categories__controls-arrowLeft:hover, .popular-categories__controls-arrowRight:hover {
  background: var(--primary-two);
  border-color: var(--primary-two);
  color: #FFFFFF;
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(33, 118, 142, 0.3);
}

/* === Featured-Arrivals Section (Home 02) === */
.arrival2 {
  position: relative;
}
.arrival2 .tab-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 50px;
  border: none !important;
  --bs-nav-tabs-border-radius: 0;
}
@media only screen and (max-width: 1199px) {
  .arrival2 .tab-buttons {
    gap: 10px;
  }
}
.arrival2 .tab-buttons .nav-item .nav-link {
  color: #2B2927;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: transparent;
  padding: 10px 24px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (max-width: 1199px) {
  .arrival2 .tab-buttons .nav-item .nav-link {
    font-size: 15px;
    padding: 8px 20px;
  }
}
@media (max-width: 575px) {
  .arrival2 .tab-buttons .nav-item .nav-link {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.arrival2 .tab-buttons .nav-item .nav-link:hover {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.15);
}
.arrival2 .tab-buttons .nav-item .nav-link.active {
  border-color: var(--primary-two);
  color: #FFFFFF;
  background: var(--primary-two);
  box-shadow: 0 8px 20px rgba(33, 118, 142, 0.25);
}
.arrival2-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.arrival2-card__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}
.arrival2-card__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.arrival2-card__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(3, 35, 49, 0.3);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}
.arrival2-card-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 4;
}
@media (max-width: 575px) {
  .arrival2-card-items {
    padding: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
}
.arrival2-card__content {
  flex: 1;
  min-width: 0;
}
.arrival2-card__content-title {
  color: #2B2927;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1199px) {
  .arrival2-card__content-title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .arrival2-card__content-title {
    font-size: 16px;
  }
}
.arrival2-card__content-text {
  color: #878C8F;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .arrival2-card__content-text {
    font-size: 13px;
  }
}
.arrival2-card__content-price {
  display: flex;
  gap: 10px;
  align-items: center;
}
.arrival2-card__content-price .original-price {
  color: #2B2927;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 575px) {
  .arrival2-card__content-price .original-price {
    font-size: 16px;
  }
}
.arrival2-card__content-price .offer-price {
  color: #878C8F;
  font-weight: 500;
  font-size: 15px;
  text-decoration: line-through;
}
@media (max-width: 575px) {
  .arrival2-card__content-price .offer-price {
    font-size: 14px;
  }
}
.arrival2-card__dots {
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 5;
}
.arrival2-card__dots-dot1, .arrival2-card__dots-dot2, .arrival2-card__dots-dot3 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.arrival2-card__dots-dot1 {
  background: #878C8F;
}
.arrival2-card__dots-dot2 {
  background: #ACCADD;
}
.arrival2-card__dots-dot3 {
  background: #01253D;
}
.arrival2-card__button {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 3;
}
.arrival2-card__button .theme-btn-four {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  color: #0C0C0C;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  text-decoration: none;
}
.arrival2-card__button .theme-btn-four:hover {
  background: var(--primary-two);
  color: #FFFFFF;
  box-shadow: 0 12px 28px rgba(33, 118, 142, 0.35);
  transform: translateY(-2px);
}
.arrival2-card__button .theme-btn-four .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrival2-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.arrival2-card:hover .arrival2-card__thumb img {
  transform: scale(1.06);
}
.arrival2-card:hover .arrival2-card__thumb::after {
  opacity: 1;
}
.arrival2-card:hover .arrival2-card-items {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 15px 35px rgba(33, 118, 142, 0.15);
}
.arrival2-card:hover .arrival2-card__button {
  opacity: 1;
  visibility: visible;
  top: 40%;
}

/* === Category Section (Home 02) === */
/* === Category Section (Home 02) === */
.category2-items, .category2-items2, .category2-items3 {
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.category2-items:hover, .category2-items2:hover, .category2-items3:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}
.category2-items__thumb, .category2-items2__thumb, .category2-items3__thumb {
  overflow: hidden;
}
.category2-items__thumb img, .category2-items2__thumb img, .category2-items3__thumb img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.category2-items:hover .category2-items__thumb img, .category2-items:hover .category2-items2__thumb img, .category2-items:hover .category2-items3__thumb img, .category2-items2:hover .category2-items__thumb img, .category2-items2:hover .category2-items2__thumb img, .category2-items2:hover .category2-items3__thumb img, .category2-items3:hover .category2-items__thumb img, .category2-items3:hover .category2-items2__thumb img, .category2-items3:hover .category2-items3__thumb img {
  transform: scale(1.06);
}
.category2-items {
  position: relative;
}
.category2-items__thumb {
  height: 600px;
}
.category2-items__content {
  position: absolute;
  top: 30%;
  left: 10%;
}
.category2-items__content-title {
  color: #2B2927;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 30px;
  width: 270px;
}
@media only screen and (max-width: 1199px) {
  .category2-items__content-title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .category2-items__content-title {
    font-size: 26px;
    margin-bottom: 20px;
    width: 250px;
  }
}
.category2-items__content-subtitle {
  color: #6E5946;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 40px;
  width: 326px;
}
@media only screen and (max-width: 1199px) {
  .category2-items__content-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .category2-items__content-subtitle {
    font-size: 15px;
    margin-bottom: 20px;
    width: 250px;
  }
}
.category2-items2 {
  position: relative;
  margin-bottom: 24px;
}
.category2-items2:last-child {
  margin-bottom: 0;
}
.category2-items2__thumb {
  height: 288px;
}
.category2-items2__thumb img {
  height: 100%;
  object-fit: cover;
}
.category2-items2__content {
  position: absolute;
  top: 15%;
  left: 8%;
}
.category2-items2__content-title {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 420px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .category2-items2__content-title {
    font-size: 34px;
    width: 380px;
    margin-bottom: 18px;
  }
}
@media (max-width: 575px) {
  .category2-items2__content-title {
    font-size: 22px;
    line-height: 120%;
    width: 280px;
    margin-bottom: 15px;
  }
}
.category2-items2__content-subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 500px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .category2-items2__content-subtitle {
    font-size: 15px;
    width: 440px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .category2-items2__content-subtitle {
    width: 265px;
    margin-bottom: 15px;
    display: none;
  }
}
.category2-items3 {
  position: relative;
}
.category2-items3__thumb {
  height: 600px;
}
.category2-items3__content {
  position: absolute;
  top: 10%;
  left: 8%;
}
.category2-items3__content-title {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  width: 270px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .category2-items3__content-title {
    font-size: 35px;
    width: 250px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .category2-items3__content-title {
    font-size: 28px;
    line-height: 120%;
    width: 250px;
    margin-bottom: 20px;
  }
}
.category2-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  background: #2b2927;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.category2-btn i {
  font-size: 11px;
  transition: transform 0.3s ease;
}
.category2-btn:hover {
  background: #ffffff;
  color: #2b2927;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.15);
}
.category2-btn:hover i {
  transform: translateX(4px);
}
.category2-btn--light {
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.category2-btn--light:hover {
  background: #ffffff;
  color: #2b2927;
  border-color: #ffffff;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.25);
}

/* === Feedback Section (Home 02) === */
.feedback2-card {
  padding: 35px 30px;
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}
.feedback2-card__stars {
  display: flex;
  gap: 4px;
  color: #FFB800;
  font-size: 13px;
  margin-bottom: 20px;
}
.feedback2-card__mentor {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}
.feedback2-card__mentor-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #EFEFEF;
  transition: all 0.4s ease;
}
.feedback2-card__mentor-content-text {
  color: #878C8F;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 4px;
  transition: color 0.4s ease;
}
.feedback2-card__mentor-content-name {
  color: #2B2927;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  transition: color 0.4s ease;
}
.feedback2-card__content-icon {
  position: absolute;
  top: 35px;
  right: 30px;
  font-size: 38px;
  color: rgba(140, 77, 40, 0.1);
  transition: all 0.4s ease;
}
.feedback2-card__content-text {
  color: #555555;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  transition: color 0.4s ease;
}
.feedback2-card:hover {
  background: linear-gradient(135deg, #8C4D28 0%, #2B2927 100%);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(140, 77, 40, 0.25);
  border-color: transparent;
}
.feedback2-card:hover .feedback2-card__mentor-thumb img {
  border-color: rgba(255, 255, 255, 0.2);
}
.feedback2-card:hover .feedback2-card__mentor-content-text {
  color: rgba(255, 255, 255, 0.7);
}
.feedback2-card:hover .feedback2-card__mentor-content-name {
  color: #FFFFFF;
}
.feedback2-card:hover .feedback2-card__content-icon {
  color: rgba(255, 255, 255, 0.15);
}
.feedback2-card:hover .feedback2-card__content-text {
  color: #FFFFFF;
}
.feedback2-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 1399px) {
  .feedback2-controls {
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: -55px;
  }
}
@media only screen and (max-width: 1199px) {
  .feedback2-controls {
    margin-right: auto;
    margin-bottom: 35px;
    margin-top: -116px;
  }
}
@media (max-width: 575px) {
  .feedback2-controls {
    margin-bottom: 30px;
  }
}
.feedback2-controls__arrowLeft, .feedback2-controls__arrowRight {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFFFFF;
  color: #2b2927;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}
.feedback2-controls__arrowLeft:hover, .feedback2-controls__arrowRight:hover {
  background: #8C4D28;
  color: #FFFFFF;
  border-color: #8C4D28;
  box-shadow: 0 6px 20px rgba(140, 77, 40, 0.3);
}

/* === instagram3 Section (Home 02) === */
.instagram2 {
  position: relative;
  z-index: 99;
}
.instagram2-title-wrapper {
  margin-bottom: 50px;
}
.instagram2-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.instagram2-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.instagram2-thumb .instagram2-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 41, 39, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  z-index: 2;
}
.instagram2-thumb .instagram2-overlay .instagram2-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFFFFF;
  color: #8C4D28;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(20px) scale(0.8);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.instagram2-thumb .instagram2-overlay .instagram2-icon:hover {
  background: #8C4D28;
  color: #FFFFFF;
  transform: translateY(0) scale(1.1) rotate(15deg);
}
.instagram2-thumb .instagram2-overlay .instagram2-likes-comments {
  display: flex;
  gap: 15px;
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease 0.1s;
}
.instagram2-thumb .instagram2-overlay .instagram2-likes-comments span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.instagram2-thumb:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(140, 77, 40, 0.15);
}
.instagram2-thumb:hover img {
  transform: scale(1.08);
}
.instagram2-thumb:hover .instagram2-overlay {
  opacity: 1;
  visibility: visible;
}
.instagram2-thumb:hover .instagram2-overlay .instagram2-icon {
  transform: translateY(0) scale(1);
}
.instagram2-thumb:hover .instagram2-overlay .instagram2-likes-comments {
  transform: translateY(0);
  opacity: 1;
}

/*===== Modern Header 2 =====*/
.header-2 {
  position: relative;
  z-index: 1000;
}
.header-2 .header-top {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  padding: 10px 0;
  color: var(--color-white, #fff);
}
.header-2 .header-top__shipping {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.header-2 .header-top__shipping i {
  font-size: 16px;
  color: #FFD2A8;
}
.header-2 .header-top__promo p {
  margin: 0;
  font-size: 13px;
  color: var(--color-white, #fff);
}
.header-2 .header-top__promo p a {
  color: var(--color-white, #fff);
  text-decoration: underline;
  font-weight: 600;
}
.header-2 .header-top__promo p a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.header-2 .header-top__social .social-links {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.header-2 .header-top__social .social-links a {
  color: var(--color-white, #fff);
  font-size: 14px;
  transition: 0.3s;
}
.header-2 .header-top__social .social-links a:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}
.header-2 .header-main {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  transition: all 0.3s ease;
}
.header-2 .header-main .header-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-2 .header-main .header-links a {
  font-size: 14px;
  color: #cfcfcf;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: color 0.3s ease;
}
.header-2 .header-main .header-links a:hover {
  color: #764ba2;
}
.header-2 .header-main .header-links .separator {
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
.header-2 .header-main .header-selectors {
  gap: 25px;
}
.header-2 .header-main .header-selectors .selector-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s ease;
  color: #cfcfcf;
}
.header-2 .header-main .header-selectors .selector-item:hover {
  color: #764ba2;
}
.header-2 .header-main .header-selectors .selector-item i {
  font-size: 12px;
  color: #764ba2;
}
.header-2 .header-main .header-selectors .selector-item i.fa-flag-usa {
  font-size: 16px;
}
.header-2 .header-main .header-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.header-2 .header-main .header-action .action-btn {
  font-size: 20px;
  color: #2b2b2b;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.header-2 .header-main .header-action .action-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(118, 75, 162, 0.3);
}
.header-2 .header-main .header-action .side-toggle {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  border: none;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(118, 75, 162, 0.3);
}
.header-2 .header-main .header-action .side-toggle:hover {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 15px rgba(118, 75, 162, 0.5);
}
@media only screen and (max-width: 1199px) {
  .header-2 .header-main .header-selectors {
    gap: 15px;
  }
  .header-2 .header-main .header-action {
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .header-2 .header-top__promo p {
    font-size: 12px;
  }
  .header-2 .header-main {
    padding: 15px 0;
  }
  .header-2 .header-main .header-selectors {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header-2 .header-top__shipping {
    justify-content: center;
  }
  .header-2 .header-top__social .social-links {
    justify-content: center;
    margin-top: 5px;
  }
}

/* === Hero Section (Home 03) === */
.hero3 {
  position: relative;
  padding: 180px 0 120px;
  background: #060913;
  overflow: hidden;
}
.hero3__bg-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  filter: blur(140px);
}
.hero3__bg-glow--primary {
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(0, 255, 213, 0.12) 0%, transparent 70%);
  top: -10%;
  left: -5%;
}
.hero3__bg-glow--secondary {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(171, 81, 233, 0.15) 0%, transparent 70%);
  bottom: -15%;
  right: -5%;
}
.hero3::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 50px 50px;
  background-position: center center;
  z-index: 2;
  pointer-events: none;
}
.hero3 .container {
  position: relative;
  z-index: 5;
}
.hero3__content {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1199px) {
  .hero3__content {
    text-align: center;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.hero3__badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(0, 255, 213, 0.04);
  border: 1px solid rgba(0, 255, 213, 0.25);
  border-radius: 50px;
  margin-bottom: 28px;
  box-shadow: 0 0 20px rgba(0, 255, 213, 0.08);
  animation: glowPulse 4s infinite ease-in-out;
}
.hero3__badge-tag span {
  font-size: 11px;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #00ffd5;
  text-shadow: 0 0 10px rgba(0, 255, 213, 0.3);
}
.hero3__title {
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  font-size: clamp(38px, 5.5vw, 76px);
  line-height: 1.05;
  letter-spacing: -1.5px;
  color: #ffffff;
  margin-bottom: 25px;
}
.hero3__title span {
  background: linear-gradient(135deg, #00ffd5 0%, #a855f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  text-shadow: 0 0 40px rgba(0, 255, 213, 0.15);
}
@media only screen and (max-width: 1199px) {
  .hero3__title {
    font-size: clamp(36px, 5.5vw, 60px);
  }
}
.hero3__text {
  font-size: 16px;
  line-height: 1.7;
  color: #a5b4fc;
  opacity: 0.85;
  margin-bottom: 40px;
  max-width: 540px;
}
@media only screen and (max-width: 1199px) {
  .hero3__text {
    max-width: 100%;
  }
}
.hero3__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 55px;
}
@media (max-width: 575px) {
  .hero3__actions {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }
}
.hero3-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #060913;
  background: linear-gradient(135deg, #00ffd5 0%, #00b4d8 100%);
  padding: 16px 36px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(0, 255, 213, 0.25);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hero3-btn-primary i {
  font-size: 13px;
  transition: transform 0.3s ease;
}
.hero3-btn-primary:hover {
  background: #ffffff;
  color: #060913;
  box-shadow: 0 12px 35px rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}
.hero3-btn-primary:hover i {
  transform: translateX(5px);
}
@media (max-width: 575px) {
  .hero3-btn-primary {
    width: 100%;
    justify-content: center;
  }
}
.hero3-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 15px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hero3-btn-secondary i {
  font-size: 15px;
  color: #00ffd5;
  text-shadow: 0 0 8px rgba(0, 255, 213, 0.5);
}
.hero3-btn-secondary:hover {
  border-color: #00ffd5;
  background: rgba(0, 255, 213, 0.05);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 255, 213, 0.12);
}
@media (max-width: 575px) {
  .hero3-btn-secondary {
    width: 100%;
    justify-content: center;
  }
}
.hero3__features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 550px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .hero3__features-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    gap: 12px;
  }
}
.hero3__features-grid .feature-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 16px 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: all 0.3s ease;
}
.hero3__features-grid .feature-card i {
  font-size: 20px;
  color: #00ffd5;
  margin-bottom: 2px;
  text-shadow: 0 0 10px rgba(0, 255, 213, 0.3);
}
.hero3__features-grid .feature-card-value {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2;
}
.hero3__features-grid .feature-card-label {
  font-family: "Urbanist", sans-serif;
  font-size: 12px;
  color: #818cf8;
  font-weight: 500;
}
.hero3__features-grid .feature-card:hover {
  border-color: rgba(0, 255, 213, 0.25);
  background: rgba(0, 255, 213, 0.02);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 255, 213, 0.05);
}
.hero3__showcase-deck {
  position: relative;
  z-index: 10;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 580px;
}
@media only screen and (max-width: 1199px) {
  .hero3__showcase-deck {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .hero3__showcase-deck {
    height: 380px;
  }
}
.hero3__showcase-deck .radar-hud {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .hero3__showcase-deck .radar-hud {
    width: 320px;
    height: 320px;
  }
}
.hero3__showcase-deck .radar-hud svg {
  width: 100%;
  height: 100%;
  animation: rotateHUD 45s linear infinite;
  opacity: 0.85;
}
.hero3__showcase-deck .radar-hud svg circle {
  stroke: rgba(0, 255, 213, 0.08);
  stroke-width: 1;
  fill: none;
}
.hero3__showcase-deck .radar-hud svg circle.accent-ring {
  stroke: rgba(0, 255, 213, 0.18);
  stroke-dasharray: 12, 12;
  animation: rotateHUD-reverse 20s linear infinite;
  transform-origin: center;
}
.hero3__showcase-deck .radar-hud svg circle.outer-ring {
  stroke: rgba(168, 85, 247, 0.15);
  stroke-dasharray: 300, 150;
}
.hero3__showcase-deck .radar-hud::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(0, 255, 213, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
  filter: blur(20px);
}
.hero3__showcase-deck .showcase-product-img {
  position: relative;
  z-index: 10;
  max-width: 75%;
  height: auto;
  filter: drop-shadow(0 25px 60px rgba(0, 0, 0, 0.65)) drop-shadow(0 0 20px rgba(0, 255, 213, 0.1));
  animation: floatProduct 7s ease-in-out infinite;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .hero3__showcase-deck .showcase-product-img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .hero3__showcase-deck .showcase-product-img {
    max-width: 45%;
  }
}
.hero3__showcase-deck .showcase-product-img:hover {
  transform: scale(1.03) rotate(1deg);
  filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 35px rgba(0, 255, 213, 0.25));
}
.hero3__showcase-deck .floating-spec-card {
  position: absolute;
  background: rgba(10, 15, 30, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 12px 18px;
  border-radius: 16px;
  z-index: 15;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: left;
  min-width: 170px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
.hero3__showcase-deck .floating-spec-card .floating-spec-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero3__showcase-deck .floating-spec-card .floating-spec-header i {
  font-size: 12px;
  color: #00ffd5;
  text-shadow: 0 0 6px rgba(0, 255, 213, 0.5);
}
.hero3__showcase-deck .floating-spec-card .floating-spec-header span {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #a5b4fc;
}
.hero3__showcase-deck .floating-spec-card .floating-spec-val {
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  margin-top: 2px;
}
.hero3__showcase-deck .floating-spec-card .floating-spec-bar {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 4px;
}
.hero3__showcase-deck .floating-spec-card .floating-spec-bar .fill-bar {
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, #00ffd5, #3b82f6);
  animation: fillPulse 3s infinite ease-in-out;
}
.hero3__showcase-deck .floating-spec-card--1 {
  top: 20%;
  left: 2%;
  animation: floatCard1 8s ease-in-out infinite;
}
@media only screen and (max-width: 1199px) {
  .hero3__showcase-deck .floating-spec-card--1 {
    left: 15%;
  }
}
@media (max-width: 575px) {
  .hero3__showcase-deck .floating-spec-card--1 {
    left: -5%;
    top: 15%;
  }
}
.hero3__showcase-deck .floating-spec-card--2 {
  bottom: 22%;
  right: 2%;
  animation: floatCard2 9s ease-in-out infinite;
}
@media only screen and (max-width: 1199px) {
  .hero3__showcase-deck .floating-spec-card--2 {
    right: 15%;
  }
}
@media (max-width: 575px) {
  .hero3__showcase-deck .floating-spec-card--2 {
    right: -5%;
    bottom: 12%;
  }
}
.hero3__showcase-deck .floating-spec-card--3 {
  top: 10%;
  right: 8%;
  animation: floatCard3 7s ease-in-out infinite;
  min-width: 120px;
  padding: 8px 14px;
  border-color: rgba(168, 85, 247, 0.3);
}
.hero3__showcase-deck .floating-spec-card--3 .floating-spec-header i {
  color: #a855f7;
  text-shadow: 0 0 6px rgba(168, 85, 247, 0.5);
}
@media only screen and (max-width: 1199px) {
  .hero3__showcase-deck .floating-spec-card--3 {
    right: 20%;
  }
}
@media (max-width: 575px) {
  .hero3__showcase-deck .floating-spec-card--3 {
    right: 2%;
    top: 5%;
  }
}

/* === Animations === */
@keyframes rotateHUD {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateHUD-reverse {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes floatProduct {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(0.5deg);
  }
}
@keyframes floatCard1 {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-8px) translateX(4px);
  }
}
@keyframes floatCard2 {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(8px) translateX(-5px);
  }
}
@keyframes floatCard3 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px) scale(1.02);
  }
}
@keyframes glowPulse {
  0%, 100% {
    box-shadow: 0 0 15px rgba(0, 255, 213, 0.08);
    border-color: rgba(0, 255, 213, 0.2);
  }
  50% {
    box-shadow: 0 0 25px rgba(0, 255, 213, 0.2);
    border-color: rgba(0, 255, 213, 0.45);
    background: rgba(0, 255, 213, 0.07);
  }
}
@keyframes fillPulse {
  0%, 100% {
    opacity: 0.85;
  }
  50% {
    opacity: 1;
    filter: brightness(1.2);
  }
}
/*===== Smartwatch Section =====*/
.smartwatch-wrapper {
  border-radius: 30px;
  padding: 100px 70px 0px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 242, 254, 0.15);
  background: linear-gradient(135deg, rgba(1, 10, 19, 0.9) 0%, rgba(1, 20, 35, 0.7) 100%);
  box-shadow: inset 0 0 40px rgba(0, 242, 254, 0.1), 0 20px 50px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1199px) {
  .smartwatch-wrapper {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .smartwatch-wrapper {
    padding: 60px 30px;
  }
}
.smartwatch-items {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: -100px;
  margin-right: -335px;
  overflow: hidden;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 242, 254, 0.15) 0%, rgba(0, 242, 254, 0) 100%);
}
@media only screen and (max-width: 1399px) {
  .smartwatch-items {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.smartwatch-items .main-watch {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 242, 254, 0.3));
  animation: floatWatch 6s ease-in-out infinite;
}
.smartwatch__content {
  position: relative;
  z-index: 2;
  margin-bottom: 150px;
}
.smartwatch__badge {
  background: rgba(0, 242, 254, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 242, 254, 0.25);
  color: #00f2fe;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 0 15px rgba(0, 242, 254, 0.15);
}
.smartwatch__meta-line {
  flex-grow: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 242, 254, 0.4) 0%, rgba(0, 242, 254, 0) 100%);
  margin-left: 20px;
}
.smartwatch__tabs {
  border: none;
  gap: 15px;
  margin-bottom: 140px;
}
.smartwatch__tabs .nav-item .nav-link {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #a5adb1;
  border-radius: 12px;
  padding: 15px 25px;
  font-size: clamp(16px, 1.2vw, 18px);
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.smartwatch__tabs .nav-item .nav-link.active {
  background: linear-gradient(90deg, #00f2fe 0%, #4facfe 100%);
  border-color: #00f2fe;
  color: #010d1a;
  box-shadow: 0 8px 25px rgba(0, 242, 254, 0.45);
}
.smartwatch__tabs .nav-item .nav-link:hover:not(.active) {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 242, 254, 0.3);
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .smartwatch__tabs {
    justify-content: center;
  }
}
.smartwatch__pulse-line {
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.6;
  filter: drop-shadow(0 0 10px rgba(0, 242, 254, 0.7));
}
.smartwatch__pulse-line svg path {
  stroke: #00f2fe;
  stroke-width: 2.5;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 4s linear infinite;
}
@media only screen and (max-width: 1199px) {
  .smartwatch__pulse-line {
    display: none;
  }
}
.smartwatch__product-card {
  background: rgba(1, 15, 30, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 242, 254, 0.15);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  max-width: 550px;
  margin-left: auto;
  position: relative;
  z-index: 3;
  transition: all 0.4s ease;
}
.smartwatch__product-card:hover {
  border-color: rgba(0, 242, 254, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(0, 242, 254, 0.15), 0 20px 50px rgba(0, 0, 0, 0.6);
}
.smartwatch__product-card:hover .card-thumb img {
  transform: scale(1.06) rotate(3deg);
  border-color: rgba(0, 242, 254, 0.8);
  box-shadow: 0 0 25px rgba(0, 242, 254, 0.6);
}
.smartwatch__product-card .card-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #ffffff 40%, #00f2fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.smartwatch__product-card .card-desc {
  color: #a5adb1;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.6;
}
.smartwatch__product-card .theme-btn-three.small {
  background: rgba(0, 242, 254, 0.05);
  border: 1px solid rgba(0, 242, 254, 0.2);
  color: #00f2fe !important;
  font-weight: 600;
  border-radius: 8px;
  padding: 10px 20px;
  box-shadow: 0 0 15px rgba(0, 242, 254, 0.1);
}
.smartwatch__product-card .theme-btn-three.small .text {
  color: #00f2fe;
}
.smartwatch__product-card .theme-btn-three.small .icon {
  background: rgba(0, 242, 254, 0.1);
  color: #00f2fe;
}
.smartwatch__product-card .theme-btn-three.small .icon svg path {
  stroke: #00f2fe;
}
.smartwatch__product-card .theme-btn-three.small:hover {
  background: linear-gradient(90deg, #00f2fe 0%, #4facfe 100%);
  border-color: #00f2fe;
  color: #010d1a !important;
  box-shadow: 0 0 25px rgba(0, 242, 254, 0.4);
}
.smartwatch__product-card .theme-btn-three.small:hover .text {
  color: #010d1a;
}
.smartwatch__product-card .theme-btn-three.small:hover .icon {
  background: rgba(255, 255, 255, 0.2);
  color: #010d1a;
}
.smartwatch__product-card .theme-btn-three.small:hover .icon svg path {
  stroke: #010d1a;
}
.smartwatch__product-card .card-thumb img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 242, 254, 0.3);
  box-shadow: 0 0 15px rgba(0, 242, 254, 0.3);
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .smartwatch__product-card {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .smartwatch__product-card .card-thumb img {
    width: 120px;
    height: 120px;
  }
}

@keyframes floatWatch {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(1deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes marqueeRightToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* === Header Section (Home 03) === */
.header-1__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-1__right-btn a {
  border-radius: 90px;
  border: 1px solid #e3e3e3;
  background: rgba(241, 241, 241, 0);
  color: var(--primary);
  font-family: Kanit;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 20px 8px 20px 20px;
}

/* === Intro Section (Home 03) === */
/* Cinematic Depth Hero - Index3 Neon Green Theme */
.hero-cinematic {
  position: relative;
  min-height: 100vh;
  background: var(--bd-color-1, #021208);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 100px 0 150px;
}

/* Ambient Center Glow */
.hero-cinematic__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
  height: 70vw;
  background: radial-gradient(circle, rgba(0, 230, 118, 0.15) 0%, transparent 60%);
  border-radius: 50%;
  filter: blur(80px);
  z-index: 1;
  animation: cinematicPulse 8s ease-in-out infinite alternate;
}

@keyframes cinematicPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
}
/* Massive Background Typography */
.hero-cinematic__bg-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

.hero-cinematic__bg-text h1, .hero-cinematic__bg-text h2 {
  font-size: clamp(80px, 15vw, 200px);
  font-weight: 900;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -2px;
  color: rgba(255, 255, 255, 0.03);
  background: linear-gradient(180deg, #fff 0%, rgba(0, 230, 118, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.hero-cinematic__bg-text h1 span, .hero-cinematic__bg-text h2 span {
  display: block;
  font-size: clamp(60px, 10vw, 150px);
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 230, 118, 0.4);
  background: none;
  -webkit-text-fill-color: transparent;
}

/* Center 3D Product */
.hero-cinematic__product {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  animation: cinematicFloat 6s ease-in-out infinite;
}

.hero-cinematic__product img {
  max-width: 85%;
  height: auto;
  filter: drop-shadow(0 40px 60px rgba(0, 0, 0, 0.8));
}

@keyframes cinematicFloat {
  0% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-25px) scale(1.02);
  }
  100% {
    transform: translateY(0px) scale(1);
  }
}
/* Floating Glassmorphic Dock */
.hero-cinematic__dock {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(0, 230, 118, 0.2);
  border-radius: 100px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  width: 90%;
  max-width: 1100px;
}

.dock-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
}

.dock-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.dock-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(0, 230, 118, 0.15);
  color: #00e676;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.dock-text h3 {
  font-size: 16px;
  color: #fff;
  margin: 0 0 3px 0;
  font-weight: 700;
}

.dock-text p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  white-space: nowrap;
}

/* Dock Buttons */
.dock-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 10px;
}

.dock-btn-primary {
  background: linear-gradient(135deg, #00e676, #00a846);
  color: #021208;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.dock-btn-primary:hover {
  box-shadow: 0 10px 25px rgba(0, 230, 118, 0.4);
  transform: translateY(-2px);
  color: #021208;
}

.dock-btn-play {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0, 230, 118, 0.5);
  color: #00e676;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

.dock-btn-play:hover {
  background: rgba(0, 230, 118, 0.1);
  color: #00e676;
  box-shadow: 0 0 15px rgba(0, 230, 118, 0.3);
}

/* Responsive Cinematic Hero */
@media (max-width: 991px) {
  .hero-cinematic__dock {
    flex-direction: column;
    border-radius: 30px;
    padding: 30px 20px;
    bottom: 20px;
    gap: 15px;
  }
  .dock-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding-bottom: 15px;
  }
  .dock-actions {
    width: 100%;
    justify-content: center;
    padding-top: 10px;
  }
  .hero-cinematic {
    padding: 100px 0 450px;
  }
}
/* === Category Section (Home 03) === */
.category3__button {
  margin-top: 59px;
}
.category3-wrapper {
  padding: 60px 0;
  background: transparent;
}
.category3-items {
  position: relative;
  padding: 40px 24px 30px;
  background: rgba(10, 15, 30, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.category3-items__thumb {
  margin-bottom: 25px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 3;
}
.category3-items__thumb img {
  max-height: 90px;
  width: auto;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.category3-items__thumb-glow {
  position: absolute;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(0, 255, 213, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.4s ease;
}
.category3-items__content {
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
.category3-items__content-title {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}
.category3-items__content-subtitle {
  color: #00ffd5;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(0, 255, 213, 0.25);
}
.category3-items__arrow {
  margin-top: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
  opacity: 0.7;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 3;
}
.category3-items__arrow i {
  transition: transform 0.3s ease;
}
.category3-items:hover {
  background: rgba(0, 255, 213, 0.04);
  border-color: rgba(0, 255, 213, 0.35);
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 255, 213, 0.15);
}
.category3-items:hover .category3-items__thumb img {
  transform: scale(1.15) translateY(-5px);
}
.category3-items:hover .category3-items__thumb-glow {
  transform: translate(-50%, -50%) scale(1.2);
  background: radial-gradient(circle, rgba(0, 255, 213, 0.22) 0%, transparent 70%);
}
.category3-items:hover .category3-items__content-title {
  color: #00ffd5;
  text-shadow: 0 0 10px rgba(0, 255, 213, 0.3);
}
.category3-items:hover .category3-items__arrow {
  opacity: 1;
  background: linear-gradient(135deg, #00ffd5 0%, #00b4d8 100%);
  border-color: transparent;
  color: #060913;
  transform: translateY(0);
  box-shadow: 0 5px 15px rgba(0, 255, 213, 0.3);
}
.category3-items:hover .category3-items__arrow i {
  transform: translateX(2px);
}

/* === Offer Section (Home 03) === */
.offer4-wrapper {
  border-radius: 30px;
  padding: 90px 70px;
  border: 1px solid rgba(0, 255, 213, 0.2);
  background: linear-gradient(135deg, rgba(6, 9, 19, 0.95) 0%, rgba(10, 15, 30, 0.88) 100%);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 255, 213, 0.05);
  position: relative;
  overflow: hidden;
}
.offer4-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.01) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 1919px) {
  .offer4-wrapper {
    padding: 70px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .offer4-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 575px) {
  .offer4-wrapper {
    padding: 40px 20px;
  }
}
.offer4-content {
  position: relative;
  z-index: 5;
}
.offer4-content .section-top3 {
  margin-bottom: 30px;
}
.offer4-content .section-top3__subtitle {
  color: #00ffd5;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
  text-shadow: 0 0 8px rgba(0, 255, 213, 0.3);
}
.offer4-content .section-top3__title {
  position: relative;
  color: #FFFFFF;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.1;
  margin-bottom: 0;
}
.offer4-content .section-top3__title span {
  background: linear-gradient(135deg, #00ffd5 0%, #a855f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.offer4-content .section-top3__title::before {
  content: "";
  position: absolute;
  background: rgba(0, 255, 213, 0.15);
  width: 150px;
  height: 1px;
  top: 50%;
  left: 95%;
}
@media only screen and (max-width: 1919px) {
  .offer4-content .section-top3__title::before {
    width: 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .offer4-content .section-top3__title::before {
    display: none;
  }
}
.offer4-content__text {
  color: #A5B4FC;
  opacity: 0.85;
  font-size: 16px;
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .offer4-content__text {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.offer4-content-wrapper__countdown {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .offer4-content-wrapper__countdown {
    gap: 15px;
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .offer4-content-wrapper__countdown {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.offer4-content-wrapper__countdown-time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.offer4-content-wrapper__countdown-time-box h2 {
  background: rgba(10, 15, 30, 0.8);
  border: 1px solid rgba(0, 255, 213, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 15px;
  border-radius: 16px;
  min-width: 90px;
  color: #00ffd5;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  font-size: 34px;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 255, 213, 0.05);
}
.offer4-content-wrapper__countdown-time-box h2:hover {
  background: rgba(0, 255, 213, 0.05);
  border-color: #00ffd5;
  box-shadow: 0 5px 20px rgba(0, 255, 213, 0.2);
  transform: translateY(-2px);
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .offer4-content-wrapper__countdown-time-box h2 {
    min-width: 80px;
    padding: 12px;
    font-size: 28px;
  }
}
.offer4-content-wrapper__countdown-time-box-text {
  color: #A5B4FC;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}
.offer4-content-wrapper__countdown-separator {
  color: #00ffd5;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  align-self: flex-start;
  margin-top: 15px;
  animation: opacityPulse 1.5s infinite ease-in-out;
}
@media (max-width: 575px) {
  .offer4-content-wrapper__countdown-separator {
    display: none;
  }
}
.offer4-thumb {
  text-align: center;
  position: relative;
  z-index: 5;
}
.offer4-thumb .offer-soundwave {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .offer4-thumb .offer-soundwave {
    width: 280px;
    height: 280px;
  }
}
.offer4-thumb .offer-soundwave-ring {
  position: absolute;
  border: 1px solid rgba(0, 255, 213, 0.08);
  border-radius: 50%;
  animation: rotateHUD 30s linear infinite;
}
.offer4-thumb .offer-soundwave-ring--1 {
  width: 240px;
  height: 240px;
  border-style: dashed;
}
.offer4-thumb .offer-soundwave-ring--2 {
  width: 330px;
  height: 330px;
  border-color: rgba(168, 85, 247, 0.08);
  animation-direction: reverse;
}
.offer4-thumb .offer-soundwave-ring--3 {
  width: 420px;
  height: 420px;
}
.offer4-thumb .offer-soundwave::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(0, 255, 213, 0.05) 0%, transparent 70%);
  filter: blur(30px);
  border-radius: 50%;
}
.offer4-thumb img {
  position: relative;
  z-index: 3;
  max-width: 90%;
  height: auto;
  filter: drop-shadow(0 20px 45px rgba(0, 0, 0, 0.65)) drop-shadow(0 0 15px rgba(0, 255, 213, 0.08));
  animation: floatAirpods 5s ease-in-out infinite;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1199px) {
  .offer4-thumb img {
    max-width: 70%;
    margin-top: 35px;
  }
}
.offer4-thumb img:hover {
  transform: scale(1.04);
  filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.75)) drop-shadow(0 0 25px rgba(0, 255, 213, 0.2));
}
.offer4-thumb .floating-offer-chip {
  position: absolute;
  background: rgba(10, 15, 30, 0.7);
  border: 1px solid rgba(0, 255, 213, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 8px 16px;
  border-radius: 50px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.offer4-thumb .floating-offer-chip i {
  font-size: 11px;
  color: #00ffd5;
  text-shadow: 0 0 6px rgba(0, 255, 213, 0.5);
}
.offer4-thumb .floating-offer-chip span {
  font-family: "Urbanist", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
  white-space: nowrap;
}
.offer4-thumb .floating-offer-chip--1 {
  top: 15%;
  left: 0;
  animation: floatCard1 6s ease-in-out infinite;
}
@media only screen and (max-width: 1199px) {
  .offer4-thumb .floating-offer-chip--1 {
    left: 10%;
  }
}
@media (max-width: 575px) {
  .offer4-thumb .floating-offer-chip--1 {
    left: -5%;
  }
}
.offer4-thumb .floating-offer-chip--2 {
  bottom: 20%;
  right: 0;
  animation: floatCard2 7s ease-in-out infinite;
}
@media only screen and (max-width: 1199px) {
  .offer4-thumb .floating-offer-chip--2 {
    right: 10%;
  }
}
@media (max-width: 575px) {
  .offer4-thumb .floating-offer-chip--2 {
    right: -5%;
  }
}

@keyframes floatAirpods {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes opacityPulse {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 8px rgba(0, 255, 213, 0.8);
  }
}
/* === Best-Selling-Products Section (Home 03) === */
.best-sellers-product-card {
  padding: 30px 25px 30px 35px;
  background: rgba(10, 15, 30, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.best-sellers-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 0%, rgba(0, 255, 213, 0.03) 0%, transparent 60%);
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 1919px) {
  .best-sellers-product-card {
    padding: 25px 20px 25px 25px;
    gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .best-sellers-product-card {
    padding: 20px 20px;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .best-sellers-product-card {
    padding: 30px 25px;
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }
}
.best-sellers-product-card__content {
  position: relative;
  z-index: 3;
  flex-grow: 1;
}
.best-sellers-product-card__content-title {
  color: #ffffff;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 1919px) {
  .best-sellers-product-card__content-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .best-sellers-product-card__content-title {
    font-size: 18px;
  }
}
.best-sellers-product-card__content-subtitle {
  color: #818cf8;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .best-sellers-product-card__content-subtitle {
    margin-bottom: 15px;
  }
}
.best-sellers-product-card__content-items-price {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .best-sellers-product-card__content-items-price {
    justify-content: center;
    margin-bottom: 20px;
  }
}
.best-sellers-product-card__content-items-price .original-price {
  color: #00ffd5;
  font-family: "Urbanist", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 255, 213, 0.2);
}
@media only screen and (max-width: 991px) {
  .best-sellers-product-card__content-items-price .original-price {
    font-size: 20px;
  }
}
.best-sellers-product-card__content-items-price .offer-price {
  color: #64748b;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-decoration: line-through;
}
@media only screen and (max-width: 991px) {
  .best-sellers-product-card__content-items-price .offer-price {
    font-size: 16px;
  }
}
.best-sellers-product-card__content-button .theme-btn-one {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00ffd5;
  border: 1px solid rgba(0, 255, 213, 0.3);
  background: transparent;
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.best-sellers-product-card__content-button .theme-btn-one .text {
  color: inherit;
}
.best-sellers-product-card__content-button .theme-btn-one .icon {
  display: inline-flex;
  align-items: center;
}
.best-sellers-product-card__content-button .theme-btn-one .icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}
.best-sellers-product-card__content-button .theme-btn-one:hover {
  background: linear-gradient(135deg, #00ffd5 0%, #00b4d8 100%);
  border-color: transparent;
  color: #060913;
  box-shadow: 0 5px 15px rgba(0, 255, 213, 0.3);
}
.best-sellers-product-card__content-button .theme-btn-one:hover .icon svg {
  transform: translateX(3px);
}
.best-sellers-product-card__thumb {
  position: relative;
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
@media (max-width: 575px) {
  .best-sellers-product-card__thumb {
    width: 160px;
    height: 160px;
  }
}
.best-sellers-product-card__thumb-glow {
  position: absolute;
  inset: 10px;
  background: radial-gradient(circle, rgba(0, 255, 213, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.4s ease;
}
.best-sellers-product-card__thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.5));
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.best-sellers-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 255, 213, 0.3);
  box-shadow: 0px 15px 45px rgba(0, 255, 213, 0.1);
}
.best-sellers-product-card:hover::before {
  background: radial-gradient(circle at 100% 0%, rgba(0, 255, 213, 0.08) 0%, transparent 60%);
}
.best-sellers-product-card:hover .best-sellers-product-card__content-title {
  color: #00ffd5;
}
.best-sellers-product-card:hover .best-sellers-product-card__thumb-glow {
  transform: scale(1.25);
  background: radial-gradient(circle, rgba(0, 255, 213, 0.18) 0%, transparent 70%);
}
.best-sellers-product-card:hover .best-sellers-product-card__thumb img {
  transform: scale(1.1) rotate(2deg);
}
.best-sellers-product-items__button {
  display: flex;
  justify-content: center;
  margin-top: 59px;
}

/* === Offer Section (Home 03) === */
.offer3 {
  position: relative;
  z-index: 1;
}
.offer3-thumb {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(1, 10, 19, 0.4);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.offer3-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  transition: none;
  z-index: 2;
  pointer-events: none;
}
.offer3-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.offer3-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(0, 242, 254, 0);
  transition: all 0.5s ease;
  z-index: -1;
  pointer-events: none;
}
.offer3-thumb:hover {
  border-color: rgba(0, 242, 254, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}
.offer3-thumb:hover::before {
  animation: sweep 0.8s ease-in-out;
}
.offer3-thumb:hover::after {
  box-shadow: 0 0 35px rgba(0, 242, 254, 0.25);
}
.offer3-thumb:hover img {
  transform: scale(1.05) rotate(0.5deg);
  filter: brightness(1.1);
}
.offer3-thumb-content {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  z-index: 3;
  padding: 40px;
  background: rgba(1, 10, 19, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 90%;
}
@media only screen and (max-width: 991px) {
  .offer3-thumb-content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 30px 20px;
    margin: 20px;
    background: rgba(1, 10, 19, 0.8);
  }
}
@media (max-width: 575px) {
  .offer3-thumb-content {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    padding: 20px 15px;
    margin: 15px;
    background: rgba(1, 10, 19, 0.85);
  }
}
.offer3-thumb-content__title {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #ffffff 30%, #a5adb1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1199px) {
  .offer3-thumb-content__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.offer3-thumb-content-wrapper__countdown {
  margin-bottom: 30px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .offer3-thumb-content-wrapper__countdown {
    gap: 10px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .offer3-thumb-content-wrapper__countdown {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
  }
}
.offer3-thumb-content-wrapper__countdown-time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offer3-thumb-content-wrapper__countdown-time-box h2 {
  background: rgba(0, 242, 254, 0.05);
  border: 1px solid rgba(0, 242, 254, 0.15);
  padding: 12px 18px;
  border-radius: 12px;
  min-width: 80px;
  color: #00f2fe;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 8px;
  box-shadow: inset 0 0 10px rgba(0, 242, 254, 0.1), 0 0 15px rgba(0, 242, 254, 0.1);
  text-shadow: 0 0 8px rgba(0, 242, 254, 0.6);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .offer3-thumb-content-wrapper__countdown-time-box h2 {
    min-width: 70px;
    padding: 10px 14px;
    font-size: 22px;
  }
}
.offer3-thumb-content-wrapper__countdown-time-box-text {
  color: #A5ADB1;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .offer3-thumb-content-wrapper__countdown-time-box-text {
    font-size: 12px;
  }
}
.offer3-thumb-content-wrapper__countdown-separator {
  color: rgba(0, 242, 254, 0.8);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 20px;
  animation: opacityPulse 1s infinite alternate;
  text-shadow: 0 0 8px rgba(0, 242, 254, 0.6);
}
@media (max-width: 575px) {
  .offer3-thumb-content-wrapper__countdown-separator {
    display: none;
  }
}
.offer3-thumb-content-button .theme-btn-one {
  background: linear-gradient(90deg, #00f2fe 0%, #4facfe 100%);
  border: none;
  color: #010d1a !important;
  font-weight: 700;
  box-shadow: 0 0 20px rgba(0, 242, 254, 0.4);
  transition: all 0.3s ease;
}
.offer3-thumb-content-button .theme-btn-one .text {
  color: #010d1a;
}
.offer3-thumb-content-button .theme-btn-one .icon {
  background: rgba(255, 255, 255, 0.2);
  color: #010d1a;
}
.offer3-thumb-content-button .theme-btn-one .icon svg path {
  stroke: #010d1a;
  stroke-width: 2.5;
}
.offer3-thumb-content-button .theme-btn-one:hover {
  background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
  box-shadow: 0 0 30px rgba(0, 242, 254, 0.7);
  transform: translateY(-2px);
}

@keyframes sweep {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@keyframes opacityPulse {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
/* === Featured-Products Section (Home 03) === */
.featured-product {
  position: relative;
  z-index: 1;
}
.featured-product-card1 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 242, 254, 0.15);
  background: linear-gradient(135deg, rgba(1, 10, 19, 0.85) 0%, rgba(1, 20, 35, 0.65) 100%);
  box-shadow: inset 0 0 30px rgba(0, 242, 254, 0.1), 0 20px 40px rgba(0, 0, 0, 0.5);
  z-index: 99;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.featured-product-card1::before {
  content: "";
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 242, 254, 0.25) 0%, rgba(0, 242, 254, 0) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.featured-product-card1__thumb {
  overflow: hidden;
}
.featured-product-card1__thumb img {
  border-radius: 16px;
  width: 100%;
  transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.featured-product-card1:hover {
  border-color: rgba(0, 242, 254, 0.4);
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 242, 254, 0.15), 0 20px 50px rgba(0, 0, 0, 0.6);
}
.featured-product-card1:hover__thumb img {
  transform: scale(1.05) rotate(0.5deg);
}
.featured-product-card1__content {
  padding: 49px 47px 58px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1919px) {
  .featured-product-card1__content {
    padding: 40px 40px 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .featured-product-card1__content {
    padding: 30px 30px 40px;
  }
}
.featured-product-card1__content-subtitle {
  color: #00f2fe;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(0, 242, 254, 0.4);
}
@media only screen and (max-width: 1399px) {
  .featured-product-card1__content-subtitle {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .featured-product-card1__content-subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.featured-product-card1__content-title {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 40px;
  background: linear-gradient(135deg, #ffffff 40%, #a5adb1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1919px) {
  .featured-product-card1__content-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1399px) {
  .featured-product-card1__content-title {
    font-size: 34px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .featured-product-card1__content-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .featured-product-card1__content-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.featured-product-card1__content-button .theme-btn-one {
  background: linear-gradient(90deg, #00f2fe 0%, #4facfe 100%);
  border: none;
  color: #010d1a !important;
  font-weight: 700;
  box-shadow: 0 0 20px rgba(0, 242, 254, 0.4);
  transition: all 0.3s ease;
}
.featured-product-card1__content-button .theme-btn-one .text {
  color: #010d1a;
}
.featured-product-card1__content-button .theme-btn-one .icon {
  background: rgba(255, 255, 255, 0.2);
  color: #010d1a;
}
.featured-product-card1__content-button .theme-btn-one .icon svg path {
  stroke: #010d1a;
  stroke-width: 2.5;
}
.featured-product-card1__content-button .theme-btn-one:hover {
  background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
  box-shadow: 0 0 30px rgba(0, 242, 254, 0.7);
  transform: translateY(-2px);
}
.featured-product-card2 {
  padding: 25px 20px;
  background: rgba(1, 15, 30, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 242, 254, 0.15);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  transition: all 0.4s ease;
}
.featured-product-card2:hover {
  border-color: rgba(0, 242, 254, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 242, 254, 0.12), 0 15px 35px rgba(0, 0, 0, 0.5);
}
.featured-product-card2:hover .featured-product-card2__thumb img {
  transform: scale(1.08) rotate(3deg);
}
.featured-product-card2:hover .featured-product-card2__thumb {
  background: rgba(0, 242, 254, 0.1);
  border-color: rgba(0, 242, 254, 0.3);
  box-shadow: 0 0 20px rgba(0, 242, 254, 0.3);
}
.featured-product-card2__thumb {
  padding: 40px 30px;
  background: rgba(0, 242, 254, 0.04);
  border: 1px solid rgba(0, 242, 254, 0.08);
  border-radius: 100%;
  margin-bottom: 35px;
  text-align: center;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
}
.featured-product-card2__thumb img {
  width: 130px;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  transition: all 0.5s ease;
}
.featured-product-card2__content {
  text-align: center;
}
.featured-product-card2__content-text {
  color: #a5adb1;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 100%;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.featured-product-card2__content-title {
  color: #ffffff;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 13px;
  background: linear-gradient(135deg, #ffffff 40%, #a5adb1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.featured-product-card2__content-price {
  margin-bottom: 20px;
}
.featured-product-card2__content-price .original-price {
  color: #00f2fe;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  text-shadow: 0 0 10px rgba(0, 242, 254, 0.4);
}
.featured-product-card2__content-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.featured-product-card2__content-dots-dot1 {
  background: #00f2fe;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 242, 254, 0.6);
}
.featured-product-card2__content-dots-dot2 {
  background: #4facfe;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(79, 172, 254, 0.6);
}
.featured-product-card2__content-dots-dot3 {
  background: #878c8f;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.featured-product-controls {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 1399px) {
  .featured-product-controls {
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: -55px;
  }
}
@media only screen and (max-width: 1199px) {
  .featured-product-controls {
    margin-right: auto;
    margin-bottom: 35px;
    margin-top: -116px;
  }
}
@media (max-width: 575px) {
  .featured-product-controls {
    margin-bottom: 30px;
  }
}
.featured-product-controls__arrowLeft, .featured-product-controls__arrowRight {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #00f2fe;
  cursor: pointer;
}
.featured-product-controls__arrowLeft:hover, .featured-product-controls__arrowRight:hover {
  background: linear-gradient(90deg, #00f2fe 0%, #4facfe 100%);
  border-color: #00f2fe;
  color: #010d1a;
  box-shadow: 0 0 20px rgba(0, 242, 254, 0.6);
  transform: translateY(-2px);
}

/* === Testimonial Section (Home 03) === */
.testimonial3 {
  position: relative;
  padding: 100px 0px 100px;
}
.testimonial3-wrapper {
  margin-right: -20%;
}
@media only screen and (max-width: 1199px) {
  .testimonial3-wrapper {
    margin-right: 0;
  }
}
.testimonial3-card {
  padding: 20px;
  background: rgba(1, 15, 30, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 242, 254, 0.15);
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  transition: all 0.4s ease;
}
.testimonial3-card:hover {
  border-color: rgba(0, 242, 254, 0.35);
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 242, 254, 0.12), 0 15px 35px rgba(0, 0, 0, 0.5);
}
.testimonial3-card:hover .testimonial3-card__thumb img {
  transform: scale(1.04) rotate(0.5deg);
}
.testimonial3-card__thumb {
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 20px;
}
.testimonial3-card__thumb img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.testimonial3-card__content-mentor {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.testimonial3-card__content-mentor-thumb img {
  border-radius: 50%;
  border: 2px solid rgba(0, 242, 254, 0.3);
  box-shadow: 0 0 10px rgba(0, 242, 254, 0.3);
}
.testimonial3-card__content-mentor-title {
  color: #ffffff;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 100%;
}
@media only screen and (max-width: 1919px) {
  .testimonial3-card__content-mentor-title {
    font-size: 16px;
  }
}
.testimonial3-card__content-text {
  color: #a5adb1;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .testimonial3-card__content-text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial3-card__content-text {
    font-size: 16px;
  }
}
.testimonial3-card__content-title {
  color: #ffffff;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #ffffff 40%, #00f2fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1919px) {
  .testimonial3-card__content-title {
    font-size: clamp(16px, 1.2vw, 18px);
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial3-card__content-title {
    font-size: 16px;
  }
}
.testimonial3-card__content-star {
  color: #ffb703;
  text-shadow: 0 0 8px rgba(255, 183, 3, 0.5);
}
.testimonial3-controls {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 1399px) {
  .testimonial3-controls {
    margin-right: auto;
    margin-bottom: 40px;
    margin-top: -55px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial3-controls {
    margin-right: auto;
    margin-bottom: 35px;
    margin-top: -116px;
  }
}
@media (max-width: 575px) {
  .testimonial3-controls {
    margin-bottom: 30px;
  }
}
.testimonial3-controls__arrowLeft, .testimonial3-controls__arrowRight {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #00f2fe;
  cursor: pointer;
}
.testimonial3-controls__arrowLeft:hover, .testimonial3-controls__arrowRight:hover {
  background: linear-gradient(90deg, #00f2fe 0%, #4facfe 100%);
  border-color: #00f2fe;
  color: #010d1a;
  box-shadow: 0 0 20px rgba(0, 242, 254, 0.6);
  transform: translateY(-2px);
}

/* === Instagram Section (Home 03) === */
.instagram3 {
  position: relative;
  padding: 100px 0px;
}
.instagram3-thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(1, 10, 19, 0.4);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.instagram3-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 10, 19, 0.65);
  opacity: 0;
  z-index: 2;
  transition: all 0.4s ease;
  pointer-events: none;
}
.instagram3-thumb::after {
  content: "\f16d";
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  color: #00f2fe;
  font-size: 28px;
  opacity: 0;
  z-index: 3;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-shadow: 0 0 15px rgba(0, 242, 254, 0.8);
  pointer-events: none;
}
.instagram3-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: all 0.5s ease;
}
.instagram3-thumb:hover {
  border-color: rgba(0, 242, 254, 0.35);
  box-shadow: 0 12px 35px rgba(0, 242, 254, 0.15), 0 15px 35px rgba(0, 0, 0, 0.5);
}
.instagram3-thumb:hover::before {
  opacity: 1;
}
.instagram3-thumb:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.instagram3-thumb:hover img {
  transform: scale(1.08) rotate(1deg);
}

/* === Footer Section (Home 03) === */
.footer3 {
  position: relative;
  padding: 100px 0px 0px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(1, 10, 19, 0.95) 0%, rgb(1, 5, 10) 100%);
  border-top: 2px solid rgba(0, 242, 254, 0.15);
  box-shadow: 0 -15px 40px rgba(0, 242, 254, 0.05);
}
@media only screen and (max-width: 1199px) {
  .footer3 {
    padding: 90px 0px 0px;
  }
}
@media (max-width: 575px) {
  .footer3 {
    padding: 60px 0px 0px;
  }
}
.footer3::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 242, 254, 0.3) 0%, rgba(0, 242, 254, 0) 100%);
  width: 100%;
  height: 1px;
  top: 27%;
}
@media only screen and (max-width: 1199px) {
  .footer3::before {
    top: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .footer3::before {
    display: none;
  }
}
.footer3-header {
  padding: 8px 0 86px;
  margin-bottom: 85px;
}
@media only screen and (max-width: 1199px) {
  .footer3-header {
    padding: 8px 0 30px;
    margin-bottom: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .footer3-header {
    padding: 8px 0 20px;
    margin-bottom: 65px;
  }
}
.footer3-header__items {
  display: flex;
  gap: 25px;
  align-items: center;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1919px) {
  .footer3-header__items {
    gap: 15px;
  }
}
.footer3-header__items:hover .footer3-header__items-icon {
  background: rgba(0, 242, 254, 0.15);
  border-color: #00f2fe;
  box-shadow: 0 0 15px rgba(0, 242, 254, 0.4);
  transform: translateY(-2px);
}
.footer3-header__items:hover .footer3-header__items-content a span,
.footer3-header__items:hover .footer3-header__items-content-subtext {
  color: #00f2fe;
}
.footer3-header__items-icon {
  background: rgba(0, 242, 254, 0.05);
  border: 1px solid rgba(0, 242, 254, 0.2);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.footer3-header__items-icon svg path {
  stroke: #00f2fe;
}
@media (max-width: 575px) {
  .footer3-header__items-icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }
}
.footer3-header__items-content-text {
  color: #a5adb1;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 34px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1919px) {
  .footer3-header__items-content-text {
    margin-bottom: 2px;
  }
}
@media (max-width: 575px) {
  .footer3-header__items-content-text {
    font-size: 17px;
  }
}
.footer3-header__items-content a span {
  color: #ffffff;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1919px) {
  .footer3-header__items-content a span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer3-header__items-content a span {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .footer3-header__items-content a span {
    font-size: 16px;
  }
}
.footer3-header__items-content-subtext {
  color: #ffffff;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1919px) {
  .footer3-header__items-content-subtext {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer3-header__items-content-subtext {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .footer3-header__items-content-subtext {
    font-size: clamp(16px, 1.2vw, 18px);
  }
}
.footer3-top__logo {
  margin-bottom: 39px;
}
.footer3-top__logo img {
  max-height: 70px;
}
.footer3-top__text {
  color: #a5adb1;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 30px;
  width: 344px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1919px) {
  .footer3-top__text {
    width: 390px;
  }
}
@media only screen and (max-width: 991px) {
  .footer3-top__text {
    width: 350px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .footer3-top__text {
    width: 420px;
  }
}
@media (max-width: 575px) {
  .footer3-top__text {
    width: 310px;
    font-size: 16px;
  }
}
.footer3-top__newsletter {
  position: relative;
  padding: 60px 40px;
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .footer3-top__newsletter {
    padding: 40px 40px;
  }
}
.footer3-top__newsletter-box {
  width: 430px;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1399px) {
  .footer3-top__newsletter-box {
    width: 375px;
  }
}
@media only screen and (max-width: 991px) {
  .footer3-top__newsletter-box {
    width: 335px;
  }
}
@media only screen and (max-width: 767px) {
  .footer3-top__newsletter-box {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .footer3-top__newsletter-box {
    width: 300px;
  }
}
.footer3-top__newsletter-box input {
  width: 100%;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  color: #ffffff;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  padding: 14px 200px 14px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .footer3-top__newsletter-box input {
    padding: 13px 180px 13px 24px;
  }
}
@media (max-width: 575px) {
  .footer3-top__newsletter-box input {
    padding: 13px 150px 13px 20px;
    border-radius: 12px;
  }
}
.footer3-top__newsletter-box input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer3-top__newsletter-box input:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #00f2fe;
  box-shadow: 0 0 15px rgba(0, 242, 254, 0.2);
  outline: none;
}
.footer3-top__newsletter-box input:focus::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer3-top__newsletter-box button {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 175px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  background: linear-gradient(90deg, #00f2fe 0%, #4facfe 100%);
  border: none;
  color: #ffffff;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 242, 254, 0.2);
}
.footer3-top__newsletter-box button svg {
  transition: transform 0.3s ease;
}
.footer3-top__newsletter-box button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 242, 254, 0.4);
}
.footer3-top__newsletter-box button:hover svg {
  transform: translateX(4px) rotate(-45deg);
}
@media (max-width: 575px) {
  .footer3-top__newsletter-box button {
    width: 140px;
    height: 52px;
    border-radius: 8px;
    font-size: 14px;
  }
}
.footer3-widget__title {
  color: #ffffff;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 25px;
  background: linear-gradient(135deg, #ffffff 40%, #00f2fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1919px) {
  .footer3-widget__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer3-widget__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer3-widget__title {
    font-size: 18px;
  }
}
.footer3-widget-items {
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 1919px) {
  .footer3-widget-items {
    gap: 40px;
  }
}
.footer3-widget__nav {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 12px;
}
.footer3-widget__nav-link {
  color: #a5adb1;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.4;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.footer3-widget__nav-link:hover {
  color: #00f2fe;
  transform: translateX(4px);
}
@media only screen and (max-width: 1919px) {
  .footer3-widget__nav-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .footer3-widget__nav-link {
    font-size: 15px;
  }
}
.footer3-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 30px;
}
.footer3-info__social {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer3-info__social-text {
  color: #ffffff;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 100%;
}
.footer3-info__social-link {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer3-info__social-link span {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.footer3-info__social-link span:hover {
  background: linear-gradient(90deg, #00f2fe 0%, #4facfe 100%);
  border-color: #00f2fe;
  color: #010d1a;
  box-shadow: 0 0 15px rgba(0, 242, 254, 0.5);
  transform: translateY(-2px);
}
.footer3-info__social-link span:hover i {
  color: #010d1a;
}
.footer3-bottom {
  background: rgba(0, 242, 254, 0.03);
  border-top: 1px solid rgba(0, 242, 254, 0.08);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
@media only screen and (max-width: 1399px) {
  .footer3-bottom {
    padding: 20px 0;
  }
}
.footer3-bottom__copyright {
  color: #a5adb1;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 100%;
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .footer3-bottom__copyright {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer3-bottom__copyright {
    font-size: 14px;
  }
}

/*----------------------------------------
    Futuristic Tech Home (Home 05) SCSS
------------------------------------------*/
.body-home-5 {
  background-color: #06060c !important;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  overflow-x: hidden;
}
.body-home-5 h1, .body-home-5 h2, .body-home-5 h3, .body-home-5 h4, .body-home-5 h5, .body-home-5 h6 {
  color: #ffffff;
  font-family: "Outfit", sans-serif;
}

.cyber-blobs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.cyber-blobs .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.22;
  animation: blobPulse 8s infinite alternate ease-in-out;
}
.cyber-blobs .blob-1 {
  width: 450px;
  height: 450px;
  background: #9c27b0;
  top: -10%;
  right: 5%;
}
.cyber-blobs .blob-2 {
  width: 400px;
  height: 400px;
  background: #00f0ff;
  bottom: 20%;
  left: -5%;
  animation-delay: 2s;
}
.cyber-blobs .blob-3 {
  width: 350px;
  height: 350px;
  background: #8e44ad;
  top: 40%;
  right: -10%;
  animation-delay: 4s;
}

@keyframes blobPulse {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(30px, -20px) scale(1.15);
  }
}
.cyber-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.35s ease;
  z-index: 1;
  overflow: hidden;
  border: 1px solid transparent;
}
.cyber-btn.cyber-btn--primary {
  background: linear-gradient(135deg, #9c27b0 0%, #8e44ad 100%);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(156, 39, 176, 0.4);
}
.cyber-btn.cyber-btn--primary:hover {
  box-shadow: 0 0 25px #9c27b0;
  transform: translateY(-2px);
}
.cyber-btn.cyber-btn--secondary {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.cyber-btn.cyber-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #00f0ff;
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.4);
  transform: translateY(-2px);
}

.hero-5 {
  position: relative;
  padding: 180px 0 120px;
  background: radial-gradient(circle at 50% 30%, #111124 0%, #06060c 80%);
  z-index: 1;
}
.hero-5__content {
  position: relative;
  z-index: 2;
}
.hero-5__content .tagline-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 240, 255, 0.08);
  border: 1px solid rgba(0, 240, 255, 0.3);
  padding: 6px 16px;
  border-radius: 20px;
  color: #00f0ff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  box-shadow: 0 0 10px rgba(0, 240, 255, 0.1);
}
.hero-5__content .tagline-chip .dot {
  width: 6px;
  height: 6px;
  background-color: #00f0ff;
  border-radius: 50%;
  box-shadow: 0 0 8px #00f0ff;
  animation: pulseDot 1.5s infinite alternate;
}
.hero-5__content h1 {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.hero-5__content h1 span.gradient-text {
  background: linear-gradient(135deg, #ffffff 30%, #00f0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-5__content p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 35px;
  max-width: 520px;
}
.hero-5__image-wrapper {
  position: relative;
  text-align: center;
  z-index: 2;
}
.hero-5__image-wrapper .main-img {
  max-width: 85%;
  height: auto;
  filter: drop-shadow(0 15px 35px rgba(156, 39, 176, 0.35));
  animation: floatImg 6s infinite ease-in-out;
}
.hero-5__image-wrapper .spec-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 12px 18px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  z-index: 3;
  transition: all 0.3s ease;
}
.hero-5__image-wrapper .spec-badge:hover {
  border-color: rgba(0, 240, 255, 0.4);
  transform: scale(1.05);
  box-shadow: 0 8px 32px rgba(0, 240, 255, 0.15);
}
.hero-5__image-wrapper .spec-badge--1 {
  top: 15%;
  left: -5%;
}
.hero-5__image-wrapper .spec-badge--2 {
  bottom: 20%;
  right: -5%;
}
.hero-5__image-wrapper .spec-badge-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 240, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00f0ff;
  font-size: 14px;
}
.hero-5__image-wrapper .spec-badge-text {
  text-align: left;
}
.hero-5__image-wrapper .spec-badge-text h5 {
  font-size: 13px;
  margin-bottom: 2px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.hero-5__image-wrapper .spec-badge-text span {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

@keyframes pulseDot {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes floatImg {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(1deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
.tech-specs {
  position: relative;
  padding: 100px 0;
  z-index: 2;
}
.tech-specs .section-title-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.tech-specs .section-title-wrap .sub-title {
  color: #00f0ff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 12px;
  display: block;
}
.tech-specs .section-title-wrap h2 {
  font-size: 38px;
  font-weight: 800;
}
.tech-specs__card {
  background: rgba(13, 13, 27, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 40px 30px;
  border-radius: 20px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}
.tech-specs__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(156, 39, 176, 0.1) 0%, rgba(0, 240, 255, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.tech-specs__card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 240, 255, 0.3);
  box-shadow: 0 12px 40px rgba(0, 240, 255, 0.08);
}
.tech-specs__card:hover::before {
  opacity: 1;
}
.tech-specs__card:hover .tech-specs__card-icon {
  background: rgba(0, 240, 255, 0.15);
  color: #00f0ff;
  transform: scale(1.1);
}
.tech-specs__card-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9c27b0;
  font-size: 24px;
  margin-bottom: 25px;
  transition: all 0.4s ease;
}
.tech-specs__card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.tech-specs__card p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

.flash-sale-5 {
  position: relative;
  padding: 100px 0;
  z-index: 2;
}
.flash-sale-5__banner {
  position: relative;
  background: radial-gradient(circle at 10% 10%, #151532 0%, #0d0d1b 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  padding: 60px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}
.flash-sale-5__banner .cyber-ring {
  position: absolute;
  top: -30%;
  right: -10%;
  width: 400px;
  height: 400px;
  border: 2px dashed rgba(0, 240, 255, 0.15);
  border-radius: 50%;
  pointer-events: none;
  animation: rotateRing 20s infinite linear;
}
.flash-sale-5__content {
  position: relative;
  z-index: 2;
}
.flash-sale-5__content .badge-sale {
  display: inline-block;
  background: #ff0055;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.flash-sale-5__content h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 15px;
}
.flash-sale-5__content p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
  max-width: 500px;
}
.flash-sale-5__content .stock-tracker {
  margin-bottom: 35px;
  max-width: 450px;
}
.flash-sale-5__content .stock-tracker__info {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}
.flash-sale-5__content .stock-tracker__info .stock-label {
  color: rgba(255, 255, 255, 0.5);
}
.flash-sale-5__content .stock-tracker__info .stock-value {
  color: #00f0ff;
}
.flash-sale-5__content .stock-tracker__bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.flash-sale-5__content .stock-tracker__bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #9c27b0 0%, #00f0ff 100%);
  box-shadow: 0 0 10px #00f0ff;
}
.flash-sale-5__countdown {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
}
.flash-sale-5__countdown-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}
.flash-sale-5__countdown-box span.num {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.flash-sale-5__countdown-box span.lbl {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-weight: 500;
}
.flash-sale-5__image {
  position: relative;
  z-index: 2;
  text-align: center;
}
.flash-sale-5__image img {
  max-height: 380px;
  object-fit: contain;
  filter: drop-shadow(0 15px 25px rgba(0, 240, 255, 0.25));
}

@keyframes rotateRing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.featured-tech-5 {
  position: relative;
  padding: 100px 0;
  z-index: 2;
}
.featured-tech-5 .section-title-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.featured-tech-5 .section-title-wrap .sub-title {
  color: #9c27b0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 12px;
  display: block;
}
.featured-tech-5 .section-title-wrap h2 {
  font-size: 38px;
  font-weight: 800;
}
.featured-tech-5 .cyber-product-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 0;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.featured-tech-5 .cyber-product-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, transparent, #00f0ff, #9c27b0, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 3;
}
.featured-tech-5 .cyber-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 240, 255, 0.08);
}
.featured-tech-5 .cyber-product-card:hover::before {
  opacity: 1;
}
.featured-tech-5 .cyber-product-card:hover .cyber-product-card__img img {
  transform: scale(1.1);
}
.featured-tech-5 .cyber-product-card:hover .cyber-product-card__wish {
  opacity: 1;
  transform: translateX(0);
}
.featured-tech-5 .cyber-product-card:hover .cyber-product-card__cart-btn {
  background: linear-gradient(135deg, #9c27b0, #00f0ff);
  color: #ffffff;
}
.featured-tech-5 .cyber-product-card__badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 4;
  background: linear-gradient(135deg, #9c27b0, rgb(118.9953488372, 29.7488372093, 134.2511627907));
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 5px 12px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(156, 39, 176, 0.35);
}
.featured-tech-5 .cyber-product-card__badge.hot {
  background: linear-gradient(135deg, #ff4444, #ff6b6b);
  box-shadow: 0 4px 12px rgba(255, 68, 68, 0.35);
}
.featured-tech-5 .cyber-product-card__badge.new {
  background: linear-gradient(135deg, #00f0ff, #00c0cc);
  color: #06060c;
  box-shadow: 0 4px 12px rgba(0, 240, 255, 0.35);
}
.featured-tech-5 .cyber-product-card__wish {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 4;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(10px);
}
.featured-tech-5 .cyber-product-card__wish:hover {
  background: rgba(156, 39, 176, 0.3);
  border-color: #9c27b0;
  color: #ff6b9d;
  transform: scale(1.15);
}
.featured-tech-5 .cyber-product-card__img {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 10px;
  position: relative;
  z-index: 1;
  background: radial-gradient(circle at 50% 80%, rgba(0, 240, 255, 0.04) 0%, transparent 70%);
}
.featured-tech-5 .cyber-product-card__img img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.35));
}
.featured-tech-5 .cyber-product-card__content {
  position: relative;
  z-index: 1;
  padding: 15px 20px;
  flex-grow: 1;
}
.featured-tech-5 .cyber-product-card__content .category {
  color: #9c27b0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
}
.featured-tech-5 .cyber-product-card__content h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}
.featured-tech-5 .cyber-product-card__content h3 a {
  color: #ffffff;
  transition: color 0.3s ease;
}
.featured-tech-5 .cyber-product-card__content h3 a:hover {
  color: #00f0ff;
}
.featured-tech-5 .cyber-product-card__content .price {
  font-size: 20px;
  font-weight: 800;
  color: #00f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.featured-tech-5 .cyber-product-card__content .price del {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 400;
  text-decoration: line-through;
}
.featured-tech-5 .cyber-product-card__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-bottom: 10px;
}
.featured-tech-5 .cyber-product-card__rating i {
  font-size: 12px;
  color: #ffb800;
}
.featured-tech-5 .cyber-product-card__rating span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-left: 5px;
}
.featured-tech-5 .cyber-product-card__cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.04);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  text-decoration: none;
  margin-top: auto;
}
.featured-tech-5 .cyber-product-card__cart-btn i {
  font-size: 14px;
}
.featured-tech-5 .cyber-product-card__cart-btn:hover {
  background: linear-gradient(135deg, #9c27b0, #00f0ff);
  color: #ffffff;
  box-shadow: 0 -5px 20px rgba(156, 39, 176, 0.2);
}

.testimonials-5 {
  position: relative;
  padding: 100px 0;
  z-index: 2;
  background: radial-gradient(circle at 80% 50%, rgba(156, 39, 176, 0.05) 0%, transparent 60%);
}
.testimonials-5 .section-title-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.testimonials-5 .section-title-wrap .sub-title {
  color: #00f0ff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 12px;
  display: block;
}
.testimonials-5 .section-title-wrap h2 {
  font-size: 38px;
  font-weight: 800;
}
.testimonials-5 .cyber-review-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 40px;
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
}
.testimonials-5 .cyber-review-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(156, 39, 176, 0.3);
  box-shadow: 0 10px 30px rgba(156, 39, 176, 0.1);
}
.testimonials-5 .cyber-review-card .quote-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 40px;
  color: rgba(156, 39, 176, 0.15);
}
.testimonials-5 .cyber-review-card .stars {
  color: #ffb800;
  font-size: 14px;
  margin-bottom: 20px;
  display: flex;
  gap: 4px;
}
.testimonials-5 .cyber-review-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  font-style: italic;
}
.testimonials-5 .cyber-review-card .user {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonials-5 .cyber-review-card .user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 240, 255, 0.3);
}
.testimonials-5 .cyber-review-card .user .info h4 {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 600;
}
.testimonials-5 .cyber-review-card .user .info span {
  font-size: 13px;
  color: #00f0ff;
}

.showroom-5 {
  position: relative;
  padding: 80px 0 120px;
  z-index: 2;
}
.showroom-5__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
}
.showroom-5__item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.showroom-5__item img {
  max-width: 60%;
  max-height: 45px;
  opacity: 0.4;
  filter: grayscale(100%) brightness(1.5);
  transition: all 0.3s ease;
}
.showroom-5__item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(156, 39, 176, 0.4);
  box-shadow: 0 0 20px rgba(156, 39, 176, 0.15);
}
.showroom-5__item:hover img {
  opacity: 0.9;
  filter: grayscale(0%) brightness(1);
}

.why-us-5 {
  position: relative;
  padding: 100px 0;
  z-index: 2;
  background: radial-gradient(circle at 20% 80%, rgba(0, 240, 255, 0.04) 0%, transparent 60%);
}
.why-us-5 .section-title-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.why-us-5 .section-title-wrap .sub-title {
  color: #00f0ff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 12px;
  display: block;
}
.why-us-5 .section-title-wrap h2 {
  font-size: 38px;
  font-weight: 800;
}
.why-us-5 .cyber-feature-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
}
.why-us-5 .cyber-feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 240, 255, 0.3);
  background: rgba(255, 255, 255, 0.04);
}
.why-us-5 .cyber-feature-card:hover .cyber-feature-card__icon {
  transform: scale(1.15);
  box-shadow: 0 0 30px rgba(0, 240, 255, 0.3);
}
.why-us-5 .cyber-feature-card:hover .glow-line {
  opacity: 1;
}
.why-us-5 .cyber-feature-card__icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.15), rgba(156, 39, 176, 0.15));
  border: 1px solid rgba(0, 240, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.4s ease;
}
.why-us-5 .cyber-feature-card__icon i {
  font-size: 26px;
  color: #00f0ff;
}
.why-us-5 .cyber-feature-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}
.why-us-5 .cyber-feature-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  margin: 0;
}
.why-us-5 .cyber-feature-card .glow-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #00f0ff, #9c27b0, transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.cyber-cta-5 {
  position: relative;
  padding: 80px 0;
  z-index: 2;
}
.cyber-cta-5 .cyber-cta-card {
  position: relative;
  background: linear-gradient(135deg, rgba(156, 39, 176, 0.15) 0%, rgba(0, 240, 255, 0.08) 50%, rgba(156, 39, 176, 0.1) 100%);
  border: 1px solid rgba(156, 39, 176, 0.25);
  border-radius: 24px;
  padding: 60px;
  overflow: hidden;
}
.cyber-cta-5 .cyber-cta-card .cta-bg-effects {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.cyber-cta-5 .cyber-cta-card .cta-bg-effects .orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(156, 39, 176, 0.1);
  animation: orbitSpin 20s linear infinite;
}
.cyber-cta-5 .cyber-cta-card .cta-bg-effects .orbit.orbit-1 {
  width: 400px;
  height: 400px;
  right: -100px;
  top: -100px;
}
.cyber-cta-5 .cyber-cta-card .cta-bg-effects .orbit.orbit-2 {
  width: 250px;
  height: 250px;
  right: -25px;
  top: -25px;
  animation-duration: 15s;
  animation-direction: reverse;
}
.cyber-cta-5 .cyber-cta-card .cta-bg-effects .scanline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(255, 255, 255, 0.01) 3px, rgba(255, 255, 255, 0.01) 6px);
}
.cyber-cta-5 .cyber-cta-card .cta-badge {
  display: inline-block;
  background: rgba(156, 39, 176, 0.2);
  border: 1px solid rgba(156, 39, 176, 0.3);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.cyber-cta-5 .cyber-cta-card .cta-badge i {
  color: #ffb800;
  margin-right: 8px;
}
.cyber-cta-5 .cyber-cta-card h2 {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
}
.cyber-cta-5 .cyber-cta-card h2 span {
  background: linear-gradient(90deg, #00f0ff, #9c27b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cyber-cta-5 .cyber-cta-card p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.7;
  max-width: 550px;
  margin: 0;
}
.cyber-cta-5 .cyber-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 35px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.cyber-cta-5 .cyber-cta-btn.primary {
  background: linear-gradient(135deg, #9c27b0, #00f0ff);
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(156, 39, 176, 0.3);
}
.cyber-cta-5 .cyber-cta-btn.primary:hover {
  box-shadow: 0 8px 30px rgba(156, 39, 176, 0.5);
  transform: translateY(-3px);
}
.cyber-cta-5 .cyber-cta-btn.primary i {
  transition: transform 0.3s ease;
}
.cyber-cta-5 .cyber-cta-btn.primary:hover i {
  transform: translateX(5px);
}
.cyber-cta-5 .cyber-cta-btn.outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 15px;
}
.cyber-cta-5 .cyber-cta-btn.outline:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.4);
}

@keyframes orbitSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.blog-5 {
  position: relative;
  padding: 100px 0;
  z-index: 2;
}
.blog-5 .section-title-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.blog-5 .section-title-wrap .sub-title {
  color: #9c27b0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 12px;
  display: block;
}
.blog-5 .section-title-wrap h2 {
  font-size: 38px;
  font-weight: 800;
}
.blog-5 .cyber-blog-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
}
.blog-5 .cyber-blog-card:hover {
  transform: translateY(-8px);
  border-color: rgba(156, 39, 176, 0.3);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}
.blog-5 .cyber-blog-card:hover .cyber-blog-card__img img {
  transform: scale(1.08);
}
.blog-5 .cyber-blog-card__img {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.blog-5 .cyber-blog-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-5 .cyber-blog-card__img .category-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(156, 39, 176, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 50px;
}
.blog-5 .cyber-blog-card__content {
  padding: 30px;
}
.blog-5 .cyber-blog-card__content .meta {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.blog-5 .cyber-blog-card__content .meta span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
}
.blog-5 .cyber-blog-card__content .meta span i {
  margin-right: 6px;
  color: #00f0ff;
}
.blog-5 .cyber-blog-card__content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5;
}
.blog-5 .cyber-blog-card__content h3 a {
  color: #ffffff;
  transition: color 0.3s ease;
}
.blog-5 .cyber-blog-card__content h3 a:hover {
  color: #00f0ff;
}
.blog-5 .cyber-blog-card__content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  margin-bottom: 20px;
}
.blog-5 .cyber-blog-card__content .read-more {
  color: #00f0ff;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.blog-5 .cyber-blog-card__content .read-more i {
  transition: transform 0.3s ease;
}
.blog-5 .cyber-blog-card__content .read-more:hover {
  color: #9c27b0;
}
.blog-5 .cyber-blog-card__content .read-more:hover i {
  transform: translateX(5px);
}

.cyber-footer {
  position: relative;
  background: #06060c;
  padding-top: 100px;
  overflow: hidden;
  border-top: 1px solid rgba(156, 39, 176, 0.2);
  z-index: 2;
}
.cyber-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #9c27b0, #00f0ff, transparent);
  box-shadow: 0 0 20px #9c27b0, 0 0 10px #00f0ff;
}
.cyber-footer .footer-blobs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.cyber-footer .footer-blobs .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.15;
}
.cyber-footer .footer-blobs .blob-left {
  width: 400px;
  height: 400px;
  background: #9c27b0;
  bottom: -100px;
  left: -100px;
}
.cyber-footer .footer-blobs .blob-right {
  width: 300px;
  height: 300px;
  background: #00f0ff;
  top: 50px;
  right: -50px;
}
.cyber-footer .cyber-footer-wrapper {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 60px 50px;
  margin-bottom: 30px;
}
.cyber-footer .footer-brand .footer-logo {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cyber-footer .footer-brand .footer-logo .logo-text {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
}
.cyber-footer .footer-brand .footer-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 35px;
}
.cyber-footer .footer-brand .cyber-newsletter h4 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}
.cyber-footer .footer-brand .cyber-newsletter .input-group {
  position: relative;
  display: flex;
  align-items: center;
}
.cyber-footer .footer-brand .cyber-newsletter .input-group input {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 15px 60px 15px 20px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.cyber-footer .footer-brand .cyber-newsletter .input-group input:focus {
  outline: none;
  border-color: rgba(156, 39, 176, 0.5);
  box-shadow: 0 0 15px rgba(156, 39, 176, 0.2);
}
.cyber-footer .footer-brand .cyber-newsletter .input-group button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: linear-gradient(135deg, #9c27b0, #00f0ff);
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cyber-footer .footer-brand .cyber-newsletter .input-group button:hover {
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.5);
  transform: translateY(-50%) scale(1.05);
}
.cyber-footer .footer-links .footer-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
.cyber-footer .footer-links .footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #00f0ff;
  box-shadow: 0 0 10px rgba(0, 240, 255, 0.4);
}
.cyber-footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cyber-footer .footer-links ul li {
  margin-bottom: 15px;
}
.cyber-footer .footer-links ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}
.cyber-footer .footer-links ul li a::before {
  content: ">";
  position: absolute;
  left: -15px;
  color: #9c27b0;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateX(-5px);
}
.cyber-footer .footer-links ul li a:hover {
  color: #00f0ff;
  transform: translateX(15px);
}
.cyber-footer .footer-links ul li a:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.cyber-footer .cyber-social-links {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
.cyber-footer .cyber-social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.cyber-footer .cyber-social-links a:hover {
  background: #9c27b0;
  border-color: #9c27b0;
  color: #ffffff;
  box-shadow: 0 0 15px rgba(156, 39, 176, 0.5);
  transform: translateY(-3px);
}
.cyber-footer .cyber-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 50px;
  padding-top: 30px;
}
.cyber-footer .cyber-footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  font-size: 14px;
}
.cyber-footer .cyber-footer-bottom p span {
  color: #00f0ff;
  font-weight: 600;
}
.cyber-footer .cyber-footer-bottom .cyber-payment-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
.cyber-footer .cyber-footer-bottom .cyber-payment-icons i {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.35);
  transition: all 0.3s ease;
}
.cyber-footer .cyber-footer-bottom .cyber-payment-icons i:hover {
  color: #00f0ff;
  filter: drop-shadow(0 0 8px rgba(0, 240, 255, 0.5));
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .hero-5 {
    padding: 140px 0 80px;
    text-align: center;
  }
  .hero-5__content {
    margin-bottom: 50px;
  }
  .hero-5__content p {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-5__image-wrapper .spec-badge--1 {
    left: 5%;
  }
  .hero-5__image-wrapper .spec-badge--2 {
    right: 5%;
  }
  .flash-sale-5__banner {
    padding: 40px;
  }
  .flash-sale-5__image {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .hero-5__content h1 {
    font-size: 42px;
  }
  .tech-specs .section-title-wrap h2 {
    font-size: 30px;
  }
}
/* ==============================================================
   HOME 6 — EMERALD & GOLD THEME CUSTOM STYLES
   ============================================================== */
:root {
  --h6-bg: #060e0a;
  --h6-green: #00e676;
  --h6-gold: #f0b429;
  --h6-card: rgba(10, 24, 16, 0.75);
  --h6-glass: rgba(0, 230, 118, 0.1);
  --h6-border: rgba(0, 230, 118, 0.12);
  --h6-muted: rgba(220, 255, 235, 0.55);
}

body {
  background: var(--h6-bg) !important;
  font-family: "Outfit", sans-serif !important;
  color: #fff;
}

.header-3 {
  background: rgba(6, 14, 10, 0.94) !important;
  border-bottom: 1px solid var(--h6-border);
}

.header-3 .main-menu-white > ul > li > a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.hero3 {
  background: radial-gradient(ellipse at 70% 40%, rgba(0, 230, 118, 0.07), transparent 60%), radial-gradient(ellipse at 20% 80%, rgba(240, 180, 41, 0.05), transparent 60%) !important;
}

.hero3__title span {
  color: var(--h6-green) !important;
  background: none !important;
  -webkit-text-fill-color: var(--h6-green) !important;
}

.hero3-btn-primary {
  background: linear-gradient(135deg, var(--h6-green), #009944) !important;
  color: #021208 !important;
  box-shadow: 0 8px 25px rgba(0, 230, 118, 0.3) !important;
}

.hero3-btn-primary:hover {
  box-shadow: 0 12px 35px rgba(0, 230, 118, 0.5) !important;
}

.hero3__badge-tag {
  background: rgba(240, 180, 41, 0.12) !important;
  border-color: rgba(240, 180, 41, 0.3) !important;
  color: var(--h6-gold) !important;
}

.section-bg3 {
  background: linear-gradient(180deg, #060e0a 0%, #071409 100%) !important;
}

.category3-items {
  background: var(--h6-card) !important;
  border-color: var(--h6-border) !important;
}

.category3-items:hover {
  border-color: rgba(0, 230, 118, 0.35) !important;
  box-shadow: 0 12px 30px rgba(0, 230, 118, 0.1) !important;
}

.section-top3__subtitle {
  color: var(--h6-gold) !important;
}

.section-top3__title,
.section-top3__title2,
.section-top3__title3,
.section-top3__title4 {
  color: #fff !important;
}

.section-top3__title span,
.section-top3__title2 span,
.section-top3__title3 span {
  color: var(--h6-green) !important;
}

.hero3-btn {
  color: var(--h6-green) !important;
  border: 1px solid var(--h6-border) !important;
}

.hero3-btn:hover {
  background: var(--h6-glass) !important;
}

.offer4-wrapper {
  background: linear-gradient(135deg, rgba(0, 230, 118, 0.07) 0%, rgba(240, 180, 41, 0.05) 100%) !important;
  border: 1px solid var(--h6-border) !important;
}

.offer4-content-wrapper__countdown-time-box h2 {
  color: var(--h6-gold) !important;
}

.best-sellers-product-card {
  background: var(--h6-card) !important;
  border: 1px solid var(--h6-border) !important;
}

.best-sellers-product-card:hover {
  border-color: rgba(0, 230, 118, 0.35) !important;
}

.theme-btn-one {
  background: linear-gradient(135deg, var(--h6-green), #00a846) !important;
  color: #021208 !important;
}

.theme-btn-one .icon path {
  stroke: #021208 !important;
}

.theme-btn-one.btn-purple {
  background: var(--h6-gold) !important;
  color: #021208 !important;
}

.smartwatch {
  background: transparent !important;
}

.smartwatch__badge {
  background: var(--h6-gold) !important;
  color: #021208 !important;
}

.nav-tabs.smartwatch__tabs .nav-link.active {
  background: var(--h6-green) !important;
  color: #021208 !important;
  border-color: var(--h6-green) !important;
}

.nav-tabs.smartwatch__tabs .nav-link {
  color: var(--h6-muted) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.featured-product-card2 {
  background: var(--h6-card) !important;
  border: 1px solid var(--h6-border) !important;
}

.featured-product-card2:hover {
  border-color: rgba(0, 230, 118, 0.35) !important;
}

.featured-product-card2__content-price .original-price {
  color: var(--h6-green) !important;
}

.featured-product-controls__arrowLeft,
.featured-product-controls__arrowRight,
.testimonial3-controls__arrowLeft,
.testimonial3-controls__arrowRight {
  border: 1px solid var(--h6-border) !important;
}

.featured-product-controls__arrowLeft:hover,
.featured-product-controls__arrowRight:hover,
.testimonial3-controls__arrowLeft:hover,
.testimonial3-controls__arrowRight:hover {
  background: var(--h6-green) !important;
  color: #021208 !important;
  border-color: var(--h6-green) !important;
}

.testimonial3-card {
  background: var(--h6-card) !important;
  border: 1px solid var(--h6-border) !important;
}

.footer3 {
  background: #040c07 !important;
  border-top: 1px solid var(--h6-border) !important;
}

.footer3-top__newsletter-box .subscribe-btn {
  background: var(--h6-green) !important;
  color: #021208 !important;
}

.footer3-info__social-link a {
  border: 1px solid var(--h6-border) !important;
}

.footer3-info__social-link a:hover {
  background: var(--h6-green) !important;
  color: #021208 !important;
}

.radar-hud circle {
  stroke: var(--h6-green) !important;
}

.floating-spec-card {
  background: rgba(6, 20, 12, 0.9) !important;
  border: 1px solid var(--h6-border) !important;
}

.floating-spec-card i {
  color: var(--h6-green) !important;
}

.fill-bar {
  background: var(--h6-green) !important;
}

.offer-soundwave-ring {
  border-color: rgba(0, 230, 118, 0.15) !important;
}

.theme-btn-one:hover {
  box-shadow: 0 8px 25px rgba(0, 230, 118, 0.4) !important;
}

.footer3-header__items-icon {
  color: var(--h6-green) !important;
}

.progress-wrap svg path {
  stroke: var(--h6-green) !important;
}

.progress-wrap::after {
  color: var(--h6-green) !important;
}

/* Further customization to dark theme */
.category3-items__content-title {
  color: #fff !important;
}

.best-sellers-product-card__content-title {
  color: #fff !important;
}

.best-sellers-product-card__content-items-price .offer-price {
  color: var(--h6-green) !important;
}

.featured-product-card1__content-title {
  color: #fff !important;
}

.featured-product-card2__content-title {
  color: #fff !important;
}

.testimonial3-card__content-mentor-title {
  color: #fff !important;
}

.testimonial3-card__content-title {
  color: #fff !important;
}

.smartwatch__product-card .card-title {
  color: #fff !important;
}

.best-sellers-product-card__content-subtitle {
  color: var(--h6-gold) !important;
}

.best-sellers-product-card__thumb-glow {
  background: var(--h6-green) !important;
}

.best-sellers-product-items__button .theme-btn-one.btn-purple {
  background: var(--h6-gold) !important;
  color: #021208 !important;
}

.hero3-btn-secondary i {
  color: var(--h6-green) !important;
}

.header-3__action .action-btn {
  color: #fff !important;
}

.header-3__action .action-btn:hover {
  color: var(--h6-green) !important;
}

.main-menu-white ul li .submenu {
  background: #0d2218 !important;
  border: 1px solid var(--h6-border) !important;
}

.main-menu-white ul li .submenu li a {
  color: var(--h6-muted) !important;
}

.main-menu-white ul li .submenu li a:hover {
  color: var(--h6-green) !important;
  background: var(--h6-glass) !important;
}

/* === HOME 6 — Emerald & Gold Theme === */
:root {
  --h6-bg: #060e0a;
  --h6-green: #00e676;
  --h6-gold: #f0b429;
  --h6-card: rgba(10, 24, 16, 0.75);
  --h6-glass: rgba(0, 230, 118, 0.1);
  --h6-border: rgba(0, 230, 118, 0.12);
  --h6-muted: rgba(220, 255, 235, 0.55);
}

body {
  background: var(--h6-bg) !important;
  font-family: "Outfit", sans-serif !important;
  color: #fff;
}

.header-3 {
  background: rgba(6, 14, 10, 0.94) !important;
  border-bottom: 1px solid var(--h6-border);
}

.header-3 .main-menu-white > ul > li > a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.hero3 {
  background: radial-gradient(ellipse at 70% 40%, rgba(0, 230, 118, 0.07), transparent 60%), radial-gradient(ellipse at 20% 80%, rgba(240, 180, 41, 0.05), transparent 60%) !important;
}

.hero3__title span {
  color: var(--h6-green) !important;
  background: none !important;
  -webkit-text-fill-color: var(--h6-green) !important;
}

.hero3-btn-primary {
  background: linear-gradient(135deg, var(--h6-green), #009944) !important;
  color: #021208 !important;
  box-shadow: 0 8px 25px rgba(0, 230, 118, 0.3) !important;
}

.hero3-btn-primary:hover {
  box-shadow: 0 12px 35px rgba(0, 230, 118, 0.5) !important;
}

.hero3__badge-tag {
  background: rgba(240, 180, 41, 0.12) !important;
  border-color: rgba(240, 180, 41, 0.3) !important;
  color: var(--h6-gold) !important;
}

.section-bg3 {
  background: linear-gradient(180deg, #060e0a 0%, #071409 100%) !important;
}

.category3-items {
  background: var(--h6-card) !important;
  border-color: var(--h6-border) !important;
}

.category3-items:hover {
  border-color: rgba(0, 230, 118, 0.35) !important;
  box-shadow: 0 12px 30px rgba(0, 230, 118, 0.1) !important;
}

.section-top3__subtitle {
  color: var(--h6-gold) !important;
}

.section-top3__title,
.section-top3__title2,
.section-top3__title3,
.section-top3__title4 {
  color: #fff !important;
}

.section-top3__title span,
.section-top3__title2 span,
.section-top3__title3 span {
  color: var(--h6-green) !important;
}

.hero3-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 15px 35px !important;
  border-radius: 50px !important;
  text-transform: capitalize !important;
  text-decoration: none !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.hero3-btn::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent) !important;
  transition: all 0.6s ease !important;
}

.hero3-btn:hover {
  background: var(--h6-green) !important;
  color: #021208 !important;
  border-color: var(--h6-green) !important;
  box-shadow: 0 8px 30px rgba(0, 230, 118, 0.3) !important;
  transform: translateY(-3px) !important;
}

.hero3-btn:hover::before {
  left: 100% !important;
}

.hero3-btn i {
  font-size: 14px !important;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.hero3-btn:hover i {
  transform: translateX(6px) !important;
}

.offer4-wrapper {
  background: linear-gradient(135deg, rgba(0, 230, 118, 0.07) 0%, rgba(240, 180, 41, 0.05) 100%) !important;
  border: 1px solid var(--h6-border) !important;
}

.offer4-content-wrapper__countdown-time-box h2 {
  color: var(--h6-gold) !important;
}

.best-sellers-product-card {
  background: var(--h6-card) !important;
  border: 1px solid var(--h6-border) !important;
}

.best-sellers-product-card:hover {
  border-color: rgba(0, 230, 118, 0.35) !important;
}

.theme-btn-one {
  background: linear-gradient(135deg, var(--h6-green), #00a846) !important;
  color: #021208 !important;
}

.theme-btn-one .icon path {
  stroke: #021208 !important;
}

.theme-btn-one.btn-purple {
  background: var(--h6-gold) !important;
  color: #021208 !important;
}

.smartwatch {
  background: transparent !important;
}

.smartwatch__badge {
  background: var(--h6-gold) !important;
  color: #021208 !important;
}

.nav-tabs.smartwatch__tabs .nav-link.active {
  background: var(--h6-green) !important;
  color: #021208 !important;
  border-color: var(--h6-green) !important;
}

.nav-tabs.smartwatch__tabs .nav-link {
  color: var(--h6-muted) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.featured-product-card2 {
  background: var(--h6-card) !important;
  border: 1px solid var(--h6-border) !important;
}

.featured-product-card2:hover {
  border-color: rgba(0, 230, 118, 0.35) !important;
}

.featured-product-card2__content-price .original-price {
  color: var(--h6-green) !important;
}

.featured-product-controls__arrowLeft,
.featured-product-controls__arrowRight,
.testimonial3-controls__arrowLeft,
.testimonial3-controls__arrowRight {
  border: 1px solid var(--h6-border) !important;
}

.featured-product-controls__arrowLeft:hover,
.featured-product-controls__arrowRight:hover,
.testimonial3-controls__arrowLeft:hover,
.testimonial3-controls__arrowRight:hover {
  background: var(--h6-green) !important;
  color: #021208 !important;
  border-color: var(--h6-green) !important;
}

.testimonial3-card {
  background: var(--h6-card) !important;
  border: 1px solid var(--h6-border) !important;
}

.footer3 {
  background: #040c07 !important;
  border-top: 1px solid var(--h6-border) !important;
}

.footer3-top__newsletter-box .subscribe-btn {
  background: var(--h6-green) !important;
  color: #021208 !important;
}

.footer3-info__social-link a {
  border: 1px solid var(--h6-border) !important;
}

.footer3-info__social-link a:hover {
  background: var(--h6-green) !important;
  color: #021208 !important;
}

.radar-hud circle {
  stroke: var(--h6-green) !important;
}

.floating-spec-card {
  background: rgba(6, 20, 12, 0.9) !important;
  border: 1px solid var(--h6-border) !important;
}

.floating-spec-card i {
  color: var(--h6-green) !important;
}

.fill-bar {
  background: var(--h6-green) !important;
}

.offer-soundwave-ring {
  border-color: rgba(0, 230, 118, 0.15) !important;
}

.theme-btn-one:hover {
  box-shadow: 0 8px 25px rgba(0, 230, 118, 0.4) !important;
}

.footer3-header__items-icon {
  color: var(--h6-green) !important;
}

.progress-wrap svg path {
  stroke: var(--h6-green) !important;
}

.progress-wrap::after {
  color: var(--h6-green) !important;
}

/* Further customization to dark theme */
.category3-items__content-title {
  color: #fff !important;
}

.best-sellers-product-card__content-title {
  color: #fff !important;
}

.best-sellers-product-card__content-items-price .offer-price {
  color: var(--h6-green) !important;
}

.featured-product-card1__content-title {
  color: #fff !important;
}

.featured-product-card2__content-title {
  color: #fff !important;
}

.testimonial3-card__content-mentor-title {
  color: #fff !important;
}

.testimonial3-card__content-title {
  color: #fff !important;
}

.smartwatch__product-card .card-title {
  color: #fff !important;
}

.best-sellers-product-card__content-subtitle {
  color: var(--h6-gold) !important;
}

.best-sellers-product-card__thumb-glow {
  background: var(--h6-green) !important;
}

.best-sellers-product-items__button .theme-btn-one.btn-purple {
  background: var(--h6-gold) !important;
  color: #021208 !important;
}

.hero3-btn-secondary i {
  color: var(--h6-green) !important;
}

.header-3__action .action-btn {
  color: #fff !important;
}

.header-3__action .action-btn:hover {
  color: var(--h6-green) !important;
}

.main-menu-white ul li .submenu {
  background: #0d2218 !important;
  border: 1px solid var(--h6-border) !important;
}

.main-menu-white ul li .submenu li a {
  color: var(--h6-muted) !important;
}

.main-menu-white ul li .submenu li a:hover {
  color: var(--h6-green) !important;
  background: var(--h6-glass) !important;
}

/* Bento Box Hero - Cyber Theme */
.hero-bento {
  padding: 60px 0px;
  background: transparent;
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.hero-bento__bg-glow {
  position: absolute;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(0, 255, 204, 0.15) 0%, transparent 60%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  filter: blur(60px);
  animation: pulseBento 10s infinite alternate;
}

@keyframes pulseBento {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
}
.hero-bento__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(180px, auto);
  gap: 20px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.bento-tile {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(0, 255, 204, 0.15);
  border-radius: 24px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.bento-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 255, 204, 0.4);
  box-shadow: 0 15px 40px rgba(0, 85, 255, 0.15);
}

/* Specific Tiles */
.tile-main-content {
  grid-column: span 2;
  grid-row: span 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tile-product {
  grid-column: span 2;
  grid-row: span 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 85, 255, 0.05), rgba(0, 255, 204, 0.05));
}

.tile-feature-1,
.tile-feature-2 {
  grid-column: span 1;
  grid-row: span 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tile-cta {
  grid-column: span 2;
  grid-row: span 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, rgba(0, 255, 204, 0.1), rgba(0, 85, 255, 0.1));
}

/* Typography & Content */
.bento-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(0, 255, 204, 0.1);
  color: #00ffcc;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 255, 204, 0.3);
}

.tile-main-content h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.tile-main-content h1 span {
  background: linear-gradient(135deg, #0055ff, #00ffcc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tile-main-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

/* Product Tile */
.bento-product-img {
  max-width: 90%;
  animation: floatBento 6s ease-in-out infinite;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.6));
  z-index: 2;
}

.bento-product-halo {
  position: absolute;
  width: 70%;
  padding-bottom: 70%;
  border-radius: 50%;
  border: 1px solid rgba(0, 255, 204, 0.2);
  z-index: 1;
  animation: spinHalo 20s linear infinite;
}

.bento-product-halo::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 20px;
  height: 20px;
  background: #00ffcc;
  border-radius: 50%;
  box-shadow: 0 0 20px #00ffcc;
}

@keyframes spinHalo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes floatBento {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* Feature Tiles */
.bento-icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: rgba(0, 255, 204, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #00ffcc;
  margin-bottom: auto;
}

.tile-feature-1 h2,
.tile-feature-2 h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
}

.tile-feature-1 span,
.tile-feature-2 span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  display: block;
}

/* CTA Tile */
.tile-cta-text h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 5px;
}

.tile-cta-text p {
  color: #00ffcc;
  font-size: 14px;
  margin: 0;
}

.bento-btn-primary {
  padding: 15px 30px;
  background: #fff;
  color: #021208;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.bento-btn-primary:hover {
  background: #00ffcc;
  box-shadow: 0 10px 25px rgba(0, 255, 204, 0.4);
  color: #021208;
}

/* Responsive */
@media (max-width: 1199px) {
  .hero-bento__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tile-main-content {
    grid-column: span 2;
    grid-row: span 2;
  }
  .tile-product {
    grid-column: span 2;
    grid-row: span 2;
  }
  .tile-feature-1,
  .tile-feature-2 {
    grid-column: span 1;
  }
  .tile-cta {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .hero-bento__grid {
    grid-template-columns: 1fr;
  }
  .tile-main-content,
  .tile-product,
  .tile-feature-1,
  .tile-feature-2,
  .tile-cta {
    grid-column: span 1;
    grid-row: auto;
  }
  .tile-cta {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
/* === HOME 7 — Sapphire Blue & Silver Theme === */
:root {
  --h7-bg: #030b14;
  --h7-sapphire: #0088ff;
  --h7-cyan: #00ffcc;
  --h7-silver: #c0c9d4;
  --h7-card: rgba(10, 25, 45, 0.7);
  --h7-glass: rgba(0, 136, 255, 0.1);
  --h7-border: rgba(0, 136, 255, 0.2);
}

body {
  background: var(--h7-bg) !important;
  font-family: "Space Grotesk", sans-serif !important;
  color: var(--h7-silver);
}

/* Base Layout Restyling */
.header-1 .header-top {
  background-color: #01060c !important;
  border-bottom: 1px solid var(--h7-border);
}

.header-main {
  background: rgba(3, 11, 20, 0.95) !important;
  border-bottom: 1px solid var(--h7-glass);
  backdrop-filter: blur(10px);
}

.header-nav {
  background: var(--h7-bg) !important;
  border-bottom: 1px solid var(--h7-border);
}

.main-menu nav ul li a {
  color: #fff !important;
}

.main-menu nav ul li a:hover {
  color: var(--h7-cyan) !important;
}

.hero1 {
  background: radial-gradient(circle at 80% 20%, rgba(0, 136, 255, 0.15) 0%, transparent 50%), radial-gradient(circle at 20% 80%, rgba(0, 255, 204, 0.1) 0%, transparent 40%) !important;
  border-bottom: 1px solid var(--h7-border);
}

.hero1__right-content .title {
  color: #fff !important;
  text-shadow: 0 0 20px rgba(0, 136, 255, 0.3);
}

.hero1__product-card {
  background: var(--h7-card) !important;
  border: 1px solid var(--h7-border) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

.hero1__product-card .title a {
  color: #fff !important;
}

.hero1__product-card .price {
  color: var(--h7-cyan) !important;
}

.theme-btn-two.btn-purple {
  background: linear-gradient(135deg, var(--h7-sapphire), #0055ff) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 8px 25px rgba(0, 136, 255, 0.4) !important;
}

/* === NEW CUSTOM SECTIONS === */
/* Cybernetic Grid */
.cyber-grid-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #030b14 0%, #051426 100%);
  position: relative;
  overflow: hidden;
}

.cyber-grid-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(var(--h7-border) 1px, transparent 1px), linear-gradient(90deg, var(--h7-border) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.15;
  transform: perspective(500px) rotateX(60deg);
  transform-origin: top center;
  z-index: 0;
}

.cyber-card {
  background: var(--h7-card);
  border: 1px solid var(--h7-border);
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(5px);
  transition: all 0.4s ease;
}

.cyber-card:hover {
  transform: translateY(-10px);
  border-color: var(--h7-cyan);
  box-shadow: 0 15px 40px rgba(0, 255, 204, 0.15);
}

.cyber-icon {
  font-size: 48px;
  background: linear-gradient(135deg, var(--h7-sapphire), var(--h7-cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.cyber-title {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}

/* 3D Showcase */
.showcase-3d-section {
  padding: 120px 0;
  background: #030b14;
  border-top: 1px solid var(--h7-border);
  border-bottom: 1px solid var(--h7-border);
}

.showcase-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}

.showcase-image-box {
  position: relative;
  width: 50%;
}

.showcase-image-box img {
  width: 100%;
  filter: drop-shadow(0 20px 40px rgba(0, 136, 255, 0.4));
  animation: float 6s ease-in-out infinite;
}

.showcase-content {
  width: 50%;
}

.showcase-subtitle {
  color: var(--h7-cyan);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.showcase-content h2 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
}

.showcase-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.data-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.data-point h3 {
  color: var(--h7-cyan);
  font-size: 32px;
  margin-bottom: 5px;
}

.data-point span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* Cyber CTA */
.cyber-cta {
  padding: 100px 0;
  text-align: center;
  background: radial-gradient(circle at center, rgba(0, 136, 255, 0.1) 0%, transparent 70%);
}

.cyber-cta h2 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 20px;
}

.cyber-cta-input {
  display: flex;
  max-width: 500px;
  margin: 40px auto 0;
  background: var(--h7-card);
  border: 1px solid var(--h7-border);
  border-radius: 50px;
  padding: 5px;
}

.cyber-cta-input input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 15px 25px;
  color: #fff;
  outline: none;
}

.cyber-cta-input button {
  background: linear-gradient(135deg, var(--h7-sapphire), #0055ff);
  color: #fff;
  border: none;
  padding: 0 30px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.cyber-cta-input button:hover {
  box-shadow: 0 5px 20px rgba(0, 136, 255, 0.4);
}

/* Quantum Accessories Section */
.quantum-products-section {
  padding: 100px 0;
  background: #01060c;
  position: relative;
}

.quantum-header {
  text-align: center;
  margin-bottom: 60px;
}

.quantum-header h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

.quantum-header span {
  color: var(--h7-cyan);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.quantum-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.quantum-card {
  background: var(--h7-card);
  border: 1px solid var(--h7-border);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
}

.quantum-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0, 136, 255, 0.1) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.quantum-card:hover {
  transform: translateY(-10px);
  border-color: var(--h7-sapphire);
  box-shadow: 0 15px 40px rgba(0, 136, 255, 0.2);
}

.quantum-card:hover::before {
  opacity: 1;
}

.quantum-card img {
  width: 80%;
  margin-bottom: 25px;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5));
  transition: transform 0.4s ease;
}

.quantum-card:hover img {
  transform: scale(1.1);
}

.quantum-card h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.quantum-card .price {
  color: var(--h7-cyan);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.quantum-add-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 136, 255, 0.1);
  border: 1px solid var(--h7-sapphire);
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.quantum-add-btn:hover {
  background: linear-gradient(135deg, var(--h7-sapphire), #0055ff);
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 136, 255, 0.4);
}

/* Hologram Feedback Section */
.hologram-section {
  padding: 100px 0;
  background: linear-gradient(0deg, #01060c 0%, #030b14 100%);
  position: relative;
}

.hologram-header {
  text-align: center;
  margin-bottom: 60px;
}

.hologram-header h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

.hologram-header span {
  color: var(--h7-cyan);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.hologram-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.hologram-card {
  background: rgba(0, 136, 255, 0.05);
  border: 1px solid var(--h7-border);
  border-left: 4px solid var(--h7-cyan);
  padding: 40px 30px;
  position: relative;
  backdrop-filter: blur(15px);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hologram-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 255, 204, 0.1);
  border-left-color: var(--h7-sapphire);
}

.holo-stars {
  color: var(--h7-cyan);
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 2px;
}

.holo-text {
  color: var(--h7-silver);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-style: italic;
}

.holo-user {
  display: flex;
  align-items: center;
  gap: 15px;
}

.holo-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--h7-sapphire);
  padding: 2px;
}

.holo-user-info h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 3px;
}

.holo-user-info span {
  color: var(--h7-sapphire);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Tech Transmissions (Blog) Section */
.transmissions-section {
  padding: 100px 0;
  background: #01060c;
  position: relative;
  border-bottom: 1px solid var(--h7-border);
}

.transmissions-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}

.transmissions-header h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-top: 10px;
}

.transmissions-header span {
  color: var(--h7-cyan);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.view-all-btn {
  color: var(--h7-sapphire);
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.view-all-btn:hover {
  color: var(--h7-cyan);
}

.transmissions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.transmission-card {
  background: var(--h7-card);
  border: 1px solid var(--h7-border);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.transmission-card:hover {
  border-color: var(--h7-cyan);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 136, 255, 0.15);
}

.transmission-img-wrapper {
  position: relative;
  overflow: hidden;
}

.transmission-img-wrapper img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.transmission-card:hover .transmission-img-wrapper img {
  transform: scale(1.05);
}

.transmission-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(3, 11, 20, 0.9), transparent);
}

.transmission-date {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--h7-sapphire);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.transmission-content {
  padding: 30px;
}

.transmission-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.transmission-meta span {
  color: var(--h7-silver);
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.transmission-meta span i {
  color: var(--h7-cyan);
}

.transmission-content h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}

.transmission-content h3 a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.transmission-content h3 a:hover {
  color: var(--h7-cyan);
}

.read-more-link {
  display: inline-block;
  color: var(--h7-sapphire);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.read-more-link:hover {
  color: var(--h7-cyan);
  letter-spacing: 2px;
}

/* Cybernetic Countdown (Flash Sale) Section */
.flash-sale-section {
  padding: 100px 0;
  background: radial-gradient(circle at right, rgba(0, 255, 204, 0.05) 0%, #030b14 60%);
  border-top: 1px solid var(--h7-border);
  position: relative;
  overflow: hidden;
}

.flash-sale-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  background: rgba(10, 25, 45, 0.4);
  border: 1px solid var(--h7-border);
  border-radius: 24px;
  padding: 60px;
  backdrop-filter: blur(15px);
}

.flash-sale-content {
  flex: 1;
}

.flash-sale-content span.badge {
  background: rgba(0, 136, 255, 0.15);
  color: var(--h7-cyan);
  padding: 8px 20px;
  border: 1px solid var(--h7-cyan);
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 25px;
}

.flash-sale-content h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.flash-sale-content p {
  color: var(--h7-silver);
  font-size: 18px;
  margin-bottom: 40px;
}

.countdown-timer {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.time-box {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--h7-sapphire);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  min-width: 90px;
  box-shadow: 0 5px 20px rgba(0, 136, 255, 0.1);
}

.time-box span.num {
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
  text-shadow: 0 0 10px var(--h7-cyan);
}

.time-box span.text {
  color: var(--h7-silver);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.flash-btn {
  display: inline-block;
  background: linear-gradient(135deg, var(--h7-sapphire), #0055ff);
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 136, 255, 0.3);
  transition: all 0.3s ease;
}

.flash-btn:hover {
  box-shadow: 0 15px 40px rgba(0, 255, 204, 0.4);
  transform: translateY(-3px);
}

.flash-sale-img {
  flex: 1;
  text-align: center;
  position: relative;
}

.flash-sale-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 255, 204, 0.1) 0%, transparent 70%);
  z-index: 0;
}

.flash-sale-img img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
  animation: pulse 4s infinite alternate;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
  }
  100% {
    transform: scale(1.05);
    filter: drop-shadow(0 20px 50px rgba(0, 255, 204, 0.2));
  }
}
/* Global Section Overrides */
.section-bg {
  background: #01060c !important;
}

.section-top__title {
  color: #fff !important;
}

.trending-product__card {
  background: var(--h7-card) !important;
  border-color: var(--h7-border) !important;
}

.trending-product__card-items-title {
  color: #fff !important;
}

.trending-product__card-items-price {
  color: var(--h7-cyan) !important;
}

.footer1 {
  background: #01060c !important;
  border-top: 1px solid var(--h7-border);
}

.contact3-items {
  padding: 30px 40px 30px 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(1, 37, 61, 0.05);
  border: 1px solid transparent;
  border-radius: 20px;
  width: 375px;
  transition: all 0.3s ease;
}
.contact3-items:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(1, 37, 61, 0.08);
  border-color: rgba(11, 121, 195, 0.1);
}
@media only screen and (max-width: 1399px) {
  .contact3-items {
    padding: 25px 30px 25px 25px;
  }
}
@media (max-width: 575px) {
  .contact3-items {
    max-width: 100%;
    gap: 15px;
    padding: 20px 20px;
  }
}
.contact3-items__icon {
  background: #01253D;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: none;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 8px 15px rgba(1, 37, 61, 0.15);
}
@media only screen and (max-width: 1199px) {
  .contact3-items__icon {
    width: 50px;
    height: 50px;
  }
}
.contact3-items__icon:hover {
  background: #0B79C3;
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(11, 121, 195, 0.25);
}
.contact3-items-content__title {
  color: #878C8F;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contact3-items-content span {
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  transition: color 0.3s ease;
}
.contact3-items-content span:hover {
  color: #0B79C3;
}
@media (max-width: 575px) {
  .contact3-items-content span {
    font-size: 16px;
  }
}
.contact3-form__content {
  padding: 50px;
  border-radius: 24px;
  background: #FFFFFF;
  box-shadow: 0 20px 60px rgba(1, 37, 61, 0.05);
  border: 1px solid transparent;
}
@media only screen and (max-width: 1399px) {
  .contact3-form__content {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .contact3-form__content {
    padding: 30px 20px;
  }
}
.contact3-form__input-field {
  position: relative;
  background: #F5F8FA;
  padding: 18px 25px;
  border: 1px solid transparent;
  width: 100%;
  border-radius: 99px;
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 26px;
  transition: all 0.3s ease;
  outline: none;
}
@media only screen and (max-width: 1199px) {
  .contact3-form__input-field {
    padding: 15px 20px;
    font-size: 16px;
  }
}
.contact3-form__input-field::placeholder {
  color: #878C8F;
  font-size: clamp(16px, 1.2vw, 18px);
}
@media only screen and (max-width: 1199px) {
  .contact3-form__input-field::placeholder {
    font-size: 16px;
  }
}
.contact3-form__input-field:focus {
  background: #FFFFFF;
  border-color: #0B79C3;
  box-shadow: 0 0 0 4px rgba(11, 121, 195, 0.1);
}
.contact3-form__input .textarea {
  height: 180px;
  border-radius: 20px;
  resize: none;
}
@media only screen and (max-width: 1199px) {
  .contact3-form__input .textarea {
    height: 150px;
  }
}
.contact3-form__content-button {
  margin-top: 10px;
}
.contact3-form__content-button .theme-btn-two {
  padding: 20px 40px;
  width: auto;
  display: inline-flex;
  border-radius: 99px;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #0B79C3 0%, #035891 100%);
  border: none;
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 10px 25px rgba(11, 121, 195, 0.25);
  transition: all 0.3s ease;
  cursor: pointer;
}
.contact3-form__content-button .theme-btn-two .icon {
  transition: transform 0.3s ease;
}
.contact3-form__content-button .theme-btn-two:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(11, 121, 195, 0.35);
  background: linear-gradient(90deg, #035891 0%, #0B79C3 100%);
}
.contact3-form__content-button .theme-btn-two:hover .icon {
  transform: translateX(5px);
}
@media only screen and (max-width: 1199px) {
  .contact3-form__content-button .theme-btn-two {
    padding: 18px 30px;
  }
}
@media (max-width: 575px) {
  .contact3-form__content-button .theme-btn-two {
    padding: 16px 28px;
    font-size: 16px;
    width: 100%;
  }
}

/* === Map Section  === */
.map-items__googpemap iframe {
  width: 100%;
  height: 500px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(1, 37, 61, 0.05);
}

.cart {
  background: linear-gradient(180deg, #F5F8FA 0%, #EAF2F5 100%);
}
.cart-items {
  align-items: center;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 24px;
  padding: 60px 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.cart-items:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}
.cart-items__thumb {
  margin-bottom: 30px;
}
.cart-items__thumb img {
  max-width: 100%;
  transition: transform 0.5s ease;
}
.cart-items:hover .cart-items__thumb img {
  transform: scale(1.05);
}
.cart-items__content-title {
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1399px) {
  .cart-items__content-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  .cart-items__content-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .cart-items__content-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-items__content-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .cart-items__content-title {
    font-size: 22px;
  }
}
.cart-items__content-button {
  margin-top: 40px;
}
.cart-items__content-button .cart-premium-btn {
  background: linear-gradient(90deg, #0B79C3 0%, #035891 100%);
  color: #FFFFFF;
  padding: 18px 45px;
  border-radius: 99px;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 18px;
  transition: all 0.4s ease;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(11, 121, 195, 0.3);
  text-decoration: none;
}
.cart-items__content-button .cart-premium-btn i {
  transition: transform 0.3s ease;
}
.cart-items__content-button .cart-premium-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(11, 121, 195, 0.4);
  background: linear-gradient(90deg, #035891 0%, #013A63 100%);
}
.cart-items__content-button .cart-premium-btn:hover i {
  transform: translateX(5px);
}

/* Internal CSS from cart.html */
/* Premium Cart Styles */
.premium-cart-section {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #fafbfa;
}

.premium-cart-wrapper {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
}

.premium-cart-header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.col-product {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
}

.col-price {
  flex: 0 0 15%;
  max-width: 15%;
}

.col-quantity {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-total {
  flex: 0 0 15%;
  max-width: 15%;
  text-align: right;
}

.premium-cart-item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.premium-cart-item:hover {
  background: #fdfdfd;
}

.btn-remove {
  background: none;
  border: none;
  color: #a0a0a0;
  font-size: 18px;
  margin-right: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.btn-remove:hover {
  color: #ff4757;
}

.product-thumb {
  width: 90px;
  height: 90px;
  background: #f8f8f8;
  border-radius: 12px;
  padding: 10px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-info .product-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-info .product-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-info .product-title a:hover {
  color: #0055ff;
}

.product-variant {
  font-size: 14px;
  color: #777;
}

.price-value,
.total-value {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.total-value {
  color: #000;
  font-weight: 600;
}

.quantity-control {
  display: inline-flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 30px;
  padding: 5px 10px;
}

.btn-qty {
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #555;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.btn-qty:hover {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  color: #000;
}

.qty-input {
  width: 40px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  -moz-appearance: textfield;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.premium-cart-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.coupon-area {
  display: flex;
  gap: 10px;
}

.coupon-input {
  padding: 12px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  outline: none;
  font-size: 14px;
  width: 250px;
  transition: border-color 0.3s ease;
}

.coupon-input:focus {
  border-color: #0055ff;
}

.premium-btn {
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
}

.coupon-btn {
  background: #222;
  color: #fff;
}

.coupon-btn:hover {
  background: #0055ff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 85, 255, 0.3);
  color: #fff;
}

.update-btn {
  background: #fff;
  border: 1px solid #d0d0d0;
  color: #333;
}

.update-btn:hover {
  background: #f5f5f5;
  border-color: #222;
  color: #000;
}

.premium-order-summary {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.03);
  position: sticky;
  top: 100px;
}

.summary-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 16px;
}

.summary-row .label {
  color: #666;
}

.summary-row .value {
  font-weight: 500;
  color: #222;
}

.shipping-row {
  flex-direction: column;
}

.shipping-row .label {
  margin-bottom: 15px;
}

.shipping-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  color: #444;
  position: relative;
  padding-left: 28px;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-mark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all 0.2s ease;
}

.custom-radio:hover input ~ .radio-mark {
  background-color: #e0e0e0;
}

.custom-radio input:checked ~ .radio-mark {
  background-color: #0055ff;
  border-color: #0055ff;
}

.radio-mark:after {
  content: "";
  position: absolute;
  display: none;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

.custom-radio input:checked ~ .radio-mark:after {
  display: block;
}

.shipping-estimate {
  margin-top: 10px;
  font-size: 14px;
}

.estimate-link {
  color: #0055ff;
  text-decoration: none;
}

.estimate-link:hover {
  text-decoration: underline;
}

.total-row {
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
  font-size: 20px;
  font-weight: 700;
}

.total-row .value {
  color: #000;
  font-weight: 700;
}

.checkout-btn {
  width: 100%;
  background: #0055ff;
  color: #fff;
  padding: 16px;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 30px;
}

.checkout-btn:hover {
  background: #0044cc;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 85, 255, 0.3);
  color: #fff;
}

.secure-checkout {
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  color: #777;
}

.payment-methods {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

@media (max-width: 991px) {
  .col-product {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-price,
  .col-quantity,
  .col-total {
    display: none;
  }
  .premium-cart-item {
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 20px;
  }
  .premium-cart-item .col-quantity {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 15px;
  }
  .premium-cart-item .col-total {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 15px;
    text-align: right;
  }
  .premium-cart-footer {
    flex-direction: column;
    gap: 20px;
  }
  .coupon-area {
    width: 100%;
  }
  .coupon-input {
    flex-grow: 1;
  }
  .update-btn {
    width: 100%;
  }
  .premium-order-summary {
    margin-top: 40px;
  }
}
.wishlist-section {
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .wishlist-section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .wishlist-section {
    padding: 60px 0;
  }
}
.wishlist-table {
  width: 100%;
  border-collapse: collapse;
  color: #092c47;
}
.wishlist-table thead {
  background: #f8fafc;
}
.wishlist-table thead tr th {
  padding: 20px;
  color: #092c47 !important;
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .wishlist-table thead tr th {
    padding: 15px;
    font-size: 14px;
  }
}
.wishlist-table tbody tr {
  border-bottom: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}
.wishlist-table tbody tr:hover {
  background: rgba(11, 121, 195, 0.02);
}
.wishlist-table tbody tr td {
  padding: 25px 20px;
  vertical-align: middle;
  color: #092c47 !important;
  font-family: var(--font_Urbanist);
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .wishlist-table tbody tr td {
    padding: 20px 15px;
  }
}
.wishlist-table__product {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wishlist-table__product-img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}
.wishlist-table__product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.wishlist-table__product:hover .wishlist-table__product-img img {
  transform: scale(1.06);
}
.wishlist-table__product-name {
  font-weight: 800;
  font-size: 18px;
  color: #092c47 !important;
  display: block;
  transition: all 0.3s ease;
  text-decoration: none;
}
.wishlist-table__product-name:hover {
  color: var(--rr-theme-primary) !important;
}
.wishlist-table__price {
  font-weight: 800;
  font-size: 18px;
  color: var(--rr-theme-primary) !important;
}
.wishlist-table__stock span {
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
}
.wishlist-table__stock span.in-stock {
  background: rgba(32, 201, 151, 0.1);
  color: #20c997;
  border: 1px solid rgba(32, 201, 151, 0.2);
}
.wishlist-table__stock span.out-stock {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.2);
}
.wishlist-table__actions {
  display: flex;
  gap: 10px;
}
.wishlist-table__actions .add-to-cart {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--rr-theme-primary) 0%, #035891 100%);
  color: #fff !important;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 10px rgba(11, 121, 195, 0.2);
}
.wishlist-table__actions .add-to-cart:hover {
  background: linear-gradient(135deg, #0d8be0 0%, var(--rr-theme-primary) 100%);
  box-shadow: 0 6px 15px rgba(11, 121, 195, 0.35);
  transform: translateY(-3px);
}
.wishlist-table__actions .remove-item {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  color: #ef4444 !important;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.wishlist-table__actions .remove-item:hover {
  background: #ef4444;
  border-color: #ef4444;
  color: #fff !important;
  box-shadow: 0 6px 15px rgba(239, 68, 68, 0.25);
  transform: translateY(-3px);
}
@media only screen and (max-width: 991px) {
  .wishlist-table thead {
    display: none;
  }
  .wishlist-table tbody tr {
    display: block;
    padding: 20px 0;
    border-bottom: 2px solid #f8fafc;
  }
  .wishlist-table tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border: none;
    text-align: right;
  }
  .wishlist-table tbody tr td:before {
    content: attr(data-label);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #64748b;
    text-align: left;
  }
  .wishlist-table tbody tr td.product-td {
    display: block;
    text-align: left;
  }
  .wishlist-table tbody tr td.product-td:before {
    display: none;
  }
}

.store1 {
  position: relative;
}
.store1-items__card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #E6E6E6;
  transition: all 0.4s ease;
}
.store1-items__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
.store1-items__card:not(:last-child) {
  margin-bottom: 30px;
}
.store1-items__card-thumb {
  margin-bottom: 23px;
  overflow: hidden;
  border-radius: 12px;
}
.store1-items__card-thumb img {
  width: 100%;
  border-radius: 12px;
  transition: transform 0.6s ease;
}
.store1-items__card:hover .store1-items__card-thumb img {
  transform: scale(1.05);
}
.store1-items__card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.store1-items__card-content-title {
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 1399px) {
  .store1-items__card-content-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .store1-items__card-content-title {
    font-size: 20px;
  }
}
.store1-items__card-content-link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  background: linear-gradient(90deg, #0B79C3 0%, #035891 100%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 4px 10px rgba(11, 121, 195, 0.3);
  cursor: pointer;
}
.store1-items__card-content-link-list:hover {
  transform: scale(1.1) rotate(15deg);
  box-shadow: 0 6px 15px rgba(11, 121, 195, 0.4);
}
.store1-items__card:hover .store1-items__card-content-title {
  color: var(--rr-theme-primary);
}
.store1-card2 {
  position: relative;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
  transition: all 0.4s ease;
  height: 100%;
}
.store1-card2:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
@media only screen and (max-width: 1399px) {
  .store1-card2 {
    padding: 20px;
  }
}
.store1-card2__thumb {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 12px;
}
.store1-card2__thumb img {
  border-radius: 12px;
  width: 100%;
  transition: transform 0.6s ease;
}
.store1-card2:hover .store1-card2__thumb img {
  transform: scale(1.05);
}
.store1-card2-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E6E6;
}
@media only screen and (max-width: 1199px) {
  .store1-card2-content {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }
}
.store1-card2-content-title {
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .store1-card2-content-title {
    font-size: 20px;
  }
}
.store1-card2-content-link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  background: linear-gradient(90deg, #0B79C3 0%, #035891 100%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 4px 10px rgba(11, 121, 195, 0.3);
  cursor: pointer;
}
.store1-card2-content-link-list:hover {
  transform: scale(1.1) rotate(15deg);
  box-shadow: 0 6px 15px rgba(11, 121, 195, 0.4);
}
.store1-card2:hover .store1-card2-content-title {
  color: var(--rr-theme-primary);
}
.store1-card2-info__items {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}
.store1-card2-info__items:last-child {
  margin-bottom: 0;
}
.store1-card2-info__items:hover {
  background-color: #F8FAFC;
}
@media only screen and (max-width: 1199px) {
  .store1-card2-info__items {
    margin-bottom: 12px;
  }
}
.store1-card2-info__items-icon {
  background: #F0F7FC;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  flex: none;
  transition: all 0.4s ease;
  color: var(--rr-theme-primary);
}
@media only screen and (max-width: 1199px) {
  .store1-card2-info__items-icon {
    width: 44px;
    height: 44px;
  }
}
.store1-card2-info__items-icon:hover {
  background: linear-gradient(90deg, #0B79C3 0%, #035891 100%);
  color: #FFFFFF;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(11, 121, 195, 0.2);
}
.store1-card2-info__items-icon:hover svg, .store1-card2-info__items-icon:hover i {
  color: #FFFFFF;
  fill: #FFFFFF;
}
.store1-card2-info__items-content-title {
  color: #64748B;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1199px) {
  .store1-card2-info__items-content-title {
    font-size: 13px;
  }
}
.store1-card2-info__items-content span {
  display: block;
  color: #0F172A;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
  .store1-card2-info__items-content span {
    font-size: 16px;
  }
}

/*==========================================================================
    Hyper-Modern Store Section
==========================================================================*/
.hm-store-section {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.hm-store-section::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -10%;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, rgba(133, 62, 235, 0.15) 0%, rgba(11, 15, 25, 0) 70%);
  z-index: -1;
  pointer-events: none;
}

.hm-store-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hm-store-card:hover {
  transform: translateY(-10px);
  border-color: rgba(133, 62, 235, 0.5);
  box-shadow: 0 20px 40px rgba(133, 62, 235, 0.3);
}
.hm-store-card:hover .hm-store-thumb img {
  transform: scale(1.05);
}
.hm-store-card .hm-store-thumb {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.hm-store-card .hm-store-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hm-store-card .hm-store-thumb .hm-store-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #ff007a, #853eeb);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
}
.hm-store-card .hm-store-info {
  padding: 30px;
  background: rgba(18, 22, 33, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.hm-store-card .hm-store-info .hm-store-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  background: linear-gradient(to right, #fff, #aeb5d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hm-store-card .hm-store-info .hm-store-details {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.hm-store-card .hm-store-info .hm-store-details li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 12px;
  color: #aeb5d1;
  font-size: 15px;
}
.hm-store-card .hm-store-info .hm-store-details li i {
  color: #00e5ff;
  font-size: 16px;
  margin-top: 3px;
}
.hm-store-card .hm-store-info .hm-store-details li a {
  color: #aeb5d1;
  transition: color 0.3s ease;
}
.hm-store-card .hm-store-info .hm-store-details li a:hover {
  color: #fff;
}
.hm-store-card .hm-store-info .hm-btn-primary {
  margin-top: auto;
  align-self: flex-start;
  padding: 10px 24px;
  font-size: 14px;
}

.order-track .contact2-form__content {
  padding: 80px 43px;
  border-radius: 20px;
  background: #F5F8FA;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
}
@media only screen and (max-width: 1399px) {
  .order-track .contact2-form__content {
    padding: 30px 33px;
  }
}
@media (max-width: 575px) {
  .order-track .contact2-form__content {
    padding: 25px 23px;
  }
}
.order-track .contact2-form__content-button {
  display: flex;
  justify-content: center;
  text-align: center;
}
.order-track .contact2-form__content-button .theme-btn-two {
  padding: 18px 68px;
}
.order-track .contact2-form__input-name {
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  display: block;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1919px) {
  .order-track .contact2-form__input-name {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .order-track .contact2-form__input-name {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .order-track .contact2-form__input-name {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.order-track .contact2-form__input-field {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  padding: 18px 25px;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  width: 100%;
  border-radius: 10px;
  color: #878C8F;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media only screen and (max-width: 1199px) {
  .order-track .contact2-form__input-field {
    padding: 15px 20px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .order-track .contact2-form__input-field {
    padding: 14px 15px;
    font-size: 15px;
  }
}
.order-track .contact2-form__input-field::placeholder {
  color: #878C8F;
  font-size: clamp(16px, 1.2vw, 18px);
}
@media only screen and (max-width: 1199px) {
  .order-track .contact2-form__input-field::placeholder {
    font-size: 16px;
  }
}

.order-track-card {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 24px;
  padding: 60px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  margin-top: -80px;
  position: relative;
  z-index: 10;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.order-track-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.order-track-title {
  font-family: var(--font_Urbanist);
  font-size: 44px;
  font-weight: 800;
  color: #01253D;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.order-track-text {
  font-family: var(--font_Urbanist);
  font-size: 18px;
  color: #878C8F;
  line-height: 1.6;
  margin-bottom: 45px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.premium-input-group {
  text-align: left;
  margin-bottom: 25px;
  position: relative;
}

.premium-input-label {
  display: block;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  margin-bottom: 12px;
  color: #01253D;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.premium-input {
  width: 100%;
  padding: 18px 24px;
  border-radius: 14px;
  border: 2px solid transparent;
  background: #F5F8FA;
  color: #01253D;
  transition: all 0.3s ease;
  font-family: var(--font_Urbanist);
  font-size: 16px;
  font-weight: 500;
}

.premium-input::placeholder {
  color: #A0AAB2;
}

.premium-input:focus {
  outline: none;
  border-color: #0B79C3;
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(1, 140, 233, 0.1);
}

.btn-track-premium {
  background: linear-gradient(90deg, #0B79C3 0%, #035891 100%);
  color: #FFFFFF;
  padding: 18px 45px;
  border-radius: 99px;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 18px;
  transition: all 0.4s ease;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  width: 100%;
  box-shadow: 0 10px 25px rgba(11, 121, 195, 0.3);
}

.btn-track-premium i {
  transition: transform 0.3s ease;
}

.btn-track-premium:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(11, 121, 195, 0.4);
  background: linear-gradient(90deg, #035891 0%, #013A63 100%);
}

.btn-track-premium:hover i {
  transform: translateX(5px);
}

.order-track-section {
  background: #FFFFFF;
  padding: 150px 0;
}

@media (max-width: 768px) {
  .order-track-card {
    padding: 40px 25px;
    margin-top: -50px;
  }
  .order-track-title {
    font-size: 32px;
  }
  .order-track-text {
    font-size: 16px;
    max-width: 100%;
  }
}
.account-login__title {
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -1px;
  vertical-align: middle;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1919px) {
  .account-login__title {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .account-login__title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .account-login__title {
    font-size: 39px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .account-login__title {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.account-login-contact1 {
  padding: 50px 40px 60px;
  background: #FFFFFF;
  border-radius: 24px;
  border: 1px solid #E6E6E6;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.4s ease;
}
.account-login-contact1:focus-within {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 1919px) {
  .account-login-contact1 {
    padding: 40px 30px 50px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .account-login-contact1 {
    padding: 30px 20px;
    border-radius: 16px;
  }
}
.account-login-contact1 .contact1-form__input {
  position: relative;
}
.account-login-contact1 .contact1-form__input-field {
  position: relative;
  background: #F9F9F9;
  color: #01253D;
  padding: 22px 24px;
  width: 100%;
  outline: none;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 100%;
  letter-spacing: 0%;
  border-radius: 12px;
  border: 1px solid transparent;
  resize: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1399px) {
  .account-login-contact1 .contact1-form__input-field {
    padding: 19px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .account-login-contact1 .contact1-form__input-field {
    padding: 16px 18px;
    font-size: 17px;
  }
}
.account-login-contact1 .contact1-form__input-field::placeholder {
  color: #01253D;
}
.account-login-contact1 .contact1-form__input-field::selection {
  background: #FFFFFF;
  outline: none;
  box-shadow: none;
}
.account-login-contact1 .contact1-form__input-field:focus {
  background: #FFFFFF;
  border-color: #0B79C3;
  box-shadow: 0 0 0 4px rgba(11, 121, 195, 0.1);
  outline: none;
}
.account-login-contact1 .contact1-form-checkbox {
  margin-bottom: 28px;
}
.account-login-contact1 .contact1-form-checkbox__single {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.account-login-contact1 .contact1-form-checkbox__single-area {
  display: block;
  display: flex;
  align-items: center;
  gap: 10px;
}
.account-login-contact1 .contact1-form-checkbox__single-area-text {
  color: #878C8F;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .account-login-contact1 .contact1-form-checkbox__single-area-text {
    font-size: 15px;
  }
}
.account-login-contact1 .contact1-form-checkbox__single-subtext {
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: bottom;
}
@media (max-width: 575px) {
  .account-login-contact1 .contact1-form-checkbox__single-subtext {
    font-size: 15px;
  }
}
.account-login-contact1 .contact1-form__button .account-premium-btn {
  background: linear-gradient(90deg, #0B79C3 0%, #035891 100%);
  color: #FFFFFF;
  padding: 20px 45px;
  border-radius: 99px;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 18px;
  transition: all 0.4s ease;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(11, 121, 195, 0.3);
  text-decoration: none;
}
.account-login-contact1 .contact1-form__button .account-premium-btn i, .account-login-contact1 .contact1-form__button .account-premium-btn svg {
  transition: transform 0.3s ease;
  fill: currentColor;
}
.account-login-contact1 .contact1-form__button .account-premium-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(11, 121, 195, 0.4);
  background: linear-gradient(90deg, #035891 0%, #013A63 100%);
}
.account-login-contact1 .contact1-form__button .account-premium-btn:hover i, .account-login-contact1 .contact1-form__button .account-premium-btn:hover svg {
  transform: translateX(5px);
}
@media only screen and (max-width: 1199px) {
  .account-login-contact1 .contact1-form__button .account-premium-btn {
    padding: 18px 30px;
  }
}
@media (max-width: 575px) {
  .account-login-contact1 .contact1-form__button .account-premium-btn {
    padding: 16px 28px;
  }
}

/* Ultra Modern Auth Styles */
.ultra-modern-auth {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  background: linear-gradient(135deg, #f0f4fd 0%, #f9f9f9 100%);
  min-height: 800px;
}

.auth-container {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  width: 1000px;
  max-width: 100%;
  min-height: 600px;
}

.auth-form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.sign-in-container {
  left: 0;
  width: 50%;
  z-index: 2;
}

.sign-up-container {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}

.auth-container.right-panel-active .sign-in-container {
  transform: translateX(100%);
}

.auth-container.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
}

@keyframes show {
  0%, 49.99% {
    opacity: 0;
    z-index: 1;
  }
  50%, 100% {
    opacity: 1;
    z-index: 5;
  }
}
.overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
  border-radius: 30px;
}

.auth-container.right-panel-active .overlay-container {
  transform: translateX(-100%);
}

.overlay {
  background: #0055ff;
  background: linear-gradient(to right, #003cc8, #0055ff);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #ffffff;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.auth-container.right-panel-active .overlay {
  transform: translateX(50%);
}

.overlay-panel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 50%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.overlay-left {
  transform: translateX(-20%);
}

.auth-container.right-panel-active .overlay-left {
  transform: translateX(0);
}

.overlay-right {
  right: 0;
  transform: translateX(0);
}

.auth-container.right-panel-active .overlay-right {
  transform: translateX(20%);
}

.auth-form {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px;
  height: 100%;
  text-align: center;
}

.auth-form h1 {
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 32px;
  color: #111;
}

.auth-form span {
  font-size: 14px;
  color: #777;
  margin-bottom: 25px;
}

.social-container {
  margin: 20px 0;
  display: flex;
  gap: 15px;
}

.social-container a {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 45px;
  width: 45px;
  color: #333;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-container a:hover {
  background: #f4f4f4;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.auth-form input {
  background-color: #f7f9fc;
  border: 1px solid transparent;
  padding: 15px 20px;
  margin: 8px 0;
  width: 100%;
  border-radius: 12px;
  font-size: 15px;
  transition: all 0.3s ease;
  outline: none;
}

.auth-form input:focus {
  background-color: #fff;
  border-color: #0055ff;
  box-shadow: 0 0 0 4px rgba(0, 85, 255, 0.1);
}

.auth-btn {
  border-radius: 30px;
  border: 1px solid #0055ff;
  background-color: #0055ff;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in, box-shadow 0.3s ease, background-color 0.3s;
  cursor: pointer;
  margin-top: 20px;
  width: 100%;
}

.auth-btn:hover {
  box-shadow: 0 10px 20px rgba(0, 85, 255, 0.3);
  transform: translateY(-2px);
  background-color: #0044cc;
}

.auth-btn:active {
  transform: scale(0.95);
}

.ghost {
  background-color: transparent;
  border-color: #ffffff;
  color: #fff;
}

.ghost:hover {
  background-color: #ffffff;
  color: #0055ff;
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}

.forgot-pass {
  color: #0055ff;
  font-size: 14px;
  text-decoration: none;
  margin-top: 15px;
  font-weight: 600;
}

.forgot-pass:hover {
  text-decoration: underline;
}

.overlay-panel h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
}

.overlay-panel p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 20px 0 35px;
  opacity: 0.9;
}

@media (max-width: 991px) {
  .ultra-modern-auth {
    padding: 50px 20px;
  }
  .auth-container {
    min-height: 800px;
  }
  .sign-in-container,
  .sign-up-container {
    width: 100%;
    height: 50%;
  }
  .sign-in-container {
    top: 0;
  }
  .sign-up-container {
    top: 0;
  }
  .auth-container.right-panel-active .sign-in-container,
  .auth-container.right-panel-active .sign-up-container {
    transform: translateY(100%);
  }
  .overlay-container {
    left: 0;
    top: 50%;
    width: 100%;
    height: 50%;
  }
  .auth-container.right-panel-active .overlay-container {
    transform: translateY(-100%);
  }
  .overlay {
    width: 100%;
    height: 200%;
    left: 0;
    top: -100%;
  }
  .auth-container.right-panel-active .overlay {
    transform: translateY(50%);
  }
  .overlay-panel {
    width: 100%;
    height: 50%;
  }
  .overlay-left {
    transform: translateY(-20%);
  }
  .auth-container.right-panel-active .overlay-left {
    transform: translateY(0);
  }
  .overlay-right {
    right: auto;
    bottom: 0;
    transform: translateY(0);
    top: auto;
  }
  .auth-container.right-panel-active .overlay-right {
    transform: translateY(20%);
  }
  .auth-form {
    padding: 0 30px;
  }
}
.sign-up {
  position: relative;
}
.sign-up-contact4 {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 60px 50px;
  box-shadow: 0 20px 60px rgba(1, 37, 61, 0.05);
}
@media (max-width: 575px) {
  .sign-up-contact4 {
    padding: 40px 20px;
  }
}
.sign-up-contact4 .contact4-form__input {
  position: relative;
}
.sign-up-contact4 .contact4-form__input-field {
  position: relative;
  background: #F5F8FA;
  color: #01253D;
  padding: 21px 15px 21px 65px;
  width: 100%;
  outline: none;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 100%;
  letter-spacing: 0%;
  border-radius: 99px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  resize: none;
}
@media only screen and (max-width: 1399px) {
  .sign-up-contact4 .contact4-form__input-field {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .sign-up-contact4 .contact4-form__input-field {
    font-size: 16px;
  }
}
.sign-up-contact4 .contact4-form__input-field::placeholder {
  color: #878C8F;
}
.sign-up-contact4 .contact4-form__input-field::selection {
  background: #0B79C3;
  color: #FFFFFF;
}
.sign-up-contact4 .contact4-form__input-field:focus {
  background: #FFFFFF;
  border-color: #0B79C3;
  box-shadow: 0 0 0 4px rgba(11, 121, 195, 0.1);
}
.sign-up-contact4 .contact4-form__input-icon {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
.sign-up-contact4 .contact4-form__input-icon img {
  width: 20px;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.sign-up-contact4 .contact4-form__input-field:focus ~ .sign-up-contact4 .contact4-form__input-icon img {
  opacity: 1;
  filter: sepia(1) hue-rotate(190deg) saturate(500%);
}
.sign-up-contact4 .contact4-form__input-icon2 {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
.sign-up-contact4 .contact4-form__input-icon2 img {
  width: 20px;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.sign-up-contact4 .contact4-form__input-field:focus ~ .sign-up-contact4 .contact4-form__input-icon2 img {
  opacity: 1;
  filter: sepia(1) hue-rotate(190deg) saturate(500%);
}
.sign-up-contact4 .contact4-form__input-icon3 {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  cursor: pointer;
}
.sign-up-contact4 .contact4-form__input-icon3 img {
  width: 20px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.sign-up-contact4 .contact4-form__input-icon3:hover img {
  opacity: 1;
}
.sign-up-contact4 .contact4-form-checkbox {
  margin-bottom: 30px;
  padding: 0 10px;
}
.sign-up-contact4 .contact4-form-checkbox__single {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.sign-up-contact4 .contact4-form-checkbox__single-area {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.sign-up-contact4 .contact4-form-checkbox__single-area input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 2px solid #E0E5E8;
  appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.sign-up-contact4 .contact4-form-checkbox__single-area input[type=checkbox]:checked {
  background: #0B79C3;
  border-color: #0B79C3;
}
.sign-up-contact4 .contact4-form-checkbox__single-area input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.sign-up-contact4 .contact4-form-checkbox__single-area-text {
  color: #55626C;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  transition: color 0.3s ease;
}
.sign-up-contact4 .contact4-form-checkbox__single-area-text:hover {
  color: #0B79C3;
}
.sign-up-contact4 .contact4-form-checkbox__single-subtext {
  color: #0B79C3;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sign-up-contact4 .contact4-form-checkbox__single-subtext:hover {
  color: #01253D;
  text-decoration: underline;
}
.sign-up-contact4 .contact4-form__button {
  margin-bottom: 25px;
}
.sign-up-contact4 .contact4-form__button .theme-btn-two {
  padding: 20px 40px;
  width: 100%;
  border-radius: 99px;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #0B79C3 0%, #035891 100%);
  border: none;
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 10px 25px rgba(11, 121, 195, 0.25);
  transition: all 0.3s ease;
  cursor: pointer;
}
.sign-up-contact4 .contact4-form__button .theme-btn-two .icon {
  transition: transform 0.3s ease;
}
.sign-up-contact4 .contact4-form__button .theme-btn-two:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(11, 121, 195, 0.35);
  background: linear-gradient(90deg, #035891 0%, #0B79C3 100%);
}
.sign-up-contact4 .contact4-form__button .theme-btn-two:hover .icon {
  transform: translateX(5px);
}
@media only screen and (max-width: 1199px) {
  .sign-up-contact4 .contact4-form__button .theme-btn-two {
    padding: 18px 30px;
  }
}
@media (max-width: 575px) {
  .sign-up-contact4 .contact4-form__button .theme-btn-two {
    padding: 16px 28px;
    font-size: 16px;
  }
}
.sign-up-contact4 .contact4-form__items-text {
  color: #55626C;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
.sign-up-contact4 .contact4-form__items-text-login {
  color: #0B79C3;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  margin-left: 5px;
  transition: color 0.3s ease;
  position: relative;
}
.sign-up-contact4 .contact4-form__items-text-login::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0B79C3;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.sign-up-contact4 .contact4-form__items-text-login:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.sign-up-contact4 .contact4-form__items-signup {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .sign-up-contact4 .contact4-form__items-signup {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.sign-up-contact4 .contact4-form__items-signup-button {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E5E8;
  background: #FFFFFF;
  padding: 16px 30px;
  border-radius: 99px;
  transition: all 0.3s ease;
  cursor: pointer;
  flex: 1;
}
.sign-up-contact4 .contact4-form__items-signup-button:hover {
  border-color: #0B79C3;
  box-shadow: 0 5px 15px rgba(11, 121, 195, 0.1);
  transform: translateY(-2px);
}
@media only screen and (max-width: 991px) {
  .sign-up-contact4 .contact4-form__items-signup-button {
    padding: 16px 20px;
  }
}
@media (max-width: 575px) {
  .sign-up-contact4 .contact4-form__items-signup-button {
    padding: 14px 20px;
    flex: 0 0 100%;
  }
}
.sign-up-contact4 .contact4-form__items-signup-button-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sign-up-contact4 .contact4-form__items-signup-button-text {
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}

/* === Shop page === */
.shop-product-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  padding: 15px 30px;
  margin-bottom: 33px;
  box-shadow: 0 10px 30px rgba(1, 37, 61, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1199px) {
  .shop-product-items {
    padding: 15px 20px;
    border-radius: 20px;
  }
}
.shop-product-items__subtext {
  color: #fafdff;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media only screen and (max-width: 1399px) {
  .shop-product-items__subtext {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .shop-product-items__subtext {
    font-size: 20px;
  }
}
.shop-product-items__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.shop-product-items__list-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #F5F8FA;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
}
@media only screen and (max-width: 1199px) {
  .shop-product-items__list-button {
    width: 40px;
    height: 40px;
  }
}
.shop-product-card {
  position: relative;
  padding: 24px 20px 35px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  text-align: center;
  justify-content: center;
  z-index: 9;
  box-shadow: 0 10px 30px rgba(1, 37, 61, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 1919px) {
  .shop-product-card {
    padding: 20px 16px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .shop-product-card {
    padding: 24px 15px 25px;
  }
}
.shop-product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(29, 29, 29, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
  pointer-events: none;
  border-radius: 20px;
}
.shop-product-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 25px 50px rgba(118, 75, 162, 0.15), inset 0 0 0 1px rgba(36, 35, 35, 0.8);
}
.shop-product-card:hover::before {
  opacity: 1;
}
.shop-product-card:hover .shop-product-card__thumb img {
  transform: scale(1.08) rotate(2deg);
}
.shop-product-card__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.shop-product-card__items-info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.shop-product-card__items-info-discount {
  padding: 8px 15px;
  color: #FFFFFF;
  background: linear-gradient(135deg, #FF4B6B 0%, #D70A26 100%);
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 4px 10px rgba(215, 10, 38, 0.15);
}
@media only screen and (max-width: 1399px) {
  .shop-product-card__items-info-discount {
    padding: 6px 12px;
    font-size: 12px;
  }
}
.shop-product-card__items-info-newcollection {
  padding: 8px 15px;
  color: #FFFFFF;
  background: linear-gradient(135deg, var(--rr-theme-primary) 0%, #00F2FE 100%);
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(11, 121, 195, 0.15);
}
@media only screen and (max-width: 1399px) {
  .shop-product-card__items-info-newcollection {
    padding: 6px 12px;
    font-size: 12px;
  }
}
.shop-product-card__items-love-cart {
  background: #ffffff;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid rgba(1, 37, 61, 0.08);
  box-shadow: 0 4px 10px rgba(1, 37, 61, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 42px;
  height: 42px;
}
.shop-product-card__items-love-cart svg rect {
  fill: #01253D;
  transition: all 0.3s ease;
}
.shop-product-card__items-love-cart:hover {
  background: var(--rr-theme-primary);
  border-color: var(--rr-theme-primary);
  transform: scale(1.08);
  box-shadow: 0 8px 15px rgba(11, 121, 195, 0.25);
}
.shop-product-card__items-love-cart:hover svg rect {
  fill: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .shop-product-card__items-love-cart {
    padding: 8px;
    width: 36px;
    height: 36px;
  }
}
.shop-product-card__thumb {
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 12px;
}
.shop-product-card__thumb img {
  border-radius: 12px;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.shop-product-card__content {
  text-align: center;
}
.shop-product-card__content-star {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-bottom: 12px;
}
.shop-product-card__content-star i {
  color: #FFE100;
  font-size: 14px;
}
.shop-product-card__content-star-text {
  color: #878C8F;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}
.shop-product-card__content-title {
  color: #0f172a;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}
.shop-product-card__content-title a {
  color: inherit;
  text-decoration: none;
}
.shop-product-card__content-title a:hover {
  color: var(--rr-theme-primary);
}
@media only screen and (max-width: 1199px) {
  .shop-product-card__content-title {
    font-size: 17px;
  }
}
.shop-product-card__content-items-price .original-price {
  color: var(--rr-theme-primary);
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
}
@media only screen and (max-width: 1199px) {
  .shop-product-card__content-items-price .original-price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .shop-product-card__content-items-price .original-price {
    font-size: 17px;
  }
}
.shop-product-wrapper .pagination {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .shop-product-wrapper .pagination {
    margin-top: 60px;
  }
}

/* === Shop Sidebar Filter === */
.shop-sidebar {
  transition: all 0.3s ease;
}
.shop-sidebar__widget {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 30px 24px;
  margin-bottom: 24px;
  box-shadow: 0 10px 30px rgba(1, 37, 61, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 1199px) {
  .shop-sidebar__widget {
    padding: 25px 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar__widget {
    padding: 20px 16px;
    margin-bottom: 18px;
  }
}
.shop-sidebar__widget:last-child {
  margin-bottom: 0;
}
.shop-sidebar__widget:hover {
  box-shadow: 0 15px 35px rgba(118, 75, 162, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}
.shop-sidebar__widget-header {
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 8px;
}
.shop-sidebar__widget-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background: linear-gradient(90deg, var(--rr-theme-primary) 0%, #00F2FE 100%);
  border-radius: 2px;
}
@media (max-width: 575px) {
  .shop-sidebar__widget-header {
    margin-bottom: 18px;
  }
}
.shop-sidebar__widget-title {
  color: #0f172a;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .shop-sidebar__widget-title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar__widget-title {
    font-size: 16px;
  }
}
.shop-sidebar__price-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .shop-sidebar__price-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
  }
}
.shop-sidebar__price-info-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #475569;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  margin: 0;
}
@media (max-width: 575px) {
  .shop-sidebar__price-info-text {
    font-size: 13px;
  }
}
.shop-sidebar__price-reset {
  color: #64748b;
  font-family: var(--font_Urbanist);
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .shop-sidebar__price-reset {
    font-size: 12px;
  }
}
.shop-sidebar__price-reset:hover {
  color: var(--rr-theme-primary);
  text-decoration: underline;
}
.shop-sidebar__price-slider {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .shop-sidebar__price-slider {
    margin-bottom: 14px;
  }
}
.shop-sidebar__price-range {
  width: 100%;
  height: 6px;
  border-radius: 5px;
  outline: none;
  background: rgba(1, 37, 61, 0.06);
  -webkit-appearance: none;
  appearance: none;
}
.shop-sidebar__price-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: var(--rr-theme-primary);
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(11, 121, 195, 0.3);
}
.shop-sidebar__price-range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: var(--rr-theme-primary);
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(11, 121, 195, 0.3);
}
.shop-sidebar__price-range:hover::-webkit-slider-thumb {
  transform: scale(1.15);
  background: #00F2FE;
}
.shop-sidebar__price-range:hover::-moz-range-thumb {
  transform: scale(1.15);
  background: #00F2FE;
}
.shop-sidebar__price-inputs {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 575px) {
  .shop-sidebar__price-inputs {
    gap: 8px;
  }
}
.shop-sidebar__price-input-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.shop-sidebar__price-input-label {
  color: #64748b;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .shop-sidebar__price-input-label {
    font-size: 11px;
  }
}
.shop-sidebar__price-input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid rgba(1, 37, 61, 0.08);
  color: #0f172a;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  outline: none;
  transition: all 0.3s ease;
  background: #f8fafc;
}
@media (max-width: 575px) {
  .shop-sidebar__price-input {
    padding: 6px 8px;
    font-size: 12px;
  }
}
.shop-sidebar__price-input:focus {
  background: #ffffff;
  border-color: var(--rr-theme-primary);
  box-shadow: 0 0 0 3px rgba(11, 121, 195, 0.12);
}
.shop-sidebar__price-input-separator {
  color: #94a3b8;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .shop-sidebar__price-input-separator {
    font-size: 12px;
    margin-top: 18px;
  }
}
.shop-sidebar__categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-sidebar__categories-item {
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(1, 37, 61, 0.05);
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media only screen and (max-width: 1199px) {
  .shop-sidebar__categories-item {
    padding: 10px 14px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar__categories-item {
    margin-bottom: 8px;
  }
}
.shop-sidebar__categories-item:last-child {
  margin-bottom: 0;
}
.shop-sidebar__categories-item:hover {
  background: rgba(11, 121, 195, 0.04);
  border-color: rgba(11, 121, 195, 0.15);
  transform: translateX(4px);
}
.shop-sidebar__categories-item:hover .shop-sidebar__categories-link {
  color: var(--rr-theme-secondary);
}
.shop-sidebar__categories-item:hover .shop-sidebar__categories-arrow i {
  transform: translateX(3px);
  color: var(--rr-theme-primary);
}
.shop-sidebar__categories-link {
  color: #334155;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .shop-sidebar__categories-link {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar__categories-link {
    font-size: 13px;
  }
}
.shop-sidebar__categories-arrow {
  display: block;
  transition: all 0.3s ease;
}
.shop-sidebar__categories-arrow i {
  color: #94a3b8;
  font-size: 12px;
  transition: all 0.3s ease;
}
.shop-sidebar__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
@media only screen and (max-width: 1199px) {
  .shop-sidebar__tags-list {
    gap: 6px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar__tags-list {
    gap: 6px;
    margin-top: 10px;
  }
}
.shop-sidebar__tags-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid rgba(1, 37, 61, 0.06);
  background: #f8fafc;
  color: #475569;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .shop-sidebar__tags-tag {
    padding: 6px 12px;
    font-size: 13px;
  }
}
.shop-sidebar__tags-tag:hover, .shop-sidebar__tags-tag.active {
  background: linear-gradient(135deg, var(--rr-theme-primary) 0%, #00F2FE 100%);
  border-color: var(--rr-theme-primary);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(11, 121, 195, 0.2);
}
.shop-sidebar__tags-tag:active {
  transform: translateY(0);
}
.shop-sidebar__colour-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-sidebar__colour-item {
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(1, 37, 61, 0.05);
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .shop-sidebar__colour-item {
    padding: 8px 12px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar__colour-item {
    margin-bottom: 8px;
  }
}
.shop-sidebar__colour-item:last-child {
  margin-bottom: 0;
}
.shop-sidebar__colour-item:hover {
  background: rgba(11, 121, 195, 0.04);
  border-color: rgba(11, 121, 195, 0.15);
  transform: translateX(4px);
}
.shop-sidebar__colour-item:hover .shop-sidebar__colour-link {
  color: var(--rr-theme-secondary);
}
.shop-sidebar__colour-item:hover .shop-sidebar__colour-arrow i {
  transform: translateX(3px);
  color: var(--rr-theme-primary);
}
.shop-sidebar__colour-link {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #334155;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .shop-sidebar__colour-link {
    gap: 10px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar__colour-link {
    font-size: 13px;
  }
}
.shop-sidebar__colour-link-box1 {
  background: #735646;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
.shop-sidebar__colour-link-box2 {
  background: #E65100;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
.shop-sidebar__colour-link-box3 {
  background: #880A0B;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
.shop-sidebar__colour-link-box4 {
  background: #1D73BE;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
.shop-sidebar__colour-link-box5 {
  background: #FEA794;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
.shop-sidebar__colour-link-box6 {
  background: #000000;
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
.shop-sidebar__colour-arrow {
  display: block;
  transition: all 0.3s ease;
}
.shop-sidebar__colour-arrow i {
  color: #94a3b8;
  font-size: 12px;
  transition: all 0.3s ease;
}
.shop-sidebar__brand-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-sidebar__brand-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(1, 37, 61, 0.05);
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .shop-sidebar__brand-item {
    padding: 10px 12px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar__brand-item {
    margin-bottom: 8px;
  }
}
.shop-sidebar__brand-item:last-child {
  margin-bottom: 0;
}
.shop-sidebar__brand-item:hover {
  background: rgba(11, 121, 195, 0.04);
  border-color: rgba(11, 121, 195, 0.15);
  transform: translateX(4px);
}
.shop-sidebar__brand-item:hover .shop-sidebar__brand-link {
  color: var(--rr-theme-secondary);
}
.shop-sidebar__brand-item:hover .shop-sidebar__brand-box {
  border-color: var(--rr-theme-primary);
  background: var(--rr-theme-primary);
}
.shop-sidebar__brand-link {
  color: #334155;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .shop-sidebar__brand-link {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .shop-sidebar__brand-link {
    font-size: 13px;
  }
}
.shop-sidebar__brand-link i {
  margin-right: 8px;
  font-size: 10px;
}
.shop-sidebar__brand-box {
  border: 2px solid #cbd5e1;
  background: transparent;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .shop-sidebar__brand-box {
    width: 16px;
    height: 16px;
  }
}

/* shop.scss - Hyper-Modern Dark Mode UX for E-commerce */
.hm-dark-mode {
  background-color: #0b0f19;
  color: #e2e8f0;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  /* Neon ambient glows behind layout */
}
.hm-dark-mode::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(133, 62, 235, 0.15) 0%, rgba(11, 15, 25, 0) 70%);
  z-index: 0;
  pointer-events: none;
}
.hm-dark-mode::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(0, 229, 255, 0.1) 0%, rgba(11, 15, 25, 0) 70%);
  z-index: 0;
  pointer-events: none;
}

.hm-container {
  position: relative;
  z-index: 1;
}

/* Base Layout */
.hm-shop-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}

@media (max-width: 991px) {
  .hm-shop-layout {
    grid-template-columns: 1fr;
  }
}
/* Glassmorphic Sidebar Filters */
.hm-sidebar {
  background: rgba(18, 24, 38, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  position: sticky;
  top: 120px;
}

.hm-filter-group {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.hm-filter-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.hm-filter-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffffff, #9ca3af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hm-checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hm-checkbox-item {
  margin-bottom: 15px;
}

.hm-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  color: #9ca3af;
  transition: all 0.3s ease;
}
.hm-checkbox-label:hover {
  color: #00e5ff;
}
.hm-checkbox-label input {
  display: none;
}

.hm-checkbox-custom {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.hm-checkbox-label input:checked + .hm-checkbox-custom {
  background: #853eeb;
  border-color: #853eeb;
  box-shadow: 0 0 10px rgba(133, 62, 235, 0.5);
}
.hm-checkbox-label input:checked + .hm-checkbox-custom::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: white;
  font-size: 10px;
}

.hm-checkbox-count {
  margin-left: auto;
  font-size: 12px;
  color: #6b7280;
  background: rgba(255, 255, 255, 0.05);
  padding: 3px 8px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.02);
}

/* Product Grid */
.hm-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 35px;
}

.hm-product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  background: rgba(18, 24, 38, 0.6);
  backdrop-filter: blur(12px);
  padding: 15px 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.hm-product-count {
  color: #9ca3af;
  font-size: 15px;
}
.hm-product-count strong {
  color: #ffffff;
  font-weight: 600;
}

.hm-sort-select {
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 14px;
  outline: none;
  background-color: rgba(11, 15, 25, 0.8);
  cursor: pointer;
  transition: all 0.3s ease;
}
.hm-sort-select:hover, .hm-sort-select:focus {
  border-color: #853eeb;
  box-shadow: 0 0 15px rgba(133, 62, 235, 0.3);
}

/* Hyper-Modern Product Card */
.hm-product-card {
  background: linear-gradient(145deg, rgba(26, 32, 44, 0.9) 0%, rgba(18, 24, 38, 0.95) 100%);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.hm-product-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(133, 62, 235, 0.2);
  border-color: rgba(133, 62, 235, 0.3);
  z-index: 2;
}

.hm-product-image-wrapper {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 25px;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.hm-product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.3));
}
.hm-product-card:hover .hm-product-image {
  transform: scale(1.15) rotate(-3deg);
}

.hm-product-badges {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
}

.hm-badge {
  padding: 5px 12px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  backdrop-filter: blur(4px);
}
.hm-badge.new {
  background: rgba(0, 229, 255, 0.2);
  color: #00e5ff;
  border: 1px solid rgba(0, 229, 255, 0.3);
}
.hm-badge.sale {
  background: rgba(239, 68, 68, 0.2);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.hm-product-actions {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hm-product-card:hover .hm-product-actions {
  opacity: 1;
  transform: translateY(0);
}

.hm-action-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.hm-action-btn:hover {
  background: #853eeb;
  color: white;
  border-color: #853eeb;
  transform: scale(1.15) translateY(-5px);
  box-shadow: 0 10px 20px rgba(133, 62, 235, 0.5);
}

.hm-product-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.hm-product-category {
  font-size: 12px;
  color: #00e5ff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
}

.hm-product-title {
  font-size: 19px;
  font-weight: 600;
  color: #f8fafc;
  margin-bottom: 12px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hm-product-title:hover {
  color: #853eeb;
}

.hm-product-rating {
  color: #fbbf24;
  font-size: 13px;
  margin-bottom: 20px;
  display: flex;
  gap: 4px;
  filter: drop-shadow(0 0 5px rgba(251, 191, 36, 0.4));
}
.hm-product-rating span {
  color: #9ca3af;
  margin-left: 8px;
  filter: none;
}

.hm-product-price-wrapper {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hm-product-price {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.hm-product-price-old {
  font-size: 14px;
  color: #6b7280;
  text-decoration: line-through;
}

.blog-wrapper-items {
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.blog-wrapper-items:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  border-color: rgba(11, 121, 195, 0.15);
}
.blog-wrapper-items:not(:last-child) {
  margin-bottom: 48px;
}
.blog-wrapper-items {
  /* Thumb image element */
}
.blog-wrapper-items__thumb {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-wrapper-items:hover .blog-wrapper-items__thumb {
  transform: scale(1.03);
}
.blog-wrapper-items__post {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.blog-wrapper-items__post-list {
  padding: 10px 18px;
  color: #FFFFFF;
  background: linear-gradient(135deg, var(--rr-theme-primary) 0%, #035891 100%);
  border-radius: 12px;
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  box-shadow: 0 8px 16px rgba(11, 121, 195, 0.25);
  width: auto;
  display: inline-block;
  list-style: none;
}
@media only screen and (max-width: 1199px) {
  .blog-wrapper-items__post-list {
    padding: 8px 15px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .blog-wrapper-items__post-list {
    padding: 8px 15px;
    font-size: 15px;
  }
}
.blog-wrapper-items__post-list span {
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  margin-top: 4px;
  opacity: 0.9;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .blog-wrapper-items__post-list span {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .blog-wrapper-items__post-list span {
    font-size: 12px;
  }
}
.blog-wrapper-items__content {
  padding: 40px;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
}
.blog-wrapper-items__content-title {
  margin-bottom: 20px;
}
.blog-wrapper-items__content-title a {
  color: #092c47;
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: bottom;
}
@media only screen and (max-width: 1199px) {
  .blog-wrapper-items__content-title a {
    font-size: 20px;
  }
}
.blog-wrapper-items__content-title a:hover {
  color: var(--rr-theme-primary);
}
.blog-wrapper-items__content-subtitle {
  color: #555e63;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Regular;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 25px;
}
.blog-wrapper .pagination {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .blog-wrapper .pagination {
    display: none;
  }
}

/* Internal CSS from blog.html */
/* Ultra Modern Premium Blog Design */
:root {
  --bg-color: #f0f4f8;
  --card-bg: rgba(255, 255, 255, 0.7);
  --card-border: rgba(255, 255, 255, 0.5);
  --text-main: #1e293b;
  --text-muted: #64748b;
  --accent: #3b82f6;
  --accent-hover: #2563eb;
}

body {
  font-family: "Inter", sans-serif;
  background: var(--bg-color);
  background-image: radial-gradient(at 0% 0%, hsla(253, 16%, 7%, 0) 0, transparent 50%), radial-gradient(at 50% 0%, hsla(225, 39%, 30%, 0.05) 0, transparent 50%), radial-gradient(at 100% 0%, hsla(339, 49%, 30%, 0.05) 0, transparent 50%);
  background-attachment: fixed;
}

/* Blog Grid & Cards */
.blog {
  position: relative;
  z-index: 1;
}

.blog-wrapper-items {
  background: var(--card-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--card-border);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-bottom: 40px;
  position: relative;
}

.blog-wrapper-items:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  border-color: rgba(255, 255, 255, 0.8);
}

/* Blog Thumbnails */
.blog-wrapper-items__thumb {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.blog-wrapper-items:hover .blog-wrapper-items__thumb {
  transform: scale(1.08);
}

/* Date Pill */
.blog-wrapper-items__post {
  position: absolute;
  top: 24px;
  left: 24px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  padding: 12px 24px;
  border-radius: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  z-index: 10;
  margin: 0;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.blog-wrapper-items__post-list {
  font-size: 22px;
  font-weight: 800;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}

.blog-wrapper-items__post-list span {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-main);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Blog Content */
.blog-wrapper-items__content {
  padding: 40px;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 20%, rgb(255, 255, 255) 100%);
  margin-top: -60px;
  border-radius: 24px;
}

.blog-wrapper-items__content-title {
  margin-bottom: 18px;
}

.blog-wrapper-items__content-title a {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-main);
  text-decoration: none;
  line-height: 1.35;
  transition: color 0.3s ease;
  display: inline-block;
}

.blog-wrapper-items__content-title a:hover {
  color: var(--accent);
}

.blog-wrapper-items__content-subtitle {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 30px;
}

/* Read More Button */
.btn-more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  background: #0f172a; /* Stronger contrast background */
  color: #ffffff !important;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.3);
}

.btn-more .text {
  color: #ffffff !important;
}

.btn-more:hover {
  background: var(--accent);
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.btn-more .icon svg rect {
  fill: #ffffff !important;
}

.btn-more .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.btn-more:hover .icon {
  transform: translateX(6px);
}

/* Sidebar Widgets */
.main-sidebar-widget,
.main-sidebar-widget2 {
  background: var(--card-bg);
  backdrop-filter: blur(16px);
  border: 1px solid var(--card-border);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
  margin-bottom: 40px;
  transition: transform 0.4s ease;
}

.main-sidebar-widget:hover {
  transform: translateY(-5px);
}

.main-sidebar-widget__heading-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 18px;
}

.main-sidebar-widget__heading-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background: var(--accent);
  border-radius: 4px;
}

/* Sidebar Posts */
.main-sidebar-widget__post-items {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.main-sidebar-widget__post-items:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.main-sidebar-widget__post-items:hover {
  transform: translateX(8px);
}

.main-sidebar-widget__post-items-thumb {
  width: 85px;
  height: 85px;
  border-radius: 18px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.main-sidebar-widget__post-items-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.main-sidebar-widget__post-items:hover .main-sidebar-widget__post-items-thumb img {
  transform: scale(1.1);
}

.main-sidebar-widget__post-items-content-title a {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-main);
  text-decoration: none;
  line-height: 1.5;
  display: block;
  transition: color 0.3s ease;
}

.main-sidebar-widget__post-items-content-title a:hover {
  color: var(--accent);
}

.main-sidebar-widget__post-items-content-post-date {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 6px;
  display: block;
  font-weight: 500;
}

/* Search Widget */
.main-sidebar-widget__search-widget form {
  position: relative;
}

.main-sidebar-widget__search-widget input {
  width: 100%;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  font-size: 15px;
  color: var(--text-main);
  transition: all 0.3s ease;
  outline: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

.main-sidebar-widget__search-widget input:focus {
  background: #fff;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
}

.main-sidebar-widget__search-widget button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--accent);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.main-sidebar-widget__search-widget button:hover {
  background: var(--accent-hover);
  transform: translateY(-50%) scale(1.05);
}

/* Tags Widget */
.main-sidebar-widget__tags-tagcloud a {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.6);
  color: var(--text-muted);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 8px 12px 0;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.main-sidebar-widget__tags-tagcloud a:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);
  border-color: var(--accent);
}

/* Instagram Widget */
.main-sidebar-widget__instagram {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.main-sidebar-widget__instagram-items-thumb,
.main-sidebar-widget__instagram-itemsthumb {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1;
  position: relative;
}

.main-sidebar-widget__instagram-items-thumb::after,
.main-sidebar-widget__instagram-itemsthumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(59, 130, 246, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.main-sidebar-widget__instagram-items-thumb:hover::after,
.main-sidebar-widget__instagram-itemsthumb:hover::after {
  opacity: 1;
}

.main-sidebar-widget__instagram-items-thumb img,
.main-sidebar-widget__instagram-itemsthumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.main-sidebar-widget__instagram-items-thumb:hover img,
.main-sidebar-widget__instagram-itemsthumb:hover img {
  transform: scale(1.15);
}

.blog-details {
  position: relative;
}
.blog-details-wrapper-items {
  position: relative;
}
.blog-details-wrapper-items__thumb {
  position: relative;
}
.blog-details-wrapper-items__thumb img {
  max-width: 100%;
  border-radius: 24px;
}
.blog-details-wrapper-items__post {
  position: absolute;
  top: 10%;
  left: 2%;
  padding: 11px 17px;
  background: linear-gradient(90deg, #0B79C3 0%, #035891 100%);
  border-radius: 8px;
  width: 140px;
}
@media (max-width: 575px) {
  .blog-details-wrapper-items__post {
    top: 2%;
  }
}
.blog-details-wrapper-items__post-date {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 1399px) {
  .blog-details-wrapper-items__post-date {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .blog-details-wrapper-items__post-date {
    font-size: 15px;
  }
}
.blog-details-wrapper-items-content__title {
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  vertical-align: bottom;
  margin-top: 40px;
}
@media only screen and (max-width: 1399px) {
  .blog-details-wrapper-items-content__title {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details-wrapper-items-content__title {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .blog-details-wrapper-items-content__title {
    margin-top: 18px;
  }
}
.blog-details-wrapper-items-content__text {
  color: #4A5568;
  font-family: var(--font_Urbanist);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 25px;
}
@media only screen and (max-width: 1399px) {
  .blog-details-wrapper-items-content__text {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details-wrapper-items-content__text {
    margin-top: 17px;
  }
}
.blog-details-wrapper-items-content__subtitle {
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-top: 35px;
}
@media only screen and (max-width: 1399px) {
  .blog-details-wrapper-items-content__subtitle {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details-wrapper-items-content__subtitle {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .blog-details-wrapper-items-content__subtitle {
    margin-top: 17px;
  }
}
.blog-details-wrapper-items-content__subtext {
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 15px;
}
.blog-details-wrapper-items__card {
  padding: 40px 60px;
  background: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  border: 1px solid #E6E6E6;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 1399px) {
  .blog-details-wrapper-items__card {
    margin-top: 25px;
    padding: 30px 30px;
  }
}
@media (max-width: 575px) {
  .blog-details-wrapper-items__card {
    margin-top: 20px;
    padding: 25px 26px;
  }
}
.blog-details-wrapper-items__card-icon svg {
  width: 50px;
}
.blog-details-wrapper-items__card-text {
  color: #4A5568;
  font-family: var(--font_Urbanist);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 20px;
}
.blog-details-wrapper-items__info {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .blog-details-wrapper-items__info {
    margin-top: 20px;
  }
}
.blog-details-wrapper-items__info-title {
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1399px) {
  .blog-details-wrapper-items__info-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details-wrapper-items__info-title {
    font-size: 16px;
  }
}
.blog-details-wrapper-items__info-list-link {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #4A5568;
  font-family: var(--font_Urbanist);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
}
.blog-details-wrapper-items__info-list-link:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .blog-details-wrapper-items__info-list-link:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .blog-details-wrapper-items__info-list-link {
    font-size: 15px;
  }
}
.blog-details-wrapper-items__video {
  margin-top: 35px;
}
.blog-details-wrapper-items__video-thumb img {
  border-radius: 10px;
  max-width: 100%;
}
.blog-details-wrapper-items-tag-title {
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  margin-top: 30px;
}
@media only screen and (max-width: 1399px) {
  .blog-details-wrapper-items-tag-title {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .blog-details-wrapper-items-tag-title {
    margin-top: 17px;
  }
}
.blog-details-wrapper-items-tag__subtitle {
  color: #4A5568;
  font-family: var(--font_Urbanist);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  margin-top: 25px;
}
@media only screen and (max-width: 1399px) {
  .blog-details-wrapper-items-tag__subtitle {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details-wrapper-items-tag__subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details-wrapper-items-tag__subtitle {
    margin-top: 18px;
  }
}
.blog-details-wrapper-items-tag__border {
  padding: 20px 0px;
  border-top: 1px solid rgba(28, 36, 54, 0.3);
  border-bottom: 1px solid rgba(28, 36, 54, 0.3);
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .blog-details-wrapper-items-tag__border {
    padding: 15px 0px;
    margin-top: 40px;
  }
}
.blog-details-wrapper-items-tag__tagcloud {
  gap: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.blog-details-wrapper-items-tag__tagcloud-title {
  color: #c5c5c5;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
}
@media only screen and (max-width: 1399px) {
  .blog-details-wrapper-items-tag__tagcloud-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details-wrapper-items-tag__tagcloud-title {
    font-size: 16px;
  }
}
.blog-details-wrapper-items-tag__tagcloud-button {
  display: inline-flex;
  height: 30px;
  padding: 15px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #afaeae;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 575px) {
  .blog-details-wrapper-items-tag__tagcloud-button {
    padding: 13px 6px;
    text-align: center;
    font-size: 14px;
  }
}
.blog-details-wrapper-items-tag__tagcloud-button:hover {
  color: #121212;
  background: #F5F8FA;
}
.blog-details-wrapper-items-tag__title {
  color: #121212;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.blog-details-wrapper-items-tag__social {
  gap: 11px;
  position: relative;
  z-index: 9;
}
.blog-details-wrapper-items-tag__social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  display: block;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border-radius: 999px;
  color: #afafaf;
}
.blog-details-wrapper-items-tag__social a i {
  font-size: 16px;
}
.blog-details-wrapper-items-comments {
  margin-top: 46px;
}
@media only screen and (max-width: 1399px) {
  .blog-details-wrapper-items-comments {
    margin-top: 37px;
  }
}
@media (max-width: 575px) {
  .blog-details-wrapper-items-comments {
    margin-top: 30px;
  }
}
.blog-details-wrapper-items-comments__heading {
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1399px) {
  .blog-details-wrapper-items-comments__heading {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details-wrapper-items-comments__heading {
    font-size: 17px;
  }
}
.blog-details-wrapper-items-comments-single {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 575px) {
  .blog-details-wrapper-items-comments-single {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.blog-details-wrapper-items-comments-single:not(:last-child) {
  margin-bottom: 32px;
}
.blog-details-wrapper-items-comments-single__thumb img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  max-width: 60px;
}
.blog-details-wrapper-items-comments-single-content-head__con-date {
  color: #4A5568;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
}
.blog-details-wrapper-items-comments-single-content-head__con-title {
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 30px;
  letter-spacing: 0%;
  margin-top: 6px;
}
@media only screen and (max-width: 1399px) {
  .blog-details-wrapper-items-comments-single-content-head__con-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details-wrapper-items-comments-single-content-head__con-title {
    font-size: 17px;
  }
}
.blog-details-wrapper-items-comments-single-content-head__icon {
  color: #121212;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
}
.blog-details-wrapper-items-comments-single-content__text {
  color: #4A5568;
  font-family: var(--font_Urbanist);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0%;
  margin-top: 6px;
}
.blog-details-wrapper-items-form {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .blog-details-wrapper-items-form {
    margin-top: 37px;
  }
}
.blog-details-wrapper-items-form__title {
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399px) {
  .blog-details-wrapper-items-form__title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details-wrapper-items-form__title {
    font-size: 17px;
  }
}
.blog-details-wrapper-items-form__contact-clt input,
.blog-details-wrapper-items-form__contact-clt textarea {
  width: 100%;
  outline: none;
  padding: 20px 24px;
  color: #01253D;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  border-radius: 12px;
  background: #F9F9F9;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.blog-details-wrapper-items-form__contact-clt input::placeholder,
.blog-details-wrapper-items-form__contact-clt textarea::placeholder {
  color: #878C8F;
  font-weight: 500;
}
.blog-details-wrapper-items-form__contact-clt input:focus,
.blog-details-wrapper-items-form__contact-clt textarea:focus {
  background: #FFFFFF;
  border-color: #0B79C3;
  box-shadow: 0 0 0 4px rgba(11, 121, 195, 0.1);
}
.blog-details-wrapper-items-form__contact-clt textarea {
  padding-bottom: 95px;
  resize: none;
}
.blog-details-wrapper-items-form__checkbox {
  margin-bottom: 20px;
}
.blog-details-wrapper-items-form__checkbox-single-area {
  display: block;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 575px) {
  .blog-details-wrapper-items-form__checkbox-single-area {
    gap: 4px;
  }
}
.blog-details-wrapper-items-form__checkbox-single-area-text {
  color: #4A5568;
  font-family: var(--font_Urbanist);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;
}
@media (max-width: 575px) {
  .blog-details-wrapper-items-form__checkbox-single-area-text {
    font-size: 15px;
  }
}

/* Premium Modernization additions */
.blog-details-wrapper-items__post-meta {
  list-style: none;
}

.blog-details-wrapper-items__post-date {
  background: linear-gradient(90deg, #0B79C3 0%, #035891 100%);
}

.img-hover-zoom {
  transition: transform 0.5s ease;
}

.blog-details-wrapper-items__thumb:hover .img-hover-zoom {
  transform: scale(1.05);
}

.blog-details-wrapper-items-tag__tagcloud-button:hover {
  background-color: #0B79C3 !important;
  color: white !important;
}

.social-icon:hover {
  background-color: #0B79C3 !important;
  color: white !important;
  transform: translateY(-3px);
}

/*==========================================================================
    Hyper-Modern Shop Details Redesign (shop-details.scss)
==========================================================================*/
.hm-product-details-section {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.hm-product-details-section::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -10%;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, rgba(133, 62, 235, 0.15) 0%, rgba(11, 15, 25, 0) 70%);
  z-index: -1;
  pointer-events: none;
}
.hm-product-details-section::after {
  content: "";
  position: absolute;
  bottom: -10%;
  right: -10%;
  width: 50%;
  height: 50%;
  background: radial-gradient(circle, rgba(0, 229, 255, 0.1) 0%, rgba(11, 15, 25, 0) 70%);
  z-index: -1;
  pointer-events: none;
}

/* Gallery Section */
.hm-product-gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.hm-product-gallery .hm-gallery-main {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}
.hm-product-gallery .hm-gallery-main img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.hm-product-gallery .hm-gallery-main:hover img {
  transform: scale(1.05);
}
.hm-product-gallery .hm-gallery-thumbs {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding-bottom: 10px;
  /* Custom Scrollbar for thumbs */
}
.hm-product-gallery .hm-gallery-thumbs::-webkit-scrollbar {
  height: 6px;
}
.hm-product-gallery .hm-gallery-thumbs::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 4px;
}
.hm-product-gallery .hm-gallery-thumbs::-webkit-scrollbar-thumb {
  background: rgba(133, 62, 235, 0.5);
  border-radius: 4px;
}
.hm-product-gallery .hm-gallery-thumbs .hm-thumb-item {
  cursor: pointer;
  border-radius: 12px;
  overflow: hidden;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.3s ease;
}
.hm-product-gallery .hm-gallery-thumbs .hm-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.hm-product-gallery .hm-gallery-thumbs .hm-thumb-item:hover, .hm-product-gallery .hm-gallery-thumbs .hm-thumb-item.active {
  border-color: #853eeb;
  box-shadow: 0 0 15px rgba(133, 62, 235, 0.4);
}
.hm-product-gallery .hm-gallery-thumbs .hm-thumb-item:hover img, .hm-product-gallery .hm-gallery-thumbs .hm-thumb-item.active img {
  opacity: 1;
}

/* Product Info Glass Panel */
.hm-product-info-glass {
  background: rgba(18, 22, 33, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hm-product-info-glass .hm-product-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(to right, #fff, #aeb5d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
.hm-product-info-glass .hm-product-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #aeb5d1;
}
.hm-product-info-glass .hm-product-meta .hm-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffb800;
  background: rgba(255, 184, 0, 0.1);
  padding: 5px 12px;
  border-radius: 20px;
}
.hm-product-info-glass .hm-product-meta .hm-rating span {
  color: #fff;
  font-weight: 500;
}
.hm-product-info-glass .hm-product-meta .hm-sku {
  background: rgba(255, 255, 255, 0.05);
  padding: 5px 12px;
  border-radius: 20px;
}
.hm-product-info-glass .hm-product-meta .hm-stock {
  color: #00e5ff;
  background: rgba(0, 229, 255, 0.1);
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.hm-product-info-glass .hm-product-meta .hm-stock i {
  font-size: 12px;
}
.hm-product-info-glass .hm-product-price {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 30px;
}
.hm-product-info-glass .hm-product-price .hm-price-current {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.hm-product-info-glass .hm-product-price .hm-price-old {
  font-size: 20px;
  color: #aeb5d1;
  text-decoration: line-through;
  margin-bottom: 5px;
}
.hm-product-info-glass .hm-product-price .hm-price-badge {
  background: linear-gradient(135deg, #ff007a, #853eeb);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 8px;
}
.hm-product-info-glass .hm-product-desc {
  color: #aeb5d1;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.hm-product-info-glass {
  /* Variations (Color, Size) */
}
.hm-product-info-glass .hm-product-options {
  margin-bottom: 35px;
}
.hm-product-info-glass .hm-product-options .hm-option-group {
  margin-bottom: 25px;
}
.hm-product-info-glass .hm-product-options .hm-option-group .hm-option-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.hm-product-info-glass .hm-product-options .hm-option-group .hm-color-list {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hm-product-info-glass .hm-product-options .hm-option-group .hm-color-list .hm-color-item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}
.hm-product-info-glass .hm-product-options .hm-option-group .hm-color-list .hm-color-item::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
.hm-product-info-glass .hm-product-options .hm-option-group .hm-color-list .hm-color-item:hover::after, .hm-product-info-glass .hm-product-options .hm-option-group .hm-color-list .hm-color-item.active::after {
  opacity: 1;
  transform: scale(1);
  border-color: #00e5ff;
}
.hm-product-info-glass .hm-product-options .hm-option-group .hm-size-list {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hm-product-info-glass .hm-product-options .hm-option-group .hm-size-list .hm-size-item {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #aeb5d1;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}
.hm-product-info-glass .hm-product-options .hm-option-group .hm-size-list .hm-size-item:hover, .hm-product-info-glass .hm-product-options .hm-option-group .hm-size-list .hm-size-item.active {
  background: rgba(133, 62, 235, 0.2);
  border-color: #853eeb;
  color: #fff;
  box-shadow: 0 0 15px rgba(133, 62, 235, 0.3);
}
.hm-product-info-glass {
  /* Action Buttons */
}
.hm-product-info-glass .hm-product-actions {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: auto;
}
.hm-product-info-glass .hm-product-actions .hm-quantity-wrap {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px;
  height: 56px;
}
.hm-product-info-glass .hm-product-actions .hm-quantity-wrap .hm-qty-btn {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background 0.3s;
}
.hm-product-info-glass .hm-product-actions .hm-quantity-wrap .hm-qty-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.hm-product-info-glass .hm-product-actions .hm-quantity-wrap .hm-qty-input {
  width: 50px;
  background: transparent;
  border: none;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  outline: none;
}
.hm-product-info-glass .hm-product-actions .hm-quantity-wrap .hm-qty-input::-webkit-inner-spin-button, .hm-product-info-glass .hm-product-actions .hm-quantity-wrap .hm-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hm-product-info-glass .hm-product-actions .hm-btn-add {
  flex: 1;
  height: 56px;
  background: linear-gradient(135deg, #853eeb, #00e5ff);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.hm-product-info-glass .hm-product-actions .hm-btn-add::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.hm-product-info-glass .hm-product-actions .hm-btn-add:hover {
  box-shadow: 0 10px 20px rgba(133, 62, 235, 0.4);
  transform: translateY(-2px);
}
.hm-product-info-glass .hm-product-actions .hm-btn-add:hover::before {
  left: 100%;
}
.hm-product-info-glass .hm-product-actions .hm-btn-wishlist {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hm-product-info-glass .hm-product-actions .hm-btn-wishlist:hover {
  background: rgba(255, 0, 122, 0.1);
  border-color: #ff007a;
  color: #ff007a;
  box-shadow: 0 0 15px rgba(255, 0, 122, 0.3);
}

/* Extra Info Area */
.hm-extra-info {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.hm-extra-info .hm-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #aeb5d1;
  font-size: 14px;
}
.hm-extra-info .hm-info-item i {
  font-size: 16px;
  color: #00e5ff;
  width: 20px;
  text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
  .hm-product-details-section {
    padding: 60px 0;
  }
  .hm-product-info-glass {
    margin-top: 30px;
    padding: 30px;
  }
  .hm-product-actions {
    flex-wrap: wrap;
  }
  .hm-product-actions .hm-quantity-wrap {
    width: 100%;
    justify-content: space-between;
  }
  .hm-product-actions .hm-quantity-wrap .hm-qty-input {
    flex: 1;
  }
  .hm-product-actions .hm-btn-add {
    width: calc(100% - 70px);
    flex: none;
  }
}
/* Stacked Gallery for Shop Details 2 */
.hm-stacked-gallery {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hm-stacked-gallery .hm-stacked-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}
.hm-stacked-gallery .hm-stacked-image-wrapper .hm-stacked-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  display: block;
}
.hm-stacked-gallery .hm-stacked-image-wrapper:hover .hm-stacked-image {
  transform: scale(1.05);
}
.hm-stacked-gallery .hm-stacked-image-wrapper .hm-gallery-badges {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
.hm-stacked-gallery .hm-stacked-image-wrapper .hm-gallery-badges .hm-badge {
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hm-stacked-gallery .hm-stacked-image-wrapper .hm-gallery-badges .hm-badge.new {
  background-color: var(--rr-theme-primary, #00e5ff);
  color: #0b0f19;
}

/* Sticky Product Info */
.hm-sticky-product-info {
  position: sticky;
  top: 120px;
  height: max-content;
}

/* Product Tabs Section (Description, Specs, Reviews) */
.hm-product-tabs-section {
  background: rgba(18, 22, 33, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.hm-product-tabs-section .hm-nav-pills {
  display: flex;
  gap: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 15px;
}
.hm-product-tabs-section .hm-nav-pills .nav-item .hm-nav-link {
  background: transparent;
  border: none;
  color: #aeb5d1;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.hm-product-tabs-section .hm-nav-pills .nav-item .hm-nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
.hm-product-tabs-section .hm-nav-pills .nav-item .hm-nav-link.active {
  color: #fff;
  background: linear-gradient(135deg, #ff007a, #853eeb);
  box-shadow: 0 5px 15px rgba(133, 62, 235, 0.4);
}
.hm-product-tabs-section .hm-tab-content {
  color: #aeb5d1;
}
.hm-product-tabs-section .hm-tab-content .hm-tab-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.hm-product-tabs-section .hm-tab-content .hm-feature-list {
  list-style: none;
  padding: 0;
}
.hm-product-tabs-section .hm-tab-content .hm-feature-list li {
  margin-bottom: 10px;
  font-size: 16px;
}
.hm-product-tabs-section .hm-tab-content .hm-dark-table {
  color: #aeb5d1;
}
.hm-product-tabs-section .hm-tab-content .hm-dark-table th {
  color: #fff;
  font-weight: 600;
  width: 30%;
}
.hm-product-tabs-section .hm-tab-content .hm-dark-table th, .hm-product-tabs-section .hm-tab-content .hm-dark-table td {
  background: transparent;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.hm-product-tabs-section .hm-tab-content .hm-review-item h5 {
  font-size: 18px;
  font-weight: 600;
}
.hm-product-tabs-section .hm-tab-content .hm-review-item .hm-product-rating {
  color: #ffb800;
  font-size: 14px;
}

/* Vertical Image Tabs Gallery for Shop Details 2 */
.hm-vertical-image-tabs {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.hm-vertical-image-tabs .hm-vertical-thumbs {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100px;
  flex-shrink: 0;
}
.hm-vertical-image-tabs .hm-vertical-thumbs .hm-thumb-btn {
  background: transparent;
  border: 2px solid transparent;
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.6;
  width: 100px;
  height: 100px;
}
.hm-vertical-image-tabs .hm-vertical-thumbs .hm-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-vertical-image-tabs .hm-vertical-thumbs .hm-thumb-btn:hover, .hm-vertical-image-tabs .hm-vertical-thumbs .hm-thumb-btn.active {
  opacity: 1;
  border-color: #853eeb;
  box-shadow: 0 0 15px rgba(133, 62, 235, 0.4);
}
.hm-vertical-image-tabs .hm-vertical-main {
  flex-grow: 1;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}
.hm-vertical-image-tabs .hm-vertical-main img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (max-width: 991px) {
  .hm-vertical-image-tabs {
    flex-direction: column-reverse;
  }
  .hm-vertical-image-tabs .hm-vertical-thumbs {
    flex-direction: row;
    width: 100%;
    overflow-x: auto;
  }
  .hm-vertical-image-tabs .hm-vertical-thumbs .hm-thumb-btn {
    width: 80px;
    height: 80px;
  }
}
.coming-soon {
  padding: 180px 0px 180px;
}
.coming-soon-wrapper {
  padding: 93px 130px 93px 100px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: radial-gradient(50% 50% at 50% 50%, #1E6A9E 0%, #01253D 100%);
  box-shadow: 0 40px 80px rgba(1, 37, 61, 0.3);
}
@media only screen and (max-width: 1399px) {
  .coming-soon-wrapper {
    padding: 63px 80px 63px 80px;
  }
}
@media only screen and (max-width: 1399px) {
  .coming-soon-wrapper {
    padding: 63px 70px 63px 70px;
  }
}
@media (max-width: 575px) {
  .coming-soon-wrapper {
    padding: 53px 14px 53px 10px;
  }
}
.coming-soon-content {
  text-align: center;
}
.coming-soon-content__title {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399px) {
  .coming-soon-content__title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .coming-soon-content__title {
    font-size: 45px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .coming-soon-content__title {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .coming-soon-content__title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .coming-soon-content__title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .coming-soon-content__title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.coming-soon-content__text {
  color: #E2E8F0;
  font-family: var(--font_Urbanist);
  font-weight: 500;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.6;
  letter-spacing: 0.2px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .coming-soon-content__text {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .coming-soon-content__text {
    font-size: 15px;
  }
}
.coming-soon-content-wrapper__countdown {
  margin-bottom: 40px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .coming-soon-content-wrapper__countdown {
    gap: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .coming-soon-content-wrapper__countdown {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.coming-soon-content-wrapper__countdown-time-box #days, .coming-soon-content-wrapper__countdown-time-box #hours, .coming-soon-content-wrapper__countdown-time-box #minutes, .coming-soon-content-wrapper__countdown-time-box #seconds {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 25px;
  border-radius: 16px;
  min-width: 100px;
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1199px) {
  .coming-soon-content-wrapper__countdown-time-box #days, .coming-soon-content-wrapper__countdown-time-box #hours, .coming-soon-content-wrapper__countdown-time-box #minutes, .coming-soon-content-wrapper__countdown-time-box #seconds {
    min-width: 80px;
    padding: 14px 14px;
    font-size: 28px;
  }
}
.coming-soon-content-wrapper__countdown-time-box-text {
  color: #E2E8F0;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 1199px) {
  .coming-soon-content-wrapper__countdown-time-box-text {
    font-size: 16px;
  }
}
.coming-soon-content-wrapper__countdown-separator {
  color: #fff;
  font-size: 50px;
  padding-top: 18px;
}
.coming-soon-content__items-text {
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 800;
  font-size: clamp(20px, 1.5vw, 24px);
  line-height: 1.2;
  letter-spacing: -0.5px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .coming-soon-content__items-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .coming-soon-content__items-text {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.coming-soon-content__items-newsletter {
  position: relative;
  padding: 60px 40px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .coming-soon-content__items-newsletter {
    padding: 40px 40px;
  }
}
.coming-soon-content__items-newsletter-box {
  width: 500px;
  position: relative;
  z-index: 5;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 1399px) {
  .coming-soon-content__items-newsletter-box {
    width: 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .coming-soon-content__items-newsletter-box {
    width: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .coming-soon-content__items-newsletter-box {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .coming-soon-content__items-newsletter-box {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .coming-soon-content__items-newsletter-box {
    width: 260px;
  }
}
.coming-soon-content__items-newsletter-box input {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  padding: 14px 200px 14px 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 99px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .coming-soon-content__items-newsletter-box input {
    padding: 13px 180px 13px 24px;
  }
}
@media (max-width: 575px) {
  .coming-soon-content__items-newsletter-box input {
    padding: 13px 150px 13px 20px;
    border-radius: 12px;
  }
}
.coming-soon-content__items-newsletter-box input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.coming-soon-content__items-newsletter-box input:focus {
  background: #FFFFFF;
  color: #01253D;
  border-color: #FFFFFF;
  outline: none;
}
.coming-soon-content__items-newsletter-box input:focus::placeholder {
  color: #A5ADB1;
}
.coming-soon-content__items-newsletter-box button {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 175px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  background: linear-gradient(90deg, #0B79C3 0%, #035891 100%);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(11, 121, 195, 0.3);
  color: #FFFFFF;
  font-family: var(--font_Urbanist);
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}
.coming-soon-content__items-newsletter-box button svg {
  transition: transform 0.3s ease;
}
.coming-soon-content__items-newsletter-box button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(11, 121, 195, 0.4);
}
.coming-soon-content__items-newsletter-box button:hover svg {
  transform: translateX(4px);
}
@media (max-width: 575px) {
  .coming-soon-content__items-newsletter-box button {
    width: 140px;
    height: 52px;
    border-radius: 8px;
  }
}

/* =========================================
   CUSTOM ADDONS
   (Hero4 & Modern Ecosystems)
========================================= */
/* === Modern Hero4 Section (Home 04) === */
.hero4 {
  background: #f4f6f9;
  padding: 120px 0 100px 0;
  min-height: 800px;
  display: flex;
  align-items: center;
}

.hero4__bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.hero4__blob {
  position: absolute;
  filter: blur(80px);
  opacity: 0.6;
  border-radius: 50%;
  animation: float-blob 20s infinite alternate;
}

.hero4__blob--1 {
  background: #0B79C3;
  width: 500px;
  height: 500px;
  top: -100px;
  right: -100px;
}

.hero4__blob--2 {
  background: #764ba2;
  width: 400px;
  height: 400px;
  bottom: -50px;
  left: -50px;
  animation-delay: -5s;
}

.hero4__blob--3 {
  background: #00c6b7;
  width: 300px;
  height: 300px;
  top: 40%;
  left: 30%;
  opacity: 0.4;
  animation-delay: -10s;
}

.hero4__badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  padding: 6px 16px 6px 6px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.hero4__badge-tag {
  background: linear-gradient(135deg, #0B79C3, #00c6b7);
  color: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}

.hero4__badge-text {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.hero4__title {
  font-size: clamp(40px, 4vw, 65px);
  font-weight: 800;
  line-height: 1.1;
  color: #1a1a1a;
  letter-spacing: -1px;
}

.text-gradient {
  background: linear-gradient(135deg, #0B79C3, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hero4__desc {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  max-width: 550px;
}

.theme-btn-modern {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: linear-gradient(135deg, #0B79C3, #00c6b7);
  color: #fff !important;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(11, 121, 195, 0.2);
}

.theme-btn-modern:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(11, 121, 195, 0.3);
}

.theme-btn-modern-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  color: #0B79C3 !important;
  border-radius: 12px;
  border: 1px solid rgba(11, 121, 195, 0.3);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.theme-btn-modern-outline:hover {
  background: #0B79C3;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(11, 121, 195, 0.2);
}

.hero4__stats .stat-value {
  font-size: 32px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 5px;
}

.hero4__stats .stat-label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Glassmorphism Visuals */
.hero4__visual {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero4__glass-card {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.hero4__glass-card--main {
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  position: relative;
  z-index: 2;
}

.hero4__main-img {
  max-width: 120%;
  max-height: 120%;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
}

.hero4__glass-card--small {
  position: absolute;
  bottom: 30px;
  left: 20px;
  padding: 15px 20px;
  border-radius: 16px;
  z-index: 3;
}

.hero4__glass-card--small .icon-box {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.hero4__discount-badge {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #ef4444, #f43f5e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 0 10px 20px rgba(239, 68, 68, 0.3);
  z-index: 3;
  border: 2px solid #fff;
}

.hero4__discount-badge strong {
  font-size: 24px;
  font-weight: 800;
}

/* Animations */
.floating-anim {
  animation: floating 4s ease-in-out infinite;
}

.floating-anim-reverse {
  animation: floating-reverse 5s ease-in-out infinite;
}

.pulse-anim {
  animation: pulse-badge 2s infinite;
}

@keyframes floating {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes floating-reverse {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}
@keyframes float-blob {
  0% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -50px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes pulse-badge {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(239, 68, 68, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
  }
}
@media (max-width: 991px) {
  .hero4 {
    padding: 100px 0 60px 0;
    min-height: auto;
  }
  .hero4__visual {
    margin-top: 60px;
  }
  .hero4__glass-card--main {
    width: 300px;
    height: 300px;
  }
  .hero4__glass-card--small {
    bottom: -10px;
    left: 0;
  }
  .hero4__discount-badge {
    top: 0px;
    right: 0px;
  }
}
/* === Modern Ecosystems Marquee (Home 05) === */
.modern-ecosystems {
  background: linear-gradient(180deg, rgba(245, 248, 250, 0) 0%, rgb(245, 248, 250) 100%);
  padding: 100px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.modern-ecosystems__header {
  margin-bottom: 50px;
}

.modern-ecosystems__subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #0B79C3;
  text-transform: uppercase;
  margin-bottom: 15px;
  background: rgba(11, 121, 195, 0.08);
  padding: 6px 18px;
  border-radius: 50px;
}

.modern-ecosystems__title {
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: -1px;
}

.modern-ecosystems__marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.modern-ecosystems__marquee {
  display: flex;
  gap: 2rem;
}

.modern-ecosystems__marquee-content {
  display: flex;
  gap: 2rem;
  animation: scroll-marquee 25s linear infinite;
  min-width: 100%;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-around;
}

.modern-ecosystems__marquee:hover .modern-ecosystems__marquee-content {
  animation-play-state: paused;
}

.modern-ecosystems__item {
  width: 200px;
  height: 100px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.modern-ecosystems__item img {
  max-width: 65%;
  max-height: 55%;
  filter: grayscale(100%) opacity(0.5);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modern-ecosystems__item:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 20px 40px rgba(11, 121, 195, 0.15);
  border-color: rgba(11, 121, 195, 0.3);
  background: linear-gradient(135deg, #ffffff, #f0f8ff);
}

.modern-ecosystems__item:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.15);
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 2rem));
  }
}
@media (max-width: 768px) {
  .modern-ecosystems__item {
    width: 150px;
    height: 80px;
  }
}
/* === Category Dropdown Menu === */
.category-dropdown {
  position: relative;
}

/* Remove default button behaviors that might cause issues */
.category-dropdown .trigger-btn {
  pointer-events: auto; /* Ensure hover works */
}

.category-submenu {
  position: absolute;
  top: 120%;
  left: 0;
  width: 260px;
  background: #ffffff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 999;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

/* Add a pseudo-element bridge so the hover state isn't lost when moving from button to menu */
.category-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 998;
}

.category-dropdown:hover .category-submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
  transform: translateY(0);
}

.category-submenu li a {
  display: flex;
  align-items: center;
  padding: 12px 25px;
  color: #4A5568;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.25s ease;
  text-decoration: none;
}

.category-submenu li a i {
  margin-right: 15px;
  color: #A0AEC0;
  width: 20px;
  text-align: center;
  font-size: 16px;
  transition: all 0.25s ease;
}

.category-submenu li a:hover {
  background: rgba(11, 121, 195, 0.04);
  color: #0B79C3;
  padding-left: 32px;
}

.category-submenu li a:hover i {
  color: #0B79C3;
}

/* Split Screen Hero - Index2 Luxury Fashion Theme */
.hero-split {
  display: flex;
  min-height: 90vh;
  width: 100%;
  background-color: #fdfaf6;
  position: relative;
  overflow: hidden;
}

.hero-split__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10% 8%;
  position: relative;
  z-index: 2;
}

.hero-split__right {
  flex: 1;
  position: relative;
  min-height: 50vh;
  background-color: #eaddd3;
  /* Soft fashion nude tone */
}

/* Background Image styling */
.hero-split__right-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../imgs/home-2/hero/hero2-thumb1_1.png");
  background-size: cover;
  background-position: center top;
  z-index: 1;
}

/* Typography */
.hero-split__subtitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
  color: #c9a050;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.hero-split__subtitle::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #c9a050;
}

.hero-split__title {
  font-size: clamp(48px, 6vw, 90px);
  font-weight: 800;
  color: #111;
  line-height: 1.1;
  margin: 0 0 30px 0;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.hero-split__title span {
  color: #c9a050;
}

.hero-split__desc {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  max-width: 80%;
  margin-bottom: 45px;
}

/* Button */
.split-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 45px;
  background: #111;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s ease;
  border: 1px solid #111;
  width: fit-content;
}

.split-btn:hover {
  background: #fff;
  color: #111;
  border-color: #111;
}

/* Floating Center Badge */
.hero-split__badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  animation: slowSpin 20s linear infinite;
}

.hero-split__badge-inner {
  text-align: center;
  animation: reverseSpin 20s linear infinite;
}

.hero-split__badge-val {
  font-size: 38px;
  font-weight: 800;
  color: #111;
  line-height: 1;
  margin-bottom: 5px;
}

.hero-split__badge-lbl {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c9a050;
}

@keyframes slowSpin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes reverseSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* Responsive */
@media (max-width: 991px) {
  .hero-split {
    flex-direction: column;
    min-height: auto;
  }
  .hero-split__left {
    padding: 120px 5% 80px;
    align-items: center;
    text-align: center;
  }
  .hero-split__subtitle::before {
    display: none;
  }
  .hero-split__desc {
    max-width: 100%;
  }
  .hero-split__right {
    width: 100%;
    min-height: 60vh;
  }
  .hero-split__badge {
    top: auto;
    bottom: calc(60vh - 70px);
  }
}/*# sourceMappingURL=style.css.map */