.hero-section {
    max-width: 100%;
    height: 21.5rem;
    margin-top: 8.1875rem;
    width: 100vw;
    position: relative;
    z-index: 1;
    display: flex;
    padding: 0;
    overflow: hidden;
}

.hero-section__content {
    color: var(--text-light-color);
    text-align: center;
    justify-content: center;
}

.hero-section__content h1 {
    font-size: 5rem;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.hero-section__content p {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-light-color);
    line-height: 1.33;
    font-weight: 400;
}

.section__header {
    max-width: 73.75rem;
    margin: 0 auto;
    text-align: center;
}

.section__header h2 {
    margin-bottom: 1.1875rem;
}

.trigger {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1D212D;
}

.trigger p {
    max-width: 67.5rem;
    text-align: center;
    font-size: var(--h3);
    color: var(--text-light-color);
}

.snap-container {
    display: flex;
    height: 100vh;
}

.snap-item {
    flex: 0 0 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    background-color: #0f121b;
    color: #FFFFFF;
}

.hero-section_assets_wrapper .hero-section__asset {
    position: relative;
    max-width: calc(((100% + 0.4375rem) / 12) * 6 - 0.4375rem);
    flex: 0 0 calc(((100% + 0.4375rem) / 12) * 6 - 0.4375rem);
}

.hero-section__asset img {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.hero-section_assets_wrapper {
    max-width: 100%;
    flex: 0 0 100%;
    gap: 0.4375rem;
    position: relative;
    top: -25%;
    height: 125%;
}

@media (min-width: 1200px) {
    .hero-section {
        height: 82vh;
        margin-top: 0;
    }

    .hero-section .hero-section_assets_wrapper .hero-section__asset:first-child {
        max-width: calc(((100% + 0.4375rem) / 12) * 7.5 - 0.4375rem);
        flex: 0 0 100%;
    }

    .hero-section .hero-section_assets_wrapper .hero-section__asset:last-child {
        max-width: calc(((100% + 0.4375rem) / 12) * 4.5 - 0.4375rem);
        flex: 0 0 100%;
    }
}

.info_circle_section {
    padding: 2.875rem 0;
    transform: translateY(-30vh);
    position: relative;
    z-index: 2;
    margin-bottom: -30vh;
}

.info_circle_section::before {
    z-index: -1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 30vh);
    background-color: var(--color-2);
}

.infoCircle-swiper+.section__header {
    margin-top: 4.625rem;
}

.infoCircle-swiper {
    max-width: 100%;
    flex: 0 0 100%;
}

.info_circle__list .info_circle_item {
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.info_circle__list .info_circle_item h2{
    transition: all 0.5s ease-in-out;
}
.info_circle__list .info_circle_item:hover h2{
    margin-top: 15px;
}
.info_circle__list .info_circle_item:hover .btn::before {
    border-radius: 100px;
}

.info_circle__list .info_circle_item.swiper-slide-active:before {
    background-color: var(--color-1);
}

.info_circle__list .info_circle_item:after {
    content: "";
    padding-top: 100%;
    max-width: 100%;
    width: 100%;
}

.info_circle__list .info_circle_item h2 {
    max-width: 15.125rem;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    line-height: 1.04;
    flex: 1;
    display: Flex;
    justify-content: center;
    align-items: center;
}

.info_circle__list .info_circle_item:not(:hover)[data-swiper-slide-index="0"] h2 {
    color: var(--color-4);
}

.info_circle__list .info_circle_item:not(:hover)[data-swiper-slide-index="1"] h2 {
    color: var(--color-13);
}

.info_circle__list .info_circle_item:not(:hover)[data-swiper-slide-index="2"] h2 {
    color: var(--color-11);
}

.info_circle__list .info_circle_item h3 {
    margin-top: 1rem;
    margin-bottom: 0.5625rem;
    gap: 0.375rem;
}

.info_circle__list .info_circle_item .btn {
    margin-top: 1.0625rem;
}

.info_circle__list .info_circle_item:before {
    width: 90%;
    height: 90%;
    max-width: 90%;
    position: absolute;
    inset: 0;
    margin: auto;
}

.info_circle_inner {
    width: 90%;
    height: 90%;
    max-width: 90%;
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 100%;
    padding: 9vw 1rem;
}

.info_circle__list .info_circle_item:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 100%;
    z-index: -1;
}

.info_circle_asset {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    /* transform: scale(0); */
    transform: scale(1);
    transition: 0.5s all ease;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 100%;
}

.info_circle_asset img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    display: block;
}

