
body {
  font-family: 'Poppins', sans-serif !important;
   margin: 0;
  padding: 0;
}

/* HEADER CSS */
/* ================= HEADER ================= */
.desktop-header {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #e1e4e8;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  text-align: left;
  font-size: 16px;
  color: #1d252d;
  font-family: Poppins;
}

.component-9324-parent {
  width: 1228px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* ================= LOGO ================= */
.component-9324 {
  height: 32px;
  width: 220px;
  display: flex;
  align-items: center;
}

.component-9324 .logo-img {
  max-height: 32px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.logo-link {
  display: inline-block;
  line-height: 0;
}


/* ================= NAV ================= */
.frame-parent {
  display: flex;
  align-items: center;
  gap: 60px;
}

.menu-items-parent {
  display: flex;
  align-items: center;
  gap: 16px;
}

.menu-items,
.menu-items2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}

/* active item underline (Expertise) */
.menu-items2 {
  border-bottom: 1px solid #f1931f;
}

/* ================= LINKS ================= */
/* pehle .home div tha, ab anchor hai — UI SAME */
.home {
  line-height: 24px;
  font-weight: 500;
  color: #1d252d;
  text-decoration: none;
  display: inline-block;
}

/* optional hover – safe */
.menu-items a.home:hover {
  opacity: 0.85;
}

/* ================= BUTTON ================= */
.btn {
  height: 48px;
  width: 160px;
  background-color: #1d252d;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  box-sizing: border-box;
}

.btn .home {
  color: #fff;
  text-decoration: none;
}

/* desktop header close */

/* =====================================================
   MOBILE VISIBILITY CONTROL
===================================================== */
.mobile-header,
.mobile-sidebar,
.mobile-overlay {
  display: none;
}

/* =====================================================
   MOBILE ONLY
===================================================== */
@media (max-width: 991px) {

  /* ---- DESKTOP HIDE ---- */
  .desktop-header {
    display: none;
  }

  /* =================================================
     MOBILE HEADER (TOP BAR)
  ================================================= */
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    background: #ffffff;
    border-bottom: 1px solid #e1e4e8;
    position: relative;
    z-index: 1001;
  }

  .mobile-logo img {
    height: 28px;
    display: block;
  }

  .mobile-menu-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 0;
  }

  .mobile-menu-btn img {
    width: 24px;
    height: 24px;
    display: block;
  }

  /* =================================================
     MOBILE SIDEBAR (FULL SCREEN – TOP SLIDE)
  ================================================= */
  .mobile-sidebar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100vh;
    min-height: 100vh;

    background: #ffffff;

    z-index: 2000; /* 🔥 header se bhi upar */

    padding: 20px 16px 24px;
    box-sizing: border-box;

    transform: translateY(-100%);
    transition: transform 0.35s ease;

    overflow-y: auto;
  }

  .mobile-sidebar.active {
    transform: translateY(0);
  }

  /* =================================================
     SIDEBAR HEADER
  ================================================= */
  .mobile-sidebar-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #e1e4e8;
  }

  .mobile-sidebar-head .mobile-logo img {
    height: 26px;
    display: block;
  }

  .mobile-close-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 0;
  }

  .mobile-close-btn img {
    width: 22px;
    height: 22px;
    display: block;
  }

  /* =================================================
     MOBILE NAV
  ================================================= */
  .mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 24px 0;
  }

  .mobile-nav a {
    font-size: 18px;
    font-weight: 500;
    color: #1d252d;
    text-decoration: none;
  }

  /* =================================================
     MOBILE CTA
  ================================================= */
  .mobile-cta {
    display: block;
    text-align: center;
    padding: 14px;
    border: 1px solid #1d252d;
    text-decoration: none;
    font-weight: 500;
    color: #1d252d;
    border-radius: 4px;
    margin-top: 12px;
  }

  /* =================================================
     OVERLAY
  ================================================= */
  .mobile-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1500;

    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }

  .mobile-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

