
/* Custom Orange Scrollbar */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #FF4D01 0%, #FF7F40 100%);
  border-radius: 6px;
  border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #FF3D00 0%, #FF6F30 100%);
}

/* Firefox scrollbar */
html {
  scrollbar-width: thin;
  scrollbar-color: #FF4D01 #f1f1f1;
}

:root {
  --head-font: "Poppins", sans-serif;
  --para-font: "Roboto", sans-serif;
  --body-color: #FFFFFF;
  --para-color: #4B4B4B;
  --heading-color: #2C1500;
  --section-color: #F5F6F8;
  --gradient-bg: linear-gradient(90deg, #FF4D01 0%, #FF7F40 100%);
}

.collapsing {
  transition: 0.3s;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--para-font);
  background-color: var(--body-color);
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  overflow-x: hidden;
}

section,
footer {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a {
  font-family: var(--head-font);
  color: var(--heading-color);
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.3s;
}
h1 span,
h1 > a span,
h2 span,
h2 > a span,
h3 span,
h3 > a span,
h4 span,
h4 > a span,
h5 span,
h5 > a span,
h6 span,
h6 > a span {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: var(--bs-white);
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}

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

.max-un {
  max-width: unset;
}

.d-rtl {
  direction: rtl;
}

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

button {
  border: none;
  cursor: pointer;
}

.single-input {
  margin-bottom: 25px;
}

input,
textarea {
  padding: 13px 20px;
  color: var(--para-color);
  width: 100%;
  font-family: var(--para-font);
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  outline-color: transparent;
}
input::placeholder,
textarea::placeholder {
  color: #BDBCBC !important;
  opacity: 1;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--heading-color);
}

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

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

select {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  outline: none;
}

textarea {
  min-height: 150px;
  resize: none;
}

span {
  display: inline-block;
}

.table thead th,
.table td,
.table th {
  border: none;
}

.b-none {
  border: none !important;
}

.ovf-unset {
  overflow-x: unset !important;
}

iframe {
  border: 0;
  width: 100%;
}

.shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1,
h1 > a {
  font-size: 76px;
  line-height: 98.8px;
  margin-top: -20px;
}

h2,
h2 > a {
  font-size: 57px;
  line-height: 74.1px;
  margin-top: -16px;
}

h3,
h3 > a {
  font-size: 43px;
  line-height: 55.9px;
  margin-top: -10px;
}

h4,
h4 > a {
  font-size: 32px;
  line-height: 41.6px;
  margin-top: -8px;
}

h5,
h5 > a {
  font-size: 24px;
  line-height: 31.2px;
  margin-top: -6px;
}

h6,
h6 > a {
  font-size: 18px;
  line-height: 23.4px;
  margin-top: -4px;
}

table thead tr th {
  font-size: 18px;
  line-height: 30px;
}

a {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

p,
span,
li,
label {
  margin: 0;
  font-family: var(--para-font);
  color: var(--para-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.dark-sec p, .dark-sec li, .dark-sec h2, .dark-sec h4, .dark-sec h6, .dark-sec a, .dark-sec span {
  color: var(--bs-white);
}

.section-text {
  margin-bottom: 26px;
}

.section-header {
  margin-bottom: 53px;
}

.cus-mar {
  margin-bottom: -30px;
}

.single-box {
  margin-bottom: 30px;
  padding: 30px 15px;
}

.sub-title {
  color: var(--heading-color);
  font-weight: 700;
  margin-bottom: 27px;
}

.title {
  font-weight: 700;
  margin-bottom: 15px;
}

.xxxlr {
  font-size: 32px;
  line-height: 41.6px;
  margin-top: -8px;
}

.xxlr {
  font-size: 26px;
  line-height: 36px;
  margin-top: -7px;
}

.xlr {
  font-size: 24px;
  line-height: 36px;
  margin-top: -7px;
}

.mdr {
  font-size: 16px;
  line-height: 22px;
}

.z-1 {
  z-index: 1;
}

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

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

.mt-30 {
  margin-top: 30px;
}

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

.mt-40 {
  margin-top: 40px;
}

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

.mt-60 {
  margin-top: 60px;
}

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

.mt-80 {
  margin-top: 80px;
}

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

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 60px;
  }
  .mb-60 {
    margin-bottom: 40px;
  }
  .mt-60 {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 60px;
  }
  .mt-80 {
    margin-top: 60px;
  }
  .header-section {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 575px) {
  .pt-120 {
    padding-top: 50px;
  }
}
.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 50px;
  }
}
*::-webkit-scrollbar-track {
  background: #00003e;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background-color: #5732c6;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background: var(--gradient-bg);
  border-radius: 5px;
  color: var(--bs-white);
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}
.scrollToTop.active, .scrollToTop:focus {
  bottom: 30px;
  color: var(--bs-white);
  transform: translateY(0%);
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  overflow: hidden;
  background-color: #020202;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader::before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--gradient-bg);
  animation: expandingCircle 1.5s ease-in-out infinite;
}