.info_circle__list .info_circle_item:hover .info_circle_asset {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.info_circle__list .info_circle_item:hover .info_circle_inner {
    color: var(--color-1);
}

.info_circle__list .info_circle_item:hover .btn:before {
    border-color: var(--color-1);
}

.info_circle__list .info_circle_item:hover .btn svg path {
    fill: var(--color-1);
}

.info_circle__list .info_circle_item:hover h3:before,
.info_circle__list .info_circle_item:hover h3:after {
    filter: invert(1);
}

.info_circle_item .btn .b-icon img {
    max-width: 0.75rem;
    object-fit: contain;
}

@media (max-width: 991px) {
    .colored_info_section .info_circle__list .info_circle_item:before {
        box-shadow: -2px 8px 15px #00000029;
    }
}

@media (min-width: 992px) {
    .info_circle_inner {
        padding: 3.5vw 1rem;
    }

    .info_circle__list {
        display: flex;
        max-width: 101.25rem;
        flex: 0 0 101.25rem;
        gap: 0.9375rem;
        margin-left: auto;
        margin-right: auto;
    }

    .info_circle__list .info_circle_item {
        max-width: calc(((100% + 0.9375rem) / 12) * 4 - 0.9375rem);
        flex: calc(((100% + 0.9375rem) / 12) * 4 - 0.9375rem);
        transform: scale(0.8) translateY(50px);
        opacity: 0;
    }

   
}
 .info_circle__list .info_circle_item:first-child:not(:hover) h2 {
        color: var(--color-4);
    }

    .info_circle__list .info_circle_item:nth-child(2):not(:hover) h2 {
        color: var(--color-13);
    }

    .info_circle__list .info_circle_item:last-child:not(:hover) h2 {
        color: var(--color-11);
    }

@media (min-width: 992px) {
    .info_circle_inner {
        padding: 2vw 1rem;
    }
}

@media (min-width: 1200px) {
    .info_circle_inner {
        width: 89%;
        height: 89%;
        max-width: 89%;
        padding: 3.625rem 1rem 3rem;
    }

    .info_circle__list {
        gap: 4.375rem;
    }

    .info_circle__list .info_circle_item {
        max-width: calc(((100% + 4.375rem) / 12) * 4 - 4.375rem);
        flex: calc(((100% + 4.375rem) / 12) * 4 - 4.375rem);
    }

    .info_circle__list .info_circle_item:before {
        width: 89%;
        height: 89%;
        max-width: 89%;
    }
}

.colored_info_section .info_circle__list .info_circle_item[data-swiper-slide-index="0"]:before {
    background-color: var(--color-12);
}

.colored_info_section .info_circle__list .info_circle_item[data-swiper-slide-index="1"]:before {
    background-color: var(--color-11);
}

.colored_info_section .info_circle__list .info_circle_item[data-swiper-slide-index="2"]:before {
    background-color: var(--color-12);
}

.colored_info_section .info_circle__list .info_circle_item[data-swiper-slide-index="1"] .btn:before {
    border-color: var(--color-1);
}

.colored_info_section .info_circle__list .info_circle_item[data-swiper-slide-index="1"] .btn svg path {
    fill: var(--color-12);
}

.colored_info_section .info_circle__list .info_circle_item[data-swiper-slide-index="1"] .btn:hover svg path {
    fill: var(--color-1);
}

.colored_info_section .info_circle__list .info_circle_item:not(:hover)[data-swiper-slide-index="0"] h2 {
    color: var(--color-4);
}

.colored_info_section .info_circle__list .info_circle_item:not(:hover)[data-swiper-slide-index="1"] h2 {
    color: var(--color-12);
}

.colored_info_section .info_circle__list .info_circle_item:not(:hover)[data-swiper-slide-index="2"] h2 {
    color: var(--color-4);
}
.colored_info_section .info_circle__list .info_circle_item::before,
.colored_info_section .info_circle__list .info_circle_item:last-child:before {
    background-color: var(--color-12);
}

.colored_info_section .info_circle__list .info_circle_item:nth-child(2)::before {
    background-color: var(--color-11);
}
.colored_info_section .info_circle__list .info_circle_item:nth-child(2) .btn:before {
    border-color: var(--color-1);
}

.colored_info_section .info_circle__list .info_circle_item:nth-child(2) .btn svg path {
    fill: var(--color-12);
}

.colored_info_section .info_circle__list .info_circle_item:nth-child(2) .btn:hover svg path {
    fill: var(--color-1);
}

.colored_info_section .info_circle__list .info_circle_item:nth-child(2):not(:hover) h2 {
    color: var(--color-12);
}

.colored_info_section .info_circle__list .info_circle_item:last-child:not(:hover) h2 {
    color: var(--color-4);
}
.colored_info_section .info_circle__list .info_circle_item h3{
   color: #ffffff;
}
.colored_info_section .info_circle__list .info_circle_item h3:before,
.colored_info_section .info_circle__list .info_circle_item h3:after {
    filter: invert(1);
}
@media (min-width: 881px) {
    .colored_info_section .info_circle__list .info_circle_item h3 {
        color: var(--color-1);
    }
}

.highlight_section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.highlight_section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--color-4);
    border-radius: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.highlight_section .metatext:before,
