/* Gotham family (self-hosted) */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Use it */
:root {
  --font-ui: "Gotham", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

html,
body {
  font-family: var(--font-ui);
  font-synthesis: none;
}

/* avoids fake bold/italic */
h1,
h2,
h3 {
  font-weight: 700;
}

/* Bold */
strong {
  font-weight: 700;
}

small {
  font-weight: 300;
}

/* Light */


/* Use it */
:root {
  --font-ui: "Gotham", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

body {
  font-family: var(--font-ui);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
}

a,
a:hover,
button:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}


button {
  font-size: 15px !important;
}

button:active,
button:focus,
button,
a:active,
a:focus {
  outline: none !important;
}

p,
label {
  margin: 0px;
}

p {
  color: rgba(17, 15, 16, 0.75);
  font-weight: 300;
}

img {
  max-width: 100%;
}

body {
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

input {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0px;
  color: rgba(17, 15, 16, 0.75);
}

.main {
  overflow: hidden;
}

.main header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  background-color: #ffffff !important;
  z-index: 3;
  /* box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1); */
}

header,
header nav.navbar-expand-lg {
  padding: 12px 0px !important;
  background: none !important;
}

.navbar-brand img {
  height: 20px;
}

header .navbar .navbar-nav li a {
  color: rgba(17, 15, 16, 0.75) !important;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 20px !important;
  border-bottom: 2px solid transparent;
}

header .navbar .navbar-nav li a.active {
  border-bottom: 2px solid #ffffff;
}

header .navbar .navbar-nav li:hover a {
  color: rgba(17, 15, 16, 0.75) !important;
  border-bottom: 2px solid #ffffff;
}

.button-transparent {
  font-size: 15px;
  font-weight: 400;
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 11px 20px;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  transition: 0.5s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  overflow: hidden;
  display: inline-block;
  font-weight: 300;
}

.button-transparent:hover {
  border-color: #dddddd;
}

.button-transparent span {
  position: relative;
  top: -3px;
  width: 100%;
  transition: 0.5s;
}

.button-transparent::before {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  position: absolute;
  content: '';
  background-color: #dddddd;
  transition: 0.5s;
}

.button-transparent:hover::before {
  width: 100%;
}

.button-transparent:hover span {
  color: rgba(17, 15, 16, 0.75) !important;
}

.button {
  font-size: 15px;
  font-weight: 400;
  background: none;
  border: 1px solid rgba(17, 15, 16, 0.75) !important;
  color: rgba(17, 15, 16, 0.75) !important;
  padding: 11px 20px;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  transition: 0.5s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  overflow: hidden;
  font-weight: 300;
  overflow: hidden;
}

.button:hover {
  border-color: rgba(17, 15, 16, 0.75) !important;
}

.button span {
  position: relative;
  top: -3px;
  width: 100%;
  transition: 0.5s;
  display: block;
  line-height: initial;
  letter-spacing: 0px;
}

.button:hover span {
  color: #ffffff;
}

.button::before {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0%;
  position: absolute;
  content: '';
  background-color: rgba(17, 15, 16, 0.75) !important;
  transition: 0.5s;
}

.button:hover::before {
  width: 100%;
}

.navbar-toggler:focus {
  box-shadow: inherit;
}

.banner-outer {
  width: 100%;
  height: 100vh;
  display: block;
  padding: 120px 0px 156px;
  background-image: url("../images/banner-img-new.png");
  /* background-color: rgba(17, 15, 16, 0.75) !important; */
  background-repeat: no-repeat;
  background-position: center 0px;
  position: relative;
  background-size: auto 100%;
  /* background-attachment: fixed; */
  background-position: right 80px;
}

.banner-wrapper {
  padding: 0px 0px 0px;
  height: 80vh;
  display: flex;
  align-items: center;
}

.banner-content {
  max-width: 700px;
  padding-top: 40px;
}

.banner-content h2 {
  font-size: 55px;
  font-weight: 100;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 88%;
}

.banner-content p {
  font-size: 16px;
  line-height: 27px;
  display: block;
  margin-bottom: 40px;
  clear: both;
}

.banner-content h2,
.banner-content p {
  color: #3C3C3C;
}

.arrow-outer a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  margin-bottom: 17px;
}

.arrow-outer a {
  color: #15CF28;
  font-size: 20px;
  background-color: #ffffff;
}

.arrow-outer a:hover {
  background-color: #15CF28;
  color: #ffffff;
}

.year-experience {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -9px;
}

.year-experience span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  top: 0px;
  left: 0px;
  font-size: 46px;
  font-weight: 500;
}

.rotate {
  animation: rotation 5s;
}

.linear {
  animation-timing-function: linear;
}

.infinite {
  animation-iteration-count: infinite;
}

.section-title {
  font-size: 30px;
  color: rgba(17, 15, 16, 0.75) !important;
  font-weight: 300;
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
}

p {
  color: rgba(17, 15, 16, 0.75);
  font-size: 16px;
  display: block;
  line-height: 27px;
  font-weight: 300;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.about-us {
  position: relative;
}

.about-us:after {
  width: 100%;
  height: 0;
  border-top: 150px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 98vw solid #F5F5F5;
  content: '';
  position: absolute;
  bottom: 0px
}

.services {
  background-color: #F5F5F5;
}

.subtitle {
  font-size: 24px;
  font-weight: 300;
}

.service-outer {
  margin-bottom: 60px;
}

.service-img {
  overflow: hidden;
  max-width: 538px;
}

.service-outer img {
  transition: 0.5s;
}

.service-outer:hover img {
  transform: scale(1.5);
}

.service-outer p {
  max-width: 538px;
}


.casestudy {
  width: 100%;
  height: auto;
  background-image: url('../images/casestudy.png');
  /* background-color: rgba(17, 15, 16, 0.75)!important; */
  position: relative;
  padding-top: 120px;
  background-repeat: no-repeat;
  background-size: cover;
}

.casestudy:after {
  width: 100%;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 150px solid transparent;
  border-left: 98vw solid #F5F5F5;
  content: '';
  position: absolute;
  top: -1px
}

.project-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.project-item button {
  border: none;
  background: none;
}

.project-info {
  position: absolute;
  bottom: -257px;
  z-index: 2;
  left: 0px;
  background-image: url('../images/overlay-bg.png');
  background-repeat: no-repeat;
  height: 257px;
  width: 100%;
  padding-left: 30px;
  padding-top: 50px;
  transition: 0.5s;
  text-align: left;
  padding-right: 35%;
}

.project-item:hover .project-info {
  bottom: -5px;
}

.project-item:after {
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.5s;
  z-index: 1;
}

.project-item:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.project-info a {
  width: 53px;
  height: 53px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  background-color: rgba(17, 15, 16, 0.75) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 30px;
}

.project-info a i {
  font-size: 30px;
}

.project-info label {
  font-size: 16px;
  display: block;
  color: rgba(17, 15, 16, 0.75) !important;
  margin-bottom: 5px;
}

.project-info span {
  font-size: 23px;
  display: block;
  color: rgba(17, 15, 16, 0.75) !important;
}

.client-outer {
  margin-bottom: 50px;
  position: relative;
}

.client-thumbnil {
  position: relative;
  z-index: 1;
  width: 370px;
  width: 370px;
  /* transform: skewX(-10deg); */
  border: 1px solid #ffffff;
  cursor: pointer;
  margin-left: 32px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}

.client-outer:after {
  position: absolute;
  content: '';
  width: 123px;
  height: 100px;
  /* transform: skewX(-11deg); */
  /* background-color: #666866; */
  border: 1px solid #dddddd;
  z-index: 0;
  right: 65px;
  top: -17px;
  transition: 0.5s;
}

.client-outer:hover:after {
  right: 30px;
  top: -30px;
}

.client-video-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  /* transform: skewX(10deg); */
  background: none;
  border: none;
}

