*,
body {
  outline: 0;
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}
*,
.badges {
  vertical-align: baseline;
}
.floating-label label,
.hc-offcanvas-nav:not(.nav-open)::after,
.mouse-cursor,
a.disabled {
  pointer-events: none;
}
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track {
  background: #e8e8e8;
}
::-webkit-scrollbar-thumb:hover {
  background: #fb5496;
}
::-webkit-scrollbar-thumb {
  background-image: -webkit-linear-gradient(45deg, #ffbd84, #560097);
  background-image: -o-linear-gradient(45deg, #ffbd84, #560097);
  background-image: linear-gradient(45deg, #ffbd84, #560097);
}
::-moz-selection {
  background: rgba(166, 175, 189, 0.3);
}
::selection {
  background: rgba(166, 175, 189, 0.3);
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-os-font-smoothing: grayscale;
  box-sizing: border-box;
}
body {
  font-family: open sans, sans-serif;
  color: #6a6a8e;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: 17px;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif;
  color: #050748;
  font-weight: 600;
}
.fa-icon,
.header-heading .fa-icon {
  margin-left: 5px;
  font-size: 12px;
}
ul {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
button:focus {
  outline: 0 !important;
}
.header-heading .fa-icon {
  animation: 2s infinite arrowanim;
  -webkit-animation: 2s infinite arrowanim;
}
.common-heading {
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 10;
}
.common-heading h2 {
  margin-bottom: 60px;
}
.inner-heading h2 {
  margin-bottom: 30px;
}
.v-center {
  align-self: center;
  align-items: center;
}
.lnk,
button {
  position: relative;
  overflow: hidden;
}
span.circle,
span.circle2 {
  background: rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  border-radius: 50%;
  top: -10%;
}
.animation,
.circle,
.circle2,
.clients-logo,
.custom-btn,
.dropdown-toggle,
.hoshd,
.hover-scale img,
.icon-set,
.isotope_item,
.link-hover,
.main-header,
.main-header.sticky,
.navbar,
.s-block,
.sticky,
.sub-menu-sec a,
a,
button,
input {
  -webkit-transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  -o-transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
}
.no-shadow {
  box-shadow: none !important;
}
span.circle {
  right: -130px;
  width: 200px;
  height: 200px;
}
.lnk:hover span.circle {
  top: -10%;
  right: -80px;
}
span.circle2 {
  right: -50px;
  width: 80px;
  height: 80px;
}
.mob-nav li,
.top-header {
  position: relative;
}
.lnk:hover span.circle2 {
  top: -10%;
  right: -40px;
}
.font-15 {
  font-size: 15px;
}
.f-medium {
  font-weight: 600;
}
.f-bold,
.text-bold {
  font-weight: 700;
}
.light-blue {
  background: #f8fdff;
}
.text-radius {
  border-radius: 3px;
  padding: 0 3px;
}
.text-primary {
  color: #fe4c1c;
}
.text-second {
  color: #aa8340;
}
.header-icon-nav a {
  background: 0 0;
  padding: 12px;
  margin: 5px;
  border-radius: 50%;
  color: #0a2233;
}
.sticky .custom-nav .nav-list li a.menu-links,
.sticky .dsk-logo {
  line-height: 70px;
}
.main-header.sticky {
  height: 100px;
}
.top-header {
  z-index: 999;
}
.navbar .mobile-menu {
  display: none;
}
.navbar .mobilemenu {
  color: #0a2233;
  top: -4px;
  position: relative;
}
.navbar .mobilemenu i {
  font-size: 25px;
}
.mob-nav {
  display: flex;
}
.ml8 {
  margin-left: 8px;
}
.animate {
  animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.top-header .dropdown-toggle::after {
  display: inline-block;
  margin-left: 3px;
  vertical-align: baseline;
  content: "+";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 100px;
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #fff;
  outline: 0;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #0a2233;
  text-decoration: none;
  background-color: #fff;
  outline: 0;
}
.dropdown-menu {
  border: 0 solid rgba(0, 0, 0, 0.15);
}
header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 10px 0;
  margin: 0;
  font-size: 16px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 0 solid #ef9b15;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.dropdown-item,
.navbar-light .navbar-nav .nav-link {
  color: #0a2233;
  font-weight: 500;
  font-family: Poppins, sans-serif;
}
.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 15px;
  padding: 10px 15px;
}
.navbar-toggler {
  background-color: #fff;
  border: 1px solid #fff;
}
.top-header .sticky {
  background: #fff;
  -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.08);
  box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.08);
  height: 70px;
}
.nav-item.dropdown:hover {
  background: #fff;
}
.list-mnu li a {
  white-space: break-spaces;
  line-height: 24px;
  padding: 5px 10px;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  padding: 0 15px;
  line-height: 48px;
}
.nav-bg-b .custom-nav .nav-list li a.menu-links,
.top-header .navbar .custom-btn:focus,
.top-header .navbar .custom-btn:hover {
  color: #fff;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding-top: 0;
  padding-bottom: 0;
  height: 100px;
}
.brand-logo a {
  display: block;
}
.menu-header,
.sub-menu-center-block {
  display: flex;
}
.top-header .navbar .custom-btn {
  padding: 0 32px;
  color: #fff;
  font-weight: 400;
}
.modal-backdrop {
  background: linear-gradient(135deg, #0c0004 0, #000e0c 100%);
}
.modal {
  z-index: 999999;
}
.abt {
  position: absolute;
  right: 15px !important;
  top: 0 !important;
  z-index: 9999999;
}
.popup-modalfull .modal-dialog {
  min-height: 100%;
  background: #fff;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.popup-modalfull .modal-content {
  border: 0;
  height: 100%;
  border-radius: 0;
}
.popup-modalfull .modal-body {
  overflow-y: auto;
}
.-reviewr,
.about-agency,
.app-cta,
.bd-hor .bd-hor-base,
.bd-hor .bd-hor-base:hover:after,
.bhv-service,
.breadcrumb-area,
.breadcrumb-areav2,
.case-study .image-div,
.contact-location,
.cta-area,
.custom-nav .nav-list li a.menu-links,
.footer-svg,
.hero-card-web,
.hero-section,
.ho-gdnt .s-block,
.image-div,
.image-set,
.img-ca2set,
.instagram-post .thumb,
.item-image,
.link-hover a,
.nn-card-set,
.offer-image,
.our-office,
.overlay-- .s-block,
.portfolio-item-info .-reviewr,
.rpb-shop-items-tittl h3 a,
.service,
.service-section,
.service-slide,
.srvc-bg-nx,
.team,
.video-review {
  overflow: hidden;
}
.main-header.sticky .nx-dropdown {
  top: 65px;
}
.main-header.sticky {
  background: #fff;
  -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.08);
  box-shadow: 0 4px 6px 0 rgba(12, 0, 46, 0.08);
}
.main-header {
  padding: 0 20px;
  height: 100px;
  z-index: 99999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fa-ani {
  margin-left: 5px;
  font-size: 12px;
  animation: 2s infinite arrowanim;
  -webkit-animation: 2s infinite arrowanim;
}
.menu-header {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.right-bddr {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 10px 0 0 !important;
  margin: 0 20px 0 0;
}
.custom-nav .sbmenu > a::before {
  content: "+";
  position: absolute;
  right: 4px;
}
.btn-round-,
.custom-nav .nav-list li.rpdropdown {
  position: relative;
}
.custom-nav .sbmenu.hover > a::before {
  content: "-";
}
.btn-round-.trngl:after,
.contact-info-:after,
a.play-video::after,
div.custom-nav > ul > li.sbmenu > a:after {
  content: "";
}
.main-header.sticky .custom-nav .nav-list li a.menu-links {
  color: #050748;
}
.main-header .mega-white-logo,
.main-header.sticky .mega-white-logo,
.nav-bg-b.main-header.sticky .mega-white-logo {
  display: none;
}
.nav-bg-b.main-header .mega-white-logo {
  display: inline-block;
}
.nav-bg-b.main-header .mega-darks-logo {
  display: none;
}
.main-header.sticky .mega-darks-logo {
  display: inline-block;
}
.dsk-logo {
  float: left;
  line-height: 85px;
}
.dsk-logo .nav-brand img {
  max-height: 140px;
  width: 215px;
}
.custom-nav .smfull {
  width: 100%;
}
.custom-nav .nav-list li {
  display: inline-flex;
}
.custom-nav .nav-list li a.menu-links {
  font-size: 16px;
  color: #050748;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  padding: 0 15px;
  line-height: 85px;
  text-transform: uppercase;
  position: relative;
}
.btn-br,
.btn-br:hover {
  color: #fff;
}
.btn-br {
  line-height: 48px;
  border-radius: 100px;
  padding: 0 20px;
}
.btn-round- {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  padding: 0;
  margin-right: 8px;
  display: inline-block;
}
.btn-round-.trngl:after {
  position: absolute;
  right: -4px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #e8e8e8;
  clear: both;
  transform: translateY(-50%);
}
.btshad-b1 {
  -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, 0.2);
  box-shadow: 0 10px 15px 0 rgba(175, 0, 87, 0.2);
}
.btshad-b2 {
  -webkit-box-shadow: 0 10px 15px 0 rgba(56, 0, 189, 0.2);
  box-shadow: 0 10px 15px 0 rgba(56, 0, 189, 0.2);
}
.nx-dropdown {
  position: absolute;
  z-index: 1;
  top: 80px;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.submenu-btnset {
  position: relative;
  display: block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: normal;
}
.sub-menu-column {
  width: 25%;
  float: left;
  padding: 0 20px;
}
.sub-menu-column .menuheading {
  color: #050748;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2px;
  margin: 0 0 16px;
  padding: 0 0 14px;
  border-bottom: 1px solid #dadada;
}
.sub-menu-column ul {
  width: 100%;
  display: inline-block;
  position: relative;
}
.sub-menu-column ul li {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin-right: 0;
  margin-bottom: 9px;
}
.sub-menu-column ul li a {
  width: 100%;
  font-size: 15px;
  color: #050748;
  position: relative;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.sub-menu-section {
  box-shadow: 0 10px 20px 0 rgb(0 0 0/0.04);
  border-top: 2px solid #f3f3f3;
  width: 100%;
  padding: 40px 0;
  display: inline-block;
  background-color: #fff;
  margin-top: 4px;
}
.btn-block a {
  min-width: 230px;
  text-align: center;
  -webkit-box-shadow: 0 10px 15px 0 rgba(47, 0, 16, 0.15);
  box-shadow: 0 10px 15px 0 rgba(47, 0, 16, 0.15);
}
.bgtspnt {
  background: 0 0 !important;
}
div.custom-nav > ul > li.sbmenu > a:after {
  position: absolute;
  width: 100%;
  height: 5px;
  background: #4f4daf;
  left: -100%;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.custom-nav > ul > li.sbmenu:hover > a:after {
  left: 0;
  opacity: 1;
}
.contact-show {
  position: relative;
}
.contact-show:hover .contact-inquiry {
  display: block;
}
.contact-inquiry {
  width: 285px;
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 99;
  display: none;
  transition: all 2s linear;
}
.hrbg {
  background: #e4e8ff;
}
.contact-info- .contct-heading {
  font-size: 19px;
  color: #3c4147;
  font-weight: 700;
  padding: 11px 20px;
  letter-spacing: 0.2px;
}
.common-heading > span,
.pricing-table .title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact-info- .inquiry-card-nn .title-inq-c {
  font-size: 14px;
  font-weight: 700;
}
.contact-info- .inquiry-card-nn ul li a {
  font-size: 16px;
  color: #050748;
  font-weight: 700;
  text-decoration: none;
}
.contact-info- .inquiry-card-nn {
  border-top: 1px solid #e1e1e2;
  position: relative;
  padding: 15px 20px;
  text-align: left;
}
.contact-info- {
  width: 100%;
  display: inline-block;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.contact-info- .inquiry-card-nn ul li {
  list-style: none;
  margin: 14px 0;
  text-align: left;
  display: block;
}
.contact-info- .inquiry-card-nn ul li.mb0 {
  margin-bottom: 0;
}
.contact-info- .inquiry-card-nn ul li i {
  font-size: 20px;
  margin: 0 11px 0 0;
  color: #8bc34a;
}
.contact-info- .inquiry-card-nn span {
  font-size: 13px;
  color: #828282;
}
.contact-info- .inquiry-card-nn .fa-envelope {
  color: #012169;
}
.contact-info-:after {
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid rgba(255, 255, 255, 0.95);
  top: -14px;
  right: 22px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
a.play-video {
  min-width: 60px;
  min-height: 60px;
  display: inline-flex;
  background: #fff;
  border-radius: 1000px;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: 0;
  position: relative;
  padding: 10px;
  align-items: center;
}
a.play-video::after {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 6px solid #fff;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring-ani 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
  box-shadow: 0 0 0 0 rgba(12, 108, 211, 0.5);
}
.pricing-table img,
.ps-block span {
  animation: border-transform 6s linear infinite;
}
@-webkit-keyframes ring-ani {
  to {
    box-shadow: 0 0 0 18px transparent;
  }
}
.triangle-play {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 18px solid #ff2d8d;
  border-bottom: 10px solid transparent;
  text-align: center;
  margin: 0 auto;
}
.hero-card-web {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
  height: 100vh;
  align-items: center;
  display: flex;
}
.hero-main-rp {
  padding: 0 30px 0 180px;
}
.hero-heading-sec h2 {
  color: #fff;
  font-size: 55px;
  line-height: 67px;
  text-transform: uppercase;
  font-weight: 700;
}
.hero-heading-sec h2 span {
  display: block;
}
.hero-heading-sec > p {
  color: #fff000;
  font-size: 18px;
  max-width: 400px;
  margin: 40px 0;
}
.flags-size {
  width: 25px;
}
.awards-block-tt {
  margin-top: 40px;
}
.hero-content-sec {
  display: inline-flex;
  align-items: center;
}
.title-hero-oth p {
  font-size: 20px;
  color: #fff;
  margin: 0 0 0 25px;
  text-transform: uppercase;
}
.title-hero-oth p span {
  display: block;
  color: #fff000;
}
.btn-main,
.btn-main:hover {
  color: #fff;
}
.hero-service-cards {
  margin-top: 100px;
}
.service-slide {
  border-radius: 30px;
  max-width: 280px;
  margin: 20px 0;
  transform-style: preserve-3d;
  transform: perspective(1000px);
}
.service-card-hh {
  transform: translateZ(20px);
  display: block;
}
.image-sr-mm {
  height: 250px;
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
.image-sr-mm img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: initial !important;
}
.about-agency:before,
.hero-bg-bg1:before {
  content: "";
  width: 100%;
  top: 0;
}
.title-serv-c {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  padding: 20px 20px 35px;
}
.title-serv-c span {
  display: block;
}
.card-bg-a {
  background: #3faee5;
  background: -moz-linear-gradient(top, #3faee5 0, #6d03ce 100%);
  background: -webkit-linear-gradient(top, #3faee5 0, #6d03ce 100%);
  background: linear-gradient(to bottom, #3faee5 0, #6d03ce 100%);
}
.card-bg-b {
  background: #ff92f6;
  background: -moz-linear-gradient(top, #ff92f6 0, #b300a5 100%);
  background: -webkit-linear-gradient(top, #ff92f6 0, #b300a5 100%);
  background: linear-gradient(to bottom, #ff92f6 0, #b300a5 100%);
}
.card-bg-c {
  background: #3e35b7;
  background: -moz-linear-gradient(top, #3e35b7 0, #4c4aff 100%);
  background: -webkit-linear-gradient(top, #3e35b7 0, #4c4aff 100%);
  background: linear-gradient(to bottom, #3e35b7 0, #4c4aff 100%);
}
.card-bg-d {
  background: #f72c8c;
  background: -moz-linear-gradient(top, #f72c8c 0, #b82dcf 100%);
  background: -webkit-linear-gradient(top, #f72c8c 0, #b82dcf 100%);
  background: linear-gradient(to bottom, #ffa76a 0, #ff8e38 100%);
}
.card-bg-e {
  background: #5782ea;
  background: -moz-linear-gradient(top, #5782ea 0, #2251af 100%);
  background: -webkit-linear-gradient(top, #5782ea 0, #2251af 100%);
  background: linear-gradient(to bottom, #5782ea 0, #2251af 100%);
}
.card-bg-f {
  background: #95e5ff;
  background: -moz-linear-gradient(top, #95e5ff 0, #009688 100%);
  background: -webkit-linear-gradient(top, #95e5ff 0, #009688 100%);
  background: linear-gradient(to bottom, #95e5ff 0, #009688 100%);
}
.shape-bg3:before {
  content: "";
  background: url(../images/shape/shape-12.svg);
  position: absolute;
}
.hero-bg-bg1:before {
  background: url(../images/hero/banner-shap-2.png) left 0 no-repeat;
  position: absolute;
  height: 100vh;
  right: 0;
  left: 0;
  background-size: contain;
}
.hero-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100vh;
  align-items: center;
  display: grid;
}
.btn-main {
  font-size: 16px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  padding: 0 32px;
  line-height: 56px;
  text-align: center;
  outline: 0;
  background-color: #560097;
  border: none;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 10px 15px 0 rgba(233, 30, 99, 0.15);
  box-shadow: 0 10px 15px 0 rgba(233, 30, 99, 0.15);
}
.s-block,
.wide-block {
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.header-heading h1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  margin-bottom: 30px;
}
.header-heading p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 35px;
}
.about-agency .common-heading h2 {
  margin-bottom: 20px;
}
.about-agency {
  position: relative;
}
.about-agency:before {
  background: url(../images/shape/dot_bg.png);
  position: absolute;
  height: 100%;
}
.text-l {
  text-align: left !important;
}
.common-heading > span {
  color: #560097;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px;
  display: block;
}
.quote {
  font-weight: 500;
  padding: 25px;
  position: relative;
  border-left: 4px solid #ff358f;
  margin: 30px 0;
  background: #fafafb;
  color: #6a6a8e;
  font-family: Poppins, sans-serif;
}
.user- .user-image img {
  border-radius: 100%;
  width: 80px;
}
.user-info {
  margin: 0 0 0 20px;
  text-align: left;
}
.user-info p span {
  font-weight: 700;
}
.service-section {
  background: #fff;
  position: relative;
}
.image-block img,
.img-block img {
  width: 100%;
  border-radius: 8px;
}
.shape-bg2:after,
.shape-bg2:before,
.shape-num .shape-loc:first-child:before,
.shape-num .shape-loc:last-child:after {
  content: "";
  height: 150px;
  width: 150px;
  bottom: -60px;
}
.white-text {
  color: #fff !important;
}
.shape-num .shape-loc:first-child:before {
  background: url(../images/shape/shape-1.svg) no-repeat;
  background-size: auto;
  position: absolute;
  left: -40px;
  z-index: -1;
}
.shape-num .shape-loc:last-child:after {
  background: url(../images/shape/shape-2.svg) no-repeat;
  background-size: auto;
  position: absolute;
  right: -40px;
  z-index: -1;
}
.shape-bg2,
.shape-bg2 img {
  position: relative;
}
.shape-bg2 img {
  z-index: 1;
}
.shape-bg2:after {
  background: url(../images/shape/shape-2.svg) no-repeat;
  background-size: auto;
  position: absolute;
  right: -40px;
  z-index: -1;
}
.shape-bg2:before {
  background: url(../images/shape/shape-1.svg) no-repeat;
  background-size: auto;
  position: absolute;
  left: -40px;
  z-index: 0;
}
.service-section:before {
  content: "";
  background: url(../images/shape/dot-shape.png) center top #d7f0fd;
  position: absolute;
  height: 400px;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  background-size: contain;
}
.s-block,
.upset,
.wide-block {
  position: relative;
}
.s-block {
  height: 100%;
  background: top right no-repeat #fff;
  background-size: 200%;
  text-align: center;
  padding: 50px 20px;
  margin: 0;
  border: 1px solid #d4f0ff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.service-section .s-block {
  background: url(../images/shape/shape-7.svg) top right no-repeat #fff;
  background-size: 180px;
}
.s-card-icon {
  width: 80px;
  margin: 0 auto 30px;
}
.s-block h4 {
  margin: 0 0 10px;
}
.s-block a {
  display: inline-block;
  margin: 30px 0 0;
  color: #050748;
  font-family: Poppins, sans-serif;
}
.upset {
  z-index: 5;
}
.service-2:before {
  background-color: #f9f9f9;
}
.wide-block {
  padding: 40px 30px;
  margin: 5px 0;
  border: 0 solid #d4f0ff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.service-img1 {
  background: #e9ddff;
}
.service-img1:after {
  background: url(../images/service/service-img-1.png);
}
.service-img2 {
  background: #ffdadb;
}
.service-img2:after {
  background: url(../images/service/service-img-2.png);
}
.service-img3 {
  background: #d6edff;
}
.service-img3:after {
  background: url(../images/service/service-img-3.png);
}
.service-img4 {
  background: #ffede1;
}
.service-img4:after {
  background: url(../images/service/service-img-4.png);
}
.wide-block:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: 280px;
  background-position: right center;
  background-repeat: no-repeat;
}
.block-space- {
  max-width: 50%;
  position: relative;
  z-index: 555;
}
.wide-block h4 {
  margin: 20px 0 30px;
}
.tilt3d .statistics-img {
  transform-style: preserve-3d;
  transform: perspective(1000px);
}
.tilt3d .statistics-img img {
  transform: translateZ(20px);
}
.statistics {
  align-items: center;
  display: flex;
}
.statistics p {
  font-size: 20px;
  margin: 10px 0 0;
  font-weight: 500;
}
.statistics span {
  font-size: 45px;
  font-family: Poppins, sans-serif;
  color: #050748;
  font-weight: 700;
  display: inline-block;
}
.statistics-img {
  width: 100px;
  height: 100px;
  float: left;
  padding: 15px;
  background: #fff;
  border-radius: 8px 40px;
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.statnumb {
  margin: 0 0 0 20px;
  text-align: left;
  float: left;
}
.small .statistics-img {
  width: 75px;
  height: 75px;
}
.t-ctr {
  text-align: center;
}
.small .statistics span {
  font-size: 35px;
  color: #050748;
}
.in-stats .statistics span {
  font-size: 35px;
  color: #560097;
}
.isotope_item h4 a,
.portfolio-item-info h3 a,
.work-card p {
  color: #050748;
}
.small .statistics p {
  font-size: 18px;
  line-height: 24px;
}
.small {
  margin-top: 100px;
}
.in-stats .statistics {
  text-align: left;
}
.card-stats .statistics {
  padding: 40px;
  text-align: center;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: -30px 30px 60px #f2f2f2, 30px -30px 60px #fff;
  box-shadow: -30px 30px 60px #f2f2f2, 30px -30px 60px #fff;
}
.portfolio-section {
  background: #fff;
  position: relative;
}
.portfolio-section:before {
  content: "";
  background: url(../images/shape/dot-pattern.png);
  position: absolute;
  height: 400px;
  right: 0;
  left: 0;
  top: 0;
  background-size: auto;
}
.isotope_item {
  position: relative;
}
.item-info {
  padding: 20px 0 0;
}
.isotope_item h4 {
  font-weight: 600;
  margin: 0 0 10px;
}
.item-image {
  display: block;
  width: 100%;
  border-radius: 8px;
  background: #f3f9ff;
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.clients-logo,
.portfolio-block {
  align-items: center;
  display: flex;
  position: relative;
}
.item-image img {
  width: 100%;
}
.portfolio-block {
  padding: 50px;
  border-radius: 8px;
  justify-content: space-between;
}
.portfolio-item-info {
  width: 50%;
  padding-right: 40px;
}
.portfolio-item-image {
  width: 50%;
  text-align: center;
}
.portfolio-item-info .-reviewr {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  margin-right: 15px;
}
.portfolio-item-info .review-text {
  padding: 0 0 20px;
}
.portfolio-item-info .reviews-card {
  background: rgba(255, 255, 255, 0.6);
  padding: 25px;
  border-radius: 8px;
}
.clients-logo {
  background: #fff;
  padding: 0 15px;
  max-height: 150px;
  min-height: 150px;
  margin: 0 15px;
  border: 1px solid #d4f0ff;
  border-radius: 8px;
  -webkit-box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff;
  box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff;
}
.clients-section {
  background: #fffaf5;
  background: -moz-linear-gradient(top, #fffaf5 0, #f8ecff 100%);
  background: -webkit-linear-gradient(top, #fffaf5 0, #f8ecff 100%);
  background: linear-gradient(to bottom, #fffaf5 0, #f8ecff 100%);
}
.clients-logo img {
  margin: 0 auto;
  display: block;
  width: 160px;
}
.opl ul {
  display: contents;
}
.opl ul li {
  width: 20%;
  float: left;
  position: relative;
}
.work-category {
  background: #fbf9ed;
  background: -moz-linear-gradient(top, #fbf9ed 0, #fbeaf8 100%);
  background: -webkit-linear-gradient(top, #fbf9ed 0, #fbeaf8 100%);
  background: linear-gradient(to bottom, #fbf9ed 0, #fbeaf8 100%);
  position: relative;
}
.work-category .common-heading h2 {
  margin-bottom: 30px;
}
.work-card p {
  font-family: Poppins, sans-serif;
  line-height: 24px;
  font-size: 16px;
  margin: 5px 0 0;
  padding: 0 12px;
}
.icon-bg {
  display: block;
  height: 62px;
  width: 62px;
  margin: 0 auto;
  text-align: center;
}
.icon-set {
  width: 25%;
  display: inline-block;
  float: left;
  position: relative;
}
.work-card {
  margin: 10px;
  padding: 30px 20px;
  max-height: 170px;
  text-align: center;
  min-height: 170px;
  border-radius: 8px 40px;
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.cd1 {
  background: #70e4e8;
}
.cd2 {
  background: #f5eb92;
}
.cd3 {
  background: #a3ffe2;
}
.cd4 {
  background: #ffbc7a;
}
.cd5 {
  background: #e3ff8e;
}
.cd6 {
  background: #ffa0c6;
}
.cd7 {
  background: #f3a6ff;
}
.cd8 {
  background: #97ffaf;
}
.cd9 {
  background: #6cfffa;
}
.cd10 {
  background: #77baff;
}
.cd11 {
  background: #ffefd4;
}
.cd12 {
  background: #7affdb;
}
.testinomial-section {
  background: url(../images/shape/shape-9.svg) center left no-repeat #fff;
  background-size: contain;
}
.testimonial-card .t-text p {
  font-size: 16px;
  line-height: 28px;
}
.testinomial-section .owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  background: #fff;
  width: 100px;
  margin: 0;
  height: 50px;
  padding: 25px 0 0;
}
.user-info p {
  font-size: 16px;
  line-height: 24px;
}
.owl-carousel .user-image img {
  border-radius: 100%;
  width: 80px;
}
.owl-carousel .owl-dots .owl-dot:before {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  opacity: 0;
  background: 0 0;
  border: 1px solid #560097;
}
.owl-carousel .owl-dots .owl-dot:after,
.owl-carousel .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}
.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  vertical-align: middle;
}
.owl-carousel .owl-dots .owl-dot.active:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.owl-carousel .owl-dots .owl-dot:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.4;
  background: #560097;
  width: 4px;
  height: 4px;
}
.owl-carousel .owl-dots .owl-dot.active:after,
.owl-carousel .owl-dots .owl-dot.active:before,
.owl-carousel .owl-dots .owl-dot:focus:after,
.owl-carousel .owl-dots .owl-dot:hover:after {
  opacity: 1;
}
.light-bgs {
  background: rgba(255, 255, 255, 0.52);
  padding: 30px;
  border-radius: 8px;
}
.enquire-form {
  background: #d6fffc;
  background: -moz-linear-gradient(top, #d6fffc 0, #ffeff5 100%);
  background: -webkit-linear-gradient(top, #d6fffc 0, #ffeff5 100%);
  background: linear-gradient(to bottom, #d6fffc 0, #ffeff5 100%);
}
.custom-file-label::after {
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  border: 0;
  height: auto;
  padding: 0 15px;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0;
  cursor: pointer;
}
.custom-control-label::after,
.custom-control-label::before {
  content: "";
  position: absolute;
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 0 15px;
  font-weight: 400;
  height: 50px;
  line-height: 46px;
  background-color: #fff;
  border: 2px solid #ced4da;
  border-radius: 4px;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.modal-backdrop.show {
  opacity: 0.9;
  z-index: 99999;
}
.fdgn2 input,
.fdgn2 select,
.fdgn2 textarea {
  border: 2px solid #e6e6e6 !important;
}
.form-block input:focus,
.form-block textarea:focus {
  border-bottom: 2px solid #560097;
}
.form-block input,
.form-block textarea {
  margin: 0 0 15px;
  border: 0;
  width: 100%;
  color: #172b43;
  font-size: 16px;
  background: #fff;
  outline: 0;
}
.form-block input {
  height: 50px;
  padding: 0 15px;
  border-bottom: 2px solid #e6e6e6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form-block textarea {
  height: 100px;
  padding: 15px;
  border-bottom: 2px solid #e6e6e6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form-block .form-group {
  margin-bottom: 0;
}
.form-block select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  margin: 0 0 15px;
  color: #172b43;
  font-size: 16px;
  outline: 0;
  background: #fff;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.help-block.with-errors {
  color: #ff5050;
}
.messages .alert {
  position: relative;
  padding: 6px 25px 6px 6px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 14px;
}
.form-block .messages button:hover {
  background-color: transparent;
}
.messages .close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  text-align: right;
  position: absolute;
  right: 5px;
  top: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #560097;
  background-color: #560097;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
  box-shadow: 0 3px 6px rgba(91, 130, 148, 0.08);
}
.image-div,
.skyline-img {
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffbc80;
}
.custom-control-label::before {
  top: -1px;
  left: -1.5rem;
  width: 20px;
  height: 20px;
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  top: -3px;
  left: -26px;
  width: 25px;
  height: 25px;
  background: 50%/50% 50% no-repeat;
}
.fieldsets label,
.our-office,
.shape-bg1,
.shape-num {
  position: relative;
}
.custom-control {
  margin-bottom: 10px;
}
.form-block label input {
  height: 20px;
  width: 20px;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
}
.fieldsets label {
  top: -14px;
  font-size: 14px;
  color: #560097;
  margin: 0;
  padding: 0;
  display: inline;
}
.custom-control label {
  font-size: 14px;
}
.form-block label a {
  color: #000;
}
.form-block p.trm {
  font-size: 13px;
  width: 100%;
  text-align: center;
  margin: 10px 0 0;
}
.form-block p.trm i {
  padding: 5px 5px 0 0;
}
.form-block button:hover {
  background-color: #560097;
}
.form-block button {
  width: 100%;
}
.our-office {
  background: #fff;
}
.shape-bg1:after,
.shape-bg1:before,
.shape-numm .shape-loc:first-child:before,
.shape-numm .shape-loc:last-child:after {
  content: "";
  position: absolute;
  height: 150px;
  width: 150px;
  z-index: -1;
}
.shape-numm .shape-loc:first-child:before {
  background: url(../images/shape/shape-1.svg) no-repeat;
  background-size: auto;
  left: -40px;
  top: -55px;
}
.shape-numm .shape-loc:last-child:after {
  background: url(../images/shape/shape-2.svg) no-repeat;
  background-size: auto;
  right: -40px;
  top: -55px;
}
.shape-bg1:before {
  background: url(../images/shape/shape-1.svg) no-repeat;
  background-size: auto;
  left: -40px;
  top: -55px;
}
.shape-bg1:after {
  background: url(../images/shape/shape-2.svg) no-repeat;
  background-size: auto;
  right: -30px;
  top: -80px;
}
footer,
footer .row {
  position: relative;
}
.office-text {
  padding: 20px 0 0;
}
.office-text h4 {
  margin: 0 0 10px;
}
.office-text p {
  padding: 0 50px 0 0;
  margin: 0 0 20px;
}
.skyline-img {
  background: #fbf4f1;
  padding: 20px;
  border-radius: 8px 40px 8px 0;
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.-address-list li a {
  color: #6a6a8e;
}
.-address-list li a i {
  width: 25px;
}
.-address-list li {
  line-height: 35px;
}
#scrollUp:hover {
  opacity: 1;
}
#scrollUp {
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 50px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  opacity: 0.4;
  background: url(../images/icons/up-arrow.svg) center center no-repeat #ef9b15;
  background-size: 15px;
}
.footer-svg {
  height: 80px;
  margin: -20px 0 0;
}
.footer-svg svg path {
  fill: #fff0f5;
}
footer .row {
  z-index: 1;
}
footer.ftshap:after,
footer.ftshap:before {
  position: absolute;
  z-index: 0;
  opacity: 0.5;
  content: "";
}
footer.ftshap:after {
  background: url(../images/shape/shape-1.png) center right no-repeat;
  width: 200px;
  height: 370px;
  top: 35%;
  right: 0;
  background-size: 80%;
}
footer.ftshap:before {
  background: url(../images/shape/shape-2.png) left bottom no-repeat;
  width: 250px;
  height: 250px;
  bottom: 0;
  left: 0;
  background-size: 100%;
}
.email-subs-form,
.hline {
  position: relative;
}
.footer-row1 {
  background: #fffdf2;
  background: -moz-linear-gradient(top, #fffdf2 0, #ffeff5 100%);
  background: -webkit-linear-gradient(top, #fffdf2 0, #ffeff5 100%);
  background: linear-gradient(to bottom, #fffdf2 0, #ffeff5 100%);
  padding: 80px 0;
}
.footer-row2 {
  background: #f8f9fa;
  padding: 50px 0 80px;
}
.footer-row3 {
  background: #8a2be2;
  padding: 40px 0;
}
.email-subs h3 {
  margin-bottom: 10px;
}
.hline {
  border-top: 1px solid #e2eaef;
  margin: 0;
}
.email-subs-form form {
  align-items: center;
  justify-content: center;
  display: flex;
}
.email-subs-form input {
  width: 100%;
  height: 65px;
  padding: 0 175px 0 30px;
  margin: 0;
  color: #172b43;
  font-size: 16px;
  outline: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: -6px 6px 11px #f2f2f2, 6px -6px 11px #fff0e8;
  box-shadow: -6px 6px 11px #f2f2f2, 6px -6px 11px #fff0e8;
}
.email-subs-form button {
  width: max-content;
  position: absolute;
  right: 5px;
  border-radius: 28px 100px 100px 28px;
  padding: 0 30px;
  line-height: 55px;
  box-shadow: none;
}
.footer-row2 h5 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
}
.footer-address-list li p {
  font-weight: 600;
  font-size: 18px;
  font-family: Poppins, sans-serif;
  line-height: 25px;
}
.footer-address-list li p span {
  display: flex;
  font-weight: 400;
  font-size: 15px;
  font-family: open sans, sans-serif;
}
.footer-address-list li > span {
  position: relative;
  top: 5px;
}
.footer-address-list li {
  color: #6a6a8e;
  display: flex;
  padding: 0 0 5px;
}
.footer-address-list li:last-child {
  padding: 0;
}
.footer-address-list li a {
  color: #6a6a8e;
  font-family: open sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.footer-address-list li i {
  margin: 0 15px 0 0;
  display: initial;
  font-size: 21px;
}
.ftr-details li {
  padding: 0 0 15px;
}
.footer-block {
  padding: 20px 0;
}
.social-links {
  text-align: right;
}
.bread-titlev2,
.breadcrumb-area,
.copyright {
  text-align: center;
}
.social-links a {
  color: #6a6a8e;
  font-size: 25px;
  line-height: 1;
}
.footer-social-media-icons a:hover {
  color: #560097 !important;
}
.copyright,
.footer- p a,
.link-hover a {
  color: #6a6a8e;
}
.footer-social-media-icons a {
  color: #fff;
  font-size: 26px;
  border-radius: 4px;
  margin: 0 20px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
}
.footer-social-media-icons {
  margin: 0px;
}
.link-hover a {
  font-family: Poppins, sans-serif;
  display: inline-block;
  padding: 3px 0;
  position: relative;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  z-index: 1;
}
.link-hover a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.link-hover a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.link-hover a:hover {
  color: #560097 !important;
}
.breadcrumb-area {
  padding: 150px 0 90px;
  position: relative;
}
.breadcrumb-areav2 {
  padding: 150px 0 100px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.breadcrumb-area:after,
.breadcrumb-area:before,
.breadcrumb-areav2:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
}
.statistics-wrap {
  padding: 30px 0;
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.05);
}
.breadcrumb-area:before,
.breadcrumb-areav2:before {
  opacity: 0.85;
  left: 0;
  z-index: 0;
  background: -moz-linear-gradient(-45deg, #ffdee9 0, #c8fff4 100%);
  background: -webkit-linear-gradient(-45deg, #ffdee9 0, #c8fff4 100%);
  background: linear-gradient(135deg, #ffdee9 0, #c8fff4 100%);
}
.breadcrumb-area:after {
  background: url(../images/banner/banner-shap-2.png) center right no-repeat;
  z-index: 1;
  background-size: contain;
}
.breadcrumb-area ul li {
  display: block;
  display: inline-block;
}
.breadcrumb-area .bread-menu li a {
  color: #6a6a8e;
  font-size: 16px;
  font-weight: 400;
  padding-right: 6px;
  display: inline-block;
}
.breadcrumb-area .bread-menu li + li::before {
  font-size: 5px;
  font-family: "font awesome 5 free";
  content: "\f111";
  font-weight: 700;
  margin: 0 10px 0 0;
  position: relative;
  top: -3px;
}
.text-block {
  position: relative;
  z-index: 55;
}
.bread-title h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 47px;
  margin: 15px 0 0;
}
.bread-inner p,
.otherinfo p {
  line-height: 28px;
}
.bread-inner p {
  font-size: 16px;
}
.block-1 p + p {
  margin: 25px 0 0;
}
.block-1 .small {
  margin-top: 50px;
}
.block-1 .statnumb {
  margin: 0;
}
.why-choose {
  background: #f7fcff;
}
.banner-4 {
  background: url(../images/banner/2.jpg) center center no-repeat;
  background-size: cover;
}
.bg-gradient99 {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0, #eef4fd 100%);
  background: -webkit-linear-gradient(top, #fff 0, #eef4fd 100%);
  background: linear-gradient(to bottom, #fff 0, #eef4fd 100%);
}
.image-div {
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.info-text-block {
  padding: 20px 0 0;
}
.info-text-block h4 {
  text-align: center;
  margin: 0 0 10px;
}
.info-text-block h4 a {
  color: #050748;
}
.full-image-card {
  margin-top: 60px;
}
.otherinfo,
.social-media-profile {
  margin: 30px 0 0;
}
.social-media-profile a {
  color: #6a6a8e;
  font-size: 22px;
  margin: 0 30px 0 0;
  display: inline-block;
  line-height: 34px;
}
.social-media-profile a:hover {
  color: #560097;
}
.bg-shape img {
  position: relative;
  z-index: 5;
}
.bg-shape:after,
.bg-shape:before {
  content: "";
  position: absolute;
  height: 150px;
  width: 150px;
  z-index: 0;
}
.bg-shape:after {
  background: url(../images/shape/shape-1.svg) no-repeat;
  background-size: auto;
  left: -55px;
  top: -55px;
}
.bg-shape:before {
  background: url(../images/shape/shape-2.svg) no-repeat;
  background-size: auto;
  right: -55px;
  bottom: -55px;
}
.key-points li:before,
.ul-check li:before {
  content: "\f00c";
}
.banner-3 {
  background: url(../images/banner/5.jpg) center center no-repeat;
  background-size: cover;
}
.common-heading.pp h2 {
  margin-bottom: 0;
}
.common-heading.pp {
  padding: 0;
  text-align: left;
}
.common-heading.pp p {
  margin: 20px 0 0;
}
.single-card-item {
  margin-top: 60px;
}
.filter-menu {
  text-align: right;
}
.filters .filter-menu.recent {
  list-style: none;
  padding: 0;
  bottom: 0;
  position: inherit;
  text-align: right;
  margin: 35px 0 0;
}
.filters .filter-menu li {
  display: inline-block;
  padding: 20px;
  color: #333;
  cursor: pointer;
  background: #feeee3;
  -webkit-border-radius: 100px;
  border-radius: 40px 40px 40px 20px;
}
.filters .filter-menu li.is-checked {
  background: #f95b94;
  color: #fff;
}
.portfolio-meta ul li {
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: left;
  background: #fff;
  position: relative;
  padding: 15px 20px 15px 55px;
  border-bottom: 1px solid #ebebeb;
}
.portfolio-meta ul li p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
  background: #fff;
  display: inline-block;
  color: #050748;
  font-weight: 600;
}
.portfolio-meta ul li p span {
  font-family: open sans, sans-serif;
  display: block;
  margin-top: 2px;
  color: #6a6a8e;
  font-weight: 400;
}
.btn-outline,
.cta-call a,
.tech-icons a,
.tech-icons li {
  display: inline-block;
}
.portfolio-meta ul li i {
  position: absolute;
  left: 10px;
  color: #050748;
  font-size: 25px;
  top: 50%;
  margin-top: -12.5px;
}
.pv-:hover .item-image img {
  transform: scale(1);
}
.h-scroll {
  width: 100%;
  padding: 50px 10px;
}
.tech-icons img {
  width: 45px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
.tech-icons li {
  margin: 6px;
}
.tech-icons a:hover {
  border: 4px solid #d9cbff;
}
.tech-icons a {
  border: 4px solid #fff;
  position: relative;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.techonology-used- {
  text-align: center;
  background: #f9f9f9;
}
.banner-2 {
  background: url(../images/banner/6.jpg) center center no-repeat;
  background-size: cover;
}
.service .common-heading h2 {
  margin-bottom: 20px;
}
.cta-area {
  position: relative;
  background: #e0f8ff;
  background: -moz-linear-gradient(top, #e0f8ff 0, #fff0e5 100%);
  background: -webkit-linear-gradient(top, #e0f8ff 0, #fff0e5 100%);
  background: linear-gradient(to bottom, #e0f8ff 0, #fff0e5 100%);
}
.btn-outline {
  border: 2px solid #000248;
  color: #050748;
  padding: 0 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  background: #fff;
  -webkit-box-shadow: 0 10px 15px 0 rgba(3, 35, 68, 0.1);
  box-shadow: 0 10px 15px 0 rgba(3, 35, 68, 0.1);
  line-height: 52px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.btn-outline:hover {
  background: #560097;
  color: #fff;
  border: 2px solid #560097;
}
.cta-call a,
.ps-block span {
  font-family: Poppins, sans-serif;
  color: #6a6a8e;
}
.cta-call {
  margin: 30px 0 0;
}
.cta-call i {
  margin: 0 5px 0 0;
}
.cta-call a {
  font-size: 24px;
  padding: 0 0 0 10px;
}
.cta-area .common-heading h2 {
  margin-bottom: 40px;
}
.shape {
  position: absolute;
}
.shape-a1 {
  bottom: -20px;
  left: 0;
}
.shape-a2 {
  bottom: -30px;
  right: 0;
}
.shape-a3 {
  top: 0;
  right: 0;
}
.shape-a4 {
  top: -150px;
  right: 20%;
}
.common-heading.ptag h2 {
  margin-bottom: 15px;
}
.common-heading.ptag p {
  font-size: 16px;
  line-height: 28px;
}
.ps-block span {
  font-size: 60px;
  border: 1px solid #e8e8e8;
  width: 100px;
  height: 100px;
  display: block;
  text-align: center;
  line-height: 100px;
  margin: 0 0 20px;
  border-radius: 68% 32% 64% 36%/59% 59% 41% 41%;
  background: #f5f5ff;
}
.ps-block h3 {
  margin-bottom: 20px;
}
.ps-block p {
  font-size: 16px;
  line-height: 28px;
}
.ps-block {
  padding: 0 25px;
}
.featured-project .isotope_item {
  margin-top: 60px;
}
.featured-project {
  background: #f3fbff;
  background: -moz-linear-gradient(top, #f3fbff 0, #fffdf6 100%);
  background: -webkit-linear-gradient(top, #f3fbff 0, #fffdf6 100%);
  background: linear-gradient(to bottom, #f3fbff 0, #fffdf6 100%);
}
.maga-btn {
  text-align: center;
}
.image-block1 img {
  -webkit-box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
  box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
}
.image-block img {
  -webkit-box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
  box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
  -webkit-border-radius: 8px;
}
.s-block-content {
  margin: 0 0 0 20px;
}
.key-points {
  display: block;
}
.key-points li {
  padding: 8px 0 8px 35px;
  position: relative;
  line-height: 28px;
  font-size: 17px;
}
.key-points li:before {
  position: absolute;
  font-family: "font awesome 5 free";
  font-weight: 900;
  left: 0;
  top: 9px;
  background: #ffc627;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  color: #333;
}
.item-image,
.pricing-table {
  position: relative;
}
.blog-categories ul li a,
.blog-header .user-info,
.info-card span,
.link-prbs,
.pricing-table .title,
.tabs a {
  font-family: Poppins, sans-serif;
}
.service-point-2 {
  display: flow-root;
}
.service-point-2 li {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  padding: 4px 0;
  float: left;
  width: 50%;
}
.s-card-icon-large {
  width: 150px;
}
.s-block-content-large {
  margin: 0 0 0 20px;
  width: calc(100% - 150px);
}
.pricing-table {
  text-align: center;
  padding: 30px 30px 0;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: -30px 30px 60px #f2f2f2, 30px -30px 60px #fff;
  box-shadow: -30px 30px 60px #f2f2f2, 30px -30px 60px #fff;
}
.pricing-table img {
  background: #e9f8ff;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  padding: 10px;
  border: 8px solid #fbfbfb;
}
.pricing-table .title {
  margin: 30px 0 10px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  display: block;
}
.pricing-table .title-sub {
  margin: 0 0 30px;
}
.pricing-table .inner-table h2 {
  font-size: 42px;
  font-weight: 700;
  color: #560097;
  margin-bottom: 3px;
}
.pricing-table .inner-table p.duration {
  color: #72729a;
  font-weight: 500;
  margin-bottom: 0;
}
.pricing-table .inner-table .details {
  margin-top: 35px;
  padding-top: 28px;
  padding-bottom: 30px;
  line-height: 42px;
  border-top: 1px solid #e5e5e5;
}
.pricing-table a {
  margin-bottom: -26px;
  display: inline-block;
}
.pricing-table .inner-table .details ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.pricing-table.best-plan .inner-table h2 {
  color: #2a89ea;
}
.pricing-table.best-plan img {
  background: #ccf0ff;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  padding: 10px;
  border: 8px solid #e9f8ff;
}
.banner-5 {
  background: url(../images/banner/7.jpg) center center no-repeat;
  background-size: cover;
}
.case-study1,
.case-study3 {
  overflow: hidden;
}
.case-study .image-div {
  border-radius: 8px;
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.case-study2 {
  background: #fee;
}
.image-div img {
  width: 100%;
}
.case-study2 .s-block {
  text-align: center;
  background: #fff;
  padding: 50px 20px;
  margin: 5px 0;
  position: relative;
  border: 1px solid #d4f0ff;
  -webkit-box-shadow: -25px 25px 45px #f0dede, 25px -25px 45px #fff6f6;
  box-shadow: -25px 25px 45px #f0dede, 25px -25px 45px #fff6f6;
}
.case-study1 .image-block img,
.case-study3 .image-block img {
  -webkit-box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
  box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
  width: 100%;
}
.info-card,
.pr-shadow {
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.case-study4 {
  background: #fff;
}
.project-platform {
  display: inline-flex;
}
.project-platform-used a {
  display: flex;
  margin: 0 auto;
  align-items: center;
  height: 100%;
}
.project-platform-used img {
  width: 40px;
  margin: 0 auto;
}
.project-platform-used {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
}
.screen-splits {
  padding: 0 10px;
}
.vrbloglist + .vrbloglist {
  margin-top: 60px;
}
.entry-blog {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  margin: 5px 0 15px;
}
.entry-blog a {
  color: #6a6a8e;
}
.entry-blog a i {
  margin-right: 4px;
}
.bypost,
.posted-on {
  margin-right: 10px;
}
.category-blog {
  position: absolute;
  left: 0;
  bottom: 0;
}
.category-blog a {
  display: inline-block;
  padding: 5px;
  background: #fe409c;
  color: #fff;
}
.image-set {
  border-radius: 8px;
}
.image-set img {
  width: 100%;
}
.blog-header .user-image img {
  border-radius: 100%;
  width: 50px;
}
.blog-header .user-info {
  margin: 0 0 0 20px;
}
.postwatch {
  text-align: right;
}
.ul-list {
  padding: 0 0 0 20px;
}
.author-block,
.rd-quote {
  padding: 30px;
  position: relative;
}
.ul-list li {
  font-size: 16px;
  line-height: 38px;
  list-style-type: circle;
}
.rd-quote {
  border-left: 4px solid #fc4899;
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
  margin: 40px 0;
  background: #fafafb;
}
.author-block {
  margin-top: 50px;
  border-top: none;
  background: #fafafb;
  border-radius: 10px;
}
.author-block .user-image img {
  width: 80px;
  border-radius: 100px;
}
.comments-block h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
}
.comments-block .user-info h5 span {
  font-size: 15px;
  text-align: right;
  float: right;
  color: #6a6a8e;
}
.comments-block .user-info h5 {
  font-size: 20px;
  display: flow-root;
}
.comments-block .user-info h5 a {
  display: inline-block;
  padding: 0 0 0 6px;
  color: #00b2ff;
}
.comments-block .user-image img {
  width: 50px;
  border-radius: 100px;
}
.replied {
  padding-left: 60px;
}
.form-blog button {
  width: max-content;
}
.comments-block .media + .media {
  margin-top: 60px;
}
.form-blog {
  background: #fafafb;
  padding: 40px;
  border-radius: 8px;
}
.offer-image {
  border-radius: 8px;
}
.offer-image img {
  width: 100%;
}
.recent-post .post-info p {
  font-size: 16px;
  line-height: 28px;
}
.recent-post .post-image img {
  border-radius: 8px;
  width: 80px;
}
.recent-post .post-image a {
  display: block;
}
.recent-post .post-info h5 a {
  color: #050748;
}
.recent-post .post-info h5 a:hover {
  color: #2196f3;
}
.recent-post .post-info h5 {
  font-size: 16px;
  line-height: 26px;
}
.post-info {
  margin: 0 0 0 20px;
}
.widgets h3 {
  font-size: 20px;
}
.recent-post .media + .media {
  margin-top: 20px;
}
.tabs a {
  font-size: 15px;
  font-weight: 400;
  text-transform: lowercase;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 4px;
  border: none;
  color: inherit;
  margin: 0 4px 8px 0;
  display: inline-block;
  background: #f6f5fa;
}
.blog-categories ul li:first-child a {
  padding-top: 0;
}
.blog-categories ul li a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  line-height: 28px;
  border-bottom: 1px solid #d3d3d3;
  text-decoration: none;
  color: #757589;
  position: relative;
}
.blog-post-tag span,
.blog-share-icon span {
  font-weight: 700;
  color: #062a4d;
  display: block;
  margin-bottom: 17px;
  font-size: 18px;
}
.blog-categories ul li span.categories-number {
  position: absolute;
  right: 0;
}
.blog-categories ul li:first-child {
  border-top: 0 solid;
}
.blog-share-icon a {
  color: #6a6a8e;
  font-size: 18px;
  margin-right: 22px;
}
.blog-post-tag a {
  color: #6a6a8e;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #eaedff;
  border-image: initial;
  padding: 12px 24px;
  border-radius: 5px;
}
.blog-share-icon a:last-child {
  margin-right: 0;
}
.post-navigation span a {
  color: #6a6a8e;
  margin-bottom: 5px;
  display: block;
}
.post-navigation h4 a {
  color: #050748;
}
.banner-6 {
  background: url(../images/banner/4.jpg) center center no-repeat;
  background-size: cover;
}
.info-card {
  padding: 30px;
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.contact-card {
  background: #fff8f2;
}
.email-card {
  background: #ffecec;
}
.skype-card {
  background: #eafffd;
}
.info-card span i {
  margin-right: 10px;
}
.info-card span {
  font-size: 20px;
  font-weight: 700;
}
.info-card p {
  font-size: 16px;
  line-height: 28px;
  margin: 20px 0 10px;
}
.info-card a {
  font-size: 20px;
  color: inherit;
  font-weight: 600;
}
.bglight {
  background: #fbfbfb;
}
.list-ul li {
  padding: 0 0 12px 29px;
  position: relative;
  line-height: 22px;
  font-size: 16px;
}
.list-ul li:before {
  font-family: "font awesome 5 free";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 15px;
}
.error-block,
.layer-div {
  position: relative;
}
.ul-circle li:before {
  content: "\f0a9";
}
.ul-numm li {
  list-style-type: decimal;
  padding: 0 0 12px 5px;
}
.ul-abc li {
  list-style-type: upper-latin;
  padding: 0 0 12px 5px;
}
.ul-liin {
  padding: 0 0 0 20px;
}
.error {
  height: 100vh;
}
.error-block {
  padding-top: 50px;
  z-index: 5;
}
.error-block a {
  margin-top: 40px;
}
.layer-div:before {
  background: url(../images/icons/404.svg) center center no-repeat;
  background-size: 70%;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  right: 0;
  left: 0;
  z-index: 0;
}
.reviews-block {
  background: #fafaff;
}
.pr-shadow {
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.revbx-lr {
  font-size: 40px;
}
.revbx-rl {
  text-align: right;
  display: block;
}
.revbx-rl img {
  max-width: 130px;
}
.reviews-card {
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
}
.right-review-box p {
  color: #676767;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.4px;
  font-style: inherit;
}
.review-text {
  padding: 30px 0;
  text-align: justify;
}
.left-review-box h4 {
  font-size: 16px;
  letter-spacing: 1px;
  color: #333;
  padding: 8px 0 0;
}
.-client-details- {
  display: flex;
}
.-reviewr {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  margin-right: 15px;
}
.reviewer-text h4 {
  color: #333;
  padding: 5px 0 0;
  font-size: 16px;
  line-height: 24px;
}
.reviewer-text p {
  font-size: 15px;
  line-height: 20px;
}
.star-rate li {
  display: inline-block;
  margin: 0 2px;
}
.star-rate {
  margin-top: 5px;
}
.star-rate li a.chked {
  color: #ff711c;
}
.star-rate li a {
  color: #6a6a8e;
}
.fl-hero {
  background: url(../images/shape/hero-shape.svg) center center no-repeat,
    center center no-repeat #ffd6d6;
  background-size: cover, cover;
}
.showin-mobile {
  display: none;
}
.follow-label h6 {
  margin: 0 40px 0 0;
  position: relative;
}
.follow-label h6:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -38px;
  width: 30px;
  height: 1px;
  background: #6a6a8e;
}
.follow-label a {
  color: #6a6a8e;
  padding: 5px 10px;
  font-size: 20px;
}
.counter-number {
  transform: translateZ(20px);
}
.hexagon {
  transform-style: preserve-3d;
  transform: perspective(1000px);
  text-align: center;
  min-width: 240px;
  height: auto;
  padding: 20px 30px;
  margin: 0 20px;
  background: #fff;
  border-radius: 8px 40px;
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.hexa1 {
  border: 2px solid #ffc3fe;
}
.hexa2 {
  border: 2px solid #ffe6ba;
}
.hexa3 {
  border: 2px solid #addaff;
}
.hexa4 {
  border: 2px solid #ffbaba;
}
.counter-no span {
  font-size: 50px;
  font-weight: 700;
  color: #050748;
}
.counter-no p {
  font-size: 20px;
  margin: 10px 0 0;
  font-weight: 500;
}
.counter-no {
  display: inline-block;
}
.freelance-service {
  background: #d4f0ff;
}
.header-heading .title- {
  display: block;
  margin-bottom: 15px;
}
.header-heading span {
  color: #560097;
}
.lead-hero {
  background: url(../images/hero/bg-gradient.jpg) center center no-repeat;
  background-size: cover;
}
.follow-label {
  display: flex;
}
.lead-gen-client .clients-logo {
  background: #fff;
  padding: 0 15px;
  max-height: 150px;
  min-height: 150px;
  margin: 0;
  border: 1px solid #d4f0ff;
  align-items: center;
  display: flex;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff;
  box-shadow: -20px 20px 40px #ece0f2, 20px -20px 40px #fff8ff;
}
.-vid-ico,
.review-vid-details {
  align-items: center;
  padding: 10px;
}
.itm-media-object .media .img-media {
  width: 65px;
  background: #d3f3ff;
  padding: 10px;
  border-radius: 8px;
}
.itm-media-object .media-body {
  margin-left: 30px;
}
.why-choos-lg {
  position: relative;
}
.why-choos-lg:before {
  content: "";
  background: url(../images/shape/dot_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.itm-media-object h4 {
  text-align: left;
}
.-cta-btn,
.badges-content,
.img-with-shape,
.rount-btn,
.triangle-play2 {
  text-align: center;
}
.srvc-bg-nx {
  background: #fff;
  border-radius: 6px;
  margin: 0 10px;
  height: 240px;
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.about-sec-rpb {
  background: #fff8f2;
}
.about-sec-rpb.pad-tb {
  padding-top: 60px;
  padding-bottom: 200px;
}
.badges-content p {
  font-size: 15px;
  line-height: 22px;
  padding: 0 50px;
  margin-top: 10px;
}
.common-heading.w-txt > span,
.w-txt h2 {
  color: #fff;
}
.-service-list li:last-child {
  border-right: none;
}
.service-sec-list p {
  font-size: 15px;
  line-height: 24px;
  margin: 14px 0 0;
}
.-service-list li a {
  font-size: 10px;
  color: #6a6a8e;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 5px;
  display: inline-block;
  font-weight: 700;
}
.link-prb {
  display: block;
}
.col-lg-6-cus {
  width: 40%;
}
.col-lg-3-cus {
  width: 30%;
}
.mt30- {
  margin-top: 20px;
}
.text-w,
.text-w a,
.text-w h1,
.text-w h2,
.text-w h3,
.text-w h4,
.text-w h5,
.text-w h6 {
  color: #fff;
}
.service-section-prb {
  position: relative;
  margin-top: -200px;
}
.bg-shape-dez {
  position: relative;
}
.bg-shape-dez::after,
.bg-shape-dez::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 50%;
  height: 50%;
  background: #007bff;
  background: -webkit-linear-gradient(left, #007bff 0, #560097 100%);
  background: linear-gradient(to right, #007bff 0, #560097 100%);
}
.ovr-bg1 .ovr-base:before,
.ovr-bg2 .ovr-base:before,
.video-review a:after {
  content: "";
}
.bg-shape-dez::after {
  top: -10px;
  right: -10px;
  border-radius: 0 8px 0 0;
}
.bg-shape-dez::before {
  bottom: -10px;
  left: -10px;
  border-radius: 0 0 0 8px;
}
.single-image img {
  position: relative;
  z-index: 5;
  border-radius: 8px;
}
.srcl1 {
  background: #f3f5ff;
  border-bottom: 4px solid #b0bdff;
}
.srcl2 {
  background: #fff3e6;
  border-bottom: 4px solid #ffc093;
}
.srcl3 {
  background: #fbeefd;
  border-bottom: 4px solid #f6bcff;
}
.srcl4 {
  background: #effdff;
  border-bottom: 4px solid #9ff3ff;
}
.srcl5 {
  background: #fbfff1;
  border-bottom: 4px solid #ffdaa2;
}
.service-sec-list p {
  display: none;
}
.service-sec-list {
  padding: 52px 25px;
}
.service-sec-brp {
  padding: 30px 25px;
}
.service-sec-list img {
  -moz-transition: width 0.5s, height 0.5s;
  -webkit-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
  height: 60px;
  width: 60px;
  margin-bottom: 10px;
}
.service-sec-list:hover {
  padding: 25px;
}
.service-sec-list:hover img {
  height: 0;
  width: 60px;
}
.service-sec-list:hover p {
  display: block;
}
.service-sec-list,
.service-sec-list:hover,
.service-sec-list:hover p {
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.-cta-btn {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}
.-cta-btn p {
  font-size: 30px;
  color: #050748;
  margin: 0 30px 0 0;
}
.-cta-btn p span {
  font-weight: 700;
}
.free-cta-title {
  display: inline-flex;
}
.key-block.shadow-box {
  padding: 15px;
  margin-bottom: 20px;
  border-top: 3px solid #a241bb;
  transition: all 0.3s ease-out 0s;
}
.key-icon {
  margin-right: 15px;
  float: left;
}
.clients-logos ul li p {
  font-size: 12px;
  padding-top: 0.5em;
  letter-spacing: 0;
  font-weight: 300;
  color: #959595;
}
.clients-logos ul li {
  display: inline-block;
  padding: 30px 0 0;
}
.brand-logo {
  max-width: 180px;
  margin: 0 auto;
  padding: 10px;
}
.video-review {
  border-radius: 8px;
}
.video-review a {
  position: relative;
  display: inline-block;
}
.video-review a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: -moz-linear-gradient(
    top,
    rgb(30, 87, 153, 0) 0,
    rgb(32, 124, 202, 0) 70%,
    rgb(0, 0, 0, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgb(30, 87, 153, 0) 0,
    rgb(32, 124, 202, 0) 70%,
    rgb(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(30, 87, 153, 0) 0,
    rgba(32, 124, 202, 0) 70%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.review-vid-details {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.review-vid-details p {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
}
.-vid-ico {
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  background: #fff;
  border-radius: 1000px;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: 0;
  position: relative;
}
.triangle-play2 {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 12px solid #ff2d8d;
  border-bottom: 7px solid transparent;
  margin: 0 auto;
}
.rount-btn {
  width: 52px;
  height: 52px;
  padding: 0;
  font-size: 18px;
  border: 2px solid #dcdcdc;
}
.review-ref {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.review-icons a {
  display: inline-block;
  padding: 0 20px;
}
.bg-none {
  background: 0 0;
}
.img-with-shape {
  position: relative;
}
.dg-hero-img0 {
  border-radius: 8px;
  transform: translateZ(60px);
  position: relative;
  z-index: 9;
}
.dg-hero-shp1a {
  top: 0;
  left: 0;
}
.dg-hero-shp1 {
  top: -50px;
  left: 0;
}
.dg-hero-shp2 {
  transform: translatez(80px);
  top: 40%;
  z-index: 999;
  left: 0;
  max-width: 120px;
}
.dg-hero-shp3 {
  bottom: -80px;
  right: 0;
}
.shape-dg-1 {
  position: absolute;
}
.dark-main .-content-sec .title-hero-oth p,
.dark-main .footer-address-list li a,
.dark-main .post-social a,
.dark-main a,
.dark-main p {
  color: #a2a2a2;
}
.dark-main .entry-blog-post a,
.dark-main .isotope_item h4 a,
.dark-main .link-reviewrr a,
.dark-main .review-vid-details p,
.dark-main .single-blog-info- h4 a,
.dark-main .statistics span,
.dark-main .title-hero-oth p,
.dark-main h1,
.dark-main h2,
.dark-main h3,
.dark-main h4,
.dark-main h5,
.dark-main h6 {
  color: #e6e6e6;
}
.dark-main a.bg-btn,
.dark-main a.lnk {
  color: #fff;
}
.dark-main input,
.dark-main textarea {
  box-shadow: none;
}
.dark-main .s-block,
.dark-main .single-blog-post- {
  background: #1d1d1d;
  border: 1px solid #1d1d1d;
}
.dark-main .post-social {
  border-top: 1px solid #2b2b2b;
}
.dark-main .blog-content-tt {
  border: 0 solid #ececec;
}
.f-weight .-cta-btn p span {
  font-weight: 900;
}
p.video-lab-- {
  color: #6a6a8e;
}
.mr25 {
  margin-right: 25px;
}
.dg-bg2 {
  background-image: -moz-linear-gradient(
    45deg,
    #ff3870 0,
    #ff3870 50%,
    #c300c3 100%
  ) !important;
  background-image: -webkit-linear-gradient(
    45deg,
    #ff3870 0,
    #ff3870 50%,
    #c300c3 100%
  ) !important;
  background-image: linear-gradient(
    45deg,
    #ff0048 0,
    #ff3870 50%,
    #c300c3 100%
  ) !important;
}
.hero-digital-agency-1 p {
  color: #bdbfca;
}
.hero-digital-agency-1 .header-heading h1 {
  font-size: 80px;
  line-height: 90px;
  font-weight: 900;
}
.-content-sec .triangle-play {
  border-left: 25px solid #fff;
}
.-content-sec a.play-video::after {
  border: 6px solid #ff2d8d;
}
.-content-sec a.play-video {
  background: #ff2d8d;
}
.-content-sec .title-hero-oth p {
  font-size: 18px;
  color: #6a6a8e;
  margin: 0 0 0 20px;
  text-transform: capitalize;
}
.-service-list li,
.common-heading-2 > span,
.sctxt {
  text-transform: uppercase;
}
.dg-btn {
  background-color: transparent;
  border: 1px solid #fff;
}
.dg-bg {
  background-color: #202020;
}
.dg-bg--1 {
  background-color: #111;
}
.dg-bg--2 {
  background-color: #171717;
}
.dg-clients-section .opl ul li {
  display: inline-block;
  padding: 30px 0 0;
}
.dg-clients-section .opl ul li p {
  font-size: 12px;
  padding-top: 0.5em;
  letter-spacing: 0;
  font-weight: 300;
  color: #959595;
}
.common-heading-2 h2,
.common-heading-2 > span,
.hero-creative-agenc1 .header-heading h1 {
  font-weight: 900;
}
.dg-testinomial-section .owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  background: 0 0;
  width: 100px;
  margin: 0;
  height: 50px;
  padding: 25px 0 0;
}
.full-video,
.ovr-bg2 .ovr-base:before {
  height: 100%;
  width: 100%;
  position: absolute;
}
.quote-css {
  font-size: 45px;
  padding: 0 20px 0 0;
  color: #909090;
}
.video-testimonial {
  display: flex;
}
.dg-statistics-section .statistics span {
  font-size: 45px;
  font-weight: 900;
}
.common-heading-2 {
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 10;
}
.common-heading-2 > span {
  color: #560097;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin: 0 0 15px;
  display: block;
}
.itm-media-object .media img {
  width: 100%;
}
.itm-media-object .media .img-ab- {
  background: #f5f5f5;
  border-radius: 8px;
  width: 65px;
  padding: 10px;
}
.overlay-- .s-block {
  background: #222;
  border: 1px solid #222;
  padding: 30px;
}
.ovr-bg1 .ovr-base:before {
  background: -webkit-linear-gradient(
    45deg,
    #ff0048 0,
    #ff3870 50%,
    #c300c3 100%
  );
  background: linear-gradient(45deg, #ff0048 0, #ff3870 50%, #c300c3 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
}
.nn-card-set,
.single-blog-img- {
  position: relative;
}
.nn-card-set {
  z-index: 5;
}
.ho-gdnt .s-block:hover:before {
  opacity: 1;
}
.ho-gdnt .ovr-base:before {
  -webkit-transition: 0.8s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  -o-transition: 0.8s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  transition: 0.8s cubic-bezier(0.17, 0.85, 0.438, 0.99);
}
.dg2-main .isotope_item h4 a,
.ho-gdnt .s-block:hover a,
.ho-gdnt .s-block:hover h4,
.ho-gdnt .s-block:hover p {
  color: #fff;
}
.up-hor:hover {
  transform: translateY(-7.5px);
}
.h-scl-:hover .h-scl-base {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.h-scl-:hover .h-scl-base img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.h-scl- .h-scl-base {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bd-hor .bd-hor-base:after,
.h-scl- .h-scl-base,
.h-scl-base img,
.up-hor {
  -webkit-transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  -o-transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
}
.itm-media-object h4 {
  margin-bottom: 10px;
}
.single-blog-post- {
  border-radius: 8px;
  background: #fff;
}
.single-blog-img- img {
  border-radius: 8px 8px 0 0;
}
.entry-blog-post {
  border-radius: 100px;
  padding: 10px 15px;
  margin: 0 20px;
  position: absolute;
  bottom: -18px;
  right: 0;
  left: 0;
  justify-content: space-between;
  display: flex;
}
.entry-blog-post a {
  color: #fff;
  font-size: 14px;
}
.single-blog-info- h4 {
  margin-bottom: 18px;
}
.link-reviewrr,
.post-social {
  margin: 30px 0 0;
}
.single-blog-info- h4 a {
  color: #050748;
}
.post-social {
  border-top: 1px solid #dadada;
  padding-top: 30px;
}
.post-social a {
  color: #6a6a8e;
  display: inline-block;
  padding: 0 10px 0 0;
}
.blog-content-tt {
  padding: 45px 25px 25px;
  border: 1px solid #ececec;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}
.link-reviewrr a {
  display: block;
  padding: 0 0 4px;
  color: #6a6a8e;
}
.dark-footer,
.dark-footer .ff-social-icons a,
.dark-footer .footer-address-list li a,
.dark-footer .footer-address-list li p,
.dark-footer .footer-address-list li > span,
.dark-footer .footer-link-- li a {
  color: #a2a2a2;
}
.dark-footer h5 {
  color: #e6e6e6;
}
.dg2-main .footer-address-list li a,
.footer-copyrights- a {
  color: #bdbfca;
}
.footer-link-- {
  text-align: right;
}
.footer-link-- li {
  display: inline-block;
}
.footer-link-- li a {
  color: #bdbfca;
  margin-left: 15px;
  font-size: 16px;
}
.end-footer- {
  border-top: 1px solid rgba(237, 237, 237, 0.05);
  margin-top: 70px;
  padding: 35px 0;
}
.ff-social-icons a {
  color: #fff;
  padding: 0 20px 0 0;
  font-size: 18px;
}
.video-bg- {
  background: #000;
}
.full-video {
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0.3;
}
.email-subs-form .form-cta {
  align-items: center;
  justify-content: center;
  display: flex;
}
.hero-creative-agenc1 {
  background-size: cover;
  background-position: center center;
}
.ovr-bg2 .ovr-base:before {
  background: -webkit-linear-gradient(
    135deg,
    #fc00c7 0,
    #1c4efd 54%,
    #00aded 100%
  );
  background: linear-gradient(135deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
}
.ag-dg1,
.ag-dg2 {
  min-width: 100%;
  position: relative;
}
.sec-dark h2,
.sec-dark h4,
.sec-dark h5 {
  color: #fff;
}
.sec-dark p {
  color: #bdbfca;
}
.hero-creative-agenc2 .container {
  max-width: 1320px;
}
.img-design {
  display: inline-flex;
  align-items: center;
}
.ag-dg1 {
  z-index: 1;
  border-radius: 8px 8px 8px 100px;
  top: 0;
  left: 30px;
}
.ag-dg2 {
  z-index: 0;
  border-radius: 8px 8px 100px;
  bottom: 0;
  right: 30px;
}
.shpdzz {
  position: absolute;
}
.shpdez1 {
  width: 90px;
  height: 90px;
  background: #ffc107;
  border-radius: 100px 100px 0;
  left: 0;
  bottom: 0;
}
.shpdez2 {
  width: 140px;
  height: 140px;
  background: #00bcd4;
  border-radius: 0 100px 100px;
  left: 0;
  top: 0;
  z-index: 5;
}
.shpdez3 {
  width: 40px;
  height: 40px;
  background: #4caf50;
  border-radius: 100px 0 100px 100px;
  left: 160px;
  top: 0;
}
.dot-c1,
.shpdez4 {
  border-radius: 100px;
}
.shpdez4 {
  width: 140px;
  height: 80px;
  background: #ff6c89;
  left: 130px;
  bottom: 0;
  z-index: 5;
}
.img-block-ca2 .abt-ca2 {
  border-radius: 100px 0 100px 0;
  position: relative;
  z-index: 5;
  width: 80%;
}
.img-block-ca2 .dot-sp-ca2 {
  position: relative;
  z-index: 0;
}
.div-portfolio- {
  background: #1d1d1d;
  padding: 60px;
  border-radius: 8px;
}
.tcc1,
.tcc3,
.tcc6 {
  padding-left: 5px;
}
.itm-tag {
  font-weight: 700;
  font-style: italic;
}
.div-item-image img {
  border-radius: 8px;
  width: inherit !important;
  margin: 0 auto;
}
.porto-slide .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.img-ca2set {
  max-height: 370px;
  border-radius: 8px;
}
.aa a:hover {
  color: #560097 !important;
}
.bd-hor .bd-hor-base:hover:after {
  width: 100%;
}
.bd-hor .bd-hor-base:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 4px;
  background: -webkit-linear-gradient(
    -45deg,
    #fc00c7 0,
    #1c4efd 54%,
    #00aded 100%
  );
  background: linear-gradient(135deg, #9100ff 0, #3663ff 54%, #00e2ff 100%);
}
.dot-c1 {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 0;
}
.dot-c1 img,
.tcc1 {
  border-radius: 100px;
}
.dot-c1 img {
  width: 70px;
}
.tcc1 {
  background: #ffc107;
  width: 130px;
  text-align: left;
}
.tcc2 {
  background: #f44336;
  right: 0;
  width: 120px;
  text-align: right;
  padding-right: 5px;
  border-radius: 0 100px 100px 0;
}
.tcc3 {
  background: #00bcd4;
  right: 120px;
  width: 130px;
  top: 200px;
  border-radius: 100px 8px 100px 100px;
  text-align: left;
}
.tcc4,
.tcc5 {
  border-radius: 100px 100px 100px 8px;
  text-align: right;
  padding-right: 5px;
}
.tcc4 {
  background: #ff6c89;
  left: 150px;
  top: 110px;
  width: 150px;
}
.tcc5 {
  background: #4caf50;
  right: 0;
  bottom: 0;
  width: 130px;
}
.tcc6 {
  background: #9c27b0;
  bottom: 0;
  left: 10%;
  width: 150px;
  text-align: left;
  border-radius: 100px 8px 100px 100px;
}
.dot-c1.active {
  box-shadow: 6px 6px 0 rgb(255 255 255/0.5);
}
.funfct,
.service-card-app {
  box-shadow: 0 11px 20px rgb(123 149 162/15%);
}
.instagram-post {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5px;
}
.minimal-portfolio {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.minimal-portfolio .dzname {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
h3 a {
  color: #050748;
}
.br-blog-post- {
  position: relative;
}
.link-blog-post a {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  background: #fff;
  color: #050748;
  font-weight: 600;
}
.btn-flnc {
  align-items: flex-end;
  display: flex;
}
.post-newsltr .owl-stage {
  padding-left: 0 !important;
}
.bg-light-f7 {
  background: #f7f7f7;
}
.img-hro img {
  border-radius: 8px;
}
.mobile-app- {
  background-image: -moz-linear-gradient(
    45deg,
    #9217de 0,
    #4775ff 50%,
    #00b6d4 100%
  );
  background-image: -webkit-linear-gradient(
    45deg,
    #9217de 0,
    #4775ff 50%,
    #00b6d4 100%
  );
  background-image: linear-gradient(
    45deg,
    #4a0079 0,
    #4202b2 50%,
    #4400b1 100%
  );
}
.hero-heading-sec2 h1 {
  font-size: 55px;
  line-height: 67px;
  font-weight: 900;
  display: inline-block;
  background: linear-gradient(
    90deg,
    #af6dff 0,
    #ff448e 25%,
    #ff9d57 50%,
    #ff38d3 75%,
    #00ffdc 100%
  );
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.hero-heading-sec2 > p {
  color: #fff000;
  font-size: 18px;
  margin: 40px 0;
}
.wide-sblock {
  display: inline-flex;
  text-align: left;
  padding: 30px 20px;
}
.funfct,
.item-info-div {
  position: relative;
  text-align: center;
}
.img100w {
  max-width: 100% !important;
  width: auto !important;
}
.funfct {
  line-height: 26px;
  padding: 30px;
  border-radius: 8px 8px 8px 40px;
  margin-top: 30px;
}
.funfct p {
  font-weight: 600;
  color: #6a6a8e;
}
.funfct img {
  width: 65px;
  margin: 0 auto 15px;
  display: block;
}
.funfct .services-cuntr {
  display: inline-block;
  font-weight: 900;
  font-size: 30px;
  color: #050748;
  padding: 15px 0;
}
.about-sec-app {
  background: url(../images/shape/bg-light2.png) center center repeat-x;
  background-size: contain;
}
.service-section-app {
  background: url(../images/shape/wave-bg.png) center bottom repeat-x;
  background-size: contain;
  position: relative;
}
.-service-list li:first-child {
  padding-left: 0;
}
.-service-list li {
  list-style: none;
  padding: 0 8px;
  border-right: 1px solid #d4d4d4;
  display: inline-block;
}
.link-prbs {
  display: block;
  color: #6a6a8e;
  font-size: 16px;
}
.service-card-app,
.tcd {
  font-weight: 400;
  font-size: 14px;
}
.tec-icon ul li .img-iconbb {
  display: inline-flex;
  border-radius: 100%;
  background: #f5f7ff;
  width: 60px;
  height: 60px;
  align-items: center;
}
.tec-icon ul li img {
  width: 40px;
  margin: 0 auto;
}
.tec-icon ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.service-card-app {
  height: 100%;
  display: block;
  background: #fff;
  padding: 30px;
  border-radius: 40px 8px;
}
.servc-icon-sldr {
  display: flex;
}
.clients-section-app {
  background: #4302ae;
}
.item-info-div {
  background: #fff;
  padding: 15px;
  top: -40px;
  width: 95%;
  border-radius: 40px 8px 8px;
  margin: 0 auto;
}
.item-info-div h4 {
  margin: 0;
}
.industry-workfor {
  height: 100%;
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.hoshd:hover {
  box-shadow: 0 15px 39px -11px #46638e45;
  transform: translate(0, -5px);
}
.industry-workfor img {
  width: 70px;
}
.shape-c1,
.shape-c2 {
  width: 200px;
  height: 200px;
}
.industry-workfor h6 {
  margin: 0 0 0 15px;
}
.tcd {
  display: block;
  background: #fff;
  box-shadow: 0 11px 20px rgb(123 149 162/15%);
  padding: 60px 30px;
  border-radius: 40px 8px 8px;
}
.posiqut {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 60px;
  color: #00f2a6;
}
.pl50 {
  padding-left: 50px !important;
}
.tcd .owl-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  margin: 15px;
}
.landscp,
.main-shop-catte,
.sctxt,
.shop-tags-list {
  text-align: center;
}
.app-cta {
  background: #4301b2;
  position: relative;
}
.shape-c1,
.shape-c2,
.shape-c3 {
  background: 0 0;
}
.shape-c1 {
  border-radius: 100px;
  border: 6px solid #f8d873;
}
.shape-c2 {
  border-radius: 100px 100px 100px 30px;
  border: 6px solid #00f2a6;
  right: -20px;
  top: -70px;
}
.shape-c3 {
  width: 100px;
  height: 100px;
  border-radius: 100px 100px 100px 30px;
  border: 6px solid #fff;
  right: 90px;
  bottom: -20px;
}
.apppg .brand-logo,
.info-text-div {
  background: #fff;
  border-radius: 8px;
}
.bottom-curvs,
.sctxt,
.up-curvs {
  position: absolute;
  right: 0;
  left: 0;
}
.apppg .brand-logo {
  max-width: 180px;
  margin: 0 auto;
  padding: 10px;
}
.apppg li p {
  color: #fff;
  margin: 10px 0 0;
}
.info-text-div {
  padding: 20px;
  box-shadow: 0 20px 30px -20px rgb(0 21 167/20%);
  border-bottom: 5px solid #b0bdff;
}
.landscp {
  background: #fbfbfb;
}
.sctxt {
  font-size: 90px;
  top: 0;
  font-weight: 900;
  -webkit-text-stroke: 1px #e8e8e8;
  -webkit-text-fill-color: #fff;
}
.text-animation,
.text-effect-1,
.text-effect-2,
.text-effect-3 {
  -webkit-text-fill-color: transparent;
}
.business-startup {
  background: url(../images/hero/wave-hero.svg) center top no-repeat;
}
.bg-light-ylo {
  background: #e9f5ff;
}
.up-curvs {
  top: -50px;
}
.bottom-curvs {
  bottom: -50px;
}
.bg-flat5 {
  background: #fff9f1;
}
.bg-flat6 {
  background: #fff3f3;
}
.login-form-div {
  max-width: 460px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  border-radius: 8px;
}
.login-page {
  background: url(../images/shape/bg-rectangles-.png), #101010;
  display: flex;
  height: 100vh;
}
.fb-btn {
  line-height: 46px;
  background-color: #3b5998 !important;
}
.google-btn {
  line-height: 46px;
  background-color: #e94235 !important;
}
.closes {
  right: 8px;
  font-size: 35px;
  font-weight: 700;
  top: -2px;
  color: #d6d6d6;
  border: 0;
  background: 0 0;
}
.main-shop-catte a,
.shop-tags-list li a {
  display: inline-block;
  font-size: 14px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 225, 0.08);
  text-transform: capitalize;
}
.popup-modals .modal-dialog {
  max-width: 600px;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 30px;
}
@media (min-width: 1200px) {
  .shop-container {
    max-width: 1110px !important;
  }
}
.shop-tags-list li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 2px;
  margin-left: 2px;
}
.shop-tags-list li a {
  background-color: #fff;
  border: 1px solid #f2effc;
  color: #050748;
  padding: 12px 16px;
  border-radius: 30px;
  font-weight: 500;
}
.shop-tags-list li a.active {
  background-color: #436ad6;
  color: #fff;
}
.shop-tags-list li a span {
  display: inline-block;
  margin: 0 0 0 4px;
}
.rpb-shop-items-dv,
.rpb-shop-items-dv a {
  margin: 0;
  padding: 0;
}
.main-shop-catte a {
  background-color: #e2e2ef;
  border: 1px solid #f2effc;
  color: #050748;
  padding: 18px;
  border-radius: 30px;
  font-weight: 600;
}
.main-shop-catte a.active {
  background-color: #436ad6;
  color: #fff;
}
.shop-products-bhv {
  background: #fafafa;
}
.rpb-shop-items-dv {
  border: 0;
  text-align: inherit;
}
.badges,
.pagi1 a,
.pagination {
  text-align: center;
}
.rpb-shop-items-tittl h3 {
  font-size: 16px;
  line-height: 1;
}
.rpb-shop-items-tittl h3 a {
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
}
.rpb-shop-items-tittl p.tags-itmm {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  color: #6a6a8e;
}
.rpb-shop-items-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.rpb-itm-pric span.regular-prz {
  font-size: 20px;
  font-weight: 100;
  color: #6a6a8e;
  text-decoration: line-through;
  margin: 0 0 0 6px;
}
.hc-offcanvas-nav li .custom-message a:hover,
.hc-offcanvas-nav li:not(.custom-content) a,
.hc-offcanvas-nav li:not(.custom-content) a:hover {
  text-decoration: none;
}
.rpb-itm-pric span.offer-prz {
  font-size: 20px;
  font-weight: 700;
  color: #050748;
}
.rpb-tim-rate ul li a {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.rpb-tim-rate ul li {
  margin: 0;
}
.rpb-tim-rate {
  margin-top: 5px;
}
.rpb-itm-sale {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}
.rpb-shop-inf-rr {
  align-items: flex-end;
  display: flex;
}
.rpb-shop-inf-rr a.rpb-shop-prev {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #f2effc;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 225, 0.08);
  color: #050748;
  padding: 12px 16px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}
.pagination {
  display: -ms-flexbox;
  display: flow-root;
  list-style: none;
  border-radius: 0.25rem;
  margin: 60px 0 0;
}
.pagination a {
  display: inline-block;
  padding: 10px 18px;
  color: #222;
}
.pagi1 a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.pagi1 a.is-active {
  background-color: #436ad6;
  border-radius: 100%;
  color: #fff;
}
.rpb-shop-prevw {
  margin-bottom: 40px;
  background-color: #f6f6f7;
  padding: 20px;
}
.tab-17 .nav-tabs {
  background: #f6f6f7;
  padding: 0 15px;
}
.tab-17.tabs-layout .nav-tabs .nav-link.active {
  color: #6a6a8e;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid #ff358d;
}
.tab-17.tabs-layout .nav-tabs .nav-link {
  border: 0 solid transparent;
  color: #6a6a8e;
  background-color: transparent;
  border-radius: 0;
  padding: 15px;
  border-bottom: 2px solid #f6f6f7;
}
.badges {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 50%;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.rpb-item-review .reviews-card {
  position: relative;
  z-index: 9;
  background: #f6f6f7;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.rpb-item-infodv {
  margin-bottom: 40px;
  background-color: #f6f6f7;
  padding: 20px;
}
.btn-grp a,
.tabs-layout .nav-tabs .nav-item + .nav-item {
  margin: 0 10px;
}
.nx-rt {
  float: right;
  font-size: 15px;
  width: 60%;
  text-align: right;
}
.rpb-item-infodv ul li strong {
  color: #050748;
  font-size: 15px;
  float: left;
  width: 40%;
}
.rpb-item-infodv ul li + li {
  border-top: 1px solid #e0e0e0;
}
.rpb-item-infodv ul li {
  padding: 15px 0;
  display: flow-root;
}
.div-for-data {
  border: 1px solid #e0e0e0;
  margin: 0;
  text-align: left;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  border-collapse: separate;
}
.rpb-cart-table table.cart_table th {
  padding: 15px 20px;
  color: #050748;
  font-size: 17px;
}
.rpb-cart-table table.cart_table td {
  border-top: 1px solid #e0e0e0;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #050748;
}
.rpb-cart-table table .product-thumbnail img {
  width: 60px;
}
.rpb-cart-table table .product-name a {
  color: #050748;
}
.rpb-cart-table a.remove {
  display: block;
  font-size: 24px;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  background: #efefef;
}
.update-cart {
  text-align: right;
}
.cart-pg-coupon input {
  width: 180px;
  height: 45px;
  padding: 0 10px;
  margin: 0;
  color: #172b43;
  font-size: 16px;
  outline: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
button.smllbtnn {
  line-height: 45px;
  color: #fff;
  border-radius: 8px;
  padding: 0 20px;
  border: 0;
}
.cart-extra-sevc {
  padding: 20px;
}
.post-info h5 a {
  color: #050748;
  font-size: 16px;
}
.mt5 {
  margin-top: 5px;
}
table {
  color: #050748;
}
table.border {
  border-radius: 8px;
}
.btn-small {
  font-size: 15px;
  font-weight: 400;
  padding: 0 20px;
  line-height: 35px;
}
.media + .media {
  margin-top: 20px;
}
.map-div iframe {
  width: 100%;
  height: 360px;
  border: 0;
}
.contact2dv {
  background: #e7fbff;
  padding: 30px;
}
.info-wrapr .dbox p span {
  color: #6a6a8e;
  font-size: 20px;
  display: block;
  text-transform: capitalize;
  font-weight: 700;
}
.companytime p,
.dropcap,
.typewriter-text {
  text-transform: uppercase;
}
.info-wrapr .dbox {
  width: 100%;
  color: #6a6a8e;
  margin-bottom: 25px;
}
.info-wrapr .icon i {
  font-size: 25px;
}
.info-wrapr .text a {
  color: #6a6a8e;
}
.addtocart,
.single-blog- .content .title a {
  color: #050748;
}
.pr30 {
  padding-right: 30px;
}
.pl30 {
  padding-left: 30px;
}
.addtocart {
  width: 20px;
  height: 20px;
  background: #fafafa;
  display: block;
  position: absolute;
  top: 1px;
  right: -6px;
  line-height: 20px;
  border-radius: 100%;
  box-shadow: 0 5px 10px rgb(93 0 39/44%);
  font-size: 14px;
  font-weight: 700;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #ced4da;
  box-shadow: none;
}
.dropcap {
  float: left;
  font-size: 45px;
  line-height: 1;
  padding-right: 10px;
}
.list-style- {
  padding: 0 0 0 20px;
  text-align: left;
}
.badge-warning,
.icon-card-,
.img-ctr {
  text-align: center;
}
.list-style- li {
  line-height: 32px;
  list-style-type: circle;
}
.img-ctr {
  display: block;
}
.footer-link-v2 li {
  display: inline-flex;
  padding: 0 15px;
}
.footer-badges- {
  display: flex;
  justify-content: space-between;
}
.footer-badges- li {
  display: inline-block;
}
.footer-badges- li a img {
  width: 150px;
}
.footer-brands {
  background: #f8f9fa;
  padding: 30px 0;
}
.single-blog- img {
  height: 70px;
  width: 70px;
  display: block;
  border-radius: 8px;
}
.single-blog- .post-meta i {
  margin: 0 5px 0 0;
}
.single-blog- .post-meta {
  font-size: 13px;
}
.single-blog- .content .title {
  line-height: 20px;
  font-size: 15px;
}
.single-blog- .content .title a:hover {
  color: #560097;
}
.post-thumb {
  margin-right: 15px;
}
.single-blog- {
  display: inline-flex;
}
.onloadpage,
.onloadpage .pre-text- span {
  display: block;
}
.footer-blog- .single-blog-:last-child {
  margin-top: 20px;
}
.icon-card- {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 15px;
}
.icon-card- img {
  width: 60px;
}
.icon-card- h4 {
  margin: 20px 0;
}
.onloadpage {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
.mob-nav2 li,
body.hc-nav-open {
  position: relative;
}
.onloadpage .pre-content {
  top: 50%;
  position: relative;
  right: 0;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
}
.onloadpage .pre-text- {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  width: 30%;
  margin: 0 auto;
}
.logo-pre {
  background: linear-gradient(to bottom, #fffce9 0, #ffe1ec 100%);
  border-radius: 50%;
  height: 100px;
  width: 100px;
  box-shadow: 0 0 0 0 rgb(0 0 0/0);
  animation: pulse 2s infinite;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  padding: 8px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
  }
  70% {
    box-shadow: 0 0 0 30px transparent;
  }
  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}
.tilt-3d .base {
  transform-style: preserve-3d;
  transform: perspective(1000px);
}
.tilt-3d .layer {
  transform: translateZ(20px);
}
.shdo {
  -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059),
    0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071),
    0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.-shadow {
  -webkit-box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
  box-shadow: -20px 20px 35px #dcdcdc, 20px -40px 35px #fff;
}
a.disabled {
  cursor: default;
  opacity: 0.4;
}
h1 {
  font-size: 45px;
  line-height: 57px;
}
h2 {
  font-size: 40px;
  line-height: 52px;
}
h3 {
  font-size: 34px;
  line-height: 46px;
}
h4 {
  font-size: 22px;
  line-height: 32px;
}
h5 {
  font-size: 20px;
  line-height: 30px;
}
h6 {
  font-size: 16px;
  line-height: 26px;
}
p {
  font-size: 16px;
  line-height: 28px;
}
.pad-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pr--100 {
  padding-right: 100px;
}
.pl--100 {
  padding-left: 100px;
}
.pl--50 {
  padding-left: 50px;
}
.pr--50 {
  padding-right: 50px;
}
.mr15 {
  margin-right: 15px;
}
html .pl5 {
  padding-left: 5px !important;
}
html .pt0 {
  padding-top: 0;
}
html .pm0 {
  padding-bottom: 0;
}
html .mt0 {
  margin-top: 0;
}
html .mb0 {
  margin-bottom: 0;
}
html .mt10 {
  margin-top: 10px;
}
html .ml10 {
  margin-left: 10px;
}
html .mt20 {
  margin-top: 20px;
}
html .mt30 {
  margin-top: 30px;
}
html .mt40 {
  margin-top: 40px;
}
html .mt50 {
  margin-top: 50px;
}
html .mt60 {
  margin-top: 60px;
}
html .mt70 {
  margin-top: 70px;
}
html .mt80 {
  margin-top: 80px;
}
html .mt90 {
  margin-top: 90px;
}
html .mt100 {
  margin-top: 100px;
}
html .mb10 {
  margin-bottom: 10px;
}
html .mb20 {
  margin-bottom: 20px;
}
html .mb25 {
  margin-bottom: 25px;
}
html .mb30 {
  margin-bottom: 30px;
}
html .mb40 {
  margin-bottom: 40px;
}
html .mb50 {
  margin-bottom: 50px;
}
html .mb60 {
  margin-bottom: 60px;
}
html .mb70 {
  margin-bottom: 70px;
}
html .mb80 {
  margin-bottom: 80px;
}
html .mb90 {
  margin-bottom: 90px;
}
html .mb100 {
  margin-bottom: 100px;
}
html .m0 {
  margin: 0 !important;
}
html .p0 {
  padding: 0 !important;
}
html .pt10 {
  padding-top: 10px;
}
html .pt20 {
  padding-top: 20px;
}
html .pt30 {
  padding-top: 30px;
}
html .pt40 {
  padding-top: 40px;
}
html .pt50 {
  padding-top: 50px;
}
html .pt60 {
  padding-top: 60px;
}
html .pt70 {
  padding-top: 70px;
}
html .pt80 {
  padding-top: 80px;
}
html .pt90 {
  padding-top: 90px;
}
html .pt100 {
  padding-top: 100px;
}
html .pt110 {
  padding-top: 110px;
}
html .pt120 {
  padding-top: 120px;
}
html .pt130 {
  padding-top: 130px;
}
html .pt140 {
  padding-top: 140px;
}
html .pb10 {
  padding-bottom: 10px;
}
html .pb20 {
  padding-bottom: 20px;
}
html .pb30 {
  padding-bottom: 30px;
}
html .pb40 {
  padding-bottom: 40px;
}
html .pb50 {
  padding-bottom: 50px;
}
html .pb60 {
  padding-bottom: 60px;
}
html .pb70 {
  padding-bottom: 70px;
}
html .pb80 {
  padding-bottom: 80px;
}
html .pb90 {
  padding-bottom: 90px;
}
html .pb100 {
  padding-bottom: 100px;
}
html .pb110 {
  padding-bottom: 110px;
}
html .pb120 {
  padding-bottom: 120px;
}
html .pb130 {
  padding-bottom: 130px;
}
html .pb140 {
  padding-bottom: 140px;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
  display: inline;
}
.xhighlight {
  display: block;
  color: #ff2c8e;
}
.pl25 {
  padding-left: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.text-effect-1 {
  background-image: -moz-linear-gradient(
    45deg,
    #ff3870 0,
    #ff3870 50%,
    #c300c3 100%
  );
  background-image: -webkit-linear-gradient(
    45deg,
    #ff3870 0,
    #ff3870 50%,
    #c300c3 100%
  );
  background-image: linear-gradient(
    45deg,
    #ff3870 0,
    #ff3870 50%,
    #c300c3 100%
  );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.text-effect-2 {
  background: #fc00c7;
  background-image: -moz-linear-gradient(
    -45deg,
    #fc00c7 0,
    #1c4efd 54%,
    #00aded 100%
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    #fc00c7 0,
    #1c4efd 54%,
    #00aded 100%
  );
  background-image: linear-gradient(
    135deg,
    #fc00c7 0,
    #1c4efd 54%,
    #00aded 100%
  );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.bg-btn {
 
    background: #c6ad87;
    background: -moz-linear-gradient(left, #ffbd84 0, #560097 100%);
    background: -webkit-linear-gradient(left, #aa7a2d 0, #021d53 100%);
    background: linear-gradient(to right, #ffbd84 0, #072556 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 87, 0.2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 87, 0.2);
}
.bg-btn2 {
  
    background: #a57d37;
    background: -moz-linear-gradient(left, #f92c8b 0, #b02cd6 100%);
    background: -webkit-linear-gradient(left, #ad782b 0, #c6ad80 100%);
    background: linear-gradient(to right, #a78033 0, #b89550 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175, 0, 202, 0.2);
    box-shadow: 0 10px 15px 0 rgba(175, 0, 202, 0.2);
}
.bg-btn3,
.bg-btn5 {
  -webkit-box-shadow: 0 10px 15px 0 rgba(56, 0, 189, 0.2);
}
.bg-btn3 {
  background: #101010;
    background: -moz-linear-gradient(left, #673ab7 0, #2196f3 100%);
    background: -webkit-linear-gradient(left, #101010 0, #000 100%);
    background: linear-gradient(to right, #000 0, #101010 100%);
    box-shadow: 0 10px 15px 0 rgba(56, 0, 189, 0.2);
}
.bg-btn4 {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
}
.bg-btn5 {
  background: #ff0048;
  background-image: -webkit-linear-gradient(
    45deg,
    #ff3870 0,
    #ff3870 50%,
    #c300c3 100%
  );
  background-image: linear-gradient(
    45deg,
    #ff0048 0,
    #ff3870 50%,
    #c300c3 100%
  );
  box-shadow: 0 10px 15px 0 rgba(56, 0, 189, 0.2);
}
.bg-btn6 {
  background: #fc00c7;
  background: -moz-linear-gradient(
    -45deg,
    #fc00c7 0,
    #1c4efd 54%,
    #00aded 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #fc00c7 0,
    #1c4efd 54%,
    #00aded 100%
  );
  background: linear-gradient(135deg, #fc00c7 0, #1c4efd 54%, #00aded 100%);
}
.bg-btn7 {
  background: #fc00c7;
  background: -moz-linear-gradient(
    -45deg,
    #fc00c7 0,
    #1c4efd 54%,
    #00aded 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #fc00c7 0,
    #1c4efd 54%,
    #00aded 100%
  );
  background: linear-gradient(135deg, #9100ff 0, #3663ff 54%, #00e2ff 100%);
  -webkit-box-shadow: 0 10px 15px 0 rgba(56, 0, 189, 0.2);
  box-shadow: 0 10px 15px 0 rgb(0 49 189/0.2);
}
.hover-scale img {
  transform: scale(1);
}
.hover-scale:hover img {
  transform: scale(1.05);
}
.text-animation {
  font-weight: 700;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-animation: hue 6s infinite linear;
}
.bg-a {
  background-image: linear-gradient(
    to right,
    #560097 0,
    #ffbd84 36%,
    #ffbd84 65%,
    #560097 100%
  );
}
.bg-b {
  background-image: linear-gradient(
    to right,
    #673ab7 0,
    #e91e63 36%,
    #e91e63 65%,
    #673ab7 100%
  );
}
@keyframes slideIn {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
}
@keyframes hue {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 2000px 0;
  }
}
@keyframes arrowanim {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, 0);
  }
}
@-webkit-keyframes arrowanim {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, 0);
  }
}
@keyframes updonanim {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 8px);
  }
}
@-webkit-keyframes updonanim {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 8px);
  }
}
@keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.custom-nav .menu-dorpdown,
.custom-nav .menu-dorpdown .sub-menu-section {
  border-radius: 0 0 20px 20px;
}
.lead-intro- img {
  animation: 3s infinite updonanim;
  -webkit-animation: 3s infinite updonanim;
}
.bg-gradient {
  background: #c7ecff;
  background: -moz-linear-gradient(top, #c7ecff 0, #f9efff 100%);
  background: -webkit-linear-gradient(top, #c7ecff 0, #f9efff 100%);
  background: linear-gradient(to bottom, #c7ecff 0, #f9efff 100%);
}
.bg-gradient1 {
  background: #ffe2e2;
  background: -moz-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
  background: -webkit-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
  background: linear-gradient(to bottom, #ffe2e2 0, #fff9f4 100%);
}
.bg-gradient2 {
  background: #fdffed;
  background: -moz-linear-gradient(top, #fdffed 0, #effff8 100%);
  background: -webkit-linear-gradient(top, #fdffed 0, #effff8 100%);
  background: linear-gradient(to bottom, #fdffed 0, #effff8 100%);
}
.bg-gradient3 {
  background: #e2f3ff;
  background: -moz-linear-gradient(top, #e2f3ff 0, #fffbef 100%);
  background: -webkit-linear-gradient(top, #e2f3ff 0, #fffbef 100%);
  background: linear-gradient(to bottom, #e2f3ff 0, #fffbef 100%);
}
.bg-gradient4 {
  background: #c1eeff;
  background: -moz-linear-gradient(top, #c1eeff 0, #f5faff 100%);
  background: -webkit-linear-gradient(top, #c1eeff 0, #f5faff 100%);
  background: linear-gradient(to bottom, #c1eeff 0, #f5faff 100%);
}
.bg-gradient5 {
  background: #fff6f3;
  background: -moz-linear-gradient(top, #fff6f3 0, #fffefb 100%);
  background: -webkit-linear-gradient(top, #fff6f3 0, #fffefb 100%);
  background: linear-gradient(to bottom, #fff6f3 0, #fffefb 100%);
}
.bg-gradient6 {
  background: #e8fffc;
  background: -moz-linear-gradient(top, #e8fffc 0, #fff4f4 100%);
  background: -webkit-linear-gradient(top, #e8fffc 0, #fff4f4 100%);
  background: linear-gradient(to bottom, #e8fffc 0, #fff4f4 100%);
}
.bg-gradient7 {
  background: #ffe2e2;
  background: -moz-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
  background: -webkit-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
  background: linear-gradient(to bottom, #ffe2e2 0, #fff9f4 100%);
}
.bg-gradient8 {
  background: #fff8fb;
  background: -moz-linear-gradient(top, #fff8fb 0, #d0fcf6 100%);
  background: -webkit-linear-gradient(top, #fff8fb 0, #d0fcf6 100%);
  background: linear-gradient(to bottom, #fff8fb 0, #d0fcf6 100%);
}
.bg-gradient9 {
  background: #e5ffee;
  background: -moz-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
  background: -webkit-linear-gradient(top, #ffe2e2 0, #fff9f4 100%);
  background: linear-gradient(to bottom, #e5ffee 0, #e2f6ff 100%);
}
.bg-gradient10 {
  background: #e4fffe;
  background: -moz-linear-gradient(top, #e4fffe 0, #ffedf3 100%);
  background: -webkit-linear-gradient(top, #e4fffe 0, #ffedf3 100%);
  background: linear-gradient(to bottom, #e4fffe 0, #ffedf3 100%);
}
.bg-gradient11 {
  background: #560097;
  background: -moz-linear-gradient(left, #560097 0, #007bff 100%);
  background: -webkit-linear-gradient(left, #560097 0, #007bff 100%);
  background: linear-gradient(to right, #560097 0, #007bff 100%);
}
.bg-gradient12 {
  background: #3f36b9;
  background: -moz-linear-gradient(left, #552ecd 0, #13137a 100%);
  background: -webkit-linear-gradient(left, #552ecd 0, #13137a 100%);
  background: linear-gradient(to right, #552ecd 0, #13137a 100%);
}
.bg-gradient13 {
  background: #9c27b0;
  background: -moz-linear-gradient(left, #9c27b0 0, #673ab7 100%);
  background: -webkit-linear-gradient(left, #9c27b0 0, #673ab7 100%);
  background: linear-gradient(to right, #9c27b0 0, #673ab7 100%);
}
.bg-gradient14 {
  background: #ff2d8d;
  background: -moz-linear-gradient(top, #ff2d8d 0, #653db9 100%);
  background: -webkit-linear-gradient(top, #ff2d8d 0, #653db9 100%);
  background: linear-gradient(to bottom, #ff2d8d 0, #653db9 100%);
}
.bg-gradient15 {
  background: #fffdf2;
  background: -moz-linear-gradient(top, #fffdf2 0, #ffeff5 100%);
  background: -webkit-linear-gradient(top, #fffdf2 0, #ffeff5 100%);
  background: linear-gradient(to bottom, #fffdf2 0, #ffeff5 100%);
}
.bg-gradient16 {
  background-image: -moz-linear-gradient(
    45deg,
    #9217de 0,
    #4775ff 50%,
    #00b6d4 100%
  );
  background-image: -webkit-linear-gradient(
    45deg,
    #9217de 0,
    #4775ff 50%,
    #00b6d4 100%
  );
  background-image: linear-gradient(
    45deg,
    #9217de 0,
    #4775ff 50%,
    #00b6d4 100%
  );
}
.bg-flat1 {
  background: #f5f5f5;
}
.classic-bg1 {
  background: #fffef9;
}
.classic-bg2 {
  background: #f3fffe;
}
.classic-bg3 {
  background: #fef9ff;
}
.classic-bg4 {
  background: #3f36b9;
}
.classic-bg5 {
  background: #fffef4;
}
.mobile-menu2 {
  display: none;
}
.mobile-menu2 .navm- {
  margin: 0 0 0 10px;
}
.mob-nav2 {
  display: flex;
}
html.hc-nav-yscroll {
  overflow-y: scroll;
}
body.hc-nav-open {
  overflow: visible;
  width: 100%;
  min-height: 100%;
}
.hc-offcanvas-nav {
  visibility: hidden;
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999999;
}
.hc-offcanvas-nav.is-ios * {
  cursor: pointer !important;
}
.hc-offcanvas-nav .nav-container {
  position: fixed;
  z-index: 9998;
  top: 0;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: transform 0.4s ease;
}
.hc-offcanvas-nav .nav-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.hc-offcanvas-nav .nav-content {
  height: 100%;
}
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
}
.hc-offcanvas-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hc-offcanvas-nav li {
  position: relative;
  display: block;
}
.hc-offcanvas-nav li.level-open > .nav-wrapper {
  visibility: visible;
}
.hc-offcanvas-nav li:not(.custom-content) a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}
.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
  cursor: not-allowed;
}
.hc-offcanvas-nav input[type="checkbox"] {
  display: none;
}
.hc-offcanvas-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}
.hc-offcanvas-nav .nav-item {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.hc-offcanvas-nav .nav-wrapper::after,
.hc-offcanvas-nav.disable-body::after {
  content: "";
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease;
}
.hc-offcanvas-nav .sub-level-open::after,
.hc-offcanvas-nav.disable-body.nav-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.05s;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
  max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: height 0s ease 0.4s;
}
.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: none;
  overflow: visible;
  visibility: visible;
}
.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
  max-height: 100vh;
}
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease 0.4s, transform 0.4s ease;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease;
}
.hc-offcanvas-nav.nav-position-left,
.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0;
}
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-right,
.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0;
}
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.hc-offcanvas-nav.nav-position-top {
  top: 0;
}
.hc-offcanvas-nav.nav-position-top .nav-container {
  top: 0;
  width: 100%;
}
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, -100%, 0);
}
.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0;
}
.hc-offcanvas-nav.nav-position-bottom .nav-container {
  top: auto;
  bottom: 0;
  width: 100%;
}
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(0, 100%, 0);
}
.hc-offcanvas-nav.nav-open[class*="hc-nav-"] div.nav-container {
  transform: translate3d(0, 0, 0);
}
.hc-offcanvas-nav.rtl li {
  text-align: right;
}
.hc-offcanvas-nav.rtl .nav-back span,
.hc-offcanvas-nav.rtl .nav-close span,
.hc-offcanvas-nav.rtl .nav-next span {
  left: 0;
  right: unset;
}
.hc-nav-trigger {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  top: 20px;
  z-index: 9980;
  width: 30px;
  min-height: 48px;
}
.hc-nav-trigger span {
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}
.main-header.sticky .hc-nav-trigger span,
.main-header.sticky .hc-nav-trigger span::after,
.main-header.sticky .hc-nav-trigger span::before {
  background: #050748;
}
.hc-nav-trigger span,
.hc-nav-trigger span::after,
.hc-nav-trigger span::before {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  background: #050748;
  transition: all 0.2s ease;
}
#main-nav,
.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
  display: none;
}
.nav-bg-b .hc-nav-trigger span,
.nav-bg-b .hc-nav-trigger span::after,
.nav-bg-b .hc-nav-trigger span::before {
  background: #fff;
}
.hc-nav-trigger span::after,
.hc-nav-trigger span::before {
  content: "";
  width: 100%;
}
.hc-nav-trigger span::before {
  top: -10px;
}
.hc-nav-trigger span::after {
  bottom: -10px;
}
.hc-nav-trigger.toggle-open span {
  background: transparent !important;
  transform: rotate(45deg);
}
.hc-nav-trigger.toggle-open span::before {
  transform: translate3d(0, 9px, 0);
}
.hc-nav-trigger.toggle-open span::after {
  transform: rotate(-90deg) translate3d(10px, 0, 0);
}
.hc-offcanvas-nav .nav-wrapper::after,
.hc-offcanvas-nav::after {
  background: rgba(0, 0, 0, 0.5);
}
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #101010;
}
.hc-offcanvas-nav h2 {
  font-size: 22px;
  text-align: left;
  padding: 10px 17px;
  color: #101010 !important;
  background: #fff;
  font-weight: 400;
  line-height: 36px;
}
.hc-offcanvas-nav .nav-item {
  padding: 14px 17px;
  font-size: 15px;
  color: #fff;
  z-index: 1;
  background: transparent;
  border-bottom: 0 solid #fff;
}
.hc-offcanvas-nav .nav-back:focus,
.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-item:focus,
.hc-offcanvas-nav .nav-item:focus-within,
.hc-offcanvas-nav .nav-next:focus {
  z-index: 10;
}
.hc-offcanvas-nav .nav-item-wrapper {
  position: relative;
}
.hc-offcanvas-nav .nav-highlight {
  background: #2e6296;
}
.hc-offcanvas-nav li:not(.custom-content) a {
  padding: 14px 15px;
  font-size: 15px;
  color: #fff;
  z-index: 1;
  background: transparent;
  border-bottom: 0 solid #2c5d8f;
}
.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
  color: rgba(255, 255, 255, 0.5);
}
.hc-offcanvas-nav:not(.touch-device) li:not(.custom-content) a:hover {
  background: #101010;
}
.hc-offcanvas-nav
  ul:first-of-type:not(:first-child)
  > li:first-child:not(.nav-back):not(.nav-close)
  > a {
  border-top: 1px solid #2c5d8f;
  margin-top: -1px;
}
.hc-offcanvas-nav li {
  text-align: left;
}
.hc-offcanvas-nav li.nav-back a,
.hc-offcanvas-nav li.nav-close a {
  background: #fff;
  color: #101010;
}
.hc-offcanvas-nav li.nav-back a:hover,
.hc-offcanvas-nav li.nav-close a:hover {
  background: #fff;
}
.hc-offcanvas-nav li.nav-back:not(:first-child) a,
.hc-offcanvas-nav li.nav-close:not(:first-child) a {
  margin-top: -1px;
}
.hc-offcanvas-nav li.nav-parent .nav-item:last-child {
  padding-right: 35px;
}
.hc-offcanvas-nav li.nav-parent .nav-item:not(:last-child) {
  margin-right: 44px;
}
.hc-offcanvas-nav li.nav-back span,
.hc-offcanvas-nav li.nav-close span,
.hc-offcanvas-nav li.nav-parent .nav-next {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease;
}
.hc-offcanvas-nav li.nav-close span::after,
.hc-offcanvas-nav li.nav-close span::before {
  content: "";
  position: absolute;
  top: 46%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-top: 2px solid #101010;
  border-left: 2px solid #101010;
}
.hc-offcanvas-nav li.nav-close span::before {
  margin-left: -11px;
  transform: rotate(135deg);
}
.hc-offcanvas-nav li.nav-close span::after {
  transform: rotate(-45deg);
}
.hc-offcanvas-nav a.nav-next {
  border-left: 1px solid #2c5d8f;
}
.hc-offcanvas-nav .nav-next span::before,
.hc-offcanvas-nav li.nav-back span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform-origin: center;
}
.hc-offcanvas-nav .nav-next span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.hc-offcanvas-nav .nav-next span::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-offcanvas-nav li.nav-back span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-right .nav-next span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-top .nav-next span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-position-bottom .nav-next span::before,
.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 0;
  margin-right: -2px;
}
.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}
.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
  box-shadow: none;
  background: 0 0;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-expand
  .nav-container
  li.level-open
  > .nav-item-wrapper
  > a:hover,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none
  .nav-container
  li.level-open
  > .nav-item-wrapper
  > a:hover {
  background: #101010;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item,
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
  font-size: 14px;
}
.hc-offcanvas-nav.nav-levels-expand .nav-container li,
.hc-offcanvas-nav.nav-levels-none .nav-container li {
  transition: background 0.3s ease;
}
.hc-offcanvas-nav.nav-levels-expand
  .nav-container
  li.level-open
  > .nav-item-wrapper
  > a,
.hc-offcanvas-nav.nav-levels-none
  .nav-container
  li.level-open
  > .nav-item-wrapper
  > a {
  border-bottom: 0 solid #fff;
}
.hc-offcanvas-nav.nav-levels-expand
  .nav-container
  li.level-open
  > .nav-item-wrapper
  > .nav-next
  span::before,
.hc-offcanvas-nav.nav-levels-expand
  .nav-container
  li.level-open
  > .nav-item-wrapper
  > a
  > .nav-next
  span::before,
.hc-offcanvas-nav.nav-levels-none
  .nav-container
  li.level-open
  > .nav-item-wrapper
  > .nav-next
  span::before,
.hc-offcanvas-nav.nav-levels-none
  .nav-container
  li.level-open
  > .nav-item-wrapper
  > a
  > .nav-next
  span::before {
  margin-top: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-offcanvas-nav.nav-levels-expand .nav-container .nav-next span::before,
.hc-offcanvas-nav.nav-levels-none .nav-container .nav-next span::before {
  margin-top: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
}
.hc-offcanvas-nav.rtl a.nav-next {
  border-left: none;
  border-right: 0 solid #fff;
}
.hc-offcanvas-nav.rtl li.nav-parent .nav-item {
  padding-right: 17px;
  padding-left: 58px;
}
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  padding-bottom: 41px;
}
.hc-offcanvas-nav a {
  font-size: 16px;
}
.hc-offcanvas-nav li .custom-message {
  font-size: 12px;
}
.hc-offcanvas-nav li .custom-message a {
  color: #fff;
  font-size: 13px;
}
.hc-offcanvas-nav.nav-position-bottom ul.bottom-nav,
.hc-offcanvas-nav.nav-position-top ul.bottom-nav {
  position: relative;
  border-top: none;
}
.hc-offcanvas-nav.nav-position-bottom .nav-wrapper-0 > .nav-content,
.hc-offcanvas-nav.nav-position-top .nav-wrapper-0 > .nav-content {
  padding-bottom: 0;
}
.hc-offcanvas-nav ul.bottom-nav {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border-top: 0 solid #101010;
  background: #101010;
}
.hc-offcanvas-nav ul.bottom-nav li {
  flex: auto;
}
.hc-offcanvas-nav ul.bottom-nav li a {
  padding: 10px;
  text-align: center;
  height: 100%;
  border-bottom: none;
}
.hc-offcanvas-nav ul.bottom-nav li svg {
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
}
.hc-offcanvas-nav ul.bottom-nav li.prb svg {
  width: 18px;
  height: 18px;
}
.hc-offcanvas-nav.close-no-label:not(.rtl) .nav-title {
  padding-right: 60px;
}
.hc-offcanvas-nav.close-no-label .nav-title + ul > .nav-close:first-child a {
  position: absolute;
  width: 45px;
  height: 56px;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
.custom-nav .menu-dorpdown {
  width: 270px;
  margin: 0 auto;
}
.shape-bg3:before {
  height: 100%;
  width: 100%;
  opacity: 0.03;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  right: 0;
}
.onloadpage {
  z-index: 999999999;
}
a.smllbtnn {
  line-height: 45px;
  color: #fff;
  border-radius: 8px;
  padding: 0 20px;
  border: 0;
}
.switch-wrapper {
  transform: translateY(-50%);
  transform: rotate(90deg);
}
.switch-wrapper .switch input {
  display: none;
}
.switch-wrapper .slider {
  background-color: #fff;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  border: 1px solid #e2e2e2;
  box-shadow: 10px 0 10px 0 rgb(0 0 0/15%);
}
.switch-wrapper .slider:before {
  bottom: 4px;
  content: "";
  background: url(../images/icons/sun.svg) center center no-repeat #ffc400;
  height: 24px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 24px;
}
.switch-wrapper input:checked + .slider {
  background-color: #242424;
  border: 1px solid;
}
.switch-wrapper input:checked + .slider:before {
  content: "";
  background: url(../images/icons/moon.svg) center center no-repeat #2196f3;
}
.switch-wrapper .slider.round {
  border-radius: 50px;
}
.switch-wrapper .slider.round:before {
  border-radius: 50%;
}
.digitalagency20 {
  background: url(../images/shape/bg-glass.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}
.glassmorphism .service-slide {
  backdrop-filter: blur(10px);
  background: rgb(255 255 255/10%);
  border: 1px solid;
}
.niwaxheroscroll {
  position: absolute;
  width: 100%;
  height: 100%;
}
.niwaxheroscroll img {
  position: absolute;
}
.desktopblock,
.footerdez,
.img-wide-blocktt,
.pbwide {
  position: relative;
}
.nxhs1 {
  left: -4%;
  bottom: 0;
}
.nxhs2 {
  right: 50%;
  top: 50%;
}
.nxhs3 {
  right: 30%;
  bottom: 0;
}
.nxhs4 {
  left: 6%;
  top: 14%;
}
.nxhs5 {
  left: 0;
  bottom: 30%;
}
.row-forfullcard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding: 60px 0;
  background: url(../images/shape/tt-work-bg.jpg) center center no-repeat;
  background-size: cover;
}
.fullservicecard .nxgls {
  padding: 30px 20px;
  margin: 0;
  box-shadow: none;
  border-radius: 14px;
  backdrop-filter: blur(8px);
  background: rgb(255 255 255/5%);
  border: 1px solid;
}
.intgrdtd {
  background-image: linear-gradient(135deg, #f34079, #f65b69 50%, #fc8b4c);
}
.glassmorphism .badges-content,
.glassmorphism .work-card {
  backdrop-filter: blur(8px);
  background: rgb(255 255 255/5%);
  border: 1px solid;
}
.glassmorphism .badges-content {
  text-align: center;
}
.glassmorphism .work-categorys {
  background-color: #fbf9ed;
  position: relative;
  background-image: url(../images/shape/tt-work-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.glassmorphism .statistics-img {
  background: url(../images/shape/shape-f.png) left top no-repeat,
    left top no-repeat #feefff;
  background-size: 130px;
}
.footerdez {
  background-color: #191919;
  padding: 90px 0;
  z-index: 5;
}
.fttlnks h5 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}
.fttlnks h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}
.contactinfo a {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 2;
}
.dark-footer h2,
.dark-footer h4 {
  color: #e6e6e6;
}
.flexend {
  align-items: flex-end;
}
.rffc {
  grid-gap: 0;
  padding: 0;
}
.forfullcard,
.pbwide {
  display: grid;
  grid-gap: 20px;
}
.rffc .fullservicecard .nxgls {
  border-radius: 0;
  backdrop-filter: blur(1px);
  background: rgb(21 0 49/75%);
  border: 0 solid;
}
.widebloktag span {
  background: #fff;
  padding: 5px 14px;
  font-size: 14px;
  border-radius: 4px;
}
.widebloktag span + span {
  margin-left: 8px;
}
.pbwide {
  padding: 50px;
  border-radius: 8px;
  grid-template-columns: auto 55%;
  align-items: center;
}
.info-list-ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.info-list-ul li {
  line-height: 40px;
  color: #050748;
}
.info-list-ul li:before {
  content: "▶";
  font-size: 14px;
  margin: 0 5px 0 0;
}
.img-wide-blocktt {
  right: -80px;
}
.portfolio-item-info-tt h3 {
  font-size: 30px;
  line-height: 40px;
}
.desktopblock {
  width: 100%;
  border: 10px solid;
  border-radius: 28px;
  overflow: hidden;
}
.mobileblock {
  position: absolute;
  max-width: 190px;
  left: -80px;
  top: 0;
  border: 8px solid;
  border-radius: 28px;
  overflow: hidden;
  transform: scale(1.1);
}
.shadow1 {
  -webkit-box-shadow: 0 10px 15px 0 rgb(3 35 68/15%);
  box-shadow: 0 10px 15px 0 rgb(3 35 68/15%);
}
.wptbb + .wptbb {
  margin-top: 40px;
}
.forfullcard {
  grid-template-columns: repeat(4, 1fr);
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
.forfullcard .srvc-bg-nx {
  margin: 0;
}
.tilt-outer {
  transform-style: preserve-3d;
  transform: perspective(1000px);
}
.tilt-inner {
  transform: translateZ(20px);
}
.pctmc {
  padding: 30px 15px;
}
.srcl0 {
  background: #f9d59e;
  border-bottom: 4px solid #ebc183;
}
.srcl6 {
  background: #fff1f1;
  border-bottom: 4px solid #ffa2a2;
}
.srcl7 {
  background: #ebfffa;
  border-bottom: 4px solid #a2ffe9;
}
.floating-label {
  position: relative;
  margin-bottom: 20px;
}
.floating-input,
.floating-select {
  font-size: 14px;
  padding: 4px;
  display: block;
  width: 100%;
  height: 45px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c5c5c5;
}
.floating-input:focus,
.floating-select:focus {
  outline: 0;
  border-bottom: 1px solid #6b3489;
}
.floating-label label {
  color: #999;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  left: 30px;
  top: 16px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin-bottom: 0;
}
.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.hero-slider .slide-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 700px;
  opacity: 0.3;
  top: 0;
  left: 0;
  right: 0;
}
.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}
.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-slider .slide-inner {
  width: 100%;
  height: 700px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.hero-slider .swiper-button-next:before,
.hero-slider .swiper-button-prev:before {
  font-family: "font awesome 5 free";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  font-weight: 900;
}
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  background: 0 0;
  width: 22px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.hero-slider:hover .swiper-button-next,
.hero-slider:hover .swiper-button-prev {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}
.hero-slider .swiper-button-prev:before {
  content: "\f060";
  vertical-align: middle;
}
.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}
.hero-slider .swiper-button-next:before {
  content: "\f061";
}
.freelancerv2:before,
.timeline:after {
  content: "";
}
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}
.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}
.swiper-pagination {
  text-align: left;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 100px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.hero-style .slide-btns,
.hero-style .slide-text,
.hero-style .slide-title {
  max-width: 600px;
}
.hero-style .slide-title h2 {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  margin: 0 0 20px;
  transition: all 0.4s ease;
}
.hero-style .slide-text p {
  font-size: 20px;
  letter-spacing: normal;
  color: #fff;
  margin: 0 0 30px;
  transition: all 0.4s ease;
}
.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}
.freelancerv2 {
  background-color: #05081a;
}
.freelancerv2 .footerdez {
  background-color: #0b0e22;
}
.flv2 .header-heading h1 {
  font-size: 60px;
  line-height: 74px;
  margin-bottom: 30px;
}
.freelancerv2:before {
  background-image: url(../images/shape/stars.svg);
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}
.text-effect-3 {
  background: url(../images/shape/bg-gradient.jpg) no-repeat fixed;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
}
.font-bold h1,
.font-bold h2,
.font-bold h3 {
  font-weight: 900;
}
html .mb15 {
  margin-bottom: 15px;
}
html .mt15 {
  margin-top: 15px;
}
.card-dark-2 {
  overflow: hidden;
  border: 1px solid hsla(0, 0%, 100%, 0.05);
  background-color: hsla(0, 0%, 100%, 0.05);
  border-radius: 14px;
}
.inforcardtt h3 {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.inforcardttt h2 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
}
.inforcardttt h3 {
  font-size: 20px;
  line-height: 30px;
  color: #787c97;
  font-weight: 600;
}
.srve .inforcardtt {
  padding: 24px;
  background: #121526;
}
.about-dg-ca2 .inforcardtt {
  padding: 24px 24px 0;
  background: #121526;
}
.footerlinkcard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  padding: 20px 0;
  border-top: 1px solid #2f3140;
  margin-top: 24px;
  color: #fff;
}
.footerlinkcard:hover {
  color: #fff;
}
.ffvsocial a {
  display: block;
}
.ffvsocial a + a {
  margin-top: 20px;
}
.freelancerv2 .form-block h3 {
  color: #fff;
  font-weight: 600;
}
.freelancerv2 .follow-label a,
.freelancerv2 .follow-label h6,
.freelancerv2 .form-block label a,
.freelancerv2 p {
  color: #85879b;
}
.freelancer-footer {
  padding: 90px 0 0;
}
.freelancer-footer p.ffttrr {
  padding: 20px 0;
  border-top: 1px solid #303240;
  margin-top: 60px;
}
.freelancerv2 .hexagon {
  background: #05081a;
}
.freelancerv2 .counter-no span {
  color: #fff;
}
.freelancerv2 .reviewer-text h4 {
  color: #85879b;
}
.niwaxheroscroll-v2 {
  position: relative;
  overflow-x: clip;
}
.niwaxheroscroll-v2 img {
  position: absolute;
}
.nxhs10 {
  top: 0;
  left: -60px;
  filter: blur(80px);
}
.nxhs20 {
  top: -10px;
  left: -20px;
  filter: blur(70px);
}
.nxhs30 {
  top: -5%;
  right: -5%;
  filter: blur(100px);
}
.nxhs40 {
  right: -70px;
  filter: blur(50px);
}
.nxhs50 {
  top: 0;
  left: 0;
}
.grid-x {
  position: fixed;
  width: 100%;
  z-index: 1;
}
.grid-line {
  height: 100vh;
  border-left: 1px solid #1e2131;
}
.freelancerv2 .section {
  position: relative;
  z-index: 2;
}
.innericodiv {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  padding: 18px;
  margin: 30px 0 0 30px;
}
.innidv1 {
  background: linear-gradient(135deg, #9100ff 0, #3663ff 54%, #00e2ff 100%);
}
.innidv2 {
  background: linear-gradient(to right, #ffbd84 0, #560097 100%);
}
.innidv3 {
  background: linear-gradient(to right, #f92c8b 0, #b02cd6 100%);
}
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
.cursor.cursor2 {
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.cursor {
  margin-left: -4px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  z-index: 21474836490;
  background: linear-gradient(to right, #ffbd84 0, #560097 100%);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0.9;
}
.cursor.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #ffbd84;
  opacity: 0.2;
}
.cursor-follow {
  margin-left: -18px;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  border: 1px solid #ffbd84;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 21474836490;
  opacity: 0.8;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
.cursor-follow.cursor-hover {
  opacity: 0;
}
.nxbg-a {
  background-color: #f8edff;
}
.nxbg-b {
  background-color: #d1d8ff;
}
.connect-block a {
  border-radius: 8px;
  background: #ffdbdb;
  border: 1px solid;
  padding: 20px;
  display: flex;
}
.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.icon-fld-nx {
  text-align: center;
  font-size: 25px;
  margin: 0 20px 0 0;
  color: #050748;
}
.text-fld-nx {
  border-left: 1px solid #ffa7a7;
  padding: 0 0 0 20px;
}
.connect-block a span.small-text {
  font-size: 14px;
  color: #050748;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}
.text-fld-nx span {
  display: block;
}
.connect-block a span.large-text {
  font-size: 20px;
  color: #050748;
  line-height: 34px;
  font-weight: 700;
}
.common-heading.text-l > p {
  margin-top: 10px;
}
.contact-block-btm {
  padding: 50px 30px;
  background: #fff;
  border-radius: 8px;
  margin-left: 50px;
}
.footerdex {
  background-color: #01011b;
}
#progress-bar {
  --scrollAmount: 0%;
  background-image: linear-gradient(to right, #673ab7 0, #2196f3 100%);
  width: var(--scrollAmount);
  height: 3px;
  position: fixed;
  top: 0;
  z-index: 999999999;
}
a {
  text-decoration: auto;
}
.bread-titlev2,
.clients-creative-pic,
.img-design,
.testinomial-section-app .pl50 {
  position: relative;
  height: 100%;
}
.about-image,
.hero-main-rp,
.image-block,
.img-block {
  position: relative;
  z-index: 10;
}
.custom-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
}
.custom-control {
  display: flex;
  grid-gap: 10px;
  align-items: center;
}
.custom-control label {
  text-indent: 0;
  padding: 0;
}
.custom-control-label::after,
.custom-control-label::before {
  display: none;
}
.media {
  display: flex;
}
.media div:first-child {
  flex-shrink: 0;
}
.itm-media-object .media .img-ab- {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-css {
  position: absolute;
  right: 0;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.accordion-button {
  font-size: 18px;
  line-height: 28px;
  color: #050748;
  background-color: #f6f6f6;
}
.ftr-brand-pp .navbar-brand {
  display: block;
}
.why-choos-lg:before {
  z-index: -1;
}
.accordion-button:not(.collapsed) {
  color: #050748;
  background-color: #f6f6f6;
  box-shadow: none;
}
.bdr0 {
  border: 0;
}
.info-wrapr .dbox {
  grid-gap: 20px;
}
.form-control[type="file"] {
  overflow: hidden;
  padding: 11px 20px;
}
.tab-content {
  margin-top: 20px;
}
.nav-tabs {
  border-bottom: 0 solid #dee2e6;
}
.col-lg-3-cus,
.col-lg-6-cus {
  padding: 0;
}
.ff-social-icons a:hover {
  color: #560097;
}
.info-wrapr .dbox p span {
  padding: 0 0 5px;
}
.common-heading > span {
  line-height: 26px;
}
.niwax-btn1 {
  padding: 2px;
  display: inline-block;
  outline: 0;
  color: #fff;
  background: -webkit-linear-gradient(
    left,
    #ffd523 0,
    #ff7f00 16%,
    #ff271a 32%,
    #a139ff 48%,
    #0081ff 64%,
    #60b5ff 80%,
    #00e953 100%
  );
  background: linear-gradient(
    to right,
    #ffd523 0,
    #ff7f00 16%,
    #ff271a 32%,
    #a139ff 48%,
    #0081ff 64%,
    #60b5ff 80%,
    #00e953 100%
  );
  border-radius: 30px;
  border: 0;
  box-shadow: none;
  cursor: pointer;
}
.niwax-btn1 > span {
  display: block;
  padding: 0 32px;
  line-height: 56px;
  font-size: 16px;
  background: #fff;
  border-radius: 30px;
  color: #050748;
}
.niwax-btn2,
.niwax-btn3 {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  padding: 0 32px;
  line-height: 56px;
  text-align: center;
  background-size: 300% 100%;
}
.niwax-btn2 {
  color: #fff;
  border: none;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(
    to right,
    #ff5652,
    #ff974f,
    #ff5752,
    #ffc323
  );
  box-shadow: 0 10px 15px 0 rgb(175 0 87/20%);
}
.niwax-btn2:hover,
.niwax-btn3 {
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  moz-transition: all 0.4s ease-in-out;
}
.niwax-btn2:hover {
  background-position: 99% 0;
  transition: all 0.4s ease-in-out;
}
.niwax-btn2:focus {
  outline: 0;
}
.niwax-btn3 {
  color: #fff;
  border: none;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(
    to right,
    #663ab7,
    #007dff,
    #00d7ff,
    #017cfe
  );
  box-shadow: 0 4px 15px 0 rgb(90 75 194/15%);
}
.niwax-btn4,
.niwax-btn5,
.niwax-btn6 {
  box-shadow: 0 10px 15px 0 rgb(56 0 189/20%);
}
.niwax-btn3:hover {
  background-position: 99% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.niwax-btn3:focus {
  outline: 0;
}
.niwax-btn2:hover,
.niwax-btn3:hover {
  color: #fff;
}
.niwax-btn4 {
  background: #ff0048;
}
.niwax-btn5 {
  background: #00aded;
}
.niwax-btn6 {
  background: #ff9e4a;
}
.tabs-layout .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #ef9b15;
  border-color: #ef9b15;
  border-radius: 100px;
}
.tabs-layout .nav-tabs .nav-link {
  border: 0 solid transparent;
  color: #6a6a8e;
  background-color: #efefef;
  border-radius: 100px;
  padding: 10px 35px;
}
.breadcrumb-area {
  background-repeat: no-repeat;
  background-size: cover;
}
.niwax21 {
  font-weight: 700;
}
.vrt-tabb .nav-link.active,
.vrt-tabb .show > .nav-link {
  color: #fff;
  background: linear-gradient(to right, #298bec 0, #21a5f3 100%);
}
.vrt-tabb {
  padding-right: 100px;
}
.vrt-tabb li {
  width: 100%;
}
.vrt-tabb.nav-pills .nav-link {
  border-radius: 14px;
  margin-bottom: 8px;
}
.vrt-tabb .nav-link i {
  margin-right: 15px;
  background: #fff;
  padding: 10px;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  color: #436ad6;
  box-shadow: 0 10px 10px rgb(0 59 100/20%);
}
.vrt-tabb .nav-link {
  width: 100%;
  display: block;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 3px rgb(103 192 255/20%);
}
.niwaxgap40 {
  grid-gap: 40px;
}
.timeline {
  position: relative;
}
.timeline:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  border-right: 2px dashed #288ced;
  height: 100%;
  display: block;
}
.timeline-row {
  padding-left: 50%;
  position: relative;
  margin-bottom: 30px;
}
.timeline-row .timeline-time {
  position: absolute;
  right: 50%;
  top: 15px;
  text-align: right;
  margin-right: 20px;
  color: #050748;
  font-size: 22px;
  font-weight: 600;
}
.timeline-row .timeline-time small {
  display: block;
  font-size: 15px;
  padding: 8px 0 0;
}
.timeline-row .timeline-content {
  position: relative;
  padding: 20px 30px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0/10%);
  box-shadow: 0 10px 15px 0 rgb(0 0 0/10%);
}
.timeline-row .timeline-content:after,
.timeline-row .timeline-content:before {
  position: absolute;
  top: 20px;
  background: #fff;
  content: "";
}
.timeline-row .timeline-content:after {
  height: 16px;
  width: 16px;
  border: 1px solid #efefef;
}
.timeline-row .timeline-content:before {
  right: -49px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 10;
  border: 2px dashed #288ced;
}
.timeline-row .timeline-content h4 {
  margin: 0 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 150%;
}
.timeline-row .timeline-content p {
  margin-bottom: 30px;
  line-height: 150%;
}
.timeline-row .timeline-content i {
  font-size: 1.2rem;
  line-height: 100%;
  padding: 15px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #272e48;
  margin-bottom: 10px;
  display: inline-block;
}
.timeline-row .timeline-content .thumbs {
  margin-bottom: 20px;
  display: flex;
}
.timeline-row .timeline-content .thumbs img {
  margin: 5px;
  max-width: 60px;
}
.timeline-row .timeline-content .badge {
  color: #fff;
  background: linear-gradient(120deg, #00b5fd 0, #0047b1 100%);
}
.timeline-row:nth-child(even) .timeline-content {
  margin-left: 40px;
  text-align: left;
}
.timeline-row:nth-child(even) .timeline-content:after {
  left: -8px;
  right: initial;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-135deg);
}
.timeline-row:nth-child(even) .timeline-content:before {
  left: -52px;
  right: initial;
}
.timeline-row:nth-child(odd) {
  padding-left: 0;
  padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
  right: auto;
  left: 50%;
  text-align: left;
  margin-right: 0;
  margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
  margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
  right: -8px;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  .timeline .timeline-row:nth-child(even) .timeline-content:after,
  .timeline .timeline-row:nth-child(even) .timeline-content:before,
  .timeline .timeline-row:nth-child(odd) .timeline-content:after,
  .timeline .timeline-row:nth-child(odd) .timeline-content:before {
    display: none;
  }
  .timeline {
    padding: 15px;
  }
  .timeline .timeline-row:nth-child(even),
  .timeline .timeline-row:nth-child(odd) {
    padding: 0;
  }
  .timeline:after {
    border: 0;
  }
  .timeline .timeline-row:nth-child(odd) .timeline-time {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 10px;
  }
  .timeline .timeline-row:nth-child(odd) .timeline-content {
    margin: 0;
  }
  .timeline .timeline-row:nth-child(even) .timeline-time {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 10px;
    text-align: left;
  }
  .timeline .timeline-row:nth-child(even) .timeline-content {
    margin: 0;
  }
}
.companytime p,
.formcover h4,
.niwaxawardrow2 {
  text-align: center;
}
.w80 {
  width: 80px;
}
.gap10 {
  grid-gap: 10px;
}
.gap20 {
  grid-gap: 20px;
}
.gap30 {
  grid-gap: 30px;
}
.gap40 {
  grid-gap: 40px;
}
.gap50 {
  grid-gap: 50px;
}
.h-center {
  justify-content: center;
}
.h-cb {
  justify-content: space-between;
}
.icon-btn {
  display: inline-flex;
  align-items: center;
  grid-gap: 8px;
}
.icon-btn i {
  font-size: 24px;
}
a.play-video {
  -webkit-box-shadow: 0 10px 15px 0 rgb(3 35 68/10%);
  box-shadow: 0 10px 15px 0 rgb(3 35 68/10%);
}
html body .title-hero p {
  padding: 0;
  margin: 0;
}
.niwax-lp1 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.niwax-lp1:before {
  content: "";
  background: rgb(255 255 255/70%);
  width: 100%;
  height: 100%;
  position: absolute;
}
.formcover {
  background: #fff;
  padding: 50px 20px;
  border-radius: 14px;
}
.formcover h4 {
  font-size: 25px;
  line-height: 35px;
}
#contactForm .form-group {
  position: relative;
}
.help-block.with-errors {
  margin: 0 0 0 15px;
  font-size: 11px;
  position: absolute;
  bottom: 16px;
}
.clientlogo img {
  margin: 0 auto;
}
.niwax-company-awards {
  display: grid;
  grid-template-columns: 200px auto;
  grid-gap: 20px;
  align-items: center;
  overflow: hidden;
}
.companytime p {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
}
.companytime p span {
  font-weight: 500;
  display: block;
  font-size: 20px;
  line-height: 26px;
  border-top: 1px solid #d9d9d9;
  padding: 14px 0 0;
  margin: 14px 0 0;
}
.companytime {
  background: #0d83fd;
  padding: 14px;
  border-radius: 10px 50px;
}
.shadow {
  -webkit-box-shadow: 0 10px 15px 0 rgb(3 35 68/7%) !important;
  box-shadow: 0 10px 15px 0 rgb(0 23 46/7%) !important;
}
.awardbgwithtext {
  width: 150px;
  height: 150px;
  position: relative;
}
.awardbgwithtext img {
  width: 100%;
}
.awardbgwithtext p {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  padding: 0 25px;
  color: #050748;
}
.awardbgwithtext p span {
  color: #050748;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  display: block;
  padding: 10px 0 0;
}
.niwaxawardrow1 div + div {
  margin-top: 20px;
}
.whychooseniwax {
  display: grid;
  grid-template-columns: 150px auto 150px;
  grid-gap: 30px;
}
.btnwithiconside img {
  width: 42px;
}
.btnwithiconside span {
  display: block;
  font-size: 14px;
  padding: 0 0 4px;
}
.btnwithiconside div {
  font-weight: 600;
  font-size: 20px;
  color: #050748;
  text-align: left;
}
.awardlogo,
.companyinfodiv,
.niwax-logo-slider .industry-workfors,
.paginationdiv ul li a,
.priceoffer {
  text-align: center;
}
.pricingheader h2 {
  font-size: 28px;
  line-height: 40px;
}
.pricingrate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  padding: 30px 0 0 20px;
}
.pricevalue h2 {
  font-size: 34px;
  line-height: 44px;
}
.priceoffer {
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 15% 100%, 0 50%, 15% 0);
  background: #007dff;
  padding: 10px 20px;
}
.priceoffer h2 {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
}
.priceoffer h2 span {
  display: block;
  text-decoration: line-through;
  font-size: 20px;
  line-height: 30px;
}
.priceodernow,
.pricingfooter {
  display: flex;
  align-items: center;
}
.niwaxpricingbox {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}
.pricingheader {
  padding: 30px 20px;
  background: right center no-repeat #f8f8ff;
  background-size: 70px;
}
.priceodernow {
  padding: 0 20px;
  justify-content: space-between;
}
.pricingoffers {
  overflow-y: scroll;
  max-height: 310px;
  height: 310px;
  padding: 20px;
  background-color: #f8f8ff;
  margin: 30px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 14px 0 0 14px;
}
.pricingoffers .list-ul li {
  padding: 0 0 10px 24px;
  position: relative;
  line-height: 22px;
  font-size: 15px;
}
.livechatbtn i {
  color: #018f41;
}
.livechatbtn span {
  display: block;
  font-size: 14px;
}
.livechatbtn {
  color: #050748;
  font-weight: 600;
}
.livechatbtn:hover {
  color: #018f41;
}
.pricingfooter a {
  color: #6a6a8e;
  font-size: 14px;
}
.pricingfooter {
  background: #f8f8ff;
  padding: 10px 20px;
  justify-content: space-between;
}
.awardlogo,
.pairofbtn {
  display: flex;
  align-items: center;
}
.reco .priceoffer {
  background: #ff3381;
}
.reco .pricingheader {
  background-color: #e9e9ff;
}
.center-dots .owl-dots {
  margin: 30px auto 0;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
}
.awardlogo {
  background: #fff;
  border-radius: 14px;
  padding: 0 14px;
  width: 150px;
  height: 100px;
  justify-content: center;
  box-shadow: 0 10px 20px -10px rgb(13 131 253/13%);
}
.nlp1,
.nlp2,
.nlp3,
.nlp4 {
  height: 100%;
}
.niwax-logo-slider .industry-workfors img {
  width: 100px;
  margin: 0 auto;
}
.industry-workfors h6 {
  padding-top: 10px;
}
.nxpb-1 {
  margin-top: 60px;
}
.nxpb-2 {
  margin-top: 30px;
}
.nxpb-3 {
  margin-top: 60px;
}
.pairofbtn {
  justify-content: center;
  align-content: center;
  grid-gap: 30px;
}
.niwaxbtnvideo,
.nx-circl-icon {
  display: flex;
  align-items: center;
}
.about-agencys {
  overflow: hidden;
}
.niwaxfixbtn {
  position: fixed;
  right: 10px;
  bottom: 70px;
}
.cbtn,
.niwax-lp-img {
  position: absolute;
}
.niwaxfixbtn img {
  width: 180px;
}
.badge {
  font-size: 12px;
}
.niwax-company-awards-cover {
  padding: 20px 0;
}
.niwaxbtnvideo {
  grid-gap: 15px;
}
.niwax-lp2 {
  background-size: 100%;
  background-color: #fff0eb;
}
.nlp1 {
  top: 0;
  right: 0;
  width: 65%;
}
.nlp2 {
  top: 0;
  right: 0;
  width: 60%;
}
.nlp3,
.nlp4 {
  top: 65%;
  left: 0;
  width: 200px;
}
.nx-circl-icon img {
  width: 42px;
}
.nx-circl-icon {
  width: 80px;
  height: 80px;
  justify-content: center;
  border-radius: 100px;
}
.nxlp-a {
  background: linear-gradient(to right, #ffbd84 0, #560097 100%);
}
.nxlp-b {
  background: linear-gradient(to right, #ff3f34 0, #ff834f 100%);
}
.nxlp-c {
  background: linear-gradient(to right, #84bbff 0, #1f70ff 100%);
}
.nxlp-d {
  background: linear-gradient(to right, #4bffc5 0, #00c77c 100%);
}
.hoverwithbg:hover {
  background: linear-gradient(to bottom, #fff 0, #fff0eb 100%);
}
.inforcardtt {
  padding: 24px 24px 0;
  background: #fff;
}
.sliderset-nx {
  display: grid;
  grid-template-columns: 50% auto;
  align-items: center;
  grid-gap: 60px;
}
.typewriter-text {
  padding-right: 10px;
  color: #ffe509;
  border-right: solid #ffe509 7px;
  animation: cursor 1s ease-in-out infinite;
  font-weight: 700;
}
.clientslider {
  padding: 30px 0;
}
.niwaxofcanvas {
  z-index: 10459999;
  -webkit-transition: all 0.6s cubic-bezier(0.6, 0.11, 0.45, 1.04);
  transition: all 0.6s cubic-bezier(0.6, 0.11, 0.45, 1.04);
}
.offcanvas-title img {
  max-height: 60px;
}
.contactitle {
  font-size: 18px;
  opacity: 0.7;
  font-weight: 400;
}
.contact-data ul li + li {
  margin-top: 10px;
}
.contact-data ul li a {
  color: #6a6a8e;
  font-size: 17px;
  line-height: 26px;
  display: grid;
  grid-template-columns: 30px auto;
  grid-gap: 10px;
  align-items: start;
  justify-content: start;
}
.contact-data ul li a i {
  font-size: 20px;
  margin: 6px 0 0;
}
.companyinfodiv .btn-close {
  position: absolute;
  left: 10px;
  top: 10px;
}
.companyinfodiv {
  background: #f3fffe;
  padding: 60px 20px;
}
.btnclose,
.sidebarform {
  background: #fff;
}
.contactinfo-bar {
  padding: 0 15px;
}
.social-media-linkz a {
  display: inline-block;
  color: black;
  font-size: 20px;
  margin: 0 15px 0 0;
}
.locoff span {
  display: block;
  font-weight: 600;
}
.companytitle {
  display: block;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 25px;
}
.main-header {
  display: flex;
  align-items: center;
}
.sidebarform input,
.sidebarform select,
.sidebarform textarea {
  border: 2px solid #e6e6e6;
}
.icondive img {
  width: 35px;
  margin-right: 20px;
}
.getintouchinfo a {
  color: #050748;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  display: block;
}
.getintouchinfo a span {
  display: block;
  color: #6a6a8e;
  font-size: 15px;
  font-weight: 400;
}
.offcanvas.show .cbtn {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.cbtn {
  left: -40px;
  top: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.btnclose {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #e3e3e3;
  box-shadow: 0 10px 10px #0004;
}
.btnclose .btn-close {
  padding: 15px;
}
.switch-wrapper input:checked + .slider:before {
  transform: translateX(0);
}
.switch-wrapper .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 34px;
}
.switch-wrapper {
  display: block;
  align-items: center;
  position: relative;
  z-index: 55555;
  top: auto;
  transform: none;
  margin: 0 10px;
}
.custom-nav .nav-list {
  display: flex;
  align-items: center;
}
.active-dark footer .ftr-brand-pp .f-dark-logo {
  display: none;
}
.active-dark footer .ftr-brand-pp .f-white-logo {
  display: block;
}
footer .ftr-brand-pp .f-white-logo {
  display: none;
}
footer .ftr-brand-pp .f-dark-logo {
  display: block;
}
.mob-nav2 {
  align-items: center;
}
#contactform .error-label .error {
  color: #ff0500;
  display: block;
  margin: 0;
  font-size: 12px;
  bottom: 10px;
  top: inherit;
  background: #fff;
  padding: 0 8px;
}
.formicon {
  position: absolute;
  top: 15px;
  left: 20px;
}
.iconin .form-block input,
.iconin .form-block select,
.iconin .form-block textarea {
  padding: 0 25px 0 35px;
  border-radius: 0;
}
.iconin .form-block textarea {
  padding: 15px 35px;
  margin-top: 1px;
  line-height: 25px;
}
.iconin .floating-label label {
  left: 50px;
}
.loader-icon {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  justify-content: center;
  align-items: center;
  background: #ffbd84;
  background: -moz-linear-gradient(left, #ffbd84 0, #560097 100%);
  background: -webkit-linear-gradient(left, #ffbd84 0, #560097 100%);
  background: linear-gradient(to right, #ffbd84 0, #560097 100%);
}
.niwaxform input.error,
.niwaxform input.valid,
.niwaxform textarea.error,
.niwaxform textarea.valid {
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 28px !important;
  transition: none;
}
.loader-icon:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid;
  border-top-color: #fff;
  animation: spinner 0.6s linear infinite;
}
img,
label.error {
  height: auto;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.niwaxform input.error,
.niwaxform select.error,
.niwaxform textarea.error {
  border-bottom: 1px solid red !important;
}
.niwaxform input.valid,
.niwaxform select.valid,
.niwaxform textarea.valid {
  border-bottom: 1px solid #00a759 !important;
}
.niwaxform input.valid,
.niwaxform textarea.valid {
  background-image: url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB2aWV3Qm94PScwIDAgMjQgMjQnPjxwYXRoIGZpbGw9JyMwMGE3NTknIGQ9J00xOC43MSw3LjIxYTEsMSwwLDAsMC0xLjQyLDBMOS44NCwxNC42Nyw2LjcxLDExLjUzQTEsMSwwLDEsMCw1LjI5LDEzbDMuODQsMy44NGExLDEsMCwwLDAsMS40MiwwbDguMTYtOC4xNkExLDEsMCwwLDAsMTguNzEsNy4yMVonLz48L3N2Zz4=) !important;
}
.niwaxform input.error,
.niwaxform textarea.error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCc+PHBhdGggZmlsbD0nI2ZmMDAwMCcgZD0nTTEzLjQxIDEybDQuMy00LjI5YTEgMSAwIDEgMC0xLjQyLTEuNDJMMTIgMTAuNTkgNy43MSA2LjI5QTEgMSAwIDAgMCA2LjI5IDcuNzFMMTAuNTkgMTJsLTQuMyA0LjI5YTEgMSAwIDAgMCAwIDEuNDIgMSAxIDAgMCAwIDEuNDIgMEwxMiAxMy40MWw0LjI5IDQuM2ExIDEgMCAwIDAgMS40MiAwIDEgMSAwIDAgMCAwLTEuNDJaJy8+PC9zdmc+) !important;
}
.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label,
.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
  top: -1px;
  font-size: 12px;
  color: #828282;
  width: 100%;
}
.textareax .floating-input:focus ~ label,
.textareax .floating-input:not(:placeholder-shown) ~ label,
.textareax .floating-select:focus ~ label,
.textareax .floating-select:not([value=""]):valid ~ label {
  background: #fff;
}
.niwaxform textarea.error,
.niwaxform textarea.valid {
  background-position-x: 98%;
  background-position-y: 10px;
}
#contactform .form-group {
  margin-bottom: 10px;
}
#contactform input:focus,
#contactform textarea:focus {
  border-bottom: 1px solid #00b1ff;
}
#contactform button {
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #ffbd84;
  background: -moz-linear-gradient(left, #ffbd84 0, #560097 100%);
  background: -webkit-linear-gradient(left, #ffbd84 0, #560097 100%);
  background: linear-gradient(to right, #ffbd84 0, #560097 100%);
  width: fit-content;
  padding: 0 50px;
}
.single-blog- img {
  max-width: 70px;
}
.offcanvas-body .getintouchblock p {
  margin-bottom: 30px;
}
.custom-nav .nav-list li.hidedesktop {
  display: none;
}
.custom-nav .nav-list li.darkmodeswitch {
  display: block;
}
.right-end-btn {
  margin-left: 15px;
}
.custom-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  float: none;
}
.sidebarform form {
  margin-bottom: 20px;
}
.navm- {
  position: relative;
}
div.custom-nav > ul > li:hover .nx-dropdown {
  opacity: 1;
  height: auto;
  overflow: inherit;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.nx-dropdown {
  -webkit-transform: perspective(600px) rotateX(-15deg);
  transform: perspective(600px) rotateX(-15deg);
  -webkit-transform-origin: 50% -50px;
  -ms-transform-origin: 50% -50px;
  transform-origin: 50% -50px;
  width: 97vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
  overflow: hidden !important;
  -webkit-box-shadow: 0 20px 20px -10px rgb(0 0 0/15%);
  box-shadow: 0 20px 20px -10px rgb(0 0 0/15%);
}
.contact-review,
.niwax23form {
  background: #fff;
  border-radius: 14px;
}
.form-block,
.rpb-shop-items-dv {
  overflow: hidden;
}
.clientsicons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.innerbody,
.locations {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.clientsicons img {
  padding: 0 10px;
}
img {
  max-width: 100%;
}
.contact-review {
  padding: 30px 20px;
}
.niwax23form {
  padding: 50px 30px;
}
.contact-review .owl-dots {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.locations {
  display: grid;
}
.ouroffice a {
  color: #050748;
  margin-top: 20px;
  display: block;
}
.ouroffice h4 {
  margin-bottom: 8px;
}
.leadpopup .modal-body {
  padding: 0;
}
.leadpopup .modal-dialog {
  max-width: 800px;
}
.leadpopup .modal-content {
  border-radius: 0;
}
.innerbody {
  display: grid;
}
.innerleft {
  padding: 30px;
}
.innerright {
  background-size: cover;
}
.leadbtnclose {
  position: absolute;
  right: 5px;
  top: 5px;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
input {
  accent-color: #560097;
}
.rightline {
  border-right: 1px solid #1e2131;
}
.container-shop {
  width: 1280px;
  margin: 0 auto;
}
.gap15 {
  grid-gap: 15px;
}
a.smllbtnn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rpb-shop-items-img a img {
  width: 100%;
}
.rpb-shop-items-dv a {
  display: block;
}
.rpb-shop-items-info {
  padding: 20px 15px;
}
.rpb-shop-flxbt a {
  display: inline-block;
}
.bg-btn9 {
  background: #2196f3;
  font-size: 15px;
}
.bg-btn10 {
  background: #414165;
  font-size: 15px;
}
.bg-btn9:hover {
  background: #0975cb;
}
.bg-btn10:hover {
  background: #2c2c4c;
}
.pb0 {
  padding-bottom: 0;
}
.paginationdiv ul {
  position: relative;
  background: #fff;
  display: flex;
  padding: 10px 20px;
  border-radius: 50px;
  width: max-content;
  margin: 0 auto;
  align-items: center;
}
.paginationdiv ul li {
  list-style: none;
  line-height: 40px;
  margin: 0 5px;
}
.paginationdiv ul li.pagenumber {
  width: 40px;
  height: 40px;
  line-height: 40px;
  align-items: center;
}
.paginationdiv ul li a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50%;
  transition: linear 0.3s;
  font-size: 15px;
  padding: 0;
}
.paginationdiv ul li.pagenumber.active a,
.paginationdiv ul li.pagenumber:hover a {
  background: #2196f3;
  color: #fff;
}
.paginationdiv ul li:first-child {
  margin-right: 10px;
  font-weight: 700;
  font-size: 20px;
}
.paginationdiv ul li:last-child {
  margin-left: 10px;
  font-weight: 700;
  font-size: 20px;
}
:root {
    --gold: #C9A84C;
    --gold-light: #E2C270;
    --gold-dim: #7A6030;
    --black: #0A0A0A;
    --black-2: #111111;
    --black-3: #1A1A1A;
    --black-4: #242424;
    --white: #F5F0E8;
    --white-dim: rgba(245,240,232,0.6);
  }

  /* ===== RESET — scoped so it won't affect your existing template ===== */
  .scs-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
  .scs-wrap { font-family: 'Montserrat', sans-serif; background: var(--black); color: var(--white); overflow: hidden; }

  /* ===== GOLD DIVIDER ===== */
  .scs-divider { width: 60px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 0 auto 1.5rem; }
  .scs-divider-left { margin: 0 0 1.5rem; }

  /* ===== SECTION BASE ===== */
  .scs-section { padding: 80px 5%; }

  /* ==============================
     1. WHO WE ARE
  ================================*/
  .scs-about { background: var(--black); position: relative; }
  .scs-about::before {
    content: '';
    position: absolute; top: 0; right: 0;
    width: 40%; height: 100%;
    background: radial-gradient(ellipse at top right, rgba(201,168,76,0.08) 0%, transparent 70%);
    pointer-events: none;
  }
  .scs-about-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .scs-label {
    font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase;
    color: var(--gold); margin-bottom: 0.75rem;
  }
  .scs-h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 600; line-height: 1.15; color: var(--white);
    margin-bottom: 1.5rem;
  }
  .scs-h1 span { color: var(--gold); }
  .scs-body { font-size: 0.88rem; line-height: 1.9; color: var(--white-dim); }
  .scs-about-accent {
    position: relative; padding: 2rem 2rem 2rem 2.5rem;
    border-left: 2px solid var(--gold);
    background: var(--black-3);
  }
  .scs-about-accent p { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; line-height: 1.7; color: var(--white); font-style: italic; }
  .scs-about-accent::before {
    content: '"';
    position: absolute; top: -0.5rem; left: 1rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem; color: var(--gold); opacity: 0.3; line-height: 1;
  }

  /* ==============================
     2. SERVICES
  ================================*/
  .scs-services { background: var(--black-2); }
  .scs-services-inner { max-width: 1100px; margin: 0 auto; }
  .scs-section-head { text-align: center; margin-bottom: 3.5rem; }
  .scs-h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 600; color: var(--white);
  }
  .scs-h2 span { color: var(--gold); }
  .scs-service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px; background: var(--gold-dim); border: 1px solid var(--gold-dim); }
  .scs-service-card {
    background: var(--black-3); padding: 2rem 1.75rem;
    transition: background 0.3s;
    position: relative; overflow: hidden;
  }
  .scs-service-card::after {
    content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px;
    background: var(--gold); transition: width 0.4s ease;
  }
  .scs-service-card:hover { background: var(--black-4); }
  .scs-service-card:hover::after { width: 100%; }
  .scs-service-icon { font-size: 1.6rem; margin-bottom: 1rem; }
  .scs-service-title { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.05em; color: var(--gold); text-transform: uppercase; margin-bottom: 0.5rem;line-height: 1.4;  }
  .scs-service-desc { font-size: 0.8rem; color: var(--white-dim); line-height: 1.7; }

  /* ==============================
     3. ROLES
  ================================*/
  .scs-roles { background: var(--black); }
  .scs-roles-inner { max-width: 1100px; margin: 0 auto; }
  .scs-roles-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1rem; }
  .scs-role-pill {
    display: flex; align-items: center; gap: 0.75rem;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(201,168,76,0.2);
    background: var(--black-3);
    transition: border-color 0.3s, transform 0.3s;
  }
  .scs-role-pill:hover { border-color: var(--gold); transform: translateY(-2px); }
  .scs-role-dot { width: 6px; height: 6px; background: var(--gold); flex-shrink: 0; }
  .scs-role-text { font-size: 0.8rem; color: var(--white-dim); line-height: 1.5; }

  /* ==============================
     4. WHY CHOOSE
  ================================*/
  .scs-why { background: var(--black-2); }
  .scs-why-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
  .scs-why-list { display: flex; flex-direction: column; gap: 1.25rem; }
  .scs-why-item { display: flex; gap: 1rem; align-items: flex-start; }
  .scs-why-check {
    width: 28px; height: 28px; flex-shrink: 0;
    border: 1px solid var(--gold);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold); font-size: 0.75rem;
  }
  .scs-why-text strong { font-size: 0.85rem; color: var(--white); display: block; margin-bottom: 0.2rem; }
  .scs-why-text span { font-size: 0.78rem; color: var(--white-dim); line-height: 1.6; }
  .scs-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--gold-dim); border: 1px solid var(--gold-dim); }
  .scs-stat { background: var(--black-3); padding: 2rem; text-align: center; }
  .scs-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; color: var(--gold); line-height: 1; }
  .scs-stat-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--white-dim); margin-top: 0.4rem; }

  /* ==============================
     5. TESTIMONIALS
  ================================*/
  .scs-testimonials { background: var(--black); }
  .scs-testimonials-inner { max-width: 1100px; margin: 0 auto; }
  .scs-testi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .scs-testi-card {
    padding: 2rem; border: 1px solid rgba(201,168,76,0.15);
    background: var(--black-3); position: relative;
  }
  .scs-testi-card::before {
    content: '"'; font-family: 'Cormorant Garamond', serif;
    font-size: 4rem; color: var(--gold); opacity: 0.25;
    position: absolute; top: 0.5rem; left: 1.25rem;
    line-height: 1;
  }
  .scs-testi-text { font-size: 0.88rem; line-height: 1.8; color: var(--white-dim); margin-bottom: 1.25rem; padding-top: 1rem; font-style: italic; }
  .scs-testi-author { display: flex; align-items: center; gap: 0.75rem; }
  .scs-testi-avatar { width: 36px; height: 36px; background: var(--gold-dim); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; color: var(--gold); }
  .scs-testi-name { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); }
  .scs-testi-role { font-size: 0.7rem; color: var(--white-dim); }

  /* ==============================
     6. CTA
  ================================*/
  .scs-cta {
    background: var(--black-2);
    position: relative; overflow: hidden;
    text-align: center; padding: 100px 5%;
  }
  .scs-cta::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at center, rgba(201,168,76,0.1) 0%, transparent 70%);
  }
  .scs-cta-inner { position: relative; max-width: 700px; margin: 0 auto; }
  .scs-cta-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 600; color: var(--white); margin-bottom: 1rem; }
  .scs-cta-sub { font-size: 0.85rem; color: var(--white-dim); margin-bottom: 2.5rem; line-height: 1.8; }
  .scs-btn-group { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
  .scs-btn-gold {
    padding: 0.9rem 2rem; background: var(--gold); color: var(--black);
    font-size: 0.75rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
    border: none; cursor: pointer; transition: background 0.3s, transform 0.2s;
    text-decoration: none; display: inline-block;
  }
  .scs-btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
  .scs-btn-outline {
    padding: 0.9rem 2rem; background: transparent; color: var(--gold);
    font-size: 0.75rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
    border: 1px solid var(--gold); cursor: pointer; transition: all 0.3s;
    text-decoration: none; display: inline-block;
  }
  .scs-btn-outline:hover { background: rgba(201,168,76,0.1); transform: translateY(-2px); }

  /* FADE IN ANIMATION */
  @keyframes scsFadeUp { from { opacity:0; transform: translateY(24px); } to { opacity:1; transform: translateY(0); } }
  .scs-animate { animation: scsFadeUp 0.7s ease both; }
  .scs-delay-1 { animation-delay: 0.1s; }
  .scs-delay-2 { animation-delay: 0.2s; }
  .scs-delay-3 { animation-delay: 0.35s; }

  /* RESPONSIVE */
  @media (max-width: 768px) {
    .scs-about-inner, .scs-why-inner, .scs-testi-grid { grid-template-columns: 1fr; gap: 2rem; }
    .scs-stats { grid-template-columns: 1fr 1fr; }
  }
  
.scs-v3 *, .scs-v3 *::before, .scs-v3 *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}
.scs-v3 {
  --black:     #0a0a0a;
  --black2:    #111111;
  --black3:    #1c1c1c;
  --gold:      #c9933a;
  --gold2:     #e2b25a;
  --gold3:     #f5d78e;
  --gold-bg:   #c9933a;
  --gold-dark: #8a5f1e;
  --white:     #ffffff;
  --white-bg:  #f9f6f0;
  --text-dark: #1a1a1a;
  --text-mid:  #4a3f2f;
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
}

/* ═══════════════════════════════════════
   SECTION 1 — HERO  (BLACK)
   ═══════════════════════════════════════ */
.scs-v3__s1 {
  background: var(--black);
  padding: 110px 24px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.scs-v3__s1::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 900px; height: 700px;
  background: radial-gradient(ellipse, rgba(201,147,58,0.12) 0%, transparent 65%);
  pointer-events: none;
  animation: scs-pulse 5s ease-in-out infinite;
}
.scs-v3__s1-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(201,147,58,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,147,58,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.scs-v3__s1-grid::before,
.scs-v3__s1-grid::after {
  content: '';
  position: absolute;
  width: 180px; height: 180px;
  border: 1px solid rgba(201,147,58,0.22);
}
.scs-v3__s1-grid::before { top: 36px; left: 36px; border-right: none; border-bottom: none; }
.scs-v3__s1-grid::after  { bottom: 36px; right: 36px; border-left: none; border-top: none; }

.scs-v3__badge {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(201,147,58,0.5);
  color: var(--gold2);
  font-size: 10px; font-weight: 600;
  letter-spacing: 4px; text-transform: uppercase;
  padding: 8px 22px; margin-bottom: 32px;
  position: relative;
  animation: scs-fadein .8s ease both;
}
.scs-v3__badge::before, .scs-v3__badge::after { content: '◆'; font-size: 8px; color: var(--gold); }

.scs-v3__s1-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 6.5vw, 76px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.08;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  animation: scs-fadein .9s .1s ease both; opacity: 0;
}
.scs-v3__s1-title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold2), var(--gold3), var(--gold2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; background-size: 300% auto;
  animation: scs-shimmer 5s linear infinite;
}

.scs-v3__divider-gold {
  width: 70px; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  margin: 28px auto;
  position: relative;
  animation: scs-fadein 1s .25s ease both; opacity: 0;
}
.scs-v3__divider-gold::before {
  content: '✦';
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px; color: var(--gold);
  background: var(--black); padding: 0 6px;
}

.scs-v3__s1-sub {
  font-size: 16px; font-weight: 300; line-height: 1.85;
  color: rgba(255,255,255,0.65);
  max-width: 600px; margin: 0 auto;
  position: relative;
  animation: scs-fadein 1s .3s ease both; opacity: 0;
}

/* ═══════════════════════════════════════
   SECTION 2 — WHO WE WORK WITH  (GOLD)
   ═══════════════════════════════════════ */
.scs-v3__s2 {
  background: var(--gold-bg);
  padding: 90px 24px;
  position: relative;
  overflow: hidden;
}
.scs-v3__s2::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 10% 50%, rgba(255,255,255,0.08) 0%, transparent 60%),
    radial-gradient(ellipse 50% 70% at 90% 50%, rgba(0,0,0,0.15) 0%, transparent 60%);
  pointer-events: none;
}
/* Texture dots */
.scs-v3__s2::after {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(0,0,0,0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.scs-v3__s2-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }

.scs-v3__tag-dark {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--black);
  margin-bottom: 14px;
}
.scs-v3__tag-dark::before, .scs-v3__tag-dark::after {
  content: ''; display: block; width: 26px; height: 1px; background: rgba(0,0,0,0.35);
}

.scs-v3__s2-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700; color: var(--black);
  line-height: 1.15; margin-bottom: 48px;
}

.scs-v3__who-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}
.scs-v3__who-card {
  background: rgba(255,255,255,0.92);
  border-bottom: 3px solid var(--black);
  padding: 30px 20px 26px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  transition: all 0.28s ease;
  cursor: default;
}
.scs-v3__who-card:hover {
  background: var(--white);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.2);
  border-bottom-color: var(--black2);
}
.scs-v3__who-icon { font-size: 32px; line-height: 1; }
.scs-v3__who-text {
  font-size: 13px; font-weight: 600; color: var(--text-dark);
  line-height: 1.4;
}

/* ═══════════════════════════════════════
   SECTION 3 — STAFFING MODELS  (WHITE)
   ═══════════════════════════════════════ */
.scs-v3__s3 {
  background: var(--white-bg);
  padding: 90px 24px;
  position: relative;
  overflow: hidden;
}
.scs-v3__s3::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(to right, var(--gold-dark), var(--gold2), var(--gold3), var(--gold2), var(--gold-dark));
}

.scs-v3__s3-inner { max-width: 1100px; margin: 0 auto; }

.scs-v3__tag-gold {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 14px;
}
.scs-v3__tag-gold::before, .scs-v3__tag-gold::after {
  content: ''; display: block; width: 26px; height: 1px; background: var(--gold);
}

.scs-v3__s3-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700; color: var(--text-dark);
  margin-bottom: 50px; line-height: 1.15;
}
.scs-v3__s3-title span { color: var(--gold-dark); }

.scs-v3__models-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 24px 0 32px;
}
.scs-v3__model-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid rgba(201, 147, 58, 0.2);
  border-top: 3px solid var(--gold);
  padding: 32px 28px;
  min-height: 240px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.scs-v3__model-card::after {
  content: '';
  position: absolute;
  bottom: -50px; right: -50px;
  width: 130px; height: 130px;
  background: radial-gradient(circle, rgba(201,147,58,0.08) 0%, transparent 70%);
  transition: all 0.4s ease;
}
.scs-v3__model-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(201, 147, 58, 0.15), 0 4px 12px rgba(0, 0, 0, 0.06);
  border-color: var(--gold);
}
.scs-v3__model-card:hover::after {
  bottom: -20px;
  right: -20px;
  width: 180px;
  height: 180px;
}


.scs-v3__model-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 700;
  color: rgba(201, 147, 58, 0.5);
  line-height: 1;
  margin-bottom: 14px;
}
.scs-v3__model-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: rgba(201, 147, 58, 0.08);
  border: 1px solid rgba(201, 147, 58, 0.2);
  border-radius: 50%;
  margin-bottom: 18px;
}
.scs-v3__model-check {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold2));
  border-radius: 50%;
  font-size: 13px;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 16px;
}
.scs-v3__model-name {
  font-size: 16px; font-weight: 600; color: var(--text-dark);
  letter-spacing: .2px;
}

/* ═══════════════════════════════════════
   SECTION 4 — WHY CHOOSE  (BLACK)
   ═══════════════════════════════════════ */
.scs-v3__s4 {
  background: var(--black);
  padding: 90px 24px;
  position: relative; overflow: hidden;
}
.scs-v3__s4::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}
.scs-v3__s4::after {
  content: '';
  position: absolute; top: 50%; right: 0;
  transform: translateY(-50%);
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(201,147,58,0.07) 0%, transparent 65%);
  pointer-events: none;
}

.scs-v3__s4-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; align-items: start;
  position: relative; z-index: 1;
}
@media (max-width: 820px) { .scs-v3__s4-inner { grid-template-columns: 1fr; gap: 48px; } }

.scs-v3__tag-white {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--gold2); margin-bottom: 14px;
}
.scs-v3__tag-white::before, .scs-v3__tag-white::after {
  content: ''; display: block; width: 26px; height: 1px; background: var(--gold-dark);
}

.scs-v3__s4-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700; color: var(--white);
  margin-bottom: 36px; line-height: 1.2;
}
.scs-v3__s4-title span { color: var(--gold2); }

.scs-v3__why-list { display: flex; flex-direction: column; gap: 4px; }
.scs-v3__why-item {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 22px;
  background: var(--black2);
  border: 1px solid transparent;
  position: relative; overflow: hidden;
  transition: all 0.28s ease; cursor: default;
}
.scs-v3__why-item::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--gold-dark), var(--gold2));
  transform: scaleY(0); transform-origin: bottom;
  transition: transform 0.3s ease;
}
.scs-v3__why-item:hover { background: var(--black3); border-color: rgba(201,147,58,0.15); }
.scs-v3__why-item:hover::before { transform: scaleY(1); }

.scs-v3__why-icon {
  font-size: 20px;
  min-width: 42px; height: 42px;
  background: var(--black);
  border: 1px solid rgba(201,147,58,0.2);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.scs-v3__why-text strong { display: block; font-size: 14px; font-weight: 600; color: var(--white); margin-bottom: 2px; }
.scs-v3__why-text span  { font-size: 13px; color: rgba(255,255,255,0.42); font-weight: 300; }

/* Stats panel — white card on black */
.scs-v3__stats {
  background: var(--white-bg);
  border-top: 3px solid var(--gold);
  padding: 40px 32px 36px;
  position: relative; overflow: hidden;
}
.scs-v3__stats::after {
  content: '';
  position: absolute; bottom: -60px; right: -60px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(201,147,58,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.scs-v3__stats-h {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 700; color: var(--text-dark);
  margin-bottom: 4px;
}
.scs-v3__stats-sub {
  font-size: 12px; color: var(--text-mid); font-weight: 300;
  letter-spacing: .4px; margin-bottom: 28px;
}
.scs-v3__stat-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px; background: rgba(201,147,58,0.15);
}
.scs-v3__stat {
  background: var(--white-bg);
  padding: 22px 16px; text-align: center;
}
.scs-v3__stat-n {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px; font-weight: 700;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; line-height: 1;
}
.scs-v3__stat-l {
  font-size: 11px; font-weight: 400; color: var(--text-mid);
  letter-spacing: 1px; text-transform: uppercase; margin-top: 5px;
}

/* ═══════════════════════════════════════
   SECTION 5 — CTA  (GOLD)
   ═══════════════════════════════════════ */
.scs-v3__s5 {
  background: var(--gold-bg);
  padding: 100px 24px;
  text-align: center;
  position: relative; overflow: hidden;
}
.scs-v3__s5::before {
  content: '';
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 800px; height: 600px;
  background: radial-gradient(ellipse, rgba(255,255,255,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.scs-v3__s5::after {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(0,0,0,0.06) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}

/* Big decorative letter */
.scs-v3__s5-deco {
  font-family: 'Cormorant Garamond', serif;
  font-size: 220px; font-weight: 700; line-height: .7;
  color: rgba(0,0,0,0.06);
  position: absolute; top: 10px; left: 50%;
  transform: translateX(-50%);
  pointer-events: none; user-select: none;
}

.scs-v3__s5-inner { position: relative; z-index: 1; }

.scs-v3__tag-black {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--black);
  margin-bottom: 22px;
}
.scs-v3__tag-black::before, .scs-v3__tag-black::after {
  content: ''; display: block; width: 26px; height: 1px; background: rgba(0,0,0,0.4);
}

.scs-v3__s5-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 5.5vw, 60px);
  font-weight: 700; color: var(--black);
  line-height: 1.1; max-width: 700px; margin: 0 auto 14px;
}

.scs-v3__divider-black {
  width: 60px; height: 1px;
  background: linear-gradient(to right, transparent, rgba(0,0,0,0.35), transparent);
  margin: 0 auto 18px;
}

.scs-v3__s5-sub {
  font-size: 16px; font-weight: 300; color: rgba(0,0,0,0.65);
  margin-bottom: 48px;
}

.scs-v3__cta-btns {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 18px;
}
.scs-v3__btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 38px;
  font-family: 'Jost', sans-serif;
  font-size: 13px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  text-decoration: none; cursor: pointer; border: none;
  transition: all 0.3s ease;
  position: relative; overflow: hidden;
}
.scs-v3__btn::before {
  content: '';
  position: absolute; inset: 0;
  background: rgba(255,255,255,0.1);
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}
.scs-v3__btn:hover::before { transform: translateX(0); }

.scs-v3__btn--black {
  background: var(--black);
  color: var(--white);
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
}
.scs-v3__btn--black:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 44px rgba(0,0,0,0.45);
}
.scs-v3__btn--outline-black {
  background: transparent;
  color: var(--black);
  border: 2px solid rgba(0,0,0,0.5);
}
.scs-v3__btn--outline-black:hover {
  border-color: var(--black);
  transform: translateY(-3px);
  background: rgba(0,0,0,0.06);
}

/* ═══════════════════════════════════════
   SHARED ANIMATIONS
   ═══════════════════════════════════════ */
@keyframes scs-fadein {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes scs-shimmer {
  from { background-position: 0% 50%; }
  to   { background-position: 300% 50%; }
}
@keyframes scs-pulse {
  0%, 100% { transform: translate(-50%,-50%) scale(1);   opacity: 1; }
  50%       { transform: translate(-50%,-50%) scale(1.12); opacity: .6; }
}

.scs-v3__reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s ease, transform .65s ease;
}
.scs-v3__reveal.in { opacity: 1; transform: translateY(0); }
.scs-v3__who-grid  .scs-v3__reveal:nth-child(1) { transition-delay: .00s; }
.scs-v3__who-grid  .scs-v3__reveal:nth-child(2) { transition-delay: .07s; }
.scs-v3__who-grid  .scs-v3__reveal:nth-child(3) { transition-delay: .14s; }
.scs-v3__who-grid  .scs-v3__reveal:nth-child(4) { transition-delay: .21s; }
.scs-v3__who-grid  .scs-v3__reveal:nth-child(5) { transition-delay: .28s; }
.scs-v3__who-grid  .scs-v3__reveal:nth-child(6) { transition-delay: .35s; }
.scs-v3__models-grid .scs-v3__reveal:nth-child(1) { transition-delay: .00s; }
.scs-v3__models-grid .scs-v3__reveal:nth-child(2) { transition-delay: .09s; }
.scs-v3__models-grid .scs-v3__reveal:nth-child(3) { transition-delay: .18s; }
.scs-v3__models-grid .scs-v3__reveal:nth-child(4) { transition-delay: .27s; }
.scs-v3__why-list    .scs-v3__reveal:nth-child(1) { transition-delay: .00s; }
.scs-v3__why-list    .scs-v3__reveal:nth-child(2) { transition-delay: .08s; }
.scs-v3__why-list    .scs-v3__reveal:nth-child(3) { transition-delay: .16s; }
.scs-v3__why-list    .scs-v3__reveal:nth-child(4) { transition-delay: .24s; }
.scs-v3__why-list    .scs-v3__reveal:nth-child(5) { transition-delay: .32s; }

:root {
  --scd-gold:       #C9A84C;
  --scd-gold-light: #E2C270;
  --scd-gold-pale:  rgba(201,168,76,0.12);
  --scd-gold-dim:   rgba(201,168,76,0.35);
  --scd-gold-dark:  rgba(201,168,76,0.18);

  --scd-black:  #080808;
  --scd-black2: #111111;
  --scd-black3: #1A1A1A;
  --scd-black4: #242424;

  --scd-pure-white: #FFFFFF;
  --scd-off-white:  #F8F5EF;
  --scd-cream:      #F2EDE3;

  /* on-dark text */
  --scd-text-light:  #F7F2EA;
  --scd-text-light2: rgba(247,242,234,0.7);
  --scd-text-light3: rgba(247,242,234,0.4);

  /* on-white text */
  --scd-text-dark:  #1A1A1A;
  --scd-text-dark2: #444444;
  --scd-text-dark3: #888888;
}

.scd-wrap *, .scd-wrap *::before, .scd-wrap *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}
.scd-wrap {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ── SHARED UTILS ─────────────────────────── */
.scd-section { padding: 90px 6%; }
.scd-inner   { max-width: 1120px; margin: 0 auto; }
.scd-head-center { text-align: center; margin-bottom: 3.5rem; }

.scd-label {
  font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--scd-gold); margin-bottom: 0.6rem; display: block;
}
.scd-bar {
  width: 48px; height: 1px; margin-bottom: 1.4rem;
}
.scd-bar-c { margin-left: auto; margin-right: auto; }

/* heading colours flip based on bg */
.scd-on-dark  .scd-h2 { color: var(--scd-text-light); }
.scd-on-white .scd-h2 { color: var(--scd-text-dark);  }
.scd-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 600; line-height: 1.15;
}
.scd-h2 em { color: var(--scd-gold); font-style: normal; }

/* bar colour flip */
.scd-on-dark  .scd-bar { background: linear-gradient(90deg, transparent, var(--scd-gold), transparent); }
.scd-on-white .scd-bar { background: linear-gradient(90deg, transparent, var(--scd-gold), transparent); }

/* label always gold — fine on both */

/* ── BUTTON VARIANTS ──────────────────────── */
.scd-btn-gold {
  padding: 0.85rem 1.9rem; background: var(--scd-gold); color: var(--scd-black);
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  border: none; cursor: pointer; transition: background 0.3s, transform 0.2s;
  text-decoration: none; display: inline-block;
}
.scd-btn-gold:hover { background: var(--scd-gold-light); transform: translateY(-2px); }

.scd-btn-ghost-dark {
  padding: 0.85rem 1.9rem; background: transparent; color: var(--scd-text-light);
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
  border: 1px solid rgba(247,242,234,0.3); cursor: pointer; transition: all 0.3s;
  text-decoration: none; display: inline-block;
}
.scd-btn-ghost-dark:hover { border-color: var(--scd-gold); color: var(--scd-gold); }

.scd-btn-outline-gold {
  padding: 0.85rem 1.9rem; background: transparent; color: var(--scd-gold);
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
  border: 1px solid var(--scd-gold); cursor: pointer; transition: all 0.3s;
  text-decoration: none; display: inline-block;
}
.scd-btn-outline-gold:hover { background: var(--scd-gold-pale); transform: translateY(-2px); }

.scd-btn-outline-dark {
  padding: 0.85rem 1.9rem; background: transparent; color: var(--scd-text-dark);
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
  border: 1px solid #ccc; cursor: pointer; transition: all 0.3s;
  text-decoration: none; display: inline-block;
}
.scd-btn-outline-dark:hover { border-color: var(--scd-gold); color: var(--scd-gold); }

/* ============================================================
   SECTION 1 — HERO  (BLACK)
   ============================================================ */
.scd-hero {
  background: var(--scd-black2);
  min-height: 560px;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  padding: 100px 6%;
}
.scd-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 80% 50%, rgba(201,168,76,0.1) 0%, transparent 70%),
    radial-gradient(ellipse 30% 40% at 15% 20%, rgba(201,168,76,0.05) 0%, transparent 60%);
  pointer-events: none;
}
.scd-hero-grid {
  max-width: 1120px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 400px; gap: 60px; align-items: center;
  position: relative;
}
.scd-hero-eyebrow {
  display: flex; align-items: center; gap: 12px; margin-bottom: 1.5rem;
}
.scd-hero-eyebrow::before {
  content: ''; width: 32px; height: 1px; background: var(--scd-gold); flex-shrink: 0;
}
.scd-hero-eyebrow span {
  font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--scd-gold);
}
.scd-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 600; line-height: 1.1; color: var(--scd-text-light);
  margin-bottom: 1.4rem;
}
.scd-hero-title em { color: var(--scd-gold); font-style: normal; display: block; }
.scd-hero-sub {
  font-size: 0.85rem; line-height: 1.9; color: var(--scd-text-light2); max-width: 480px;
  margin-bottom: 2.5rem;
}
.scd-hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

/* floating card (hero) */
.scd-hero-card {
  background: var(--scd-black3);
  border: 1px solid var(--scd-gold-dim);
  padding: 2.5rem; position: relative;
}
.scd-hero-card::before {
  content: 'ZERO FEES'; position: absolute; top: -10px; right: 20px;
  background: var(--scd-gold); color: var(--scd-black);
  font-size: 0.55rem; font-weight: 700; letter-spacing: 0.2em; padding: 4px 12px;
}
.scd-hero-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem; color: var(--scd-text-light); margin-bottom: 1.5rem;
}
.scd-hero-card ul { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; }
.scd-hero-card li {
  display: flex; align-items: center; gap: 0.75rem;
  font-size: 0.8rem; color: var(--scd-text-light2);
}
.scd-hero-card li::before {
  content: ''; width: 18px; height: 18px; flex-shrink: 0;
  border: 1px solid var(--scd-gold);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M2 5l2.5 2.5L8 3' stroke='%23C9A84C' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") center/10px no-repeat;
}

/* ============================================================
   SECTION 2 — WHO CAN APPLY  (WHITE)
   ============================================================ */
.scd-who {
  background: var(--scd-off-white);
  position: relative;
}
.scd-who::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 60% at 90% 50%, rgba(201,168,76,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.scd-who .scd-h2 { color: var(--scd-text-dark); }
.scd-who .scd-label { color: var(--scd-gold); }

.scd-who-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
.scd-who-card {
  background: var(--scd-pure-white);
  border: 1px solid rgba(201,168,76,0.25);
  padding: 2rem 1.75rem;
  display: flex; flex-direction: column; gap: 0.5rem;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  position: relative; overflow: hidden;
}
.scd-who-card::after {
  content: ''; position: absolute; left: 0; top: 0;
  width: 3px; height: 0; background: var(--scd-gold);
  transition: height 0.4s ease;
}
.scd-who-card:hover {
  border-color: var(--scd-gold);
  box-shadow: 0 8px 32px rgba(201,168,76,0.12);
  transform: translateY(-3px);
}
.scd-who-card:hover::after { height: 100%; }
.scd-who-icon  { font-size: 1.8rem; margin-bottom: 0.4rem; }
.scd-who-name  { font-size: 0.85rem; font-weight: 700; color: var(--scd-text-dark); }
.scd-who-tag   { font-size: 0.7rem; color: var(--scd-gold); letter-spacing: 0.04em; }

/* ============================================================
   SECTION 3 — WHAT YOU CAN EXPECT  (BLACK)
   ============================================================ */
.scd-expect { background: var(--scd-black); position: relative; overflow: hidden; }
.scd-expect::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 40% 50% at 50% 0%, rgba(201,168,76,0.07) 0%, transparent 60%);
  pointer-events: none;
}
.scd-expect .scd-h2 { color: var(--scd-text-light); }

.scd-expect-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(201,168,76,0.15);
}
.scd-expect-item {
  padding: 2.5rem 1.25rem; text-align: center;
  border-right: 1px solid rgba(201,168,76,0.12);
  position: relative; transition: background 0.3s;
}
.scd-expect-item:last-child { border-right: none; }
.scd-expect-item:hover { background: var(--scd-black3); }
.scd-expect-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem; color: rgba(201,168,76,0.08);
  line-height: 1; position: absolute; top: 0.4rem; right: 0.6rem;
}
.scd-expect-icon  { font-size: 1.6rem; margin-bottom: 0.75rem; display: block; }
.scd-expect-title { font-size: 0.78rem; font-weight: 700; color: var(--scd-text-light); margin-bottom: 0.4rem; }
.scd-expect-desc  { font-size: 0.72rem; color: var(--scd-text-light2); line-height: 1.6; }

/* ============================================================
   SECTION 4 — PLACEMENT PROCESS  (WHITE)
   ============================================================ */
.scd-process { background: var(--scd-cream); position: relative; }
.scd-process::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 50% at 10% 80%, rgba(201,168,76,0.06) 0%, transparent 60%);
  pointer-events: none;
}
.scd-process .scd-h2 { color: var(--scd-text-dark); }

.scd-process-track {
  display: flex; align-items: flex-start; gap: 0; position: relative;
}
.scd-process-track::before {
  content: '';
  position: absolute; top: 28px; left: 28px; right: 28px; height: 1px;
  background: linear-gradient(90deg, var(--scd-gold-dim), var(--scd-gold-dim));
}
.scd-process-step {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 0 1rem; position: relative; z-index: 1;
}
.scd-process-bubble {
  width: 56px; height: 56px;
  border: 2px solid var(--scd-gold);
  background: var(--scd-cream);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 600; color: var(--scd-gold);
  transition: background 0.3s, color 0.3s;
}
.scd-process-step:hover .scd-process-bubble {
  background: var(--scd-gold); color: var(--scd-black);
}
.scd-process-icon { font-size: 1.3rem; margin-bottom: 0.5rem; display: block; }
.scd-process-name { font-size: 0.8rem; font-weight: 700; color: var(--scd-text-dark); margin-bottom: 0.35rem; }
.scd-process-desc { font-size: 0.72rem; color: var(--scd-text-dark2); line-height: 1.6; }

/* connector dots */
.scd-process-step::after {
  content: ''; width: 8px; height: 8px; background: var(--scd-gold);
  border-radius: 50%; position: absolute; top: 24px;
  left: calc(50% + 28px);
  display: none;
}

/* ============================================================
   SECTION 5 — CTA  (BLACK)
   ============================================================ */
.scd-cta {
  background: var(--scd-black2);
  padding: 110px 6%;
  position: relative; overflow: hidden; text-align: center;
}
.scd-cta::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(201,168,76,0.09) 0%, transparent 70%);
  pointer-events: none;
}
/* decorative corner lines */
.scd-cta::after {
  content: '';
  position: absolute; inset: 40px;
  border: 1px solid rgba(201,168,76,0.07);
  pointer-events: none;
}
.scd-cta-inner { position: relative; max-width: 680px; margin: 0 auto; }
.scd-cta-big {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 600; line-height: 1.2; color: var(--scd-text-light);
  margin-bottom: 0.75rem;
}
.scd-cta-big em { color: var(--scd-gold); font-style: normal; }
.scd-cta-sub {
  font-size: 0.84rem; color: var(--scd-text-light2); line-height: 1.9; margin-bottom: 2.5rem;
}
.scd-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.scd-cta-note {
  margin-top: 2rem; font-size: 0.72rem; color: var(--scd-text-light3);
  display: flex; align-items: center; justify-content: center; gap: 0.75rem;
}
.scd-cta-note::before, .scd-cta-note::after {
  content: ''; flex: 1; max-width: 60px; height: 1px;
  background: rgba(201,168,76,0.2);
}

/* ============================================================
   SECTION STRIPE LABELS (decorative side text)
   ============================================================ */
.scd-stripe-tag {
  position: absolute; top: 50%; right: -38px; transform: translateY(-50%) rotate(90deg);
  font-size: 0.5rem; letter-spacing: 0.4em; text-transform: uppercase;
  color: rgba(201,168,76,0.2); white-space: nowrap;
  display: none; /* visible on wider screens */
}

/* ============================================================
   SCROLL ANIMATION
   ============================================================ */
@keyframes scdFadeUp {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0); }
}
.scd-au { opacity: 0; }
.scd-au.scd-visible { animation: scdFadeUp 0.65s ease forwards; }
.scd-au:nth-child(1) { animation-delay: 0s;    }
.scd-au:nth-child(2) { animation-delay: 0.08s; }
.scd-au:nth-child(3) { animation-delay: 0.16s; }
.scd-au:nth-child(4) { animation-delay: 0.24s; }
.scd-au:nth-child(5) { animation-delay: 0.32s; }
.scd-au:nth-child(6) { animation-delay: 0.40s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .scd-hero-grid        { grid-template-columns: 1fr; }
  .scd-hero-card        { display: none; }
  .scd-who-grid         { grid-template-columns: repeat(2, 1fr); }
  .scd-expect-grid      { grid-template-columns: repeat(2, 1fr); }
  .scd-expect-item      { border-bottom: 1px solid rgba(201,168,76,0.1); }
  .scd-expect-item:nth-child(2) { border-right: none; }
  .scd-expect-item:nth-child(5) { grid-column: span 2; border-right: none; }
  .scd-process-track    { flex-direction: column; gap: 1.5rem; }
  .scd-process-track::before { display: none; }
  .scd-process-step     { flex-direction: row; text-align: left; gap: 1.25rem; align-items: flex-start; padding: 0; }
  .scd-process-bubble   { flex-shrink: 0; margin-bottom: 0; }
}
@media (max-width: 580px) {
  .scd-who-grid    { grid-template-columns: 1fr; }
  .scd-expect-grid { grid-template-columns: 1fr; }
  .scd-expect-item { border-right: none; }
  .scd-expect-item:nth-child(5) { grid-column: span 1; }
}

/* ============================================================
   SIDDHATVA — SERVICES PAGE  |  Scoped: .scs2-*
   Alternating: BLACK → WHITE → BLACK → WHITE → BLACK
   ============================================================ */
:root {
  --sv-gold:        #C9A84C;
  --sv-gold-light:  #E2C270;
  --sv-gold-pale:   rgba(201,168,76,0.10);
  --sv-gold-dim:    rgba(201,168,76,0.30);
  --sv-gold-border: rgba(201,168,76,0.20);

  --sv-black:   #080808;
  --sv-black2:  #111111;
  --sv-black3:  #1A1A1A;
  --sv-black4:  #232323;

  --sv-white:   #FFFFFF;
  --sv-off:     #F8F4EE;
  --sv-cream:   #F2EDE3;

  --sv-tl:  #F7F2EA;
  --sv-tl2: rgba(247,242,234,0.68);
  --sv-tl3: rgba(247,242,234,0.38);

  --sv-td:  #1A1A1A;
  --sv-td2: #4A4A4A;
  --sv-td3: #888888;
}

.sv-wrap *, .sv-wrap *::before, .sv-wrap *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}
.sv-wrap { font-family: 'Montserrat', sans-serif; -webkit-font-smoothing: antialiased; }

/* ── SHARED ──────────────────────── */
.sv-sec   { padding: 96px 6%; }
.sv-inner { max-width: 1140px; margin: 0 auto; }
.sv-center { text-align: center; }

.sv-label {
  font-size: 0.58rem; letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--sv-gold); display: block; margin-bottom: 0.55rem;
}
.sv-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  font-weight: 600; line-height: 1.15;
}
.sv-h2 em { color: var(--sv-gold); font-style: normal; }
.sv-dark  .sv-h2 { color: var(--sv-tl); }
.sv-light .sv-h2 { color: var(--sv-td); }

.sv-rule {
  width: 56px; height: 1px; margin: 1.2rem auto 2.8rem;
  background: linear-gradient(90deg, transparent, var(--sv-gold), transparent);
}
.sv-rule-l { margin-left: 0; background: linear-gradient(90deg, var(--sv-gold), transparent); }

.sv-body-light { font-size: 0.85rem; line-height: 1.9; color: var(--sv-tl2); }
.sv-body-dark  { font-size: 0.85rem; line-height: 1.9; color: var(--sv-td2); }

/* ── BUTTONS ─────────────────────── */
.sv-btn-gold {
  padding: 0.85rem 2rem; background: var(--sv-gold); color: var(--sv-black);
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  border: none; cursor: pointer; text-decoration: none; display: inline-block;
  transition: background .3s, transform .2s;
}
.sv-btn-gold:hover { background: var(--sv-gold-light); transform: translateY(-2px); }

.sv-btn-outline-gold {
  padding: 0.85rem 2rem; background: transparent; color: var(--sv-gold);
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  border: 1px solid var(--sv-gold); cursor: pointer; text-decoration: none; display: inline-block;
  transition: all .3s;
}
.sv-btn-outline-gold:hover { background: var(--sv-gold-pale); transform: translateY(-2px); }

.sv-btn-outline-dark {
  padding: 0.85rem 2rem; background: transparent; color: var(--sv-td);
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  border: 1px solid rgba(26,26,26,0.3); cursor: pointer; text-decoration: none; display: inline-block;
  transition: all .3s;
}
.sv-btn-outline-dark:hover { border-color: var(--sv-gold); color: var(--sv-gold); }

/* ── FADE-IN ─────────────────────── */
@keyframes svFadeUp {
  from { opacity:0; transform:translateY(24px); }
  to   { opacity:1; transform:translateY(0); }
}
.sv-au { opacity: 0; }
.sv-au.sv-in { animation: svFadeUp .65s ease forwards; }
.sv-au:nth-child(1){animation-delay:.00s}
.sv-au:nth-child(2){animation-delay:.08s}
.sv-au:nth-child(3){animation-delay:.16s}
.sv-au:nth-child(4){animation-delay:.24s}
.sv-au:nth-child(5){animation-delay:.32s}
.sv-au:nth-child(6){animation-delay:.40s}
.sv-au:nth-child(7){animation-delay:.48s}

/* ============================================================
   S1 — HERO  (BLACK)
   ============================================================ */
.sv-hero {
  background: var(--sv-black2);
  min-height: 520px; display: flex; align-items: center;
  padding: 100px 6%; position: relative; overflow: hidden;
}
.sv-hero::before {
  content:''; position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(ellipse 55% 70% at 75% 50%, rgba(201,168,76,.09) 0%, transparent 70%),
    radial-gradient(ellipse 25% 35% at 10% 15%, rgba(201,168,76,.05) 0%, transparent 60%);
}
/* large decorative letter */
.sv-hero::after {
  content:'S'; font-family:'Cormorant Garamond',serif;
  font-size: 40vw; font-weight:700; color:rgba(201,168,76,.025);
  position:absolute; right:-8vw; top:50%; transform:translateY(-50%);
  line-height:1; pointer-events:none; user-select:none;
}
.sv-hero-inner { max-width:1140px; margin:0 auto; width:100%; position:relative; z-index:1; }
.sv-hero-badge {
  display:inline-flex; align-items:center; gap:10px;
  border:1px solid var(--sv-gold-dim); padding:.45rem 1rem;
  margin-bottom:2rem;
}
.sv-hero-badge span { font-size:.58rem; letter-spacing:.25em; text-transform:uppercase; color:var(--sv-gold); }
.sv-hero-badge::before { content:''; width:6px; height:6px; background:var(--sv-gold); flex-shrink:0; }

.sv-hero-title {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.8rem,6vw,5rem);
  font-weight:600; line-height:1.08; color:var(--sv-tl);
  margin-bottom:1.4rem; max-width:700px;
}
.sv-hero-title em { color:var(--sv-gold); font-style:normal; }
.sv-hero-title span { display:block; }

.sv-hero-sub { font-size:.86rem; line-height:1.9; color:var(--sv-tl2); max-width:540px; margin-bottom:2.5rem; }
.sv-hero-btns { display:flex; gap:1rem; flex-wrap:wrap; }

/* scroll hint */
.sv-scroll-hint {
  display:flex; align-items:center; gap:.75rem;
  margin-top:3.5rem; font-size:.6rem; letter-spacing:.2em;
  text-transform:uppercase; color:var(--sv-tl3);
}
.sv-scroll-line { width:40px; height:1px; background:rgba(201,168,76,.3); }

/* ============================================================
   S2 — STAFFING SOLUTIONS  (WHITE)
   ============================================================ */
.sv-staffing { background:var(--sv-off); position:relative; overflow:hidden; }
.sv-staffing::before {
  content:''; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(ellipse 40% 50% at 95% 50%, rgba(201,168,76,.06) 0%, transparent 60%);
}

.sv-staffing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }

.sv-staff-card {
  background:var(--sv-white);
  border:1px solid rgba(201,168,76,.18);
  padding:2.4rem 2rem; position:relative; overflow:hidden;
  transition:transform .3s, box-shadow .3s, border-color .3s;
}
.sv-staff-card::before {
  content:''; position:absolute; bottom:0; left:0;
  width:100%; height:3px;
  background:linear-gradient(90deg, var(--sv-gold), var(--sv-gold-light));
  transform:scaleX(0); transform-origin:left;
  transition:transform .4s ease;
}
.sv-staff-card:hover {
  transform:translateY(-5px);
  box-shadow:0 16px 48px rgba(201,168,76,.13);
  border-color:var(--sv-gold-dim);
}
.sv-staff-card:hover::before { transform:scaleX(1); }

.sv-staff-num {
  font-family:'Cormorant Garamond',serif;
  font-size:4rem; color:rgba(201,168,76,.12);
  line-height:1; position:absolute; top:.4rem; right:1rem;
  font-weight:700;
}
.sv-staff-icon {
  width:52px; height:52px;
  border:1px solid var(--sv-gold-border);
  display:flex; align-items:center; justify-content:center;
  font-size:1.5rem; margin-bottom:1.4rem;
  transition:background .3s;
}
.sv-staff-card:hover .sv-staff-icon { background:var(--sv-gold-pale); }
.sv-staff-title { font-size:.9rem; font-weight:700; color:var(--sv-td); margin-bottom:.7rem; }
.sv-staff-desc  { font-size:.78rem; line-height:1.75; color:var(--sv-td2); margin-bottom:1.25rem; }
.sv-staff-tags  { display:flex; flex-wrap:wrap; gap:.4rem; }
.sv-tag {
  font-size:.62rem; letter-spacing:.08em; text-transform:uppercase;
  padding:.3rem .75rem; border:1px solid var(--sv-gold-border); color:var(--sv-gold);
}

/* ============================================================
   S3 — RECRUITMENT SERVICES  (BLACK)
   ============================================================ */
.sv-recruit { background:var(--sv-black); position:relative; overflow:hidden; }
.sv-recruit::before {
  content:''; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(ellipse 50% 60% at 50% 100%, rgba(201,168,76,.06) 0%, transparent 60%);
}

.sv-recruit-layout { display:grid; grid-template-columns:400px 1fr; gap:70px; align-items:start; }
.sv-recruit-left { position:sticky; top:6rem; }
.sv-recruit-left .sv-body-light { margin-bottom:2rem; }

/* role grid */
.sv-role-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:rgba(201,168,76,.12); border:1px solid rgba(201,168,76,.12); }
.sv-role-card {
  background:var(--sv-black2); padding:2rem 1.6rem;
  transition:background .3s; position:relative; overflow:hidden;
  cursor:default;
}
.sv-role-card::after {
  content:''; position:absolute; top:0; right:0;
  width:0; height:100%; background:rgba(201,168,76,.04);
  transition:width .4s ease;
}
.sv-role-card:hover { background:var(--sv-black3); }
.sv-role-card:hover::after { width:100%; }

.sv-role-icon-wrap {
  width:44px; height:44px; border:1px solid var(--sv-gold-dim);
  display:flex; align-items:center; justify-content:center;
  font-size:1.3rem; margin-bottom:1rem;
  transition:background .3s;
}
.sv-role-card:hover .sv-role-icon-wrap { background:var(--sv-gold-pale); }
.sv-role-title { font-size:.82rem; font-weight:700; color:var(--sv-tl); margin-bottom:.35rem; }
.sv-role-sub   { font-size:.72rem; color:var(--sv-tl2); line-height:1.6; }
.sv-role-gold  { color:var(--sv-gold); }

/* ============================================================
   S4 — WORKFORCE CONSULTING  (WHITE)
   ============================================================ */
.sv-consult { background:var(--sv-cream); position:relative; overflow:hidden; }
.sv-consult::before {
  content:''; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(ellipse 45% 55% at 5% 50%, rgba(201,168,76,.05) 0%, transparent 60%);
}

.sv-consult-layout { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }

.sv-consult-visual {
  position:relative; padding:2.5rem;
  background:var(--sv-white);
  border:1px solid rgba(201,168,76,.2);
}
.sv-consult-visual::before {
  content:''; position:absolute; top:-8px; left:-8px; right:8px; bottom:8px;
  border:1px solid rgba(201,168,76,.12); z-index:0; pointer-events:none;
}
.sv-consult-visual-inner { position:relative; z-index:1; }

.sv-pillar { padding:1.2rem 1.5rem; margin-bottom:.8rem; display:flex; align-items:center; gap:1rem; background:var(--sv-off); transition:background .3s; }
.sv-pillar:hover { background:var(--sv-cream); }
.sv-pillar:last-child { margin-bottom:0; }
.sv-pillar-icon { font-size:1.4rem; flex-shrink:0; }
.sv-pillar-text strong { font-size:.8rem; font-weight:700; color:var(--sv-td); display:block; }
.sv-pillar-text span   { font-size:.72rem; color:var(--sv-td2); }
.sv-pillar-num {
  margin-left:auto; font-family:'Cormorant Garamond',serif;
  font-size:2rem; color:rgba(201,168,76,.25); font-weight:600; flex-shrink:0;
}

.sv-consult-right {}
.sv-consult-right .sv-body-dark { margin-bottom:2rem; }
.sv-consult-feats { display:flex; flex-direction:column; gap:.9rem; margin-bottom:2.5rem; }
.sv-feat {
  display:flex; align-items:flex-start; gap:.9rem;
  padding:1rem 1.2rem; border-left:2px solid var(--sv-gold-border);
  background:var(--sv-white);
  transition:border-color .3s;
}
.sv-feat:hover { border-color:var(--sv-gold); }
.sv-feat-icon { font-size:1.2rem; flex-shrink:0; margin-top:.1rem; }
.sv-feat strong { font-size:.8rem; font-weight:700; color:var(--sv-td); display:block; margin-bottom:.2rem; }
.sv-feat span   { font-size:.73rem; color:var(--sv-td2); line-height:1.6; }

/* ============================================================
   S5 — CTA  (BLACK)
   ============================================================ */
.sv-cta {
  background:var(--sv-black2); text-align:center;
  padding:110px 6%; position:relative; overflow:hidden;
}
.sv-cta::before {
  content:''; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(ellipse 65% 55% at 50% 50%, rgba(201,168,76,.09) 0%, transparent 70%);
}
.sv-cta::after {
  content:''; position:absolute; inset:36px;
  border:1px solid rgba(201,168,76,.06); pointer-events:none;
}
.sv-cta-inner { position:relative; z-index:1; max-width:700px; margin:0 auto; }
.sv-cta-title {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2rem,4vw,3.5rem);
  font-weight:600; line-height:1.2; color:var(--sv-tl);
  margin-bottom:.8rem;
}
.sv-cta-title em { color:var(--sv-gold); font-style:normal; }
.sv-cta-sub { font-size:.84rem; color:var(--sv-tl2); line-height:1.9; margin-bottom:2.5rem; }
.sv-cta-btns { display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; }
.sv-cta-note {
  margin-top:2rem; font-size:.7rem; color:var(--sv-tl3);
  display:flex; align-items:center; justify-content:center; gap:.75rem;
}
.sv-cta-note::before, .sv-cta-note::after {
  content:''; flex:1; max-width:55px; height:1px; background:rgba(201,168,76,.18);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:960px) {
  .sv-staffing-grid          { grid-template-columns:1fr 1fr; }
  .sv-recruit-layout         { grid-template-columns:1fr; gap:3rem; }
  .sv-recruit-left           { position:static; }
  .sv-consult-layout         { grid-template-columns:1fr; gap:3rem; }
}
@media (max-width:600px) {
  .sv-staffing-grid { grid-template-columns:1fr; }
  .sv-role-grid     { grid-template-columns:1fr; }
}

/* ============================================================
   SIDDHATVA — SPECIALIZATIONS PAGE  |  Scoped: .sp-*
   S1 HERO        → BLACK
   S2 GRID        → WHITE
   S3 FEATURED    → BLACK
   S4 STATS BAR   → GOLD
   S5 CTA         → BLACK
   ============================================================ */
:root{
  --sp-gold:       #C9A84C;
  --sp-gold-lt:    #E2C270;
  --sp-gold-pale:  rgba(201,168,76,.10);
  --sp-gold-dim:   rgba(201,168,76,.28);
  --sp-gold-bd:    rgba(201,168,76,.20);

  --sp-black:  #080808;
  --sp-black2: #111111;
  --sp-black3: #1A1A1A;
  --sp-black4: #232323;

  --sp-white:  #FFFFFF;
  --sp-off:    #F8F4EE;
  --sp-cream:  #F2EDE3;

  --sp-tl:  #F7F2EA;
  --sp-tl2: rgba(247,242,234,.68);
  --sp-tl3: rgba(247,242,234,.36);

  --sp-td:  #1A1A1A;
  --sp-td2: #4A4A4A;
  --sp-td3: #888888;
}
.sp-wrap*,.sp-wrap*::before,.sp-wrap*::after{box-sizing:border-box;margin:0;padding:0;}
.sp-wrap{font-family:'Montserrat',sans-serif;-webkit-font-smoothing:antialiased;}

/* shared */
.sp-sec{padding:96px 6%;}
.sp-inn{max-width:1160px;margin:0 auto;}
.sp-cx{text-align:center;}
.sp-label{font-size:.57rem;letter-spacing:.32em;text-transform:uppercase;color:var(--sp-gold);display:block;margin-bottom:.55rem;}
.sp-h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3.6vw,3.2rem);font-weight:600;line-height:1.15;}
.sp-h2 em{color:var(--sp-gold);font-style:normal;}
.sp-dark  .sp-h2{color:var(--sp-tl);}
.sp-light .sp-h2{color:var(--sp-td);}
.sp-rule{width:54px;height:1px;margin:1.1rem auto 2.6rem;background:linear-gradient(90deg,transparent,var(--sp-gold),transparent);}
.sp-rule-l{margin-left:0;background:linear-gradient(90deg,var(--sp-gold),transparent);}

/* buttons */
.sp-btn-gold{padding:.85rem 2rem;background:var(--sp-gold);color:var(--sp-black);font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;border:none;cursor:pointer;text-decoration:none;display:inline-block;transition:background .3s,transform .2s;}
.sp-btn-gold:hover{background:var(--sp-gold-lt);transform:translateY(-2px);}
.sp-btn-ol-gold{padding:.85rem 2rem;background:transparent;color:var(--sp-gold);font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;border:1px solid var(--sp-gold);cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s;}
.sp-btn-ol-gold:hover{background:var(--sp-gold-pale);transform:translateY(-2px);}
.sp-btn-ol-dark{padding:.85rem 2rem;background:transparent;color:var(--sp-td);font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;border:1px solid rgba(26,26,26,.25);cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s;}
.sp-btn-ol-dark:hover{border-color:var(--sp-gold);color:var(--sp-gold);}

/* fade-in */
@keyframes spUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
.sp-au{opacity:0;}
.sp-au.sp-in{animation:spUp .65s ease forwards;}
.sp-au:nth-child(1){animation-delay:.00s}
.sp-au:nth-child(2){animation-delay:.07s}
.sp-au:nth-child(3){animation-delay:.14s}
.sp-au:nth-child(4){animation-delay:.21s}
.sp-au:nth-child(5){animation-delay:.28s}
.sp-au:nth-child(6){animation-delay:.35s}
.sp-au:nth-child(7){animation-delay:.42s}
.sp-au:nth-child(8){animation-delay:.49s}

/* ============================================================
   S1 — HERO  (BLACK)
   ============================================================ */
.sp-hero{
  background:var(--sp-black2);
  min-height:540px;display:flex;align-items:center;
  padding:110px 6% 90px;position:relative;overflow:hidden;
}
/* animated grid dots bg */
.sp-hero::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background-image:radial-gradient(circle,rgba(201,168,76,.13) 1px,transparent 1px);
  background-size:40px 40px;
  mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 20%,transparent 80%);
  -webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 20%,transparent 80%);
}
.sp-hero::after{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(ellipse 50% 70% at 80% 50%,rgba(201,168,76,.1) 0%,transparent 70%),
    radial-gradient(ellipse 30% 40% at 10% 80%,rgba(201,168,76,.06) 0%,transparent 60%);
}
.sp-hero-inn{max-width:1160px;margin:0 auto;width:100%;position:relative;z-index:1;}
.sp-hero-row{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;}

.sp-hero-badge{
  display:inline-flex;align-items:center;gap:10px;
  border:1px solid var(--sp-gold-dim);padding:.4rem .9rem;margin-bottom:1.8rem;
}
.sp-hero-badge span{font-size:.57rem;letter-spacing:.28em;text-transform:uppercase;color:var(--sp-gold);}
.sp-hero-badge::before{content:'';width:6px;height:6px;background:var(--sp-gold);flex-shrink:0;}

.sp-hero-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.6rem,5.5vw,4.6rem);
  font-weight:600;line-height:1.08;color:var(--sp-tl);margin-bottom:1.4rem;
}
.sp-hero-title em{color:var(--sp-gold);font-style:normal;display:block;}
.sp-hero-sub{font-size:.84rem;line-height:1.9;color:var(--sp-tl2);max-width:480px;margin-bottom:2.4rem;}
.sp-hero-btns{display:flex;gap:1rem;flex-wrap:wrap;}

/* hero spec pills */
.sp-hero-pills{display:flex;flex-direction:column;gap:.7rem;}
.sp-hero-pill{
  display:flex;align-items:center;gap:1rem;
  padding:.9rem 1.2rem;
  border:1px solid rgba(201,168,76,.15);
  background:rgba(201,168,76,.04);
  transition:border-color .3s,background .3s;
  cursor:default;
}
.sp-hero-pill:hover{border-color:var(--sp-gold-dim);background:rgba(201,168,76,.08);}
.sp-hero-pill-icon{font-size:1.3rem;flex-shrink:0;}
.sp-hero-pill-name{font-size:.78rem;font-weight:600;color:var(--sp-tl);}
.sp-hero-pill-count{
  margin-left:auto;font-family:'Cormorant Garamond',serif;
  font-size:1.1rem;color:var(--sp-gold);font-weight:600;flex-shrink:0;
}

/* ============================================================
   S2 — SPECIALIZATION CARDS GRID  (WHITE)
   ============================================================ */
.sp-grid-sec{background:var(--sp-off);position:relative;overflow:hidden;}
.sp-grid-sec::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(ellipse 40% 50% at 100% 0%,rgba(201,168,76,.06) 0%,transparent 60%);
}

.sp-cards-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.5rem;
}

.sp-card{
  background:var(--sp-white);
  border:1px solid rgba(201,168,76,.18);
  position:relative;overflow:hidden;
  transition:transform .35s,box-shadow .35s,border-color .35s;
}
.sp-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 60px rgba(201,168,76,.13);
  border-color:var(--sp-gold-dim);
}

/* gold shimmer on hover */
.sp-card::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(201,168,76,.06) 0%,transparent 50%);
  opacity:0;transition:opacity .4s;
}
.sp-card:hover::before{opacity:1;}

/* top accent bar */
.sp-card::after{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--sp-gold),var(--sp-gold-lt));
  transform:scaleX(0);transform-origin:left;transition:transform .45s ease;
}
.sp-card:hover::after{transform:scaleX(1);}

.sp-card-head{
  padding:2rem 2rem 1.5rem;
  border-bottom:1px solid rgba(201,168,76,.12);
  display:flex;align-items:flex-start;gap:1rem;
}
.sp-card-icon-box{
  width:54px;height:54px;flex-shrink:0;
  border:1px solid var(--sp-gold-bd);
  display:flex;align-items:center;justify-content:center;
  font-size:1.5rem;
  transition:background .3s,border-color .3s;
}
.sp-card:hover .sp-card-icon-box{background:var(--sp-gold-pale);border-color:var(--sp-gold-dim);}
.sp-card-title{font-size:.9rem;font-weight:700;color:var(--sp-td);line-height:1.3;margin-bottom:.3rem;}
.sp-card-sub{font-size:.7rem;color:var(--sp-gold);letter-spacing:.06em;text-transform:uppercase;}

.sp-card-body{padding:1.5rem 2rem 2rem;}
.sp-card-desc{font-size:.78rem;line-height:1.75;color:var(--sp-td2);margin-bottom:1.2rem;}

.sp-role-list{display:flex;flex-direction:column;gap:.4rem;}
.sp-role-row{
  display:flex;align-items:center;gap:.6rem;
  font-size:.72rem;color:var(--sp-td2);
}
.sp-role-row::before{
  content:'';width:5px;height:5px;background:var(--sp-gold);
  flex-shrink:0;
}

/* ============================================================
   S3 — FEATURED DEEP-DIVE  (BLACK)
   ============================================================ */
.sp-featured{background:var(--sp-black);position:relative;overflow:hidden;}
.sp-featured::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(ellipse 45% 55% at 50% 100%,rgba(201,168,76,.07) 0%,transparent 60%);
}

.sp-feat-intro{text-align:center;margin-bottom:4rem;}
.sp-feat-intro .sp-rule{margin:1.1rem auto 0;}

.sp-feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(201,168,76,.12);border:1px solid rgba(201,168,76,.12);}

.sp-feat-card{
  background:var(--sp-black2);padding:2.4rem 2rem;
  position:relative;overflow:hidden;
  transition:background .3s;
}
.sp-feat-card:hover{background:var(--sp-black3);}

.sp-feat-card-num{
  font-family:'Cormorant Garamond',serif;
  font-size:5rem;font-weight:700;
  color:rgba(201,168,76,.07);
  position:absolute;top:-.5rem;right:.75rem;
  line-height:1;pointer-events:none;
}
.sp-feat-card-icon{
  font-size:2rem;margin-bottom:1.2rem;display:block;
  transition:transform .3s;
}
.sp-feat-card:hover .sp-feat-card-icon{transform:scale(1.1);}

.sp-feat-card-title{
  font-family:'Cormorant Garamond',serif;
  font-size:1.25rem;font-weight:600;color:var(--sp-tl);margin-bottom:.6rem;
}
.sp-feat-card-title em{color:var(--sp-gold);font-style:normal;}
.sp-feat-card-desc{font-size:.76rem;line-height:1.75;color:var(--sp-tl2);margin-bottom:1.2rem;}

.sp-feat-tags{display:flex;flex-wrap:wrap;gap:.4rem;}
.sp-feat-tag{
  font-size:.6rem;letter-spacing:.07em;text-transform:uppercase;
  padding:.28rem .7rem;border:1px solid rgba(201,168,76,.22);color:var(--sp-gold);
}

/* ============================================================
   S4 — STATS BAR  (GOLD)
   ============================================================ */
.sp-stats-bar{
  background:linear-gradient(135deg,var(--sp-gold) 0%,var(--sp-gold-lt) 50%,var(--sp-gold) 100%);
  padding:56px 6%;position:relative;overflow:hidden;
}
.sp-stats-bar::before{
  content:'';position:absolute;inset:0;
  background:repeating-linear-gradient(
    90deg,
    transparent,transparent 40px,
    rgba(255,255,255,.04) 40px,rgba(255,255,255,.04) 41px
  );
}
.sp-stats-row{
  max-width:1160px;margin:0 auto;
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:0;position:relative;
}
.sp-stat{
  text-align:center;padding:0 1.5rem;
  border-right:1px solid rgba(255,255,255,.2);
}
.sp-stat:last-child{border-right:none;}
.sp-stat-num{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.4rem,4vw,3.6rem);font-weight:700;
  color:var(--sp-black);line-height:1;margin-bottom:.4rem;
}
.sp-stat-label{
  font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;
  color:rgba(8,8,8,.65);font-weight:600;
}

/* ============================================================
   S5 — CTA  (BLACK)
   ============================================================ */
.sp-cta{
  background:var(--sp-black2);text-align:center;
  padding:110px 6%;position:relative;overflow:hidden;
}
.sp-cta::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(ellipse 65% 55% at 50% 50%,rgba(201,168,76,.09) 0%,transparent 70%);
}
.sp-cta::after{
  content:'';position:absolute;inset:36px;
  border:1px solid rgba(201,168,76,.06);pointer-events:none;
}
.sp-cta-inn{position:relative;z-index:1;max-width:700px;margin:0 auto;}
.sp-cta-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2rem,4vw,3.4rem);
  font-weight:600;line-height:1.2;color:var(--sp-tl);margin-bottom:.8rem;
}
.sp-cta-title em{color:var(--sp-gold);font-style:normal;}
.sp-cta-sub{font-size:.84rem;color:var(--sp-tl2);line-height:1.9;margin-bottom:2.5rem;}
.sp-cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}
.sp-cta-note{
  margin-top:2rem;font-size:.7rem;color:var(--sp-tl3);
  display:flex;align-items:center;justify-content:center;gap:.75rem;
}
.sp-cta-note::before,.sp-cta-note::after{
  content:'';flex:1;max-width:55px;height:1px;background:rgba(201,168,76,.18);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:960px){
  .sp-hero-row       {grid-template-columns:1fr;}
  .sp-hero-pills     {display:none;}
  .sp-cards-grid     {grid-template-columns:repeat(2,1fr);}
  .sp-feat-grid      {grid-template-columns:repeat(2,1fr);}
  .sp-stats-row      {grid-template-columns:repeat(2,1fr);gap:2rem;}
  .sp-stat           {border-right:none;}
}
@media(max-width:580px){
  .sp-cards-grid     {grid-template-columns:1fr;}
  .sp-feat-grid      {grid-template-columns:1fr;}
  .sp-stats-row      {grid-template-columns:1fr;}
}

.scs-ab *, .scs-ab *::before, .scs-ab *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}
.scs-ab {
  --black:      #0a0a0a;
  --black2:     #111111;
  --black3:     #1c1c1c;
  --gold:       #c9933a;
  --gold2:      #e2b25a;
  --gold3:      #f5d78e;
  --gold-dark:  #8a5f1e;
  --white:      #ffffff;
  --cream:      #f9f6f0;
  --text-dark:  #1a1a1a;
  --text-mid:   #4a3f2f;
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
}

/* ═══════════════════════════
   S1 — HERO  (BLACK)
   ═══════════════════════════ */
.scs-ab__s1 {
  background: var(--black);
  padding: 110px 24px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.scs-ab__s1::before {
  content: '';
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 900px; height: 700px;
  background: radial-gradient(ellipse, rgba(201,147,58,0.13) 0%, transparent 65%);
  pointer-events: none;
  animation: scs-ab-pulse 5s ease-in-out infinite;
}
.scs-ab__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(201,147,58,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,147,58,0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
}
.scs-ab__grid::before, .scs-ab__grid::after {
  content: '';
  position: absolute;
  width: 200px; height: 200px;
  border: 1px solid rgba(201,147,58,0.22);
}
.scs-ab__grid::before { top: 36px; left: 36px; border-right: none; border-bottom: none; }
.scs-ab__grid::after  { bottom: 36px; right: 36px; border-left: none; border-top: none; }

.scs-ab__badge {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid rgba(201,147,58,0.5);
  color: var(--gold2);
  font-size: 10px; font-weight: 600;
  letter-spacing: 4px; text-transform: uppercase;
  padding: 8px 22px; margin-bottom: 32px;
  animation: scs-ab-fadein .8s ease both;
}
.scs-ab__badge::before, .scs-ab__badge::after { content: '◆'; font-size: 8px; color: var(--gold); }

.scs-ab__s1-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 700; color: var(--white);
  line-height: 1.08; max-width: 800px; margin: 0 auto;
  position: relative;
  animation: scs-ab-fadein .9s .1s ease both; opacity: 0;
}
.scs-ab__s1-title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold2), var(--gold3), var(--gold2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; background-size: 300% auto;
  animation: scs-ab-shimmer 5s linear infinite;
}

.scs-ab__divider {
  width: 70px; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
  margin: 28px auto;
  position: relative;
  animation: scs-ab-fadein 1s .25s ease both; opacity: 0;
}
.scs-ab__divider::before {
  content: '✦';
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  font-size: 10px; color: var(--gold);
  background: var(--black); padding: 0 6px;
}

.scs-ab__s1-sub {
  font-size: 17px; font-weight: 300; line-height: 1.9;
  color: rgba(255,255,255,0.62); max-width: 620px; margin: 0 auto 14px;
  animation: scs-ab-fadein 1s .3s ease both; opacity: 0;
}
.scs-ab__s1-location {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase;
  color: var(--gold2);
  animation: scs-ab-fadein 1s .4s ease both; opacity: 0;
  margin-top: 6px;
}
.scs-ab__s1-location::before, .scs-ab__s1-location::after {
  content: ''; display: block; width: 22px; height: 1px;
  background: var(--gold-dark);
}

/* ═══════════════════════════
   S2 — MISSION + VISION  (GOLD)
   ═══════════════════════════ */
.scs-ab__s2 {
  background: var(--gold);
  padding: 90px 24px;
  position: relative; overflow: hidden;
}
.scs-ab__s2::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 5% 50%, rgba(255,255,255,0.1) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 95% 50%, rgba(0,0,0,0.12) 0%, transparent 55%);
  pointer-events: none;
}
.scs-ab__s2::after {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(0,0,0,0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.scs-ab__s2-inner {
  max-width: 1100px; margin: 0 auto;
  position: relative; z-index: 1;
}

.scs-ab__tag-dark {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--black); margin-bottom: 14px;
}
.scs-ab__tag-dark::before, .scs-ab__tag-dark::after {
  content: ''; display: block; width: 26px; height: 1px; background: rgba(0,0,0,0.35);
}

.scs-ab__s2-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3.8vw, 44px);
  font-weight: 700; color: var(--black);
  margin-bottom: 48px; line-height: 1.15;
}

.scs-ab__mv-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 640px) { .scs-ab__mv-grid { grid-template-columns: 1fr; } }

.scs-ab__mv-card {
  background: rgba(255,255,255,0.92);
  border-bottom: 4px solid var(--black);
  padding: 40px 34px 36px;
  position: relative; overflow: hidden;
  transition: all 0.3s ease; cursor: default;
}
.scs-ab__mv-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(201,147,58,0.04) 0%, transparent 60%);
  pointer-events: none;
}
.scs-ab__mv-card:hover {
  background: var(--white);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
}

.scs-ab__mv-icon {
  font-size: 36px; margin-bottom: 18px; display: block;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.15));
}
.scs-ab__mv-label {
  font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold-dark); margin-bottom: 12px;
  display: flex; align-items: center; gap: 8px;
}
.scs-ab__mv-label::after { content: ''; flex: 1; height: 1px; background: rgba(138,96,32,0.3); }
.scs-ab__mv-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 700; color: var(--text-dark);
  margin-bottom: 14px;
}
.scs-ab__mv-text {
  font-size: 15px; font-weight: 300; color: var(--text-mid);
  line-height: 1.75;
}

/* ═══════════════════════════
   S3 — OUR VALUES  (WHITE)
   ═══════════════════════════ */
.scs-ab__s3 {
  background: var(--cream);
  padding: 90px 24px;
  position: relative; overflow: hidden;
}
.scs-ab__s3::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(to right, var(--gold-dark), var(--gold2), var(--gold3), var(--gold2), var(--gold-dark));
}
.scs-ab__s3::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(to right, var(--gold-dark), var(--gold2), var(--gold3), var(--gold2), var(--gold-dark));
}

.scs-ab__s3-inner { max-width: 1100px; margin: 0 auto; text-align: center; }

.scs-ab__tag-gold {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--gold-dark); margin-bottom: 14px;
}
.scs-ab__tag-gold::before, .scs-ab__tag-gold::after {
  content: ''; display: block; width: 26px; height: 1px; background: var(--gold);
}

.scs-ab__s3-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700; color: var(--text-dark);
  margin-bottom: 14px; line-height: 1.15;
}
.scs-ab__s3-sub {
  font-size: 15px; font-weight: 300; color: var(--text-mid);
  margin-bottom: 56px; letter-spacing: .3px;
}

.scs-ab__values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .scs-ab__values-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .scs-ab__values-grid { grid-template-columns: 1fr; } }

.scs-ab__val-card {
  background: var(--white);
  border: 1px solid rgba(201,147,58,0.18);
  border-top: 3px solid var(--gold);
  padding: 40px 24px 36px;
  position: relative; overflow: hidden;
  transition: all 0.32s ease; cursor: default;
}
.scs-ab__val-card::after {
  content: '';
  position: absolute;
  bottom: -50px; right: -50px;
  width: 130px; height: 130px;
  background: radial-gradient(circle, rgba(201,147,58,0.07) 0%, transparent 70%);
  transition: all 0.4s ease;
}
.scs-ab__val-card:hover {
  transform: translateY(-7px);
  border-color: rgba(201,147,58,0.45);
  box-shadow: 0 20px 50px rgba(201,147,58,0.13), 0 4px 12px rgba(0,0,0,0.05);
}
.scs-ab__val-card:hover::after { bottom: -20px; right: -20px; width: 180px; height: 180px; }

.scs-ab__val-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 54px; font-weight: 700;
  color: rgba(201,147,58,0.1); line-height: 1;
  margin-bottom: 12px;
}
.scs-ab__val-icon { font-size: 32px; margin-bottom: 16px; display: block; }
.scs-ab__val-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px; font-weight: 700; color: var(--text-dark);
  margin-bottom: 10px;
}
.scs-ab__val-desc {
  font-size: 13px; font-weight: 300; color: var(--text-mid);
  line-height: 1.65;
}

/* ═══════════════════════════
   S4 — STORY STRIP  (BLACK)
   ═══════════════════════════ */
.scs-ab__s4 {
  background: var(--black);
  padding: 90px 24px;
  position: relative; overflow: hidden;
}
.scs-ab__s4::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(to right, transparent, var(--gold), transparent);
}
.scs-ab__s4::after {
  content: '';
  position: absolute; top: 50%; left: 0;
  transform: translateY(-50%);
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(201,147,58,0.07) 0%, transparent 65%);
  pointer-events: none;
}

