/*===========================
Project Name: OPTEOM.


/*===========================
  01.COMMON CSS 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Manrope:wght@200..800&display=swap");

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

::-moz-selection {
  background-color: var(--primary-color1);
  color: var(--white-color);
}

::selection {
  background-color: var(--primary-color1);
  color: var(--white-color);
}

:root {
  --font-manrope: "Manrope", sans-serif;
  --font-dmsans: "DM Sans", sans-serif;
  --white-color: #fff;
  --black-color: #000000;
  --black-color-opc: 0, 0, 0;
  --dark-title-color: #1C1A1E;
  --title-color: #000000;
  --title-color-opc: 0, 0, 0;
  --title-color2: #234F40;
  --title-color2-opc: 35, 79, 64;
  --text-color: #00000099;
  --primary-color1: #CB0000;
  --primary-color1-opc: 203, 0, 0;
  --primary-color2: #FB521E;
  --primary-color2-opc: 251, 82, 30;
  --primary-color3: #8ABC46;
  --primary-color3-opc: 138, 188, 70;
  --primary-color4: #234F40;
  --primary-color4-opc: 35, 79, 64;
  --primary-color5: #CB0000;
  --primary-color5-opc: 203, 0, 0;
  --primary-color6: #233AFF;
  --primary-color6-opc: 35, 58, 255;
  --borders-color: #eee;
}


/*================================================
02. Mixins Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-manrope);
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-manrope);
  font-weight: 600;
  line-height: 1.4;
  color: var(--title-color);
}

input {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

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

a {
  text-decoration: none;
}

p {
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
}

.mt-120 {
  margin-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .mb-120 {
    margin-bottom: 70px;
  }
}

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

@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 50px;
  }
}

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

@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

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

@media (max-width: 991px) {
  .mb-70 {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

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

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

@media (max-width: 576px) {
  .mb-45 {
    margin-bottom: 35px;
  }
}

.mt-40 {
  margin-top: 40px;
}

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

@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

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

.mt-50 {
  margin-top: 50px;
}

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

@media (max-width: 767px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

.mt-60 {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
}

body.tt-magic-cursor #magic-cursor {
  display: block;
}

#ball {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  pointer-events: none;
  border-style: solid;
  border-radius: 50%;
  border-color: var(--primary-color1);
  background-color: var(--primary-color1);
  /* Note: border width handled through JS */
}

/* Ball view
============= */
#ball.ball-view {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color1-opc), 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  font-size: 15px;
  font-weight: 600;
  color: var(--white-color);
  font-family: var(--font-dmsans);
  line-height: 1.4;
  text-align: center;
}

#ball .ball-view-inner {
  padding: 0 5px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

#ball .ball-view-inner i {
  font-size: 24px;
}

/* Ball drag
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 16px;
  color: var(--primary-color1);
  height: 10px;
  line-height: 10px;
  /* Font Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f060";
  /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f061";
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

#ball.magnetic-active {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color1-opc), 0.5);
  -webkit-backdrop-filter: blur(1.1px);
  backdrop-filter: blur(1.1px);
  border-color: transparent !important;
}

/* Ball close
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color1);
  line-height: 1;
  text-align: center;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px var(--borders-color);
  background-color: transparent;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap svg {
  fill: none;
  transition: 0.5s;
}

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

.progress-wrap .arrow {
  fill: var(--primary-color1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.progress-wrap:hover {
  background-color: var(--primary-color1);
}

.progress-wrap:hover .arrow {
  fill: var(--white-color);
}

.primary-btn1 {
  background-color: var(--primary-color1);
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 13px;
  color: var(--white-color);
  letter-spacing: 0.48px;
  line-height: 1;
  padding: 22px 52px 22px 26px;
  text-transform: uppercase;
  text-decoration: underline;
  position: relative;
  align-items: center;
  display: inline-flex;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}

.primary-btn1>span {
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: transparent;
  width: 100%;
}

.primary-btn1>span:nth-child(2) {
  text-decoration: underline;
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 26px;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}

.primary-btn1 .arrow {
  fill: rgba(var(--title-color-opc), 0.15);
  position: absolute;
  top: 3px;
  right: 3px;
  transition: 0.5s;
}

.primary-btn1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 102% 102%;
  border-radius: inherit;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  z-index: -1;
}

.primary-btn1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(110%);
  background-color: var(--black-color);
  overflow: hidden;
  transition: opacity 0.5s, transform 0.5s;
  z-index: -1;
}

.primary-btn1:hover {
  color: var(--white-color);
}

.primary-btn1:hover .arrow {
  fill: rgba(255, 255, 255, 0.15);
}

.primary-btn1:hover>span {
  transform: translateY(-150%);
  opacity: 0;
}

.primary-btn1:hover>span:nth-child(2) {
  opacity: 1;
  transform: translate(0%, -50%);
}

.primary-btn1:hover::after {
  transform: translate(0);
  border-radius: 0;
}

.primary-btn1.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}

.primary-btn1.white-bg .arrow {
  fill: rgba(var(--primary-color1-opc), 0.15);
}

.primary-btn1.white-bg::after {
  background-color: var(--primary-color1);
}

.primary-btn1.white-bg:hover {
  color: var(--white-color);
}

.primary-btn1.white-bg:hover .arrow {
  fill: rgba(var(--title-color-opc), 0.15);
}

.primary-btn1.transparent {
  background-color: transparent;
  border: 1px solid var(--black-color);
  color: var(--title-color);
  padding: 21px 52px 21px 26px;
}

.primary-btn1.transparent::after {
  background-color: var(--primary-color1);
}

.primary-btn1.transparent:hover {
  color: var(--white-color);
  border-color: var(--primary-color1);
}

.primary-btn2 {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: end;
  gap: 30px;
  transition: 0.5s;
}

@media (max-width: 576px) {
  .primary-btn2 {
    gap: 20px;
  }
}

.primary-btn2 span {
  white-space: nowrap;
  padding-bottom: 2px;
  position: relative;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}

.primary-btn2 svg {
  margin-bottom: 7px;
  fill: rgba(var(--title-color-opc), 0.15);
  transition: 0.5s;
}

.primary-btn2:hover {
  color: var(--primary-color1);
}

.primary-btn2:hover svg {
  fill: rgba(var(--primary-color1-opc), 0.15);
}

.primary-btn2:hover span {
  background-size: 0 1px;
  background-position: 0% 100%;
}

.primary-btn2.two:hover {
  color: var(--primary-color2);
}

.primary-btn2.two:hover svg {
  fill: rgba(var(--primary-color2-opc), 0.15);
}

.primary-btn2.two:hover span {
  background-size: 0 1px;
  background-position: 0% 100%;
}

.primary-btn2.two.white {
  color: var(--white-color);
}

.primary-btn2.two.white svg {
  fill: rgba(255, 255, 255, 0.15);
}

.primary-btn2.two.white span {
  background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}

.primary-btn2.two.white:hover {
  color: var(--primary-color2);
}

.primary-btn2.two.white:hover svg {
  fill: rgba(var(--primary-color2-opc), 0.3);
}

.primary-btn2.two.white:hover span {
  background-size: 0 1px;
  background-position: 0% 100%;
}

.primary-btn6 {
  background-color: var(--black-color);
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 13px;
  color: var(--white-color);
  letter-spacing: 0.48px;
  line-height: 1;
  padding: 15px 6px 15px 28px;
  text-transform: uppercase;
  text-decoration: underline;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 100px;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .primary-btn6 {
    padding: 12px 6px 12px 24px;
  }
}

.primary-btn6 svg {
  fill: rgba(255, 255, 255, 0.15);
  transition: 0.5s;
}

.primary-btn6::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  background-color: var(--primary-color5);
  transform-origin: right center;
  transform: scaleX(0);
  z-index: -1;
  border-radius: 30px;
  transition: transform 0.7s;
}

.primary-btn6:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.primary-btn6.transparent {
  background-color: transparent;
  border: 1px solid rgba(var(--primary-color5-opc), 0.35);
  color: var(--primary-color5);
  padding: 14px 5px 14px 27px;
}

.primary-btn6.transparent svg {
  fill: rgba(var(--primary-color5-opc), 0.2);
}

.primary-btn6.transparent:hover {
  color: var(--white-color);
}

.primary-btn6.transparent:hover svg {
  fill: rgba(255, 255, 255, 0.15);
}

.primary-btn6.white-bg {
  background-color: var(--white-color);
  color: var(--primary-color5);
}

.primary-btn6.white-bg svg {
  fill: rgba(var(--primary-color5-opc), 0.15);
}

.primary-btn6.white-bg:hover {
  color: var(--white-color);
}

.primary-btn6.white-bg:hover svg {
  fill: rgba(255, 255, 255, 0.15);
}

.select {
  margin-bottom: 25px;
}

.section-title>span {
  color: var(--primary-color1);
  font-family: var(--font-dmsans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 576px) {
  .section-title>span {
    font-size: 13px;
  }
}

.section-title>span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -41px;
  width: 35px;
  height: 1px;
  background-color: var(--primary-color1);
}

.section-title h2 {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .section-title h2 {
    font-size: 56px;
  }
}

@media (max-width: 1399px) {
  .section-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 38px;
    line-height: 1.2;
  }
}

@media (max-width: 576px) {
  .section-title h2 {
    font-size: 34px;
    line-height: 1.3;
  }
}

.section-title p {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
  padding-top: 20px;
}

@media (max-width: 576px) {
  .section-title p {
    padding-top: 15px;
    font-size: 15px;
  }
}

.section-title.white h2 {
  color: var(--white-color);
}

.section-title.white p {
  color: rgba(255, 255, 255, 0.6);
}

.section-title.two span {
  color: var(--primary-color2);
  font-size: 12px;
  padding: 10px 17px;
  background-color: rgba(var(--black-color-opc), 0.05);
}

.section-title.two span::after {
  display: none;
}

.section-title.two h2 {
  font-weight: 600;
}

@media (max-width: 576px) {
  .section-title.two h2 {
    font-size: 32px;
  }
}

.section-title.two.white span {
  background-color: rgba(255, 255, 255, 0.05);
}

.section-title.three h2 {
  font-size: 50px;
  font-weight: 600;
}

@media (max-width: 1399px) {
  .section-title.three h2 {
    font-size: 46px;
  }
}

@media (max-width: 1199px) {
  .section-title.three h2 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .section-title.three h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .section-title.three h2 {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .section-title.three h2 {
    font-size: 32px;
  }
}

.section-title.four span {
  color: var(--primary-color3);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.section-title.four span svg {
  fill: var(--primary-color3);
}

.section-title.four span::after {
  display: none;
}

.section-title.four h2 {
  color: var(--title-color2);
  font-weight: 600;
}

@media (max-width: 576px) {
  .section-title.four h2 {
    font-size: 32px;
  }
}

.section-title.four.white span {
  color: var(--white-color);
}

.section-title.four.text-center span {
  justify-content: center;
}

.section-title.four.white h2 {
  color: var(--white-color);
}

.section-title.four.white p {
  color: rgba(255, 255, 255, 0.6);
}

.section-title.five>span {
  color: var(--primary-color5);
  padding-left: 41px;
}

.section-title.five>span::after {
  right: unset;
  left: 0;
  background-color: var(--primary-color5);
}

@media (max-width: 576px) {
  .section-title.five h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}

.section-title.five h2 span {
  color: rgba(var(--title-color-opc), 0.5);
  font-weight: 400;
}

.section-title.five p {
  max-width: 670px;
  width: 100%;
}

@media (max-width: 576px) {
  .section-title.five p {
    font-size: 14px;
  }
}

.section-title.five.text-center p {
  margin: 0 auto;
}

.slider-btn-grp {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 767px) {
  .slider-btn-grp {
    gap: 40px;
  }
}

@media (max-width: 576px) {
  .slider-btn-grp {
    gap: 30px;
  }
}

.slider-btn-grp .slider-btn {
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  background-color: transparent;
  border: 1px solid rgba(var(--black-color-opc), 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .slider-btn-grp .slider-btn {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
}

.slider-btn-grp .slider-btn i {
  color: rgba(var(--black-color-opc), 0.3);
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 767px) {
  .slider-btn-grp .slider-btn i {
    font-size: 18px;
  }
}

.slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}

.slider-btn-grp .slider-btn:hover i {
  color: var(--white-color);
}

.slider-btn-grp .slider-btn.swiper-button-disabled {
  opacity: 0.5;
}

.slider-btn-grp.white .slider-btn {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-btn-grp.white .slider-btn i {
  color: rgba(255, 255, 255, 0.4);
}

.slider-btn-grp.white .slider-btn:hover {
  border-color: var(--white-color);
  background-color: var(--white-color);
}

.slider-btn-grp.white .slider-btn:hover i {
  color: var(--title-color);
}

.slider-btn-grp.two .slider-btn:hover {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}

.slider-btn-grp.three .slider-btn:hover {
  background-color: var(--primary-color3);
  border-color: var(--primary-color3);
}

.slider-btn-grp.four .slider-btn:hover {
  background-color: var(--primary-color5);
  border-color: var(--primary-color5);
}

.slider-btn-grp.four.white .slider-btn {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.slider-btn-grp.four.white .slider-btn i {
  color: rgba(255, 255, 255, 0.3);
}

.slider-btn-grp.four.white .slider-btn:hover {
  border-color: var(--primary-color5);
  background-color: var(--primary-color5);
}

.slider-btn-grp.four.white .slider-btn:hover i {
  color: var(--white-color);
}

.form-inner {
  line-height: 1;
}

.form-inner label {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin-bottom: 12px;
}

.form-inner input {
  width: 100%;
  background: transparent;
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  height: 44px;
  border: 1px solid rgba(var(--black-color-opc), 0.2);
  border-radius: 5px;
}

.form-inner input::-moz-placeholder {
  color: #A0A0A0;
}

.form-inner input::placeholder {
  color: #A0A0A0;
}

.form-inner input:focus {
  border-color: var(--black-color);
}

.form-inner textarea {
  width: 100%;
  border-radius: 5px;
  background: transparent;
  color: var(--title-color);
  border: 1px solid rgba(var(--black-color-opc), 0.2);
  outline: none;
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 500;
  padding: 20px 25px;
  min-height: 170px;
  resize: none;
}

@media (max-width: 576px) {
  .form-inner textarea {
    padding: 20px 15px;
  }
}

.form-inner textarea:focus {
  border-color: var(--black-color);
}

.form-inner textarea::-moz-placeholder {
  color: #A0A0A0;
}

.form-inner textarea::placeholder {
  color: #A0A0A0;
}

/*=====================================
  03. Header CSS
========================================*/
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }

  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}

@keyframes zoom-In-effect {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

.header-topbar-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-topbar-wrap.sticky .topbar-area {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: unset;
}

.topbar-area {
  position: relative;
  width: 100%;
  z-index: 99;
  padding: 12px 120px;
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  background-color: rgba(var(--black-color-opc), 0.3);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: height 0.4s ease, padding 0.4s ease;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .topbar-area {
    padding: 12px 120px;
  }
}

@media (max-width: 1399px) {
  .topbar-area {
    padding: 12px 120px;
  }
}

@media (max-width: 1199px) {
  .topbar-area {
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {
  .topbar-area {
    padding: 12px 10px;
  }
}

@media (max-width: 576px) {
  .topbar-area {
    padding: 0;
  }
}

.topbar-area .contact-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (max-width: 1199px) {
  .topbar-area .contact-area ul {
    gap: 40px;
  }
}

.topbar-area .contact-area ul li {
  position: relative;
}

.topbar-area .contact-area ul li::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}

@media (max-width: 1199px) {
  .topbar-area .contact-area ul li::before {
    left: -20px;
  }
}

.topbar-area .contact-area ul li:first-child::before {
  display: none;
}

.topbar-area .contact-area ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.5s;
}

.topbar-area .contact-area ul li a svg {
  fill: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
}

.topbar-area .contact-area ul li a:hover {
  color: var(--primary-color5);
}

.topbar-area .contact-area ul li a:hover svg {
  fill: var(--primary-color5);
}

.topbar-area .address-area {
  line-height: 1;
}

.topbar-area .address-area svg {
  fill: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
}

.topbar-area .address-area a {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-manrope);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  transition: 0.5s;
}

.topbar-area .address-area:hover svg {
  fill: var(--primary-color5);
}

.topbar-area .address-area:hover a {
  color: var(--primary-color5);
}

header.style-1 {
  position: relative;
  width: 100%;
  z-index: 999;
  transition: all 0.8s ease-out 0s;
  background-color: transparent;
  padding: 20px 90px;
}

@media (max-width: 1699px) {
  header.style-1 {
    padding: 18px 70px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-1 {
    padding: 18px 30px;
  }
}

@media (max-width: 1399px) {
  header.style-1 {
    padding: 18px 20px;
  }
}

@media (max-width: 1199px) {
  header.style-1 {
    padding: 18px 10px;
  }
}

@media (max-width: 767px) {
  header.style-1 {
    padding: 18px 10px;
  }
}

@media (max-width: 576px) {
  header.style-1 {
    padding: 18px 0;
  }
}

header.style-1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--white-color);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  z-index: 999;
  animation: smooth-header 0.65s linear;
}

@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

header.style-1 .company-logo img {
  width: 157px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .company-logo img {
    width: 145px;
  }
}