.client-thumbnil .client-img {
  object-fit: cover;
  /* transform: skewX(10deg); */
  margin-left: -42px;
  width: calc(100% + 87px);
  max-width: initial;
}

.client-outer label {
  font-size: 24px;
  color: #ffffff;
  display: block;
}

.client-outer span {
  font-size: 22px;
  color: #ffffff;
  display: block;
}

.client-main {
  padding-left: 300px;
}

.client-graphics {
  position: absolute;
  left: 0px;
  bottom: -185px;
  z-index: 1;
}

.our-advisors {
  background-color: #fafafa;
}

.advisor-outer {
  width: 330px;
}

.advisor-outer img {
  width: 330px;
  height: 280px;
  display: block;
  margin-bottom: 10px;
}

.advisor-outer label {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  color: rgba(17, 15, 16, 0.75) !important;
}

.advisor-outer span {
  font-size: 24px;
  display: block;
  color: rgba(17, 15, 16, 0.75) !important;
  margin-bottom: 5px;
}

.advisor-outer p {
  font-size: 17px;
  color: #444444;
  padding-right: 20px;
}

.about-numbers {
  position: relative;
  text-align: center;
  padding-top: 20px;
  margin-top: 55px;
}

.about-numbers:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background-color: rgba(17, 15, 16, 0.75) !important;
  top: -10px;
  left: 50%;
  margin-left: -25px;
}

.about-numbers label {
  color: rgba(17, 15, 16, 0.75) !important;
  font-size: 18px;
}

.about-numbers span {
  width: 100%;
  color: rgba(17, 15, 16, 0.75) !important;
  font-size: 69px;
  display: block;
}

.our-clients {
  background: #ffffff;
  height: 150px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  margin-top: 45px;
}

.our-clients ul {
  list-style: none;
  display: flex;
}

.our-clients ul li {
  padding: 0px 30px;
}

.faq p a {
  color: rgba(17, 15, 16, 0.75) !important;
  text-decoration: none;
}

.faq {
  background-color: #fafafa;
}

.faq .accordion-button {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: none;
  font-size: 17px !important;
  color: rgba(17, 15, 16, 0.75) !important;
  font-weight: 300;
}

.faq .accordion-collapse p {
  padding: 15px;
}

/* Custom style */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

footer {
  background-image: url('../images/footer-bg.png');
  min-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  background-attachment: fixed;
  position: relative;
  background-position: center;
}

footer .footer-graphics {
  position: absolute;
  right: 0px;
  top: 40px;
}

.footer-wrapper {
  width: 800px;
  margin: auto;
  max-width: 100%;
}

