* {
    box-sizing: border-box;
}

html {
    margin: 0;
    overflow-x: hidden;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

p {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
}

a {
    text-decoration: none;
}

/* custom css  */
.sec-p {
    padding: 50px 0;
}

.mb-23 {
    margin-bottom: 23px;
}

.main-sec-heading {
    font-size: 37px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
}

.main-sec-heading span {
    color: #FD4B8B;
}

/* navbar style start here  */
.header-btn {
    background: #FAD451;
    padding: 10px 20px;
    border-radius: 40px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    transition: .3s ease;
}

.call-icon {
    margin-right: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.header-btn:hover svg path {
    fill: #fff;
}

.header-btn:hover {
    background: #e53d3a;
    color: #fff;
}

/* banner sec css start here  */
.location-banner-sec {
    padding-top: 50px;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.jaipur-banner {
    background-image: url('../images/jaipur-banner-bg.png');
}

.jaipur-banner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #fd4b8b61;
    z-index: -1;
}

.banner-location-content {
    position: relative;
    z-index: 1;
    padding-top: 50px;
}


.banner-location-content h5 {
    font-size: 22px;
    color: #fff;
    background: #FF4B85;
    padding: 3px 10px;
    margin: 18px 0;
    display: inline-block;
}

.location-banner-sec h1 {
    margin: 0;
    font-size: 50px;
    line-height: 1.08;
    font-weight: bold;
    color: #7D002D;
}

.location-banner-sec h1 span {
    color: #FD4B8B;
}

.location-banner-sec p {
    margin: 14px 0 14px;
    padding-left: 15px;
    border-left: 4px solid #FD4B8B;
    font-size: 21px;
    line-height: 1.5;
    color: #000;
}

.banner-label {
    display: inline-block;
    padding: 8px 40px 8px 14px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg,
            #FD4B8B 0%,
            #FD4B8B 75%,
            rgb(253, 253, 253) 100%);
}

.banner-amjImg {
    text-align: end;
}

/* knowledge meet sec css start here  */
.knowledge-meet-video {
    background: #FD4B8B;
    border-radius: 20px;
    overflow: hidden;
}

.jaipur-city .main-sec-heading span {
    color: #FD4B8B;
}

.knowledge-meet-video div span {
    color: #fff;
    font-size: 22px;
    line-height: normal;
}

.knowledge-meet-video div {
    text-align: center;
    padding: 7px 10px;
    cursor: pointer;
}

.jaipur-meet-btmImg {
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: -1;
    opacity: 0.5;
}

.meet-knowledge-column {
    margin-top: 65px;
}

/* why city sec css  */
.why-city-column {
    position: relative;
}

.why-city-column h4 {
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
}

.why-city-sec span {
    color: #000;
    font-weight: 600;
}

/* live session sec css start here  */
.live-session-sec {
    background-image: url('../images/jaipur-live-session-bg.png');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 40px 0 270px;
}

.live-session-sec h2 {
    color: #fff;
}

.live-session-sec::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000000bf;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.live-session-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 130px;
    text-align: center;
}

.live-session-detail p {
    font-size: 24px;
    color: #fff;
}

.play-sonareffect {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.play-sonareffect::before,
.play-sonareffect::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: sonarEffect 2s infinite;
    pointer-events: none;
}

.play-sonareffect::after {
    animation-delay: 1s;
}

@keyframes sonarEffect {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0.8;
    }

    100% {
        width: 180%;
        height: 180%;
        opacity: 0;
    }
}

/* amj talk about sec css start here  */
.talk-aboutCard {
    padding: 50px 13px 16px 13px;
    border: 1px solid;
    border-radius: 30px;
    position: relative;
    margin-top: 80px;
    margin-bottom: 11px;
    transform: rotate(3deg);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.talk-aboutCard img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -45px);
}

.talk-aboutCard-inner {
    background: #fff;
    padding: 30px 13px;
    border-radius: 30px;
    min-height: 240px;
}

.talk-aboutCard-inner h4 {
    font-size: 18px;
    border-left: 3px solid;
    padding-left: 6px;
    font-weight: 600;
    margin-bottom: 12px;
}

.talk-aboutCard-inner p {
    font-size: 14px;
    color: #555555;
}

