@charset "UTF-8";
/*
@File: Renius Template Styles

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

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

/*--------------------------------
=========Table Of Contents========

1.  General Styles 
2.  Back To Top Button CSS
3.  Preloader CSS
4.  Button & Link CSS
5.  Section Title, Overlay & Shape CSS
6.  Pagination CSS
7.  Breadcrumb CSS
8.  Hero CSS
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Exo:ital,wght@0,100..900;1,100..900&family=Martian+Mono:wght@100..800&display=swap");
:root {
  --primaryFont: "DM Sans", sans-serif;
  --secondaryFont: "Exo", sans-serif;
  --optionalFont: "Martian Mono", monospace;
  --primaryColor: #ff2e17;
  --secondaryColor: #fbbd06;
  --optionalColor: #2d1c22;
  --paraColor: #555;
  --titleColor: #000;
  --whiteColor: #fff;
  --offwhiteColor: rgba(255, 255, 255, 0.5);
  --altoColor: #ddd;
  --fontSize: 16px;
  --aztechColor: #111828;
  --darkChocolateColor: #121212;
  --charcoalColor: #30363d;
  --codColor: #12131b;
  --darkborder: #4c4c4c;
  --borderColor: rgba(255, 255, 255, 0.18);
  --darkParaColor: #c0c0c0;
  --slateGrayColor: #2a3439;
  --fontSize: 16px;
  --transition: all ease 0.5s;
  --text_secondary: #ff2e17;
}

/*---------------------------------
    General Styles
-----------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}
.container {
  width: 80%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

a {
  text-decoration: none;
  transition: all 0.4s ease;
}

a:hover,
a:focus {
  text-decoration: none;
  box-shadow: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--titleColor);
}

body {
  color: var(--paraColor);
  font-size: var(--fontSize);
  font-family: var(--primaryFont);
  font-weight: 400;
  line-height: 26px;
}

.text_primary {
  color: var(--primaryColor) !important;
}

.text_secondary {
  color: var(--secondaryColor);
}

.text-title {
  color: var(--titleColor);
}

.text-para {
  color: var(--paraColor);
}

.text-offwhite {
  color: var(--offwhiteColor);
}

.text-alto {
  color: var(--altoColor);
}

.font-primary {
  font-family: var(--primaryFont);
}

.font-secondary {
  font-family: var(--secondaryFont);
}


.bg-title {
  background-color: var(--titleColor);
}

.bg-ash {
  background-color: var(--ashColor);
}

.bg-heath {
  background-color: #fffbf3;
}

.bg_primary {
  background-color: var(--primaryColor);
}

.bg_secondary {
  background-color: var(--secondaryColor);
}

.bg-optional {
  background-color: var(--optionalColor);
}

.bg-gray {
  background-color: #f3f3f3;
}

.bg-dawn {
  background-color: #f8f3f0;
}

.bg-mystic {
  background-color: #fff7f2;
}

.ht-48 {
  height: 48px;
}

.ht-50 {
  height: 50px;
}

.ht-152 {
  height: 152px;
}

.fw-black {
  font-weight: 900;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-36 {
  font-size: 36px;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-1 {
  letter-spacing: 0.1em;
}

.top-n2 {
  top: -2px;
}

.outline-0:focus {
  outline: none;
}

.fw-extrabold {
  font-weight: 800;
}

.resize-0 {
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  overflow: hidden;
  padding: 0;
}
.btn span.btn-text {
  padding: 13px 25px;
  border-radius: 50px;
}
.btn span.btn-icon {
  width: 50px;
  height: 50px;
}
.btn span.btn-icon i {
  font-size: 24px;
  line-height: 0.8;
  font-weight: 300;
  transition: var(--transition);
}
.btn span.btn-text,
.btn span.btn-icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
}
.btn span.btn-text:before,
.btn span.btn-text:after,
.btn span.btn-icon:before,
.btn span.btn-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  display: inline-block;
  transition: var(--transition);
}
.btn span.btn-text:before,
.btn span.btn-icon:before {
  height: 100%;
}
.btn span.btn-text:after,
.btn span.btn-icon:after {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.btn:hover span.btn-text:after,
.btn:hover span.btn-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.btn:hover span.btn-icon i {
  transform: rotate(45deg);
}
.btn.style-one span.btn-text,
.btn.style-one span.btn-icon {
  color: var(--whiteColor);
}
.btn.style-one span.btn-text:before,
.btn.style-one span.btn-icon:before {
  background-color: var(--primaryColor);
  border-radius: 50px;
}
.btn.style-one span.btn-text:after,
.btn.style-one span.btn-icon:after {
  background-color: var(--secondaryColor);
}
.btn.style-one span.btn-icon i {
  color: var(--whiteColor);
}
.btn.style-one:hover span.btn-text,
.btn.style-one:hover span.btn-icon {
  color: var(--titleColor);
}
.btn.style-one:hover span.btn-icon i {
  color: var(--titleColor);
}
.btn.style-two span.btn-text,
.btn.style-two span.btn-icon {
  color: var(--titleColor);
}
.btn.style-two span.btn-text:before,
.btn.style-two span.btn-icon:before {
  background-color: var(--secondaryColor);
  border-radius: 50px;
}
.btn.style-two span.btn-text:after,
.btn.style-two span.btn-icon:after {
  background-color: var(--primaryColor);
}
.btn.style-two span.btn-icon i {
  color: var(--titleColor);
}
.btn.style-two:hover span.btn-text,
.btn.style-two:hover span.btn-icon {
  color: var(--whiteColor);
}
.btn.style-two:hover span.btn-icon i {
  color: var(--whiteColor);
}
.btn.style-two:hover span.btn-icon img {
  filter: brightness(0) invert(1);
}

.link {
  position: relative;
  padding-bottom: 1px;
  line-height: 1;
}
.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  transition: var(--transition);
}
.link i {
  margin-left: 8px;
  font-size: 23px;
  font-weight: 300;
  line-height: 0.8;
  position: relative;
  top: 3px;
  transition: var(--transition);
}
.link img {
  position: relative;
  top: -1px;
  margin-left: 5px;
  transition: var(--transition);
}
.link:hover:after {
  width: 100%;
}
.link:hover img {
  margin-left: 9px;
}
.link:hover i {
  margin-left: 12px;
}
.link.style-one {
  color: var(--primaryColor);
}
.link.style-one:after {
  background-color: var(--primaryColor);
}
.link.style-one:hover {
  color: var(--primaryColor);
}
.link.style-two {
  color: var(--titleColor);
}
.link.style-two:after {
  background-color: var(--titleColor);
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.link.style-two:hover {
  color: var(--primaryColor);
}
.link.style-two:hover:after {
  background-color: var(--primaryColor);
}
.link.style-three {
  color: var(--secondaryColor);
}
.link.style-three:after {
  background-color: var(--secondaryColor);
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.link.style-three:hover {
  color: var(--primaryColor);
}
.link.style-three:hover:after {
  background-color: var(--primaryColor);
}

.link-hover-white,
.link-hover-primary,
.link-hover-secondary {
  position: relative;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.6s;
}
.link-hover-white:hover,
.link-hover-primary:hover,
.link-hover-secondary:hover {
  background-size: 100% 2px;
}

.link-hover-title:hover {
  background-image: linear-gradient(var(--titleColor), var(--titleColor));
  color: var(--titleColor);
}

.link-hover-primary:hover {
  background-image: linear-gradient(var(--primaryColor), var(--primaryColor));
  color: var(--primaryColor) !important;
}

.link-hover-white:hover {
  background-image: linear-gradient(var(--whiteColor), var(--whiteColor));
  color: var(--whiteColor) !important;
}

.link-hover-yellowGreen:hover {
  background-image: linear-gradient(var(--yellowGreenColor), var(--yellowGreenColor));
  color: var(--yellowGreenColor) !important;
}

.link-hover-titleTwo:hover {
  background-image: linear-gradient(#134404, #134404);
  color: #134404;
}

.link-hover-secondary:hover {
  background-image: linear-gradient(var(--secondaryColor), var(--secondaryColor));
  color: var(--secondaryColor);
}

.hover-text-secondary:hover {
  color: var(--secondaryColor) !important;
}

.hover-text-primary:hover {
  color: var(--primaryColor) !important;
}

.hover-text-jaffa:hover {
  color: var(--jaffaColor) !important;
}

.hover-text-secondary:hover {
  color: var(--secondaryColor);
}

.hover-text-optional:hover {
  color: var(--optionalColor);
}

.tilt-img {
  transition: 0.3s ease;
  transform-style: preserve-3d;
}

.img-hover-zoom .img-zoom img {
  transition: all 500ms ease;
}
.img-hover-zoom .img-zoom img:first-child {
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.img-hover-zoom:hover .img-zoom img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.img-hover-zoom:hover .img-zoom img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.img-hover:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.blog-card:hover .img-hover:before {
  animation: shine 0.75s;
}
.blog-card:hover .img-hover img {
  transform: scale(1.05);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.transition {
  transition: all 200ms linear;
}

.social-profile li {
  display: inline-block;
  margin-right: 5px;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a i {
  line-height: 0.8;
  transition: var(--transition);
}
.social-profile.style-one li {
  margin-right: 6px;
  line-height: 1;
}
.social-profile.style-one li:last-child {
  margin-right: 0;
}
.social-profile.style-one li a {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 94, 20, 0.13);
}
.social-profile.style-one li a i {
  font-size: 15px;
  line-height: 1;
  position: relative;
  color: var(--primaryColor);
}
.social-profile.style-one li a:hover {
  background-color: var(--primaryColor);
}
.social-profile.style-one li a:hover i {
  color: var(--whiteColor);
}
.social-profile.style-two li {
  margin-right: 7px;
  line-height: 1;
  padding-right: 7px;
  border-right: 1px solid rgba(221, 221, 221, 0.24);
}
.social-profile.style-two li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.social-profile.style-two li a i {
  font-size: 14px;
  line-height: 1;
  position: relative;
  color: var(--altoColor);
}
.social-profile.style-two li a:hover i {
  color: var(--secondaryColor);
}
.social-profile.style-three li {
  margin-right: 7px;
  line-height: 1;
  padding-right: 7px;
  border-right: 1px solid rgba(45, 28, 34, 0.2);
}
.social-profile.style-three li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.social-profile.style-three li a i {
  font-size: 18px;
  line-height: 1;
  position: relative;
  color: var(--paraColor);
}
.social-profile.style-three li a:hover i {
  color: var(--primaryColor);
}

.section-subtitle.style-one {
  padding-left: 30px;
}
.section-subtitle.style-one img,
.section-subtitle.style-one i {
  position: absolute;
  top: 10px;
  left: 0;
  transform: translateY(-50%);
}
.section-subtitle.style-two {
  padding-left: 30px;
}
.section-subtitle.style-two img,
.section-subtitle.style-two i {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: translateY(-50%);
}

.section-title {
  font-family:'DM Sans';
}.section-subtitle{text-transform:capitalize;}
.section-title.style-one,
.section-title.style-two {
  font-size: 40px;
  line-height: 52px;
}

.slider-btn.style-one .prev-btn,
.slider-btn.style-one .next-btn {
  position: relative;
  overflow: hidden;
}
.slider-btn.style-one .prev-btn:hover img,
.slider-btn.style-one .next-btn:hover img {
  filter: brightness(0) invert(1);
}
.slider-btn.style-one .prev-btn:before,
.slider-btn.style-one .next-btn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transition: var(--transition);
}
.slider-btn.style-one .prev-btn img,
.slider-btn.style-one .prev-btn i,
.slider-btn.style-one .next-btn img,
.slider-btn.style-one .next-btn i {
  transition: var(--transition);
}
.slider-btn.style-one .prev-btn i,
.slider-btn.style-one .next-btn i {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  position: relative;
  top: 0;
}
.slider-btn.style-one .prev-btn:hover:before,
.slider-btn.style-one .next-btn:hover:before {
  width: 100%;
  opacity: 1;
}
.slider-btn.style-one .prev-btn i {
  left: -1px;
}
.slider-btn.style-one .next-btn i {
  right: -1px;
}
.slider-btn.style-one .prev-btn,
.slider-btn.style-one .next-btn {
  width: 50px;
  height: 50px;
  background: rgba(255, 94, 20, 0.13);
}
.slider-btn.style-one .prev-btn:before,
.slider-btn.style-one .next-btn:before {
  background-color: var(--primaryColor);
}
.slider-btn.style-one .prev-btn i,
.slider-btn.style-one .next-btn i {
  color: var(--whiteColor);
}
.slider-btn.style-one .prev-btn:hover,
.slider-btn.style-one .next-btn:hover {
  border-color: transparent;
}
.slider-btn.style-two .prev-btn,
.slider-btn.style-two .next-btn {
  width: 56px;
  height: 56px;
  background-color: var(--primaryColor);
}
.slider-btn.style-two .prev-btn:before,
.slider-btn.style-two .next-btn:before {
  background-color: var(--aztechColor);
}
.slider-btn.style-two .prev-btn i,
.slider-btn.style-two .next-btn i {
  color: var(--whiteColor);
}
.slider-btn.style-two .prev-btn:hover,
.slider-btn.style-two .next-btn:hover {
  background-color: var(--aztechColor);
}
.slider-btn.style-two .prev-btn:hover img,
.slider-btn.style-two .next-btn:hover img {
  filter: brightness(0) invert(1);
}
.slider-btn.style-three .prev-btn,
.slider-btn.style-three .next-btn {
  width: 56px;
  height: 56px;
  background-color: var(--whiteColor);
  border: 1px solid var(--primaryColor);
}
.slider-btn.style-three .prev-btn:before,
.slider-btn.style-three .next-btn:before {
  background-color: var(--primaryColor);
}
.slider-btn.style-three .prev-btn i,
.slider-btn.style-three .next-btn i {
  color: var(--titleColor);
}

.outline-0:focus {
  outline: none;
}

.round-5 {
  border-radius: 5px;
  padding-left:10px;
}

.round-8 {
  border-radius: 8px;
}

.round-10 {
  border-radius: 10px;
}

.round-15 {
  border-radius: 15px;
}

.round-20 {
  border-radius: 20px;
}

.round-30 {
  border-radius: 30px;
}

.round-40 {
  border-radius: 40px;
}

.round-45 {
  border-radius: 45px;
}

.rating li {
  display: inline-block;
}
.rating li i {
  line-height: 0.8;
  color: #fec21e;
}

/*---------------------------------
   Preloader Area CSS
----------------------------------*/
.preloader-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  text-align: center;
  overflow: hidden;
  background-color: var(--whiteColor);
}
.preloader-area .spinner {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.preloader-area .spinner div {
  animation: spinner 1.875s infinite backwards;
  background-color: var(--primaryColor);
  border-radius: 50%;
  height: 100%;
  position: absolute;
  width: 100%;
}
.preloader-area .spinner div:nth-child(1) {
  animation-delay: 0.15s;
  background-color: rgba(242, 82, 8, 0.9);
}
.preloader-area .spinner div:nth-child(2) {
  animation-delay: 0.3s;
  background-color: rgba(242, 82, 8, 0.8);
}
.preloader-area .spinner div:nth-child(3) {
  animation-delay: 0.45s;
  background-color: rgba(242, 82, 8, 0.7);
}
.preloader-area .spinner div:nth-child(4) {
  animation-delay: 0.6s;
  background-color: rgba(242, 82, 8, 0.6);
}
.preloader-area .spinner div:nth-child(5) {
  animation-delay: 0.75s;
  background-color: rgba(242, 82, 8, 0.5);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg) translateY(-200%);
  }
  60%,
  100% {
    transform: rotate(360deg) translateY(-200%);
  }
}
/*---------------------------------
    Back To Top CSS
----------------------------------*/
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--primaryColor);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap::after {
  position: absolute;
  content: "";
  text-align: center;
  left: 10px;
  color: var(--primaryColor);
  top: 10px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAABD7SURBVHic7d3Pq2f3Xcfx13ViptimsVBFY5tWarTUpYobKbRNcaVoZUqrKIL/hBbUCi5qrTELXcQgWCORRNf+XCiICFU3CjZqS0upVRo1iYn5MWSMi+9N0kxm5n7v/X7P+ZxzXo8HfDalpZ/vved83s9z5s6dBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAZTkZvQFgVt+Q5J4k35TkztP/7KkkX03yuSTPDtoXAHBEl5P8SJIHkzyW5KUz1mNJfuv0f3N5wH4BgAPcneTXkzyRs4f+zdYTSe5L8vaZ9w4AnNOdSe5PcjUXH/zXr6vZhcCbZ/wcAMCePpjk33O8wX/9+kqSe2f7NADALZ0k+XiSa5lu+L+8riX5hfgBYgAY6lJ2P+A39eC/fj14+v8NAMzsUpKHMv/wf3k9muS2yT8lAPCK0cNfBADAzJYy/EUAAMxkacNfBADAxJY6/EUAAExk6cNfBADAka1l+IsAADiStQ1/EQAAB1rr8BcBAHBBax/+IgAAzmkrw18EAMCetjb8RQAAnGGrw18EAMBNbH34iwAAuE7L8BcBAHCqbfiLAADqtQ5/EQBArfbhLwIAqGP4iwAAyhj+IgCAMoa/CACgjOEvAgAoY/iLAADKGP4iAIAyhr8IAKCM4S8CAChj+IsAAMoY/iIAgDKGvwgAoIzhLwIAKGP4iwAAyhj+IgCAMoa/CACgjOG/jCUCAJiN4b+sJQIAmJzhv8wlAgCYjOG/7CUCADg6w38dSwQAcDSG/7qWCADgYIb/OpcIAODCDP91LxEAwLkZ/ttYIgCAvRn+21oiAIAzGf7bXCIAgJsy/Le9RAAAr2P4dywRAMArDP+uJQIAMPxLlwgAKGb4dy8RAFDI8LdEAEAZw9/62iUCAAoY/taNlggA2DDD37rVEgEAG2T4W/ssEQCwIYa/dZ4lAgA2wPC3LrJEAMCKGf7WIUsEAKyQ4W8dY4kAgBUx/K1jLhEAsAKGvzXFEgEAC2b4W1MuEQCwQIa/NccSAQALYvhbcy4RALAAhr81YokAgIEMf2vkEgEAAxj+1hKWCACY0aUkD2f84T/n+sIC9rDFvR5jPZzdNQnAhBqf/B9N8tEF7GPf9ZHS75E3AQATaR3+tyW5soC97LuulH+vADii9oGytgDwPQPgYAbJOgPA9w6ACzNAdtYaAInvIQDnZHC8as0BkPheArAnA+O11h4Aie8pAGcwKF5vCwGQ+N4CcBMGxI1tJQAS32MArmMw3NyWAiDxvQbglIFwa1sLgMT3HKCeQXC2LQZA4nsPUMsA2M9WAyBxDQDUcfDvb8sBkLgWAGo48M9n6wGQuCYANs9Bf34NAZC4NgA2ywF/MS0BkLhGADbHwX5xTQGQuFYANsOBfpi2AEhcMwCr5yA/XGMAJK4dgNVygB9HawAkriGA1XFwH09zACSuJYDVcGAfV3sAJK4pgMVzUB+fANhxbQEslAN6GgLgVa4xgIVxME9HALyWaw1gIRzI0xIAr+eaAxjMQTw9AXBjrj2AQRzA8xAAN+caBJiZg3c+AuDWXIsAM3HgzksAnM01CTAxB+38BMB+XJsAE3HAjiEA9ucaBTgyB+s4AuB8XKsAR+JAHUsAnJ9rFuBADtLxBMDFuHYBLsgBugwC4OJcwwDn5OBcDgFwGNcywJ4cmMsiAA7nmgY4g4NyeQTAcbi2AW7CAblMAuB4XOMA13EwLpcAOC7XOsApB+KyCYDjc80D9RyEyycApuHaB2o5ANdBAEzHPQDUcfCthwCYlnsBqOHAWxcBMD33BLB5Drr1EQDzcG8Am+WAWycBMB/3CLA5Drb1EgDzcq8Am+FAWzcBMD/3DLB6DrL1EwBjuHeA1XKAbYMAGMc9BKyOg2s7BMBY7iVgNRxY2yIAxnNPAYvXeFA9km0fVAJgGRrvLREAK9F4QG19+CcCYEka7zERAAvXeDA1DP9EACxN470mAmChGg+kluGfCIAlarznRAAsTONB1DT8EwGwVI33ngiAhWg8gNqGfyIAlqzxHhQBMFjjwdM4/BMBsHSN96IIgEEaD5zW4Z8IgDVovCdFAMys8aBpHv6JAFiLxntTBMBMGg+Y9uGfCIA1abxHRQBMrPFgMfx3BMC6NN6rIgAm0nigGP6vEgDr03jPigA4ssaDxPB/LQGwTo33rgiAI2k8QAz/1xMA69V4D4sAOFDjwWH435gAWLfGe1kEwAU1HhiG/80JgPVrvKdFAJxT40Fh+N+aANiGxntbBMCeGg8Iw/9sAmA7Gu9xEQBnaDwYDP/9CIBtabzXRQDcROOBYPjvTwBsT+M9LwLgOo0HgeF/PgJgmxrvfREApxoPAMP//ATAdjWeASKAeo03vuF/MQJg2xrPAhFArcYb3vC/OAGwfY1nggigTuONbvgfRgB0aDwbRAA1Gm9ww/9wAqBH4xkhAti8xhvb8D8OAdCl8awQAWzWSZLfzfibbM71cHYHGYcTAH0uZXcPjf5+zrk+nd1ZCZvyqYy/ueZchv9xCYBOjRHwyaN85WAhPpzxN9Wcy2v/4xMAvRr/OODHj/KVg8HemeSpjL+h5lqe/KchALq1vQl4MsndR/nKcVNfN3oDBe5P8ubRm5jJo0l+Ksm10RuBjbmW5CeT/N7ojczkziT3jd4EHOL9GV/Scy1P/tPyBoCk703Ae4/zZeNGvAGY1s+N3sBMPPnDPNreBLScoUMIgOm8J8m9ozcxg9/P7gd2Xhy9EShxLclPZ3fvbd0PJnn36E1slQCYzk+M3sAMPPnDGC1vAk6SfHT0JrZKAEznR0dvYGKe/GGsljcBHxq9ga0SANP45mz7tZUnf1iGhjcB353dmcqRCYBpfH+2++ssPfnDsmz9TcBJku8dvYktEgDT+M7RG5iIJ39Ypq2/Cbhn9Aa2SABMY4u/wcqTPyzblt8EvGP0BrZIAEzjjtEbODJP/rAOW30TsLUzdREEwDRuH72BI/LkD+uyxTcBbxi9gS0SANN4dvQGjsSTP6zT1t4EPDN6A1skAKbxxOgNHIEnf1i3Lb0J2MKZujgCYBqfH72BA3nyh23YypuAz43ewBYJgGl8dvQGDuDJH7ZlC28CHhu9gS0SANP4TJLnR2/iAjz5wzat+U3Ac0n+fvQmtkgATOOFJH89ehPn5Mkftm2tbwL+KrszlSMTANN5dPQGzsGTP3RY45uAR0ZvAM7rLdn91ZWXFr4eTnJpoq8Bx3Ml46+VfdeVib4GHM+l7O790dfKWevpJN840degnjcA03kiyW+P3sQZPPlDp7W8CXggyZOjNwEX8bYs9y2AJ/918QaAKSz5TcDTSe6a7qPjDcC0vpzkE6M3cQOe/IFk2W8CfjnJV0ZvAg5xObu/wjK6pj35r5s3AExpaW8C/jbb+jdVKHZPkqcy/qYy/NdLADC1pUTAk0neNfFnhVm9L7tfDjTqpnokyW2Tf0qmIgCYw6UkD2XctfNCkg9O/ilhgB/L7gKf+6b6dDz5r50AYC6Xsjsz5r5uns/ujITN+kDm/eOATyQ5meWTMSUBwJxOknwy810zTyZ5/yyfDAZ7Z5K/ybQ31FNJPjLT52F6AoARPpTkvzPt9fJ3Sb5jrg8ES3B7ko9lmt8T8GiSt8/3UZiBAGCUu5P8YY5/nTyd5Gfjp/0p9m1J7s/hIfB/Sf4oyQ/Mu31mIgAY7b1J/ji7s+bQwX9f/JIfeMVbkvxMkj9P8mz2H/r/kOTjSb5r9h0zJwHAUrw7yS8l+cfsHwPPJvmz7M44v9t/Ifxw2DJdTvI9Sd6T5NuTvDXJm5L87+n6YpJ/SfKZJP81ZovM7ErW8y9MfjjJH4zeBLN4a5Lvy+4B5B1J3ni6nknyeJIvJPlsdn/Of3XQHgFWzRsA4Kj8WwAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAAFBIAABAIQEAAIUEAAAUEgAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAAFBIAABAIQEAAIUEAAAUEgAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAAFBIAABAIQEAAIUEAAAUEgAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAAFBIAABAIQEAAIUEAAAUEgAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAAFBIAABAIQEAAIUEAAAUEgAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAAFBIAABAIQEAAIUEAAAUEgAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAAFBIAABAIQEAAIUEAAAUEgAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAAFBIAABAIQEAAIUEAAAUEgAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAAFBIAABAIQEAAIUEAAAUEgAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAAFBIAABAIQEAAIUEAAAUEgAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAAFBIAABAIQEAAIUEAAAUEgAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAAFBIAABAIQEAAIUEAAAUEgAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAAFBIAABAIQEAAIUEAAAUEgAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAAFBIAABAIQEAAIUEAAAUEgAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAAFBIAABAIQEAAIUEAAAUEgAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAAFBIAABAIQEAAIUEAAAUEgAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAAFBIAABAIQEAAIUEAAAUEgAAUEgAAEAhAQAAhQQAABQSAABQSAAAQCEBAACFBAAAFBIAsA5XR2/gHF4YvQHgbAIA1uGZ0Rs4h/8ZvQHgbAIA1uGrozdwDo+P3gBwtpPRGwD28obs3gJcGr2RM1xL8qYkz4/eCHBr3gDAOjyf5F9Hb2IP/xzDH1ZBAMB6/OXoDezhL0ZvANiPAID1+JPRG9jDn47eAABsze3Z/YDdSwtd/3m6R2AFvAGA9bia5KHRm7iF38m6fl8BAKzG27L7IbvRT/vXr+eS3DXh5waAevdl/MC/fv3KpJ8YAMgdSf4t44f+y+tL2f3dfwBgYu9L8mLGD/9rSe6d+LMCAF/jFzM+AD42+acEAF7jJMmDGTf8H5j+IwIAN3IpYyLggSz/3yUAgE07SfLz2f15/NSD/8V47Q8Ai/KBJF/OdMP/S9n98CEAsDB3JPnVHPeXBT2X3d/zf+OMnwMAuIC7kvxadr+f/6KD//Ekn0ryrTPvHQA40O1JfjjJbyb5p9z6dwe8ePrf+Y0kP5Tk6wfsF5jJyegNALO6nORdSb4lr/72vmeS/EeSzyd5YdC+AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAyv0/gMa1zsWviBoAAAAASUVORK5CYII=')no-repeat;
  height: 25px;
  width: 25px;
  cursor: pointer;
  display: block;
  z-index: 1;
  animation: float 1500ms infinite ease-in-out;background-size: 25px;
  transition: all 200ms linear;filter: brightness(0) saturate(100%) invert(32%) sepia(68%) saturate(5817%) hue-rotate(351deg) brightness(103%) contrast(104%);
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap svg path {
  fill: none;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primaryColor);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
  stroke: var(--primaryColor);
}

