/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./inc/assets/scss/style_demo5_rtl.scss ***!
  \*************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap);
/*!*****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./inc/assets/scss/style_demo5_rtl.scss (1) ***!
  \*****************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --outline-heading-font-size: 18rem;
  --heading-font-size: 7rem;
  --title-lg-font-size: 6rem;
  --title-md-font-size: 5rem;
  --medium-font-size: 3rem;
  --paragraph-font-size: 2rem;
  --feature-font-size: 2.4rem;
  --title-font-size: 2.8rem;
  --sm-title-font-size: 1.8rem;
  --sm-font-size: 1.6rem;
  --sub-heading-font-size: 1.4rem;
  --btn-font-size: 1.2rem;
  --main-heading-font-size: 7rem;
  --heading-letter-spacing: -1.4px;
  --heading-text-transform: inherit;
  --heading-line-height: 1.2;
  --page-bg-color: #ecfcf2;
  --primary-color: #21d081;
  --light-primary-color: #21ce60;
  --secondary-color: #004540;
  --main-secondary-color: #004540;
  --secondary-dark-color: #004540;
  --paragraph-color: #6f7b7a;
  --paragraph-light-color: #99c4c1;
  --paragraph-md-color: #718682;
  --primary-white: #ffffff;
  --bg-light: #eff7f6;
  --bg-md-light: #d2f3de;
  --moving-text-color: #c4e2cf;
  --hero-bg-color: #13493f;
  --moving-text-color: #c4e2cf;
  --border-color: #ecf4ef;
  --border-color-1: #d6e7dc;
  --semi-black-color: #191919;
  --grey-color: #474747;
  --border-color:#ecf4ef;
  --transparent-primary-color: rgba(61, 167, 100, 0.6);
  --transparent-secondary-color: rgba(16, 37, 33, 0.04);
  --bg-semi-black-transparent: rgba(25, 25, 25, 0.6);
  --bg-black-transparent: rgba(0, 0, 0, 0.9);
  --primary-black: rgb(0, 0, 0);
  --primary-button-hover-bg:#eff7f6;
  --secondary-button-bg:#eff7f6;
  --secondary-btn-text-color:#21d081;
  --primary-btn-text-color:#ffffff;
  --jakarta-font-family: "Noto Kufi Arabic", serif;
  --spartan-font-family: "Noto Kufi Arabic", serif;
  --slope-base-value: 1rem;
  --slope-value-3: calc(var(--slope-base-value) * 3);
  --slope-value-5: calc(var(--slope-base-value) * 5);
  --slope-clip-top-right-base: polygon(
      calc(100% - var(--slope-base-value)) 0,
      100% var(--slope-base-value),
      100% 100%,
      0 100%,
      0 0
  );
  --slope-clip-top-left-base: polygon(
      var(--slope-base-value) 0,
      100% 0,
      100% 100%,
      0 100%,
      0 var(--slope-base-value)
  );
  --slope-clip-bottom-left-base: polygon(
      100% 0,
      100% 100%,
      var(--slope-base-value) 100%,
      0 calc(100% - var(--slope-base-value)),
      0 0
  );
  --slope-clip-bottom-right-base: polygon(
      100% 0,
      100% calc(100% - var(--slope-base-value)),
      calc(100% - var(--slope-base-value)) 100%,
      0 100%,
      0 0
  );
  --slope-clip-top-right-3: polygon(
      calc(100% - var(--slope-value-3)) 0,
      100% var(--slope-value-3),
      100% 100%,
      0 100%,
      0 0
  );
  --slope-clip-top-left-3: polygon(var(--slope-value-3) 0, 100% 0, 100% 100%, 0 100%, 0 var(--slope-value-3));
  --slope-clip-bottom-left-3: polygon(
      100% 0,
      100% 100%,
      var(--slope-value-3) 100%,
      0 calc(100% - var(--slope-value-3)),
      0 0
  );
  --slope-clip-bottom-right-3: polygon(
      100% 0,
      100% calc(100% - var(--slope-value-3)),
      calc(100% - var(--slope-value-3)) 100%,
      0 100%,
      0 0
  );
  --slope-clip-top-right-5: polygon(
      calc(100% - var(--slope-value-5)) 0,
      100% var(--slope-value-5),
      100% 100%,
      0 100%,
      0 0
  );
  --slope-clip-top-left-5: polygon(var(--slope-value-5) 0, 100% 0, 100% 100%, 0 100%, 0 var(--slope-value-5));
  --slope-clip-bottom-left-5: polygon(
      100% 0,
      100% 100%,
      var(--slope-value-5) 100%,
      0 calc(100% - var(--slope-value-5)),
      0 0
  );
  --slope-clip-bottom-right-5: polygon(
      100% 0,
      100% calc(100% - var(--slope-value-5)),
      calc(100% - var(--slope-value-5)) 100%,
      0 100%,
      0 0
  );
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  html {
    font-size: 56.25%;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 50%;
  }
}

body {
  line-height: 1;
  overflow-x: hidden;
  background-color: var(--page-bg-color);
  scroll-behavior: smooth;
  font-family: var(--jakarta-font-family);
}

.container {
  max-width: 1375px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 1366px) {
  .container {
    padding: 0 2.5rem;
  }
}

.secondary-container {
  max-width: 1845px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 1366px) {
  .secondary-container {
    padding: 0 2.5rem;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: var(--page-bg-color);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--primary-color);
}

.scrollToTopBtn {
  background-color: var(--primary-color);
  border: none;
  clip-path: var(--slope-clip-top-right-base);
  fill: var(--primary-white);
  cursor: pointer;
  height: 48px;
  width: 48px;
  /* place it at the bottom right corner */
  position: fixed;
  bottom: 30px;
  left: 30px;
  /* keep it on top of everything else */
  z-index: 100;
  /* hide with opacity */
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.scrollToTopBtn svg {
  height: 30px;
  width: 30px;
}
@media (max-width: 991px) {
  .scrollToTopBtn {
    height: 38px;
    width: 38px;
    bottom: 20px;
    left: 20px;
  }
  .scrollToTopBtn svg {
    height: 20px;
    width: 20px;
  }
}
[dir=rtl] .scrollToTopBtn {
  clip-path: var(--slope-clip-top-left-base);
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

@keyframes customFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.custom-fadeInUp {
  animation-name: customFadeInUp;
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftSmall {
  animation: fadeInLeftSmall 1s ease forwards;
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightSmall {
  animation: fadeInRightSmall 1s ease forwards;
}

@media (max-width: 991px) {
  .mobile-hidden {
    display: none;
  }
}
.about-us-1-section {
  padding: 0 0 15rem 0;
}
@media (max-width: 991px) {
  .about-us-1-section {
    padding: 0 0 10rem 0;
  }
}
@media (max-width: 767px) {
  .about-us-1-section {
    padding: 0 0 5rem 0;
  }
}
.about-us-1-section .about-us-1-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  margin-top: 5rem;
}
@media (max-width: 1200px) {
  .about-us-1-section .about-us-1-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .about-us-1-section .about-us-1-wrapper {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
.about-us-1-section .about-us-1-wrapper .image-block {
  position: relative;
}
@media (max-width: 991px) {
  .about-us-1-section .about-us-1-wrapper .image-block {
    overflow: hidden;
  }
}
.about-us-1-section .about-us-1-wrapper .image-block .back-img-block {
  position: relative;
  display: inline-block;
}
.about-us-1-section .about-us-1-wrapper .image-block .back-img-block .back-img {
  max-width: 100%;
  max-height: 528px;
  clip-path: var(--slope-clip-top-right-3);
  overflow: hidden;
}
[dir=rtl] .about-us-1-section .about-us-1-wrapper .image-block .back-img-block .back-img {
  clip-path: var(--slope-clip-top-left-3);
}
@media (max-width: 767px) {
  .about-us-1-section .about-us-1-wrapper .image-block .back-img-block .back-img {
    max-width: 75%;
  }
}
.about-us-1-section .about-us-1-wrapper .image-block .back-img-block .grid-icon {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  stroke: var(--primary-white);
  top: 20px;
  right: 20px;
}
.about-us-1-section .about-us-1-wrapper .image-block .front-img-block {
  position: absolute;
  right: 150px;
  top: 150px;
  border: 10px solid var(--page-bg-color);
}
@media (max-width: 991px) {
  .about-us-1-section .about-us-1-wrapper .image-block .front-img-block {
    right: 150px;
    top: 150px;
  }
}
@media (max-width: 767px) {
  .about-us-1-section .about-us-1-wrapper .image-block .front-img-block {
    right: 100px;
    top: 100px;
  }
}
.about-us-1-section .about-us-1-wrapper .image-block .front-img-block .front-img {
  clip-path: var(--slope-clip-top-right-3);
  max-width: 100%;
  max-height: 528px;
}
[dir=rtl] .about-us-1-section .about-us-1-wrapper .image-block .front-img-block .front-img {
  clip-path: var(--slope-clip-top-left-3);
}
@media (max-width: 768px) {
  .about-us-1-section .about-us-1-wrapper .image-block .front-img-block .front-img {
    max-width: 100%;
    height: auto;
    max-height: 528px;
  }
}
.about-us-1-section .about-us-1-wrapper .image-block .front-img-block .grid-icon {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  stroke: var(--primary-white);
  bottom: 20px;
  left: 20px;
  z-index: 10;
}
@media (max-width: 767px) {
  .about-us-1-section .about-us-1-wrapper .image-block .front-img-block .grid-icon {
    display: none;
  }
}
.about-us-1-section .about-us-1-wrapper .image-block .logo-block {
  margin-top: 10px;
  width: 149px;
  height: 149px;
  background-color: var(--primary-white);
  clip-path: var(--slope-clip-bottom-left-base);
  display: flex;
  align-items: center;
  justify-content: center;
}
[dir=rtl] .about-us-1-section .about-us-1-wrapper .image-block .logo-block {
  clip-path: var(--slope-clip-bottom-right-base);
}
.about-us-1-section .about-us-1-wrapper .image-block .logo-block .logo-img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .about-us-1-section .about-us-1-wrapper .image-block .logo-block {
    width: 100px;
    height: 100px;
  }
  .about-us-1-section .about-us-1-wrapper .image-block .logo-block .logo-img {
    max-width: 5rem;
  }
}
.about-us-1-section .about-us-1-wrapper .content-block .main-heading {
  margin-bottom: 4rem;
}
.about-us-1-section .about-us-1-wrapper .content-block p {
  max-width: 95%;
}
@media (max-width: 767px) {
  .about-us-1-section .about-us-1-wrapper .content-block p {
    max-width: 100%;
  }
}
.about-us-1-section .about-us-1-wrapper .content-block .about-list {
  list-style: none;
  margin-top: 3.5rem;
}
.about-us-1-section .about-us-1-wrapper .content-block .about-list .list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5.5px 0;
}
.about-us-1-section .about-us-1-wrapper .content-block .about-list .list-item .list-icon {
  height: 30px;
  width: 30px;
  fill: var(--primary-color);
  margin-left: 7.5px;
}
.about-us-1-section .about-us-1-wrapper .content-block .about-list .list-item .list-title {
  font-family: var(--jakarta-font-family);
  font-size: var(--paragraph-font-size);
  color: var(--secondary-color);
  font-weight: 600;
  line-height: 18px;
  padding-right: 10px;
  line-height: 30px;
}
.about-us-1-section .about-us-1-wrapper .content-block .about-list .list-item:not(:last-child) {
  padding-bottom: 15px;
}
.about-us-1-section .about-us-1-wrapper .content-block .btn {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .about-us-1-section .about-us-1-wrapper .content-block .btn {
    margin-top: 3rem;
    width: 100%;
    justify-content: center;
  }
}

.about-padding {
  padding: 10rem 0 15rem;
}
@media (max-width: 991px) {
  .about-padding {
    padding: 5rem 0 10rem 0;
  }
}
@media (max-width: 767px) {
  .about-padding {
    padding: 0 0 5rem 0;
  }
}

:root {
  --primary-background-color: var(--primary-color);
  --primary-text-color: var(--primary-btn-text-color);
  --primary-background-hover-color: var(--primary-button-hover-bg);
  --primary-text-hover-color: var(--primary-color);
  --secondary-background-color: var(--secondary-button-bg);
  --secondary-text-color: var(--secondary-btn-text-color);
  --secondary-background-hover-color: var(--primary-color);
  --secondary-text-hover-color: var(--primary-white);
}

/* BUTTONS */
.btn,
.btn:link,
.btn:visited {
  position: relative;
  display: inline-block;
  font-family: var(--jakarta-font-family);
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  padding: 2.5rem 4rem;
  letter-spacing: 2px;
  clip-path: var(--slope-clip-top-right-base);
  text-decoration: none;
  border: none;
  transform: translateZ(0);
}
[dir=rtl] .btn,
[dir=rtl] .btn:link,
[dir=rtl] .btn:visited {
  clip-path: var(--slope-clip-top-left-base);
}
.btn svg,
.btn:link svg,
.btn:visited svg {
  height: 12px;
  width: auto;
  transition: all 0.3s ease-in-out;
}
.btn::before,
.btn:link::before,
.btn:visited::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -200%;
  right: 50%;
  transform: translateX(50%);
  transition-duration: 800ms;
  border-radius: 50%;
  z-index: 1;
}
.btn .text-one,
.btn:link .text-one,
.btn:visited .text-one {
  transition: all 0.3s ease;
  z-index: 2;
  font-size: var(--btn-font-size);
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.btn .text-two,
.btn:link .text-two,
.btn:visited .text-two {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
  top: 50%;
  right: 50%;
  transform: translate(50%, 300%);
  font-size: var(--btn-font-size);
  font-weight: 800;
  z-index: 2;
  transition: all 0.5s ease;
}
.btn:hover::before,
.btn:link:hover::before,
.btn:visited:hover::before {
  top: 0;
  top: -40%;
}
.btn:hover .text-one,
.btn:link:hover .text-one,
.btn:visited:hover .text-one {
  transform: translateY(-150%);
}
.btn:hover .text-two,
.btn:link:hover .text-two,
.btn:visited:hover .text-two {
  transform: translate(50%, -50%);
}

.primary {
  background-color: var(--primary-background-color);
}
.primary::before {
  background: var(--primary-background-hover-color);
}
.primary .text-one {
  color: var(--primary-text-color);
}
.primary .text-one svg {
  fill: var(--primary-text-color);
}
.primary .text-two {
  color: var(--primary-text-hover-color);
}
.primary .text-two svg {
  fill: var(--primary-text-hover-color);
}

.secondary {
  background-color: var(--secondary-background-color);
  box-shadow: -1px 1.732px 4px 0px var(--transparent-secondary-color);
}
.secondary::before {
  background: var(--secondary-background-hover-color);
}
.secondary .text-one {
  color: var(--secondary-text-color);
}
.secondary .text-one svg {
  fill: var(--secondary-text-color);
}
.secondary .text-two {
  color: var(--secondary-text-hover-color);
}
.secondary .text-two svg {
  fill: var(--secondary-text-hover-color);
}

.bordered {
  background-color: transparent;
  outline: 1px solid var(--cs-color-input-border);
}
.bordered::before {
  background: var(--primary-background-hover-color);
}
.bordered .text-one {
  color: var(--cs-color-input-border);
}
.bordered .text-two {
  color: var(--primary-text-hover-color);
}
.bordered:hover {
  outline-color: var(--primary-background-hover-color);
}

.centered-btn {
  display: flex;
}

.main-heading {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--main-heading-font-size);
  line-height: var(--heading-line-height);
  color: var(--secondary-color);
  margin-bottom: 5rem;
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
}
@media (max-width: 991px) {
  .main-heading {
    font-size: 5rem;
    margin-bottom: 3rem;
    letter-spacing: 0;
  }
}

.sub-heading {
  font-size: var(--sub-heading-font-size);
  font-family: var(--jakarta-font-family);
  color: var(--primary-color);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1.6px;
  margin-bottom: 1rem;
}

.outline-heading {
  display: inline-block;
  font-size: var(--outline-heading-font-size);
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  text-transform: uppercase;
  user-select: none;
  color: var(--page-bg-color);
  text-shadow: 1px -1px 0 var(--moving-text-color), -1px -1px 0 var(--moving-text-color), 1px 1px 0 var(--moving-text-color), -1px 1px 0 var(--moving-text-color);
  margin-right: 5rem;
}
@media (max-width: 991px) {
  .outline-heading {
    font-size: 12rem;
  }
}
@media (max-width: 767px) {
  .outline-heading {
    font-size: 9rem;
  }
}

.text-container {
  white-space: nowrap;
  position: relative;
}

p {
  color: var(--paragraph-color);
  font-family: var(--jakarta-font-family);
  font-weight: 400;
  font-size: var(--paragraph-font-size);
  line-height: 34px;
}

.blog-section {
  padding: 15rem 0 8rem 0;
}
@media (max-width: 991px) {
  .blog-section {
    padding: 10rem 0 8rem 0;
  }
}
@media (max-width: 767px) {
  .blog-section {
    padding: 5rem 0 8rem 0;
  }
}
.blog-section .sub-heading {
  text-align: center;
}
.blog-section .main-heading {
  text-align: center;
  max-width: 59%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .blog-section .main-heading {
    max-width: 100%;
  }
}
.blog-section .btn {
  margin: 5rem auto 0 auto;
}
@media (max-width: 767px) {
  .blog-section .btn {
    margin: 3rem auto 0 auto;
  }
}
.blog-section .outline-heading {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .blog-section .outline-heading {
    margin-top: 3rem;
  }
}
.blog-section.blog-grid-section {
  padding: 15rem 0 20rem;
}
@media (max-width: 991px) {
  .blog-section.blog-grid-section {
    padding: 10rem 0 15rem 0;
  }
}
@media (max-width: 767px) {
  .blog-section.blog-grid-section {
    padding: 5rem 0 15rem 0;
  }
}

.blog-cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 3rem;
  row-gap: 5rem;
}
@media (max-width: 991px) {
  .blog-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .blog-cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-cards-wrapper .blog-card {
  text-decoration: none;
}
.blog-cards-wrapper .blog-card .blog-img-block {
  position: relative;
  clip-path: var(--slope-clip-top-right-3);
  height: 418px;
  overflow: hidden;
}
[dir=rtl] .blog-cards-wrapper .blog-card .blog-img-block {
  clip-path: var(--slope-clip-top-left-3);
}
.blog-cards-wrapper .blog-card .blog-img-block .blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out; /* Smooth zoom effect */
}
.blog-cards-wrapper .blog-card .blog-img-block .date-tag {
  background-color: var(--primary-color);
  position: absolute;
  width: 81px;
  height: 78px;
  font-family: var(--jakarta-font-family);
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: var(--primary-white);
  clip-path: var(--slope-clip-top-right-base);
}
[dir=rtl] .blog-cards-wrapper .blog-card .blog-img-block .date-tag {
  clip-path: var(--slope-clip-top-left-base);
}
.blog-cards-wrapper .blog-card .blog-img-block .date-tag .date {
  font-weight: 600;
  font-size: var(--medium-font-size);
  display: block;
}
.blog-cards-wrapper .blog-card .blog-img-block .date-tag .month {
  font-weight: 600;
  font-size: var(--paragraph-font-size);
  display: block;
}
.blog-cards-wrapper .blog-card .blog-img-block .date-tag.dark-color {
  color: var(--secondary-color);
}
.blog-cards-wrapper .blog-card .discription-block {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 0.8rem;
}
.blog-cards-wrapper .blog-card .discription-block .tag-block {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.blog-cards-wrapper .blog-card .discription-block .tag {
  font-family: var(--jakarta-font-family);
  font-weight: 400;
  color: var(--grey-color);
  font-size: var(--sub-heading-font-size);
}
.blog-cards-wrapper .blog-card .discription-block .blog-title {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--feature-font-size);
  color: var(--secondary-color);
  line-height: 34px;
  max-width: 90%;
  margin: auto;
}
.blog-cards-wrapper .blog-card:hover .blog-img-block .blog-img {
  transform: scale(1.1); /* Zoom in the image */
}
.blog-cards-wrapper .hidden-item {
  display: none;
}
.blog-cards-wrapper .hidden-item.visible {
  display: block;
}

