
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html,
body {
  scroll-behavior: auto !important;
  overflow-x: hidden;
}

body {
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  background-color: var(--white-color);
  line-height: var(--body-line-Height);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
  padding: 0;
}

ul li {
  list-style: none;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}

a:hover {
  color: var(--title-color);
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: var(--p-line-Height);
}

@media (max-width: 767px) {
  p {
    line-height: 1.73;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.5;
  margin: -0.25em 0 15px 0;
}

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 40px;
}

.h3,
h3 {
  font-size: 36px;
}

.h4,
h4 {
  font-size: 30px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 20px;
}

@view-transition {
  navigation: auto;
}

/* Large screens */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 40px;
  }

  .h2,
  h2 {
    font-size: 36px;
  }

  .h3,
  h3 {
    font-size: 30px;
  }

  .h4,
  h4 {
    font-size: 24px;
  }

  .h5,
  h5 {
    font-size: 20px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}

/* Small screens */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }

  .h2,
  h2 {
    font-size: 30px;
  }

  .h3,
  h3 {
    font-size: 26px;
  }

  .h4,
  h4 {
    font-size: 22px;
  }

  .h5,
  h5 {
    font-size: 18px;
  }

  .h6,
  h6 {
    font-size: 16px;
  }
}


:root {
	 --theme-color: #d16655;
	 --secondary-color: #bd7579;
	 --title-color: #2e4a5b;
	 --body-color: #f8ebe5;
	 --text-color: #505050;
	 --smoke-color: #f3ecdc;
	 --black-color: #000;
	 --white-color: #fff;
	 --yellow-color: #fec624;
	 --success-color: #28a745;
	 --error-color: #dc3545;
	 --border-color: #e6edfd;
	 --title-font: "Josefin Sans", sans-serif;
	 --body-font: "Poppins", sans-serif;
	 --icon-font: "Font Awesome 6 Pro";
	 --main-container: 1320px;
	 --main-container2: 1760px;
	 --main-container3: 1340px;
	 --main-container4: 1920px;
	 --container-gutters: 30px;
	 --section-space: 80px;
	 --section-space-mobile: 60px;
	 --section-title-space: 60px;
	 --ripple-ani-duration: 5s;
}
 .home-five, .home-four {
	 --theme-color: #0037ff;
	 --smoke-color: #f6f7fc;
}
 
.hero-layout1 {
  background-color: var(--theme-color);
  position: relative;
  overflow: hidden;
}
.hero-layout1 .hero-content {
  position: relative;
  z-index: 1;
  border-radius: 13px 0 0 13px;
}
.hero-layout1 .hero-content .vs-btn2 {
  text-transform: uppercase;
  border: 2px solid #65B047;
  padding: 2px 5px 2px 28px;
  background: linear-gradient(85deg, rgba(23,167,191,1) 0%, rgba(103,184,70,1) 72%);
}
.hero-layout1 .hero-content .vs-btn2:hover {
  color: var(--title-color);
  border-color: var(--theme-color);
}
.hero-layout1 .hero-content .vs-btn2:hover i {
  color: var(--title-color);
  background-color: var(--white-color);
}
.hero-layout1.style2 {
  background-color: var(--white-color);
}
.hero-layout1.style2 .hero-item {
  border-radius: 20px;
  overflow: hidden;
  padding: 100px 0;
}

.hero-item {
  position: relative;
  padding: 170px 0 148px;
}

.hero-subtitle {
  color: var(--theme-color);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--title-font);
  text-transform: capitalize;
  display: inline-flex;
  align-items: end;
  margin-bottom: 38px;
  line-height: 150%;
}
.hero-subtitle .icon {
  margin-right: 12px;
}

.hero-title {
    font-size: 64px;
    color: var(--title-color);
    text-transform: capitalize;
    line-height: 66px;
    margin-bottom: 20px;
}
.hero-title .title-highlight {
  color: var(--theme-color);
  position: relative;
}
.hero-title .title-highlight::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 6px;
  height: 2px;
  background-color: var(--theme-color);
}