/*---------------------------------
     Animation CSS
----------------------------------*/
.rotate {
  animation: rotation 20s infinite linear;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.zoomIn {
  animation: zoom-in 3500ms infinite ease-in-out;
}

.waving_left {
  animation: waving_left 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

.waving_right {
  animation: waving_right 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

.img-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.img-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

.img-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

.moving_cloud_one {
  animation: movingclouds 20s linear infinite;
}

.moving_cloud_two {
  animation: movingclouds 45s linear infinite;
}

.moving_cloud_three {
  animation: movingclouds 19s linear infinite;
}

.moving_cloud_four {
  animation: movingclouds 35s linear infinite;
}

.moving_cloud_five {
  animation: movingclouds 50s linear infinite;
}

[data-aos="fade-up"] {
  transform: translate3d(0, 40px, 0);
}
@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes movingclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -110%;
  }
}
@keyframes movingplane {
  0% {
    margin-left: 100%;
    top: 300px;
  }
  29% {
    margin-left: 50%;
    top: 50px;
    transform: rotate(20deg);
  }
  31% {
    transform: rotate(-20deg);
  }
  60% {
    margin-left: 0%;
    top: 300px;
  }
  100% {
    margin-left: -100%;
    top: 300px;
  }
}
.reveal-text {
  visibility: hidden;
  max-width: 100%;
}
.reveal-text .letter {
  position: relative;
  display: inline-block;
  will-change: transform;
  transform-style: preserve-3d;
}
.reveal-text .letter div {
  width: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.reveal-text .perspective {
  position: relative;
  display: inline-block;
}
.reveal-text .perspective div {
  position: relative;
  display: inline-block;
}
.reveal-text .word {
  display: inline-block;
}

.ripple:before {
  animation-delay: 0.1s;
  content: "";
  position: absolute;
}
.ripple:after {
  animation-delay: 0.1s;
  content: "";
  position: absolute;
}

.ripple,
.ripple:before,
.ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  animation: ripple 3s infinite;
}
@keyframes reveal {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(100px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(63px, 71px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 52px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*-------------------------------
    Custom Cursor CSS
-------------------------------*/
.cursor {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: all 350ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 999;
  border: 1px solid var(--primaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-family: sans-serif;
  color: var(--primaryColor);
  background-color: transparent;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  opacity: 0.9;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition:
    width 0.6s,
    height 0.6s,
    opacity 0.6s;
  background-color: var(--primaryColor);
  z-index: 999;
}
.cursor-inner.hidden {
  opacity: 0;
  transform: scale(0);
  transition:
    opacity 0.5s,
    transform 0.5s;
}

.hover {
  border-color: transparent;
  opacity: 0.8;
  width: 3px;
  height: 3px;
  z-index: 999;
  background-color: var(--primaryColor);
}

.cursorinnerhover {
  width: 15px;
  height: 15px;
  opacity: 0.5;
}

.cursor-text {
  display: none;
  pointer-events: none;
}

.cursor.view {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  border-color: transparent;
  width: 120px;
  height: 120px;
  font-size: 16px;
  cursor: pointer;
}

.cursor.view .cursor-text {
  display: block;
}

/*---------------------------------
   Pagination CSS
----------------------------------*/
.page-nav li {
  margin-right: 10px;
}
.page-nav li:last-child {
  margin-right: 0;
}
.page-nav li:last-child a i {
  right: -2px;
}
.page-nav li a {
  width: 46px;
  height: 46px;
  background-color: #f3f3f3;
  color: var(--grayColor);
  border: none;
  font-weight: 700;
  transition: var(--transition);
}
.page-nav li a:focus {
  outline: none;
  box-shadow: none;
}
.page-nav li a i {
  font-size: 24px;
  font-weight: 300;
  color: var(--blackColor);
  position: relative;
  top: 1px;
  transition: var(--transition);
}
.page-nav li a img {
  filter: brightness(1) invert(0);
  transition: var(--transition);
}
.page-nav li a.active,
.page-nav li a:hover {
  border-color: transparent;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.page-nav li a.active i,
.page-nav li a:hover i {
  color: var(--whiteColor);
}
.page-nav li a.active img,
.page-nav li a:hover img {
  filter: brightness(0) invert(1);
}

/*-------------------------------
        Breadcrumb CSS
-------------------------------*/
.breadcrumb-area {
  padding: 185px 0 100px;
  background-color: #f3eae6;
  margin: -100px 12px 0;
  border-radius: 40px;
}
.breadcrumb-area .br-shape-one {
  bottom: 29%;
  left: 12%;
}
.breadcrumb-area .br-shape-two {
  right: 8%;
}
.breadcrumb-area .br-menu li {
  display: inline-block;
  position: relative;
  margin-right: 9px;
  padding-right: 19px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: var(--optionalFont);
  color: var(--paraColor);
}
.breadcrumb-area .br-menu li:after {
  position: absolute;
  top: 50%;
  right: -1px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #e4ccbe;
}
.breadcrumb-area .br-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-area .br-menu li:last-child:after {
  display: none;
}
.breadcrumb-area .br-menu li a {
  color: var(--primaryColor);
}
.breadcrumb-area .br-menu li a:hover {
  color: var(--paraColor);
}
.breadcrumb-area .br-menu li a img {
  position: relative;
  top: -1px;
  margin-right: 5px;
}

/*-------------------------------
        Hero CSS
-------------------------------*/
.hero-area.style-one {
  border-radius: 40px;
  padding: 230px 0 0;
  margin: -100px 8px 0;
}
.hero-area.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 80px);
background-image: url('../img/lift-banner.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
  z-index: -1;
  border-radius: 0px;
}.about-img{
    width:100%;
    height:700px;
    object-fit:cover;
    display:block;
}
.hero-area.style-one .hero-content {
  margin-bottom: 0px;
}
.hero-area.style-one .hero-content h1 {
  font-size: 70px;
  line-height: 84px;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}
.hero-area.style-one .hero-content .section-subtitle {
  padding-left: 25px;
}
.hero-area.style-one .hero-content p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 32px;
}
.hero-area.style-one .circle-text-wrap {
  width: 218px;
  height: 218px;
  margin-top: -40px;
}
.hero-area.style-one .circle-text-wrap .play-icon {
  width: 86px;
  height: 86px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-area.style-one .circle-text-wrap .play-icon i {
  color: var(--titleColor);
  font-size: 19px;
  line-height: 1;
  position: relative;
  left: 1px;
}
.hero-area.style-one .circle-text-wrap:hover .play-icon {
  background-color: var(--secondaryColor);
}
.hero-area.style-one .hero-subcontent .hero-thumb {
  width: 285px;
}
.hero-area.style-one .hero-subcontent .hero-thumb-para {
  width: calc(100% - 300px);
  margin-left: auto;
}
.hero-area.style-one .hero-subcontent .hero-thumb-para p {
  font-size: 18px;
  line-height: 28px;
}
.hero-area.style-one .hero-img {
  bottom: 80px;
  max-width: 620px;
}
.hero-area.style-two {
  padding: 167px 0 0;
  margin: -100px 0 0;
}
.hero-area.style-two .br-one,
.hero-area.style-two .br-two,
.hero-area.style-two .br-three {
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
}
.hero-area.style-two .br-one:after,
.hero-area.style-two .br-two:after,
.hero-area.style-two .br-three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100px;
  background: linear-gradient(#ff5e14 100%, #ffffff 64.33%);
}
.hero-area.style-two .br-one {
  left: 22.5%;
}
.hero-area.style-two .br-one:after {
  animation: moveDown 10s linear infinite;
}
.hero-area.style-two .br-two {
  left: 50.66%;
}
.hero-area.style-two .br-two:after {
  animation: moveDown 14s linear infinite;
}
.hero-area.style-two .br-three {
  left: 78%;
}
.hero-area.style-two .br-three:after {
  animation: moveDown 20s linear infinite;
}
.hero-area.style-two .hero-content h1 {
  font-size: 54px;
  line-height: 64px;
  letter-spacing: -0.02em;
}
.hero-area.style-two .hero-content h1 span {
  margin-left: 100px;
}
.hero-area.style-two .hero-content .section-subtitle {
  padding-left: 22px;
}
.hero-area.style-two .hero-content p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 32px;
}
.hero-area.style-two .circle-text-wrap {
  width: 218px;
  height: 218px;
}
.hero-area.style-two .circle-text-wrap .play-icon {
  width: 86px;
  height: 86px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-area.style-two .circle-text-wrap .play-icon i {
  color: var(--titleColor);
  font-size: 19px;
  line-height: 1;
  position: relative;
  left: 1px;
}
.hero-area.style-two .circle-text-wrap:hover .play-icon {
  background-color: var(--secondaryColor);
}
.hero-area.style-two .move-text-wrapper {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(-180deg);
  position: absolute;
  bottom: 0px;
  left: 50px;
}
.hero-area.style-two .move-text-wrapper .move-text {
  width: 100px;
  height: 100vh;
}
.hero-area.style-two .move-text-wrapper .move-text.style-two ul {
  animation: mymoveTwo 15s linear infinite alternate;
}
.hero-area.style-two .move-text-wrapper .move-text.style-two ul li {
  font-size: 96px;
  line-height: 1;
  font-weight: 300;
  margin: 0 26px 0 0;
  padding: 0;
  color: rgba(115, 132, 137, 0.05);
}
.hero-area.style-two .move-text-wrapper .move-text.style-two ul li:nth-child(even) {
  font-weight: 400;
}
.hero-area.style-two .move-text-wrapper .move-text.style-two ul li:after {
  display: none;
}
.hero-area.style-two .post-share {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(-180deg);
  position: absolute;
  bottom: 23%;
  left: 0px;
}
.hero-area.style-two .post-share ul {
  padding-top: 2px;
  margin: 0;
  position: relative;
  right: 7px;
}
.hero-area.style-two .post-share ul li {
  transform: rotate(90deg);
  padding-bottom: 12px;
  padding-right: 0;
  border: none;
}
.hero-area.style-two .post-share ul li:after {
  position: absolute;
  top: 2px;
  left: 3px;
  content: "";
  width: 1px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}
.hero-area.style-two .post-share ul li:first-child:after {
  display: none;
}
.hero-area.style-two .post-share ul li a {
  padding-right: 12px;
  padding-left: 12px;
}
.hero-area.style-two .post-share ul li a i {
  font-size: 14px;
}
.hero-area.style-three {
  margin-top: -106px;
  padding: 235px 0 140px;
  border-radius: 0 0 50px 50px;
}
.hero-area.style-three:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 80%;
  height: 120px;
  background-color: var(--whiteColor);
  border-radius: 50px 50px 0 0;
  transform: translateX(-50%);
}
.hero-area.style-three .hero-bg {
  background-image: url(../img/hero/hero-bg-1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  background-position: top center;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  animation: zoomin 22s ease-in infinite;
  z-index: -1;
}
.hero-area.style-three .hero-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: -1;
}
.hero-area.style-three .hero-content h1 {
  font-size: 54px;
  line-height: 64px;
  letter-spacing: -0.02em;
}
.hero-area.style-three p {
  color: rgba(255, 255, 255, 0.5);
}
.hero-area.style-three .circle-text-wrap {
  width: 218px;
  height: 218px;
}
.hero-area.style-three .circle-text-wrap .play-icon {
  width: 86px;
  height: 86px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-area.style-three .circle-text-wrap .play-icon i {
  color: var(--titleColor);
  font-size: 22px;
  line-height: 1;
  position: relative;
  left: 1px;
}
.hero-area.style-three .circle-text-wrap .play-icon:hover {
  background-color: var(--secondaryColor);
}
.hero-area.style-three .circle-text-wrap:hover .play-icon {
  background-color: var(--secondaryColor);
}
.hero-area.style-three .circle-text-wrap:hover .play-icon i {
  color: var(--titleColor);
}
.hero-area.style-three .hero-transparent-text-wrap {
  margin-top: -85px;
}
.hero-area.style-three .hero-transparent-text-wrap .hero-transparent-text {
  position: relative;
  left: -18px;
  font-size: 25.2vw;
  line-height: 0.85;
  background-image: url("../img/hero/hero-bg-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-slider-one {
  position: relative;
}
.hero-slider-one .hero-slide-item {
  height: 732px;
  padding: 36px 25px 30px;
}
.hero-slider-one .hero-slide-item.bg-1 {
  background-image: url(../img/hero/hero-slide-1.jpg);
}
.hero-slider-one .hero-slide-item.bg-2 {
  background-image: url(../img/hero/hero-slide-2.jpg);
}
.hero-slider-one .hero-slide-item.bg-3 {
  background-image: url(../img/hero/hero-slide-3.jpg);
}
.hero-slider-one .hero-slide-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(173.03deg, rgba(0, 0, 0, 0.085) 5.45%, rgba(60, 19, 0, 0.5) 64.33%);
  z-index: -1;
}
.hero-slider-one .hero-slide-item .hero-feature-card {
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 28px 22px 25px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: var(--transition);
}
.hero-slider-one .hero-slide-item .hero-feature-card:hover {
  background-color: rgba(67, 67, 67, 0.31);
}
.hero-slider-one .hero-slide-item .hero-feature-card .feature-icon {
  width: 30px;
  height: 30px;
  position: relative;
}
.hero-slider-one .hero-slide-item .hero-feature-card div {
  width: calc(100% - 40px);
  margin-left: auto;
}
.hero-slider-one .hero-slide-item .hero-feature-card div h3 {
  line-height: 30px;
}
.hero-slider-one .hero-slide-item .hero-feature-card div p {
  margin-bottom: 20px;
}
.hero-slider-one .hero-slide-item .hero-feature-card div h3 {
  margin-bottom: 6px;
}
.hero-slider-one .hero-pagination {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: auto;
  left: auto;
  height: auto;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.43);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: none;
  border-radius: 10px 0 0 10px;
  padding: 24px 20px 20px 25px;
  z-index: 1;
  max-width: 79px;
}
.hero-slider-one .hero-pagination .swiper-pagination-bullet {
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  min-height: 22px;
  color: var(--altoColor);
  opacity: 1;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.hero-slider-one .hero-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 11px;
  right: -40px;
  content: "";
  width: 0;
  height: 1.5px;
  background-color: var(--secondaryColor);
  transition: var(--transition);
  visibility: hidden;
  opacity: 0;
}
.hero-slider-one .hero-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.hero-slider-one .hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--secondaryColor);
  font-weight: 700;
}
.hero-slider-one .hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 20px;
  opacity: 1;
  visibility: visible;
}

@keyframes moveDown {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
/*-------------------------------
        Category CSS
-------------------------------*/
.category-card.style-one {
  background-color: #f8f3f1;
  padding: 28px 22px 23px;
}
.category-card.style-one .category-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 50px;
  padding: 10px;
}
.category-card.style-one h6 {
  line-height: 28px;
  transition: var(--transition);
}
.category-card.style-one:hover {
  background-color: var(--primaryColor);
}
.category-card.style-one:hover h6 {
  color: var(--whiteColor);
}

/*-------------------------------
        About CSS
-------------------------------*/
.about-area.style-one .about-img-wrap {
  padding: 30px 0 0 38px;
}
.about-area.style-one .about-img-wrap .about-thumb {
  top: 0;
  left: 0;
  max-width: 164px;
  border-radius: 30px;
  filter: drop-shadow(0px 10px 37px rgba(134, 69, 40, 0.61));
}
.about-area.style-one .about-content .section-title {
  margin-bottom: 16px;
}
.about-area.style-one .about-content .section-title span img {
  border-radius: 50px;
}
.about-area.style-one .about-content .about-subcontent {
  padding-left: 38px;
}
.about-area.style-one .about-content .about-subcontent p {
  margin-bottom: 15px;
}
.about-area.style-one .about-content .about-subcontent .counter-card {
  margin-top: 25px;
}
.about-area.style-two .about-bg {
  background-image: url(../img/about/about-bg-1.jpg);
  height: 100%;
}
.about-area.style-two .about-content {
  padding: 120px 0;
}
.about-area.style-two .about-content p {
  margin-bottom: 27px;
}
.about-area.style-two .about-content .feature-list.style-one li {
  padding-right: 35px;
}
.about-area.style-three {
  border-radius: 0 0 45px 45px;
}
.about-area.style-three:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff7f2;
  z-index: 0;
  border-radius: 0 0 45px 45px;
}
.about-area.style-three:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 30%;
  background-color: var(--optionalColor);
  z-index: -1;
}
.about-area.style-three .about-img-wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 73%;
  background-color: #ffd8c7;
  z-index: -1;
  border-radius: 20px 40% 5px 5px;
}
.about-area.style-three .about-img-wrap .about-shape {
  left: 50%;
  transform: translateX(-50%);
}
.about-area.style-three .about-content .feature-item {
  padding-left: 50px;
  margin-bottom: 42px;
}
.about-area.style-three .about-content .feature-item img {
  position: absolute;
  top: 9px;
  left: 0;
}
.about-area.style-three .about-content .feature-item h3 {
  line-height: 26px;
  margin-bottom: 5px;
}