@keyframes expandingCircle {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.accordion-button:focus {
  box-shadow: none;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes item {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

/* cmn btn */
.cmn-btn {
  border-radius: 5px;
  font-weight: 600;
  color: var(--bs-white);
  padding: 10px 20px;
  text-transform: uppercase;
  transition: 0.3s all;
  z-index: 0;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cmn-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: var(--gradient-bg);
  z-index: -1;
  transition: 0.3s;
}
.cmn-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid transparent;
  background: var(--vs-white);
  z-index: -1;
  transition: 0.3s;
  transform: translateX(-100%);
}
.cmn-btn:hover, .cmn-btn:focus {
  color: var(--heading-color);
}
.cmn-btn:hover::after, .cmn-btn:focus::after {
  transform: translateX(0);
  border-color: #D3D3D3;
}
.cmn-btn:hover::before, .cmn-btn:focus::before {
  transform: translateX(100%);
}
.cmn-btn.alt {
  color: var(--head-color);
}
.cmn-btn.alt::after {
  transform: translateX(0);
  border-color: transparent;
}
.cmn-btn.alt::before {
  transform: translateX(-100%);
}
.cmn-btn.alt:hover, .cmn-btn.alt:focus {
  color: var(--bs-white);
}
.cmn-btn.alt:hover::after, .cmn-btn.alt:focus::after {
  transform: translateX(100%);
  border-color: transparent;
}
.cmn-btn.alt:hover::before, .cmn-btn.alt:focus::before {
  transform: translateX(0);
}

/* Logo Styling */
.logo {
  height: 45px;
  width: auto;
  max-width: 200px;
}

.header-section .navbar-brand .logo {
  height: 40px;
}

.footer-section .logo {
  height: 50px;
}

.slick-arrow {
  position: absolute;
  outline: none;
  width: 30px;
  height: 30px;
  border-radius: 25px;
  bottom: 0;
  border: 1px solid #D3D3D3;
  background-color: transparent;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}
.slick-arrow i {
  color: #000;
  font-size: 14px;
}
.slick-arrow i::before {
  line-height: 3;
}
.slick-arrow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: var(--gradient-bg);
  z-index: -1;
  transition: 0.3s;
  transform: translateX(-100%);
}
.slick-arrow::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 25px;
  border: 1px solid transparent;
  background: transparent;
  z-index: -1;
  transition: 0.3s;
}
.slick-arrow:hover {
  transition: all 0.5s;
}
.slick-arrow:hover i {
  color: var(--bs-white);
}
.slick-arrow:hover:hover, .slick-arrow:hover:focus {
  color: var(--heading-color);
}
.slick-arrow:hover:hover::after, .slick-arrow:hover:focus::after {
  transform: translateX(100%);
  border-color: #D3D3D3;
}
.slick-arrow:hover:hover::before, .slick-arrow:hover:focus::before {
  transform: translateX(0);
}
.slick-arrow.slick-prev {
  left: calc(50% - 45px);
  transform: rotate(180deg);
  z-index: 2;
}
.slick-arrow.slick-next {
  right: calc(50% - 45px);
}

.slick-initialized {
  line-height: 0;
}

.section-dots {
  text-align: center;
  position: absolute;
  bottom: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 20px);
}
.section-dots li {
  margin: 0 5px;
  display: inline-block;
  list-style: none;
}
.section-dots li .dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #e2d9fd;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 0.3s;
}
.section-dots li .dot .string {
  position: absolute;
  line-height: 0;
  opacity: 0;
}
.section-dots li.slick-active .dot {
  background-color: var(--heading-color);
}

.input-area {
  background-color: var(--bs-white);
  outline: 1px solid #D3D3D3;
  border-radius: 5px;
  padding: 0;
}
.input-area:focus-within {
  outline: 1px solid var(--heading-color);
  border: none;
}
.input-area input {
  padding: 10px;
  border: none;
  background: transparent;
}
.input-area button {
  background-color: transparent;
}

