@import url("../../../../../css2");
:root {
  --head-font: "Poppins", sans-serif;
  --para-font: "Roboto", sans-serif;
  --body-color: #FFFFFF;
  --para-color: #4B4B4B;
  --heading-color: #150A00;
  --section-color: linear-gradient(90deg, #E0EAFF 1.33%, #F5F8FF 66.98%);
  --primary-color: #4B4B4B;
}

.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: var(--bs-white);
  border: 1px solid var(--heading-color);
  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(--primary-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;
}

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

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

@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(--primary-color);
  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: visible;
  background: url(../images/preloader.gif) no-repeat center center;
  background-size: 30%;
  background-color: #FFFFFF;
}

.icon-svg {
  position: relative;
}
.icon-svg img {
  opacity: 1;
  position: absolute;
}
.icon-svg svg {
  position: absolute;
  stroke-dashoffset: 1500;
  stroke-dasharray: 1500;
  transform: scale(1);
  transition: transform 0.3s, fill 0.5s;
  opacity: 0;
  visibility: hidden;
}
.icon-svg:hover svg {
  visibility: visible;
  opacity: 1;
  stroke-dashoffset: 0;
  fill: transparent;
  transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
}
.icon-svg:hover img {
  opacity: 0;
  visibility: hidden;
}

.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(--primary-color);
  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: #D3D3D3;
}
.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: #D3D3D3;
}
.cmn-btn.alt:hover::before, .cmn-btn.alt:focus::before {
  transform: translateX(0);
}

.slick-arrow {
  position: absolute;
  outline: none;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  bottom: calc(50% - 20px);
  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: 18px;
}
.slick-arrow i::before {
  line-height: 2;
}
.slick-arrow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: var(--primary-color);
  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% - 70px);
  transform: rotate(180deg);
  z-index: 2;
}
.slick-arrow.slick-next {
  right: calc(20% - 60px);
}
.slick-arrow.slick-next i {
  color: var(--bs-white);
}

.section-dots {
  text-align: center;
  position: absolute;
  right: 8%;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  bottom: calc(50% - 70px);
}
.section-dots li {
  margin: 0 5px;
  display: inline-grid;
  list-style: none;
}
.section-dots li .number {
  color: #BDBCBC;
}
.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 .number {
  color: var(--bs-white);
  font-weight: 500;
}
.section-dots li.slick-active .dot {
  background-color: var(--heading-color);
}

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

.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: var(--bs-white);
}
.header-section.index .right-area .btn-area i {
  color: var(--bs-white) !important;
}
.header-section.index .right-area .alt {
  color: var(--bs-white);
}
.header-section.index .right-area .alt:hover {
  color: var(--bs-white) !important;
}
.header-section.header-fixed .right-area .alt,
.header-section.header-fixed .right-area .btn-area i {
  color: var(--heading-color) !important;
}
.header-section.header-fixed .right-area .alt:hover {
  color: var(--bs-white) !important;
}
.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(--heading-color);
}
.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;
  font-family: var(--head-font);
  color: var(--heading-color);
  transition: 0.3s;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item:hover {
  color: #2C4269;
  transition: 0.3s;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item.active {
  color: #2C4269;
}
.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 .nav-link.dropdown-toggle::after {
  position: absolute;
  content: "C";
  border: none;
  font-family: "arafat font";
  font-weight: 400;
  font-size: 14px;
}
.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  background-color: var(--bs-white);
}
.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(--heading-color);
}
.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: 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-color: 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 .carousel-single {
  position: relative;
}
.banner-section .slick-slide .carousel-single::before,
.banner-section .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] .carousel-single::before {
  transform: translate(580px, 0);
  position: absolute;
  content: "";
  width: 35%;
  height: 100%;
  right: 0;
  background: var(--primary-color);
  z-index: -1;
  opacity: 0;
  transition: all ease 3s;
}
.banner-section .slick-center .carousel-single::before,
.banner-section .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] .carousel-single::before {
  transform: translate(0, 0);
  opacity: 1;
}
.banner-section .banner-content {
  padding: 170px 0;
  background-color: var(--section-color);
}
.banner-section .social {
  right: 5%;
  bottom: -15%;
}
.banner-section .social p {
  color: var(--bs-white);
  margin-right: 15px;
}
.banner-section .social li {
  border: 1px solid #BDBCBC;
  border-radius: 25px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.banner-section .social i {
  font-size: 16px;
  color: var(--bs-white);
}
.banner-section.index {
  overflow-x: clip;
  background-color: var(--section-color);
}
.banner-section.index h1 span {
  color: var(--primary-color);
}
.banner-section.index .price-area {
  margin-top: 23px;
}
.banner-section.index .price-area .cur-price {
  color: var(--primary-color);
}
.banner-section.inner-banner .banner-content {
  padding: 210px 0 120px;
  background: var(--section-color);
}
.banner-section.inner-banner .banner-content h2 {
  color: var(--heading-color);
}
.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(--heading-color);
  padding: 0;
}
.banner-section.inner-banner .banner-content .main-content .breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "D";
  display: inline-block;
  font-family: "arafat font";
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  padding: 0 15px;
}

