@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.g-btn {
  margin-top: 0.5rem;
  height: 42px;
  padding: 0.7rem 1.4rem;
  border: 0;
  border-radius: 0;
  background: #000;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.g-btn:hover {
  background: #fff;
  color: #000;
}

.section-title {
  font-size: 3rem;
  font-weight: 200;
  letter-spacing: 5px;
  color: #fff;
  line-height: 1.15;
  font-family: "Roboto", sans-serif;
}
.section-title span {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: normal;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 2.5rem;
  }
  .section-title span {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 2rem;
    line-height: 1.2;
  }
  .section-title span {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  .section-title {
    font-size: 2.3rem;
  }
  .section-title span {
    font-size: 2.3rem;
  }
}

a i {
  display: inline-block;
  transition: transform 0.3s ease;
  font-weight: 900 !important;
}

.bg-black {
  background-color: #000;
}

p {
  letter-spacing: 0.7px;
  font-size: 14px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 1rem;
  margin: 0;
  list-style: none;
  border-radius: 50px;
  background: #fff2ef;
}
.hero-tag li {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}
.hero-tag li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.breadcrumb {
  justify-content: center;
  background: transparent;
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #817a67;
  transition: 0.3s;
  font-size: 14px;
}
.breadcrumb .breadcrumb-item a:hover {
  opacity: 0.8;
}
.breadcrumb .breadcrumb-item.active {
  opacity: 1;
}
.breadcrumb .breadcrumb-item {
  /* 🔥 Slash separator */
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  font-size: 20px;
}

@media (min-width: 992px) {
  .g-btn {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .g-btn {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .section-title {
    width: 100%;
  }
  .navigation {
    width: 20%;
    top: 95%;
  }
}
@media (min-width: 576px) {
  .section-title {
    width: 100%;
    text-align: center;
  }
  .navigation {
    width: 30%;
    top: 95%;
  }
}
@media (max-width: 500px) {
  .section-title {
    font-size: 24px;
  }
  p {
    font-size: 14px;
  }
}
.top-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #000;
}
.top-navigation .container-fluid {
  padding-inline: 6rem;
}
@media (max-width: 1399.98px) {
  .top-navigation .container-fluid {
    padding-inline: 4rem;
  }
}
@media (max-width: 1199.98px) {
  .top-navigation .container-fluid {
    padding-inline: 3rem;
  }
}
@media (max-width: 991.98px) {
  .top-navigation .container-fluid {
    padding-inline: 2rem;
  }
}
@media (max-width: 575.98px) {
  .top-navigation .container-fluid {
    padding-inline: 1rem;
  }
}
.top-navigation .nav-top {
  padding: 1.75rem 0;
}
.top-navigation .nav-top a {
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.3s ease;
}
.top-navigation .nav-top i {
  font-size: 1rem;
  margin-right: 0.5rem;
}
@media (max-width: 991.98px) {
  .top-navigation .nav-top {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .top-navigation .nav-top {
    display: none;
  }
}
.top-navigation .navbar-toggler {
  border: 1px solid #fff;
}
.top-navigation .navbar-toggler:focus {
  box-shadow: none;
}
.top-navigation .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  width: 1.6rem;
  height: 1.6rem;
  opacity: 0.6;
}
.top-navigation .navbar {
  position: relative;
  z-index: 9999;
  padding: 1rem;
}
.top-navigation .navbar .navbar-brand img {
  width: 13rem;
}
@media (max-width: 576px) {
  .top-navigation .navbar .navbar-brand img {
    width: 13rem;
  }
}
.top-navigation .navbar .navbar-nav {
  gap: 2rem;
}
@media (max-width: 991px) {
  .top-navigation .navbar .navbar-nav {
    gap: 0;
  }
}
.top-navigation .navbar .navbar-nav .nav-link {
  position: relative;
  font-size: 0.8rem;
  font-weight: 400;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
  transition: color 0.3s ease;
}
.top-navigation .navbar .navbar-nav .nav-link:hover {
  color: #fff !important;
}
.top-navigation .navbar .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.top-navigation .navbar .navbar-nav .nav-link:hover::after {
  width: 100%;
}
@media (max-width: 991px) {
  .top-navigation .navbar .navbar-nav .nav-link {
    display: block;
    padding: 0.85rem 0;
    color: #000 !important;
  }
  .top-navigation .navbar .navbar-nav .nav-link::after {
    bottom: 4px;
    background-color: #fff;
  }
  .top-navigation .navbar .navbar-nav .nav-link:hover {
    color: #fff !important;
  }
}
.top-navigation .navbar .dropdown-menu {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.top-navigation .navbar .dropdown-menu .dropdown-item {
  color: #000;
}
.top-navigation .navbar .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #b89b51;
}
.top-navigation .navbar .navbar-toggler {
  border: 0;
  box-shadow: none;
}
.top-navigation .navbar .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .top-navigation .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    padding: 1.5rem;
    background: #fff;
    color: #000 !important;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 99999;
  }
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
}
.hero-section .hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-section .hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  height: 100%;
}
.hero-section .hero-content .container {
  height: 100%;
  position: relative;
}
.hero-section .hero-content .row {
  width: 100%;
  position: absolute !important;
  left: 0;
  bottom: 17%;
  margin: 0;
}
.hero-section .hero-content .hero-title {
  font-size: 4.3rem;
  font-weight: 300;
  letter-spacing: 1.8px;
  color: #fff;
  line-height: 1.15;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}