.nice-select {
  border-radius: 10px;
  background-color: #373f4e;
  border: 1px solid #556f9c;
  display: flex;
  align-items: center;
  width: 100%;
  height: initial;
  padding: 12px 20px;
}
.nice-select:hover {
  border-color: #556f9c;
}
.nice-select::after {
  height: 10px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  width: 10px;
}
.nice-select .list {
  width: 100%;
  background: var(--body-color);
  border: 1px solid #556f9c;
}
.nice-select .list:hover {
  color: var(--heading-color);
}
.nice-select .list .option {
  background: transparent;
}
.nice-select .list .option:hover {
  color: var(--hover-color);
}
.nice-select .list .focus {
  background-color: transparent !important;
  color: var(--heading-color);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes ripple2Ani {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(-5px, -5px);
  }
  66% {
    transform: translate(5px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes rippleAni {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(5px, -5px);
  }
  66% {
    transform: translate(-5px, 5px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes stretch {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-color: transparent;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: #020202;
}
.header-section .navbar-toggler {
  padding-right: 0;
  display: none;
  border: none;
}
.header-section .navbar-toggler:focus {
  box-shadow: none;
}
.header-section .navbar-toggler i {
  color: var(--bs-white);
}
.header-section .navbar {
  padding: 23px 15px;
}
.header-section .navbar .navbar-brand {
  margin-right: 70px;
}
.header-section .navbar .navbar-collapse .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
  font-weight: 500;
  padding: 0 10px;
  text-transform: capitalize;
  font-weight: 600;
  background-color: transparent;
  color: var(--bs-white);
  transition: 0.3s;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item:hover,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item.active {
  color: #FF7F40;
  transition: 0.3s;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle {
  margin-right: 15px;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  background-color: #1b222e;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li a {
  display: block;
  padding: 5px 15px;
  transition: 0.3s;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
  margin-left: 5%;
}
.header-section .navbar .navbar-collapse .right-area {
  position: relative;
  margin-left: 20px;
}
.header-section .navbar .navbar-collapse .right-area .single-item .btn-area {
  cursor: pointer;
}
.header-section .navbar .navbar-collapse .right-area .single-item .btn-area i {
  color: var(--bs-white);
}
.header-section .navbar .navbar-collapse .right-area .single-item .search-content {
  position: absolute;
  top: 60px;
  width: 350px;
  right: 0;
  padding: 30px;
  background: var(--bs-white);
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transform: translateY(150px);
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  max-height: 350px;
  overflow-y: scroll;
}
.header-section .navbar .navbar-collapse .right-area .single-item .search-content.active {
  transform: translateY(0px);
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 350px;
  min-height: 100%;
  overflow-y: auto;
  background-color: var(--section-color);
  z-index: 999;
  padding: 40px;
  transform: translateX(100%);
  transition: all 2s;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content.active {
  transform: translateX(0px);
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content ul li {
  border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
  display: flex;
  border: 1px solid #556f9c;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content ul li:hover .abs-area {
  opacity: 1;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content ul li .img-area {
  margin-right: 10px;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content ul li .img-area img {
  width: 100px;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content ul li .abs-area {
  position: absolute;
  right: -5px;
  cursor: pointer;
  top: -10px;
  opacity: 0;
  transition: 0.3s;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content ul li .abs-area i {
  padding: 10px;
  font-size: 16px;
  background: var(--section-color);
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content .close-btn {
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content .close-btn i {
  font-size: 25px;
  color: var(--para-color);
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-content .text-area h6 {
  font-weight: 500;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-overlay {
  position: fixed;
  top: 0;
  right: 0;
  min-height: 100vh;
  min-width: 100vw;
  background-color: rgba(245, 246, 248, 0.5647058824);
  z-index: 99;
  transform: translateX(100%);
  transition: all 2s;
}
.header-section .navbar .navbar-collapse .right-area .single-item .cart-overlay.active {
  transform: translateX(0px);
  z-index: 99;
}
.header-section .navbar .navbar-collapse .right-area .single-item .search-content {
  overflow: auto;
}
.header-section .nav-item.main-navbar .main-menu {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 180px;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}
.header-section .nav-item.main-navbar .main-menu .sub-navbar {
  position: relative;
}
.header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  left: 165px;
  top: 0;
  min-width: 12rem;
}
.header-section .nav-item.main-navbar .main-menu .sub-navbar:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-section .nav-item.main-navbar:hover .main-menu {
  opacity: 1;
  visibility: visible;
  top: 30px;
}

.banner-section .overlay .banner-content {
  padding: 240px 0 170px;
  background-color: #020202;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.banner-section.index {
  overflow-x: clip;
}
.banner-section.index h1 {
  color: var(--bs-white);
}
.banner-section.index h1 span {
  background: var(--gradient-bg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-section.index p {
  color: #D3D3D3;
}
.banner-section.index .price-area {
  margin-top: 33px;
}
.banner-section.index .price-area .cur-price {
  background: var(--gradient-bg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-section.index .cmn-btn {
  color: var(--bs-white);
}
.banner-section.index .cmn-btn:hover,
.banner-section.index .cmn-btn:focus {
  color: var(--bs-white) !important;
}

/* Fix button hover colors for dark backgrounds */
.about-section .cmn-btn:hover,
.about-section .cmn-btn:focus,
.contact-section .cmn-btn:hover,
.contact-section .cmn-btn:focus,
.header-section .cmn-btn:hover,
.header-section .cmn-btn:focus {
  color: var(--bs-white) !important;
}
.banner-section.inner-banner .banner-content {
  padding: 210px 0 120px;
  background-image: none;
}
.banner-section.inner-banner .banner-content h2 {
  color: var(--bs-white);
}
.banner-section.inner-banner .banner-content .main-content .breadcrumb-area {
  margin-top: 12px;
}
.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb li {
  display: flex;
  align-items: center;
  color: var(--bs-white);
  padding: 0;
}

.footer-section {
  background: var(--section-color);
}
.footer-section .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  margin-right: 20px;
}
.footer-section .social a i {
  color: var(--para-color);
}
.footer-section .single-area h4 {
  margin-bottom: 23px;
}
.footer-section .single-area li {
  margin-bottom: 12px;
}
.footer-section .contact-location {
  gap: 10px;
  display: grid;
}
.footer-section .contact-location span {
  display: block;
}
.footer-section .wrapper {
  margin-bottom: -20px;
}
.footer-section .footer-bottom {
  border-top: 1px solid #D3D3D3;
  padding: 30px 0;
}
.footer-section .footer-bottom ul li {
  margin-left: 20px;
}

.features-section .single-box {
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}
.features-section .single-box img {
  margin: auto;
}
.features-section .single-box h5 {
  margin: 24px 0 9px;
}
.features-section .price-rating {
  margin: 25px 0 8px;
}
.features-section .price-rating h6 {
  background: var(--gradient-bg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features-section .price-rating span {
  color: #636363;
}
.features-section .rating-area i {
  color: #FFC700;
}
.features-section .slider {
  padding: 0;
  box-shadow: none;
}
.features-section .footer-area {
  margin-top: 31px;
}
.features-section .bottom-area {
  padding: 30px 30px 30px;
}
.features-section .slick-list {
  margin-bottom: 30px;
}

.about-section {
  background-color: var(--section-color);
  background-image: url(../images/prefooter.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.about-section .container {
  position: relative;
  z-index: 2;
}
.about-section h2 {
  color: #FF7F40 !important;
}
.about-section p {
  color: #ffffff !important;
}
.about-section .single-box {
  background: var(--bs-white);
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  text-align: center;
}
.about-section .single-box h6 {
  margin: 14px 0 4px;
}

.shop-section .single-box {
  padding: 0;
}
.shop-section .single-box h5 {
  margin: 0;
}

.horizental-gallery .single {
  margin: 0 5px;
}
.horizental-gallery img {
  width: 100%;
}

.testimonials {
  background: var(--section-color);
}
.testimonials .single-slide {
  border-radius: 10px;
  text-align: center;
  padding: 0 50px;
  margin-bottom: -8px;
}
.testimonials .img-area img {
  margin: auto;
  border-radius: 50%;
}
.testimonials h5 {
  font-weight: 500;
  margin-top: 20px;
}
.testimonials .star-area {
  margin: 15px 0 14px;
}
.testimonials .star-area i {
  color: #FFB32B;
}

.pagination-area .previous {
  transform: rotate(180deg);
}
.pagination-area .page-btn {
  margin: 0 15px;
}
.pagination-area .page-item .alt {
  width: 40px;
  height: 40px;
  margin: 0 8px;
}
.pagination-area .page-item .alt.active, .pagination-area .page-item .alt:hover {
  color: var(--bs-white);
}
.pagination-area .page-item .alt.active::after, .pagination-area .page-item .alt:hover::after {
  transform: translateX(100%);
  border-color: #D3D3D3;
}
.pagination-area .page-item .alt.active::before, .pagination-area .page-item .alt:hover::before {
  transform: translateX(0);
}

.newsletter {
  background-image: url(../images/prefooter.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.newsletter form button {
  background: transparent;
}

.privacy-content .top-wrapper {
  margin-top: -7px;
  margin-bottom: -7px;
}
.privacy-content .top-wrapper h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.privacy-content .top-wrapper p {
  margin-bottom: 30px;
}
.privacy-content .top-wrapper ul {
  margin-bottom: 20px;
}
.privacy-content .top-wrapper ul li {
  margin-bottom: 10px;
}
.privacy-content .safe-data {
  margin: 55px 0;
}
.privacy-content .safe-data ul {
  list-style-type: decimal;
  margin-left: 18px;
}
.privacy-content .safe-data ul li {
  padding-left: 15px;
}
.privacy-content .safe-data ul li::marker {
  font-weight: bold;
}
.privacy-content .cookies {
  margin-bottom: -36px;
}
.privacy-content.terms .safe-data {
  margin-bottom: -23px;
}

.shop-section {
  overflow-x: initial;
}
.shop-section .sidebar {
  top: 100px;
}
.shop-section .single-input {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 8px;
  background-color: var(--bs-white);
}
.shop-section .single-input .cmn-btn {
  padding: 10px 15px;
}
.shop-section .single-input .cmn-btn:hover {
  color: var(--para-color);
}
.shop-section .single-input input {
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: var(--para-color);
  border: none;
}
.shop-section .single-input input::placeholder {
  color: rgb(68, 84, 141);
}
.shop-section .tags a {
  background-color: #2a3270;
  border-radius: 14px;
  padding: 0 10px;
  margin: 8px 0;
  font-size: 16px;
  text-transform: uppercase;
}
.shop-section .single-item {
  background-color: var(--section-color);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 30px;
}
.shop-section .single-item .thumb {
  border-radius: 10px;
  background: var(--section-color);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-section .single-item.list .profile-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.shop-section .single-item.list .top-area, .shop-section .single-item.list .aurthor-content {
  width: 100%;
}
.shop-section .single-item.list .aurthor-content {
  padding: 25px 20px;
}
.shop-section .single-item h5 {
  margin-top: 20px;
}
.shop-section .single-item .whishlist {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-bg);
}
.shop-section .single-item del {
  color: var(--para-alt-color);
  margin-left: 5px;
}
.shop-section .rangeslide .irs-handle, .shop-section .rangeslide .irs--big .irs-handle.state_hover, .shop-section .rangeslide .irs--big .irs-handle:hover {
  border: none;
  box-shadow: none;
  border-radius: 50%;
  background: var(--gradient-bg) !important;
  width: 24px;
  height: 24px;
}
.shop-section .rangeslide .irs-bar {
  background: var(--gradient-bg);
  border: none;
  height: 8px;
}
.shop-section .rangeslide .irs-line {
  background: none;
  border: none;
  background: rgba(44, 21, 0, 0.3);
  height: 8px;
}
.shop-section .rangeslide .irs-min,
.shop-section .rangeslide .irs-max,
.shop-section .rangeslide .irs-from,
.shop-section .rangeslide .irs-to,
.shop-section .rangeslide .irs-grid {
  display: none;
}
.shop-section .single-sidebar {
  background: var(--section-color);
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.shop-section .star-area a {
  margin: 0;
}
.shop-section .star-area i {
  color: rgb(255, 187, 56);
  font-size: 14px;
}
.shop-section .star-area .blank {
  color: rgba(44, 21, 0, 0.3);
}
.shop-section .star-area .mdr {
  margin-left: 15px;
}
.shop-section .star-area span {
  font-size: 16px;
}
.shop-section .grid-list-head {
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 30px;
  background: var(--section-color);
  cursor: pointer;
}
.shop-section .grid-list-head i {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(99, 100, 142);
  color: rgb(99, 100, 142);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-left: 15px;
}
.shop-section .grid-list-head i.active {
  border-color: transparent;
  color: var(--bs-white);
  background: var(--gradient-bg);
}
.shop-section .all-items {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-section .all-items .single-item {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  transition: 0.5s;
}
.shop-section .all-items .single-item.list {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-section .all-items .single-item.list .profile-area {
  border: none;
}
.shop-section .all-items .single-item.list .right-content {
  margin-left: 40px;
}

.shop-content .slider-for {
  margin-bottom: 25px;
}
.shop-content .slider-for img {
  width: 100%;
}
.shop-content .single-img {
  margin: 0 10px;
}
.shop-content .slider-nav .slick-slide img {
  opacity: 0.3;
}
.shop-content .slider-nav .slick-center img {
  opacity: 1;
}
.shop-content .star-area a {
  margin: 0;
}
.shop-content .star-area i {
  color: rgb(255, 187, 56);
  font-size: 14px;
}
.shop-content .star-area .blank {
  color: rgba(44, 21, 0, 0.3);
}
.shop-content .right-item .description {
  margin: 15px 0 25px;
}
.shop-content .right-item h6 {
  margin: 15px 0 25px;
  font-weight: 500;
}
.shop-content .right-item .delete {
  font-weight: 600;
}
.shop-content .right-item .delete del {
  color: #636363;
}
.shop-content .right-item .social {
  margin-top: 20px;
}
.shop-content .right-item .social a {
  border-radius: 10px;
  background: var(--gradient-bg);
  border: 1px solid transparent;
  transition: 0.3s;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.shop-content .right-item .social i {
  color: var(--bs-white);
}
.shop-content .product-about .cmn-btn.active {
  background: var(--gradient-bg);
  color: var(--bs-white);
  border-color: transparent;
}
.shop-content .content-area {
  border-style: solid;
  border-width: 1px;
  border-color: #D3D3D3;
  border-radius: 20px;
  padding: 30px;
}
.shop-content .content-area .info-area {
  margin-left: 30px;
}
.shop-content .content-area .flag-area {
  margin: 0 20px;
}
.shop-content .content-area .flag-area span {
  text-transform: uppercase;
}
.shop-content .content-area .flag-area img {
  margin-right: 10px;
}
.shop-content .content-area .star-area i,
.shop-content .content-area .star-area span {
  color: #ffbb38;
  font-size: 16px;
}
.shop-content .content-area .info-bottom p {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 18px;
  padding-right: 15px;
}
.shop-content .show-more a {
  border-radius: 5px;
  border: 1px solid #D3D3D3;
  color: var(--para-color);
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
}
.shop-content .add-review .rating-area {
  margin: 15px 0 20px;
}

.value-change .qtySelector {
  width: 155px;
  height: 45px;
  margin-right: 20px;
  background-color: transparent;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid rgb(255, 77, 1);
  border-radius: 20px;
  padding: 3px;
}
.value-change .qtySelector .increaseQty,
.value-change .qtySelector .decreaseQty {
  width: 35px;
  height: 100%;
  float: left;
  cursor: pointer;
  line-height: 2.5;
  color: var(--bs-white);
  transition: all 0.3s;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  background: var(--gradient-bg);
}
.value-change .qtySelector .increaseQty {
  float: right;
}
.value-change .qtySelector .qtyValue {
  border: none;
  padding: 5px;
  width: 65px;
  height: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: var(--bs-white);
  background: var(--gradient-bg);
}

.wishlist-section table {
  border-collapse: separate;
  border-spacing: 0px 20px;
}
.wishlist-section tbody th img {
  width: 150px;
  margin-right: 10px;
}
.wishlist-section tbody td {
  text-align: center;
}
.wishlist-section tr {
  vertical-align: middle;
  background-color: var(--section-color);
}
.wishlist-section tr th {
  text-align: center;
}
.wishlist-section tr th:first-child {
  text-align: start;
}
.wishlist-section thead th {
  padding: 20px;
}

.faqs-section .cus-mar {
  margin-bottom: -20px;
}
.faqs-section .accordion .accordion-item {
  border-radius: 10px;
  border: none;
  background-color: transparent;
  margin-bottom: 30px;
}
.faqs-section .accordion .accordion-item .accordion-button {
  padding: 23px 30px;
  border-radius: 10px;
  background-color: var(--section-color);
  box-shadow: 4px 6.928px 10px 0px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none;
}
.faqs-section .accordion .accordion-item .accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/icon/minus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  right: 35px;
  transition: all ease 0.3s;
}
.faqs-section .accordion .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  right: 25px;
  width: 40px;
  height: 40px;
  background: var(--gradient-bg);
  border-radius: 10px;
}
.faqs-section .accordion .accordion-item .accordion-button.collapsed::after {
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/icon/plus.png);
  background-repeat: no-repeat;
  background-size: 20px;
  transform: rotate(-90deg);
  transition: all ease 0.3s;
}
.faqs-section .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 22px 0 0;
  margin-bottom: -5px;
}

.blog {
  overflow-x: initial;
}
.blog .single-box {
  background-color: var(--section-color);
  padding: 10px;
  border-radius: 5px;
}
.blog .single-box h5 {
  margin: 25px 0 15px;
}
.blog .single-box p {
  margin: 15px 0 10px;
}
.blog .single-box a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog .side-area {
  top: 100px;
}
.blog .side-area .single-area {
  background-color: var(--section-color);
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.blog .side-area h5 {
  margin-bottom: 20px;
}
.blog .side-area h6 {
  font-weight: 600;
}
.blog .side-area .blog-item {
  margin-bottom: 20px;
}
.blog .side-area .blog-item:last-child {
  margin-bottom: 0;
}
.blog .side-area .blog-item img {
  width: 160px;
}
.blog.single .thumb img {
  width: 100%;
}
.blog.single .shop-details h4 {
  margin: 25px 0 15px;
}
.blog.single .shop-details .blackquote {
  background-color: var(--section-color);
  padding: 30px;
  border-radius: 20px;
  margin: 30px 0 25px;
  border-left: 8px solid;
  border-image-slice: 1;
  border-width: 8px;
  border-image-source: var(--gradient-bg);
}
.blog.single .comments {
  margin-top: 30px;
}

@media (max-width: 1799px) {
  .banner-section.index .sec-img img {
    max-width: 95%;
  }
  .banner-section .overlay .banner-content {
    background-size: 75%;
  }
  .about-section {
    background-size: 50% 100%;
  }
}
@media (max-width: 1599px) {
  .banner-section.index .shape-area .social {
    top: 35%;
  }
  .banner-section .overlay .banner-content {
    background-size: 65%;
    background-position: right bottom;
  }
  .newsletter {
    background-size: contain;
  }
}
@media (max-width: 1399px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slick-arrow::before {
    width: 40px;
    height: 40px;
  }
  .section-dots {
    bottom: 53px;
  }
  .banner-section.index .sec-img {
    top: 15%;
  }
  .about-section {
    background-size: 45% 100%;
  }
}
@media (max-width: 1199px) {
  h1, h1 > a {
    font-size: 57px;
    line-height: 74.1px;
    margin-top: -16px;
  }
  h2, h2 > a {
    font-size: 43px;
    line-height: 55.9px;
    margin-top: -10px;
  }
  .preloader {
    background-size: 30%;
  }
  .header-section .navbar .navbar-brand {
    margin-right: 15px;
  }
  .header-section .navbar .navbar-brand img {
    width: 150px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
    font-size: 16px;
  }
  .banner-section .overlay .banner-content {
    padding: 160px 0 90px;
  }
  .banner-section.index .sec-img {
    display: none;
  }
  .about-section {
    background-image: none;
  }
  .about-section .sec-img {
    margin-top: 40px;
  }
  .testimonials .single-slide {
    gap: 30px;
    display: grid;
  }
  .testimonials .top-area {
    margin-bottom: 60px;
  }
  .testimonials h5 {
    margin-top: -10px;
  }
  .testimonials .star-area {
    margin: -15px 0 14px;
  }
  .footer-section .wrapper {
    padding-bottom: 0;
  }
  .footer-section .wrapper .single-area {
    padding-bottom: 50px;
  }
  .shop-content .slider-for {
    margin-bottom: 15px;
  }
  .shop-content .slider-nav {
    margin-bottom: 40px;
  }
  .banner-section.inner-banner .overlay .banner-content {
    padding: 160px 0 70px;
  }
  .shop-content .content-area .flag-area {
    margin: 0 15px;
  }
  .shop-section .single-sidebar {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  h1, h1 > a {
    font-size: 57px;
    line-height: 68.4px;
    margin-top: -16px;
  }
  h2, h2 > a {
    font-size: 43px;
    line-height: 51.6px;
    margin-top: -10px;
  }
  h3, h3 > a {
    font-size: 32px;
    line-height: 38.4px;
    margin-top: -8px;
  }
  h4, h4 > a {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }
  h5, h5 > a {
    font-size: 18px;
    line-height: 22px;
    margin-top: -4px;
  }
  h6, h6 > a, table thead tr th, button, a, p, span, li {
    font-size: 16px;
    line-height: 22px;
  }
  .section-header {
    margin-bottom: 40px;
  }
  .title {
    margin-bottom: 20px;
  }
  .xxxlr {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }
  .xxlr {
    font-size: 20px;
    line-height: 28px;
  }
  .xlr {
    font-size: 18px;
    line-height: 25.5px;
  }
  .cmn-btn [class*=icon-]:before {
    line-height: 1;
  }
  .header-section {
    background-color: #020202;
    border-bottom: 1px solid #3c3c3c;
  }
  .header-section .navbar-toggler {
    display: inline-block;
  }
  .header-section .navbar .navbar-brand {
    margin-top: -5px;
    width: 35%;
  }
  .header-section .navbar .navbar-brand img {
    max-width: 100%;
  }
  .header-section .navbar .navbar-collapse .navbar-nav {
    height: 200px;
    margin: 20px 0;
    overflow-y: auto;
    margin-bottom: 10px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
    left: 60px;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    display: none;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 8px 0;
  }
  .header-section .nav-item.dropdown .dropdown-menu {
    position: initial;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
    display: inline-block;
    margin-left: 130px;
  }
  .header-section .navbar .navbar-collapse .right-area .lang {
    display: none !important;
  }
  .header-section .navbar .navbar-collapse .right-area {
    margin-left: 0;
  }
  .banner-section .overlay .sec-img {
    display: none;
  }
  .banner-section .overlay .img-area img {
    display: none;
  }
  .sec-img {
    direction: initial !important;
    text-align: center;
    margin-top: 30px;
  }
  .sec-img img {
    max-width: 80% !important;
  }
  .banner-section.index .shape-area .shape-1 {
    right: calc(35% - 50px);
    width: 100px;
  }
  .banner-section.index .shape-area .social ul {
    margin-left: 40px;
  }
  .banner-section.index .shape-area .social {
    top: 45%;
  }
  .banner-section.index .shape-area .social ul li {
    margin-bottom: 15px;
  }
  .header-section .navbar .navbar-collapse.show .right-area .single-item .main-area {
    display: block;
  }
  .header-section .navbar .navbar-collapse .right-area .single-item .main-area {
    display: none;
    width: 290px;
    right: 0;
    padding: 40px 15px;
    border-radius: 10px;
  }
  .header-section .navbar .navbar-collapse .right-area .single-item .main-area.active {
    display: block;
  }
  .header-section .navbar .navbar-collapse .right-area .single-item .main-area.search-content {
    left: 0;
    right: initial;
  }
  .newsletter {
    background-size: 0;
  }
  .testimonials .single-slide {
    margin-bottom: 0;
  }
  .testimonials .top-area {
    margin-bottom: 40px;
  }
  .wishlist-section table {
    width: 115%;
    border-spacing: 0px 10px;
  }
  .wishlist-section .cmn-btn {
    margin-top: 20px;
  }
  .blog .side-area {
    margin-top: 40px;
  }
  .privacy-content .top-wrapper h4 {
    margin-bottom: 20px;
  }
  .shop-section .grid-list-head {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .banner-section .overlay .banner-content {
    background-image: none;
  }
  .footer-section .footer-bottom ul {
    gap: 15px;
  }
  .footer-section .footer-bottom ul li {
    margin: 0;
  }
  .footer-section .wrapper .single-area {
    padding-bottom: 40px;
  }
  .wishlist-section table {
    width: 150%;
  }
  .shop-content .content-area .bottom {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  h1, h1 > a {
    font-size: 40px;
    line-height: 46px;
    margin-top: -9px;
  }
  h2, h2 > a {
    font-size: 30px;
    line-height: 36px;
    margin-top: -7px;
  }
  h3, h3 > a {
    font-size: 24px;
    line-height: 28px;
    margin-top: -6px;
  }
  h4, h4 > a {
    font-size: 20px;
    line-height: 24px;
    margin-top: -4px;
  }
  a, p, span, li, .cmn-btn, thead tr th, tbody tr th, tbody tr td, input, label, textarea, h6, h6 > a {
    font-size: 15px;
    line-height: 19px;
  }
  .section-header {
    margin-bottom: 35px;
  }
  .title {
    margin-bottom: 15px;
  }
  .sub-title {
    margin-bottom: 14px;
  }
  .xxxlr {
    font-size: 20px;
    line-height: 24px;
  }
  .xxlr {
    font-size: 18px;
    line-height: 25.5px;
  }
  .xlr {
    font-size: 16px;
    line-height: 22.4px;
  }
  .header-section .navbar {
    padding: 20px 15px;
  }
  .cmn-btn {
    padding: 6px 15px;
  }
  .wishlist-section table {
    width: 170%;
  }
  .wishlist-section .wishlist-head {
    flex-wrap: wrap;
    gap: 15px;
  }
  .shop-section .single-item.list .aurthor-content {
    padding: 0;
  }
  .shop-section .all-items .single-item.list {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
    display: grid;
  }
  .blog.single .shop-details .blackquote {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .input-area input {
    padding: 10px;
  }
  .scrollToTop.active {
    display: none;
  }
  .shop-section .single-box .footer-area {
    padding: 29px 15px 30px;
  }
  .features-section .bottom-area {
    padding: 30px 15px 30px;
  }
  .shop-section .single-box .footer-area {
    padding: 0;
  }
  .testimonials .top-area {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .testimonials .top-area::after {
    width: 40px;
    height: 35px;
    bottom: -34px;
    left: 12%;
  }
  .pagination-area .page-item .alt {
    width: 35px;
    height: 35px;
    margin: 0 5px;
    padding: 0;
  }
  .wishlist-section table {
    width: 210%;
  }
  .shop-section .col-9 {
    width: 100% !important;
  }
  .shop-section .img-area img {
    width: 100%;
  }
  .shop-section .all-items .single-item.list,
.shop-section .all-items .single-item {
    flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
  .shop-content .content-area .info-area {
    margin-left: 10px;
  }
  .shop-content .content-area {
    padding: 15px;
    border-radius: 10px;
  }
  .shop-content .content-area img {
    width: 60px;
  }
  .shop-content .content-area .bottom .reviews-left {
    flex-wrap: wrap;
    gap: 15px;
  }
  .blog .col-8 {
    width: 100% !important;
  }
  .faqs-section .accordion .accordion-item .accordion-button {
    padding: 15px 20px;
    padding-right: 60px;
  }
}
@media (max-width: 375px) {
  .team-members .col-8 {
    width: 100% !important;
  }
  .value-change .qtySelector {
    margin-right: 15px;
  }
  .wishlist-section table {
    width: 250%;
  }
}

/* Giveaway Custom Styles */
.giveaway-form .form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
}

.giveaway-form .form-control:focus {
  border-color: #FF4D01;
  box-shadow: 0 0 0 0.2rem rgba(255, 77, 1, 0.25);
  background-color: #fff;
}

.giveaway-form .form-label {
  color: #2C1500;
  font-weight: 600;
  margin-bottom: 8px;
}

.rule-number {
  font-size: 18px;
  font-weight: bold;
  background: var(--gradient-bg) !important;
  border: none !important;
}

.success-message {
  background: linear-gradient(135deg, #28a745, #20c997) !important;
  border-radius: 10px;
  animation: slideInUp 0.5s ease;
}

@keyframes slideInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Form animations */
.giveaway-form input:focus,
.giveaway-form .form-check-input:focus {
  animation: inputFocus 0.3s ease;
}

@keyframes inputFocus {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

/* Better integration with existing styles */
.features-section .single-box form {
  padding: 40px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* Custom Checkbox Styling */
.giveaway-form .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 4px !important;
  border: 2px solid #d3d3d3;
  background-color: #fff;
  transition: all 0.3s ease;
}

.giveaway-form .form-check-input:checked {
  background-color: #FF4D01;
  border-color: #FF4D01;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.giveaway-form .form-check-input:focus {
  border-color: #FF7F40;
  box-shadow: 0 0 0 0.2rem rgba(255, 77, 1, 0.25);
}

.giveaway-form .form-check-input:hover {
  border-color: #FF7F40;
}

.giveaway-form .form-check-label {
  margin-left: 8px;
  cursor: pointer;
}

/* Car Feature Cards */
.car-features-grid {
  margin-top: 30px;
}

.feature-card {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.feature-card:hover {
  border-color: #FF7F40;
  box-shadow: 0 5px 20px rgba(255, 77, 1, 0.15);
  transform: translateY(-3px);
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: var(--gradient-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
  transform: scale(1.1);
}

.feature-icon i {
  font-size: 22px;
  color: white;
}

.feature-content h6 {
  color: #2C1500 !important;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-content p {
  color: #4B4B4B !important;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Center buttons in sections */
.mt-4 {
  text-align: center;
}

.prize-details .mt-4 {
  text-align: center;
}

/* Feature cards for dark background sections (contact section) */
.about-section .single-box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.about-section .single-box:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 127, 64, 0.5);
  transform: translateY(-2px);
}

.about-section .single-box h6 {
  color: white !important;
}

.about-section .single-box p {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Responsive adjustments for feature cards */
@media (max-width: 768px) {
  .feature-card {
    padding: 20px;
    margin-bottom: 15px;
  }
  
  .feature-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
  }
  
  .feature-icon i {
    font-size: 18px;
  }
  
  .feature-content h6 {
    font-size: 15px;
  }
  
  .feature-content p {
    font-size: 13px;
  }
}

/* Rules Section Styling */
.rules-section {
  background: var(--section-color);
}

.rules-grid {
  margin-top: 20px;
}

.rule-card {
  background: white;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 127, 64, 0.1);
}

.rule-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 77, 1, 0.15);
  border-color: rgba(255, 127, 64, 0.3);
}

.rule-icon {
  width: 70px;
  height: 70px;
  background: var(--gradient-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.rule-card:hover .rule-icon {
  transform: scale(1.1);
}

.rule-icon i {
  font-size: 28px;
  color: white;
}

.rule-content h6 {
  color: #2C1500 !important;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.rule-content p {
  color: #4B4B4B !important;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.highlight-box {
  background: linear-gradient(135deg, #FF4D01, #FF7F40);
  border-radius: 15px;
  padding: 40px;
  color: white;
  box-shadow: 0 10px 30px rgba(255, 77, 1, 0.2);
}

.highlight-box h5 {
  color: white !important;
  font-size: 24px;
  font-weight: 600;
}

.highlight-box p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 16px;
}

.highlight-box .cmn-btn {
  background: transparent;
  color: white !important;
  border: 2px solid white;
}

.highlight-box .cmn-btn:hover {
  background: white !important;
  color: #FF4D01 !important;
  border-color: white;
}

/* Terms and Privacy Page Styles */
.terms-box, .privacy-box {
  background: linear-gradient(145deg, #ffffff 0%, #fafafa 100%);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 
    0 10px 30px rgba(255, 77, 1, 0.08),
    0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 77, 1, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.terms-box::before, .privacy-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FF4D01 0%, #FF7F40 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.terms-box:hover, .privacy-box:hover {
  border-color: rgba(255, 77, 1, 0.25);
  transform: translateY(-8px);
  box-shadow: 
    0 20px 50px rgba(255, 77, 1, 0.15),
    0 8px 25px rgba(0, 0, 0, 0.1);
}

.terms-box:hover::before, .privacy-box:hover::before {
  transform: scaleX(1);
}

.terms-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #FF4D01 0%, #FF7F40 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  box-shadow: 
    0 12px 30px rgba(255, 77, 1, 0.3),
    0 4px 15px rgba(255, 77, 1, 0.2);
  position: relative;
  transition: all 0.3s ease;
}

.terms-icon::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #FF4D01 0%, #FF7F40 100%);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.terms-box:hover .terms-icon::after,
.privacy-box:hover .terms-icon::after {
  opacity: 0.3;
}

.terms-icon i {
  font-size: 32px;
  color: white;
  transition: transform 0.3s ease;
}

.terms-box:hover .terms-icon i,
.privacy-box:hover .terms-icon i {
  transform: scale(1.1);
}

.terms-box h3, .privacy-box h3 {
  color: #2c3e50;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  position: relative;
}

.terms-box h4, .privacy-box h4 {
  color: #FF4D01;
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0 20px 0;
  position: relative;
  padding-left: 15px;
}

.terms-box h4::before, .privacy-box h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: linear-gradient(135deg, #FF4D01 0%, #FF7F40 100%);
  border-radius: 2px;
}

.custom-list {
  list-style: none;
  padding-left: 0;
  margin: 25px 0;
}

.custom-list li {
  padding: 15px 0;
  padding-left: 45px;
  position: relative;
  border-bottom: 1px solid rgba(255, 77, 1, 0.08);
  line-height: 1.7;
  color: #555;
  font-size: 15px;
  transition: all 0.3s ease;
}

.custom-list li:last-child {
  border-bottom: none;
}

.custom-list li:hover {
  color: #333;
  padding-left: 50px;
}

.custom-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 15px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #FF4D01 0%, #FF7F40 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(255, 77, 1, 0.3);
  transition: all 0.3s ease;
}

.custom-list li:hover:before {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(255, 77, 1, 0.4);
}

.contact-info p {
  margin-bottom: 12px;
  font-size: 16px;
  color: #555;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 77, 1, 0.1);
}

.contact-info p:last-child {
  border-bottom: none;
}

.updated-info {
  margin-top: 20px;
  padding: 20px 25px;
  background: linear-gradient(135deg, rgba(255, 77, 1, 0.08) 0%, rgba(255, 127, 64, 0.08) 100%);
  border-radius: 12px;
  display: inline-block;
  border: 1px solid rgba(255, 77, 1, 0.15);
  box-shadow: 0 4px 15px rgba(255, 77, 1, 0.1);
}

/* Enhanced Highlight Box */
.highlight-box {
  background: linear-gradient(135deg, #FF4D01 0%, #FF7F40 100%);
  border-radius: 25px;
  padding: 50px 40px;
  box-shadow: 
    0 20px 60px rgba(255, 77, 1, 0.3),
    0 8px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.highlight-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.highlight-box * {
  position: relative;
  z-index: 1;
}

.highlight-box h4 {
  color: white;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Responsive rules section */
@media (max-width: 768px) {
  .rule-card {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
  
  .rule-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  
  .rule-icon i {
    font-size: 24px;
  }
  
  .rule-content h6 {
    font-size: 16px;
  }
  
  .rule-content p {
    font-size: 14px;
  }
  
  .highlight-box {
    padding: 30px 20px;
  }
  
  .highlight-box h5 {
    font-size: 20px;
  }
}

/* Mobile Banner Background Fix */
@media (max-width: 768px) {
  .banner-section .overlay .banner-content {
    background-size: 80%;
    background-position: center bottom;
    padding: 200px 0 120px;
  }
}

@media (max-width: 576px) {
  .banner-section .overlay .banner-content {
    background-size: 100%;
    background-position: center bottom;
    padding: 180px 0 100px;
  }
}

@media (max-width: 480px) {
  .banner-section .overlay .banner-content {
    background-size: 110%;
    background-position: center bottom;
    padding: 160px 0 80px;
  }
  
  .banner-section.index h1 {
    font-size: 2.5rem;
  }
  
  .banner-section.index .price-area .cur-price {
    font-size: 1.8rem;
  }
}

/* Simplified Footer Styling */
.footer-section {
  background: #020202;
  color: white;
}

.footer-section .footer-area {
  border-top: 3px solid var(--gradient-bg);
  padding-top: 60px;
  padding-bottom: 30px;
}

.footer-section h6 {
  color: white !important;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.8) !important;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.footer-section .social a {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 127, 64, 0.3);
  margin: 0 8px;
}

.footer-section .social a:hover {
  background: var(--gradient-bg);
  border-color: var(--gradient-bg);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 77, 1, 0.4);
}

.footer-section .social a i {
  color: white;
  font-size: 18px;
}

.footer-section .footer-links a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
  padding: 0 8px;
}

.footer-section .footer-links a:hover {
  color: #FF7F40 !important;
}

.footer-section .cmn-btn {
  padding: 12px 30px;
  font-size: 15px;
  font-weight: 600;
}

.footer-section hr {
  border-color: rgba(255, 127, 64, 0.2) !important;
  margin: 40px 0 30px;
}

/* Footer sections spacing */
.footer-section .col-lg-4 {
  padding: 20px;
}

.footer-section .social-links {
  padding: 0 20px;
}

.footer-section .footer-cta {
  padding: 0 20px;
}

/* Smooth Section Transitions */
.rules-section {
  border-bottom: none;
}

.about-prize-section {
  border-bottom: 1px solid rgba(255, 127, 64, 0.1);
}

/* Improved Contact Section Integration */
.contact-section.about-section {
  border-bottom: none;
}

.contact-section .btn-area {
  text-align: center;
  margin-top: 30px;
}

/* Overall Design Flow Improvements */
section {
  position: relative;
}

section:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--gradient-bg);
  border-radius: 2px;
  opacity: 0.5;
}

.rules-section::after,
.footer-section::after {
  display: none;
}

/*# sourceMappingURL=style.css.map */

/* Additional Terms and Privacy Styling */
.terms-section .section-header .title,
.privacy-section .section-header .title {
  background: linear-gradient(135deg, #FF4D01 0%, #FF7F40 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Main page rule icons - keep original styling */
.rules-section .rule-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #FF4D01 0%, #FF7F40 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  box-shadow: 0 8px 25px rgba(255, 77, 1, 0.3);
}

.rules-section .rule-icon i {
  font-size: 30px;
  color: white;
}

/* Terms and Privacy page highlight box icons */
.terms-section .rule-icon,
.privacy-section .rule-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #FF4D01 0%, #FF7F40 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 8px 25px rgba(255, 77, 1, 0.3);
}

.terms-section .rule-icon i,
.privacy-section .rule-icon i {
  font-size: 30px;
  color: white;
}

.btn-area .cmn-btn.alt {
  background: transparent;
  color: #FF4D01;
  border: 2px solid #FF4D01;
}

.btn-area .cmn-btn.alt:hover {
  background: #FF4D01;
  color: white;
}

/* Responsive styles for Terms and Privacy pages */
@media (max-width: 768px) {
  .terms-box, .privacy-box {
    padding: 25px;
    margin-bottom: 25px;
  }
  
  .terms-box h3, .privacy-box h3 {
    font-size: 22px;
  }
  
  .terms-box h4, .privacy-box h4 {
    font-size: 18px;
  }
  
  .custom-list li {
    padding: 12px 0 12px 40px;
    font-size: 14px;
  }
  
  .highlight-box {
    padding: 35px 25px;
    border-radius: 20px;
  }
  
  .highlight-box h4 {
    font-size: 24px;
  }
  
  .terms-icon {
    width: 70px;
    height: 70px;
  }
  
  .terms-icon i {
    font-size: 28px;
  }
  
  .banner-section.index .main-content {
    text-align: left;
  }
  
  .banner-section.index .main-content .title {
    font-size: 2.2rem;
  }
}

/* Mobile Banner Background Fix */
@media (max-width: 768px) {
  .banner-section .overlay .banner-content {
    background-size: 80%;
    background-position: center bottom;
    padding: 200px 0 120px;
  }
}

@media (max-width: 576px) {
  .banner-section .overlay .banner-content {
    background-size: 100%;
    background-position: center bottom;
    padding: 180px 0 100px;
  }
}

@media (max-width: 480px) {
  .banner-section .overlay .banner-content {
    background-size: 110%;
    background-position: center bottom;
    padding: 160px 0 80px;
  }
  
  .banner-section.index h1 {
    font-size: 2.5rem;
  }
  
  .banner-section.index .price-area .cur-price {
    font-size: 1.8rem;
  }
}