.color-one {
    border-color: #FFD3D3;
    background: #FFEBEB;
}

.color-one .talk-aboutCard-inner h4 {
    color: #D75959;
    border-color: #D75959;
}

.color-two {
    border-color: #FFDCBF;
    background: #FFF4EB;
}

.color-two .talk-aboutCard-inner h4 {
    color: #CE8E59;
    border-color: #CE8E59;
}

.color-three {
    border-color: #DDDDB0;
    background: #F5F5DC;
}

.color-three .talk-aboutCard-inner h4 {
    color: #ACAC37;
    border-color: #ACAC37;
}

.color-four {
    border-color: #BFDBB7;
    background: #E3F4DE;
}

.color-four .talk-aboutCard-inner h4 {
    color: #6EB359;
    border-color: #6EB359;
}

.color-five {
    border-color: #C2D0EA;
    background: #E6EDFA;
}

.color-five .talk-aboutCard-inner h4 {
    color: #6D94DD;
    border-color: #6D94DD;
}

.color-six {
    border-color: #D9CAEE;
    background: #F3EBFF;
}

.color-six .talk-aboutCard-inner h4 {
    color: #845EBE;
    border-color: #845EBE;
}

.talkAbout {
    padding: 0 10px !important;
}

.Amj-arrow-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: rgb(100 100 111 / 45%) 0px 7px 29px 0px;
    gap: 10px;
    width: max-content;
    margin: 50px auto auto;
    padding: 20px 20px;
    border-radius: 40px;
}

.Amj-arrow-wrap span {
    display: block;
    width: 1px;
    height: 30px;
    border: 1px solid #e9e9e9;
}

.swiper-button-disabled svg {
    opacity: 0.4;
}

.Amj-arrow-wrap svg path:hover {
    fill: #000;
}

/* one team sec css start here  */
.hundard-que-sec {
    background-image: url('../images/jaipur-one-room.png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.audience-text {
    font-size: 18px;
    border: 1px solid #F8B5CE;
    display: inline-block;
    padding: 9px 20px;
    background: #FFEFF5;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.health-stats {
    position: relative;
    padding: 45px 20px 35px;
    background: #fff0f6;
    overflow: hidden;
}

.stats-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 240, 246, 0.35);
    z-index: 1;
}

.stats-container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding-top: 285px;
}

.stat-card {
    position: relative;
    min-height: 125px;
    padding: 82px 15px 25px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.stat-icon {
    position: absolute;
    top: -25px;
    left: 50%;
    width: 90px;
    height: 90px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
}

.stat-icon::after {
    content: "";
    position: absolute;
    inset: 8px;
    background: #ff4b8b;
    opacity: 0.12;
    border-radius: 50%;
    z-index: -1;
}

.stat-icon i {
    position: relative;
    z-index: 1;

    font-size: 22px;
    color: #ff4b8b;
}

.stat-number {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 3px;
    color: #000;
    font-size: 45px;
    font-weight: 800;
    line-height: 1;
}

.stat-number small {
    font-size: 25px;
    font-weight: 700;
}

.stat-line {
    position: relative;

    width: 85px;
    height: 3px;

    margin: 7px auto 9px;

    background: #ff4b8b;

    border-radius: 50%;
}


.stat-card h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

/* video testimonial sec css start here  */
.video-testi-outer {
    background: #fff;
    padding: 19px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    margin: 0 0 25px;
}

.video-testi-card {
    background: #FFF2F6;
    border-radius: 20px;
    border: 1px solid #fd4b8b61;
}

.video-testi-card img {
    border-radius: 20px;
}

.video-testi-outer .audience-text {
    font-size: 15px;
    padding: 3px 8px;
    border: 1px solid #E48FA9;
    margin-top: -15px;
    cursor: pointer;
    position: relative;
    top: -15px;
}

.video-testi-card h4 {
    font-size: 22px;
    font-weight: 500;
    background: linear-gradient(90deg, #FFF2F6 0%, #FFD4E1 50%, #FFF2F6 100%);
    padding: 8px;
    margin-bottom: 25px;
    color: #000;
}

.video-testi-card h6 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding-bottom: 20px;
}

/* beyond sec css start here  */
.beyond-webinar-sec {
    background: #FFF3F5;
}

.real-conv-column {
    padding: 26px;
    border-radius: 20px;
    background: #fff;
    height: 100%;
}

.real-conv-column img {
    border-radius: 20px;
    margin-bottom: 17px;
}

.real-conv-column h4 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    padding-bottom: 14px;
}