.hero-section .hero-content .hero-title span {
  color: #fff;
  font-size: 4.3rem;
  font-weight: 500;
  letter-spacing: normal;
  font-family: "Roboto", sans-serif;
}
.hero-section .hero-content .title-line {
  width: 200px;
  height: 1.5px;
  margin: 15px 7rem;
  background-color: #fff;
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .hero-section .hero-content .title-line {
    width: 150px;
    margin: 16px 0;
  }
}
@media (max-width: 575.98px) {
  .hero-section .hero-content .title-line {
    width: 120px;
    margin: 14px 0;
  }
}
.hero-section .hero-content .hero-description {
  max-width: 520px;
  margin-bottom: 33px;
  color: #fff;
  opacity: 0.877;
  font-size: 0.977rem;
  line-height: 1.3;
  font-weight: 200;
}
@media (max-width: 767.98px) {
  .hero-section .hero-content .hero-description {
    max-width: 520px;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .hero-section .hero-content .hero-description {
    max-width: 100%;
    font-size: 0.875rem;
    line-height: 1.55;
    margin-bottom: 22px;
  }
}
@media (max-width: 1280.98px) {
  .hero-section .hero-content .hero-title {
    font-size: 4rem;
  }
  .hero-section .hero-content .hero-title span {
    font-size: 4rem;
  }
  .hero-section .hero-content .hero-description {
    font-size: 0.888rem;
    line-height: 1.34;
  }
}
@media (max-width: 991.98px) {
  .hero-section .hero-content .hero-title {
    font-size: 3rem;
    line-height: 1.15;
  }
  .hero-section .hero-content .hero-title span {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .hero-section .hero-content .hero-title {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 2px;
  }
  .hero-section .hero-content .hero-title span {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .hero-section .hero-content .hero-title {
    font-size: 2.2rem;
    line-height: 1.2;
    letter-spacing: 1.5px;
  }
  .hero-section .hero-content .hero-title span {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.98px) {
  .hero-section .hero-content .d-flex {
    gap: 10px !important;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024.98px) {
  .hero-section {
    height: 50vh;
    min-height: 650px;
  }
  .hero-section .hero-content .row {
    bottom: 12%;
  }
}
@media (max-width: 768.98px) {
  .hero-section {
    height: 50vh;
    min-height: 600px;
  }
  .hero-section .hero-img {
    -o-object-position: 60% center;
       object-position: 60% center;
  }
  .hero-section .hero-content .row {
    bottom: 8%;
  }
}
@media (max-width: 575.98px) {
  .hero-section {
    height: 50vh;
    min-height: 600px;
  }
  .hero-section .hero-content .row {
    bottom: 9%;
  }
}

.pitless-section {
  position: relative;
  width: 100%;
  padding: 4rem 3rem 5rem;
  overflow: hidden;
}
.pitless-section .pitless-bg-text {
  position: absolute;
  top: 3rem;
  right: 35.5rem;
  z-index: 0;
  color: #878787;
  opacity: 0.1;
  font-size: clamp(8rem, 15vw, 4rem);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 2px;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pitless-section .pitless-content {
  position: relative;
  padding-right: 3rem;
}
.pitless-section .section-tittle {
  margin: 0;
  font-size: clamp(3rem, 2.7vw, 4.5rem);
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 1.6px;
}
.pitless-section .section-tittle span {
  font-weight: 500;
  letter-spacing: normal;
}
.pitless-section .pitless-description p {
  margin-bottom: 0.9rem;
  color: #878787;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.25;
  font-family: 1rem;
}
.pitless-section .key-benefits {
  margin-top: 1.7rem;
}
.pitless-section .key-benefits h3 {
  margin: 0 0 1.3rem;
  color: #000;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
}
.pitless-section .benefit-item {
  margin-top: 0.6rem;
}
.pitless-section .benefit-item .benefit-icon {
  margin-bottom: 0.6rem;
}
.pitless-section .benefit-item .benefit-icon img {
  height: 3rem;
  align-items: start;
}
.pitless-section .benefit-item p {
  margin-top: 0.7rem;
  color: #000;
  font-size: 0.87rem;
  font-weight: 400;
  line-height: 1.4;
}
.pitless-section .pitless-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 36rem;
  overflow: hidden;
}
.pitless-section .pitless-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.7s ease;
}
.pitless-section .pitless-image:hover img {
  transform: scale(1.04);
}
@media (max-width: 1399.98px) {
  .pitless-section {
    padding: 5rem 4rem;
  }
  .pitless-section .pitless-content {
    padding-right: 2rem;
  }
  .pitless-section .pitless-image {
    height: 35rem;
  }
  .pitless-section .pitless-bg-text {
    position: absolute;
    top: 3rem;
    right: 16.8rem;
  }
  .pitless-section .benefit-item {
    margin-top: 0.6rem;
  }
  .pitless-section .benefit-item p {
    margin-top: 0.7rem;
    color: #000;
    font-size: 0.74rem;
  }
}
@media (max-width: 1280.98px) {
  .pitless-section {
    padding: 3rem 3rem;
  }
  .pitless-section .pitless-content {
    padding-right: 2rem;
  }
  .pitless-section .pitless-image {
    height: 30rem;
  }
  .pitless-section .pitless-bg-text {
    position: absolute;
    top: 3rem;
    right: 16.8rem;
  }
  .pitless-section .benefit-item {
    margin-top: 0.6rem;
  }
  .pitless-section .benefit-item p {
    margin-top: 0.7rem;
    color: #000;
    font-size: 0.74rem;
  }
}
@media (max-width: 991.98px) {
  .pitless-section {
    padding: 3rem 2rem;
  }
  .pitless-section .pitless-bg-text {
    top: 1rem;
    right: -4rem;
    font-size: 10rem;
  }
  .pitless-section .pitless-bg-text {
    position: absolute;
    top: 1rem;
    right: 0rem;
    font-size: 7rem;
  }
  .pitless-section .pitless-content {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 3.5rem;
  }
  .pitless-section .pitless-title {
    font-size: clamp(3.2rem, 7vw, 5rem);
  }
  .pitless-section .pitless-image {
    height: 500px;
  }
}
@media (max-width: 575.98px) {
  .pitless-section {
    padding: 3rem 1rem;
  }
  .pitless-section .pitless-content {
    margin-bottom: 3rem;
  }
  .pitless-section .pitless-title {
    font-size: 2.8rem;
    letter-spacing: -1.5px;
    line-height: 1;
  }
  .pitless-section .benefit-item .benefit-icon {
    margin-bottom: 0.6rem;
  }
  .pitless-section .benefit-item p {
    font-size: 0.69rem;
  }
  .pitless-section .pitless-image {
    height: auto;
  }
}

.installation-process {
  position: relative;
  width: 100%;
  padding: 6rem 0 7rem;
  overflow: hidden;
  background: #fff;
}
.installation-process .container {
  position: relative;
}
.installation-process .process-intro {
  position: relative;
  min-height: 620px;
  padding-right: 3rem;
}
.installation-process .process-intro .section-tittle {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #000;
}
.installation-process .process-intro .section-tittle span {
  font-weight: 500;
}
.installation-process .process-intro .process-intro-text {
  max-width: 360px;
  margin: 1.1rem 0 0;
  color: #000;
  opacity: 0.8;
  font-size: 0.88rem;
  line-height: 1.4;
  font-weight: 300;
}
.installation-process .process-intro .process-big-arrow {
  position: absolute;
  left: -1rem;
  bottom: 0;
  width: 25rem;
  height: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.installation-process .process-intro .process-big-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.installation-process .process-steps {
  position: relative;
  width: 100%;
  min-height: 620px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, 1fr);
  -moz-column-gap: clamp(3rem, 5vw, 6rem);
       column-gap: clamp(3rem, 5vw, 6rem);
  row-gap: 0;
  padding: 0 0.5rem;
}
.installation-process .process-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  min-width: 0;
  cursor: pointer;
}
.installation-process .process-step .step-number {
  flex: 0 0 auto;
  color: #e5e5e5;
  font-size: clamp(2.8rem, 3.5vw, 4rem);
  line-height: 0.85;
  margin-top: -0.5rem;
  font-weight: 300;
  transition: color 0.35s ease, transform 0.35s ease;
}
.installation-process .process-step .step-content {
  min-width: 0;
}
.installation-process .process-step .step-content h3 {
  margin: 0 0 0.7rem;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  line-height: 1.2;
  font-weight: 600;
  transition: transform 0.35s ease, color 0.35s ease;
}
.installation-process .process-step .step-content p {
  margin: 0;
  color: #000;
  opacity: 0.8;
  font-size: clamp(0.68rem, 0.8vw, 0.8rem);
  line-height: 1.4;
  font-weight: 300;
  transition: opacity 0.35s ease, color 0.35s ease;
}
.installation-process .process-step:hover .step-number {
  color: #000;
  transform: translateY(-4px);
}
.installation-process .process-step:hover .step-content h3 {
  transform: translateX(3px);
}
.installation-process .process-step:hover .step-content p {
  opacity: 1;
}
.installation-process .step-1 {
  grid-column: 1;
  grid-row: 1;
}
.installation-process .step-2 {
  grid-column: 2;
  grid-row: 1;
}
.installation-process .step-3 {
  grid-column: 2;
  grid-row: 2;
}
.installation-process .step-4 {
  grid-column: 1;
  grid-row: 2;
}
.installation-process .step-5 {
  grid-column: 1;
  grid-row: 3;
}
.installation-process .step-6 {
  grid-column: 2;
  grid-row: 3;
}
.installation-process .process-arrow {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  opacity: 0.35;
  transition: opacity 0.35s ease, filter 0.35s ease;
}
.installation-process .process-arrow img {
  display: block;
  width: 3rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: width 0.35s ease, filter 0.35s ease, transform 0.35s ease;
}
.installation-process .arrow-1-2 {
  top: 2rem;
  left: 40%;
}
.installation-process .arrow-2-3 {
  top: 22%;
  right: 28%;
  transform: rotate(90deg);
}
.installation-process .arrow-3-4 {
  top: 40%;
  left: 43%;
}
.installation-process .arrow-3-4 img {
  transform: rotate(180deg);
}
.installation-process .arrow-4-5 {
  top: 56%;
  left: 15%;
  transform: rotate(90deg);
}
.installation-process .arrow-5-6 {
  top: 72%;
  left: 45%;
}
.installation-process .process-steps:has(.step-1:hover) .step-1 .step-number {
  color: #000;
  transform: translateY(-4px);
}
.installation-process .process-steps:has(.step-1:hover) .arrow-1-2 {
  opacity: 1;
}
.installation-process .process-steps:has(.step-1:hover) .arrow-1-2 img {
  width: 3.35rem;
  filter: brightness(0);
  animation: arrowRightMove 0.8s ease-in-out infinite;
}
.installation-process .process-steps:has(.step-2:hover) .step-2 .step-number {
  color: #000;
  transform: translateY(-4px);
}
.installation-process .process-steps:has(.step-2:hover) .arrow-2-3 {
  opacity: 1;
}
.installation-process .process-steps:has(.step-2:hover) .arrow-2-3 img {
  width: 3.35rem;
  filter: brightness(0);
  animation: arrowDownMove 0.8s ease-in-out infinite;
}
.installation-process .process-steps:has(.step-3:hover) .step-3 .step-number {
  color: #000;
  transform: translateY(-4px);
}
.installation-process .process-steps:has(.step-3:hover) .arrow-3-4 {
  opacity: 1;
}
.installation-process .process-steps:has(.step-3:hover) .arrow-3-4 img {
  width: 3.35rem;
  filter: brightness(0);
  animation: arrowLeftMove 0.8s ease-in-out infinite;
}
.installation-process .process-steps:has(.step-4:hover) .step-4 .step-number {
  color: #000;
  transform: translateY(-4px);
}
.installation-process .process-steps:has(.step-4:hover) .arrow-4-5 {
  opacity: 1;
}
.installation-process .process-steps:has(.step-4:hover) .arrow-4-5 img {
  width: 3.35rem;
  filter: brightness(0);
  animation: arrowDownMove 0.8s ease-in-out infinite;
}
.installation-process .process-steps:has(.step-5:hover) .step-5 .step-number {
  color: #000;
  transform: translateY(-4px);
}
.installation-process .process-steps:has(.step-5:hover) .arrow-5-6 {
  opacity: 1;
}
.installation-process .process-steps:has(.step-5:hover) .arrow-5-6 img {
  width: 3.35rem;
  filter: brightness(0);
  animation: arrowRightMove 0.8s ease-in-out infinite;
}
@keyframes arrowRightMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrowLeftMove {
  0% {
    transform: rotate(180deg) translateX(0);
  }
  50% {
    transform: rotate(180deg) translateX(8px);
  }
  100% {
    transform: rotate(180deg) translateX(0);
  }
}
@keyframes arrowDownMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
@media (min-width: 1400px) {
  .installation-process .process-intro {
    min-height: 650px;
  }
  .installation-process .process-intro .process-big-arrow {
    width: 27rem;
    height: 27rem;
  }
  .installation-process .process-steps {
    min-height: 650px;
  }
  .installation-process .process-step .step-number {
    font-size: 3rem;
  }
  .installation-process .process-step .step-content h3 {
    font-size: 1.25rem;
  }
  .installation-process .process-step .step-content p {
    max-width: 230px;
    font-size: 0.83rem;
  }
}
@media (max-width: 1399.98px) {
  .installation-process {
    padding: 5.5rem 0 6rem;
  }
  .installation-process .process-intro {
    min-height: 600px;
    padding-right: 2rem;
  }
  .installation-process .process-intro .section-tittle {
    font-size: 2.7rem;
  }
  .installation-process .process-intro .process-big-arrow {
    width: 22rem;
    height: 22rem;
  }
  .installation-process .process-steps {
    min-height: 600px;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .installation-process .process-step .step-number {
    font-size: 3.5rem;
  }
  .installation-process .process-step .step-content h3 {
    font-size: 1.1rem;
  }
  .installation-process .process-step .step-content p {
    max-width: 200px;
    font-size: 0.72rem;
  }
  .installation-process .arrow-1-2 {
    left: 43%;
  }
  .installation-process .arrow-3-4 {
    left: 43%;
  }
  .installation-process .arrow-5-6 {
    left: 43%;
  }
}
@media (max-width: 1280.98px) {
  .installation-process .section-tittle {
    font-size: 2.5rem !important;
  }
  .installation-process .process-intro-text {
    max-width: 320px;
    margin-top: 0.3rem;
    font-size: 0.78rem !important;
    line-height: 1.18 !important;
  }
  .installation-process .process-step .step-content h3 {
    font-size: 1.1rem;
  }
  .installation-process .process-step .step-content p {
    max-width: 200px;
    font-size: 0.78rem;
  }
}
@media (max-width: 1199.98px) {
  .installation-process {
    padding: 5rem 0 6rem;
  }
  .installation-process .process-intro {
    min-height: 560px;
    padding-right: 1.5rem;
  }
  .installation-process .process-intro .section-tittle {
    font-size: 2.45rem;
  }
  .installation-process .process-intro .process-intro-text {
    max-width: 320px;
    font-size: 0.8rem;
  }
  .installation-process .process-intro .process-big-arrow {
    width: 18rem;
    height: 18rem;
  }
  .installation-process .process-steps {
    min-height: 560px;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .installation-process .process-step {
    gap: 0.5rem;
  }
  .installation-process .process-step .step-number {
    font-size: 3rem;
  }
  .installation-process .process-step .step-content h3 {
    font-size: 1rem;
  }
  .installation-process .process-step .step-content p {
    max-width: 175px;
    font-size: 0.68rem;
  }
  .installation-process .arrow-1-2 {
    left: 42%;
  }
  .installation-process .arrow-2-3 {
    right: 15%;
  }
  .installation-process .arrow-3-4 {
    left: 42%;
  }
  .installation-process .arrow-4-5 {
    left: 15%;
  }
  .installation-process .arrow-5-6 {
    left: 42%;
  }
}
@media (max-width: 991.98px) {
  .installation-process {
    padding: 5rem 0;
  }
  .installation-process .process-intro {
    min-height: auto;
    padding-right: 0;
    margin-bottom: 4rem;
  }
  .installation-process .process-intro .section-tittle {
    max-width: 700px;
    font-size: clamp(2.4rem, 5vw, 3.4rem);
  }
  .installation-process .process-intro .process-intro-text {
    max-width: 600px;
    font-size: 0.8rem;
  }
  .installation-process .process-intro .process-big-arrow {
    display: none;
  }
  .installation-process .process-steps {
    min-height: 560px;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .installation-process .process-step .step-number {
    font-size: 3rem;
  }
  .installation-process .process-step .step-content h3 {
    font-size: 1.05rem;
  }
  .installation-process .process-step .step-content p {
    max-width: 230px;
    font-size: 0.7rem;
  }
  .installation-process .arrow-1-2 {
    top: 2rem;
    left: 43%;
  }
  .installation-process .arrow-2-3 {
    top: 20%;
    right: 20%;
  }
  .installation-process .arrow-3-4 {
    top: 40%;
    left: 43%;
  }
  .installation-process .arrow-4-5 {
    top: 55%;
    left: 15%;
  }
  .installation-process .arrow-5-6 {
    top: 73%;
    left: 43%;
  }
}
@media (max-width: 767.98px) {
  .installation-process {
    padding: 4rem 0 5rem;
  }
  .installation-process .process-intro {
    margin-bottom: 2.5rem;
  }
  .installation-process .process-intro .section-tittle {
    max-width: 100%;
    font-size: 2.3rem;
    line-height: 1.1;
    letter-spacing: -0.5px;
  }
  .installation-process .process-intro .process-intro-text {
    max-width: 100%;
    margin-top: 1rem;
    font-size: 0.76rem;
    line-height: 1.55;
  }
  .installation-process .process-steps {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .installation-process .process-step {
    width: 100%;
    display: flex;
    gap: 0.8rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #eeeeee;
  }
  .installation-process .process-step:last-child {
    border-bottom: 0;
  }
  .installation-process .process-step .step-number {
    min-width: 42px;
    font-size: 2.8rem;
    margin-top: -0.3rem;
  }
  .installation-process .process-step .step-content h3 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  .installation-process .process-step .step-content p {
    max-width: none;
    font-size: 0.72rem;
    line-height: 1.55;
  }
  .installation-process .step-1,
  .installation-process .step-2,
  .installation-process .step-3,
  .installation-process .step-4,
  .installation-process .step-5,
  .installation-process .step-6 {
    grid-column: auto;
    grid-row: auto;
  }
  .installation-process .process-arrow {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .installation-process {
    padding: 3.5rem 0 4rem;
  }
  .installation-process .process-intro {
    margin-bottom: 1.5rem;
  }
  .installation-process .process-intro .section-tittle {
    font-size: 2rem;
    line-height: 1.08;
  }
  .installation-process .process-intro .process-intro-text {
    margin-top: 0.9rem;
    font-size: 0.7rem;
    line-height: 1.6;
  }
  .installation-process .process-step {
    padding: 1.2rem 0;
    gap: 0.65rem;
  }
  .installation-process .process-step .step-number {
    min-width: 34px;
    font-size: 2.4rem;
  }
  .installation-process .process-step .step-content h3 {
    margin-bottom: 0.45rem;
    font-size: 0.92rem;
  }
  .installation-process .process-step .step-content p {
    font-size: 0.67rem;
    line-height: 1.55;
  }
}
@media (max-width: 400px) {
  .installation-process {
    padding: 3rem 0 3.5rem;
  }
  .installation-process .process-intro .section-tittle {
    font-size: 1.8rem;
  }
  .installation-process .process-intro .process-intro-text {
    font-size: 0.68rem;
  }
  .installation-process .process-step {
    gap: 0.55rem;
  }
  .installation-process .process-step .step-number {
    min-width: 30px;
    font-size: 2.2rem;
  }
  .installation-process .process-step .step-content h3 {
    font-size: 0.88rem;
  }
  .installation-process .process-step .step-content p {
    font-size: 0.63rem;
  }
}
@media (max-width: 350px) {
  .installation-process .process-intro .section-tittle {
    font-size: 1.65rem;
  }
  .installation-process .process-step .step-number {
    min-width: 28px;
    font-size: 2rem;
  }
  .installation-process .process-step .step-content h3 {
    font-size: 0.84rem;
  }
  .installation-process .process-step .step-content p {
    font-size: 0.6rem;
  }
}

.another-footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #191919;
  color: #fff;
}
.another-footer::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -8%;
  width: 35rem;
  height: 35rem;
  background: linear-gradient(135deg, transparent 49.7%, rgba(255, 255, 255, 0.08) 50%, transparent 50.3%), linear-gradient(45deg, transparent 49.7%, rgba(255, 255, 255, 0.08) 50%, transparent 50.3%);
  transform: rotate(15deg);
  pointer-events: none;
}
.another-footer .footer-main {
  position: relative;
  z-index: 2;
  padding: 4.5rem 0 1.5rem;
}
.another-footer .footer-top {
  align-items: flex-start;
}
.another-footer .footer-about {
  padding-right: 4rem;
}
.another-footer .footer-about .footer-logo {
  display: block;
  width: 10rem;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.7rem;
}
.another-footer .footer-about p {
  max-width: 19rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.72rem;
  line-height: 1.75;
  font-weight: 400;
}
.another-footer .footer-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.another-footer .footer-heading span {
  display: block;
  width: 2.1rem;
  height: 1px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.65);
}
.another-footer .footer-heading h5 {
  margin: 0;
  color: #fff;
  font-size: 0.62rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.another-footer .footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.another-footer .footer-links li {
  margin-bottom: 0.45rem;
}
.another-footer .footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.62rem;
  line-height: 1.4;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.another-footer .footer-links a::before {
  content: "→";
  font-size: 0.7rem;
}
.another-footer .footer-links a:hover {
  color: #fff;
  transform: translateX(3px);
}
.another-footer .footer-connect .social-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.another-footer .footer-connect .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #fff;
  background: #2878d4;
  text-decoration: none;
  transition: all 0.3s ease;
}
.another-footer .footer-connect .social-links a:nth-child(2) {
  background: #e44b8d;
}
.another-footer .footer-connect .social-links a:nth-child(3) {
  background: #ff2020;
}
.another-footer .footer-connect .social-links a:nth-child(4) {
  background: #1778a8;
}
.another-footer .footer-connect .social-links a i {
  font-size: 1rem;
  line-height: 1;
}
.another-footer .footer-connect .social-links a:hover {
  transform: translateY(-3px);
}
.another-footer .footer-contact-block,
.another-footer .footer-email {
  margin-top: 1.2rem;
}
.another-footer .footer-contact-block ul,
.another-footer .footer-email ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.another-footer .footer-contact-block ul li,
.another-footer .footer-email ul li {
  margin-bottom: 0.4rem;
}
.another-footer .footer-contact-block ul a,
.another-footer .footer-email ul a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.7rem;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.another-footer .footer-contact-block ul a i,
.another-footer .footer-email ul a i {
  font-size: 0.65rem;
}
.another-footer .footer-contact-block ul a:hover,
.another-footer .footer-email ul a:hover {
  color: #fff;
}
.another-footer .footer-location {
  padding-left: 1rem;
}
.another-footer .footer-map {
  position: relative;
  width: 100%;
  max-width: 15rem;
  height: 8rem;
  overflow: hidden;
  margin-bottom: 0.8rem;
  border-radius: 0.4rem;
}
.another-footer .footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.another-footer .location-text {
  max-width: 15rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.7rem;
  line-height: 1.7;
}
.another-footer .footer-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.another-footer .footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.58rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.another-footer .footer-bottom .powered-by {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.another-footer .footer-bottom .powered-by span {
  color: #f1d400;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: lowercase;
}
.another-footer .footer-bottom .powered-by .studio {
  color: #fff;
  font-size: 0.65rem;
  font-weight: 400;
}
.another-footer .footer-top-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.2rem 0 0 auto;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.68rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.another-footer .footer-top-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}
@media (max-width: 1399.98px) {
  .another-footer .footer-main {
    padding-top: 4rem;
  }
  .another-footer .footer-about {
    padding-right: 2rem;
  }
}
@media (max-width: 1199.98px) {
  .another-footer .footer-about {
    padding-right: 1rem;
  }
  .another-footer .footer-about p {
    max-width: 17rem;
  }
  .another-footer .footer-heading {
    gap: 0.7rem;
  }
  .another-footer .footer-heading span {
    width: 1.8rem;
  }
  .another-footer .footer-location {
    padding-left: 0;
  }
  .another-footer .footer-map {
    max-width: 13rem;
  }
}
@media (max-width: 991.98px) {
  .another-footer .footer-main {
    padding: 4rem 0 1.5rem;
  }
  .another-footer .footer-top {
    row-gap: 3rem;
  }
  .another-footer .footer-about {
    padding-right: 2rem;
  }
  .another-footer .footer-about p {
    max-width: 24rem;
  }
  .another-footer .footer-links,
  .another-footer .footer-connect,
  .another-footer .footer-location {
    padding-left: 0;
  }
  .another-footer .footer-map {
    max-width: 100%;
    width: 100%;
    height: 9rem;
  }
  .another-footer .location-text {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .another-footer .footer-main {
    padding: 3.5rem 0 1.5rem;
  }
  .another-footer .footer-top {
    row-gap: 2.5rem;
  }
  .another-footer .footer-about {
    padding-right: 0;
  }
  .another-footer .footer-about .footer-logo {
    width: 9rem;
    margin-bottom: 1.2rem;
  }
  .another-footer .footer-about p {
    max-width: 100%;
    font-size: 0.68rem;
    line-height: 1.7;
  }
  .another-footer .footer-links,
  .another-footer .footer-connect,
  .another-footer .footer-location {
    width: 100%;
  }
  .another-footer .footer-heading {
    margin-bottom: 1rem;
  }
  .another-footer .footer-heading h5 {
    font-size: 0.6rem;
  }
  .another-footer .footer-links li {
    margin-bottom: 0.55rem;
  }
  .another-footer .footer-links a {
    font-size: 0.62rem;
  }
  .another-footer .footer-connect .social-links {
    margin-bottom: 1.2rem;
  }
  .another-footer .footer-map {
    max-width: 100%;
    height: 11rem;
  }
  .another-footer .location-text {
    font-size: 0.62rem;
  }
  .another-footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 2.5rem;
    padding-top: 1.2rem;
  }
  .another-footer .footer-bottom p {
    font-size: 0.55rem;
  }
  .another-footer .footer-top-btn {
    margin-top: 1.5rem;
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .another-footer .footer-main {
    padding: 3rem 1rem 1.2rem;
  }
  .another-footer .footer-top {
    row-gap: 2.2rem;
  }
  .another-footer .footer-about .footer-logo {
    width: 8rem;
  }
  .another-footer .footer-about p {
    font-size: 0.65rem;
  }
  .another-footer .social-links a {
    width: 1.9rem !important;
    height: 1.9rem !important;
  }
  .another-footer .social-links a i {
    font-size: 0.9rem !important;
  }
  .another-footer .footer-map {
    height: 10rem;
  }
  .another-footer .footer-bottom {
    align-items: flex-start;
  }
  .another-footer .footer-bottom .powered-by {
    font-size: 0.5rem;
  }
}

.sticky-social {
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 9999;
}
.sticky-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sticky-social .social-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #b89b51;
}
.sticky-social .social-icon a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.sticky-social .social-icon a i {
  color: #000;
  font-size: 24px;
}
.sticky-social .social-icon:hover {
  transform: translateY(-3px);
  transition: 0.3s ease;
}
@media (max-width: 578px) {
  .sticky-social {
    right: 10px;
    bottom: 20px;
  }
  .sticky-social .social-icon {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 767px) {
  .sticky-quick {
    left: 1rem;
    bottom: 1rem;
  }
  .sticky-quick .quick-enquiry {
    padding-right: 0.9rem;
  }
  .sticky-quick .quick-icon {
    width: 2.8rem;
    height: 2.8rem;
  }
  .sticky-quick .quick-text {
    font-size: 0.9rem;
  }
}
.project-showcase {
  width: 100%;
  height: 60vh;
  min-height: 650px;
  overflow: hidden;
}
@media (max-width: 1380px) {
  .project-showcase {
    height: 50vh;
    min-height: 650px;
  }
}
@media (max-width: 1199px) {
  .project-showcase {
    height: 40vh;
    min-height: 650px;
  }
}
@media (max-width: 991px) {
  .project-showcase {
    height: 40vh !important;
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .project-showcase {
    height: 40vh !important;
    min-height: 650px;
  }
}
@media (max-width: 591px) {
  .project-showcase {
    height: 40vh !important;
    min-height: 650px;
  }
}
.project-showcase .projectSwiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.project-showcase .swiper-wrapper {
  height: 100%;
}
.project-showcase .project-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.project-showcase .project-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.7s ease;
}
.project-showcase .project-slide:hover img {
  transform: scale(1.08);
}
.project-showcase .project-slide .slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.45));
}
.project-showcase .project-slide .slide-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: #fff;
}
.project-showcase .project-slide h3 {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  white-space: nowrap;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.project-showcase .project-slide .vertical-title {
  position: absolute;
  left: 30px;
  bottom: 25px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.project-showcase .project-prev {
  position: absolute;
  left: 50px;
  bottom: 52%;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  cursor: pointer;
}
.project-showcase .project-prev .arrow {
  font-size: 1.7rem;
  line-height: 1;
}
@media (max-width: 591px) {
  .project-showcase .project-prev {
    position: absolute;
    left: 20px;
    bottom: 52%;
  }
}
.project-showcase .project-next {
  position: absolute;
  right: 50px;
  bottom: 52%;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  cursor: pointer;
}
.project-showcase .project-next .arrow {
  font-size: 1.7rem;
  line-height: 1;
}
@media (max-width: 591px) {
  .project-showcase .project-next {
    position: absolute;
    right: 20px;
    bottom: 52%;
  }
}

@media (max-width: 1280.98px) {
  .project-showcase {
    height: 70vh;
    min-height: 450px;
  }
  .project-showcase .project-slide h3 {
    top: 25px;
    font-size: 1.1rem;
  }
  .project-showcase .project-slide .vertical-title {
    left: 20px;
    bottom: 20px;
    font-size: 0.85rem;
    letter-spacing: 0.25em;
  }
  .project-showcase .project-slide .slide-prev {
    left: 25px;
  }
  .project-showcase .project-slide .slide-next {
    right: 25px;
  }
  .installation-process .process-heading {
    margin-bottom: 3rem;
  }
  .installation-process .process-item .process-number {
    width: 42px;
    height: 50px;
    font-size: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .project-showcase {
    height: 75vh;
    min-height: 550px;
  }
  .project-showcase .project-slide h3 {
    top: 25px;
    font-size: 1.1rem;
  }
  .project-showcase .project-slide .vertical-title {
    left: 20px;
    bottom: 20px;
    font-size: 0.85rem;
    letter-spacing: 0.25em;
  }
  .project-showcase .project-slide .slide-prev {
    left: 25px;
  }
  .project-showcase .project-slide .slide-next {
    right: 25px;
  }
  .installation-process .process-heading {
    margin-bottom: 3rem;
  }
  .installation-process .process-item .process-number {
    width: 42px;
    height: 50px;
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .project-showcase {
    height: 75vh;
    min-height: 500px;
  }
  .project-showcase .project-slide h3 {
    top: 20px;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
  }
  .project-showcase .project-slide .vertical-title {
    left: 15px;
    bottom: 20px;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
  }
  .project-showcase .project-slide .slide-prev,
  .project-showcase .project-slide .slide-next {
    bottom: 22%;
    font-size: 0.7rem;
    gap: 6px;
  }
  .project-showcase .project-slide .slide-prev {
    left: 15px;
  }
  .project-showcase .project-slide .slide-next {
    right: 15px;
  }
  .project-showcase .project-slide .slide-prev .arrow,
  .project-showcase .project-slide .slide-next .arrow {
    font-size: 1.2rem;
  }
  .installation-process {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .installation-process .process-heading {
    margin-bottom: 2.5rem;
  }
  .installation-process .process-heading h2 {
    font-size: 2rem;
  }
  .installation-process .process-items {
    row-gap: 2rem;
  }
  .installation-process .process-item {
    gap: 12px;
  }
  .installation-process .process-item .process-number {
    width: 38px;
    height: 45px;
    font-size: 2rem;
  }
  .installation-process .process-item h3 {
    margin-top: 4px;
    font-size: 1.05rem;
  }
  .installation-process .process-item p {
    font-size: 0.85rem;
  }
}
@media (max-width: 575.98px) {
  .project-showcase {
    height: 65vh;
    min-height: 450px;
  }
  .project-showcase .project-slide h3 {
    font-size: 0.8rem;
  }
  .project-showcase .project-slide .vertical-title {
    left: 12px;
    font-size: 0.62rem;
  }
}
.technology-section {
  position: relative;
  min-height: 680px;
  padding: 7rem 0;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 575.98px) {
  .technology-section {
    padding: 4rem 0;
  }
}
.technology-section .technology-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.technology-section .technology-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.58);
}
.technology-section .container {
  position: relative;
  z-index: 2;
}
.technology-section .technology-intro {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1rem 1rem 0;
}
.technology-section .technology-intro .section-tittle {
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
}
.technology-section .technology-intro .section-tittle span {
  font-weight: 400;
}
@media (max-width: 1280.98px) {
  .technology-section .technology-intro .section-tittle {
    font-size: 2rem;
  }
}
.technology-section .technology-intro p {
  max-width: 400px;
  margin: 0;
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.32;
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 1280.98px) {
  .technology-section .technology-intro p {
    font-size: 0.78rem;
  }
}
.technology-section .technology-card {
  height: 13rem;
  padding: 1.8rem 1.5rem;
  background: rgba(0, 0, 0, 0.342);
  border: 1px solid rgba(255, 255, 255, 0.03);
  transition: background 0.35s ease, transform 0.35s ease;
  backdrop-filter: blur(2.5px);
}
.technology-section .technology-card:hover {
  background: rgba(0, 0, 0, 0.72);
  transform: translateY(-4px);
}
.technology-section .technology-card .technology-card-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.technology-section .technology-card .technology-card-head img {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}
.technology-section .technology-card .technology-card-head h3 {
  margin: 0;
  font-size: clamp(1.3rem, 1.6vw, 1.3rem);
  font-weight: 300;
  line-height: 1.15;
  color: #fff;
}
.technology-section .technology-card p {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.32;
  color: #fff;
}
@media (max-width: 1280.98px) {
  .technology-section .technology-card p {
    font-size: 0.78rem;
  }
}

.safety-section {
  overflow: hidden;
}
.safety-section .safety-heading {
  margin: 0 auto 4rem;
}
.safety-section .safety-heading .section-tittle {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 3.5vw, 2.8rem);
  font-weight: 200;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #000;
}
.safety-section .safety-heading .section-tittle span {
  font-weight: 500;
}
.safety-section .safety-heading p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  color: #8a8a8a;
}
@media (max-width: 1280.98px) {
  .safety-section .safety-heading p {
    font-size: 0.78rem;
  }
}
.safety-section .safety-content {
  min-height: 430px;
}
.safety-section .safety-tabs {
  position: relative;
  height: 400px;
  padding-left: 38px;
  overflow-y: auto;
  scrollbar-width: none;
}
.safety-section .safety-tabs::-webkit-scrollbar {
  display: none;
}
.safety-section .safety-tabs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #eeeeee;
}
.safety-section .safety-tab {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 25px 30px 0;
  margin: 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: #d0d0d0;
  cursor: pointer;
  transition: color 0.35s ease, opacity 0.35s ease;
}
.safety-section .safety-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: -38px;
  width: 3px;
  height: 100%;
  background: transparent;
  transition: background 0.35s ease, height 0.35s ease;
}
.safety-section .safety-tab .tab-title {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.safety-section .safety-tab .tab-arrow {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.2rem;
  opacity: 0.7;
  transition: transform 0.3s ease, color 0.3s ease;
}
.safety-section .safety-tab .tab-description {
  display: none;
  max-width: 380px;
  margin-top: 0.45rem;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.35;
  color: #8a8a8a;
}
@media (max-width: 1280.98px) {
  .safety-section .safety-tab .tab-description {
    font-size: 0.78rem;
  }
}
.safety-section .safety-tab.active {
  color: #111;
}
.safety-section .safety-tab.active::before {
  background: #111;
}
.safety-section .safety-tab.active .tab-title {
  font-weight: 600;
}
.safety-section .safety-tab.active .tab-arrow {
  transform: rotate(90deg);
  color: #111;
}
.safety-section .safety-tab.active .tab-description {
  display: block;
}
.safety-section .safety-tab:hover:not(.active) {
  color: #777;
}
.safety-section .safety-tab:hover:not(.active) .tab-arrow {
  transform: translateX(4px);
}
.safety-section .safety-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.safety-section .safety-gallery-left {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  min-width: 0;
}
.safety-section .safety-image {
  position: relative;
  overflow: hidden;
  background: #eee;
}
.safety-section .safety-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.35s ease, transform 0.6s ease;
}
.safety-section .safety-image.changing img {
  opacity: 0;
}
.safety-section .safety-image:hover img {
  transform: scale(1.03);
}
.safety-section .safety-image-small {
  height: 100%;
}
.safety-section .safety-image-large {
  height: 100%;
}

.possibilities-section {
  position: relative;
  background: #000;
  overflow: hidden;
  color: #fff;
}
.possibilities-section .section-heading .section-tittle {
  margin: 0 0 0.8rem;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 200;
  line-height: 1.1;
  color: #fff;
}
.possibilities-section .section-heading .section-tittle span {
  font-weight: 500;
}
.possibilities-section .section-heading p {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 1280.98px) {
  .possibilities-section .section-heading p {
    font-size: 0.78rem;
  }
}
.possibilities-section .possibilitiesSwiper {
  width: 100%;
  padding: 0 0 1rem;
  overflow: visible;
}
.possibilities-section .swiper-wrapper {
  align-items: stretch;
}
.possibilities-section .possibility-card {
  position: relative;
  width: 20rem;
  height: 25rem;
  overflow: hidden;
  flex-shrink: 0;
  background: #222;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.possibilities-section .possibility-card:active {
  cursor: grabbing;
}
.possibilities-section .possibility-card img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.possibilities-section .possibility-card:hover img {
  transform: scale(1.05);
}
.possibilities-section .possibility-card .card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0.58) 0%, rgba(40, 38, 38, 0.7) 10%, rgb(0, 0, 0) 100%);
  opacity: 0.7;
}
.possibilities-section .possibility-card .card-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(70, 69, 69, 0.479) 100%;
  z-index: 1;
}
.possibilities-section .possibility-card .possibility-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 1.2rem;
}
.possibilities-section .possibility-card .possibility-icon {
  margin-bottom: 0.7rem;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 3rem;
  top: 1rem;
  opacity: 1;
}
.possibilities-section .possibility-card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  position: absolute;
  top: 9rem;
  text-align: start;
}
.possibilities-section .possibility-card p {
  margin: 0;
  font-size: 0.88rem;
  padding: 0 0.1rem 0 0;
  font-weight: 300;
  opacity: 0.9;
  line-height: 1.35;
  color: #fff;
  text-align: start;
  position: absolute;
  top: 13rem;
}
@media (max-width: 1280.98px) {
  .possibilities-section .possibility-card p {
    font-size: 0.78rem;
  }
}
.possibilities-section .possibilities-prev,
.possibilities-section .possibilities-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.507);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease i;
  transition-font-size: 1rem;
}
.possibilities-section .possibilities-prev:hover,
.possibilities-section .possibilities-next:hover {
  background: #fff;
  color: #000;
}
.possibilities-section .possibilities-prev {
  left: 20px;
}
.possibilities-section .possibilities-next {
  right: 20px;
}

