

/**** Banner Styles starts ****/
a:hover{
    text-decoration: none;
}
.container{
    padding: 0 calc(1rem + 2vw) !important;
}
.health-space{
    margin-bottom: 9.99rem;
}
.active-ageing-banner-section .bubble-container img.cmn-header-bubble-medium{
    width: auto;
    filter: blur(8px);
}

.blueprint .travel-experience-content{
    padding-left: 11px;
}
.active-ageing-banner-section .bubble-box .banner-ball{
    max-width: 287px;
    position: absolute;
    top: 0%;
    left: -5%;
    height: 285px;
    z-index: 1;
    filter: blur(4px);
    object-fit: inherit;
}
.active-ageing-banner-section .bubble-box .banner-ball-medium{
    max-width: 166px;
    position: absolute;
    bottom: -13%;
    right: 16%;
    height: 176px;
    z-index: 1;
    object-fit: inherit;
}
@media(max-width: 768px) {
    .container{
        padding: 0 calc(0rem + 2vw) !important;
    }

    .health-space {
        margin-bottom: 80px;
    }

    .health-banner .container-fluid-md,
    .health-banner .container-fluid-sm {
        padding-left: 5px;
        padding-right: 5px;
    }
    .active-ageing-banner-section .bubble-box .banner-ball{
        display: none;
    }
    .active-ageing-banner-section .bubble-box .banner-ball-medium{
        display: none;
    }
    .health-banner .bubble-container .cmn-header-bubble-small {
        display: none;
    }

    .health-banner .art-of-againg-btn {
        position: absolute;
        bottom: 20px;
        height: auto;
        right: 50%;
        transform: translateX(50%);
        margin: auto;
    }

    .health-banner .art-of-againg-btn .reusable-button {
        width: 248px;
        height: 45px;
        padding-top: 0;
    }

    .health-banner .art-of-againg-btn .reusable-button .button-text {
        font-size: 14px;
    }
}
@media(width: 768px){
    .health-banner .art-of-againg-btn .reusable-button {
        width: auto;
        height: 45px;
        padding-top: 0;
    }
}

/**** Banner Styles End ****/

/**** Blueprint Section Styles Starts ****/
.blueprint {
    padding-top: 90px;
}
.blueprint .travel-experience-title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 19px;
}

.blueprint .blueprint-description {
    font-family: Unbounded;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    width: 95%;
}
.blueprint .travel-experience-content{
    padding-left: 11px;
}
.blueprint .travel-experience-image img {
    height: 251px;
}

@media (max-width: 768px) {
    .blueprint {
        padding-top: 61px;
    }

    .blueprint .travel-experience-image img {
        height: 270px;
    }

    .blueprint .travel-experience-content {
        padding-top: 30px;
        margin-top: 0;
    }

    .blueprint .travel-experience-title {
        margin-bottom: 26px;
    }

    .blueprint .blueprint-description {
        text-align: left;
        font-size: 13.73px;
        width: 100%;
    }
}


/**** Blueprint Section Styles Ends ****/

/**** Beyond Wellness Styles Starts ****/
.discover_section {
    margin-top: 81px;
    position: relative;
}
.discover_section .bubble-box .big-ball-icon{
    max-width: 210px;
    position: absolute;
    bottom: -5%;
    left: -1%;
    height: 172px;
    z-index: -1;
    filter: blur(7px);
    object-fit: inherit;
    rotate: 180deg;
}
.discover_section .bubble-box .small-ball-icon{
    max-width: 210px;
    position: absolute;
    top: 50%;
    right: 30%;
    height: 172px;
    z-index: 1;
    filter: blur(7px);
    object-fit: inherit;
}
.discover_section .bubble-box .extra-small-ball-icon{
    max-width: 210px;
    position: absolute;
    bottom: -17%;
    right: 10%;
    height: 172px;
    z-index: -1;
    filter: blur(7px);
    object-fit: inherit;
    rotate: 260deg
}
.discover_section .bubble-box .extra-small-ball-icon.duplicate{
    max-width: 210px;
    position: absolute;
    top: -7%;
    left: 10%;
    height: 172px;
    z-index: -1;
    filter: blur(7px);
    object-fit: inherit;
    rotate: 0deg
}
.discover_section .discover_content{
    gap: 18px;
}
.discover_section .discover_content h3 {
    margin-bottom: 0px;
}