.feature-list.style-one li {
  padding-left: 53px;
  margin-bottom: 29px;
  letter-spacing: 0.01em;
}
.feature-list.style-one li span {
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.11);
}

.counter-card.style-one {
  padding: 25px 18px 22px 25px;
}

.counter-card.style-one.bg-1 {
  background-color: #f2f2f2;
}

.counter-card.style-one.bg-2 {
  background-color: #fef6f5;
}
.counter-card.style-one.bg-3 {
  background-color: #f2f2f2;
}

.counter-card.style-one h6 {
  margin-bottom: 30px;
}
.counter-card.style-one h4 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 3px;
}
.counter-card.style-two {
  background-color: rgba(240, 240, 240, 0.08);
  border: 1px dashed rgba(255, 255, 255, 0.26);
  padding: 25px 18px 22px 20px;
}
.counter-card.style-two:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: rgba(255, 94, 20, 0.13);
  filter: blur(26px);
  z-index: -1;
  transform: translate(-50%, -50%);
}
.counter-card.style-two h6 {
  color: #dddddd;
  margin-bottom: 85px;
}
.counter-card.style-two h4 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 3px;
}
.counter-card.style-two p {
  font-size: 15px;
}

/*-------------------------------
        Why Choose Us CSS
-------------------------------*/
.wh-area.style-one:after {
  position: absolute;
  top: -50px;
  left: 50%;
  content: "";
  width: 100%;
  height: calc(100% + 50px);
  background-color: var(--optionalColor);
  z-index: -1;
  border-radius: 0 0 45px 45px;
  transform: translateX(-50%);
}
.wh-area.style-one .wh-content p {
  color: rgba(255, 255, 255, 0.5);
}
.wh-area.style-one .wh-content .feature-item h3 {
  line-height: 26px;
  width: calc(100% - 45px);
  margin-left: auto;
  padding-right: 10px;
}
.wh-area.style-one .wh-img-wrap {
  padding: 0 125px 36px 96px;
}
.wh-area.style-one .wh-img-wrap .rating-box {
  top: 40px;
  max-width: 190px;
  height: 204px;
  padding: 20px;
  background-color: rgba(195, 168, 159, 0.26);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.wh-area.style-one .wh-img-wrap .rating-box:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 10px;
  border: 1px dashed var(--whiteColor);
}
.wh-area.style-one .wh-img-wrap .rating-box h2 {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 10px;
}
.wh-area.style-one .wh-img-wrap .rating-box .rating {
  margin: 8px 0 13px;
}
.wh-area.style-one .wh-img-wrap .rating-box p {
  line-height: 24px;
}

.wh-area.style-two .wh-img-wrap {
  padding: 180px 40px 0 0;
}
.wh-area.style-two .wh-img-wrap .wh-thumb {
  filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.11));
}
.wh-area.style-two .wh-content .feature-item {
  margin-top: 30px;
}
.wh-area.style-two .wh-content .feature-item .feature-icon {
  width: 55px;
  height: 55px;
}
.wh-area.style-two .wh-content .feature-item h6 {
  width: calc(100% - 74px);
  margin-left: auto;
  line-height: 28px;
}
.wh-area.style-two .wh-content .ceo-message-wrap {
  margin-top: 58px;
}
.wh-area.style-two .wh-content .ceo-message-wrap .ceo-avatar {
  width: 98px;
}
.wh-area.style-two .wh-content .ceo-message-wrap .ceo-message {
  width: calc(100% - 122px);
  margin-left: auto;
}
.wh-area.style-two .wh-content .ceo-message-wrap .ceo-message h6 {
  padding-left: 24px;
}
.wh-area.style-two .wh-content .ceo-message-wrap .ceo-message h6:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 18px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.9);
}
.wh-area.style-two .wh-content .ceo-message-wrap .ceo-message h6 span {
  color: #888888;
}
.wh-area.style-three .wh-img-wrap {
  padding: 0 0 38px 96px;
}
.wh-area.style-three .wh-img-wrap .wh-thumb {
  filter: drop-shadow(0px 0px 50px rgba(177, 160, 112, 0.49));
}
.wh-area.style-three .wh-content .progressbar-wrap {
  margin-bottom: 50px;
}
.wh-area.style-three .wh-content .progressbar-wrap .progress-item {
  margin-bottom: 40px;
}
.wh-area.style-three .wh-content .progressbar-wrap .progress-item:last-child {
  margin-bottom: 0;
}
.wh-area.style-three .wh-content .progressbar-wrap .progress-item .progress-title {
  margin-bottom: 10px;
}
.wh-area.style-three .wh-content .progressbar-wrap .progress-item .progress {
  height: 24px;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 3px;
}
.wh-area.style-three .wh-content .progressbar-wrap .progress-item .progress .progress-bar {
  height: 12.5px;
  margin-top: 11.5px;
  border-radius: 3px;
  background-color: var(--secondaryColor);
  position: relative;
}

.progress-bar {
  width: 0;
  animation: progress 1.5s ease-in-out forwards;
}
.progress-bar .title {
  opacity: 0;
  animation: show 0.35s forwards ease-in-out 0.5s;
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*-------------------------------
        Feature CSS
-------------------------------*/
.feature-area.style-three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  background-color: #f8f3f0;
  border-radius: 0 0 45px 45px;
  z-index: -1;
}
.feature-area.style-four:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 75%;
  background-color: #f3f3f3;
  border-radius: 45px 45px;
  z-index: -1;
}

.feature-card.style-one h3 {
  margin: 32px 0 13px;
  line-height: 34px;
}
.feature-card.style-three {
  background-color: #f8f3f0;
  padding: 38px 20px 32px;
  min-height: 510px;
}
.feature-card.style-three .br-one {
  width: 100%;
  height: 138px;
  transition: var(--transition);
}
.feature-card.style-three .br-one:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 115px;
  height: 100%;
  border-top: 1px solid rgba(255, 94, 20, 0.5);
  border-left: 1px solid rgba(255, 94, 20, 0.5);
  border-radius: 20px 0 0 0;
}
.feature-card.style-three .br-one:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 115px;
  height: 100%;
  border-top: 1px solid rgba(255, 94, 20, 0.5);
  border-right: 1px solid rgba(255, 94, 20, 0.5);
  border-radius: 0 20px 0 0;
}
.feature-card.style-three .br-two {
  position: absolute;
  width: 100%;
  height: 138px;
  transition: var(--transition);
}
.feature-card.style-three .br-two:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 115px;
  height: 100%;
  border-bottom: 1px solid rgba(255, 94, 20, 0.5);
  border-left: 1px solid rgba(255, 94, 20, 0.5);
  border-radius: 0 0 0 20px;
}
.feature-card.style-three .br-two:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 115px;
  height: 100%;
  border-bottom: 1px solid rgba(255, 94, 20, 0.5);
  border-right: 1px solid rgba(255, 94, 20, 0.5);
  border-radius: 0 0 20px 0;
}
.feature-card.style-three .feature-img {
  width: 268px;
  height: 268px;
  margin-bottom: 42px;
}
.feature-card.style-three h3 {
  margin-bottom: 14px;
}
.feature-card.style-three p {
  margin-bottom: 8px;
}
.feature-card.style-three:hover .br-one,
.feature-card.style-three:hover .br-two {
  height: 100px;
}
.feature-card.style-four {
  background-color: #ffcb37;
  min-height: 510px;
  max-height: 510px;
}
.feature-card.style-four .feature-info {
  padding: 34px 20px 0;
}
.feature-card.style-four h3 {
  margin-bottom: 16px;
}
.feature-card.style-four p {
  margin-bottom: 10px;
}
.feature-card.style-five {
  background-image: url(../img/features/feature-img-3.jpg);
  height: 510px;
  padding: 34px 20px 35px;
}
.feature-card.style-five:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180.78deg, rgba(45, 28, 34, 0.37) 52.93%, rgba(56, 18, 0, 0.83) 67.93%);
  -webkit-backdrop-filter: blur(0.5px);
  backdrop-filter: blur(0.5px);
  border-radius: 20px;
  z-index: -1;
}
.feature-card.style-five h3 {
  margin-bottom: 16px;
}
.feature-card.style-five p {
  margin-bottom: 10px;
}
.feature-card.style-six {
  padding: 15px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.feature-card.style-six .feature-img {
  width: 250px;
}
.feature-card.style-six .feature-info {
  width: calc(100% - 265px);
  margin-left: auto;
}
.feature-card.style-six .feature-info .feature-list li {
  margin-bottom: 9px;
  padding-left: 18px;
  font-size: 15px;
}
.feature-card.style-six .feature-info .feature-list li img {
  position: absolute;
  top: 7px;
  left: 0;
}

.feature-tablist {
  border-bottom: none;
  -moz-column-gap: 13px;
  column-gap: 13px;
}
.feature-tablist .nav-item {
  margin-bottom: 20px;
  width: calc(25% - 16px);
}
.feature-tablist .nav-item .nav-link {
  display: block;
  font-weight: 600;
  width: 100%;
  background-color: var(--whiteColor);
  border-radius: 50px;
  padding: 13px;
  color: var(--titleColor);
  transition: var(--transition);
}
.feature-tablist .nav-item .nav-link:hover,
.feature-tablist .nav-item .nav-link.active {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.feature-tab-content .feature-img-wrap {
  padding-left: 118px;
}
.feature-tab-content .feature-img-wrap .exp-box {
  top: 25%;
  width: 218px;
  height: 248px;
  padding: 20px;
  box-shadow: 0px 0px 40px rgba(141, 141, 141, 0.21);
}
.feature-tab-content .feature-img-wrap .exp-box .fav-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 35px;
}
.feature-tab-content .feature-img-wrap .exp-box h6 span {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 12px;
}
.feature-tab-content .feature-content .feature-timeline {
  position: relative;
  z-index: 1;
}
.feature-tab-content .feature-content .feature-timeline:after {
  position: absolute;
  top: 0;
  left: 25px;
  content: "";
  width: 1px;
  height: 100%;
  z-index: 0;
  border-left: 1px dashed rgba(0, 0, 0, 0.29);
}
.feature-tab-content .feature-content .feature-timeline li {
  margin-bottom: 45px;
  padding-left: 77px;
  z-index: 2;
}
.feature-tab-content .feature-content .feature-timeline li:last-child {
  margin-bottom: 0;
}
.feature-tab-content .feature-content .feature-timeline li span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 52px;
  height: 52px;
  border: 1px dashed rgba(45, 28, 34, 0.23);
  transform: translateY(-50%);
}

/*-------------------------------
    Service Section CSS
-------------------------------*/
.service-area.style-one {
  border-radius: 45px;
}
.service-area.style-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f8f3f1;
  border-radius: 45px;
  z-index: -1;
}

