@font-face{font-family:"albulapro-regular";src:url(../fonts/albulapro-regular.otf) format("truetype");font-display:swap}
@font-face{font-family:"albulapro-medium";src:url(../fonts/albulapro-medium.otf) format("truetype");font-display:swap}
@font-face{font-family:"albulapro-semibold";src:url(../fonts/albulapro-semibold.otf) format("truetype");font-display:swap}

html,body,h1,h2,h3,p,ul,li {
    margin: 0;
    padding: 0
}

html {
    overflow-x: hidden!important;
    overflow-y: visible;
    scroll-behavior: smooth;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

*,::before,::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

*,::after,::before {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

:hover,:focus,:visited {
    outline: 0
}

/* :root {
    --headbrown: #352627;
    --white: #fff;
    --darkgray: #151515;
    --green: #a8cb87;
    --peachbg: #f4f0ea;
    --lightgray: #f4f4f5;
    --bgblue: #073C6F
} */
/* 
.headblue {
    color: var(--headbrown)
} */

body {
    margin: 0 auto;
    font-family: "albulapro-regular";
    font-weight: 400;
    color: #000;
    font-size: 15px;
    line-height: 150%;
    background-color: #fff;
    overflow-x: hidden!important;
    overflow-y: visible;
    text-align: left;
}

.clearfix {
    clear: both
}

.mHide {
    display: block!important
}

.dHide {
    display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h2,h2 {
    font-size: 2rem
}

.h4,h4 {
    font-size: 1.5rem
}

img {
    width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    border-style: none
}

.wrapper {
    width: 100%;
    margin: 0
}

.paddingTopBottom {
    padding: 60px 0 0
}

.paddingTopBottomsmall {
    padding: 25px 0
}

.textuppercase {
    text-transform: uppercase
}

.full_width {
    width: 100%;
    margin: 0 auto
}

.containerAsp {
    width: 1100px;
    max-width: 90%;
    margin: 0 auto
}

ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}




.header_main {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    position: relative;
    top: 0;
    z-index: 9999;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.1)
}

.header_main .containerAsp {
    width: 100%;
    max-width: 95%;
   margin: 0px auto;
    padding: 10px 10px;
    min-height: 60px;
}

.headerInside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px
}

.navMenuBtn {
    cursor: pointer;
    opacity: 1;
    margin-right: 0;
    display: none;
    flex-direction: column;
    gap: 5px
}

.deskmenu
{
  display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}


.deskmenu li a
{
  color:#000;
  text-decoration: none;
  padding: 10px 10px 10px 10px;
}

.deskmenu li a:hover{
  background-color: #ffb703;
}


/* initial hidden state */
.deskbannerinfo > * {
  opacity: 0;
  transform: translateY(-30px);
  animation: fadeDown 0.8s ease forwards;
}

/* stagger animation (appear one by one) */
.deskbannerinfo img {
  animation-delay: 0.1s;
}

.deskbannerinfo .firstpara {
  animation-delay: 0.3s;
}

.deskbannerinfo p:nth-of-type(2) {
  animation-delay: 0.5s;
}

.deskbannerinfo .ctabtncontainer {
  transform: translateX(-40px);
  animation: fadeRight 0.6s ease forwards;
  animation-delay: 0.7s;
}

/* keyframes */

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.pageScroll {
    display: block;
    z-index: 99999999;
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    will-change: opacity;
    opacity: 1;
    background-color: #fff;
    backdrop-filter: blur(20px)
}

.pageScroll .bar1,.pageScroll .bar2,.pageScroll .bar3 {
    background-color: #44186d;
}

.bar1,.bar2,.bar3 {
    width: 25px;
    height: 3px;
    background-color: #44186d;
    transition: .4s;
    border: 0 solid
}

.change {
    margin-top: 10px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px,0px);
    transform: rotate(-45deg) translate(-3px,0px)
}

.change .bar2 {
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-11px,-8px);
    transform: rotate(45deg) translate(-11px,-8px)
}

.logo {
    float: left
}

.logo a img {
    width: 250px;
    margin: 9px 0;
    float: left
}