.hero-item2 {
  padding: 115px 0;
}
.hero-item2.style2 {
  padding: 240px 0;
  border-bottom: 5px solid var(--theme-color);
}

.hero-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-right: 40px;
    line-height: 22px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.hero-layout3 {
  position: relative;
  max-height: 638px;
  background: linear-gradient(90deg, rgb(248, 235, 229) 0%, rgba(209, 102, 85, 0.43) 100%);
  overflow: hidden;
}
.hero-layout3 .hero-item {
  position: relative;
  padding: 100px 0 100px 335px;
}
.hero-layout3 .hero-img {
  animation-delay: 0.5s;
}
.hero-layout3 .offer-price {
  color: var(--text-color);
  font-weight: 700;
  font-size: 16px;
  animation-delay: 0.5s;
}
.hero-layout3 .hero-content {
  padding-left: 60px;
}
.hero-layout3 .hero-title {
  animation-delay: 0.5s;
}
.hero-layout3 .hero-text {
  padding-right: 0;
  animation-delay: 0.7s;
}
.hero-layout3 .vs-btn {
  padding: 17px 36px;
  animation-delay: 0.9s;
}
.hero-layout3 .slick-current {
  --animation-name: slideinup;
}

.element1 {
  animation: sway-left 4s infinite ease-in-out;
}
.element2 {
  animation: sway-left 6s infinite ease-in-out;
}

/* Responsive Breakpoints */
@media (max-width: 1299px) {
  .hero-layout3 {
    height: auto;
    overflow: hidden;
    max-height: 100%;
    padding: 80px 0;
  }
  .hero-layout3 .hero-item {
    padding: 0;
  }
  .hero-layout3 .hero-content {
    margin-left: 0;
    padding: 0;
  }
  .hero-layout3 .hero-btns {
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .hero-layout3 .hero-title {
    margin: 0;
  }
  .hero-layout3 .hero-item {
    text-align: center;
  }
  .hero-layout3 .hero-content {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 52px;
  }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 25px;
        line-height: 27px;
    }
  .hero-item {
    position: relative;
    padding: 80px 0;
  }
  .hero-layout1 .hero-content {
    padding: 40px 0 50px 30px;
  }
  .hero-layout1.style2 .hero-content {
    padding: 0;
  }
}
.vs-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    padding: 17px 41px;
    border-radius: 30px;
    letter-spacing: 0;
    z-index: 1;
    overflow: hidden;
}
.vs-btn::after,
.vs-btn::before {
  width: 103%;
  height: 103%;
  content: "";
  margin: auto;
  position: absolute;
  top: -2%;
  left: 0%;
  background: var(--title-color);
  transition: all ease 0.5s;
  z-index: -1;
  border-radius: inherit;
}
.vs-btn:before {
  transform: rotateX(90deg);
}
.vs-btn:after {
  transform: rotateY(90deg);
}
.vs-btn > i {
    margin-right: 11px;
}
.vs-btn:hover {
  color: var(--white-color);
}
.vs-btn:hover:before {
  transform: rotateX(0);
}
.vs-btn:hover:after {
  transform: rotateY(0);
}

.vs-icon {
  min-width: 60px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 2px solid var(--white-color);
  color: var(--white-color);
  font-size: 24px;
  background-color: transparent;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}
.vs-icon i {
  color: var(--white-color);
  font-weight: 400;
  transition: all 0.5s ease;
}
.vs-icon:hover {
  color: var(--theme-color);
  border-color: var(--white-color);
  background-color: var(--white-color);
}
.vs-icon:hover i {
  color: var(--theme-color);
}

.icon-btn {
  padding: 0;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 10px;
  transition: all ease 0.4s;
  position: relative;
  z-index: 1;
}
.icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