.service-card-wrap.style-one {
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.service-card-wrap.style-one .service-card {
  width: calc(33.33% - 17px);
  border-left: 1px dashed rgba(255, 255, 255, 0.11);
  padding-left: 44px;
}
.service-card-wrap.style-one .service-card:first-child {
  padding-left: 0;
  border-left: none;
}

.service-card h3 {
  font-size: 24px;
  line-height: 34px;
}
.service-card.style-one {
  padding: 22px 29px 28px;
  border: 1px dashed transparent;
}
.service-card.style-one .service-counter {
  color: rgba(85, 85, 85, 0.22);
  margin-bottom: 7px;
}
.service-card.style-one .service-icon {
  margin: 68px auto 80px;
}
.service-card.style-one .service-para p {
  width: calc(100% - 65px);
  padding-right: 20px;
}
.service-card.style-one .service-para .service-link {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 94, 20, 0.13);
}
.service-card.style-one:hover {
  border: 1px dashed var(--primaryColor);
}
.service-card.style-one:hover .service-counter {
  color: var(--primaryColor);
}
.service-card.style-one:hover .service-link {
  background-color: var(--primaryColor);
}
.service-card.style-one:hover .service-link img {
  filter: brightness(0) invert(1);
}
.service-card.style-two .service-img {
  width: 196px;
  height: 178px;
}
.service-card.style-two .service-img.semiround-left {
  border-radius: 0 50% 50% 50%;
}
.service-card.style-two .service-img.semiround-left img {
  border-radius: 0 50% 50% 50%;
}
.service-card.style-two .service-img.semiround-right {
  border-radius: 50% 0 50% 50%;
}
.service-card.style-two .service-img.semiround-right img {
  border-radius: 50% 0 50% 50%;
}
.service-card.style-two .service-img.rounded-corner {
  border-radius: 30px;
}
.service-card.style-two .service-img.rounded-corner img {
  border-radius: 30px;
}
.service-card.style-two .service-img.rounded-two {
  border-radius: 30px 30px 0 30px;
}
.service-card.style-two .service-img.rounded-two img {
  border-radius: 30px 30px 0 30px;
}
.service-card.style-two h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin: 35px 0 15px;
  padding-right: 26px;
}
.service-card.style-two:hover .service-img.semiround-left {
  border-radius: 50% 0 50% 50%;
}
.service-card.style-two:hover .service-img.semiround-left img {
  border-radius: 50% 0 50% 50%;
}
.service-card.style-two:hover .service-img.semiround-right {
  border-radius: 0 50% 50% 50%;
}
.service-card.style-two:hover .service-img.semiround-right img {
  border-radius: 0 50% 50% 50%;
}
.service-card.style-two:hover .service-img.rounded-corner {
  border-radius: 20px;
}
.service-card.style-two:hover .service-img.rounded-corner img {
  border-radius: 20px;
}
.service-card.style-two:hover .service-img.rounded-two {
  border-radius: 20px 20px 0 20px;
}
.service-card.style-two:hover .service-img.rounded-two img {
  border-radius: 20px 20px 0 20px;
}
.service-card.style-three h3 {
  margin: 50px 0 13px;
  line-height: 34px;
}
.service-card.style-three p {
  margin-bottom: 26px;
}

/*-------------------------------
    Moving Text Section CSS
-------------------------------*/
.move-text {
  position: relative;
}
.move-text.style-two {
  height: 47px;
}
.move-text.style-two ul {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  white-space: nowrap;
  animation: mymove 21s linear infinite alternate;
}
.move-text.style-two ul li {
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  margin: 0 26px 0 0;
  padding: 0 43px 0 0;
  color: rgba(45, 28, 34, 0.1);
  position: relative;
  transition: var(--transition);
}
.move-text.style-two ul li:nth-child(even) {
  font-weight: 800;
}
.move-text.style-two ul li:last-child:after {
  display: none;
}
.move-text.style-two ul li:after {
  position: absolute;
  top: 48%;
  right: 0px;
  content: "|";
  font-size: 48px;
  font-weight: 400;
  transform: translateY(-50%) rotate(-20deg);
}
@keyframes mymove {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@keyframes mymoveTwo {
  from {
    top: 0;
  }
  to {
    bottom: -100%;
  }
}
/*-------------------------------
    Project CSS
-------------------------------*/
.project-filter-box.style-one {
  padding: 30px 20px 15px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  border: 1px dashed rgba(45, 28, 24, 0.2);
}
.project-filter-box.style-one .form-group {
  width: calc(21% - 13px);
}
.project-filter-box.style-one .form-group:last-child {
  width: calc(17% - 9px);
}
.project-filter-box.style-one .form-group input,
.project-filter-box.style-one .form-group select {
  border-radius: 50px;
  padding: 10px 14px;
  font-size: 15px;
  color: var(--paraColor);
}
.project-filter-box.style-one .form-group input::-moz-placeholder,
.project-filter-box.style-one .form-group select::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.project-filter-box.style-one .form-group input::placeholder,
.project-filter-box.style-one .form-group select::placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.project-filter-box.style-one .form-group select {
  background-image: url(../img/icons/down-arrow-gray.svg);
  background-position: calc(100% - 18px) 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.project-filter-box.style-one .form-group .btn span.btn-text {
  padding-left: 15px;
  padding-right: 15px;
}

.project-card.style-one .project-img {
  width: 55%;
}

.project-card.style-one .project-img .circle-text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
.project-card.style-one .project-img .circle-text-wrap .circle-text-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-card.style-one .project-info {
  width: 45%;
  padding-left: 25px;
}
.project-card.style-one .project-info .project-counter {
  font-size: 100px;
  line-height: 85px;
  color: rgba(19, 87, 110, 0.07);
  margin-bottom: 40px;
}
.project-card.style-one .project-info h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px;
}

.project-card.style-one .project-info p img,
.project-card.style-one .project-info p i {
  position: absolute;
  top: 3px;
  left: 0;
}
.project-card.style-one:hover .project-img:after {
  visibility: visible;
  opacity: 1;
}
.project-card.style-one:hover .circle-text-wrap {
  visibility: visible;
  opacity: 1;
}
.project-card.style-two,
.project-card.style-four {
  background-color: #f3f3f3;
  padding: 20px 30px 26px;
}
.project-card.style-two:before,
.project-card.style-four:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: var(--transition);
}
.project-card.style-two:after,
.project-card.style-four:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(45, 28, 34, 0.75);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: var(--transition);
}
.project-card.style-two.bg-1:before,
.project-card.style-four.bg-1:before {
  background-image: url(../img/project/project-bg-1.jpg);
}
.project-card.style-two.bg-2:before,
.project-card.style-four.bg-2:before {
  background-image: url(../img/project/project-bg-2.jpg);
}
.project-card.style-two.bg-3:before,
.project-card.style-four.bg-3:before {
  background-image: url(../img/project/project-bg-3.jpg);
}
.project-card.style-two.bg-4:before,
.project-card.style-four.bg-4:before {
  background-image: url(../img/project/project-bg-4.jpg);
}
.project-card.style-two .project-counter,
.project-card.style-four .project-counter {
  font-size: 128px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.13);
  margin: 59px 0;
}
.project-card.style-two .project-title h3,
.project-card.style-four .project-title h3 {
  width: calc(100% - 55px);
}
.project-card.style-two .project-title .project-link,
.project-card.style-four .project-title .project-link {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 94, 20, 0.13);
}
.project-card.style-two .project-title .project-link:hover,
.project-card.style-four .project-title .project-link:hover {
  background-color: var(--primaryColor);
}
.project-card.style-two .project-title .project-link:hover img,
.project-card.style-four .project-title .project-link:hover img {
  filter: brightness(0) invert(1);
}
.project-card.style-two:hover:before,
.project-card.style-two:hover:after,
.project-card.style-four:hover:before,
.project-card.style-four:hover:after {
  visibility: visible;
  opacity: 1;
}
.project-card.style-two:hover .project-status,
.project-card.style-four:hover .project-status {
  color: var(--secondaryColor);
}
.project-card.style-two:hover .project-counter,
.project-card.style-four:hover .project-counter {
  color: rgba(255, 255, 255, 0.28);
}
.project-card.style-two:hover .project-title h3 a,
.project-card.style-four:hover .project-title h3 a {
  color: var(--whiteColor);
}
.project-card.style-two:hover .project-title .project-link,
.project-card.style-four:hover .project-title .project-link {
  background-color: var(--primaryColor);
}
.project-card.style-two:hover .project-title .project-link img,
.project-card.style-four:hover .project-title .project-link img {
  filter: brightness(0) invert(1);
}
.project-card.style-three {
  padding: 20px 30px 26px;
  height: 495px;
}
.project-card.style-three:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  content: "";
  background-color: rgba(45, 28, 34, 0.58);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: var(--transition);
}
.project-card.style-three.bg-1 {
  background-image: url(../img/project/project-bg-5.jpg);
}
.project-card.style-three.bg-2 {
  background-image: url(../img/project/project-bg-6.jpg);
}
.project-card.style-three.bg-3 {
  background-image: url(../img/project/project-bg-7.jpg);
}
.project-card.style-three.bg-4 {
  background-image: url(../img/project/project-bg-8.jpg);
}
.project-card.style-three .project-counter {
  position: absolute;
  top: 40px;
  right: 42px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: var(--secondaryColor);
  transition: var(--transition);
}
.project-card.style-three .project-link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 108px;
  height: 108px;
  border: 1px solid var(--secondaryColor);
  transform: translate(-50%, -50%);
}
.project-card.style-three .project-link:hover {
  background-color: var(--secondaryColor);
  border-color: transparent;
}
.project-card.style-three .project-link:hover img {
  filter: brightness(0) invert(1);
}
.project-card.style-three h3 {
  position: absolute;
  left: 43px;
  bottom: 40px;
}
.project-card.style-three h3 a {
  color: var(--whiteColor);
}
.project-card.style-three h3:hover a {
  color: var(--primaryColor);
}
.project-card.style-three .project-link,
.project-card.style-three .project-counter,
.project-card.style-three h3,
.project-card.style-three:before {
  visibility: hidden;
  opacity: 0;
}
.project-card.style-three:hover .project-link,
.project-card.style-three:hover .project-counter,
.project-card.style-three:hover h3,
.project-card.style-three:hover:before {
  visibility: visible;
  opacity: 1;
}
.project-card.style-four .project-counter {
  margin: 97px 0;
}
.project-card.style-four .project-title h3 {
  width: 100%;
}

.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two:before,
.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two:after {
  visibility: visible;
  opacity: 1;
}
.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two .project-status {
  color: var(--secondaryColor);
}
.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two .project-counter {
  color: rgba(255, 255, 255, 0.28);
}
.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two .project-title h3 a {
  color: var(--whiteColor);
}
.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two .project-title .project-link {
  background-color: var(--primaryColor);
}
.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two .project-title .project-link img {
  filter: brightness(0) invert(1);
}

.project-pagination {
  padding: 15px 0;
  border-top: 1px dashed rgba(45, 28, 34, 0.12);
  border-bottom: 1px dashed rgba(45, 28, 34, 0.12);
}
.project-pagination .prev-project,
.project-pagination .next-project {
  font-weight: 500;
}
.project-pagination .prev-project img,
.project-pagination .next-project img {
  filter: brightness(0) invert(0);
  opacity: 0.8;
  transition: var(--transition);
}
.project-pagination .prev-project:hover img,
.project-pagination .next-project:hover img {
  filter: brightness(1) invert(0);
  opacity: 1;
}

.project-highlight-box {
  padding: 35px 30px;
  background-color: rgba(255, 94, 20, 0.09);
}
.project-highlight-box p {
  margin-bottom: 18px !important;
}
.project-highlight-box p:last-child {
  margin-bottom: 0 !important;
}

.project-desc:after {
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  width: calc(100% + 30px);
  height: 35%;
  background-color: #f3f3f3;
  border-radius: 20px;
  z-index: -1;
}
.project-desc .single-project-metainfo li {
  padding-left: 10px;
  line-height: 1;
  padding-top: 3px;
  margin-bottom: 15px;
  border-left: 1px solid var(--primaryColor);
}
.project-desc .single-project-metainfo li span:first-child {
  margin-bottom: 10px;
}

/*-------------------------------
    Project CSS
-------------------------------*/
.pricing-card.style-one {
  position: relative;
  padding: 21px 28px 29px;
}
.pricing-card.style-one .featured {
  top: 0;
  right: 20px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(-180deg);
  padding: 12px 5px;
  line-height: 1;
  border-radius: 50px 50px 0 0;
}
.pricing-card.style-one .pricing-header {
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.18);
  margin-bottom: 23px;
}
.pricing-card.style-one .pricing-header span {
  margin-bottom: 10px;
}
.pricing-card.style-one .pricing-features {
  margin-bottom: 24px;
}
.pricing-card.style-one .pricing-features li {
  margin-bottom: 10px;
  padding-left: 20px;
}
.pricing-card.style-one .pricing-features li:last-child {
  margin-bottom: 0;
}
.pricing-card.style-one .pricing-features li img {
  position: absolute;
  top: 8px;
  left: 0;
}

/*-------------------------------
    Testimonals CSS
-------------------------------*/
.rating-box.style-one {
  background-color: #f8f3f0;
  padding: 20px 28px 23px;
}
.rating-box.style-one h2 {
  font-size: 48px;
  line-height: 1;
  margin-right: 20px;
  top: 2px;
}
.rating-box.style-two {
  background-color: #fff1ea;
  padding: 20px 28px 23px;
  width: 234px;
  height: 234px;
}
.rating-box.style-two h2 {
  font-size: 48px;
  line-height: 1;
}
.rating-box.style-two .rating {
  margin: 4px 0 9px;
}

.testimonial-card.style-one {
  padding: 28px 35px 30px;
}
.testimonial-card.style-one .quote-icon {
  width: 96px;
  height: 96px;
}
.testimonial-card.style-one p {
  font-size: 24px;
  line-height: 34px;
  margin: 25px 0 24px;
}
.testimonial-card.style-one h6 {
  padding-left: 0;
}
.testimonial-card.style-one h6:before {
  display: none;
}
.testimonial-card.style-two .quote-icon {
  width: 96px;
  height: 96px;
  margin-bottom: 40px;
}
.testimonial-card.style-two p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 31px;
  letter-spacing: 0.015em;
}
.testimonial-card.style-two h6 {
  padding-left: 86px;
}
.testimonial-card.style-two h6:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 70px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.18);
}
.testimonial-card.style-three .testimonial-content {
  width: calc(100% - 325px);
  margin-right: auto;
}
.testimonial-card.style-three .testimonial-content .quote-icon {
  width: 96px;
  height: 96px;
}
.testimonial-card.style-three .testimonial-content p {
  font-size: 24px;
  line-height: 34px;
  margin: 32px 0 24px;
}
.testimonial-card.style-three .testimonial-content h6 {
  padding-left: 0;
}
.testimonial-card.style-three .testimonial-content h6:before {
  display: none;
}
.testimonial-card.style-three .testimonial-img {
  width: 306px;
}

.testimonial-slider-one.style-one {
  padding-left: 100px;
}
.testimonial-slider-one.style-one .slider-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.testimonial-slider-one.style-one:before {
  position: absolute;
  top: 0;
  left: 40px;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed rgba(45, 28, 34, 0.12);
}
.testimonial-slider-one.style-two {
  padding-right: 100px;
}
.testimonial-slider-one.style-two:before {
  position: absolute;
  top: 0;
  right: 40px;
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dashed rgba(45, 28, 34, 0.12);
}
.testimonial-slider-one.style-three {
  padding-left: 45px;
}
.testimonial-slider-one.style-three:before {
  position: absolute;
  top: 0;
  left: 0px;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed rgba(45, 28, 34, 0.12);
}

.testimonial-bg-wrap .testimonial-bg {
  width: calc(100% - 125px);
}

/*-------------------------------
    Award Card CSS
-------------------------------*/
.award-card.style-one {
  padding: 18px;
  border-radius: 50px;
  border: 1px dashed rgba(0, 0, 0, 0.18);
}
.award-card.style-one .award-badge {
  width: 72px;
  height: 72px;
}
.award-card.style-one .award-title {
  width: calc(100% - 92px);
  margin-left: auto;
}
.award-card.style-one:hover {
  background-color: rgba(251, 189, 6, 0.1);
}

/*-------------------------------
    CTA & Brand Logo CSS
-------------------------------*/
.brand-slider .swiper-slide.swiper-slide-active .brand-logo img {
  opacity: 1;
}

.brand-logo img {
  opacity: 0.2;
  transition: var(--transition);
}
.brand-logo:hover img {
  opacity: 1;
}

.cta-area.style-one {
  background-image: url(../img/cta/cta-bg-1.jpg);
  padding: 80px 0;
}
.cta-area.style-one .section-shape {
  opacity: 0.5;
}
.cta-area.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color:#000;
  z-index: -1;
}.section-title.style-two{z-index: 1;position: relative;}.cta-area.style-one .section-shape{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.cta-area.style-one .circle-text-wrap {
  width: 254px;
  height: 254px;
  padding: 20px 15px 15px;
  border: 1px dashed rgba(255, 255, 255, 0.99);
}
.cta-area.style-one .circle-text-wrap .arrow-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta-area.style-two {
  background-image: url(../img/cta/cta-bg-2.jpg);
  padding: 80px 0;
}
.cta-area.style-two .section-shape {
  opacity: 0.2;
}
.cta-area.style-two:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(71, 53, 0, 0.56);
  z-index: -1;
}
.cta-area.style-two .circle-text-wrap {
  width: 237px;
  height: 237px;
  padding: 14px 15px 14px;
  border: 1px dashed rgba(255, 255, 255, 0.99);
}
.cta-area.style-two .circle-text-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
  border: 50px solid var(--primaryColor);
}
.cta-area.style-two .circle-text-wrap .arrow-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta-area.style-three {
  background-image: url(../img/cta/cta-bg-3.jpg);
  padding: 235px 0 125px;
  margin-top: -110px;
  border-radius: 0 0 45px 45px;
}
.cta-area.style-three .section-shape {
  opacity: 0.2;
}
.cta-area.style-three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(71, 53, 0, 0.56);
  z-index: -1;
}
.cta-area.style-three .circle-text-wrap {
  width: 237px;
  height: 237px;
  padding: 14px 15px 14px;
  border: 1px dashed rgba(255, 255, 255, 0.99);
}
.cta-area.style-three .circle-text-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
  border: 50px solid var(--primaryColor);
}
.cta-area.style-three .circle-text-wrap .arrow-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta-area.style-four {
  background-image: url(../img/cta/cta-bg-3.jpg);
  padding: 135px 0 125px;
  border-radius: 0 0 45px 45px;
}
.cta-area.style-four .section-shape {
  opacity: 0.2;
}
.cta-area.style-four:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(71, 53, 0, 0.56);
  z-index: -1;
}
.cta-area.style-four .circle-text-wrap {
  width: 237px;
  height: 237px;
  padding: 14px 15px 14px;
  border: 1px dashed rgba(255, 255, 255, 0.99);
}
.cta-area.style-four .circle-text-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
  border: 50px solid var(--primaryColor);
}
.cta-area.style-four .circle-text-wrap .arrow-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*-------------------------------
    Team & Team Single CSS
-------------------------------*/
.team-area.style-one .slider-btn .prev-btn,
.team-area.style-one .slider-btn .next-btn {
  position: absolute;
  top: 60%;
  z-index: 1;
  transform: translateY(-50%);
}
.team-area.style-one .slider-btn .prev-btn {
  left: 15px;
}
.team-area.style-one .slider-btn .next-btn {
  right: 15px;
}

