:root {
  --primery: #A11F56;
  --border: #DA92BD;
  --primery-dark: #19000A;
  --green: #748c4d;
  --yellow: #ffc300;
  --white: #ffffff;
  --black: #000000;
  --text: #604D4D ;
  --background: #f8f6ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Atkinson Hyperlegible", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html,
body {
  overflow-x: hidden;
}
.font-secondary {
  font-family: "Sora", sans-serif;
  font-weight: 700;
}
.hero-headig {
  font-size: 36px;
  color: var(--primery-dark);
  margin-bottom: 16px;
  font-weight: 600;
}
.heading {
  font-size: 36px;
  color: var(--primery-dark);
  margin-bottom: 16px;
  font-weight: 600;
}

.Sub-heading {
  font-size: 20px;
  color: var(--primery-dark);
  margin-bottom: 16px;
}
.overview_card .Sub-heading {
  font-size: 22px;
}
.overiew_right {
  display: flex;
  gap: 20px;
  width: 36%;
}
.secaion_pedding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.body_text {
  font-size: 16px;
  color: #604D4D;
  line-height: 20px;
}
.body_text-bold {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}
/* .button-y a {
  text-decoration: none;
  color: var(--primery);
} */
.deash_border {
  border: 1px dashed var(--border);
  margin-top: 70px;
}
.button-y {
  text-decoration: none;
  padding: 12px 70px;
  background-color: var(--white);
  border: 1px solid var(--primery);
  color: var(--primery);
  width: 240px;
  text-align: center;
  border-radius: 10px;
}
.button-y:hover {
  color: var(--white);
  background-color: var(--primery);
}
/* above-only root valus */

.btn {
  background: var(--primery);
  color: var(--white);
}
.btn:hover {
  background-color: var(--white);
  color: var(--primery);
  border: 1px solid var(--primery);
}
.navbar {
  background-color: var(--white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid var(--border);
}

.yoga-wrapper {
  margin-top: 60px;
  padding: 70px 0;
  background: linear-gradient(to bottom, #fff, #F79FC4);
  position: relative;
  z-index: 1;
}
.yoga-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 240px;
  height: 240px;
  background: url("../images/right_wing.png") no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

.yoga-wrapper::after {
  content: "";
  content: "";
  position: absolute;
  bottom: 0;
  right: -96px;
  width: 240px;
  height: 240px;
  background: url("../images/left_wing.png") no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

.tag {
  display: inline-block;
  padding: 6px 18px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
}

.yoga-title {
  margin-top: 25px;
  font-size: 56px;
  line-height: 1.4;
  color: #2b2b2b;
  font-weight: 500;
}

.yoga-title .highlight {
  color: var(--primery);
  font-weight: 600;
}
header {
   margin-top: 0 !important;
}
body, html {
  overflow-x: hidden;
}

.video-box {
  padding: 12px;
  background: #f3f3e6;
  border-radius: 22px;
  display: inline-block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.video-box img {
  width: 100%;
  border-radius: 18px;
}

.video-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  border: 10px solid #FFF0F9;
}

/* Thumbnail Image */
.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
}

.play-btn i {
  font-size: 32px;
  color: #000;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: white;
}

.about-section {
  padding: 60px 0;
  background: var(--white);
}
.card_count { 
  background-color: #FFEFF5;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  padding: 20px;
  box-shadow: 0 0 20px #B7B7B7;
}
.card_count::after{
  background-image: url(../images/flower.png);
}
.card_count h3 {
  font-size: 40px;
  color: var(--primery-dark);
  font-weight: 600;
}

.about-left {
  position: relative;
  align-items: center;
}

.about-image-box img {
  width: 100%;
  border-radius: 25px;
}

.ypl-list li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 500;
}

.ypl-list li span {
  display: inline-flex;
  margin-right: 10px;
  background: #bfac2c;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
ol,
ul {
  padding-left: 0rem;
}

/* Responsive Fixes */
.achievement-section {
  position: relative;
  background: url("../images/our_achi_bg.png") center/cover no-repeat;
  padding: 110px 0;
  color: #fff;
}

/* Dark overlay */
.achievement-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1c1a03c4;
}

/* Title */
.section-title-heading {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
}

/* White Floating Box */
.achievement-box {
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 25px;
  padding: 35px 55px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

/* Each item */
.item_count {
  text-align: center;
  position: relative;
  z-index: 1;
}

/* .achievement-box .item_count::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -48px;
    width: 60px;
    height: 90px;
    background: url("../images/cou_li.png") no-repeat;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
}
.achievement-box .item_count::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 60px;
    height: 90px;
    background: url("../images/cou_ri.png") no-repeat;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
} */
.Title_cont {
  font-size: 36px;
  font-weight: 600;
  font-family: "Sora", sans-serif;
  color: var(--primery);
}
.achievement-box .item_count img {
  width: 40px;
  margin-bottom: 10px;
}

.achievement-box .item_count h3 {
  font-size: 32px;
  color: #000;
  margin: 0;
}

.achievement-box .item_count p {
  color: #555;
  font-size: 15px;
}
.overviwe img {
  border-radius: 10px;
  width: 100%;
}
.nav-item {
  font-size: 16px;
}

.overview_card {
  display: flex;
  justify-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid var(--border);
  gap: 20px;
}
.count_round {
  background: var(--border);
  width: 30px;
  height: 6px;
  padding: 26px;
  border-radius: 0px 35px 35px 00px;
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center */
  text-align: center;
}
.feedback_bg .heading {
  color: var(--white);
}
.bg-pink {
  background-color: #FAF0F5;
}
.yellow {
  color: var(--primery);
}
.feedback_bg {
  background-image: linear-gradient(to right, #821543, #4E0423);
}
.feedback-card .body_text {
  color: var(--text);
}
.feedback-card {
  text-align: center;
  padding: 20px;
  border: 20px;
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  color: var(--primery-dark);
  margin-top: 30px;
}
.feedback-card img {
  border-radius: 50px;
}
.join_community {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid var(--border);
  margin-top: 50px;
  display: flex;
  align-items: center;
  background-color: var(--primery-dark);

}
.icon_text {
  font-size: 80px;
  font-weight: 600;
  color: #ffe700;
  margin-right: 10px;
}
.join_community .comm_title {
  color: var(--white);
  font-family: "Sora", sans-serif;
  font-size: 26px;
  font-weight: 600;
}
.join_community .body_text {
  color: var(--white);
}
.join_community .button-y {
  text-decoration: none;
  padding: 8px 3px;
  background-color: var(--primery);
  border: 1px solid var(--primery);
  color:#fff;
  width: 144px;
  text-align: center;
  border-radius: 10px;
}
.folloer_text {
  font-size: 20px;
  color: var(--primery);
  margin-right: 10px;
}

.event-card img{
  width: 100%;
  border-radius: 10px 10px 00px 00px;
}
.event-card {
  border: 1px solid var(--border);
  border-radius: 10px;
}
.expert_bg {
  background-color: #FAF0F5;
}
.expert-card {
  background-color: var(--white);
  border-radius: 20px;
  border: 1px solid var(--border);
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px;
  
}
.expert-card img {
  border-radius: 50px;
}


.info-card {
  background: #fff;
  padding: 15px 18px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
  box-shadow: 0 3px 20px rgba(0,0,0,0.10);
  width: 100%;
}

.info-card .icon {
  background: #faf0f5;
  padding: 12px;
  border-radius: 10px;
  font-size: 20px;
  color: var(--primery);
  
}

.info-card .label {
  margin: 0;
  font-size: 12px;
  color: #888;
}

.info-card .value {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}

.map-box img {
  border-radius: 14px;
  margin-top: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}

/* Right Card */
.contact-form-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.10);
}



/* Form Input */
.form-input {
  position: relative;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 10px 45px 10px 15px;
}

.form-input input,
.form-input textarea {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
}

.form-input i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color:var(--primery);
}
body, html {
  overflow-x: hidden;
}
.form-input.textarea i {
  top: 20px;
}
.contact_card {
  display: flex;
  justify-content: space-between;
  gap:20px;
}
.info-card .body_text {
  line-height: 0px;
}
.blog-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin-top: 10px;
}
.blog-time-ti {
  font-size: 14px;
  color: var(--text);
}
.blog-btn {
  text-decoration: none;
  color: var(--primery);
}
.blog_card img {
  width: 100%;
}

.blog_card {
  margin-top: 16px;
}
.bg-foot{ 
  background-color: var(--primery-dark);
}

.foot_bg_text { 
  color: var(--white);
  padding: 20px 0px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);

}
.footer-links-socile a{
  text-decoration: none;
}
.footer-links-socile a i {
    background: var(--border);
    color: var(--primery-dark);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 2px;
    border-radius: 50px;
    margin-right: 10px;}
  
.footer-links-socile a i:hover {
  background-color: var(--primery);
  color: var(--white);
}

.footer-title {
  color: var(--primery);
}

.footer-bottom-align {
  background-color: var(--primery);
  color: var(--yellow);
  justify-content: center;
  padding: 20px;
}


.video-card {
  position: relative;
  display: inline-block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.play-btn i {
  font-size: 28px;
  color: black;
}