.icon-btn2 {
  padding: 0;
  font-size: var(--icon-font-size, 20px);
  width: var(--icon-size, 80px);
  height: var(--icon-size, 60px);
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  background-color: transparent;
  border-radius: 30px;
  transition: all ease 0.4s;
  position: relative;
  z-index: 1;
}
.icon-btn2 i {
  font-size: 24px;
  font-weight: 500;
}
.icon-btn2:hover {
  background-color: var(--theme-color);
  border-color: transparent;
  color: var(--white-color);
}
.icon-btn2:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1.001);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: none;
  background-color: transparent;
  padding: 0;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 120px);
  height: var(--icon-size, 120px);
  line-height: var(--icon-size, 120px);
  font-size: var(--icon-font-size, 1.5em);
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn::after,
.play-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-color);
  border-radius: 50%;
  transition: all ease 0.4s;
  z-index: -1;
}
.play-btn::after {
  animation-delay: 2s;
}
.play-btn.style3 i,
.play-btn.style2 i {
  --icon-size: 60px;
  border-radius: 5px;
  --icon-font-size: 18px;
}
.play-btn.style2 > i {
  --icon-size: 120px;
  --icon-font-size: 48px;
  border-radius: 0;
  background-color: var(--theme-color);
}
.play-btn.style2::after,
.play-btn.style2::before {
  border-radius: 0px;
  background-color: var(--theme-color);
}
.play-btn.style2:hover > i,
.play-btn.style2:hover::before,
.play-btn.style2:hover::after {
  background-color: var(--theme-color);
}
.play-btn.style3 i {
  background-color: rgba(14, 89, 242, 0.7);
}
.play-btn.style3::after,
.play-btn.style3::before {
  display: none;
}
.play-btn.style4 {
  --icon-size: 120px;
  --icon-font-size: 30px;
}
.play-btn.style4::after,
.play-btn.style4::before,
.play-btn.style4 i {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.play-btn.style5 i {
  border-radius: 0;
  --icon-size: 120px;
  --icon-font-size: 30px;
}
.play-btn.style5::after,
.play-btn.style5::before {
  border: 2px solid var(--theme-color);
  background-color: transparent;
  border-radius: 0;
}
.play-btn.style6 {
  --icon-size: 60px;
  --icon-font-size: 18px;
}
.play-btn:hover::after,
.play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--title-color);
  color: var(--white-color);
}

.link-btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
}
.link-btn i {
  margin-left: 7px;
  font-size: 0.9rem;
}
.link-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover::before {
  width: 100%;
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
}
.scroll-btn::before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: transparent;
  border-radius: inherit;
  z-index: 1;
  border: 2px dashed var(--theme-color);
  animation: spin 13s infinite linear;
}
.scroll-btn:focus i,
.scroll-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 96;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

/* Responsive Queries */
@media (max-width: 1199px) {
  .play-btn.style4 {
    --icon-size: 80px;
    --icon-font-size: 20px;
  }
}

@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
  .icon-btn2 {
    width: 60px;
    height: 40px;
  }
  .icon-btn2 i {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .vs-icon {
    min-width: 50px;
    min-height: 50px;
    font-size: 20px;
  }
}
.about-layout1 .about-img {
  border-radius: 20px;
  overflow: hidden;
}

.about-layout1 .about-img img {
  transform: scale(1);
  transition: all 0.5s ease;
  width: 100%;
}

.about-layout1 .about-img:hover img {
  transform: scale(1.1);
}

.about-layout1 .sec-title {
    max-width: 25ch;
    font-size: 39px;
    color: var(--title-color);
    text-transform: capitalize;
    line-height: 43px;
    margin-bottom: 20px;
}
.about-layout1 .about-text {
    color: var(--text-color);
    max-width: 85ch;
    font-size: 14px;
    line-height: 22px;
}
.about-layout1 .about-text {
  color: var(--text-color);
  max-width: 65ch;
}

.about-layout1 .title-area {
  margin-bottom: calc(var(--section-title-space) - 35px);
}

.about-layout1 .list-style1 {
  margin-bottom: 40px;
}