.scs-ab__s4-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
  position: relative; z-index: 1;
}
@media (max-width: 820px) { .scs-ab__s4-inner { grid-template-columns: 1fr; gap: 48px; } }

.scs-ab__tag-white {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--gold2); margin-bottom: 14px;
}
.scs-ab__tag-white::before, .scs-ab__tag-white::after {
  content: ''; display: block; width: 26px; height: 1px; background: var(--gold-dark);
}

.scs-ab__s4-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 700; color: var(--white);
  line-height: 1.18; margin-bottom: 22px;
}
.scs-ab__s4-heading span { color: var(--gold2); }

.scs-ab__s4-text {
  font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.6);
  line-height: 1.85; margin-bottom: 30px;
}

.scs-ab__highlights {
  display: flex; flex-direction: column; gap: 14px;
}
.scs-ab__highlight {
  display: flex; align-items: center; gap: 14px;
  font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.8);
}
.scs-ab__highlight-dot {
  width: 8px; height: 8px; min-width: 8px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold2));
  border-radius: 50%;
}

/* Stats panel — cream card */
.scs-ab__s4-stats {
  background: var(--cream);
  border-top: 3px solid var(--gold);
  padding: 44px 36px 40px;
  position: relative; overflow: hidden;
}
.scs-ab__s4-stats::after {
  content: '';
  position: absolute; bottom: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(201,147,58,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.scs-ab__s4-stats-h {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; font-weight: 700; color: var(--text-dark);
  margin-bottom: 4px;
}
.scs-ab__s4-stats-sub {
  font-size: 12px; color: var(--text-mid); font-weight: 300;
  letter-spacing: .4px; margin-bottom: 30px;
}
.scs-ab__sg {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px; background: rgba(201,147,58,0.15);
}
.scs-ab__stat {
  background: var(--cream); padding: 22px 16px; text-align: center;
}
.scs-ab__stat-n {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px; font-weight: 700;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; line-height: 1;
}
.scs-ab__stat-l {
  font-size: 11px; font-weight: 400; color: var(--text-mid);
  letter-spacing: 1px; text-transform: uppercase; margin-top: 5px;
}

/* ═══════════════════════════
   SHARED ANIMATIONS
   ═══════════════════════════ */
@keyframes scs-ab-fadein {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes scs-ab-shimmer {
  from { background-position: 0% 50%; }
  to   { background-position: 300% 50%; }
}
@keyframes scs-ab-pulse {
  0%, 100% { transform: translate(-50%,-50%) scale(1);    opacity: 1;  }
  50%       { transform: translate(-50%,-50%) scale(1.12); opacity: .55; }
}

.scs-ab__reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity .65s ease, transform .65s ease;
}
.scs-ab__reveal.in { opacity: 1; transform: translateY(0); }
.scs-ab__mv-grid    .scs-ab__reveal:nth-child(2) { transition-delay: .1s; }
.scs-ab__values-grid .scs-ab__reveal:nth-child(2) { transition-delay: .09s; }
.scs-ab__values-grid .scs-ab__reveal:nth-child(3) { transition-delay: .18s; }
.scs-ab__values-grid .scs-ab__reveal:nth-child(4) { transition-delay: .27s; }


/* ============================================================
   SIDDHATVA — GALLERY SECTION  |  Scoped: .gal-*
   Replace src="" with your actual image paths
   ============================================================ */
:root{
  --g-gold:      #C9A84C;
  --g-gold-lt:   #E2C270;
  --g-gold-pale: rgba(201,168,76,.10);
  --g-gold-dim:  rgba(201,168,76,.28);
  --g-black:     #080808;
  --g-black2:    #111111;
  --g-black3:    #1A1A1A;
  --g-white:     #FFFFFF;
  --g-off:       #F8F4EE;
  --g-tl:        #F7F2EA;
  --g-tl2:       rgba(247,242,234,.65);
  --g-td:        #1A1A1A;
  --g-td2:       #555555;
}
.gal-wrap*,.gal-wrap*::before,.gal-wrap*::after{box-sizing:border-box;margin:0;padding:0;}
.gal-wrap{font-family:'Montserrat',sans-serif;-webkit-font-smoothing:antialiased;}

/* ── fade-in ── */
@keyframes galUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.gal-au{opacity:0;}
.gal-au.gal-in{animation:galUp .6s ease forwards;}
.gal-au:nth-child(1){animation-delay:.00s}
.gal-au:nth-child(2){animation-delay:.07s}
.gal-au:nth-child(3){animation-delay:.13s}
.gal-au:nth-child(4){animation-delay:.19s}
.gal-au:nth-child(5){animation-delay:.25s}
.gal-au:nth-child(6){animation-delay:.31s}
.gal-au:nth-child(7){animation-delay:.37s}
.gal-au:nth-child(8){animation-delay:.43s}
.gal-au:nth-child(9){animation-delay:.49s}

/* ============================================================
   SECTION WRAPPER
   ============================================================ */
.gal-section{
  background:var(--g-black2);
  padding:96px 5%;
  position:relative;overflow:hidden;
}
/* dot grid bg */
.gal-section::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background-image:radial-gradient(circle,rgba(201,168,76,.1) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:radial-gradient(ellipse 90% 90% at 50% 50%,black 30%,transparent 80%);
  -webkit-mask-image:radial-gradient(ellipse 90% 90% at 50% 50%,black 30%,transparent 80%);
}
.gal-section::after{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(ellipse 50% 60% at 50% 0%,rgba(201,168,76,.08) 0%,transparent 60%);
}

.gal-inner{max-width:1200px;margin:0 auto;position:relative;z-index:1;}

/* ── HEADER ── */
.gal-head{text-align:center;margin-bottom:3.5rem;}
.gal-label{
  font-size:.57rem;letter-spacing:.32em;text-transform:uppercase;
  color:var(--g-gold);display:block;margin-bottom:.55rem;
}
.gal-h2{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2rem,3.6vw,3.2rem);
  font-weight:600;line-height:1.15;color:var(--g-tl);
}
.gal-h2 em{color:var(--g-gold);font-style:normal;}
.gal-rule{
  width:54px;height:1px;margin:1.1rem auto 0;
  background:linear-gradient(90deg,transparent,var(--g-gold),transparent);
}

/* ── FILTER TABS ── */
.gal-tabs{
  display:flex;gap:.5rem;justify-content:center;
  flex-wrap:wrap;margin-bottom:3rem;
}
.gal-tab{
  padding:.45rem 1.2rem;
  font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;font-weight:600;
  border:1px solid rgba(201,168,76,.22);color:var(--g-tl2);
  background:transparent;cursor:pointer;
  transition:all .25s;
}
.gal-tab:hover,.gal-tab.active{
  background:var(--g-gold);color:var(--g-black);border-color:var(--g-gold);
}

/* ============================================================
   MASONRY / BENTO GRID
   ============================================================ */
.gal-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:220px;
  gap:10px;
}