/* HEADER CLOSE */

/* EXPERTISE SEC */
.expertise-section {
  width: 100%;
  position: relative;
  background-color: #1d252d;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  color: #f1931f;
  font-family: Poppins;
}

.expertise-content {
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.expertise-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.expertise-dot {
  height: 8px;
  width: 8px;
  position: relative;
  border-radius: 50%;
  background-color: #f1931f;
}

.expertise-title {
  position: relative;
  line-height: 24px;
}

.expertise-subtext {
  align-self: stretch;
  position: relative;
  font-size: 32px;
  line-height: 48px;
  color: #fff;
  text-align: center;
        margin-top: 5px;

}

/* ===============================
   EXPERTISE SECTION – MOBILE
================================ */
@media (max-width: 767px) {

  .expertise-section {
    padding: 48px 20px;   /* side breathing space */
  }

  .expertise-content {
    width: 100%;
    max-width: 100%;
  }

  .expertise-heading-wrap {
    gap: 8px;
  }

  .expertise-dot {
    width: 6px;
    height: 6px;
  }

  .expertise-title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }

  .expertise-subtext {
    font-size: 21px;      /* mobile readable */
    line-height: 32px;
    text-align: center;
    padding: 0 6px;
    margin-top: -14px;
  }
}

/* VIDEO MODAL CSS */
/* VIDEO MODAL */
.video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75); /* transparent dark */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-modal.active {
  display: flex;
}

.video-modal-content {
  position: relative;
  width: 70%;
  max-width: 1000px;
  aspect-ratio: 16 / 9;
  background: #000;
}

/* iframe full */
.video-modal-content iframe {
  width: 100%;
  height: 100%;
}

/* RIGHT SIDE CROSS */
.video-close {
  position: absolute;
  top: -4px;
  right: -46px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0,0,0,0.6);
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  z-index: 10;
}

/* AUDIO/VIDEOS SEC */
/* ================= CORE WRAPPER ================= */

.frame-container {
  display: flex;
  flex-direction: column;
  gap: 100px;
  font-family: Poppins, sans-serif;
  color: #485661;
  margin-top: 80px;
}

/* ================= VIDEO GRID (TOP 6 CARDS) ================= */

