.banner video {
    width: 100%;
}

    .nav-text {
        font-size: 18px;
        line-height: 26px;
        color: #ffffff;
        font-weight: 500;
        margin-top: 6px;
        font-family: "Lato", sans-serif;
    }
        .btn-join-space {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        font-weight: 600;
        font-family: "Lato", sans-serif;
    }
        .hero-title {
        font-size: 80px;
        line-height: 88px;
        font-weight: bold;
        font-family: "Playfair Display", serif;
        color: #ffffff;
        margin-bottom: 1.5rem;
    }
        .hero-subtitle {
        font-size: 20px;
        line-height: 28px;
        color: #E9E9E9;
        font-weight: 400;
        padding: 0px 96px;
        font-family: "Lato", sans-serif;
        margin-bottom: 2rem;
    }
        .cstm_mwc .cstm_btn {
        background-color: #ffffff;
        color: #000000;
        padding: 15px 30px;
        border-radius: 30px;
        font-size: 16px;
        line-height: 24px;
        font-family: "Lato", sans-serif;
        text-transform: capitalize;
    }

.common_padding {
    padding: 100px 0;
}

.cstm_wrppr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap !important;
}

.header-item-left {
    flex: 0 0 auto;
}

.header-item-center {
    flex: 1;
    display: flex;
    justify-content: end;
}

.header-item-center nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-item-center .menu {
    display: flex;
    align-items: center;
    gap: 108px;
}



.menu-mobile-trigger {
    display: none;
}

.space-nav-link {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #ffffff !important;
    font-weight: 500;
    padding: 12px 28px !important;
    border-radius: 12px;
    position: relative;
}
.cstm_nv_itm{
    margin-left: 0 !important;
}

.space-navbar {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1030;
    transition: all 0.3s ease;
}

.btn-join-space {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    color: #000000 !important;
    border: none;
    border-radius: 25px;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    text-decoration: none;
}
.banner {
    position: relative;
    overflow: hidden;
    background-color: #1c1c1c;
}

/* .banner video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover; 
    z-index: 0;
} */

.banner .container {
    position: relative;
    z-index: 1; /* ensures text sits above video */
    color: #fff; /* white text for visibility */
}
.common_banner_section{
    position: absolute;
    top:33%;
    width:100%;
}
/* .hero-content {
    padding-top: 220px;
} */
.hero-section .video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.cstm_mwc{
    margin-bottom: 232px;
}


.our_products_inner h2 {
    text-align: center;
    font-family: "Hanken Grotesk", sans-serif;
    color: #062A51;
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 6px;
}

.our_products_block {
    margin-top: 44px;
}

.our_products_block_img {
    background-color: #F3F3F3;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 430px;
}

.opbt_block_left h3 {
    color: #062A51;
    font-size: 22px;
    font-weight: 600;
}

.opbt_block_right p {
    color: #062A51;
    font-size: 16px;
}

.our_products_block_text {
    margin-top: 24px;
}

.price {
    margin-top: 10px;
}

.price h4 {
    color: #062A51;
    font-size: 24px;
    font-weight: 600;
}

.rating_block {
    margin: 24px 0;
}

.rating_block ul li i {
    font-size: 25px;
    color: #FFBC2A;
    margin-right: 5px;
}

.rating_block ul {
    display: flex;
}

.whatsapp_now_button_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #062A51;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff !important;
    padding: 18px 0;
    height: 55px;
    border-radius: 30px;
}