.team-card.style-one .team-img {
  margin-bottom: 23px;
}
.team-card.style-one .team-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.team-card.style-one .team-info .social-profile.style-two li {
  margin-right: 9px;
  padding-right: 9px;
  border-right-color: rgba(85, 85, 85, 0.31);
}
.team-card.style-one .team-info .social-profile.style-two li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.team-card.style-one .team-info .social-profile.style-two li a i {
  font-size: 17px;
  color: var(--paraColor);
}
.team-card.style-one .team-info .social-profile.style-two li a:hover i {
  color: var(--primaryColor);
}

.single-team-box {
  padding: 25px;
}
.single-team-box .single-team-details .team-member-info {
  margin-bottom: 55px;
}
.single-team-box .single-team-infolist {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dashed rgba(0, 0, 0, 0.11);
}
.single-team-box .single-team-infolist li {
  margin-bottom: 10px;
}
.single-team-box .single-team-infolist li:last-child {
  margin-bottom: 0;
}
.single-team-box .btn span.btn-text {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-desc .feature-list li {
  padding-left: 22px;
  margin-bottom: 11px;
}
.team-desc .feature-list li:last-child {
  margin-bottom: 0;
}
.team-desc .feature-list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f5a29c;
}

/*-------------------------------
    Location Section CSS
-------------------------------*/
.location-area.style-one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 78%;
  background-color: #f8f3f0;
  border-radius: 40px;
  z-index: -1;
}
.location-area.style-one .location-box,
.location-area.style-two .location-box {
  padding: 27px;
}
.location-area.style-one .location-box .location-filter,
.location-area.style-two .location-box .location-filter {
  -moz-column-gap: 14px;
  column-gap: 14px;
}
.location-area.style-one .location-box .location-filter .form-group,
.location-area.style-two .location-box .location-filter .form-group {
  width: calc(23% - 8px);
  margin-bottom: 25px;
}
.location-area.style-one .location-box .location-filter .form-group:nth-child(1),
.location-area.style-two .location-box .location-filter .form-group:nth-child(1) {
  width: calc(30% - 8px);
}
.location-area.style-one .location-box .location-filter .form-group input,
.location-area.style-one .location-box .location-filter .form-group select,
.location-area.style-two .location-box .location-filter .form-group input,
.location-area.style-two .location-box .location-filter .form-group select {
  padding: 10px 18px;
}
.location-area.style-one .location-box .location-filter .form-group select,
.location-area.style-two .location-box .location-filter .form-group select {
  background-image: url(../img/icons/down-arrow-gray.svg);
  background-position: calc(100% - 18px) 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.location-area.style-one .location-box .location-filter .form-group input::-moz-placeholder,
.location-area.style-two .location-box .location-filter .form-group input::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.location-area.style-one .location-box .location-filter .form-group input::placeholder,
.location-area.style-two .location-box .location-filter .form-group input::placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.location-area.style-one .location-box.style-one,
.location-area.style-two .location-box.style-one {
  box-shadow: 0px 0px 40px #eae5e2;
}
.location-area .scrollable-container {
  height: 408px;
  overflow-y: scroll;
  direction: rtl;
  padding-left: 10px;
  scrollbar-width: thin;
  scrollbar-color: #f5a29c #fce2e0;
}
.location-area .scrollable-container > * {
  direction: ltr;
}

.scrollable-container::-webkit-scrollbar {
  width: 3px;
}

.scrollable-container::-webkit-scrollbar-track {
  background: #fce2e0;
  border-radius: 50px;
}

.scrollable-container::-webkit-scrollbar-thumb {
  background-color: #f5a29c;
  border-radius: 50px;
}

/*-------------------------------
    Property Card CSS
-------------------------------*/
.property-filter-box {
  padding: 30px 20px 15px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.property-filter-box .form-group {
  width: calc(16% - 9px);
}
.property-filter-box .form-group:nth-child(1) {
  width: calc(19% - 9px);
}
.property-filter-box .form-group input,
.property-filter-box .form-group select {
  border-radius: 50px;
  padding: 10px 14px;
  font-size: 15px;
  color: var(--paraColor);
}
.property-filter-box .form-group input::-moz-placeholder,
.property-filter-box .form-group select::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.property-filter-box .form-group input::placeholder,
.property-filter-box .form-group select::placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.property-filter-box .form-group select {
  background-image: url(../img/icons/down-arrow-gray.svg);
  background-position: calc(100% - 18px) 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.property-filter-box .form-group .btn span.btn-text {
  padding-left: 15px;
  padding-right: 15px;
}

.property-card.style-one .property-img {
  margin-bottom: 23px;
}
.property-card.style-one .property-img .property-price {
  top: 20px;
  line-height: 1;
  padding: 7px 5px 5px 11px;
  border-radius: 50px 0 0 50px;
}
.property-card.style-one p {
  padding-left: 22px;
}
.property-card.style-one p img,
.property-card.style-one p i {
  position: absolute;
  top: 3px;
  left: 0;
}
.property-card.style-two .property-img {
  width: 198px;
}
.property-card.style-two .property-info {
  width: calc(100% - 223px);
  margin-left: auto;
}
.property-card.style-two .property-info .property-category {
  border-radius: 50px;
  padding: 5px 10px;
  line-height: 1;
}
.property-card.style-two .property-info .property-category:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
.property-card.style-two .property-info h3 {
  margin-top: 65px;
  margin-bottom: 13px;
}
.property-card.style-two .property-info p {
  padding-left: 24px;
  position: relative;
}
.property-card.style-two .property-info p i,
.property-card.style-two .property-info p img {
  position: absolute;
  top: 2px;
  left: 0;
}

.single-property-video {
  height: 422px;
  border-radius: 10px;
  overflow: hidden;
  background-image: url(../img/properties/single-property-2.jpg);
}
.single-property-video:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.single-property-video .play-icon {
  width: 100px;
  height: 100px;
  border: 1px solid var(--secondaryColor);
  background-color: transparent;
  top: 50%;
  left: 50%;
  transition: var(--transition);
  transform: translate(-50%, -50%);
}
.single-property-video .play-icon i {
  color: var(--secondaryColor);
  font-size: 25px;
  line-height: 1;
  transition: var(--transition);
}
.single-property-video .play-icon:hover {
  background-color: var(--secondaryColor);
}
.single-property-video .play-icon:hover i {
  color: var(--titleColor);
}

.single-property-amenities li {
  width: 20%;
  padding-left: 22px;
  margin-bottom: 11px;
}
.single-property-amenities li:last-child {
  margin-bottom: 0;
}
.single-property-amenities li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f5a29c;
}

/*-------------------------------
    Career CSS
-------------------------------*/
.job-card.style-one {
  padding: 0 10px 0;
}
.job-card.style-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 70%;
  background-color: #f3f3f3;
  z-index: -1;
  border-radius: 10px;
}
.job-card.style-one .job-img .job-salary {
  top: 12px;
  line-height: 1;
  padding: 9px 12px 7px;
  border-radius: 50px 0 0 50px;
}
.job-card.style-one .job-info {
  padding: 22px 10px 22px;
}
.job-card.style-one .job-info .job-metainfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 15px 0 6px;
  margin: 15px 0 15px;
}

.job-metainfo li {
  display: inline-block;
  padding-left: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.job-metainfo li:last-child {
  margin-right: 0;
}
.job-metainfo li i,
.job-metainfo li img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.job-desc .single-para {
  margin-bottom: 35px;
}
.job-desc .single-para:last-child {
  margin-bottom: 0;
}
.job-desc .single-para p {
  margin-bottom: 20px;
}
.job-desc .single-para p:last-child {
  margin-bottom: 0;
}
.job-desc .feature-list li {
  margin-bottom: 10px;
  padding-left: 15px;
}
.job-desc .feature-list li:last-child {
  margin-bottom: 0;
}
.job-desc .feature-list li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--titleColor);
}
.job-desc .single-img .job-salary {
  top: 12px;
  line-height: 1;
  padding: 9px 12px 7px;
  border-radius: 50px 0 0 50px;
  background-color: #ffecb4;
}
.job-desc .single-job-title {
  margin: -65px 17px 40px;
  padding: 25px 25px 5px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.job-desc .single-job-title .job-metainfo {
  padding-top: 18px;
  margin-top: 15px;
  border-top: 1px dashed rgba(45, 28, 34, 0.23);
}
.job-desc .single-job-title .job-metainfo li {
  margin-right: 45px;
  padding-left: 0;
}
.job-desc .single-job-title .job-metainfo li:last-child {
  margin-right: 0;
}
.job-desc .single-job-title .job-metainfo li img {
  position: relative;
  margin-right: 9px;
  top: 6px;
}

/*-------------------------------
        FAQ, Account & Error CSS
-------------------------------*/
.accordion.style-one .accordion-item {
  margin: 0 0 18px;
  padding: 0;
  border: 1px dashed transparent;
  border-radius: 3px;
  background-color: transparent;
}
.accordion.style-one .accordion-item:last-child {
  margin: 0;
}
.accordion.style-one .accordion-item .accordion-header .accordion-button {
  display: flex;
  align-items: flex-start !important;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  color: var(--titleColor);
  text-align: left;
  align-items: center;
  padding: 16px 40px 16px 25px;
  border-radius: 3px;
  background-color: #f3f3f3;
  box-shadow: none;
  transition: var(--transition);
}
.accordion.style-one .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion.style-one .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 13px;
  right: 4px;
  text-align: center;
  transition: var(--transition);
}
.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin: 0 auto;
  color: #5f6368;
  transform: translate(-50%, -50%);
  transition: var(--transition);
}
.accordion.style-one .accordion-item .accordion-header .accordion-button .accord-arrow i.minus {
  visibility: hidden;
  opacity: 0;
  top: 50%;
}
.accordion.style-one .accordion-item .accordion-body {
  padding: 24px 25px 20px 25px;
  border-top: none;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.accordion.style-one .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-item:not(.collapsed) {
  border: 1px dashed rgba(45, 28, 34, 0.1) !important;
}
.accordion-item:not(.collapsed) .accordion-button span .plus {
  visibility: hidden;
  opacity: 0;
}
.accordion-item:not(.collapsed) .accordion-button span .minus {
  visibility: visible !important;
  opacity: 1 !important;
}

.error-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/*-------------------------------
    Contact CSS
-------------------------------*/
.contact-card.style-one {
  padding: 40px 40px 39px;
  transition: var(--transition);
}
.contact-card.style-one .contact-icon {
  width: 59px;
  height: 59px;
}
.contact-card.style-one .contact-info {
  width: calc(100% - 70px);
  margin-left: auto;
}
.contact-card.style-one .contact-info span:first-child {
  margin-bottom: 3px;
}
.contact-card.style-one:hover .contact-icon {
  background-color: var(--primaryColor);
}
.contact-card.style-one:hover .contact-icon img {
  filter: brightness(0) invert(1);
}

.checkbox {
  display: block;
}
.checkbox.form-check {
  padding-left: 0;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}
.checkbox.style-one label {
  padding-left: 30px;
}
.checkbox.style-one label:before {
  width: 21px;
  height: 21px;
  border: 1px solid rgba(45, 28, 34, 0.3);
  top: 2px;
  border-radius: 5px;
}

.checkbox.style-one input:checked + label:before,
.checkbox.style-two input:checked + label:before {
  border-color: transparent;
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
}

.checkbox.style-one input:checked + label:after {
  top: 2px;
  left: 0px;
  width: 21px;
  height: 21px;
  border-radius: 5px;
  background: var(--primaryColor);
}

.checkbox.style-two input:checked + label:after {
  top: 5px;
  left: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--primaryColor);
}

/*-------------------------------
    Blog Card CSS
-------------------------------*/
.blog-area.style-two:before,
.blog-area.style-two:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
}
.blog-area.style-two:before {
  height: 100%;
  border-radius: 0 0 45px 45px;
  background-color: var(--whiteColor);
  z-index: -1;
}
.blog-area.style-two:after {
  height: 30%;
  background-color: var(--optionalColor);
  z-index: -2;
}

.blog-card h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}
.blog-card .blog-img img {
  transform: translate3d(0, 0, 0) scale(1.09);
  -webkit-transform: translate3d(0, 0, 0) scale(1.09);
  transition:
    opacity 0.35s,
    transform 0.45s,
    filter 0.35s;
}
.blog-card .blog-metainfo {
  margin-bottom: 13px;
}
.blog-card:hover .blog-img img {
  transform: translate3d(-4%, 0, 0) scale(1.09);
  -webkit-transform: translate3d(-4%, 0, 0) scale(1.09);
}
.blog-card:hover .blog-img .blog-date.bg-white {
  background-color: var(--primaryColor) !important;
  color: var(--whiteColor);
}
.blog-card.style-one .blog-img .blog-date {
  top: 13px;
  left: 13px;
}
.blog-card.style-two .blog-img .blog-date {
  bottom: 15px;
  right: 15px;
}
.blog-card .blog-img {
  margin-bottom: 18px;
}
.blog-card .blog-date {
  width: 66px;
  height: 74px;
  padding-top: 5px;
}
.blog-card .blog-date:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.blog-metainfo li {
  margin-right: 3px;
  padding-right: 13px;
  font-weight: 500;
}
.blog-metainfo li:after {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  content: "/";
  font-size: 16px;
  color: var(--paraColor);
  transform: translateY(-50%);
}
.blog-metainfo li:last-child:after {
  display: none;
}
.blog-metainfo li a {
  color: var(--paraColor);
}
.blog-metainfo li a:hover {
  color: var(--primaryColor);
}

/*-------------------------------
    Sidebar Widget CSS
-------------------------------*/
.sidebar .sidebar-widget {
  padding: 25px;
  margin-bottom: 35px;
}
.sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}
.sidebar .sidebar-widget .sidebar-widget-title {
  padding-bottom: 13px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
.sidebar .sidebar-widget .sidebar-widget-title img {
  margin-right: 12px;
  top: -2px;
}
.sidebar .sidebar-widget.bg-1 {
  background-color: #fff7f2;
}
.sidebar .sidebar-widget.bg-2 {
  background-color: rgba(245, 162, 156, 0.19);
}
.sidebar .sidebar-widget.style-two {
  margin-bottom: 25px;
}
.sidebar .sidebar-widget.style-two:last-child {
  margin-bottom: 0;
}

.search-widget form input {
  height: 50px;
  padding: 12px 60px 12px 18px;
}
.search-widget form input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.search-widget form input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.search-widget form button {
  right: 18px;
  padding: 0 0 0 15px;
}
.search-widget form button:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 1px;
  height: 22px;
  border-left: 1px dashed rgba(45, 28, 34, 0.1);
  transform: translateY(-50%);
}

.category-widget ul li {
  margin-bottom: 10px;
}
.category-widget ul li:last-child {
  margin-bottom: 0;
}
.category-widget ul li a {
  padding-left: 28px;
  font-size: 15px;
  font-weight: 500;
  color: var(--paraColor);
}
.category-widget ul li a img {
  top: 1px;
  left: 0;
}
.category-widget ul li a:hover {
  color: var(--primaryColor);
  padding-left: 32px;
}

.rp-post-wrap .rp-post-card {
  margin-bottom: 30px;
}
.rp-post-wrap .rp-post-card:last-child {
  margin-bottom: 0;
}

