* html {
  scroll-behavior: smooth;
   overflow-x: hidden;
   margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
  overflow-x: hidden;
   font-family: "Inter", sans-serif;
}


.paykosh_page-sec .navbar{
    background-color: #fff;
}
.paykosh_page-sec .navbar .navbar-brand img {

  height: 40px;
   object-fit: contain;
}






.paykosh_page-sec .navbar .collapse ul li a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #082234;
  /* background-color: #180718ad;   */
  padding: 10px 18px;
  border-radius: .3rem;
  /* border:1px solid #ddd; */
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
}

.paykosh_page-sec .navbar .collapse ul li a:hover {
     background-image: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  color: #ffffff;

}
.login-btn1{
    background-color: #222;
}
.login-btn1:hover{
    background-color: #000;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.25);
}
.login-btn1:active{
    background-color: #000;
     box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
    }
.login-btn2{
    /* background: linear-gradient(135deg, #e26534 0%, #f88456 100%); */
    background-image: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
}
 .login-btn2:hover{
  background-image: linear-gradient(to right, #4b66a3 30%, #FC6539 100%);
      /* background: linear-gradient(135deg, #e26534 0%, #f88456 100%); */
    box-shadow: 0px 4px 6px rgba(0,0,0,0.25);
  color:#fff;
}
.login-btn2:active{
    background: linear-gradient(135deg, #e26534 0%, #f88456 100%);
     box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
     color:#fff;
    }




.login-btn1,
.login-btn2 {
color: white;
      border: none;
      /* padding: 10px 24px; */
       padding: 12px 26px;
      border-radius:.3rem;
      font-size: .9rem;
        font-weight: 500;
         cursor: pointer;
        transition: all 0.3s ease;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
 transition: background-color 0.3s ease, box-shadow 0.2s ease;

 
        
      
    }
   .page-inner .right_btnn .outline-btnn{
    background-color: #fff;
      border: none;
      padding: 6px 10px;
      border-radius:.3rem;
      font-size: .8rem;
        font-weight: 500;
          border:1px solid #afaaaa;
         cursor: pointer;
        transition: all 0.3s ease;
   }
      .page-inner .right_btnn .back-btnn{
    background-color: #0d6efd;
    color:#fff;
      border: none;
      padding: 6px 10px;
      border-radius:.3rem;
      font-size: .8rem;
        font-weight: 500;
     
         cursor: pointer;
        transition: all 0.3s ease;
   }
    .page-inner .right_btnn .outline-btnn:hover{
     background-color: #222;
      color: #fff;
        border:1px solid #222;
    }
  
 .page-inner .right_btnn .back-btnn:hover{
     background-color: #0a3d8b;
      color: #fff;
      
    }
.card_main-ss .card{
    width: auto;
}

/* --- ============  paykosh Bank Statement Analysis section start css ================ ---  */
.bsa_sec{
    background: linear-gradient(75deg, #f7e9ff24 0%, rgba(255, 254, 253, 1) 57%);
padding: 2.5rem 0rem;
}
.paykosh-sd{
  margin: 1rem 0rem 0rem 0rem;
}
.icon-box {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 1.2rem;
}
.card-ts{
  margin-left: 1rem;
}
.ib-1{
  background-color: #b38ac9;
}
.card-y1{
  background: linear-gradient(to right, #f7e9ff80, #FFFEFD);
  border-radius: .3rem 0rem 0rem .3rem;
 }

.ib-2{
  background-color: #939dc5;
}
.card-y2{
  background: linear-gradient(to right, #e6ebff82, #FFFEFD);
  border-radius: .3rem 0rem 0rem .3rem;
}
.ib-3{
  background-color: #ff84007a ;
}
.card-y3{
  background: linear-gradient(to right, #fea44438 , #FFFEFD);
  border-radius: .3rem 0rem 0rem .3rem;
}
.ib-4{
  background-color: #37812b69;
}
.card-y4{
  background: linear-gradient(to right, #72cd6336, #FFFEFD);
  border-radius: .3rem 0rem 0rem .3rem;
}
.hover-card {
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.hover-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.feature-box {
  border-radius: 12px;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.bsa_sec .bsa_text{
  text-align: justify;
}
.bsa_sec .bsa_text h2{
  font-size: 2rem;
  font-weight: 600;
  color:#e26534; 
}
.bsa_sec .bsa_text p{
  font-size: 1rem;
  font-weight: 400;
  color:#222; 
}
.pyakosh_heading-title .pay-head-tt{
   font-size: 1.5rem;
  font-weight: 600;
  color:#222; 
}

/* --- ============  paykosh_Bank Statement Analysis section end css ================ ---  */

/* --- ============  Why Choose Finana section start css ================ ---  */
  .paykosh-bg-sec{
    background: linear-gradient(to right, #fdfdfd, #f8faff);
    padding: 5rem 0rem;
    margin: 5rem 0rem 5rem 0rem;
    }

   .pyakosh_heading-title h2{
      font-size: 2rem;
  font-weight: 600;
  color:#e26534; 
   }
   .pyakosh_heading-title .sec-heading{
      font-size: 2rem;
  font-weight: 600;
  color:#222;
   }
 .pyakosh_heading-title p{
      font-size: 1rem;
  font-weight: 400;
  color:#222;
   }
    .feature-box {
      /* background: #fff; */
      border: 1px solid #eee;
      border-radius: 8px;
      /* padding: 15px; */
     box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transition: transform 0.2s ease;
      height: 100%;
    
    }
.feature-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    }
    .paykosh_feature-sec{
      margin: 2rem 0rem 0rem 0rem;
    }
    
    .feature-box .card {
  height: 100%;
  border: none;
 
}
.feature-box .card-img-top img {
  width: 100%;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
 .feature-box .card .card-body{
  text-align: center;
  /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  height: 100%;
 }
   .feature-box .card .card-body h6{
     font-size: 1rem;
  font-weight: 600;
  color:#222; 
   margin-bottom: 0.2rem;
   }
.feature-box .card .card-body p{
     font-size: .9rem;
  font-weight: 400;
  color:#212529bf; 
  margin-top: 0;       
  margin-bottom: 0;
   }
/* --- ============  Why Choose Finana section end css ================ ---  */

/* --- ============  Benefits at a Glance start css ================ ---  */
.work-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.card-a{
  border: 1px solid #dddddd6b;
  border-radius: .3rem;
}
.icon-boxx {
  width: 60px;
  height: 60px;
   margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
font-size: 1.2rem;
  border-radius: 50%;
}
.icon-boxx i{
  color:#fff;
  font-size: 1.5rem;
}
.feature-box-ss{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
gap: 25px;
}
/* --- ============  Benefits at a Glance end css ================ ---  */

/* --- ============  Frequently Asked Questions start css ================ ---  */
/* .faq-section {
  max-width: 800px;
  margin: 60px auto;
  padding: 20px;
} */

.faq-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
  color: #212529;
}

.accordion-item {
  border: none;
  border-radius: .2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 15px;
  overflow: hidden;
  
}
.accordion-item:hover{
transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
  }
.accordion-button {
  background-color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 1rem .8rem;
 border: 1px solid #55555526;
  border-radius: .2rem;
  box-shadow: none;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
  align-items: baseline;
}

/* Highlight when opened */
.accordion-button:not(.collapsed) {
  background-color: #ffe9d64f;
  color: #e26534;
}

/* Remove default Bootstrap arrow */
.accordion-button::after {
  content: '+'; /* Plus */
  font-size: 1.5rem;
  color: #000000a8;
  background-image: none !important;
  transform: none !important;
  transition: all 0.3s ease;
}

/* Change to minus when expanded */
.accordion-button:not(.collapsed)::after {
  content: '−'; /* Minus */
}

/* Accordion content */
.accordion-body {
  background-color: #fff;
  padding: 1rem .8rem;
  font-size: 0.95rem;
  color: #333;
  border-top: 1px solid #f1f1f1;
  font-size: .9rem;
}
/* --- ============  Frequently Asked Questions end css ================ ---  */


/* --- ====== Ready to Get Started section start css ======= ---  */
.login-btn1{
  color: white;
    border: none;
    padding: 10px 24px;
    border-radius: .3rem;
    font-size: .9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, box-shadow 0.2s ease;
    } 
    .gradient-background-section h2{
      font-size: 2rem;
      font-weight: 700;
    }
     .gradient-background-section .lead{
      font-size: 1.1rem;
      font-weight: 300;
   
    }
    .gbg-sec{
      line-height: normal;
      margin: 0px;
    }
   
.gradient-background-section {
      color: white;
      padding: 5rem 0rem;
      border-radius: 30px;
      margin: 40px 20px;
      background-size: 200% 200%;
      animation: gradientZoom 10s ease-in-out infinite;
       background-image: linear-gradient(90deg, #ff6a00, #ee0979);
      transition: transform 0.3s ease;
    }

    @keyframes gradientZoom {
      0% {
        background-image: linear-gradient(to right, #102f79 5%, #ff6a00 100%);
        transform: scale(1);
      }
      50% {
        background-image: linear-gradient(90deg, #ff6a00, #ee0979);
        transform: scale(1.02); /* Slight zoom */
      }
      100% {
        background-image: linear-gradient(to right, #102f79 5%, #ff6a00 100%);
        transform: scale(1);
      }
    }
/* --- ====== Ready to Get Started section end css ======= ---  */
.card-view-btn{
  margin: 1.5rem 0rem 0rem 0rem;
}







/* --- ====== About Paykosh page start css ======= ---  */



/* --- === paykosh_breadcrumb  start css === ---  */
.paykosh_breadcrumb .pay-b{
background: linear-gradient(to right, #f7e9ff80, #FFFEFD);
padding:.4rem;
border-radius:.4rem;

}
.paykosh_breadcrumb nav ol li a{
  font-size: .8rem;
  font-weight: 500;
  color:#7f5993;
}
.paykosh_breadcrumb nav ol li{
  font-size: .8rem;
  font-weight: 500;
  color:#082234;
}
/* --- === paykosh_breadcrumb  end css === ---  */


/* --- === Our Mission & Vision section  start css === ---  */
.feature-box1 .card .card-body .card-title1{
      font-size: 1.5rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 0.2rem;
}
.feature-box1 .card .card-body .card-dec1{
font-size: 1rem;
    font-weight: 400;
    color: #222;
    margin-top: 0;
    margin-bottom: 0;
}
.feature-box1 .card{
      border: 1px solid #eee;
    border-radius: 8px;
    /* padding: 15px; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.3s ease;
    height: 100%;
  padding: 2rem 2rem 2rem 2rem;
}
.feature-box1 .card:hover{
transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
      
}
.feature-box1 .card .card-img-top{
  border-radius: .4rem;
    /* border: 1px solid #00000014; */
    background: linear-gradient(to right, rgb(92 197 75 / 22%), rgb(251 227 255 / 64%));
  padding: .5rem;
}
.feature-box1 .card .card-img-top2{
  border-radius: .4rem;
    /* border: 1px solid #00000014; */
    background: linear-gradient(90deg, #ff6a001a, #091bee14);
  padding: .5rem;
}
.paykosh-bg-sec1 {
 padding: 5rem 0rem;
    margin: 5rem 0rem 5rem 0rem;
    background: linear-gradient(to right, #FFFEFD, #f7e9ff30);
}
 /* --- === Our Mission & Vision section  end css === ---  */  

/* --- === Company Journey Timeline section  start css === ---  */  
.paykosh-bg-sec2 {
 padding: 5rem 0rem;
    margin: 5rem 0rem 5rem 0rem;
   background: linear-gradient(to right, #fea4440f, #FFFEFD);
}
 .tab-bb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.timeline-container {
      display: flex;
      flex-direction: row;
      gap: 2rem;
     }
    .paykosh-bg-sec2 .time-btn.active{
      background-image: linear-gradient(to right, #4b66a3 30%, #FC6539 100%);
      color: #fff !important;
    border: none;
    padding: 10px 24px;
    border-radius: .3rem;
    font-size: .9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, box-shadow 0.2s ease;
}
  .paykosh-bg-sec2 .time-btn{
     background-color: #fff;
      color: white;
    border: none;
    padding: 10px 24px;
    border-radius:.3rem;
    font-size: .9rem;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #00000061;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, box-shadow 0.2s ease;
    margin: 0rem .5rem .5rem 0rem;
}    
.paykosh-bg-sec2 .nav-pills .nav-link {
      border-radius: .3rem;
      font-size: 1rem;
      font-weight: 500;
      color: #222;
    }
   .paykosh-bg-sec2  .tab-content .tab-pane {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 2rem;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    background-color: #fff;
    height: 100%;
    }
     .paykosh-bg-sec2  .tab-content:hover .tab-pane{
      transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
     }
.company_journey-sec{
  margin: 2rem 0rem 0rem 0rem;
}
   .company_journey-sec .tab-content .tab-pane h5{
    font-size: 1.5rem;
    font-weight: 500;
    color:#222;
   }
  .company_journey-sec .tab-content .tab-pane p{
       font-size: 1rem;
    font-weight: 400;
    color: #222;
   }
   .company_journey-sec .tab-content .tab-pane .tab-line-img {
    border-radius: .4rem;
    /* border: 1px solid #00000014; */
    background: linear-gradient(90deg, #ff6a001a, #091bee14);
    padding: .5rem;
  }

 .company_journey-sec .tab-content .tab-pane .tab-line-img img{
      width: 100%;
      height: auto;
      object-fit: cover;
      /* border-radius: 8px;
      margin-top: 20px; */
    }
  .company_journey-sec .timeline-container .nav{
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    height: 100%;
    background-image: linear-gradient(to right, #fea4442e 0%, #fc653933 100%);
        /* background-image: linear-gradient(to right, #fea44485 0%, #fc653947 100%); */
     transition: transform 0.2s ease, box-shadow 0.3s ease;
     cursor: pointer;

   }
  .company_journey-sec .timeline-container .nav:hover{
transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
     
}
 /* --- === Company Journey Timeline section  end css === ---  */  

 /* --- === Powerful Features to Drive Financial Clarity section  start css === ---  */ 
.paykosh-bg-sec-f{
      padding: 5rem 0rem;
    margin: 5rem 0rem 5rem 0rem;
    background: linear-gradient(to right, #FFFEFD, #e6ebff4d);
}
.card-ab .icon-box4{
  background-color: #e26534;
  width: 50px;
    height: 50px;
    display: inline-flex;
align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.2rem;
}
.card-ab:hover .icon-box4 i{ 
  color: #111;
}
.card-ab:hover .icon-box4{
  background-color: #fff;
  
}
.card-ab{
      border: 1px solid #eee;
    border-radius: 8px;
 border-left: 3px solid #ff470014;
 border-right: 3px solid #5a66f114;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    height: 100%;
    padding: 2rem 2rem 2rem 2rem;
}
.card_main-ss:hover .card-ab{
  transform: translateY(-2px);
      box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 10%);
    transition: all 0.3s ease-in-out;
        background-image: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
        color:#fff;

}
 /* --- === Powerful Features to Drive Financial Clarity section  end css === ---  */ 
 .paykosh-bg-sec6 {
    padding: 5rem 0rem;
    margin: 5rem 0rem 5rem 0rem;
    background: linear-gradient(to right, #f7e9ff30, #FFFEFD);
}

  /* --- === What Our Clients Say section  start css === ---  */ 
.paykosh_testimonial {
    border: 2px solid #e2653426;
    border-radius: 5rem 1rem 5rem 1rem;
    /* padding: 15px; */
   transition: transform 0.2s ease, box-shadow 0.3s ease;
    height: 100%;
    padding: 5rem;
    background-color: #fff;
}
.paykosh_testimonial:hover{
transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.paykosh_testimonial .card{
 background-color: transparent !important;
 /* border: 1px solid #dddddd4f; */
 border: none !important;
   border-radius: 1rem 1rem 0rem 0rem;
    /* padding: 15px; */
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    height: 100%;
    /* padding: 2rem 2rem 0rem 2rem; */
    cursor: pointer;

}
.paykosh_testimonial .card:hover{
 border-radius: 1rem 1rem 0rem 0rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}
.paykosh_testimonial .card .card-body{
background-color: #fff;
  border: 1px solid #ddddddcc;
 transition: transform 0.2s ease, box-shadow 0.3s ease;
  border-radius: 1rem 1rem 0rem 0rem;

}
.paykosh_testimonial .card:hover .card-body{
     /* background-image: linear-gradient(to right, #FEA444 0%, #FC6539 100%); */
     background-image: linear-gradient(to right, #4b66a3 30%, #FC6539 100%);
 transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
  border-radius: 1rem 1rem 0rem 0rem;
  color:#fff;

}
/* Keep hover effect permanently on .active-card */
.paykosh_testimonial .card.active-card .card-body {
  background-image: linear-gradient(to right, #4b66a3 30%, #FC6539 100%);
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 1rem 1rem 0rem 0rem;
}

/* Text color inside active card */
.paykosh_testimonial .card.active-card .card-body p,
.paykosh_testimonial .card.active-card .card-body .test-text h6,
.paykosh_testimonial .card.active-card .card-body .test-text small {
  color: #fff;
}

/* Image wrapper effect for active card */
.paykosh_testimonial .card.active-card .img-wrapper {
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
  border: 2px solid #fff;
  padding: 0.3rem;
}

.paykosh_testimonial .card .card-body .test-text{
  line-height: normal;
}
.paykosh_testimonial .card:hover  .card-body .test-text h6,
.paykosh_testimonial .card:hover .card-body .test-text small{
  line-height: normal;
  color:#fff;
}
.paykosh_testimonial .card .card-body p{
    font-size: 1rem;
  font-weight: 500;
  color:#222;
}
.paykosh_testimonial .card:hover .card-body p{
 color:#fff;
}
.paykosh_testimonial .card .card-body .test-text h6{
  font-size: 1rem;
  font-weight: 500;
  color:#222;
  margin-bottom: 0px;
}
.paykosh_testimonial .card .card-body .test-text small{
  font-size: .8rem;
  font-weight: 400;
  color:#333;
}
.paykosh_testimonial .card .card-body .test-text p{
  font-size: .8rem;
  font-weight: 400;
  color:#222;
}
.img-wrapper {
  padding: 3px; 
  border-radius: 50%;
  background: #fff; 
  display: inline-block;
  transition: all 0.3s ease;
   border:1px solid #ddd;
}
.paykosh_testimonial .card .card-body .test-img .img-wrapper img{
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background-color: #fff;
      border:1px solid #ddd;
    display: block;
  
} 
.paykosh_testimonial .card:hover .img-wrapper{
  background: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
 border:2px solid #fff;
  padding: .3rem;
}
.paykosh_testimonial .carousel-indicators [data-bs-target] {
    background-color: #ff760066;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    }
.paykosh_testimonial .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
transition: 0.3s ease;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    top: 110%;
}
/* --- === What Our Clients Say section  end css === ---  */ 

/* --- === Our Leadership Team section  start css === ---  */ 
.paykosh-bg-sec7{
      padding: 5rem 0rem;
    margin: 5rem 0rem 0rem 0rem;
    background: linear-gradient(to right, #FFFEFD, #fea4440f);
}
 .team-bg{
  background-color: #ffffff80;
  padding: .6rem;
  border-radius: .5rem;
  border: 1px solid #dddddd47;
}

.paykosh_teams .team-card {
    padding: .6rem;
      color: #222;
      position: relative;
      overflow: hidden;
      transition: transform 0.3s ease;
      cursor: pointer;
      height: auto;
      border: 1px solid #dddddd6b;
    border-radius: .5rem;
    }

    .paykosh_teams .team-card:hover {
        transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    }

    .paykosh_teams .card-t1 { background: linear-gradient(to right, #f7e9ff80, #FFFEFD); transition: transform 0.2s ease, box-shadow 0.3s ease; }
     .paykosh_teams .card-t2 { background: linear-gradient(to right, #fea44414 , #FFFEFD); transition: transform 0.2s ease, box-shadow 0.3s ease; }
     .paykosh_teams .card-t3 { background: linear-gradient(to right, #72cd631a, #FFFEFD); transition: transform 0.2s ease, box-shadow 0.3s ease; }
     .paykosh_teams .card-t4 { background: linear-gradient(to right, #ff440926, #FFFEFD); transition: transform 0.2s ease, box-shadow 0.3s ease; }
     .paykosh_teams .card-t5 { background: linear-gradient(to right, #e3f0ffa8, #FFFEFD); transition: transform 0.2s ease, box-shadow 0.3s ease; }

.paykosh_teams .card-t1:hover,
.paykosh_teams .card-t2:hover,
.paykosh_teams .card-t3:hover,
.paykosh_teams .card-t4:hover,
.paykosh_teams .card-t5:hover {
background-image: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.paykosh_teams .team-card:hover .team-bg{
  background-color: #fff;
}


.paykosh_teams  .team_bio {
  text-align: start;
}
.card-orange:hover .team-bg{
  background-color: #fff;
}
.paykosh_teams  .team_bio .team_bio-img img{
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  border-radius: .5rem;
  border: 1px solid #ddd;
}
.paykosh_teams  .team_bio .team_bio-text{
  line-height: normal;
  margin: .5rem 0rem 0rem 0rem;
}
 .paykosh_teams  .team_bio .team_bio-text h6{
  font-size: 1rem;
  font-weight:600;
  color:#000;
 }
 .paykosh_teams  .team_bio .team_bio-text small{
  font-size: .8rem;
  font-weight: 500;
  color:#222;
 }
 .paykosh_teams .team-card .short-text p{
  font-size: .9rem;
  font-weight: 400;
  color:#111;
  text-align: start;
 }
  .paykosh_teams .team-card:hover .short-text p{
  font-size: .9rem;
  
 }
   .paykosh_teams .team-card.expanded .full-text p{
     font-size: .9rem;
  font-weight: 400;
  color:#111;
   }
     .paykosh_teams .short-text {
      max-height: 3.2em;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }

     .paykosh_teams .read-more {
      position: absolute;
      top: 227px;
      right: 23px;
      font-size: 14px;
      background: rgba(255, 255, 255, 0.15);
      padding: 6px 13px;
      border-radius: .2rem;
      color: #000;
      backdrop-filter: blur(3px);
      transition: background 0.3s;
      border: 1px solid #383f6270 ;
    }
.paykosh_teams .card-t1:hover  .read-more,
.paykosh_teams .card-t2:hover  .read-more,
.paykosh_teams .card-t3:hover  .read-more,
.paykosh_teams .card-t4:hover  .read-more,
.paykosh_teams .card-t5:hover  .read-more {
background-image: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
 color:#fff;
     border: 1px solid #fff;
   border-radius: .2rem;
}


    .paykosh_teams  .full-text {
      display: none;
    }

     .paykosh_teams .team-card.expanded .short-text {
      display: none;
    }

     .paykosh_teams .team-card.expanded .full-text {
      display: block;
      margin-top: 0.5rem;
    }
/* --- === Our Leadership Team section  end css === ---  */ 

/* --- ====== About Paykosh page end css ======= ---  */

 
/* --- ============  paykosh_footer_sec section start css ================ ---  */
.paykosh_footer_sec{
  padding: 3.5rem 0rem;
     /* background-image: linear-gradient(90deg, #df4200, #021734); */
         /* background-image: linear-gradient(to right, #bd4a64, #4b66a3); */
             /* background-image: linear-gradient(to right, #FC6539 30%, #4b66a3 100%); */
             background-image: linear-gradient(to right, #4b66a3 30%, #FC6539 100%);
    color: #fff !important;
    position: relative;
    z-index: 777;
}

.paykosh_footer_sec .paykosh_footer_logo-text img{
width: 80%;
height: 100%;
object-fit: cover;
background-color: #fff;
padding: 7px;
border-radius: 4px;
}
.paykosh_footer_sec .paykosh_footer_logo-text p{
  font-size: .8rem;
  font-weight: 400;
  color:#fff;
  margin-top: .6rem;
}
.paykosh_footer_link h6{
  font-size: .9rem;
  font-weight: 500;
  color:#fff;
  margin-bottom: 1rem;
 
}
.paykosh_footer_link p {
  margin-bottom: .5rem;
}
.paykosh_footer_link a{
  font-size: .8rem;
  font-weight: 400;
  color:#fff;
  text-decoration: none;
}
.paykosh_footer_link a:hover{
  border-bottom: 1px solid #ffffff85;
}
.paykosh_footer_add p strong{
  font-size: .9rem;
  font-weight: 500;
  color:#fff;
}
.paykosh_footer_add p{
    font-size: .8rem;
  font-weight: 400;
  color:#fff;
}
.paykosh_footer_social-icon a{
      font-size: 13px;
    /* background-color: #3b6aac; */
     /* background-color: #ffffff38; */
        background-image: linear-gradient(225deg, #ff560e, #ffffff38);
    /* padding: 16px; */
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 12px;
    color: white;
    align-items: center;
    /* justify-items: right; */
    align-content: center;
    border: 1px solid #ffffff85;
    margin-right: .5rem;
}
.paykosh_footer_social-icon a:hover{
    background-image: linear-gradient(to right, #FEA444 0%, #FC6539 100%);
      border: 1px solid #ffffff85;
}
.paykosh_footer_small{
/* background-color: #3a6bac; */
background: #3A6BAC;
background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(14, 47, 89, 1) 36%, rgba(0, 0, 0, 1) 100%);
padding: .5rem .5rem;
text-align: center;
justify-content: center;
}
.paykosh_footer_small p{
font-size: .7rem;
font-weight: 400;
color: #fff;
margin-bottom: 0px;
}
.paykosh_footer_small p a{
font-size: .7rem;
font-weight: 400;
color: #fff;
}
/* --- ============  paykosh_footer_sec section end css ================ ---  */