.top_right {
    width: 395px;
    max-width: 65%;
    float: right;
    margin-top: 21px
}

.calllink {
    display: flex;
    align-items: center;
    gap: 20px
}

.calllink img {
    width: 30px;
    margin-right: 5px
}

.calllink a {
    color: #000;
    font-weight: 600;
    font-size: 19px;
    text-decoration: none
}

.rightnavsection {
    display: flex;
    gap: 30px;
    align-items: center
}

.positionrelative
{
  position: relative;
}

.section-title {
    padding: 0;
    margin: 0;
    font-family: "albulapro-semibold";
    font-size: 60px;
    margin-bottom: 50px;
    letter-spacing: normal;
    text-align: center;
    color:#44186d;
}


/* .section-title2 {
    padding: 0;
    margin: 0;
    font-family: "albulapro-semibold";
    font-size: 30px;

} */

.headerMenuClick .headerInside2 {
    opacity: 0!important;
    display: none!important
}

.sidebarNavigation {
    width: 325px;
    height: 100vh;
    max-width: 76%;
    position: fixed;
    right: -536px;
    top: 0;
    z-index: 9999;
    opacity: 0;
    background-color: #44186d;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    will-change: opacity;
    opacity: 1;
    transition: all .8s ease-in-out
}

.sidebarNavigationShow {
    right: 0;
    transition: all 1s ease-in-out
}

.sidebarNavigation ul {
    list-style: none;
    padding: 120px 20px 0
}

.sidebarNavigation ul li {
    margin: 6% 5% 8% 0;
    text-align: left
}

.sidebarNavigation ul li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding-top: 4px
}

.sidebarNavigation ul li a:hover {
    color: #fff;
    transition: all .2s ease-in-out
}

.sidebarNavigation ul li.active a {
    color: #fff
}

.sidebarNavigation ul li a:not([href]):not([class]) {
    color: #ffffff87
}


.ctabtncontainer
{
    /* position: absolute;
    bottom: 15%;
    left: 11%; */
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.ctabtncontainer button
{
    display: inline-block;
    /* margin: 40px auto; */
    padding: 15px 30px;
    background: #ffb703;
    color: #000;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
    cursor: pointer;
    border:0;
}

/* .ctabtncontainer span
{
  color:#fff;
    font-size: 15px;
    line-height: 150%;
    text-align: left;
} */

.deskbannerinfo
{
  max-width: 500px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
}

.deskbannerinfo .iamalivelogo
{
  width:350px;
}

.deskbannerinfo p, .ctabtncontainer span
{
  font-family: 'albulapro-regular';
   font-weight: 400;

    font-size: 16px;
    line-height: 150%;
}


/* Counter Section */

.countersection
{
    position: relative;
}

.countterms
{
position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #44186f;
}

.stats
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 150px;

  color: #44186f;
  min-width: 590px;
}

.stats h2 {
    font-size: 100px;
    font-family: 'albulapro-medium';
    /* display: flex; */
    align-items: center;
}

.stats h2 .counter-value
{
    width:85%;

}


.span-plus {
  width: 72px;
}

.stats p {
    font-size: 25px;
    text-align: left;
}


/* Counter Section */

/* Common Container */