.discover_section .discover_content p {
    font-family: Unbounded;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    width: 85%;
    text-align: center;
    margin: 0 auto;
}

.discover_section .discover_content h4 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 35px;
    text-align: center;
    font-family: Unbounded;
    color: #53103C;
    font-weight: 600;
}

.discover_section .discover_images {
    margin-top: 0;
}

.discover_section .discover_images .img-1 .discover_img_content {
    position: relative;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(45px);
    border-radius: 22px;
    border: 3px solid;
    border-image: linear-gradient(180deg, #62123D 0%, #FFA4D5 46.63%, #C8267D 100%);
    background-clip: padding-box, border-box;
    border: 3px solid transparent;
}

.discover_section .discover_images .img-1 .discover_img_content .content {
    padding: 22px 40px 23px;
    gap: 13px;
    border-radius: 0;
    background: #7A1A55;
    opacity: 45%
}

.discover_section .discover_images .img-1 .discover_img_content .content h3 {
    min-height: auto;
    margin: 0;
    font-size: 20px;
    line-height: 32px;
    font-family: Unbounded;
    color: #FFF;
}

.discover_section .discover_images .img-1 .discover_img_content .content_img {
    height: 245px;
    border-radius: 0;
}

.discover_section .discover_images .img-1 .discover_img_content .content_img img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.discover_section .discover_images .img-1 .discover_img_content .content p {
    min-height: 100px;
    margin-bottom: 0;
    font-family: Unbounded;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #FFF;
}
@media(max-width: 1290px){
    .discover_section .discover_images .img-1 .discover_img_content .content h3{
        min-height: 64px;
    }
    .primary-heading{
        font-size: 40px;
        line-height: 55px !important;
    }
}

@media (max-width: 768px) {
    .primary-heading {
        line-height: 37px !important;
        font-size: 32px;
    }
    .discover_section {
        margin-top: 77px;
    }

    .discover_section .bubble-box .big-ball-icon{
        max-width: 210px;
        position: absolute;
        bottom: -5%;
        left: -1%;
        height: 172px;
        z-index: -1;
        filter: blur(7px);
        object-fit: inherit;
        rotate: 180deg;
    }
    .discover_section .bubble-box .small-ball-icon{
        display: none;
    }
    .discover_section .bubble-box .extra-small-ball-icon{
        display: none;
    }
    .discover_section .bubble-box .extra-small-ball-icon.duplicate{
        top: 0%;
        left: 10%;
    }
    .discover_section .discover_content {
        gap: 0;
    }

    .discover_section .discover_content h3 {
        font-size: 32px;
        margin-bottom: 36px;
    }
    .discover_section .discover_images .img-1 .discover_img_content .content p{
        min-height: 125px;
    }
    .discover_section .discover_content p {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .discover_section .discover_content h4 {
        margin-bottom: 29px;
    }

    .discover_images.owl-carousel .owl-nav {
        display: none;
    }

    .discover_images.owl-carousel .owl-dots {
        display: flex;
        margin-top: 27px;
        justify-content: center;
        gap: 12px;
    }
    .discover_images.owl-carousel .owl-dots .owl-dot{
        width: 12px !important;
        height: 12px;
        border-radius: 7px;
        border: transparent !important;
    }
    .discover_images.owl-carousel .owl-dots .owl-dot span{
        width: 12px !important;
        height: 12px;
        border-radius: 7px;
        border: 2px solid rgba(122, 26, 85, 0.45) !important;
        display: flex;
    }
    .discover_images.owl-carousel .owl-dots .owl-dot.active span{
        background: rgba(122, 26, 85, 1);
        border-color: transparent;
    }
}

/**** Beyond Wellness Styles End ****/

/****
Owl Carousel Styles Starts
****/
.owl-accordion{
    padding-top: 87px;
    position: relative;
}
.owl-accordion .bubble-box .big-ball-icon{
    max-width: 210px;
    position: absolute;
    bottom: -30%;
    right: 20%;
    height: 172px;
    z-index: -1;
    filter: blur(7px);
    object-fit: inherit;
    rotate: 260deg
}
.owl-accordion .bubble-box .small-ball-icon{
    max-width: 210px;
    position: absolute;
    top: 0%;
    right: 50%;
    height: 172px;
    z-index: 1;
    filter: blur(7px);
    object-fit: inherit;
}
.owl-accordion .item-details{
    display: inline-flex;
    background: rgba(122, 26, 85, 0.72);
    border-radius: 22px;
    border: 3px solid;
    border-image-source: linear-gradient(180deg, rgba(98, 18, 61, 0.6) 0%, rgba(255, 164, 213, 0.6) 46.63%, rgba(200, 38, 125, 0.6) 100%);  
    max-height: 261px;
    min-height: 261px;
    overflow: hidden;
    transition: max-height 0.3s ease-out, overflow 0.3s ease-out;  
    position: relative;
}
.owl-accordion .item-details .main-icon.gif {
    display: none;
}

.owl-accordion .item-details:hover .main-icon.png {
    display: inline-flex;
}
.owl-accordion .item-details:hover .main-icon.gif {
    display: inline-flex;
}

.owl-accordion .item-details:hover .main-icon.png {
    display: none;
}
.owl-accordion .item-details .wave-small-icon{
    position: absolute;
    top: 52px;
    right: 25px;
    max-width: 87px;
    width: 100%;
    object-fit: cover;
    height: auto;
}
.owl-accordion .item-details .wave-icon{
    display: none;
}
.owl-accordion .item-details.expanded .wave-small-icon{
    display: none;
}
.owl-accordion .item-details.expanded .wave-icon{
    position: absolute;
    bottom: 78px;
    right: 0px;
    max-width: 169px;
    width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
}
.owl-accordion .owl-carousel .owl-item:nth-child(2n) .item-details.expanded .wave-icon{
    position: absolute;
    bottom: 135px;
    left: 0px;
    max-width: 169px;
    width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
}
.owl-accordion .owl-carousel .owl-item .third .item-details.expanded .left-icon{
    position: absolute;
    bottom: 34px !important;
    left: 0px;
    max-width: 169px;
    width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
}
.owl-accordion .owl-carousel .owl-item .third .item-details.expanded .wave-icon{
    position: absolute;
    bottom: 110px !important;
    right: 80px;
    max-width: 169px;
    width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
}
.right-owll-icon,.left-owll-icon{
    background: rgba(130, 26, 82, 1);
    border-radius: 100px;
    padding: 8px;
    width: 40px;
    height: 40px;
}
.owl-accordion .owl-carousel .owl-item .third .item-details.expanded .wave-small-icon{
    display: block !important;
}
.owl-accordion .owl-carousel .owl-item:nth-child(2n) .item-details.expanded .wave-small-icon{
    display: block;
}
.owl-accordion .item-details .expand-icon{
    position: absolute;
    bottom: 18px;
    right: 25px;
    max-width: 24px;
    width: 24px;
    object-fit: cover;
    height: 24px;
}
.owl-accordion .item-details .expanded-icon{
    display: none;
}
.owl-accordion .item-details.expanded .expand-icon{
    display: none;
}
.owl-accordion .item-details.expanded .expanded-icon{
    position: absolute;
    bottom: 18px;
    right: 25px;
    max-width: 24px;
    width: 24px;
    object-fit: cover;
    height: 24px;
    display: block;
}
.owl-accordion .item-details.expanded {
    max-height: none;
    overflow: visible;
}
.owl-accordion .item-details .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.owl-accordion .item-details .collapsible {
    color: white;
    cursor: pointer;
    padding: 47px 15px 19px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
  }
  .owl-accordion .item-details .collapse-heading{
    margin-bottom: 25px;
        font-size: 40px;
        font-weight: 600;
        line-height: 100%;
        color: #FFF;
        display: flex;
  }
  .owl-accordion .item-details .collapse-description{
    font-size: 16px;
    line-height: 30px;
    font-family: Unbounded;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 0;
  }

  .owl-accordion .item-details .body-heading{
        margin-bottom: 12px;
        font-size: 24px;
        font-weight: 500;
        line-height: 27px;
        color: #FFF;
        display: flex;
  }
  
  .owl-accordion .item-details .package-details {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 22px;
    margin-bottom: 32px;
    width: fit-content;
}
.owl-accordion .item-details .package-details .package-items{
    display: inline-flex;
}
.owl-accordion .item-details .package-details .package-items p{
    font-size: 12px;
    line-height: 20px;
    font-family: Unbounded;
    font-weight: 450;
    margin-bottom: 0;
    color: #FFF;
    margin-left: 17px;
}
.owl-accordion .item-details .package-details .package-items span{
    display: inline-flex;
    width: 4px;
    height: 100%;
    background: #FFF;
}
.owl-accordion .item-details .body-description{
    font-size: 16px;
    line-height: 26px;
    font-family: Unbounded;
    font-weight: 700;
    color: #FFF;
}
.owl-accordion .item-details img.main-icon{
    max-width: 221px;
}
@media(max-width: 1290px){
    .owl-accordion .item-details{
        min-height: 350px;
        max-height: 350px;
    }
    .owl-accordion .item-details .collapse-heading{
        min-height: 165px;
    }
    .owl-accordion .item-details .collapse-description{
        min-height: 90px;
        display: flex;
    }
}

@media(max-width: 768px){
    .owl-accordion{
        padding-top: 87px;
    }
    .owl-accordion .bubble-box .big-ball-icon{
        right: -10%;
    }
    .owl-accordion .bubble-box .small-ball-icon{
        left: -20%;
    }
    .owl-accordion .item-details{
        display: grid;
        grid-template-columns: 1fr;
        background: rgba(122, 26, 85, 0.72);
        max-height: 610px;
    }
    .owl-accordion .item-details{
        min-height: 608px;
        max-height: 608px;
    }
    .owl-accordion .item-details .collapse-heading{
        min-height: auto;
    }
    .owl-accordion .item-details img.main-icon{
        max-width: 130px;
        margin: 0 auto;
        object-fit: contain;
    }
    .owl-accordion .item-details .wave-small-icon{
        display: none;
    }
    .owl-accordion .item-details .wave-icon{
        display: none;
    }
    .owl-accordion .item-details.expanded .wave-small-icon{
        display: none;
    }
    .owl-accordion .item-details.expanded .wave-icon{
        position: absolute;
        bottom: 78px;
        right: 0px;
        max-width: 169px;
        width: 100%;
        object-fit: cover;
        height: auto;
        display: block;
    }
    .owl-accordion .owl-carousel .owl-item:nth-child(2n) .item-details.expanded .wave-icon{
        position: absolute;
        bottom: 135px;
        left: 0px;
        max-width: 169px;
        width: 100%;
        object-fit: cover;
        height: auto;
        display: block;
    }
    .owl-accordion .owl-carousel .owl-item .third .item-details.expanded .left-icon{
        position: absolute;
        bottom: 34px !important;
        left: 0px;
        max-width: 169px;
        width: 100%;
        object-fit: cover;
        height: auto;
        display: block;
    }
    .owl-accordion .owl-carousel .owl-item .third .item-details.expanded .wave-icon{
        position: absolute;
        bottom: 110px !important;
        right: 80px;
        max-width: 169px;
        width: 100%;
        object-fit: cover;
        height: auto;
        display: block;
    }
    .right-owll-icon,.left-owll-icon{
        background: rgba(130, 26, 82, 1);
        border-radius: 100px;
    }
    .owl-accordion .owl-carousel .owl-item .third .item-details.expanded .wave-small-icon{
        display: block !important;
    }
    .owl-accordion .owl-carousel .owl-item:nth-child(2n) .item-details.expanded .wave-small-icon{
        display: block;
    }
    .owl-accordion .item-details .expand-icon{
        position: absolute;
        bottom: 18px;
        right: 25px;
        max-width: 24px;
        width: 24px;
        object-fit: cover;
        height: 24px;
    }
    .owl-accordion .item-details .expanded-icon{
        display: none;
    }
    .owl-accordion .item-details.expanded .expand-icon{
        display: none;
    }
    .owl-accordion .item-details.expanded .expanded-icon{
        position: absolute;
        bottom: 18px;
        right: 25px;
        max-width: 24px;
        width: 24px;
        object-fit: cover;
        height: 24px;
        display: block;
    }
    .owl-accordion .item-details.expanded {
        max-height: none;
        overflow: visible;
    }
    .owl-accordion .item-details .content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        padding: 0 38px;
    }
    .owl-accordion .item-details .collapsible {
        color: white;
        cursor: pointer;
        padding: 19px 38px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
      }
      .owl-accordion .item-details .collapse-heading{
            margin-bottom: 26px;
            font-size: 28px;
            font-weight: 600;
            line-height: 100%;
            color: #FFF;
            display: flex;
      }
      .owl-accordion .item-details .collapse-description{
        font-size: 16px;
        line-height: 30px;
        font-family: Unbounded;
        font-weight: 500;
        color: #FFF;
        margin-bottom: 0;
      }
    
      .owl-accordion .item-details .body-heading{
            margin-bottom: 12px;
            font-size: 24px;
            font-weight: 500;
            line-height: 27px;
            color: #FFF;
            display: flex;
      }
      
      .owl-accordion .item-details .package-details {
        display: grid;
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 32px;
        width: 100%;
    }
    .owl-accordion .item-details .package-details .package-items{
        display: inline-flex;
    }
    .owl-accordion .item-details .package-details .package-items p{
        font-size: 12px;
        line-height: 20px;
        font-family: Unbounded;
        font-weight: 450;
        margin-bottom: 0;
        color: #FFF;
        margin-left: 17px;
    }
    .owl-accordion .item-details .package-details .package-items span{
        display: inline-flex;
        width: 4px;
        height: 100%;
        background: #FFF;
    }
    .owl-accordion .item-details .body-description{
        font-size: 16px;
        line-height: 26px;
        font-family: Unbounded;
        font-weight: 700;
        color: #FFF;
    }
}
  
  
/****
Owl Carousel Styles Ends
****/



/****
Space Section Styles Starts
****/

.space-section{
    padding-top: 40px;
    padding-bottom: 20px;
}

/****
Space Section Styles end
****/

/****
Marzi Plan Styles
****/
.marzi-plan{
    position: relative;
}
.marzi-plan .bubble-box .big-ball-icon{
    max-width: 210px;
    position: absolute;
    bottom: 15%;
    left: -2%;
    height: 172px;
    z-index: -1;
    filter: blur(7px);
    object-fit: inherit;
    rotate: 180deg;
}
.marzi-plan .bubble-box .small-ball-icon{
    max-width: 210px;
    position: absolute;
    top: 25%;
    right: -4%;
    height: 172px;
    z-index: 1;
    filter: blur(7px);
    object-fit: inherit;
}
.marzi-plan-block{
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 61px;
    margin-top: 40px;
    overflow: hidden;
    border-radius: 56px;
    background: rgba(122, 26, 85, 0.45);
    border: 3px solid;
    border-image-source: linear-gradient(180deg, rgba(98, 18, 61, 0.3) 0%, rgba(255, 164, 213, 0.3) 46.63%, rgba(200, 38, 125, 0.3) 100%);
}
.marzi-plan-block .plan-details{
    padding: 78px 0 78px 61px ;
}
.marzi-plan-block .plan-details .primary-heading{
    margin-bottom: 43px;
}
.marzi-plan-block .plan-details .plan-description{
    font-size: 16px;
    line-height: 30px;
    font-family: Unbounded;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 0;
}
@media(max-width: 768px){
    .marzi-plan .bubble-box .big-ball-icon{
        display: none;
    }
    .marzi-plan .bubble-box .small-ball-icon{
        display: none;
    }
    .marzi-plan-block{
        grid-template-columns: 1fr;
        border-radius: 30px;
        gap: 54px;
    }
    .marzi-plan-block .plan-details{
        padding: 29px;
    }
    .marzi-plan-block .plan-details .primary-heading{
        margin-bottom: 23px;
        font-size: 32px;
        line-height: 100%;
    }
    .marzi-plan-block .plan-details .plan-description{
        font-size: 16px;
        line-height: 26px;
        font-family: Unbounded;
        font-weight: 500;
        color: #FFF;
        margin-bottom: 0;
    }
    .marzi-plan-block img{
        min-height: 296px;
        object-fit: cover;
    }
}
/****
Marzi Plan Styles End
****/

/****
Health Package Styles start
****/
.health-package{
    padding-top: 83px;
    position: relative;
}
.health-package .bubble-box .extra-small-ball-icon{
    max-width: 210px;
    position: absolute;
    bottom: -20%;
    left: 10%;
    height: 172px;
    z-index: -1;
    filter: blur(7px);
    object-fit: inherit;
}
.health-package .bubble-box .small-ball-icon{
    max-width: 210px;
    position: absolute;
    top: 34%;
    right: 20%;
    height: 172px;
    z-index: -1;
    filter: blur(7px);
    object-fit: inherit;
}
.health-package .primary-heading{
    text-align: center;
    margin-bottom: 22px;
}
.health-package .description{
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    font-family: Unbounded;
    font-weight: 600;
    color: rgba(130, 26, 82, 1);
    margin-bottom: 27px;
}
.health-package .package-details {
    background: linear-gradient(90deg, rgba(171, 4, 106, 0.66) 0%, rgba(122, 26, 85, 0.66) 50.48%, rgba(171, 4, 106, 0.66) 100%);
    border: 3px solid;
    border-image-source: linear-gradient(180deg, rgba(98, 18, 61, 0.3) 0%, rgba(255, 164, 213, 0.3) 46.63%, rgba(200, 38, 125, 0.3) 100%);
    opacity: 98%;
    border-radius: 90px;
    padding: 44px 38px 40px 84px;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 29px;
}
.health-package .package-details .package-items{
    display: inline-flex;
}
.health-package .package-details .package-items p{
    font-size: 16px;
    line-height: 29px;
    font-family: Unbounded;
    font-weight: 500;
    margin-bottom: 0;
    color: #FFF;
    margin-left: 28px;
}
.health-package .package-details .package-items span{
    display: inline-flex;
    max-width: 4px;
    height: 100%;
    background: #FFF;
    width: 100%;
}
.health-package .package-details .package-items .reusable-button{
    padding: 0;
    height: auto;
}
.health-package .package-details .package-items .reusable-button span {
    max-width: 100%;
    font-size: 30px;
    line-height: 29px;
    font-family: Unbounded;
    font-weight: 700;
    background: rgba(130, 26, 82, 0.66);
    width: auto;
    height: 98px;
    padding: 34px 61px;
    border-radius: 81px;
    opacity: 0.84;
    border: 3px solid;
    border-image-source: linear-gradient(180deg, rgba(255, 164, 213, 0.3) 0%, rgba(98, 18, 61, 0.3) 23.56%, rgba(200, 38, 125, 0.3) 44.71%, rgba(255, 164, 213, 0.3) 60.58%, rgba(98, 18, 61, 0.3) 75.48%, rgba(200, 38, 125, 0.3) 100%);
    text-decoration: none;
}
.health-package .package-details .package-items .reusable-button:hover{
    text-decoration: none;
}
@media (max-width: 768px) {
    .health-package {
        padding-top: 60px;
        position: relative;
    }
    .health-package .bubble-box .extra-small-ball-icon{
        max-width: 210px;
        position: absolute;
        bottom: -13%;
        left: -26%;
        height: 172px;
        z-index: -1;
        filter: blur(7px);
        object-fit: inherit;
    }
    .health-package .bubble-box .small-ball-icon{
        max-width: 210px;
        position: absolute;
        top: 17%;
        right: -17%;
        height: 172px;
        z-index: -1;
        filter: blur(7px);
        object-fit: inherit;
    }
    .health-package 
    .health-package .primary-heading{
        text-align: center;
        margin-bottom: 26px;
        font-size: 32px;
        font-weight: 600;
        line-height: 100%;
    }
    .health-package .description{
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        font-family: Unbounded;
        font-weight: 600;
        margin-bottom: 26px;
    }
    .health-package .package-details {
        padding: 49px 14px 39px 14px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 55px;
        border-radius: 40px;
    }
    .health-package .package-details .package-items p{
        font-size: 14px;
        line-height: 29px;
        font-family: Unbounded;
    }
    .health-package .package-details .package-items .reusable-button span {
        font-size: 24px;
        line-height: 29px;
        font-family: Unbounded;
        font-weight: 700;
        background: rgba(130, 26, 82, 0.66);
        width: auto;
        height: auto;
        padding: 23px 51px;
    }
}
/****
Health Package Styles End
****/

/****
Stories Section Styles
****/
.story-section {
    padding-top: 89px;
    position: relative;
}

.story-section .primary-heading {
    text-align: center;
    margin-bottom: 52px;
}

.story-section .stories-details {
    position: relative;
}
.story-section .stories-details .dots-bg{
    position: absolute;
    right: 0;
    width: auto;
    z-index: -1;
    height: auto;
}
.story-section .stories-details .extra-small-ball-icon{
    max-width: 223px;
    height: 194px;
    position: absolute;
    top: 8%;
    right: 0%;
    z-index: -1;
    filter: blur(7px);
}
.stories-block {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 13.89px;
}

.stories-block img {
    border-radius: 16px;
}

.stories-block .story-one {
    justify-items: end;
    align-self: end;
}

.stories-block .story-one img {
    max-width: 274.11px;
    height: 167.08px;
    object-fit: cover;
}

.stories-block .story-one h4,
.stories-block .story-one p {
    font-size: 16px;
    line-height: 25px;
    font-family: Unbounded;
    font-weight: 500;
    margin: 32.92px 0;
    text-align: end;
}

.stories-block .story-two img {
    max-width: 304.14px;
    height: 340.75px;
    object-fit: cover;
}

.stories-block .story-three {
    justify-items: start;
    align-self: end;
    display: inline-flex;
    gap: 13.89px;
}

.stories-block .story-three img {
    max-width: 274.11px;
    height: 285.86px;
    object-fit: cover;
}

.stories-block .story-three .story-lines {
    align-self: end;
}

.stories-block .story-three h4,
.stories-block .story-three p {
    font-size: 16px;
    line-height: 25px;
    font-family: Unbounded;
    font-weight: 500;
    margin: 32.92px 0;
}

.stories-block .story-three p {
    margin-bottom: 46.86px;
}

.stories-block .story-four img {
    max-width: 226.88px;
    height: 212.83px;
    object-fit: cover;
}

.stories-block .story-one h4,
.stories-block .story-one p {
    font-size: 16px;
    line-height: 25px;
    font-family: Unbounded;
    font-weight: 500;
    margin: 32.92px 0;
    text-align: end;
}

.stories-block .story-five img {
    max-width: 403.3404846191406px;
    height: 392.89801025390625px;
    object-fit: cover;
}

.stories-block .story-six img {
    max-width: 376px;
    height: 204.93px;
    object-fit: cover;
}

.stories-block .story-three .story-lines {
    align-self: end;
}

.stories-block .story-six h4,
.stories-block .story-six p {
    font-size: 16px;
    line-height: 25px;
    font-family: Unbounded;
    font-weight: 500;
    margin: 52.07px 0;
}

.stories-block .story-six p {
    margin-bottom: 46.86px;
}

.story-result .row .col-10 .stories-block:first-child {
    margin-bottom: 17.25px;
}

@media(max-width: 768px) {
    .stories-block {
        display: inline-flex;
        flex-wrap: wrap;
        grid-template-columns: auto auto;
        gap: 9.89px;
        text-align: center;
    }

    .stories-block .story-one {
        justify-items: center;
        align-self: end;
        max-width: 153.9px;
    }

    .stories-block .story-one img {
        width: 100%;
        height: 93.81px;
    }

    .stories-block .story-one h4,
    .stories-block .story-one p {
        font-size: 14px;
        margin: 9px 0;
        text-align: start;
    }

    .stories-block .story-two img {
        max-width: 170.76px;
        min-width: 170.76px;
        height: 191.32px;
        object-fit: cover;
        width: 100%;
    }

    .stories-block .story-three {
        justify-items: start;
        align-self: end;
        display: inline-flex;
        gap: 13.89px;
    }

    .stories-block .story-three img {
        max-width: 163px;
        height: 179.2px;
        object-fit: cover;
    }

    .stories-block .story-three .story-lines {
        align-self: end;
    }

    .stories-block .story-three h4,
    .stories-block .story-three p {
        font-size: 14px;
        line-height: 22px;
        margin: 25px 0;
    }

    .stories-block .story-three p {
        margin-bottom: 0px;
    }

    .stories-block .story-four {
        max-width: 116.06749725341797px;
    }

    .stories-block .story-four img {
        max-width: 116.06749725341797px;
        height: 108.88237762451172px;
        object-fit: cover;
    }

    .stories-block .story-four h4,
    .stories-block .story-four p {
        font-size: 14px;
        line-height: 22px;
        text-align: end;
    }

    .stories-block .story-five img {
        max-width: 206.34px;
        height: 201px;
        object-fit: cover;
    }

    .stories-block .story-six img {
        max-width: 164px;
        height: 104.84px;
        object-fit: cover;
    }

    .stories-block .story-six .story-lines {
        text-align: end;
    }

    .stories-block .story-six h4,
    .stories-block .story-six p {
        font-size: 14px;
        line-height: 22px;
        font-family: Unbounded;
        font-weight: 500;
        margin: 0 0 22.07px 0;
        text-align: left;
    }

    .stories-block .story-six p {
        margin-bottom: 0px;
    }

}

@media(max-width: 767px) {

    .story-section .stories-details .extra-small-ball-icon{
        max-width: 223px;
        height: 194px;
        position: absolute;
        top: 39%;
        right: 0%;
        z-index: -1;
        filter: blur(7px);
    }

    .stories-block .story-six {
        display: inline-flex;
        justify-content: space-between;
        position: relative;
    }

    .stories-block .story-six h4,
    .stories-block .story-six p {
        font-size: 14px;
        line-height: 22px;
        font-family: Unbounded;
        font-weight: 500;
        margin: 0 0 22.07px 0;
        text-align: end;
    }
    .stories-block .story-six .dots-bg{
        position: absolute;
        left: -45px;
        width: auto;
        z-index: -1;
        top: -80px;
        height: auto;
    }
}

/****
Stories Section Styles End
****/

/****
Get Started Section styles
****/
.get-start {
    padding-top: 81px;
    padding-bottom: 14px;
    position: relative;
}
.get-start .bubble-box .small-ball-icon{
    max-width: 210px;
    position: absolute;
    bottom: -20%;
    right: 20%;
    height: 172px;
    z-index: -1;
    filter: blur(7px);
}

.get-start .primary-heading {
    text-align: center;
    margin-bottom: 44px;
}

.get-start .reusable-button {
    padding: 34px 68px;
    background: rgba(122, 26, 85, 0.72);
    border: 3px solid;
    border-radius: 81px;
    border-image-source: linear-gradient(180deg, rgba(255, 164, 213, 0.3) 0%, rgba(98, 18, 61, 0.3) 23.56%, rgba(200, 38, 125, 0.3) 44.71%, rgba(255, 164, 213, 0.3) 60.58%, rgba(98, 18, 61, 0.3) 75.48%, rgba(200, 38, 125, 0.3) 100%);
    width: max-content;
    display: flex;
    text-align: center;
    margin: 0 auto;
    height: auto;
    text-decoration: none;
    backdrop-filter: blur(45px)
}

.get-start .reusable-button:hover {
    text-decoration: none;
}

.get-start .reusable-button .button-text {
    font-size: 30px;
    line-height: 29px;
    font-family: Unbounded;
    font-weight: 700;
    text-transform: none;
    padding-right: 0;
    color: #FFF;
}

@media (max-width: 768px) {
    .get-start {
        padding-top: 90px;
        padding-bottom: 64px;
    }
    .get-start .bubble-box .small-ball-icon{
        bottom: -10%;
        right: -15%;
    }
    .get-start .primary-heading {
        text-align: center;
        margin-bottom: 49px;
        font-size: 30px;
        font-weight: semi-bold;
        line-height: 46px;
    }

    .get-start .reusable-button {
        padding: 19px 47px;
        border: 3px solid;
        border-radius: 81px;
        width: 100%;
    }

    .get-start .reusable-button:hover {
        text-decoration: none;
    }

    .get-start .reusable-button .button-text {
        font-size: 20px;
        line-height: 29px;
        font-family: Unbounded;
        font-weight: bold;

    }
}

/****
Get Started Section End
****/



/**** 
Contact section Styles
****/
.contact-section{
    position: relative;
}
.contact-section .bubble-box .small-ball-icon{
    max-width: 210px;
    position: absolute;
    top: 10%;
    left: 0%;
    height: 172px;
    z-index: 1;
    filter: blur(7px);
}
.contact-section .bubble-box .big-ball-icon{
    max-width: 268px;
    position: absolute;
    bottom: 0;
    right: -5%;
    height: 230px;
    z-index: -1;
    filter: blur(11px);
    object-fit: initial;
}
.contact-section .primary-heading {
    margin-bottom: 14px;
    padding-bottom: 0;
}

.contact-section .contact-description {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-family: Unbounded;
    font-weight: 500;
    color: rgba(130, 26, 82, 1);
    margin-bottom: 73.9px;
}

@media (max-width: 768px) {
    .contact-section .bubble-box .small-ball-icon{
        display: none;
    }
    .contact-section .bubble-box .big-ball-icon{
        right: -25%;
    }
    .contact-section .primary-heading {
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 30px;
    }

    .contact-section .contact-description {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 35px;
    }
}

/****
Contact Section End
****/

/****
Footer Style starts
****/
.footer-section .socail-media a img{
    object-fit: contain;
}