.highlight_section .metatext:after {
    filter: invert(1);
}

.highlight_section .block_post_content {
    color: var(--color-1);
}

.block_post_wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 5rem 0 0;
    max-width: 100%;
}

.highlight_section .block_post_wrapper {
    padding: 5rem 0;
}

.block_post_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.block_post_item.row-reverse {
    flex-direction: row-reverse;
}

.block_post_item+.block_post_item {
    margin-top: 5rem;
}

.block_post_item>div {
    max-width: 100%;
    flex: 0 0 100%;
}

.block_post_content {
    text-align: center;
}

.block_post_media {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 2rem;
    background-color: var(--color-1);
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s border-radius ease;
    transform: translateZ(0);
}

.block_post_media:hover {
    border-radius: 100%;
}

.block_post_assets {
    display: none;
}

.block_post_media img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* height: 150%; */
    margin: auto;
}
/* .block_post_media img{
    transition: transform 0.5s ;
} */
.block_post_media:hover img {
    transform: scale(1.2) !important;
    transition: transform 0.5s ease-in-out;
}

.block_post_content .block_post_media {
    margin-top: 1.125rem;
    margin-bottom: 1.5rem;
}

.metatext {
    margin-bottom: 2.0625rem;
    gap: 1.1rem;
}

.metatext:before,
.metatext:after {
    max-width: 7.5rem;
}

@media (min-width: 992px) {
    .metatext {
        max-width: 100%;
    }

    .block_post_content .block_post_media {
        display: none;
    }

    .block_post_assets {
        display: flex;
        justify-content: center;
    }

    .block_post_item>div {
        max-width: calc(((100% + 3.75rem) / 12) * 6 - 3.75rem);
        flex: 0 0 calc(((100% + 3.75rem) / 12) * 6 - 3.75rem);
        padding: 0 1rem;
    }

    .block_post_media {
        position: relative;
        max-width: 80%;
        padding-top: 82%;
    }

    .block_post_wrapper {
        max-width: 90rem;
        width: 100%;
    }
}

.social_post_section {
    background-color: var(--color-2);
}

.social_post_action {
    margin-top: 1rem;
}

.social_post_action .b-text {
    font-size: 1rem;
    letter-spacing: 0;
}

.social_post_section {
    padding: 3.125rem 0;
}

.colored_info_section {
    padding: 2.1875rem 0 3.5rem;
}

.colored_info_section {
    position: relative;
}

.colored_info_section .section__inner, .info_circle_section, .social_post_section .section__inner,
.block_post_section .section__inner{
    overflow: hidden;
}

@media (min-width: 768px) {
    .colored_info_section:before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--color-2);
        z-index: -1;
        border-radius: 50%;
        top: -4.25rem;
        height: 300vw;
        width: 330vw
    }

    .social_post_section {
        padding-top: 0;
    }
}

@media (min-width: 1024px) {
    .colored_info_section:before {
        top: -3.25rem;
        height: 350rem;
        width: 300rem
    }
}

@media (min-width: 1200px) {
    .colored_info_section:before {
        top: -10rem;
        height: 190rem;
        width: 280rem
    }
}

@media (min-width: 992px) {
    .colored_info_section {
        padding: 6.25rem 0;
    }
}

@media (min-width: 1200px) {
    .social_post_section {
        padding: 0 0 5rem;
    }

    .colored_info_section {
        padding: 9.375rem 0;
    }

    .social_post_action {
        margin-top: 1.5rem;
    }

    .social_post_action .b-text {
        font-size: var(--size-xl);
        letter-spacing: 0;
    }
}

.social_post_section #sb_instagram .sbi_photo:before {
    content: "";
    padding-top: 120%;
    width: 100%;
    display: block;
}

.social_post_section #sb_instagram .sbi_photo {
    height: auto !important;
}

.social_post_section #sb_instagram .sbi_photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social_post_section #sb_instagram #sbi_images {
    gap: 1.5rem !important;
}