/* size variants */
.gal-item        { grid-column:span 1; grid-row:span 1; }
.gal-item.wide   { grid-column:span 2; }
.gal-item.tall   { grid-row:span 2; }
.gal-item.big    { grid-column:span 2; grid-row:span 2; }

/* card base */
.gal-item{
  position:relative;overflow:hidden;
  background:var(--g-black3);
  border:1px solid rgba(201,168,76,.12);
  cursor:pointer;
}

/* image */
.gal-item img{
  width:100%;height:100%;
  object-fit:cover;
  display:block;
  transition:transform .55s ease, filter .4s ease;
  filter:brightness(.92) saturate(.9);
}
.gal-item:hover img{
  transform:scale(1.07);
  filter:brightness(1) saturate(1.05);
}

/* placeholder when no image */
.gal-placeholder{
  width:100%;height:100%;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:.6rem;
  background:linear-gradient(135deg,var(--g-black3) 0%,var(--g-black2) 100%);
  border:2px dashed rgba(201,168,76,.22);
  transition:border-color .3s;
}
.gal-item:hover .gal-placeholder{border-color:rgba(201,168,76,.45);}
.gal-placeholder-icon{font-size:2rem;opacity:.5;}
.gal-placeholder-text{
  font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;
  color:rgba(201,168,76,.45);
}