.real-conv-column p {
    font-size: 16px;
    font-weight: 500;
}

.real-conv-column div {
    padding: 8px 8px 20px;
    border-left: 3px solid #FD9EBC;
    border-radius: 20px;
    background: #F8F6F7;
    height: 100%;
}

.bottom-main-desc {
    text-align: center;
    font-size: 24px;
    color: #000;
    margin-top: 20px;
}

/* galler sec css start here  */
.moments-captured-sec .galleyCaptured .swiper-slide {
    border-radius: 30px;
}

.moments-captured-sec .galleyCaptured .swiper-slide img {
    width: 100%;
    border-radius: 30px;
}

/* one message sec css start here  */
.one-message-sec {
    background-image: url('../images/one-message-bg.png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.manylives-desc {
    width: 320px;
    margin: 25px 0;
}

.one-message-sec p {
    font-size: 24px;
    font-style: italic;
}

.one-message-sec h6 {
    color: #000;
    font-size: 20px;
}

.one-message-bottom p {
    font-size: 19px;
    color: #fff;
}

.one-message-content {
    padding-top: 50px;
}

.one-message-bottom {
    background: #FD4B8B;
    padding: 21px 0;
}

.one-message-bottom {
    background: #FD4B8B;
    padding: 21px 0;
    position: relative;
    margin-top: -108px;
}

.one-message-sec img {
    position: relative;
    z-index: 1;
}

/* FAQ Section css */


.faq-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    row-gap: 0;
    margin-top: 15px;
}

.faq-item {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 12px;
}

.faq-question {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
}

.faq-question h3 {
    font-size: 18px;
    color: #000000;
    margin: 0;
    font-weight: 600;
}

.active .faq-icon {
    background: #262626 !important;
    color: #ffffff !important;
}

.faq-icon {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    background: #262626;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    flex-shrink: 0;
}


.faq-answer {
    display: none;
    padding: 0 25px 22px;
}

.faq-answer p {
    line-height: 1.7;
    margin: 0;
}


.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question {
    border-bottom: 1px solid;
    margin-bottom: 16px;
}

.jaipur-city .faq-item.active {
    background: #FFF2F6;
}

.jaipur-city .faq-item.active .faq-question {
    border-color: #FFD7E3;
}

.jaipur-city .faq-icon {
    background: #FFF2F6;
    color: #262626;
}

.review-modal .modal-dialog {
    max-width: 800px;
}

iframe {
    width: 100%;
}

/* Hyderabad page css start here  */
.location-banner-sec.hyderabad-banner h1 span,
.location-banner-sec.hyderabad-banner h1 {
    color: #000;
}

.hyderabad-banner .banner-location-content h5 {
    color: #FAD451;
    background: #020202;
}

.location-banner-sec.hyderabad-banner p {
    border-left: 4px solid #FAD451;
}

.hyderabad-banner .banner-label {
    background: linear-gradient(90deg,
            #FAD451 0%,
            #FAD451 75%,
            rgb(253, 253, 253) 100%);
    color: #000;
}

.hyderabad-banner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #fad45166;
    z-index: -1;
}

.hyderabad-banner {
    background-image: url('../images/hyderbad-banner-bg.png');
    background-position: right;
    background-size: 60%;
}

.hyderabad-city .knowledge-meet-video {
    background: #FAD451;
}

.hyderabad-city .knowledge-meet-video div span {
    color: #000;
}

.hyderabad-city .main-sec-heading span {
    color: #fad451;
}

.live-session-sec.hyderabad-city {
    background-image: url('../images/hyderbad-live-session-bg.png');
}

.hyderabad-city .audience-text {
    border: 1px solid #D3D39E;
    background: #F9F9EA;
}

.hyderabad-city .stat-icon::after {
    background: #FAD451;
    opacity: 1;
}

.hyderabad-city .stat-icon img {
    filter: brightness(0%);
}