.blog-sidebar-section {
  padding: 20rem 0;
}
@media (max-width: 991px) {
  .blog-sidebar-section {
    padding: 15rem 0;
  }
}
@media (max-width: 767px) {
  .blog-sidebar-section {
    padding: 10rem 0 15rem;
  }
}
.blog-sidebar-section .blog-sidebar-wrapper {
  display: grid;
  grid-template-columns: auto 3fr;
  gap: 9rem;
}
@media (max-width: 991px) {
  .blog-sidebar-section .blog-sidebar-wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  max-width: 370px;
}
@media (max-width: 991px) {
  .blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar {
    max-width: 100%;
  }
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .search-block {
  position: relative;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .search-block .input-field {
  border: none;
  outline: none;
  background: none;
  font-family: var(--jakarta-font-family);
  font-weight: 400;
  font-size: var(--sm-title-font-size);
  color: var(--paragraph-color);
  width: 100%;
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 2rem;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .search-block .search-btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-85%);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .search-block .search-btn svg {
  height: 2rem;
  width: 2rem;
  fill: var(--primary-color);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .blog-sidebar-title {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--feature-font-size);
  color: var(--secondary-color);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .categories .categories-list {
  list-style: none;
  margin-top: 1rem;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .categories .categories-list li {
  position: relative;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .categories .categories-list li .blog-link {
  text-decoration: none;
  color: var(--secondary-color);
  font-size: var(--paragraph-font-size);
  font-weight: 500;
  font-family: var(--jakarta-font-family);
  height: 70px;
  display: flex;
  align-items: center;
  padding: 2px 0;
  border-bottom: 1px solid var(--border-color-1);
  transition: all 0.4s ease-out; /* Smooth easing */
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .categories .categories-list li .blog-link span {
  transform: translateX(0);
  line-height: 52px;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1); /* Subtle easing */
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .categories .categories-list li .blog-link::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  background-color: var(--primary-color); /* Dynamic color */
  mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 256 512%27%3E%3Cpath d=%27M64 128v255.1c0 28.37 34.5 42.74 54.63 22.62l128-127.1c12.5-12.5 12.5-32.75 0-45.25l-128-127.1C98.5 85.27 64 99.52 64 128zM224 256l-128 127.1V128L224 256z%27/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 256 512%27%3E%3Cpath d=%27M64 128v255.1c0 28.37 34.5 42.74 54.63 22.62l128-127.1c12.5-12.5 12.5-32.75 0-45.25l-128-127.1C98.5 85.27 64 99.52 64 128zM224 256l-128 127.1V128L224 256z%27/%3E%3C/svg%3E");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: all 0.4s ease-out; /* Smooth transition */
}
[dir=rtl] .blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .categories .categories-list li .blog-link::before {
  rotate: 180deg;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .categories .categories-list li .blog-link::after {
  content: "";
  visibility: hidden;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0 auto 0 0;
  background-color: var(--primary-color); /* Dynamic color */
  mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 256 512%27%3E%3Cpath d=%27M64 128v255.1c0 28.37 34.5 42.74 54.63 22.62l128-127.1c12.5-12.5 12.5-32.75 0-45.25l-128-127.1C98.5 85.27 64 99.52 64 128zM224 256l-128 127.1V128L224 256z%27/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 256 512%27%3E%3Cpath d=%27M64 128v255.1c0 28.37 34.5 42.74 54.63 22.62l128-127.1c12.5-12.5 12.5-32.75 0-45.25l-128-127.1C98.5 85.27 64 99.52 64 128zM224 256l-128 127.1V128L224 256z%27/%3E%3C/svg%3E");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transform: translateX(10px);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease-out;
}
[dir=rtl] .blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .categories .categories-list li .blog-link::after {
  rotate: 180deg;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .categories .categories-list li:hover .blog-link span {
  color: var(--primary-color);
  transform: translateX(5px);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .categories .categories-list li:hover .blog-link::before {
  display: none;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .categories .categories-list li:hover .blog-link::after {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .categories .categories-list li .blog-link.active span {
  color: var(--primary-color);
  transform: translateX(5px);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .categories .categories-list li .blog-link.active::before {
  display: none;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .categories .categories-list li .blog-link.active::after {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form {
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form {
  clip-path: var(--slope-clip-top-left-3);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container {
  background-image: url(feda4a297ad70ebb3fcb.png);
  background-repeat: no-repeat;
  text-align: center;
  padding: 5rem;
  background-size: cover;
  color: var(--primary-white);
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container {
  clip-path: var(--slope-clip-top-left-3);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container h2 {
  font-family: var(--jakarta-font-family);
  font-weight: 700;
  font-size: var(--sub-heading-font-size);
  margin-bottom: 5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container .input-group {
  position: relative;
  margin: 15px 0;
  text-align: right;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container .input-group label {
  display: inline-block;
  margin-top: 3px;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container .input-group label svg {
  height: 2rem;
  width: 2rem;
  fill: var(--primary-white);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container .input-group input[type=text],
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container .input-group input[type=email],
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container .input-group input[type=tel] {
  background: none;
  outline: none;
  border: none;
  width: 100%;
  height: 2.5rem;
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: 15px;
  color: var(--primary-white);
  margin-bottom: 2rem;
  text-align: right;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container .input-group textarea {
  background: none;
  outline: none;
  border: none;
  color: var(--primary-white);
  width: 100%;
  height: 10rem;
  resize: none;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container .input-group input::placeholder,
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container .input-group textarea::placeholder {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: 15px;
  color: var(--primary-white);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container .submit-btn {
  width: 100%;
  margin-top: 3rem;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container .submit-btn.primary {
  background-color: var(--secondary-color);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container .submit-btn.primary::before {
  background: var(--primary-white);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container .submit-btn.primary .text-one {
  color: var(--primary-white);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container .submit-btn.primary .text-one svg {
  fill: var(--primary-white);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container .submit-btn.primary .text-two {
  color: var(--secondary-color);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container .submit-btn.primary .text-two svg {
  fill: var(--secondary-color);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container .unsubscribe {
  font-size: var(--sub-heading-font-size);
  font-weight: 500;
  font-family: var(--jakarta-font-family);
  color: var(--primary-white);
  line-height: 34px;
  margin-top: 1rem;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container #submitMessage {
  font-size: var(--btn-font-size);
  font-weight: bold;
  font-family: var(--jakarta-font-family);
  text-align: center;
  color: var(--secondary-color);
  margin-top: 15px;
  display: inline;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-container #errormessage {
  font-size: var(--btn-font-size);
  font-weight: bold;
  font-family: var(--jakarta-font-family);
  text-align: center;
  margin-top: 15px;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-blue-container {
  background-image: url(06bcb7c12ab1954a9b1c.png);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-red-container {
  background-image: url(289e14f0aa5f8a337d8f.png);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .sidebar-form .form-orange-container {
  background-image: url(a3e0069eca30e96ca6d6.png);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .recent-posts ul {
  list-style: none;
  padding: 0;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .recent-posts ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .recent-posts ul li:nth-child(n+2) {
  border-top: 1px solid var(--border-color-1);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .recent-posts ul li a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  padding: 3rem 0;
  flex: 1;
  position: relative;
  padding-left: 1rem;
  transition: all 0.25s ease;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .recent-posts ul li .post-img {
  width: 81px;
  height: 88px;
  clip-path: var(--slope-clip-top-right-base);
  position: relative;
  overflow: hidden;
}
[dir=rtl] .blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .recent-posts ul li .post-img {
  clip-path: var(--slope-clip-top-left-base);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .recent-posts ul li .hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 60%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--transparent-primary-color);
  transition: all 0.25s ease;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .recent-posts ul li .hover svg {
  fill: var(--primary-white);
  height: 2.5rem;
}
[dir=rtl] .blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .recent-posts ul li .hover svg {
  rotate: 180deg;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .recent-posts ul li:hover .hover {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .recent-posts ul li .post-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .recent-posts ul li .post-title .tag-block {
  display: flex;
  gap: 3rem;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .recent-posts ul li .post-title .tag-block .tag {
  font-family: var(--jakarta-font-family);
  font-weight: 400;
  color: var(--grey-color);
  font-size: var(--sub-heading-font-size);
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-sidebar .recent-posts ul li .post-title h6 {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  color: var(--secondary-color);
  font-size: var(--paragraph-font-size);
  line-height: 30px;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-cards-wrapper {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.blog-sidebar-section .blog-sidebar-wrapper .blog-cards-wrapper.active {
  display: block;
  opacity: 1;
}
.blog-sidebar-section .blog-sidebar-wrapper .pagination {
  display: flex;
  padding-right: 0;
  list-style: none;
  margin-top: 9.2rem;
}
@media (max-width: 991px) {
  .blog-sidebar-section .blog-sidebar-wrapper .pagination {
    margin-top: 3rem;
  }
}
.blog-sidebar-section .blog-sidebar-wrapper .pagination .page-numbers {
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.blog-sidebar-section .blog-sidebar-wrapper .pagination li,
.blog-sidebar-section .blog-sidebar-wrapper .pagination span,
.blog-sidebar-section .blog-sidebar-wrapper .pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  text-decoration: none;
  width: 58px;
  height: 58px;
  clip-path: var(--slope-clip-top-right-base);
  font-size: var(--sm-title-font-size);
  font-weight: 700;
  font-family: var(--jakarta-font-family);
  color: var(--primary-color) !important;
  fill: var(--primary-color);
  background-color: var(--secondary-button-bg);
  transition: all 0.25s ease;
}
.blog-sidebar-section .blog-sidebar-wrapper .pagination li *.current {
  color: var(--primary-white) !important;
  background-color: var(--primary-color);
}
.blog-sidebar-section .blog-sidebar-wrapper .pagination li > *:not(.prev):not(.next) {
  padding-top: 0.5rem;
}
.blog-sidebar-section .blog-sidebar-wrapper .pagination li svg {
  height: 1.6rem;
}
[dir=rtl] .blog-sidebar-section .blog-sidebar-wrapper .pagination li svg {
  rotate: 180deg;
}
.blog-sidebar-section .blog-sidebar-wrapper .pagination li:hover a,
.blog-sidebar-section .blog-sidebar-wrapper .pagination li:focus a {
  fill: var(--primary-white);
  color: var(--primary-white) !important;
  background-color: var(--primary-color);
}

.grid-2-col {
  grid-template-columns: 1fr 1fr !important;
}
@media (max-width: 991px) {
  .grid-2-col {
    grid-template-columns: 1fr !important;
  }
}

.grid-4-col {
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  column-gap: 3rem !important;
}
@media (max-width: 1366px) {
  .grid-4-col {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}
@media (max-width: 991px) {
  .grid-4-col {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 767px) {
  .grid-4-col {
    grid-template-columns: 1fr !important;
  }
}

.blog-detail-section {
  padding: 20rem 0;
}
@media (max-width: 991px) {
  .blog-detail-section {
    padding: 10rem 0;
  }
}
@media (max-width: 767px) {
  .blog-detail-section {
    padding: 5rem 0 10rem;
  }
}
.blog-detail-section .blog-img-block {
  position: relative;
  clip-path: var(--slope-clip-top-right-5);
  height: 658px;
  overflow: hidden;
}
[dir=rtl] .blog-detail-section .blog-img-block {
  clip-path: var(--slope-clip-top-left-5);
}
@media (max-width: 991px) {
  .blog-detail-section .blog-img-block {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .blog-detail-section .blog-img-block {
    height: 400px;
  }
}
.blog-detail-section .blog-img-block .blog-detail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-detail-section .blog-img-block .date-tag {
  background-color: var(--primary-color);
  position: absolute;
  width: 81px;
  height: 78px;
  font-family: var(--jakarta-font-family);
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  clip-path: var(--slope-clip-top-right-base);
}
[dir=rtl] .blog-detail-section .blog-img-block .date-tag {
  clip-path: var(--slope-clip-top-left-base);
}
.blog-detail-section .blog-img-block .date-tag .date {
  font-weight: 600;
  font-size: var(--medium-font-size);
  color: var(--primary-white);
  display: block;
}
.blog-detail-section .blog-img-block .date-tag .month {
  font-weight: 600;
  font-size: var(--paragraph-font-size);
  color: var(--primary-white);
  display: block;
  line-height: 15px;
}
.blog-detail-section .inner-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.blog-detail-section .inner-container .discription-block {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  row-gap: 0.8rem;
}
.blog-detail-section .inner-container .discription-block .tag-block {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.blog-detail-section .inner-container .discription-block .tag {
  font-family: var(--jakarta-font-family);
  font-weight: 400;
  color: var(--grey-color);
  font-size: var(--sub-heading-font-size);
}
.blog-detail-section .inner-container .services-quote-section {
  position: relative;
  background: radial-gradient(circle at bottom left, var(--primary-color) 0, var(--hero-bg-color) 30%);
  background-color: var(--hero-bg-color);
  display: flex;
  gap: 9rem;
  align-items: center;
  margin-top: 5rem;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .blog-detail-section .inner-container .services-quote-section {
  clip-path: var(--slope-clip-top-left-3);
}
@media (max-width: 991px) {
  .blog-detail-section .inner-container .services-quote-section {
    gap: 4rem;
  }
}
.blog-detail-section .inner-container .services-quote-section .main-heading {
  color: var(--primary-white);
  font-size: var(--title-md-font-size);
  margin-bottom: 0;
  text-align: right;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .blog-detail-section .inner-container .services-quote-section .main-heading {
    font-size: 3rem;
  }
}
.blog-detail-section .inner-container .services-quote-section .service-quote-img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .blog-detail-section .inner-container .services-quote-section .service-quote-img {
  clip-path: var(--slope-clip-top-left-3);
}
@media (max-width: 767px) {
  .blog-detail-section .inner-container .services-quote-section .service-quote-img {
    max-width: 35%;
  }
}
.blog-detail-section .inner-container .tags-and-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10rem 0;
}
@media (max-width: 767px) {
  .blog-detail-section .inner-container .tags-and-share {
    flex-direction: column;
    align-items: start;
    gap: 2rem;
    margin: 5rem 0;
  }
}
.blog-detail-section .inner-container .tags-and-share .title {
  color: var(--paragraph-color);
  font-family: var(--jakarta-font-family);
  font-weight: 500;
  font-size: var(--sm-font-size);
}
.blog-detail-section .inner-container .tags-and-share .tags {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog-detail-section .inner-container .tags-and-share .tags .tag-btn {
  background-color: var(--secondary-button-bg);
  text-decoration: none;
  padding: 1rem 2.6rem;
  border-radius: 3rem;
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--sub-heading-font-size);
  color: var(--primary-color);
  transition: all 0.3s ease;
}
.blog-detail-section .inner-container .tags-and-share .tags .tag-btn:hover {
  background-color: var(--primary-color);
  color: var(--primary-white);
}
.blog-detail-section .inner-container .tags-and-share .share {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog-detail-section .inner-container .tags-and-share .share .social-links {
  list-style-type: none;
  display: flex;
  gap: 1rem;
}
.blog-detail-section .inner-container .tags-and-share .share .social-links .social-link:link,
.blog-detail-section .inner-container .tags-and-share .share .social-links .social-link:visited {
  text-decoration: none;
  background-color: var(--secondary-button-bg);
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.blog-detail-section .inner-container .tags-and-share .share .social-links .social-link:link .icon,
.blog-detail-section .inner-container .tags-and-share .share .social-links .social-link:visited .icon {
  height: 2rem;
  width: 2rem;
  fill: var(--primary-color);
  line-height: 1.2;
  transition: 0.3s ease;
}
.blog-detail-section .inner-container .tags-and-share .share .social-links .social-link:link:hover,
.blog-detail-section .inner-container .tags-and-share .share .social-links .social-link:visited:hover {
  background-color: var(--primary-color);
}
.blog-detail-section .inner-container .tags-and-share .share .social-links .social-link:link:hover .icon,
.blog-detail-section .inner-container .tags-and-share .share .social-links .social-link:visited:hover .icon {
  fill: var(--primary-white);
}
.blog-detail-section .inner-container .comments-section {
  margin-bottom: 10rem;
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .blog-detail-section .inner-container .comments-section {
    margin-bottom: 5rem;
  }
}
.blog-detail-section .inner-container .comments-section .main-heading {
  line-height: 30px;
  font-size: var(--medium-font-size);
  font-weight: 600;
  margin-bottom: 3rem;
  letter-spacing: 0;
}
.blog-detail-section .inner-container .comments-section .comment-block {
  display: flex;
  align-items: start;
  gap: 3rem;
  border-bottom: 1px solid var(--border-color-1);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.blog-detail-section .inner-container .comments-section .comment-block:last-child {
  border-bottom: none;
}
.blog-detail-section .inner-container .comments-section .comment-block .profile-img {
  height: 76px;
  width: 76px;
  object-fit: cover;
  border-radius: 50%;
}
.blog-detail-section .inner-container .comments-section .comment-block .comment-detail {
  text-align: right;
}
.blog-detail-section .inner-container .comments-section .comment-block .comment-detail .name-reply-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-detail-section .inner-container .comments-section .comment-block .comment-detail .name-reply-btn .name {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--paragraph-font-size);
  color: var(--secondary-color);
}
.blog-detail-section .inner-container .comments-section .comment-block .comment-detail .name-reply-btn .reply-btn:link,
.blog-detail-section .inner-container .comments-section .comment-block .comment-detail .name-reply-btn .reply-btn:visited {
  color: var(--primary-color);
  line-height: 2.143;
  font-family: var(--jakarta-font-family);
  font-weight: 800;
  font-size: var(--btn-font-size);
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.blog-detail-section .inner-container .comments-section .comment-block .comment-detail .name-reply-btn .reply-btn:link:hover,
.blog-detail-section .inner-container .comments-section .comment-block .comment-detail .name-reply-btn .reply-btn:visited:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}
.blog-detail-section .inner-container .comments-section .comment-block .comment-detail .date {
  font-family: var(--jakarta-font-family);
  font-weight: 500;
  font-size: var(--sub-heading-font-size);
  color: var(--paragraph-color);
  margin: 2rem 0;
  line-height: 3rem;
}
.blog-detail-section .inner-container .post-comment-form .main-heading {
  line-height: 30px;
  font-size: var(--medium-font-size);
  font-weight: 600;
  margin-bottom: 3rem;
  letter-spacing: 0;
}
.blog-detail-section .inner-container .post-comment-form .form {
  max-width: 852px;
  margin: 5rem auto 0;
}
@media (max-width: 991px) {
  .blog-detail-section .inner-container .post-comment-form .form {
    padding: 0 10rem;
  }
}
@media (max-width: 767px) {
  .blog-detail-section .inner-container .post-comment-form .form {
    padding: 0 0rem;
  }
}
.blog-detail-section .inner-container .post-comment-form .form .form-block {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .blog-detail-section .inner-container .post-comment-form .form .form-block {
    flex-direction: column;
  }
}
.blog-detail-section .inner-container .post-comment-form .form .form-group {
  width: 100%;
}
.blog-detail-section .inner-container .post-comment-form .form .form-group input[type=text],
.blog-detail-section .inner-container .post-comment-form .form .form-group input[type=email],
.blog-detail-section .inner-container .post-comment-form .form .form-group input[type=url],
.blog-detail-section .inner-container .post-comment-form .form .form-group textarea {
  outline: none;
  border: none;
  width: 100%;
  padding: 18px 30px;
  box-sizing: border-box;
  font-family: var(--jakarta-font-family);
  line-height: 1.2;
  color: var(--paragraph-color);
  font-size: var(--sm-font-size);
  background-color: var(--secondary-button-bg);
  box-shadow: -1px 1.732px 4px 0px var(--transparent-secondary-color);
  clip-path: var(--slope-clip-top-right-base);
}
[dir=rtl] .blog-detail-section .inner-container .post-comment-form .form .form-group input[type=text],
[dir=rtl] .blog-detail-section .inner-container .post-comment-form .form .form-group input[type=email],
[dir=rtl] .blog-detail-section .inner-container .post-comment-form .form .form-group input[type=url],
[dir=rtl] .blog-detail-section .inner-container .post-comment-form .form .form-group textarea {
  clip-path: var(--slope-clip-top-left-base);
}
.blog-detail-section .inner-container .post-comment-form .form .form-group textarea {
  width: 100%;
  height: 195px;
  resize: none;
  clip-path: var(--slope-clip-top-right-base);
}
[dir=rtl] .blog-detail-section .inner-container .post-comment-form .form .form-group textarea {
  clip-path: var(--slope-clip-top-left-base);
}
.blog-detail-section .inner-container .post-comment-form .form .btn {
  margin-top: 1rem;
  padding: 2.5rem 7rem;
}
.blog-detail-section .inner-container .post-comment-form .form .post-message {
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
  font-family: var(--jakarta-font-family);
  color: var(--semi-black-color);
  font-size: var(--sub-heading-font-size);
}
.blog-detail-section .inner-container .margin-top {
  margin-top: 5rem;
}

footer {
  padding: 14rem 0 20rem 0;
  background-color: var(--secondary-color);
  background: radial-gradient(circle at bottom left, var(--primary-color) 0, var(--secondary-color) 30%);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
}
@media (max-width: 991px) {
  footer {
    padding: 10rem 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 5rem 0 10rem;
  }
}
footer .footer-wrapper {
  display: grid;
  grid-template-columns: auto auto 1fr;
  row-gap: 5rem;
  column-gap: 17rem;
}
@media (max-width: 1200px) {
  footer .footer-wrapper {
    column-gap: 12rem;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  footer .about-col {
    grid-row: 2;
  }
}
footer .about-col .logo-img {
  margin-right: 4.5rem;
  height: 35px;
  width: 35px;
}
footer .about-col .footer-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--feature-font-size);
  color: var(--primary-white);
}
footer .about-col .footer-logo img {
  height: 35px;
  width: 35px;
}
footer .about-col .footer-title {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--medium-font-size);
  line-height: 1.4;
  color: var(--primary-color);
  margin: 5rem 0;
  max-width: 332px;
}
@media (max-width: 991px) {
  footer .about-col .footer-title {
    max-width: 300px;
  }
}
footer .about-col .color-white {
  color: var(--primary-white);
  font-size: var(--paragraph-font-size);
  font-weight: 500;
  line-height: 34px;
}
footer .about-col .contacts-link-block .contact-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
footer .about-col .contacts-link-block .contact-link svg {
  height: 2.8rem;
  width: 2.8rem;
  fill: var(--primary-color);
}
footer .about-col .contacts-link-block .contact-link span {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  color: var(--primary-white);
}
footer .about-col .footer-social-links {
  list-style-type: none;
  display: flex;
  gap: 1rem;
  margin-top: 5rem;
}
footer .about-col .social-link:link,
footer .about-col .social-link:visited {
  text-decoration: none;
  background-color: transparent;
  width: 50px;
  height: 50px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
footer .about-col .social-link:link .icon,
footer .about-col .social-link:visited .icon {
  height: 2rem;
  width: 2rem;
  fill: var(--primary-color);
  line-height: 1.2;
  transition: 0.3s ease;
}
footer .about-col .social-link:link:hover,
footer .about-col .social-link:visited:hover {
  background-color: var(--primary-white);
  border-color: var(--primary-white);
}
footer .links-col .links-wrapper {
  display: flex;
  gap: 8rem;
}
@media (max-width: 425px) {
  footer .links-col .links-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
footer .links-col .links-wrapper .footer-nav {
  margin-top: 0;
}
@media (max-width: 991px) {
  footer .links-col {
    grid-row: 3;
  }
}
footer .links-col .footer-nav {
  margin-top: 8rem;
  list-style-type: none;
}
@media (max-width: 991px) {
  footer .links-col .footer-nav {
    margin-top: 0;
  }
}
footer .links-col .footer-link:link,
footer .links-col .footer-link:visited {
  text-decoration: none;
  font-family: var(--jakarta-font-family);
  font-size: var(--paragraph-font-size);
  font-weight: 600;
  color: var(--primary-white);
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 1.2rem 0;
  transition: all 0.3s ease-in-out;
}
footer .links-col .footer-link:link .icon-play,
footer .links-col .footer-link:visited .icon-play {
  height: 20px;
  width: 20px;
  fill: var(--primary-color);
}
footer .links-col .footer-link:link span,
footer .links-col .footer-link:visited span {
  position: relative;
  width: max-content;
  line-height: 30px;
}
footer .links-col .footer-link:link span::after,
footer .links-col .footer-link:visited span::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--primary-white);
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
footer .links-col .footer-link:link:hover span::after,
footer .links-col .footer-link:visited:hover span::after {
  width: 100%;
  opacity: 1;
}
footer .footer-form {
  margin-top: -22rem;
  margin-right: 3rem;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] footer .footer-form {
  clip-path: var(--slope-clip-top-left-3);
}
@media (max-width: 1200px) {
  footer .footer-form {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  footer .footer-form {
    margin-top: -18rem;
  }
}
@media (max-width: 767px) {
  footer .footer-form {
    margin-top: -13rem;
  }
}
footer .footer-form .form-container {
  background-image: url(feda4a297ad70ebb3fcb.png);
  background-repeat: no-repeat;
  text-align: center;
  padding: 5rem;
  background-size: cover;
  color: var(--primary-white);
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] footer .footer-form .form-container {
  clip-path: var(--slope-clip-top-left-3);
}
footer .footer-form .form-container h2 {
  font-family: var(--jakarta-font-family);
  font-weight: 700;
  font-size: var(--sub-heading-font-size);
  margin-bottom: 5rem;
}
footer .footer-form .form-container .input-group {
  position: relative;
  margin: 15px 0;
  text-align: right;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
footer .footer-form .form-container .input-group label {
  display: inline-block;
  margin-top: 3px;
}
footer .footer-form .form-container .input-group label svg {
  height: 2rem;
  width: 2rem;
  fill: var(--primary-white);
}
footer .footer-form .form-container .input-group input[type=text],
footer .footer-form .form-container .input-group input[type=email],
footer .footer-form .form-container .input-group input[type=tel] {
  background: none;
  outline: none;
  border: none;
  width: 100%;
  height: 2.5rem;
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: 15px;
  color: var(--primary-white);
  margin-bottom: 2rem;
  text-align: right;
}
footer .footer-form .form-container .input-group textarea {
  background: none;
  outline: none;
  border: none;
  color: var(--primary-white);
  width: 100%;
  height: 10rem;
  resize: none;
}
footer .footer-form .form-container .input-group input::placeholder,
footer .footer-form .form-container .input-group textarea::placeholder {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: 15px;
  color: var(--primary-white);
}
footer .footer-form .form-container .submit-btn {
  width: 100%;
  margin-top: 5rem;
}
footer .footer-form .form-container .submit-btn.primary {
  background-color: var(--secondary-color);
}
footer .footer-form .form-container .submit-btn.primary::before {
  background: var(--primary-white);
}
footer .footer-form .form-container .submit-btn.primary .text-one {
  color: var(--primary-white);
}
footer .footer-form .form-container .submit-btn.primary .text-one svg {
  fill: var(--primary-white);
}
footer .footer-form .form-container .submit-btn.primary .text-two {
  color: var(--secondary-color);
}
footer .footer-form .form-container .submit-btn.primary .text-two svg {
  fill: var(--secondary-color);
}
footer .footer-form .form-container #successMessage {
  font-size: var(--btn-font-size);
  font-weight: bold;
  font-family: var(--jakarta-font-family);
  text-align: center;
  color: var(--secondary-color);
  margin-top: 15px;
}
footer .footer-form .form-container #errorContainer {
  font-size: var(--btn-font-size);
  font-weight: bold;
  font-family: var(--jakarta-font-family);
  text-align: center;
  margin-top: 15px;
}
footer .footer-form .form-container.dark-color-form h2 {
  color: var(--secondary-color);
  letter-spacing: 2px;
}
footer .footer-form .form-container.dark-color-form .input-group {
  border-bottom: 2px solid rgba(42, 42, 42, 0.2);
}
footer .footer-form .form-container.dark-color-form .input-group input {
  color: var(--secondary-color);
}
footer .footer-form .form-container.dark-color-form .input-group textarea {
  color: var(--secondary-color);
}
footer .footer-form .form-container.dark-color-form .input-group label svg {
  fill: var(--secondary-color);
}
footer .footer-form .form-container.dark-color-form .input-group input::placeholder,
footer .footer-form .form-container.dark-color-form .input-group textarea::placeholder {
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer .footer-form .form-blue-container {
  background-image: url(06bcb7c12ab1954a9b1c.png);
}
footer .footer-form .form-red-container {
  background-image: url(289e14f0aa5f8a337d8f.png);
}
footer .footer-form .form-orange-container {
  background-image: url(a3e0069eca30e96ca6d6.png);
}
footer .contact-col {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
footer .contact-detail h6 {
  font-family: var(--jakarta-font-family);
  color: var(--primary-white);
  font-size: var(--paragraph-font-size);
  font-weight: 600;
  line-height: 40px;
}
footer .title {
  font-family: var(--jakarta-font-family);
  font-size: var(--sub-heading-font-size);
  font-weight: 700;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5rem;
}
footer .copyright {
  font-family: var(--jakarta-font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--primary-white);
  margin-top: 8rem;
}
footer .grid-icon {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  stroke: var(--primary-color);
  bottom: 50px;
  right: 50px;
  z-index: 10;
}
@media (max-width: 991px) {
  footer .grid-icon {
    bottom: 20px;
    right: 20px;
  }
}
footer::before {
  content: "";
  height: calc(var(--slope-value-5) + 5px);
  width: 100%;
  position: absolute;
  top: calc(var(--slope-value-5) * -1);
  left: 0px;
  background-color: var(--secondary-color);
  clip-path: var(--slope-clip-top-left-5);
  z-index: 0;
}
[dir=rtl] footer::before {
  clip-path: var(--slope-clip-top-right-5);
  right: 0;
  left: auto;
}
footer.green-demo-footer {
  background: var(--secondary-color);
}
footer.green-demo-footer .footer-wrapper {
  column-gap: 12rem;
}
@media (max-width: 991px) {
  footer.green-demo-footer .about-col {
    grid-row: 1;
  }
}
@media (max-width: 991px) {
  footer.green-demo-footer .links-col {
    grid-row: 2;
  }
}
footer.deep-orange-footer::before {
  content: "";
  height: calc(var(--slope-value-5) + 5px);
  width: 100%;
  position: absolute;
  top: calc(var(--slope-value-5) * -1);
  right: 0px;
  background-color: var(--secondary-color);
  clip-path: var(--slope-clip-top-right-5);
  z-index: 0;
}
[dir=rtl] footer.deep-orange-footer::before {
  clip-path: var(--slope-clip-top-left-5);
  left: 0;
  right: auto;
}
footer.demo-footer .footer-wrapper {
  column-gap: 12rem;
}
@media (max-width: 991px) {
  footer.demo-footer .about-col {
    grid-row: 1;
  }
}
@media (max-width: 991px) {
  footer.demo-footer .links-col {
    grid-row: 2;
  }
}

footer.footer-red {
  background-color: var(--main-secondary-color);
  background: radial-gradient(circle at bottom left, var(--primary-color) 0, var(--main-secondary-color) 30%);
}
footer.footer-red::before {
  background-color: var(--main-secondary-color);
}

.orange-bg-container {
  background: radial-gradient(circle at bottom left, var(--primary-color) 0, var(--main-secondary-color) 30%) !important;
}
.orange-bg-container::before {
  background-color: var(--main-secondary-color);
}

.orange-bg-left {
  background: radial-gradient(circle at bottom right, var(--primary-color) 0, var(--main-secondary-color) 30%) !important;
}

.sign-up-section .container {
  position: relative;
  z-index: 1;
}
.sign-up-section .sign-up-block-wrapper {
  background-color: var(--primary-color);
  clip-path: var(--slope-clip-bottom-left-5);
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: center;
  padding: 5rem 5rem;
  position: relative;
}
@media (max-width: 1200px) {
  .sign-up-section .sign-up-block-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .sign-up-section .sign-up-block-wrapper {
    padding-top: 18rem;
  }
}
[dir=rtl] .sign-up-section .sign-up-block-wrapper {
  clip-path: var(--slope-clip-bottom-right-5);
}
.sign-up-section .sign-up-block-wrapper .sign-up-block {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  position: relative;
  justify-content: end;
}
.sign-up-section .sign-up-block-wrapper .sign-up-block .sign-up-text {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: 4rem;
  color: var(--primary-white);
  letter-spacing: -0.32px;
  line-height: 48px;
  max-width: 75%;
}
@media (max-width: 1200px) {
  .sign-up-section .sign-up-block-wrapper .sign-up-block .sign-up-text {
    max-width: 72%;
  }
}
@media (max-width: 767px) {
  .sign-up-section .sign-up-block-wrapper .sign-up-block .sign-up-text {
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .sign-up-section .sign-up-block-wrapper .sign-up-block {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .sign-up-section .sign-up-block-wrapper .sign-up-block {
    justify-content: center;
  }
}
.sign-up-section .sign-up-block-wrapper .subscription-container {
  display: flex;
  align-items: center;
  margin: auto;
  width: 500px;
}
@media (max-width: 767px) {
  .sign-up-section .sign-up-block-wrapper .subscription-container {
    width: 100%;
    flex-direction: column;
  }
}
.sign-up-section .sign-up-block-wrapper .subscription-container .email-input {
  flex: 1;
  padding: 2.3rem;
  border: none;
  outline: none;
  font-family: var(--jakarta-font-family);
  font-size: var(--sm-font-size);
  background: var(--primary-white);
  color: var(--paragraph-color);
  font-weight: 400;
  clip-path: var(--slope-clip-bottom-left-base);
}
@media (max-width: 767px) {
  .sign-up-section .sign-up-block-wrapper .subscription-container .email-input {
    width: 100%;
  }
}
[dir=rtl] .sign-up-section .sign-up-block-wrapper .subscription-container .email-input {
  clip-path: var(--slope-clip-bottom-right-base);
}
.sign-up-section .sign-up-block-wrapper .subscription-container .primary {
  background-color: var(--main-secondary-color);
}
@media (max-width: 767px) {
  .sign-up-section .sign-up-block-wrapper .subscription-container .primary {
    width: 100%;
  }
}
.sign-up-section .sign-up-block-wrapper .subscription-container .btn .text-two, .sign-up-section .sign-up-block-wrapper .subscription-container .btn:link .text-two, .sign-up-section .sign-up-block-wrapper .subscription-container .btn:visited .text-two {
  transform: translate(50%, 300%);
}
.sign-up-section .sign-up-block-wrapper .subscription-container .btn:hover .text-two, .sign-up-section .sign-up-block-wrapper .subscription-container .btn:link:hover .text-two, .sign-up-section .sign-up-block-wrapper .subscription-container .btn:visited:hover .text-two {
  transform: translate(50%, -50%);
}
.sign-up-section .logo-block {
  width: 149px;
  height: 149px;
  background-color: var(--main-secondary-color);
  clip-path: var(--slope-clip-top-left-3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 6rem;
  top: calc(0% - var(--slope-value-3));
}
[dir=rtl] .sign-up-section .logo-block {
  clip-path: var(--slope-clip-top-right-3);
}
@media (max-width: 991px) {
  .sign-up-section .logo-block {
    height: 120px;
    width: 120px;
    bottom: 25%;
    right: 4rem;
  }
}
@media (max-width: 767px) {
  .sign-up-section .logo-block {
    height: 80px;
    width: 80px;
    top: 5rem;
    right: 50%;
    transform: translateX(50%);
    clip-path: var(--slope-clip-top-left-base);
  }
  [dir=rtl] .sign-up-section .logo-block {
    clip-path: var(--slope-clip-top-right-base);
  }
}
.sign-up-section .logo-block .logo-img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .sign-up-section .logo-block .logo-img {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .sign-up-section .logo-block .logo-img {
    max-width: 30%;
  }
}

.footer-main-wrapper {
  position: relative;
}
.footer-main-wrapper .sign-up-section {
  position: absolute;
  width: 100%;
  top: -196px;
}
@media (max-width: 767px) {
  .footer-main-wrapper footer {
    padding: 30rem 0 10rem;
  }
}

.services-section {
  position: relative;
  background: url(609e50b3956c6c306f6e.png) center/100% auto no-repeat;
  background-size: cover;
  clip-path: var(--slope-clip-top-right-5);
  padding-top: 20rem;
}
[dir=rtl] .services-section {
  clip-path: var(--slope-clip-top-left-5);
}
@media (max-width: 991px) {
  .services-section {
    padding-top: 10rem;
  }
}
@media (max-width: 767px) {
  .services-section {
    padding-top: 5rem;
  }
}
.services-section .grid-icon {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  stroke: var(--primary-white);
  bottom: 50px;
  right: 50px;
  z-index: 10;
}
@media (max-width: 991px) {
  .services-section .grid-icon {
    display: none;
  }
}
.services-section .heading-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.services-section .heading-wrapper .main-heading {
  color: var(--primary-white);
  max-width: 76%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .services-section .heading-wrapper .main-heading {
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .services-section .heading-wrapper .main-heading {
    max-width: 100%;
  }
}
.services-section .heading-wrapper .services-slider-btns {
  display: flex;
  gap: 2rem;
}
.services-section .heading-wrapper .services-slider-btns .slider-btn {
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-size: 4rem;
  aspect-ratio: 1/1;
  min-width: 4.4rem;
  min-height: 4.4rem;
  flex-basis: min-content;
}
.services-section .heading-wrapper .services-slider-btns .slider-btn svg {
  height: 4rem;
  width: auto;
  fill: var(--primary-white);
}
@media (max-width: 991px) {
  .services-section .heading-wrapper {
    flex-direction: column;
    gap: 5rem;
    align-items: flex-start;
  }
}
.services-section .swiper {
  width: 100%;
  height: 100%;
}
.services-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.services-section .service-card {
  background-color: var(--primary-white);
  clip-path: var(--slope-clip-top-right-3);
  display: grid;
  grid-template-columns: 2fr 1fr;
  height: fit-content;
}
[dir=rtl] .services-section .service-card {
  clip-path: var(--slope-clip-top-left-3);
}
@media (max-width: 991px) {
  .services-section .service-card {
    grid-template-columns: 1fr;
  }
}
.services-section .service-card .service-img {
  height: auto;
}
.services-section .service-card .service-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .services-section .service-card .service-img img {
  clip-path: var(--slope-clip-top-left-3);
}
.services-section .service-card .services-content-block {
  padding: 4rem 0 4rem 0;
}
.services-section .service-card .services-content-block .service-icon {
  clip-path: var(--slope-clip-top-right-base);
  background-color: var(--primary-color);
  width: 81px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  margin-right: 5rem;
}
.services-section .service-card .services-content-block .service-icon svg {
  height: 3.4rem;
  width: auto;
  fill: var(--primary-white);
}
[dir=rtl] .services-section .service-card .services-content-block .service-icon {
  clip-path: var(--slope-clip-top-left-base);
}
.services-section .service-card .services-content-block .service-title {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--medium-font-size);
  color: var(--secondary-color);
  margin-right: 5rem;
  line-height: 40px;
}
.services-section .service-card .services-content-block .services-list {
  list-style: none;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .services-section .service-card .services-content-block .services-list {
    margin-top: 3rem;
  }
}
.services-section .service-card .services-content-block .services-list li {
  position: relative;
}
.services-section .service-card .services-content-block .services-list li a {
  text-decoration: none;
  color: var(--secondary-color);
  font-size: var(--paragraph-font-size);
  font-weight: 500;
  font-family: var(--jakarta-font-family);
  display: flex;
  align-items: center;
  padding: 2px 5rem;
  border-radius: 4px;
  transition: all 0.4s ease-out; /* Smooth easing */
}
.services-section .service-card .services-content-block .services-list li a span {
  transform: translateX(0);
  line-height: 52px;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1); /* Subtle easing */
}
.services-section .service-card .services-content-block .services-list li a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 256 512%27%3E%3Cpath fill=%27%233da764%27 d=%27M64 128v255.1c0 28.37 34.5 42.74 54.63 22.62l128-127.1c12.5-12.5 12.5-32.75 0-45.25l-128-127.1C98.5 85.27 64 99.52 64 128zM224 256l-128 127.1V128L224 256z%27/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.4s ease-out; /* Smooth transition */
}
[dir=rtl] .services-section .service-card .services-content-block .services-list li a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 256 512%27%3E%3Cpath fill=%27%233da764%27 d=%27M192 383.1v-255.1c0-28.37-34.5-42.74-54.63-22.62l-128 127.1c-12.5 12.5-12.5 32.75 0 45.25l128 127.1C157.5 426.7 192 412.5 192 383.1zM32 255.1l128-127.1v255.9L32 255.1z%27/%3E%3C/svg%3E");
}
.services-section .service-card .services-content-block .services-list li a::after {
  content: "";
  visibility: hidden;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0 auto 0 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 256 512%27%3E%3Cpath fill=%27%233da764%27 d=%27M64 128v255.1c0 28.37 34.5 42.74 54.63 22.62l128-127.1c12.5-12.5 12.5-32.75 0-45.25l-128-127.1C98.5 85.27 64 99.52 64 128zM224 256l-128 127.1V128L224 256z%27/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(10px);
  transition: all 0.4s ease-out;
}
[dir=rtl] .services-section .service-card .services-content-block .services-list li a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 256 512%27%3E%3Cpath fill=%27%233da764%27 d=%27M192 383.1v-255.1c0-28.37-34.5-42.74-54.63-22.62l-128 127.1c-12.5 12.5-12.5 32.75 0 45.25l128 127.1C157.5 426.7 192 412.5 192 383.1zM32 255.1l128-127.1v255.9L32 255.1z%27/%3E%3C/svg%3E");
}
.services-section .service-card .services-content-block .services-list li:hover a {
  background-color: var(--bg-light);
}
.services-section .service-card .services-content-block .services-list li:hover a span {
  transform: translateX(34px);
}
.services-section .service-card .services-content-block .services-list li:hover a::before {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
}
.services-section .service-card .services-content-block .services-list li:hover a::after {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}
.services-section .service-card .services-content-block .project-discription {
  margin-right: 5rem;
  margin-top: 3.5rem;
  margin-bottom: 6rem;
}
.services-section .service-card .services-content-block .project-discription p {
  max-width: 90%;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .services-section .service-card .services-content-block .project-discription {
    margin-right: 5rem;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
.services-section .service-card .services-content-block .info {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .services-section .service-card .services-content-block .info {
    margin-top: 3rem;
  }
}
.services-section .service-card .services-content-block .info .title {
  font-family: var(--jakarta-font-family);
  font-weight: 700;
  font-size: var(--sub-heading-font-size);
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 1.6px;
}
.services-section .service-card .services-content-block .info p {
  margin-top: 1rem;
  line-height: 34px;
}
.services-section .service-card .services-content-block .service-btn {
  margin-top: 2.5rem;
  margin-right: 5rem;
}
.services-section .service-card .services-content-block .service-btn .btn .text-two {
  transform: translate(50%, 275%);
}
.services-section .service-card .services-content-block .service-btn .btn:hover .text-two {
  transform: translate(50%, -50%);
}
.services-section .service-card .services-content-block .service-btn .btn.primary {
  background-color: var(--primary-color);
}
.services-section .service-card .services-content-block .service-btn .btn.primary::before {
  background: var(--secondary-color);
}
.services-section .service-card .services-content-block .service-btn .btn.primary .text-two {
  color: var(--primary-white);
}
.services-section .service-card .services-content-block .service-btn .btn.primary .text-two svg {
  fill: var(--primary-white);
}
.services-section .swiper-button-disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
  cursor: not-allowed;
}
.services-section.dark-services-section .heading-wrapper .services-slider-btns .slider-btn svg {
  fill: var(--primary-color);
}
.services-section.dark-services-section .service-card .services-content-block .service-icon svg {
  fill: var(--secondary-color);
}
.services-section.dark-services-section .service-card .services-content-block .service-title {
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.services-section.dark-services-section .service-card .services-content-block .info .title {
  color: var(--secondary-color);
}

.services-blue-bg {
  background: url(a9514ac35c7a78ff2e50.png) bottom left/100% 100% no-repeat;
}

.services-orange-bg {
  background: url(dcda2e1b9f68393fde51.png) bottom left/100% 100% no-repeat;
}

.services-detail-section {
  padding: 20rem 0;
}
@media (max-width: 991px) {
  .services-detail-section {
    padding: 10rem 0 10rem;
  }
}
@media (max-width: 767px) {
  .services-detail-section {
    padding: 5rem 0 12rem;
  }
}
.services-detail-section .main-heading {
  max-width: 76%;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .services-detail-section .main-heading {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .services-detail-section .main-heading {
    max-width: 100%;
  }
}
.services-detail-section .services-detail-wrapper {
  display: grid;
  grid-template-columns: 1.4fr 3fr;
  gap: 6rem;
  padding-top: 2rem;
}
@media (max-width: 991px) {
  .services-detail-section .services-detail-wrapper {
    grid-template-columns: 1fr;
  }
}
.services-detail-section .services-detail-wrapper .services-links-block .links-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px;
}
.services-detail-section .services-detail-wrapper .services-links-block .links-container .area-link {
  display: flex;
  align-items: center;
  gap: 4rem;
  text-decoration: none;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  width: 100%;
  font-family: var(--jakarta-font-family);
  font-size: var(--paragraph-font-size);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.services-detail-section .services-detail-wrapper .services-links-block .links-container .area-link .icon {
  height: 3rem;
  width: 3rem;
  fill: var(--secondary-color);
  transition: all 0.3s ease-in-out;
}
.services-detail-section .services-detail-wrapper .services-links-block .links-container .area-link .arrow-right {
  height: 2rem;
  width: 2rem;
  fill: var(--secondary-color);
  transition: all 0.3s ease-in-out;
  margin: auto auto 0 0;
}
.services-detail-section .services-detail-wrapper .services-links-block .links-container .area-link:hover,
.services-detail-section .services-detail-wrapper .services-links-block .links-container .area-link:active {
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.services-detail-section .services-detail-wrapper .services-links-block .links-container .area-link:hover .icon,
.services-detail-section .services-detail-wrapper .services-links-block .links-container .area-link:active .icon {
  fill: var(--primary-color);
}
.services-detail-section .services-detail-wrapper .services-links-block .links-container .area-link:hover .arrow-right,
.services-detail-section .services-detail-wrapper .services-links-block .links-container .area-link:active .arrow-right {
  fill: var(--primary-color);
}
.services-detail-section .services-detail-wrapper .services-links-block .links-container .area-link.active {
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.services-detail-section .services-detail-wrapper .services-links-block .links-container .area-link.active .icon {
  fill: var(--primary-color);
}
.services-detail-section .services-detail-wrapper .services-links-block .links-container .area-link.active .arrow-right {
  fill: var(--primary-color);
}
.services-detail-section .services-detail-wrapper .services-links-block .link-card-1 {
  position: relative;
}
.services-detail-section .services-detail-wrapper .services-links-block .link-card-1 .profile-card {
  margin-top: 5rem;
  background-image: url(77033303d708dfd85dde.png);
  padding: 4rem;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .services-detail-section .services-detail-wrapper .services-links-block .link-card-1 .profile-card {
  clip-path: var(--slope-clip-top-left-3);
}
.services-detail-section .services-detail-wrapper .services-links-block .link-card-1 .profile-card .profile-title {
  font-family: var(--jakarta-font-family);
  font-weight: 700;
  font-size: var(--medium-font-size);
  line-height: 44px;
  color: var(--primary-white);
  margin: 9rem 0 4.5rem;
}
.services-detail-section .services-detail-wrapper .services-links-block .link-card-1 .profile-card .profile-title span {
  font-weight: 400;
  display: block;
}
@media (max-width: 991px) {
  .services-detail-section .services-detail-wrapper .services-links-block .link-card-1 .profile-card .profile-title {
    margin: 11rem 0 4.5rem;
  }
}
.services-detail-section .services-detail-wrapper .services-links-block .link-card-1 .profile-card .btn {
  width: 100%;
}
.services-detail-section .services-detail-wrapper .services-links-block .link-card-1 .logo-block {
  width: 106px;
  height: 107px;
  clip-path: var(--slope-clip-bottom-left-3);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  position: absolute;
  top: -2rem;
  right: 4rem;
}
.services-detail-section .services-detail-wrapper .services-links-block .link-card-1 .logo-block img {
  width: 40px;
  height: 47px;
}
.services-detail-section .services-detail-wrapper .services-links-block .link-card-2 {
  position: relative;
}
.services-detail-section .services-detail-wrapper .services-links-block .link-card-2 .report-card {
  margin-top: 5rem;
  background-image: url(77033303d708dfd85dde.png);
  padding: 4rem;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .services-detail-section .services-detail-wrapper .services-links-block .link-card-2 .report-card {
  clip-path: var(--slope-clip-top-left-3);
}
.services-detail-section .services-detail-wrapper .services-links-block .link-card-2 .report-card .profile-title {
  font-family: var(--jakarta-font-family);
  font-weight: 700;
  font-size: var(--medium-font-size);
  line-height: 44px;
  color: var(--primary-white);
  margin: 9rem 0 4.5rem;
}
.services-detail-section .services-detail-wrapper .services-links-block .link-card-2 .report-card .profile-title span {
  font-weight: 400;
  display: block;
}
@media (max-width: 991px) {
  .services-detail-section .services-detail-wrapper .services-links-block .link-card-2 .report-card .profile-title {
    margin: 11rem 0 4.5rem;
  }
}
.services-detail-section .services-detail-wrapper .services-links-block .link-card-2 .report-card .btn {
  width: 100%;
}
.services-detail-section .services-detail-wrapper .services-links-block .link-card-2 .logo-block {
  width: 106px;
  height: 107px;
  clip-path: var(--slope-clip-bottom-left-3);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-white);
  position: absolute;
  top: -2rem;
  right: 4rem;
}
.services-detail-section .services-detail-wrapper .services-links-block .link-card-2 .logo-block img {
  width: 40px;
  height: 47px;
}
.services-detail-section .services-detail-wrapper .services-content-block {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.services-detail-section .services-detail-wrapper .services-content-block .services-img {
  position: relative;
  overflow: hidden;
  height: 545px;
}
@media (max-width: 767px) {
  .services-detail-section .services-detail-wrapper .services-content-block .services-img {
    height: 400px;
  }
}
.services-detail-section .services-detail-wrapper .services-content-block .services-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .services-detail-section .services-detail-wrapper .services-content-block .services-img img {
  clip-path: var(--slope-clip-top-left-3);
}
.services-detail-section .services-detail-wrapper .services-content-block .services-img .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  clip-path: var(--slope-clip-top-right-base);
  width: 81px;
  height: 78px;
  position: absolute;
  right: 0;
  bottom: 0;
}
[dir=rtl] .services-detail-section .services-detail-wrapper .services-content-block .services-img .icon-box {
  clip-path: var(--slope-clip-top-left-base);
}
.services-detail-section .services-detail-wrapper .services-content-block .services-img .icon-box svg {
  fill: var(--primary-white);
  height: 34px;
  width: auto;
}
.services-detail-section .services-detail-wrapper .services-content-block .detail-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 5rem;
}
.services-detail-section .services-detail-wrapper .services-content-block .detail-content .service-title {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--medium-font-size);
  color: var(--secondary-color);
  line-height: 40px;
}
.services-detail-section .services-detail-wrapper .services-content-block .detail-content .points-box {
  list-style: none;
}
.services-detail-section .services-detail-wrapper .services-content-block .detail-content .points-box .points {
  margin-bottom: 1rem;
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
.services-detail-section .services-detail-wrapper .services-content-block .detail-content .points-box .points .icon {
  min-height: 2rem;
  fill: var(--primary-color);
}
[dir=rtl] .services-detail-section .services-detail-wrapper .services-content-block .detail-content .points-box .points .icon {
  rotate: 180deg;
}
.services-detail-section .services-detail-wrapper .services-content-block .detail-content .points-box .points p {
  color: var(--secondary-color);
  font-weight: 600;
}
.services-detail-section .services-detail-wrapper .services-content-block .services-quote-section {
  position: relative;
  background: radial-gradient(circle at bottom left, var(--primary-color) 0, var(--hero-bg-color) 30%);
  background-color: var(--hero-bg-color);
  display: flex;
  gap: 9rem;
  align-items: center;
  margin-top: 5rem;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .services-detail-section .services-detail-wrapper .services-content-block .services-quote-section {
  clip-path: var(--slope-clip-top-left-3);
}
@media (max-width: 991px) {
  .services-detail-section .services-detail-wrapper .services-content-block .services-quote-section {
    gap: 4rem;
  }
}
.services-detail-section .services-detail-wrapper .services-content-block .services-quote-section .main-heading {
  color: var(--primary-white);
  font-size: var(--title-md-font-size);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .services-detail-section .services-detail-wrapper .services-content-block .services-quote-section .main-heading {
    font-size: 3rem;
  }
}
.services-detail-section .services-detail-wrapper .services-content-block .services-quote-section .service-quote-img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .services-detail-section .services-detail-wrapper .services-content-block .services-quote-section .service-quote-img {
  clip-path: var(--slope-clip-top-left-3);
}
@media (max-width: 767px) {
  .services-detail-section .services-detail-wrapper .services-content-block .services-quote-section .service-quote-img {
    max-width: 35%;
  }
}
.services-detail-section .services-detail-wrapper .services-content-block .points-box {
  list-style: none;
}
.services-detail-section .services-detail-wrapper .services-content-block .points-box .check-points {
  margin-bottom: 1rem;
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
@media (max-width: 767px) {
  .services-detail-section .services-detail-wrapper .services-content-block .points-box .check-points {
    align-items: baseline;
  }
}
.services-detail-section .services-detail-wrapper .services-content-block .points-box .check-points .icon {
  min-height: 2rem;
  fill: var(--primary-color);
}
.services-detail-section .services-detail-wrapper .services-content-block.active {
  display: block;
  opacity: 1;
}

.services-block-section {
  padding: 15rem 0 20rem 0;
}
@media (max-width: 991px) {
  .services-block-section {
    padding: 10rem 0 15rem 0;
  }
}
@media (max-width: 767px) {
  .services-block-section {
    padding: 5rem 0 15rem 0;
  }
}
.services-block-section .headings {
  text-align: center;
}
.services-block-section .headings .main-heading {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .services-block-section .headings .main-heading {
    max-width: 100%;
  }
}
.services-block-section .headings .capital-heading {
  max-width: 70%;
}
.services-block-section .services-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 6rem;
  row-gap: 10rem;
  padding-top: 5rem;
}
@media (max-width: 991px) {
  .services-block-section .services-wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 6rem;
  }
}
@media (max-width: 767px) {
  .services-block-section .services-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-block-section .services-wrapper .commitment-item .commitment-title .icon svg {
  height: 40px;
}

.areas-serve-section .area-content-block {
  padding: 20rem 0;
  margin-left: 6rem;
}
@media (max-width: 991px) {
  .areas-serve-section .area-content-block {
    padding: 10rem 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .areas-serve-section .area-content-block {
    padding: 5rem 0;
  }
}
.areas-serve-section .area-content-block .main-heading {
  max-width: 86%;
}
@media (max-width: 1200px) {
  .areas-serve-section .area-content-block .main-heading {
    max-width: 98%;
  }
}
@media (max-width: 991px) {
  .areas-serve-section .area-content-block .main-heading {
    max-width: 100%;
  }
}
.areas-serve-section .link-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .areas-serve-section .link-container {
    gap: 5rem;
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .areas-serve-section .link-container {
    grid-template-columns: 1fr;
  }
}
.areas-serve-section .link-container .area-link {
  display: flex;
  align-items: center;
  gap: 4rem;
  text-decoration: none;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  width: 100%;
  font-family: var(--jakarta-font-family);
  font-size: var(--paragraph-font-size);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.areas-serve-section .link-container .area-link .icon {
  height: 3rem;
  width: 3rem;
  fill: var(--secondary-color);
  transition: all 0.3s ease-in-out;
}
.areas-serve-section .link-container .area-link .arrow-right {
  height: 2rem;
  width: 2rem;
  fill: var(--secondary-color);
  transition: all 0.3s ease-in-out;
  margin: auto auto 0 0;
}
.areas-serve-section .link-container .area-link:hover,
.areas-serve-section .link-container .area-link:active {
  border-bottom: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.areas-serve-section .link-container .area-link:hover .icon,
.areas-serve-section .link-container .area-link:active .icon {
  fill: var(--primary-color);
}
.areas-serve-section .link-container .area-link:hover .arrow-right,
.areas-serve-section .link-container .area-link:active .arrow-right {
  fill: var(--primary-color);
}
.areas-serve-section .img-block {
  width: 100%;
  position: relative;
  min-height: 1px;
  display: flex;
  --width: 100%;
}
.areas-serve-section .img-block img {
  clip-path: var(--slope-clip-bottom-left-5);
  max-width: 100%;
}
[dir=rtl] .areas-serve-section .img-block img {
  clip-path: var(--slope-clip-bottom-right-5);
}
@media (min-width: 768px) {
  .areas-serve-section .img-block {
    width: 41.874%;
  }
}
@media (max-width: 991px) {
  .areas-serve-section .img-block {
    width: 100%;
    grid-area: 1/1;
    height: 40rem;
  }
}
.areas-serve-section .img-block .r-image {
  width: 100%;
  height: 100%;
}
.areas-serve-section .img-block .r-image-inner {
  --height-elementor: 130%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .areas-serve-section .img-block .r-image-inner {
    --height-elementor: 40rem;
  }
}
.areas-serve-section .img-block .r-image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.areas-serve-section .img-block .grid-icon {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  stroke: var(--primary-white);
  bottom: 40px;
  left: 50px;
  z-index: 10;
}
@media (max-width: 991px) {
  .areas-serve-section .img-block .grid-icon {
    bottom: 20px;
    left: 40px;
  }
}
.areas-serve-section .area-block-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 991px) {
  .areas-serve-section .area-block-wrapper {
    grid-template-columns: 1fr;
  }
}
.areas-serve-section .container {
  position: relative;
  z-index: 1;
}

.areas-serve-section-2 {
  padding: 15rem 0 20rem;
  background-color: var(--secondary-color);
  background: radial-gradient(circle at bottom right, var(--primary-color) 0, var(--secondary-dark-color) 30%);
  clip-path: var(--slope-clip-top-left-5);
  position: relative;
}
@media (max-width: 991px) {
  .areas-serve-section-2 {
    padding: 10rem 0 15rem;
  }
}
@media (max-width: 767px) {
  .areas-serve-section-2 {
    padding: 5rem 0 15rem;
  }
}
.areas-serve-section-2 .headings {
  text-align: center;
}
.areas-serve-section-2 .headings .main-heading {
  color: var(--primary-white);
  max-width: 55%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .areas-serve-section-2 .headings .main-heading {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .areas-serve-section-2 .headings .main-heading {
    max-width: 90%;
  }
}
.areas-serve-section-2 .link-container {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10rem;
  row-gap: 5rem;
  margin-top: 8rem;
}
@media (max-width: 991px) {
  .areas-serve-section-2 .link-container {
    grid-template-columns: 1fr 1fr;
    column-gap: 5rem;
    row-gap: 5rem;
  }
}
@media (max-width: 767px) {
  .areas-serve-section-2 .link-container {
    grid-template-columns: 1fr;
    column-gap: 5rem;
    row-gap: 5rem;
  }
}
.areas-serve-section-2 .link-container .area-link {
  color: var(--primary-white);
  border-bottom: 2px solid var(--transparent-primary-color);
}
.areas-serve-section-2 .link-container .area-link .icon {
  fill: var(--primary-white);
}
.areas-serve-section-2 .link-container .area-link .arrow-right {
  fill: var(--primary-color);
}
.areas-serve-section-2 .link-container .area-link:hover,
.areas-serve-section-2 .link-container .area-link:active {
  border-bottom: 2px solid var(--light-primary-color);
  color: var(--light-primary-color);
}
.areas-serve-section-2 .link-container .area-link:hover .icon,
.areas-serve-section-2 .link-container .area-link:active .icon {
  fill: var(--light-primary-color);
}
.areas-serve-section-2 .link-container .area-link:hover .arrow-right,
.areas-serve-section-2 .link-container .area-link:active .arrow-right {
  fill: var(--light-primary-color);
}
.areas-serve-section-2 .grid-icon {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  stroke: var(--primary-white);
  bottom: 50px;
  left: 50px;
  z-index: 10;
}
@media (max-width: 991px) {
  .areas-serve-section-2 .grid-icon {
    left: 20px;
  }
}

.areas-serve-section-3 {
  padding: 15rem 0;
  position: relative;
}
@media (max-width: 991px) {
  .areas-serve-section-3 {
    padding: 10rem 0;
  }
}
@media (max-width: 767px) {
  .areas-serve-section-3 {
    padding: 5rem 0;
  }
}
.areas-serve-section-3 .headings {
  text-align: center;
}
.areas-serve-section-3 .headings .main-heading {
  max-width: 55%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .areas-serve-section-3 .headings .main-heading {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .areas-serve-section-3 .headings .main-heading {
    max-width: 90%;
  }
}
.areas-serve-section-3 .link-container {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10rem;
  row-gap: 5rem;
  margin-top: 8rem;
}
@media (max-width: 991px) {
  .areas-serve-section-3 .link-container {
    grid-template-columns: 1fr 1fr;
    column-gap: 5rem;
    row-gap: 5rem;
  }
}
@media (max-width: 767px) {
  .areas-serve-section-3 .link-container {
    grid-template-columns: 1fr;
    column-gap: 5rem;
    row-gap: 5rem;
  }
}
.areas-serve-section-3 .area-serve-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 5rem;
  margin-bottom: 7rem;
}

.areas-serve-section-4 {
  padding: 5rem 0 15rem;
  position: relative;
}
@media (max-width: 991px) {
  .areas-serve-section-4 {
    padding: 5rem 0 10rem;
  }
}
@media (max-width: 767px) {
  .areas-serve-section-4 {
    padding: 5rem 0 5rem;
  }
}
.areas-serve-section-4 .headings {
  text-align: center;
  margin-top: 5rem;
}
.areas-serve-section-4 .headings .main-heading {
  max-width: 55%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .areas-serve-section-4 .headings .main-heading {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .areas-serve-section-4 .headings .main-heading {
    max-width: 90%;
  }
}
.areas-serve-section-4 .link-container {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10rem;
  row-gap: 5rem;
  margin-top: 8rem;
}
@media (max-width: 991px) {
  .areas-serve-section-4 .link-container {
    grid-template-columns: 1fr 1fr;
    column-gap: 5rem;
    row-gap: 5rem;
  }
}
@media (max-width: 767px) {
  .areas-serve-section-4 .link-container {
    grid-template-columns: 1fr;
    column-gap: 5rem;
    row-gap: 5rem;
  }
}
.areas-serve-section-4 .area-serve-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 5rem;
}
.areas-serve-section-4 .grid-icon {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  stroke: var(--primary-white);
  bottom: 50px;
  left: 50px;
  z-index: 10;
}
@media (max-width: 991px) {
  .areas-serve-section-4 .grid-icon {
    left: 20px;
  }
}

.commitment-section {
  padding: 15rem 0 12rem;
}
@media (max-width: 991px) {
  .commitment-section {
    padding: 10rem 0;
  }
}
@media (max-width: 991px) {
  .commitment-section {
    padding: 5rem 0;
  }
}
.commitment-section .sub-heading {
  text-align: center;
}
.commitment-section .main-heading {
  text-align: center;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .commitment-section .main-heading {
    max-width: 100%;
  }
}
.commitment-section .commitment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem;
  padding-top: 5rem;
}
@media (max-width: 991px) {
  .commitment-section .commitment-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .commitment-section .commitment-grid {
    grid-template-columns: 1fr;
    padding-top: 2rem;
  }
}
.commitment-section .commitment-detail-block {
  display: flex;
  column-gap: 7rem;
  row-gap: 5rem;
}
@media (max-width: 991px) {
  .commitment-section .commitment-detail-block {
    flex-direction: column;
  }
}
.commitment-section.padding-bottom-none {
  padding-bottom: 0;
}

.commitment-item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  /* Mobile-specific styling */
}
@media (max-width: 480px) {
  .commitment-item {
    gap: 3rem;
    text-align: center;
  }
}
.commitment-item .commitment-title {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 2.8rem;
}
@media (max-width: 480px) {
  .commitment-item .commitment-title {
    grid-template-columns: 1fr;
  }
}
.commitment-item .commitment-title .icon {
  width: 91px;
  height: 88px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: var(--slope-clip-top-right-base);
}
[dir=rtl] .commitment-item .commitment-title .icon {
  clip-path: var(--slope-clip-top-left-base);
}
.commitment-item .commitment-title .icon svg {
  fill: var(--primary-white);
  height: 50px;
  width: auto;
}
@media (max-width: 480px) {
  .commitment-item .commitment-title .icon {
    margin: auto;
  }
}
.commitment-item .commitment-title h3 {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: var(--secondary-color);
  max-width: 90%;
}
@media (max-width: 1200px) {
  .commitment-item .commitment-title h3 {
    max-width: 100%;
  }
}
.commitment-item .read-more {
  text-decoration: none;
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--sm-font-size);
  color: var(--primary-color);
  line-height: 34px;
  display: flex;
  width: max-content;
  padding-left: 1rem;
  align-items: center;
  position: relative;
  overflow: hidden; /* Ensures animation stays within bounds */
  transition: color 0.3s ease; /* Smooth transition for text color */
}
.commitment-item .read-more::before {
  content: "";
  width: 0;
  height: 1.4px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.commitment-item .read-more:hover::before {
  width: 100%;
  opacity: 1;
}
.commitment-item .read-more svg {
  height: 16px;
  fill: var(--primary-color);
  margin-right: 1rem;
  transition: transform 0.3s ease, fill 0.3s ease; /* Smooth icon animation */
}
[dir=rtl] .commitment-item .read-more svg {
  rotate: 180deg;
}
.commitment-item .read-more:hover svg {
  transform: translateX(-5px); /* Subtle movement of the icon */
}
[dir=rtl] .commitment-item .read-more:hover svg {
  transform: translateX(5px);
}
@media (max-width: 480px) {
  .commitment-item .read-more {
    margin: auto;
  }
}

.commitment-item.dark-commitment-item .commitment-title .icon svg {
  fill: var(--secondary-color);
}
.commitment-item.dark-commitment-item .commitment-title h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.commitment-item.dark-commitment-item .read-more {
  color: var(--secondary-color);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.commitment-item.dark-commitment-item .read-more svg {
  fill: var(--secondary-color);
}
.commitment-item.dark-commitment-item .read-more::before {
  background-color: var(--secondary-color);
}

.commitment-grid-4-col {
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  gap: 5rem !important;
}
@media (max-width: 1500px) {
  .commitment-grid-4-col {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 767px) {
  .commitment-grid-4-col {
    grid-template-columns: 1fr !important;
  }
}

.about-us-3-main-wrapper .about-us-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  clip-path: var(--slope-clip-top-right-5);
}
[dir=rtl] .about-us-3-main-wrapper .about-us-section {
  clip-path: var(--slope-clip-top-left-5);
}
@media (max-width: 991px) {
  .about-us-3-main-wrapper .about-us-section {
    grid-template-columns: 1fr;
  }
}
.about-us-3-main-wrapper .about-us-section .about-img-block {
  background: url(4aae5d5aa933c32747f7.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
  .about-us-3-main-wrapper .about-us-section .about-img-block {
    min-height: 50rem;
  }
}
.about-us-3-main-wrapper .about-us-section .about-img-block .about-banner {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 2.8rem;
  max-width: 660px;
  height: 167px;
  background-color: var(--primary-white);
  clip-path: var(--slope-clip-bottom-left-3);
  padding: 2.4rem 5rem 2.4rem 2.4rem;
  position: absolute;
  left: 0;
  bottom: 10rem;
  margin-right: 2rem;
}
[dir=rtl] .about-us-3-main-wrapper .about-us-section .about-img-block .about-banner {
  clip-path: var(--slope-clip-bottom-right-3);
}
@media (max-width: 1200px) {
  .about-us-3-main-wrapper .about-us-section .about-img-block .about-banner {
    height: 124px;
  }
}
@media (max-width: 991px) {
  .about-us-3-main-wrapper .about-us-section .about-img-block .about-banner {
    height: 102px;
    bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .about-us-3-main-wrapper .about-us-section .about-img-block .about-banner {
    height: 82px;
    bottom: 5rem;
  }
}
.about-us-3-main-wrapper .about-us-section .about-img-block .about-banner img {
  height: auto;
  width: 60px;
  fill: var(--main-orange);
}
@media (max-width: 991px) {
  .about-us-3-main-wrapper .about-us-section .about-img-block .about-banner img {
    height: auto;
    width: 40px;
  }
}
@media (max-width: 767px) {
  .about-us-3-main-wrapper .about-us-section .about-img-block .about-banner img {
    height: auto;
    width: 30px;
  }
}
.about-us-3-main-wrapper .about-us-section .about-img-block .about-banner .banner-inner-text {
  font-size: var(--title-font-size);
  font-family: var(--jakarta-font-family);
  color: var(--secondary-color);
  font-weight: 600;
  line-height: 1.294;
  width: 70%;
}
@media (max-width: 991px) {
  .about-us-3-main-wrapper .about-us-section .about-img-block .about-banner .banner-inner-text {
    font-size: 2.8rem;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .about-us-3-main-wrapper .about-us-section .about-img-block .about-banner .banner-inner-text {
    font-size: 1.8rem;
    width: 60%;
  }
}
.about-us-3-main-wrapper .about-us-section .about-text-block {
  background: url(609e50b3956c6c306f6e.png) center/100% auto no-repeat;
  padding: 10rem 0;
  background-size: cover;
  color: var(--primary-white);
  position: relative;
}
@media (max-width: 991px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block {
    padding: 7rem 0;
  }
}
@media (max-width: 767px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block {
    padding: 5rem 0;
  }
}
.about-us-3-main-wrapper .about-us-section .about-text-block .sub-heading {
  padding-right: 10rem;
}
@media (max-width: 1200px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block .sub-heading {
    padding-right: 9.2rem;
  }
}
@media (max-width: 767px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block .sub-heading {
    padding-right: 3.2rem;
  }
}
.about-us-3-main-wrapper .about-us-section .about-text-block .main-heading {
  color: var(--primary-white);
  padding-right: 10rem;
  text-align: right;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block .main-heading {
    padding-right: 9.2rem;
  }
}
@media (max-width: 767px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block .main-heading {
    padding-right: 3.2rem;
  }
}
.about-us-3-main-wrapper .about-us-section .about-text-block .about-us-comment {
  background-color: var(--transparent-primary-color);
  max-width: 660px;
  clip-path: var(--slope-clip-top-right-3);
  padding: 10rem 10.2rem 10rem 9rem;
}
[dir=rtl] .about-us-3-main-wrapper .about-us-section .about-text-block .about-us-comment {
  clip-path: var(--slope-clip-top-left-3);
}
@media (max-width: 1200px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block .about-us-comment {
    padding: 4.6rem 9.2rem;
  }
}
@media (max-width: 767px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block .about-us-comment {
    padding: 2.6rem 3.2rem;
  }
}
.about-us-3-main-wrapper .about-us-section .about-text-block .about-us-comment .comment {
  font-size: var(--medium-font-size);
  font-family: var(--jakarta-font-family);
  color: var(--primary-white);
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 767px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block .about-us-comment .comment {
    font-size: var(--paragraph-font-size);
    line-height: 30px;
  }
}
.about-us-3-main-wrapper .about-us-section .about-text-block .about-us-comment .comment:first-child {
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block .about-us-comment .comment:first-child {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block .about-us-comment .comment:first-child {
    margin-bottom: 0;
  }
}
.about-us-3-main-wrapper .about-us-section .about-text-block .about-us-comment .about-name {
  font-size: var(--paragraph-font-size);
  margin-top: 3.8rem;
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block .about-us-comment .about-name {
    margin-top: 2rem;
  }
}
.about-us-3-main-wrapper .about-us-section .about-text-block .about-us-comment.primary-bg {
  background-color: var(--primary-color) !important;
}
.about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding-right: 10.2rem;
  margin-top: 3rem;
}
@media (max-width: 1200px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box {
    padding-right: 9.2rem;
  }
}
@media (max-width: 767px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box {
    padding-right: 3.2rem;
  }
}
.about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box .video-block:link,
.about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box .video-block:visited {
  position: relative;
  text-decoration: none;
}
.about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box .video-block:link .video-img,
.about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box .video-block:visited .video-img {
  clip-path: var(--slope-clip-top-right-3);
  width: 219px;
  height: 137px;
}
[dir=rtl] .about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box .video-block:link .video-img,
[dir=rtl] .about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box .video-block:visited .video-img {
  clip-path: var(--slope-clip-top-left-3);
}
@media (max-width: 767px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box .video-block:link .video-img,
  .about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box .video-block:visited .video-img {
    width: 168px;
    height: 112px;
  }
}
.about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box .video-block:link .video-play-icon,
.about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box .video-block:visited .video-play-icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  height: 70px;
  width: 70px;
  fill: var(--primary-color);
  opacity: 1;
  background-color: var(--primary-white);
  border-radius: 50%;
  padding: 1rem;
}
@media (max-width: 767px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box .video-block:link .video-play-icon,
  .about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box .video-block:visited .video-play-icon {
    height: 60px;
    width: 60px;
  }
}
.about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box .video-text-box {
  width: 42%;
}
@media (min-width: 1800px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box .video-text-box {
    width: 27%;
  }
}
.about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box .video-text-box .video-title {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box .video-text-box .video-title {
    font-size: var(--paragraph-font-size);
  }
}
.about-us-3-main-wrapper .about-us-section .about-text-block .about-video-box .video-text-box .watch-video {
  font-size: var(--btn-font-size);
  font-family: var(--jakarta-font-family);
  color: var(--light-primary-color);
  font-weight: bold;
  line-height: 1.25;
  text-transform: uppercase;
  margin-top: 3.2rem;
  letter-spacing: 1.5px;
}
.about-us-3-main-wrapper .about-us-section .about-text-block .grid-icon {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  stroke: var(--primary-white);
  bottom: 20px;
  left: 20px;
  z-index: 10;
}
.about-us-3-main-wrapper .about-us-section .about-img-blue {
  background: url(a9514ac35c7a78ff2e50.png) bottom left/100% auto no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-us-3-main-wrapper .modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-black-transparent); /* Black background with opacity */
}
.about-us-3-main-wrapper .modal .modal-content {
  position: relative;
  margin: 15% auto;
  padding: 30px;
  width: 80%;
  max-width: 700px;
}
.about-us-3-main-wrapper .modal .modal-content iframe {
  width: 100%;
  border: none;
}
.about-us-3-main-wrapper .modal .close-btn {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 28px;
  width: 28px;
  font-weight: bold;
  cursor: pointer;
  background-color: var(--primary-white);
  border-radius: 50%;
}
.about-us-3-main-wrapper.about-dark-theme .about-us-section .about-img-block .about-banner .banner-inner-text {
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .about-us-3-main-wrapper.about-dark-theme .about-us-section .about-img-block .about-banner .banner-inner-text {
    font-size: 2.4rem;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .about-us-3-main-wrapper.about-dark-theme .about-us-section .about-img-block .about-banner .banner-inner-text {
    font-size: 1.8rem;
    width: 60%;
  }
}
.about-us-3-main-wrapper.about-dark-theme .about-us-section .about-text-block .about-us-comment .comment {
  color: var(--secondary-color);
}
.about-us-3-main-wrapper.about-dark-theme .about-us-section .about-text-block .about-video-box .video-text-box .video-title {
  color: var(--page-bg-color);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.about-us-3-main-wrapper.about-dark-theme .about-us-section .about-text-block .about-us-comment .about-name {
  font-weight: 600;
  font-size: 1.6rem;
}

.color-light {
  color: var(--light-primary-color) !important;
}

.color-dark {
  color: var(--paragraph-color) !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.solution-section {
  padding: 15rem 0 20rem 0;
  background: radial-gradient(circle at bottom right, var(--primary-color) 0, var(--main-secondary-color) 30%);
  position: relative;
  clip-path: var(--slope-clip-top-left-5);
}
[dir=rtl] .solution-section {
  clip-path: var(--slope-clip-top-right-5);
}
@media (max-width: 991px) {
  .solution-section {
    padding: 10rem 0;
  }
}
@media (max-width: 767px) {
  .solution-section {
    padding: 5rem 0 10rem;
  }
}
.solution-section .sub-heading {
  text-align: center;
}
.solution-section .main-heading {
  text-align: center;
  color: var(--primary-white);
  max-width: 55%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .solution-section .main-heading {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .solution-section .main-heading {
    max-width: 90%;
  }
}
.solution-section .features-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 991px) {
  .solution-section .features-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.solution-section .features-wrapper .feature-item {
  background-color: rgba(25, 25, 25, 0.3);
  display: flex;
  align-items: center;
  overflow: hidden;
  clip-path: var(--slope-clip-top-right-3);
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .solution-section .features-wrapper .feature-item {
  clip-path: var(--slope-clip-top-left-3);
}
.solution-section .features-wrapper .feature-item .feature-img {
  height: 100%;
}
@media (max-width: 600px) {
  .solution-section .features-wrapper .feature-item .feature-img {
    width: 100%;
  }
}
.solution-section .features-wrapper .feature-item img {
  width: 209px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .solution-section .features-wrapper .feature-item img {
    width: 100%;
    height: 30rem;
  }
}
.solution-section .features-wrapper .feature-item .feature-content {
  padding: 5rem 6rem 5rem 5rem;
}
.solution-section .features-wrapper .feature-item .feature-content .feature-title {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--feature-font-size);
  line-height: 1.2;
  color: var(--primary-white);
  transition: all 0.3s ease-in-out;
}
.solution-section .features-wrapper .feature-item .feature-content .feature-title .feature-icon {
  height: 3rem;
  width: 3rem;
  fill: var(--primary-color);
}
.solution-section .features-wrapper .feature-item .feature-content p {
  color: var(--primary-white);
  margin-top: 3rem;
  transition: all 0.3s ease-in-out;
}
.solution-section .features-wrapper .feature-item:hover {
  background-color: var(--primary-white);
}
.solution-section .features-wrapper .feature-item:hover .feature-content .feature-title {
  color: var(--semi-black-color);
}
.solution-section .features-wrapper .feature-item:hover .feature-content p {
  color: var(--grey-color);
}
@media (max-width: 600px) {
  .solution-section .features-wrapper .feature-item {
    flex-direction: column;
    clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  }
}
.solution-section .grid-icon {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  stroke: var(--primary-color);
  bottom: 50px;
  left: 50px;
  z-index: 10;
}
@media (max-width: 991px) {
  .solution-section .grid-icon {
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .solution-section .grid-icon {
    display: none;
  }
}
.solution-section .features-wrapper-2 .feature-item {
  background-color: var(--primary-white);
}
.solution-section .features-wrapper-2 .feature-item .feature-content .feature-title {
  color: var(--semi-black-color);
}
.solution-section .features-wrapper-2 .feature-item .feature-content p {
  color: var(--grey-color);
}

.solution-green-bg {
  background: url(36b44c3655d3526f4ddd.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.solution-green-bg .features-wrapper .feature-item {
  background-color: rgba(25, 25, 25, 0.5);
}

.feedback-section {
  width: 100%;
}
.feedback-section .feedback--wrapper {
  padding: 10rem 0 15rem 0;
}
@media (max-width: 991px) {
  .feedback-section .feedback--wrapper {
    padding: 10rem 0;
  }
}
@media (max-width: 767px) {
  .feedback-section .feedback--wrapper {
    padding: 5rem 0;
  }
}
.feedback-section .feedback--wrapper .sub-heading {
  text-align: center;
}
.feedback-section .feedback--wrapper .main-heading {
  text-align: center;
}
.feedback-section .feedback--wrapper .swiper {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  padding: 0 18rem;
  overflow: visible;
}
@media (max-width: 991px) {
  .feedback-section .feedback--wrapper .swiper {
    padding: 0 29rem;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .feedback-section .feedback--wrapper .swiper {
    padding: 0 20px;
    margin-top: 0px;
  }
}
.feedback-section .feedback--wrapper .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  opacity: 0.4;
  cursor: pointer;
}
@media (max-width: 767px) {
  .feedback-section .feedback--wrapper .swiper .swiper-slide {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .feedback-section .feedback--wrapper .swiper .swiper-slide {
    padding: 10px;
  }
}
.feedback-section .feedback--wrapper .swiper .swiper-slide-active {
  opacity: 1;
}
.feedback-section .feedback--wrapper .swiper .feedback-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
  clip-path: var(--slope-clip-top-right-3);
  background-color: var(--primary-white);
  box-shadow: -1px 1.732px 4px 0px var(--transparent-secondary-color);
  padding: 3.8rem 5.6rem;
  text-align: center;
}
[dir=rtl] .feedback-section .feedback--wrapper .swiper .feedback-card {
  clip-path: var(--slope-clip-top-left-3);
}
@media (max-width: 991px) {
  .feedback-section .feedback--wrapper .swiper .feedback-card {
    padding: 3.2rem 4rem;
  }
}
.feedback-section .feedback--wrapper .swiper .feedback-card .feedback-img-block {
  position: relative;
}
.feedback-section .feedback--wrapper .swiper .feedback-card .feedback-img-block .feedback-img {
  border-radius: 50%;
  width: 76px;
  height: 76px;
}
.feedback-section .feedback--wrapper .swiper .feedback-card .feedback-img-block::after {
  content: "“";
  font-size: 140px;
  font-family: var(--spartan-font-family);
  line-height: 1.2;
  font-weight: 500;
  color: var(--primary-color);
  position: absolute;
  display: inline-block;
  right: -32px;
  top: -2px;
}
.feedback-section .feedback--wrapper .swiper .feedback-card .feedback-text {
  font-size: var(--paragraph-font-size);
  font-family: var(--jakarta-font-family);
  font-weight: 400;
  color: var(--paragraph-color);
  line-height: 1.889;
}
.feedback-section .feedback--wrapper .swiper .feedback-card .feedback-name {
  font-family: var(--jakarta-font-family);
  font-weight: 500;
  font-size: var(--sm-title-font-size);
  color: var(--primary-color);
  margin-top: 1.8rem;
}
.feedback-section .feedback--wrapper .swiper .feedback-pagination {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  gap: 2px;
}
.feedback-section .feedback--wrapper .swiper .feedback-pagination .swiper-pagination-bullet {
  width: 1.3rem;
  height: 1.3rem;
  background-color: var(--light-primary-color);
  opacity: 0.4;
}
.feedback-section .feedback--wrapper .swiper .feedback-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  opacity: 1;
}
.feedback-section .text-container {
  margin-top: 5rem;
}

.customer-feedback-section {
  padding: 15rem 0 15rem 0;
}
@media (max-width: 991px) {
  .customer-feedback-section {
    padding: 10rem 0;
  }
}
@media (max-width: 767px) {
  .customer-feedback-section {
    padding: 5rem 0;
  }
}
.customer-feedback-section .headings {
  text-align: center;
}
.customer-feedback-section .feedback-main-wrapper {
  position: relative;
}
.customer-feedback-section .feedback-main-wrapper .feedback-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: var(--slope-clip-top-right-5);
}
@media (max-width: 991px) {
  .customer-feedback-section .feedback-main-wrapper .feedback-bg-img {
    height: 100rem;
  }
}
.customer-feedback-section .feedback-main-wrapper .feedback-slider {
  position: absolute;
  bottom: calc(var(--slope-value-3) * -1);
  left: 6rem;
  width: 640px;
}
@media (max-width: 767px) {
  .customer-feedback-section .feedback-main-wrapper .feedback-slider {
    width: 90%;
    left: 4rem;
  }
}
@media (max-width: 600px) {
  .customer-feedback-section .feedback-main-wrapper .feedback-slider {
    left: 3rem;
  }
}
.customer-feedback-section .feedback-main-wrapper .swiper {
  width: 100%;
  height: 100%;
}
.customer-feedback-section .feedback-main-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background-color: var(--secondary-color);
  clip-path: var(--slope-clip-bottom-right-3);
  padding: 6rem;
}
@media (max-width: 767px) {
  .customer-feedback-section .feedback-main-wrapper .swiper-slide {
    padding: 4rem;
  }
}
.customer-feedback-section .feedback-main-wrapper .feedback-slider-btns {
  display: flex;
  gap: 1.4rem;
  position: absolute;
  bottom: 4rem;
  left: 4rem;
}
.customer-feedback-section .feedback-main-wrapper .feedback-slider-btns .slider-btn {
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-size: 3rem;
  aspect-ratio: 1/1;
  min-width: 4.4rem;
  min-height: 4.4rem;
  flex-basis: min-content;
}
.customer-feedback-section .feedback-main-wrapper .feedback-slider-btns .slider-btn svg {
  height: 3rem;
  width: auto;
  fill: var(--primary-color);
}
.customer-feedback-section .feedback-main-wrapper .swiper-button-disabled {
  opacity: 0.4;
}
.customer-feedback-section .feedback-main-wrapper .feedback-box .title {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--medium-font-size);
  color: var(--primary-color);
  line-height: 40px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s;
  transition-delay: 0.3s;
}
.customer-feedback-section .feedback-main-wrapper .feedback-box .feedback-text {
  font-family: var(--jakarta-font-family);
  font-weight: 400;
  font-size: var(--paragraph-font-size);
  color: var(--paragraph-light-color);
  line-height: 34px;
  padding: 3rem 0;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s;
  transition-delay: 0.6s;
}
.customer-feedback-section .feedback-main-wrapper .feedback-box .feedback-author {
  display: flex;
  gap: 1rem;
  align-items: center;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.9s;
  transition-delay: 0.9s;
}
.customer-feedback-section .feedback-main-wrapper .feedback-box .feedback-author .author-img {
  height: 6rem;
  width: 6rem;
}
.customer-feedback-section .feedback-main-wrapper .feedback-box .feedback-author .author-img img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.customer-feedback-section .feedback-main-wrapper .feedback-box .feedback-author .author-info .author-name {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--paragraph-font-size);
  color: var(--primary-white);
  line-height: 30px;
}
.customer-feedback-section .feedback-main-wrapper .feedback-box .feedback-author .author-info .author-designation {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--btn-font-size);
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
}
.customer-feedback-section .feedback-main-wrapper .swiper-slide.swiper-slide-active .feedback-box .title {
  opacity: 1;
  transform: translateY(0px);
}
.customer-feedback-section .feedback-main-wrapper .swiper-slide.swiper-slide-active .feedback-box .feedback-text {
  opacity: 1;
  transform: translateY(0px);
}
.customer-feedback-section .feedback-main-wrapper .swiper-slide.swiper-slide-active .feedback-box .feedback-author {
  opacity: 1;
  transform: translateY(0px);
}
.customer-feedback-section.padding-bottom-none {
  padding-bottom: 0;
}

.faqs-section {
  padding: 10rem 0 20rem;
}
@media (max-width: 991px) {
  .faqs-section {
    padding: 10rem 0 15rem;
  }
}
@media (max-width: 767px) {
  .faqs-section {
    padding: 5rem 0 10rem;
  }
}
.faqs-section .faqs-wrapper {
  max-width: 860px;
  margin: auto;
}
.faqs-section .faqs-wrapper .headings {
  text-align: center;
}
.faqs-section .accordion {
  padding-top: 3rem;
}
.faqs-section .accordion .accordion-item {
  border: none;
  border-top: 2px solid var(--semi-black-color);
  transition: all 0.25s ease;
}
.faqs-section .accordion .accordion-item.shown {
  border-top: 2px solid var(--primary-color);
}
.faqs-section .accordion .accordion-header {
  padding: 2rem 0;
}
.faqs-section .accordion button:not(:disabled) {
  cursor: pointer;
}
.faqs-section .accordion .accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  text-align: right;
  transition: all 0.25s ease;
  padding: 0;
  border: none;
  outline: none;
  width: 100%;
  --size: 20px;
  --width: calc(20px * 0.6);
  --height: calc(20px * 0.1);
}
.faqs-section .accordion .accordion-button.keep-open[aria-expanded=true] {
  pointer-events: none;
}
.faqs-section .accordion .accordion-button,
.faqs-section .accordion .accordion-button:focus {
  box-shadow: none;
}
.faqs-section .accordion .accordion-button span {
  display: inline-block;
  font-size: var(--paragraph-font-size);
  font-family: var(--jakarta-font-family);
  color: var(--semi-black-color);
  font-weight: 600;
  line-height: 3rem;
  cursor: pointer;
}
.faqs-section .accordion .accordion-button::after {
  display: none;
}
.faqs-section .accordion .accordion-button,
.faqs-section .accordion .accordion-button:not(.collapsed) {
  color: var(--primary-white);
  background: none;
  box-shadow: none;
}
.faqs-section .accordion .accordion-button.collapsed::after,
.faqs-section .accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
}
.faqs-section .accordion .collapse:not(.show) {
  display: none;
}
.faqs-section .accordion .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .faqs-section .accordion .collapsing {
    transition: none;
  }
}
.faqs-section .accordion .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .faqs-section .accordion .collapsing.collapse-horizontal {
    transition: none;
  }
}
.faqs-section .accordion .accordion-button .icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  border: 2px solid var(--semi-black-color);
  padding: 12px;
}
.faqs-section .accordion .accordion-button .icon::after,
.faqs-section .accordion .accordion-button .icon::before {
  position: absolute;
  display: inline-block;
  background-color: var(--primary-black);
  content: "";
  width: 10px;
  height: 2px;
  width: 12px;
  height: 2px;
  top: 12px;
  right: 12px;
  transform: translate(10px, -10px);
  transition: transform 0.5s ease;
  border-radius: 3px;
}
.faqs-section .accordion .accordion-button.collapsed .icon::after {
  transform: translate3d(-4px, 9px, 0) translate(10px, -10px) rotate(-90deg);
}
.faqs-section .accordion .accordion-button.collapsed .icon::before {
  transform: translate3d(-4px, 9px, 0) translate(10px, -10px);
}
.faqs-section .accordion .accordion-button:not(.collapsed) .icon {
  border: 2px solid var(--primary-color);
}
.faqs-section .accordion .accordion-button:not(.collapsed) .icon::after {
  transform: translate3d(-4px, 9px, 0) translate(10px, -10px) rotate(-180deg);
}
.faqs-section .accordion .accordion-button:not(.collapsed) .icon::before {
  transform: translate3d(-4px, 9px, 0) translate(10px, -10px) rotate(180deg);
}
.faqs-section .accordion .accordion-body {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 3rem;
  padding-bottom: 3rem;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .faqs-section .accordion .accordion-body {
    grid-template-columns: 1fr;
  }
}
.faqs-section .accordion .accordion-body .faq-img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: var(--slope-clip-top-right-3);
  transition: clip-path 0.3s ease;
}
@media (max-width: 767px) {
  .faqs-section .accordion .accordion-body .faq-img {
    width: 100%;
    height: 30rem;
  }
}
[dir=rtl] .faqs-section .accordion .accordion-body .faq-img {
  clip-path: var(--slope-clip-top-left-3);
}
.faqs-section .accordion .accordion-body p .link {
  color: var(--paragraph-color);
  font-family: var(--jakarta-font-family);
  font-weight: 500;
  font-size: var(--paragraph-font-size);
  line-height: 34px;
  text-decoration: none;
  border-bottom: 1px solid var(--paragraph-color);
  transition: color 0.4s ease, border-color 0.4s ease;
}
.faqs-section .accordion .accordion-item.shown .accordion-button .icon::after,
.faqs-section .accordion .accordion-item.shown .accordion-button .icon::before {
  background-color: var(--primary-color);
}

.faqs-section-2 {
  padding: 15rem 0;
  margin-left: 15rem;
}
@media (max-width: 1200px) {
  .faqs-section-2 {
    margin-left: 5rem;
  }
}
@media (max-width: 991px) {
  .faqs-section-2 {
    padding: 10rem 0 10rem;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .faqs-section-2 {
    padding: 5rem 0 5rem;
  }
}
.faqs-section-2 .faqs-wrapper .headings {
  text-align: right;
}

.about-us-2-section {
  background-color: var(--secondary-color);
  background: radial-gradient(circle at bottom left, var(--primary-color) 0, var(--secondary-color) 30%);
  position: relative;
}
@media (max-width: 991px) {
  .about-us-2-section {
    clip-path: var(--slope-clip-top-right-5);
  }
}
@media (max-width: 991px) {
  .about-us-2-section .container {
    padding: 0;
  }
}
.about-us-2-section .about-us-2-wrapper {
  display: grid;
  grid-template-columns: calc(66.6666666666% + var(--slope-value-5)) calc(33.3333333333% - var(--slope-value-5));
}
@media (max-width: 991px) {
  .about-us-2-section .about-us-2-wrapper {
    grid-template-columns: 1fr;
  }
}
.about-us-2-section .about-us-2-wrapper .about-image-block {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .about-us-2-section .about-us-2-wrapper .about-image-block {
    padding: 5rem 2.5rem;
  }
}
.about-us-2-section .about-us-2-wrapper .about-image-block .img-block {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  min-height: 1px;
  display: flex;
  --width: 100%;
}
.about-us-2-section .about-us-2-wrapper .about-image-block .img-block img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .about-us-2-section .about-us-2-wrapper .about-image-block .img-block {
    width: 100%;
    grid-area: 1/1;
  }
}
.about-us-2-section .about-us-2-wrapper .about-image-block .img-block .r-image {
  width: 100%;
  height: 100%;
}
.about-us-2-section .about-us-2-wrapper .about-image-block .img-block .r-image-inner {
  position: absolute;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .about-us-2-section .about-us-2-wrapper .about-image-block .img-block .r-image-inner {
    width: 100% !important;
    right: 0 !important;
  }
}
.about-us-2-section .about-us-2-wrapper .about-image-block .img-block .r-image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-us-2-section .about-us-2-wrapper .about-image-block .img-block .grid-icon {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  stroke: var(--primary-white);
  bottom: 50px;
  right: 40px;
  z-index: 10;
}
@media (max-width: 991px) {
  .about-us-2-section .about-us-2-wrapper .about-image-block .img-block .grid-icon {
    bottom: 20px;
    left: 20px;
    right: auto;
  }
}
.about-us-2-section .about-us-2-wrapper .about-image-block .content-wrapper {
  position: relative;
  z-index: 10;
}
.about-us-2-section .about-us-2-wrapper .about-image-block .logo-img {
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .about-us-2-section .about-us-2-wrapper .about-image-block .logo-img {
    height: 6rem;
    margin-bottom: 3rem;
  }
}
.about-us-2-section .about-us-2-wrapper .about-image-block .main-heading {
  color: var(--primary-white);
  max-width: 80%;
  font-size: 8rem;
}
@media (max-width: 991px) {
  .about-us-2-section .about-us-2-wrapper .about-image-block .main-heading {
    max-width: 80%;
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .about-us-2-section .about-us-2-wrapper .about-image-block .main-heading {
    max-width: 100%;
  }
}
.about-us-2-section .about-us-2-wrapper .about-image-block .main-heading.secondary-heading {
  font-size: 60px;
  letter-spacing: 2px;
  line-height: 70px;
}
.about-us-2-section .about-us-2-wrapper .about-image-block .btn-block {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .about-us-2-section .about-us-2-wrapper .about-image-block .btn-block {
    flex-wrap: wrap;
  }
  .about-us-2-section .about-us-2-wrapper .about-image-block .btn-block .btn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .about-us-2-section .about-us-2-wrapper .about-features-block {
    padding: 5rem 2.5rem;
  }
}
.about-us-2-section .about-us-2-wrapper .about-features-block .features {
  padding-top: calc(11rem + var(--slope-value-5));
  padding-right: calc(11rem - var(--slope-value-5));
  padding-bottom: 11rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .about-us-2-section .about-us-2-wrapper .about-features-block .features {
    padding: 0;
  }
}
.about-us-2-section .about-us-2-wrapper .about-features-block .features .feature-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  color: var(--primary-white);
}
.about-us-2-section .about-us-2-wrapper .about-features-block .features .feature-item:not(:last-child) {
  margin-bottom: 4.5rem;
}
.about-us-2-section .about-us-2-wrapper .about-features-block .features .feature-title {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-family: var(--jakarta-font-family);
  font-weight: 700;
  font-size: var(--feature-font-size);
  line-height: 1.2;
}
.about-us-2-section .about-us-2-wrapper .about-features-block .features .feature-title .feature-icon {
  height: 3rem;
  width: 3rem;
  fill: var(--primary-color);
}
.about-us-2-section .about-us-2-wrapper .about-features-block .features p {
  color: #d9d9d9;
  font-weight: 300;
  max-width: 365px;
}
@media (max-width: 991px) {
  .about-us-2-section .about-us-2-wrapper .about-features-block .features p {
    max-width: 100%;
  }
}
.about-us-2-section.about-2-block-wrapper {
  margin-top: calc(var(--slope-value-5) * -1);
  z-index: 0;
  position: relative;
}
@media (max-width: 991px) {
  .about-us-2-section.about-2-block-wrapper {
    margin-top: 0;
  }
}

.team-meet-section {
  position: relative;
  background: url(8b5d9bf1d186cf9bd0b2.png) center/100% 100% no-repeat;
  background-size: cover;
  padding-top: 15rem;
  padding-bottom: 20rem;
}
@media (max-width: 991px) {
  .team-meet-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .team-meet-section {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
.team-meet-section .grid-icon {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  stroke: var(--primary-white);
  bottom: 50px;
  left: 20px;
  z-index: 10;
}
@media (max-width: 991px) {
  .team-meet-section .grid-icon {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .team-meet-section .grid-icon {
    display: none;
  }
}
.team-meet-section .heading-wrapper {
  display: flex;
  align-items: end;
  margin-bottom: 5rem;
}
.team-meet-section .heading-wrapper .main-heading {
  color: var(--primary-white);
  max-width: 90%;
  margin-bottom: 0;
}
.team-meet-section .heading-wrapper .team-slider-btns {
  display: flex;
  gap: 2rem;
}
.team-meet-section .heading-wrapper .team-slider-btns .slider-btn {
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-size: 4rem;
  aspect-ratio: 1/1;
  min-width: 4.4rem;
  min-height: 4.4rem;
  flex-basis: min-content;
}
.team-meet-section .heading-wrapper .team-slider-btns .slider-btn svg {
  height: 4rem;
  width: auto;
  fill: var(--primary-white);
}
@media (max-width: 991px) {
  .team-meet-section .heading-wrapper {
    flex-direction: column;
    gap: 5rem;
    align-items: flex-start;
  }
}
.team-meet-section .swiper {
  width: 100%;
  height: 100%;
}
.team-meet-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-meet-section .team-card {
  width: 100%;
}
.team-meet-section .team-card .team-img {
  position: relative;
  overflow: hidden;
}
.team-meet-section .team-card .team-img .image {
  object-position: center;
  width: 100%;
  height: 445px;
  object-fit: cover;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .team-meet-section .team-card .team-img .image {
  clip-path: var(--slope-clip-top-left-3);
}
.team-meet-section .team-card .team-img .team-social {
  background-color: var(--primary-color);
  clip-path: var(--slope-clip-bottom-left-base);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  position: absolute;
  width: 94%;
  padding: 1rem;
  bottom: 1rem;
  right: 1rem;
  z-index: 1;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease;
}
[dir=rtl] .team-meet-section .team-card .team-img .team-social {
  clip-path: var(--slope-clip-bottom-right-base);
  right: auto;
  left: 1rem;
}
@media (max-width: 1200px) {
  .team-meet-section .team-card .team-img .team-social {
    width: 96%;
  }
}
.team-meet-section .team-card .team-img .team-social .social-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 50%;
  padding: 1rem;
  transition: all 0.3s ease;
}
.team-meet-section .team-card .team-img .team-social .social-link .icon {
  height: 2rem;
  width: 2rem;
  fill: var(--primary-white);
}
.team-meet-section .team-card .team-img .team-social .social-link:hover {
  border: 2px solid var(--primary-white);
}
.team-meet-section .team-card:hover .team-img .team-social {
  opacity: 1;
  transform: translateY(0px);
}
.team-meet-section .team-card .team-content {
  margin-top: 1.6rem;
}
.team-meet-section .team-card .team-content .name {
  color: var(--primary-white);
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--feature-font-size);
  line-height: 30px;
}
.team-meet-section .team-card .team-content .position {
  color: var(--primary-color);
  font-family: var(--jakarta-font-family);
  font-weight: 400;
  font-size: var(--sm-font-size);
  line-height: 30px;
}
.team-meet-section .swiper-button-disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
  cursor: not-allowed;
}

.team-meet-green-bg {
  background: url(609e50b3956c6c306f6e.png) center/100% 100% no-repeat !important;
}

.goals-section {
  position: relative;
  background: url(609e50b3956c6c306f6e.png) center/100% 100% no-repeat;
  background-size: cover;
  padding-top: 15rem;
  padding-bottom: 20rem;
}
@media (max-width: 991px) {
  .goals-section {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .goals-section {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
.goals-section .main-heading {
  color: var(--primary-white);
  max-width: 90%;
  margin-bottom: 5rem;
}
.goals-section .goals-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14rem;
}
@media (max-width: 991px) {
  .goals-section .goals-wrapper {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
.goals-section .goals-wrapper .goal-block .title {
  font-family: var(--jakarta-font-family);
  font-size: var(--feature-font-size);
  color: var(--primary-white);
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 4rem;
}
.goals-section .goals-wrapper .goal-block p {
  color: var(--paragraph-md-color);
}
.goals-section .goals-wrapper .goal-block .about-list {
  list-style: none;
  margin-top: 3.5rem;
  margin-bottom: 5rem;
}
.goals-section .goals-wrapper .goal-block .about-list .list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5.5px 0;
}
.goals-section .goals-wrapper .goal-block .about-list .list-item .list-icon {
  height: 30px;
  width: 30px;
  fill: var(--primary-color);
  margin-left: 7.5px;
}
.goals-section .goals-wrapper .goal-block .about-list .list-item .list-title {
  font-family: var(--jakarta-font-family);
  font-size: var(--paragraph-font-size);
  color: var(--primary-white);
  font-weight: 600;
  line-height: 18px;
  padding-right: 10px;
  line-height: 30px;
}
.goals-section .goals-wrapper .goal-block .about-list .list-item:not(:last-child) {
  padding-bottom: 15px;
}
.goals-section .grid-icon {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  stroke: var(--primary-white);
  bottom: 50px;
  right: 50px;
  z-index: 10;
}
@media (max-width: 991px) {
  .goals-section .grid-icon {
    bottom: 50px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .goals-section .grid-icon {
    display: none;
  }
}

.demo-team-meet {
  background: radial-gradient(circle at bottom left, var(--primary-color) 0, var(--main-secondary-color) 30%);
}

.industries-section {
  padding: 15rem 0;
}
@media (max-width: 991px) {
  .industries-section {
    padding: 10rem 0;
  }
}
@media (max-width: 767px) {
  .industries-section {
    padding: 5rem 0;
  }
}
.industries-section .stat-heading {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.industries-section .sub-heading {
  text-align: center;
}
.industries-section .main-heading {
  text-align: center;
  max-width: 83%;
  margin: 0 auto 5rem;
}
@media (max-width: 767px) {
  .industries-section .main-heading {
    max-width: 100%;
    margin: 0 auto 3rem;
  }
}
.industries-section .image-section {
  position: relative;
}
.industries-section .image-section .video-block {
  cursor: pointer;
}
.industries-section .image-section .main-image {
  width: 100%;
  max-height: 658px;
  object-fit: cover;
  clip-path: var(--slope-clip-top-right-5);
}
[dir=rtl] .industries-section .image-section .main-image {
  clip-path: var(--slope-clip-top-left-5);
}
.industries-section .image-section .video-icon-block {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  opacity: 1;
}
.industries-section .image-section .video-icon-block .icon-play {
  width: 116px;
  height: 116px;
  fill: var(--primary-color);
  background: var(--primary-white);
  border-radius: 50%;
  padding: 18px;
}
@media (max-width: 991px) {
  .industries-section .image-section .video-icon-block .icon-play {
    height: 82px;
    width: 82px;
  }
}
@media (max-width: 767px) {
  .industries-section .image-section .video-icon-block .icon-play {
    height: 62px;
    width: 62px;
    padding: 8px;
  }
}
.industries-section .image-section .modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.733); /* Black background with opacity */
}
.industries-section .image-section .modal-content {
  margin: 15% auto;
  padding: 30px;
  width: 80%;
  max-width: 700px;
}
.industries-section .image-section .modal-content iframe {
  width: 100%;
  border: none;
}
.industries-section .image-section .video-close-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 30px;
  width: 30px;
  font-weight: bold;
  cursor: pointer;
  fill: var(--primary-white);
}
.industries-section .image-section .logo-block {
  width: 149px;
  height: 149px;
  background-color: var(--primary-color);
  clip-path: var(--slope-clip-bottom-left-3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6rem;
  margin-top: -12rem;
}
[dir=rtl] .industries-section .image-section .logo-block {
  clip-path: var(--slope-clip-bottom-right-3);
}
@media (max-width: 991px) {
  .industries-section .image-section .logo-block {
    height: 120px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .industries-section .image-section .logo-block {
    height: 80px;
    width: 80px;
    margin-right: 3rem;
    margin-top: -9.2rem;
    clip-path: var(--slope-clip-bottom-left-base);
  }
  [dir=rtl] .industries-section .image-section .logo-block {
    clip-path: var(--slope-clip-bottom-right-base);
  }
}
.industries-section .image-section .logo-block .logo-img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .industries-section .image-section .logo-block .logo-img {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .industries-section .image-section .logo-block .logo-img {
    max-width: 30%;
  }
}
.industries-section .stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 7rem;
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .industries-section .stats {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .industries-section .stats {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}
.industries-section .stats .stat-item h2 {
  font-family: var(--jakarta-font-family);
  font-weight: 400;
  font-size: var(--title-lg-font-size);
  color: var(--secondary-color);
  text-align: right;
}
.industries-section .stats .stat-item .line {
  background-color: var(--primary-color);
  width: 100%;
  height: 2px;
  margin: 2rem 0;
}
.industries-section .stats .stat-item p {
  color: var(--primary-color);
}

.industries-img-section {
  padding: 0;
  margin-top: calc(var(--slope-value-5) * -1);
}

.industries-video-section {
  padding: 0;
  padding-bottom: 15rem;
  margin-top: calc(var(--slope-value-5) * -1);
}
@media (max-width: 991px) {
  .industries-video-section {
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .industries-video-section {
    padding-bottom: 5rem;
  }
}

/* ==========================================================================
    Table of Contents 
    ==========================================================================

    1. Base Header Styles
    2. Header Variants
        2.1 header-2
        2.2 demo-header
        2.3 header-3
        2.4 blue-demo-header
        2.5 light-blue-demo-header
        2.6 bold-orange-header
        2.7 construction-header
    3. Navigation Menu
        3.1 Desktop Navigation
        3.2 Mobile Navigation
        3.3 Sub-menus & Dropdowns
    4. Search Styles
    5. Shopping Cart Icon
    6. Announcement Bars
        6.1 announcement-bar
        6.2 demo-announcement-bar
        6.3 bold-orange-announcement-bar

    ==========================================================================
*/
header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  height: 100px;
  transition: all 0.25s ease;
}
header .header-wrapper .icons-block {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  header .header-wrapper .icons-block {
    display: none;
  }
}
header .header-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header.sticky-nav {
  position: fixed;
  top: 0px;
  right: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.25s ease;
  padding: 0 4rem;
}
@media (max-width: 991px) {
  header.sticky-nav {
    top: 0;
  }
}
header .logo {
  position: relative;
  text-decoration: none;
}
header .logo span {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--feature-font-size);
  color: var(--primary-white);
}
header .logo span img {
  height: 35px;
  width: 31px;
}
header .logo .show-sticky {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
header .logo .hide-sticky {
  transition: all 0.25s ease;
}
header .language-switcher {
  margin-left: 5px;
}
header .language-switcher a {
  font-family: var(--jakarta-font-family);
  font-size: var(--sub-heading-font-size);
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  color: var(--primary-white);
  padding-inline: 3px;
}
header.scrolled {
  top: 0;
  background-color: var(--primary-white);
}
header.scrolled .header-wrapper {
  height: 70px;
}
header.scrolled .logo span {
  color: var(--secondary-color);
}
header.scrolled .navigation-menu a {
  color: var(--secondary-color);
}
header.scrolled .navigation-menu .menu-item-has-children a .icon {
  fill: var(--secondary-color);
}
header.scrolled .logo .show-sticky {
  opacity: 1;
  visibility: visible;
}
header.scrolled .logo .hide-sticky {
  opacity: 0;
  visibility: hidden;
}
header.scrolled .language-switcher a {
  color: var(--secondary-color);
}
header.scrolled .search-icon svg {
  fill: var(--secondary-color);
}
header.scrolled .shopping-cart-icon svg {
  fill: var(--secondary-color);
}
header .hamburger {
  display: none;
}
@media (max-width: 991px) {
  header .hamburger {
    display: block;
  }
}

header.header-2 .container {
  padding: 0 2.5rem 0 5rem;
}
header.header-2.sticky-nav {
  padding: 0;
}
header.header-2.scrolled .header-wrapper {
  height: 70px;
}
header.header-2.scrolled .header-wrapper .search-dropdown {
  top: calc(100% + 2.2rem);
}
header.header-2 .language-switcher a {
  color: var(--secondary-color);
}
header.header-2 .header-wrapper {
  background-color: var(--primary-white);
  height: 95px;
  padding: 0 5rem 0 2rem;
  position: relative;
}
header.header-2 .header-wrapper::after {
  content: "";
  width: calc(var(--slope-value-3) + 2px);
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(100% - 2px);
  background-color: var(--primary-white);
  clip-path: var(--slope-clip-bottom-right-3);
}
[dir=rtl] header.header-2 .header-wrapper::after {
  clip-path: var(--slope-clip-bottom-left-3);
  left: calc(100% - 2px);
}
@media (max-width: 1200px) {
  header.header-2 .header-wrapper {
    padding: 0 3rem 0 0;
  }
}
header.header-2 .header-wrapper .logo span {
  color: var(--secondary-color);
}
header.header-2 .header-wrapper .navigation-menu a {
  color: var(--secondary-color);
}
header.header-2 .header-wrapper .navigation-menu .menu-item-has-children a .icon {
  fill: var(--secondary-color);
}
header.header-2 .header-wrapper .search-icon svg {
  fill: var(--secondary-color);
}
header.header-2 .header-wrapper .search-dropdown {
  top: calc(100% + 3.4rem);
}
header.header-2 .header-wrapper .shopping-cart-icon svg {
  fill: var(--secondary-color);
}
header.header-2 .header-wrapper .hamburger-icon .bar {
  background-color: var(--secondary-color);
}
@media (max-width: 1200px) {
  header.header-2 .header-wrapper .navigation-menu.desktop > li {
    padding-left: 2.5rem;
  }
}

header.demo-header .container {
  padding: 0 2.5rem 0 5rem;
}
header.demo-header.sticky-nav {
  padding: 0;
}
header.demo-header.scrolled .header-wrapper {
  height: 70px;
}
header.demo-header.scrolled .header-wrapper .search-dropdown {
  top: calc(100% + 2.2rem);
}
header.demo-header .language-switcher a {
  color: var(--secondary-color);
}
header.demo-header .header-wrapper {
  background-color: var(--primary-white);
  height: 95px;
  position: relative;
  padding: 0 2rem;
}
header.demo-header .header-wrapper .logo span {
  color: var(--secondary-color);
}
header.demo-header .header-wrapper .navigation-menu a {
  color: var(--secondary-color);
}
header.demo-header .header-wrapper .navigation-menu .menu-item-has-children a .icon {
  fill: var(--secondary-color);
}
header.demo-header .header-wrapper .search-icon svg {
  fill: var(--secondary-color);
}
header.demo-header .header-wrapper .search-dropdown {
  top: calc(100% + 3.4rem);
}
header.demo-header .header-wrapper .shopping-cart-icon svg {
  fill: var(--secondary-color);
}
header.demo-header .header-wrapper .hamburger-icon .bar {
  background-color: var(--secondary-color);
}
@media (max-width: 1200px) {
  header.demo-header .header-wrapper .navigation-menu.desktop > li {
    padding-left: 2.5rem;
  }
}
header.demo-header .header-wrapper .primary::before {
  background: var(--bg-light);
}
header.demo-header .header-wrapper .icons-block .btn {
  margin-right: 1rem;
}

header.header-3 .container {
  padding: 0 5rem 0 2.55rem;
}
header.header-3.sticky-nav {
  padding: 0;
  top: 72px;
}
@media (max-width: 1200px) {
  header.header-3.sticky-nav {
    top: 65px;
  }
}
@media (max-width: 991px) {
  header.header-3.sticky-nav {
    top: 0;
  }
}
header.header-3.scrolled {
  top: 0;
}
header.header-3.scrolled .header-wrapper {
  height: 70px;
}
header.header-3.scrolled .header-wrapper .search-dropdown {
  top: calc(100% + 2.2rem);
}
header.header-3 .language-switcher a {
  color: var(--secondary-color);
}
header.header-3 .header-wrapper {
  background-color: var(--primary-white);
  height: 95px;
  padding: 0 2rem 0 5rem;
  position: relative;
}
header.header-3 .header-wrapper::after {
  content: "";
  width: calc(var(--slope-value-3) + 2px);
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% - 2px);
  background-color: var(--primary-white);
  clip-path: var(--slope-clip-top-left-3);
}
[dir=rtl] header.header-3 .header-wrapper::after {
  clip-path: var(--slope-clip-top-right-3);
  left: calc(100% - 2px);
}
@media (max-width: 1200px) {
  header.header-3 .header-wrapper {
    padding: 0 1rem 0 3rem;
  }
}
header.header-3 .header-wrapper .logo span {
  color: var(--secondary-color);
}
header.header-3 .header-wrapper .navigation-menu a {
  color: var(--secondary-color);
}
header.header-3 .header-wrapper .navigation-menu .menu-item-has-children a .icon {
  fill: var(--secondary-color);
}
header.header-3 .header-wrapper .search-icon svg {
  fill: var(--secondary-color);
}
header.header-3 .header-wrapper .search-dropdown {
  top: calc(100% + 3.4rem);
}
header.header-3 .header-wrapper .shopping-cart-icon svg {
  fill: var(--secondary-color);
}
header.header-3 .header-wrapper .hamburger-icon .bar {
  background-color: var(--secondary-color);
}
@media (max-width: 1200px) {
  header.header-3 .header-wrapper .navigation-menu.desktop > li {
    padding-left: 2.5rem;
  }
}

header.blue-demo-header .container {
  padding: 0 5rem 0 2.55rem;
}
header.blue-demo-header.sticky-nav {
  padding: 0;
  top: 90px;
}
@media (max-width: 1200px) {
  header.blue-demo-header.sticky-nav {
    top: 81px;
  }
}
@media (max-width: 991px) {
  header.blue-demo-header.sticky-nav {
    top: 0;
  }
}
header.blue-demo-header.scrolled {
  top: 0;
}
header.blue-demo-header.scrolled .header-wrapper {
  height: 70px;
}
header.blue-demo-header.scrolled .header-wrapper .search-dropdown {
  top: calc(100% + 2.2rem);
}
header.blue-demo-header .language-switcher a {
  color: var(--secondary-color);
}
header.blue-demo-header .header-wrapper {
  background-color: var(--primary-white);
  height: 95px;
  padding: 0 2rem 0 5rem;
  position: relative;
  margin-right: var(--slope-value-3);
}
header.blue-demo-header .header-wrapper::after {
  content: "";
  width: calc(var(--slope-value-3) + 2px);
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% - 2px);
  background-color: var(--primary-white);
  clip-path: var(--slope-clip-bottom-left-3);
}
[dir=rtl] header.blue-demo-header .header-wrapper::after {
  clip-path: var(--slope-clip-bottom-right-3);
  left: calc(100% - 2px);
}
@media (max-width: 1200px) {
  header.blue-demo-header .header-wrapper {
    padding: 0 0 0 3rem;
  }
}
header.blue-demo-header .header-wrapper .logo span {
  color: var(--secondary-color);
}
header.blue-demo-header .header-wrapper .navigation-menu a {
  color: var(--secondary-color);
}
header.blue-demo-header .header-wrapper .navigation-menu .menu-item-has-children a .icon {
  fill: var(--secondary-color);
}
header.blue-demo-header .header-wrapper .search-icon svg {
  fill: var(--secondary-color);
}
header.blue-demo-header .header-wrapper .search-dropdown {
  top: calc(100% + 3.4rem);
}
header.blue-demo-header .header-wrapper .shopping-cart-icon svg {
  fill: var(--secondary-color);
}
header.blue-demo-header .header-wrapper .hamburger-icon .bar {
  background-color: var(--secondary-color);
}
@media (max-width: 1200px) {
  header.blue-demo-header .header-wrapper .navigation-menu.desktop > li {
    padding-left: 2.5rem;
  }
}

header.light-blue-demo-header .container {
  padding: 0 5rem 0 2.55rem;
}
header.light-blue-demo-header.sticky-nav {
  padding: 0;
  top: 1rem;
}
@media (max-width: 1200px) {
  header.light-blue-demo-header.sticky-nav {
    top: 65px;
  }
}
@media (max-width: 991px) {
  header.light-blue-demo-header.sticky-nav {
    top: 0;
  }
}
header.light-blue-demo-header.scrolled {
  top: 0;
}
header.light-blue-demo-header.scrolled .header-wrapper {
  height: 70px;
}
header.light-blue-demo-header.scrolled .header-wrapper .search-dropdown {
  top: calc(100% + 2.2rem);
}
header.light-blue-demo-header .header-wrapper {
  background-color: var(--primary-white);
  height: 95px;
  padding: 0 2rem 0 5rem;
  position: relative;
  margin-right: var(--slope-value-3);
}
header.light-blue-demo-header .header-wrapper::after {
  content: "";
  width: calc(var(--slope-value-3) + 2px);
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% - 2px);
  background-color: var(--primary-white);
  clip-path: var(--slope-clip-bottom-left-3);
}
[dir=rtl] header.light-blue-demo-header .header-wrapper::after {
  clip-path: var(--slope-clip-bottom-right-3);
  left: calc(100% - 2px);
}
@media (max-width: 1200px) {
  header.light-blue-demo-header .header-wrapper {
    padding: 0 0 0 3rem;
  }
}
header.light-blue-demo-header .header-wrapper .logo span {
  color: var(--secondary-color);
}
header.light-blue-demo-header .header-wrapper .navigation-menu a {
  color: var(--secondary-color);
}
header.light-blue-demo-header .header-wrapper .navigation-menu .menu-item-has-children a .icon {
  fill: var(--secondary-color);
}
header.light-blue-demo-header .header-wrapper .search-icon svg {
  fill: var(--secondary-color);
}
header.light-blue-demo-header .header-wrapper .search-dropdown {
  top: calc(100% + 3.4rem);
}
header.light-blue-demo-header .header-wrapper .shopping-cart-icon svg {
  fill: var(--secondary-color);
}
header.light-blue-demo-header .header-wrapper .hamburger-icon .bar {
  background-color: var(--secondary-color);
}
@media (max-width: 1200px) {
  header.light-blue-demo-header .header-wrapper .navigation-menu.desktop > li {
    padding-left: 2.5rem;
  }
}

header.bold-orange-header .container {
  padding: 0 5rem 0 2.55rem;
}
header.bold-orange-header.sticky-nav {
  padding: 0;
  top: 90px;
}
@media (max-width: 1200px) {
  header.bold-orange-header.sticky-nav {
    top: 81px;
  }
}
@media (max-width: 991px) {
  header.bold-orange-header.sticky-nav {
    top: 0;
  }
}
header.bold-orange-header.scrolled {
  top: 0;
  background-color: var(--secondary-color);
}
header.bold-orange-header.scrolled .header-wrapper {
  height: 70px;
}
header.bold-orange-header.scrolled .header-wrapper .search-dropdown {
  top: calc(100% + 2.2rem);
}
header.bold-orange-header.scrolled .language-switcher a {
  color: var(--primary-white);
}
header.bold-orange-header .header-wrapper {
  background-color: var(--secondary-color);
  height: 95px;
  padding: 0 2rem 0 5rem;
  position: relative;
  margin-right: var(--slope-value-3);
}
header.bold-orange-header .header-wrapper::after {
  content: "";
  width: calc(var(--slope-value-3) + 2px);
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% - 2px);
  background-color: var(--secondary-color);
  clip-path: var(--slope-clip-bottom-left-3);
}
[dir=rtl] header.bold-orange-header .header-wrapper::after {
  clip-path: var(--slope-clip-bottom-right-3);
  left: calc(100% - 2px);
}
@media (max-width: 1200px) {
  header.bold-orange-header .header-wrapper {
    padding: 0 1rem 0 3rem;
  }
}
header.bold-orange-header .header-wrapper .logo span {
  color: var(--primary-white);
}
header.bold-orange-header .header-wrapper .logo .mobile-logo-text {
  color: var(--secondary-color);
}
header.bold-orange-header .header-wrapper .navigation-menu.desktop > li > a {
  color: var(--primary-white);
}
header.bold-orange-header .header-wrapper .navigation-menu .menu-item-has-children a .icon {
  fill: var(--primary-white);
}
header.bold-orange-header .header-wrapper .search-icon svg {
  fill: var(--primary-white);
}
header.bold-orange-header .header-wrapper .search-dropdown {
  top: calc(100% + 3.4rem);
}
header.bold-orange-header .header-wrapper .shopping-cart-icon svg {
  fill: var(--primary-white);
}
header.bold-orange-header .header-wrapper .hamburger-icon .bar {
  background-color: var(--primary-white);
}
@media (max-width: 1200px) {
  header.bold-orange-header .header-wrapper .navigation-menu.desktop > li {
    padding-left: 2.5rem;
  }
}

header.construction-header .container {
  padding: 0 2.5rem 0 5rem;
}
header.construction-header.sticky-nav {
  padding: 0;
}
header.construction-header.scrolled .header-wrapper {
  background-color: var(--primary-white);
  height: 70px;
}
header.construction-header.scrolled .header-wrapper .search-dropdown {
  top: calc(100% + 2.2rem);
}
header.construction-header .language-switcher a {
  color: var(--secondary-color);
}
header.construction-header .header-wrapper {
  background-color: var(--page-bg-color);
  height: 120px;
  position: relative;
  padding: 0 4rem;
}
@media (max-width: 991px) {
  header.construction-header .header-wrapper {
    height: 80px;
  }
}
header.construction-header .header-wrapper .logo span {
  color: var(--secondary-color);
}
header.construction-header .header-wrapper .navigation-menu a {
  color: var(--secondary-color);
}
header.construction-header .header-wrapper .navigation-menu .menu-item-has-children a .icon {
  fill: var(--secondary-color);
}
header.construction-header .header-wrapper .search-icon svg {
  fill: var(--secondary-color);
}
header.construction-header .header-wrapper .search-dropdown {
  top: calc(100% + 3.4rem);
}
header.construction-header .header-wrapper .shopping-cart-icon svg {
  fill: var(--secondary-color);
}
header.construction-header .header-wrapper .hamburger-icon .bar {
  background-color: var(--secondary-color);
}
@media (max-width: 1200px) {
  header.construction-header .header-wrapper .navigation-menu.desktop > li {
    padding-left: 2.5rem;
  }
}
header.construction-header .header-wrapper .primary::before {
  background: var(--bg-light);
}
header.construction-header .header-wrapper .icons-block .btn {
  margin-right: 1rem;
}

.navigation-menu {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  z-index: 9999;
}
.navigation-menu-wrapper {
  height: 100%;
  z-index: 9999;
}
.navigation-menu ul {
  margin: 0;
}
.navigation-menu > li > a {
  padding: 0 25px;
}
.navigation-menu > li > a::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.25s ease;
}
.navigation-menu > li > a:hover::after {
  width: 100%;
  opacity: 1;
}
.navigation-menu li {
  height: 100%;
  list-style: none;
}
.navigation-menu a {
  font-family: var(--jakarta-font-family);
  font-size: var(--sm-title-font-size);
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: var(--primary-white);
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  outline: 0;
  position: relative;
}
.navigation-menu a .icon {
  height: 14px;
  transition: all 0.25s ease;
}
.navigation-menu a .icon svg {
  vertical-align: top;
}
.navigation-menu.navigation-menu-2 a {
  color: var(--primary-white);
}
.navigation-menu .menu-item-has-children {
  position: relative;
}
.navigation-menu .menu-item-has-children .active-tab {
  color: var(--grey-black);
}
.navigation-menu .sub-menu {
  position: absolute;
  top: 100%;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  padding: 2rem 0;
  min-width: 31.8rem;
  margin-top: 15px;
  margin-right: -25px;
  z-index: 1;
  min-height: 100%;
}
[dir=rtl] .navigation-menu .sub-menu {
  left: -2.5rem;
}
.navigation-menu .sub-menu li a {
  opacity: 0;
  visibility: hidden;
  padding: 2rem 3rem 2rem 3rem;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--paragraph-color);
  transition: all 0.4s ease-out; /* Smooth easing */
}
.navigation-menu .sub-menu li a span {
  transform: translateX(0px);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1); /* Subtle easing */
}
.navigation-menu .sub-menu li a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  background-color: var(--primary-color); /* Dynamic color */
  mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 256 512%27%3E%3Cpath d=%27M64 128v255.1c0 28.37 34.5 42.74 54.63 22.62l128-127.1c12.5-12.5 12.5-32.75 0-45.25l-128-127.1C98.5 85.27 64 99.52 64 128zM224 256l-128 127.1V128L224 256z%27/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 256 512%27%3E%3Cpath d=%27M64 128v255.1c0 28.37 34.5 42.74 54.63 22.62l128-127.1c12.5-12.5 12.5-32.75 0-45.25l-128-127.1C98.5 85.27 64 99.52 64 128zM224 256l-128 127.1V128L224 256z%27/%3E%3C/svg%3E");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: all 0.4s ease-out; /* Smooth transition */
}
[dir=rtl] .navigation-menu .sub-menu li a::before {
  rotate: 180deg;
}
.navigation-menu .sub-menu li a::after {
  content: "";
  visibility: hidden;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0 auto 0 0;
  background-color: var(--primary-color); /* Dynamic color */
  mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 256 512%27%3E%3Cpath d=%27M64 128v255.1c0 28.37 34.5 42.74 54.63 22.62l128-127.1c12.5-12.5 12.5-32.75 0-45.25l-128-127.1C98.5 85.27 64 99.52 64 128zM224 256l-128 127.1V128L224 256z%27/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 256 512%27%3E%3Cpath d=%27M64 128v255.1c0 28.37 34.5 42.74 54.63 22.62l128-127.1c12.5-12.5 12.5-32.75 0-45.25l-128-127.1C98.5 85.27 64 99.52 64 128zM224 256l-128 127.1V128L224 256z%27/%3E%3C/svg%3E");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transform: translateX(10px);
  transition: all 0.4s ease-out;
}
[dir=rtl] .navigation-menu .sub-menu li a::after {
  rotate: 180deg;
}
.navigation-menu .sub-menu li a svg {
  fill: var(--secondary-color);
}
.navigation-menu .sub-menu li:hover > a,
.navigation-menu .sub-menu li.current-menu-item > a {
  background-color: var(--bg-light);
  color: var(--secondary-color);
}
.navigation-menu .sub-menu li:hover > a span,
.navigation-menu .sub-menu li.current-menu-item > a span {
  transform: translateX(34px);
}
.navigation-menu .sub-menu li:hover > a::before,
.navigation-menu .sub-menu li.current-menu-item > a::before {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
}
.navigation-menu .sub-menu li:hover > a::after,
.navigation-menu .sub-menu li.current-menu-item > a::after {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}
.navigation-menu .sub-menu li:hover > a svg,
.navigation-menu .sub-menu li.current-menu-item > a svg {
  fill: var(--primary-white);
}
.navigation-menu .sub-menu .back-button a::after {
  display: none;
}
.navigation-menu .sub-menu .back-button a::before {
  display: none;
}
.navigation-menu .sub-menu .sub-menu {
  top: 6px;
  right: calc(100% - 1px);
  background-color: var(--bg-light);
  clip-path: var(--slope-clip-top-right-base);
  height: auto;
  z-index: -1;
  margin-right: -1rem;
  padding-top: 1.4rem;
}
[dir=rtl] .navigation-menu .sub-menu .sub-menu {
  clip-path: var(--slope-clip-top-left-base);
}
.navigation-menu .sub-menu .sub-menu li {
  height: auto;
}
.navigation-menu .sub-menu .sub-menu a {
  color: var(--paragraph-color);
}
.navigation-menu .sub-menu .sub-menu a::before {
  display: none !important;
}
.navigation-menu .sub-menu .sub-menu a::after {
  display: none !important;
}
.navigation-menu .sub-menu .sub-menu li:hover > a,
.navigation-menu .sub-menu .sub-menu li.current-menu-item > a {
  background-color: var(--bg-md-light);
  color: var(--secondary-color);
}
.navigation-menu .sub-menu .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
}
.navigation-menu > .menu-item-has-children {
  position: relative;
}
.navigation-menu > .menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
}
.navigation-menu > .menu-item-has-children .menu-item-has-children {
  position: static;
}

.nav-dropdown-bg {
  position: fixed;
  background-color: var(--primary-white);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  top: 6px;
  right: 0;
  transform-origin: center center;
  clip-path: var(--slope-clip-top-right-base);
  pointer-events: none;
  display: block;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2) !important;
}
[dir=rtl] .nav-dropdown-bg {
  clip-path: var(--slope-clip-top-left-base);
}
.nav-dropdown-bg-icon,
.nav-dropdown-bg .icon {
  position: fixed;
  top: -16px;
  right: 50px;
  z-index: inherit;
  transform: scale(1);
  display: block;
  pointer-events: none;
}
.nav-dropdown-bg-icon svg,
.nav-dropdown-bg .icon svg {
  width: 30px;
  height: 30px;
  fill: var(--primary-white);
}
.nav-dropdown-bg-icon {
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.nav-dropdown-bg .icon {
  opacity: 0;
}

.header-wrapper {
  z-index: 9999;
}
@media (max-width: 991px) {
  .header-wrapper.desktop {
    display: none;
  }
}
@media (min-width: 991px) {
  .header-wrapper.mobile {
    display: none;
  }
}

.logo .mobile-logo-text {
  color: var(--secondary-color);
}

.navigation-menu.mobile {
  display: block;
  position: relative;
  padding: 0;
  --item-font-size: 18px;
  --item-font-weight: 500;
  --item-line-height: 60px;
  --item-color-normal: var(--secondary-color);
}
.navigation-menu.mobile li {
  width: 100%;
  height: auto;
  display: block;
}
.navigation-menu.mobile li a {
  padding-left: 15px;
  padding-right: 0;
}
.navigation-menu.mobile a {
  font-size: var(--item-font-size);
  font-weight: var(--item-font-weight);
  line-height: var(--item-line-height);
  color: var(--item-color-normal);
}
.navigation-menu.mobile li:hover,
.navigation-menu.mobile li:focus,
.navigation-menu.mobile li:active,
.navigation-menu.mobile li.current-menu-item,
.navigation-menu.mobile li.current-menu-ancestor {
  color: var(--main-orange);
}
.navigation-menu.mobile li:hover > a,
.navigation-menu.mobile li:focus > a,
.navigation-menu.mobile li:active > a,
.navigation-menu.mobile li.current-menu-item > a,
.navigation-menu.mobile li.current-menu-ancestor > a {
  background-color: var(--bg-light);
  color: var(--secondary-color);
}
.navigation-menu.mobile li:hover > a .icon svg,
.navigation-menu.mobile li:focus > a .icon svg,
.navigation-menu.mobile li:active > a .icon svg,
.navigation-menu.mobile li.current-menu-item > a .icon svg,
.navigation-menu.mobile li.current-menu-ancestor > a .icon svg {
  fill: var(--main-orange) !important;
}
.navigation-menu.mobile .icon {
  fill: var(--primary-color) !important;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.navigation-menu.mobile .icon svg {
  width: inherit;
  height: inherit;
  fill: inherit;
}
.navigation-menu.mobile .next-icon {
  margin-right: auto;
}
[dir=rtl] .navigation-menu.mobile .next-icon {
  transform: rotate(-180deg);
}
.navigation-menu.mobile .menu-item-has-children {
  position: static;
}
.navigation-menu.mobile .menu-item-has-children .menu-item-has-children a::after {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}
.navigation-menu.mobile .sub-menu {
  top: 0;
  width: 100%;
  right: 100%;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  min-width: 100%;
}
[dir=rtl] .navigation-menu.mobile .sub-menu {
  left: 100%;
  right: auto;
}
.navigation-menu.mobile .sub-menu li a {
  padding: 0;
  font-size: var(--item-font-size);
  font-weight: var(--item-font-weight);
  line-height: var(--item-line-height);
  color: var(--item-color-normal);
}
.navigation-menu.mobile .sub-menu .sub-menu {
  top: 0px;
  right: 100%;
  background-color: transparent;
  box-shadow: none;
}
[dir=rtl] .navigation-menu.mobile .sub-menu .sub-menu {
  left: 100%;
  right: auto;
}
.navigation-menu.mobile .sub-menu li a::before {
  display: none;
}
.navigation-menu.mobile .back-button a {
  justify-content: initial;
  align-items: center;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
}
.navigation-menu.mobile .back-button a .icon {
  transform: rotate(-180deg);
  fill: var(--primary-color);
  margin-left: 0.8rem;
}

.navigation-menu .sub-menu .sub-menu li:hover > a span, .navigation-menu .sub-menu .sub-menu li.current-menu-item > a span {
  transform: translateX(0);
}

.navigation-menu.desktop {
  padding: 0;
}
.navigation-menu.desktop > li {
  display: flex;
  align-items: center;
}
.navigation-menu.desktop > li > a {
  height: unset;
}
.navigation-menu.desktop > li > a::after {
  bottom: -5px;
}
.navigation-menu.desktop > .menu-item-has-children > a::after {
  display: none;
}
.navigation-menu.desktop > .menu-item-has-children > a .icon {
  width: 1.2rem;
  height: auto;
  margin-right: 0.5rem;
  fill: var(--primary-white);
  display: inline-flex;
}
.navigation-menu.desktop > li {
  position: relative;
}
.navigation-menu.desktop > .current-menu-ancestor::after,
.navigation-menu.desktop > .current-menu-item::after {
  display: block;
}
.navigation-menu.desktop > li {
  padding: 0;
  padding-left: 4.5rem;
}
.navigation-menu.desktop > li > a {
  justify-content: flex-start;
  padding: 0;
}
@media (max-width: 991px) {
  .navigation-menu.desktop {
    display: none;
  }
}

.search {
  position: relative;
}
.search-icon {
  padding: 1rem;
  border-radius: 50%;
  aspect-ratio: 1;
  cursor: pointer;
}
.search-icon svg {
  height: 2rem;
  fill: var(--primary-white);
}
.search-dropdown {
  position: absolute;
  top: calc(100% + 2.6rem);
  left: -3.4rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5rem);
  transition: all 0.3s ease;
}
.search-dropdown input {
  width: 610px;
  max-width: 100%;
  height: 60px;
  outline: none;
  padding: 18px 30px;
  border: 1px solid var(--border-color);
  clip-path: var(--slope-clip-top-right-base);
  box-sizing: border-box;
  font-family: var(--jakarta-font-family);
  line-height: 1.2;
  color: var(--grey-color);
  font-size: var(--sm-font-size);
  font-weight: 500;
}
[dir=rtl] .search-dropdown input {
  clip-path: var(--slope-clip-top-left-base);
}
.search-dropdown input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.search-dropdown button {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.search-dropdown button svg {
  height: 2rem;
  fill: var(--primary-color);
  vertical-align: middle;
}
.search-dropdown .arrow-icon {
  position: absolute;
  top: -2.4rem;
  left: 3rem;
  width: 0;
  height: 0;
  width: 4rem;
  height: 4rem;
  fill: var(--primary-white);
}
.search.active .search-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .search {
    display: none;
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.shopping-cart-icon {
  padding: 1rem;
  aspect-ratio: 1;
  cursor: pointer;
  min-width: 34px;
  min-height: 34px;
}
.shopping-cart-icon svg {
  fill: var(--primary-white);
  width: 2rem;
  height: 2rem;
}

.announcement-bar {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10;
  padding: 2.8rem 1rem;
}
.announcement-bar .announcement-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--jakarta-font-family);
  font-weight: 700;
  font-size: var(--sm-font-size);
  color: var(--primary-white);
}
.announcement-bar .announcement-content .announcement-bar-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.announcement-bar .announcement-content .announcement-bar-links .social-link {
  text-decoration: none;
  color: var(--primary-white);
  display: flex;
  align-items: center;
}
.announcement-bar .announcement-content .announcement-bar-links .social-link svg {
  height: 16px;
  fill: var(--primary-color);
}
@media (max-width: 991px) {
  .announcement-bar {
    display: none;
  }
}

.demo-announcement-bar {
  position: absolute;
  width: 100%;
  top: 3rem;
  z-index: 10;
}
.demo-announcement-bar .announcement-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--jakarta-font-family);
  font-weight: 500;
  font-size: var(--sm-font-size);
  color: var(--paragraph-color);
  background-color: var(--primary-white);
  height: 6rem;
  padding: 0 4rem;
  border-bottom: 1px solid var(--header-border-color);
}
.demo-announcement-bar .announcement-content .announcement-bar-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.demo-announcement-bar .announcement-content .announcement-bar-links .contact-link {
  text-decoration: none;
  color: var(--paragraph-color);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.demo-announcement-bar .announcement-content .announcement-bar-links .contact-link svg {
  height: 16px;
  fill: var(--primary-color);
}
.demo-announcement-bar .announcement-content .footer-social-links {
  list-style-type: none;
  display: flex;
  gap: 1rem;
}
.demo-announcement-bar .announcement-content .social-link:link,
.demo-announcement-bar .announcement-content .social-link:visited {
  text-decoration: none;
  background-color: transparent;
  width: 34px;
  height: 34px;
  border: 2px solid var(--primary-white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.demo-announcement-bar .announcement-content .social-link:link .icon,
.demo-announcement-bar .announcement-content .social-link:visited .icon {
  height: 1.6rem;
  width: 1.6rem;
  fill: var(--primary-color);
  line-height: 1.2;
  transition: 0.3s ease;
}
.demo-announcement-bar .announcement-content .social-link:link:hover,
.demo-announcement-bar .announcement-content .social-link:visited:hover {
  background-color: var(--primary-white);
  border-color: var(--primary-color);
}
@media (max-width: 991px) {
  .demo-announcement-bar {
    display: none;
  }
}

.bold-orange-announcement-bar .announcement-content {
  background-color: var(--secondary-color);
}
.bold-orange-announcement-bar .announcement-content .announcement-bar-links .contact-link {
  color: var(--primary-white);
}
.bold-orange-announcement-bar .announcement-content .social-link:link,
.bold-orange-announcement-bar .announcement-content .social-link:visited {
  border: none;
}
.bold-orange-announcement-bar .announcement-content .social-link:link:hover,
.bold-orange-announcement-bar .announcement-content .social-link:visited:hover {
  background-color: var(--primary-color);
}
.bold-orange-announcement-bar .announcement-content .social-link:link:hover .icon,
.bold-orange-announcement-bar .announcement-content .social-link:visited:hover .icon {
  fill: var(--secondary-color);
}

.hamburger-icon {
  cursor: pointer;
  padding: 0 1rem;
}
.hamburger-icon .bar {
  width: 18px;
  height: 2px;
  background-color: var(--primary-white);
}
.hamburger-icon .bar:nth-child(n+2) {
  margin-top: 3px;
}
@media (max-width: 991px) {
  .hamburger-icon .bar {
    height: 2px;
  }
}
.hamburger-content {
  position: fixed;
  top: 0;
  right: 0;
  background-color: var(--primary-white);
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
  transition: all 0.5s ease-in-out;
}
.hamburger.direction-left .hamburger-content {
  transform: translateX(100%);
}
.hamburger.direction-right .hamburger-content {
  left: -100%;
}
.hamburger.shown.direction-left .hamburger-content {
  transform: translateX(0);
}
.hamburger.shown.direction-right .hamburger-content {
  left: 0;
}
.hamburger-close {
  font-size: 22px;
  height: 22px;
  fill: var(--primary-black);
  cursor: pointer;
}
.hamburger-close svg {
  height: inherit;
  fill: inherit;
}
.hamburger .hamburger-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(20, 27, 37, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 9999999;
  transition: all 0.5s ease-in-out;
}
.hamburger.shown .hamburger-overlay {
  opacity: 1;
  visibility: visible;
}

.hamburger-content {
  --padding-left: 3.8rem;
  --padding-right: 3.8rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2.5rem var(--padding-left) 2.5rem var(--padding-right);
}
.hamburger-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.hamburger-content-main {
  margin-top: 5.5rem;
}
.hamburger-content-main .navigation-menu > li::after {
  display: none;
}
.hamburger-content-main .navigation-menu > li > a {
  padding: 0 0;
}
.hamburger-content-main .navigation-menu .sub-menu {
  margin-top: 0;
  margin-right: 3.8rem;
}
.hamburger-content-main ul {
  padding: 0 var(--padding-right) 0 var(--padding-left) !important;
}

header .home-2-humburger .bar {
  background-color: var(--primary-black);
}
header.scrolled .hamburger-icon .bar {
  background-color: var(--secondary-color);
}

.hamburger.direction-right .hamburger-content {
  right: auto;
  width: 470px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 48px 30px 48px;
  background: radial-gradient(circle at bottom left, var(--primary-color) 0, var(--secondary-color) 30%);
  background-size: cover;
}
.hamburger.direction-right .hamburger-content-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 3rem;
}
.hamburger.direction-right .hamburger-content-header .hamburger-close svg {
  fill: var(--primary-color);
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner {
  display: flex;
  flex-direction: column;
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .icon-box {
  position: absolute;
  font-size: 3.2rem;
  width: 8rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  clip-path: var(--slope-clip-top-right-base);
  right: 30px;
  top: -30px;
  z-index: 9;
}
[dir=rtl] .hamburger.direction-right .hamburger-content .hamburger-content-inner .icon-box {
  clip-path: var(--slope-clip-top-left-base);
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .icon-box .logo-icon {
  height: 3.2rem;
  fill: var(--global-primary-white);
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .hamburger-image {
  position: relative;
  align-self: center;
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .hamburger-image .image {
  max-width: 100%;
  height: auto;
  clip-path: var(--slope-clip-top-right-3);
  object-fit: cover;
}
[dir=rtl] .hamburger.direction-right .hamburger-content .hamburger-content-inner .hamburger-image .image {
  clip-path: var(--slope-clip-top-left-3);
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container {
  text-align: center;
  background-size: cover;
  color: var(--primary-white);
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container {
  clip-path: var(--slope-clip-top-left-3);
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container h2 {
  font-family: var(--jakarta-font-family);
  color: var(--primary-color);
  font-weight: 700;
  font-size: var(--sub-heading-font-size);
  margin-bottom: 5rem;
  margin-top: 3rem;
  letter-spacing: 2px;
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container .input-group {
  position: relative;
  margin: 15px 0;
  text-align: right;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container .input-group label {
  display: inline-block;
  margin-top: 3px;
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container .input-group label svg {
  height: 2rem;
  width: 2rem;
  fill: var(--primary-color);
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container .input-group input[type=text],
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container .input-group input[type=email],
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container .input-group input[type=tel] {
  background: none;
  outline: none;
  border: none;
  width: 100%;
  height: 2.5rem;
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: 15px;
  color: var(--primary-white);
  margin-bottom: 2rem;
  text-align: right;
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container .input-group textarea {
  background: none;
  outline: none;
  border: none;
  color: var(--primary-white);
  width: 100%;
  height: 10rem;
  resize: none;
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container .input-group input::placeholder,
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container .input-group textarea::placeholder {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: 15px;
  color: var(--primary-white);
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container .submit-btn {
  width: 100%;
  margin-top: 5rem;
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container .submit-btn.btn--green {
  background: linear-gradient(to left, var(--primary-white) 50%, var(--primary-color) 50%);
  background-size: 200% 100%;
  background-position: left; /* Start the gradient on the right */
  justify-content: center;
  color: var(--primary-white);
  transition: all 0.3s ease-in-out, background-position 0.3s ease-in-out;
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container .submit-btn.btn--green svg {
  fill: var(--primary-white);
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container .submit-btn.btn--green:hover {
  background-position: right;
  color: var(--primary-color);
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container .submit-btn.btn--green:hover svg {
  fill: var(--primary-color);
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container #successMessage {
  font-size: var(--btn-font-size);
  font-weight: bold;
  font-family: var(--jakarta-font-family);
  text-align: center;
  color: var(--secondary-color);
  margin-top: 15px;
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .form-container #errorContainer {
  font-size: var(--btn-font-size);
  font-weight: bold;
  font-family: var(--jakarta-font-family);
  text-align: center;
  margin-top: 15px;
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .sidebar-title {
  font-family: var(--jakarta-font-family);
  font-size: var(--feature-font-size);
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1.7rem;
  margin-top: 4rem;
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .social-block .follow {
  font-family: var(--jakarta-font-family);
  font-size: var(--btn-font-size);
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.7rem;
  margin-top: 4rem;
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .social-block .footer-social-links {
  list-style-type: none;
  display: flex;
  gap: 1rem;
  margin-top: 5rem;
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .social-block .social-link:link,
.hamburger.direction-right .hamburger-content .hamburger-content-inner .social-block .social-link:visited {
  text-decoration: none;
  background-color: transparent;
  width: 50px;
  height: 50px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .social-block .social-link:link .icon,
.hamburger.direction-right .hamburger-content .hamburger-content-inner .social-block .social-link:visited .icon {
  height: 2rem;
  width: 2rem;
  fill: var(--primary-color);
  line-height: 1.2;
  transition: 0.3s ease;
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .social-block .social-link:link:hover,
.hamburger.direction-right .hamburger-content .hamburger-content-inner .social-block .social-link:visited:hover {
  background-color: var(--primary-color);
}
.hamburger.direction-right .hamburger-content .hamburger-content-inner .social-block .social-link:link:hover .icon,
.hamburger.direction-right .hamburger-content .hamburger-content-inner .social-block .social-link:visited:hover .icon {
  fill: var(--primary-white);
}

.hamburger.direction-right {
  display: block;
}
@media (max-width: 991px) {
  .hamburger.direction-right {
    display: none;
  }
}

.header-2-hamburger.direction-right .hamburger-content {
  background-color: var(--primary-white);
  background-image: none;
}

.red-theme-bg {
  background: radial-gradient(circle at bottom left, var(--primary-color) 0, var(--main-secondary-color) 30%) !important;
}

.hero-section {
  position: relative;
}
.hero-section .swiper-hero {
  height: 100%;
  width: 100%;
}
.hero-section .hero-slider {
  width: 100%;
  height: 100%;
  position: relative;
  /* Custom Navigation Arrows */
}
.hero-section .hero-slider .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.hero-section .hero-slider .swiper-slide .hero-slide-wrapper {
  position: relative;
}
.hero-section .hero-slider .swiper-slide .hero-slide-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 97.2%;
  background: radial-gradient(circle at bottom right, var(--primary-color) 0, var(--hero-bg-color) 30%);
  background-color: var(--hero-bg-color);
  z-index: 0; /* Place it behind the content */
}
.hero-section .hero-slider .swiper-slide .hero-slide-wrapper .hero-img-overlay {
  position: absolute;
  clip-path: var(--slope-clip-bottom-left-3);
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(50% - 20rem);
}
[dir=rtl] .hero-section .hero-slider .swiper-slide .hero-slide-wrapper .hero-img-overlay {
  clip-path: var(--slope-clip-bottom-right-3);
}
@media (max-width: 767px) {
  .hero-section .hero-slider .swiper-slide .hero-slide-wrapper .hero-img-overlay {
    width: calc(100% - 20rem);
  }
}
.hero-section .hero-slider .swiper-slide .hero-slide-wrapper .hero-img-overlay .hero-slide-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: var(--slope-clip-bottom-left-3);
}
[dir=rtl] .hero-section .hero-slider .swiper-slide .hero-slide-wrapper .hero-img-overlay .hero-slide-bg {
  clip-path: var(--slope-clip-bottom-right-3);
}
.hero-section .hero-slider .swiper-slide .hero-slide-wrapper .hero-text-box {
  padding-top: 32rem;
  padding-bottom: 257px;
  width: 80%;
}
@media (max-width: 1456px) {
  .hero-section .hero-slider .swiper-slide .hero-slide-wrapper .hero-text-box {
    padding-top: 30rem;
    padding-bottom: 20rem;
  }
  .hero-section .hero-slider .swiper-slide .hero-slide-wrapper .hero-text-box .hero-btn {
    margin-bottom: 10rem;
  }
}
.hero-section .hero-slider .swiper-slide .hero-slide-wrapper .hero-text-box .main-heading {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s;
  transition-delay: 0.3s;
  color: var(--primary-white);
  font-size: 8rem;
}
@media (max-width: 1200px) {
  .hero-section .hero-slider .swiper-slide .hero-slide-wrapper .hero-text-box .main-heading {
    font-size: 6rem;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-slider .swiper-slide .hero-slide-wrapper .hero-text-box .main-heading {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-slider .swiper-slide .hero-slide-wrapper .hero-text-box .main-heading {
    font-size: 4.2rem;
  }
}
.hero-section .hero-slider .swiper-slide .hero-slide-wrapper .hero-text-box .hero-btn {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s;
  transition-delay: 0.6s;
}
.hero-section .hero-slider .swiper-slide.swiper-slide-active .hero-slide-wrapper .hero-text-box .main-heading {
  opacity: 1;
  transform: translateY(0px);
}
.hero-section .hero-slider .swiper-slide.swiper-slide-active .hero-slide-wrapper .hero-text-box .hero-btn {
  opacity: 1;
  transform: translateY(0px);
}
.hero-section .hero-slider .grid-icon {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  stroke: var(--primary-white);
  bottom: 40px;
  left: 40px;
  z-index: 10;
}
@media (max-width: 991px) {
  .hero-section .hero-slider .grid-icon {
    bottom: 20px;
    left: 20px;
  }
}
.hero-section .hero-slider .swiper-hero-button-next,
.hero-section .hero-slider .swiper-hero-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 52px;
  height: 52px;
  fill: var(--primary-white);
  border-radius: 50%;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hero-section .hero-slider .swiper-button-disabled {
  opacity: 0.302;
}
.hero-section .hero-slider .swiper-hero-button-next {
  left: 40px; /* Position the next button to the right */
}
@media (max-width: 1200px) {
  .hero-section .hero-slider .swiper-hero-button-next {
    left: 28px;
    width: 42px;
    height: 42px;
    padding: 10px;
  }
}
@media (max-width: 940px) {
  .hero-section .hero-slider .swiper-hero-button-next {
    left: 28px;
    width: 38px;
    height: 38px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-slider .swiper-hero-button-next {
    left: 18px;
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}
.hero-section .hero-slider .swiper-hero-button-prev {
  right: 40px; /* Position the prev button to the left */
}
@media (max-width: 1200px) {
  .hero-section .hero-slider .swiper-hero-button-prev {
    right: 28px;
    width: 42px;
    height: 42px;
    padding: 10px;
  }
}
@media (max-width: 940px) {
  .hero-section .hero-slider .swiper-hero-button-prev {
    right: 28px;
    width: 38px;
    height: 38px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-slider .swiper-hero-button-prev {
    right: 18px;
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}
.hero-section .hero-slider .swiper-hero-pagination {
  display: flex;
  gap: 6px;
  font-family: var(--jakarta-font-family);
  font-size: var(--btn-font-size);
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: 2px;
  position: relative;
  z-index: 10;
  bottom: 10rem;
  width: 80%;
}
.hero-section .hero-slider .swiper-hero-pagination .swiper-pagination-current {
  color: var(--primary-white);
}
.hero-section .hero-slider .hero-btn {
  display: flex;
  gap: 12px;
  margin-top: 12rem;
  margin-bottom: 6rem;
}
@media (max-width: 1200px) {
  .hero-section .hero-slider .hero-btn {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-slider .hero-btn {
    flex-direction: column;
  }
  .hero-section .hero-slider .hero-btn .btn {
    min-width: 100%;
    justify-content: center;
  }
}
.hero-section .thumbnail-slider {
  position: absolute;
  bottom: 13rem;
  width: 100%;
}
@media (max-width: 767px) {
  .hero-section .thumbnail-slider {
    bottom: 15rem;
  }
}
.hero-section .thumbnail-slider .swiper-wrapper {
  display: flex; /* Ensures that the swiper slides align in a row */
  flex-wrap: nowrap; /* Prevents wrapping */
  justify-content: center; /* Centers the slides */
  align-items: baseline;
}
.hero-section .thumbnail-slider .swiper-slide {
  width: 18rem !important; /* Fixed width for each thumbnail */
  height: 12rem; /* Fixed height for each thumbnail */
  cursor: pointer;
  transition: all 0.3s;
  display: flex; /* Align images properly */
  justify-content: center; /* Center the image inside the slide */
  align-items: center; /* Vertically center the image */
}
@media (max-width: 991px) {
  .hero-section .thumbnail-slider .swiper-slide {
    width: 14rem !important;
    height: 9rem;
  }
}
.hero-section .thumbnail-slider .swiper-slide img {
  width: 100%; /* Ensure the image fills the slide width */
  height: 100%; /* Ensure the image fills the slide height */
  object-fit: cover; /* Cover the space without distortion */
  /* Optional: Adds rounded corners to the thumbnail */
}
.hero-section .thumbnail-overlay {
  position: relative;
  clip-path: var(--slope-clip-top-right-base);
  overflow: hidden;
}
[dir=rtl] .hero-section .thumbnail-overlay {
  clip-path: var(--slope-clip-top-left-base);
}
.hero-section .thumbnail-overlay::after {
  content: "";
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0;
  right: 0;
  height: 4px;
  width: 100%;
  background-color: var(--primary-color);
  transform: translateY(4px);
  transition: all 0.3s ease;
}
.hero-section .thumbnail-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.hero-section .thumbnail-slider .swiper-slide-thumb-active.thumbnail-overlay::after {
  opacity: 1;
  transform: translateY(0);
}

.demo-hero-section {
  padding: 12rem 0 3rem 0;
}
.demo-hero-section .hero-wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 991px) {
  .demo-hero-section .hero-wrapper {
    grid-template-columns: 1fr;
  }
}
.demo-hero-section .hero-wrapper .text-block {
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .demo-hero-section .hero-wrapper .text-block {
    padding-left: 0;
  }
}
.demo-hero-section .hero-wrapper .text-block .main-heading {
  font-size: 9rem;
  max-width: 95%;
}
@media (max-width: 991px) {
  .demo-hero-section .hero-wrapper .text-block .main-heading {
    font-size: 6rem;
    margin-bottom: 3rem;
    letter-spacing: 0;
    max-width: 100%;
  }
}
.demo-hero-section .hero-wrapper .text-block p {
  font-size: var(--feature-font-size);
  max-width: 95%;
}
@media (max-width: 991px) {
  .demo-hero-section .hero-wrapper .text-block p {
    max-width: 100%;
  }
}
.demo-hero-section .hero-wrapper .text-block .hero-btns {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .demo-hero-section .hero-wrapper .text-block .hero-btns {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .demo-hero-section .hero-wrapper .text-block .hero-btns .btn {
    width: 100%;
  }
}
.demo-hero-section .hero-wrapper .text-block .hero-btns .primary::before {
  background: var(--bg-light);
}
.demo-hero-section .hero-wrapper .text-block .hero-btns .secondary {
  background-color: var(--bg-light);
}
.demo-hero-section .hero-wrapper .text-block .hero-btns .secondary .text-one {
  color: var(--secondary-color);
}
.demo-hero-section .hero-wrapper .text-block .hero-btns .secondary .text-one svg {
  fill: var(--secondary-color);
}
.demo-hero-section .hero-wrapper .text-block .hero-btns .btn .text-two, .demo-hero-section .hero-wrapper .text-block .hero-btns .btn:link .text-two, .demo-hero-section .hero-wrapper .text-block .hero-btns .btn:visited .text-two {
  transform: translate(50%, 300%);
}
.demo-hero-section .hero-wrapper .text-block .hero-btns .btn:hover .text-two, .demo-hero-section .hero-wrapper .text-block .hero-btns .btn:link:hover .text-two, .demo-hero-section .hero-wrapper .text-block .hero-btns .btn:visited:hover .text-two {
  transform: translate(50%, -50%);
}
.demo-hero-section .hero-wrapper .hero-image {
  position: relative;
  height: 100%;
}
.demo-hero-section .hero-wrapper .hero-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: var(--slope-clip-bottom-right-3);
}
@media (max-width: 991px) {
  .demo-hero-section .hero-wrapper .hero-image video {
    height: 50rem;
  }
}
.demo-hero-section .hero-wrapper .hero-image .badge {
  background-color: var(--primary-color);
  clip-path: var(--slope-clip-bottom-left-3);
  padding: 3rem;
  position: absolute;
  bottom: 11rem;
  right: calc(var(--slope-value-3) * -1);
  width: 260px;
}
@media (max-width: 991px) {
  .demo-hero-section .hero-wrapper .hero-image .badge {
    bottom: 2px;
  }
}
@media (max-width: 767px) {
  .demo-hero-section .hero-wrapper .hero-image .badge {
    padding: 3rem;
  }
}
[dir=rtl] .demo-hero-section .hero-wrapper .hero-image .badge {
  clip-path: var(--slope-clip-bottom-right-3);
}
.demo-hero-section .hero-wrapper .hero-image .badge svg {
  fill: var(--primary-white);
}
.demo-hero-section .hero-wrapper .hero-image .badge .text {
  font-family: var(--jakarta-font-family);
  color: var(--primary-white);
  font-size: var(--paragraph-font-size);
  font-weight: 700;
  line-height: 28px;
  padding-top: 2rem;
}

.img-gallery-section {
  --large-image-height: 400px;
  --medium-image-height: 270px;
  --small-image-height: 170px;
  --column-width: 450px;
}
.img-gallery-section .sub-heading {
  text-align: center;
}
.img-gallery-section .main-heading {
  font-size: var(--title-md-font-size);
  text-align: center;
  max-width: 73%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .img-gallery-section .main-heading {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .img-gallery-section .main-heading {
    font-size: calc(var(--title-md-font-size) - 1rem);
  }
}
@media (max-width: 991px) {
  .img-gallery-section {
    --column-width: 30%;
  }
}
@media (max-width: 767px) {
  .img-gallery-section {
    --large-image-height: 300px;
    --medium-image-height: 300px;
    --small-image-height: 300px;
  }
}
.img-gallery-section .text-overlay {
  padding: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-gallery-section .text-overlay .icon {
  justify-self: flex-start;
}
.img-gallery-section .text-overlay .icon svg {
  height: 5rem;
  fill: var(--primary-white);
}
.img-gallery-section .text-overlay p {
  font-size: var(--feature-font-size);
  color: var(--primary-white);
  align-self: flex-end;
}
.img-gallery-section .text-overlay--1 {
  min-height: var(--small-image-height);
  clip-path: var(--slope-clip-bottom-left-3);
}
[dir=rtl] .img-gallery-section .text-overlay--1 {
  clip-path: var(--slope-clip-bottom-right-3);
}
.img-gallery-section .text-overlay--1 p {
  text-align: left;
}
.img-gallery-section .text-overlay--small .icon svg {
  fill: var(--primary-color);
}
.img-gallery-section .text-overlay--small p {
  text-transform: uppercase;
  line-height: 30px;
  font-size: 2rem;
  letter-spacing: 2px;
}
.img-gallery-section .text-overlay--2 {
  height: 100%;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .img-gallery-section .text-overlay--2 {
  clip-path: var(--slope-clip-top-left-3);
}
.img-gallery-section .text-overlay--2 .icon {
  justify-self: flex-end;
}
.img-gallery-section .text-overlay--2 p {
  font-size: var(--feature-font-size);
  color: var(--primary-white);
  align-self: flex-end;
}
.img-gallery-section .text-overlay--large .icon svg {
  fill: var(--primary-color);
}
.img-gallery-section .text-overlay--large p {
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: 2px;
}
.img-gallery-section .gallery-images-container {
  display: flex;
  --gap: 10px;
  gap: var(--gap);
}
@media (max-width: 767px) {
  .img-gallery-section .gallery-images-container {
    flex-direction: column-reverse;
  }
}
.img-gallery-section .gallery-images-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-gallery-section .gallery-images-container .image {
  height: var(--image-height);
}
.img-gallery-section .gallery-images-container .image--large {
  --image-height: var(--large-image-height);
}
.img-gallery-section .gallery-images-container .image--medium {
  --image-height: var(--medium-image-height);
}
.img-gallery-section .gallery-images-container .image--small {
  --image-height: var(--small-image-height);
}
.img-gallery-section .gallery-images-container .r-image {
  width: 100%;
  height: var(--image-height);
  position: relative;
}
.img-gallery-section .gallery-images-container .r-image-inner {
  position: absolute;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 767px) {
  .img-gallery-section .gallery-images-container .r-image-inner {
    width: 100% !important;
    right: unset !important;
    left: unset !important;
  }
}
.img-gallery-section .gallery-images-container .r-image img {
  width: 100%;
  object-fit: cover;
}
.img-gallery-section .gallery-images-column--1 {
  display: flex;
  gap: var(--gap);
  flex-direction: column;
  justify-content: flex-end;
  width: var(--column-width);
}
@media (max-width: 767px) {
  .img-gallery-section .gallery-images-column--1 {
    width: 100%;
  }
}
.img-gallery-section .gallery-images-column--2 {
  display: flex;
  gap: var(--gap);
  flex-direction: column;
  width: calc(100% - (var(--column-width) + var(--gap)));
}
@media (max-width: 767px) {
  .img-gallery-section .gallery-images-column--2 {
    width: 100%;
  }
}
.img-gallery-section .gallery-images-row {
  display: flex;
  gap: var(--gap);
}
.img-gallery-section .gallery-images-row--1 {
  display: flex;
  gap: var(--gap);
  align-items: flex-end;
}
.img-gallery-section .gallery-images-row--1 .text-overlay {
  flex: 0.45;
}
@media (max-width: 991px) {
  .img-gallery-section .gallery-images-row--1 .text-overlay {
    flex: 1;
  }
}
.img-gallery-section .gallery-images-row--1 .image-column {
  flex: 0.2;
  display: flex;
  gap: var(--gap);
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  --image-height: calc(100% - (var(--small-image-height) + var(--gap)));
}
@media (max-width: 991px) {
  .img-gallery-section .gallery-images-row--1 .image-column {
    flex: 0.6;
  }
}
@media (max-width: 767px) {
  .img-gallery-section .gallery-images-row--1 .image-column {
    flex: 1;
    width: 100%;
  }
}
.img-gallery-section .gallery-images-row--1 .image--1 img {
  min-width: 200%;
  transform: translateX(50%);
}
@media (max-width: 767px) {
  .img-gallery-section .gallery-images-row--1 .image--1 img {
    transform: none;
    min-width: initial;
    flex: 1;
  }
}
.img-gallery-section .gallery-images-row--1 .image--medium {
  flex: 0.35;
}
@media (max-width: 767px) {
  .img-gallery-section .gallery-images-row--1 .image--medium {
    flex: 1;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .img-gallery-section .gallery-images-row--1 {
    flex-direction: column;
  }
}
.img-gallery-section .gallery-images-row--2 {
  display: flex;
  gap: var(--gap);
}
.img-gallery-section .gallery-images-row--2 > * {
  flex: 1;
}
@media (max-width: 767px) {
  .img-gallery-section .gallery-images-row--2 {
    flex-direction: column;
  }
}
.img-gallery-section .grid-container {
  display: grid;
  grid-template-columns: 1fr auto auto; /* 4 equal columns */
  gap: 10px;
  /* Specific Images */
}
@media (max-width: 991px) {
  .img-gallery-section .grid-container {
    grid-template-columns: 1fr; /* 4 equal columns */
    gap: 10px;
    justify-items: center;
  }
}
.img-gallery-section .grid-container .image-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}
@media (max-width: 991px) {
  .img-gallery-section .grid-container .image-wrapper {
    justify-items: center;
    width: 100%;
  }
}
.img-gallery-section .grid-container .img-inner-block {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .img-gallery-section .grid-container .img-inner-block {
    flex-direction: column;
    width: 100%;
  }
}
.img-gallery-section .grid-container .img1 {
  background-image: url(539132d326d79c85988f.png);
  background-repeat: no-repeat;
  width: 415px;
  height: 221px;
  justify-self: end;
}
@media (max-width: 991px) {
  .img-gallery-section .grid-container .img1 {
    width: 100%;
    background-size: cover;
    background-position: center;
  }
}
.img-gallery-section .grid-container .img2 {
  background-image: url(31d3eb3a59e4abbd25d8.png);
  background-repeat: no-repeat;
  width: 167px;
  height: 169px;
  background-position: bottom right;
  justify-self: flex-end;
}
@media (max-width: 991px) {
  .img-gallery-section .grid-container .img2 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position-y: 73%;
  }
}
.img-gallery-section .grid-container .img3 {
  background-image: url(196094ceec62b556d23b.png);
  background-repeat: no-repeat;
  width: 463px;
  height: 399px;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .img-gallery-section .grid-container .img3 {
  clip-path: var(--slope-clip-top-left-3);
}
@media (max-width: 991px) {
  .img-gallery-section .grid-container .img3 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
}
.img-gallery-section .grid-container .img4 {
  background-image: url(3db717603b79872583d6.png);
  background-repeat: no-repeat;
  width: 251px;
  height: 269px;
  align-self: flex-end;
}
@media (max-width: 991px) {
  .img-gallery-section .grid-container .img4 {
    width: 100%;
    background-size: cover;
    background-position: center;
  }
}
.img-gallery-section .grid-container .img5 {
  grid-column: span 2;
  background-image: url(134a5e5573d2e5f6a4cf.png);
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .img-gallery-section .grid-container .img5 {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
  }
}
.img-gallery-section .grid-container .image-item .text-overlay {
  padding: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
}
.img-gallery-section .grid-container .image-item .text-overlay .icon {
  justify-self: flex-end;
}
.img-gallery-section .grid-container .image-item .text-overlay .icon svg {
  height: 5rem;
  fill: var(--primary-white);
}
.img-gallery-section .grid-container .image-item .text-overlay p {
  font-size: var(--feature-font-size);
  color: var(--primary-white);
  align-self: flex-end;
  padding: 0 2rem;
}
.img-gallery-section .grid-container-2 {
  display: grid;
  grid-template-columns: 1fr auto auto; /* 4 equal columns */
  gap: 10px;
  padding-top: 10px;
  /* Specific Images */
}
@media (max-width: 991px) {
  .img-gallery-section .grid-container-2 {
    grid-template-columns: 1fr; /* 4 equal columns */
    gap: 10px;
    justify-items: center;
  }
}
.img-gallery-section .grid-container-2 .img6 {
  background-image: url(6b150e3cfb70577cf031.png);
  background-repeat: no-repeat;
  width: 435px;
  height: 169px;
  clip-path: var(--slope-clip-top-left-3);
  align-self: flex-end;
}
[dir=rtl] .img-gallery-section .grid-container-2 .img6 {
  clip-path: var(--slope-clip-top-right-3);
}
@media (max-width: 991px) {
  .img-gallery-section .grid-container-2 .img6 {
    width: 100%;
    background-size: cover;
    background-position: center;
  }
}
.img-gallery-section .grid-container-2 .img7 {
  background-image: url(3482e202d2a8ee57dd10.png);
  background-repeat: no-repeat;
  width: 402px;
  height: 400px;
}
@media (max-width: 991px) {
  .img-gallery-section .grid-container-2 .img7 {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
  }
}
.img-gallery-section .grid-container-2 .img8 {
  background-image: url(1d5458cdff74807dc8ca.png);
  background-repeat: no-repeat;
  width: 759px;
  height: 400px;
}
@media (max-width: 991px) {
  .img-gallery-section .grid-container-2 .img8 {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
  }
}
.img-gallery-section .grid-container-2 .image-item .text-overlay {
  padding: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
}
.img-gallery-section .grid-container-2 .image-item .text-overlay .icon {
  justify-self: flex-start;
}
.img-gallery-section .grid-container-2 .image-item .text-overlay .icon svg {
  height: 5rem;
  fill: var(--primary-white);
}
.img-gallery-section .grid-container-2 .image-item .text-overlay p {
  font-size: var(--feature-font-size);
  color: var(--primary-white);
  align-self: flex-end;
  text-align: left;
}
.img-gallery-section .text-container {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.img-gallery-section.padding-top-bottom {
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .img-gallery-section.padding-top-bottom {
    padding-top: 5rem;
  }
}
.img-gallery-section.padding-top {
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .img-gallery-section.padding-top {
    padding-top: 5rem;
  }
}
.img-gallery-section.padding-bottom {
  padding-bottom: 15rem;
}
@media (max-width: 767px) {
  .img-gallery-section.padding-bottom {
    padding-bottom: 10rem;
  }
}

/* ==========================================================================
    Table of Contents
    ==========================================================================

    1. Hero Section 2 (Main Hero Slider)
    2. Demo Blue Hero Section
    3. Hero Cards Wrapper
    4. Services Cards Wrapper
    5. Tracking Card Styles
    6. Construction Hero Section
    7. Architecture Hero Section

    ========================================================================== */
.hero-section-2 {
  position: relative;
}
.hero-section-2 .swiper-hero {
  height: 100%;
  width: 100%;
}
.hero-section-2 .hero-slider-2 {
  width: 100%;
  height: 100%;
  position: relative;
  /* Custom Navigation Arrows */
}
.hero-section-2 .hero-slider-2 .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.hero-section-2 .hero-slider-2 .swiper-slide .hero-slide-bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: var(--slope-clip-bottom-left-5);
}
[dir=rtl] .hero-section-2 .hero-slider-2 .swiper-slide .hero-slide-bg-wrapper {
  clip-path: var(--slope-clip-bottom-right-5);
}
.hero-section-2 .hero-slider-2 .swiper-slide .hero-slide-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 100px);
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
[dir=rtl] .hero-section-2 .hero-slider-2 .swiper-slide .hero-slide-bg {
  left: 0;
  right: auto;
}
.hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box {
  position: relative;
  z-index: 1;
  padding-top: 32.5rem;
  padding-bottom: 27.5rem;
  width: 80%;
}
@media (max-width: 1456px) {
  .hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box {
    padding-top: 30rem;
    padding-bottom: 20rem;
  }
}
.hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .main-heading {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s;
  transition-delay: 0.3s;
  color: var(--primary-white);
  font-size: 8rem;
  max-width: 70%;
}
@media (max-width: 1490px) {
  .hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .main-heading {
    max-width: 88%;
  }
}
@media (max-width: 1200px) {
  .hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .main-heading {
    font-size: 6rem;
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  .hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .main-heading {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .main-heading {
    font-size: 4.2rem;
    max-width: 90%;
  }
}
.hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .about-list {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s;
  transition-delay: 0.6s;
  list-style: none;
  margin-top: 3.5rem;
  margin-bottom: 5rem;
}
.hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .about-list .list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5.5px 0;
}
.hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .about-list .list-item .list-icon {
  height: 30px;
  width: 30px;
  fill: var(--primary-color);
  margin-left: 7.5px;
}
.hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .about-list .list-item .list-title {
  font-family: var(--jakarta-font-family);
  font-size: var(--paragraph-font-size);
  color: var(--primary-white);
  font-weight: 600;
  line-height: 18px;
  padding-right: 10px;
  line-height: 30px;
}
.hero-section-2 .hero-slider-2 .swiper-slide .hero-text-box .about-list .list-item:not(:last-child) {
  padding-bottom: 15px;
}
.hero-section-2 .hero-slider-2 .hero-button-next,
.hero-section-2 .hero-slider-2 .hero-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 52px;
  height: 52px;
  fill: var(--primary-white);
  border-radius: 50%;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hero-section-2 .hero-slider-2 .swiper-button-disabled {
  opacity: 0.302;
}
.hero-section-2 .hero-slider-2 .hero-button-next {
  left: 40px; /* Position the next button to the right */
}
@media (max-width: 1200px) {
  .hero-section-2 .hero-slider-2 .hero-button-next {
    left: 28px;
    width: 42px;
    height: 42px;
    padding: 10px;
  }
}
@media (max-width: 940px) {
  .hero-section-2 .hero-slider-2 .hero-button-next {
    left: 28px;
    width: 38px;
    height: 38px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .hero-section-2 .hero-slider-2 .hero-button-next {
    left: 18px;
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}
.hero-section-2 .hero-slider-2 .hero-button-prev {
  right: 40px; /* Position the prev button to the left */
}
@media (max-width: 1200px) {
  .hero-section-2 .hero-slider-2 .hero-button-prev {
    right: 28px;
    width: 42px;
    height: 42px;
    padding: 10px;
  }
}
@media (max-width: 940px) {
  .hero-section-2 .hero-slider-2 .hero-button-prev {
    right: 28px;
    width: 38px;
    height: 38px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .hero-section-2 .hero-slider-2 .hero-button-prev {
    right: 18px;
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}
.hero-section-2 .hero-slider-2 .fraction-hero-pagination {
  display: flex;
  gap: 6px;
  font-family: var(--jakarta-font-family);
  font-size: var(--btn-font-size);
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
  bottom: 10rem;
  width: 80%;
}
.hero-section-2 .hero-slider-2 .fraction-hero-pagination .swiper-pagination-current {
  color: var(--primary-white);
}
.hero-section-2 .hero-slider-2 .hero-btns {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s;
  transition-delay: 0.9s;
  display: flex;
  gap: 12px;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .hero-section-2 .hero-slider-2 .hero-btns {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .hero-section-2 .hero-slider-2 .hero-btns .btn,
  .hero-section-2 .hero-slider-2 .hero-btns .btn:link,
  .hero-section-2 .hero-slider-2 .hero-btns .btn:visited {
    width: 100%;
    justify-content: center;
  }
}
.hero-section-2 .hero-slider-2 .swiper-slide.swiper-slide-active .hero-text-box .main-heading {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.hero-section-2 .hero-slider-2 .swiper-slide.swiper-slide-active .hero-text-box .about-list {
  opacity: 1;
  transform: translateY(0px);
}
.hero-section-2 .hero-slider-2 .swiper-slide.swiper-slide-active .hero-btns {
  opacity: 1;
  transform: translateY(0px);
}
.hero-section-2 .hero-slider-2 .swiper-slide.swiper-slide-active .about-video-box {
  opacity: 1;
  transform: translateY(0px);
}
.hero-section-2 .hero-slider-2 .swiper-slide.swiper-slide-active .commitment-block {
  opacity: 1;
  transform: translateY(0px);
}
.hero-section-2 .hero-slider-2 .swiper-slide:not(.swiper-slide-active) .hero-text-box .main-heading {
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: none !important; /* Prevent smooth transition for the previous slide */
}
.hero-section-2 .hero-slider-2 .swiper-slide:not(.swiper-slide-active) .hero-text-box .about-list {
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: none !important; /* Prevent smooth transition for the previous slide */
}
.hero-section-2 .hero-slider-2 .swiper-slide:not(.swiper-slide-active) .hero-btns {
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: none !important; /* Prevent smooth transition for the previous slide */
}
.hero-section-2 .hero-slider-2 .swiper-slide:not(.swiper-slide-active) .about-video-box {
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: none !important; /* Prevent smooth transition for the previous slide */
}
.hero-section-2 .hero-slider-2 .swiper-slide:not(.swiper-slide-active) .commitment-block {
  opacity: 0 !important;
  transform: translateY(30px) !important;
  transition: none !important; /* Prevent smooth transition for the previous slide */
}
.hero-section-2 .about-video-box {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s;
  transition-delay: 0.9s;
  display: flex;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-section-2 .about-video-box {
    left: 2.5rem;
  }
}
.hero-section-2 .about-video-box .video-block:link,
.hero-section-2 .about-video-box .video-block:visited {
  position: relative;
  text-decoration: none;
}
.hero-section-2 .about-video-box .video-block:link .video-img,
.hero-section-2 .about-video-box .video-block:visited .video-img {
  clip-path: var(--slope-clip-top-right-3);
  width: 463px;
  height: 365px;
  object-fit: cover;
}
[dir=rtl] .hero-section-2 .about-video-box .video-block:link .video-img,
[dir=rtl] .hero-section-2 .about-video-box .video-block:visited .video-img {
  clip-path: var(--slope-clip-top-left-3);
}
@media (max-width: 1200px) {
  .hero-section-2 .about-video-box .video-block:link .video-img,
  .hero-section-2 .about-video-box .video-block:visited .video-img {
    width: 35rem;
    height: 30rem;
  }
}
@media (max-width: 991px) {
  .hero-section-2 .about-video-box .video-block:link .video-img,
  .hero-section-2 .about-video-box .video-block:visited .video-img {
    width: 30rem;
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .hero-section-2 .about-video-box .video-block:link .video-img,
  .hero-section-2 .about-video-box .video-block:visited .video-img {
    width: 200px;
    height: 125px;
  }
}
.hero-section-2 .about-video-box .video-block:link .video-play-icon,
.hero-section-2 .about-video-box .video-block:visited .video-play-icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 116px;
  height: 116px;
  fill: var(--primary-color);
  opacity: 1;
  background-color: var(--primary-white);
  border-radius: 50%;
  padding: 1rem;
}
@media (max-width: 991px) {
  .hero-section-2 .about-video-box .video-block:link .video-play-icon,
  .hero-section-2 .about-video-box .video-block:visited .video-play-icon {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 991px) {
  .hero-section-2 .about-video-box .video-block:link .video-play-icon,
  .hero-section-2 .about-video-box .video-block:visited .video-play-icon {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .hero-section-2 .about-video-box .video-block:link .video-play-icon,
  .hero-section-2 .about-video-box .video-block:visited .video-play-icon {
    height: 60px;
    width: 60px;
  }
}
.hero-section-2 .modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-black-transparent); /* Black background with opacity */
}
.hero-section-2 .modal-content {
  position: relative;
  margin: 15% auto;
  padding: 30px;
  width: 80%;
  max-width: 700px;
}
.hero-section-2 .modal-content iframe {
  width: 100%;
  border: none;
}
.hero-section-2 .close-btn {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 28px;
  width: 28px;
  font-weight: bold;
  cursor: pointer;
  background-color: var(--primary-white);
  border-radius: 50%;
}
.hero-section-2 .commitment-block {
  background-image: url(0e1c01063b107f6b1e2b.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 513px;
  padding: 6rem;
  display: flex;
  position: absolute;
  left: 0;
  bottom: calc(var(--slope-value-3) * -1 - 1.2rem);
  clip-path: var(--slope-clip-bottom-right-3);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s;
  transition-delay: 0.9s;
}
[dir=rtl] .hero-section-2 .commitment-block {
  clip-path: var(--slope-clip-bottom-left-3);
}
.hero-section-2 .commitment-block .commitment-item .commitment-title h3 {
  color: var(--primary-white);
}
.hero-section-2 .commitment-block p {
  color: var(--primary-white);
}
@media (max-width: 1300px) {
  .hero-section-2 .commitment-block {
    padding: 4rem;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .hero-section-2 .commitment-block {
    padding: 3rem;
    width: 400px;
  }
  .hero-section-2 .commitment-block .commitment-item {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .hero-section-2 .commitment-block {
    position: relative;
    bottom: auto;
    top: 100%;
    margin-top: 5rem;
    width: 100%;
  }
  .hero-section-2 .commitment-block .commitment-item {
    gap: 2rem;
  }
}
.hero-section-2 .grid-icon {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  stroke: var(--primary-white);
  bottom: 50px;
  left: 50px;
  z-index: 10;
}
@media (max-width: 991px) {
  .hero-section-2 .grid-icon {
    bottom: 50px;
    left: 20px;
  }
}
.hero-section-2 .hero-video-container {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-section-2 .hero-video-container video {
  height: 100%;
  object-fit: cover;
  width: 100%;
  filter: grayscale(100%);
  clip-path: var(--slope-clip-bottom-left-5);
}
[dir=rtl] .hero-section-2 .hero-video-container video {
  clip-path: var(--slope-clip-bottom-right-5);
}
.hero-section-2 .hero-video-container .color-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color); /* Red tint */
  mix-blend-mode: multiply;
  pointer-events: none;
  clip-path: var(--slope-clip-bottom-left-5);
}
[dir=rtl] .hero-section-2 .hero-video-container .color-overlay {
  clip-path: var(--slope-clip-bottom-right-5);
}

.demo-blue-hero-section {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40rem 0 0 0;
}
.demo-blue-hero-section .video-container {
  position: relative;
  top: auto;
  right: 0;
  width: 100%;
  height: 45rem;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.demo-blue-hero-section .video-container video {
  width: 100%;
  height: 70rem;
  object-fit: cover;
}
.demo-blue-hero-section .content {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(50%, -50%);
  right: 50%;
  width: 80%;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .demo-blue-hero-section .content {
    width: 80%;
  }
}
.demo-blue-hero-section .hero-btns {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .demo-blue-hero-section .hero-btns {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .demo-blue-hero-section .hero-btns .btn {
    width: 100%;
  }
}
.demo-blue-hero-section .hero-btns .secondary .text-one {
  color: var(--paragraph-light-color);
}
.demo-blue-hero-section .hero-btns .secondary .text-one svg {
  fill: var(--paragraph-light-color);
}
.demo-blue-hero-section .hero-btns .btn .text-two,
.demo-blue-hero-section .hero-btns .btn:link .text-two,
.demo-blue-hero-section .hero-btns .btn:visited .text-two {
  transform: translate(50%, 300%);
}
.demo-blue-hero-section .hero-btns .btn:hover .text-two,
.demo-blue-hero-section .hero-btns .btn:link:hover .text-two,
.demo-blue-hero-section .hero-btns .btn:visited:hover .text-two {
  transform: translate(50%, -50%);
}

.hero-cards-wrapper {
  margin-top: calc(var(--slope-value-3) * -1);
}
.hero-cards-wrapper .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 991px) {
  .hero-cards-wrapper .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .hero-cards-wrapper .wrapper {
    grid-template-columns: 1fr;
  }
}

.services-cards-wrapper {
  padding: 15rem 0 15rem 0;
}
@media (max-width: 991px) {
  .services-cards-wrapper {
    padding: 10rem 0 10rem 0;
  }
}
@media (max-width: 767px) {
  .services-cards-wrapper {
    padding: 5rem 0 5rem 0;
  }
}
.services-cards-wrapper .headings {
  text-align: center;
}
.services-cards-wrapper .headings .main-heading {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .services-cards-wrapper .headings .main-heading {
    max-width: 100%;
  }
}
.services-cards-wrapper .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  padding-top: 3rem;
}
@media (max-width: 991px) {
  .services-cards-wrapper .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .services-cards-wrapper .wrapper {
    grid-template-columns: 1fr;
  }
}

.tracking-card {
  background: var(--secondary-dark-color);
  background-color: var(--secondary-dark-color);
  clip-path: var(--slope-clip-top-right-3);
  padding: 5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
[dir=rtl] .tracking-card {
  clip-path: var(--slope-clip-top-left-3);
}
.tracking-card .icon {
  width: 5rem;
  fill: var(--primary-color);
}
.tracking-card .title {
  font-family: var(--jakarta-font-family);
  font-size: var(--feature-font-size);
  color: var(--primary-white);
  font-weight: 700;
  line-height: 34px;
}
.tracking-card p {
  color: var(--light-primary-color);
}
.tracking-card .read-more {
  text-decoration: none;
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--sm-font-size);
  color: var(--primary-color);
  line-height: 34px;
  display: flex;
  width: max-content;
  padding-left: 1rem;
  align-items: center;
  position: relative;
  overflow: hidden; /* Ensures animation stays within bounds */
  transition: color 0.3s ease; /* Smooth transition for text color */
}
.tracking-card .read-more::before {
  content: "";
  width: 0;
  height: 1.4px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.tracking-card .read-more:hover::before {
  width: 100%;
  opacity: 1;
}
.tracking-card .read-more svg {
  height: 16px;
  fill: var(--primary-color);
  margin-right: 1rem;
  transition: transform 0.3s ease, fill 0.3s ease; /* Smooth icon animation */
}
[dir=rtl] .tracking-card .read-more svg {
  rotate: 180deg;
}
.tracking-card .read-more:hover svg {
  transform: translateX(-5px); /* Subtle movement of the icon */
}
[dir=rtl] .tracking-card .read-more:hover svg {
  transform: translateX(5px);
}
.tracking-card:hover {
  background: radial-gradient(circle at bottom left, var(--primary-color) 0, var(--secondary-dark-color) 30%);
}

.construction-hero-section {
  position: relative;
  padding: 8rem 0 3rem 0;
  /* Custom Navigation Arrows */
}
.construction-hero-section .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.construction-hero-section .hero-slide-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 95rem;
  clip-path: polygon(var(--slope-value-5) 0, 100% 0, 100% calc(100% - var(--slope-value-5)), calc(100% - var(--slope-value-5)) 100%, 0 100%, 0 var(--slope-value-5));
}
[dir=rtl] .construction-hero-section .hero-slide-wrapper img {
  clip-path: polygon(0 0, calc(100% - var(--slope-value-5)) 0, 100% var(--slope-value-5), 100% 100%, var(--slope-value-5) 100%, 0 calc(100% - var(--slope-value-5)));
}
@media (max-width: 991px) {
  .construction-hero-section .hero-slide-wrapper img {
    height: 80rem;
  }
}
.construction-hero-section .hero-content {
  position: absolute;
  bottom: calc(var(--slope-value-3) * -1 + 2px);
  right: 9rem;
  background-color: var(--primary-color);
  padding: 4rem;
  clip-path: var(--slope-clip-bottom-left-3);
  max-width: 732px;
}
@media (max-width: 991px) {
  .construction-hero-section .hero-content {
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .construction-hero-section .hero-content {
    right: 40%;
    transform: translate(50%, 0%);
  }
}
@media (max-width: 567px) {
  .construction-hero-section .hero-content {
    right: 50%;
    transform: translate(50%, 0%);
  }
}
.construction-hero-section .hero-content .main-heading {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s;
  transition-delay: 0.3s;
  color: var(--primary-white);
  font-size: 6rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .construction-hero-section .hero-content .main-heading {
    font-size: 38px;
  }
}
@media (max-width: 500px) {
  .construction-hero-section .hero-content .main-heading {
    font-size: 32px;
  }
}
.construction-hero-section .hero-content p {
  color: var(--primary-white);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s;
  transition-delay: 0.6s;
  margin-top: 1rem;
}
.construction-hero-section .hero-content .hero-btn {
  margin-top: 2rem;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s;
  transition-delay: 0.9s;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .construction-hero-section .hero-content .hero-btn {
    flex-wrap: wrap;
  }
  .construction-hero-section .hero-content .hero-btn .btn {
    width: 100%;
  }
}
.construction-hero-section .hero-content .hero-btn .primary {
  background-color: var(--secondary-color);
}
.construction-hero-section .hero-content .hero-btn .secondary::before {
  background: var(--secondary-color);
}
.construction-hero-section .swiper-slide.swiper-slide-active .hero-content .main-heading {
  opacity: 1;
  transform: translateY(0px);
}
.construction-hero-section .swiper-slide.swiper-slide-active .hero-content p {
  opacity: 1;
  transform: translateY(0px);
}
.construction-hero-section .swiper-slide.swiper-slide-active .hero-content .hero-btn {
  opacity: 1;
  transform: translateY(0px);
}
.construction-hero-section .swiper-hero-button-next,
.construction-hero-section .swiper-hero-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 52px;
  height: 52px;
  fill: var(--primary-white);
  border-radius: 50%;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.construction-hero-section .swiper-button-disabled {
  opacity: 0.4;
}
.construction-hero-section .swiper-hero-button-next {
  left: 40px; /* Position the next button to the right */
}
@media (max-width: 1200px) {
  .construction-hero-section .swiper-hero-button-next {
    left: 28px;
    width: 42px;
    height: 42px;
    padding: 10px;
  }
}
@media (max-width: 940px) {
  .construction-hero-section .swiper-hero-button-next {
    left: 28px;
    width: 38px;
    height: 38px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .construction-hero-section .swiper-hero-button-next {
    left: 18px;
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}
.construction-hero-section .swiper-hero-button-prev {
  right: 40px; /* Position the prev button to the left */
}
@media (max-width: 1200px) {
  .construction-hero-section .swiper-hero-button-prev {
    right: 28px;
    width: 42px;
    height: 42px;
    padding: 10px;
  }
}
@media (max-width: 940px) {
  .construction-hero-section .swiper-hero-button-prev {
    right: 28px;
    width: 38px;
    height: 38px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .construction-hero-section .swiper-hero-button-prev {
    right: 18px;
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}

.architecture-hero-section {
  position: relative;
  /* Custom Navigation Arrows */
}
.architecture-hero-section .swiper {
  width: 100%;
  height: 100%;
}
.architecture-hero-section .hero-slide-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.architecture-hero-section .hero-slide-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.architecture-hero-section .hero-content {
  position: relative;
  padding-top: 70rem;
  padding-bottom: 7rem;
}
@media (max-width: 991px) {
  .architecture-hero-section .hero-content {
    padding-top: 50rem;
  }
}
@media (max-width: 767px) {
  .architecture-hero-section .hero-content {
    padding-top: 40rem;
  }
}
.architecture-hero-section .hero-content .main-heading {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s;
  transition-delay: 0.3s;
  color: var(--primary-white);
  font-size: 5rem;
  letter-spacing: 2px;
  line-height: 70px;
  margin-bottom: 0;
  display: inline-block;
  width: 525px;
}
@media (max-width: 767px) {
  .architecture-hero-section .hero-content .main-heading {
    line-height: 40px;
    font-size: 38px;
  }
}
@media (max-width: 500px) {
  .architecture-hero-section .hero-content .main-heading {
    line-height: 40px;
    font-size: 32px;
    letter-spacing: 1px;
  }
}
.architecture-hero-section .hero-content p {
  color: var(--primary-white);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s;
  transition-delay: 0.6s;
  margin-top: 1rem;
}
.architecture-hero-section .hero-content .hero-btn {
  margin-top: 2rem;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s;
  transition-delay: 0.9s;
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .architecture-hero-section .hero-content .hero-btn {
    flex-wrap: wrap;
  }
  .architecture-hero-section .hero-content .hero-btn .btn {
    width: 100%;
  }
}
.architecture-hero-section .swiper-slide.swiper-slide-active .hero-content .main-heading {
  opacity: 1;
  transform: translateY(0px);
}
.architecture-hero-section .swiper-slide.swiper-slide-active .hero-content p {
  opacity: 1;
  transform: translateY(0px);
}
.architecture-hero-section .swiper-slide.swiper-slide-active .hero-content .hero-btn {
  opacity: 1;
  transform: translateY(0px);
}
.architecture-hero-section .swiper-hero-button-next,
.architecture-hero-section .swiper-hero-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 52px;
  height: 52px;
  fill: var(--primary-white);
  border-radius: 50%;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.architecture-hero-section .swiper-button-disabled {
  opacity: 0.302;
}
.architecture-hero-section .swiper-hero-button-next {
  left: 40px; /* Position the next button to the right */
}
@media (max-width: 1200px) {
  .architecture-hero-section .swiper-hero-button-next {
    left: 28px;
    width: 42px;
    height: 42px;
    padding: 10px;
  }
}
@media (max-width: 940px) {
  .architecture-hero-section .swiper-hero-button-next {
    left: 28px;
    width: 38px;
    height: 38px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .architecture-hero-section .swiper-hero-button-next {
    left: 18px;
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}
.architecture-hero-section .swiper-hero-button-prev {
  right: 40px; /* Position the prev button to the left */
}
@media (max-width: 1200px) {
  .architecture-hero-section .swiper-hero-button-prev {
    right: 28px;
    width: 42px;
    height: 42px;
    padding: 10px;
  }
}
@media (max-width: 940px) {
  .architecture-hero-section .swiper-hero-button-prev {
    right: 28px;
    width: 38px;
    height: 38px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .architecture-hero-section .swiper-hero-button-prev {
    right: 18px;
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}

.consultation-section {
  padding: 15rem 0 25rem;
}
@media (max-width: 991px) {
  .consultation-section {
    padding: 10rem 0 15rem;
  }
}
@media (max-width: 767px) {
  .consultation-section {
    padding: 5rem 0 14rem;
  }
}
.consultation-section .headings {
  text-align: center;
}
.consultation-section .headings .main-heading {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .consultation-section .headings .main-heading {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .consultation-section .headings .main-heading {
    max-width: 100%;
  }
}
.consultation-section .buttons-block {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.demo-consultation-section {
  padding: 10rem 0 15rem;
}
@media (max-width: 991px) {
  .demo-consultation-section {
    padding: 10rem 0 10rem;
  }
}
@media (max-width: 767px) {
  .demo-consultation-section {
    padding: 5rem 0 5rem;
  }
}
.demo-consultation-section .primary::before {
  background: var(--bg-light);
}
.demo-consultation-section .secondary {
  background-color: var(--bg-light);
}
.demo-consultation-section .btn .text-two, .demo-consultation-section .btn:link .text-two, .demo-consultation-section .btn:visited .text-two {
  transform: translate(50%, 300%);
}
.demo-consultation-section .btn:hover .text-two, .demo-consultation-section .btn:link:hover .text-two, .demo-consultation-section .btn:visited:hover .text-two {
  transform: translate(50%, -50%);
}

.achievements-section .achievement-cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 1200px) {
  .achievements-section .achievement-cards-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .achievements-section .achievement-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .achievements-section .achievement-cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.achievements-section .achievement-card {
  padding: 4rem;
  background-color: var(--bg-light);
  clip-path: var(--slope-clip-top-right-3);
  display: grid;
  grid-template-columns: 1fr;
  gap: 8rem;
}
[dir=rtl] .achievements-section .achievement-card {
  clip-path: var(--slope-clip-top-left-3);
}
.achievements-section .achievement-card .icon {
  height: 5rem;
  fill: var(--primary-color);
}
.achievements-section .achievement-card .title {
  font-family: var(--jakarta-font-family);
  font-size: var(--paragraph-font-size);
  color: var(--secondary-color);
  font-weight: 700;
  line-height: 28px;
}

.body-padding {
  padding: 4rem;
}
@media (max-width: 991px) {
  .body-padding {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .body-padding {
    padding: 1.4rem;
  }
}

.page-header-section {
  position: relative;
  padding: 24rem 0 15rem;
}
.page-header-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - var(--slope-value-3));
  background: radial-gradient(circle at bottom right, var(--primary-color) 0, var(--hero-bg-color) 30%);
  background-color: var(--hero-bg-color);
  z-index: 0; /* Place it behind the content */
}
.page-header-section .hero-img-overlay {
  position: absolute;
  clip-path: var(--slope-clip-bottom-left-3);
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(50% - 20rem);
}
[dir=rtl] .page-header-section .hero-img-overlay {
  clip-path: var(--slope-clip-bottom-right-3);
}
@media (max-width: 767px) {
  .page-header-section .hero-img-overlay {
    width: calc(100% - 20rem);
  }
}
.page-header-section .hero-img-overlay .hero-slide-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  clip-path: var(--slope-clip-bottom-left-3);
}
[dir=rtl] .page-header-section .hero-img-overlay .hero-slide-bg {
  clip-path: var(--slope-clip-bottom-right-3);
}
.page-header-section .text-box {
  position: relative;
  z-index: 1;
}
.page-header-section .text-box .main-heading {
  color: var(--primary-white);
  font-size: var(--title-lg-font-size);
  margin-bottom: 2.4rem;
}
.page-header-section .text-box .breadcrumbs {
  padding: 0 1rem;
}
.page-header-section .text-box .breadcrumbs ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: start;
}
.page-header-section .text-box .breadcrumbs ul li {
  display: inline-block;
  color: var(--primary-white);
  font-family: var(--jakarta-font-family);
  font-size: var(--sub-heading-font-size);
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  align-items: flex-start;
}
.page-header-section .text-box .breadcrumbs ul li a {
  color: inherit;
  text-decoration: none;
}
.page-header-section .text-box .breadcrumbs ul li:nth-child(n+2)::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27%23ffffff%27%3E%3Cpath d=%27M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z%27/%3E%3C/svg%3E");
  display: inline-block;
  width: 1.6rem;
  margin: 0 1rem;
  fill: var(--primary-white);
}
[dir=rtl] .page-header-section .text-box .breadcrumbs ul li:nth-child(n+2)::before {
  rotate: 180deg;
}
.page-header-section .grid-icon {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  stroke: var(--primary-white);
  bottom: 50px;
  left: 40px;
  z-index: 10;
}
@media (max-width: 991px) {
  .page-header-section .grid-icon {
    bottom: 2rem;
    left: 2rem;
  }
}

.subsidieries-section {
  padding: 15rem 0 20rem;
}
@media (max-width: 991px) {
  .subsidieries-section {
    padding: 10rem 0 15rem;
  }
}
@media (max-width: 767px) {
  .subsidieries-section {
    padding: 5rem 0 15rem;
  }
}
.subsidieries-section .sub-heading {
  text-align: center;
}
.subsidieries-section .main-heading {
  text-align: center;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5rem;
}
.subsidieries-section .services-card-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.subsidieries-section .services-card-wrapper .service-card {
  background-color: var(--secondary-button-bg);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
  align-items: center;
  clip-path: var(--slope-clip-top-right-3);
  padding: 5rem;
}
@media (max-width: 991px) {
  .subsidieries-section .services-card-wrapper .service-card {
    grid-template-columns: 1fr;
  }
}
[dir=rtl] .subsidieries-section .services-card-wrapper .service-card {
  clip-path: var(--slope-clip-top-left-3);
}
.subsidieries-section .services-card-wrapper .service-card .service-logo-block .logo-block {
  height: 190px;
  width: 100%;
  min-width: 271px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--border-color);
}
.subsidieries-section .services-card-wrapper .service-card .service-logo-block .btn {
  width: 100%;
  margin-top: 1rem;
}
.subsidieries-section .services-card-wrapper .service-card .service-logo-block .btn .text-two {
  transform: translate(50%, 300%);
}
.subsidieries-section .services-card-wrapper .service-card .service-logo-block .btn:hover .text-two {
  transform: translate(50%, -50%);
}
.subsidieries-section .services-card-wrapper .service-card .service-logo-block .btn.primary {
  background-color: var(--primary-color);
}
.subsidieries-section .services-card-wrapper .service-card .service-logo-block .btn.primary::before {
  background: var(--secondary-color);
}
.subsidieries-section .services-card-wrapper .service-card .service-logo-block .btn.primary .text-one {
  color: var(--primary-white);
}
.subsidieries-section .services-card-wrapper .service-card .service-logo-block .btn.primary .text-one svg {
  fill: var(--primary-white);
}
.subsidieries-section .services-card-wrapper .service-card .service-logo-block .btn.primary .text-two {
  color: var(--primary-white);
}
.subsidieries-section .services-card-wrapper .service-card .service-logo-block .btn.primary .text-two svg {
  fill: var(--primary-white);
}
.subsidieries-section .services-card-wrapper .service-card .service-card-content .industry-list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .subsidieries-section .services-card-wrapper .service-card .service-card-content .industry-list-wrapper {
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }
}
.subsidieries-section .services-card-wrapper .service-card .service-card-content .industry-list-wrapper .industry-list {
  list-style: none;
}
.subsidieries-section .services-card-wrapper .service-card .service-card-content .industry-list-wrapper .industry-list .industry-item {
  margin-bottom: 5px;
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
.subsidieries-section .services-card-wrapper .service-card .service-card-content .industry-list-wrapper .industry-list .industry-item .icon {
  min-height: 2rem;
  fill: var(--primary-color);
}
[dir=rtl] .subsidieries-section .services-card-wrapper .service-card .service-card-content .industry-list-wrapper .industry-list .industry-item .icon {
  rotate: 180deg;
}

.customer-section {
  padding: 15rem 0 20rem;
}
@media (max-width: 991px) {
  .customer-section {
    padding: 10rem 0 15rem;
  }
}
@media (max-width: 767px) {
  .customer-section {
    padding: 5rem 0 15rem;
  }
}
.customer-section .sub-heading {
  text-align: center;
}
.customer-section .main-heading {
  text-align: center;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5rem;
}
.customer-section .customer-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem;
  row-gap: 3rem;
}
@media (max-width: 991px) {
  .customer-section .customer-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .customer-section .customer-cards-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.customer-section .customer-cards-wrapper .customer-card {
  background-color: var(--secondary-button-bg);
  padding: 4rem;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .customer-section .customer-cards-wrapper .customer-card {
  clip-path: var(--slope-clip-top-left-3);
}
.customer-section .customer-cards-wrapper .customer-card .logo-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 106px;
  width: 100%;
  border: 2px solid var(--border-color);
  position: relative; /* Required for the animation */
  overflow: hidden; /* Ensures the animation stays within the block */
}
.customer-section .customer-cards-wrapper .customer-card .logo-block .logo {
  max-width: 100%;
  z-index: 2; /* Ensure the logo is above the animation */
}
.customer-section .customer-cards-wrapper .customer-card p {
  font-size: var(--sm-title-font-size);
  margin-top: 4rem;
  line-height: 30px;
}

.client-section {
  padding: 15rem 0 15rem 0;
}
@media (max-width: 991px) {
  .client-section {
    padding: 10rem 0 10rem;
  }
}
@media (max-width: 767px) {
  .client-section {
    padding: 5rem 0 10rem;
  }
}
.client-section .headings {
  text-align: center;
}
.client-section .client-block {
  background-color: var(--secondary-button-bg);
  min-height: 19rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .client-section .client-block {
  clip-path: var(--slope-clip-top-left-3);
}
.client-section .client-block img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.client-section .client-block:hover img {
  opacity: 1;
}

.project-detail-section {
  position: relative;
  padding: 15rem 0 20rem 0;
}
@media (max-width: 991px) {
  .project-detail-section {
    padding: 10rem 0 15rem 0;
  }
}
@media (max-width: 767px) {
  .project-detail-section {
    padding: 10rem 0 15rem 0;
  }
}
.project-detail-section .project-thumbnail {
  height: 700px;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .project-detail-section .project-thumbnail {
  clip-path: var(--slope-clip-top-left-3);
}
@media (max-width: 991px) {
  .project-detail-section .project-thumbnail {
    height: 500px;
  }
}
.project-detail-section .project-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-detail-section .project-main-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .project-detail-section .project-main-wrapper {
    grid-template-columns: 1fr;
  }
}
.project-detail-section .project-main-wrapper .project-detail-sidebar {
  padding-top: 10rem;
  padding-right: 10rem;
}
.project-detail-section .project-main-wrapper .project-detail-sidebar .sidebar-content .info:not(:first-child) {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .project-detail-section .project-main-wrapper .project-detail-sidebar .sidebar-content .info:not(:first-child) {
    margin-top: 3rem;
  }
}
.project-detail-section .project-main-wrapper .project-detail-sidebar .sidebar-content .info .title {
  font-family: var(--jakarta-font-family);
  font-weight: 700;
  font-size: var(--sub-heading-font-size);
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 1.6px;
}
.project-detail-section .project-main-wrapper .project-detail-sidebar .sidebar-content .info p {
  margin-top: 1rem;
  line-height: 34px;
}
@media (max-width: 991px) {
  .project-detail-section .project-main-wrapper .project-detail-sidebar {
    padding: 5rem 0 0 0;
  }
}
.project-detail-section .project-detail-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.project-detail-section .project-detail-wrapper .project-icon {
  clip-path: var(--slope-clip-top-right-base);
  background-color: var(--primary-color);
  width: 81px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.project-detail-section .project-detail-wrapper .project-icon svg {
  height: 3.4rem;
  width: auto;
  fill: var(--primary-white);
}
[dir=rtl] .project-detail-section .project-detail-wrapper .project-icon {
  clip-path: var(--slope-clip-top-left-base);
}
.project-detail-section .project-detail-wrapper .project-title {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--medium-font-size);
  color: var(--secondary-color);
  line-height: 40px;
}
.project-detail-section .project-detail-wrapper .project-discription {
  font-family: var(--jakarta-font-family);
  font-weight: 500;
  font-size: calc(var(--medium-font-size) + 4px);
  color: var(--primary-color);
  line-height: 50px;
  letter-spacing: 0;
  padding: 4rem 0;
  border-bottom: 1px solid var(--primary-color);
}
.project-detail-section .project-detail-wrapper .points-box {
  list-style: none;
}
.project-detail-section .project-detail-wrapper .points-box .check-points {
  margin-bottom: 1rem;
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
@media (max-width: 767px) {
  .project-detail-section .project-detail-wrapper .points-box .check-points {
    align-items: baseline;
  }
}
.project-detail-section .project-detail-wrapper .points-box .check-points .icon {
  min-height: 2rem;
  fill: var(--primary-color);
}
.project-detail-section .project-detail-wrapper.max-width {
  max-width: 783px;
}
.project-detail-section .project-swiper-container {
  margin: 10rem 0;
}
@media (max-width: 767px) {
  .project-detail-section .project-swiper-container {
    margin: 5rem 0;
  }
}
.project-detail-section .project-swiper-container .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.project-detail-section .project-swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-detail-section .project-swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .project-detail-section .project-swiper-container .swiper-slide img {
    height: 30rem;
  }
}
.project-detail-section .project-card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  margin-top: 6rem;
}
@media (max-width: 991px) {
  .project-detail-section .project-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .project-detail-section .project-card-wrapper {
    grid-template-columns: 1fr;
  }
}
.project-detail-section .project-card-wrapper .project-card {
  background-color: var(--secondary-button-bg);
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .project-detail-section .project-card-wrapper .project-card {
  clip-path: var(--slope-clip-top-left-3);
}
.project-detail-section .project-card-wrapper .project-card .project-img-block {
  height: 318px;
}
.project-detail-section .project-card-wrapper .project-card .project-img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-detail-section .project-card-wrapper .project-card .project-card-content {
  padding: 4rem;
}
.project-detail-section .project-card-wrapper .project-card .project-card-content .main-title {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--feature-font-size);
  color: var(--secondary-color);
  line-height: 40px;
  margin-bottom: 4rem;
}
.project-detail-section .project-card-wrapper .project-card .project-card-content .info-block {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
.project-detail-section .project-card-wrapper .project-card .project-card-content .info .title {
  font-family: var(--jakarta-font-family);
  font-weight: 700;
  font-size: var(--sub-heading-font-size);
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 1.6px;
}
.project-detail-section .project-card-wrapper .project-card .project-card-content .info p {
  margin-top: 1rem;
  line-height: 34px;
}
.project-detail-section .project-card-wrapper .project-card .project-card-content .btn {
  margin-top: 4rem;
}
.project-detail-section .project-card-wrapper .project-card .project-card-content .btn .text-two {
  transform: translate(50%, 275%);
}
.project-detail-section .project-card-wrapper .project-card .project-card-content .btn:hover .text-two {
  transform: translate(50%, -50%);
}
.project-detail-section .project-card-wrapper .project-card .project-card-content .btn.primary {
  background-color: var(--primary-color);
}
.project-detail-section .project-card-wrapper .project-card .project-card-content .btn.primary::before {
  background: var(--secondary-color);
}
.project-detail-section .project-card-wrapper .project-card .project-card-content .btn.primary .text-one {
  color: var(--primary-white);
}
.project-detail-section .project-card-wrapper .project-card .project-card-content .btn.primary .text-one svg {
  fill: var(--primary-white);
}
.project-detail-section .project-card-wrapper .project-card .project-card-content .btn.primary .text-two {
  color: var(--primary-white);
}
.project-detail-section .project-card-wrapper .project-card .project-card-content .btn.primary .text-two svg {
  fill: var(--primary-white);
}

.projects-section {
  padding: 15rem 0 20rem 0;
}
@media (max-width: 991px) {
  .projects-section {
    padding: 10rem 0 15rem 0;
  }
}
@media (max-width: 991px) {
  .projects-section {
    padding: 5rem 0 10rem 0;
  }
}
.projects-section .project-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.projects-section .project-head .filter-container .custom-dropdown {
  position: relative;
  display: inline-block;
  width: 27rem;
}
.projects-section .project-head .filter-container .dropdown-btn, .projects-section .project-head .filter-container .dropdown-button {
  width: 100%;
  padding: 18px 20px;
  font-family: var(--jakarta-font-family);
  font-size: var(--sm-font-size);
  line-height: 1.2;
  color: var(--paragraph-color);
  background-color: var(--secondary-button-bg);
  text-align: right;
  border: none;
  box-shadow: -1px 1.732px 4px 0px var(--transparent-secondary-color);
  clip-path: var(--slope-clip-top-right-base);
  cursor: pointer;
  position: relative;
}
.projects-section .project-head .filter-container .dropdown-btn::after, .projects-section .project-head .filter-container .dropdown-button::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  mask: url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"%3E%3Cpath d=\"M271.1 176H48.08c-42.63 0-64.25 51.77-33.88 81.9l111.9 112c18.63 18.76 49.13 18.76 67.88 0l112-112C335.1 227.8 314.7 176 271.1 176zM159.1 336L47.96 224H271.1L159.1 336z\"%2F%3E%3C%2Fsvg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"%3E%3Cpath d=\"M271.1 176H48.08c-42.63 0-64.25 51.77-33.88 81.9l111.9 112c18.63 18.76 49.13 18.76 67.88 0l112-112C335.1 227.8 314.7 176 271.1 176zM159.1 336L47.96 224H271.1L159.1 336z\"%2F%3E%3C%2Fsvg%3E");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}
.projects-section .project-head .filter-container .all-dropdown-menu, .projects-section .project-head .filter-container .dropdown-menu {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
}
.projects-section .project-head .filter-container .all-dropdown-menu li, .projects-section .project-head .filter-container .dropdown-menu li {
  padding: 14px 20px;
  font-family: var(--jakarta-font-family);
  font-size: var(--sm-font-size);
  cursor: pointer;
  color: var(--paragraph-color);
  transition: all 0.3s ease;
}
.projects-section .project-head .filter-container .dropdown-menu li:hover {
  background-color: var(--primary-color);
  color: var(--primary-white);
}
.projects-section .project-head .filter-container .all-dropdown-menu li:hover {
  background-color: var(--primary-color);
  color: var(--primary-white);
}
.projects-section .project-head .icons {
  display: flex;
  gap: 1rem;
}
.projects-section .project-head .icons .grid-icon {
  height: 3rem;
  width: 3rem;
  fill: rgba(61, 167, 100, 0.4);
}
.projects-section .project-head .icons .bar-icon {
  height: 3rem;
  width: 3rem;
  fill: var(--primary-color);
}
.projects-section .project-head .view-toggle {
  display: flex;
  gap: 1rem;
}
.projects-section .project-head .view-toggle .icon {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 0.4;
}
.projects-section .project-head .view-toggle .icon svg {
  height: 3rem;
  width: 3rem;
  fill: var(--primary-color);
}
.projects-section .project-head .view-toggle .icon.active {
  opacity: 1; /* Full opacity for the active button */
}
.projects-section .heading {
  text-align: center;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .projects-section .heading {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .projects-section .heading {
    max-width: 100%;
  }
}
.projects-section .projects {
  margin-top: 5rem;
  gap: 1.5rem;
}
.projects-section .projects .project-card {
  background-color: var(--secondary-button-bg);
  clip-path: var(--slope-clip-top-right-3);
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 3rem;
}
[dir=rtl] .projects-section .projects .project-card {
  clip-path: var(--slope-clip-top-left-3);
}
@media (max-width: 991px) {
  .projects-section .projects .project-card {
    grid-template-columns: 1fr;
  }
}
.projects-section .projects .project-card .service-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .projects-section .projects .project-card .service-img img {
  clip-path: var(--slope-clip-top-left-3);
}
.projects-section .projects .project-card .services-content-block {
  padding: 4rem 0 4rem 0;
}
.projects-section .projects .project-card .services-content-block .service-icon {
  clip-path: var(--slope-clip-top-right-base);
  background-color: var(--primary-color);
  width: 81px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  margin-right: 5rem;
}
.projects-section .projects .project-card .services-content-block .service-icon svg {
  height: 3.4rem;
  width: auto;
  fill: var(--primary-white);
}
[dir=rtl] .projects-section .projects .project-card .services-content-block .service-icon {
  clip-path: var(--slope-clip-top-left-base);
}
.projects-section .projects .project-card .services-content-block .service-title {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--medium-font-size);
  color: var(--secondary-color);
  margin-right: 5rem;
  line-height: 40px;
}
.projects-section .projects .project-card .services-content-block .services-list {
  list-style: none;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .projects-section .projects .project-card .services-content-block .services-list {
    margin-top: 3rem;
  }
}
.projects-section .projects .project-card .services-content-block .services-list li {
  position: relative;
}
.projects-section .projects .project-card .services-content-block .services-list li a {
  text-decoration: none;
  color: var(--secondary-color);
  font-size: var(--paragraph-font-size);
  font-weight: 500;
  font-family: var(--jakarta-font-family);
  display: flex;
  align-items: center;
  padding: 2px 5rem;
  border-radius: 4px;
  transition: all 0.4s ease-out; /* Smooth easing */
}
.projects-section .projects .project-card .services-content-block .services-list li a span {
  transform: translateX(0);
  line-height: 52px;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1); /* Subtle easing */
}
.projects-section .projects .project-card .services-content-block .services-list li a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 256 512%27%3E%3Cpath fill=%27%233da764%27 d=%27M64 128v255.1c0 28.37 34.5 42.74 54.63 22.62l128-127.1c12.5-12.5 12.5-32.75 0-45.25l-128-127.1C98.5 85.27 64 99.52 64 128zM224 256l-128 127.1V128L224 256z%27/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.4s ease-out; /* Smooth transition */
}
[dir=rtl] .projects-section .projects .project-card .services-content-block .services-list li a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 256 512%27%3E%3Cpath fill=%27%233da764%27 d=%27M192 383.1v-255.1c0-28.37-34.5-42.74-54.63-22.62l-128 127.1c-12.5 12.5-12.5 32.75 0 45.25l128 127.1C157.5 426.7 192 412.5 192 383.1zM32 255.1l128-127.1v255.9L32 255.1z%27/%3E%3C/svg%3E");
}
.projects-section .projects .project-card .services-content-block .services-list li a::after {
  content: "";
  visibility: hidden;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0 auto 0 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 256 512%27%3E%3Cpath fill=%27%233da764%27 d=%27M64 128v255.1c0 28.37 34.5 42.74 54.63 22.62l128-127.1c12.5-12.5 12.5-32.75 0-45.25l-128-127.1C98.5 85.27 64 99.52 64 128zM224 256l-128 127.1V128L224 256z%27/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(10px);
  transition: all 0.4s ease-out;
}
[dir=rtl] .projects-section .projects .project-card .services-content-block .services-list li a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 256 512%27%3E%3Cpath fill=%27%233da764%27 d=%27M192 383.1v-255.1c0-28.37-34.5-42.74-54.63-22.62l-128 127.1c-12.5 12.5-12.5 32.75 0 45.25l128 127.1C157.5 426.7 192 412.5 192 383.1zM32 255.1l128-127.1v255.9L32 255.1z%27/%3E%3C/svg%3E");
}
.projects-section .projects .project-card .services-content-block .services-list li:hover a {
  background-color: var(--bg-light);
}
.projects-section .projects .project-card .services-content-block .services-list li:hover a span {
  transform: translateX(34px);
}
.projects-section .projects .project-card .services-content-block .services-list li:hover a::before {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
}
.projects-section .projects .project-card .services-content-block .services-list li:hover a::after {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}
.projects-section .projects .project-card .services-content-block .project-discription {
  margin-right: 5rem;
  margin-top: 3.5rem;
  margin-bottom: 6rem;
}
.projects-section .projects .project-card .services-content-block .project-discription p {
  max-width: 90%;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .projects-section .projects .project-card .services-content-block .project-discription {
    margin-right: 5rem;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
.projects-section .projects .project-card .services-content-block .info-box {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .projects-section .projects .project-card .services-content-block .info-box {
    margin-top: 3rem;
  }
}
.projects-section .projects .project-card .services-content-block .info-box .info .title {
  font-family: var(--jakarta-font-family);
  font-weight: 700;
  font-size: var(--sub-heading-font-size);
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 1.6px;
}
.projects-section .projects .project-card .services-content-block .info-box .info p {
  margin-top: 1rem;
  line-height: 34px;
}
.projects-section .projects .project-card .services-content-block .service-btn {
  margin-top: 2.5rem;
  margin-right: 5rem;
}
.projects-section .projects .project-card .services-content-block .service-btn .btn .text-two {
  transform: translate(50%, 275%);
}
.projects-section .projects .project-card .services-content-block .service-btn .btn:hover .text-two {
  transform: translate(50%, -50%);
}
.projects-section .projects .project-card .services-content-block .service-btn .btn.primary {
  background-color: var(--primary-color);
}
.projects-section .projects .project-card .services-content-block .service-btn .btn.primary::before {
  background: var(--secondary-color);
}
.projects-section .projects .project-card .services-content-block .service-btn .btn.primary .text-one {
  color: var(--primary-white);
}
.projects-section .projects .project-card .services-content-block .service-btn .btn.primary .text-one svg {
  fill: var(--primary-white);
}
.projects-section .projects .project-card .services-content-block .service-btn .btn.primary .text-two {
  color: var(--primary-white);
}
.projects-section .projects .project-card .services-content-block .service-btn .btn.primary .text-two svg {
  fill: var(--primary-white);
}
.projects-section .projects .project-card.hidden {
  display: none;
}
.projects-section .projects.grid-view .project-card {
  grid-template-columns: 1fr;
  width: calc(33.333% - 3rem);
  margin: 15px;
}
@media (max-width: 991px) {
  .projects-section .projects.grid-view .project-card {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .projects-section .projects.grid-view .project-card {
    width: 100%;
    margin: 15px 0;
  }
}
.projects-section .projects.grid-view .project-card .service-img {
  height: 316px;
}
.projects-section .projects.grid-view .project-card .service-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .projects-section .projects.grid-view .project-card .service-img img {
  clip-path: var(--slope-clip-top-left-3);
}
.projects-section .projects.grid-view .project-card .services-content-block {
  padding: 4rem;
}
.projects-section .projects.grid-view .project-card .services-content-block .service-icon {
  display: none;
}
.projects-section .projects.grid-view .project-card .services-content-block .service-title {
  margin-right: 0;
  margin-bottom: 3rem;
}
.projects-section .projects.grid-view .project-card .services-content-block .project-discription {
  margin: 0;
}
.projects-section .projects.grid-view .project-card .services-content-block .project-discription p {
  max-width: 100%;
  line-height: 1.7;
}
.projects-section .projects.grid-view .project-card .services-content-block .info-box {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 3rem;
}
.projects-section .projects.grid-view .project-card .services-content-block .info-box .info p {
  font-size: var(--sm-title-font-size);
}
.projects-section .projects.grid-view .project-card .services-content-block .service-btn {
  margin: 0;
  margin-top: 4rem;
}
.projects-section .projects.list-view {
  flex-direction: column;
}
.projects-section .projects.list-view .project-card {
  width: 100%;
}
.projects-section .projects.grid-view .demo-project-card {
  grid-template-columns: 1fr;
  width: calc(33.333% - 3rem);
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .projects-section .projects.grid-view .demo-project-card {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .projects-section .projects.grid-view .demo-project-card {
    width: 100%;
    margin: 15px 0;
  }
}
.projects-section .projects.list-view .demo-project-card {
  width: 100%;
  margin-bottom: 6rem;
}
.projects-section .projects.list-view .demo-project-card .project-card-img {
  height: 70rem;
}
.projects-section .projects.list-view .demo-project-card .project-content {
  width: 96%;
}
@media (max-width: 767px) {
  .projects-section .projects.list-view .demo-project-card .project-content {
    width: 90%;
  }
}
.projects-section .more-btn {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.projects-section .demo-project-card {
  position: relative;
  grid-template-columns: 1fr;
  width: calc(33.333% - 3rem);
}
.projects-section .demo-project-card .project-card-img {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .projects-section .demo-project-card .project-card-img {
  clip-path: var(--slope-clip-top-left-3);
}
.projects-section .demo-project-card .project-card-img img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .projects-section .demo-project-card .project-card-img {
    height: 60rem;
  }
}
.projects-section .demo-project-card .project-content {
  padding: 4rem;
  background-color: var(--secondary-button-bg);
  clip-path: var(--slope-clip-bottom-right-3);
  position: absolute;
  bottom: calc(var(--slope-value-3) * -1);
  width: 88%;
  margin-right: 2.4rem;
  z-index: 1;
  transition: transform 0.4s ease-in-out, padding-bottom 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
[dir=rtl] .projects-section .demo-project-card .project-content {
  clip-path: var(--slope-clip-bottom-left-3);
}
@media (max-width: 767px) {
  .projects-section .demo-project-card .project-content {
    width: 90%;
  }
}
.projects-section .demo-project-card .project-content .project-title {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--medium-font-size);
  line-height: 34px;
  color: var(--secondary-color);
  transition: color 0.4s ease-in-out;
}
.projects-section .demo-project-card .project-content p {
  font-weight: 600;
  font-size: var(--sm-title-font-size);
  color: var(--primary-color);
  line-height: 34px;
  transition: color 0.4s ease-in-out;
}
.projects-section .demo-project-card .project-content .line {
  width: 85%;
  height: 1px;
  background-color: rgba(239, 247, 246, 0.4);
  margin: 2.5rem 0;
  display: block;
  position: absolute;
  right: 4rem;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.projects-section .demo-project-card .project-content .read-more {
  text-decoration: none;
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--sm-font-size);
  color: var(--primary-white);
  line-height: 34px;
  display: flex;
  opacity: 0;
  width: max-content;
  padding-left: 1rem;
  align-items: center;
  position: absolute;
  bottom: 0rem;
  right: 4rem;
  overflow: hidden; /* Ensures animation stays within bounds */
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, bottom 0.4s ease-in-out;
}
.projects-section .demo-project-card .project-content .read-more svg {
  height: 16px;
  fill: var(--primary-white);
  margin-right: 1rem;
  transition: transform 0.4s ease, fill 0.4s ease; /* Smooth icon animation */
}
[dir=rtl] .projects-section .demo-project-card .project-content .read-more svg {
  rotate: 180deg;
}
.projects-section .demo-project-card:hover .project-card-img img {
  transform: scale(1.1); /* Adjust the scale factor as needed */
}
.projects-section .demo-project-card:hover .project-content {
  background-color: var(--primary-color);
  padding-bottom: 11rem;
}
.projects-section .demo-project-card:hover .project-content .project-title {
  color: var(--primary-white);
}
.projects-section .demo-project-card:hover .project-content p {
  color: var(--primary-white);
}
.projects-section .demo-project-card:hover .project-content .line {
  display: block;
  opacity: 1;
  transform: translateY(0px);
  margin-bottom: 4rem;
}
.projects-section .demo-project-card:hover .project-content .read-more {
  opacity: 1;
  transform: translateY(0px); /* Moves content up */
  bottom: 3rem;
  right: 4rem;
}
.projects-section .demo-project-card.hidden {
  display: none;
}

.project-cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 767px) {
  .project-cards-container {
    grid-template-columns: 1fr;
  }
}
.project-cards-container .project-card {
  background-color: var(--secondary-button-bg);
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .project-cards-container .project-card {
  clip-path: var(--slope-clip-top-left-3);
}
.project-cards-container .project-card .project-img-block {
  height: 318px;
}
.project-cards-container .project-card .project-img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-cards-container .project-card .project-card-content {
  padding: 4rem;
}
.project-cards-container .project-card .project-card-content .main-title {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--feature-font-size);
  color: var(--secondary-color);
  line-height: 40px;
  margin-bottom: 4rem;
}
.project-cards-container .project-card .project-card-content .info-block {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
.project-cards-container .project-card .project-card-content .info .title {
  font-family: var(--jakarta-font-family);
  font-weight: 700;
  font-size: var(--sub-heading-font-size);
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 1.6px;
}
.project-cards-container .project-card .project-card-content .info p {
  margin-top: 1rem;
  line-height: 34px;
}
.project-cards-container .project-card .project-card-content .btn {
  margin-top: 4rem;
}
.project-cards-container .project-card .project-card-content .btn .text-two {
  transform: translate(50%, 275%);
}
.project-cards-container .project-card .project-card-content .btn:hover .text-two {
  transform: translate(50%, -50%);
}
.project-cards-container .project-card .project-card-content .btn.primary {
  background-color: var(--primary-color);
}
.project-cards-container .project-card .project-card-content .btn.primary::before {
  background: var(--secondary-color);
}
.project-cards-container .project-card .project-card-content .btn.primary .text-one {
  color: var(--primary-white);
}
.project-cards-container .project-card .project-card-content .btn.primary .text-one svg {
  fill: var(--primary-white);
}
.project-cards-container .project-card .project-card-content .btn.primary .text-two {
  color: var(--primary-white);
}
.project-cards-container .project-card .project-card-content .btn.primary .text-two svg {
  fill: var(--primary-white);
}
.project-cards-container .demo-project-card {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}
.project-cards-container .demo-project-card .project-card-img {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .project-cards-container .demo-project-card .project-card-img {
  clip-path: var(--slope-clip-top-left-3);
}
.project-cards-container .demo-project-card .project-card-img img {
  object-fit: cover;
  width: 100%;
  max-height: 70rem;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .project-cards-container .demo-project-card .project-card-img {
    height: auto;
  }
}
.project-cards-container .demo-project-card .project-content {
  padding: 4rem;
  background-color: var(--secondary-button-bg);
  clip-path: var(--slope-clip-bottom-right-3);
  position: absolute;
  bottom: calc(var(--slope-value-3) * -1);
  width: 88%;
  margin-right: 2.4rem;
  z-index: 1;
  transition: transform 0.4s ease-in-out, padding-bottom 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
[dir=rtl] .project-cards-container .demo-project-card .project-content {
  clip-path: var(--slope-clip-bottom-left-3);
}
@media (max-width: 767px) {
  .project-cards-container .demo-project-card .project-content {
    width: 90%;
  }
}
.project-cards-container .demo-project-card .project-content .project-title {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--medium-font-size);
  line-height: 34px;
  color: var(--secondary-color);
  transition: color 0.4s ease-in-out;
}
.project-cards-container .demo-project-card .project-content p {
  font-weight: 600;
  font-size: var(--sm-title-font-size);
  color: var(--primary-color);
  line-height: 34px;
  transition: color 0.4s ease-in-out;
}
.project-cards-container .demo-project-card .project-content .line {
  width: 85%;
  height: 1px;
  background-color: rgba(239, 247, 246, 0.4);
  margin: 2.5rem 0;
  display: block;
  position: absolute;
  right: 4rem;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.project-cards-container .demo-project-card .project-content .read-more {
  text-decoration: none;
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--sm-font-size);
  color: var(--primary-white);
  line-height: 34px;
  display: flex;
  opacity: 0;
  width: max-content;
  padding-left: 1rem;
  align-items: center;
  position: absolute;
  bottom: 0rem;
  right: 4rem;
  overflow: hidden; /* Ensures animation stays within bounds */
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, bottom 0.4s ease-in-out;
}
.project-cards-container .demo-project-card .project-content .read-more svg {
  height: 16px;
  fill: var(--primary-white);
  margin-right: 1rem;
  transition: transform 0.4s ease, fill 0.4s ease; /* Smooth icon animation */
}
[dir=rtl] .project-cards-container .demo-project-card .project-content .read-more svg {
  rotate: 180deg;
}
.project-cards-container .demo-project-card:hover .project-card-img img {
  transform: scale(1.1); /* Adjust the scale factor as needed */
}
.project-cards-container .demo-project-card:hover .project-content {
  background-color: var(--primary-color);
  padding-bottom: 11rem;
}
.project-cards-container .demo-project-card:hover .project-content .project-title {
  color: var(--primary-white);
}
.project-cards-container .demo-project-card:hover .project-content p {
  color: var(--primary-white);
}
.project-cards-container .demo-project-card:hover .project-content .line {
  display: block;
  opacity: 1;
  transform: translateY(0px);
  margin-bottom: 4rem;
}
.project-cards-container .demo-project-card:hover .project-content .read-more {
  opacity: 1;
  transform: translateY(0px); /* Moves content up */
  bottom: 3rem;
  right: 4rem;
}

.project-cards-container {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.project-cards-container.active {
  display: block;
  opacity: 1;
}

.colored-slider-btns .slider-btn svg {
  fill: var(--primary-color) !important;
}

.project-col-section {
  padding: 15rem 0 20rem 0;
}
@media (max-width: 991px) {
  .project-col-section {
    padding: 10rem 0 15rem 0;
  }
}
@media (max-width: 991px) {
  .project-col-section {
    padding: 5rem 0 10rem 0;
  }
}
.project-col-section .heading {
  text-align: center;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .project-col-section .heading {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .project-col-section .heading {
    max-width: 100%;
  }
}
.project-col-section .project-wrapper {
  display: grid;
  gap: 3rem;
}
.project-col-section .project-wrapper .project-card {
  background-color: var(--secondary-button-bg);
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .project-col-section .project-wrapper .project-card {
  clip-path: var(--slope-clip-top-left-3);
}
.project-col-section .project-wrapper .project-card .project-img-block {
  height: 318px;
}
.project-col-section .project-wrapper .project-card .project-img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-col-section .project-wrapper .project-card .project-card-content {
  padding: 4rem;
}
.project-col-section .project-wrapper .project-card .project-card-content .main-title {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--feature-font-size);
  color: var(--secondary-color);
  line-height: 40px;
  margin-bottom: 4rem;
}
.project-col-section .project-wrapper .project-card .project-card-content .info-block {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
.project-col-section .project-wrapper .project-card .project-card-content .info .title {
  font-family: var(--jakarta-font-family);
  font-weight: 700;
  font-size: var(--sub-heading-font-size);
  text-transform: uppercase;
  color: var(--primary-color);
  letter-spacing: 1.6px;
}
.project-col-section .project-wrapper .project-card .project-card-content .info p {
  margin-top: 1rem;
  line-height: 34px;
}
.project-col-section .project-wrapper .project-card .project-card-content .btn {
  margin-top: 4rem;
}
.project-col-section .project-wrapper .project-card .project-card-content .btn .text-two {
  transform: translate(50%, 275%);
}
.project-col-section .project-wrapper .project-card .project-card-content .btn:hover .text-two {
  transform: translate(50%, -50%);
}
.project-col-section .project-wrapper .project-card .project-card-content .btn.primary {
  background-color: var(--primary-color);
}
.project-col-section .project-wrapper .project-card .project-card-content .btn.primary::before {
  background: var(--secondary-color);
}
.project-col-section .project-wrapper .project-card .project-card-content .btn.primary .text-one {
  color: var(--primary-white);
}
.project-col-section .project-wrapper .project-card .project-card-content .btn.primary .text-one svg {
  fill: var(--primary-white);
}
.project-col-section .project-wrapper .project-card .project-card-content .btn.primary .text-two {
  color: var(--primary-white);
}
.project-col-section .project-wrapper .project-card .project-card-content .btn.primary .text-two svg {
  fill: var(--primary-white);
}
.project-col-section .project-wrapper .demo-project-card {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}
.project-col-section .project-wrapper .demo-project-card .project-card-img {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .project-col-section .project-wrapper .demo-project-card .project-card-img {
  clip-path: var(--slope-clip-top-left-3);
}
.project-col-section .project-wrapper .demo-project-card .project-card-img img {
  object-fit: cover;
  width: 100%;
  max-height: 70rem;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .project-col-section .project-wrapper .demo-project-card .project-card-img {
    height: auto;
  }
}
.project-col-section .project-wrapper .demo-project-card .project-content {
  padding: 4rem;
  background-color: var(--secondary-button-bg);
  clip-path: var(--slope-clip-bottom-right-3);
  position: absolute;
  bottom: calc(var(--slope-value-3) * -1);
  width: 88%;
  margin-right: 2.4rem;
  z-index: 1;
  transition: transform 0.4s ease-in-out, padding-bottom 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
[dir=rtl] .project-col-section .project-wrapper .demo-project-card .project-content {
  clip-path: var(--slope-clip-bottom-left-3);
}
@media (max-width: 767px) {
  .project-col-section .project-wrapper .demo-project-card .project-content {
    width: 90%;
  }
}
.project-col-section .project-wrapper .demo-project-card .project-content .project-title {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--medium-font-size);
  line-height: 34px;
  color: var(--secondary-color);
  transition: color 0.4s ease-in-out;
}
.project-col-section .project-wrapper .demo-project-card .project-content p {
  font-weight: 600;
  font-size: var(--sm-title-font-size);
  color: var(--primary-color);
  line-height: 34px;
  transition: color 0.4s ease-in-out;
}
.project-col-section .project-wrapper .demo-project-card .project-content .line {
  width: 85%;
  height: 1px;
  background-color: rgba(239, 247, 246, 0.4);
  margin: 2.5rem 0;
  display: block;
  position: absolute;
  right: 4rem;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.project-col-section .project-wrapper .demo-project-card .project-content .read-more {
  text-decoration: none;
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--sm-font-size);
  color: var(--primary-white);
  line-height: 34px;
  display: flex;
  opacity: 0;
  width: max-content;
  padding-left: 1rem;
  align-items: center;
  position: absolute;
  bottom: 0rem;
  right: 4rem;
  overflow: hidden; /* Ensures animation stays within bounds */
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, bottom 0.4s ease-in-out;
}
.project-col-section .project-wrapper .demo-project-card .project-content .read-more svg {
  height: 16px;
  fill: var(--primary-white);
  margin-right: 1rem;
  transition: transform 0.4s ease, fill 0.4s ease; /* Smooth icon animation */
}
[dir=rtl] .project-col-section .project-wrapper .demo-project-card .project-content .read-more svg {
  rotate: 180deg;
}
.project-col-section .project-wrapper .demo-project-card:hover .project-card-img img {
  transform: scale(1.1); /* Adjust the scale factor as needed */
}
.project-col-section .project-wrapper .demo-project-card:hover .project-content {
  background-color: var(--primary-color);
  padding-bottom: 11rem;
}
.project-col-section .project-wrapper .demo-project-card:hover .project-content .project-title {
  color: var(--primary-white);
}
.project-col-section .project-wrapper .demo-project-card:hover .project-content p {
  color: var(--primary-white);
}
.project-col-section .project-wrapper .demo-project-card:hover .project-content .line {
  display: block;
  opacity: 1;
  transform: translateY(0px);
  margin-bottom: 4rem;
}
.project-col-section .project-wrapper .demo-project-card:hover .project-content .read-more {
  opacity: 1;
  transform: translateY(0px); /* Moves content up */
  bottom: 3rem;
  right: 4rem;
}
.project-col-section .project-wrapper.grid-2col {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .project-col-section .project-wrapper.grid-2col {
    grid-template-columns: 1fr;
  }
}
.project-col-section .project-wrapper.grid-3col {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .project-col-section .project-wrapper.grid-3col {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .project-col-section .project-wrapper.grid-3col {
    grid-template-columns: 1fr;
  }
}
.project-col-section .project-wrapper.grid-4col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
  .project-col-section .project-wrapper.grid-4col {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .project-col-section .project-wrapper.grid-4col {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .project-col-section .project-wrapper.grid-4col {
    grid-template-columns: 1fr;
  }
}

.demo-projects-section {
  padding: 15rem 0 20rem 0;
  background: radial-gradient(circle at bottom right, var(--primary-color) 0, var(--secondary-color) 30%);
  position: relative;
  clip-path: var(--slope-clip-top-left-5);
}
.demo-projects-section .grid-icon {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  stroke: var(--primary-color);
  bottom: 50px;
  right: 50px;
  z-index: 10;
}
@media (max-width: 991px) {
  .demo-projects-section .grid-icon {
    display: none;
  }
}
.demo-projects-section .heading-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.demo-projects-section .heading-wrapper .main-heading {
  color: var(--primary-white);
  max-width: 76%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .demo-projects-section .heading-wrapper .main-heading {
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .demo-projects-section .heading-wrapper .main-heading {
    max-width: 100%;
  }
}
.demo-projects-section .heading-wrapper .project-slider-btns {
  display: flex;
  gap: 2rem;
}
.demo-projects-section .heading-wrapper .project-slider-btns .slider-btn {
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-size: 4rem;
  aspect-ratio: 1/1;
  min-width: 4.4rem;
  min-height: 4.4rem;
  flex-basis: min-content;
}
.demo-projects-section .heading-wrapper .project-slider-btns .slider-btn svg {
  height: 4rem;
  width: auto;
  fill: var(--primary-white);
}
@media (max-width: 991px) {
  .demo-projects-section .heading-wrapper {
    flex-direction: column;
    gap: 5rem;
    align-items: flex-start;
  }
}
.demo-projects-section .swiper {
  width: 100%;
  height: 100%;
}
.demo-projects-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.demo-projects-section .swiper {
  overflow: visible;
}
.demo-projects-section .project-card {
  position: relative;
  width: 100%;
}
.demo-projects-section .project-card .project-card-img {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .demo-projects-section .project-card .project-card-img {
  clip-path: var(--slope-clip-top-left-3);
}
.demo-projects-section .project-card .project-card-img img {
  width: 100%;
  max-height: 100%;
  transition: transform 0.4s ease-in-out;
}
.demo-projects-section .project-card .project-content {
  padding: 4rem;
  background-color: var(--primary-white);
  clip-path: var(--slope-clip-bottom-right-3);
  position: absolute;
  bottom: calc(var(--slope-value-3) * -1);
  width: 88%;
  margin-right: 4rem;
  margin-left: 4rem;
  z-index: 1;
  transition: transform 0.4s ease-in-out, padding-bottom 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
[dir=rtl] .demo-projects-section .project-card .project-content {
  clip-path: var(--slope-clip-bottom-left-3);
}
.demo-projects-section .project-card .project-content .project-title {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--medium-font-size);
  line-height: 34px;
  color: var(--secondary-color);
  transition: color 0.4s ease-in-out;
}
.demo-projects-section .project-card .project-content p {
  font-weight: 600;
  font-size: var(--sm-title-font-size);
  color: var(--primary-color);
  line-height: 34px;
  transition: color 0.4s ease-in-out;
}
.demo-projects-section .project-card .project-content .line {
  width: 85%;
  height: 1px;
  background-color: rgba(239, 247, 246, 0.4);
  margin: 2.5rem 0;
  display: block;
  position: absolute;
  right: 4rem;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.demo-projects-section .project-card .project-content .read-more {
  text-decoration: none;
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--sm-font-size);
  color: var(--primary-white);
  line-height: 34px;
  display: flex;
  opacity: 0;
  width: max-content;
  padding-left: 1rem;
  align-items: center;
  position: absolute;
  bottom: 0rem;
  right: 4rem;
  overflow: hidden; /* Ensures animation stays within bounds */
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, bottom 0.4s ease-in-out;
}
.demo-projects-section .project-card .project-content .read-more svg {
  height: 16px;
  fill: var(--primary-white);
  margin-right: 1rem;
  transition: transform 0.4s ease, fill 0.4s ease; /* Smooth icon animation */
}
[dir=rtl] .demo-projects-section .project-card .project-content .read-more svg {
  rotate: 180deg;
}
.demo-projects-section .project-card:hover img {
  transform: scale(1.1); /* Adjust the scale factor as needed */
}
.demo-projects-section .project-card:hover .project-content {
  background-color: var(--primary-color);
  padding-bottom: 11rem;
}
.demo-projects-section .project-card:hover .project-content .project-title {
  color: var(--primary-white);
}
.demo-projects-section .project-card:hover .project-content p {
  color: var(--primary-white);
}
.demo-projects-section .project-card:hover .project-content .line {
  display: block;
  opacity: 1;
  transform: translateY(0px);
  margin-bottom: 4rem;
}
.demo-projects-section .project-card:hover .project-content .read-more {
  opacity: 1;
  transform: translateY(0px); /* Moves content up */
  bottom: 3rem;
  right: 4rem;
}
.demo-projects-section .swiper-button-disabled {
  opacity: 0.4;
}

.why-choose-us-section {
  padding: 15rem 0 14rem 0;
}
@media (max-width: 991px) {
  .why-choose-us-section {
    padding: 10rem 0 10rem 0;
  }
}
@media (max-width: 767px) {
  .why-choose-us-section {
    padding: 5rem 0 5rem 0;
  }
}
.why-choose-us-section .headings {
  text-align: center;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .why-choose-us-section .headings {
    max-width: 100%;
  }
}
.why-choose-us-section .headings-wrapper {
  text-align: center;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .why-choose-us-section .headings-wrapper {
    max-width: 100%;
  }
}
.why-choose-us-section .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 1200px) {
  .why-choose-us-section .cards-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .why-choose-us-section .cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .why-choose-us-section .cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.why-choose-us-section .cards-wrapper .service-card {
  padding: 4rem;
  background-color: var(--secondary-button-bg);
  clip-path: var(--slope-clip-top-right-3);
  box-shadow: -1px 1.732px 4px 0px rgba(16, 37, 33, 0.04);
  transition: background-color 0.4s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}
[dir=rtl] .why-choose-us-section .cards-wrapper .service-card {
  clip-path: var(--slope-clip-top-left-3);
}
.why-choose-us-section .cards-wrapper .service-card .icon svg {
  height: 8rem;
  width: 8rem;
  fill: var(--primary-color);
  transition: height 0.4s ease-in-out, width 0.4s ease-in-out, fill 0.4s ease-in-out;
}
.why-choose-us-section .cards-wrapper .service-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 10rem;
  transition: transform 0.4s ease-in-out, margin-top 0.4s ease-in-out;
}
.why-choose-us-section .cards-wrapper .service-card .card-content .card-title {
  font-family: var(--jakarta-font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: var(--secondary-color);
  transition: color 0.4s ease-in-out;
}
.why-choose-us-section .cards-wrapper .service-card .card-content p {
  transition: color 0.4s ease-in-out;
}
.why-choose-us-section .cards-wrapper .service-card .card-content .read-more {
  text-decoration: none;
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--sm-font-size);
  color: var(--primary-white);
  line-height: 34px;
  display: flex;
  opacity: 0;
  width: max-content;
  padding-left: 1rem;
  align-items: center;
  position: absolute;
  bottom: -6rem;
  right: 0;
  overflow: hidden; /* Ensures animation stays within bounds */
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.why-choose-us-section .cards-wrapper .service-card .card-content .read-more svg {
  height: 16px;
  fill: var(--primary-color);
  margin-right: 1rem;
  transition: transform 0.3s ease, fill 0.3s ease; /* Smooth icon animation */
}
[dir=rtl] .why-choose-us-section .cards-wrapper .service-card .card-content .read-more svg {
  rotate: 180deg;
}
.why-choose-us-section .cards-wrapper .service-card:hover {
  background-color: var(--primary-color);
}
.why-choose-us-section .cards-wrapper .service-card:hover .icon svg {
  height: 5rem;
  width: 5rem;
  fill: var(--primary-white);
}
.why-choose-us-section .cards-wrapper .service-card:hover .card-content {
  transform: translateY(0px); /* Moves content up */
  margin-top: 5rem; /* Reduce margin on hover */
}
.why-choose-us-section .cards-wrapper .service-card:hover .card-content .card-title {
  color: var(--primary-white);
}
.why-choose-us-section .cards-wrapper .service-card:hover .card-content p {
  color: var(--primary-white);
}
@media (max-width: 767px) {
  .why-choose-us-section .cards-wrapper .service-card:hover .card-content {
    margin-bottom: 6rem;
  }
}
.why-choose-us-section .cards-wrapper .service-card:hover .card-content .read-more {
  opacity: 1;
  transform: translateY(0px); /* Moves content up */
  color: var(--primary-white);
  bottom: -6rem;
  right: 0rem;
}
.why-choose-us-section .cards-wrapper .service-card:hover .card-content .read-more svg {
  fill: var(--primary-white);
}
.why-choose-us-section .service-btns {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .why-choose-us-section .service-btns {
    flex-direction: column;
  }
}
.why-choose-us-section .service-btns .primary::before {
  background: var(--bg-light);
}
.why-choose-us-section .service-btns .secondary {
  background-color: var(--bg-light);
}
.why-choose-us-section .service-btns .secondary .text-one {
  color: var(--secondary-color);
}
.why-choose-us-section .service-btns .secondary .text-one svg {
  fill: var(--secondary-color);
}
.why-choose-us-section .service-btns .btn .text-two, .why-choose-us-section .service-btns .btn:link .text-two, .why-choose-us-section .service-btns .btn:visited .text-two {
  transform: translate(50%, 300%);
}
.why-choose-us-section .service-btns .btn:hover .text-two, .why-choose-us-section .service-btns .btn:link:hover .text-two, .why-choose-us-section .service-btns .btn:visited:hover .text-two {
  transform: translate(50%, -50%);
}
.why-choose-us-section .service-btns-block {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .why-choose-us-section .service-btns-block {
    flex-direction: column;
  }
}
.why-choose-us-section.services-4-col-section {
  padding: 20rem 0 25rem;
}
@media (max-width: 991px) {
  .why-choose-us-section.services-4-col-section {
    padding: 10rem 0 15rem 0;
  }
}
@media (max-width: 767px) {
  .why-choose-us-section.services-4-col-section {
    padding: 5rem 0 15rem 0;
  }
}
.why-choose-us-section .services-4-col {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .why-choose-us-section .services-4-col {
    padding-top: 2rem;
  }
}
.why-choose-us-section .services-3-col {
  padding-top: 5rem;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  .why-choose-us-section .services-3-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .why-choose-us-section .services-3-col {
    grid-template-columns: 1fr;
    padding-top: 2rem;
  }
}
.why-choose-us-section .services-2-col {
  padding-top: 5rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .why-choose-us-section .services-2-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .why-choose-us-section .services-2-col {
    grid-template-columns: 1fr;
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .why-choose-us-section .services-2-col {
    padding-top: 2rem;
  }
}
.why-choose-us-section.padding-top {
  padding-top: 5rem !important;
}

.intro-section {
  position: relative;
  padding: 15rem 0 15rem 0;
  background: radial-gradient(circle at bottom left, var(--primary-color) 0, var(--secondary-dark-color) 30%);
  background-size: cover;
}
@media (max-width: 991px) {
  .intro-section {
    padding: 10rem 0 10rem 0;
  }
}
@media (max-width: 767px) {
  .intro-section {
    padding: 5rem 0 10rem 0;
  }
}
.intro-section .headings {
  text-align: center;
}
.intro-section .headings .main-heading {
  color: var(--primary-white);
}
.intro-section .toggle-card-wrapper .main-tabs {
  --gap: 1.5rem;
  --width: 50%;
}
.intro-section .toggle-card-wrapper .main-tabs .nav-tabs {
  border: none;
  max-width: 100%;
  margin: auto;
  display: flex;
  gap: 3rem;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.102);
  clip-path: var(--slope-clip-top-right-base);
  padding: 1rem;
}
[dir=rtl] .intro-section .toggle-card-wrapper .main-tabs .nav-tabs {
  clip-path: var(--slope-clip-top-left-base);
}
.intro-section .toggle-card-wrapper .main-tabs .nav-link {
  padding: 2rem 3rem 2rem 3rem;
  clip-path: var(--slope-clip-top-right-base);
  color: var(--primary-white);
  background: none;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
[dir=rtl] .intro-section .toggle-card-wrapper .main-tabs .nav-link {
  clip-path: var(--slope-clip-top-left-base);
}
.intro-section .toggle-card-wrapper .main-tabs .nav-link .button-list-text {
  flex: 1;
  text-align: right;
}
.intro-section .toggle-card-wrapper .main-tabs .nav-link span {
  font-family: var(--jakarta-font-family);
  font-size: var(--sm-title-font-size);
  font-weight: 500;
  letter-spacing: 0px;
}
.intro-section .toggle-card-wrapper .main-tabs.tab-landscape {
  --gap: 1rem;
}
.intro-section .toggle-card-wrapper .main-tabs.tab-landscape .nav-tabs {
  gap: var(--gap);
  margin-bottom: var(--gap);
  width: max-content;
  display: block;
  position: relative;
  z-index: 10;
}
.intro-section .toggle-card-wrapper .main-tabs.tab-landscape .nav-item {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
}
.intro-section .toggle-card-wrapper .main-tabs.tab-landscape .nav-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.4rem 2.5rem 2.2rem 2.5rem;
  border: none;
  cursor: pointer;
  position: relative;
}
.intro-section .toggle-card-wrapper .main-tabs.tab-landscape .nav-link .icon-wrapper {
  margin-bottom: 0;
  display: block;
}
.intro-section .toggle-card-wrapper .tabs-wrapper {
  position: relative;
  z-index: 100;
}
.intro-section .toggle-card-wrapper .main-tabs .nav-link.active,
.intro-section .toggle-card-wrapper .main-tabs .nav-link:hover {
  background-color: var(--main-secondary-color);
}
.intro-section .toggle-card-wrapper .main-tabs .nav-link.active .button-list-text {
  color: var(--color-black);
}
.intro-section .toggle-card-wrapper .main-tabs .nav-link:hover .button-list-text {
  color: var(--color-black);
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper {
  display: none;
}
@media (max-width: 991px) {
  .intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper {
    display: block;
  }
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .selectify {
  max-width: 100%;
  position: relative;
  font-family: var(--jakarta-font-family);
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .selectify .active-wrapper {
  position: relative;
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .selectify .active-wrapper .arrow-icon {
  fill: var(--primary-white);
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .selectify .active-wrapper .arrow-icon {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  fill: var(--primary-white);
  pointer-events: none;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .selectify .active-wrapper .arrow-icon svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  fill: var(--primary-white);
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .icon {
  margin-left: 1.3rem;
  font-size: 3rem;
  height: 3rem;
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .selectify .icon-wrapper {
  flex: 0.1;
  pointer-events: none;
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .selectify .active .icon-wrapper {
  color: var(--global-color-primary);
  fill: var(--global-color-primary);
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .selectify .active {
  display: block;
  padding: 2rem;
  max-width: 100%;
  font-family: var(--jakarta-font-family);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--primary-white);
  clip-path: var(--slope-clip-top-right-base);
  background-color: rgba(255, 255, 255, 0.102);
  cursor: pointer;
  display: flex;
  align-items: center;
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .active .button-list-text {
  fill: var(--color-black);
  color: var(--color-black);
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .button-list-text {
  pointer-events: none;
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .selectify ul {
  position: absolute;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  max-height: 50rem;
  width: 100%;
  clip-path: var(--slope-clip-top-right-base);
  background-color: rgba(255, 255, 255, 0.102);
  list-style: none;
  pointer-events: none;
  z-index: 999999;
  margin: 1rem 0 0 0;
  padding: 2rem 0;
  font-size: 1.8rem;
  color: var(--color-black);
  -webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
[dir=rtl] .intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .selectify ul {
  clip-path: var(--slope-clip-top-left-base);
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .selectify.shown ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .selectify ul {
  background-color: var(--primary-white);
  color: var(--primary-color);
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .selectify ul li {
  padding: 1.5rem 2rem;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: var(--global-color-text-1);
  fill: var(--color-black);
  margin: 0 0.75rem;
  clip-path: var(--slope-clip-top-right-base);
  display: flex;
  align-items: center;
}
[dir=rtl] .intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .selectify ul li {
  clip-path: var(--slope-clip-top-left-base);
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper ul li .icon-wrapper {
  flex: 0.1;
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .selectify ul li.selected {
  color: var(--primary-white);
  background-color: var(--main-secondary-color);
  font-weight: 600;
}
.intro-section .toggle-card-wrapper .main-tabs .selectify-wrapper .selectify li.selected .icon-wrapper {
  color: var(--global-color-primary);
  fill: var(--global-color-primary);
}
.intro-section .toggle-card-wrapper .main-tabs {
  --gap: 1rem;
}
.intro-section .toggle-card-wrapper .main-tabs .tab-content {
  position: relative;
  margin: calc(var(--gap) / 2 * -1);
  transition: all 0.25s ease;
}
.intro-section .toggle-card-wrapper .main-tabs.tab-landscape .tab-content {
  margin: 0;
  padding: 0;
}
.intro-section .toggle-card-wrapper .main-tabs .tab-pane {
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  padding: var(--gap) var(--gap) 0 0;
  width: 100%;
}
.intro-section .toggle-card-wrapper .main-tabs.tab-landscape .tab-pane {
  margin: 0;
  padding: 0;
}
.intro-section .toggle-card-wrapper .main-tabs .tab-pane.first-render {
  opacity: 1;
  visibility: visible;
}
.intro-section .toggle-card-wrapper .main-tabs .tab-content > .active {
  display: block !important;
  z-index: 50;
}
.intro-section .toggle-card-wrapper .main-tabs .tab-pane.active {
  opacity: 1;
}
.intro-section .toggle-card-wrapper .main-tabs .tab-pane > div {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
.intro-section .toggle-card-wrapper .main-tabs .tab-pane.first-render .tab-pane-inner {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.intro-section .toggle-card-wrapper .main-tabs .tab-panel-wrapper {
  padding: 5rem 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10rem;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .intro-section .toggle-card-wrapper .main-tabs .tab-panel-wrapper {
    grid-template-columns: 1fr;
    padding: 2rem 0 2rem 0;
    gap: 3rem;
  }
}
.intro-section .toggle-card-wrapper .main-tabs .pane-content-block .title {
  font-family: var(--jakarta-font-family);
  font-size: var(--medium-font-size);
  color: var(--primary-white);
  font-weight: 600;
  line-height: 40px;
}
.intro-section .toggle-card-wrapper .main-tabs .pane-content-block .description {
  margin-top: 5rem;
}
.intro-section .toggle-card-wrapper .main-tabs .pane-content-block p {
  color: var(--paragraph-md-color);
}
.intro-section .toggle-card-wrapper .main-tabs .pane-content-block .discription-list {
  list-style: none;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .intro-section .toggle-card-wrapper .main-tabs .pane-content-block .discription-list {
    padding: 3rem 0;
  }
}
.intro-section .toggle-card-wrapper .main-tabs .pane-content-block .discription-list .list-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .intro-section .toggle-card-wrapper .main-tabs .pane-content-block .discription-list .list-item {
    gap: 3rem;
    padding: 1.4rem 0;
  }
}
.intro-section .toggle-card-wrapper .main-tabs .pane-content-block .discription-list .list-item .list-icon {
  width: 4rem;
  fill: var(--primary-color);
  line-height: 100px;
}
.intro-section .toggle-card-wrapper .main-tabs .pane-content-block .discription-list .list-item .text {
  font-family: var(--jakarta-font-family);
  font-size: var(--paragraph-font-size);
  color: var(--light-primary-color);
  font-weight: 400;
  line-height: 34px;
}
.intro-section .toggle-card-wrapper .main-tabs .pane-content-block .intro-list {
  padding: 2rem 0;
}
.intro-section .toggle-card-wrapper .main-tabs .pane-content-block .intro-list .list-item .text {
  color: var(--primary-white);
  font-weight: 600;
}
.intro-section .toggle-card-wrapper .main-tabs .pane-content-block .intro-list .list-item .text p {
  display: inline;
}
.intro-section .toggle-card-wrapper .main-tabs .pane-content-block .intro-btns {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .intro-section .toggle-card-wrapper .main-tabs .pane-content-block .intro-btns {
    flex-direction: column;
  }
  .intro-section .toggle-card-wrapper .main-tabs .pane-content-block .intro-btns .btn {
    width: 100%;
  }
}
.intro-section .toggle-card-wrapper .main-tabs .img-block {
  position: relative;
}
.intro-section .toggle-card-wrapper .main-tabs .img-block .image {
  width: 100%;
  object-fit: cover;
  height: auto;
  clip-path: var(--slope-clip-top-right-3);
}
.intro-section .toggle-card-wrapper .main-tabs .img-block .about-banner {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 2.8rem;
  max-width: 410px;
  background-color: var(--primary-color);
  clip-path: var(--slope-clip-bottom-left-3);
  padding: 4rem;
  position: absolute;
  right: calc(var(--slope-value-3) * -1);
  bottom: 3rem;
}
[dir=rtl] .intro-section .toggle-card-wrapper .main-tabs .img-block .about-banner {
  clip-path: var(--slope-clip-bottom-right-3);
}
@media (max-width: 767px) {
  .intro-section .toggle-card-wrapper .main-tabs .img-block .about-banner {
    max-width: 350px;
    margin-right: 1rem;
    padding: 3.4rem;
  }
}
.intro-section .toggle-card-wrapper .main-tabs .img-block .about-banner img {
  height: 45px;
  width: 40px;
}
.intro-section .toggle-card-wrapper .main-tabs .img-block .about-banner .banner-inner-text {
  font-size: var(--paragraph-font-size);
  font-family: var(--jakarta-font-family);
  color: var(--primary-white);
  font-weight: 600;
  line-height: 1.294;
  width: 70%;
}
@media (max-width: 991px) {
  .intro-section .toggle-card-wrapper .main-tabs .mobile-hidden {
    display: none !important;
  }
}
.intro-section .grid-icon {
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  stroke: var(--page-bg-color);
  bottom: 50px;
  left: 50px;
  z-index: 10;
}
@media (max-width: 991px) {
  .intro-section .grid-icon {
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .intro-section .grid-icon {
    display: none;
  }
}

.preloader {
  position: fixed;
  top: 0;
  right: 50%;
  width: 200vw;
  height: 200vh;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  background-color: var(--page-bg-color);
  z-index: 999999999;
}

@media (max-width: 991px) {
  .preloader {
    width: 100vh;
    height: 100vh;
  }
}
.preloader-icon {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.preloader .preloader-icon-container {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: auto;
  --icon-color: var(--primary-color);
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.preloader .preloader-icon-container .animated-preloader {
  display: inline-block;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--primary-color);
  clip-path: var(--slope-clip-top-right-base);
}

.preloader .preloader-icon-container .animated-preloader:after {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: var(--slope-clip-top-right-base);
  background: var(--page-bg-color);
  -webkit-animation: preloader-inside-white 1s ease-in-out infinite;
  animation: preloader-inside-white 1s ease-in-out infinite;
}

.preloader .preloader-icon-container .animated-preloader:before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  clip-path: var(--slope-clip-top-right-base);
  background: var(--primary-color);
  -webkit-animation: preloader-inside-red 1s ease-in-out infinite;
  animation: preloader-inside-red 1s ease-in-out infinite;
}

@media (max-width: 991px) {
  .preloader .preloader-icon-container {
    width: 50px;
    height: 50px;
  }
}
@-webkit-keyframes preloader-inside-white {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes preloader-inside-white {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes preloader-inside-red {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes preloader-inside-red {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes rotate90 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
@keyframes rotate180 {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@keyframes rotate270 {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-270deg);
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(-270deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.pricing-plan-section .accordion {
  padding-top: 3rem;
}
.pricing-plan-section .accordion .accordion-item {
  border: none;
  background-color: var(--primary-white);
  clip-path: var(--slope-clip-top-right-3);
  margin-bottom: 3rem;
  transition: all 0.25s ease;
}
.pricing-plan-section .accordion .accordion-header {
  padding: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pricing-plan-section .accordion .accordion-header {
    flex-wrap: wrap;
    gap: 4rem;
  }
}
.pricing-plan-section .accordion button:not(:disabled) {
  cursor: pointer;
}
.pricing-plan-section .accordion .accordion-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: right;
  transition: all 0.25s ease;
  padding: 1.8rem;
  border: none;
  outline: none;
  width: 100%;
  --size: 20px;
  --width: calc(20px * 0.6);
  --height: calc(20px * 0.1);
  border-top: 1px solid var(--paragraph-light-color);
}
.pricing-plan-section .accordion .accordion-button.keep-open[aria-expanded=true] {
  pointer-events: none;
}
.pricing-plan-section .accordion .accordion-button,
.pricing-plan-section .accordion .accordion-button:focus {
  box-shadow: none;
}
.pricing-plan-section .accordion .accordion-header .title {
  display: inline-block;
  font-size: var(--sm-title-font-size);
  font-family: var(--jakarta-font-family);
  color: var(--paragraph-color);
  font-weight: 500;
  line-height: 3rem;
  cursor: pointer;
  max-width: 280px;
}
.pricing-plan-section .accordion .accordion-header .price h5 {
  font-family: var(--jakarta-font-family);
  font-size: var(--sub-heading-font-size);
  text-transform: uppercase;
  color: var(--paragraph-color);
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 2px;
}
.pricing-plan-section .accordion .accordion-header .price h3 {
  font-family: var(--jakarta-font-family);
  font-size: 4rem;
  font-weight: 500;
  color: var(--secondary-color);
}
.pricing-plan-section .accordion .accordion-header .primary::before {
  background: var(--page-bg-color);
}
.pricing-plan-section .accordion .accordion-button::after {
  display: none;
}
.pricing-plan-section .accordion .accordion-button,
.pricing-plan-section .accordion .accordion-button:not(.collapsed) {
  color: var(--primary-white);
  background: none;
  box-shadow: none;
}
.pricing-plan-section .accordion .accordion-button.collapsed::after,
.pricing-plan-section .accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
}
.pricing-plan-section .accordion .collapse:not(.show) {
  display: none;
}
.pricing-plan-section .accordion .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .pricing-plan-section .accordion .collapsing {
    transition: none;
  }
}
.pricing-plan-section .accordion .collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .pricing-plan-section .accordion .collapsing.collapse-horizontal {
    transition: none;
  }
}
.pricing-plan-section .accordion .accordion-button .icon {
  display: inline-block;
  position: relative;
  padding: 12px;
}
.pricing-plan-section .accordion .accordion-button .icon::after,
.pricing-plan-section .accordion .accordion-button .icon::before {
  position: absolute;
  display: inline-block;
  background-color: var(--paragraph-color);
  content: "";
  width: 22px;
  height: 2px;
  top: 12px;
  right: 12px;
  transform: translate(10px, -10px);
  transition: transform 0.5s ease;
  border-radius: 3px;
}
.pricing-plan-section .accordion .accordion-button.collapsed .icon::after {
  transform: translate3d(-4px, 9px, 0) translate(10px, -10px) rotate(-90deg);
}
.pricing-plan-section .accordion .accordion-button.collapsed .icon::before {
  transform: translate3d(-4px, 9px, 0) translate(10px, -10px);
}
.pricing-plan-section .accordion .accordion-button:not(.collapsed) .icon::after {
  transform: translate3d(-4px, 9px, 0) translate(10px, -10px) rotate(-135deg);
}
.pricing-plan-section .accordion .accordion-button:not(.collapsed) .icon::before {
  transform: translate3d(-4px, 9px, 0) translate(10px, -10px) rotate(135deg);
}
.pricing-plan-section .accordion .accordion-body {
  padding: 0 4rem 4rem;
}
.pricing-plan-section .accordion .accordion-body .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pricing-plan-section .accordion .accordion-body .list-wrapper {
    grid-template-columns: 1fr;
  }
}
.pricing-plan-section .accordion .accordion-body .list {
  list-style: none;
}
.pricing-plan-section .accordion .accordion-body .list .item {
  margin-bottom: 5px;
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
.pricing-plan-section .accordion .accordion-body .list .item .icon {
  min-height: 2rem;
  fill: var(--primary-color);
}
[dir=rtl] .pricing-plan-section .accordion .accordion-body .list .item .icon {
  rotate: 180deg;
}
.pricing-plan-section .accordion .accordion-body .list .item p {
  font-weight: 500;
  font-size: var(--sm-title-font-size);
}

.contact-block-container {
  margin-top: calc(var(--slope-value-5) * -1);
}
.contact-block-container .container {
  position: relative;
}
.contact-block-container .contact-block-wrapper {
  background-image: url(48d951f19c0d2a1ee69f.png);
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: var(--slope-clip-top-right-5);
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
  align-items: center;
  padding: 5rem 5rem;
  position: relative;
}
@media (max-width: 991px) {
  .contact-block-container .contact-block-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .contact-block-container .contact-block-wrapper {
    padding-top: 18rem;
  }
}
[dir=rtl] .contact-block-container .contact-block-wrapper {
  clip-path: var(--slope-clip-top-left-5);
}
.contact-block-container .contact-block-wrapper .contact-block {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  position: relative;
  justify-content: end;
}
.contact-block-container .contact-block-wrapper .contact-block .contact-text {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: 4rem;
  color: var(--primary-white);
  max-width: 80%;
  letter-spacing: -0.32px;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .contact-block-container .contact-block-wrapper .contact-block .contact-text {
    max-width: 72%;
  }
}
@media (max-width: 767px) {
  .contact-block-container .contact-block-wrapper .contact-block .contact-text {
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-block-container .contact-block-wrapper .contact-block {
    flex-direction: column;
  }
}
.contact-block-container .contact-block-wrapper .contact-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-block-container .contact-block-wrapper .contact-btns {
    flex-direction: column;
  }
}
.contact-block-container .logo-block {
  width: 149px;
  height: 149px;
  background-color: var(--primary-color);
  clip-path: var(--slope-clip-bottom-left-3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 6rem;
  bottom: calc(0% - var(--slope-value-3));
}
[dir=rtl] .contact-block-container .logo-block {
  clip-path: var(--slope-clip-bottom-right-3);
}
@media (max-width: 991px) {
  .contact-block-container .logo-block {
    height: 120px;
    width: 120px;
    bottom: 25%;
    right: 8rem;
  }
}
@media (max-width: 767px) {
  .contact-block-container .logo-block {
    height: 80px;
    width: 80px;
    top: 5rem;
    right: 50%;
    transform: translateX(50%);
    clip-path: var(--slope-clip-bottom-left-base);
  }
  [dir=rtl] .contact-block-container .logo-block {
    clip-path: var(--slope-clip-bottom-right-base);
  }
}
.contact-block-container .logo-block .logo-img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .contact-block-container .logo-block .logo-img {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .contact-block-container .logo-block .logo-img {
    max-width: 30%;
  }
}

.contact-cards-section {
  position: relative;
  z-index: 1;
  margin-top: calc(var(--slope-value-3) * -1);
}
.contact-cards-section .contact-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .contact-cards-section .contact-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .contact-cards-section .contact-cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.contact-cards-section .contact-cards-wrapper .contact-card {
  background-color: var(--semi-black-color);
  clip-path: var(--slope-clip-top-right-3);
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
[dir=rtl] .contact-cards-section .contact-cards-wrapper .contact-card {
  clip-path: var(--slope-clip-top-left-3);
}
.contact-cards-section .contact-cards-wrapper .contact-card .icon {
  height: 5rem;
  fill: var(--primary-color);
}
.contact-cards-section .contact-cards-wrapper .contact-card .contact-text {
  text-align: left;
}
.contact-cards-section .contact-cards-wrapper .contact-card .contact-text .title {
  font-family: var(--jakarta-font-family);
  font-weight: 700;
  color: var(--primary-color);
  font-size: var(--sub-heading-font-size);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 30px;
}
.contact-cards-section .contact-cards-wrapper .contact-card .contact-text .link {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  color: var(--primary-white);
  font-size: var(--paragraph-font-size);
  text-decoration: none;
}

.contact-detail-section {
  padding: 20rem 0;
}
@media (max-width: 991px) {
  .contact-detail-section {
    padding: 10rem 0;
  }
}
@media (max-width: 767px) {
  .contact-detail-section {
    padding: 5rem 0 10rem;
  }
}
.contact-detail-section .contact-detail-wrapper .main-heading {
  max-width: 70%;
}
@media (max-width: 767px) {
  .contact-detail-section .contact-detail-wrapper .main-heading {
    max-width: 100%;
  }
}
.contact-detail-section .contact-detail-wrapper .contact-cards-section {
  margin-top: 0;
}
.contact-detail-section .contact-detail-wrapper .contact-cards-section .contact-cards-wrapper .contact-card {
  position: relative; /* Enable pseudo-element positioning */
  background-color: var(--secondary-button-bg);
  clip-path: var(--slope-clip-top-right-3);
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
  overflow: hidden; /* Prevent pseudo-element overflow */
  transition: all 0.3s ease-in-out; /* Smooth transition for the background and other properties */
}
[dir=rtl] .contact-detail-section .contact-detail-wrapper .contact-cards-section .contact-cards-wrapper .contact-card {
  clip-path: var(--slope-clip-top-left-3);
}
.contact-detail-section .contact-detail-wrapper .contact-cards-section .contact-cards-wrapper .contact-card .icon {
  height: 5rem;
  fill: var(--primary-color);
  transition: fill 0.8s ease-in-out;
  z-index: 1;
}
.contact-detail-section .contact-detail-wrapper .contact-cards-section .contact-cards-wrapper .contact-card .contact-text {
  text-align: left;
  position: relative; /* Ensure text is above the pseudo-element */
  z-index: 1;
}
.contact-detail-section .contact-detail-wrapper .contact-cards-section .contact-cards-wrapper .contact-card .contact-text .title {
  font-family: var(--jakarta-font-family);
  font-weight: 700;
  color: var(--primary-color);
  font-size: var(--sub-heading-font-size);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 30px;
  transition: color 0.8s ease-in-out; /* Smooth color change */
}
.contact-detail-section .contact-detail-wrapper .contact-cards-section .contact-cards-wrapper .contact-card .contact-text .link {
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  color: var(--secondary-color);
  font-size: var(--paragraph-font-size);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: end;
  gap: 6rem;
}
@media (max-width: 991px) {
  .contact-detail-section .contact-detail-wrapper .form-call-wrapper {
    grid-template-columns: 1fr;
  }
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .main-heading {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .form-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .form-block {
    grid-template-columns: 1fr;
  }
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .form-group {
  width: 100%;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .form-group input[type=text],
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .form-group input[type=email],
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .form-group input[type=url],
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .form-group input[type=tel],
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .form-group textarea {
  outline: none;
  width: 100%;
  padding: 18px 20px;
  border: none;
  box-sizing: border-box;
  font-family: var(--jakarta-font-family);
  font-weight: 400;
  line-height: 1.2;
  color: var(--paragraph-color);
  font-size: var(--sm-font-size);
  background-color: var(--secondary-button-bg);
  box-shadow: -1px 1.732px 4px 0px var(--transparent-secondary-color);
  clip-path: var(--slope-clip-top-right-base);
}
[dir=rtl] .contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .form-group input[type=text],
[dir=rtl] .contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .form-group input[type=email],
[dir=rtl] .contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .form-group input[type=url],
[dir=rtl] .contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .form-group input[type=tel],
[dir=rtl] .contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .form-group textarea {
  clip-path: var(--slope-clip-top-left-base);
  text-align: right;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .form-group textarea {
  width: 100%;
  height: 185px;
  resize: none;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .custom-dropdown {
  position: relative;
  display: inline-block;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .custom-dropdown .dropdown-form-button {
  width: 100%;
  padding: 18px 20px;
  font-family: var(--jakarta-font-family);
  font-size: var(--sm-font-size);
  line-height: 1.2;
  color: var(--paragraph-color);
  background-color: var(--secondary-button-bg);
  text-align: right;
  border: none;
  box-shadow: -1px 1.732px 4px 0px var(--transparent-secondary-color);
  clip-path: var(--slope-clip-top-right-base);
  cursor: pointer;
  position: relative;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .custom-dropdown .dropdown-form-button::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  mask: url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"%3E%3Cpath d=\"M271.1 176H48.08c-42.63 0-64.25 51.77-33.88 81.9l111.9 112c18.63 18.76 49.13 18.76 67.88 0l112-112C335.1 227.8 314.7 176 271.1 176zM159.1 336L47.96 224H271.1L159.1 336z\"%2F%3E%3C%2Fsvg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 512\"%3E%3Cpath d=\"M271.1 176H48.08c-42.63 0-64.25 51.77-33.88 81.9l111.9 112c18.63 18.76 49.13 18.76 67.88 0l112-112C335.1 227.8 314.7 176 271.1 176zM159.1 336L47.96 224H271.1L159.1 336z\"%2F%3E%3C%2Fsvg%3E");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .custom-dropdown .dropdown-form-menu {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .custom-dropdown .dropdown-form-menu li {
  padding: 14px 20px;
  font-family: var(--jakarta-font-family);
  font-size: var(--sm-font-size);
  cursor: pointer;
  color: var(--paragraph-color);
  transition: all 0.3s ease;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .custom-dropdown .dropdown-form-menu li:hover {
  background-color: var(--primary-color);
  color: var(--primary-white);
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .btn {
  width: 50%;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form .btn {
    width: 100%;
  }
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form #mainSuccessMessage {
  font-size: var(--btn-font-size);
  font-weight: bold;
  font-family: var(--jakarta-font-family);
  text-align: center;
  color: var(--secondary-color);
  margin-top: 15px;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .main-contact-form .form #errorContainer {
  font-size: var(--btn-font-size);
  font-weight: bold;
  font-family: var(--jakarta-font-family);
  text-align: center;
  margin-top: 15px;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .image-container {
  display: flex;
  align-items: center;
  position: relative;
  gap: 0;
  margin-bottom: 2rem;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .image-container .image-wrapper {
  width: 67px;
  height: 66px;
  border-radius: 50%;
  border: 4px solid var(--primary-white);
  box-shadow: -1px 1.732px 4px 0px var(--transparent-secondary-color);
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .image-container .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
[dir=rtl] .contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .image-container .image-wrapper img {
  object-position: left;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .image-container .image-wrapper:nth-child(2) {
  margin-right: -20px; /* Overlaps with the first image */
  z-index: 2;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .image-container .image-wrapper:nth-child(3) {
  margin-right: -20px; /* Overlaps with the second image */
  z-index: 1;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .main-heading {
  font-size: var(--feature-font-size);
  letter-spacing: 0;
  margin-bottom: 4rem;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .call-form-container {
  margin-top: 3rem;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .call-form-container form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .call-form-container form .form-group {
  width: 100%;
}
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .call-form-container form .form-group input[type=text],
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .call-form-container form .form-group input[type=date],
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .call-form-container form .form-group input[type=time],
.contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .call-form-container form .form-group input[type=tel] {
  outline: none;
  width: 100%;
  padding: 18px 20px;
  border: none;
  box-sizing: border-box;
  font-family: var(--jakarta-font-family);
  font-weight: 400;
  line-height: 1.2;
  color: var(--paragraph-color);
  font-size: var(--sm-font-size);
  background-color: var(--secondary-button-bg);
  box-shadow: -1px 1.732px 4px 0px var(--transparent-secondary-color);
  clip-path: var(--slope-clip-top-right-base);
}
[dir=rtl] .contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .call-form-container form .form-group input[type=text],
[dir=rtl] .contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .call-form-container form .form-group input[type=date],
[dir=rtl] .contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .call-form-container form .form-group input[type=time],
[dir=rtl] .contact-detail-section .contact-detail-wrapper .form-call-wrapper .call-section .call-form-container form .form-group input[type=tel] {
  clip-path: var(--slope-clip-top-left-base);
  text-align: right;
}

.map-block {
  background-image: url(d24fac226b519e0f158a.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  clip-path: var(--slope-clip-top-right-5);
  padding: 20rem 0 29rem;
}
[dir=rtl] .map-block {
  clip-path: var(--slope-clip-top-left-5);
}
.map-block .address-block {
  position: relative;
  display: inline-block;
}
.map-block .address-block .address-box {
  background-color: var(--primary-white);
  padding: 4rem;
  display: inline-block;
  position: relative;
  clip-path: var(--slope-clip-top-right-3);
}
[dir=rtl] .map-block .address-block .address-box {
  clip-path: var(--slope-clip-top-left-3);
}
.map-block .address-block .address-box .content .logo-block span {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--jakarta-font-family);
  font-weight: 600;
  font-size: var(--feature-font-size);
  color: var(--primary-color);
}
.map-block .address-block .address-box .content .address {
  margin: 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.map-block .address-block .address-box .content .address p {
  font-size: var(--sm-title-font-size);
  font-weight: 400;
}
.map-block .address-block .address-box .content .btn .text-two {
  transform: translate(50%, 250%);
}
.map-block .address-block .address-box .content .btn:hover .text-two {
  transform: translate(50%, -50%);
}
.map-block .address-block .address-box .content .btn.primary {
  background-color: var(--primary-color);
}
.map-block .address-block .address-box .content .btn.primary::before {
  background: var(--secondary-color);
}
.map-block .address-block .address-box .content .btn.primary .text-one {
  color: var(--primary-white);
}
.map-block .address-block .address-box .content .btn.primary .text-one svg {
  fill: var(--primary-white);
}
.map-block .address-block .address-box .content .btn.primary .text-two {
  color: var(--primary-white);
}
.map-block .address-block .address-box .content .btn.primary .text-two svg {
  fill: var(--primary-white);
}
.map-block .address-block .card-notch {
  position: absolute;
  bottom: -16px;
  right: 10%;
  transform: translateX(50%);
  rotate: 180deg;
  height: 2rem;
  width: 2rem;
}
@media (max-width: 991px) {
  .map-block .address-block .card-notch {
    bottom: -14px;
  }
}
.map-block .address-block .card-notch svg {
  position: relative;
  height: auto;
  width: 100%;
  fill: white;
}
