/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}


/* 6. Improve media defaults */
/* img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  overflow-x: hidden;
} */

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}


body{
  background-color: #F2F5F2;
  font-family: 'poppins', sans-serif !important;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;

    /* background: linear-gradient(
-80.37deg,
rgba(0, 148, 255, 0.2) 11.06%,
rgba(217, 217, 217, 0) 102.87%,
rgba(217, 217, 217, 0) 102.87%,
rgba(255, 255, 255, 0.2) 102.87%
); */
}

.hero-section {
  display: flex;
  height: 100vh;
}

.hero-left, .hero-right {
  flex: 1;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.hero-left {
  background-image: url('../images/nnFlrRdg2k2m9yU5tq8Y.webp');
  /* background-image: url('./images/nnFlrRdg2k2m9yU5tq8Y.webp'); */
}

.hero-right {
  background-image: url('../images/Yoga-for-Pregnant-Women.webp');
}

.overlay-text {
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
}

.box-section {
  position: relative;
  z-index: 10;
  margin-top: -230px; /* Adjust this if you want higher/lower overlap */
}

 .info-box {
    position: relative;
    background-color: #cc9a3a;
    padding: 2rem;
    text-align: center;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #fff;
} 
 .trial_at{
  position: absolute;
  top: -63px;
  right: -21px;
  background-color: green;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-bottom-left-radius: 10px;
  width: 120px;
  height: 120px;
  border-radius: 130px;
  border: 1px solid #fff;
  line-height: 25px;
  display: flex;
  font-size: 18px;
  flex-flow: column;
  justify-content: center;
}

.info-box:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: -10px;
    transition: all .5s ease-in-out;
}
.days_date div{
  font-weight: 600;
}
/* About Us Section */
.about-section {
  padding: 4rem 2rem;
}
.about_us {
  /* max-width: 700px;
  margin: 0 auto; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-img {
  border-radius: 10px;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 1);
}

.about_us-subtext h2{
  color: rgb(62, 86, 70);
  font-weight: 600;
  font-size: 1.8rem;
}
.about_us-subtext h2 span{
  color: #cc9a3a;
}
.about_us-subtext p{
  line-height: 2;
}
.navbar-brand img {
    height: 50px; /* Adjust logo size */
  }

  #navbar {
    transition: all 0.3s ease-in-out;
  }
  
  /* When navbar becomes fixed */
  .navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F2F5F2;
    /* background: linear-gradient(
    -80.37deg,
    rgba(0, 148, 255, 0.2) 11.06%,
    rgba(217, 217, 217, 0) 102.87%,
    rgba(217, 217, 217, 0) 102.87%,
    rgba(255, 255, 255, 0.2) 102.87%
    ); */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  .footer {
    padding: 10px;
    text-align: center;
    bottom: 0;
    width: 100%;
    font-weight: 500;
    color: #fff;
    background-color: #0f6646;

  }
.google_gredient img{
  width: 45px !important;
  margin-left: -5px;
}
/* Full-screen Slider */
.hero-slider {
    width: 100%;
    height: 750px;
    position: relative;
}

/* Individual Slide */
.hero-slide {
    width: 100%;
    height: 750px;
    position: relative;
    display: flex;
    align-items: center;  /* Centers vertically */
    justify-content: center; /* Centers horizontally */
    text-align: center;
    color: white;
}

/* Background Images */

.slide-1 {
    background: url('../images/labour/s4.jpg');
    height: 750px;
    background-size: cover;
    background-position: right 50% top 25%;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
    
  }
.slide-2 {
    background: url('../images/labour/slider11.jpg');
    height: 750px;
    background-size: cover;
    background-position: right 35% bottom 25%;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
    
  }

/* Dark Overlay for Readability */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
}

/* Centering Content */
.hero-content {
    position: absolute;
    z-index: 1;
    text-align: left;
    margin: 0 auto;
    top: 30%;
    width: max-content;
    padding: 15px;
    border-radius: 10px;
}

/* Title */
.hero-content h1 {
    font-size: 35px;
    margin-bottom: 10px;
    color: #fff;
}
.hero-content h2 {
  font-size: 25px;

  color: #fff;
  text-align: left;
  font-weight: 400;
}
/* Paragraph */
.hero-content p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #fff;
    text-align: left;
}

