

/* cta section start */
section.common_banner img{
    object-position: 50% 35%;
}
section.common_banner .banner-title{
    background: #0000004a;
}

/*About company css*/
section.about-us-home .abt-cont{
    position:relative;
}
section.about-us-home{
    background: #f1f1f1;
    background: linear-gradient(180deg, #FCF5FC 0.01%, rgba(246, 245, 250, 0) 100%);
    background: #fff;
}
.serv-heading h2{
   transform: rotate(270deg);
    position: absolute;
    left: -120px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--heading-color);
    font-size: var(--f60);
    top: 150px;
}

.serv-content {
    padding-left: var(--p97);
    padding-top: var(--p25);
}

section.about-us-home h3{
    font-size: var(--f32);
}
section.about-us-home .abt-co-img-left {
    border-radius: 5px;
   position: relative;
    left: 0px;
    top: 0;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-left: auto;
}

section.about-us-home .abt-co-img-left img, section.about-us-home .abt-co-img-right img{
    border-radius: 0px;
}
section.about-us-home .abt-co-img-left img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border: 0px solid var(--black-color);
    animation: blobEffect 5s linear infinite;
    border-radius: 50px;
    transition: 0.5s all;
    object-position: 40%;
}
section.about-us-home .abt-co-img-left img:hover{
    transform: scale(1.14);
}
section.about-us-home  .abt-co-img-right {
    text-align: right;
    z-index: 1;
    transform: translateY(135px) translateX(35px);
}
section.about-us-home .abt-co-img {
    position: relative;
    padding-right: 0;
}
section.about-us-home .abt-co-img-center {
    position: absolute;
    top: 205px;
    left: 65px;
    z-index: -1;
}
section.about-us-home .head-sec {
    text-align: left;
    margin-bottom: var(--m15);
}
section.about-us-home ul.key-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.about-us-home li{
    width: 50%;
    margin-bottom: var(--m10);
    font-weight: 600;
    color: var(--heading-color);
    display: flex;
    align-items: center;
}

section.about-us-home i{
    font-size: var(--f18);
    margin-right: var(--m10);
    font-weight: 900;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-color);
}
section.about-us-home .para{
     max-height: auto;
}
section.about-us-home p {
    color: var(--primary-color);
    font-weight: 500;
    line-height: 1.7rem;
    font-size: 15px;
    margin-bottom: 22px;
}
section.about-us-home .abt-co-img-right img{
    height: 300px;
    width: 230px;
    object-fit: cover;
    border: 1px solid var(--black-color);
}
section.about-us-home a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    margin-top: var(--m10);
}



/* our team */