.gallery-section {
  overflow: hidden;
}
.gallery-section .gallerySwiper {
  margin-bottom: 0.625rem;
  overflow: hidden;
}
.gallery-section .section-tittle {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 200;
  line-height: 1.15;
  color: #000;
}
.gallery-section .section-tittle span {
  font-weight: 400;
}
.gallery-section .swiper-slide.sm {
  width: 16rem !important;
}
.gallery-section .swiper-slide.md {
  width: 20rem !important;
}
.gallery-section .swiper-slide.lg {
  width: 23rem !important;
}
.gallery-section .swiper-slide {
  height: 13.25rem;
}
.gallery-section .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .gallery-section .swiper-slide {
    height: 12.25rem !important;
  }
}
@media (max-width: 1500px) {
  .gallery-section .section-title {
    font-size: 22px;
  }
}
@media (max-width: 1290px) {
  .gallery-section .section-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .gallery-section .swiper-slide {
    width: 9.375rem !important;
    height: 6.875rem;
  }
  .gallery-section .section-title {
    font-size: 14px;
  }
}

.video-hero {
  position: relative;
  width: 100%;
  height: 45rem;
  overflow: hidden;
  color: #fff;
}
.video-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.video-hero__bg .technology-video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
.video-hero .container {
  position: relative;
  z-index: 2;
}
.video-hero__content h1 {
  margin: 0 0 1.5rem;
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
}
.video-hero .video-play-btn {
  width: 78px;
  height: 78px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: all 0.35s ease;
}
.video-hero .video-play-btn .play-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000;
  color: #fff;
}
.video-hero .video-play-btn .play-icon i {
  font-size: 2rem;
  line-height: 1;
  margin-left: 3px;
}
.video-hero .video-play-btn:hover {
  transform: scale(1.08);
  background: #f5f5f5;
}
.video-hero .video-play-btn:hover .play-icon {
  transform: scale(1.05);
}
.video-hero .video-watch-text {
  margin-top: 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}