.footer-wrapper h5 {
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

.footer-wrapper p {
  font-size: 13px;
  display: block;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}

.lets-talk {
  width: 245px;
  height: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 19px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  margin: auto;
  margin-top: 50px;
  position: relative;
}

.lets-talk label {
  z-index: 1;
}

.lets-talk:hover label {
  color: rgba(17, 15, 16, 0.75) !important;
}

.lets-talk span {
  width: 0px;
  height: 0px;
  background-color: none;
  display: inline-block;
  position: absolute;
  opacity: 0.4;
  transition: 0.5s;
  color: #ffffff;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  z-index: 0;
}

.lets-talk:hover span {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: #ffffff;
}



.footer-left {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-right {
  padding-left: 30px;
}

address {
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  font-weight: 300;
}

address p {
  font-size: 17px !important;
  text-align: left !important;
  margin-top: 10px !important;
  font-weight: 300;
}




.hero-text {
  float: left;
  overflow: hidden;
  position: relative;
  height: 80px;
  line-height: 78px;
  margin-top: 5px;
}

.span1 {
  display: inline-block;
  color: #868686;
  position: relative;
  white-space: nowrap;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-animation: move 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  font-weight: 300;
}

@keyframes move {
  0% {
    top: 0px;
  }

  50% {
    top: -80px;
  }

  100% {
    top: -160px;
  }
}




.animate-swipe-right.swipe {
  animation: swipeRight 0.5s;
  opacity: 1;
}

.animate-swipe-left.swipe {
  animation: swipeLeft 1s;
  opacity: 1;
}

.animate-swipe-up.swipe {
  animation: swipeDown 1.5s;
  opacity: 1;
}

.animate-swipe-down.swipe {
  animation: swipeUp 1.5s;
  opacity: 1;
}

@keyframes swipeRight {
  0% {
    transform: translate(30px, 0px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes swipeLeft {
  0% {
    transform: translate(-30px, 0px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes swipeDown {
  0% {
    transform: translate(0px, -30px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes swipeUp {
  0% {
    transform: translate(0px, 30px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}




.our-clients img {
  height: 142px;
  max-width: initial;
}


.my-slider {
  position: relative;
}

.my-slider .slick-next {
  position: absolute;
  right: 0px;
  bottom: -50px;
  width: 45px;
  text-indent: 200px;
  overflow: hidden;
  background-color: initial;
  border: none;
  background-image: url('../images/arrow-right.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.my-slider .slick-prev {
  position: absolute;
  right: 50px;
  bottom: -50px;
  width: 45px;
  left: initial;
  text-indent: 200px;
  overflow: hidden;
  background-color: initial;
  border: none;
  background-image: url('../images/arrow-left.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.slick-initialized .slick-slide {
  color: #FFF;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}



.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

.slick-next:before,
.slick-prev:before {
  color: #000;
  font-size: 26px;
}

.slick-list.draggable {
  overflow: visible;
}

.slick-track {
  display: flex;
}

.slick-dots {
  display: none !important;
}


.our-vision {
  width: 100%;
  height: 411px;
  background-image: url('../images/about.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.inner-content {
  padding-top: 60px;
}

.page-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0px 0px;
}

.page-heading .title {
  font-size: 40px;
  color: rgba(17, 15, 16, 0.75) !important;
  font-weight: 500;
  display: block;
  line-height: 54px;
}



.our-vision span {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
}

.our-vision p {
  font-size: 29px;
  font-weight: 500;
  color: #ffffff;
  line-height: 35px;
}

.radius-right {
  -moz-border-radius: 5px 100px 5px 5px;
  -webkit-border-radius: 5px 100px 5px 5px;
  -ms-border-radius: 5px 100px 5px 5px;
  border-radius: 5px 100px 5px 5px;
}

.radius-left {
  -moz-border-radius: 100px 5px 5px 5px;
  -webkit-border-radius: 100px 5px 5px 5px;
  -ms-border-radius: 100px 5px 5px 5px;
  border-radius: 100px 5px 5px 5px;
}

.about-section {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.title {
  font-size: 40px;
  color: rgba(17, 15, 16, 0.75) !important;
  font-weight: 400;
  display: block;
  line-height: 54px;
}

.team-outer span {
  color: #101828;
  font-size: 20px;
  display: block;
  margin-top: 15px;
}

.team-outer p {
  font-size: 18px;
}

.contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-icon {
  background-color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 90px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 30px;
  border: 1px solid #dddddd;
}

.contact-detail {
  padding-left: 20px;
}

.contact-detail label {
  font-size: 16px;
  display: block;
}

.contact-detail span {
  color: rgba(17, 15, 16, 0.75) !important;
  font-size: 19px;
}

.send-message {
  width: 100%;
  padding: 25px 30px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: block;
  background-color: #ffffff;
  margin-top: 25px;

}

.send-message h3 {
  font-size: 24px;
  display: block;
  /* text-align: center; */
  display: block;
  margin-bottom: 30px;
  color: rgba(17, 15, 16, 0.75) !important;
  font-weight: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.form-field {
  display: block;
  margin-bottom: 20px;
}

.form-field label {
  font-size: 16px;
  display: block;
  color: #475467;
  margin-bottom: 5px;
}

.form-input,
.form-select {
  border: 1px solid #aaaaaa;
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  font-weight: 300;
  line-height: initial;
}

.form-textarea {
  border: 1px solid #A6B1C8;
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 100px;
  resize: none;
}

.border-text {
  font-size: 195px;
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 0px;
  color: #ffffff;
  text-shadow: 0px 0px 2px #999999;
  left: 100%;
  transition: 0.5s;
}

.about-us:hover .border-text {
  left: 50%;
}

section {
  overflow: hidden;
}

.services .border-text {
  left: initial;
  right: 100%;
  color: #fafafa;
  z-index: 0;
}

.services:hover .border-text {
  right: 50%;
}

.casestudy .border-text {
  left: initial;
  right: 100%;
  color: aliceblue;
  z-index: 0;
  white-space: nowrap;
  top: 70px;
}

.casestudy:hover .border-text {
  right: 20%;
}

.faq .border-text {
  left: initial;
  right: 100%;
  color: #fafafa;
  z-index: 0;
}

.faq:hover .border-text {
  right: 70%;
}

button.close {
  background: none;
  border: none;
  width: 34px;
  height: 29px;
}

button.close i {
  font-size: 22px;
}

#video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}

.banner-graphics {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -350px;
  z-index: 1;
  opacity: 0.8;
}

.banner-outer .container {
  z-index: 1;
  position: relative;
}

button.accordion-button:focus {
  box-shadow: initial !important;
}

.form-select {
  border: 1px solid #A6B1C8;
  padding: 10px 15px;
}

body header .navbar .navbar-nav .dropdown-menu li a {
  color: rgba(17, 15, 16, 0.75) !important;
  font-size: 14px;
  padding: 6px 15px !important;
}

body header .navbar .navbar-nav .dropdown-menu li a:hover {
  background-color: #eeeeee;
  color: rgba(17, 15, 16, 0.75) !important;
}

body header .navbar .navbar-nav .dropdown-toggle::after {
  top: 2px;
  position: relative;
  left: 4px;
}

.dropdown-item.active,
.dropdown-item:active {
  background: none;
}


.dropdown-menu li {
  position: relative;
}

.dropdown-menu .submenu {
  display: none;
  position: absolute;
  right: 100%;
  top: -7px;
}

.dropdown-menu .submenu-left {
  left: 100%;
  right: auto;
}

.dropdown-menu>li:hover {
  background-color: #f1f1f1
}

.dropdown-menu>li:hover>.submenu {
  display: block;
}

.dropdown-item i {
  position: absolute;
  right: 8px;
  top: 7px;
  font-size: 13px;
}

.get-audit {
  /* background: #ffffff; */
  border-radius: 20px;
  -webkit-border-radius: 20px;
  display: block;
  margin-left: auto;
}

.form-title {
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.form-field {
  display: block;
  background: none;
  border: none;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0px 10px;
  height: auto;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
}

.theme-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  text-align: center;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.theme-btn.fill {
  background-color: #1F1F1F;
  color: #ffffff;
}


.theme-btn {
  border: 1px solid #1F1F1F;
  background: none;
  color: #1F1F1F;
  padding: 9px 25px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  text-transform: uppercase;
  position: relative;
}

.theme-btn.white {
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
}

.theme-btn.fill {
  background-color: #1F1F1F;
  color: #ffffff;
}

.get-audit {
  /* background: #ffffff; */
  border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
}

.text-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
}

.theme-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  text-align: center;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.text-default {
  transform: translateY(0);
}

.theme-btn:hover .text-default {
  transform: translateY(-100%);
  opacity: 0;
}

.text-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(100%);
  /* hidden below */
  opacity: 0;
}

.theme-btn:hover .text-default {
  transform: translateY(-100%);
  /* move up */
  opacity: 0;
}

.theme-btn:hover .text-hover {
  transform: translateY(0);
  /* slide into place */
  opacity: 1;
}


.about-us:after,
.casestudy:after,
.client-graphics {
  display: none;
}

.services {
  background: none;
}

.about-us .border-text,
.casestudy .border-text {
  color: #fafafa;
}

.casestudy {
  background-image: initial;
}

.casestudy .text-white {
  color: rgba(17, 15, 16, 0.75) !important;
}

.our-advisors,
.faq {
  background: #ffffff;
}

footer {
  background-color: #000000;
}

.footer-right a {
  display: block;
  padding: 4px 0px;
  color: #ffffff;
}

.footer-wrapper h5 {
  color: #ffffff;
}

.inner-banner {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../images/hero-banner.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #ffffff;
  background-size: cover;
  background-position: center;
}

.inner-banner h1 {
  color: #ffffff;
  font-weight: 500;
  font-size: 55px;
  font-weight: 300;
  text-transform: uppercase;
}

.our-vision .section-title {
  color: #ffffff !important;
  font-weight: 300;
  font-size: 15px;
}

.our-vision p {
  font-weight: 300;
}

.title--overhead {
  color: #8d99a7;
  font-size: .87rem;
  font-weight: 400;
  letter-spacing: .1rem;
  margin-top: .62rem;
  margin-bottom: .62rem;
  text-transform: uppercase;
}





.sub {
  color: var(--muted);
  margin-top: 6px;
  font-size: 15px
}



.tabs {
  gap: 10px;
  padding: 6px;
  border-radius: 12px;
  width: max-content;
}

.tab {
  padding: 10px 14px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  color: rgba(17, 15, 16, 0.75) !important;
  border: 1px solid transparent;
  background: transparent;
  transition: background .25s ease, transform .2s ease, box-shadow .25s ease;
  font-weight: 300;
}

.tab:hover {
  /* background: #e7f0ff */
}

.tab:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 2px
}

.tab[aria-selected="true"] {
  background: var(--panel);
  color: var(--text);
  border-color: var(--border);
  box-shadow: 0 0 0 3px var(--ring)
}



.section {
  display: none
}

.section.active {
  display: block
}



.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px
}

.card {
  grid-column: span 12;
  background: #f5f5f5;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
  transition: transform .25s ease, box-shadow .25s ease
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(16, 24, 40, .1), 0 3px 10px rgba(16, 24, 40, .08)
}

@media(min-width:720px) {
  .card {
    grid-column: span 6
  }
}

@media(min-width:1000px) {
  .card {
    grid-column: span 4
  }
}



.w-head {
  display: flex;
  gap: 12px;
  align-items: center
}

.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eef2f7
}

.name {
  font-weight: 800
}

.role {
  color: var(--muted);
  font-size: 13px
}

.quote {
  margin-top: 10px;
  line-height: 1.65;
  font-size: 15px
}

.tag {
  margin-top: 12px;
  display: inline-block;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef5ff;
  color: #1b4fd1;
  border: 1px solid #d6e4ff
}


.stars {
  display: inline-flex;
  gap: 2px;
}

.star {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: linear-gradient(180deg, #ffd86b, #ffb743);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z"/></svg>') no-repeat center / contain;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2 9.19 8.62 2 9.24l5.46 4.73L5.82 21z"/></svg>') no-repeat center / contain
}



.thumb {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 16/9;
  border: 1px solid var(--border);
  background: #00000010
}

.thumb iframe {
  width: 100%;
  height: 100%;
  display: block
}

.play {
  position: absolute;
  inset: auto auto 10px 10px;
  background: #111827cc;
  color: #fff;
  padding: 8px 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .3px
}

.v-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px
}

.v-left {
  display: flex;
  gap: 10px;
  align-items: center
}

.v-name {
  font-weight: 800
}

.v-role {
  color: var(--muted);
  font-size: 13px
}



.reveal {
  opacity: 0;
  transform: translateY(14px)
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease, transform .6s ease
}



footer {
  margin: 40px 0 10px;
  color: var(--muted);
  font-size: 13px
}



@media (prefers-reduced-motion: reduce) {

  .tab,
  .card,
  .reveal.in {
    transition: none !important
  }
}

.testimonial-outer {
  display: flex;
}

.testimonial-left {
  flex: 1;
}

.send-message {
  border: 1px solid #dddddd;
}

.send-message .form-input,
.send-message .form-select,
.send-message textarea {
  border: none;
  padding: 0px;
}


.about-us {
  position: relative;
  padding-left: 50px;
}

.about-us i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 35px;
}

.service-outer ul {
  padding-right: 30px;
  padding-left: 0px;
}

.service-outer ul li {
  color: rgba(17, 15, 16, 0.75);
  font-size: 16px;
  display: block;
  line-height: 27px;
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}

.service-outer ul li::after {
  content: '\F272';
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 20px;
}

.navbar-expand-lg .navbar-nav li {
  position: relative;
}

.navbar-expand-lg .navbar-nav li.active::after {
  display: block;
}

.navbar-expand-lg .navbar-nav>li::after {
  content: '';
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #444444;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  opacity: 0;
}

.navbar-expand-lg .navbar-nav li.active::after,
.navbar-expand-lg .navbar-nav li:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.banner-services h2 {
  font-size: 45px;
}

.package-table th,
.package-table td {
  padding: 15px 10px;
}

.package-table th {
  font-weight: 400;
}

.blog-detail-img {
  margin: 20px 0px;
}

.blog-detail-img img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.recent-post {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display: flex;
  margin-bottom: 15px;
}

.post-img img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  min-width: 80px;
  height: 80px;
}

.post-content h4 {
  font-size: 17px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}

.post-content p {
  line-height: initial;
  font-size: 13px;
  font-weight: 300;
  display: block;
  line-height: 18px;
}

.post-content a:hover {
  text-decoration: underline !important;
}

.post-img {
  margin-right: 15px;
}

.inner-banner {
  display: flex;
}

.go-back {
  color: #444444;
  font-size: 17px;
}

.services-img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.highlight {
  text-shadow: 2px 2px 3px #f7541b;
}




.more-about-seo {
  /* background: #f5f5f5; */
  padding: 40px;
  display: block;
}

.graph-img {
  /* background: #f5f5f5; */
  /* border:1px solid #dddddd; */
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.w-20 {
  width: 20%;
}

.floating-btns {
  position: fixed;
  right: 20px;
  bottom: 65px;
  z-index: 1;
  display: flex;
  align-items: end;
  flex-direction: column;
  gap: 10px;
}

.floating-btns a {
  background-color: #ffffff;
  border: 1px solid #1f1f1f;
  font-size: 20px;
  color: #000000;
  min-width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 0px 12px;
  text-decoration: none;
  overflow: hidden;

  /* Smooth transition for size & padding */
  transition: all 0.3s ease;
}

.floating-btns a span {
  margin-left: 0px;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  font-size: 15px;
  /* Smooth transition for fade + expand */
  transition: all 0.3s ease;
}

.floating-btns a:hover {
  padding-right: 12px;
}

.floating-btns a:hover span {
  opacity: 1;
  max-width: 200px;
  /* enough space for text */
  margin-left: 8px;
}


/* Position submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  right: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.nav-tabs .nav-link {
  padding: 10px 25px;
  font-size: 15px !important;
  transition: all 0.3s ease;
  color: #000000;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #000000;
}

.tab-pane {
  transition: opacity 0.4s ease-in-out;
}

.digital-packages {
  border: 1px solid #dddddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
}


.our-clients {
  padding: 30px 0;
  overflow: hidden;
}

.logo-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.logo-track {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: max-content;
  /* track grows to fit all logos */
  animation: logo-scroll 35s linear infinite;
}

.logo-track li {
  flex: 0 0 auto;
  padding: 0 40px;
}

.logo-track img {
  max-height: 150px;
  width: auto;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.logo-track img:hover {
  filter: grayscale(0%);
}

/* Keyframes: only move half the (duplicated) track width */
@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.reveal-img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  /* border-radius: 20px; */
}

/* overlay */
.reveal-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(.77, 0, .175, 1);
  z-index: 2;
}

.reveal-img.in-view::before {
  transform: translateX(100%);
}

/* Image animation */
.reveal-img img {
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.8s ease-out, transform 1.2s ease-out;
  width: 100%;
  display: block;
}

.reveal-img.in-view img {
  opacity: 1;
  /* transform: scale(1); */
}



/* ===== Video Modal – SEO Theme (light + gold) ===== */

.video-modal .modal-dialog {
  max-width: 880px;
  margin: 2rem auto;
}

@media (max-width: 767.98px) {
  .video-modal .modal-dialog {
    max-width: 100%;
    margin: 1rem;
  }
}

.video-modal .modal-content {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(229, 231, 235, 0.9);
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.16);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Header */

.video-modal .modal-header {
  border: none;
  padding: 1.25rem 1.75rem 0.5rem;
  align-items: center;
}

.video-modal .modal-title {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9ca3af;
  font-weight: 600;
}

.video-modal .modal-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f7c948;
  /* gold dot */
  margin-right: 8px;
}

.video-modal .modal-title::after {
  content: "  CLIENT REVIEW";
  color: #111827;
}

/* Close button (subtle, theme-coloured) */

.video-modal .modal-header .btn-close {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease-out, box-shadow 0.18s ease-out, border-color 0.18s ease-out, background 0.18s ease-out;
}

.video-modal .modal-header .btn-close span,
.video-modal .modal-header .btn-close i {
  color: #111827;
  font-size: 1rem;
}

.video-modal .modal-header .btn-close:hover {
  transform: translateY(-1px);
  border-color: #f7c948;
  background: #fffaf0;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.16);
}

/* Body */

.video-modal .modal-body {
  border: none;
  padding: 1rem 1.75rem 1.5rem;
}

/* Video card */

.video-modal .ratio {
  border-radius: 18px;
  overflow: hidden;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

/* Footer */

.video-modal .modal-footer {
  border: none;
  padding: 0 1.75rem 1.5rem;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.video-modal .modal-footer .button {
  border-radius: 999px;
  padding-inline: 1.9rem;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Optional helper text */

.video-modal .helper-text {
  font-size: 0.8rem;
  color: #6b7280;
}


.banner-outer {
  position: relative;
  overflow: hidden;
}

/* container that holds the video */
.banner-video-bg {
  position: absolute;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0; */
  z-index: 0;
  pointer-events: none;
  /* video is just a background, no clicks */
}

/* make iframe fill the banner */
.banner-video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100vh;
}



/* content above overlay and video */
.banner-wrapper,
.banner-content {
  position: relative;
  z-index: 2;
}

.capch-input {
  border: 1px solid #dddddd;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-weight: 300;
}

.contact-address {
  width: 100%;
  height: 100%;
  padding: 15px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.contact-address h6 {
  display: block;
  margin-bottom: 5px;
}

.contact-address a {
  text-decoration: underline;
  color: #444444;
  margin-bottom: 5px;
  display: block;
}

.contact-address address {
  color: #444444;
}







.hero .menu-btn {
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  letter-spacing: 5px;
  font-weight: bold;
  cursor: pointer;
}

.hero .menu-btn:hover span:nth-child(1) {
  width: 50px;
}

.hero .menu-btn:hover span:nth-child(2) {
  width: 40px;
  margin-left: -10px;
}

.hero .menu-btn span {
  display: block;
  margin: 5px 0;
  background: black;
  width: 40px;
  height: 4px;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hero .menu-btn span:nth-child(2) {
  width: 30px;
  transition-delay: 0.1s;
}

.menu.active {
  opacity: 0;
  visibility: hidden;
}

.menu {
  transition: 0.52s;
  z-index: 1111;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.98);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu span {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 48px;
  cursor: pointer;
}

.menu .links-container {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
}

.menu .links-container a {
  width: 100%;
  height: 400px;
  font-size: 4em;
  text-decoration: none;
  color: whitesmoke;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
}

.menu .links-container a:hover {
  color: #f7541b;
  font-size: 2em;
  margin-left: 10px;
}

.menu .links-container a:before {
  color: whitesmoke;
}

.menu .menu-title {
  color: white;
  font-size: 1em;
  opacity: 0.4;
  letter-spacing: 10px;
}


.menu .links-container {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
}

.menu .links-container>li {
  margin: 10px 0;
}

.menu .links-container>li>a {
  width: auto;
  height: auto;
  font-size: 3em;
  text-decoration: none;
  color: whitesmoke;
  position: relative;
  display: inline-block;
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.menu .links-container>li>a:hover {
  color: #f7541b;
  font-size: 3.2em;
  margin-left: 10px;
}

.menu .submenu {
  list-style: none;
  margin: 0px 0 0 25px;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}

.menu .has-submenu.open>.submenu {
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
}

.menu .submenu a {
  display: block;
  width: auto;
  height: auto;
  font-size: 1.5rem;
  color: #cccccc;
  text-decoration: none;
  padding: 4px 0;
  transition: 0.3s ease;
}

.menu .submenu a:hover {
  color: #f7541b;
  margin-left: 5px;
}

.menu .dropdown-submenu .submenu {
  margin-left: 20px;
}

.menu .has-submenu>a::after {
  content: "+";
  font-size: 0.8em;
  margin-left: 10px;
}

.menu .has-submenu.open>a::after {
  content: "−";
}

.submenu .submenu a {
  color: #ffffff;
  font-size: 1.2em;
}

.menu .btn-close:hover {
  color: #ffffff;
}



.image-map-wrapper {
  position: relative;
  display: inline-block;
  z-index: 2;
  /* make sure it's above footer bg if needed */
}

.tooltip {
  position: absolute;
  /* now relative to .image-map-wrapper */
  background: #ffffff;
  color: #000;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  pointer-events: none;
  display: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 10;
}

area {
  cursor: pointer;
}

.tooltip strong {
  color: #000000;
  font-size: 14px;
}

.hero .menu-btn * {
  cursor: pointer;
}

.capcha-text {
  background-color: #444444;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  letter-spacing: 3px;
}



.banner-wrapper {
  position: relative;
  z-index: 3;
}

.banner-slider {
  position: relative;
}

.banner-slide {
  color: #fff;
}

.banner-slide .banner-content h2 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
}

.banner-slide .banner-content p {
  width: 75%;
}

.banner-slide .highlighted-line {
  display: block;
  font-weight: 700;
  color: #f7541b;
}

.banner-slider .slick-prev,
.banner-slider .slick-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.35);
  display: none !important;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.banner-slider .slick-prev {
  left: 0;
}

.banner-slider .slick-next {
  right: 0;
}

.banner-slider .slick-prev:before,
.banner-slider .slick-next:before {
  display: none;
}

.banner-slider .slick-prev i,
.banner-slider .slick-next i {
  font-size: 1.1rem;
  color: #fff;
}

.banner-slider .slick-dots {
  bottom: -35px;
  text-align: left;
}

.banner-slider .slick-dots li button:before {
  font-size: 10px;
  opacity: 0.4;
  color: #fff;
}

.banner-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #f7541b;
}


.get-audit {
  position: relative;
  z-index: 1;
}

textarea.form-field {
  min-height: 130px;
  resize: none;
}

.social-media {
  display: flex;
}

.social-media a {
  padding: 0px 7px;
}

.social-media i {
  font-size: 20px;
}

.hero-text {
  font-size: 40px;
}


.banner-slide .banner-content h2 {
  min-height: 200px;
}

.banner-slide .banner-content p {
  width: 100%;
  line-height: 23px;
}

.banner-content p {
  font-size: 15px;
}

.banner-slide .banner-content h2 {
  min-height: 200px;
}

.banner-slide .banner-content h2 {
  /* display: flex; */
  align-items: start;
  flex-direction: column;
  justify-content: end;
}

.banner-video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-title {
  font-size: 22px;
}

.highlight {
  text-shadow: initial;
}

.banner-overlay,
.hero-overlay,
.overlay {
  pointer-events: none;
}

.contact-icon {
  color: #f7541b;
}

.custom-solution {
  background: radial-gradient(1200px 600px at 10% 10%, rgba(241, 110, 2, 0.14), transparent 60%),
    radial-gradient(900px 500px at 90% 0%, rgba(59, 130, 246, 0.12), transparent 55%),
    #0b1220;
  color: #eaf1ff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}


.cs-content {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.cs-content h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 2.2vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.cs-content p {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.6;
  color: rgba(234, 241, 255, 0.9);
}

.cs-actions {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cs-content h2 {
  font-size: 30px;
}




.contact-icon {
  color: #f7541b;
}

.button-transparent::before {
  background-color: #f7541b;
}

.button-transparent:hover {
  border-color: #f7541b;
}

.button-transparent:hover span {
  color: #ffffff !important;
}

.form-title .highlight,
.section-title .highlight {
  /* box-shadow: 0px 2px 0px #f7541b; */
  color: #f7541b;
}

.floating-btns a {
  border: 1px solid #f7541b;
  /* color:#f7541b; */
}

.service-outer ul li::after {
  color: #f7541b;
}


.accordion-header .accordion-button:not(.collapsed) {
  color: #f7541b !important;
}

.footer-right a:hover {
  color: #f7541b;
}

.faq p a:hover {
  color: #f7541b !important;
}

.lets-talk:hover {
  border: 1px solid #f7541b;
}

.lets-talk:hover span {
  background-color: #f7541b;
}

.lets-talk:hover label {
  color: #ffffff !important;
}

.menu-btn:hover span {
  background-color: #f7541b;
}

.nav-tabs .nav-link:hover {
  background-color: #f7541b;
  color: #ffffff;
}

.contact-address a {
  color: #f7541b;
  text-decoration: none;
}

.button:hover {
  border: 1px solid #f7541b !important;
}

.button::before {
  background-color: #f7541b !important;
}

.border-text {
  color: #f7541b !important;
  opacity: .05;
}

.highlight_x {
  /* box-shadow: 0px 2px 0px #f7541b; */
  color: #f7541b;
}

.zsiq-float {
  height: 45px !important;
  width: 45px !important;
  right: 20px !important;
}

.service-contact-form {
  padding: 0px;
  max-width: 100%;
  border: 1px solid #dddddd;
  padding: 25px;
}

.service-contact-form textarea {
  min-height: 80px;
}


.recent-posts {
  position: relative;
}

.recent-posts.is-fixed {
  position: fixed;
  top: 100px;
  width: 100%;
  max-width: 400px;
}

.recent-posts.is-stop {
  position: absolute;
  top: auto;
  bottom: 0;
}

.other-services {
  border: 1px solid #dddddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 15px 20px;
  position: relative;
  padding-left: 120px;
  height: 100%;
}

.other-services img {
  position: absolute;
  width: 70px;
  left: 20px
}

.other-services h4 {
  margin-bottom: 10px;
  font-size: 20px;
}

.other-services p {
  font-size: 14px;
  line-height: 20px;
}

.other-services a {
  color: #f7541b;
  display: inline-block;
  margin-top: 15px;
}


#navbarScroll .navbar-nav>.nav-item {
  position: relative;
}

#navbarScroll .navbar-nav .nav-link {
  position: relative;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 10px;
  transition: transform .2s ease, background .25s ease, color .25s ease;
}

#navbarScroll .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
  background: linear-gradient(90deg, #ffb100, #ff6a00, #2aa8ff);
}

#navbarScroll .navbar-nav .nav-item:hover>.nav-link {
  transform: translateY(-1px);
  background: rgba(255, 166, 0, 0.10);
}

#navbarScroll .navbar-nav .nav-item:hover>.nav-link::after {
  transform: scaleX(1);
}

#navbarScroll .navbar-nav li>ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}

#navbarScroll .navbar-nav .nav-item>ul {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 370px;
  border-radius: 16px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.98);
  filter: blur(6px);
  transition: opacity .25s ease, transform .25s ease, filter .25s ease, visibility .25s;
  z-index: 999;
}

#navbarScroll .navbar-nav .nav-item>ul>li>a.nav-link {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 14px;
  color: #111;
  background: transparent;
  transition: background .2s ease, transform .2s ease;
}

#navbarScroll .navbar-nav .nav-item>ul>li>a.nav-link img {
  width: 40px;
}

#navbarScroll .navbar-nav .nav-item>ul>li>a.nav-link span {
  position: absolute;
  right: 20px;
}

#navbarScroll .navbar-nav .nav-item>ul>li a.nav-link:hover {
  background: rgba(255, 166, 0, 0.12);
  transform: translateX(2px);
}

#navbarScroll .navbar-nav .nav-item>ul>li {
  position: relative;
}

#navbarScroll .navbar-nav .nav-item>ul>li>ul {
  position: absolute;
  top: 0;
  right: calc(100% + 12px);
  min-width: 320px;
  border-radius: 16px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.98);
  filter: blur(6px);
  transition: opacity .25s ease, transform .25s ease, filter .25s ease, visibility .25s;
  z-index: 1000;
}

.nav-dd-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nav-dd-arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg);
  transition: transform .25s ease;
  margin-left: 6px;
  opacity: 0.8;
}