.rp-post-card .rp-post-img {
  width: 85px;
  border-radius: 12px;
}
.rp-post-card .rp-post-img img {
  border-radius: 12px;
}
.rp-post-card .rp-post-info {
  width: calc(100% - 100px);
  margin-left: auto;
  position: relative;
}
.rp-post-card .rp-post-info h5 {
  line-height: 26px;
}
.rp-post-card .rp-post-info span {
  position: relative;
  padding-left: 20px;
}
.rp-post-card .rp-post-info span i {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(31, 14, 20, 0.36);
}
.rp-post-card.style-two .rp-post-img {
  padding: 15px;
  height: 83px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rp-post-card.style-two .rp-post-img img {
  display: block;
  margin: 0 auto;
}
.rp-post-card.style-two .rp-post-info .rating {
  margin-bottom: 6px;
}
.rp-post-card.style-two .rp-post-info .rating li {
  margin-right: 2px;
}
.rp-post-card.style-two .rp-post-info .rating li i {
  color: #ffb62e;
  font-size: 17px;
}
.rp-post-card.style-two .rp-post-info h5 {
  margin-bottom: 0;
}

.tags-widget ul {
  margin-top: -8px;
}
.tags-widget ul li {
  display: inline-block;
  margin: 10px 4px 0px 0px;
}
.tags-widget ul li a {
  display: inline-block;
  line-height: 15px;
  font-size: 15px;
  font-weight: 500;
  padding: 8.5px 15px 8.5px;
  border-radius: 8px;
  color: var(--paraColor);
  background-color: var(--whiteColor);
  border-radius: 50px;
  transition: var(transition);
}
.tags-widget ul li a:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.property-info-list li {
  margin-bottom: 7px;
}
.property-info-list li:last-child {
  margin-bottom: 0;
}

.contact-list li {
  margin-bottom: 15px;
  padding-left: 26px;
}
.contact-list li:last-child {
  margin-bottom: 0;
}
.contact-list li img {
  position: absolute;
  top: 4px;
  left: 0;
}

.experience-list li {
  padding-left: 25px;
  margin-bottom: 10px;
}
.experience-list li:last-child {
  margin-bottom: 0;
}
.experience-list li img {
  position: absolute;
  top: 6px;
  left: 0;
}

.job-brief {
  padding: 10px 0 0;
}
.job-brief li {
  padding: 20px 30px 25px;
  margin-bottom: 10px;
  border-bottom: 1px dashed rgba(96, 125, 139, 0.23);
}
.job-brief li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/*-------------------------------
    Blog Details CSS
-------------------------------*/
.blog-desc p,
.property-desc p,
.service-desc p,
.terms-wrap p {
  margin-bottom: 22px;
}
.blog-desc p strong,
.blog-desc p b,
.property-desc p strong,
.property-desc p b,
.service-desc p strong,
.service-desc p b,
.terms-wrap p strong,
.terms-wrap p b {
  color: var(--blackColor);
}
.blog-desc h1,
.blog-desc h2,
.blog-desc h3,
.blog-desc h4,
.blog-desc h5,
.blog-desc h6,
.property-desc h1,
.property-desc h2,
.property-desc h3,
.property-desc h4,
.property-desc h5,
.property-desc h6,
.service-desc h1,
.service-desc h2,
.service-desc h3,
.service-desc h4,
.service-desc h5,
.service-desc h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
  margin-bottom: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.blog-desc h1,
.property-desc h1,
.service-desc h1,
.terms-wrap h1 {
  font-size: 32px;
}
.blog-desc h2,
.property-desc h2,
.service-desc h2,
.terms-wrap h2 {
  font-size: 30px;
}
.blog-desc h3,
.property-desc h3,
.service-desc h3,
.terms-wrap h3 {
  font-size: 28px;
}
.blog-desc h4,
.property-desc h4,
.service-desc h4,
.terms-wrap h4 {
  font-size: 26px;
}
.blog-desc h5,
.property-desc h5,
.service-desc h5,
.terms-wrap h5 {
  font-size: 24px;
}
.blog-desc h6,
.property-desc h6,
.service-desc h6,
.terms-wrap h6 {
  font-size: 20px;
}
.blog-desc p:last-child,
.property-desc p:last-child,
.service-desc p:last-child,
.terms-wrap p:last-child {
  margin-bottom: 0;
}
.blog-desc ol,
.property-desc ol,
.service-desc ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}
.blog-desc ol li,
.property-desc ol li,
.service-desc ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  padding-left: 3px;
}
.blog-desc .single-para,
.property-desc .single-para,
.service-desc .single-para,
.terms-wrap .single-para {
  margin-bottom: 35px;
}
.blog-desc .single-para:last-child,
.property-desc .single-para:last-child,
.service-desc .single-para:last-child,
.terms-wrap .single-para:last-child {
  margin-bottom: 0;
}
.blog-desc .single-para p,
.property-desc .single-para p,
.service-desc .single-para p,
.terms-wrap .single-para p {
  margin-bottom: 16px;
}
.blog-desc .single-para p:last-child,
.property-desc .single-para p:last-child,
.service-desc .single-para p:last-child,
.terms-wrap .single-para p:last-child {
  margin-bottom: 0;
}
.blog-desc .feature-card img,
.property-desc .feature-card img,
.service-desc .feature-card img,
.terms-wrap .feature-card img {
  max-width: 25px;
  display: block;
  margin-bottom: 12px;
}
.blog-desc .feature-card h3,
.property-desc .feature-card h3,
.service-desc .feature-card h3,
.terms-wrap .feature-card h3 {
  font-size: 16px;
  line-height: 26px;
}
.blog-desc .single-img .blog-date,
.property-desc .single-img .blog-date,
.service-desc .single-img .blog-date,
.terms-wrap .single-img .blog-date {
  width: 66px;
  height: 74px;
  padding-top: 5px;
  top: 13px;
  left: 13px;
}
.blog-desc .single-img .property-price,
.property-desc .single-img .property-price,
.service-desc .single-img .property-price,
.terms-wrap .single-img .property-price {
  top: 20px;
  line-height: 1;
  padding: 7px 5px 5px 11px;
  border-radius: 50px 0 0 50px;
}
.blog-desc .testimonial-card.style-two,
.property-desc .testimonial-card.style-two,
.service-desc .testimonial-card.style-two,
.terms-wrap .testimonial-card.style-two {
  padding: 28px 35px 30px;
}
.blog-desc .testimonial-card.style-two .quote-icon,
.property-desc .testimonial-card.style-two .quote-icon,
.service-desc .testimonial-card.style-two .quote-icon,
.terms-wrap .testimonial-card.style-two .quote-icon {
  width: 96px;
  height: 96px;
}
.blog-desc .testimonial-card.style-two p,
.property-desc .testimonial-card.style-two p,
.service-desc .testimonial-card.style-two p,
.terms-wrap .testimonial-card.style-two p {
  font-size: 24px;
  line-height: 32px;
  margin: 28px 0 20px;
}
.blog-desc .testimonial-card.style-two h6,
.property-desc .testimonial-card.style-two h6,
.service-desc .testimonial-card.style-two h6,
.terms-wrap .testimonial-card.style-two h6 {
  padding-left: 0;
}
.blog-desc .testimonial-card.style-two h6:before,
.property-desc .testimonial-card.style-two h6:before,
.service-desc .testimonial-card.style-two h6:before,
.terms-wrap .testimonial-card.style-two h6:before {
  display: none;
}
.blog-desc .feature-item-list.style-one li,
.property-desc .feature-item-list.style-one li,
.service-desc .feature-item-list.style-one li,
.terms-wrap .feature-item-list.style-one li {
  padding-left: 15px;
  margin-bottom: 10px;
}
.blog-desc .feature-item-list.style-one li:last-child,
.property-desc .feature-item-list.style-one li:last-child,
.service-desc .feature-item-list.style-one li:last-child,
.terms-wrap .feature-item-list.style-one li:last-child {
  margin-bottom: 0;
}
.blog-desc .feature-item-list.style-one li:before,
.property-desc .feature-item-list.style-one li:before,
.service-desc .feature-item-list.style-one li:before,
.terms-wrap .feature-item-list.style-one li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--titleColor);
}
.blog-desc .feature-item-list.style-two li,
.property-desc .feature-item-list.style-two li,
.service-desc .feature-item-list.style-two li,
.terms-wrap .feature-item-list.style-two li {
  margin-bottom: 10px;
  padding-left: 15px;
}
.blog-desc .feature-item-list.style-two li:last-child,
.property-desc .feature-item-list.style-two li:last-child,
.service-desc .feature-item-list.style-two li:last-child,
.terms-wrap .feature-item-list.style-two li:last-child {
  margin-bottom: 0;
}
.blog-desc .feature-item-list.style-two li:before,
.property-desc .feature-item-list.style-two li:before,
.service-desc .feature-item-list.style-two li:before,
.terms-wrap .feature-item-list.style-two li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--titleColor);
}

.post-metaoption {
  padding: 14px 20px;
  border: 1px dashed rgba(45, 28, 34, 0.1);
  margin-top: 40px;
  border-radius: 10px;
}
.post-metaoption .tag-list li {
  display: inline-block;
}
.post-metaoption .tag-list li a {
  color: var(--paraColor);
}
.post-metaoption .tag-list li a:hover {
  color: var(--primaryColor);
}

.post-tag span,
.post-share span {
  margin-right: 5px;
}

.comment-form {
  padding: 49px 58px 55px;
}
.comment-form.style-two {
  padding: 45px 34px;
}

.form-wrapper.style-one .form-group input,
.form-wrapper.style-one .form-group select,
.contact-form .form-group input,
.contact-form .form-group select,
.comment-form .form-group input,
.comment-form .form-group select {
  height: 50px;
  padding: 13px 18px;
}
.form-wrapper.style-one .form-group input:focus,
.form-wrapper.style-one .form-group select:focus,
.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.comment-form .form-group input:focus,
.comment-form .form-group select:focus {
  outline: 0;
}
.form-wrapper.style-one .form-group input::-moz-placeholder,
.form-wrapper.style-one .form-group textarea::-moz-placeholder,
.contact-form .form-group input::-moz-placeholder,
.contact-form .form-group textarea::-moz-placeholder,
.comment-form .form-group input::-moz-placeholder,
.comment-form .form-group textarea::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.form-wrapper.style-one .form-group input::placeholder,
.form-wrapper.style-one .form-group textarea::placeholder,
.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder,
.comment-form .form-group input::placeholder,
.comment-form .form-group textarea::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.form-wrapper.style-one .form-group textarea,
.contact-form .form-group textarea,
.comment-form .form-group textarea {
  height: 150px;
  resize: none;
  padding: 14px 20px;
}
.form-wrapper.style-one .form-group textarea:focus,
.contact-form .form-group textarea:focus,
.comment-form .form-group textarea:focus {
  outline: 0;
}

.comment-item-wrap .comment-item {
  margin-bottom: 40px;
}
.comment-item-wrap .comment-item.reply {
  margin-left: 105px;
}
.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
}
.comment-item-wrap .comment-item .comment-author-img {
  width: 80px;
  position: relative;
  top: 5px;
}
.comment-item-wrap .comment-item .comment-author-info {
  width: calc(100% - 108px);
  margin-left: auto;
}
.comment-item-wrap .comment-item .comment-text:last-child {
  margin-bottom: 0;
}

.add-star-rating {
  text-align: start;
  overflow: hidden;
}
.add-star-rating label {
  float: left;
  cursor: pointer;
  position: relative;
  margin-right: 3px;
}
.add-star-rating label:before {
  transition: var(--transition);
  content: "\f18b";
  font-size: 16px;
  line-height: 1;
  color: #ffba00;
  transition: var(--transition);
}
.add-star-rating input {
  display: none;
}
.add-star-rating input:checked ~ label:before,
.add-star-rating:not(:checked) > label:hover:before,
.add-star-rating:not(:checked) > label:hover ~ label:before {
  content: "\f186";
  color: #ffba00;
} /*# sourceMappingURL=style.css.map */

.hero-area.style-one {
  height: 800px;
}
.navbar-area.style-one.sticky,
.navbar-area.style-three.sticky {
  background: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px;
}
.navbar-area.sticky.navbar-area.style-one .menu > ul > li > a,
.navbar-area.style-three .menu > ul > li > a {
  color: #000;font-size:17px;
}..testimonial-card.style-two p{font-size:24px !important;font-weight:400;}
.hero-area.style-one .hero-content {
  width: 55%;
}
.navbar-brand svg {
  width: 180px;
  height: 100px;
}
.navbar-area.sticky .navbar-brand svg {
  width: 120px;
  height: 80px;
}
.navbar-area {
  width: 100%;
  background: #fff;
  padding: 8px 0px;
  height: auto;
  display: block;
  position: fixed !important;
  z-index: 99999;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.navbar-area.style-one {
  margin-top: 0px;
}
.hero-area.style-one {
  margin-top: 100px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 0px;
  padding: 0px;
}.hero-area.style-one:before{content: '';background: linear-gradient(to right,#0000004d,transparent);position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.hero-area .row {
  height: 100%;
}.social-share p,.footer-widget.mb-30.ps-xxl-5{margin-bottom: 0px;}
.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.hero-area .container {
  height: 100%;
}
.navbar-area.style-one .menu > ul > li > a,
.navbar-area.style-three .menu > ul > li > a {
  padding-top: 25px;
  padding-bottom:25px;
}
.hero-area.style-one:after {
  height: 750px;
}
.hero-area.style-one .hero-img {
  bottom: 0;
}
.cbtn::before {
  background-color: var(--secondaryColor);
  border-radius: 50px;
}
.cbtn {
  position: relative;
}.menu,.menu .menu-mobile-header{background:#fff;}
.menu-item-has-children{position:relative;}.menu-item-has-children::after{content:'';position:absolute;background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPgogICAgICA8cGF0aCBkPSJNMTUuNTQgMTEuMjlMOS44OCA1LjY0YTEgMSAwIDAgMC0xLjQyIDBhMSAxIDAgMCAwIDAgMS40MWw0Ljk1IDVMOC40NiAxN2ExIDEgMCAwIDAgMCAxLjQxYTEgMSAwIDAgMCAuNzEuM2ExIDEgMCAwIDAgLjcxLS4zbDUuNjYtNS42NWExIDEgMCAwIDAgMC0xLjQ3eiI+PC9wYXRoPgogICAgPC9zdmc+')no-repeat;right: 15px;
    top: 18px;
    width: 20px;
    height: 20px;
    background-size: 20px;}
span.btn-text.d-inline-block.fw-semibold.position-relative.transition {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
}.fw-semibold{font-weight:500 !important;}
.btn.style-two span.btn-icon.nopad:before {
  background-color: var(--primaryColor);
}
.btn span.btn-icon {
  width: 30px;
  height: 30px;
}.menu-item-has-children::after{display:none;}
.btn span.btn-text {
  padding: 9px 10px 9px 20px;
}
.btn.style-two span.btn-text:before {
  background-color: #000;
}
.btn.style-two:hover span.btn-icon {
  color: var(--primaryColor);
}
.btn.style-two span.btn-icon:after {
  background-color: #fff;
}
.btn.style-two:hover span.btn-icon img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(36%) saturate(7493%) hue-rotate(350deg) brightness(99%)
    contrast(105%);
}
.navbar-area.sticky .btn.style-two span.btn-text:before {
  background-color: #000;
}
.navbar-area.sticky .cbtn span {
  color: #fff;
}
.btn.style-two span.btn-icon img {
  transition: all 0.3s ease;
}
.btn.style-one span.btn-icon:before {
  background-color: #fff;
}
.btn.style-one span.btn-icon i {
  color: var(--primaryColor);
}
.btn.style-one span.btn-text:after {
  background-color: #fff;
}
.btn.style-one span.btn-icon:after {
  background-color: var(--primaryColor);
}
.btn.style-two:hover span.btn-icon img {
  transform: rotate(45deg);
}
.footbtn {
  display: flex;
  justify-content: flex-end;
}
.fw-black {
  font-weight: 600;
  color: var(--primaryColor);
}
.footer-area.style-one {
  margin: 0px !important;
  border-radius: 0px !important;
}
.cta-area.style-one {
  padding: 40px 0px;
}
.social-profile.style-two li a i {
  font-size: 20px;
}
.borbot {
  border-bottom: 1px solid #e5e5e5;
}
.footer-area {
  padding-bottom: 0px !important;
}
.hero-area.style-one .hero-content h1 {
  font-size: 60px;
  line-height: 1.05;
}
.navbar-area .btn.style-two span.btn-icon img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(94%) saturate(43%) hue-rotate(67deg) brightness(108%)
    contrast(100%);
}
.navbar-area.sticky .btn.style-two:hover span.btn-icon img {
  filter: brightness(0) saturate(100%) invert(26%) sepia(85%) saturate(3850%) hue-rotate(352deg) brightness(102%)
    contrast(101%);
}
.section-subtitle.style-one img,
.section-subtitle.style-one i,
.section-subtitle.style-two img,
.section-subtitle.style-two i {
  width: 20px;
  filter: brightness(0) saturate(100%) invert(26%) sepia(85%) saturate(3850%) hue-rotate(352deg) brightness(102%)
    contrast(101%);
}
.about-area.style-one .about-content .about-subcontent {
  padding-left: 0px !important;
}
.about-area.style-one .about-content {
  padding-left: 35px !important;
}
.counter-card svg {
  width: 40px;
  height: 40px;
  margin-bottom: 40px;
}
.counter-card svg path {
  fill: #ff2e17;
}
.desdev a {
  color: #fff;
}
.desdev a:hover {
  color: var(--primaryColor);
}
footer .p-3 {
  padding: 1rem 0rem !important;
}
.borbot p {
  color: #dddddd !important;
}
.desdev p {
  color: #dddddd !important;
}
.category-card img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(80%) saturate(7012%) hue-rotate(350deg) brightness(106%)
    contrast(108%);
}
.wh-area.style-one .wh-img-wrap .wh-thumb {
  width: 300px;
  height: 250px;
  object-fit: contain;
}
.project-info h2 {
  margin-bottom: 15px;
}
.about-area.style-one .about-img-wrap .about-thumb {
  left: -30px;
}.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.project-card.style-two:after,
.project-card.style-four:after {
  background: linear-gradient(to top, rgb(0 0 0 / 30%), rgba(0, 0, 0, 0.1));
  backdrop-filter: blur(0px);
  visibility: visible;
  opacity: 1;
}
.project-card.style-two:hover .project-status,
.project-card.style-four:hover .project-status {
  color: var(--primaryColor);
}
.wh-area.style-one .wh-img-wrap .wh-thumb {
  width: 300px;
  height: 200px;
}
.ifmap {
  width: 100%;
}
.service-card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card-wrap.style-one .service-card {
  width: 100% !important;
}
.service-card .ssvg {
  width: 70px;
  height: 70px;
  filter: brightness(0) saturate(100%) invert(81%) sepia(20%) saturate(2296%) hue-rotate(303deg) brightness(115%)
    contrast(92%);
}
.service-card.style-three h3 {
  margin: 30px 0 15px;
}
.lift-card {
  height: 520px;
  border-radius: 20px;
}
.btn.style-two span.btn-text,
.btn.style-two span.btn-icon {
  color: #fff;
}
.navbar-area.style-one {
  transition: all 0.3s ease;
}
.navbar-area.style-one .menu > ul > li > a,
.navbar-area.style-three .menu > ul > li > a {
  color: #000;
}
.btn.style-two:hover span.btn-icon img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(73%) saturate(3078%) hue-rotate(349deg) brightness(99%)
    contrast(108%);
}
.lift-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.lift-img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  transition: all 0.5s ease;
}

/* Overlay always visible */
.lift-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 30%), rgba(0, 0, 0, 0.1));
  display: flex;
  align-items: flex-end;
  padding: 20px 30px;
}

/* Hide content & button initially */
.lift-content p,
.lift-content .btn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s ease;
  line-height: 1;
  line-height:22px;font-size:16px;
}.wh-area.style-one .wh-img-wrap .rating-box{background:rgb(254 97 80);}
.lift-content h3 {
  transition: all 0.5s ease;
}.lift-content .btn span.btn-text{padding:7px 12px;}
/* Hover effects */
.lift-card:hover .lift-img {
  transform: scale(1.08);
}.pt-60{padding-top:60px;}.desdev p{margin-bottom:0px;}
.imf img{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(5902%) hue-rotate(17deg) brightness(93%) contrast(87%);}.footer-widget .contact-info-list li a,.footer-widget .contact-info-list li{color:#ddd !important;}
.lift-card:hover .lift-content p,
.lift-card:hover .lift-content .btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}li.imf {
    display: flex;
    gap: 8px;
}.menu > ul > li > a{padding:42.5px 10px;}

/* Optional spacing when hover */
.lift-card:hover .lift-content h3 {
  margin-bottom: 15px;
}
.breadcrumb-area {
  margin: 0px !important;
  margin-top: 100px !important;
  border-radius: 0px;
}
.rg-3 {
  row-gap: 30px;
}
.location-area .scrollable-container {
  height: 475px;
}
.wh-area.style-one .wh-content p {
  color: #000;
}
.feature-card .pfilter {
  filter: brightness(0) saturate(100%) invert(81%) sepia(20%) saturate(2296%) hue-rotate(303deg) brightness(115%)
    contrast(92%);
}
.contact .cta-area {
  display: none;
}
.service-area.style-one:after {
  border-radius: 0px;
}
.wh-area.style-one:after {
  background-color: #eeeeee;
  border-radius: 0px;
}
.wh-area.style-one:after {
  width: 100% !important;
}
.project-card.style-two:before,
.project-card.style-four:before {
  opacity: 1;
}
.project-card.style-two,
.project-card.style-four {
  background: transparent;
}
.project-card.style-two,
.project-card.style-four {
  opacity: 1 !important;
}
.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two,
.project-slider-two .swiper-slide.swiper-slide-next .project-card.style-two {
  visibility: visible;
}
.project-card.style-two,
.project-card.style-four {
  background-color: transparent;
  backdrop-filter: blur(0px);
}
.project-card.style-two:before,
.project-card.style-four:before {
  visibility: visible;
}
.project-slider-two .swiper-slide {
  height: 400px;
}
.project-card {
  height: 400px;
}
.project-title {
  height: 100%;
  align-items: flex-end !important;
  padding-bottom: 40px;
}
.contact-card.style-one {
  padding: 25px 20px;
}
.w90 {
  width: 90%;
  margin: 0 auto;
}
.project-slider .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  row-gap: 40px;
}
.cabin-model-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  height: 100%;
}
.cabin-model-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
}
.cabin-model-card .card-img-wrap {
  position: relative;
  overflow: hidden;
  height: 300px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cabin-model-card .card-img-wrap svg {
  width: 140px;
  transition: transform 0.5s ease;
}
.cabin-model-card:hover .card-img-wrap svg {
  transform: scale(1.06);
}
.cabin-model-card .card-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--color-primary, #c0251a);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 5px 14px;
  border-radius: 4px;
}
.cabin-model-card .card-body-inner {
  padding: 30px 25px 30px;
}
.cabin-model-card .card-title {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 14px;
}
.cabin-spec-list {
  list-style: none;
  padding: 0;
  margin: 0px;
}
.cabin-spec-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: #555;
  padding: 7px 0;
  border-bottom: 1px solid #f0f0f0;
}
.cabin-spec-list li:last-child {
  border-bottom: none;
}
.cabin-spec-list .spec-key {
  font-weight: 600;
  color: #1a1a1a;
  min-width: 90px;
}
.cabin-spec-list .spec-val {
  color: #666;
}

