/** Shopify CDN: Minification failed

Line 525:0 All "@import" rules must come first

**/
/* .sap-slider .page-width{
  padding-right:0 !important;
  margin-right:0 !important;
} */
.business-benefits {
    position: relative;
    background-image: url(/cdn/shop/files/smiling-creative-business-team-discussing-over-lap-566JQTQ_1.png?v=1773829718);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.business-benefits::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgb(43 45 56 / 72%);
    z-index: -1;
}
.header__active-menu-item{
  color:#fff !IMPORTANT;
}
.footer__copyright {
    text-align: center;
    margin-top: 0px;
}
.footer__list-social a .svg-wrapper{
      width: 30px;
    height: 30px;
}
.footer__list-social a .svg-wrapper svg{
    height: 100%;
    width: 100%;
    fill: #909090 !important;
}
.sap-left {
    width: 65%;
}
.sap-right {
    width: 32%;
}
.impact h2 {
  position: relative;
  display: inline-block;
}
.isolate .rich-text{
  position: relative;
}
.isolate .rich-text::before {
    content: "";
    position: absolute;
    inset: 0;
       background: #00000040;
    z-index: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
}
.c-quote_solu{
  padding: 3vw 0px;
}
.heading_bottom-line{
  position:relative;
}
.heading_bottom-line::before {
  content: "";
  position: absolute;
  bottom: -8px;   
   left: 0%;           
  /* transform: translateX(-50%); */
  width: 50px;   
  height: 3px;    
  background-color: #ff2d55; 
  border-radius: 2px;
}
.impact h2::before {
  content: "";
  position: absolute;
  bottom: -8px;   
   left: 50%;           
  transform: translateX(-50%);
  width: 40px;   
  height: 3px;    
  background-color: #ff2d55; 
  border-radius: 2px;
}
.business-benefits h3.offer-title {
    margin-top: 0px;
}
.business-benefits .offer-desc {
    margin-bottom: 10px;
}
.template-page-solution-ibp .sap-slider {
  position: relative;
}
.template-page-solution-ibp .sap-slider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100%;
    background: linear-gradient(
90deg, transparent 70%, #A9D6CB33 50%);
    transform: translateY(-50%);
    z-index: 0;
}
.sap-buttons .button:hover,
.pulseone-buttons .button:hover,
.rich-text__buttons .button--primary:hover
{
  background: #c02560;
}
.pulseone-buttons .button--secondary:hover{
background:#db2a6b0d
}
.pulseone-buttons .button--secondary{
  border: 2px solid #db2a6b;
}
.header__active-menu-item::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    /* transform: translateX(-50%); */
    width: 32px;
    height: 4px;
    background-color: #DB2A6B;
    border-radius: 4px;
}

.header__menu-item:hover span{
  text-decoration: none;
}
.header__menu-item span {
    position: relative;
}

.specialize-header h2 {
  margin: 0px;
  font-size:3vw;
}

.specialize-line {
  display: inline-block;
  width: 3vw;
  height: 3px;
  background: #DB2A6B;
  margin-bottom:20px;
  margin-top:10px;
}

.specialize-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.specialize-card {
    overflow: hidden;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    height: 100%;
} 

.specialize-card h3 {
    margin-bottom: 1.1vw;
    font-weight: 600;
    font-size: 1.1vw;
    font-family: 'Poppins';
    /* min-height:54px; */
    width: 100%;
    height: 30px;
}

.specialize-image img {
  width: 100%;
  border-radius: 20px;
  display: block;
  margin-bottom: 1.1vw;
}

.specialize-text {
  margin-bottom: 1.1vw;
  font-size:18px;
   flex-grow: 1;
}

.specialize-link {
  text-decoration: none;
  color: #DB2A6B;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content:end;
}

.pulseone{
position: relative;
}

 

.pulseone-header h2 span {
    color: #424241B2;
}
.pulseone-header h2 span pink {
    color: #DB2A6B;
}
/* =========================
   WRAPPER
========================= */
.pulseone-wrap {
  text-align: center;
  position: relative;
    padding-bottom: 0px !important;
}

.pulseone-header {
  max-width: 100%;
  margin: 0 auto 0px;
}

.pulseone-header h2 {
  font-size: 3.1vw;
}