.about-layout1 .list-style1 .list-unstyled {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.about-layout1 .list-style1 .list-unstyled li {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: #565656;
  font-family: var(--title-font);
  padding-left: 50px;
  line-height: 40px;
}

.about-layout1 .list-style1 .list-unstyled li i {
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  text-align: center;
  color: var(--white-color);
  border-radius: 10px;
}

.about-layout1 .about-box {
  display: inline-flex;
  align-items: center;
}

.about-layout1 .about-box .about-img {
  margin-right: 30px;
}

.about-layout1 .vs-btn {
  padding: 12px 34px;
}

/* ------------------ VIDEO SECTION ------------------ */
.video-style1 {
  padding: 140px 0;
}

.video-style1 .sec-title {
  color: var(--white-color);
  font-size: 40px;
  max-width: 15ch;
  margin: 0 auto 50px auto;
}

.video-style1 .video-btn .play-btn i {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.video-style1 .video-btn .play-btn:hover i {
  color: var(--theme-color);
  background-color: var(--white-color);
}

.video-style1 .video-btn .play-btn:hover::before,
.video-style1 .video-btn .play-btn:hover::after {
  background-color: var(--white-color);
}

/* ------------------ AUTHOR DETAILS ------------------ */
.author-details .author-img {
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}

.author-details .author-img img {
  transform: scale(1);
  transition: all 0.5s ease;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.author-details .author-img:hover img {
  transform: scale(1.1);
}

.author-details .author-content .text {
  color: var(--text-color);
}

.author-details .social-title {
  font-size: 30px;
}

.author-details .author-social {
  margin-top: 45px;
}

.author-details .border-line {
  bottom: 0;
  left: 50%;
  max-width: 90%;
  transform: translate(-50%, -50%);
}

/* ------------------ MEDIA QUERIES ------------------ */

/* Medium-large screens (example breakpoint ~1200px) */
@media (max-width: 1399px) {
  .about-layout1 .list-style1 .list-unstyled li {
    align-items: flex-start;
  }
}

/* Large screens (example breakpoint ~992px) */
@media (max-width: 1199px) {
  .about-layout1 .sec-title {
    font-size: 32px;
    max-width: 100%;
  }

  .about-layout1 .list-style1 .list-unstyled li {
    align-items: center;
    line-height: inherit;
  }

  .about-layout1 .list-style1 .list-unstyled li i {
    top: auto;
  }
}

/* Small screens (example breakpoint ~768px) */
@media (max-width: 767px) {
  .about-layout1 .list-style1 .list-unstyled li {
    font-size: 16px;
  }

  .video-style1 {
    padding: 80px 0;
  }
}

/* Extra small screens (example breakpoint ~576px) */
@media (max-width: 575px) {
  .about-layout1 .about-box {
    display: block;
  }

  .about-layout1 .about-box .about-img {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .about-layout1 .list-style1 .list-unstyled {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.space,
.space-top {
  padding-top: var(--space);
}

.space,
.space-bottom {
  padding-bottom: var(--space);
}

.space-extra,
.space-extra-top {
  padding-top: var(--space-extra);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: var(--space-extra);
}

.custom-space-bottom {
  padding-bottom: 145px;
}

/* ---------- Responsive (Medium breakpoint) ---------- */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--space-mobile);
  }

  .space,
  .space-bottom {
    padding-bottom: var(--space-mobile);
  }

  .space-extra,
  .space-extra-top {
    padding-top: var(--space-mobile-extra);
  }

  .space-extra,
  .space-extra-bottom {
    padding-bottom: var(--space-mobile-extra);
  }

  .space-top-md-none {
    padding-top: 0;
  }
}


.product-style1 {
  height: 100%;
}

.product-style1 .product-img {
  position: relative;
  margin-bottom: 15px;
}

.product-style1 .product-img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 74, 91, 0.4); /* #2e4a5b65 */
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.product-style1 .product-img img {
  width: 100%;
}

.product-style1 .post-box {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.product-style1 .product-btns {
  position: absolute;
  top: 10px;
  right: 10px;
}

.product-style1 .product-btns .icon-btn {
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #d16655; /* $theme-color */
  background-color: #ffffff; /* $white-color */
  margin-bottom: 10px;
}

.product-style1 .product-btns .icon-btn:last-child {
  margin-bottom: 0;
}

.product-style1 .product-btns .icon-btn:hover {
  color: #ffffff; /* $white-color */
  background-color: #d16655; /* $theme-color */
}

.product-style1 .product-btns .cart {
  visibility: hidden;
  opacity: 0;
}

.product-style1:hover .product-img::after {
  visibility: visible;
  opacity: 1;
}

.product-style1:hover .product-btns .cart {
  visibility: visible;
  opacity: 1;
}

/* style2 */
.product-style1.style2 {
  display: inline-flex;
  align-items: center;
}

.product-style1.style2 .product-img {
  margin-right: 20px;
  margin-bottom: 0;
  max-width: 195px;
  width: 100%;
}

.product-style1.style2 .product-img img {
  width: 100%;
}

.product-style1.style2 .product-title {
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 5px;
}

.product-style1.style2 .product-title a {
  color: #333333; /* $title-color */
}

.product-style1.style2 .product-title a:hover {
  color: #d16655; /* $theme-color */
}

.product-style1.style2 .product-author {
  margin-bottom: 13px;
}

.product-style1.style2 .price-list {
  margin-bottom: 15px;
}

.product-style1.style2 .price-list li {
  font-size: 20px;
  font-weight: 700;
}

.product-style1.style2 .price-list li del {
  font-size: 16px;
  font-weight: 500;
}

.product-style1.style2 .vs-btn {
  font-weight: 700;
  padding: 12px 25px;
  letter-spacing: 1px;
}

.product-style1.style2 .star-rating {
  margin-bottom: 6px;
  gap: 2px;
}

/* post-box */
.post-box {
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.post-box li {
  list-style: none;
  display: inline-block;
  font-size: 12px;
  background-color: #d16655; /* $theme-color */
  padding: 0px 10px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #ffffff; /* $white-color */
}

.post-box li:last-child {
  background-color: #333333; /* $title-color */
}

/* product-rating */
.product-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-rating .star {
  color: #666666; /* $text-color */
  font-size: 14px;
}

.product-rating .star i {
  color: #d16655; /* $theme-color */
}

/* price-list */
.price-list {
  padding: 0;
  margin-bottom: 0;
  display: inline-flex;
}

.price-list li {
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 700;
  color: #d16655; /* $theme-color */
  font-family: "Poppins", sans-serif; /* $title-font */
}

.price-list li del {
  font-size: 12px;
  font-weight: 500;
  color: #666666; /* $text-color */
  margin-right: 5px;
}

/* product-author */
.product-author {
  font-size: 14px;
  color: #666666; /* $text-color */
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}

.product-author strong {
  font-weight: 500;
}

/* product-title */
.product-title {
  font-size: 20px;
  font-family: "Poppins", sans-serif; /* $title-font */
  margin-bottom: 0;
  line-height: 100%;
}

.product-title a {
  color: #333333; /* $title-color */
}

.product-title a:hover {
  color: #d16655; /* $theme-color */
}

/* offer-style1 */
.offer-style1 {
    padding: 40px;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
}

.offer-style1 .star-rating {
  margin-bottom: 15px;
}

.offer-style1 .star-rating i {
  font-size: 14px;
  color: #d16655; /* $theme-color */
}

.offer-style1 .offer-price {
  display: block;
  font-family: "Poppins", sans-serif; /* $title-font */
  font-weight: 700;
  color: #666666; /* $text-color */
  margin-bottom: 20px;
}

.offer-style1 .offer-price span {
  display: inline-block;
  color: #d16655; /* $theme-color */
}

.offer-style1 .offer-title {
    margin-bottom: 5px;
    font-size: 19px;
}

.offer-style1 .vs-btn {
  font-weight: 700;
  padding: 12px 31px;
}

.offer-style1.white-style .star-rating i {
  color: #ffffff; /* $white-color */
}

.offer-style1.white-style .offer-price {
  color: #ffffff; 
}

.offer-style1.white-style .offer-price span {
  color: #ffffff;
}

.offer-style1.white-style .offer-title {
  color: #ffffff;
}

.offer-style1.white-style .vs-btn {
  color: #d16655; /* $theme-color */
  background-color: #ffffff; /* $white-color */
}

.offer-style1.white-style .vs-btn:hover {
  color: #ffffff;
}

.offer-style1 .offer-img {
  position: relative;
  display: inline-block;
  perspective: 1000px;
}

.offer-style1 .offer-img img {
  display: block;
  width: 100%;
  height: auto;
  transform: rotateX(0deg);
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  transform-origin: center;
  border-radius: 10px;
}

.offer-style1:hover .offer-img img {
  transform: rotateX(-12deg);
}

/* Additional layouts and banner styles are similar */
/* Media queries conversion */

@media (max-width: 1200px) { /* xl */
  .offer-style1 {
    padding: 40px 30px;
  }
  .offer-style1 .offer-title {
    font-size: 28px;
  }
  .product-style1.style2 .product-img {
    max-width: 130px;
  }
}

@media (max-width: 992px) { /* lg */
  .offer-style1 {
    text-align: center;
  }
  .offer-style1 .offer-title {
    font-size: 32px;
  }
  .product-sidebar .post-title {
    font-size: 20px;
  }
  .product-sidebar {
    padding:
  }
}

.feature-icon {
  width: 100%;
  max-width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--theme-color);
  border-radius: 20px;
  display: block;
  text-align: center;
}

.feature-title {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
}

.feature-title a {
  color: #333333; /* $title-color */
  transition: all 0.5s ease;
}

.feature-text {
    color: #666666;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s ease;
    letter-spacing: 0;
    padding-top: 9px;
    line-height: 22px;
}

/* Feature Style 1 */
.feature-style1 {
    background-color: var(--body-color);
    padding: 14px 28px 14px 15px;
    border-radius: 20px;
    border-bottom: 3px solid var(--theme-color);
    display: inline-flex;
    align-items: center;
    text-align: left;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.feature-style1 .feature-icon {
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
}

.feature-style1 .feature-icon img {
  position: absolute;
  top: 50%;
  left: 25%;
  transition: all 0.5s ease;
}

.feature-style1 .feature-icon .icon-1 {
  transform: translateY(-50%);
}

.feature-style1 .feature-icon .icon-2 {
  transform: translateY(185%);
}

.feature-style1:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.feature-style1:hover .feature-icon {
  background-color: #ffffff; /* $white-color */
}

.feature-style1:hover .feature-icon .icon-1 {
  transform: translateY(-185%);
}

.feature-style1:hover .feature-icon .icon-2 {
  transform: translateY(-50%);
}

.feature-style1:hover .feature-title  {
  color: #ffffff; /* $white-color */
}

.feature-style1:hover .feature-text {
  color: #ffffff; /* $white-color */
}

/* Feature Style 2 */
.feature-style2 {
  text-align: center;
}

.feature-style2 .feature-img {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin-bottom: 25px;
  position: relative;
}

.feature-style2 .feature-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.feature-style2 .feature-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  background: linear-gradient(179deg, rgba(209, 102, 85, 0) 0%, rgba(209, 102, 85, 0.71) 100%);
  transition: all 0.5s ease;
}

.feature-style2 .feature-title {
  font-size: 20px;
}

.feature-style2 .feature-title:hover a {
  color: #d16655; /* $theme-color */
}

.feature-style2:hover .feature-img::after {
  height: 100%;
}

.feature-style2:hover .feature-img img {
  transform: scale(1.1);
}

/* XL breakpoint */
@media (max-width: 1200px) {
  .feature-style1 {
    padding: 20px;
  }
}

/* Mobile XS breakpoint */
@media (max-width: 399px) {
  .feature-style2 .feature-title {
    font-size: 15px;
  }
}
.space, .space-top {
    padding-top: var(--section-space);
}
.title-area.animation-style1 h5 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 20px;
    color: #2e4a5b;
}

h2.sec-title.text-title.title-anime__title span {
    color: var(--theme-color);
    display: block;
}

.section-padding {
    padding: 80px 0;
}
.bg-one {
    background-color: #f5ebe6;
}

.m-50px-t {
    margin-top: 50px;
}
.booksv1__img:not(:last-child) {
    margin-bottom: 20px;
}

.booksv1__img img {
    border-radius: 5px;
}
.booksv1__item--text h3 {
    transition: 0.3s;
    margin-bottom: 0;
    font-size: 20px;
    color: #2e4a5b;
}
.booksv1__contnet--badge {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #c27b7f;
    font-weight: 600;
}
.bg-one {
    background-color: var(--body-color);
    margin-top: 78px;
}

.booksv1__item--icon {
    width: 60px;
    height: 60px;
    background-color: #d16655;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 3px #995449;
    transition: 0.3s;
    font-size: 19px;
    border-radius: 5px;
}

.booksv1__item:not(:last-child) {
    margin-bottom: 25px;
}
.booksv1__item {
    display: grid;
    grid-template-columns: auto 1fr;
}
.booksv1__item--text {
    margin-left: 20px;
}

.booksv1__item--text p {
    color: #222;
    font-size: 14px;
}

.section-title-center span {
    max-width: 25ch;
    font-size: 39px;
    color: var(--title-color);
    text-transform: capitalize;
    line-height: 54px;
    margin-bottom: 20px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
}

.section-title-center h2 {
    color: var(--theme-color);
    display: block;
    max-width: 25ch;
    font-size: 39px;
    font-weight: 700;
}
.breadcumb-menu span {
  display: inline-block;
  list-style: none;
  position: relative;
}

.breadcumb-menu span:after {
  content: "//";
  position: relative;
  font-size: 16px;
  color: var(--title-color);
  padding: 0 5px 0 10px;
}

.breadcumb-menu span:last-child:after {
  display: none;
}

.breadcumb-menu span {
  white-space: normal;
  color: var(--theme-color);
  word-break: break-word;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 20px;
  font-family: var(--title-font);
  display: inline-flex;
  align-items: center;
}

.breadcumb-menu span a {
  color: var(--title-color);
}

.breadcumb-menu span a:hover {
  color: var(--theme-color);
}

@media (max-width: 576px) {
  .breadcumb-menu span:after {
    font-size: 20px;
    padding-top: 4px;
  }

  .breadcumb-menu span {
    font-size: 14px;
  }
}

.breadcumb-menu-wrap {
  text-align: center;
}

.breadcumb-title {
    color: var(--title-color);
    margin-bottom: 16px;
    font-size: 51px;
    line-height: 24px;
    text-align: center;
    padding-top: 31px;
}

@media (max-width: 576px) {
  .breadcumb-title {
    margin-bottom: 0px;
  }
}

.breadcumb-text {
  color: var(--silver-color);
  margin-bottom: 0;
  max-width: 50%;
  font-size: 22px;
}

@media (max-width: 992px) {
  .breadcumb-text {
    max-width: 73%;
  }
}

@media (max-width: 768px) {
  .breadcumb-text {
    max-width: 90%;
  }
}

@media (max-width: 576px) {
  .breadcumb-text {
    max-width: 100%;
    font-size: 17px;
  }
}

.breadcumb-wrapper {
    padding: 92px 0;
    background-color: var(--title-color);
    position: relative;
    z-index: 1;
    padding-top: 133px;
    padding-bottom: 33px;
    background-size: cover;
    background-position: center;
}

@media (max-width: 992px) {
  .breadcumb-wrapper {
    padding: 100px 0;
  }
}

@media (max-width: 576px) {
  .breadcumb-wrapper {
    padding: 50px 0;
  }
}

@media (max-width: 992px) {
  .breadcumb-title {
    max-width: 100%;
    font-size: 40px;
  }

  .breadcumb-menu {
    margin-top: 15px;
  }
}
.collection p {
    color: #222;
    font-size: 15px;
}

.collection h2 {
    font-size: 19px;
}

.privacy p {
    color: #222;
    font-size: 15px;
}

section.contact-section p {
    color: #222;
}

section.contact-section p a {
    color: #222;
}