.commoncontainer
{
    background-image: url('../images/commonbg.jpg');
    background-origin: border-box;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* Common Container Ends */


/* About */

.about p
{
    width:80%;
    text-align: center;
    margin: 0px auto;
}


.aboutslidercontainer
{
    background-image: url('../images/about-back-ribbon.png');
    background-origin: border-box;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 50px;

}

.aboutslide 
{
    display: flex!important;
    grid-template-columns: 1fr 0.72fr;
    justify-content: center;
    align-items: center;
    gap: 15px;
    overflow: hidden;
position: relative;
}


.aboutPrev,.aboutNext {
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer
}

.aboutPrev img,.aboutNext img {
    width: 35px;
}

.aboutNext {
    left: auto;
    right: -80px;
}

.aboutPrev {
    left: -80px;
    right: auto;
}

.aboutslide .play
{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 120px;
  z-index: 3;
  cursor: pointer;
}

.aboutslide video{
  width: 25%;
    height: auto;
    border: 1px solid #a1c3d2;
    object-fit: cover;
    border-radius: 5px;
    z-index: 1;
    cursor: pointer;
}


.vbutton {
    border: 0;
    width: 0;
    width: 35px;
    height: 35px;
    transition: 100ms all ease;
    cursor: pointer;
    position: absolute;
    /* bottom: 200px; */
    /* right: 50px; */
    background-color: transparent;
    opacity: 1;
    bottom: 10px;
    left: 59%;
    z-index: 3;
    cursor: pointer;
}

.vbutton img
{
  width:25px;
  height:25px;
}

/* About Ends */


/* initiative */
.initiative-section
{
  position: relative;
}

.artleft
{
position: absolute;
    left: 0;
    width: 33%;
    bottom: 0;
}

.artright
{
position: absolute;
    right: 0;
    width: 28%;
    bottom: -30px;
}


.initiative-section .containerAsp {
  /* width: 90%;
  max-width: 1200px; */
  margin: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 80px 10px 10px 10px;
  flex-direction: column;
}

.initiative-left
{
    width:40%;
    max-height: 400px;
    display:flex;
    align-items: center;
}


.initiative-right
{
width: 60%;
    position: relative;
    background: url('../images/yellow-patch.png') center / cover no-repeat;
    min-height: 300px;
    background-size: 80%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;

}

.initiative-right p
{
  width: 86%;
  line-height: 35px;
}


.slide {
  position: relative;
  padding: 60px;
  height:400px;
  display: flex !important;
    align-items: center;
    justify-content: center;
}

.slide-bg {
  position: absolute;
  inset: 0;
   /* background: url("../images/yellow-patch.png") center/cover no-repeat; */
  opacity: 1;
  z-index: -1;
}

.slide p {
  font-size: 15px;
  line-height: 1.8;
  color: #222;
  max-width: 520px;
  text-align: center;
}


/* .initiative-slider,
.slick-slider,
.slick-list,
.slick-track,
.slick-slide > div { 
    height: 100%;
} */

.initiative-slider, .initiative-slider .slick-slider, .initiative-slider .slick-list, .initiative-slider .slick-track, .initiative-slider .slick-slide > div { 
    height: 400px;
}

.patch
{

}

.slickdotscontainer
{
  position: relative;
  z-index: 999999999;
}

.slickdotscontainer .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  /* margin-top: 50px; */
  padding: 20px 0px;
}



.slickdotscontainer  .slick-dots li {
  margin: 0 0.25rem;
}

.slickdotscontainer  .slick-dots button {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #c9bad9;
  border: 1px solid #c9bad9;
  text-indent: 9999px;
  cursor: pointer;
}

.slickdotscontainer  .slick-dots li button {
  display: block !important;
}

.slickdotscontainer .slick-dots li.slick-active button {
  background-color: #5c2c90;
   border: 1px solid #5c2c90;
}




/* Initiative Ends*/


/* Steps */

.story-section .containerAsp
{
    text-align: center;
}


.steps {
  position: relative;
    display: flex;
    gap: 70px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.step {
  /* display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 60px; */
}

.step img {
  width: 500px;
}



/* ALIGNMENTS */
.step-left {
  justify-content: flex-start;
}

.step-right {
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.step-center {
  justify-content: center;
}

/* CTA BUTTON */
.cta-btn {
  display: inline-block;
  margin: 40px auto;
  padding: 16px 42px;
  background: #ffb703;
  color: #000;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
   cursor:pointer;
}

.initiativeby
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
    /* padding:100px 20px; */
    padding:20px 20px 50px 20px;
}

.initiativeby h2{
    color: #44186d;
    font-family: 'albulapro-medium';
    font-weight: 100;
}

.initiativeby img
{
 width:100px;
}


.iamalive
{
  margin-top: 20px;
}

.iamalive img
{
 width:300px;
}






.help-section {
  background: #ffb703;
  padding: 60px 0;
}

.help-section .containerAsp {

  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT */
.help-left h2 {
  font-size: 50px;
    /* font-weight: 600; */
    line-height: 1.2;
    color: #000;
    font-family: 'albulapro-medium';
}

/* RIGHT */
.help-right {
  text-align: left;
}

.support-text {
  font-size: 24px;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.contact-item a{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.contact-item img {
  width:25px;
}




/* SECTION */
.journey-section {
  background: #3b0b63;
  padding: 70px 0;
}

.journey-container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

/* TITLE */
.journey-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
}

/* FORM */
.journey-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr) auto;
  gap: 24px;
  align-items: end;
}

/* INPUTS */
.journey-form input {
  height: 64px;
  padding: 0 24px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
  font-size: 16px;
  outline: none;
}

.journey-form input::placeholder {
  color: rgba(255,255,255,0.8);
}

/* BUTTON */
.journey-form button {
  height: 64px;
  padding: 0 70px;
  background: #ffb703;
  border: none;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
}

/* TERMS */
.terms {
  margin-top: 30px;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.85;
}

.vbutton {
  display: none;
}

/* hide content blocks initially */
.policy-content-block{
    display: none;
}


/* modal container */
.disclaimer-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}