.hyderabad-city .stat-line {
    background: #fad451;
}

.hundard-que-sec.hyderabad-city {
    background-image: url('../images/hyd-one-room.png');
}

.hyderabad-city .video-testi-card {
    background: #F9F9EA;
    border: 1px solid #fad451;
}

.hyderabad-city .video-testi-card h4 {
    background: linear-gradient(90deg, #F9F9EA 0%, #F0F0A2 50%, #F9F9EA 100%);
}

.video-testimonial-sec.hyderabad-city .Amj-arrow-wrap {
    display: none;
}

.beyond-webinar-sec.hyderabad-city,
.one-message-main {
    background: #F9F9EA;
}

.hyderabad-city .one-message-sec {
    background-image: url('../images/hyd-one-mission-bg.png');
    width: 100%;
    background-size: cover;
}

.hyderabad-city .one-message-bottom {
    background: #FAD451;
    margin-top: -50px;
}

.hyderabad-city .one-message-bottom p {
    color: #000;
}

.hyderabad-city .real-conv-column div {
    border-left: 3px solid #fad451;
    background: #f9f9ea7d;
}

.hyderabad-city .faq-item.active {
    background: #F4F4DA;
}

.hyderabad-city .faq-icon {
    background: #F4F4DA;
    color: #262626;
}

.hyderabad-city .faq-item.active .faq-question {
    border-color: #E5E590;
}

.faq-section .call-content {
    text-align: center;
    margin-top: 20px;
}

.one-message-bottom-area p {
    font-size: 16px;
    font-style: normal;
    padding-bottom: 10px;
}

.one-message-bottom-area p:last-child {
    padding-bottom: 0;
}

.web-disclaimer p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.web-disclaimer {
    padding: 16px 0;
}

.web-disclaimer.jaipur-city {
    background: #FD4B8B;
}

.web-disclaimer.hyd-city {
    background: #fad451;
}

.web-disclaimer.hyd-city p {
    color: #000;
}

/* patna location page css start here  */
.patna-banner {
    background-image: url('../images/patna-banner-bg.png');
    background-size: 100%;
}

.patna-banner .banner-amjImg img {
    position: relative;
    z-index: 1;
}

.patna-banner::after {
    z-index: auto;
}

.join-us-live-column {
    background: #FAD451;
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
}

.join-us-live-column p {
    color: #000;
    padding-bottom: 25px;
    font-size: 18px;
}

.join-us-live-column .header-btn {
    background: #000;
    color: #fff;
}

.join-us-live-column .header-btn:hover {
    background: #fff;
    color: #000;
}

.everyday-wellness-right img {
    border-radius: 20px;
}

.everyday-wellness-column span {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.patna-city .everyday-wellness-right img {
    border-radius: 0;
}

.patna-city .manylives-desc {
    width: 100%;
    background: #F5EFDA;
    border-radius: 20px;
    padding: 26px 20px;
    position: relative;
}

.patna-city .one-message-sec p {
    font-size: 17px;
    font-style: normal;
}

.patna-city .one-message-sec h4 {
    font-size: 20px;
    font-weight: 600;
}

.patna-city .manylives-desc svg {
    position: absolute;
    top: -16px;
    width: 30px;
}

.patna-city .manylives-desc .text-end svg {
    top: auto;
    bottom: -16px;
    right: 0;
}

.hyderabad-city.patna-city .one-message-sec {
    background: #fff;
}

.health-deserve-text {
    font-size: 23px;
    color: #000;
    font-weight: 400;
}

.one-msg-bottom-column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 24px;
}

.attention-column {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #B78E00;
    border-radius: 10px;
    padding: 13px;
}

.attention-column h5 {
    font-size: 12px;
    font-weight: 600;
}

.attention-column svg {
    flex: 0 0 auto;
}

.one-message-sec .pt-big-quote {
    position: absolute;
    top: 50px;
    left: 0;
    width: 180px;
}

.video-testimonial-sec.hyderabad-city.patna-city .Amj-arrow-wrap {
    display: flex;
}
.live-session-sec.patna-city {
    background-image: url('../images/patna-live-session-bg.png');
}
.hundard-que-sec.patna-city {
    background-image: url('../images/pt-one-room.png');
}