.nav-dd-open>ul {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) scale(1) !important;
  filter: blur(0) !important;
}

.nav-dd-open>a .nav-dd-arrow {
  transform: rotate(225deg);
}

.mobile-view {
  display: none;
}

.desktop-view {
  display: block;
}

.navbar-expand-lg .navbar-nav>li::after {
  display: none;
}

.nav-dd-arrow {
  width: 8px;
  height: 8px;
}

.other-services.active {
  background: rgba(255, 166, 0, 0.10);
}

.banner-content label {
  color: #F7541B;
  display: inline-block;
}

.talk-to-expert {
  background: #F5F5F5;
  padding: 60px 0px;
}

.talk-to-expert .form-field {
  background-color: #ffffff;
  border: none;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  padding: 0px 20px;
  min-height: 40px;
}

.talk-to-expert textarea.form-field {
  min-height: 100px;
  padding: 10px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}

.talk-to-expert select.form-field {
  color: #777777;
}

.new-title {
  font-size: 32px;
  display: block;
  color: #3C3C3C;
  font-weight: 300;
}

.marketing-package {
  padding: 80px 0px;
}

.package-card {
  border: 1px solid #dddddd;
  width: 100%;
  cursor: pointer;
}

.package-card img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.package-card h3 {
  font-size: 20px;
  font-weight: 300;
}