@media (max-width: 576px) {
  header.style-1 .company-logo img {
    width: 145px;
  }
}

header.style-1 .contact-area {
  display: flex;
  align-items: center;
  gap: 8px;
}

header.style-1 .contact-area .icon {
  padding: 3px 5px;
  background-color: rgba(var(--black-color-opc), 0.1);
  border-radius: 5px;
}

header.style-1 .contact-area .icon svg {
  fill: var(--title-color);
}

header.style-1 .contact-area .content {
  line-height: 1;
}

header.style-1 .contact-area .content span {
  color: var(--text-color);
  font-family: var(--font-manrope);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

header.style-1 .contact-area .content a {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: 0.5s;
}

header.style-1 .contact-area .content a:hover {
  color: var(--primary-color1);
}

header.style-1 .nav-right {
  display: flex;
  align-items: center;
  gap: 70px;
  position: relative;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 .nav-right {
    gap: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .nav-right {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  header.style-1 .nav-right {
    gap: 20px;
  }
}

@media (max-width: 576px) {
  header.style-1 .nav-right {
    gap: 15px;
  }
}

header.style-1 .nav-right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 18px;
  background-color: #F94834;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .nav-right::before {
    left: 73%;
  }
}

@media (max-width: 991px) {
  header.style-1 .nav-right::before {
    display: none;
  }
}

header.style-1 .nav-right .right-sidebar-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 13px 20px;
  background-color: rgba(var(--primary-color1-opc), 0.1);
  /* background-color: var(--primary-color1); */
  border-radius: 200px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .nav-right .right-sidebar-button {
    border-radius: 10px;
    padding: 14px 16px;
  }
}

@media (max-width: 576px) {
  header.style-1 .nav-right .right-sidebar-button {
    gap: 6px;
    border-radius: 10px;
    padding: 13px 13px;
    background-color: rgba(var(--primary-color5-opc), 0.1)!important;
  }
}

header.style-1 .nav-right .right-sidebar-button svg {
  fill: var(--title-color);
}

header.style-1 .nav-right .right-sidebar-button span {
  color: var(--white-color);
  font-family: var(--font-manrope);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .nav-right .right-sidebar-button span {
    display: none;
  }
}

@media (max-width: 576px) {
  header.style-1 .nav-right .right-sidebar-button span {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  header.style-1 .nav-right .right-sidebar-button span {
    display: none;
  }
}

@keyframes qode-draw {

  0%,
  100% {
    -webkit-clip-path: inset(-2px -2px);
    clip-path: inset(-2px -2px);
  }

  42% {
    -webkit-clip-path: inset(-2px -2px -2px 100%);
    clip-path: inset(-2px -2px -2px 100%);
  }

  43% {
    -webkit-clip-path: inset(-2px 100% -3px -2px);
    clip-path: inset(-2px 100% -3px -2px);
  }
}

header.style-1 .nav-right .right-sidebar-button:hover svg {
  animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}

header.style-1 .nav-right .mobile-menu-btn {
  display: none;
  visibility: hidden;
}

@media (max-width: 991px) {
  header.style-1 .nav-right .mobile-menu-btn {
    display: flex;
    align-items: center;
    visibility: visible;
    justify-content: center;
    position: relative;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    border-radius: 5px;
    background-color: rgba(var(--primary-color1-opc));
   
  }

  header.style-1 .nav-right .mobile-menu-btn svg {
    fill: var(--title-color);
  }

  header.style-1 .nav-right .mobile-menu-btn:hover svg {
    animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
  }
}

@media (max-width: 576px) {
  header.style-1 .nav-right .mobile-menu-btn {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }

  header.style-1 .nav-right .mobile-menu-btn svg {
    width: 18px;
  }
}



@keyframes qode-draw {

  0%,
  100% {
    -webkit-clip-path: inset(-2px -2px);
    clip-path: inset(-2px -2px);
  }

  42% {
    -webkit-clip-path: inset(-2px -2px -2px 100%);
    clip-path: inset(-2px -2px -2px 100%);
  }

  43% {
    -webkit-clip-path: inset(-2px 100% -3px -2px);
    clip-path: inset(-2px 100% -3px -2px);
  }
}

header.style-1 .main-menu {
  display: inline-block;
}

header.style-1 .main-menu>ul {
  list-style: none;
  margin: 0;
  border: 1px solid rgba(var(--black-color-opc), 0.1);
  border-radius: 100px;
  padding: 0 6px;
}

header.style-1 .main-menu>ul>li {
  display: inline-block;
  position: relative;
  padding: 4px 2px;
}

@media (max-width: 991px) {
  header.style-1 .main-menu>ul>li {
    padding: 0px 12px;
  }
}

@media (min-width: 992px) {
  header.style-1 .main-menu>ul>li:first-child {
    padding-left: 0;
  }

  header.style-1 .main-menu>ul>li:last-child {
    padding-right: 0;
  }
}

header.style-1 .main-menu>ul>li>a {
  color: var(--title-color);
  display: block;
  letter-spacing: 0.4px;
  padding: 10px 22px;
  line-height: 1;
  position: relative;
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.5s ease-out 0s;
  position: relative;
  background-color: transparent;
  border-radius: 100px;
}

@media (max-width: 1399px) {
  header.style-1 .main-menu>ul>li>a {
    padding: 10px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu>ul>li>a {
    font-size: 12px;
    padding: 9px 10px;
  }
}

header.style-1 .main-menu>ul>li>a svg {
  fill: var(--title-color);
}

@media (max-width: 991px) {
  header.style-1 .main-menu>ul>li>a svg {
    display: none;
  }
}

header.style-1 .main-menu>ul>li .mega-menu {
  position: absolute;
  left: 0;
  top: 68px;
  width: 100%;
  background-color: rgba(var(--black-color-opc), 0.3);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  min-height: 100vh;
  margin: 0;
  display: none;
  transform-origin: top;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-1 .main-menu>ul>li .mega-menu {
    top: 62px;
  }
}

@media (max-width: 1199px) {
  header.style-1 .main-menu>ul>li .mega-menu {
    top: 62px;
  }
}

@media (min-width: 992px) {
  header.style-1 .main-menu>ul>li:hover .mega-menu {
    display: block;
    animation: fade-down 0.3s linear;
  }
}

header.style-1 .main-menu>ul>li:hover>a {
  background-color: var(--primary-color1);
  color: var(--white-color);
}

header.style-1 .main-menu>ul>li:hover>a svg {
  fill: var(--white-color);
}

header.style-1 .main-menu>ul>li:hover .dropdown-icon2 {
  color: var(--primary-color1);
}

header.style-1 .main-menu>ul>li.active>a {
  background-color: var(--primary-color1);
  color: var(--white-color);
}

header.style-1 .main-menu>ul>li.active>a svg {
  fill: var(--white-color);
}

header.style-1 .main-menu>ul>li.active .dropdown-icon2 {
  color: var(--primary-color1);
}

header.style-1 .mobile-logo-area .mobile-logo-wrap img {
  width: 130px;
}

header.style-1 .mobile-logo-area .mobile-logo-wrap img.dark {
  display: none;
}

header.style-1 .mobile-logo-area .menu-close-btn {
  height: 38px;
  width: 38px;
  border-radius: 10px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}

header.style-1 .mobile-logo-area .menu-close-btn i {
  font-size: 26px;
  line-height: 1;
  color: var(--title-color);
  transition: 0.35s;
}

header.style-1 .mobile-logo-area .menu-close-btn:hover {
  background-color: var(--title-color);
}

header.style-1 .mobile-logo-area .menu-close-btn:hover i {
  color: var(--white-color);
}

@media only screen and (max-width: 991px) {
  header.style-1 .dropdown-icon {
    color: var(--white-color);
  }

  header.style-1 .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white-color);
    border-right: 1px solid var(--borders-color);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }

  header.style-1 .main-menu.show-menu {
    transform: translateX(0);
  }

  header.style-1 .main-menu .menu-list {
    padding-top: 50px;
    padding-bottom: 30px;
    border: unset;
  }

  header.style-1 .main-menu>ul {
    float: none;
    text-align: left;
    padding: 5px 0px 20px 0;
  }

  header.style-1 .main-menu>ul>li {
    display: block;
    position: relative;
    padding: 0;
  }

  header.style-1 .main-menu>ul>li i {
    display: block;
  }

  header.style-1 .main-menu>ul>li>a {
    padding: 15px 20px;
    display: block;
    border: unset;
    background-color: transparent;
  }

  header.style-1 .main-menu>ul>li>a i {
    display: none;
  }

  header.style-1 .main-menu>ul>li .mega-menu {
    position: static;
    min-width: 200px;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    background-image: unset;
    padding: 0;
    background-color: unset;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    min-height: unset;
  }

  header.style-1 .main-menu>ul>li:hover>a {
    color: var(--primary-color1);
    background-color: transparent;
  }

  header.style-1 .main-menu>ul>li:hover i {
    color: var(--primary-color1);
  }

  header.style-1 .main-menu>ul>li.active>a {
    color: var(--primary-color1);
    background-color: unset;
  }

  header.style-1 .main-menu>ul>li.active i {
    color: var(--primary-color1);
  }

  header.style-1 .main-menu>ul>li i.active::before {
    content: "\f2ea";
  }

  header.style-1 .main-menu>ul>li .bi {
    position: absolute;
    top: 11px;
    right: 0;
    font-size: 20px;
    color: var(--title-color);
    line-height: 1;
  }
}

header.style-1.engineering-header {
  background-color: transparent;
  transition: transform 0.3s ease, background-color 0.5s ease-out, -webkit-backdrop-filter 0.5s ease-out;
  transition: transform 0.3s ease, background-color 0.5s ease-out, backdrop-filter 0.5s ease-out;
}

/* Blur + translucent dark background appear only after scrolling.
   The sticky JS adds .sticky to the #opteom-header (.header-topbar-wrap) wrapper past 80px. */
header.style-1.engineering-header.sticky,
.header-topbar-wrap.sticky header.style-1.engineering-header {
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  background-color: rgba(var(--black-color-opc), 0.8);
  animation: none;
}

header.style-1.engineering-header .main-menu>ul {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

header.style-1.engineering-header .main-menu>ul>li>a {
  color: var(--white-color);
}

header.style-1.engineering-header .main-menu>ul>li>a svg {
  fill: var(--white-color);
}

header.style-1.engineering-header .main-menu>ul>li:hover>a {
  background-color: var(--primary-color5);
}

header.style-1.engineering-header .main-menu>ul>li:hover .dropdown-icon2 {
  color: var(--primary-color5);
}

header.style-1.engineering-header .main-menu>ul>li.active>a {
  background-color: var(--primary-color5);
}

header.style-1.engineering-header .main-menu>ul>li.active .dropdown-icon2 {
  color: var(--primary-color5);
}

header.style-1.engineering-header .nav-right .contact-area .icon {
  background-color: rgba(255, 255, 255, 0.1);
}

header.style-1.engineering-header .nav-right .contact-area .icon svg {
  fill: var(--white-color);
}

header.style-1.engineering-header .nav-right .contact-area .content span {
  color: rgba(255, 255, 255, 0.6);
}

header.style-1.engineering-header .nav-right .contact-area .content a {
  color: var(--white-color);
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1.engineering-header .nav-right .contact-area .content a {
    font-size: 13px;
  }
}

header.style-1.engineering-header .nav-right .contact-area .content a:hover {
  color: var(--primary-color5);
}

header.style-1.engineering-header .nav-right::before {
  background-color: var(--white-color);
}

header.style-1.engineering-header .nav-right .right-sidebar-button {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

header.style-1.engineering-header .nav-right .right-sidebar-button svg {
  fill: var(--white-color);
}

header.style-1.engineering-header .nav-right .right-sidebar-button span {
  color: var(--white-color);
}

@media (max-width: 991px) {
  /* header.style-1.engineering-header .nav-right .mobile-menu-btn {
    border: 1px solid var(--borders-color);
  } */

  header.style-1.engineering-header .nav-right .mobile-menu-btn svg {
    fill: var(--white-color);
  }

  header.style-1.engineering-header .nav-right .mobile-menu-btn:hover svg {
    animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1.engineering-header .dropdown-icon {
    color: var(--white-color);
  }

  header.style-1.engineering-header .main-menu {
    min-height: 100vh;
  }

  header.style-1.engineering-header .main-menu.show-menu {
    transform: translateX(0);
  }

  header.style-1.engineering-header .main-menu .menu-list {
    padding-top: 50px;
    padding-bottom: 30px;
    border: unset;
  }

  header.style-1.engineering-header .main-menu>ul>li i {
    display: block;
  }

  header.style-1.engineering-header .main-menu>ul>li>a {
    color: var(--title-color);
    padding: 15px 0;
    display: block;
    border: unset;
    background-color: transparent;
  }

  header.style-1.engineering-header .main-menu>ul>li>a i {
    display: none;
  }

  header.style-1.engineering-header .main-menu>ul>li:hover>a {
    color: var(--primary-color5);
    background-color: transparent;
  }

  header.style-1.engineering-header .main-menu>ul>li:hover i {
    color: var(--primary-color5);
  }

  header.style-1.engineering-header .main-menu>ul>li.active>a {
    color: var(--primary-color5);
    background-color: unset;
  }

  header.style-1.engineering-header .main-menu>ul>li.active i {
    color: var(--primary-color5);
  }
}

header.style-1.inner-page {
  border-bottom: 1px solid rgba(var(--black-color-opc), 0.08);
  background-color: #FFFBF5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 23px 90px;
}

@media (max-width: 1699px) {
  header.style-1.inner-page {
    padding: 18px 70px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-1.inner-page {
    padding: 18px 30px;
  }
}

@media (max-width: 1399px) {
  header.style-1.inner-page {
    padding: 18px 20px;
  }
}

@media (max-width: 1199px) {
  header.style-1.inner-page {
    padding: 18px 10px;
  }
}

@media (max-width: 767px) {
  header.style-1.inner-page {
    padding: 18px 10px;
  }
}

@media (max-width: 576px) {
  header.style-1.inner-page {
    padding: 18px 0;
  }
}

header.style-1.inner-page.sticky {
  animation: unset;
}

@keyframes qode-draw {

  0%,
  100% {
    -webkit-clip-path: inset(-2px -2px);
    clip-path: inset(-2px -2px);
  }

  42% {
    -webkit-clip-path: inset(-2px -2px -2px 100%);
    clip-path: inset(-2px -2px -2px 100%);
  }

  43% {
    -webkit-clip-path: inset(-2px 100% -3px -2px);
    clip-path: inset(-2px 100% -3px -2px);
  }
}

@keyframes qode-draw {

  0%,
  100% {
    -webkit-clip-path: inset(-2px -2px);
    clip-path: inset(-2px -2px);
  }

  42% {
    -webkit-clip-path: inset(-2px -2px -2px 100%);
    clip-path: inset(-2px -2px -2px 100%);
  }

  43% {
    -webkit-clip-path: inset(-2px 100% -3px -2px);
    clip-path: inset(-2px 100% -3px -2px);
  }
}

@keyframes qode-draw {

  0%,
  100% {
    -webkit-clip-path: inset(-2px -2px);
    clip-path: inset(-2px -2px);
  }

  42% {
    -webkit-clip-path: inset(-2px -2px -2px 100%);
    clip-path: inset(-2px -2px -2px 100%);
  }

  43% {
    -webkit-clip-path: inset(-2px 100% -3px -2px);
    clip-path: inset(-2px 100% -3px -2px);
  }
}

@keyframes qode-draw {

  0%,
  100% {
    -webkit-clip-path: inset(-2px -2px);
    clip-path: inset(-2px -2px);
  }

  42% {
    -webkit-clip-path: inset(-2px -2px -2px 100%);
    clip-path: inset(-2px -2px -2px 100%);
  }

  43% {
    -webkit-clip-path: inset(-2px 100% -3px -2px);
    clip-path: inset(-2px 100% -3px -2px);
  }
}

.right-sidebar-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.right-sidebar-menu .right-sidebar-menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 550px;
  height: 100%;
  overflow: auto;
  background-color: var(--white-color);
  transform: translateX(120%);
  transform-origin: right;
  transition: transform 0.5s ease-in;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.right-sidebar-menu .right-sidebar-menu-wrap::-webkit-scrollbar {
  width: 0px;
}

@media (max-width: 576px) {
  .right-sidebar-menu .right-sidebar-menu-wrap {
    width: 320px;
  }
}

.right-sidebar-menu.show-right-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}

.right-sidebar-menu.show-right-menu .right-sidebar-menu-wrap {
  transform: translateX(0);
}

.right-sidebar-menu .right-sidebar-close-btn {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 1px solid #3F444B;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}

.right-sidebar-menu .right-sidebar-close-btn i {
  font-size: 26px;
  line-height: 1;
  margin-top: 2px;
  color: #3F444B;
  transition: 0.35s;
}

.right-sidebar-menu .right-sidebar-close-btn:hover {
  background-color: var(--title-color);
}

.right-sidebar-menu .right-sidebar-close-btn:hover i {
  color: var(--white-color);
}

.right-sidebar-menu .sidebar-logo-area {
  text-align: left;
  padding: 30px;
  display: block;
  border-bottom: 1px solid rgba(var(--black-color-opc), 0.1);
}

@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-logo-area {
    padding: 20px;
  }
}

.right-sidebar-menu .sidebar-content-wrap {
  padding: 40px 40px;
}

@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap {
    padding: 40px 20px;
  }
}

.right-sidebar-menu .sidebar-content-wrap .title-area span {
  color: rgba(var(--title-color-opc), 0.6);
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}

.right-sidebar-menu .sidebar-content-wrap .title-area span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -41px;
  width: 35px;
  height: 1px;
  background-color: var(--primary-color1);
}

.right-sidebar-menu .sidebar-content-wrap .title-area h2 {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 37px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .title-area h2 {
    font-size: 28px;
  }
}

.right-sidebar-menu .sidebar-content-wrap .title-area p {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .title-area p {
    font-size: 15px;
  }
}

.right-sidebar-menu .sidebar-content-wrap .contact-area {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 45px;
  padding: 52px 0 58px;
}

@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-area {
    margin: 0 20px;
  }
}