/* gold overlay on hover */
.gal-overlay{
  position:absolute;inset:0;
  background:linear-gradient(
    to top,
    rgba(8,8,8,.85) 0%,
    rgba(8,8,8,.3) 50%,
    transparent 100%
  );
  opacity:0;transition:opacity .4s ease;
  display:flex;flex-direction:column;justify-content:flex-end;
  padding:1.5rem;
}
.gal-item:hover .gal-overlay{opacity:1;}

.gal-overlay-tag{
  font-size:.57rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--g-gold);margin-bottom:.3rem;
}
.gal-overlay-title{
  font-family:'Cormorant Garamond',serif;
  font-size:1.1rem;font-weight:600;color:var(--g-tl);line-height:1.3;
}

/* gold corner accent */
.gal-item::before{
  content:'';position:absolute;top:0;left:0;
  width:0;height:0;
  border-top:3px solid var(--g-gold);
  border-left:3px solid var(--g-gold);
  transition:width .35s ease,height .35s ease;
  z-index:3;
}
.gal-item::after{
  content:'';position:absolute;bottom:0;right:0;
  width:0;height:0;
  border-bottom:3px solid var(--g-gold);
  border-right:3px solid var(--g-gold);
  transition:width .35s ease,height .35s ease;
  z-index:3;
}
.gal-item:hover::before,.gal-item:hover::after{width:28px;height:28px;}