.package-card p {
  color: #999999;
}

.footer-right {
  color: #ffffff;
}

.footer-right ul {
  list-style: none;
  padding-left: 0px;
}

.footer-right ul ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.footer-right ul span {
  color: #aaaaaa;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb {
  font-size: 14px;
  border: 1px solid #dddddd;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: #000000;
}

.breadcrumb a:hover {
  color: #f7541b;
}

.breadcrumb span {
  color: #777777;
}

.breadcrumb i {
  margin: 1px 5px;
}




.other-services {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: transform .45s cubic-bezier(.22, .61, .36, 1),
    box-shadow .45s cubic-bezier(.22, .61, .36, 1);
  animation: floatCard 6s ease-in-out infinite;
}

@keyframes floatCard {

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

  50% {
    transform: translateY(-6px);
  }
}

.other-services:hover {
  transform: translateY(-14px) scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .10);
  cursor: pointer;
}

.other-services:hover::before {
  opacity: 1;
}

.other-services img {
  width: 70px;
  margin-bottom: 14px;
  transition: transform .45s cubic-bezier(.22, .61, .36, 1),
    filter .45s ease;
}

.other-services:hover img {
  transform: translateY(-0px) rotate(-3deg) scale(1.06);
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .25));
}

.other-services h4 {
  margin: 10px 0 8px;
  font-weight: 600;
  transition: transform .35s ease, color .35s ease;
}