/* dark background overlay */
.disclaimer-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}


/* modal box */
.disclaimer-dialog{
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: 60px auto;
    background: #fff;
    padding: 20px;
    z-index: 2;
}


/* close button */
.disclaimer-close{
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    border: none;
    background: none;
    cursor: pointer;
}


/* content scroll */
.disclaimer-content{
    max-height: 70vh;
    overflow-y: auto;
}


/* link styling */
.terms a{
   color: white;
    cursor: pointer;
    text-decoration: none;
}

.terms a:hover{
    text-decoration: underline;
}


.disclaimer-content ul{
    list-style: disc;
    padding-left: 20px;
}

.disclaimer-content ul li{
    list-style: disc;
}

.effectivedate{
  margin-bottom: 10px;
}


#policyModal2 td, th { padding: 10px; }


#policyModal2 th { background-color:#d1d1d1; }

#policyModal2 strong
{
  font-family: 'albulapro-semibold';
}

.plink
{
  text-decoration: underline;
  cursor: pointer;
}

.btniagree
{
    background: #ffb703;
    border: none;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: #000;
    width: 160px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        height: 50px;
        padding: 0 20px;
}



/* RESPONSIVE */

@media screen and (max-width: 1366px) {
  .ctabtncontainer button {
    display: inline-block;
    /* margin: 40px auto; */
    padding: 15px 20px;
    background: #ffb703;
    color: #000;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    border: 0;
}

.ctabtncontainer span {
    color: #fff;
    font-size: 15px;
}


}
@media screen and (min-width: 1024px) and (max-width: 1100px) {

  .content h3 {
    font-size: 17px;
    margin-bottom: 6px;
}

.deskbannerinfo {
        max-width: 400px;
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 7%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

.deskbannerinfo .iamalivelogo {
    width: 200px;
}

.deskbannerinfo .firstpara {
    font-size: 17px;
}

.deskbannerinfo p {
    font-size: 15px;
}



  .ctabtncontainer {
    position: relative;
    bottom: unset;
    left: unset;
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-direction: column;
}

.ctabtncontainer button {
    display: inline-block;

    padding: 10px 15px;
    background: #ffb703;
    color: #000;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    border: 0;
}

.stats p {
    font-size: 20px;
    text-align: left;
}

.ctabtncontainer span {
    color: #fff;
    font-size: 0.9rem;
}

.stats {
    min-width: 420px;
    right: 100px;
}

.stats h2 {
    font-size: 70px;
    font-family: 'albulapro-medium';
    display: flex;
    align-items: center;
}

  .journey-form {
    grid-template-columns: repeat(4, 1fr) auto;
  }

  .journey-form button {
    grid-column: span 2;
    justify-self: center;
  }

  .step img {
      width: 400px;
  }

  .help-left h2 {
      font-size: 35px;
  }

  .initiative-slider, .initiative-slider .slick-slider, .initiative-slider .slick-list, .initiative-slider .slick-track, .initiative-slider .slick-slide > div {
      height: 300px;
  }

  .vbutton {
      left: 58%;
  }


  .aboutPrev {
      left: 10%;
      right: auto;
  }

  .aboutNext {
      left: auto;
      right: 10%;
  }


}

/* RESPONSIVE */
@media (max-width: 992px) {


.artleft
{
display: none;
}

.artright
{
display: none;
}

  .help-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .help-left h2 {
    font-size: 42px;
  }

  .support-text {
    font-size: 20px;
  }
}

@media (max-width: 768px) {

  .deskmenu
  {
    display: none;
  }
  .navMenuBtn
  {
    display: flex;
  }

  .mHide {
        display: none!important
    }

    .dHide {
        display: block!important
    }

    body
    {
      font-size:15px;
    }

    .paddingTopBottom {
        padding: 40px 0 0;
    }

    .aboutslide video{
      width:90%;
      height:auto;
    }


    .stats {
        position: absolute;
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
        right: unset;
       min-width: 80%;
    }

    .stats h2 {
        font-size: 50px;
        font-family: 'albulapro-medium';
        display: flex;
        align-items: center;
    }

    .stats p {
        font-size: 15px;
       text-align: left;
    }

    .stats h2 .counter-value {
       width: 100%;
        text-align: center;
    }

    .span-plus {
        width: 60px;
    }

  .about p {
      width: 95%;
  }


    .ctabtncontainer {
      position: relative;
        bottom: unset;
        left: unset;
        transform: unset;
        gap: 10px;
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin-top: 15px;
  }

  .ctabtncontainer span {
    font-size: 13px;
}


.deskbannerinfo {
    max-width: 90%;
        color: #fff;
        position: absolute;
        top: 5%;
        transform: translateX(-50%);
        left: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        width: 100%;
}

.deskbannerinfo .iamalivelogo {
    width: 250px;
}

.deskbannerinfo p {
    font-size: 13px;
    text-align: center;
}

/* .deskbannerinfo .firstpara {
    font-family: 'albulapro-regular';
    font-size: 15px;
    line-height: 130%;
    text-align: center;
} */



.initiative-section .containerAsp {
    margin: auto;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 60px 0px 0px 0px;
        flex-direction: column;
        max-width: 100%;
}
.initiative-right p {
    width: 90%;
    line-height: 23px;
}


.ctabtncontainer button {
    display: inline-block;
    /* margin: 40px auto; */
    padding: 15px 30px;
    background: #ffb703;
    color: #000;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.8rem;
    cursor: pointer;
    border: 0;
}

 .initiative-left {
        width: 100%;
        /* min-height: 250px; */
        display: flex;
        align-items: center;
        /* border:1px solid red; */
        justify-content: center;
    }

    .initiative-left img
    {
        /* width:150px; */
        width: 80%;
    }

    .initiative-right {
        width: 100%;
        position: relative;
        background: url(../images/yellow-patch.png) center / cover no-repeat;
        min-height: 250px;
        background-size: 120%;
        /* border:1px solid red; */
    }

    .slide {

        padding: 0px;
        height: 250px;
    }

    .slide p {
        font-size: 15px;
        line-height: 1.6;
        color: #222;
        max-width: 95%;
        padding: 20px;
    }

    .slickdotscontainer .slick-dots {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 1rem 0;
        list-style-type: none;
        margin-top: 0px;
        padding: 20px 0px 20px;
    }

    .aboutslidercontainer {
        background-image: url(../images/about-back-ribbon-mob.png);
        background-origin: border-box;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 50px;
    }

    .aboutslide {
        grid-template-columns: 1fr 1fr;
    }

    .aboutslide .play {
        width: 70px;
    }

    .aboutPrev,.aboutNext {
        position: absolute;
        top: 108%;
        z-index: 9;
        cursor: pointer;
        /* padding: 10px; */
        width: 35px;
        height: 35px;
    }

    .aboutNext {
        left: auto;
        right: 37%;
    }

    .aboutPrev {
        left: 37%;
        right: auto
    }


  .journey-section {
      background: #3b0b63;
      padding: 50px 0;
  }
    .section-title {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .step img {
        width: 90%;
    }

    .initiativeby h2 {
        font-size: 20px;
    }

    .initiativeby img {
        width: 80px;
    }

    .cta-btn {
        margin: 60px auto 40px auto;
    }


    .iamalive img {
        width: 250px;
    }

    .slickdotscontainer {
        padding-top: 50px;
    }

    .vbutton {
      bottom: 10px;
      left: unset;
      right: 7%;
}

.about
{
  padding-bottom: 50px;
}



}



@media (max-width: 600px) {
  .journey-form {
    grid-template-columns: 1fr;
  }

  .journey-form input,
  .journey-form button {
    width: 100%;
    grid-column: auto;
  }

  .journey-form button {
    width: 160px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        height: 50px;
        padding: 0 20px;
  }

  .journey-title {
    font-size: 24px;
  }
}


@media (max-width: 576px) {

    .help-section .containerAsp {
        flex-direction: column;
        align-items: flex-start;
        width: 80%;
        gap: 30px;
    }


  .help-left h2 {
    font-size: 34px;
  }

  .contact-list {
    flex-direction: column;
    gap: 18px;
  }
}



/* Popup Form */

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.popup-overlay.active {
  display: flex;
}

.popup-form {
  background: #44186f;
  width: 340px;
  padding: 30px;
  border-radius: 16px;
  position: relative;
}

.popup-form h3 {
  color: #fff;
  margin-bottom: 20px;
}

.popup-field {
  margin-bottom: 20px;
}

.popup-field label {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.popup-field input {
  width: 100%;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  padding: 6px 2px;
  font-size: 15px;
  outline: none;
  height: 40px;
  color: #fff;
}

.popup-btn {
  /*width: 100%; */
    background: #ffb703;
    color: #000;
    border: none;
    padding: 14px 60px;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
}

.close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
}



/* Popup Form Ends */


.cards-wrapper {
  display: flex;
  gap: 20px;
  height: 620px;
  width:80%;
  margin:0px auto;
}

.card {
  flex: 1;
  position: relative;
  overflow: hidden;
  /* border-radius: 18px; */
  cursor: pointer;
  transition: flex 0.6s ease;
  
}

  .card .positionrelative
  {
    height:100%;
  }

   .card .positionrelative .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    z-index: 99;
    width: 100%;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
   }


.card.active {
  flex: 3;
}



.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.4s ease;
  border-radius: 18px;
  
}