/*Testimonial css*/
section.testimonial {
    background-color: var(--lt-color);
    padding: var(--p90) var(--p12);
}
section.testimonial .testy {
   width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
}
section.testimonial .item {
    padding-left: var(--p5);
    padding-right: var(--p5);
    padding-bottom: var(--p5);
}
section.testimonial h2{
    margin: auto;
    margin-bottom: var(--m40);
    color: var(--heading-color);
    font-size: var(--f32);
    text-align: center;
}
section.testimonial .top-text {
    position: relative;
}
section.testimonial .cont-sec{
    padding:var(--p10) var(--p30);
}
section.testimonial .cont-sec p{
    color: var(--territiary-color);
    line-height: 1.5;
    font-size: var(--f14);
}
section.testimonial .para{
    height: 250px;
    overflow:hidden;
}
section.testimonial .test-pro {
    height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
section.testimonial .test-pro:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}
section.testimonial .test-pro img {
    position: absolute;
    top: -35%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: none;
}
section.testimonial .user-icon {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
    margin: 20px 0;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3);
    transition: all 0.6s ease;
}
section.testimonial .test-card:hover .user-icon{
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.5);
}
section.testimonial .user-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
section.testimonial .test-card:hover .user-icon img{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
section.testimonial .test-card:hover p{
    color: var(--white-color);
}
section.testimonial .test-card:hover h6{
    color: var(--white-color);
}
section.testimonial .container{
    z-index: 1;
    position: relative;
}
section.testimonial .head-sec h2 {
 color: var(--heading-color);
}
section.testimonial h3{
    margin-top: var(--m40);
    color: var(--white-color);
    /* text-transform: uppercase; */
    font-size: var(--f22);
    letter-spacing: 0;
    font-family: var(--other-font);
    font-weight: 300;
    letter-spacing: 0;
    text-align: center;
}
span.rating-count{
    color: var(--white-color);
}
section.testimonial i{
    color: var(--territiary-color);
    font-size: var(--f14);
}
section.testimonial .test-card {
    text-align: center;
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1);
    /* height: 460px; */
    background: var(--white-color);
    border-radius: 4px;
    min-width: 260px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    /* margin: 0 10px; */
}
section.testimonial .social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
section.testimonial .social h6{
    color: var(--heading-color);
    font-size: 16px;
    margin-top: 20px;
}
section.testimonial .social i{
    color: var(--white-color) !important;
    background: #0A66C2;
    padding: 3px;
    border-radius: 5px;
}
section.testimonial .test-card:before {
    height: 190px;
    width: calc(100% + 100px);
    content: "";
    position: absolute;
    background-image: linear-gradient(to right, #1d3781, #b8b4fd 51%, #3054bb);
    background: var(--heading-color);
    border-radius: 4px 4px 100% 100%;
    transition: all 0.4s ease-out;
    top: 0;
}
section.testimonial .test-card:hover:before {
    height: 100%;
    border-radius: 4px;
}
section.testimonial .upper, section.testimonial .top-text, section.testimonial .cont-sec{
    z-index:1;
}

section.testimonial i.fa-solid.fa-quote-right {
    position: absolute;
    right: 20px;
    bottom: -10px;
}
section.testimonial i.fa-solid.fa-quote-left {
    position: absolute;
    left: 20px;
    top: -10px;
}
section.testimonial .owl-nav {
    position: absolute;
    bottom: -45px;
    right: 45%;
    /* text-align: right; */
    width: auto;
    z-index: 2;
}
section.testimonial .owl-nav button {
    background: var(--secondary-color);
    padding: var(--p10);
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
section.testimonial .owl-nav button.owl-prev {
    margin-right: var(--m15);
    background: var(--secondary-color);
}
section.testimonial .owl-nav button.owl-next {
    background: var(--secondary-color);
}
section.testimonial .owl-nav button.owl-prev:hover, section.testimonial .owl-nav button.owl-next:hover{
    background: var(--btn-color);
}
section.testimonial .owl-nav button i {
    font-size: var(--f20);
    line-height: 35px;
    color: var(--white-color);
}
section.testimonial .owl-carousel .owl-stage-outer{
    padding:0px;
}
/* our history css */
section.our-history{
    background: var(--white-color);
}
section.our-history .item{
    position: relative;
    padding-top: 20px;
}
section.our-history .head{
    text-align: center;
    margin-bottom: 40px;
}
section.our-history .head p{
    color: var(--black-color);
    font-size: var(--f16);
}
section.our-history .head h2{
    color: var(--heading-color);
}
section.our-history .year-card h2{
    -webkit-text-stroke: 1px #0A2A92;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
}
section.our-history .year-card p{
    color: var(--black-color);
    opacity: .8;
}
section.our-history .year-card h3{
    font-size: 18px;
    color: var(--btn-hover);
}
section.our-history .year-card{
    position: relative;
    border-top: 1px solid #000000cc;
    padding: 20px;
}
section.our-history .year-card .dot{
    width: 15px;
    height: 15px;
    background: #05164d;
    position: absolute;
    top: -8px;
    border-radius: 50%;
    left: 0;
}

/* cta section */

.cta-section {
    background: linear-gradient(90deg,#05164d 0%,#0c33b3 100%);
    padding: 30px 0
}

.cta-section .cta-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.cta-section .left-sec {
    flex-basis: 60%;
    padding: 40px 0
}

.cta-section .left-sec .top-section h2 {
    color: #fff
}

.cta-section .left-sec .top-section h2 a {
    color: #fff
}

.cta-section .left-sec .top-section h2 a:hover {
    opacity: .8
}

.cta-section .left-sec .top-section p {
    color: #bdb7b7
}

.cta-section .left-sec .top-section p a {
    color: #bdb7b7;
    text-decoration: underline
}

.cta-section .left-sec .top-section p a:hover {
    text-decoration: none
}

.cta-section .left-sec .top-section .btn-container {
    margin: 40px 0 0
}

.cta-section .left-sec .top-section ul {
    display: flex;
    align-items: center;
    margin: 25px 0 0
}

.cta-section .left-sec .top-section ul li {
    padding-left: 0px;
    color: #dcdcdc;
    position: relative;
    margin-right: 15px;
    font-weight: 400
}
.cta-section .left-sec .top-section .btn-container .main-btn{
    border-radius: 30px;
}

.cta-section .left-sec .top-section ul a {
    color: #dcdcdc;
    text-decoration: underline
}

.cta-section .left-sec .top-section ul a:hover {
    text-decoration: none
}

.cta-section .right-sec {
    flex-basis: 35%
}


/* new blog section */


section.new-blog{
    background: var(--lt-color);
}
section.new-blog .head{
    text-align: center;
    margin-bottom: 40px;
}
section.new-blog .img-sec{
    position: relative;
    height: 250px;
    overflow: hidden;
}
section.new-blog .img-sec img{
    height: 250px;
    transition: .5s ease-in-out;
}
section.new-blog .col-4:hover img{
    transform: scale(1.12);
}
section.new-blog .img-sec span{
    position: absolute;
    left: 0;
    top: 20px;
    font-family: var(--primary-font);
    color: #fff;
    background: var(--heading-color);
    padding: 5px 15px;
}
section.new-blog .cont span{
    color: var(--btn-hover);
    opacity: .8;
    font-weight: 600;
}
section.new-blog .cont h4{
    color: var(--heading-color);
    font-size: 16px;
    margin-top: 20px;
    font-weight: 700;
}
section.new-blog .cont{
    padding: 20px;
}
section.new-blog .col-4{
    margin-bottom: 30px;
    border: 1px solid #bababaa6;
    width: 31%;
    padding: 0;

}
section.new-blog .row{
gap: 25px;
}


/* about bdglifesciences */
        
.about-numbers{
    background: url(../images/body-bg.png) #02051c;
    padding: 40px 0;
}
.about-numbers img{
    width: 65px !important;
}
.about-numbers .simple{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 60px;
    color: var(--heading-color);
}
.about-numbers .transparent{
    font-size: 30px;
    font-weight: 600;
    margin-right: 60px;
    -webkit-text-stroke: 0.8px #fff;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
.about-numbers .img{
    display: flex;
    gap: 20px;
    align-items: center;
}





 /* ─── JOURNEY TIMELINE ─── */
  #journey {
    background: #0a0a0a;
    background: #070b16;
    border-top: 1px solid rgba(255, 107, 53, 0.2);
    border-bottom: 1px solid rgba(255, 107, 53, 0.2);
    overflow: hidden;
    position: relative;
  }
  #journey .head{
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #journey .head p{
    font-size: 18px;
    color: #fff;
    width: 75%;
  }
  .journey-subhead {
    color: var(--text-muted); font-size: 1rem;
    margin-top: 14px; line-height: 1.7;
    opacity: 0; transform: translateY(12px);
    transition: opacity 0.6s 0.35s, transform 0.6s 0.35s cubic-bezier(0.16,1,0.3,1);
  }
  .journey-subhead.visible { opacity: 1; transform: translateY(0); }
  .underline-animate {
    display: inline; position: relative;
  }
  .underline-animate::after {
    content: '';
    position: absolute; bottom: -3px; left: 0;
    width: 0; height: 2.5px;
    background: var(--heading-color);
    border-radius: 2px;
    transition: width 1s 0.5s cubic-bezier(0.16,1,0.3,1);
  }
  .underline-animate.drawn::after { width: 100%; }

  /* wrapper */
  .timeline-wrapper {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 0 10px;
    z-index: 9;
  }

  /* center vertical line track */
  .tl-line-track {
    position: absolute;
    top: 0; bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background: rgba(255, 107, 53, 0.1);
    border-radius: 2px;
    overflow: hidden;
    z-index: 0;
  }
  .tl-line-fill {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 0%;
    background: linear-gradient(to bottom, transparent 0%, #FF6B35 6%, #FF6B35 94%, transparent 100%);
    background: var(--heading-color);
    border-radius: 2px;
  }

  /* milestone rows */
  .ms-row {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    align-items: center;
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
  }
  .ms-row:last-child { margin-bottom: 0; }
  .ms-content { padding: 0 28px; }
  .ms-left  .ms-content { grid-column: 1; grid-row: 1; text-align: right; }
  .ms-left  .ms-center  { grid-column: 2; grid-row: 1; }
  .ms-left  .ms-empty   { grid-column: 3; grid-row: 1; }
  .ms-right .ms-empty   { grid-column: 1; grid-row: 1; }
  .ms-right .ms-center  { grid-column: 2; grid-row: 1; }
  .ms-right .ms-content { grid-column: 3; grid-row: 1; text-align: left; }

  /* center dot */
  .ms-center {
    display: flex; align-items: center; justify-content: center;
    position: relative; z-index: 2;
  }
  .ms-dot {
    width: 16px; height: 16px; border-radius: 50%;
    background: var(--heading-color);
    box-shadow: 0 0 0 4px rgba(255,107,53,0.15);
    transform: scale(0);
    transition: transform 0.55s 0.1s cubic-bezier(0.34,1.56,0.64,1);
  }
  .ms-dot.popped {
    transform: scale(1);
    animation: msDotPulse 2.8s ease-in-out infinite 0.6s;
  }
  @keyframes msDotPulse {
    0%,100% { box-shadow: 0 0 0 4px rgba(255,107,53,0.15), 0 0 16px rgba(255,107,53,0.4); transform: scale(1); }
    50%      { box-shadow: 0 0 0 8px rgba(255,107,53,0.08), 0 0 28px rgba(255,107,53,0.6); transform: scale(1.25); }
  }

  /* milestone card */
  .ms-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,107,53,0.18);
    border-left: 3px solid #a236b8;
    border-radius: 12px;
    padding: 28px 28px 24px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    cursor: default;
    opacity: 0;
    transition:
      opacity 0.7s cubic-bezier(0.16,1,0.3,1),
      transform 0.7s cubic-bezier(0.16,1,0.3,1),
      border-color 0.3s,
      box-shadow 0.3s;
  }
  .ms-left  .ms-card { transform: translateX(-70px); }
  .ms-right .ms-card { transform: translateX(70px); }
  .ms-card.revealed {
    opacity: 1;
    transform: translateX(0) !important;
  }
.ms-card:hover{
    transform: translateY(-6px) !important;
    border-color: #852ea2;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45), 0 0 28px rgb(144 50 181 / 52%);
  }
  /* shimmer on card */
  .ms-card::before {
    content: '';
    position: absolute; inset: 0; border-radius: 12px;
    background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.025) 50%, transparent 60%);
    background-size: 200% 100%;
    animation: msShimmer 4s ease-in-out infinite;
    pointer-events: none;
  }
  @keyframes msShimmer {
    0%   { background-position: -200% 0; }
    100% { background-position:  200% 0; }
  }

  /* card internals — flex row: icon left, text right */
  .ms-card-inner {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .ms-icon {
    font-size: 40px; line-height: 1;
    flex-shrink: 0;
    transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1);
    user-select: none;
    display: flex; align-items: center;
    display: none;
  }
  .ms-card:hover .ms-icon { transform: rotate(12deg) scale(1.1); }
  .ms-text { flex: 1; min-width: 0; }
  .ms-year {
    font-size: 2.8rem; font-weight: 900; line-height: 1;
    color: var(--white-color);
    letter-spacing: -0.03em;
    margin-bottom: 5px;
    font-variant-numeric: tabular-nums;
        background: var(--heading-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .ms-title {
    font-size: 1rem; font-weight: 700;
    color: var(--white-color); margin-bottom: 8px;
    letter-spacing: 0.01em;
  }
  .ms-desc {
    font-size: 0.85rem; color: #999999;
    line-height: 1.7;
  }

  /* connector line from card edge to dot */
  .ms-connector {
    height: 2px;
    background: linear-gradient(90deg, rgb(158 56 195) 0%, rgba(255, 107, 53, 0.05) 100%);
    transform: scaleX(0);
    transition: transform 0.5s 0.45s cubic-bezier(0.16,1,0.3,1);
  }
  .ms-right .ms-connector {
    background: linear-gradient(90deg, rgb(158 56 195) 0%, rgba(255, 107, 53, 0.05) 100%);
    transform-origin: right;
  }
  .ms-left .ms-connector { transform-origin: right; }
  .ms-connector.drawn { transform: scaleX(1); }

  /* ─── JOURNEY RESPONSIVE ─── */
  @media (max-width: 768px) {
    .tl-line-track { left: 23px; transform: none; }
    .ms-row {
      display: grid;
      grid-template-columns: 48px 1fr;
      align-items: flex-start;
      margin-bottom: 36px;
    }
    .ms-left  .ms-content,
    .ms-right .ms-content {
      grid-column: 2; grid-row: 1;
      text-align: left; padding: 0 0 0 14px;
    }
    .ms-left  .ms-center,
    .ms-right .ms-center { grid-column: 1; grid-row: 1; padding-top: 24px; }
    .ms-left  .ms-empty,
    .ms-right .ms-empty { display: none; }
    .ms-connector { display: none; }
    .ms-left  .ms-card { transform: translateY(28px); }
    .ms-right .ms-card { transform: translateY(28px); }
    .ms-card.revealed { transform: translateY(0) !important; }
    .ms-card:hover   { transform: translateY(-4px) !important; }
    .ms-year { font-size: 1.8rem; }
    .ms-icon { font-size: 28px; }
    .ms-card-inner { gap: 14px; }
  }


  .team-card{
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #02000013;
    transition: .2s ease-in-out;
    margin-bottom: 20px;
  }
  .cont-head h3{
    font-size: 22px;
}
.team-card span{
    margin: 10px 0;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
section.team{
    background: #fff;
}

.team-card:hover{
    border: 1px solid #852ea2;
}
.team-card p{
    height: 115px;
    overflow: hidden;
}
.team-card img{
    height: 220px;
    object-fit: cover;
    border-radius: 20px;
    object-position: top;
}
body{
    background: #fff !important;
}
footer .glow-one{
    top: 0;
}

/* =========================================
           TEAM SECTION
        ========================================= */

.team-section {
    position: relative;
    min-height: 850px;
    overflow: hidden;
    padding: 90px 20px 110px;
    background: #070b16;
}

/* subtle background glow */
.team-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: -250px;
    bottom: -250px;
    background: #bf2b76;
    opacity: .10;
    filter: blur(100px);
    border-radius: 50%;
}

.team-section::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -250px;
    top: 50px;
    background: #315bff;
    opacity: .12;
    filter: blur(100px);
    border-radius: 50%;
}

.team-container {
    position: relative;
    z-index: 5;
    max-width: 1250px;
    margin: auto;
}

/* =========================================
    HEADING
========================================= */

.team-heading {
    text-align: center;
    margin: 0 auto 30px;
}

.team-heading .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
   border: 1px solid #d9cbff;
    color: #be2b76;
    border-radius: 50px;
    background: #f6f0ff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.eyebrow span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #be2b76;
    box-shadow: 0 0 12px #be2b76;
}