.other-services:hover h4 {
  transform: translateX(6px);
  color: #ff7a00;
}

.other-services p {
  opacity: .85;
  transition: transform .35s ease, opacity .35s ease;
}

.other-services:hover p {
  transform: translateX(6px);
  opacity: 1;
}

.other-services a i {
  transition: transform .35s cubic-bezier(.22, .61, .36, 1);
}

.other-services:hover a {
  color: #ff7a00;
}

.other-services:hover a i {
  transform: translateX(6px);
}





.marketing-package-row>div {
  position: relative;
  transition: transform .55s cubic-bezier(.22, 1, .36, 1),
    filter .55s cubic-bezier(.22, 1, .36, 1),
    opacity .55s cubic-bezier(.22, 1, .36, 1);
}

.package-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f8f9fb);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .14);
  transform-style: preserve-3d;

  transition: transform .75s cubic-bezier(.22, 1, .36, 1),
    box-shadow .75s cubic-bezier(.22, 1, .36, 1),
    filter .75s cubic-bezier(.22, 1, .36, 1);
}

.package-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 20% 10%, rgba(255, 166, 0, .25), transparent 55%),
    radial-gradient(circle at 80% 20%, rgba(42, 168, 255, .18), transparent 60%);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .75s cubic-bezier(.22, 1, .36, 1),
    transform .75s cubic-bezier(.22, 1, .36, 1);
  pointer-events: none;
}