.video-section {
  overflow: hidden;
}
.video-section .testimonial-layout {
  align-items: center;
}
.video-section .testimonial-info {
  padding-right: 2rem;
  margin-top: -1rem;
}
.video-section .testimonial-info .main-left {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0px;
}
.video-section .quote-image {
  margin-bottom: 0.4rem;
  margin-left: -0.9rem;
}
.video-section .quote-image img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575.98px) {
  .video-section .quote-image {
    margin-left: 0.9rem;
  }
}
.video-section .testimonial-info h4 {
  margin: 0 0 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.05;
  color: #817a67;
}
.video-section .testimonial-info p {
  max-width: 220px;
  margin-bottom: 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #817a67;
}
.video-section .testimonial-navigation {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 220px;
  margin-top: 1.5rem;
  gap: 0.7rem;
}
.video-section .testimonial-navigation button {
  position: static;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.video-section .testimonial-navigation button::after {
  display: none !important;
  content: none !important;
}
.video-section .testimonial-navigation button i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  transition: transform 0.3s ease;
}
.video-section .testimonial-navigation button:hover {
  transform: none;
}
.video-section .testimonial-navigation button:hover i {
  transform: scale(1.15);
}
.video-section .testimonial-navigation button:active {
  transform: scale(0.95);
}
.video-section .testimonial-navigation button.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.video-section .testimonial-navigation .line-track {
  position: relative;
  flex: 1;
  width: auto;
  height: 3px;
  background: #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .video-section .testimonial-navigation .line-track {
    justify-content: center !important;
    align-items: center !important;
  }
}
.video-section .testimonial-navigation .moving-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  border-radius: 10px;
  background: #000;
  transform: translateX(0);
  transition: transform 0.5s ease;
}
@media (max-width: 575.98px) {
  .video-section .testimonial-navigation .moving-line {
    justify-content: center;
    align-items: center;
  }
}
.video-section .testimonial-slider-wrap {
  width: 100%;
  overflow: visible;
  position: relative;
}
.video-section .testimonialSwiper {
  width: 100%;
  overflow: visible;
  position: relative;
}
.video-section .testimonialSwiper .swiper-wrapper {
  align-items: center;
}
.video-section .testimonialSwiper .swiper-slide {
  height: auto;
  display: flex;
  flex-shrink: 0;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.5s ease, opacity 0.5s ease;
  padding: 1rem 0;
}
.video-section .imgtestimonialsbox {
  position: relative;
  width: 100%;
  height: 22rem;
  padding: 2rem 1.3rem 2rem;
  overflow: hidden;
  border-radius: 0.35rem;
  background: #F9F9F9;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
}
.video-section .imgtestimonialsbox .testimonial-card-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.video-section .imgtestimonialsbox .testimonial-text {
  margin: 0;
  opacity: 0.8;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.35;
  max-width: 100%;
}
.video-section .imgtestimonialsbox .testimonial-bottom {
  margin-top: auto;
}
.video-section .imgtestimonialsbox .testimonial-stars {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.7rem;
}
.video-section .imgtestimonialsbox .testimonial-stars i {
  font-size: 1rem;
  line-height: 1;
}
.video-section .imgtestimonialsbox h5 {
  margin: 0 0 0.2rem;
  color: #000;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2;
}
.video-section .imgtestimonialsbox span {
  display: block;
  color: #999;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1300px) {
  .video-section .testimonial-slider-wrap {
    width: calc(100vw - 50%);
  }
  .video-section .testimonialSwiper {
    width: 100%;
    overflow: visible;
  }
  .video-section .testimonialSwiper .swiper-slide {
    width: 20rem !important;
    max-width: 20rem;
    transform: scale(1);
    opacity: 1;
  }
  .video-section .imgtestimonialsbox {
    height: 22rem;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  .video-section .testimonial-slider-wrap {
    width: calc(100vw - 48%);
  }
  .video-section .testimonialSwiper .swiper-slide {
    width: 20rem !important;
    max-width: 20rem;
    transform: scale(1);
    opacity: 1;
  }
  .video-section .imgtestimonialsbox {
    height: 22rem;
  }
  .video-section .imgtestimonialsbox .testimonial-text {
    font-size: 0.78rem;
  }
}
@media (max-width: 1199.98px) {
  .video-section .testimonial-info {
    padding-right: 1rem;
  }
  .video-section .testimonial-info h4 {
    font-size: 1.7rem;
  }
  .video-section .testimonial-slider-wrap {
    width: 100%;
    overflow: hidden;
  }
  .video-section .testimonialSwiper {
    width: 100%;
    overflow: hidden;
  }
  .video-section .testimonialSwiper .swiper-slide {
    width: 18rem !important;
    transform: scale(1);
    opacity: 1;
  }
  .video-section .imgtestimonialsbox {
    height: 22rem;
    border-radius: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .video-section {
    padding: 4rem 0;
  }
  .video-section .testimonial-info {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .video-section .testimonial-info h4 {
    font-size: 1.8rem;
  }
  .video-section .testimonial-info p {
    max-width: 400px;
  }
  .video-section .testimonial-navigation {
    max-width: 250px;
  }
  .video-section .testimonial-slider-wrap {
    width: 100%;
    overflow: hidden;
  }
  .video-section .testimonialSwiper {
    padding: 1rem 0;
  }
  .video-section .testimonialSwiper .swiper-slide {
    width: 55% !important;
    transform: scale(1);
    opacity: 1;
  }
  .video-section .imgtestimonialsbox {
    height: 22rem;
  }
}
@media (max-width: 767.98px) {
  .video-section {
    padding: 3.5rem 0;
  }
  .video-section .headings-content {
    font-size: 0.9rem;
  }
  .video-section .testimonial-info {
    margin-bottom: 1.5rem;
  }
  .video-section .quote-image {
    margin-bottom: 0.7rem;
  }
  .video-section .quote-image img {
    width: 28px;
    height: 28px;
  }
  .video-section .testimonial-info h4 {
    font-size: 1.7rem;
    line-height: 1.1;
  }
  .video-section .testimonial-info p {
    font-size: 0.78rem;
    max-width: 100%;
  }
  .video-section .testimonial-navigation {
    margin-top: 1.2rem;
    max-width: 220px;
  }
  .video-section .testimonial-slider-wrap {
    width: 100%;
    overflow: hidden;
  }
  .video-section .testimonialSwiper {
    padding: 0.5rem 0;
  }
  .video-section .testimonialSwiper .swiper-slide {
    width: 82% !important;
    transform: scale(0.92);
    opacity: 0.65;
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
  .video-section .testimonialSwiper .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
  }
  .video-section .imgtestimonialsbox {
    height: 22rem;
    border-radius: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .video-section {
    padding: 3rem 0;
  }
  .video-section .testimonial-info h4 {
    font-size: 1.5rem;
  }
  .video-section .testimonialSwiper .swiper-slide {
    width: 90% !important;
  }
  .video-section .imgtestimonialsbox {
    height: 20rem;
    border-radius: 1.25rem;
  }
  .video-section .video {
    width: 42px;
    height: 42px;
  }
  .video-section .video i {
    font-size: 1.2rem;
  }
}

.comparison-section {
  position: relative;
  width: 100%;
  padding: 6rem 0;
  overflow: hidden;
  background: #000;
  color: #fff;
}
.comparison-section .comparison-heading {
  margin: 0 auto 3.5rem;
}
.comparison-section .comparison-heading .section-tittle {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 200;
  line-height: 1.15;
  color: #fff;
}
.comparison-section .comparison-heading .section-tittle span {
  font-weight: 400;
}
.comparison-section .comparison-heading p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 300;
  color: #fff;
  opacity: 0.6;
}
@media (max-width: 1280.98px) {
  .comparison-section .comparison-heading p {
    font-size: 0.78rem;
  }
}
.comparison-section .comparison-grid {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr 1.18fr;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  overflow: hidden;
  background: #151515;
}
.comparison-section .comparison-column {
  min-width: 0;
  min-height: 37rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
.comparison-section .comparison-column:last-child {
  border-right: 0;
}
.comparison-section .feature-column {
  background: #151515;
}
.comparison-section .feature-column .card-heading {
  background: #151515;
}
.comparison-section .feature-column .card-content {
  padding: 0;
}
.comparison-section .pitless-column {
  background: #202020;
}
.comparison-section .pitless-column .card-heading {
  background: rgba(255, 255, 255, 0.08);
}
.comparison-section .pitless-column .comparison-row i {
  color: rgba(255, 255, 255, 0.8);
}
.comparison-section .pitless-column .comparison-row span {
  color: rgba(255, 255, 255, 0.65);
}
.comparison-section .conventional-column {
  background: #151515;
}
.comparison-section .conventional-column .comparison-row i {
  color: rgba(255, 255, 255, 0.22);
}
.comparison-section .conventional-column .comparison-row span {
  color: rgba(255, 255, 255, 0.35);
}
.comparison-section .card-heading {
  min-height: 7.8rem;
  padding: 1.5rem 1.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.comparison-section .card-heading h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.comparison-section .card-heading p {
  margin: 0.45rem 0 0;
  font-size: 0.72rem;
  line-height: 1.4;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.32);
}
.comparison-section .feature-heading {
  justify-content: flex-end;
}
.comparison-section .feature-heading .small-title {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.22);
}
.comparison-section .recommended {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.7rem;
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  background: #3a3a3a;
  font-size: 0.58rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.65);
}
.comparison-section .card-content {
  flex: 1;
  padding: 0;
}
.comparison-section .feature-row {
  position: relative;
  min-height: 5.65rem;
  padding: 1.25rem 1.5rem 1.1rem 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.comparison-section .feature-row:last-child {
  border-bottom: 0;
}
.comparison-section .feature-row .feature-icon {
  position: absolute;
  top: 1.25rem;
  left: 1.5rem;
  width: auto;
  height: auto;
  display: block;
}
.comparison-section .feature-row .feature-icon span {
  position: static;
  display: block;
  font-size: 0.68rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.18);
}
.comparison-section .feature-row > i {
  display: block;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.55);
}
.comparison-section .feature-row > strong {
  display: block;
  margin: 0;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.72);
}
.comparison-section .comparison-row {
  min-height: 5.65rem;
  padding: 0 1.7rem;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.comparison-section .comparison-row:last-child {
  border-bottom: 0;
}
.comparison-section .comparison-row i {
  flex-shrink: 0;
  font-size: 0.75rem;
}
.comparison-section .comparison-row span {
  font-size: 0.78rem;
  line-height: 1.45;
}
.comparison-section .comparison-cta {
  margin-top: 1.8rem;
}
.comparison-section .comparison-cta p {
  margin: 0 0 0.8rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.45);
}
.comparison-section .g-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
  color: #111;
  transition: all 0.3s ease;
}
.comparison-section .g-btn i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}
.comparison-section .g-btn:hover {
  background: #ddd;
  color: #111;
}
.comparison-section .g-btn:hover i {
  transform: translateX(4px);
}
@media (max-width: 991.98px) {
  .comparison-section {
    padding: 4.5rem 0;
  }
  .comparison-section .comparison-heading {
    margin-bottom: 2.5rem;
  }
  .comparison-section .comparison-grid {
    max-width: 850px;
  }
  .comparison-section .comparison-column {
    min-height: 34rem;
  }
  .comparison-section .card-heading {
    min-height: 7rem;
    padding: 1.3rem;
  }
  .comparison-section .feature-row {
    padding: 0 1.2rem;
  }
  .comparison-section .comparison-row {
    padding: 0 1.3rem;
  }
}
@media (max-width: 767.98px) {
  .comparison-section {
    padding: 3.5rem 0;
  }
  .comparison-section .comparison-heading {
    margin-bottom: 2rem;
  }
  .comparison-section .comparison-heading .section-tittle {
    font-size: 2rem;
  }
  .comparison-section .comparison-heading p {
    font-size: 0.78rem;
  }
  .comparison-section .comparison-grid {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 520px;
    border-radius: 12px;
  }
  .comparison-section .comparison-column {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .comparison-section .comparison-column:last-child {
    border-bottom: 0;
  }
  .comparison-section .card-heading {
    min-height: 5.5rem;
  }
  .comparison-section .feature-heading {
    justify-content: center;
  }
  .comparison-section .feature-row,
  .comparison-section .comparison-row {
    min-height: 5rem;
  }
}
@media (max-width: 575.98px) {
  .comparison-section {
    padding: 3rem 0;
  }
  .comparison-section .comparison-grid {
    width: 100%;
  }
  .comparison-section .card-heading {
    padding: 1.2rem;
  }
  .comparison-section .card-heading h3 {
    font-size: 1.05rem;
  }
  .comparison-section .card-heading p {
    font-size: 0.68rem;
  }
  .comparison-section .feature-row {
    padding: 0 1.2rem;
  }
  .comparison-section .feature-row strong {
    font-size: 0.62rem;
  }
  .comparison-section .comparison-row {
    padding: 0 1.2rem;
  }
  .comparison-section .comparison-row span {
    font-size: 0.7rem;
  }
  .comparison-section .comparison-cta {
    margin-top: 1.3rem;
  }
}

.why-polo-section {
  padding: 7rem 0;
  background: #fff;
}
.why-polo-section .why-polo-images {
  position: relative;
  width: 100%;
  min-height: 500px;
  padding-right: 7rem;
}
.why-polo-section .why-polo-images .why-polo-main-img {
  width: 100%;
  height: 420px;
  overflow: hidden;
}
.why-polo-section .why-polo-images .why-polo-main-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-polo-section .why-polo-images .why-polo-small-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 220px;
  overflow: hidden;
  border: 4px solid #f8f8f8;
}
.why-polo-section .why-polo-images .why-polo-small-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-polo-section .why-polo-content {
  padding-left: 1rem;
}
.why-polo-section .why-polo-content h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2rem, 3vw, 2.4rem);
  line-height: 1.15;
  font-weight: 500;
  color: #000;
}
.why-polo-section .why-polo-content .why-polo-description {
  margin-bottom: 1.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #000;
  opacity: 0.7;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.why-polo-section .why-polo-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.why-polo-section .why-polo-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}
