 .fin-hero {
    /* background: linear-gradient(180deg, #fff5f8 0%, #ffffff 100%); */
  }
 
  .fin-eyebrow {
    color: #f55f8d;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;

    background-color: #eee6e6;
    border-radius: 20px;
    padding: 3px;
  }
 
  .fin-heading {
    font-size:32px;
    font-weight: 700;
    line-height: 1.2;
    color: #14142b;
  }
 
  .fin-heading-accent {
     background: linear-gradient(135deg, #ff4d79, #ff7a3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
  }
 
  .fin-subtext {
    color: #6b7280;
    font-size: 1rem;
    max-width: 32rem;
  }
 
  .fin-btn-primary {
   background: linear-gradient(135deg, #ff4d79, #ff7a3d);
    color: #fff;
    border-radius: 0.3rem;
    font-weight: 600;
    border: none;
    white-space: nowrap;
  }
  .fin-btn-primary:hover {
    background-color: #f55f8d;
    color: #fff;
  }
 
  .fin-btn-outline {
    /* background-color: #fdeaf3; */
    color: #f55f8d;
    border-radius: 0.3rem;
    font-weight: 600;
    border: 1px solid #f55f8d;
    white-space: nowrap;
  }
  .fin-btn-outline:hover {
    background-color: #fbd6e8;
    color: #e6007a;
  }
 
  /* Visual area: flex layout, no absolute positioning = no overlap bugs */
  .fin-visual {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
 
  .fin-services-card {
    background: #fff;
    border-radius: 0.9rem;
    padding: 0.85rem;
    box-shadow: 0 12px 30px rgba(20, 20, 43, 0.08);
    flex: 0 0 auto;
    margin-right: -18px;
    margin-top: 6px;
    position: relative;
    z-index: 2;
  }
 
  .fin-service-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #14142b;
    padding: 0.4rem 0.5rem;
    white-space: nowrap;
  }
  .fin-service-item i {
    color: #e6007a;
  }
 
  .fin-bank-block {
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
    width: 42%;
    max-width: 220px;
  }
 
  .fin-bank-img {
    width: 100%;
    height: auto;
    display: block;
  }
 
  .fin-stats-col {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 0 0 auto;
    margin-left: -22px;
    position: relative;
    z-index: 2;
  }
 
  .fin-stat-card {
    background: #fff;
    border-radius: 0.9rem;
    padding: 0.85rem 1.1rem;
    box-shadow: 0 12px 30px rgba(20, 20, 43, 0.08);
    min-width: 165px;
  }
 
  .fin-stat-label {
    font-size: 0.75rem;
    color: #9ca3af;
    font-weight: 500;
    margin: 0;
  }
 
  .fin-stat-value {
    font-weight: 700;
    color: #14142b;
    font-size: 1.25rem;
    margin: 0;
  }
 
  .fin-stat-trend {
    color: #16a34a;
    font-weight: 600;
    font-size: 0.75rem;
  }
 
  .fin-stars {
    color: #e6007a;
    font-size: 0.8rem;
  }
 
  .fin-stat-sub {
    color: #9ca3af;
    font-size: 0.72rem;
  }
 
  /* Hide the services list below xl - not enough room to sit beside bank + stats */
  @media (max-width: 1199.98px) {
    .fin-services-card { display: none; }
  }
 
  /* Tablet/mobile: stack everything vertically, drop negative overlaps */
  @media (max-width: 991.98px) {
    .fin-visual {
      flex-direction: column;
      align-items: center;
    }
    .fin-bank-block {
      width: 55%;
      max-width: 220px;
      margin-bottom: 1.25rem;
    }
    .fin-stats-col {
      margin-left: 0;
      width: 100%;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
    }
    .fin-stat-card {
      flex: 1 1 220px;
    }
  }
 
  @media (max-width: 575.98px) {
    .fin-stats-col {
      flex-direction: column;
    }
    .fin-stat-card {
      width: 100%;
    }
  }



  .fss-section {
    background-color: #fff;
}
 
.fss-heading {
    font-size: 1.7rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}
 
.fss-heading-highlight {
   background: linear-gradient(135deg, #ff4d79, #ff7a3d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
 
/* Custom 5-column grid (Bootstrap has no native col-xl-5-per-row) */
@media (min-width: 992px) {
    .fss-col-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}
 
.fss-card {
    background: #fff;
    border: 1px solid #f0e6ea;
    border-radius: 14px;
    padding: 1rem .25rem;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
 
.fss-card:hover {
    box-shadow: 0 10px 30px rgba(245, 56, 109, 0.12);
    border-color: #f5386d;
    transform: translateY(-4px);
    background: var(--gradient);
}

.fss-card:hover .fss-icon-wrap{
  background-color: #ddd;
}


.fss-card:hover .fss-icon-wrap .fss-icon,
.fss-card:hover .fss-card-title,
.fss-card:hover .fss-card-text,
.fss-card:hover .fss-link {
  color: #fff;
}


.fss-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(245, 56, 109, 0.1), rgba(255, 138, 30, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}
 
.fss-icon {
    font-size: 1.6rem;
    background:#f5386d;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
 
.fss-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.6rem;
}
 
.fss-card-text {
    font-size: 0.9rem;
    color: #6c7280;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}
 
.fss-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #f5386d;
    text-decoration: none;
}
 
.fss-link:hover {
    color: #ff8a1e;
}
 
.fss-link-arrow {
    font-size: 0.75rem;
    transition: transform 0.25s ease;
}
 
.fss-link:hover .fss-link-arrow {
    transform: translateX(4px);
}
 
/* ===== Responsive tweaks ===== */
@media (max-width: 991.98px) and (min-width: 768px) {
    .fss-col-5 {
        flex: 0 0 auto;
        width: 33.3333%;
    }
}
 
@media (max-width: 991.98px) {
    .fss-heading {
        font-size: 1.6rem;
    }
}
 
@media (max-width: 575.98px) {
    .fss-card {
        padding: .7rem;
    }
    .fss-icon-wrap {
        width: 50px;
        height: 50px;
    }
    .fss-icon {
        font-size: 1.3rem;
    }
}


/*====================== our success story=============== */


  .txss-section {
    background: #ffffff;
    overflow: hidden;
  }
 
  .txss-heading {
    font-weight: 700;
    font-size: 1.6rem;
    color: #333350;
  }
 
  /* Carousel wrapper */
  .txss-carousel-wrap {
    position: relative;
    padding: 0 10px;
  }
 
  .txss-track-outer {
    overflow: hidden;
    width: 100%;
  }
 
  .txss-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
 
  .txss-slide {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 15px;
    box-sizing: border-box;
  }
 
  @media (max-width: 991.98px) {
    .txss-slide {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
 
  @media (max-width: 575.98px) {
    .txss-slide {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
 
  /* Card */
  .txss-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
 
  .txss-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  }
 
  /* Top row: image (left) + stats column (right) side by side */
  .txss-top-row {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
 
  .txss-img-wrap {
    position: relative;
    flex: 0 0 60%;
    max-width: 60%;
    overflow: hidden;
  }
 
  .txss-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 210px;
  }
 
  /* Right-side pink/lavender panel holding the two stat boxes */
  .txss-stats-col {
    flex: 0 0 40%;
    max-width: 40%;
    background: linear-gradient(135deg, rgba(245, 56, 109, 0.1), rgba(255, 138, 30, 0.1));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 14px 10px;
  }
 
  .txss-badge {
    /* background: #ffffff; */
    border-radius: 12px;
    padding: 12px 10px;
    /* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1); */
    text-align: center;
    line-height: 1.2;
    width: 100%;
  }
 
  .txss-badge-num {
    display: block;
    font-weight: 600;
    font-size: 1.1rem;
    color: #f5386d;
  }
 
  .txss-badge-text {
    display: block;
    font-size: 0.65rem;
    color: #333;
    font-weight: 500;
    margin-top: 3px;
  }
 
  @media (max-width: 575.98px) {
    .txss-img-wrap,
    .txss-stats-col {
      flex-basis: 50%;
      max-width: 50%;
    }
    .txss-img {
      min-height: 160px;
    }
    .txss-badge {
      padding: 8px 6px;
    }
    .txss-badge-num {
      font-size: .7rem;
    }
    .txss-badge-text {
      font-size: 0.65rem;
    }
  }
 
  /* Card content */
  .txss-content {
    padding: 22px 24px 26px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
 
  .txss-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
  }
 
  .txss-desc {
    font-size: 0.82rem;
    color: #666;
    margin-bottom: 16px;
    flex-grow: 1;
    line-height: 1.55;
  }
 
  .txss-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: #f5386d;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
  }
 
  .txss-link i {
    transition: transform 0.25s ease;
  }
 
  .txss-link:hover {
    color: #ff8a1e;
  }
 
  .txss-link:hover i {
    transform: translateX(4px);
  }
 
  /* Arrows */
  .txss-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #f5386d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    z-index: 5;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
  }
 
  .txss-arrow:hover {
    background: linear-gradient(90deg, #f5386d, #ff8a1e);
    color: #fff;
  }
 
  .txss-arrow-left {
    left: -28px;
  }
 
  .txss-arrow-right {
    right: -48px;
  }
 
  @media (max-width: 575.98px) {
    .txss-arrow {
      width: 36px;
      height: 36px;
      font-size: 0.85rem;
    }
  }
 
  /* Dots */
  .txss-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
  }
 
  .txss-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e3c9d1;
    border: none;
    cursor: pointer;
    transition: all 0.25s ease;
  }
 
  .txss-dot.txss-dot-active {
    width: 26px;
    border-radius: 6px;
    background: linear-gradient(90deg, #f5386d, #ff8a1e);
  }


  /* ==============================card icons=================== */

  .stats-section{
    background:#fff;
}

.stats-wrapper{
    background:linear-gradient(90deg,#fff6f8,#ffeff4);
    border:1px solid #f7dce6;
    border-radius:12px;
    padding:18px 10px;
}

.stat-item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    height:100%;
    padding:0px 5px;
    border-right:1px solid #efd6df;
}

.stat-icon{
    width:48px;
    height:48px;
    min-width:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#ff2f74;
}

.stat-content{
    text-align:left;
}

.stat-content h3{
    margin:0;
    font-size:23px;
    font-weight:700;
    color:#ff2f74;
    line-height:1;
}

.stat-content p{
    margin:5px 0 0;
    font-size:11px;
    color:#222;
    font-weight:600;
    line-height:1.4;
}

/* Tablet */
@media(max-width:991px){

    .stat-item{
        border-right:none;
        justify-content:flex-start;
        padding:15px;
        border:1px solid #f1d8e0;
        border-radius:10px;
        background:#fff;
    }

    .stats-wrapper{
        padding:15px;
    }

}

/* Mobile */
@media(max-width:576px){

    .stat-item{
        flex-direction:column;
        text-align:center;
        gap:8px;
    }

    .stat-content{
        text-align:center;
    }

    .stat-content h3{
        font-size:26px;
    }

    .stat-content p{
        font-size:12px;
    }

    .stat-icon{
        width:42px;
        height:42px;
        font-size:24px;
    }

}


/* ======================why choese====================== */

.thixfs-section {
    padding: 25px 0;
  }
  .thixfs-card {
    background: #fdf6f8;
    border-radius: 16px;
    padding: 17px;
    box-shadow: 0 10px 30px rgba(245, 56, 109, 0.08);
    height: 100%;
    border: 1px solid pink;
  }
  .thixfs-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 22px;
  }
  /* left card inner layout */
  .thixfs-left-inner {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .thixfs-left-text {
    flex: 1 1 55%;
    min-width: 0;
  }
  .thixfs-left-media {
    flex: 1 1 40%;
    min-width: 0;
  }
  .thixfs-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .thixfs-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #33333d;
    margin-bottom: 8px;
    line-height: 1.5;
  }


   .thixfs-list li i{
    font-size: 8px;

   }

  
  .thixfs-check {
    background:#f5386d;
    color: #fff;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-top: 2px;
  }


  /* .txss-track{
    transition: none !important;
} */

.swiper{
    overflow: hidden;
}

.swiper-slide{
    height:auto;
    display:flex;
}

.txss-card{
    width:100%;
}
  /* .thixfs-illustration {
    position: relative;
    background: linear-gradient(135deg, #fdeef2, #fff6ec);
    border-radius: 14px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    height: 100%;
  }
  .thixfs-illustration i.fa-laptop {
    font-size: 64px;
    color: #2d2d3a;
  }
  .thixfs-illustration i.fa-shield-halved {
    position: absolute;
    font-size: 36px;
    color: #f5386d;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .thixfs-illustration i.fa-coins {
    position: absolute;
    font-size: 30px;
    color: #ff8a1e;
    bottom: 26px;
    left: 22px;
  } */


  .thixfs-illustration {
  background: transparent;
  border-radius: 14px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  height: 100%;
  width: 100%;
}
.thixfs-illustration img {
  width: 100%;
  height: auto;
  max-width: 320px;
  max-height: 260px;
  object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .thixfs-illustration img {
    max-width: 220px;
    max-height: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .thixfs-illustration img {
    max-width: 180px;
    max-height: 160px;
  }
}
  /* right card - tech stack */
  .thixfs-tech-item {
    background: #fdf6f8;
    border-radius: 12px;
    padding: 1px 1px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .thixfs-tech-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(245, 56, 109, 0.12);
  }
  .thixfs-tech-item img {
    width: 60px;
    height: 45px;
    object-fit: contain;
    margin-bottom: 8px;
  }
  .thixfs-tech-item span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #33333d;
  }
  @media (max-width: 767px) {
    .thixfs-left-inner {
      flex-direction: column;
    }
    .thixfs-left-media {
      width: 100%;
    }
  }
  @media (max-width: 575px) {
    .thixfs-card { padding: 22px; }
    .thixfs-title { font-size: 18px; }
  }


   /*=========================
 CTA Section
==========================*/

.cta-section{

    background:#fff;

}

.cta-box{

    background:linear-gradient(90deg,#ff3f7f 0%, #ff5d92 45%, #ffa1bd 100%);
    border-radius:14px;
    padding:12px 30px;
    overflow:hidden;
    position:relative;

}

.cta-box::before{

    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at left,
    rgba(255,255,255,.15),transparent 45%);
    pointer-events:none;

}

.cta-img{

    max-width:175px;

}

.cta-box h2{

    color:#fff;
    font-size:23px;
    font-weight:700;
    margin-bottom:10px;

}

.cta-box p{

    color:#fff;
    opacity:.95;
    font-size:14px;
    line-height:1.7;
    margin-bottom:0;

}

.cta-btn{

    background:#fff;
    color:#ff3f7f;
    font-weight:700;
    padding:16px 32px;
    border-radius:10px;
    transition:.35s;
    white-space:nowrap;

}

.cta-btn:hover{

    background:#18223d;
    color:#fff;

}

.cta-btn i{

    transition:.35s;

}

.cta-btn:hover i{

    transform:translateX(6px);

}

/* Laptop */

@media(max-width:1199px){

.cta-box{

    padding:25px;

}

.cta-box h2{

    font-size:26px;

}

}

/* Tablet */

@media(max-width:991px){

.cta-box{

    text-align:center;
    padding:30px 25px;

}

.cta-img{

    max-width:120px;
    margin-bottom:15px;

}

.cta-box h2{

    font-size:26px;

}

.cta-box p{

    font-size:13px;

}

}

/* Mobile */

@media(max-width:767px){

.cta-box{

    padding:25px 20px;

}

.cta-img{

    max-width:100px;

}

.cta-box h2{

    font-size:24px;

}

.cta-box p{

    font-size:13px;

}

.cta-btn{

    width:100%;
    margin-top:20px;
    padding:14px;

}

}

/* =========================================================
   TP FEATURE SECTION
========================================================= */

.tp-feature-wrapper {
   width: 100%;
   perspective: 1400px;
}

.tp-feature-wrapper .row {
   perspective: 1400px;
}


/* =========================================================
   FEATURE BOX
========================================================= */

.tp-feature-box {
   position: relative;
   height: 100%;
   min-height: 300px;

   padding: 38px 22px 30px;

   text-align: center;

   background: #ffffff;

   border: 1px solid rgba(245, 56, 109, 0.10);
   border-radius: 0;

   overflow: hidden;

   transform-style: preserve-3d;

   transition:
      transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1),
      background 0.5s ease,
      box-shadow 0.5s ease,
      border-color 0.5s ease;

   box-shadow:
      0 8px 25px rgba(20, 30, 50, 0.06);
}


/* =========================================================
   GRADIENT TOP BORDER
========================================================= */

.tp-feature-box::before {
   content: "";

   position: absolute;

   top: 0;
   left: 0;

   width: 100%;
   height: 4px;

   background: linear-gradient(
      90deg,
      #f5386d 0%,
      #ff8a1e 100%
   );

   transform: scaleX(0);
   transform-origin: left;

   transition: transform 0.5s ease;

   z-index: 5;
}


/* =========================================================
   BACKGROUND GLOW
========================================================= */

.tp-feature-box::after {
   content: "";

   position: absolute;

   width: 180px;
   height: 180px;

   top: -100px;
   right: -90px;

   border-radius: 50%;

   background: linear-gradient(
      135deg,
      rgba(245, 56, 109, 0.15),
      rgba(255, 138, 30, 0.15)
   );

   filter: blur(10px);

   opacity: 0;

   transition:
      transform 0.6s ease,
      opacity 0.5s ease;
}


/* =========================================================
   HOVER CARD
========================================================= */

.tp-feature-box:hover {

   transform:
      translateY(-12px)
      rotateX(3deg)
      rotateY(-3deg)
      scale(1.02);

   background: linear-gradient(
      135deg,
      #f5386d 0%,
      #ff8a1e 100%
   );

   border-color: transparent;

   box-shadow:
      0 25px 50px rgba(245, 56, 109, 0.20),
      0 10px 25px rgba(255, 138, 30, 0.15);
}


.tp-feature-box:hover::before {
   transform: scaleX(1);
}


.tp-feature-box:hover::after {
   opacity: 1;
   transform: scale(2);
}


/* =========================================================
   DIVIDER
========================================================= */

.tp-divider {
   position: absolute;

   top: 0;
   left: 50%;

   width: 1px;
   height: 38px;

   background: linear-gradient(
      to bottom,
      transparent,
      rgba(245, 56, 109, 0.35)
   );

   transform: translateX(-50%);

   transition:
      height 0.4s ease,
      background 0.4s ease;
}


/* Dot */

.tp-dot {
   position: absolute;

   top: 30px;
   left: 50%;

   width: 8px;
   height: 8px;

   border-radius: 50%;

   background: #f5386d;

   transform: translateX(-50%);

   box-shadow:
      0 0 0 4px rgba(245, 56, 109, 0.08);

   transition:
      background 0.4s ease,
      transform 0.4s ease,
      box-shadow 0.4s ease;
}


/* Divider hover */

.tp-feature-box:hover .tp-divider {
   height: 45px;

   background: linear-gradient(
      to bottom,
      transparent,
      rgba(255,255,255,0.8)
   );
}


.tp-feature-box:hover .tp-dot {
   background: #ffffff;

   transform:
      translateX(-50%)
      scale(1.35);

   box-shadow:
      0 0 0 5px rgba(255,255,255,0.18),
      0 0 15px rgba(255,255,255,0.6);
}


/* =========================================================
   ICON
========================================================= */

.tp-icon {
   position: relative;

   width: 68px;
   height: 68px;

   margin: 8px auto 22px;

   display: flex;
   align-items: center;
   justify-content: center;

   border-radius: 18px;

   background: linear-gradient(
      135deg,
      rgba(245, 56, 109, 0.10),
      rgba(255, 138, 30, 0.10)
   );

   color: #f5386d;

   font-size: 26px;

   z-index: 2;

   transition:
      transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1),
      background 0.45s ease,
      color 0.45s ease,
      box-shadow 0.45s ease;
}


/* Icon ring */

.tp-icon::before {
   content: "";

   position: absolute;

   inset: -5px;

   border-radius: 22px;

   border: 1px solid rgba(245, 56, 109, 0.15);

   transform: scale(0.8);

   opacity: 0;

   transition:
      transform 0.45s ease,
      opacity 0.45s ease;
}


/* Icon hover */

.tp-feature-box:hover .tp-icon {

   background: rgba(255,255,255,0.20);

   color: #ffffff;

   transform:
      translateY(-5px)
      rotateY(180deg)
      scale(1.12);

   box-shadow:
      0 12px 25px rgba(0,0,0,0.12);
}


.tp-feature-box:hover .tp-icon::before {
   opacity: 1;

   transform: scale(1);
}


/* =========================================================
   ICON FLOAT ANIMATION
========================================================= */

.tp-icon i {
   display: inline-block;

   transition: transform 0.4s ease;
}


/* =========================================================
   HEADING
========================================================= */

.tp-feature-box h5 {

   position: relative;

   margin: 0 0 13px;

   font-size: 17px;
   line-height: 1.4;

   font-weight: 700;

   color: #1d2433;

   z-index: 2;

   transition:
      color 0.4s ease,
      transform 0.4s ease;
}


.tp-feature-box:hover h5 {

   color: #ffffff;

   transform:
      translateY(-3px);
}


/* =========================================================
   DESCRIPTION
========================================================= */

.tp-feature-box p {

   position: relative;

   margin: 0;

   font-size: 13px;

   line-height: 1.7;

   color: #697386;

   z-index: 2;

   transition:
      color 0.4s ease,
      transform 0.4s ease;
}


.tp-feature-box:hover p {

   color: rgba(255,255,255,0.90);

   transform:
      translateY(-2px);
}


/* =========================================================
   SHINE EFFECT
========================================================= */

.tp-feature-box {
   isolation: isolate;
}


.tp-feature-box .tp-icon,
.tp-feature-box h5,
.tp-feature-box p {
   position: relative;
   z-index: 3;
}


/* =========================================================
   HOVER SHINE
========================================================= */

.tp-feature-box:hover {
   overflow: hidden;
}


.tp-feature-box:hover::after {
   animation: tpGlowMove 1.8s ease-in-out infinite alternate;
}


@keyframes tpGlowMove {

   0% {
      transform: translate(0, 0) scale(1.2);
   }

   100% {
      transform: translate(-30px, 25px) scale(1.8);
   }
}


/* =========================================================
   LAST BOX
========================================================= */

.tp-last-box {
   border-right: 1px solid rgba(245, 56, 109, 0.10);
}


/* =========================================================
   AOS ENTRANCE + HOVER
========================================================= */

.tp-feature-box[data-aos] {
   transition:
      transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1),
      background 0.5s ease,
      box-shadow 0.5s ease,
      border-color 0.5s ease;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

   .tp-feature-box {
      min-height: 280px;
      padding: 34px 18px 28px;
   }

   .tp-feature-box h5 {
      font-size: 16px;
   }

   .tp-feature-box p {
      font-size: 13px;
   }

}


@media (max-width: 575px) {

   .tp-feature-box {

      min-height: 260px;

      padding:
         32px 15px 25px;
   }

   .tp-icon {
      width: 58px;
      height: 58px;

      font-size: 22px;

      margin-bottom: 18px;
   }

   .tp-feature-box h5 {
      font-size: 15px;
   }

   .tp-feature-box p {
      font-size: 12px;
      line-height: 1.6;
   }

   /*
      Reduce 3D movement on mobile
      for smoother touch experience
   */
   .tp-feature-box:hover {
      transform:
         translateY(-7px)
         scale(1.01);
   }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

   .tp-feature-box,
   .tp-icon,
   .tp-feature-box h5,
   .tp-feature-box p {
      transition: none !important;
   }

   .tp-feature-box:hover {
      transform: none;
   }

   .tp-feature-box:hover .tp-icon {
      transform: none;
   }

}