.footer-section {
  background: var(--primary-color);
}
.footer-section .social a {
  margin-left: 20px;
}
.footer-section .social a i {
  color: var(--bs-white);
}
.footer-section .single-box {
  padding: 0;
  display: flex;
  align-items: center;
}
.footer-section .contact-location {
  gap: 10px;
  display: grid;
}
.footer-section .newsletter {
  background: var(--bs-white);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 30px;
}
.footer-section .newsletter p {
  color: var(--para-color);
}
.footer-section .footer-bottom {
  padding: 30px 0;
}
.footer-section .footer-bottom ul li {
  margin-left: 20px;
}

.features-section .single-box {
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgba(211, 211, 211, 0.4);
  transition: 0.3s;
}
.features-section .single-box:hover {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}
.features-section .single-box h4 {
  margin: 24px 0 9px;
}
.features-section .btn-area {
  margin-bottom: -8px;
}
.features-section .btn-area a {
  color: var(--primary-color);
}

.about-section {
  background-color: var(--section-color);
}
.about-section li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin-bottom: 5px;
}
.about-section li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 7px;
  height: 7px;
  background: #447DFF;
  border-radius: 5px;
}
.about-section .btn-area {
  margin-top: 30px;
}
.about-section .sec-img {
  margin: -24px 0 -35px;
}

.product-structure .single-box {
  text-align: center;
  border: 1px solid rgba(211, 211, 211, 0.4);
  transition: 0.3s;
}
.product-structure .single-box:hover {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  border-color: transparent;
}
.product-structure .single-box h5 {
  margin: 24px 0 9px;
}
.product-structure .single-box p {
  margin: auto;
  width: 80%;
}

.product-analysis {
  background-color: var(--section-color);
}

.shop-section .single-box {
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 20px;
}
.shop-section .single-box .price-rating {
  margin: 20px 0 25px;
}
.shop-section .single-box .price .cur-price {
  color: var(--primary-color);
}
.shop-section .single-box .star-area .fa-star {
  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);
}

.testimonials {
  background-color: #f8f9fa;
  padding: 40px 0;
}