.team-heading h2 {
    font-size: 42px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.team-heading h2 span {
    background: linear-gradient(
        90deg,
        #8cffff,
        #6aee9b,
        #6488ff
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.team-heading p {
    margin: auto;
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    opacity: 1;
    letter-spacing: 1px;
}

/* =========================================
    INFINITY AREA
========================================= */

.team-stage {
    position: relative;
    margin: 0 auto;
    min-height: 520px;
}

/*
    SVG infinity loop
*/

.infinity-svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 500px;
    transform: translate(-50%, -50%);
    overflow: visible;
    pointer-events: none;
}

.infinity-base {
    fill: none;
    stroke: rgba(255,255,255,.08);
    stroke-width: 32;
}

.infinity-glow {
    fill: none;
    stroke: url(#infinityGradient);
    stroke-width: 27;
    stroke-linecap: round;
    filter: url(#glow);
    opacity: .95;
}

.infinity-main {
    fill: none;
    stroke: url(#infinityGradient);
    stroke-width: 18;
    stroke-linecap: round;
}

.infinity-highlight {
    fill: none;
    stroke: rgba(255,255,255,.25);
    stroke-width: 2;
}

/* =========================================
    DECORATIVE STARS
========================================= */

.sparkle {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    box-shadow:
        0 0 7px #fff,
        0 0 15px rgba(255,255,255,.8);
    animation: sparkle 2s ease-in-out infinite;
}

.sparkle::before,
.sparkle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(255,255,255,.8);
    transform: translate(-50%, -50%);
}

.sparkle::before {
    width: 16px;
    height: 1px;
}

.sparkle::after {
    width: 1px;
    height: 16px;
}

.s1 { left: 14%; top: 27%; animation-delay: .2s; }
.s2 { left: 25%; top: 17%; animation-delay: .8s; }
.s3 { left: 39%; top: 42%; animation-delay: .4s; }
.s4 { left: 51%; top: 22%; animation-delay: 1s; }
.s5 { left: 62%; top: 43%; animation-delay: .6s; }
.s6 { left: 73%; top: 19%; animation-delay: .1s; }
.s7 { left: 86%; top: 37%; animation-delay: .9s; }
.s8 { left: 57%; top: 74%; animation-delay: .3s; }

@keyframes sparkle {
    0%, 100% {
        transform: scale(.7);
        opacity: .35;
    }

    50% {
        transform: scale(1.35);
        opacity: 1;
    }
}

/* =========================================
    SLIDER
========================================= */

.team-swiper {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 35px 25px 40px;
    overflow: hidden;
}

.team-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================================
    MEMBER CARD
========================================= */

.member-card {
    position: relative;
    width: 100%;
    display: flex;
    /* align-items: center; */
    gap: 24px;
    padding: 25px;
    border-radius: 28px;
    background: linear-gradient(90deg, #000 0%, #170d2e7a 100%);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(4px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08),
        0 30px 70px rgba(0,0,0,.25);
    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease;
}

.member-card:hover {
    transform: translateY(-8px);
    border-color: #b03096;

    box-shadow:
        0 30px 70px rgba(0,0,0,.3),
        0 0 40px rgba(67,228,154,.08);
}

/* small gradient line */
.member-card::before {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    height: 2px;
    border-radius: 10px;
}

/* =========================================
    MEMBER IMAGE
========================================= */

.member-image {
    position: relative;
    flex: 0 0 290px;
    width: 290px;
    height: 390px;
    border-radius: 22px;
    overflow: hidden;
}

.member-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 45%,
        rgba(3,17,29,.65)
    );
    pointer-events: none;
}

.member-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}

.member-card:hover .member-image img {
    transform: scale(1.05);
}

.member-number {
    position: absolute;
    z-index: 2;
    left: 14px;
    bottom: 13px;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 30px;
    background: rgba(0,0,0,.35);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(8px);
    display: none;
}

/* =========================================
    MEMBER CONTENT
========================================= */

.member-content {
    flex: 1;
}

.member-content .member-tag {
    display: inline-block;
    padding: 6px 11px;
    border-radius: 20px;
    background: linear-gradient(
        90deg,
        #5720e8,
        #773cff
    );
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 15px;
    display: none;
}

.member-content h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 6px;
    font-weight: 700;
    -webkit-text-fill-color: #fff;
}

.member-content .designation {
    color: #ff79ba;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 17px;
}

.member-content p {
    color: #fff;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px;
    opacity: .8;
    height: 243px;
    overflow: hidden;
}

.member-social {
    display: flex;
    gap: 8px;
}

.member-social a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 12px;
    background: #0A66C2;
    border-color: #0A66C2;
    color: #fff;
    border: 1px solid rgba(255,255,255,.12);
    transition: .3s ease;
}

