:root {
  --font-suse: "SUSE", sans-serif;
  --font-dmsans: "DM Sans", sans-serif;
  /*  Colors --------------- */
  --white-color: #fff;
  --black-color: #000;
  --black-color2: #1c1a1e;
  --title-color: #fff;
  --title-color-opc: 28, 26, 30;
  --text-color: #dedede;
  --text-color-opc: 84, 84, 84;
  --text-color2: #a0a0a0;
  /*   Theme Color */
  --primary-color1: #01bc8d;
  --primary-color2: #01bc8d;
  --borders-color: #eee;
}

/* Currrent account page section 2 start */

.Flipping_card .cols {
  color: #050a13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Flipping_card .col {
  width: calc(25% - 2rem);
  margin: 1rem;
  cursor: pointer;
}

.Flipping_card .cardBox {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.Flipping_card .front,
.Flipping_card .back {
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-position: center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  min-height: 280px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 1.5rem;
}

.Flipping_card .back {
  background: #12161f;
  background: linear-gradient(45deg, #12161f 0%, #12161f 100%);
}


.Flipping_card .cardBox:hover .front,
.Flipping_card .cardBox:hover .back {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.Flipping_card .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.Flipping_card .inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}

.Flipping_card .cardBox .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.Flipping_card .cardBox .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.Flipping_card .cardBox:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.Flipping_card .cardBox:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.Flipping_card .front .inner p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}

.Flipping_card .front .inner p:after {
  content: "";
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #c6d4df;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -0.75rem;
}

.Flipping_card .front .inner span {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat";
  font-weight: 300;
}

@media screen and (max-width: 64rem) {
  .Flipping_card .col {
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem) {
  .Flipping_card .col {
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem) {
  .Flipping_card .col {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}

/* Currrent account page section 5 */
.animation-package-section .animation-package-wrapper {
  background-image:url('../img/3 Banking/3 API Banking/Section3/bg.webp') ;
  border-radius: 20px;
  padding: 60px 85px;
  position: relative;
}

@media (max-width: 1400px) {
  .animation-package-section .animation-package-wrapper {
    padding: 110px 45px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .animation-package-section .animation-package-wrapper {
    padding: 90px 30px;
  }
}

@media (max-width: 991px) {
  .animation-package-section .animation-package-wrapper {
    padding: 90px 35px;
  }
}

@media (max-width: 768px) {
  .animation-package-section .animation-package-wrapper {
    padding: 70px 25px;
  }
}

@media (max-width: 576px) {
  .animation-package-section .animation-package-wrapper {
    padding: 70px 15px;
    border-radius: 15px;
  }
}

/* --- Content Styling --- */
.animation-package-content span {
  color: var(--primary-color1);
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  padding: 8px 17px;
  border-radius: 24px;
  background-color: var(--white-color);
  border: 1px solid var(--primary-color1);
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .animation-package-content span {
    padding: 8px 15px;
    font-size: 16px;
  }
}

.animation-package-content h2 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 35px;
}

@media (max-width: 1400px) {
  .animation-package-content h2 {
    font-size: 42px;
  }
}

@media (max-width: 1200px) {
  .animation-package-content h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .animation-package-content h2 {
    font-size: 38px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .animation-package-content h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .animation-package-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.animation-package-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.animation-package-content ul li {
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.animation-package-content ul li svg {
  fill: #003c30;
}

@media (max-width: 576px) {
  .animation-package-content ul li {
    font-size: 17px;
    gap: 12px;
    margin-bottom: 12px;
  }
}

.animation-package-content ul li:last-child {
  margin-bottom: 0;
}

/* --- Price Area --- */
.package-details-area {
  position: relative;
  z-index: 1;
}

.package-details-area .price-area {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: var(--black-color2);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 100px;
}

@media (max-width: 576px) {
  .package-details-area .price-area {
    margin-left: 0;
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
  }
}

.package-details-area .price-area strong {
  color: var(--white-color);
  font-family: var(--font-suse);
  font-weight: 700;
  font-size: 35px;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  .package-details-area .price-area strong {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .package-details-area .price-area strong {
    font-size: 28px;
  }
}

.package-details-area .price-area span {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-weight: 700;
  font-size: 18px;
  line-height: 23.44px;
}

@media (max-width: 1200px) {
  .package-details-area .price-area span {
    font-size: 17px;
  }
}

@media (max-width: 576px) {
  .package-details-area .price-area span {
    font-size: 16px;
  }
}

/* --- Feature Area --- */
.package-feature-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 80px;
}

@media (max-width: 1400px) {
  .package-feature-area ul {
    gap: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .package-feature-area ul {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .package-feature-area ul {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .package-feature-area ul {
    gap: 30px;
    justify-content: space-between;
  }
}

@media (max-width: 576px) {
  .package-feature-area ul {
    gap: 20px;
    flex-wrap: wrap;
  }
}

.package-feature-area ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: var(--white-color);
  min-width: 240px;
}

@media (max-width: 1400px) {
  .package-feature-area ul li {
    min-width: 225px;
  }
}

@media (min-width: 992px) and (max-width: 1199px), (max-width: 768px) {
  .package-feature-area ul li {
    min-width: 200px;
    padding: 8px 16px;
  }
}

@media (max-width: 576px) {
  .package-feature-area ul li {
    width: 100%;
  }
}

.package-feature-area ul li h5 {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 1199px), (max-width: 768px) {
  .package-feature-area ul li h5 {
    font-size: 20px;
  }
}

/* --- Vector --- */
.package-details-area .vector {
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  fill: var(--title-color);
}

@media (max-width: 576px) {
  .package-details-area .vector {
    display: none;
  }
}

/* --- Button --- */
.animation-package-wrapper .primary-btn {
  border-radius: 33px;
  padding: 16px 38px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}

/* current page  End */

/* Escrow page Faq section start*/
.escrow-faq-bg {
  background: linear-gradient(135deg, #0f1419 0%, #1a2332 100%);
  padding: 40px 0;
}
.hero-title {
  text-align: center;
  font-size: 2.81rem;
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(45deg, #ffffff, #a0aec0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #a0aec0;
  margin-bottom: 60px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.faq-left {
  space-y: 20px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.faq-item.active {
  background: rgba(112, 246, 59, 0.1);
  border-color: var(--primary-color2);
}

.faq-question {
  padding: 24px;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.faq-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  color: #a0aec0;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 0 24px 24px 24px;
}

.faq-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 400px;
}

.image-container {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;

}

.faq-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.faq-image.active {
  opacity: 1;
}



@media (max-width: 768px) {
  .faq-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .faq-question {
    font-size: 1rem;
    padding: 20px;
  }


}

/* escorw page end */

label.error {
  color: red;
  margin: 5px 0;
}

header.header-area.style-2.sticky :is(.login-btn, .login-btn svg) {
  color: #fff;
  fill: #fff;
}
header.style-2 .primary-btn2{
  border: 1px solid var(--primary-color2);
  background-color: var(--primary-color2);
  color: #fff;
}

header.style-2 .primary-btn2 svg {
  stroke: #fff;
}
header.style-2 .primary-btn2::after {
  background-color: #fff;
  color: var(--primary-color2);
}

.primary-btn2 > span:nth-child(2){
  color: var(--primary-color2);
}
.primary-btn2 > span:nth-child(2) svg{
  stroke: var(--primary-color2);
}

.banner-title {
  text-align: center;
}
a.login-btn.active {
  color: var(--primary-color2);
}
a.login-btn.active svg {
  stroke: var(--primary-color2);
}
.footer-section .footer-menu-wrap .footer-widget .widget-list li a.active {
  color: var(--primary-color2);;
}
.policy-page p {
  margin: 5px 0;
}
.policy-page h3 {
  margin-top: 15px;
  margin-bottom: 0;
}
.banner-content ul {
  list-style-type: none;
  padding-left: unset;
}
.banner-content ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
}
.text-white li,.text-white li svg ,.text-white{
  color: #fff;
  fill: #fff;
}
.home3-process-section .process-wrapper .process-card2  p{
  color: #fff;
}
.home3-process-section .process-wrapper .process-card2.two p{
  color: #000;
}
.text-center{
  text-align: center;
}
a.primary-btn2.d-lg-flex.d-none.active , .btn-and-contact-area a.primary-btn2.active{
  background-color: var(--primary-color2);
}

.animation-package-section .animation-package-wrapper .primary-btn {
  border-radius: 33px;
  padding: 16px 38px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.primary-btn {
  color: var(--white-color);
  font-family: var(--font-dmsans);
  font-size: 16px;
  font-weight: 700;
  background-color: var(--primary-color1);
  padding: 15px 25px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  transition: all 0.6s;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 8px;
}

.primary-btn svg {
  fill: none;
  stroke: var(--white-color);
  transition: all 0.6s;
}

.primary-btn svg.vector {
  fill: var(--white-color);
  stroke: none;
}

.primary-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 36px;
  background-color: var(--black-color2);
  transition: all 0.6s;
  transform: translate(-50%, -50%);
  z-index: -1;
}

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

.primary-btn:hover svg {
  stroke: var(--white-color);
}

.primary-btn:hover svg.vector {
  fill: var(--white-color);
  stroke: none;
}

.primary-btn:hover span {
  width: 225%;
  height: 1000.5px;
}

/* white-bg modifier */
.primary-btn.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}

.primary-btn.white-bg svg {
  stroke: var(--title-color);
}

.primary-btn.white-bg svg.vector {
  stroke: none;
  fill: var(--title-color);
}

.primary-btn.white-bg span {
  background-color: var(--primary-color1);
}

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

.primary-btn.white-bg:hover svg {
  stroke: var(--white-color);
}

.primary-btn.white-bg:hover svg.vector {
  fill: var(--white-color);
  stroke: none;
}

/* two modifier */
.primary-btn.two {
  background-color: var(--primary-color2);
  color: var(--title-color);
}

.primary-btn.two svg {
  stroke: var(--title-color);
}

.primary-btn.two svg.vector {
  stroke: none;
  fill: var(--title-color);
}

.primary-btn.two span {
  background-color: var(--black-color2);
}

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

.primary-btn.two:hover svg {
  stroke: var(--white-color);
}

.primary-btn.two:hover svg.vector {
  fill: var(--white-color);
  stroke: none;
}

/* transparent modifier */
.primary-btn.transparent {
  background-color: transparent;
  border: 1px solid var(--borders-color);
  color: var(--title-color);
}

.primary-btn.transparent svg {
  stroke: var(--title-color);
}

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

.primary-btn.transparent:hover svg {
  stroke: var(--white-color);
}

.sticky-section{
  position: sticky;
  top: 100px;
}

.service-card h3 {
  color: #fff;
  font-size: 24px;
}
.h-220{
  height: 220px;
  overflow: hidden;
}

.home1-industries-section .home1-industries-top .industries-list li p:hover{
  border: 1px solid var(--primary-color2);
}
.home1-industries-section .home1-industries-top .industries-list li p:hover span{
  color:  var(--primary-color2);
}
.section-title :is(span,h2){
  text-transform: capitalize;
}
.form-inner{
  position: relative;
}
i.input-icon.fa-regular.toggle-password {
  position: absolute;
  right: 15px;
  top: 49px;
  cursor: pointer;
}
.home-team-page-banner{
  background-image: url('../img/1-Home/Section5/bg.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

i.bx.bxs-check-circle {
  color: var(--primary-color2);
  font-size: 20px;
}
ul.transaction-tool-list  li.single-tool img{
  width: 50px;
}

.green-text{
  color: var(--primary-color2);
}
.integration-wrap .single-integration img{
  width: 50px;
}
.primary-btn2 >span{
  color: #fff;
}
.primary-btn2 >span svg{
  stroke: #fff;
}
.feature-card .icon img{
  width: 40px;
}
.cardBox .front{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.digitalAccount-bg{
  background-image: url('../img/2-Payment/5 Smart Collect/Section3/1-Digital-Accounts.webp');
}
.realtime-bg{
  background-image: url('../img/2-Payment/5 Smart Collect/Section3/2-Real-Time-Tracking.webp');
}
.reconciliation-bg{
  background-image: url('../img/2-Payment/5 Smart Collect/Section3/3-Aut-Reconciliation.webp');
}
.seamless-bg{
  background-image: url('../img/2-Payment/5 Smart Collect/Section3/4-Seamless-Intergation.webp');
}
.bg-grey{
  background-color:#12161f;
}

.service-card.magnetic-item img{
  width: 50px;
}
.current .instant-bg{
background-image: url('../img/3 Banking/1 Current Account/Section2/1-Instant-Access.webp');
}
.current .seamlessIntegration-bg{
  background-image: url('../img/3 Banking/1 Current Account/Section2/2-Seamless-integration.webp');
}
.current  .smartControl-bg{
  background-image: url('../img/3 Banking/1 Current Account/Section2/3-Smart-Controls.webp');
}
.current  .primary-btn2:hover svg{
  stroke: var(--primary-color2);
}
.accounting .instant-bg{
background-image: url('../img/3 Banking/4 Accounting/Section2/1-Instant-Sync.webp');
}
.accounting  .compliance-bg {
  background-image: url('../img/3 Banking/4 Accounting/Section2/2-Compliance-First.webp');
}
.accounting  .visibility-bg{
  background-image: url('../img/3 Banking/4 Accounting/Section2/3-Full-Visibility.webp');
}
.accounting  .lightning-bg  {
  background-image: url('../img/3 Banking/4 Accounting/Section2/4-Lightnin-Closures.webp');
}
.vertical-center{
  display: flex;
  justify-content: start;
  align-items: center;
}
.payroll .smart-bg {
background-image: url('../img/4 Payroll/Section4/1-Smar-Scheduling.webp');
}
.payroll .tax-bg  {
background-image: url('../img/4 Payroll/Section4/2-Tax-Handling.webp');
}
.payroll .bulkUpload-bg  {
background-image: url('../img/4 Payroll/Section4/3-Bulk-Uploads.webp');
}
.payroll .custom-bg  {
background-image: url('../img/4 Payroll/Section4/4-Custom-Rules.webp');
}
a.link-text{
  color: var(--white-color);
  padding-top:5px;
  display: block;
}
a.link-text:hover{
  color: var(--primary-color2);
}

.faq-bg .banner-content-wrap,
.signin-bg .banner-content-wrap,
.signup-bg .banner-content-wrap{
  background: var(--primary-color2)!important;
}
.faq-bg .banner-content-wrap p{
  color: #fff!important;
}
.single-skill img{
  width: 80px;
}
.home2-global-map-section .section-title{
  margin-bottom: 0!important;
}
.address:hover {
color: inherit!important;
}

.service-card4.magnetic-item{
  background-color: #12161f;
}
.details-content-wrap .single-service:hover,.home7-about-section .skill-area .skill-list .single-skill:hover{
  border: 1px solid  var(--primary-color2);
  transition: border 0.3s;
}
.details-content-wrap .single-service:hover h5 ,.home7-about-section .skill-area .skill-list .single-skill:hover .content span{
  color: var(--primary-color2);
  transition: color 0.3s;
}
.marquee__group h5{
  padding: 10px;
  position: relative;
}
.marquee__group h5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 2px;
  background: linear-gradient(45deg, 
      transparent, 
      transparent, 
      var(--primary-color1), 
      var(--primary-color1), 
      transparent, 
      transparent
  );
  background-size: 300% 300%;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  animation: moveBorderWave 5.5s ease-in infinite;
}

@keyframes moveBorderWave {
  0% {
      background-position: 0% 50%;
  }
  33% {
      background-position: 100% 0%;
  }
  66% {
      background-position: 0% 100%;
  }
  100% {
      background-position: 0% 50%;
  }
  66% {
    background-position: 0% 100%;
  }
  33% {
    background-position: 100% 0%;
  }
    0% {
      background-position: 0% 50%;
  }
  
}

h5.green-text{
  font-size: 1.5rem;
}


.single-services .icon img{
  width: 60px;
}
p{
  font-size: 16px!important;
}
.cardBox .front .inner p{
  font-size: 24px!important;
}


.custom-btn-container :active, .custom-btn-container :hover, .custom-btn-container  :focus {
  outline: 0!important;
  outline-offset: 0;
}

 .custom-btn-container ::before,
  .custom-btn-container ::after {
  position: absolute;
  content: "";
}


.custom-button {
  position: relative;
  display: inline-block;
  width: auto; 
  height: auto;
  background-color: #12161f;
  border: none;
  cursor: pointer;
  width: 100%;
}

.custom-button span {         
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: capitalize;
  top: 0; 
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s;
}

/*--- custom-btn-style ---*/
.custom-btn-style span {
  color: #fff;
  border: 2px solid #01bc8d;
  transition: 0.2s;
}

.custom-btn-style span:hover {
  background-color: #12161f;
  color: #01bc8d;
}

/* custom-hover-effect */
.custom-button.custom-hover-effect::before,
.custom-button.custom-hover-effect::after {
  width: 100%; 
  height: 2px;
  background-color: rgb(54, 56, 55);
  z-index: 2;
  transition: 0.35s; 
}

.custom-button.custom-hover-effect::before {
  top: 0; 
  right: 0;
}

.custom-button.custom-hover-effect::after {
  bottom: 0; 
  left: 0;
}

.custom-button.custom-hover-effect:hover::before,
.custom-button.custom-hover-effect:hover::after {
  width: 0%;
  transition: 0.2s 0.2s ease-out; 
}

.custom-button.custom-hover-effect span::before,
.custom-button.custom-hover-effect span::after {
  width: 2px; 
  height: 100%;
  background-color: rgb(54, 56, 55);
  z-index: 2;
  transition: 0.25s; 
}

.custom-button.custom-hover-effect span::before {
  bottom: 0; 
  right: -2px;
}

.custom-button.custom-hover-effect span::after {
  top: 0; 
  left: -2px;
}

.custom-button.custom-hover-effect span:hover::before,
.custom-button.custom-hover-effect span:hover::after {
  height: 0%;
}
.service-card2 .service-content-wrap h3{
  font-size: 24px;
}
.about-content h2{
  font-size: 2.82rem;
}


@keyframes spinner {
  to {
    transform: rotate(1turn)
  }
}

.page-loading {
  background-color: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .4s ease-in-out .2s;
  visibility: hidden;
  width: 100%;
  z-index: 99999
}

.page-loading.active {
  opacity: 1;
  visibility: visible
}

.page-loading.active>.page-loading-inner {
  opacity: 1
}

.page-loading-inner {
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .2s ease-in-out;
  width: 100%
}

.page-loading-inner>img {
  width: 300px
}



.page-loading-inner>span {
color: #9397ad;
display: block;
font-size: 1rem;
font-weight: 400
}

.page-spinner {
animation: spinner .75s linear infinite;
border: .15em solid #b4b7c9;
border-radius: 50%;
border-right-color: transparent;
display: inline-block;
height: 2.75rem;
margin-bottom: .75rem;
vertical-align: text-bottom;
width: 2.75rem
}

.page-loading {
background-color: #0b0f19
}

.page-loading-inner>span {
color: #fff;
opacity: .6
}

.page-spinner {
border-color: hsla(0, 0%, 100%, .4) transparent hsla(0, 0%, 100%, .4) hsla(0, 0%, 100%, .4)
}

.author-name {
  font-size: 1.125rem; /* same as h5 */
  font-weight: 600;
}
.benefit-area  ul{
  list-style: none;
  padding-left: 0;
}
.benefit-area  ul li svg {
  fill: var(--primary-color4)!important;
}
.benefit-area ul li {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.content-area ul {
  list-style-position: inside;
  padding-left: 0;
}

.home1-industries-section .industries-banner-area .banner-content p{
  color: var(--white-color);
  font-family: var(--font-lora);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 35px;
}

.flex-column{
  flex-direction: column;
}
.single-feature .icon{
  min-width: 70px;
    max-width: 70px;
    height: 68px;
    border-radius: 10px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.gap-3{
  gap: 15px;
}
.max-width-500{
  max-width: 500px;
}
.home2-feature-slider-section .feature-img img{
  max-width: 400px;
}
.home2-feature-slider-section .feature-img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-section .single-process{
  position: relative;
}
.step-section .single-process::before {
  content: " ";
  border-top: 2px solid #ffffff;
  width: 100%;
  padding: 50px;
  z-index: 9;
  position: absolute;
  display: none;
  top: 60px;
  left: 80%;
}
.step-section .single-process.third::before {
  display: none;
}


.single-contact .icon img{
  width: 30px;
}
.footer-section .footer-menu-wrap .footer-contact-wrap .contact-list .single-contact:nth-child(1){
  align-items: start;
}
.w-100{
  width: 100%;
}
.section-title2{
  width: 100%;
  text-align: center;
}