.testimonial-carousel {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Grid Layout */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

/* Review Card */
.single-content {
  width: 100%;
}

.single-slide {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.single-slide:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Review Content */
.designation {
  position: relative;
}

.designation h5 {
  color: #2C4269;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.designation p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.designation p strong {
  color: #2C4269;
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
}

/* Adjust spacing between reviews */
.designation p:last-of-type {
  margin-bottom: 15px;
}

/* Star Rating */
.star-area {
  display: flex;
  gap: 2px;
  margin-top: 12px;
}

.star-area i {
  color: #FFB32B;
  font-size: 14px;
}

/* Navigation Arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-arrow:hover {
  background: #2C4269;
}

.slick-arrow:hover i {
  color: white;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .slick-arrow {
    display: none !important;
  }
}

.testimonial-carousel .slick-dots {
  bottom: -40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.testimonial-carousel .slick-dots li {
  margin: 0;
}

.testimonial-carousel .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ddd;
  text-indent: -9999px;
  transition: all 0.3s ease;
}

.testimonial-carousel .slick-dots li.slick-active button {
  background: #2C4269;
  transform: scale(1.2);
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .testimonial-carousel .slick-slide {
    width: calc(100% - 20px) !important;
  }
  
  .testimonial-carousel .slick-dots {
    bottom: -30px;
  }
}

/* Add padding to container to account for dots */
.testimonials {
  padding-bottom: 60px;
}

/* Review Card */
.single-content {
  padding: 10px;
}

.single-slide {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
  height: 100%;
}

.single-slide:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* User Info */
.designation {
  position: relative;
  padding-right: 30px;
}

.designation h5 {
  color: #2C4269;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.designation p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.designation p strong {
  color: #2C4269;
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
}

/* Adjust spacing between reviews */
.designation p:last-of-type {
  margin-bottom: 15px;
}

/* Quote Icon */
.comma-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}

.comma-area img {
  opacity: 0.2;
  width: 100%;
  height: auto;
}

/* Star Rating */
.star-area {
  display: flex;
  gap: 2px;
  margin-top: 12px;
}

.star-area i {
  color: #FFB32B;
  font-size: 14px;
}

/* Review Counter */
.review-counter {
  text-align: center;
  margin: 30px 0 20px;
}

.review-counter h4 {
  color: #2C4269;
  font-size: 20px;
  font-weight: 600;
}

/* Navigation Arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-arrow:hover {
  background: #2C4269;
}

.slick-arrow:hover i {
  color: white;
}

/* Write Review Button */
.testimonials .cmn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2C4269;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.2s ease;
  margin-top: 20px;
}

.testimonials .cmn-btn:hover {
  background: #1a2942;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (min-width: 992px) {
  .testimonial-carousel .slick-track {
    display: flex !important;
  }
  
  .single-content {
    height: inherit !important;
  }
}

@media (max-width: 991px) {
  .testimonials {
    padding: 30px 0;
  }
  
  .single-slide {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .testimonials {
    padding: 20px 0;
  }
  
  .slick-arrow {
    display: none !important;
  }
  
  .designation h5 {
    font-size: 16px;
  }
  
  .designation p {
    font-size: 13px;
  }
}

@media (max-width: 1799px) {
  .banner-section.index .sec-img img {
    max-width: 75%;
  }
  .banner-section .slick-slide .carousel-single::before, .banner-section .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] .carousel-single::before {
    width: 35%;
  }
}
@media (max-width: 1599px) {
  .banner-section.index .sec-img img {
    max-width: 70%;
  }
  .banner-section .section-dots {
    right: 5%;
  }
  .banner-section .slick-arrow.slick-next {
    right: calc(20% - 90px);
  }
}
@media (max-width: 1399px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slick-arrow::before {
    width: 40px;
    height: 40px;
  }
  .banner-section .slick-arrow.slick-prev {
    left: calc(60% - 80px);
  }
  .banner-section .slick-arrow.slick-next {
    right: calc(20% - 110px);
  }
  .banner-section .slick-slide .carousel-single::before, .banner-section .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] .carousel-single::before {
    width: 30%;
  }
  .shop-section .single-box {
    display: grid;
  }
  .shop-section .single-box .img-area img {
    width: 100%;
  }
  .shop-section .single-box .side-area {
    padding: 10px;
  }
  .testimonials .comma-area img {
    width: 100px;
  }
}
@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: 30px;
  }
  .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: 180px 0 90px;
  }
  .banner-section.index .shape-area .shape-3 {
    top: 15%;
    width: 80px;
  }
  .testimonials .single-slide {
    gap: 30px;
    display: grid;
  }
  .banner-section .slick-slide .carousel-single::before, .banner-section .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] .carousel-single::before {
    width: 33%;
  }
  .testimonials .star-area {
    margin: 0;
  }
  .testimonials .single-slide {
    gap: 10px;
  }
  .testimonials .comma-area img {
    width: 100px;
  }
  .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: #a19a9a!important;
  }
  .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 .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
    right: 0;
  }
  .header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
    display: inline-block;
    margin-left: 130px;
  }
  .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 .right-area .lang {
    display: none !important;
  }
  .header-section .navbar .navbar-collapse .right-area {
    margin-left: 0;
  }
  .header-section .cmn-btn.alt {
    color: var(--head-color) !important;
  }
  .header-section .cmn-btn.alt:hover {
    color: var(--bs-white) !important;
  }
  .header-section .navbar .navbar-collapse .right-area .single-item .btn-area i {
    color: var(--head-color) !important;
  }
  .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;
  }
  .banner-section .slick-slide .carousel-single::before, .banner-section .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] .carousel-single::before {
    width: 100%;
    height: 35%;
    bottom: 0;
  }
  .banner-section .slick-arrow {
    display: none !important;
  }
  .banner-section .section-dots {
    bottom: calc(20% - 70px);
  }
  .banner-section .social {
    right: 5%;
    bottom: -12%;
  }
  .product-analysis .cus-pad {
    padding-bottom: 0 !important;
  }
  .product-analysis .sec-img {
    margin-bottom: 60px;
  }
  .input-area input {
    padding: 5px 15px;
  }
  .about-section .sec-img {
    margin: 20px 0 -27px;
  }
  .testimonials .slick-list {
    padding-bottom: 65px !important;
  }
  .footer-area .single-box .logo {
    width: 120px;
  }
  .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) {
  .footer-section .footer-bottom ul {
    gap: 15px;
  }
  .footer-section .footer-bottom ul li {
    margin: 0;
  }
  .footer-section form {
    margin-top: 25px;
  }
  .footer-section .wrapper .single-area {
    padding-bottom: 40px;
  }
  .footer-section .social a {
    margin-right: 20px;
    margin-left: initial;
  }
  .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 25px;
  }
  .cmn-btn::after {
    width: 103%;
  }
  .banner-section .banner-content {
    padding: 170px 0 130px;
  }
  .banner-section .social {
    right: 18%;
  }
  .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;
  }
  .shop-section .col-9 {
    width: 100% !important;
  }
  .shop-section .img-area img {
    width: 100%;
  }
  .scrollToTop.active {
    display: none;
  }
  .shop-section .single-box .footer-area {
    padding: 29px 15px 30px;
  }
  .pagination-area .page-item .alt {
    width: 35px;
    height: 35px;
    margin: 0 5px;
    padding: 0;
  }
  .product-structure .img-area,