.package-card img {
  width: 100%;
  display: block;
  transition: transform .75s cubic-bezier(.22, 1, .36, 1),
    filter .75s cubic-bezier(.22, 1, .36, 1);
}

.package-card h3,
.package-card p {
  transition: transform .65s cubic-bezier(.22, 1, .36, 1),
    opacity .65s ease;
}

.marketing-package-row>div:hover .package-card {
  transform: translateY(-20px) rotateZ(-3deg) rotateX(6deg) scale(1.04);
  box-shadow: 0 45px 120px rgba(0, 0, 0, .30);
  filter: saturate(1.12) brightness(1.05);
}

.marketing-package-row>div:hover .package-card::before {
  opacity: 1;
  transform: translateY(0);
}

.marketing-package-row>div:hover .package-card img {
  transform: translateY(-10px) scale(1.08);
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, .25));
}

.marketing-package-row>div:hover .package-card h3 {
  transform: translateY(-6px);
}

.marketing-package-row>div:hover .package-card p {
  transform: translateY(-4px);
  opacity: 1;
}

.marketing-package-row:hover>div {
  opacity: .65;
  filter: blur(.2px);
}

.marketing-package-row:hover>div:hover {
  opacity: 1;
  filter: none;
}

.marketing-package-row>.left-rotate:hover .package-card {
  transform: translateY(-20px) rotateZ(-7deg) rotateX(7deg) scale(1.05);
}

.marketing-package-row>.right-rotate:hover .package-card {
  transform: translateY(-20px) rotateZ(7deg) rotateX(7deg) scale(1.05);
}
.recent-posts.is-stop {
  opacity: 0;
}
.service-contact-form select.form-field {
    color: #777777;
}
.button span{
  display: initial;
}
.button::before{
  border-radius: 100px;
  -webkit-border-radius: 100px;
}
.ms-4.desktop-view .button{
    position: relative;
    top: 3px;
}


.other-features{
  border: 1px solid #dddddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 100%;
}
.other-features h4{
  font-size:14px;
  font-weight: normal;
  display: block;
  position: relative;
  background-color: #f5f5f5;
  color:#000000;
  padding:15px;
  border-bottom:2px solid #f7541b;
  transition: all 0.35s ease;
}
.other-features:hover h4{
  background-color: #eeeeee;
  color:#000000;
}
.other-features p{
  padding:12px 15px;
  margin: 0px;
  font-size:15px;
}
.divider-line{
  border-color:#aaaaaa;
  margin-bottom:40px;
}