.right-sidebar-menu .sidebar-content-wrap .contact-area li {
  margin-bottom: 20px;
}

.right-sidebar-menu .sidebar-content-wrap .contact-area li:last-child {
  margin-bottom: 0;
}

.right-sidebar-menu .sidebar-content-wrap .contact-area li .single-contact {
  display: flex;
  align-items: center;
  gap: 12px;
}

.right-sidebar-menu .sidebar-content-wrap .contact-area li .single-contact .icon svg {
  fill: var(--title-color);
}

.right-sidebar-menu .sidebar-content-wrap .contact-area li .single-contact .content {
  position: relative;
  line-height: 1;
  text-align: start;
}

.right-sidebar-menu .sidebar-content-wrap .contact-area li .single-contact .content span {
  font-family: var(--font-manrope);
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: var(--title-color);
  margin-bottom: 6px;
  display: inline-block;
}

.right-sidebar-menu .sidebar-content-wrap .contact-area li .single-contact .content h6 {
  margin-bottom: 0;
  line-height: 1;
}

.right-sidebar-menu .sidebar-content-wrap .contact-area li .single-contact .content h6 a {
  color: rgba(var(--title-color-opc), 0.7);
  font-family: var(--font-manrope);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  transition: 0.5s;
}

@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-area li .single-contact .content h6 a {
    font-size: 16px;
  }
}

.right-sidebar-menu .sidebar-content-wrap .contact-area li .single-contact .content h6 a:hover {
  color: var(--primary-color1);
}

.right-sidebar-menu .sidebar-content-wrap .contact-area li .single-contact.social .icon svg {
  fill: none;
  stroke: var(--title-color);
}

.right-sidebar-menu .sidebar-content-wrap .contact-area li .single-contact.social .content h6 a:hover {
  text-decoration: underline;
}

.right-sidebar-menu .sidebar-content-wrap .contact-area li .arrow {
  margin-top: 20px;
  fill: rgba(var(--primary-color1-opc), 0.4);
  margin-left: 70px;
}