.features-section .img-area {
    width: 80px;
    margin: auto;
  }
  .features-section .col-9 {
    width: 100% !important;
  }
  .footer-section .newsletter {
    padding: 30px 15px;
  }
  .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) {
  .testimonials .single-slide {
    padding: 15px 10px 10px;
    margin: 15px 20px;
  }
  .value-change .qtySelector {
    margin-right: 15px;
  }
  .wishlist-section table {
    width: 250%;
  }
}/*# sourceMappingURL=style.css.map */

.overlay-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s;
  overflow: hidden;
}

/* Stil pentru popup */
.popup {
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 12px;
  max-width: 95%;
  width: 400px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
  transform: scale(0.8);
  opacity: 0;
  animation: slideIn 0.4s forwards;
  font-family: Arial, sans-serif;
}
/* Popup „Solicită o prezentare” – nu preia opacity:0 din .popup (rămâne vizibil și clickabil) */
.overlay-pop .popup {
  opacity: 1;
  transform: translateY(0);
  animation: none;
}

/* Stil pentru titlul popup */
.popup h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
}

/* Stil pentru inputuri */
.popup input[type="text"],
.popup input[type="tel"] {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
}

/* Stil pentru butonul de trimitere */
.popup button[type="submit"] {
  background-color: #007bff;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  margin-top: 10px;
  transition: background-color 0.3s, transform 0.3s;
}

.popup button[type="submit"]:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}

/* Stil pentru butonul de închidere */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  transition: color 0.3s;
}

.close-btn:hover {
  color: #999;
}