:root {
  --sws-white: #ffffff;
  --sws-ink: #111111;
  --sws-muted: #666666;
  --sws-border: #e8e8e8;
  --sws-soft: #f7f7f7;
  --sws-shadow: 0 18px 45px rgba(0, 0, 0, .08);
  --sws-brand: #f36b21;
  --sws-brand-2: #2a2a2a;
  --sws-radius: 18px;
  --sws-max: 1100px;
}
.sws-services {
  background: #ffffff;
  color: #111111;
  padding: clamp(44px, 6vw, 80px) 0;
}
.sws-wrap {
  width: min(var(--sws-max), calc(100% - 40px));
  margin: 0 auto;
}
.sws-intro {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 40px;
}
.sws-kicker {
  margin: 0 0 10px;
  letter-spacing: .18em;
  font-size: 12px;
  color: var(--sws-muted);
}
.sws-title {
  margin: 0;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.15;
  font-size: clamp(28px, 4vw, 44px);
}
.sws-title span {
  position: relative;
  display: inline-block;
}
.sws-title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: .08em;
  height: .34em;
  background: linear-gradient(90deg, rgba(243, 107, 33, .22), rgba(243, 107, 33, .08));
  z-index: -1;
  border-radius: 8px;
}
.sws-subtitle {
  margin: 14px auto 0;
  color: var(--sws-muted);
  max-width: 740px;
  font-size: 15px;
}
.sws-badges {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.sws-badge {
  border: 1px solid var(--sws-border);
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .04);
  transition: transform .25s ease, box-shadow .25s ease;
}
.sws-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .06);
}
.sws-badge-num {
  font-weight: 600;
  color: var(--sws-brand-2);
}
.sws-badge-text {
  color: var(--sws-muted);
  font-size: 13px;
}
.sws-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  margin-top: 30px;
}
.sws-card {
  grid-column: span 4;
  border: 1px solid var(--sws-border);
  border-radius: var(--sws-radius);
  padding: 18px 18px 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
  overflow: hidden;
}
.sws-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(500px 180px at 20% 0%, rgba(243, 107, 33, .14), transparent 55%), radial-gradient(420px 200px at 100% 10%, rgba(0, 0, 0, .05), transparent 60%);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}
.sws-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sws-shadow);
  border-color: rgba(243, 107, 33, .25);
}
.sws-card:hover::before {
  opacity: 1;
}
.sws-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.sws-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid var(--sws-border);
  display: grid;
  place-items: center;
  background: var(--sws-soft);
  color: var(--sws-brand-2);
  transition: transform .25s ease, background .25s ease;
}
.sws-card:hover .sws-ico {
  transform: rotate(-2deg) scale(1.03);
  background: #fff;
}
.sws-ico svg {
  width: 22px;
  height: 22px;
}
.sws-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .01em;
}
.sws-card p {
  margin: 0 0 12px;
  color: var(--sws-muted);
  font-size: 14px;
}
.sws-list {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: #444;
  font-size: 13px;
}
.sws-list li {
  position: relative;
  padding-left: 18px;
}
.sws-list li a {
  color: #444444;
}
.sws-list li a:hover {
  color: #f36b21;
}
.sws-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: rgba(243, 107, 33, .22);
  border: 1px solid rgba(243, 107, 33, .45);
}
.sws-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--sws-border);
  color: var(--sws-brand-2);
  background: #fff;
  font-size: 13px;
  letter-spacing: .02em;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.sws-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(17, 17, 17, .22);
  background: #fafafa;
}
.sws-btn-solid {
  border-color: transparent;
  background: var(--sws-brand);
  color: #fff;
}
.sws-btn-solid:hover {
  background: #e45f18;
}
.sws-card-cta {
  grid-column: span 4;
  background: linear-gradient(180deg, #fff, var(--sws-soft));
  border-color: rgba(243, 107, 33, .22);
}
.sws-mini {
  display: grid;
  gap: 8px;
  margin: 10px 0 14px;
}
.sws-mini-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #444;
  font-size: 13px;
}
.sws-mini-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: rgba(243, 107, 33, .18);
  border: 1px solid rgba(243, 107, 33, .45);
}
.sws-slices {
  margin-top: 26px;
  display: grid;
  gap: 18px;
}
.sws-slice {
  border: 1px solid var(--sws-border);
  border-radius: var(--sws-radius);
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .04);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  padding: clamp(18px, 3vw, 26px);
  overflow: hidden;
}
.sws-slice-rev {
  grid-template-columns: .9fr 1.1fr;
}
.sws-slice-rev .sws-slice-text {
  order: 2;
}
.sws-slice-rev .sws-slice-art {
  order: 1;
}
.sws-eyebrow {
  margin: 0 0 10px;
  letter-spacing: .18em;
  font-size: 12px;
  color: var(--sws-muted);
}
.sws-slice h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.2;
}
.sws-slice p {
  margin: 0 0 14px;
  color: var(--sws-muted);
  font-size: 14px;
}
.sws-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.sws-chip {
  font-size: 12px;
  color: #333;
  border: 1px solid var(--sws-border);
  background: var(--sws-soft);
  padding: 7px 10px;
  border-radius: 999px;
  transition: transform .2s ease;
}
.sws-chip:hover {
  transform: translateY(-1px);
}
.sws-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--sws-brand-2);
  letter-spacing: .02em;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(17, 17, 17, .18);
  transition: gap .2s ease, border-color .2s ease;
}
.sws-link:hover {
  gap: 14px;
  border-color: rgba(243, 107, 33, .45);
}
.sws-slice-art {
  position: relative;
  min-height: 210px;
  border-radius: calc(var(--sws-radius) - 6px);
  background: var(--sws-soft);
  border: 1px solid var(--sws-border);
  overflow: hidden;
}
.sws-art-bg {
  position: absolute;
  inset: -40px;
  background: radial-gradient(340px 260px at 25% 15%, rgba(243, 107, 33, .18), transparent 60%), radial-gradient(320px 220px at 90% 70%, rgba(0, 0, 0, .07), transparent 60%);
  filter: blur(0px);
  transform: rotate(-2deg);
  transition: transform .6s ease;
}
.sws-art-bg-2 {
  background: radial-gradient(340px 260px at 20% 30%, rgba(0, 0, 0, .08), transparent 60%), radial-gradient(320px 220px at 85% 60%, rgba(243, 107, 33, .18), transparent 60%);
}
.sws-slice:hover .sws-art-bg {
  transform: rotate(0deg) scale(1.05);
}
.sws-art-card {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .10);
  backdrop-filter: blur(8px);
  padding: 12px 12px;
  display: grid;
  gap: 10px;
  transform: translateY(8px);
  transition: transform .35s ease;
}
.sws-slice:hover .sws-art-card {
  transform: translateY(0px);
}
.sws-metric {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}
.sws-metric-k {
  color: #444;
}
.sws-metric-v {
  font-weight: 600;
  color: var(--sws-brand-2);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(243, 107, 33, .10);
  border: 1px solid rgba(243, 107, 33, .25);
}
.sws-process {
  margin-top: 18px;
  border: 1px solid var(--sws-border);
  border-radius: var(--sws-radius);
  background: var(--sws-soft);
  padding: clamp(18px, 3vw, 26px);
}

.sws-process-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 16px;
}

.sws-h3 {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .01em;
}

.sws-muted {
  margin: 0;
  color: var(--sws-muted);
  font-size: 14px;
}

.sws-steps {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.sws-step {
  background: #fff;
  border: 1px solid var(--sws-border);
  border-radius: 16px;
  padding: 14px 14px 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .04);
  transition: transform .25s ease;
}

.sws-step:hover {
  transform: translateY(-3px);
}

.sws-step-n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(243, 107, 33, .12);
  border: 1px solid rgba(243, 107, 33, .25);
  font-weight: 700;
  color: var(--sws-brand-2);
  margin-bottom: 10px;
}

.sws-step h4 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
}

.sws-step p {
  margin: 0;
  color: var(--sws-muted);
  font-size: 13px;
}


.sws-cta {
  margin-top: 18px;
  border-radius: var(--sws-radius);
  border: 1px solid rgba(243, 107, 33, .22);
  background: linear-gradient(90deg, rgba(243, 107, 33, .10), rgba(0, 0, 0, .02));
  padding: clamp(16px, 3vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sws-cta h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
}

.sws-cta p {
  margin: 0;
  color: var(--sws-muted);
  font-size: 14px;
}

.sws-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.sws-reveal {
  opacity: 0;
  transform: translateY(14px);
  animation: swsIn .85s cubic-bezier(.2, .8, .2, 1) forwards;
}

.sws-reveal:nth-of-type(1) {
  animation-delay: .05s;
}

.sws-reveal:nth-of-type(2) {
  animation-delay: .14s;
}

.sws-reveal:nth-of-type(3) {
  animation-delay: .22s;
}

.sws-reveal:nth-of-type(4) {
  animation-delay: .30s;
}

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

/* Responsive */
@media (max-width: 980px) {
  .sws-card {
    grid-column: span 6;
  }

  .sws-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .sws-slice,
  .sws-slice-rev {
    grid-template-columns: 1fr;
  }

  .sws-slice-rev .sws-slice-text,
  .sws-slice-rev .sws-slice-art {
    order: initial;
  }

  .sws-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .sws-card {
    grid-column: span 12;
  }

  .sws-steps {
    grid-template-columns: 1fr;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .sws-reveal {
    animation: none;
    opacity: 1;
    transform: none;
  }

  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

.button {
  background-color: #f7541b;
  border-color: #f7541b !important;
}

.button span {
  color: #ffffff;
}

.button::before {
  background-color: #ffffff !important;
}

.button:hover span {
  color: #444444;
}

.sws-title{
  font-size: 32px;
  display: block;
  color: #3C3C3C;
  font-weight: 300;
  letter-spacing: 0px;
}
.sws-subtitle, .sws-badge-num, .sws-badge-text{
  font-size:16px;
  color:#212529;
}
.sws-intro{
  max-width: 900px;
}
.sws-badge-num{
  color:#f36b21;
}
.sws-card p, .sws-list, .sws-mini *, .sws-list li a{
  font-size: 16px;
  color:#666666;
}
.sws-h3{
  font-size: 32px;
  display: block;
  color:#212529;
  font-weight: 300;
  letter-spacing: 0px;
}
.sws-card h3{
  color: #212529;
  font-size: 18px;
  letter-spacing: 0px;
}
.sws-muted, .sws-step p{
  font-size: 16px;
}
.sws-step h4{
  font-size: 20px;
}
.sws-steps{
  grid-template-columns: repeat(2, 1fr);
}