@media (max-width: 767px) {
    .social_post_section #sb_instagram.sbi_width_resp {
        width: 100vw !important;
        margin-left: -2.375rem;
        margin-right: -2.375rem;
    }

    .social_post_section #sb_instagram #sbi_images {
        gap: 0.8125rem !important;
    }

    .social_post_section #sb_instagram .sbi_photo:before {
        content: "";
        padding-top: 145%;
    }

    .highlight_section:before {
        height: 100%;
        width: 190vw;
        border-radius: 100%;
    }

    .highlight_section {
        background-color: var(--color-2);
    }

    .highlight_section .block_post_wrapper {
        padding: 3.125rem 0;
    }

    .block_post_section {
        background-color: var(--color-2);
    }

    .block_post_section .block_post_item:last-child {
        position: relative;
        z-index: 1;
    }

    .block_post_section .block_post_item:last-child:before {
        content: "";
        width: 200vw;
        height: calc(100% + 2.5rem);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--color-1);
        top: -2.5rem;
        z-index: -1;
        border-radius: 100% 100% 0 0;
    }

    .colored_info_section {
        position: relative;
        z-index: 1;
        padding-bottom: 0;
    }

    .colored_info_section:before {
        content: "";
        width: 169vw;
        height: calc(100% + 3.5rem);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--color-1);
        bottom: -3.5rem;
        z-index: -1;
        border-radius: 0 0 100% 100%;
    }

    .social_post_section {
        padding-top: 6.25rem;
    }

    .infoCircle-swiper+.section__header {
        margin-top: 2.1875rem;
    }

    .info_circle_section {
        padding: 1.875rem 0 0.9375rem;
    }

    .block_post_wrapper {
        padding: 3.125rem 0 0;
    }

    .block_post_item+.block_post_item {
        margin-top: 3.125rem;
    }
    .info_circle_asset {
        transition: 1s all ease;
    }
    .block_post_media {
        transition: 1s border-radius ease;
    }
    .block_post_section h2.header__sub-heading {
        color: #AC2E50;
    }
    .metatext {
        margin-bottom: 2rem;
    }
}
/* 11-08-2025 Client changes Start CSS*/
a.info_circle_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10000px;
}
.block__post_mobile-view{
    display: none;
}
@media(min-width: 992px){
    a.info_circle_link {
        /* display: none; */
    }
}
@media(max-width: 768px){
    .block_post_section .block_post_wrapper{
        padding-top: 0;
    }
    .block__post_mobile-view{
        display: block;
    }
    .block__post_mobile-view{
        padding-top: 3.125rem;
    }
    .block_post_wrapper>.block_post_item.row-reverse .block_post_title{
        display: none;
    }
    .block__post_mobile-view .metatext:before, .block__post_mobile-view .metatext:after,
    .block__post_mobile-view h3.metatext {
        max-width: 100%;
        gap: 1.1rem;
    }
    .block__post_mobile-view h3.metatext::before
    .block__post_mobile-view h3.metatext::after {
        max-width: 100%;
    }
}
@media(max-width: 1199px){
    .hero-section {
        margin-top: 8.313rem;
    }
}
@media(max-width: 450px){
    .info_circle_section .section__header-heading{
        font-size: 5.114vw;
        white-space: nowrap;
    }
}
/* 11-08-2025 Client changes End CSS*/

/**/
@media (max-width: 991px) {
    .hero-section_assets_wrapper {
        /*transform: none !important;*/
    }
    .block_post_wrapper .block_post_item:not(.block_post_item.row-reverse){
        padding-top: 20px;
    }
    .info_circle__list .info_circle_item h2 {
        max-width: 150px;
    }
    .info_circle_inner .btn:before,
    .colored_info_section .info_circle__list .info_circle_item .btn:before {
        border-radius: 100px;
    }
}
@media (max-width: 767px) {
.social_post_action .btn:before, .social_post_action .btn .b-icon{
    display: none !important; 
}
    
}
@media (max-width: 400px) {
   .social_post_section h2 {
    font-size: 5.8vw;
} 
.info_circle_inner{
    padding: 6vw 1rem;
}
}

@media (max-width: 374px) {
    
.social_post_action .btn {
    display: flex;
    flex-direction: column;
    overflow: visible;
    gap: 10px;
}
.social_post_action .btn:before{
    display: none;
}
.social_post_action .btn .b-icon:before {
    content: '';
    content: "";
    position: absolute;
    right: 0;
    top: 0%;
    transform: translateY(0%);
    border: 0.126rem solid var(--color-10);
    border-radius: var(--radius-btn);
    transition: 0.5s ease all;
    z-index: -1;
    height: 9.6875vw;
    width: 9.6875vw;
}

.social_post_action .btn .b-icon {
    position: relative;
}
    
}