.card.active img {
  filter: grayscale(0%);
}

.card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
  opacity: 1;
  transition: opacity 0.4s ease;
  border-radius: 18px;
  display: none;
  
}

.card.active::after {
  opacity: 0;
}

.content {
  position: absolute;
    bottom: 20px;
    /* left: 20px; */
    color: #fff;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    /* right: 20px; */
    gap: 30px;
    padding: 20px;
    z-index: 99999;


}

.leftcontent, .rightcontent
{
  flex:1;
}

.card.active .content {
  opacity: 1;
  transform: translateY(0);
}

.content h3 {
  font-size: 17px;
  margin-bottom: 6px;
}

.content p {
  font-size: 14px;

}

.mobcaption
{
  display: none;
}
/* Responsive */
@media (max-width: 768px) {
  .cardssection
  {
    padding-bottom: 40px;
  }
  .cards-wrapper {
    display: block;
    height: auto;
  }

  .card {
    height: 360px;
    flex: unset !important;
  }

  .initiative-slider, .initiative-slider .slick-slider, .initiative-slider .slick-list, .initiative-slider .slick-track, .initiative-slider .slick-slide > div {
    height: 100%;
}


  .card.active {
    flex: unset;
  }

  .card img {
    filter: grayscale(0%);
  }

  .content {
    opacity: 1;
    transform: translateY(0);
    text-align: center;
    height: auto;
    bottom: 0px;
  }

  .rightcontent
  {
    display: none;
  }

  .mobcaption
  {
    display: block;
        padding: 15px 5px 5px 5px;
        text-align: center;
  }

  .content h3 {
      font-size: 15px;
      margin-bottom: 6px;
  }

  .mobcaption p
  {
    font-size:13px;
  }

  .card::after {
      display: none;
  }

 
}