.why-polo-section .why-polo-list li i {
  flex-shrink: 0;
  font-size: 1rem;
  color: #999;
}
.why-polo-section .why-polo-list li span {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
}
@media (max-width: 1280.98px) {
  .why-polo-section .why-polo-list li span {
    font-size: 0.78rem;
  }
}
@media (max-width: 1280.98px) {
  .why-polo-section {
    padding: 6rem 0;
  }
  .why-polo-section .why-polo-images {
    min-height: 460px;
    padding-right: 5rem;
  }
  .why-polo-section .why-polo-images .why-polo-main-img {
    height: 390px;
  }
  .why-polo-section .why-polo-images .why-polo-small-img {
    width: 48%;
    height: 200px;
  }
  .why-polo-section .why-polo-content {
    padding-left: 0;
  }
  .why-polo-section .why-polo-content h2 {
    font-size: 2.4rem;
  }
  .why-polo-section .why-polo-content .why-polo-description {
    margin-bottom: 1.75rem;
    font-size: 0.78rem;
    line-height: 1.4;
    font-weight: 400;
  }
}
@media (max-width: 1199.98px) {
  .why-polo-section {
    padding: 6rem 0;
  }
  .why-polo-section .why-polo-images {
    min-height: 460px;
    padding-right: 5rem;
  }
  .why-polo-section .why-polo-images .why-polo-main-img {
    height: 390px;
  }
  .why-polo-section .why-polo-images .why-polo-small-img {
    width: 48%;
    height: 200px;
  }
  .why-polo-section .why-polo-content {
    padding-left: 0;
  }
  .why-polo-section .why-polo-content h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 991.98px) {
  .why-polo-section {
    padding: 5rem 0;
  }
  .why-polo-section .why-polo-images {
    min-height: 430px;
    padding-right: 5rem;
  }
  .why-polo-section .why-polo-images .why-polo-main-img {
    height: 360px;
  }
  .why-polo-section .why-polo-images .why-polo-small-img {
    width: 45%;
    height: 190px;
    border-width: 3px;
  }
  .why-polo-section .why-polo-content {
    padding-left: 0;
  }
  .why-polo-section .why-polo-content h2 {
    margin-bottom: 1rem;
    font-size: 2.2rem;
  }
  .why-polo-section .why-polo-content .why-polo-description {
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
  }
  .why-polo-section .why-polo-list li {
    margin-bottom: 0.6rem;
    gap: 0.6rem;
  }
  .why-polo-section .why-polo-list li i {
    font-size: 0.95rem;
  }
  .why-polo-section .why-polo-list li span {
    font-size: 0.85rem;
  }
}
@media (max-width: 767.98px) {
  .why-polo-section {
    padding: 4rem 0;
  }
  .why-polo-section .why-polo-images {
    min-height: auto;
    padding-right: 0;
    margin-bottom: 3rem;
  }
  .why-polo-section .why-polo-images .why-polo-main-img {
    width: 100%;
    height: 350px;
  }
  .why-polo-section .why-polo-images .why-polo-small-img {
    right: 5%;
    bottom: -35px;
    width: 45%;
    height: 170px;
    border-width: 3px;
  }
  .why-polo-section .why-polo-content {
    padding-left: 0;
  }
  .why-polo-section .why-polo-content h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.2;
  }
  .why-polo-section .why-polo-content .why-polo-description {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .why-polo-section .why-polo-list li {
    align-items: flex-start;
    gap: 0.6rem;
    margin-bottom: 0.7rem;
  }
  .why-polo-section .why-polo-list li i {
    margin-top: 0.15rem;
    font-size: 0.9rem;
  }
  .why-polo-section .why-polo-list li span {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}
@media (max-width: 575.98px) {
  .why-polo-section {
    padding: 3.5rem 0;
  }
  .why-polo-section .why-polo-images {
    margin-bottom: 2.8rem;
  }
  .why-polo-section .why-polo-images .why-polo-main-img {
    height: 290px;
  }
  .why-polo-section .why-polo-images .why-polo-small-img {
    right: 4%;
    bottom: -30px;
    width: 48%;
    height: 140px;
    border-width: 3px;
  }
  .why-polo-section .why-polo-content h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .why-polo-section .why-polo-content .why-polo-description {
    font-size: 0.84rem;
    line-height: 1.55;
  }
  .why-polo-section .why-polo-list li {
    gap: 0.5rem;
    margin-bottom: 0.6rem;
  }
  .why-polo-section .why-polo-list li i {
    font-size: 0.85rem;
  }
  .why-polo-section .why-polo-list li span {
    font-size: 0.82rem;
  }
}
@media (max-width: 400px) {
  .why-polo-section .why-polo-images .why-polo-main-img {
    height: 260px;
  }
  .why-polo-section .why-polo-images .why-polo-small-img {
    width: 50%;
    height: 125px;
  }
  .why-polo-section .why-polo-content h2 {
    font-size: 1.65rem;
  }
}

.faq-section {
  padding: 5rem 0 7rem;
  background: #F9F9F9;
}
@media (max-width: 575.98px) {
  .faq-section .faq-intro {
    padding-right: 0rem;
  }
}
.faq-section .faq-intro h2 {
  font-size: clamp(2.5rem, 3.8vw, 2.8rem);
  line-height: 1.05;
  font-weight: 400;
  color: #111;
}
.faq-section .faq-intro p {
  max-width: 420px;
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.3;
  color: #000;
  opacity: 0.4;
}
@media (max-width: 1280.98px) {
  .faq-section .faq-intro p {
    font-size: 0.78rem;
    max-width: 380px;
  }
}
.faq-section .faq-intro .question {
  background: #eee;
  padding: 2rem;
  width: 90%;
}
@media (max-width: 575.98px) {
  .faq-section .faq-intro .question {
    width: 100%;
  }
}
.faq-section .faq-intro .question .heading {
  font-size: 1.8rem !important;
  font-weight: 400;
}
.faq-section .faq-intro .question p {
  font-size: 0.86rem;
  max-width: 383px;
  line-height: 1.3;
  margin-bottom: 1rem;
  margin-top: 0.3rem !important;
}
@media (max-width: 1280.98px) {
  .faq-section .faq-intro .question p {
    font-size: 0.78rem;
    max-width: 350px;
  }
}
.faq-section .faq-accordion {
  border: 0;
}
.faq-section .faq-accordion .accordion-item {
  margin-bottom: 0.6rem;
  border: 0;
  border-radius: 9px;
  background: transparent;
  overflow: hidden;
}
.faq-section .faq-accordion .accordion-header {
  margin: 0;
}
.faq-section .faq-accordion .accordion-button {
  position: relative;
  min-height: 65px;
  padding: 1.2rem 3.5rem 1.2rem 1.25rem;
  border: 0;
  border-radius: 0 !important;
  background: #fff;
  box-shadow: none;
  font-size: 0.85rem;
  font-weight: 400;
  color: #444;
}
.faq-section .faq-accordion .accordion-button::after {
  position: absolute;
  right: 1.25rem;
  width: auto;
  height: auto;
  margin: 0;
  background-image: none !important;
  content: "+";
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1;
  color: #111;
  transform: none !important;
}
.faq-section .faq-accordion .accordion-button:not(.collapsed) {
  background: #fff;
  color: #111;
  box-shadow: none;
}
.faq-section .faq-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
}
.faq-section .faq-accordion .accordion-button:focus {
  border: 0;
  box-shadow: none;
}
.faq-section .faq-accordion .accordion-collapse {
  background: #fff;
}
.faq-section .faq-accordion .accordion-body {
  padding: 0 3.5rem 1.25rem 1.25rem;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #777;
}