/* STEP CARDS */
.step-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 30px;
  height: 100%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  position: relative;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.step-card:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.step-num {
  font-size: 52px;
  font-weight: 800;
  color: rgba(192, 37, 26, 0.1);
  line-height: 1;
  margin-bottom: 15px;
}
.step-card h4 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.step-card p {
  color: #777;
  line-height: 1.7;
  margin-bottom: 20px;
}
.step-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 14px;
}
.chip-tag {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.2px;
  padding: 4px 12px;
  background: rgba(192, 37, 26, 0.08);
  border: 1px solid rgba(192, 37, 26, 0.2);
  color: var(--color-primary, #c0251a);
  border-radius: 4px;
}

/* SAFETY FEATURE CARDS */
.safety-feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 34px 28px;
  height: 100%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  border-top: 3px solid transparent;
  transition:
    border-color 0.3s,
    box-shadow 0.3s,
    transform 0.3s;
}
.safety-feature-card:hover {
  border-top-color: var(--color-primary, #c0251a);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.safety-feature-card .icon-box {
  margin-bottom: 15px;
}

.safety-feature-card .icon-box svg {
  width: 45px;
  height: 45px;
  fill: none;
  stroke-width: 1.8;
}
.safety-feature-card .icon-box svg path {
  fill: #ff2e17;
}
.card-img-wrap img {
  height: 300px;
}
.safety-feature-card h4 {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.safety-feature-card p {
  font-size: 16px;
  color: #777;
  line-height: 1.75;
  margin: 0;
}

/* FINISH SWATCHES */
.finish-swatch-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .finish-swatch-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.finish-swatch {
  aspect-ratio: 1;
  border-radius: 10px;
  border: 3px solid transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.2s,
    border-color 0.2s;
}
.finish-swatch:hover {
  transform: scale(1.08);
}
.finish-swatch.active {
  border-color: var(--color-primary, #c0251a);
}
.finish-swatch-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 9px;
  letter-spacing: 1px;
  text-align: center;
  padding: 4px 2px;
  transform: translateY(100%);
  transition: transform 0.2s;
}
.finish-swatch:hover .finish-swatch-label {
  transform: translateY(0);
}

/* FINISH TABS */
.finish-tab-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.finish-tab-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #f8f8f8;
  border: none;
  border-left: 3px solid transparent;
  border-radius: 0 8px 8px 0;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: all 0.25s;
  width: 100%;
}
.finish-tab-btn.active,
.finish-tab-btn:hover {
  background: rgba(192, 37, 26, 0.06);
  border-left-color: var(--color-primary, #c0251a);
  color: var(--color-primary, #c0251a);
}
.finish-tab-btn .tab-count {
  font-size: 11px;
  font-weight: 400;
  color: #aaa;
}
.finish-panel {
  display: none;
}
.finish-panel.active {
  display: block;
}

/* DOOR GRID */
.door-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .door-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-area.style-one .about-img-wrap {
    padding: 0px;
  }
  .about-area.style-one .about-content .about-subcontent .counter-card {
    margin-top: 0px;
  }
  .about-area.style-one .about-content .about-subcontent p {
    margin-bottom: 20px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .door-grid {
    grid-template-columns: 1fr;
  }
}
.door-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  text-align: center;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  cursor: pointer;
}
.door-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.door-card-visual {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
  overflow: hidden;
}
.door-card-visual svg {
  width: 80px;
}

/* CTA BANNER */
.cta-banner {
  background: linear-gradient(135deg, #1a0505 0%, #2d0808 50%, #1a0505 100%);
  border-radius: 24px;
  padding: 70px 60px;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(192, 37, 26, 0.15);
}
.cta-banner::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 30%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(192, 37, 26, 0.08);
}
@media (max-width: 768px) {
  .cta-banner {
    padding: 50px 30px;
  }
}

/* STAT COUNTER CARDS */
.stat-highlight {
  text-align: center;
  padding: 40px 20px;
  border-right: 1px solid #eee;
}
.stat-highlight:last-child {
  border-right: none;
}
.stat-highlight .big-num {
  font-size: 52px;
  font-weight: 800;
  color: var(--color-primary, #c0251a);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-highlight p {
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
  margin: 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  .stat-highlight {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .stat-highlight:last-child {
    border-bottom: none;
  }
}

/* CEILING GRID */
.ceiling-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .ceiling-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ANIMATE HELPERS */
[data-cue] {
  opacity: 0;
}

.automobile-card {
  background: #fff;
  border-radius: 24px;
  padding: 30px 24px;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.automobile-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 45px -15px rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.08);
}
.auto-icon {
  width: 70px;
  height: 70px;
  background: #fff3ed;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.auto-icon svg {
  width: 40px;
  height: 40px;
}
.automobile-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #1a1f2c;
}
.spec-badge {
  display: inline-block;
  background: #ffe4dc;
  color: #c0251a;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.spec-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.spec-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px dashed #f0f0f0;
}
.spec-list li:last-child {
  border-bottom: none;
}
.spec-label {
  font-weight: 500;
  color: #5a5f73;
}
.spec-value {
  font-weight: 600;
  color: #1a1f2c;
}
.tech-table {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.05);
}
.tech-table table {
  width: 100%;
  margin-bottom: 0;
}
.tech-table th {
  background: #f0f0f0;
  color: #000;
  font-weight: 600;
  padding: 18px 24px;
  font-size: 16px;
}
.tech-table td {
  padding: 14px 24px;
  border-bottom: 1px solid #e5e5e5;
  color: #2a2f3c;
}
.tech-table tr:last-child td {
  border-bottom: none;
}
.tech-table td:first-child {
  font-weight: 600;
  background: #ffebe8;
  width: 40%;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 30px;
}
.benefit-item {
  background: #fff;
  padding: 24px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.benefit-item:hover {
  background: #fff8f5;
  transform: scale(1.02);
}
.benefit-icon {
  font-size: 36px;
  margin-bottom: 16px;
}
.benefit-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.benefit-item p {
  font-size: 14px;
  color: #5a5f73;
  margin-bottom: 0;
}
.faq-item,
.card-header,
.card-header:first-child {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .automobile-card {
    padding: 20px;
  }
  .tech-table th,
  .tech-table td {
    padding: 12px 16px;
    font-size: 13px;
  }
  @media (max-width: 767px) {
    .mobile-readmore-content {
      max-height: 0;
      overflow: hidden;
      transition: all 0.4s ease;
    }

    .mobile-readmore-wrapper.active .mobile-readmore-content {
      max-height: 300px;
      margin-top: 10px;
    }

    .readmore-btn {
      border: none;
      background: transparent;
      color: #c0251a;
      font-weight: 600;
      padding: 0;
    }
  }
}
.faq-item .btn-link {
  transition: all 0.3s ease;
  font-weight: 600;
}
.ptl10 {
  padding: 20px 0px;
}

.faq-item .btn-link:focus {
  box-shadow: none;
}
.faq-item .btn-link.collapsed i.ri-add-line::before {
  content: "\ea13";
}
.faq-item .btn-link i.ri-add-line::before {
  content: "\f1af"; /* subtract/minus icon when expanded */
}
.he-feature-card .icon-box {
  margin-bottom: 15px;
}
/* Fallback for remixicon — ensure remixicon.css is loaded */
.pl-20 {
  padding-left: 50px;
}
.why-us-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.homeElevSwiper .swiper-pagination-bullet-active {
  background: #fff;
}
.pr-10 {
  padding-right: 50px;
}
.bengrid .why-us-item {
  margin-bottom: 0px;
}
.spec-label {
  margin-bottom: 0px !important;
}
.spec-highlight-card .ficon {
  margin-bottom: 0px;
}
.spec-highlight-card .spec-card p {
  padding-left: 25px;
}
.ficon p {
  padding-left: 0px !important;
}
.ficon {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ficon {
  margin-bottom: 15px;
}.nowrap {
    white-space: nowrap;
}.map-responsive iframe {
    margin-top: -60px;
}.map-responsive {
    overflow: hidden;display:flex;}
}

.ficon h5 {
  margin-bottom: 0px;
}
.bengrid p {
  padding-left: 27px;
}.bgry .btn.style-one span.btn-text:after{background: #e5e5e5;}
.why-grid.bengrid {
  grid-template-columns: 100%;
  gap: 20px;
}.menu .menu-section .aclr:hover a{color:var(--primaryColor) !important;}
.bengrid .swiper-slide {
  border-radius: 15px;
}.menu-subs{color:#000 !important;}
.carliftSwiper .swiper-pagination-bullet-active,
.panoramicSwiper .swiper-pagination-bullet-active,
.dumbSwiper .swiper-pagination-bullet-active,
.hospitalSwiper .swiper-pagination-bullet-active,
.hydElevSwiper .swiper-pagination-bullet-active {
  background: #fff;
}.menu ul li:hover > .menu-subs{margin-top: 10px;}
.faq-item {
  background: #f7f7f7;
}.menu > ul > li .menu-subs{background: #fff;box-shadow:0 4px 20px rgba(0, 0, 0, 0.08);}
.he-feature-card svg path {
  fill:rgb(255 138 122);
}
.type-icon svg path {
  fill: rgb(245 166 155);
}
.type-icon img {
  transition: all 0.3s ease;
}
.type-icon {
  overflow: hidden;
}
.type-icon img:hover {
  transform: scale(1.1);
}.breadcrumb-area .br-menu li{font-family:var(--primaryFont);font-size:16px;}

.why-us-svg svg path {
  fill:rgb(255 138 122);
}.snav{display:flex;gap:50px; padding:10px;}.snav p{margin-bottom:0px;}
.navsticky{background:#f8f3f1;position:sticky;top:95px;z-index:9;}.snav p a{color:#000;font-weight:500;}.snav p .active{color:var(--primaryColor);font-weight:500;}
.snav p:hover a{color:var(--primaryColor);}.snav p a{transition:all 0.3s ease;}
.why-us-item:last-child {
  margin-bottom: 0px;
}
.why-us-text:last-child p {
  margin-bottom: 0px;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.type-icon {
  margin-bottom: 15px;
}
.type-card {
  padding-right: 50px;
}
.use-case-card h5 {
  text-align: center;
}
.why-us-item:nth-child(3) {
  margin-bottom: 0px;
}
.use-case-icon {
  margin-bottom: 15px;
}
.use-case-icon img {
  border-radius: 15px;
  transition: all 0.3s ease;
}
.use-case-icon {
  border-radius: 15px;
  overflow: hidden;
}
.use-case-icon img:hover {
  transform: scale(1.1);
}

.step-badge {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 10px;
}

.step-badge .sb-word {
  background: #1a1a1a;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 7px 16px;
}
.step-badge .sb-num {
  background: var(--red);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  padding: 7px 14px;
  line-height: 1;
}
.step-badge .sb-label {
  background: var(--off-white);
  color: #333;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 18px;
  border: 1px solid #e0ddd8;
  border-left: none;
}

/* ═══════════════════════════════════
               STEP DIVIDER  (separates sections)
            ═══════════════════════════════════ */
.step-divider {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
}
.step-divider::before,
.step-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e0ddd8;
}
.step-divider span {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bbb;
  font-weight: 600;
  white-space: nowrap;
}

/* ═══════════════════════════════════
               STEP 1 — LAYOUT CARDS
            ═══════════════════════════════════ */

@media (max-width: 1199px) {
  .layout-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .layout-card-foot {
    padding: 5px !important;
    font-size: 12px;
    width: 70px !important;
  }
  .layout-card-img img {
    height: 100% !important;
  }
  .layout-card-img {
    height: auto !important;
  }
}
@media (max-width: 575px) {
  .layout-grid {
    grid-template-columns: 100%;
    gap: 12px;
  }
}

.layout-card {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.3s,
    box-shadow 0.3s,
    border-color 0.3s;
  border: 2px solid transparent;
  text-align: center;
}

.layout-card-img {
  height: 450px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.layout-card-img img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  transition: transform 0.4s;
}
.layout-card:hover .layout-card-img img {
  transform: scale(1.1);
}
.layout-card-foot {
  background: var(--primaryColor);
  color: #fff;
  padding: 8px;
  width: 100px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  line-height: 18px;
}

/* ═══════════════════════════════════
               STEP 2 — DOOR CARDS
            ═══════════════════════════════════ */
.door-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .door-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .door-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}

.door-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  transition:
    transform 0.3s,
    box-shadow 0.3s,
    border-color 0.3s;
}

.door-card-visual {
  height: 500px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.door-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.door-card:hover .door-card-visual img {
  transform: scale(1.04);
}
.door-card-label {
  padding: 13px 10px;
  color: var(--primaryColor);
  font-weight: 600;
}
.door-note {
  margin-top: 24px;
  padding: 14px 20px;
}

/* ═══════════════════════════════════
               STEP 3 — FLOORING
            ═══════════════════════════════════ */
.flooring-section-label {
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 800;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.flooring-section-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e0ddd8;
}

.swatch-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .swatch-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.swatch {
  aspect-ratio: 1;
  border-radius: 8px;
  border: 3px solid transparent;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.swatch img {
  transition: all 0.3s ease;
}
.clgrid {
  display: grid;
  grid-template-columns: 48% 48%;
  justify-content: space-between;
}
.swatch:hover img {
  transform: scale(1.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.swatch-lbl {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 4px 2px;
  transform: translateY(100%);
  transition: transform 0.2s;
  font-weight: 600;
}
.pattern-chip:hover span {
  background: var(--primaryColor);
}
.pattern-chip span {
  transition: all 0.3s ease;
}
.swatch:hover .swatch-lbl {
  transform: translateY(0);
}

/* More option swatch */
.swatch-more {
  background: linear-gradient(135deg, #e8a820, #c88010);
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  padding: 20px;
  cursor: pointer;
}

/* Luxurious options block */
.luxury-block {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  color: #fff;
  position: sticky;
  top: 120px;
}
.luxury-block h6 {
  font-size: 24px;
  color: #000;
  margin-bottom: 18px;
}
.luxury-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.luxury-option:last-child {
  border-bottom: none;
}

.pattern-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.pattern-chip {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.pattern-chip-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pattern-chip-lbl {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  padding: 0px 10px;
  border-radius: 20px;
}

/* ═══════════════════════════════════
               STEP 4 — CEILING
            ═══════════════════════════════════ */
.ceiling-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 900px) {
  .ceiling-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .ceiling-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ceiling-card {
  background: #efefef;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.ceiling-card-label {
  padding: 10px;
  width: 100%;
  text-align: center;
  background: #ffebe8;
  font-weight: 600;
}

/* ═══════════════════════════════════
               STEP 5 — COP / LOP PANELS
            ═══════════════════════════════════ */
.cop-section-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--primaryColor);
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e5e0;
}
.cop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .cop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cop-grid {
    grid-template-columns: 1fr;
  }
}

.cop-card-visual {
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}
.cop-card-visual img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.cop-card:hover .cop-card-visual img {
  transform: scale(1.05);
}
.cop-card-label {
  font-size: 16px;
  padding: 10px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
}

/* ═══════════════════════════════════
               SS SHEET & POWDER COATING
            ═══════════════════════════════════ */
.ss-tab-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ss-tab-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid #e8e5e0;
  border-left: 3px solid #e8e5e0;
  border-radius: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: all 0.25s;
  width: 100%;
}
.ss-tab-btn.active,
.ss-tab-btn:hover {
  border-left-color: var(--red);
  border-radius: 15px;
  color: var(--primaryColor);
}
.ss-tab-btn .tab-badge {
  font-size: 15px;
  font-weight: 500;
  color: #aaa;
}
.ss-panel {
  display: none;
}
.ss-panel.active {
  display: block;
}

/* ═══════════════════════════════════
               SAFETY FEATURES
            ═══════════════════════════════════ */
.safety-card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 30px 26px;
  height: 100%;
  transition:
    background 0.3s,
    border-color 0.3s,
    transform 0.3s;
}

.safety-card h5 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.safety-card p {
  font-size: 16px;
  color: #000;
  margin: 0;
}

/* ═══════════════════════════════════
               CTA BANNER
            ═══════════════════════════════════ */
.pl-cta-banner {
  background: linear-gradient(135deg, #160404 0%, #2d0808 50%, #160404 100%);
  border-radius: 24px;
  padding: 70px 60px;
  position: relative;
  overflow: hidden;
}
.pl-cta-banner::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(192, 37, 26, 0.14);
}
.pl-cta-banner::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 25%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(192, 37, 26, 0.07);
}
@media (max-width: 768px) {
  .pl-cta-banner {
    padding: 50px 30px;
  }
}

/* TABS */
.flooring-tabs {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 40px;
}

.flooring-tab-btn {
  border: none;
  background: #fff;
  padding: 9px 21px;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  display: flex;
  transition: all 0.3s ease;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}

.flooring-tab-btn:hover {
  transform: translateY(-2px);
  color: var(--color-primary, #c0251a);
}

.flooring-tab-btn.active {
  background: var(--color-primary, #c0251a);
  color: #fff;
}
.tabgrid {
  display: grid;
  grid-template-columns: 30% 65%;
  justify-content: space-between;
}

/* TAB CONTENT */
.flooring-tab-content {
  display: none;
  animation: fadeUp 0.4s ease;
}

.flooring-tab-content.active {
  display: block;
}

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

/* SWATCH GRID */
.swatch-grid {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .swatch-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .swatch-grid {
    grid-template-columns: 1fr;
  }
}

/* SWATCH */
.swatch {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  cursor: pointer;
  width: 200px;
}

.swatch:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.14);
}

.swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .pattern-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .pattern-row {
    grid-template-columns: 1fr;
  }
}

.pattern-chip {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.pattern-chip:hover {
  transform: translateY(-6px);
}

.pattern-chip-img {
  width: 100%;
  object-fit: cover;
}

/* LUXURY */
.luxury-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 768px) {
  .luxury-grid {
    grid-template-columns: 1fr;
  }
}

.luxury-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.luxury-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.14);
}

.luxury-card img {
  width: 42px;
  margin-bottom: 20px;
}

.luxury-card h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.ceiling-card-visual img {
  transition: all 0.3s ease;
}
.ceiling-card:hover img {
  transform: scale(1.1);
} /* CARD */
.cop-card {
  position: relative;
}

.cop-card-visual {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  background: #fff;
  height: 350px;
}


.cop-card-visual img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  transition: transform 0.5s ease;
  display: block;
}