/* ── LIGHTBOX ── */
.gal-lightbox{
  position:fixed;inset:0;z-index:9999;
  background:rgba(8,8,8,.96);
  display:flex;align-items:center;justify-content:center;
  opacity:0;pointer-events:none;transition:opacity .35s ease;
}
.gal-lightbox.open{opacity:1;pointer-events:all;}
.gal-lb-img{
  max-width:88vw;max-height:85vh;
  object-fit:contain;
  border:1px solid rgba(201,168,76,.25);
  transition:transform .4s ease;
}
.gal-lb-close{
  position:absolute;top:1.5rem;right:2rem;
  font-size:1.8rem;color:var(--g-gold);cursor:pointer;
  background:none;border:none;line-height:1;
  transition:transform .2s;
}
.gal-lb-close:hover{transform:rotate(90deg);}
.gal-lb-nav{
  position:absolute;top:50%;transform:translateY(-50%);
  font-size:1.6rem;color:var(--g-gold);cursor:pointer;
  background:rgba(8,8,8,.6);border:1px solid rgba(201,168,76,.2);
  width:48px;height:48px;display:flex;align-items:center;justify-content:center;
  transition:background .25s;border:none;
}
.gal-lb-nav:hover{background:rgba(201,168,76,.15);}
.gal-lb-prev{left:1.5rem;}
.gal-lb-next{right:1.5rem;}
.gal-lb-caption{
  position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);
  text-align:center;
}
.gal-lb-caption-tag{font-size:.57rem;letter-spacing:.2em;text-transform:uppercase;color:var(--g-gold);margin-bottom:.2rem;}
.gal-lb-caption-title{font-family:'Cormorant Garamond',serif;font-size:1.2rem;color:var(--g-tl);}
.gal-lb-counter{
  position:absolute;top:1.5rem;left:2rem;
  font-size:.65rem;letter-spacing:.15em;color:var(--g-tl2);
}