.contact-section {
  position: relative;
  background: #ffffff;
  padding: 5rem 0;
}
.contact-section .contact-form .contact-title {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  color: #000;
}
.contact-section .contact-form .form-group {
  margin-bottom: 0.15rem;
}
.contact-section .contact-form .form-group label {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
}
.contact-section .contact-form .form-group .form-control,
.contact-section .contact-form .form-group .form-select {
  width: 100%;
  height: 43px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 0.7rem 0.9rem;
  background-color: s #fff;
  font-size: 0.85rem;
  font-weight: 400;
  color: #000;
  box-shadow: none;
}
.contact-section .contact-form .form-group .form-control::-moz-placeholder, .contact-section .contact-form .form-group .form-select::-moz-placeholder {
  color: #9ba3b2;
  opacity: 1;
}
.contact-section .contact-form .form-group .form-control::placeholder,
.contact-section .contact-form .form-group .form-select::placeholder {
  color: #9ba3b2;
  opacity: 1;
}
.contact-section .contact-form .form-group .form-control:focus,
.contact-section .contact-form .form-group .form-select:focus {
  border-color: #bdbdbd;
  box-shadow: none;
  outline: none;
}
.contact-section .contact-form .form-group .form-select {
  color: #9ba3b2;
}
.contact-section .contact-form .form-group .form-select option {
  color: #111;
}
.contact-section .contact-form .form-group textarea.form-control {
  height: auto;
  min-height: 66px;
  resize: none;
}
.contact-section .contact-form .contact-btn {
  margin-top: 0.5rem;
  height: 42px;
  padding: 0.7rem 1.4rem;
  border: 0;
  border-radius: 0;
  background: #000;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact-section .contact-form .contact-btn:hover {
  background: #222;
}
.contact-section .contact-info {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.contact-section .contact-info .contact-bg-title {
  position: absolute;
  top: -1.5rem;
  right: 1rem;
  z-index: 0;
  font-size: clamp(7rem, 10vw, 8rem);
  font-weight: 500;
  line-height: 0.9;
  color: #f3f3f3;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.contact-section .contact-info .contact-info-content {
  position: relative;
  z-index: 1;
  padding-top: 5.5rem;
}
.contact-section .contact-info .contact-info-content .contact-description {
  margin-bottom: 2rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #666;
}
@media (max-width: 1280.98px) {
  .contact-section .contact-info .contact-info-content .contact-description {
    font-size: 0.78rem;
  }
}
.contact-section .contact-info .contact-info-content .contact-image {
  width: 100%;
  margin-left: auto;
  overflow: hidden;
}
.contact-section .contact-info .contact-info-content .contact-image img {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.contact-section .contact-info .contact-info-content .contact-image:hover img {
  transform: scale(1.03);
}

@media (max-width: 991.98px) {
  .contact-section {
    padding: 4rem 0;
  }
  .contact-section .contact-form .contact-title {
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
  }
  .contact-section .contact-info {
    margin-top: 1rem;
  }
  .contact-section .contact-info .contact-bg-title {
    top: -1rem;
    right: 0;
    font-size: 8rem;
  }
  .contact-section .contact-info .contact-info-content {
    padding-top: 5rem;
  }
  .contact-section .contact-info .contact-info-content .contact-description {
    max-width: 100%;
  }
  .contact-section .contact-info .contact-info-content .contact-image {
    max-width: 100%;
  }
  .contact-section .contact-info .contact-info-content .contact-image img {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .contact-section {
    padding: 3rem 0;
  }
  .contact-section .contact-form .contact-title {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
  .contact-section .contact-form .form-group label {
    font-size: 0.95rem;
  }
  .contact-section .contact-form .form-group .form-control,
  .contact-section .contact-form .form-group .form-select {
    height: 44px;
  }
  .contact-section .contact-form .contact-btn {
    width: 100%;
  }
  .contact-section .contact-info {
    min-height: auto;
    margin-top: 2rem;
  }
  .contact-section .contact-info .contact-bg-title {
    top: 0;
    right: -0.5rem;
    font-size: 5.5rem;
  }
  .contact-section .contact-info .contact-info-content {
    padding-top: 4rem;
  }
  .contact-section .contact-info .contact-info-content .contact-description {
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
  }
  .contact-section .contact-info .contact-info-content .contact-image img {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .contact-section {
    padding: 2.5rem 0;
  }
  .contact-section .contact-form .contact-title {
    font-size: 2rem;
  }
  .contact-section .contact-info .contact-bg-title {
    font-size: 4.5rem;
  }
  .contact-section .contact-info .contact-info-content {
    padding-top: 3.5rem;
  }
  .contact-section .contact-info .contact-info-content .contact-image img {
    height: 260px;
  }
}/*# sourceMappingURL=index.css.map */