/* Animații */
@keyframes slideIn {
  from {
      transform: scale(0.8);
      opacity: 0;
  }
  to {
      transform: scale(1);
      opacity: 1;
  }
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

/* Responsivitate pe mobil */
@media (max-width: 600px) {
  .popup {
      width: 90%;
  }

  .popup input[type="text"],
  .popup input[type="tel"] {
      font-size: 14px;
  }

  .popup button[type="submit"] {
      font-size: 14px;
  }
}

.offert-title {
  font-size: 41px;
}

.offert-background {
  display: none; /* Ascuns inițial */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fundal semi-transparent */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: fadeIn 0.5s ease-in-out; /* Animație de apariție */
}

/* Animație pentru fundal */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Stilizare pentru fereastra offert */
.offert-box {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: slideIn 0.5s ease-out; /* Animație de intrare */
}

/* Animație pentru fereastra offert */
@keyframes slideIn {
  from { transform: translateY(-20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Stilizare pentru butonul de close */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

/* Stilizare pentru imagine */
.offert-image {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 15px;
}

/* Stilizare pentru input */
.offert-box input[type="tel"] {
  width: 100%;
  padding: 10px;
  margin-top: 15px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

/* Stilizare pentru butonul de submit */
.offert-box button {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease; /* Animație de schimbare de culoare */
}

.offert-box button:hover {
  background-color: #0056b3;
}

/* Responsivitate pentru mobil */
@media (max-width: 600px) {
  .offert-box {
      max-width: 90%;
      padding: 15px;
  }

  .offert-box h2 {
      font-size: 1.2em;
  }

  .offert-box p {
      font-size: 1em;
  }
}

/* Modern Popup Styles */
.offert-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(5px);
  animation: fadeIn 0.3s ease;
}

.offert-box {
  background: linear-gradient(145deg, #ffffff, #f5f5f5);
  padding: 30px;
  border-radius: 20px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: slideUp 0.4s ease;
  transform: translateY(0);
}

.offert-title {
  font-size: 28px;
  color: #2C4269;
  margin-bottom: 15px;
  font-weight: 600;
}

.offert-box p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 16px;
}

.offert-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.offert-box input[type="tel"] {
  width: 100%;
  padding: 15px;
  margin: 15px 0;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.offert-box input[type="tel"]:focus {
  border-color: #007BFF;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
  outline: none;
}

.offert-box button:not(.close-btn) {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(45deg, #007BFF, #0056b3);
  color: white;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-top: 10px;
}

.offert-box button:not(.close-btn):hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  font-size: 24px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.close-btn:hover {
  background: #f5f5f5;
  color: #333;
  transform: rotate(90deg);
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

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

/* Mobile Responsiveness */
@media (max-width: 600px) {
  .offert-box {
    padding: 20px;
    width: 95%;
  }

  .offert-title {
    font-size: 24px;
  }

  .offert-box p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .offert-box input[type="tel"] {
    padding: 12px;
    font-size: 14px;
  }

  .offert-box button:not(.close-btn) {
    padding: 12px;
    font-size: 14px;
  }

  .close-btn {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}

/* Modern Close Button Styles */
.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 2;
}

/* Create X icon using pseudo-elements */
.close-btn::before,
.close-btn::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #666;
  transition: all 0.3s ease;
}

.close-btn::before {
  transform: rotate(45deg);
}

.close-btn::after {
  transform: rotate(-45deg);
}

/* Hover effects */
.close-btn:hover {
  background-color: #f8f9fa;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  transform: rotate(180deg);
}

.close-btn:hover::before,
.close-btn:hover::after {
  background-color: #333;
}

/* Active state */
.close-btn:active {
  transform: rotate(180deg) scale(0.95);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Focus state for accessibility */
.close-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25), 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Mobile optimization */
@media (max-width: 600px) {
  .close-btn {
    top: -12px;
    right: -12px;
    width: 36px;
    height: 36px;
  }

  .close-btn::before,
  .close-btn::after {
    width: 16px;
  }
}

/* Modern Reviews Section */
.testimonials {
  background-color: #f8f9fa;
  padding: 40px 0;
}

.testimonial-carousel {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Grid Layout */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

/* Review Card */
.single-content {
  width: 100%;
}

.single-slide {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.single-slide:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Review Content */
.designation {
  position: relative;
}

.designation h5 {
  color: #2C4269;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.designation p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.designation p strong {
  color: #2C4269;
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
}

/* Adjust spacing between reviews */
.designation p:last-of-type {
  margin-bottom: 15px;
}

/* Star Rating */
.star-area {
  display: flex;
  gap: 2px;
  margin-top: 12px;
}

.star-area i {
  color: #FFB32B;
  font-size: 14px;
}

/* Navigation Arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-arrow:hover {
  background: #2C4269;
}

.slick-arrow:hover i {
  color: white;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .slick-arrow {
    display: none !important;
  }
}

.testimonial-carousel .slick-dots {
  bottom: -40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.testimonial-carousel .slick-dots li {
  margin: 0;
}

.testimonial-carousel .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ddd;
  text-indent: -9999px;
  transition: all 0.3s ease;
}

.testimonial-carousel .slick-dots li.slick-active button {
  background: #2C4269;
  transform: scale(1.2);
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .testimonial-carousel .slick-slide {
    width: calc(100% - 20px) !important;
  }
  
  .testimonial-carousel .slick-dots {
    bottom: -30px;
  }
}

/* Add padding to container to account for dots */
.testimonials {
  padding-bottom: 60px;
}

/* Review Card */
.single-content {
  padding: 10px;
}

.single-slide {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
  height: 100%;
}

.single-slide:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* User Info */
.designation {
  position: relative;
  padding-right: 30px;
}

.designation h5 {
  color: #2C4269;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.designation p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.designation p strong {
  color: #2C4269;
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
}

/* Adjust spacing between reviews */
.designation p:last-of-type {
  margin-bottom: 15px;
}

/* Quote Icon */
.comma-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}

.comma-area img {
  opacity: 0.2;
  width: 100%;
  height: auto;
}

/* Star Rating */
.star-area {
  display: flex;
  gap: 2px;
  margin-top: 12px;
}

.star-area i {
  color: #FFB32B;
  font-size: 14px;
}

/* Review Counter */
.review-counter {
  text-align: center;
  margin: 30px 0 20px;
}

.review-counter h4 {
  color: #2C4269;
  font-size: 20px;
  font-weight: 600;
}

/* Navigation Arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-arrow:hover {
  background: #2C4269;
}

.slick-arrow:hover i {
  color: white;
}

/* Write Review Button */
.testimonials .cmn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2C4269;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.2s ease;
  margin-top: 20px;
}

.testimonials .cmn-btn:hover {
  background: #1a2942;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (min-width: 992px) {
  .testimonial-carousel .slick-track {
    display: flex !important;
  }
  
  .single-content {
    height: inherit !important;
  }
}

@media (max-width: 991px) {
  .testimonials {
    padding: 30px 0;
  }
  
  .single-slide {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .testimonials {
    padding: 20px 0;
  }
  
  .slick-arrow {
    display: none !important;
  }
  
  .designation h5 {
    font-size: 16px;
  }
  
  .designation p {
    font-size: 13px;
  }
}

.gallery .single-box {
  padding: 0;
}

.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: var(--bs-white);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 30px;
}
.shop-section .single-item .thumb {
  border-radius: 10px;
  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(--primary-color);
}
.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 {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  background-color: var(--primary-color) !important;
  width: 24px;
  height: 24px;
}
.shop-section .rangeslide .irs-bar {
  background: var(--primary-color);
  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 {
  margin-bottom: 30px;
  background: var(--bs-white);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 30px;
}
.shop-section .single-sidebar .single-input {
  border: 1px solid #D3D3D3;
}
.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-color: 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(--primary-color);
}
.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 {
}

.testimonials .slick-prev {
  left: -25px;
}

.testimonials .slick-next {
  right: -25px;
}

.testimonials .slick-arrow i {
  color: #2C4269;
  font-size: 20px;
  transition: all 0.3s ease;
}

.testimonials .slick-arrow:hover {
  background: #2C4269;
  transform: translateY(-50%) scale(1.1);
}
.testimonials .slick-arrow:hover i {
  color: white;
}

/* Review counter styling */
.review-counter {
  text-align: center;
  margin-top: 40px;
}

.review-counter h4 {
  color: #2C4269;
  font-weight: 600;
  font-size: 24px;
}

/* Fix for slick-track spacing */
.testimonials .slick-track,
.testimonials .slick-list {
  width: 100% !important;
  transform: none !important;
}

.testimonial-carousel {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.testimonial-carousel .slick-slide {
  width: 100% !important;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 0 !important;
  top: 0;
  pointer-events: none;
}

.testimonial-carousel .slick-slide.slick-active {
  opacity: 1;
  position: relative;
  pointer-events: all;
}

/* Keep your existing grid layout */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