/* Button */
.bookTrail {
    background: #fff; 
    color: #6c757d;
    padding: 12px 24px;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;    
}
.bookTrail:hover{
  background: #fff; 
  color: #000;
  /* color: #6c757d; */
}
.bookTrails {
  background: #cc9a3a;
  color: #fff;
  padding: 12px 24px;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;    
}
.bookTrails:hover{
  background: #cc9a3a; 
  color: #fff;
}
.submitpay {
  background: #3e5646;
  color: #fff;
  padding: 12px 24px;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;    
}
.submitpay:hover{
  background: #3e5646; 
  color: #fff;
}
.join-now {
  background: #cc9a3a;
  color: #fff;
  border: 1px solid #cc9a3a;
}
.join-now:hover{
  background: #cc9a3a; 
  color: #fff;
}

/* Slick Arrows Customization */
.slick-prev, .slick-next {
    font-size: 30px;
    /* color: white; */
    z-index: 1000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background: rgba(0, 0, 0, 0.5); */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* .slick-prev {
    left: 20px;
} */

.slick-next {
    right: 50px;
}

/* Custom Arrows Icon */
.slick-prev::before, .slick-next::before {
    content: "";
    /* font-size: 24px;
    color: white; */
}
/* Custom Arrow Icons */
.slick-prev::after, .slick-next::after {
    font-size: 30px;
    color: white;
    font-weight: bold;
}

/* Left Arrow */
.slick-prev::after {
    content: '◀';  /* Unicode for Left Arrow */
}

/* Right Arrow */
.slick-next::after {
    content: '▶';  /* Unicode for Right Arrow */
}

/* Slick Dots */
/* .slick-dots {
    bottom: 20px;
} */
.form-label{
    margin: 0;
    padding: 0;
}
.modal-content {
    background-color: #1A76D1;
    color: #fff;
  }
  /* Days and Date */

  .weekDays-selector input {
    display: none!important;
  }
 
  .weekDays-selector input[type=checkbox] + label {
    display: inline-block;
    border-radius: 6px;
    /* background: #dddddd; */
    margin-right: 3px;
    text-align: center;
    cursor: pointer;
    padding: 10px 10px;
    border: 1px solid #fff;
  }
  .weekDays-selector input[type=checkbox]:hover + label {
    background-color: #1c5894;
  }
  .weekDays-selector input[type=checkbox]:checked + label {
    background: #1c5894;
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #1c5894;
  }
 
  .custome_review{
    background-color: #fff;
    padding: 20px;
    border-radius: .75rem;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  }
  .custome_review i{
    background-color: #fff;
    font-size: 2rem;
    color: #f4efe9;
  }
  .custome_review .text{
    color: #1d2939;
    display: -webkit-box;
    
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
.user_name_add div{
  font-size: 1em;
  font-size: 18px;
  font-weight: 400;
  
}
  .custome_review .user_icon img{
    width: 106px;
    height: 106px;
    border-radius: 50px;
    border: 2px solid #25212154;
  }
  .custome_review .user_details{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .custome_riview img{
    width: 100%;
    height: 253px;
}
.user_details-sub{
  display: flex;
  align-items: center;
}
.star_rating{
  padding-right: 10px;
}
.star_rating img{
  max-width: 1.8rem;
}
/* Premium Pilate */
.premium_yoga_faclities .boxShadow{
    border: 0px solid #fff;
    outline: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: .75rem;
}

.premium_yoga_faclities .heading_text{
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
}
.premium_yoga_faclities .subheading_text{
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    color: oklch(.446 .03 256.802);
    margin-bottom: 40px;
}
.premium_yoga_faclities .heading_text span{
    color: rgb(204, 154, 58);
}
.form_section{
  margin: 0 auto;
}
.form_section .card{
    padding: 10px;
}
.form_section img{
    max-width: 20px;
}
.form_section h1{
    font-size: 23px;
}
.contact_information{
    display: flex;
    align-items: start;
}
.contact_information a{
    text-decoration: none;
    color: oklch(.446 .03 256.802);
    font-weight: 400;
}
.contact_information p{
    text-decoration: none;
    color: oklch(.446 .03 256.802);
    font-weight: 400;
}
.contact_information i {
    font-size: 25px;     /* Adjust size */
    color: oklch(.446 .03 256.802);;       /* Bootstrap blue or any color */
    /* Space between icon and text */
    font-weight: bolder;
    background-color: #f2f5f3;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .contact_information h4{
    font-size: 20px;
  }
  .contact_information p{
    font-size: 16px;
  }
  .customer-slider{
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
  }

  .limited_priod_offer h1{
    text-align: center;
    font-weight: bolder;
    
  }
  .limited_priod_offer .yoga{
    text-align: center;
    font-weight: bolder;
    color: oklch(.795 .184 86.047);
    margin-bottom: 10px;
  }

  .limited_priod_offer .limited{
    background-color: #dbfce7;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    color: oklch(.448 .119 151.328);
  }
  .boxShadow label{
    font-weight: 400;
    color: oklch(.446 .03 256.802);
    font-size: 14px;
  }
  .remaining_char{
    font-weight: 400;
    color: oklch(.446 .03 256.802);
    font-size: 14px;
}
  
  .boxShadow .personalized_attention{
    display: flex;
    align-items: center;
    line-height: 3;
  }
  .dropdown_menu select{
    font-weight: 400;
    color: oklch(.446 .03 256.802);
    font-size: 14px;
  }
 .personalized_attention{
    font-weight: 400;
    color: oklch(.373 .034 259.733);
 }
  .groupSession h3{
    color: oklch(.448 .119 151.328);
    font-weight: 700;
  }
  .groupSession .saveRupees{
    background-color: #fef3c6;
    padding: 5px 10px;
    color: oklch(.473 .137 46.201);
    font-weight: 600;
    width: max-content;
    border-radius: 5px;
  }
  .sessionList{
    line-height: 2.5;
    color: oklch(.373 .034 259.733);
    font-weight: 400;
    font-size: 16px;
}
.sessionList ul {
  margin: 0;
  padding: 0;
}
.sessionList ul li{
  list-style-type: none;
  text-indent: -7px;
  margin-left: 18px;
  line-height: 25px;
  margin-top: 20px;
}
  .sessionList span{
    font-weight: 600;
  }
  .sessionList i{
    font-weight: bolder;
  }
  .footer_section{
    background-color: rgb(255 255 255 / 78%);
   
    color: #000;
    padding: 10px;

  }
.footer_section .footer_subsection{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_section .footer_subsection div{
  /* text-transform: uppercase; */
  font-weight: 500;
}
.footer_subsection ul{
    margin: 0;
    padding: 0;
}
.footer_subsection ul li{
    list-style-type: none;
    line-height: 2;
    font-weight: 400;
    font-size: 18px;
    display: flex;
}
.footer_subsection div img{
    width: 30px;
}

.mid-icon ul img{
  width: 150px;
}
.float-whatsapp{
	position:fixed;
	width:50px;
	height:50px;
	bottom:110px;
	right:40px;
	background-color:#25d366;
	border-radius:50px;
	text-align:center;
    font-size:25px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
    line-height: 2;
    cursor: pointer;
}
.float-phone{
	position:fixed;
	width:50px;
	height:50px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	border-radius:50px;
	text-align:center;
     font-size:25px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
    line-height: 2;
    cursor: pointer;
}
.float-whatsapp a{
    color: #FFF;
}
.float-phone a{
    color: #FFF;
}
.my-float{
	margin-top:16px;
}

.social_icon i{
  font-size: 27px;
}
.social_icon i:hover{
    font-size: 27px;
    transition: all .3s ease-in-out;
}
.contact_in a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
.groupSessions{
  width: 48%;
  margin: 0 auto;

  border: 0px solid #fff;
  outline: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: .75rem; 
}
.yogafaclities{
  border: 0px solid #fff;
  outline: 0;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  border-radius: .75rem;
}
.yogafaclities h5{
  font-weight: 600;
}
.yogafaclities:hover{
  margin-top: -10px;
  transition: all ease-in-out .5s;
 
}
.groupSessions-group{
  display: flex;
  justify-content: space-between;
}
.about_us-sub{
  position: relative;
}
.about_us-sub img{
  max-width: 450px;
}
.about_us-sub-text{
  position: absolute;
  top: 38%;
  text-align: center;
  color: #fff;
  left: 7%;
}
.about_us-sub-text h2{
  color: #fff !important;
}

.yoga-faclities{
  display: flex;
}

.yoga-faclities .yoga-faclities_sub{
  margin-right: 15px;
}
.premium-women-wellness{
  background-image: url('../images/labour/pexels-mlkbnl-9830759.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 750px;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
}

.well-being div {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.well-being p{
  text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    color: oklch(.446 .03 256.802);
    margin-bottom: 40px;

}
.well-being div span{
  color: #cc9a3a;
}
.women-wellness_pointes{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 150px;
  padding: 0px 150px;
}
.women-wellness_pointes .women-wellness_pointes-L div{
  color: #fff;
  font-size: 30px;
  margin-bottom: 50px;
}
.women-wellness_pointes .women-wellness_pointes-L div i{
  color: #e39b12;
}
.women-wellness_pointes .women-wellness_pointes-R div i{
  color: #e39b12;
  
}
.women-wellness_pointes .women-wellness_pointes-R div{
  color: #fff;
  font-size: 30px;
  margin-bottom: 50px;
  
}

.icon-bar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.prenetal_mobile{
  display: none;
}
.prenetal_destop{
  display: block;
}
.iti{
  width: 100%;
}
@media (max-width: 768px) {
    .hero-section {
    flex-direction: column;
    height: auto;
  }
  .hero-left, .hero-right {
    height: 50vh;
  }
  .box-section {
    margin-top: -25px;
  }
  .about-content {
    flex-direction: column;
    text-align: center;
  }
  .about-img {
    margin-bottom: 2rem;
  }
  .navbar-brand img{
    height: 40px;
  }
  .days_date{
    flex-flow: column;
  }
  .about_us{
    flex-flow: column;
  }
  .about-section{
    padding: 1rem 0rem;
  }
  .info-box{
    padding: 1rem 0rem;
  }
  .yogafaclities{
    border-radius: .1rem;
  }
  .how_we_are{
    gap: 10px;
  }
  .groupSessions-group{
    flex-flow: column;
  }
  .groupSessions{
    width: unset;
  }
  .premium_yoga_faclities .heading_text{
    font-size: 2rem;
    line-height: 1.2;
  }
  .form_section{
    padding: 0;
    gap: 10px;
    flex-flow: column-reverse;
  }
  .footer_subsection{
    flex-flow: column;
    text-align: center;
  }
  .premium_yoga{
    gap: 10px;
  }
  .sessionList ul li{
    margin-top: 10px;
  }
  .groupSession_mobile{
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
    flex-flow: column;
  }
  .hero-content{
    max-width: 350px;
    width: 100%;
  }
  .custome_review .user_details{
    flex-flow: column;
  }
  .slick-prev::after, .slick-next::after {
    font-size: 30px;
    color: transparent;
    font-weight: bold;
}
  .dummy-mobile{
    display: none;
  }
  
  .women-wellness_pointes{
    flex-flow: column;
    margin-top: unset !important;
    padding: unset !important;
  }
  .women-wellness_pointes .women-wellness_pointes-L div{
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    font-size: 22px !important;
    text-indent: -24px;
    margin-left: 46px;
  }
  .women-wellness_pointes .women-wellness_pointes-R div{
    margin-bottom: 20px !important;
    font-size: 22px !important;
    text-indent: -24px;
    margin-left: 46px;
  }
  .float-whatsapp{
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 170px;
    right: 10px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 2;
    cursor: pointer;
   
  }
  .float-phone{
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 112px;
    right: 10px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 2;
    cursor: pointer;
    
  }

   .trial_at{
    position: absolute;
    top: -55px;
    right: 0;
    background-color: green;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-left-radius: 10px;
    width: 100px;
    height: 100px;
    border-radius: 130px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    line-height: 1.5;
}
.slide-1 {
  width: 100%;
  overflow-x: hidden;
}
.slide-2 {
  width: 100%;
  overflow-x: hidden;
}

.about_us-sub img{
  width: 350px;
  height: auto;
  overflow: hidden;
}
.prenetal_mobile{
  display: block;
}
.prenetal_destop{
  display: none;
}
}