.frame-div {
  width: 1060px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.horizontal-16x9-parent {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* image + play icon wrapper */
.horizontal-16x9 {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.horizontal-16x9-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  z-index: 2;
}

/* tags */
.tag-parent {
  display: flex;
  gap: 12px;
}

.tag {
  background: #f3f6fa;
  padding: 4px 8px;
}

.tag-text {
  font-size: 12px;
  line-height: 20px;
}

/* title + desc */
.healing-journeys-the-art-of-v-parent {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.healing-journeys-the {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}

.transform-your-ideas {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #485661;
}

/* ================= VIDEO GRID (BOTTOM 4 CARDS) ================= */

.frame-wrapper2 {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.frame-parent3 {
  display: flex;
  gap: 20px;
}

.horizontal-16x9-parent5 {
  width: 250px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* reuse same image wrapper */
.horizontal-16x9-parent5 .horizontal-16x9 {
  height: 330px;
}

/* play icon */
.play-icon7 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  z-index: 2;
}

/* tag */
.tag-wrapper {
  display: flex;
}

/* title + desc */
.harmony-wellness-parent {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.harmony-wellness {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.transform-your-ideas7 {
  font-size: 14px;
  font-weight: 300;
  color: #485661;
}

/* ================= CTA SECTION ================= */

.contact-us-section-parent {
  display: flex;
  justify-content: center;
}

.contact-us-section {
  width: 100%;
  background: #f8f8f8;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}

.frame-parent4 {
  width: 800px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.lets-build-whats {
  font-size: 40px;
  line-height: 56px;
  color: #1d252d;
}

.unlock-a-unified {
  font-size: 18px;
  color: #485661;
}

.btn {
  width: 240px;
  height: 48px;
  background: #1d252d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.button {
  font-size: 16px;
  font-weight: 500;
    text-decoration: none;
  color: #fff;
}


/* ================= MOBILE VIDEO LAYOUT ================= */
@media (max-width: 767px) {

  /* main container spacing */
  .frame-container {
    gap: 48px;
    padding: 0 16px;
  }

  /* top video rows: 1 column */
  .frame-div {
    width: 100%;
    flex-direction: column;
    gap: 32px;
  }

  .horizontal-16x9-parent {
    width: 100%;
  }

  /* video thumbnail height */
  .horizontal-16x9 {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .horizontal-16x9-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* tags wrap properly */
  .tag-parent {
    flex-wrap: wrap;
    gap: 8px;
  }

  /* text sizing */
  .healing-journeys-the {
    font-size: 16px;
    line-height: 24px;
  }

  .transform-your-ideas {
    font-size: 14px;
    line-height: 20px;
  }

  /* ===== LAST 4 VIDEOS (2x2 GRID) ===== */
  .frame-wrapper2 {
    width: 100%;
  }

  .frame-parent3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .horizontal-16x9-parent5 {
    width: 100%;
  }

  .horizontal-16x9-parent5 .horizontal-16x9 {
    aspect-ratio: 3 / 4; /* mobile vertical feel like screenshot */
  }

  .harmony-wellness {
    font-size: 14px;
    line-height: 20px;
  }

  .transform-your-ideas7 {
    font-size: 13px;
    line-height: 18px;
  }

  /* CTA section */
  .contact-us-section {
    width: 100%;
    padding: 48px 16px;
  }

  .frame-parent4 {
    width: 100%;
    gap: 24px;
  }

  .lets-build-whats {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
  }

  .unlock-a-unified {
    font-size: 14px;
    line-height: 20px;
            margin-top: 5px;
  }

  .btn {
    width: 100%;
  }
}
/* ===== KILL MOBILE RIGHT GAP / OVERFLOW ===== */
@media (max-width: 767px) {

  html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  /* force all containers inside screen */
  * {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* FIX all fixed-width desktop containers */
  .component-9324-parent,
  .expertise-content,
  .frame-div,
  .frame-parent4,
  .horizontal-16x9-parent5 {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* grid wrapper safety */
  .frame-parent3 {
    width: 100%;
  }

  /* CTA safety */
  .contact-us-section-parent,
  .contact-us-section {
    width: 100%;
    overflow-x: hidden;
  }
}
/* ===== FIX LAST 4 VIDEOS MOBILE GRID ===== */
@media (max-width: 767px) {

  .frame-parent3 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .horizontal-16x9-parent5 {
    width: 100%;
  }

  /* thumbnail full width, no shrink */
  .horizontal-16x9-parent5 .horizontal-16x9 {
    width: 100%;
    aspect-ratio: 3 / 4;
  }

  /* text compact so cards align */
  .harmony-wellness-parent {
    gap: 4px;
  }
}





/* FOOTER SEC */

/* FOOTER SECTION */
.ft-footer {
	width: 100%;
	background-color: #1d252d;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 0px 40px;
	box-sizing: border-box;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

/* GRID SYSTEM: 3 Columns banane ke liye */
.ft-container {
	width: 1120px;
	max-width: 90%;
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 1.5fr;
	/* Brand | Nav | Contact+Address */
	align-items: start;
	gap: 40px;
	padding-bottom: 60px;
}

/* ================= BRAND & SOCIAL ================= */
.ft-brand-parent {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 280px;
	/* Height badha di hai taaki icons aur niche chale jayein */
}

.ft-logo-wrapper {
	width: auto;
}

.ft-logo-img {
	height: 35px;
	width: auto;
}

.ft-social-wrapper {
	display: flex;
	gap: 12px;
	margin-bottom: 41px;
	/* Bottom gap */
}

.ft-social-icon {
	width: 30px;
	height: 30px;
	filter: brightness(0) invert(1);
	/* Icons ko white karne ke liye */
}

/* ================= NAVIGATION ================= */
.ft-navigation-parent {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ft-navigation-title,
.ft-contact-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.ft-navigation-links {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ft-nav-item {
	font-size: 15px;
	color: #e1e4e8;
	text-decoration: none;
	transition: 0.3s;
}

.ft-nav-item:hover {
	color: #fff;
}

/* ================= CONTACT & ADDRESS (Right Column) ================= */
/* Grid se Address ko Contact ke niche fix kiya */
.ft-contact-parent {
	grid-column: 3;
	/* 3rd column mein rakha */
}

.ft-address-wrapper {
	grid-column: 3;
	/* Ye bhi 3rd column mein aayega, Contact ke niche */
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.ft-contact-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 15px;
}

.ft-contact-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ft-contact-icon {
	width: 18px;
	height: 18px;
}

.ft-contact-text {
	color: #e1e4e8;
	text-decoration: none;
	font-size: 14px;
}

.ft-address-block {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.ft-address-title {
	font-weight: 600;
	font-size: 15px;
}

.ft-address-text {
	color: #bdc3c7;
	font-size: 14px;
	line-height: 1.5;
}

/* ================= BOTTOM AREA ================= */
.ft-footer-divider {
	width: 1120px;
	max-width: 90%;
	height: 1px;
	background-color: #36434e;
	margin-bottom: 30px;
}

.ft-footer-bottom {
	font-size: 14px;
	color: #707b89;
	text-align: center;
}

/* ================= MOBILE VIEW (EXACT MATCH) ================= */
@media (max-width: 768px) {
	.ft-footer {
		padding: 60px 24px 30px;
		/* Symmetrical padding like image */
		align-items: flex-start;
	}

	.ft-container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 48px;
		/* High spacing between main blocks */
		width: 100%;
		padding: 0;
	}

	/* BRAND SECTION */
	.ft-brand-parent {
		height: auto;
		gap: 32px;
		/* Spacing between logo and social icons */
	}

	.ft-logo-img {
		height: 32px;
		/* Logo size match */
	}

	.ft-social-wrapper {
		gap: 20px;
		/* Precise gap between icons */
		margin-bottom: -17px;
	}

	.ft-social-icon {
		width: 44px;
		/* Slightly larger icons for mobile touch */
		height: 44px;
	}

	/* NAVIGATION SECTION */
	.ft-navigation-parent {
		gap: 28px;
	}

	.ft-navigation-title,
	.ft-contact-title {
		font-size: 22px;
		/* Bold heading size */
		margin-bottom: 4px;
	}

	.ft-navigation-links {
		gap: 18px;
		/* Clean spacing between links */
	}

	.ft-nav-item,
	.ft-contact-text,
	.ft-address-text {
		font-size: 18px;
		/* Readable text size */
		line-height: 1.5;
	}

	/* GET IN TOUCH & ADDRESS SECTION */
	.ft-contact-parent {
		width: 100%;
		gap: 40px;
		/* Space between "Get in touch" group and Addresses */
	}

	.ft-contact-group {
		gap: 20px;
	}

	.ft-contact-item {
		gap: 12px;
	}

	.ft-contact-icon {
		width: 20px;
		height: 20px;
	}

	.ft-address-wrapper {
		margin-top: 0;
		gap: 32px;
		/* Gap between Regd. and Corp. address blocks */
	}

	.ft-address-block {
		gap: 10px;
		margin-top: 32px;
	}

	.ft-address-title {
		font-size: 18px;
		font-weight: 600;
	}

	/* DIVIDER & COPYRIGHT */
	.ft-footer-divider {
		width: 100%;
		margin: 40px 0 30px;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.ft-footer-bottom {
		width: 100%;
		text-align: center;
		font-size: 16px;
		color: #88929b;
	}
}

/* FOOTER CLOSE */