.cop-card:hover .cop-card-visual img {
  transform: scale(1.05);
}

/* HOVER OVERLAY */
.cop-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.35s ease;
}

.cop-card:hover .cop-card-visual::after {
  opacity: 1;
}

/* PLUS ICON */
.cop-hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transition: 0.35s ease;
}

.cop-hover-icon i {
  font-size: 34px;
  color: var(--color-primary, #c0251a);
}

.cop-card:hover .cop-hover-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* POPUP */
.cop-popup-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease;
}

.cop-popup-modal.active {
  opacity: 1;
  visibility: visible;
}

/* OVERLAY */
.cop-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
}

/* CONTENT */
.cop-popup-content {
  position: relative;
  z-index: 2;
  width: min(92%, 700px);
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  animation: popupZoom 0.35s ease;
}

@keyframes popupZoom {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.cop-popup-content img {
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  background: #f7f7f7;
}

.cop-popup-content h4 {
  padding: 24px;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

/* CLOSE */
.cop-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 28px;
  cursor: pointer;
  z-index: 3;
  transition: 0.3s ease;
}

.cop-popup-close:hover {
  background: var(--color-primary, #c0251a);
  color: #fff;
}
.cop-prev-one, .cop-prev-two,
.cop-next-one, .cop-next-two {
  width: 40px;
  height: 40px;
  border-radius: 45%;
  background: #fff;
  border: 1px solid #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 22px;
}

.cop-prev-one, .cop-prev-two {
  left: 0;
}

.cop-next-one, .cop-next-two {
  right: 0;
}

.cop-prev-one:hover,.cop-prev-two:hover,
.cop-next-one:hover,.cop-next-two:hover {
  background: #000;
  color: #fff;
}
@media (min-width: 992px) {
  .copSwiperOne .swiper-wrapper,.copSwiperTwo .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    transform: none !important;
  }
.doorSwiper .swiper-wrapper{
        display:grid !important;
        grid-template-columns:repeat(3,1fr);
        gap:30px;
        transform:none !important;
    }

    .doorSwiper .swiper-slide{
        width:100% !important;
        margin-right:0 !important;
    }

    .door-prev,
    .door-next{
        display:none !important;
    }
  .copSwiper .swiper-slide {
    width: 100% !important;
  }
.layout-prev,
    .layout-next{
        display:none;
    }
  .cop-prev-one,.cop-prev-two,
  .cop-next-one,.cop-next-two {
    display: none;
  }.layoutSwiper .swiper-wrapper{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:30px;
        transform:none !important;
    }

    .layoutSwiper .swiper-slide{
        width:auto !important;
  }.layoutSwiper .swiper-slide{margin-right: 0px !important;}

}
.layout-prev,
.layout-next{
    width:44px;
    height:44px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:10;
    cursor:pointer;
}
.layout-prev,.layout-next{display: none;}
.layout-prev{
    left:10px;
}

.layout-next{
    right:10px;
}

.layout-prev i,
.layout-next i{
    font-size:22px;
}.door-prev,
.door-next{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:10;
    cursor:pointer;
}

.door-prev{
    left:10px;
}

.door-next{
    right:10px;
}

.door-prev i,
.door-next i{
    font-size:22px;
}
.layout-prev,
.layout-next{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

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

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

.layout-prev i,
.layout-next i{
    font-size: 22px;
}

@media (min-width:992px){
    .layout-prev,
    .layout-next{
        display:none;
    }
}.swiper.layoutSwiper,.layout-grid{overflow: visible;}
.ovh{overflow: hidden !important;
}

.layout-prev:hover,
.layout-next:hover{
    background:#000;
    border-color: var(--primaryColor);
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
.door-prev:hover,
.door-next:hover{
    background:#000;
    border-color: var(--primaryColor);
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
.layout-prev:hover i,
.layout-next:hover i{
    color: #fff;
}
.door-prev:hover i,
.door-next:hover i{
    color: #fff;
}.safety-card svg path{fill:var(--primaryColor);}
.lift-content{
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.35s ease;
}

.dino{
    opacity: 1;
    visibility: visible;
    transition: all 0.35s ease;
}

.lift-overlay:hover .lift-content{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lift-overlay:hover .dino{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
}
.lift-overlay .dino{position: absolute;bottom: 25px;}
/* =========================================
TAB SECTION
========================================= */

.mrl-tab-section{
    background:#f8f8f8;
}

/* =========================================
BUTTONS
========================================= */
.segrid {
    display: grid;
    grid-template-columns: 30% 65%;
    justify-content: space-between;
    align-items: center;
}.serv-text h6{margin-bottom: 0px;}
.segrid1 {
    display: grid;
    grid-template-columns: 65% 30%;
    justify-content: space-between;
    align-items: center;
}
.mrl-tab-btn-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-bottom:50px;
    flex-wrap:wrap;
}

.mrl-tab-btn{
    border:none;
    outline:none;
    padding:9px 27px;
    border-radius:100px;
    background:#fff;
    color:#111;
    font-size:16px;
    font-weight:600;
    transition:.4s ease;
    box-shadow:
    0 10px 30px rgba(0,0,0,.05);
}.mrl-tab-content .col-lg-5{margin-top: 0px;}

.mrl-tab-btn:hover{
    transform:translateY(-3px);
}

.mrl-tab-btn.active{
    background:var(--primaryColor);
    color:#fff;
}

/* =========================================
TAB CONTENT
========================================= */

.mrl-tab-content{
    display:none;
    animation:fadeUp .5s ease;
}

.mrl-tab-content.active{
    display:block;
}

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(20px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* =========================================
LEFT CONTENT
========================================= */

.mrl-spec-wrap{
    background:#fff;
    border-radius:15px;
    padding:35px;
}

.mrl-mini-tag{
    display:inline-flex;
    align-items:center;
    padding:9px 18px;
    border-radius:100px;
    background:#fff3f1;
    color:var(--primaryColor);
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:25px;
}

.mrl-tab-title{
    font-size:40px;
    line-height:1.1;
    font-weight:800;
    color:#111;
    margin-bottom:20px;
}

.mrl-tab-text{
    color:#666;
    font-size:16px;
    margin-bottom:35px;
}

/* =========================================
SPEC GRID
========================================= */

.mrl-spec-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.mrl-spec-box{
    padding:20px 25px;
    border-radius:15px;
    background:#f7f7f7;
    transition:.4s ease;
}

.mrl-spec-box:hover{
    background:#fff3f1;
    transform:translateY(-4px);
}

.mrl-spec-box span{
    display:block;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    color:#888;
    margin-bottom:10px;
}

.mrl-spec-box strong{
    font-size:18px;
    color:#111;
    line-height:1.5;
    font-weight:800;
}

/* =========================================
IMAGE
========================================= */

.mrl-machine-image{
    position:relative;
    overflow:hidden;
    border-radius:35px;
    padding:50px;
}


.mrl-machine-image img{
    position:relative;
    width:100%;
    height:500px;
    object-fit:contain;
    transition:.5s ease;
    z-index:2;
}

.mrl-machine-image:hover img{
    transform:scale(1.04);
}
.mrl-tab-content .col-lg-7{margin-top: 0px;}
/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .mrl-tab-title{
        font-size:40px;
    }

    .mrl-spec-wrap{
        padding:30px 20px;
    }

    .mrl-machine-image{
        padding:30px;
  }.mrl-tab-content .col-lg-7{order: 1;}.mrl-tab-content .col-lg-5{order: 2;}

}

@media(max-width:767px){

    .mrl-spec-grid{
        grid-template-columns:1fr;
    }


    .mrl-machine-image img{
        height:320px;
    }

}/*=========================================
ADVANTAGES GRID
=========================================*/

.advantages-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    margin-top:40px;
}

/* CARD */

.adv-card{
    position:relative;
    background:#fff;
    border-radius:28px;
    padding:35px 30px;
    overflow:hidden;
    transition:.45s ease;
    border:1px solid rgba(0,0,0,.05);

    box-shadow:
    0 10px 40px rgba(0,0,0,.05);
}

.adv-card:hover{
    transform:translateY(-8px);

    box-shadow:
    0 25px 60px rgba(0,0,0,.10);
}

/* TOP SHAPE */

.adv-card::before{
    content:'';
    position:absolute;
    top:-80px;
    right:-80px;
    width:160px;
    height:160px;
    border-radius:50%;
    background:rgba(255,68,40,.06);
    transition:.4s ease;
}

.adv-card:hover::before{
    transform:scale(1.2);
}

/* ICON */

.adv-icon{
    width:72px;
    height:72px;
    border-radius:22px;
    background:linear-gradient(
    135deg,
    var(--primaryColor),
    #ff7b54
    );

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:24px;

    box-shadow:
    0 12px 30px rgba(255,68,40,.25);
}

.adv-icon i{
    font-size:30px;
    color:#fff;
}

/* TITLE */

.adv-card h4{
    font-size:22px;
    line-height:1.3;
    font-weight:800;
    color:#111;
    margin-bottom:14px;
}

/* TEXT */

.adv-card p{
    margin:0;
    color:#666;
    line-height:1.9;
    font-size:15px;
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

    .advantages-grid{
        grid-template-columns:repeat(2,1fr);
  }.service-card-wrap{grid-template-columns: repeat(2,1fr);}}

}

@media(max-width:767px){

    .advantages-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .adv-card{
        padding:28px 24px;
    }

}
.mrl .safety-card{background: #f4f4f4;}
/* =========================
   WORK PROCESS
========================= */

.process-wrap{
    display:grid;
    grid-template-columns:0.9fr 1.1fr;
    gap:90px;
    align-items:start;
}

/* LEFT CONTENT */

.process-left{
    position:sticky;
    top:120px;
}

.process-desc{
    font-size:17px;
    line-height:1.9;
    color:#666;
    max-width:500px;
}

/* RIGHT SIDE */

.process-right{
    position:relative;
    padding-left:90px;width: 80%;
}

/* CENTER LINE */

.process-right::before{
    content:'';
    position:absolute;
    left:20px;
    top:0;
    width:2px;
    height:100%;
    background:#d9d9d9;
}

/* STEP */

.process-step{
    position:sticky;
    top:120px;
    margin-bottom:80px;
    z-index:1;
}

/* DOT */

.process-step::before{
    content:'';
    position:absolute;
    left:-78px;
    top:60px;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#ff5a1f;
    border:5px solid #fff;
    z-index:5;
}
.quality-img-wrap{
    width: 50%;
    margin: 0 auto;
}
/* CARD */
.about-area .btn.style-one span.btn-text:after,.work-process-area .btn.style-one span.btn-text:after{background: #e5e5e5;}
.step-content{
    position:relative;
    background:#f4f4f4;
    border-radius:28px;
    padding:38px 40px;
    overflow:hidden;
    transition:0.4s ease;
}.indimg img{transition: all 0.3s ease;height: 300px;object-fit: cover;}
.indimg:hover img{transform: scale(1.1);}
.indimg{overflow: hidden;}
.step-number {
    font-size: 60px;
  line-height: 64px;
    margin-bottom: 20px;
    color: var(--primaryColor);
    font-weight: 500;
    opacity: 0.5;
}
.process-step:hover .step-content{
    transform:translateY(-6px);
}

/* SMALL NUMBER */



/* BIG BG NUMBER */

.step-bg{
    position:absolute;
    right:35px;
    top:20px;
    font-size:110px;
    font-weight:800;
    color:rgba(255,90,31,0.08);
    line-height:1;
}

/* TEXT */

.step-info{
    padding-left:95px;
    padding-right:100px;
}

.step-info h4{
    font-size:30px;
    font-weight:700;
    margin-bottom:14px;
    line-height:1.3;
}

.step-info p{
    margin:0;
    font-size:17px;
    line-height:1.8;
    color:#666;
}

/* OVERLAP EFFECT */

.process-step:nth-child(2){
    margin-top:-60px;
    z-index:2;
}

.process-step:nth-child(3){
    margin-top:-60px;
    z-index:3;
}

.process-step:nth-child(4){
    margin-top:-60px;
    z-index:4;
}

.process-step:nth-child(5){
    margin-top:-60px;
    z-index:5;
}

.process-step:nth-child(6){
    margin-top:-60px;
    z-index:6;
}

.process-step:nth-child(7){
    margin-top:-60px;
    z-index:7;
}

.process-step:nth-child(8){
    margin-top:-60px;
    z-index:8;
}

.process-step:nth-child(9){
    margin-top:-60px;
    z-index:9;
}

.process-step:nth-child(10){
    margin-top:-60px;
    z-index:10;
}

.process-step:nth-child(11){
    margin-top:-60px;
    z-index:11;
}

.process-step:nth-child(12){
    margin-top:-60px;
    z-index:12;
}

/* RESPONSIVE */

@media(max-width:991px){

    .process-wrap{
        grid-template-columns:1fr;
        gap:50px;
    }

    .process-left{
        position:relative;
        top:auto;
    }

    .process-right{
        padding-left:40px;
    }

    .process-right::before{
        left:10px;
    }

    .process-step::before{
        left:-38px;
    }

    .process-step{
        position:relative;
        top:auto;
        margin-top:0 !important;
    }

    .step-content{
        padding:30px 24px;
        min-height:auto;
    }

    .step-info{
        padding-left:0;
        padding-top:70px;
        padding-right:0;
    }

    .step-info h4{
        font-size:24px;
    }

    .step-bg{
        font-size:70px;
        right:20px;
    }
}@media(max-width:991px){

    .process-wrap{
        grid-template-columns:1fr;
        gap:50px;
    }

    .process-left{
        position:relative;
        top:auto;
    }

    .process-right{
        padding-left:40px;
    }

    .process-right::before{
        left:10px;
    }

    .process-step::before{
        left:-38px;
    }

    /* KEEP OVERLAP ON MOBILE */

    .process-step{
        position:sticky;
        top:90px;
    }

    .process-step:nth-child(2){
        margin-top:-40px;
        z-index:2;
    }

    .process-step:nth-child(3){
        margin-top:-40px;
        z-index:3;
    }

    .process-step:nth-child(4){
        margin-top:-40px;
        z-index:4;
    }

    .process-step:nth-child(5){
        margin-top:-40px;
        z-index:5;
    }

    .process-step:nth-child(6){
        margin-top:-40px;
        z-index:6;
    }

    .process-step:nth-child(7){
        margin-top:-40px;
        z-index:7;
    }

    .process-step:nth-child(8){
        margin-top:-40px;
        z-index:8;
    }

    .process-step:nth-child(9){
        margin-top:-40px;
        z-index:9;
    }

    .process-step:nth-child(10){
        margin-top:-40px;
        z-index:10;
    }

    .process-step:nth-child(11){
        margin-top:-40px;
        z-index:11;
    }

    .process-step:nth-child(12){
        margin-top:-40px;
        z-index:12;
    }

    .step-content{
        padding:30px 24px;
        min-height:auto;
        border-radius:22px;
    }

    .step-info{
        padding-left:0;
        padding-top:70px;
        padding-right:0;
    }

    .step-info h4{
        font-size:22px;
        line-height:1.4;
    }

    .step-info p{
        font-size:15px;
    }

    .step-bg{
        font-size:60px;
        right:20px;
        top:15px;
    }

    .step-badge{
        left:24px;
        top:24px;
        font-size:15px;
        padding:8px 12px;
    }
}.hero-area.style-one::after{
    display: none;
}.hero-area.style-one{
    position: relative;
    overflow: hidden;
}

.hero-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    z-index: -2;
    border-radius: 0;
    overflow: hidden;height:800px;
}

.hero-video video{
    width: 100%;
    height: 800px;
    object-fit: cover;
}

/* Dark Overlay */

.ingrid{display: grid;grid-template-columns: repeat(4,1fr);gap:20px}.indbox {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;position: relative;
}.indbox h5 {
    width: 100%;
    background: #00000094;
    position: absolute;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    bottom: 0;
    margin-bottom: 0px;
}.breadcrumb-area{position: relative;}.breadcrumb-area::after{content: '';position: absolute;width: 100%;height: 100%;background:linear-gradient(to right,#00000099,transparent);left:0;top:0;}
.mbox p {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0px;
    padding: 9px 15px 9px 10px;
    border: 1px solid var(--primaryColor);
    border-radius: 50px;color:#000;font-weight:500;transition:all 0.3s ease;line-height:18px;
}.mbox{display:flex;flex-wrap:wrap;gap:20px;padding-bottom:20px;}
.map-responsive iframe,.map-responsive{border-radius:15px;}.mbox p img{filter: brightness(0) saturate(100%) invert(44%) sepia(89%) saturate(5487%) hue-rotate(347deg) brightness(101%) contrast(115%);}
.mbox p:hover{background:var(--primaryColor);color:#fff;}.mbox p:hover img{filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(64deg) brightness(101%) contrast(101%);}.onmbl{display:none !important;}
.south-map{
    position: relative;
    max-width: 700px;
    margin: auto;
}

.south-map img{
    width: 100%;
    display: block;
}

/* Common Pin Style */
.map-pin{
    position: absolute;
    background: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.map-pin::before{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #ff4d00;
    border-radius: 50%;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    border: 2px solid #fff;
}

/* Pin Positions - Corrected */
.chennai{
    top: 5%;
    left: 80%;
}

.coimbatore {
    top: 43%;
    left: 26%;
}

.erode{
    top: 33%;
    left: 35%;
}

.trichy {
    top: 42%;
    left: 53%;
}
.madurai {
    top: 64%;
    left: 43%;
}
.kumbakonam {
    top: 42%;
    left: 67%;
}
.tirunelveli {
    top: 82%;
    left: 35%;
}
.tirupur {
    top: 45%;
    left: 35%;
}.map-pin span{display:none;}.magrid {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;align-items:center;
}
.flp {
    display: flex;
    justify-content: flex-start;
}