.right-sidebar-menu .sidebar-content-wrap .address-area {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.right-sidebar-menu .sidebar-content-wrap .address-area .single-address {
  max-width: 200px;
  width: 100%;
}

.right-sidebar-menu .sidebar-content-wrap .address-area .single-address span {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: underline;
  display: block;
  margin-bottom: 20px;
}

.right-sidebar-menu .sidebar-content-wrap .address-area .single-address a {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  transition: 0.5s;
}

.right-sidebar-menu .sidebar-content-wrap .address-area .single-address a:hover {
  color: var(--primary-color1);
}

.right-sidebar-menu .sidebar-content-wrap .all-location-btn {
  color: var(--primary-color1);
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 30px;
  display: inline-block;
  transition: 0.5s;
}

.right-sidebar-menu .sidebar-content-wrap .all-location-btn:hover {
  color: var(--title-color);
}

.right-sidebar-menu .sidebar-bottom-area {
  padding: 17px 20px;
  border-top: 1px solid rgba(var(--black-color-opc), 0.1);
  text-align: center;
}

.right-sidebar-menu .sidebar-bottom-area p {
  color: var(--text-color);
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.right-sidebar-menu .sidebar-bottom-area p a {
  color: var(--primary-color1);
  font-weight: 600;
  transition: 0.5s;
}

.right-sidebar-menu .sidebar-bottom-area p a:hover {
  text-decoration: underline;
}

.right-sidebar-menu.two .sidebar-content-wrap .title-area span::after {
  background-color: var(--primary-color2);
}

.right-sidebar-menu.two .sidebar-content-wrap .contact-area li .single-contact .content h6 a:hover {
  color: var(--primary-color2);
}

.right-sidebar-menu.two .sidebar-content-wrap .contact-area li .arrow {
  fill: rgba(var(--primary-color2-opc), 0.4);
}

.right-sidebar-menu.two .sidebar-content-wrap .address-area .single-address a:hover {
  color: var(--primary-color2);
}

.right-sidebar-menu.two .sidebar-content-wrap .all-location-btn {
  color: var(--primary-color2);
}

.right-sidebar-menu.two .sidebar-content-wrap .all-location-btn:hover {
  color: var(--title-color);
}

.right-sidebar-menu.two .sidebar-bottom-area p a {
  color: var(--primary-color2);
  font-weight: 600;
  transition: 0.5s;
}

.right-sidebar-menu.two .sidebar-bottom-area p a:hover {
  text-decoration: underline;
}

.right-sidebar-menu.three .sidebar-content-wrap .title-area span::after {
  background-color: var(--primary-color3);
}

.right-sidebar-menu.three .sidebar-content-wrap .contact-area li .single-contact .content h6 a:hover {
  color: var(--primary-color3);
}

.right-sidebar-menu.three .sidebar-content-wrap .contact-area li .arrow {
  fill: rgba(var(--primary-color3-opc), 0.4);
}

.right-sidebar-menu.three .sidebar-content-wrap .address-area .single-address a:hover {
  color: var(--primary-color3);
}

.right-sidebar-menu.three .sidebar-content-wrap .all-location-btn {
  color: var(--primary-color3);
}

.right-sidebar-menu.three .sidebar-content-wrap .all-location-btn:hover {
  color: var(--title-color);
}

.right-sidebar-menu.three .sidebar-bottom-area p a {
  color: var(--primary-color3);
  font-weight: 600;
  transition: 0.5s;
}

.right-sidebar-menu.three .sidebar-bottom-area p a:hover {
  text-decoration: underline;
}

.right-sidebar-menu.four .sidebar-content-wrap .title-area span::after {
  background-color: var(--primary-color5);
}

.right-sidebar-menu.four .sidebar-content-wrap .contact-area li .single-contact .content h6 a:hover {
  color: var(--primary-color5);
}

.right-sidebar-menu.four .sidebar-content-wrap .contact-area li .arrow {
  fill: rgba(var(--primary-color5-opc), 0.4);
}

.right-sidebar-menu.four .sidebar-content-wrap .address-area .single-address a:hover {
  color: var(--primary-color5);
}

.right-sidebar-menu.four .sidebar-content-wrap .all-location-btn {
  color: var(--primary-color5);
}

.right-sidebar-menu.four .sidebar-content-wrap .all-location-btn:hover {
  color: var(--title-color);
}

.right-sidebar-menu.four .sidebar-bottom-area p a {
  color: var(--primary-color5);
  font-weight: 600;
  transition: 0.5s;
}

.right-sidebar-menu.four .sidebar-bottom-area p a:hover {
  text-decoration: underline;
}

.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px 0 70px;
  z-index: 9992;
  overflow-y: auto;
  transition: all 0.3s;
  background-color: var(--white-color);
  height: 100%;
  transform-origin: left;
  transform: translateX(-120%);
  transition: transform 0.6s ease-in;
}

@media (max-width: 991px) {
  .sidebar-menu {
    transform-origin: top;
    transform: translateY(-120%);
  }

  .sidebar-menu.active {
    transform: translateY(0);
  }
}

.sidebar-menu.active {
  transform: translateX(0);
}

@media (max-width: 1399px) {
  .sidebar-menu {
    padding: 0px 0 70px;
  }
}

/*=====================================
  04. Home1 Banner Section CSS
========================================*/
@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

/*=====================================
  05. Home1 About Section CSS
========================================*/
.home1-about-section {
  scroll-margin-top: 180px;
}

.home1-about-section .about-top-area .about-title-area .section-title {
  max-width: 872px;
  width: 100%;
}

.home1-about-section .about-top-area .about-title-area .video-and-content {
  padding-top: 40px;
  padding-left: 95px;
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1399px) {
  .home1-about-section .about-top-area .about-title-area .video-and-content {
    padding-left: 60px;
  }
}

@media (max-width: 1199px) {
  .home1-about-section .about-top-area .about-title-area .video-and-content {
    padding-left: 40px;
    padding-top: 35px;
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .home1-about-section .about-top-area .about-title-area .video-and-content {
    padding-left: 0;
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  .home1-about-section .about-top-area .about-title-area .video-and-content {
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .home1-about-section .about-top-area .about-title-area .video-and-content {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.home1-about-section .about-top-area .about-title-area .video-and-content .video-area {
  cursor: pointer;
  display: inline-block;
}

.home1-about-section .about-top-area .about-title-area .video-and-content .video-area .icon {
  position: relative;
}

.home1-about-section .about-top-area .about-title-area .video-and-content .video-area .icon .video-circle {
  stroke: var(--primary-color1);
  fill: none;
  transition: 0.5s;
}

@media (max-width: 576px) {
  .home1-about-section .about-top-area .about-title-area .video-and-content .video-area .icon .video-circle {
    width: 68px;
  }
}

.home1-about-section .about-top-area .about-title-area .video-and-content .video-area .icon .video-circle .top-half {
  stroke-dasharray: 430;
  stroke-dashoffset: 320;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.home1-about-section .about-top-area .about-title-area .video-and-content .video-area .icon .play-icon {
  fill: var(--primary-color1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
}

@media (max-width: 576px) {
  .home1-about-section .about-top-area .about-title-area .video-and-content .video-area .icon .play-icon {
    width: 20px;
  }
}

.home1-about-section .about-top-area .about-title-area .video-and-content .video-area:hover .icon .video-circle .top-half {
  stroke-dashoffset: 0;
}

.home1-about-section .about-top-area .about-title-area .video-and-content .content p {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  padding-left: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .home1-about-section .about-top-area .about-title-area .video-and-content .content p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .home1-about-section .about-top-area .about-title-area .video-and-content .content p {
    padding-left: 0;
  }
}

.home1-about-section .about-top-area .about-title-area .video-and-content .content p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2px;
  height: 77px;
  background-color: rgba(var(--black-color-opc), 0.3);
}

@media (max-width: 576px) {
  .home1-about-section .about-top-area .about-title-area .video-and-content .content p::before {
    display: none;
  }
}

.home1-about-section .about-top-area .about-btn-area {
  position: relative;
  display: inline-block;
}

.home1-about-section .about-top-area .about-btn-area .bg svg {
  fill: transparent;
  stroke: rgba(var(--title-color-opc), 0.1);
  transition: 0.5s;
}

.home1-about-section .about-top-area .about-btn-area .about-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
  text-decoration: none;
  outline: none;
  padding: 0 1.375em 0.0625em 0;
  cursor: pointer;
  background-color: transparent;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: var(--background-size, 100%) 0.0625em;
  transition: background-size 0.2s linear var(--background-delay, 0.15s);
  border: none;
  background-image: linear-gradient(0deg, var(--title-color) 0%, var(--title-color) 100%);
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.home1-about-section .about-top-area .about-btn-area .about-btn::after {
  content: "\f123";
  font-family: "bootstrap-icons";
  display: block;
  position: absolute;
  right: 0;
  left: initial;
  top: 0;
  opacity: 1;
  transition: opacity 0.3s 0.15s;
  color: var(--title-color);
}

.home1-about-section .about-top-area .about-btn-area .about-btn svg {
  position: absolute;
  display: block;
  line-height: 1.8125em;
  width: 1.375em;
  height: 1.8125em;
  right: 0;
  left: initial;
  top: 50%;
  margin: -0.92em 0 0;
  fill: none;
  stroke: var(--title-color);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
  stroke-dasharray: 7.95 30;
  stroke-dashoffset: var(--stroke-dashoffset, 46);
  transition: stroke-dashoffset var(--stroke-duration, 0.15s) var(--stroke-easing, linear) var(--stroke-delay, 0s);
}

.home1-about-section .about-top-area .about-btn-area:hover .bg svg {
  fill: var(--primary-color1);
  stroke: var(--primary-color1);
  transition: 0.5s;
}

.home1-about-section .about-top-area .about-btn-area:hover .about-btn {
  --background-size: 0%;
  --stroke-dashoffset: 26;
  --stroke-duration: .3s;
  --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
  --stroke-delay: .195s;
  background-image: linear-gradient(0deg, var(--white-color) 0%, var(--white-color) 100%);
  color: var(--white-color);
}

.home1-about-section .about-top-area .about-btn-area:hover .about-btn::after {
  opacity: 0;
  transition-delay: 0s;
  color: var(--white-color);
}

.home1-about-section .about-top-area .about-btn-area:hover .about-btn svg {
  stroke: var(--white-color);
}

.home1-about-section .about-content p {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .home1-about-section .about-content p {
    font-size: 15px;
  }
}

.home1-about-section .about-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 70px;
  max-width: 424px;
  width: 100%;
}

@media (max-width: 1399px) {
  .home1-about-section .about-content ul {
    padding-top: 60px;
  }
}

@media (max-width: 1199px) {
  .home1-about-section .about-content ul {
    padding-top: 45px;
  }
}

@media (max-width: 991px) {
  .home1-about-section .about-content ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: unset;
    gap: 30px;
    padding-top: 35px;
  }
}

@media (max-width: 767px) {
  .home1-about-section .about-content ul {
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .home1-about-section .about-content ul {
    flex-wrap: wrap;
    gap: 25px;
    padding-top: 25px;
  }
}

.home1-about-section .about-content ul li {
  margin-bottom: 70px;
}

@media (max-width: 1399px) {
  .home1-about-section .about-content ul li {
    margin-bottom: 60px;
  }
}

@media (max-width: 1199px) {
  .home1-about-section .about-content ul li {
    margin-bottom: 45px;
  }
}

@media (max-width: 991px) {
  .home1-about-section .about-content ul li {
    margin-bottom: 0;
  }
}

.home1-about-section .about-content ul li:last-child {
  margin-bottom: 0;
}

.home1-about-section .about-content ul li h6 {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .home1-about-section .about-content ul li h6 {
    font-size: 21px;
  }
}

@media (max-width: 576px) {
  .home1-about-section .about-content ul li h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

/*=====================================
  06. Home1 Service Section CSS
========================================*/
@keyframes qodef-animate-image-out {
  0% {
    transform: scale(1) translateZ(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }

  100% {
    transform: scale(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes qodef-animate-image-in {
  0% {
    transform: scale(1) translateZ(0);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }

  100% {
    transform: scale(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

/*=====================================
  07. Home1 Feature Section CSS
========================================*/
.home1-feature-section .feature-wrap {
  padding: 40px 0;
  border-top: 1px solid rgba(var(--black-color-opc), 0.1);
  border-bottom: 1px solid rgba(var(--black-color-opc), 0.1);
}

@media (max-width: 767px) {
  .home1-feature-section .feature-wrap {
    padding: 30px 0;
  }
}

@media (max-width: 576px) {
  .home1-feature-section .feature-wrap {
    padding: 10px 0;
  }
}

.home1-feature-section .feature-wrap .single-feature {
  padding: 40px 30px;
  border-left: 1px solid rgba(var(--black-color-opc), 0.1);
}

@media (max-width: 1399px) {
  .home1-feature-section .feature-wrap .single-feature {
    padding: 40px 25px;
  }
}

@media (max-width: 767px) {
  .home1-feature-section .feature-wrap .single-feature {
    padding: 30px 20px;
  }
}

@media (max-width: 576px) {
  .home1-feature-section .feature-wrap .single-feature {
    padding-left: 0;
    border-left: unset;
  }
}

.home1-feature-section .feature-wrap .single-feature svg {
  fill: rgba(var(--title-color-opc), 0.6);
  margin-bottom: 25px;
}

@media (max-width: 576px) {
  .home1-feature-section .feature-wrap .single-feature svg {
    margin-bottom: 20px;
  }
}

.home1-feature-section .feature-wrap .single-feature h5 {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-weight: 500;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 25px;
}

@media (max-width: 1399px) {
  .home1-feature-section .feature-wrap .single-feature h5 {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .home1-feature-section .feature-wrap .single-feature h5 {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .home1-feature-section .feature-wrap .single-feature h5 {
    margin-bottom: 15px;
  }
}

.home1-feature-section .feature-wrap .single-feature p {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}

.home1-feature-section .feature-wrap .single-feature:hover svg {
  animation: bounceIn 1.2s linear;
}

.home1-feature-section .home1-feature-slider .swiper-slide:first-child .single-feature {
  padding-left: 0;
  border-left: unset;
}

.home1-feature-section .home1-feature-slider .swiper-slide.swiper-slide-active .single-feature {
  border-left: unset;
}

/*=====================================
  08. Home1 Project Section CSS
========================================*/
.project-card {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-out;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .project-card img {
    min-height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .project-card img {
    min-height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.project-card::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}

.project-card:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/*=====================================
  09. Home1 Team Section CSS
========================================*/

/*=====================================
  10. Home1 Team Section CSS
========================================*/

.home1-counter-section {
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.home1-counter-section .counter-wrap {
  padding: 55px 60px 40px;
  border: 1px solid rgba(var(--black-color-opc), 0.1);
  background-color: var(--white-color);
  border-radius: 20px;
}

@media (max-width: 1399px) {
  .home1-counter-section .counter-wrap {
    padding: 55px 50px 40px;
  }
}

@media (max-width: 1199px) {
  .home1-counter-section .counter-wrap {
    padding: 50px 30px 40px;
  }
}

@media (max-width: 767px) {
  .home1-counter-section .counter-wrap {
    padding: 45px 40px;
  }
}

@media (max-width: 576px) {
  .home1-counter-section .counter-wrap {
    padding: 45px 30px;
    border-radius: 15px;
  }
}

.home1-counter-section .counter-wrap .divider {
  position: relative;
}

.home1-counter-section .counter-wrap .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 2px;
  height: 57px;
  background-color: rgba(var(--primary-color1-opc), 0.2);
}

@media (max-width: 991px) {
  .home1-counter-section .counter-wrap .divider::before {
    display: none;
  }
}

.home1-counter-section .counter-wrap .single-countdown .number {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.home1-counter-section .counter-wrap .single-countdown .number h2,
.home1-counter-section .counter-wrap .single-countdown .number span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--title-color);
  font-family: var(--font-dmsans);
  letter-spacing: 0.08em;
  font-size: 75px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0;
}

@media (max-width: 1399px) {

  .home1-counter-section .counter-wrap .single-countdown .number h2,
  .home1-counter-section .counter-wrap .single-countdown .number span {
    font-size: 70px;
  }
}

@media (max-width: 1199px) {

  .home1-counter-section .counter-wrap .single-countdown .number h2,
  .home1-counter-section .counter-wrap .single-countdown .number span {
    font-size: 65px;
  }
}

.home1-counter-section .counter-wrap .single-countdown span {
  color: var(--text-color);
  font-family: var(--font-manrope);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home1-counter-section .counter-wrap .single-countdown span {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .home1-counter-section .counter-wrap .single-countdown span {
    font-size: 14px;
  }
}

/*=====================================
  11. Home1 Process Section CSS
========================================*/

/*=====================================
  12. Home1 Testimonial Section CSS
========================================*/

/*=====================================
  13. Home1 Faq Section CSS
========================================*/
.faq-wrap .accordion .accordion-item {
  border: none;
  background-color: transparent;
}

.faq-wrap .accordion .accordion-item:first-child .accordion-header .accordion-button {
  padding-top: 0;
}

.faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
  border: none;
  border-radius: unset;
  box-shadow: none;
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
  padding: 0;
  padding-bottom: 20px;
  padding-top: 35px;
  background-color: transparent;
  border-bottom: 1px solid rgba(var(--black-color-opc), 0.1);
}

@media (max-width: 1199px) {
  .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}

.faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  width: unset;
  height: unset;
  content: url(../img/home1/icon/faq-accordion-arrow-down.svg);
  font-family: bootstrap-icons;
  background-image: none;
  font-weight: 800;
  font-size: 17px;
}

.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: unset;
}

.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: url(../img/home1/icon/faq-accordion-arrow-up.svg);
  transform: unset;
}

@media (max-width: 576px) {
  .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
  }
}

.faq-wrap .accordion .accordion-item .accordion-body {
  padding: 20px;
  padding-bottom: 10px;
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 576px) {
  .faq-wrap .accordion .accordion-item .accordion-body {
    font-size: 15px;
    padding: 15px;
    padding-bottom: 5px;
  }
}

.faq-wrap.two .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--title-color2);
}

.faq-wrap.two .accordion .accordion-item .accordion-header .accordion-button::after {
  content: url(../img/home5/icon/faq-accordion-arrow-down.svg);
}

.faq-wrap.two .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: url(../img/home5/icon/faq-accordion-arrow-up.svg);
}

.faq-wrap.two .accordion .accordion-item .accordion-body {
  color: rgba(var(--title-color2-opc), 0.7);
}

/*=====================================
  14. Home1 Map Section CSS
========================================*/

/*=====================================
  15. Home1 Blog Section CSS
========================================*/
.blog-card .blog-img-wrap {
  position: relative;
}

.blog-card .blog-img-wrap .blog-img {
  position: relative;
  overflow: hidden;
  display: block;
  transition: all 0.5s ease-out;
}

.blog-card .blog-img-wrap .blog-img img {
  transition: all 0.5s ease-out;
  min-height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-card .blog-img-wrap .blog-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}

.blog-card .blog-meta {
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 9;
  padding: 10px 15px;
  background-color: var(--white-color);
}

.blog-card .blog-meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
  line-height: 1;
}

.blog-card .blog-meta ul li {
  position: relative;
}

.blog-card .blog-meta ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  width: 1px;
  height: 12px;
  background-color: rgba(var(--black-color-opc), 0.2);
}

.blog-card .blog-meta ul li:last-child::before {
  display: none;
}

.blog-card .blog-meta ul li a {
  color: rgba(var(--title-color-opc), 0.5);
  font-family: var(--font-dmsans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: 0.5s;
}

.blog-card .blog-meta ul li a:hover {
  color: var(--primary-color1);
}

@media (max-width: 576px) {
  .blog-card .blog-meta ul li a {
    font-size: 12px;
  }
}

.blog-card .blog-meta ul li a.blog-date {
  color: rgba(var(--primary-color1-opc), 0.7);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-card .blog-meta ul li a.blog-date:hover {
  color: var(--primary-color1);
}

.blog-card .blog-content {
  padding-top: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card .blog-content {
    padding-top: 15px;
  }
}

@media (max-width: 576px) {
  .blog-card .blog-content {
    padding-top: 15px;
  }
}

.blog-card .blog-content h5 {
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .blog-card .blog-content h5 {
    margin-bottom: 10px;
  }
}

.blog-card .blog-content h5 a {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 23px;
  line-height: 1.6;
  transition: 0.5s;
}

@media (max-width: 1399px) {
  .blog-card .blog-content h5 a {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card .blog-content h5 a {
    font-size: 19px;
  }
}

@media (max-width: 991px) {
  .blog-card .blog-content h5 a {
    font-size: 21px;
  }
}

.blog-card .blog-content h5 a:hover {
  color: var(--primary-color1);
}

.blog-card .read-btn {
  color: var(--text-color);
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.5s;
}

.blog-card .read-btn span {
  background: linear-gradient(to bottom, var(--text-color) 0%, var(--text-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}

.blog-card .read-btn svg {
  fill: rgba(var(--title-color-opc), 0.3);
  transition: 0.5s;
}

.blog-card .read-btn:hover {
  color: var(--primary-color1);
}

.blog-card .read-btn:hover span {
  background-size: 0 1px;
  background-position: 0% 100%;
}

.blog-card .read-btn:hover svg {
  fill: var(--primary-color1);
  transform: translateX(3px);
}

.blog-card:hover .blog-img::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.blog-card:hover .blog-img img {
  transform: scale(1.1);
}

.blog-card.two .blog-meta {
  position: relative;
  bottom: unset;
  left: unset;
  padding: 0;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .blog-card.two .blog-meta {
    margin-bottom: 15px;
  }
}

.blog-card.two .blog-meta ul {
  line-height: unset;
}

.blog-card.two .blog-meta ul li span {
  color: rgba(var(--title-color-opc), 0.5);
  font-family: var(--font-dmsans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 7px 15px;
  border-radius: 100px;
  background-color: rgba(var(--black-color-opc), 0.08);
}

@media (max-width: 576px) {
  .blog-card.two .blog-meta ul li span {
    font-size: 12px;
  }
}

.blog-card.two .blog-meta ul li a.blog-date {
  padding: 7px 15px;
  border-radius: 100px;
  background-color: rgba(var(--primary-color2-opc), 0.08);
  color: rgba(var(--primary-color2-opc), 0.7);
}

.blog-card.two .blog-meta ul li a.blog-date:hover {
  color: var(--primary-color2);
}

.blog-card.two .blog-content {
  padding: 25px 30px 0;
}

@media (max-width: 1399px) {
  .blog-card.two .blog-content {
    padding: 25px 25px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.two .blog-content {
    padding: 20px 10px 0;
  }
}

@media (max-width: 767px) {
  .blog-card.two .blog-content {
    padding: 20px 20px 0;
  }
}

@media (max-width: 576px) {
  .blog-card.two .blog-content {
    padding: 20px 10px 0;
  }
}

@media (max-width: 991px) {
  .blog-card.two .blog-content h5 {
    margin-bottom: 20px;
  }
}

.blog-card.two .blog-content h5 a {
  font-size: 28px;
  line-height: 1.4;
}

@media (max-width: 1399px) {
  .blog-card.two .blog-content h5 a {
    font-size: 26px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.two .blog-content h5 a {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .blog-card.two .blog-content h5 a {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .blog-card.two .blog-content h5 a {
    font-size: 18px;
  }
}

.blog-card.two .blog-content h5 a:hover {
  color: var(--primary-color2);
}

.blog-card.two .blog-content .read-btn:hover {
  color: var(--primary-color2);
}

.blog-card.two .blog-content .read-btn:hover svg {
  fill: var(--primary-color2);
}

.blog-card.three .blog-img-wrap .blog-img {
  border-radius: 10px;
}

.blog-card.three .blog-img-wrap .blog-img img {
  border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.three .blog-img-wrap .blog-img img {
    min-height: 250px;
  }
}

@media (max-width: 767px) {
  .blog-card.three .blog-img-wrap .blog-img img {
    max-height: 300px;
    width: 100%;
  }
}

.blog-card.three .blog-img-wrap .blog-date {
  color: var(--primary-color2);
  font-family: var(--font-dmsans);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding: 13px 32px 9px;
  text-transform: uppercase;
  -webkit-mask-image: url(../img/home3/blog-date-bg.png);
  mask-image: url(../img/home3/blog-date-bg.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  min-width: 174px;
  background-color: var(--white-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.blog-card.three .blog-content {
  padding-top: 30px;
}

@media (max-width: 1399px) {
  .blog-card.three .blog-content {
    padding-top: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.three .blog-content {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .blog-card.three .blog-content {
    padding-top: 20px;
  }
}

.blog-card.three .blog-content h5 {
  margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.three .blog-content h5 {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .blog-card.three .blog-content h5 {
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-card.three .blog-content h5 a {
    font-size: 21px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.three .blog-content h5 a {
    font-size: 17px;
  }
}

@media (max-width: 576px) {
  .blog-card.three .blog-content h5 a {
    font-size: 20px;
  }
}

.blog-card.three .blog-content h5 a:hover {
  color: var(--primary-color2);
}

.blog-card.three .blog-content .read-btn:hover {
  color: var(--primary-color2);
}

.blog-card.three .blog-content .read-btn:hover svg {
  fill: var(--primary-color2);
}

.blog-card.four {
  display: grid;
  grid-template-columns: 49% 51%;
  border: 1px solid rgba(var(--primary-color4-opc), 0.15);
  border-radius: 10px;
}

@media (max-width: 576px) {
  .blog-card.four {
    display: block;
  }
}

.blog-card.four .blog-img-wrap .blog-img {
  height: 100%;
  border-radius: 10px 0 0 10px;
}

@media (max-width: 576px) {
  .blog-card.four .blog-img-wrap .blog-img {
    border-radius: 10px 10px 0 0;
  }
}

.blog-card.four .blog-img-wrap .blog-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
  min-height: 250px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.four .blog-img-wrap .blog-img img {
    min-height: 220px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .blog-card.four .blog-img-wrap .blog-img img {
    min-height: 215px;
  }
}

@media (max-width: 576px) {
  .blog-card.four .blog-img-wrap .blog-img img {
    border-radius: 10px 10px 0 0;
  }
}

.blog-card.four .blog-meta {
  position: relative;
  bottom: unset;
  left: unset;
  padding: 0;
  background-color: transparent;
  margin-bottom: 10px;
}

.blog-card.four .blog-meta ul {
  line-height: unset;
}

.blog-card.four .blog-meta ul li a:hover {
  color: var(--primary-color3);
}

.blog-card.four .blog-meta ul li a.blog-date {
  color: var(--primary-color3);
}

.blog-card.four .blog-content {
  padding: 0;
}

@media (max-width: 991px) {
  .blog-card.four .blog-content h5 {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-card.four .blog-content h5 a {
    font-size: 21px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .blog-card.four .blog-content h5 a {
    font-size: 19px;
  }
}

.blog-card.four .blog-content h5 a:hover {
  color: var(--primary-color3);
}

.blog-card.four .read-btn:hover {
  color: var(--primary-color3);
}

.blog-card.four .read-btn:hover svg {
  fill: var(--primary-color3);
}

/*=====================================
  16. Home1 Footer Top Section CSS
========================================*/
.footer-top-banner-section {
  padding: 100px 0;
  background-color: var(--primary-color1);
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .footer-top-banner-section {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .footer-top-banner-section {
    padding: 70px 0;
  }
}

.footer-top-banner-section::before {
  content: url(../img/home1/footer-top-banner-vector.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.footer-top-banner-section .arrow-vector {
  fill: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 10px;
  right: 10px;
}

@media (max-width: 576px) {
  .footer-top-banner-section .arrow-vector {
    width: 110px;
    height: 110px;
    top: 5px;
    right: 5px;
  }
}

.footer-top-banner-section .footer-top-banner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

@media (max-width: 991px) {
  .footer-top-banner-section .footer-top-banner-wrap {
    flex-wrap: wrap;
    gap: 45px;
  }
}

@media (max-width: 576px) {
  .footer-top-banner-section .footer-top-banner-wrap {
    gap: 35px;
  }
}

.footer-top-banner-section .footer-top-banner-wrap .section-title {
  max-width: 715px;
  width: 100%;
}

.footer-top-banner-section .footer-top-banner-wrap .section-title.white span {
  color: var(--white-color);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .footer-top-banner-section .footer-top-banner-wrap .section-title.white span {
    margin-bottom: 15px;
  }
}

.footer-top-banner-section .footer-top-banner-wrap .section-title.white span::after {
  background-color: var(--white-color);
}

.footer-top-banner-section .footer-top-banner-wrap .section-title h2 {
  font-weight: 600;
}

@media (max-width: 767px) {
  .footer-top-banner-section .footer-top-banner-wrap .section-title h2 {
    font-size: 45px;
  }
}

@media (max-width: 576px) {
  .footer-top-banner-section .footer-top-banner-wrap .section-title h2 {
    font-size: 33px;
  }
}

.footer-top-banner-section .footer-top-banner-wrap .btn-grp {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 576px) {
  .footer-top-banner-section .footer-top-banner-wrap .btn-grp {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.footer-top-banner-section .footer-top-banner-wrap .btn-grp .discuss-btn {
  color: var(--white-color);
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  padding-bottom: 5px;
  position: relative;
  background: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}

.footer-top-banner-section .footer-top-banner-wrap .btn-grp .discuss-btn svg {
  fill: var(--white-color);
  transition: 0.5s;
}

.footer-top-banner-section .footer-top-banner-wrap .btn-grp .discuss-btn:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}

.footer-top-banner-section .footer-top-banner-wrap .btn-grp .discuss-btn:hover svg {
  transform: rotate(45deg);
}

.footer-top-banner-section .footer-top-banner-wrap .btn-grp .primary-btn1.white-bg {
  color: var(--primary-color1);
}

.footer-top-banner-section .footer-top-banner-wrap .btn-grp .primary-btn1.white-bg::after {
  background-color: var(--black-color);
}

.footer-top-banner-section .footer-top-banner-wrap .btn-grp .primary-btn1.white-bg:hover {
  color: var(--white-color);
}

.footer-top-banner-section .footer-top-banner-wrap .btn-grp .primary-btn1.white-bg:hover .arrow {
  fill: rgba(255, 255, 255, 0.15);
}

.footer-top-banner-section.two {
  background-color: unset;
  background-image: url(../img/home2/footer-top-banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 209px 0 90px;
}

@media (max-width: 1399px) {
  .footer-top-banner-section.two {
    padding: 190px 0 90px;
  }
}

@media (max-width: 991px) {
  .footer-top-banner-section.two {
    padding: 170px 0 90px;
  }
}

@media (max-width: 576px) {
  .footer-top-banner-section.two {
    padding: 150px 0 70px;
  }
}

.footer-top-banner-section.two .footer-top-banner-wrap {
  display: block;
  text-align: center;
}

.footer-top-banner-section.two .footer-top-banner-wrap .section-title {
  max-width: unset;
  margin-bottom: 65px;
}

@media (max-width: 1399px) {
  .footer-top-banner-section.two .footer-top-banner-wrap .section-title {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .footer-top-banner-section.two .footer-top-banner-wrap .section-title {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .footer-top-banner-section.two .footer-top-banner-wrap .section-title {
    margin-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .footer-top-banner-section.two .footer-top-banner-wrap .section-title {
    margin-bottom: 35px;
  }
}

.footer-top-banner-section.two .footer-top-banner-wrap .section-title span {
  color: var(--primary-color2);
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .footer-top-banner-section.two .footer-top-banner-wrap .section-title span {
    margin-bottom: 10px;
  }
}

.footer-top-banner-section.two .footer-top-banner-wrap .section-title span::after {
  background-color: var(--primary-color2);
}

.footer-top-banner-section.two .footer-top-banner-wrap .section-title h2 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1399px) {
  .footer-top-banner-section.two .footer-top-banner-wrap .section-title h2 {
    font-size: 62px;
  }
}

@media (max-width: 1199px) {
  .footer-top-banner-section.two .footer-top-banner-wrap .section-title h2 {
    font-size: 58px;
  }
}

@media (max-width: 991px) {
  .footer-top-banner-section.two .footer-top-banner-wrap .section-title h2 {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .footer-top-banner-section.two .footer-top-banner-wrap .section-title h2 {
    font-size: 46px;
  }
}

@media (max-width: 576px) {
  .footer-top-banner-section.two .footer-top-banner-wrap .section-title h2 {
    font-size: 34px;
  }
}

.footer-top-banner-section.two .footer-top-banner-wrap .btn-grp {
  justify-content: center;
}

.footer-top-banner-section.two .footer-top-banner-wrap .btn-grp .discuss-btn {
  color: var(--primary-color2);
  background: linear-gradient(to bottom, var(--primary-color2) 0%, var(--primary-color2) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}

.footer-top-banner-section.two .footer-top-banner-wrap .btn-grp .discuss-btn svg {
  fill: var(--primary-color2);
  transition: 0.5s;
}

.footer-top-banner-section.two .footer-top-banner-wrap .btn-grp .discuss-btn:hover {
  background-size: 0 1px;
  background-position: 0% 100%;
}

.footer-top-banner-section.two .footer-top-banner-wrap .btn-grp .discuss-btn:hover svg {
  transform: rotate(45deg);
}

.footer-top-banner-section.three {
  background-image: url(../img/home4/footer-top-banner-bg.png), linear-gradient(180deg, #FB521E 0%, #FB521E 100%);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}

@media (max-width: 991px) {
  .footer-top-banner-section.three {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .footer-top-banner-section.three {
    padding: 70px 0;
  }
}

@media (max-width: 576px) {
  .footer-top-banner-section.three .footer-top-banner-wrap {
    gap: 45px;
  }
}

/*=====================================
  17. Home1 Footer Section CSS
========================================*/
.footer-section {
  background-color: var(--black-color);
}

.footer-section .footer-wrapper .footer-top-area {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199px) {
  .footer-section .footer-wrapper .footer-top-area .footer-logo img {
    width: 145px;
  }
}

@media (max-width: 576px) {
  .footer-section .footer-wrapper .footer-top-area .footer-logo img {
    width: 130px;
  }
}

.footer-section .footer-wrapper .footer-top-area p {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-dmsans);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  max-width: 361px;
  width: 100%;
}

.footer-section .footer-wrapper .address-area {
  padding: 70px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .footer-section .footer-wrapper .address-area {
    border-right: unset;
    padding: 50px 0;
  }
}

.footer-section .footer-wrapper .address-area .address-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .footer-section .footer-wrapper .address-area .address-list {
    display: flex;
    align-items: center;
    gap: 50px;
  }
}

@media (max-width: 767px) {
  .footer-section .footer-wrapper .address-area .address-list {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .footer-section .footer-wrapper .address-area .address-list {
    gap: 30px;
    flex-wrap: wrap;
  }
}

.footer-section .footer-wrapper .address-area .address-list .single-address {
  max-width: 230px;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 45px;
}

.footer-section .footer-wrapper .address-area .address-list .single-address:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .footer-section .footer-wrapper .address-area .address-list .single-address {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.footer-section .footer-wrapper .address-area .address-list .single-address::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 53px;
  height: 1px;
  background-color: var(--primary-color1);
}

@media (max-width: 991px) {
  .footer-section .footer-wrapper .address-area .address-list .single-address::before {
    display: none;
  }
}

.footer-section .footer-wrapper .address-area .address-list .single-address span {
  color: var(--white-color);
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: underline;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .footer-section .footer-wrapper .address-area .address-list .single-address span {
    margin-bottom: 15px;
  }
}

.footer-section .footer-wrapper .address-area .address-list .single-address a {
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--font-dmsans);
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  transition: 0.5s;
}

.footer-section .footer-wrapper .address-area .address-list .single-address a:hover {
  color: var(--primary-color1);
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .footer-widget .widget-title {
  margin-bottom: 25px;
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .footer-widget .widget-title h5 {
  color: var(--white-color);
  font-family: var(--font-manrope);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.9px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 10px;
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .footer-widget .widget-title h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 107px;
  height: 2px;
  border-radius: 10px;
  background: linear-gradient(90.01deg, rgba(255, 255, 255, 0.4) 0.01%, rgba(255, 255, 255, 0) 102.8%);
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .footer-widget .widget-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .footer-widget .widget-list li {
  margin-bottom: 25px;
  line-height: 1;
  transition: 0.5s;
  position: relative;
}

@media (max-width: 991px) {
  .footer-section .footer-wrapper .footer-menu-and-address-wrap .footer-widget .widget-list li {
    margin-bottom: 20px;
  }
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .footer-widget .widget-list li:last-child {
  margin-bottom: 0;
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .footer-widget .widget-list li a {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-manrope);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.34px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.5s;
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .footer-widget .widget-list li a svg {
  fill: var(--primary-color1);
  opacity: 0;
  transition: 0.5s;
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .footer-widget .widget-list li a:hover {
  color: var(--primary-color1);
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .footer-widget .widget-list li a:hover svg {
  opacity: 1;
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

@media (max-width: 767px) {
  .footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
  }
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area li {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area li {
    margin-bottom: 0;
  }
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area li:last-child {
  margin-bottom: 0;
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area li .single-contact {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area li .single-contact {
    gap: 8px;
  }
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area li .single-contact .icon svg {
  fill: var(--white-color);
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area li .single-contact .content {
  position: relative;
  line-height: 1;
  text-align: start;
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area li .single-contact .content span {
  color: var(--white-color);
  font-family: var(--font-manrope);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 6px;
  display: inline-block;
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area li .single-contact .content h6 {
  margin-bottom: 0;
  line-height: 1;
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area li .single-contact .content h6 a {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-manrope);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  transition: 0.5s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area li .single-contact .content h6 a {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area li .single-contact .content h6 a {
    font-size: 16px;
  }
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area li .single-contact .content h6 a:hover {
  color: var(--primary-color1);
}

.footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area li .arrow {
  margin-top: 20px;
  fill: rgba(var(--primary-color1-opc), 0.5);
  margin-left: 70px;
}

@media (max-width: 767px) {
  .footer-section .footer-wrapper .footer-menu-and-address-wrap .contact-area li .arrow {
    display: none;
  }
}

.footer-section .footer-bottom-wrap {
  padding: 20px 0;
  background-color: var(--white-color);
}

.footer-section .footer-bottom-wrap .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer-section .footer-bottom-wrap .footer-bottom {
    flex-wrap: wrap;
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .footer-section .footer-bottom-wrap .footer-bottom {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .footer-section .footer-bottom-wrap .footer-bottom {
    gap: 20px;
  }
}

.footer-section .footer-bottom-wrap .footer-bottom .copyright-area p {
  color: var(--text-color);
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.footer-section .footer-bottom-wrap .footer-bottom .copyright-area p a {
  color: var(--primary-color1);
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
}

.footer-section .footer-bottom-wrap .footer-bottom .copyright-area p a:hover {
  color: var(--title-color);
}

.footer-section .footer-bottom-wrap .footer-bottom .social-area {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 991px) {
  .footer-section .footer-bottom-wrap .footer-bottom .social-area {
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .footer-section .footer-bottom-wrap .footer-bottom .social-area {
    gap: 15px;
    flex-wrap: wrap;
  }
}

.footer-section .footer-bottom-wrap .footer-bottom .social-area li a {
  color: var(--text-color);
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.5s;
}

.footer-section .footer-bottom-wrap .footer-bottom .social-area li a i {
  font-size: 14px;
}

.footer-section .footer-bottom-wrap .footer-bottom .social-area li a:hover {
  color: var(--primary-color1);
}

.footer-section.style-5 {
  background-image: url(../img/home6/footer-bg.png), linear-gradient(180deg, #0B0B1D 0%, #0B0B1D 100%);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.footer-section.style-5 .footer-wrapper .footer-top-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 220px 0 70px;
}

@media (max-width: 991px) {
  .footer-section.style-5 .footer-wrapper .footer-top-area {
    padding: 200px 0 50px;
  }
}

.footer-section.style-5 .footer-wrapper .address-area {
  padding: 0;
  border: unset;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 80px;
}

@media (max-width: 1399px) {
  .footer-section.style-5 .footer-wrapper .address-area {
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .footer-section.style-5 .footer-wrapper .address-area {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 576px) {
  .footer-section.style-5 .footer-wrapper .address-area {
    gap: 30px;
  }
}

.footer-section.style-5 .footer-wrapper .address-area .address-list {
  display: flex;
  align-items: center;
  gap: 65px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .footer-section.style-5 .footer-wrapper .address-area .address-list {
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .footer-section.style-5 .footer-wrapper .address-area .address-list {
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .footer-section.style-5 .footer-wrapper .address-area .address-list {
    gap: 30px;
  }
}

.footer-section.style-5 .footer-wrapper .address-area .address-list .single-address {
  padding-bottom: 0;
  padding-left: 65px;
  margin-bottom: 0;
  max-width: 255px;
}

@media (max-width: 1199px) {
  .footer-section.style-5 .footer-wrapper .address-area .address-list .single-address {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .footer-section.style-5 .footer-wrapper .address-area .address-list .single-address {
    padding-left: 20px;
  }
}

@media (max-width: 576px) {
  .footer-section.style-5 .footer-wrapper .address-area .address-list .single-address {
    padding-left: 0;
  }
}

.footer-section.style-5 .footer-wrapper .address-area .address-list .single-address::before {
  content: "";
  position: absolute;
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 53px;
  background-color: var(--primary-color5);
}

@media (max-width: 991px) {
  .footer-section.style-5 .footer-wrapper .address-area .address-list .single-address::before {
    display: block;
  }
}

@media (max-width: 576px) {
  .footer-section.style-5 .footer-wrapper .address-area .address-list .single-address::before {
    display: none;
  }
}

.footer-section.style-5 .footer-wrapper .address-area .address-list .single-address:first-child {
  padding-left: 0;
  max-width: 230px;
}

.footer-section.style-5 .footer-wrapper .address-area .address-list .single-address:first-child::before {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section.style-5 .footer-wrapper .address-area .address-list .single-address a {
    font-size: 15px;
  }
}

.footer-section.style-5 .footer-wrapper .address-area .address-list .single-address a:hover {
  color: var(--primary-color5);
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap {
  padding: 0 14.5%;
}

@media (max-width: 1899px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap {
    padding: 0 13%;
  }
}

@media (max-width: 1799px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap {
    padding: 0 11%;
  }
}

@media (max-width: 1699px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap {
    padding: 0 8%;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap {
    padding: 0 3%;
  }
}

@media (max-width: 1399px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap {
    padding: 0 1%;
  }
}

@media (max-width: 991px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap {
    padding: 50px 30px;
  }
}

@media (max-width: 576px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap {
    padding: 50px 10px;
  }
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-logo-area {
  padding: 70px 30px;
  text-align: center;
}

@media (max-width: 1199px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-logo-area {
    padding: 60px 15px;
  }
}

@media (max-width: 991px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-logo-area {
    padding: 0;
    border: unset;
  }
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-logo-area .footer-logo {
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-logo-area .footer-logo {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-logo-area .footer-logo {
    margin-bottom: 20px;
  }
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-logo-area .footer-logo img {
  width: 157px;
}

@media (max-width: 1199px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-logo-area .footer-logo img {
    width: 147px;
  }
}

@media (max-width: 576px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-logo-area .footer-logo img {
    width: 130px;
  }
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-logo-area p {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-logo-area p {
    font-size: 15px;
    margin-bottom: 55px;
  }
}

@media (max-width: 991px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-logo-area p {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-logo-area p {
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-logo-area p {
    font-size: 14px;
  }
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-widget .widget-list li a svg {
  fill: var(--primary-color5);
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-widget .widget-list li a:hover {
  color: var(--primary-color5);
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-widget .widget-list li a:hover svg {
  opacity: 1;
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-widget .social-area {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-widget .social-area li {
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-widget .social-area li {
    margin-bottom: 25px;
  }
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-widget .social-area li:last-child {
  margin-bottom: 0;
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-widget .social-area li a {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-manrope);
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.5s;
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-widget .social-area li a i {
  font-size: 14px;
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .footer-widget .social-area li a:hover {
  color: var(--primary-color5);
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .contact-area {
  display: block;
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .contact-area li {
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .contact-area li {
    margin-bottom: 0;
  }
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .contact-area li .single-contact .content h6 a:hover {
  color: var(--primary-color5);
}

.footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .contact-area li .arrow {
  fill: rgba(var(--primary-color5-opc), 0.5);
}

@media (max-width: 767px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .contact-area li .arrow {
    display: block;
  }
}

@media (max-width: 576px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .contact-area li .arrow {
    display: none;
  }
}

@media (max-width: 576px) {
  .footer-section.style-5 .footer-wrapper .footer-menu-and-address-wrap .contact-area {
    display: flex;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
  }
}

.footer-section.style-5 .footer-bottom-wrap {
  background-color: #1A1A2C;
}

.footer-section.style-5 .footer-bottom-wrap .footer-bottom {
  justify-content: center;
}

.footer-section.style-5 .footer-bottom-wrap .footer-bottom .copyright-area p {
  color: rgba(255, 255, 255, 0.7);
}

.footer-section.style-5 .footer-bottom-wrap .footer-bottom .copyright-area p a {
  color: var(--white-color);
}

.footer-section.style-5 .footer-bottom-wrap .footer-bottom .copyright-area p a:hover {
  color: var(--primary-color5);
}

.footer-section.style-5 .footer-bottom-wrap .footer-bottom .social-area li a:hover {
  color: var(--primary-color2);
}

/*=====================================
  18. Home2 Banner Section CSS
========================================*/

/*=====================================
  19. Home2 Service Section CSS
========================================*/
.service-card {
  padding: 40px 32px;
  border: 1px solid rgba(var(--black-color-opc), 0.03);
  background-color: #F7F6FF;
  border-radius: 10px;
  position: relative;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card {
    padding: 35px 20px;
  }
}

@media (max-width: 1199px) {
  .service-card {
    padding: 35px 25px;
  }
}

@media (max-width: 767px) {
  .service-card {
    padding: 30px 20px;
  }
}

.service-card .arrow-vector {
  fill: rgba(var(--black-color-opc), 0.03);
  position: absolute;
  top: 5px;
  right: 5px;
}

.service-card h4 {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .service-card h4 {
    margin-bottom: 20px;
  }
}

.service-card h4 a {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 25px;
  line-height: 1.4;
  transition: 0.5s;
}

.service-card h4 a:hover {
  color: var(--primary-color2);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card h4 a {
    font-size: 23px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .service-card h4 a {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .service-card h4 a {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .service-card h4 a {
    font-size: 23px;
  }
}

.service-card .service-img {
  display: block;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .service-card .service-img {
    margin-bottom: 20px;
  }
}

.service-card .service-img img {
  border-radius: 5px;
  transition: all 0.5s ease-out;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 130px;
}

.service-card .service-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}

.service-card p {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card p {
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .service-card p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .service-card p {
    margin-bottom: 20px;
  }
}

.service-card:hover .service-img::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.service-card:hover .service-img img {
  transform: scale(1.1);
}

/*=====================================
  20. Home2 Benefit Section CSS
========================================*/

/*=====================================
  21. Home2 About Section CSS
========================================*/

/*=====================================
  22. Home2 Project Section CSS
========================================*/

/*=====================================
  23. Home2 Process Section CSS
========================================*/

/*=====================================
  24. Home2 Why Choose Us Section CSS
========================================*/
.home2-why-choose-us-section {
  background-image: url(../img/home2/home2-why-choose-us-bg.png), linear-gradient(180deg, #C5CEB3 0%, #C5CEB3 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0;
  position: relative;
}

@media (max-width: 767px) {
  .home2-why-choose-us-section {
    padding: 70px 0;
  }
}

.home2-why-choose-us-section .faq-content .accordion .accordion-item {
  border: none;
  background-color: transparent;
}

.home2-why-choose-us-section .faq-content .accordion .accordion-item:first-child .accordion-header .accordion-button {
  border-top: 1px solid rgba(var(--black-color-opc), 0.1);
}

.home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-header .accordion-button {
  border: none;
  border-radius: unset;
  box-shadow: none;
  color: var(--title-color);
  font-family: var(--font-manrope);
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
  padding: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid rgba(var(--black-color-opc), 0.1);
  display: flex;
  align-items: center;
  gap: 35px;
}

.home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-header .accordion-button span {
  font-size: 18px;
  max-width: 283px;
  width: 100%;
}

@media (max-width: 991px) {
  .home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-header .accordion-button span {
    width: unset;
  }
}

@media (max-width: 576px) {
  .home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-header .accordion-button span {
    font-size: 17px;
  }
}

.home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-header .accordion-button::after {
  width: unset;
  height: unset;
  content: "\f4fe";
  font-family: bootstrap-icons;
  background-image: none;
  font-weight: 800;
  font-size: 22px;
}

.home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: unset;
}

.home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f2ea";
}

@media (max-width: 1399px) {
  .home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-header .accordion-button {
    gap: 30px;
  }
}

@media (max-width: 1199px) {
  .home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-header .accordion-button {
    gap: 25px;
  }
}

@media (max-width: 991px) {
  .home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-header .accordion-button {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 19px;
  }
}

@media (max-width: 576px) {
  .home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 17px;
    gap: 10px;
  }
}

.home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-body {
  padding: 10px 50px 10px 0;
  padding-bottom: 15px;
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.48px;
  display: flex;
  align-items: center;
  gap: 35px;
  border-bottom: 1px solid rgba(var(--black-color-opc), 0.1);
}

.home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-body img {
  max-width: 283px;
}

@media (max-width: 1399px) {
  .home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-body {
    gap: 30px;
  }
}

@media (max-width: 1199px) {
  .home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-body {
    padding: 10px 30px 10px 0;
    gap: 25px;
  }
}

@media (max-width: 991px) {
  .home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-body {
    gap: 20px;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-body {
    gap: 15px;
  }
}

@media (max-width: 576px) {
  .home2-why-choose-us-section .faq-content .accordion .accordion-item .accordion-body {
    font-size: 14px;
    padding: 10px 0;
  }
}

.home2-why-choose-us-section::before {
  content: url(../img/home2/home2-why-choose-us-vector.svg);
  position: absolute;
  bottom: 0;
  left: 0;
}

.home2-why-choose-us-section.two {
  background-image: unset;
  padding: 0;
}

.home2-why-choose-us-section.two::before {
  display: none;
}

/*=====================================
  25. Home2 Team Section CSS
========================================*/

/*=====================================
  26. Home2 Video Banner Section CSS
========================================*/

@keyframes scroll-x {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/*=====================================
  27. Home2 Contact Section CSS
========================================*/
.contact-form-wrap {
  padding: 45px 50px;
  background-color: #FAF8FB;
  border-radius: 20px;
  margin-left: 50px;
}

@media (max-width: 1399px) {
  .contact-form-wrap {
    padding: 45px 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form-wrap {
    padding: 40px 30px;
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .contact-form-wrap {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .contact-form-wrap {
    padding: 40px 30px;
    border-radius: 15px;
  }
}

@media (max-width: 576px) {
  .contact-form-wrap {
    padding: 35px 20px;
  }
}

.contact-form-wrap .form-inner textarea {
  min-height: 90px;
  resize: none;
}

.contact-form-wrap button {
  margin-top: 40px;
}

@media (max-width: 576px) {
  .contact-form-wrap button {
    margin-top: 30px;
  }
}

.contact-form-wrap.two {
  background-color: var(--white-color);
}

.contact-form-wrap.three {
  background-color: var(--white-color);
}

.contact-form-wrap.three .form-inner label {
  color: var(--title-color2);
}

.contact-form-wrap.three .form-inner input:focus,
.contact-form-wrap.three .form-inner textarea:focus {
  border-color: var(--primary-color4);
}

/*=====================================
  28. Home2 Testimonial Section CSS
========================================*/

/*=====================================
  29. Home2 Certification Section CSS
========================================*/

/*=====================================
  30. Home3 Banner Section CSS
========================================*/

/*=====================================
  31. Home3 Scroll Text Section CSS
========================================*/

@keyframes scroll-x {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/*=====================================
  32. Home3 About Section CSS
========================================*/

/*=====================================
  33. Home3 Industry Location Section CSS
========================================*/

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

/*=====================================
  34. Home3 Process Section CSS
========================================*/

/*=====================================
  35. Home3 Video Section CSS
========================================*/

/*=====================================
  36. Home3 Company Info Section CSS
========================================*/

/*=====================================
  37. Home3 Team Section CSS
========================================*/

/*=====================================
  38. Home3 Blog Section CSS
========================================*/

/*=====================================
  39. Home3 Testimonial Section CSS
========================================*/

/*=====================================
  40. Home3 Career Opportunity Section CSS
========================================*/

/*=====================================
  41. Home4 Container Section CSS
========================================*/

/*=====================================
  42. Home4 Banner Section CSS
========================================*/

/*=====================================
  43. Home4 About Section CSS
========================================*/

/*=====================================
  44. Home4 Service Section CSS
========================================*/

/*=====================================
  45. Home4 Project Section CSS
========================================*/

/*=====================================
  46. Home4 Process Section CSS
========================================*/

/*=====================================
  47. Home4 Testimonial Section CSS
========================================*/

/*=====================================
  48. Home4 Career Section CSS
========================================*/

/*=====================================
  49. Home4 Counter Section CSS
========================================*/

/*=====================================
  50. Home4 Product Section CSS
========================================*/

/*=====================================
  51. Home4 Contact Section CSS
========================================*/

/*=====================================
  52. Home4 Blog Section CSS
========================================*/

/*=====================================
  53. Home5 Banner Section CSS
========================================*/

.home5-feature-section {
  position: relative;
}

@media (max-width: 991px) {
  .home5-feature-section {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .home5-feature-section {
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .home5-feature-section {
    padding: 0 10px;
  }
}

.home5-feature-section .feature-wrapper {
  transform-origin: center center;
}

.home5-feature-section .circular-text {
  position: absolute;
  top: -10px;
  right: 14%;
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  border: 1px solid rgba(var(--primary-color4-opc), 0.2);
}

@media (max-width: 1199px) {
  .home5-feature-section .circular-text {
    right: 12%;
  }
}

@media (max-width: 991px) {
  .home5-feature-section .circular-text {
    top: -60px;
    right: 8%;
  }
}

@media (max-width: 767px) {
  .home5-feature-section .circular-text {
    display: none;
  }
}

.home5-feature-section .circular-text .text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: textRotation 8s linear infinite;
}

.home5-feature-section .circular-text .text span {
  position: absolute;
  left: 50%;
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 13px;
  font-weight: 700;
  transform-origin: 0 60px;
}

/*=====================================
  54. Home5 Service Section CSS
========================================*/

/*=====================================
  55. Home5 About Section CSS
========================================*/

/*=====================================
  56. Home5 Project Section CSS
========================================*/

/*=====================================
  57. Home5 Video Section CSS
========================================*/

/*=====================================
  58. Home5 Product Section CSS
========================================*/

/*=====================================
  59. Home5 Process Section CSS
========================================*/

/*=====================================
  60. Home5 Blog Section CSS
========================================*/

/*=====================================
  61. Home5 Testimonial Section CSS
========================================*/

/*=====================================
  62. Home5 Contact Section CSS
========================================*/

/*=====================================
  63. Home5 Footer Section CSS
========================================*/

/*=====================================
  64. Home6 Banner Section CSS
========================================*/
.home6-banner-section {
  background-image: url(../img/home6/home6-banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 12% 0 15%;
  position: relative;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .home6-banner-section {
    padding: 200px 0 17%;
  }
}

@media (max-width: 1399px) {
  .home6-banner-section {
    padding: 180px 0 18%;
  }
}

@media (max-width: 991px) {
  .home6-banner-section {
    padding: 160px 0 90px;
  }
}

@media (max-width: 767px) {
  .home6-banner-section {
    padding: 150px 0 80px;
  }
}

@media (max-width: 576px) {
  .home6-banner-section {
    padding: 130px 0 60px;
  }
}

.home6-banner-section .banner-content h1 {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 45px;
}

.home6-banner-section .banner-content h1 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--title-color);
  font-family: var(--font-dmsans);
  font-weight: 600;
}

@media (max-width: 1799px) {
  .home6-banner-section .banner-content h1 {
    font-size: 78px;
  }
}

@media (max-width: 1699px) {
  .home6-banner-section .banner-content h1 {
    font-size: 70px;
  }
}

@media (max-width: 1399px) {
  .home6-banner-section .banner-content h1 {
    font-size: 62px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .home6-banner-section .banner-content h1 {
    font-size: 55px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .home6-banner-section .banner-content h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .home6-banner-section .banner-content h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
}

.home6-banner-section .banner-content .video-and-content {
  padding-left: 66px;
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 60px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .home6-banner-section .banner-content .video-and-content {
    padding-left: 40px;
    gap: 35px;
    margin-bottom: 50px;
    max-width: 800px;
    width: 100%;
  }
}

@media (max-width: 1399px) {
  .home6-banner-section .banner-content .video-and-content {
    padding-left: 30px;
    margin-bottom: 40px;
    gap: 25px;
    max-width: 800px;
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .home6-banner-section .banner-content .video-and-content {
    padding-left: 15px;
    gap: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .home6-banner-section .banner-content .video-and-content {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .home6-banner-section .banner-content .video-and-content {
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .home6-banner-section .banner-content .video-and-content {
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
  }
}

.home6-banner-section .banner-content .video-and-content .video-area {
  cursor: pointer;
  display: inline-block;
}

.home6-banner-section .banner-content .video-and-content .video-area .icon {
  position: relative;
}

.home6-banner-section .banner-content .video-and-content .video-area .icon .video-circle {
  stroke: var(--primary-color5);
  fill: none;
  transition: 0.5s;
}

@media (max-width: 576px) {
  .home6-banner-section .banner-content .video-and-content .video-area .icon .video-circle {
    width: 68px;
  }
}

.home6-banner-section .banner-content .video-and-content .video-area .icon .video-circle .top-half {
  stroke-dasharray: 430;
  stroke-dashoffset: 320;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.home6-banner-section .banner-content .video-and-content .video-area .icon .play-icon {
  fill: var(--primary-color5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
}

@media (max-width: 576px) {
  .home6-banner-section .banner-content .video-and-content .video-area .icon .play-icon {
    width: 20px;
  }
}

.home6-banner-section .banner-content .video-and-content .video-area:hover .icon .video-circle .top-half {
  stroke-dashoffset: 0;
}

.home6-banner-section .banner-content .video-and-content .content p {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  padding-left: 15px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home6-banner-section .banner-content .video-and-content .content p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .home6-banner-section .banner-content .video-and-content .content p {
    font-size: 15px;
    line-height: 28px;
  }
}

@media (max-width: 576px) {
  .home6-banner-section .banner-content .video-and-content .content p {
    padding-left: 0;
  }
}

.home6-banner-section .banner-content .video-and-content .content p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2px;
  height: 77px;
  background-color: rgba(var(--black-color-opc), 0.3);
}

@media (max-width: 576px) {
  .home6-banner-section .banner-content .video-and-content .content p::before {
    display: none;
  }
}

.home6-banner-section .banner-content .btn-grp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
}

@media (max-width: 576px) {
  .home6-banner-section .banner-content .btn-grp {
    gap: 20px;
  }
}

.home6-banner-section::before {
  content: url(../img/home6/home6-banner-vector1.png);
  position: absolute;
  top: 30%;
  left: 0;
}

@media (max-width: 576px) {
  .home6-banner-section::before {
    top: 15%;
  }
}

.home6-banner-section::after {
  content: url(../img/home6/home6-banner-vector2.png);
  position: absolute;
  bottom: 0;
  right: 0;
}

/*=====================================
  OPTEOM Hero (homepage) — professional rebuild
========================================*/
.opteom-hero {
  position: relative;
  overflow: hidden;
  padding: 210px 0 130px;
  background:
    radial-gradient(115% 115% at 85% 0%, rgba(var(--primary-color1-opc), 0.20) 0%, transparent 42%),
    radial-gradient(90% 90% at 0% 100%, rgba(var(--primary-color5-opc), 0.16) 0%, transparent 46%),
    linear-gradient(160deg, #0d0e14 0%, #14141d 55%, #1a1320 100%);
}

@media (max-width: 1399px) { .opteom-hero { padding: 185px 0 110px; } }
@media (max-width: 991px)  { .opteom-hero { padding: 150px 0 80px; } }
@media (max-width: 576px)  { .opteom-hero { padding: 130px 0 64px; } }

.opteom-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  z-index: 0;
  pointer-events: none;
}
.opteom-hero__glow--1 {
  width: 460px; height: 460px; top: -140px; right: -90px;
  background: radial-gradient(circle, rgba(var(--primary-color2-opc), 0.30), transparent 70%);
}
.opteom-hero__glow--2 {
  width: 400px; height: 400px; bottom: -150px; left: -110px;
  background: radial-gradient(circle, rgba(var(--primary-color5-opc), 0.22), transparent 70%);
}

.opteom-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 991px) { .opteom-hero__inner { grid-template-columns: 1fr; gap: 54px; } }

/* Eyebrow */
.opteom-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 9px 18px;
  border-radius: 100px;
  font-family: var(--font-dmsans);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 28px;
}
.opteom-hero__eyebrow-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--primary-color2);
  box-shadow: 0 0 0 4px rgba(var(--primary-color2-opc), 0.20);
}

/* Title */
.opteom-hero__title {
  font-family: var(--font-manrope);
  font-weight: 800;
  font-size: clamp(40px, 5vw, 74px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 24px;
}
.opteom-hero__title-accent {
  background: linear-gradient(100deg, var(--primary-color1), var(--primary-color2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Lead */
.opteom-hero__lead {
  font-family: var(--font-dmsans);
  font-size: 17px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
  max-width: 560px;
  margin-bottom: 36px;
}
@media (max-width: 576px) { .opteom-hero__lead { font-size: 15.5px; } }

/* Actions */
.opteom-hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 48px; }

.opteom-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.3, 1), box-shadow 0.35s, background 0.35s, color 0.35s, border-color 0.35s;
}
.opteom-btn svg { width: 18px; height: 18px; transition: transform 0.35s; }
.opteom-btn--primary {
  color: #fff;
  background: linear-gradient(100deg, var(--primary-color1), var(--primary-color2));
  box-shadow: 0 12px 30px rgba(var(--primary-color1-opc), 0.35);
}
.opteom-btn--primary svg { fill: #fff; }
.opteom-btn--primary:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(var(--primary-color1-opc), 0.48); color: #fff; }
.opteom-btn--primary:hover svg { transform: translateX(4px); }
.opteom-btn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.opteom-btn--ghost:hover { transform: translateY(-3px); background: #fff; color: var(--dark-title-color); border-color: #fff; }

/* Stats */
.opteom-hero__stats {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; gap: 40px;
}
.opteom-hero__stats li { position: relative; }
.opteom-hero__stats li:not(:last-child)::after {
  content: ""; position: absolute; top: 6px; bottom: 6px; right: -20px;
  width: 1px; background: rgba(255, 255, 255, 0.14);
}
.opteom-hero__stats strong {
  display: block; font-family: var(--font-manrope); font-weight: 800;
  font-size: 36px; line-height: 1; color: #fff;
}
.opteom-hero__stats strong span { color: var(--primary-color2); }
.opteom-hero__stats em {
  font-style: normal; font-family: var(--font-dmsans); font-weight: 500;
  font-size: 13px; color: rgba(255, 255, 255, 0.55); margin-top: 8px; display: block;
}
@media (max-width: 576px) {
  .opteom-hero__stats { gap: 28px; }
  .opteom-hero__stats li:not(:last-child)::after { right: -14px; }
  .opteom-hero__stats strong { font-size: 29px; }
}

/* Media */
.opteom-hero__media { position: relative; }
.opteom-hero__frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.55);
}
.opteom-hero__frame img {
  width: 100%; height: 100%; display: block;
  object-fit: cover; min-height: 400px;
}
.opteom-hero__frame-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13, 14, 20, 0) 50%, rgba(13, 14, 20, 0.45) 100%);
}

/* Floating glass chips */
.opteom-hero__chip {
  position: absolute;
  display: flex; align-items: center; gap: 12px;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.30);
  padding: 13px 18px;
  border-radius: 16px;
  z-index: 2;
}
.opteom-hero__chip--tl { top: 26px; left: -28px; animation: opteomFloat 5s ease-in-out infinite; }
.opteom-hero__chip--br { bottom: 26px; right: -28px; animation: opteomFloat 5s ease-in-out infinite 0.8s; }
.opteom-hero__chip-icon {
  width: 42px; height: 42px; flex-shrink: 0; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--primary-color1), var(--primary-color2));
  color: #fff; font-size: 20px;
}
.opteom-hero__chip-icon--green { background: linear-gradient(135deg, var(--primary-color3), var(--primary-color4)); }
.opteom-hero__chip-text strong { display: block; font-family: var(--font-manrope); font-weight: 700; font-size: 14px; color: var(--dark-title-color); line-height: 1.2; }
.opteom-hero__chip-text em { font-style: normal; font-family: var(--font-dmsans); font-size: 12px; color: var(--text-color); }

@keyframes opteomFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

@media (max-width: 1199px) { .opteom-hero__chip--tl { left: 0; } .opteom-hero__chip--br { right: 0; } }
@media (max-width: 576px) {
  .opteom-hero__chip { padding: 10px 13px; gap: 9px; }
  .opteom-hero__chip-icon { width: 36px; height: 36px; font-size: 17px; }
  .opteom-hero__chip--tl { top: 12px; }
  .opteom-hero__chip--br { bottom: 12px; }
}
@media (prefers-reduced-motion: reduce) { .opteom-hero__chip { animation: none; } }

.home6-banner-bottom-area {
  padding: 0 150px;
  margin-top: -210px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1699px) {
  .home6-banner-bottom-area {
    padding: 0px 80px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .home6-banner-bottom-area {
    margin-top: -245px;
  }
}

@media (max-width: 1399px) {
  .home6-banner-bottom-area {
    padding: 0px 60px;
  }
}

@media (max-width: 1199px) {
  .home6-banner-bottom-area {
    padding: 0px 40px;
    margin-top: -170px;
  }
}

@media (max-width: 991px) {
  .home6-banner-bottom-area {
    margin-top: 0;
  }
}

@media (max-width: 576px) {
  .home6-banner-bottom-area {
    padding: 0 10px;
  }
}

.home6-banner-bottom-area .banner-bottom-img-wrapper {
  position: relative;
  z-index: 1;
  transform-origin: center center;
}

.home6-banner-bottom-area .banner-bottom-img-wrapper img {
  border-radius: 30px;
}

@media (max-width: 991px) {
  .home6-banner-bottom-area .banner-bottom-img-wrapper img {
    min-height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 576px) {
  .home6-banner-bottom-area .banner-bottom-img-wrapper img {
    min-height: 350px;
    border-radius: 15px;
  }
}

.home6-banner-bottom-area .banner-bottom-img-wrapper::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home6-banner-bottom-area .circular-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  border: 1px solid rgba(var(--primary-color5-opc), 0.2);
  z-index: 9;
}

@media (max-width: 1199px) {
  .home6-banner-bottom-area .circular-text {
    right: 20px;
  }
}

@media (max-width: 576px) {
  .home6-banner-bottom-area .circular-text {
    display: none;
  }
}

.home6-banner-bottom-area .circular-text .text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: textRotation 8s linear infinite;
}

.home6-banner-bottom-area .circular-text .text span {
  position: absolute;
  left: 50%;
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 13px;
  font-weight: 700;
  transform-origin: 0 60px;
}

/*=====================================
  65. Home6 About Section CSS
========================================*/
.home6-about-section {
  scroll-margin-top: 80px;
}

.home6-about-section .about-content .section-title {
  margin-bottom: 45px;
}

@media (max-width: 1399px) {
  .home6-about-section .about-content .section-title {
    margin-bottom: 35px;
  }
}

@media (max-width: 1199px) {
  .home6-about-section .about-content .section-title {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .home6-about-section .about-content .section-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .home6-about-section .about-content .section-title {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home6-about-section .about-content .section-title h2 {
    font-size: 47px;
  }
}

.home6-about-section .about-content .section-title p {
  max-width: 680px;
  width: 100%;
  padding-top: 30px;
}

@media (max-width: 1199px) {
  .home6-about-section .about-content .section-title p {
    padding-top: 25px;
  }
}

@media (max-width: 991px) {
  .home6-about-section .about-content .section-title p {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .home6-about-section .about-content .section-title p {
    padding-top: 15px;
  }
}

.home6-about-section .about-content .experience-area {
  display: flex;
  gap: 25px;
}

@media (max-width: 576px) {
  .home6-about-section .about-content .experience-area {
    gap: 20px;
  }
}

.home6-about-section .about-content .experience-area h2 {
  background: linear-gradient(180deg, #000000 0%, #233AFF 50%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: var(--font-dmsans);
  font-weight: 300;
  font-style: italic;
  font-size: 200px;
  line-height: 1;
  margin-bottom: 0;
  background-size: auto 400%;
  background-repeat: repeat;
  background-position: center 0%;
  animation: gradientMove 2.5s linear infinite;
}

@media (max-width: 1199px) {
  .home6-about-section .about-content .experience-area h2 {
    font-size: 170px;
  }
}

@media (max-width: 767px) {
  .home6-about-section .about-content .experience-area h2 {
    font-size: 150px;
  }
}

@media (max-width: 576px) {
  .home6-about-section .about-content .experience-area h2 {
    font-size: 130px;
  }
}

.home6-about-section .about-content .experience-area span {
  color: rgba(var(--title-color-opc), 0.5);
  font-family: var(--font-dmsans);
  font-weight: 300;
  font-style: italic;
  font-size: 25px;
  line-height: 30px;
  max-width: 152px;
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .home6-about-section .about-content .experience-area span {
    font-size: 22px;
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .home6-about-section .about-content .experience-area span {
    font-size: 20px;
    margin-top: 10px;
  }
}

@keyframes gradientMove {
  0% {
    background-position: center 0%;
  }

  100% {
    background-position: center 100%;
  }
}

.home6-about-section .about-img-wrap .about-img {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .home6-about-section .about-img-wrap .about-img {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .home6-about-section .about-img-wrap .about-img {
    margin-bottom: 20px;
  }
}

.home6-about-section .about-img-wrap .about-img img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%, 0 83%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%, 0 83%);
  border-radius: 10px;
}

.home6-about-section .about-img-wrap .about-img .about-btn {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 13px 15px;
  background-color: var(--white-color);
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.home6-about-section .about-img-wrap .about-img .about-btn:hover {
  background-color: var(--primary-color5);
  color: var(--white-color);
}

.home6-about-section .about-img-wrap p {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home6-about-section .about-img-wrap p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .home6-about-section .about-img-wrap p {
    font-size: 14px;
    line-height: 28px;
  }
}

.home6-about-section .counter-wrap {
  position: relative;
}

.home6-about-section .counter-wrap .divider {
  position: relative;
}

.home6-about-section .counter-wrap .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  height: 132px;
  width: 1px;
  background: linear-gradient(1800deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 51%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 991px) {
  .home6-about-section .counter-wrap .divider::before {
    display: none;
  }
}

.home6-about-section .counter-wrap .single-countdown {
  text-align: center;
}

.home6-about-section .counter-wrap .single-countdown .number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.home6-about-section .counter-wrap .single-countdown .number h2,
.home6-about-section .counter-wrap .single-countdown .number span {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

@media (max-width: 1199px) {

  .home6-about-section .counter-wrap .single-countdown .number h2,
  .home6-about-section .counter-wrap .single-countdown .number span {
    font-size: 50px;
  }
}

.home6-about-section .counter-wrap .single-countdown span {
  color: rgba(var(--title-color-opc), 0.6);
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home6-about-section .counter-wrap .single-countdown span {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .home6-about-section .counter-wrap .single-countdown span {
    font-size: 14px;
  }
}

/*=====================================
  66. Home6 Service Section CSS
========================================*/
.home6-service-section {
  background-image: url(../img/home6/home6-service-bg.png), linear-gradient(180deg, #0B0B1D 0%, #0B0B1D 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}

@media (max-width: 1199px) {
  .home6-service-section {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .home6-service-section {
    padding: 70px 0;
  }
}

.home6-service-section .slider-btn-grp {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .home6-service-section .slider-btn-grp {
    margin-bottom: 0;
  }
}

.home6-service-section .home6-service-slider {
  padding: 1px;
  margin: -1px;
}

.home6-service-section .home6-service-slider .swiper-slide:first-child .service-card3 {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.service-card3 {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: unset;
  transition: 0.5s;
}

@media (max-width: 1399px) {
  .service-card3 {
    padding: 25px 20px;
  }
}

.service-card3 .service-img {
  margin-bottom: 25px;
}

@media (max-width: 576px) {
  .service-card3 .service-img {
    margin-bottom: 20px;
  }
}

.service-card3 .service-img img {
  border-radius: 2px;
}

.service-card3 .service-content h4 {
  margin-bottom: 35px;
}

@media (max-width: 576px) {
  .service-card3 .service-content h4 {
    margin-bottom: 30px;
  }
}

.service-card3 .service-content h4 a {
  color: var(--white-color);
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 25px;
  line-height: 1.3;
  transition: 0.5s;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card3 .service-content h4 a {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .service-card3 .service-content h4 a {
    font-size: 23px;
  }
}

.service-card3 .service-content h4 a:hover {
  color: var(--primary-color5);
}

.service-card3 .service-content .details-btn {
  color: var(--white-color);
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: 8px 35px 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px 0 5px 30px;
  position: relative;
  overflow: hidden;
}

.service-card3 .service-content .details-btn .arrow {
  fill: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 3px;
  right: 3px;
}

.service-card3 .service-content .details-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  background-color: var(--primary-color5);
  transform-origin: right center;
  transform: scaleX(0);
  z-index: -1;
  border-radius: 30px 0 5px 30px;
  transition: transform 0.7s;
}

.service-card3 .service-content .details-btn:hover::after {
  transform: scaleX(1);
  transform-origin: right center;
}

.service-card3:hover {
  background-color: rgba(var(--primary-color6-opc), 0.2);
  border-color: rgba(var(--black-color-opc), 0.03);
}

.service-card3.two {
  border: 1px solid rgba(var(--black-color-opc), 0.08);
  padding: 30px 22px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card3.two {
    padding: 25px 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .service-card3.two {
    padding: 25px 16px;
  }
}

@media (max-width: 767px) {
  .service-card3.two {
    padding: 20px 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card3.two .service-img {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .service-card3.two .service-img {
    margin-bottom: 15px;
  }
}

.service-card3.two .service-content h4 a {
  color: var(--title-color);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card3.two .service-content h4 a {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .service-card3.two .service-content h4 a {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .service-card3.two .service-content h4 a {
    margin-bottom: 30px;
  }
}

.service-card3.two .service-content h4 a:hover {
  color: var(--primary-color5);
}

.service-card3.two .service-content .details-btn {
  color: var(--title-color);
  border: 1px solid rgba(var(--black-color-opc), 0.2);
}

.service-card3.two .service-content .details-btn .arrow {
  fill: rgba(var(--black-color-opc), 0.15);
}

.service-card3.two .service-content .details-btn:hover {
  color: var(--white-color);
}

.service-card3.two .service-content .details-btn:hover::after {
  transform: scaleX(1);
  transform-origin: right center;
}

.service-card3.two:hover {
  background-color: rgba(var(--primary-color5-opc), 0.2);
  border-color: rgba(var(--black-color-opc), 0.03);
}

/*=====================================
  67. Home6 Project Section CSS
========================================*/

.home6-project-section .btn-area {
  padding-top: 40px;
  border-top: 1px solid rgba(var(--black-color-opc), 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 1399px) {
  .home6-project-section .btn-area {
    padding-top: 35px;
  }
}

@media (max-width: 991px) {
  .home6-project-section .btn-area {
    padding-top: 30px;
  }
}

@media (max-width: 576px) {
  .home6-project-section .btn-area {
    padding-top: 25px;
  }
}

/*=====================================
  68. Home6 Feature Section CSS
========================================*/
.home6-feature-section {
  background-image: url(../img/home6/home6-feature-bg.png), linear-gradient(180deg, #ECEDF8 0%, #ECEDF8 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .home6-feature-section {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .home6-feature-section {
    padding: 70px 0;
  }
}

.home6-feature-section .arrow-vector {
  fill: rgba(var(--black-color-opc), 0.05);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .home6-feature-section .arrow-vector {
    width: 350px;
  }
}

@media (max-width: 1399px) {
  .home6-feature-section .arrow-vector {
    width: 220px;
  }
}

@media (max-width: 1199px) {
  .home6-feature-section .arrow-vector {
    display: none;
  }
}

.home6-feature-section .about-btn-area {
  position: relative;
  display: inline-block;
}

.home6-feature-section .about-btn-area .bg svg {
  fill: transparent;
  stroke: rgba(var(--title-color-opc), 0.1);
  transition: 0.5s;
}

@media (max-width: 767px) {
  .home6-feature-section .about-btn-area .bg svg {
    width: 190px;
  }
}

.home6-feature-section .about-btn-area .primary-btn2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 25px;
}

@media (max-width: 767px) {
  .home6-feature-section .about-btn-area .primary-btn2 {
    gap: 15px;
  }
}

.home6-feature-section .about-btn-area:hover .bg svg {
  fill: var(--primary-color5);
  stroke: var(--primary-color5);
  transition: 0.5s;
}

.home6-feature-section .about-btn-area:hover .primary-btn2 {
  color: var(--white-color);
}

.home6-feature-section .about-btn-area:hover .primary-btn2 svg {
  fill: rgba(var(--black-color-opc), 0.15);
}

.home6-feature-section .about-btn-area:hover .primary-btn2 span {
  background-size: 0 1px;
  background-position: 0% 100%;
}

.home6-feature-section .feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* Two columns */
  gap: 60px 30px;
  /* row-gap and column-gap */
}

@media (max-width: 1199px) {
  .home6-feature-section .feature-list {
    gap: 50px 30px;
  }
}

@media (max-width: 991px) {
  .home6-feature-section .feature-list {
    gap: 40px 20px;
  }
}

@media (max-width: 767px) {
  .home6-feature-section .feature-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .home6-feature-section .feature-list {
    gap: 25px;
  }
}

.home6-feature-section .feature-list .single-feature {
  max-width: 470px;
  width: 100%;
}

.home6-feature-section .feature-list .single-feature h3 {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .home6-feature-section .feature-list .single-feature h3 {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .home6-feature-section .feature-list .single-feature h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .home6-feature-section .feature-list .single-feature h3 {
    font-size: 22px;
  }
}

.home6-feature-section .feature-list .single-feature p {
  color: rgba(var(--title-color-opc), 0.6);
  font-family: var(--font-dmsans);
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home6-feature-section .feature-list .single-feature p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .home6-feature-section .feature-list .single-feature p {
    font-size: 15px;
  }
}

/*=====================================
  69. Home6 Team Section CSS
========================================*/

/*=====================================
  70. Home6 Faq Section CSS
========================================*/
.home6-faq-section .nav-pills {
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .home6-faq-section .nav-pills {
    margin-bottom: 55px;
  }
}

@media (max-width: 576px) {
  .home6-faq-section .nav-pills {
    gap: 15px;
    margin-bottom: 45px;
  }
}

.home6-faq-section .nav-pills .nav-item .nav-link {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 10px 40px;
  background-color: transparent;
  border: 1px solid rgba(var(--black-color-opc), 0.15);
  border-radius: 100px;
}

.home6-faq-section .nav-pills .nav-item .nav-link.active {
  background-color: rgba(var(--primary-color5-opc), 0.15);
  border-color: transparent;
  color: var(--primary-color5);
}

/*=====================================
  71. Home6 Tesimonial Section CSS
========================================*/

/*=====================================
  72. Home6 Contact Section CSS
========================================*/
.home6-contact-section .contact-wrapper {
  background-color: #F3F5FF;
  border-radius: 40px;
  padding: 20px 55px 20px 20px;
}

@media (max-width: 1199px) {
  .home6-contact-section .contact-wrapper {
    padding: 20px 35px 20px 20px;
  }
}

@media (max-width: 991px) {
  .home6-contact-section .contact-wrapper {
    padding: 20px;
    border-radius: 30px;
  }
}

@media (max-width: 767px) {
  .home6-contact-section .contact-wrapper {
    border-radius: 20px;
    padding: 40px 20px;
  }
}

@media (max-width: 576px) {
  .home6-contact-section .contact-wrapper {
    border-radius: 15px;
  }
}

.home6-contact-section .contact-wrapper .contact-img img {
  border-radius: 30px;
  min-height: 620px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .home6-contact-section .contact-wrapper .contact-img img {
    min-height: 500px;
    border-radius: 25px;
  }
}

.home6-contact-section .contact-wrapper .contact-form-wrap {
  background-color: transparent;
  padding: 0;
  margin-left: 30px;
}

@media (max-width: 1199px) {
  .home6-contact-section .contact-wrapper .contact-form-wrap {
    margin-left: 0;
  }
}

/*=====================================
  73. Home6 Blog Section CSS
========================================*/

/*=====================================
  74. Home6 Blog Section CSS
========================================*/
.home6-subscribe-section {
  margin-bottom: -150px;
}

@media (max-width: 991px) {
  .home6-subscribe-section {
    margin-bottom: -130px;
  }
}

.home6-subscribe-section .subscribe-wrapper {
  padding: 10px 90px 10px 10px;
  border-radius: 15px;
  background-color: var(--primary-color5);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  z-index: 1;
}

@media (max-width: 1399px) {
  .home6-subscribe-section .subscribe-wrapper {
    padding: 10px 70px 10px 10px;
  }
}

@media (max-width: 1399px) {
  .home6-subscribe-section .subscribe-wrapper {
    padding: 10px 30px 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home6-subscribe-section .subscribe-wrapper {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .home6-subscribe-section .subscribe-wrapper {
    flex-wrap: wrap;
    padding: 20px 20px 40px;
    gap: 25px;
  }
}

@media (max-width: 576px) {
  .home6-subscribe-section .subscribe-wrapper {
    padding: 10px 10px 20px;
    gap: 20px;
    border-radius: 10px;
  }
}

.home6-subscribe-section .subscribe-wrapper .subscribe-img {
  max-width: 590px;
  min-width: 590px;
  width: 100%;
}

@media (max-width: 1399px) {
  .home6-subscribe-section .subscribe-wrapper .subscribe-img {
    min-width: 530px;
  }
}

@media (max-width: 1199px) {
  .home6-subscribe-section .subscribe-wrapper .subscribe-img {
    min-width: 450px;
  }
}

@media (max-width: 991px) {
  .home6-subscribe-section .subscribe-wrapper .subscribe-img {
    max-width: unset;
    min-width: unset;
  }
}

.home6-subscribe-section .subscribe-wrapper .subscribe-img img {
  border-radius: 15px;
  min-height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 576px) {
  .home6-subscribe-section .subscribe-wrapper .subscribe-img img {
    border-radius: 10px;
  }
}

.home6-subscribe-section .subscribe-wrapper .subscribe-content {
  max-width: 540px;
  width: 100%;
}

@media (max-width: 991px) {
  .home6-subscribe-section .subscribe-wrapper .subscribe-content {
    max-width: unset;
  }
}

.home6-subscribe-section .subscribe-wrapper .subscribe-content h4 {
  color: var(--white-color);
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 27px;
  line-height: 35px;
  margin-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home6-subscribe-section .subscribe-wrapper .subscribe-content h4 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .home6-subscribe-section .subscribe-wrapper .subscribe-content h4 {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .home6-subscribe-section .subscribe-wrapper .subscribe-content h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.home6-subscribe-section .subscribe-wrapper .subscribe-content .form-inner {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 576px) {
  .home6-subscribe-section .subscribe-wrapper .subscribe-content .form-inner {
    flex-wrap: wrap;
  }
}

.home6-subscribe-section .subscribe-wrapper .subscribe-content .form-inner input {
  border-color: rgba(255, 255, 255, 0.6);
  height: 48px;
  color: var(--white-color);
}

.home6-subscribe-section .subscribe-wrapper .subscribe-content .form-inner input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.home6-subscribe-section .subscribe-wrapper .subscribe-content .form-inner input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.home6-subscribe-section .subscribe-wrapper .subscribe-content .form-inner .btn-grp {
  display: flex;
  align-items: center;
  gap: 5px;
}

.home6-subscribe-section .subscribe-wrapper .subscribe-content .form-inner .btn-grp button {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  padding: 18px 24px;
  background-color: var(--black-color);
  border-radius: 5px;
  transition: 0.5s;
}

.home6-subscribe-section .subscribe-wrapper .subscribe-content .form-inner .btn-grp button:hover {
  background-color: var(--white-color);
  color: var(--title-color);
}

.home6-subscribe-section .subscribe-wrapper .subscribe-content .form-inner .btn-grp button.send-btn {
  padding: 0;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home6-subscribe-section .subscribe-wrapper .subscribe-content .form-inner .btn-grp button.send-btn svg {
  fill: var(--white-color);
  transition: 0.5s;
}

.home6-subscribe-section .subscribe-wrapper .subscribe-content .form-inner .btn-grp button.send-btn:hover svg {
  fill: var(--title-color);
}

.home6-subscribe-section .subscribe-wrapper .vector {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/*=====================================
  75. Breadcrumb Section CSS
========================================*/
.breadcrumb-section {
  position: relative;
  overflow: hidden;
  background-color: #FFFBF5;
}

.breadcrumb-section .breadcrumb-content-wrap {
  position: relative;
  z-index: 1;
}

.breadcrumb-section .breadcrumb-content-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  width: 1px;
  height: 100%;
  background-color: rgba(var(--black-color-opc), 0.08);
  z-index: -1;
}

@media (max-width: 1799px) {
  .breadcrumb-section .breadcrumb-content-wrap::before {
    left: 10%;
  }
}

@media (max-width: 1699px) {
  .breadcrumb-section .breadcrumb-content-wrap::before {
    left: 8%;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .breadcrumb-section .breadcrumb-content-wrap::before {
    left: 3%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb-section .breadcrumb-content-wrap::before {
    left: 3%;
  }
}

.breadcrumb-section .breadcrumb-content-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 33.2%;
  width: 1px;
  height: 100%;
  background-color: rgba(var(--black-color-opc), 0.08);
  z-index: -1;
}

.breadcrumb-section .breadcrumb-content-wrap .vector {
  position: absolute;
  bottom: 75px;
  left: 0;
}

.breadcrumb-section .breadcrumb-content-wrap .vector2 {
  position: absolute;
  top: 90px;
  right: 0;
  z-index: -1;
}

@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-content-wrap .vector2 {
    display: none;
  }
}

.breadcrumb-section .breadcrumb-content-wrap .circular-text {
  position: absolute;
  right: 13%;
  bottom: 0;
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  border: 1px solid rgba(var(--black-color-opc), 0.1);
}

@media (max-width: 1399px) {
  .breadcrumb-section .breadcrumb-content-wrap .circular-text {
    right: 10%;
  }
}

@media (max-width: 1199px) {
  .breadcrumb-section .breadcrumb-content-wrap .circular-text {
    right: 5%;
  }
}

@media (max-width: 991px) {
  .breadcrumb-section .breadcrumb-content-wrap .circular-text {
    display: none;
  }
}

.breadcrumb-section .breadcrumb-content-wrap .circular-text .text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: textRotation 8s linear infinite;
}

.breadcrumb-section .breadcrumb-content-wrap .circular-text .text span {
  position: absolute;
  left: 50%;
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-size: 13px;
  font-weight: 700;
  transform-origin: 0 60px;
}

.breadcrumb-section .breadcrumb-content-wrap .circular-text::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 200px;
  background-color: rgba(var(--black-color-opc), 0.08);
}

.breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content {
  padding: 160px 0 70px;
}

@media (max-width: 991px) {
  .breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content {
    padding: 140px 0 50px;
  }
}

@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content {
    padding: 130px 0 40px;
  }
}

.breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content .breadcrumb-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content .breadcrumb-list li {
  color: rgba(var(--title-color-opc), 0.5);
  font-family: var(--font-dmsans);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
}

@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content .breadcrumb-list li {
    font-size: 13px;
  }
}

.breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content .breadcrumb-list li::before {
  content: "";
  width: 8px;
  height: 2px;
  border-radius: 50%;
  background-color: rgba(var(--title-color-opc), 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content .breadcrumb-list li:first-child {
  padding-left: 0;
}

.breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content .breadcrumb-list li:first-child::before {
  display: none;
}

.breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content .breadcrumb-list li a {
  color: rgba(var(--title-color-opc), 0.5);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.5s;
}

.breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content .breadcrumb-list li a svg {
  fill: rgba(var(--title-color-opc), 0.5);
  transition: 0.5s;
}

.breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content .breadcrumb-list li a:hover {
  color: var(--primary-color1);
}

.breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content .breadcrumb-list li a:hover svg {
  fill: var(--primary-color1);
}

.breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content h1 {
  color: var(--title-color);
  font-family: var(--font-manrope);
  font-weight: 600;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  .breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content h1 {
    font-size: 57px;
  }
}

@media (max-width: 1199px) {
  .breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content h1 {
    font-size: 53px;
  }
}

@media (max-width: 991px) {
  .breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content h1 {
    font-size: 46px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content h1 {
    font-size: 35px;
  }
}

@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-content-wrap .breadcrumb-content h1 {
    font-size: 32px;
  }
}

.breadcrumb-section .breadcrumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* Left-side dark fade so overlaid white text stays readable over the photo */
.breadcrumb-section .breadcrumb-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.55) 32%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0) 78%);
}

@media (max-width: 1199px) {
  .breadcrumb-section .breadcrumb-img {
    -webkit-mask-position: 67%;
    mask-position: 67%;
  }
}

.breadcrumb-section .breadcrumb-img img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* White text/icon for the photo (banner) variant — the .two variant has no photo, so it keeps the dark-on-cream styling */
.breadcrumb-section:not(.two) .breadcrumb-content-wrap .breadcrumb-content .breadcrumb-list li,
.breadcrumb-section:not(.two) .breadcrumb-content-wrap .breadcrumb-content .breadcrumb-list li a {
  color: rgba(255, 255, 255, 0.85);
}

.breadcrumb-section:not(.two) .breadcrumb-content-wrap .breadcrumb-content .breadcrumb-list li::before {
  background-color: rgba(255, 255, 255, 0.6);
}

.breadcrumb-section:not(.two) .breadcrumb-content-wrap .breadcrumb-content .breadcrumb-list li a svg {
  fill: rgba(255, 255, 255, 0.85);
}

.breadcrumb-section:not(.two) .breadcrumb-content-wrap .breadcrumb-content h1 {
  color: var(--white-color);
}

/* Hover on the photo banner: brighter accent for contrast over the dark image (the .two cream variant keeps the red hover) */
.breadcrumb-section:not(.two) .breadcrumb-content-wrap .breadcrumb-content .breadcrumb-list li a:hover {
  color: var(--primary-color2);
}

.breadcrumb-section:not(.two) .breadcrumb-content-wrap .breadcrumb-content .breadcrumb-list li a:hover svg {
  fill: var(--primary-color2);
}

@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb-img img {
    min-height: 280px;
  }
}

.breadcrumb-section.two .breadcrumb-content-wrap .breadcrumb-content {
  padding: 200px 0 180px;
}

@media (max-width: 1399px) {
  .breadcrumb-section.two .breadcrumb-content-wrap .breadcrumb-content {
    padding: 180px 0 160px;
  }
}

@media (max-width: 1199px) {
  .breadcrumb-section.two .breadcrumb-content-wrap .breadcrumb-content {
    padding: 180px 0 140px;
  }
}

@media (max-width: 991px) {
  .breadcrumb-section.two .breadcrumb-content-wrap .breadcrumb-content {
    padding: 160px 0 120px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-section.two .breadcrumb-content-wrap .breadcrumb-content {
    padding: 150px 0 100px;
  }
}

@media (max-width: 576px) {
  .breadcrumb-section.two .breadcrumb-content-wrap .breadcrumb-content {
    padding: 130px 0 80px;
  }
}

.breadcrumb-section.two .breadcrumb-content-wrap .vector {
  bottom: unset;
  top: 45%;
  pointer-events: none;
}

.breadcrumb-section.two .breadcrumb-content-wrap .circular-text {
  bottom: 120px;
}

.breadcrumb-section.two .breadcrumb-content-wrap .circular-text::before {
  height: 230px;
  top: -230px;
}

/*=====================================
  76. Blog Page CSS
========================================*/

/*=====================================
  77. Blog Details Page CSS
========================================*/

/*=====================================
  78. Inner Contact Section CSS
========================================*/
.inner-contact-section {
  background-image: url(../img/innerpages/contact-bg.png), linear-gradient(180deg, #F1F5FF 0%, #F1F5FF 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0;
}

@media (max-width: 767px) {
  .inner-contact-section {
    padding: 70px 0;
  }
}

.inner-contact-section .section-title {
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .inner-contact-section .section-title {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .inner-contact-section .section-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .inner-contact-section .section-title {
    margin-bottom: 35px;
  }
}

.inner-contact-section .section-title span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: transparent;
  border: 1px solid rgba(var(--primary-color5-opc), 0.2);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 23px;
}

.inner-contact-section .section-title span svg {
  fill: var(--primary-color5);
}

@media (max-width: 576px) {
  .inner-contact-section .section-title span {
    font-size: 13px;
    padding: 8px 20px;
  }
}

.inner-contact-section .section-title h2 {
  font-size: 55px;
}

@media (max-width: 1399px) {
  .inner-contact-section .section-title h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .inner-contact-section .section-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .inner-contact-section .section-title h2 {
    font-size: 32px;
  }
}

.inner-contact-section .arrow-vector {
  fill: rgba(var(--black-color-opc), 0.2);
  margin-left: 68px;
  margin-bottom: 90px;
}

@media (max-width: 1199px) {
  .inner-contact-section .arrow-vector {
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .inner-contact-section .arrow-vector {
    margin-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .inner-contact-section .arrow-vector {
    display: none;
  }
}

.inner-contact-section .contact-content .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 991px) {
  .inner-contact-section .contact-content .contact-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
  }
}

@media (max-width: 576px) {
  .inner-contact-section .contact-content .contact-list {
    gap: 30px;
  }
}

.inner-contact-section .contact-content .contact-list .single-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .inner-contact-section .contact-content .contact-list .single-contact {
    margin-bottom: 0;
  }
}

.inner-contact-section .contact-content .contact-list .single-contact:last-child {
  margin-bottom: 0;
}

.inner-contact-section .contact-content .contact-list .single-contact .icon {
  position: relative;
}

.inner-contact-section .contact-content .contact-list .single-contact .icon svg {
  fill: var(--primary-color2);
}

.inner-contact-section .contact-content .contact-list .single-contact .icon::after {
  content: "";
  height: 35px;
  width: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  background-color: rgba(var(--black-color-opc), 0.15);
}

.inner-contact-section .contact-content .contact-list .single-contact .content span {
  color: rgba(var(--title-color-opc), 0.6);
  font-family: var(--font-manrope);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.inner-contact-section .contact-content .contact-list .single-contact .content h6 {
  margin-bottom: 0;
}

.inner-contact-section .contact-content .contact-list .single-contact .content h6 a {
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  transition: 0.5s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-contact-section .contact-content .contact-list .single-contact .content h6 a {
    font-size: 17px;
  }
}

@media (max-width: 576px) {
  .inner-contact-section .contact-content .contact-list .single-contact .content h6 a {
    font-size: 16px;
  }
}

.inner-contact-section .contact-content .contact-list .single-contact .content h6 a:hover {
  color: var(--primary-color2);
}

.inner-contact-section.two {
  background-image: unset;
  padding: 120px 0 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-contact-section.two {
    padding: 100px 0 0;
  }
}

@media (max-width: 991px) {
  .inner-contact-section.two {
    padding: 90px 0 0;
  }
}

@media (max-width: 767px) {
  .inner-contact-section.two {
    padding: 70px 0 0;
  }
}

.inner-contact-section.two .contact-wrapper {
  background-image: url(../img/innerpages/contact-bg.png), linear-gradient(180deg, #F1F5FF 0%, #F1F5FF 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 85px 50px 85px 75px;
  border-radius: 30px;
}

@media (max-width: 1399px) {
  .inner-contact-section.two .contact-wrapper {
    padding: 85px 50px 85px 65px;
  }
}

@media (max-width: 1199px) {
  .inner-contact-section.two .contact-wrapper {
    padding: 85px 40px;
  }
}

@media (max-width: 991px) {
  .inner-contact-section.two .contact-wrapper {
    padding: 70px 40px;
  }
}

@media (max-width: 767px) {
  .inner-contact-section.two .contact-wrapper {
    padding: 60px 20px;
    border-radius: 20px;
  }
}

@media (max-width: 576px) {
  .inner-contact-section.two .contact-wrapper {
    padding: 50px 10px;
    border-radius: 10px;
  }
}

/*=====================================
  79. Error Page CSS
========================================*/

/*=====================================
  80. Product Page CSS
========================================*/

/*=====================================
  81. Project Horizontal Page CSS
========================================*/

/*=====================================
  82. Project InfoFlow Page CSS
========================================*/

/*=====================================
  83. Project Text Down Page CSS
========================================*/

/*=====================================
  84. Project Details Page CSS
========================================*/

/*=====================================
  85. Our Client Page CSS
========================================*/

/*=====================================
  86. Our Process Page CSS
========================================*/

/*=====================================
  87. Career Page CSS
========================================*/

/*=====================================
  88. Contact Page CSS
========================================*/

.contact-map-section iframe {
  width: 100%;
  height: 100%;
  min-height: 600px;
  filter: invert(1) hue-rotate(180deg) brightness(0.7) grayscale(1);
  border-radius: 30px;
}

@media (max-width: 1399px) {
  .contact-map-section iframe {
    min-height: 550px;
  }
}

@media (max-width: 991px) {
  .contact-map-section iframe {
    min-height: 500px;
    border-radius: 20px;
  }
}

@media (max-width: 576px) {
  .contact-map-section iframe {
    min-height: 450px;
    border-radius: 10px;
  }
}

/*=====================================
  89. Service Page CSS
========================================*/

/*=====================================
  90. Service Details Page CSS
========================================*/

/*=====================================
  91. Product Details Page CSS
========================================*/

/*=====================================
  92. Project Single Slider Page CSS
========================================*/

/*=====================================
  93. Shop Page CSS
========================================*/

/*=====================================
  94. Shop Details Page CSS
========================================*/

/*=====================================
  95. Cart Page CSS
========================================*/

/*=====================================
  96. Checkout Page CSS
========================================*/

/*=====================================
  97. Career Details Page CSS
========================================*/

/*=====================================
  98. Project Metro Page CSS
========================================*/

/*# sourceMappingURL=style.css.map */

/* =============================================================
   FOOTER — Custom Layout (friojet)
   ============================================================= */

/* Left brand column — left-aligned */
.footer-brand-col .footer-logo-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.footer-brand-col .footer-desc {
  text-align: left;
  max-width: 340px;
  line-height: 1.75;
  opacity: 0.82;
}

/* US Brand badge */
.footer-us-brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 10px 4px 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
}

.footer-flag {
  width: 20px;
  height: auto;
  border-radius: 2px;
  display: block;
}

.footer-us-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  opacity: 0.88;
  color: #fff;
}

/* Right column — flex row, pushed right */
.footer-right-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 70px 30px;
}

.footer-right-inner .footer-widget {
  min-width: 150px;
}




.footer-contact-widget .contact-area > li:first-child {
  border-top: none;
}

/* Responsive */
@media (max-width: 991px) {
  .footer-right-inner {
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .footer-right-inner {
    flex-direction: column;
    gap: 28px;
  }
}

@media (max-width: 575px) {
 .opteom-hero__stats {
   display: none;
 }
}