/* ── LOAD MORE ── */
.gal-more-row{text-align:center;margin-top:2.5rem;}
.gal-btn-gold{
  padding:.85rem 2.2rem;background:var(--g-gold);color:var(--g-black);
  font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  border:none;cursor:pointer;text-decoration:none;display:inline-block;
  transition:background .3s,transform .2s;
}
.gal-btn-gold:hover{background:var(--g-gold-lt);transform:translateY(-2px);}
.gal-btn-ol{
  padding:.85rem 2.2rem;background:transparent;color:var(--g-gold);
  font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;
  border:1px solid var(--g-gold);cursor:pointer;text-decoration:none;display:inline-block;
  transition:all .3s;margin-left:1rem;
}
.gal-btn-ol:hover{background:var(--g-gold-pale);}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:900px){
  .gal-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:200px;}
  .gal-item.big{grid-column:span 2;grid-row:span 2;}
  .gal-item.wide{grid-column:span 2;}
}
@media(max-width:540px){
  .gal-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:160px;}
  .gal-item.tall{grid-row:span 1;}
}

@media (max-width: 991px) {
  .scs-v3__models-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
 
/* Mobile: 1 per row */
@media (max-width: 576px) {
  .scs-v3__models-grid {
    grid-template-columns: 1fr;
  }
  .scs-v3__model-card {
    min-height: auto;
  }
}