.pulseone-line {
  display: block;
  width: 3vw;
  height: 3px;
  background: #DB2A6B;
  margin: 1.1vw auto 24px;
}

.pulseone-desc p {
    font-size: 1.1vw;
    color: #909090;
}

.pulseone-buttons {
  display: flex;
  justify-content: center;
  gap: 1.1vw;
}
.pulseone-buttons .button {
height:3.1vw;
}

/* =========================
   VISUAL AREA
========================= */
.pulseone-visual {
  position: relative;
  min-height: 42vw; /* Increased height */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible; /* Important */
}

/* Watermark */
.pulseone-bg-text {
    position: absolute;
    bottom: 0;
    left: 0;
    /* transform: translateX(-6%); */
    width: 72%;
    z-index: 1;
    pointer-events: none;
}


/* =========================
   CENTER CUBE
========================= */
.pulseone-center {
  position: relative;
  z-index: 3;
  max-width: 33vw;
}

/* =========================
   DOTS DECORATION
========================= */
span.pulseone-dots.dots-left {
    position: absolute;
    width: 59px;
    height: 124px;
    background-image: radial-gradient(#183953 2.5px, transparent 3.5px);
    background-size: 14px 14px;
    opacity: 0.5;
    z-index: 2;
}

span.pulseone-dots.dots-right {
    position: absolute;
    width: 115px;
    height: 56px;
    background-image: radial-gradient(#183953 2.5px, transparent 3.5px);
    background-size: 14px 14px;
    opacity: 0.5;
    z-index: 2;
}

.dots-left {
left: 18%;
    bottom: 28%;
}

.dots-right {
  right: 32%;
  top: 22%;
}

/* =========================
   AGENT CARDS
========================= */
.pulseone-card {
  position: absolute;
  background: #F4F3F8;
  border-radius: 18px;
  padding: 18px 22px;
  display: flex;
  gap: 14px;
  align-items: center;
  max-width: 550px;
  z-index: 4;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  /* transition: transform 0.3s ease; */
}

/* .pulseone-card:hover {
  transform: translateY(-6px);
} */

.pulseone-card-text {
  text-align: left;
}

.pulseone-card-text h3 {
    font-size: 1.1vw;
    margin: 0;
    font-family: 'Poppins';
}

.pulseone-card-text p {
  font-size: 1.1vw !important;
  margin: 6px 0 0;
  line-height: 1.6;
}

.pulseone-icon {
  background: #DC0155;
  width: 3vw;
  height: 3vw;
  padding:px0.9vw;
  border-radius: 0.7vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pulseone-icon img {
  width: 1.2vw;
}

/* =========================
   PERFECT POSITIONING
========================= */
.pos-left {
  top: 22%;
  left: 0;
}

.pos-right {
    top: 42%;
    left: 40%;
    transform: translate(60%, -50%);
}

.pos-bottom {
  top: 71%;
  left: 65%;
  transform: translate(-50%, -50%);
}


/* HEADER */
.why-us-header {
  margin-bottom: 40px;
}

.why-us-header h2 {
  margin-bottom: 8px;
}

.why-us-line {
  display: inline-block;
  width: 3vw;
  height: 3px;
  background: var(--color-accent);
}

/* BOX */
.why-us-box {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  /* background: #fdecef; */
  border-radius: 1.1vw;
  overflow: hidden;
  align-items: center;
}

/* IMAGE */
.why-us-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CONTENT */
.why-us-content {
  padding: 40px;
}

.why-us-text {
  opacity: 0.85;
  margin-bottom: 40px;
}

/* STATS */
.why-us-stats {
  display: flex;
  gap: 80px;
}

.why-us-stat strong {
  display: block;
  line-height: 1;
}

.why-us-stat span {
  opacity: 0.75;
}

.offer-header {
  margin-bottom: 40px;
}

.offer-header h2 {
  margin-bottom: 8px;
  font-size:3vw;
}
/* .hxl:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 3vw;
    bottom: -20px;
    background: #DB2A6B;
    left: 0;
} */

.hxl {position:relative;}
.image-with-text__text p {
    font-size: 23px;
    line-height: 40px;
    max-width: 644px;
    margin-top:20px !important;
}
.offer-line {
  display: inline-block;
  width: 3vw;
  height: 3px;
  background:#DB2A6B;
  border-radius:10px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}

.offer-card {
  background: #f7f7f9;
  padding: 1.5vw;
  border-radius: 1.1vw;
  box-shadow: 0 20px 40px rgba(0,0,0,0.10);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.offer-icon img {
  width: 50px;
  margin-bottom: 0px;
}

.offer-title {
    font-weight: 600;
    margin-bottom: 12px;
    font-family: 'Poppins-SemiBold';
    font-size:20px;
}

.offer-desc {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 2;
    color:#00000099;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.offer-list {
 padding: 0 0px 0px 19px;
    margin: 0 0 1.1vw;
}
.offer-list li {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 300;
    color: #000;
    font-family: "Inter", sans-serif;
}

.offer-link {
    margin-top: auto;
    color: #DB2A6B;
    font-size: 1.1vw;
    text-decoration: none;
    text-align: right;
}

.industry-header {
  text-align: center;
  margin-bottom: 40px;
}

.industry-line {
  display: block;
  width: 3vw;
  height: 3px;
  background: #DB2A6B;
  margin: 12px auto 20px;
      margin-top: -5px;
    margin-bottom: 30px;
}

.industry-subtext {
  max-width: 100%;
  margin: 0 auto;
}
.industry-label{
font-size:1.2vw;
}
.industry-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 40px;
}

/* Full pill */
.industry-item {
  display: flex;
  align-items: center;
  background: #F4F4F4;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* LEFT FULL GREY STRIP */
.industry-left {
  background: #E2E2E2;
  padding: 1vw 1.1vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icon */
.industry-icon {
  width: 1.7vw;
  height: 1.7vw;
  object-fit: contain;
  filter: contrast(0.6);
}

/* Text area */
.industry-label {
  padding: 12px 20px;
  font-size: 1.2vw;
  font-weight: 500;
}

/* Hover */
.industry-item:hover {
  transform: translateY(-2px);
}

.header__icons.header__icons--localization.header-localization {
    display: none;
}

.header__menu-item span{
  font-size:18px;
}
header-drawer {
    display: block !important;
}
.address_list {
    margin-bottom: 10px;
}
.footer_logos img{width:14vw;height:auto;object-fit:contain;}
.address_list {
    align-items: center;
    display: flex;
    gap: 12px;
}

.footer_logos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    padding-top: 20px;
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.tooltip-wrapper .custom-tooltip {
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  background: #DB2A6B;
  color: #fff !important;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99;
}

.tooltip-wrapper:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 768px) {
  .industry-grid {
    gap: 10px;
  }

  .industry-item {
    font-size: 0.85rem;
    padding: 8px 14px;
  }
}

/* Mobile */
@media (max-width: 990px) {
  .sap-slide {
    grid-template-columns: 1fr;
  }
    .specialize-grid {
    grid-template-columns: 1fr;
  }
   .pulseone-visual {
    min-height: auto;
    flex-direction: column;
  }

  .pulseone-card {
    position: static;
    transform: none !important;
    margin: 20px auto;
  }

  .pulseone-dots {
    display: none;
  }

  .pulseone-bg-text {
    display: none;
  }
   .why-us-box {
    grid-template-columns: 1fr;
  }

  .why-us-content {
    padding: 24px;
  }

  .why-us-stats {
    gap: 40px;
  }
  .offer-grid {
    grid-template-columns: 1fr;
  }
}
footer a ,footer p, footer span,footer h2 {font-size:23px !important;color:#909090 !important;}
footer h2 {font-family: 'Poppins';
    font-weight: 600;}
  @media (max-width:567px)
  {
    footer a ,footer p, footer span,footer h2 {font-size:3.5vw !important;color:#909090 !important;}
    .sap-buttons .button, .pulseone-buttons .button {
    font-size: 14px !important;
}
header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-social.header--has-account {
    display: flex;
    justify-content: space-between;
flex-direction: row-reverse;
}
.get-start.button {
      background: transparent;
    border: 1px solid;
    border-radius: 5px;
    width: 127px;
    margin: 0 20px;
    font-size: 15px !important;
    padding: 0;
}
.hidden.mobile_show {
    display: block !important;
}
h1.hh33.header__heading img {
    width: 85%;
    text-align: left;
    float: left;
}
.header {
    padding: 15px 1rem 15px 1rem !important;
}
.pulseone-center {
    max-width: 35vw;
    width: 100%;
}
.sap-buttons .button {
    width: fit-content !IMPORTANT;
    height: 48px !important;
    padding: 0px 15px;
}

.slides-heading,.specialize-header h2,.pulseone-header h2,.offer-header h2,h2.hxl,.industry-heading {
    font-size: 28px !important;
} 
.footer_logos img {
    width: 150px;
    height: auto;
}
 p {font-size:1.1vw !important;}
 .industry-grid {
    justify-content: start !important;
}
.pulseone-card-text h3 {
    font-size: 18px;
}
.industry-label {
    font-size: 3.1vw;
}
.industry-subtext {
    font-size: 3.1vw !important;
}
.sap-content {
    position: relative;
}
.sap-badge-text {
    font-size: 13px !important;
    padding: 30px 0px 15px 0px;
}
.sap-image-single {
    left: 0;
}
.sap-partner-logo {
    max-width: 55px !important;
    position: absolute;
    right: 25px;
    top: 22px;
}
.offer-card {
    padding: 3vw;
}
.offer-grid {
    gap: 20px;
}

  }
  @media (min-width:1240px)
  {
    .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {
    padding-left: 3vw;
}
footer a, footer p, footer span, footer h2 {
    font-size: 1vw !important;
    color: #909090 !important;
}
.address_list {
    margin-bottom: 20px;
}
.industry-grid {
    margin-bottom: 40px;
}
span.header__active-menu-item:after {
    width: 100% !important;
}
.header__menu-item span:after
{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
 width: 0px ;
 height: 4px;
    background-color: #DB2A6B;
    border-radius: 4px;
    transition: width 0.3s ease;
}
.header__active-menu-item::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    /* transform: translateX(-50%); */
    width: 32px;
    height: 4px;
    background-color: #DB2A6B;
    border-radius: 4px;
    transition: width 0.3s ease;
}
  }
  @media (min-width:1024px) and (max-width:1460px)
{
footer a, footer p, footer span, footer h2 {
    font-size: 1vw !important;
    color: #909090 !important;
}
.slides-heading,.specialize-header h2,.pulseone-header h2,.offer-header h2,h2.hxl,.industry-heading {
    font-size: 3vw !important;
    
} 
.specialize-card h3, p {font-size:1vw !important;}
.pulseone-card-text h3 {
    font-size: 1.1vw;
}
.industry-label {
    font-size: 1.1vw;
}
.industry-subtext {
    font-size: 1.1vw !important;
}
 .specialize-text {
    font-size: 1.1vw;
}
.why-choose__list p {
    font-size: 1.1vw;
}
/* .why_choose_inner { font-size:19px; } */
}
.why_choose_inner {
    display: flex;
    gap: 5px;
    font-family: 'Poppins-SemiBold';
        font-size: 1.2vw;
            justify-content: center;
    align-items: center;
}
.wwo-card h4 {
    font-family: 'Poppins';
    text-transform: uppercase;
}
span.pink_line {
    width: 3vw;
    height: 3px;
    background: #ff0066;
    display: block;
    border-radius:10px;
}
@media (min-width:1470px)
{
  .mega-menu__list {
    padding: 0px 15rem;
}
    .sap-container {
    padding: 10px 0px 40px 0px;
}
  .why-choose__list p {
    font-size: 20px;
}
/* .sap-left {
    flex: 1;
    min-width: 965px !important;
    max-width: 100%;
} */
.sap-right li {
    font-size: 1vw !important;
}
.sap-right h4 {
    font-size: 1.2vw !important;
    margin-bottom: 15px;
    color: #ffffff;
}
.sap-btn {
    font-size: 21px;
}
.sap-left h2 {
    font-size: 3vw !important;
    line-height: 1.4;
    font-weight: 400;
    margin-top:15px;

}
/* .impact__value {
    font-size: 64px !important;
} */
.impact__label {
    font-size: 1.2vw !important;
    opacity: 0.85;
}
.impact h2 {
    font-size: 3.2vw !important;
    margin-bottom: 70px !important;
    color: white;
}
.multicolumn-card__info p {
    font-size: 23px;
}
.multicolumn-card__info h3 {
    font-size: 32px;
}
 .pulseone-header .pulseone-line {
    margin-top: -15px !important;
    margin-bottom: 40px !important;
}
.industry-line {
    margin-top: -10px !important;
    margin-bottom: 45px !important;
}
.why-choose__subtitle {font-size:23px;}
}
@media (min-width: 1200px) and (max-width: 1470px) {
  .page-width{
  max-width:90vw !important;
  }

  .sap-container {
    padding: 10px 0px 40px 0px;
}
  .slides-heading,.specialize-header h2,.pulseone-header h2,.offer-header h2,h2.hxl,.industry-heading {
    font-size: 3vw !important;
} 
.sap-badge-text{
  font-size:20px;
}
#shopify-section-template--21220103061732__slider_JyPWFn .sap-slide {
    padding: 50px 0 90px !important;
}
.sap-visual {
  /* margin-top:12%; */
}
.specialize-card h3, p{
  font-size:1.1vw !important;
}
.specialize-text,
.specialize-link
{font-size:14px;}
.pulseone-card-text h3{font-size:1.1vw !important;}
.pulseone-card-text p{font-size:14px !important;}
.pulseone-visual {
    min-height: 42vw !important;
}
.pulseone-card {
    max-width: 450px;
}
.pulseone-center {
    max-width: 33vw;
}
.pos-right {
    left: 37%;
}
.industry-label{font-size:1.1vw;}
footer a, footer p, footer span, footer h2 {
    font-size: 14px !important;
}
.offer-title {
  font-size:18px !important;
}
.offer-desc,
.offer-link,
.offer-list li
{
  font-size:14px !important;
}

.customfooter-7{
margin-top: 50px !important;
}
.why-choose h2 {
    font-size: 3vw !IMPORTANT;
}
/* .why_choose_inner {
    font-size: 18px;
} */
/* .impact__value {
  font-size:3vw !important;
} */
/* .sub_content {
    font-size: 14px;
} */
.wwo-card a {
    font-size: 1.1vw !IMPORTANT;
}
.wwo-card p{
  font-size: 14px !IMPORTANT;
}
.wwo-card h4 {
    font-size: 1.1vw !important;
}
.offer-heading h2 {
    font-size: 3vw !important;
}
.why-us-header h2 {
    font-size: 3vw !important;
}
}

/* ////////////////////////////////////////////////////// */



@media (max-width: 570px) {
 .offer-heading h2 {
    font-size: 28px !important;
}
.footer__copyright {
    text-align: left;
}
.footer__content-bottom-wrapper {
    justify-content: left;
}
.wwo-flex {
    align-items: flex-start;
    flex-direction: column;
}
.wwo-card h4 {
    font-size: 1.1vw;
}
.sap-slide.layout-content_left {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}
.main-heading {
    text-align: center;
    font-size: 32px !important;
    margin-bottom: 40px;
}
.opportunity-section {
    padding: 20px 0px !important;
    background: #f7f7f7;
}
.apply-btn {
    height: 3vw;
}
}
/* 


body.template-index[data-theme="dark"] .sap-slider {
  --color-background: 15, 23, 42 !important;
  --color-foreground: 229, 231, 235 !important;
  --gradient-background: rgb(188, 155, 36) !important;

  background-color: rgb(255, 255, 255) !important;
  color:black;
}

/* text colors inside slider 
body.template-index[data-theme="dark"] .sap-slider,
body.template-index[data-theme="dark"] .sap-slider h1,
body.template-index[data-theme="dark"] .sap-slider h2,
body.template-index[data-theme="dark"] .sap-slider h3,
body.template-index[data-theme="dark"] .sap-slider p,
body.template-index[data-theme="dark"] .sap-slider p strong,
body.template-index[data-theme="dark"] .sap-slider div,
 body.template-index[data-theme="dark"] .sap-sub strong {
  color: rgb(14, 13, 13) !important;
}


/* buttons fix 
body.template-index[data-theme="dark"] .sap-slider .button {
  background-color:rgb(219, 42, 107) !important;
  color:rgb(14, 14, 14) !important;
}

body.template-index[data-theme="dark"] .sap-slider .button--secondary {
  background-color: transparent !important;
  border: 1px solidrgb(116, 117, 119) !important;
  color:rgb(10, 10, 10) !important;
}


/* smooth transition 
.sap-slider {
  transition: background-color 0.3s ease, color 0.3s ease;
} */

.sap-left h2 {
    font-style: italic;
}

@media (max-width: 768px) {
 a.button.button--primary {
    margin-left: 0px;
}
}


body:has(details[open]) main,
body:has(details[open]) .shopify-section:not(:has(details[open])) {
  filter: blur(6px);
}

.mega-menu__link--active{color:#fff !IMPORTANT;}
.title-icon_flex {
    display: flex;
    gap: 10px;
}

.title-icon_flex svg {
    width: 23px;
    height: 23px;
}
.template-page-product .header__active-menu-item{color:#fff !important;}

.why-features-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LEFT IMAGE */
.why-features-image {
  flex: 0 0 42%;
}

.why-features-image img {
  width: 100%;
  display: block;
}

/* RIGHT SIDE - 3 Equal Columns */
.why-features-content {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

/* FEATURE ITEM */
.feature-item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

/* ICON BOX */
.feature-icon {
  width: 6vw;
  height: 6vw;
  min-width: 6vw;
  border: 1.5px solid #dcdcdc;
  border-radius: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  width: 3vw;   /* fixed correct size */
  opacity: 0.85;
}

/* TEXT */
.feature-text h4 {
  font-size: 1.1vw;
    font-weight: 600;
    margin: 0;
    font-family: Poppins;
    color: #1f1f1f;
}

.feature-text p {
  font-size: 18px !important;
  line-height: 1.7;
  color: #6a6a6a;
  margin: 0;
}

/* Responsive */
@media screen and (max-width: 990px) {
  .why-features-wrapper {
    flex-direction: column;
  }

  .why-features-content {
    flex-direction: column;
    gap: 50px;
  }
}

.footer-block--menu a.link.link--text.list-menu__item {
    padding-left: 0;
}

/* form popup css */
.apply-popup {
position: fixed;
top:0;
left:0;
width:100%;
height:100%;
background: rgba(0,0,0,0.65);
display:none;
align-items:center;
justify-content:center;
z-index:99999;
padding:20px;
backdrop-filter: blur(5px);
}

.apply-popup-inner{
background:#fff;
max-width:680px;
width:100%;
border-radius:16px;
padding:45px 40px 40px;
position:relative;
max-height:90vh;
overflow:auto;
box-shadow:0 30px 80px rgba(0,0,0,.15);
animation:popupFade .35s ease;
}

@keyframes popupFade{
from{
opacity:0;
transform:translateY(20px);
}
to{
opacity:1;
transform:translateY(0);
}
}

.popup-close{
position:absolute;
top:18px;
right:18px;
background:#f3f3f3;
border:none;
width:36px;
height:36px;
border-radius:50%;
font-size:18px;
cursor:pointer;
transition:.3s;
display:flex;
align-items:center;
justify-content:center;
}

.popup-close:hover{
background:#db2b6b;
color:#fff;
}

.popup-header{
text-align:center;
margin-bottom:30px;
}

.popup-header h3{
font-size:32px;
margin-bottom:10px;
font-weight:600;
}

.popup-sub{
font-size:16px;
color:#6b6b6b;
margin:0;
}

.apply-popup form{
margin-top:25px;
}

.apply-popup .contact__fields{
display:grid;
grid-template-columns:1fr 1fr;
gap:18px;
margin-bottom:18px;
}

.apply-popup .field{
  margin-bottom:18px;
}

.apply-popup .field__input{
width:100%;
padding:16px;
border:1px solid #ddd;
background:#fafafa;
font-size:15px;
transition:.3s;
}

.apply-popup .field__input:focus{
border-color:#db2b6b;
background:#fff;
outline:none;
}

.apply-popup textarea.field__input{
min-height:140px;
resize:vertical;
}

.apply-popup .button{
width:100%;
padding:16px;
border-radius:40px;
background:#000;
color:#fff;
font-size:16px;
font-weight:500;
border:none;
cursor:pointer;
margin-top:10px;
transition:.3s;
}

.apply-popup .button:hover{
background:#db2b6b;
}

/* Mobile */
@media(max-width:768px){

.apply-popup-inner{
padding:30px 20px;
}

.popup-header h3{
font-size:26px;
}

.apply-popup .contact__fields{
grid-template-columns:1fr;
}

}
/* form popup css */