.member-social a:hover {
    background: #0A66C2;
    border-color: #0A66C2;
    color: #fff;
    transform: translateY(-3px);
}

/* =========================================
    SLIDER CONTROLS
========================================= */

.team-controls {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 15px;
}

.team-button {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.06);
    color: #fff;
    cursor: pointer;
    transition: .3s ease;
}

.team-button:hover {
    background: linear-gradient(90deg,#32156f 0%, #170d2e 100%);
    border-color: transparent;
    transform: translateY(-2px);
}

.team-pagination {
   width: auto !important;
   left: 40px !important;
}

.team-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: rgba(255,255,255,.35);
    opacity: 1;
    transition: .3s ease;
}

.team-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 20px;
    background: #fff;
}

/* =========================================
    MOBILE
========================================= */

@media (max-width: 991px) {

    .team-section {
        padding-top: 70px;
    }

    .team-stage {
        min-height: 620px;
    }

    .infinity-svg {
        height: 580px;
        width: 120%;
    }

    .team-slide {
        /* height: 540px; */
    }

    .member-card {
        flex-direction: column;
        padding: 20px;
        gap: 18px;
        align-items: center;
    }

    .member-image {
        flex: 0 0 220px;
        width: 170px;
        height: 220px;
    }

    .member-content {
        text-align: center;
    }

    .member-social {
        justify-content: center;
    }
}

@media (max-width: 767px) {

    .team-section {
        padding: 60px 12px 80px;
    }

    .team-heading {
        margin-bottom: 25px;
    }

    .team-heading h2 {
        letter-spacing: -1.5px;
    }

    .team-heading p {
        font-size: 14px;
    }

    .team-stage {
        min-height: 580px;
    }

    .infinity-svg {
        width: 175%;
        height: 530px;
    }

    .team-swiper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .team-slide {
        /* height: 500px; */
    }

    .member-card {
        align-items: center;
        border-radius: 22px;
        padding: 18px;
    }

    .member-image {
        width: 145px;
        height: 190px;
        flex-basis: 190px;
    }

    .member-content h3 {
        font-size: 21px;
    }

    .member-content p {
        font-size: 12px;
    }

    .sparkle {
        display: none;
    }
    .team-controls{
        justify-content: end;
        margin-top: 25px;
    }
}

@media (max-width: 420px) {

    .team-heading h2 {
        font-size: 34px;
    }

    .member-card {
        align-items: center;
    }

    .member-image {
        width: 130px;
        height: 170px;
        flex-basis: 170px;
    }
}