.about_us {
    background-image: url(../images/about-us-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 200px 0 75px 0;
}

.about_us_left h6 {
    color: #0256E7;
    font-size: 22px;
    font-weight: 600;
}

.about_us_left h6 span {
    width: 53px;
    height: 2px;
    background-color: #0256E7;
    position: relative;
    display: inline-block;
    top: -5px;
    left: 20px;
}

.about_us_left h2 {
    margin-top: 20px;
    color: #062A51;
    font-size: 52px;
    line-height: 60px;
    font-weight: 600;
    font-family: "Hanken Grotesk", sans-serif;
}

.about_us_left p {
    padding-top: 30px;
    color: #2C2C2C;
    font-size: 16px;
    line-height: 25px;
    width: 70%;
}

.about_us_left {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.why_choose {
    padding-top: 90px;
    background-color: #EEF2FF;
}

.why_choose_right h2 {
    color: #062A51;
    font-size: 52px;
    line-height: 60px;
    font-weight: 600;
    font-family: "Hanken Grotesk", sans-serif;
    margin-bottom: 50px;
}

.wcr_block {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-gap: 10px;
    margin-bottom: 34px;
}

.wcr_block_right h4 {
    color: #202020;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 26px;
    font-weight: 600;
}

.wcr_block_right p {
    margin-top: 16px;
    color: #2C2C2C;
    font-size: 16px;
    line-height: 25px;
}

.let_stay_connected {
    background-image: url(../images/cta-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.let_stay_connected_inner h4 {
    color: #ffffff;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 52px;
    line-height: 60px;
    font-weight: 600;
}

.number_body a i,
.email_body a i {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.number_body a,
.email_body a {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
}

.number_body a span,
.email_body a span {
    margin: 0 5px;
}

.number_body {
    padding-right: 15px;
}

.email_body {
    padding-left: 20px;
    border-left: 2px solid #fff;
}

.body_mobile_email {
    margin-top: 30px;
}

.what_our_customers_say_inner h2 {
    color: #FFFFFF;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    font-weight: bold;
    font-family: "Playfair Display", serif;
}

.what_our_customers_say_inner p {
    margin-top: 16px;
    color: #2C2C2C;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

.what_our_customers_say_inner p span {
    display: block;
}

.slider_section_block {
    margin-top: 44px;
}

.slider_item_one {
    /* background-image: url(../images/cuctomers-says-item-bg.webp); */
    background-size: cover;
    background-position: bottom;
    border-radius: 10px;
    padding: 4px;
    border: 1px solid #EBEBEB;
    box-shadow: 2px 1px 17px 0px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
}

.slider_item_block {
    display: grid;
    grid-template-columns: 42px 1fr;
    grid-gap: 20px;
    align-items: center;
}

.slider_text h5 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.slider_item_one p {
    margin-top: 30px;
    color: #141A1E;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    padding-left: 25px;
}

.slider_item_one p::before {
    position: absolute;
    top: -20px;
    left: 0;
    content: '\f10d';
    color: #4343C8;
    font-size: 25px;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
}

.slider_section_block .owl-carousel .owl-nav.disabled {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.slider_section_block .owl-carousel .owl-nav.disabled .owl-prev,
.slider_section_block .owl-carousel .owl-nav.disabled .owl-next {
    width: 32px;
    height: 32px;
    background-color: #684E9D;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider_section_block .owl-carousel .owl-nav.disabled .owl-prev i,
.slider_section_block .owl-carousel .owl-nav.disabled .owl-next i {
    font-size: 18px;
    color: #ffffff;
}

.slider_section_block .owl-carousel .owl-nav.disabled .owl-next {
    margin-left: 20px;
}

.footer_section_new {
    position: relative;
    width: 100%;
    background: #5087be;
    min-height: 100px;
    padding-bottom: 90px;
    margin-top: 140px;
    border-bottom: 1px solid #062A51;
}

.copyright {
    background-color: #5087be;
    padding: 25px 0;
}

.wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../images/footer-wave.webp);
    background-size: 1000px 100px;
}

.wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWave 4s linear infinite;
}

.wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animateWave_02 4s linear infinite;
}

.wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 0;
    animation: animateWave 3s linear infinite;
}

.wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animateWave_02 3s linear infinite;
}

@keyframes animateWave {
    0% {
        background-position-x: 1000px;
    }

    100% {
        background-position-x: 0px;
    }
}

@keyframes animateWave_02 {
    0% {
        background-position-x: 0px;
    }

    100% {
        background-position-x: 1000px;
    }
}

.footer_block_one p {
    margin: 23px 0;
    color: #1C1C1C;
    font-size: 16px;
    line-height: 25px;
}

.footer_block_one ul {
    display: flex;
    align-items: center;
}

.insta {
    margin: 0 15px;
}

.footer_block_two_left h5,
.footer_block_two_right h5 {
    color: #062A51;
    font-size: 18px;
    font-weight: 600;
}

.footer_block_two_left ul li,
.footer_block_two_right ul li {
    margin-top: 24px;
}

.footer_block_two_left ul li a,
.footer_block_two_right ul li a {
    color: #1C1C1C !important;
    font-size: 16px;
    line-height: 25px;
}

.footer_block_two_right ul li a img {
    margin-right: 5px;
}

.location {
    position: relative;
    color: #1C1C1C;
    font-size: 16px;
    line-height: 25px;
    padding-left: 34px;
}

.location::before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(../images/footer-location-icon.webp);
    overflow: auto;
}

.footer_block_three {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #e6f9ff, #0057b7);
    height: 150px;
}

.footer_block_three_inner {
    padding-top: 20px;
    padding-right: 20px;
}

.copyright_inner p {
    color: #062A51;
    font-size: 16px;
    line-height: 25px;
}

.grow_youtube{
     background-image: url(../images/grow-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 100px 0; 
    background-color: #1C1C1C;
}
.manifestations_made_real{
    background-image: url(../images/success-stories-bg-one.webp);
    background-size: cover;
    background-position: center;
    padding-top: 100px; 
    background-color: #1C1C1C; 
}

.grow_youtube_left{
    display:flex;
    align-items: center;
    height: 100%;
}
.grow_youtube_left_inner h2, .manifestations_made_real_right h2{
    font-family: "Playfair Display", serif;
    color:#ffffff;
    font-size: 48px;
    font-weight: bold;
    line-height: 56px;
}
.grow_youtube_left_inner p, .manifestations_made_real_right p{
    color:#838383;
    font-size:16px;
    line-height: 24px;
    margin-top:20px;
    margin-bottom:30px;
}
.stories_speak_audio{
    margin-top:40px;
}
.manifestations_made_real_right_inner{
    height:100%;
    display: flex;
    align-items: center;
}
/* circle animation start */


.main {
 margin: 0px auto;
    width: 600px;
    height: 600px;
    position: relative;
    overflow: hidden;
    padding: 30px;
}
.big-circle1 {
  height: 100%;
  width: 100%;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}
.big-circle {
 animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 51%;
  left: 51%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 70%;
  height: 70%;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.circle {
  animation: circle-rotate 12s linear infinite;
  -webkit-animation: circle-rotate 12s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 45%;
  height: 45%;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}
.icon-block {
  position: absolute;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.icon-block img {
  margin: 0px auto;
  width: 86%;
  animation: Rotate-reverse 20s linear infinite;
  -webkit-animation: Rotate-reverse 20s linear infinite;
}
.icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.icon-block:nth-child(2) {
   bottom: -25px;
  left: 50%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}

/* circle content */

/* center logo */
.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.center-logo img {
  max-width: 200px;
}
.tailored_solutions_right {
    text-align: center;
}
.main {
    margin: 0px auto;
    width: 600px;
    height: 600px;
    position: relative;
    overflow: hidden;
    padding: 30px;
}
/* keyframe animation */
@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(-405deg);
  }
}

@media screen and (max-width: 1256px) and (min-width: 1034px) {
.main{
    width: 500px;
    height: 500px;
}
}

@media screen and (max-width: 1033px) and (min-width: 991px) {
.main{
    width: 450px;
    height: 450px;
}

}
@media (max-width: 991px) {
.hero-title{
   font-size:43px;
   line-height: 51px; 
}
}
@media (max-width: 767px) {
.main{
    width: 500px;
    height: 500px;
}
}

@media (max-width: 513px) {
 .main{
    width: 450px;
    height: 450px;
}
}
@media (max-width: 480px) {
 .main{
    width: 400px;
    height: 400px;
}
.center-logo img {
    max-width: 150px;
}
}
@media (max-width: 422px) {
 .main{
    width: 380px;
    height: 380px;
}
}
@media (max-width: 400px) {
 .main{
    width: 350px;
    height: 350px;
}
}
@media (max-width: 360px) {
 .main{
    width: 300px;
    height: 300px;
}
.icon-block img{
    width: 52%;
}
.main{
    padding: 19px;
}
.icon-block:nth-child(2){
    bottom: -14px;
}
}
/* circle animation end */
.home_about_section{
     background-image: url(../images/about-bg.webp);
    background-size: cover;
    background-position: center;
    padding-top: 100px ; 
    background-color: #1C1C1C;
}
.are_saying{
     background-image: url(../images/video-bg.webp);
    background-size: cover;
    background-position: center;
    padding-top: 100px ; 
    background-color: #1C1C1C; 
}
.stories_speak{
    background-image: url(../images/stories-speak-bg.webp);
    background-size: cover;
    background-position: center;
    padding-top: 100px ; 
    background-color: #1C1C1C;  
}
.success_stories{
    background-image: url(../images/success-stories-bg.webp);
    background-size: cover;
    background-position: center;
    padding-top: 100px ; 
    background-color: #1C1C1C;  
}
.home_about_section_right h2, .are_saying_text h2, .stories_speak_text h2, .my_journey_banner_section_left h2, .my_mission_inner h2, .contact_banner_section_left h2{
     font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    font-family: "Playfair Display", serif;
}
 .are_saying_text h2 span, .stories_speak_text h2 span{
    display:block;
 }
  .are_saying_text h2, .stories_speak_text h2 {
    text-align: center;
  }
  .my_journey_banner_section_left_inner{
    display: flex;
    align-items: center;
    height:100%;
  }
  .are_saying_text p, .stories_speak_text p, .my_journey_banner_section_left p{
    color:#838383;
    font-size:16px;
    line-height: 24px;
    text-align: center;
    margin-top:20px;
  }
   .my_journey_banner_section_left p{
    text-align: left;
   }
.home_about_section_right_text{
    margin-top:30px;
}
.home_about_section_right_text h3{
    color:#FFD28C;
    font-size:20px;
    font-weight: bold;
    line-height: 28px;
}
.home_about_section_right_text p{
    color:#838383;
    font-size:16px;
    line-height: 24px;
    margin-bottom:40px;
}
.are_saying_slider{
    margin-top:40px;
}
.slider_item{
    margin:0 15px;
}
.are_saying_button{
    margin-top:40px;
}
.success_stories_slider{
    margin-top:40px;
}
.are_saying_text_new p span{
    display: block;
}
.success_stories_slider .owl-carousel .owl-dots.disabled, .success_stories_slider .owl-carousel .owl-nav.disabled{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 46%;
    width: 100%;
}
.common_banner_section_new{
        top: 43%;
}
.new_ul_li ul{
    margin-top:24px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.new_ul_li ul li a{
    color:#ffffff !important;
    font-size:16px;
}
.ul_li_margin{
    margin:0 10px;
}
.stories_speak_audio{
    text-align: center;
}
.my_journey_banner_section{
    background-image: url(../images/my-journey-banner.webp);
    background-size: cover;
    background-position: center;
    padding: 100px 0;  
}
.my_journey_banner_section_new{
    background-image: url(../images/meet-isha-rajput.webp);
    background-size: cover;
    background-position: center;
    padding-top: 100px;  
}
.my_mission{
    background-image: url(../images/my-mission.webp);
    background-size: cover;
    background-position: center;
    padding: 190px 0;  
}
.my_mission_inner{
    width:80%;
    margin:0 auto;
}
.my_mission_inner p{
    color:#D1D1D1;
    font-size:16px;
    line-height: 24px;
    margin-top:30px;
}
.rest_banner{
    background-color:#111111;
}

/* popup css start */
 .modal-content { border-radius: 20px; padding: 30px; }
    .logo-container { display: flex; align-items: center; gap: 15px; margin-bottom: 30px; }
    .logo-circle { width: 60px; height: 60px; background-color: #d1d1d1; border-radius: 50%; }
    .logo-text { color: #ff8c00; font-size: 32px; font-weight: 600; }
    .modal-title-main { font-size: 32px; font-weight: 700; color: #000; margin-bottom: 20px; }
    .modal-subtitle { color: #9C9C9C; font-size: 18px; margin-bottom: 30px; font-weight: 600; }

    /* Progress Steps */
    .progress-steps { display: flex; justify-content: space-between; align-items: center; position: relative; }
    .progress-steps::before {
        content: '';
    position: absolute;
    top: 17%;
    left: 67px;
    right: 67px;
    height: 4px;
    border-bottom: 1px dashed #ccc;
    z-index: 0;
    transform: translateY(-50%);
    border-radius: 2px;
    }
    .progress_steps_new::before{
       left: 95px;
    right: 95px;  
    }
    .progress-steps-line { position: absolute; top: 50%; left: 0; height: 4px; background: repeating-linear-gradient(to right, #7b2cbf, #7b2cbf 2px, transparent 2px, transparent 6px); z-index: 1; transform: translateY(-50%); width: 0%; border-radius: 2px; transition: width 0.4s; }
    .progress-steps-line1 { position: absolute; top: 50%; left: 0; height: 4px; background: repeating-linear-gradient(to right, #7b2cbf, #7b2cbf 2px, transparent 2px, transparent 6px); z-index: 1; transform: translateY(-50%); width: 0%; border-radius: 2px; transition: width 0.4s; }

    .step { display: flex; flex-direction: column; align-items: center; position: relative; z-index: 2; flex: 1; }
    .step-circle { width: 15px; height: 15px; border-radius: 50%; border: 1px solid #e0e0e0; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; font-size: 8px; background-color: white; }
    .step-circle i { display: none; }
    .step.active .step-circle { background-color: #E4F5FF; }
    .step.completed .step-circle { background-color: #E4F5FF; }
    .step.completed .step-circle i { display: inline-block; color:#6D248E; }
    .step-label { font-size: 12px; color: #666; text-align: center; }

    .divider { border-top: 1px dashed #ccc; margin: 30px 0; }

    .course-option { margin-bottom: 15px; }
    .course-option input[type="radio"] { width: 20px; height: 20px; cursor: pointer; accent-color: #7b2cbf; }
    .course-option label { font-size: 16px; color: #333; margin-left: 10px; cursor: pointer; }
    .btn-continue { background-color: #7b2cbf; color: white; width: 100%; padding: 12px; border-radius: 50px; border: none; font-size: 18px; font-weight: 600; margin-top: 30px; cursor: pointer; }
    .btn-continue:hover { background-color: #6a25a8; }
    .btn-close {opacity: 1; position: absolute; top: 20px; right: 20px; background-color: #DEDEDE; border-radius: 50%; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; border: none; font-size: 12px; color: #ffffff; cursor: pointer; }
    .step-content { display: none; }
    .step-content.active { display: block; }
    .feature-list .feature-list-item { display: flex; align-items: flex-start; margin-bottom: 12px; color: #868686; font-size:16px; }
    .feature-list .feature-list-item .check-icon { color: #7b2cbf; font-weight: bold; margin-right: 10px; font-size: 18px; }
    .question-item { margin-bottom: 15px; }
    .question-label { font-weight: 500; margin-bottom: 5px; }
    .question-input, .question-textarea { width: 100%; padding: 10px; border-radius: 8px; border: 1px solid #ccc; }
    .btn-close span{
        color:#ffffff !important;
    }
    .btn-close:hover {
    text-decoration: none;
    opacity: 1;
}
.feature-list-item:last-child{
      align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 22px;
    color: #000000;
    font-size: 14px;
}
.feature-list-item:last-child .check-icon{
    display: none;
}
.custom_form_label{
    color:#868686;
    font-size:16px;
}
.payment_block_section p{
    color:#494D4E;
    font-size:16px;
    margin-top:22px;
}
.bank_transfer_details h5{
    color:#474747;
    font-size:22px;
    font-weight: bold;
    margin-bottom:35px;
}
.bank_transfer_details h6{
color:#6D6D6D;
font-size:20px;
margin-bottom:6px;
}
.bank_transfer_details h6 span{
    font-weight: bold;
}
.bank_transfer_details p{
    color:#F95A5A;
    font-size:14px;
    margin-top:40px;
    text-align: center;
}
 .feature-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    color: #868686;
    font-size: 16px;
}
 .feature-list-item .check-icon {
    color: #7b2cbf;
    font-weight: bold;
    margin-right: 10px;
    font-size: 18px;
}
@media (min-width: 576px) {
.modal-dialog{
  max-width: 650px;
}
}

/* popup css end */
.success_stories_manifestations{
    background-image: url(../images/success-stories-bg-two.webp);
    background-size: cover;
    background-position: center;
    padding-top: 100px; 
    background-color: #1C1C1C; 
}
.stories_speak_manifestations{
    background-image: url(../images/success-stories-bg-three.webp);
    background-size: cover;
    background-position: center;
    padding: 100px 0; 
    background-color: #1C1C1C; 
}
.contact_banner_section{
    background-image: url(../images/contact-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 100px 0; 
    background-color: #1C1C1C;  
}
.contact_banner_section_left ul{
    margin-top:20px;
}
.contact_banner_section_left ul li a{
    color:#ffffff !important;
    font-size:16px;
}
.contact_ul li a img{
    margin-right:10px;
}
.contact_banner_section_right{
    border-radius: 24px;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.contact_banner_section_right::before{
    position: absolute;
    top: -46px;
    right: 21px;
    content: url(../images/planet-contact.webp);
}
.contact_banner_section_right h2{
     font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-family: "Playfair Display", serif;
    margin-bottom:30px;
}
.custom_control{
    height:50px;
    background-color: transparent;
    color:#ffffff !important;
}
.textarea_control{
     background-color: transparent;
    color:#ffffff !important;
}
.custom_control:focus, .textarea_control:focus{
      background-color: transparent;
      border-color: unset;
      box-shadow: none;
}
.custom_control::placeholder, .textarea_control::placeholder {
  color: #ffffff;
  opacity: 1; 
}
.send_message_button{
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#ffffff;
    color:#000000;
    font-size:16px;
    font-weight: bold;
    border-radius:40px;
    width: 100%;
}
.pricing_banner{
    background-image: url(../images/pricing-banner.webp);
    background-size: cover;
    background-position: center;
    padding: 100px 0; 
    background-color: #1C1C1C;   
}
.pricing_banner_inner{
    width: 80%;
    margin:0 auto;
}
.pricing_block{
    border:1px solid #A8A8A8;
    border-radius: 8px;
    padding: 20px;
    margin-top:40px;
}
.pricing_block h2{
       font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-family: "Playfair Display", serif;
    padding-bottom:24px;
    border-bottom: 1px solid #555555;
}
.pricing_ul_li{
    padding: 24px 0;
    height:370px;
}
.pricing_ul_li li{
color:#B8B8B8;
font-size:16px;
line-height: 26px;
margin-bottom:10px;
position: relative;
padding-left: 25px;
}
.pricing_ul_li li::after{
    width: 8px;
    height:8px;
    border-radius: 100%;
    background-color:#B8B8B8;
    position: absolute;
    top:9px;
    left:0;
    content: "";
}
.pricing_ul_li li:last-child{
    margin-bottom: 0;
}
.original_price_section{
    padding: 24px 0;
    border-top: 1px solid #555555;
}
.original_price_section h5{
    font-size:30px;
    font-weight: bold;
    color:#ffffff;
}
.pricing_banner_button_holder{
    padding: 14px 0;
    width: 100%;
    border-radius: 30px;
    background-color:transparent;
    color: #ffffff !important;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
}
.pricing_banner_button_holder i{
    color:#ffffff;
    margin-left:10px;
    font-size:16px;
}
.new_pay_here{
    margin-bottom:0;
}
@media only screen and (min-width:1400px) {}

@media only screen and (max-width:1399px) {
    .pricing_block h2{
        height:80px;
    }
    .pricing_ul_li{
        height:410px;
    }
}

@media only screen and (max-width:1199px) {
    .slider_item_one p {
        height: 180px;
    }
    .header-item-center .menu{
    gap: 46px;
}
.pricing_ul_li{
        height:440px;
    }
}

@media only screen and (max-width:991px) {
     .pricing_block h2{
        height:unset;
    }
    .pricing_ul_li{
        height:unset;
    }
    .my_mission_inner{
        width: 100%;
    }
    .my_journey_banner_section_right{
        text-align: center;
    }
    .my_journey_banner_section_left p {
    text-align: center;
}
.my_journey_banner_section_left_inner{
    text-align: center;
    margin-top:30px;
}
    .footer_block_three {
        margin-top: 30px;
    }

    .about_us_left p {
        width: 100%;
    }

    .why_choose_left {
        text-align: center;
    }
    .cstm_mwc {
        margin-bottom: 160px;
    }
    .header-item-center {
        flex: 0;
        order: 0;
    }
    .header .menu-mobile-trigger span {
        background: #ffffff;

    }
    .header-item-center .menu {
        display: block;
    }
    .header .menu {
        width: 100%;
    }
    .header .menu>ul>li>a {
        border-bottom: none;
        margin-bottom: 40px;
    }
    .header .menu .menu-mobile-header {
        background: #1C1C1C;
    }
    .header .menu .menu-section {
        background: #1C1C1C;
    }
    .space-nav-link {
        display: block !important;
    }
    .fa-xmark{
        color: #FFFFFF;
    }
    .space-nav-link {
        padding: 0px 18px !important;
    }
    .jn_btn{
        display: none !important;
    }
    .success_stories_slider .owl-carousel .owl-dots.disabled, .success_stories_slider .owl-carousel .owl-nav.disabled{
        top: 39%;
    }
    .home_about_section_right{
      text-align: center;
    margin-top: 30px;  
    }
    .main_footer_right_one{
        margin-top:30px;
    }
    .manifestations_made_real_right_inner{
        margin-top:30px;
        text-align: center;
    }
    .contact_banner_section_left{
        margin-top:30px;
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
   
.are_saying_text_new p span{
    display:unset;
}
    .footer_block_two_left,
    .footer_block_two_right {
        margin-top: 30px;
    }

    .about_us_right {
        margin-top: 30px;
        text-align: center;
    }

    .email_body {
        padding-left: unset;
        border-left: unset;
    }

    .body_mobile_email {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        margin-left: 140px;
    }

    .email_body {
        margin-top: 18px;
    }

    .slider_item_one p {
        height: 215px;
    }
    .header-item-center {
        flex: 0;
        order: 0;
    }
    .header .menu-mobile-trigger span {
        background: #ffffff;

    }
    .header-item-center .menu {
        display: block;
    }
    .header .menu {
        width: 100%;
    }
    .header .menu>ul>li>a {
        border-bottom: none;
        margin-bottom: 40px;
    }
    .header .menu .menu-mobile-header {
        background: #1C1C1C;
    }
    .header .menu .menu-section {
        background: #1C1C1C;
    }
    .space-nav-link {
        display: block !important;
    }
    .fa-xmark{
        color: #FFFFFF;
    }
    .space-nav-link {
        padding: 0px 18px !important;
    }
    .jn_btn{
        display: none !important;
    }
    .nav-text {
        margin-left: 8px;
    }
    .hero-title {
        font-size: 56px;
        font-weight: bold;
        line-height: 64px;
    }
    .hero-subtitle {
        padding: 0;
    }
    .cstm_mwc {
        margin-bottom: 80px;
    }
    .mb_fr_mb{
        margin-bottom: 20px;
    }
    .hero-section .video-background video{
        height: 700px;
    }
     .rest_banner .video-background video {
        height: 400px;
    }  
}

@media only screen and (max-width:575px) {
    .pricing_banner_inner{
        width: 100%;
    }
    .pricing_block h2{
        font-size: 22px;
    }
      .my_journey_banner_section_left p {
    text-align: left;
}
.my_journey_banner_section_left_inner{
    text-align: left;
}
.my_mission{
    padding: 120px 0;
}
    .center-logo iframe{
        height: 100%;
    }
    .grow_youtube_left_inner h2{
        font-size:40px;
        line-height: 48px;
    }
    .hero-subtitle{
        font-size:16px;
        line-height: 24px;
    }
    .home_about_section_right h2, .are_saying_text h2, .stories_speak_text h2,.home_about_section_right h2, .are_saying_text h2, .stories_speak_text h2, .my_journey_banner_section_left h2, .my_mission_inner h2, .grow_youtube_left_inner h2, .manifestations_made_real_right h2, .contact_banner_section_left h2{
        font-size:40px;
        line-height: 48px;
    }
    .stories_speak_audio{
        text-align: center;
    }
     .home_about_section_right{
      text-align: left; 
    }
    .modal-title-main{
        font-size: 22px;
    }
    .modal-subtitle{
        font-size:14px;
    }
    .mobile_common_width_button{
        width: 312px;
    }
    .mobile_center_class{
        text-align: center;
    }
    .contact_banner_section_left{
        text-align: left;
    }
}

@media only screen and (max-width:522px) {
    .body_mobile_email {
        margin-left: 90px;
    }
}

@media only screen and (max-width:440px) {
    .slider_item_one p {
        height: 150px;
    }
}

@media only screen and (max-width:420px) {
    .body_mobile_email {
        margin-left: 70px;
    }
}
@media only screen and (max-width:471px) {
    .hero-section .video-background video{
        height: 800px;
    } 
    .rest_banner .video-background video {
        height: 400px;
    } 
}
@media only screen and (max-width:444px) {
.progress-steps::before{
        left: 54px;
    right: 54px;
    top:15%;
}
}
@media only screen and (max-width:387px) {
.modal-content{
    padding: 30px 10px;
}
.step-label{
    font-size:10px;
}
.progress-steps::before{
    left: 48px;
    right: 49px;
}
}
@media only screen and (max-width:380px) {
    .body_mobile_email {
        margin-left: 40px;
    }
}
@media only screen and (max-width:365px) {
 .mobile_common_width_button{
        width: 310px;
    margin-right: 0 !important;
    }
}
@media only screen and (max-width:360px) {
    .slider_item_one p {
        height: 200px;
    }
   
}
@media only screen and (max-width:350px) {
    .hero-title{
       font-size: 48px;
       line-height: 56px; 
    }
    .cstm_mwc .cstm_btn{
        padding: 15px;
    }
    .mobile_common_width_button{
        width: 280px;
    }
}
@media only screen and (max-width:340px) {
    .body_mobile_email {
        margin-left: 15px;
    }
}