/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Forum Custom */
@font-face {
  font-family: 'ForumCustom';
  src: url('Poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Regular */
@font-face {
  font-family: 'DM Sans';
  src: url('Poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: 'DM Sans';
  src: url('Poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* SemiBold */
@font-face {
  font-family: 'DM Sans';
  src: url('Poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'DM Sans';
  src: url('Poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Apply only to headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'ForumCustom', sans-serif !important;
}
p, li{
     font-family: 'DM Sans', sans-serif !important;
}
button, a, span{
	font-family: 'DM Sans', sans-serif !important; 
	
}
.pill__call, label, select option{
	font-family: 'ForumCustom', sans-serif !important;
}
nav[class*=menu] .ct-menu-link{
		font-family: 'DM Sans', sans-serif !important; 
	font-weight: 500 !important; 
}
.special__line {
  color: #0595C4 !important;
}

.special__line__two {
  color: #7ed957 !important;
}
input, input::placeholder {
	font-family: 'DM Sans', sans-serif !important; 
}
div, strong{
	font-family: 'DM Sans', sans-serif !important; 
}

    /* Container */
    .entire__whatsapp__boooking{
        width: 100%;
        max-width: 340px;
        border-radius: 20px;
        padding: 0 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
.login-container{
        box-shadow: 0 0 #0000, 0 0 #0000, 0px 2.65546px 95px rgba(0, 0, 0, .1);
        background-color: #fff;
        border-radius: 20px;
        padding: 10px;
}
/* Phone Input Section */
.phone-input {
  display: flex;
  margin-bottom: 12px;
  background-color: #f7f7f7;
  border-radius: 16px;
  height: 48px;
  align-items: center;
  position: relative;
}
.here__no__height {
	height: auto !important;
}

/* Custom Dropdown */
.custom-dropdown {
  position: relative;
  width: 100px;
}

.dropdown-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #f7f7f7;
  cursor: pointer;
  user-select: none;
  gap: 6px;
  border-radius: 18px;
}

.dropdown-selected:hover {
  background-color: #efefef;
}
.dropdown-item > span {
	color:#333;
	font-family: 'DM Sans', sans-serif !important;
	font-weight: 500;
}
.flag-icon {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 2px;
}

.code-text {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif !important;
}

.dropdown-arrow {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.dropdown-selected.active .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 2.65546px 95px rgba(0, 0, 0, .1);
  z-index: 1000;
  width: 120px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.dropdown-item:hover {
  background-color: #f7f7f7;
}

.dropdown-item.selected {
  background-color: #e8f5e9;
}

.phone-number {
  flex: 1;
  padding: 10px;
  border: none;
  border: 1px solid transparent;
  border-color: none !important;
  font-size: 16px;
  outline: none;
  height: 48px;
  background-color: transparent;
}
/* Login Buttons Section */
.login-buttons {
  margin-top: 20px;
	flex-direction: column;
}
#login-buttonsid{
	margin-top: 10px !important;
}
.whatsapp-login,
.google-login {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.whatsapp-login {
  background-color: #25D366;
  color: #ffffff;
  gap: 8px;
}
.google-login {
  background-color: #0595C4;
  color: #ffffff;
}
.material-icons {
  margin-right: 10px;
}
.whatsapp-login:hover {
  background-color: #128C7E;
}
.google-login:hover {
  background-color: #3367D6;
}
.or-text {
  margin: 10px 0;
  color: #777;
}
.footer-text {
  margin-top: 12px;
  font-size: 12px;
  color: #333;
  font-weight: 500;
  text-align: center;
}
.material-icons_wp{
    background-color: #fff;
    padding: 6px;
    border-radius: 50px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.border_wp{
    border-radius: 50px;
}
#header [data-row*=boxed]{
	 
	padding-top: 20px;
}
.doctor-avatars {
  display: flex;
  justify-content: flex-start; /* Align the avatars to the left */
	margin-top:  28px;
}

.doctor-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-left: -12px; /* Adds overlap to the left of each avatar */
}

.doctor-avatar:first-child {
  margin-left: 0; /* Reset the margin for the first avatar */
}

.avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
 .upwardform-card {
        background: #ffffff;
        border-radius: 24px;
        padding: 24px;
        width: 100%;
        max-width: 340px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12),
          0 8px 20px rgba(0, 0, 0, 0.08);
      }

      .upwardheader {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 28px;
        padding: 12px 16px;
        background: #fafafa;
        border-radius: 12px;
      }

      .upwardbrand {
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .upwardurl {
        flex: 1;
        font-size: 14px;
        color: #666;
        font-weight: 500;
      }

      .upwardrefresh {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 4px;
        border-radius: 6px;
        transition: background 0.2s;
      }

      .upwardrefresh:hover {
        background: #f0f0f0;
      }

      .upwardtitle-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
      }

      .upwardmain-title {
        font-size: 20px;
        font-weight: 700;
        color: #2c3e50;
        margin: 0;
      }

      .upwardmenu-icon {
        cursor: pointer;
        padding: 4px;
        border-radius: 6px;
        transition: background 0.2s;
      }

      .upwardmenu-icon:hover {
        background: #f0f0f0;
      }

      .upwarddoctor-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 24px;
      }

      .upwarddoctor-card {
        display: flex;
        align-items: center;
        gap: 14px;
        cursor: pointer;
        transition: all 0.2s ease;
      }

      .upwarddoctor-card:hover {
        transform: translateX(4px);
      }

      .upwarddoctor-avatar {
        position: relative;
        width: 54px;
        height: 54px;
        flex-shrink: 0;
      }

      .upwarddoctor-avatar img {
        width: 100%;
        height: 100%;
        border-radius: 50% !important;
        object-fit: cover !important;
        background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
		object-position:top;
      }

      .upwardverified-badge {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 18px;
        height: 18px;
        background: #2196f3;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #ffffff;
      }

      .upwarddoctor-info {
        flex: 1;
      }

      .upwarddoctor-name {
        font-size: 15px;
        font-weight: 600;
        color: #2c3e50;
        margin: 0 0 4px 0 !important;
      }

      .upwarddoctor-specialty {
        font-size: 13px;
        color: #9e9e9e;
        margin: 0;
      }

      .upwardsubmit-button {
        width: 100%;
        padding: 16px 24px;
        background: linear-gradient(135deg, #0595C4 0%, #0595C4 100%);
        color: #fff;
        border: none;
        border-radius: 14px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.15);
      }

      .upwardsubmit-button:hover {
        background: linear-gradient(135deg, #c8f0d3 0%, #bcedc9 100%);
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.25);
        transform: translateY(-1px);
      }

      .upwardsubmit-button:active {
        transform: translateY(0);
      }
@media(max-width: 500px) {
	.entire__whatsapp__boooking{
		max-width: 100%;
		padding: 0;
	}
	.login-container{
		width: 100%;
	}
}
/* ========
 * =========
 * =========
 * =========
 * =========
 * =========Features tabs sections ==========
 * =========
 * ==========
 * ======== */
.prana-card-content ul li {
	color: #555;
}
.prana-card-content ul {
        padding-left: 20px; 
    }
.treatment_ctaButton {
            padding: 16px 40px;
            background: #0595C4;
            color: #ffffff;
            border: none;
            border-radius: 24px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            /* align-items: center; */
            gap: 12px;
            /* margin: 0 auto; */
            float: left;
            width: fit-content;
        }

        .treatment_ctaButton:hover {
            background: #fff;
            color: #333;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
        }
		.prana-full-card {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 9rem;
            background: #fff;
            padding: 42px;
            border-radius: 32px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
            margin: 30px auto;
            width: 90%;

        }
@media (max-width: 768px) {
	.prana-full-card{
		gap:2rem;
		padding: 20px;
	}
	.prana-card-content {
  text-align: left;
}
}

        .prana-card-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            /* gap: 20px; */
        }

        .prana-card-title {
            font-size: 28px;
            font-weight: 700;
            color: #333;
        }

        .prana-card-description {
            font-size: 16px;
            color: #555;
            line-height: 1.5;
        }

        .prana-card-button {
            align-self: flex-start;
            padding: 12px 24px;
            font-size: 16px;
            background-color: #4CAF50;
            color: #fff;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.3s;
        }

        .prana-card-button:hover {
            background-color: #45a049;
        }

        .prana-card-image img {
            width: 500px;
            max-width: 100%;
            border-radius: 32px  !important;
            object-fit: cover;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .prana-full-card {
                flex-direction: column-reverse;
                text-align: center;
            }

            .prana-card-button {
                align-self: center;
            }

            .prana-card-image img {
                width: 100%;
                max-width: 400px;
            }
        }
   .prana-features-section {
        color: white;
        padding: 80px 20px;
      }

      .prana-container {
        max-width: 1400px;
        margin: 0 auto;
      }

      .prana-main-heading {
        font-size: 58px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 50px;
        line-height: 1.2;
        color: white;
      }

      .prana-tabs-container {
        display: flex;
        justify-content: space-between;
        gap: 8px;
        background: white;
        padding: 8px;
        border-radius: 50px;
        max-width: 800px;
        margin: 0 auto 60px;
        overflow-x: auto;
        scrollbar-width: none;
      }

      .prana-tabs-container::-webkit-scrollbar {
        display: none;
      }

      .prana-tab {
         padding: 18px 36px;
        border-radius: 40px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        color: #1a2332;
        transition: all 0.3s ease;
        white-space: nowrap;
        font-family: "DM Sans", sans-serif;
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .prana-tab svg {
        transition: all 0.3s ease;
        flex-shrink: 0;
      }

      .prana-tab:hover {
        background: #f5f5f5;
      }

      .prana-tab.prana-active {
        background: #0595c4;
        color: white;
      }

      .prana-tab.prana-active svg {
        transform: scale(1.1);
      }

      .prana-cards-container {
        display: none;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-bottom: 60px;
      }

      .prana-cards-container.prana-active {
        display: grid;
      }

      @keyframes prana-cardEntry {
        from {
          opacity: 0;
          transform: translateX(-30px);
        }
        to {
          opacity: 1;
          transform: translateX(0);
        }
      }

      .prana-cards-container.prana-active .prana-card {
        animation: prana-cardEntry 0.6s cubic-bezier(0.34, 1.56, 0.64, 1)
          forwards;
      }

      .prana-card {
        background: #fff;
        border: 1px solid #dedede;
        border-radius: 28px;
        padding: 40px;
        transition: all 0.3s ease;
        opacity: 0;
      }

      .prana-card:hover {
        transform: translateY(-8px);
        border-color: #667eea;
        box-shadow: 0 12px 40px rgba(102, 126, 234, 0.3);
      }

      .prana-card-content {
        margin-bottom: 30px;
      }

      .prana-card-title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 16px;
        color: #333;
      }

      .prana-card-description {
        font-size: 16px;
        line-height: 1.6;
        color: #666;
      }

      .prana-card-illustration {
        display: flex;
        justify-content: center;
      }

      .prana-illustration-box {
        background: #f7f7f7;
        border-radius: 16px;
        padding: 30px;
        width: 100%;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
      }

      /* Weight Loss Illustrations */
      .prana-weight-loss-visual {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
      }

      .prana-plate-container {
        display: flex;
        gap: 20px;
        align-items: center;
      }

      .prana-plate {
        width: 100px;
        height: 100px;
        background: white;
        border-radius: 50%;
        border: 4px solid #e0e0e0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 15px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      }

      .prana-food-item {
        width: 20px;
        height: 20px;
        border-radius: 50%;
      }

      .prana-food-item.prana-green {
        background: #4caf50;
      }
      .prana-food-item.prana-orange {
        background: #ff9800;
      }
      .prana-food-item.prana-red {
        background: #f44336;
      }

      .prana-utensils {
        display: flex;
        gap: 8px;
      }

      .prana-fork,
      .prana-knife {
        width: 4px;
        height: 50px;
        background: #9e9e9e;
        border-radius: 2px;
      }

      .prana-herbs-visual {
        display: flex;
        gap: 30px;
        align-items: flex-end;
      }

      .prana-herb-bottle {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .prana-bottle-cap {
        width: 40px;
        height: 15px;
        background: #8bc34a;
        border-radius: 8px 8px 0 0;
      }

      .prana-bottle-body {
        width: 50px;
        height: 80px;
        background: rgba(139, 195, 74, 0.3);
        border: 3px solid #8bc34a;
        border-radius: 0 0 12px 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 10px;
      }

      .prana-herb-leaf {
        width: 20px;
        height: 12px;
        background: #689f38;
        border-radius: 50% 0;
        transform: rotate(45deg);
      }

      .prana-dosage-chart {
        display: flex;
        gap: 8px;
        align-items: flex-end;
      }

      .prana-dose-bar {
        width: 15px;
        background: linear-gradient(to top, #4caf50, #8bc34a);
        border-radius: 4px 4px 0 0;
      }

      .prana-yoga-visual {
        display: flex;
        gap: 30px;
        align-items: center;
      }

      .prana-yoga-figure {
        position: relative;
        width: 60px;
        height: 80px;
      }

      .prana-head {
        width: 20px;
        height: 20px;
        background: #ff9800;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 20px;
      }

      .prana-body {
        width: 6px;
        height: 35px;
        background: #ff9800;
        position: absolute;
        top: 20px;
        left: 27px;
        border-radius: 3px;
      }

      .prana-arms {
        width: 50px;
        height: 4px;
        background: #ff9800;
        position: absolute;
        top: 30px;
        left: 5px;
        border-radius: 2px;
        transform: rotate(-20deg);
      }

      .prana-legs {
        width: 4px;
        height: 30px;
        background: #ff9800;
        position: absolute;
        top: 55px;
        left: 15px;
        border-radius: 2px;
        box-shadow: 20px 0 0 #ff9800;
      }

      .prana-progress-rings {
        position: relative;
        width: 60px;
        height: 60px;
      }

      .prana-ring {
        position: absolute;
        border-radius: 50%;
        border: 3px solid;
      }

      .prana-ring-1 {
        width: 60px;
        height: 60px;
        border-color: #4caf50;
        border-right-color: transparent;
        animation: rotate 2s linear infinite;
      }

      .prana-ring-2 {
        width: 40px;
        height: 40px;
        border-color: #2196f3;
        border-left-color: transparent;
        top: 10px;
        left: 10px;
        animation: rotate 1.5s linear infinite reverse;
      }

      @keyframes rotate {
        to {
          transform: rotate(360deg);
        }
      }

      /* Asthma Illustrations */
      .prana-lungs-visual {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
      }

      .prana-lung-container {
        display: flex;
        gap: 10px;
        position: relative;
      }

      .prana-lung {
        width: 50px;
        height: 70px;
        background: linear-gradient(135deg, #e91e63, #f48fb1);
        border-radius: 40px 40px 20px 20px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        gap: 5px;
        box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3);
      }

      .prana-lung.prana-left {
        transform: rotate(-5deg);
      }

      .prana-lung.prana-right {
        transform: rotate(5deg);
      }

      .prana-lung-detail {
        width: 30px;
        height: 3px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 2px;
      }

      .prana-breath-indicator {
        width: 100px;
        height: 30px;
        position: relative;
        overflow: hidden;
      }

      .prana-breath-wave {
        width: 200%;
        height: 100%;
        background: linear-gradient(
          90deg,
          transparent 0%,
          #2196f3 25%,
          #2196f3 50%,
          transparent 75%
        );
        animation: breathWave 2s ease-in-out infinite;
      }

      @keyframes breathWave {
        0%,
        100% {
          transform: translateX(-50%);
        }
        50% {
          transform: translateX(0);
        }
      }

      .prana-allergy-visual {
        position: relative;
        width: 120px;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .prana-shield {
        z-index: 2;
      }

      .prana-particles {
        position: absolute;
        width: 100%;
        height: 100%;
      }

      .prana-particle {
        position: absolute;
        width: 12px;
        height: 12px;
        background: #ff5722;
        border-radius: 50%;
        opacity: 0.6;
      }

      .prana-particle:nth-child(1) {
        top: 20%;
        left: 10%;
        animation: float 3s ease-in-out infinite;
      }

      .prana-particle:nth-child(2) {
        top: 70%;
        left: 20%;
        animation: float 2.5s ease-in-out infinite 0.5s;
      }

      .prana-particle:nth-child(3) {
        top: 30%;
        right: 15%;
        animation: float 2.8s ease-in-out infinite 1s;
      }

      .prana-particle:nth-child(4) {
        bottom: 20%;
        right: 10%;
        animation: float 3.2s ease-in-out infinite 1.5s;
      }

      @keyframes float {
        0%,
        100% {
          transform: translateY(0) scale(1);
        }
        50% {
          transform: translateY(-20px) scale(1.2);
        }
      }

      .prana-emergency-visual {
        position: relative;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .prana-pulse-ring {
        position: absolute;
        width: 100%;
        height: 100%;
        border: 3px solid #ff5722;
        border-radius: 50%;
        animation: pulse 2s ease-out infinite;
      }

      @keyframes pulse {
        0% {
          transform: scale(0.8);
          opacity: 1;
        }
        100% {
          transform: scale(1.3);
          opacity: 0;
        }
      }

      .prana-emergency-icon {
        background: white;
        border-radius: 50%;
        padding: 15px;
        box-shadow: 0 4px 12px rgba(255, 87, 34, 0.3);
      }

      /* Piles Illustrations */
      .prana-treatment-visual {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
      }

      .prana-medical-cross {
        position: relative;
        width: 80px;
        height: 80px;
      }

      .prana-cross-h,
      .prana-cross-v {
        position: absolute;
        background: #f44336;
        border-radius: 4px;
      }

      .prana-cross-h {
        width: 80px;
        height: 20px;
        top: 30px;
      }

      .prana-cross-v {
        width: 20px;
        height: 80px;
        left: 30px;
      }

      .prana-healing-waves {
        display: flex;
        gap: 8px;
        align-items: flex-end;
      }

      .prana-wave {
        width: 15px;
        height: 40px;
        background: linear-gradient(to top, #4caf50, transparent);
        border-radius: 8px;
        animation: waveMotion 1.5s ease-in-out infinite;
      }

      .prana-wave:nth-child(2) {
        animation-delay: 0.2s;
      }

      .prana-wave:nth-child(3) {
        animation-delay: 0.4s;
      }

      @keyframes waveMotion {
        0%,
        100% {
          transform: scaleY(0.5);
          opacity: 0.5;
        }
        50% {
          transform: scaleY(1);
          opacity: 1;
        }
      }

      .prana-diet-visual {
        display: flex;
        align-items: center;
        gap: 30px;
      }

      .prana-food-pyramid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
      }

      .prana-pyramid-level {
        background: linear-gradient(135deg, #8bc34a, #4caf50);
        border-radius: 4px;
      }

      .prana-pyramid-level.prana-level-1 {
        width: 80px;
        height: 20px;
      }

      .prana-pyramid-level.prana-level-2 {
        width: 60px;
        height: 20px;
      }

      .prana-pyramid-level.prana-level-3 {
        width: 40px;
        height: 20px;
      }

      .prana-nutrition-badge {
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, #4caf50, #8bc34a);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 28px;
        font-weight: bold;
        box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);
      }

      .prana-relief-visual {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
      }

      .prana-pain-indicator {
        display: flex;
        gap: 12px;
      }

      .prana-indicator-bar {
        width: 25px;
        height: 60px;
        border-radius: 12px;
        position: relative;
      }

      .prana-indicator-bar.prana-red-bar {
        background: linear-gradient(to top, #f44336 0%, #e57373 100%);
        height: 60px;
      }

      .prana-indicator-bar.prana-yellow-bar {
        background: linear-gradient(to top, #ffc107 0%, #ffd54f 100%);
        height: 40px;
      }

      .prana-indicator-bar.prana-green-bar {
        background: linear-gradient(to top, #4caf50 0%, #81c784 100%);
        height: 20px;
      }

      .prana-recovery-arrow {
        font-size: 40px;
        color: #4caf50;
        font-weight: bold;
        animation: arrowBounce 1.5s ease-in-out infinite;
      }

      @keyframes arrowBounce {
        0%,
        100% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(10px);
        }
      }

      /* Fissure Illustrations */
      .prana-healing-visual {
        display: flex;
        align-items: center;
        gap: 30px;
      }

      .prana-wound-healing {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }

      .prana-tissue-layer {
        height: 15px;
        border-radius: 8px;
        transition: all 0.3s ease;
      }

      .prana-tissue-layer.prana-layer-1 {
        width: 80px;
        background: linear-gradient(to right, #e57373, #ef5350);
      }

      .prana-tissue-layer.prana-layer-2 {
        width: 60px;
        background: linear-gradient(to right, #ffb74d, #ffa726);
      }

      .prana-tissue-layer.prana-layer-3 {
        width: 40px;
        background: linear-gradient(to right, #81c784, #66bb6a);
      }

      .prana-healing-icon {
        animation: checkPulse 2s ease-in-out infinite;
      }

      @keyframes checkPulse {
        0%,
        100% {
          transform: scale(1);
        }
        50% {
          transform: scale(1.1);
        }
      }

      .prana-ointment-visual {
        display: flex;
        align-items: flex-end;
        gap: 20px;
      }

      .prana-tube {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .prana-tube-cap {
        width: 35px;
        height: 12px;
        background: #2196f3;
        border-radius: 6px 6px 0 0;
      }

      .prana-tube-body {
        width: 50px;
        height: 80px;
        background: linear-gradient(to bottom, #64b5f6, #42a5f5);
        border-radius: 0 0 12px 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
      }

      .prana-application-drops {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }

      .prana-drop {
        width: 20px;
        height: 25px;
        background: #4caf50;
        border-radius: 50% 50% 50% 0;
        transform: rotate(-45deg);
        animation: dropFall 2s ease-in-out infinite;
        opacity: 0;
      }

      .prana-drop:nth-child(2) {
        animation-delay: 0.4s;
      }

      .prana-drop:nth-child(3) {
        animation-delay: 0.8s;
      }

      @keyframes dropFall {
        0% {
          opacity: 0;
          transform: rotate(-45deg) translateY(-20px);
        }
        50% {
          opacity: 1;
        }
        100% {
          opacity: 0;
          transform: rotate(-45deg) translateY(20px);
        }
      }

      .prana-lifestyle-visual {
        display: flex;
        align-items: center;
        gap: 30px;
      }

      .prana-checklist {
        display: flex;
        flex-direction: column;
        gap: 12px;
      }

      .prana-check-item {
        width: 50px;
        height: 50px;
        background: white;
        border: 3px solid #4caf50;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        color: #4caf50;
        font-weight: bold;
        box-shadow: 0 4px 12px rgba(76, 175, 80, 0.2);
        animation: checkAppear 0.5s ease forwards;
        opacity: 0;
        transform: scale(0.5);
      }

      .prana-check-item:nth-child(1) {
        animation-delay: 0.2s;
      }

      .prana-check-item:nth-child(2) {
        animation-delay: 0.4s;
      }

      .prana-check-item:nth-child(3) {
        animation-delay: 0.6s;
      }

      @keyframes checkAppear {
        to {
          opacity: 1;
          transform: scale(1);
        }
      }

      .prana-wellness-badge {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, #e91e63, #f48fb1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 16px rgba(233, 30, 99, 0.4);
        animation: heartBeat 1.5s ease-in-out infinite;
      }

      .prana-heart-icon {
        font-size: 36px;
        color: white;
      }

      @keyframes heartBeat {
        0%,
        100% {
          transform: scale(1);
        }
        25% {
          transform: scale(1.1);
        }
        50% {
          transform: scale(1);
        }
      }

      /* Badge Card Styles */
      .prana-badge-card {
        background: white;
        border: 2px dashed #cbd5e0;
        border-radius: 12px;
        padding: 16px 24px;
        display: flex;
        align-items: center;
        gap: 12px;
      }

      .prana-badge-icon {
        color: #1a2332;
      }

      .prana-badge-text {
        font-size: 18px;
        font-weight: 700;
        color: #1a2332;
      }

      .prana-cta-button {
        display: flex;
		align-items: center;
		  gap: 14px;
        margin: 0 auto;
        padding: 18px 48px;
        background: white;
        color: #1a2332;
        border: none;
        border-radius: 24px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
      }

      .prana-cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 30px rgba(255, 255, 255, 0.3);
      }

      @media (max-width: 1024px) {
        .prana-cards-container {
          grid-template-columns: repeat(3, minmax(280px, 1fr));
          overflow-x: auto;
          overflow-y: visible;
          scroll-snap-type: x mandatory;
          padding-bottom: 20px;
          scrollbar-width: thin;
          scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
        }

        .prana-cards-container::-webkit-scrollbar {
          height: 8px;
        }

        .prana-cards-container::-webkit-scrollbar-track {
          background: transparent;
        }

        .prana-cards-container::-webkit-scrollbar-thumb {
          background: rgba(255, 255, 255, 0.5);
          border-radius: 4px;
        }

        .prana-card {
          scroll-snap-align: start;
        }

        .prana-main-heading {
          font-size: 46px;
        }
      }

      @media (max-width: 768px) {
        .prana-features-section {
          padding: 60px 0;
			width: 100%;
        }

        .prana-main-heading {
          font-size: 36px;
          margin-bottom: 30px;
        }

        .prana-tabs-container {
          padding: 6px;
          max-width: 100%;
        }

        .prana-tab {
          padding: 12px 24px;
          font-size: 14px;
        }

        .prana-cards-container {
          grid-template-columns: 1fr;
          overflow-x: visible;
        }

        .prana-card {
          padding: 30px 24px;
        }

        .prana-card-title {
          font-size: 24px;
        }

        .prana-card-description {
          font-size: 15px;
        }

        .prana-illustration-box {
          min-height: 180px;
          padding: 20px;
        }
      }

/* horizontal tabs css starts here  */

  .wf-container {
        
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 60px;
	 padding: 0px 10px 100px 10px;
        align-items: center;
      }

      .wf-hero-section {
        padding-right: 20px;
      }

      .wf-hero-title {
        font-size: 48px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 20px;
        color: #1a1a1a;
      }

      .wf-hero-description {
        font-size: 16px;
        line-height: 1.6;
        color: #666;
        margin-bottom: 10px;
      }

      .wf-step-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
      }

      .wf-step-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
/*         padding: 16px 16px 16px 22px; */
        background: white;
        border-radius: 16px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
		padding: 10px 20px;
      }

      .wf-step-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
      }

      .wf-step-item.wf-active {
        background: #0595C4;
        color: white !important;
      }
.wf-step-item.wf-active > .wf-step-text {
	color: #fff;
}
.wf-step-item.wf-active > .wf-step-arrow {
	color: #333;
}

      .wf-step-text {
        font-size: 16px;
        font-weight: 500;
		  color: #333;
		  font-family: 'DM Sans', sans-serif !important;
      }

      .wf-step-arrow {
        width: 50px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        background-color: #f7f7f7;
		  color: #333;
      }

      .wf-step-arrow svg {
        width: 15px;
        height: 15px;
        stroke: currentColor;
      }

      .wf-preview-card {
        background: linear-gradient(135deg, #f5f5f5 0%, #0595c4 100%);
        border-radius: 24px;
        padding: 80px 40px;
        position: relative;
        min-height: 500px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: start;
		  box-shadow: 0 0 #0000, 0 0 #0000, 0px 2.65546px 95px rgba(0, 0, 0, .1);
      }

     

      .wf-task-item {
        padding: 24px 0;
        border-bottom: 1px solid #f0f0f0;
      }

      .wf-task-item:last-child {
        border-bottom: none;
      }

      .wf-task-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
      }

      .wf-task-title {
        font-size: 15px;
        font-weight: 600;
        color: #1a1a1a;
      }

      .wf-task-date {
        font-size: 13px;
        color: #999;
      }

      .wf-task-progress {
        height: 6px;
        background: #f0f0f0;
        border-radius: 3px;
        overflow: hidden;
        margin-bottom: 12px;
      }

      .wf-task-progress-bar {
        height: 100%;
        background: #ddd;
        border-radius: 3px;
      }

      .wf-task-meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .wf-task-avatars {
        display: flex;
        gap: 6px;
      }

      .wf-task-avatar {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: #ffb3c1;
      }

      .wf-task-status {
        font-size: 13px;
        font-weight: 500;
      }

      .wf-status-completed {
        color: #ff4d6d;
      }

      .wf-status-progress {
        color: #ff8fa3;
      }

      .wf-status-upcoming {
        color: #ffb3c1;
      }

      .wf-detail-section {
        padding: 0;
        margin: auto 0;
      }

      .wf-detail-content {
        display: none;
        animation: fadeIn 0.4s ease;
      }

      .wf-detail-content.wf-active-content {
        display: block;
      }

      @keyframes fadeIn {
        from {
          opacity: 0;
          transform: translateY(10px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      .wf-detail-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
      }

      .wf-step-badge {
        background: #7ed957;
        width: 56px;
        height: 56px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .wf-step-badge svg {
        width: 28px;
        height: 28px;
        stroke: white;
        fill: none;
        stroke-width: 2;
      }

      .wf-step-number {
        font-size: 14px;
        color: #f7f7f7;
        font-weight: 500;
		  font-family: 'DM Sans', sans-serif !important;
      }

      .wf-detail-title {
        font-size: 36px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 20px;
        color: #f7f7f7;
      }

      .wf-detail-description {
        font-size: 16px;
        line-height: 1.6;
        color: #f7f7f7;
        margin-bottom: 40px;
      }

      .wf-cta-button {
        background: #000;
        color: white;
        padding: 18px 48px;
        border-radius: 24px;
        font-size: 16px;
        font-weight: 600;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        display: inline-block;
      }

      .wf-cta-button:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
      }
      .wf-active-arrow {
        background-color: #0595C4;
      }
      @media (max-width: 768px) {
        .wf-container {
/*           grid-template-columns: 1fr; */
			display:flex;
			flex-direction: column;
          gap: 40px;
			padding-top:0px;
        }

        .wf-hero-section {
          text-align: center;
          padding-right: 0;
        }

        .wf-preview-card {
          grid-template-columns: 1fr;
        }

        .wf-detail-section {
          text-align: center;
        }

        .wf-detail-header {
          justify-content: center;
          gap: 20px;
        }
      }

      @media (max-width: 768px) {
        .wf-hero-title {
          font-size: 36px;
        }

        .wf-detail-title {
          font-size: 28px;
        }

        .wf-preview-card {
          padding: 30px 20px;
        }

        .wf-task-list {
          padding: 20px;
        }

        .wf-step-item {
                 padding: 8px 8px 8px 22px;
        }

        .wf-step-text {
          font-size: 16px;
        }
      }

      @media (max-width: 480px) {
        .wf-hero-title {
          font-size: 36px;
        }

        .wf-detail-title {
          font-size: 24px;
        }
      }
.here_add_green{
	background: linear-gradient(135deg, #d4f4dd 0%, #c8f0d3 100%) !important;
	color: #25d366 !important;
}



/* Footer form css starts here  */
     .footerform-container {
/*         background: #f7f8f8; */
        padding: 20px;
        border-radius: 8px;
      }

      .footerform-label {
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 6px;
        color: #111;
		  font-family: 'ForumCustom', sans-serif !important;
      }

      .footerform-label::after {
        content: " *";
        color: #5da9f6;
        font-size: 14px;
      }

      .footerform-input {
            width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px !important;
    font-size: 15px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border-width: 1px !important;
    border-color: #dedede !important;
      }

      .footerform-input::placeholder {
        color: #aaa;
      }

      .footerform-button {
        background-color: #0595C4 !important;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        padding: 12px 0;
        width: 120px;
        border: none;
        border-radius: 24px !important;
        cursor: pointer;
        display: block;
      }

      .footerform-button:hover {
        background-color: #173024;
      }

/* reviews section styles added here */
.reviewsUniqueY_section {
        padding: 100px 24px;
        background: #FFF7F1;
      }

      .reviewsUniqueY_container {
        max-width: 1280px;
        margin: 0 auto;
      }

      .reviewsUniqueY_headerContent {
        text-align: center;
        margin-bottom: 64px;
      }

      .reviewsUniqueY_mainTitle {
        font-size: 56px;
        font-weight: 600;
        color: #0a0a0a;
        line-height: 1.2;
        margin-bottom: 32px;
        letter-spacing: -0.02em;
      }

      .reviewsUniqueY_ctaButton {
        padding: 16px 40px;
        background: #0595C4;
        color: #ffffff;
        border: none;
        border-radius: 24px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
		  display: flex;
		  align-items: center;
		  gap: 12px;
		  margin: 0 auto;
      }

      .reviewsUniqueY_ctaButton:hover {
        background: #fff;
		  color: #333;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
      }

      .reviewsUniqueY_reviewsGrid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-bottom: 64px;
      }

      .reviewsUniqueY_reviewCard {
        background: #ffffff;
        border-radius: 16px;
        padding: 32px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
      }

      .reviewsUniqueY_reviewCard:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      }

      .reviewsUniqueY_stars {
        font-size: 18px;
        color: #FFD700;
        margin-bottom: 20px;
        letter-spacing: 2px;
      }

      .reviewsUniqueY_reviewText {
        font-size: 16px;
        line-height: 1.6;
        color: #0a0a0a;
        margin-bottom: 24px;
        flex: 1;
      }

      .reviewsUniqueY_author {
        display: flex;
        align-items: center;
        gap: 12px;
      }

      .reviewsUniqueY_avatar {
        width: 40px;
        height: 40px;
        border-radius: 50% !important;
        object-fit: cover;
      }

      .reviewsUniqueY_authorInfo {
        display: flex;
        flex-direction: column;
      }

      .reviewsUniqueY_authorName {
        font-size: 15px;
        font-weight: 600;
        color: #0a0a0a;
        line-height: 1.4;
      }
      .reviewsUniqueY_footerCta {
        text-align: center;
/*         padding-top: 22px; */
      }

      .reviewsUniqueY_secondaryButton {
        padding: 16px 40px;
        background: transparent;
        color: #0a0a0a;
        border: 2px solid #e0e0e0;
        border-radius: 24px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
		  display: flex;
		  align-items: center;
		  gap: 12px;
		  margin: 0 auto;
      }

      .reviewsUniqueY_secondaryButton:hover {
        background: #0595C4;
        color: #ffffff;
        border-color: #0595C4;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
      }

      @media (max-width: 1024px) {
        .reviewsUniqueY_reviewsGrid {
          grid-template-columns: repeat(2, 1fr);
          gap: 20px;
        }

        .reviewsUniqueY_mainTitle {
          font-size: 44px;
        }
      }

/*       @media (max-width: 768px) {
        .reviewsUniqueY_section {
          padding: 60px 20px;
        }

        .reviewsUniqueY_mainTitle {
          font-size: 36px;
          margin-bottom: 24px;
        }

        .reviewsUniqueY_headerContent {
          margin-bottom: 48px;
        }

        .reviewsUniqueY_reviewsGrid {
          grid-template-columns: 1fr;
          gap: 16px;
          margin-bottom: 48px;
        }

        .reviewsUniqueY_reviewCard {
          padding: 24px;
        }

        .reviewsUniqueY_reviewText {
          font-size: 15px;
        }
      } */
@media (max-width: 768px) {
  .reviewsUniqueY_reviewsGrid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding-bottom: 16px;
  }

  .reviewsUniqueY_reviewCard {
    flex: 0 0 85%; /* show one card per screen, adjust width if needed */
    scroll-snap-align: center;
    padding: 24px;
  }

  .reviewsUniqueY_reviewsGrid::-webkit-scrollbar {
    display: none; /* hide scrollbar for clean look */
  }

  .reviewsUniqueY_section {
    padding: 60px 20px;
  }

  .reviewsUniqueY_mainTitle {
    font-size: 36px;
    margin-bottom: 24px;
  }

  .reviewsUniqueY_headerContent {
    margin-bottom: 48px;
  }

  .reviewsUniqueY_reviewText {
    font-size: 15px;
  }
}


      @media (max-width: 480px) {
        .reviewsUniqueY_mainTitle {
          font-size: 36px;
        }

        .reviewsUniqueY_ctaButton,
        .reviewsUniqueY_secondaryButton {
          width: 100%;
          max-width: 320px;
        }

        .reviewsUniqueY_reviewCard {
          padding: 20px;
        }
      }

/* reviews scroll styling */
.reviewsUniqueY_arrows {
	padding-bottom: 35px;
  position: relative;
  display: none; /* hidden on desktop by default */
}

.reviewsUniqueY_arrow {
  position: absolute;
  top: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 16px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.reviewsUniqueY_arrow:hover {
  background: #0595C4;
  color: #fff;
  border-color: #0595C4;
}

.reviewsUniqueY_arrow.left {
  left: -10px;
}

.reviewsUniqueY_arrow.right {
  left: 45px;
}
.reviewsUniqueY_header {
  display: flex;
  align-items: center;
  gap: 8px; /* space between image and stars */
}

.reviewsUniqueY_image {
  width: 20px;
  height: 20px;
  border-radius: 50%; /* makes it circular */
  object-fit: cover;
margin-bottom:20px;
}

/* Show arrows only on mobile */
@media (max-width: 768px) {
  .reviewsUniqueY_arrows {
    display: block;
  }

  .reviewsUniqueY_reviewsGrid {
    scroll-behavior: smooth;
    position: relative;
  }
}
.reviewsUniqueY_arrow.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
  transform: none !important;
  box-shadow: none;
}


/* about we  section  */
#videoModal{
      z-index: 1000;
    }
    .prana-who-buttons-CTA {
      display: flex;
		flex-wrap: wrap;
      align-items: center;
      /* vertical alignment */
      gap: 1rem;
      /* space between buttons */
      margin-top: 1.5rem;
      /* optional spacing from text above */
    }

    .prana-who-cta-button {
      display: flex;
      align-items: center;
      /* icon + text vertically centered */
      gap: 0.5rem;
      padding: 0.75rem 1.25rem;
      border: none;
      background-color: #00796b;
      color: white;
      font-weight: 500;
      border-radius: 9999px;
      /* pill shape */
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .prana-who-cta-button:hover {
      background-color: #7ED957;
      /* slightly darker on hover */
    }
@media(max-width:425px){
	.prana-who-video-btn{
		font-size:12px;
	}
}
@media(max-width:768px){
	.prana-who-cta-button{
		width: 100%;
		justify-content: center;
	}
	.prana-who-video-btn{
		width: 100%;
		justify-content: center;
	}
}

    .prana-who-video-btn {
      display: flex;
      align-items: center;
      /* icon + text vertically centered */
      gap: 0.5rem;
      padding: 0.75rem 1.25rem;
      border: 2px solid #0595C4;
      background: transparent;
      color: #0595C4;
      font-weight: 500;
      border-radius: 9999px;
      /* pill shape */
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .prana-who-video-btn:hover {
      transform: scale(1.04);
    }

      .prana-who-hero-section {
        padding: 100px 24px;
/*         background: #ffffff; */
      }

      .prana-who-container {
        max-width: 1280px;
        margin: 0 auto;
      }

      .prana-who-content-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
      }

      .prana-who-left-content {
        padding-right: 40px;
      }

      .prana-who-hero-title {
        font-size: 56px;
        font-weight: 700;
        line-height: 1.1;
        color: #0a0a0a;
        margin-bottom: 24px;
        letter-spacing: -0.02em;
      }

      .prana-who-hero-description {
        font-size: 17px;
        line-height: 1.6;
        color: #525252;
        margin-bottom: 32px;
        max-width: 520px;
      }

      .prana-who-cta-button {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 16px 28px;
        background: #0595C4;
        color: white;
        border: none;
        border-radius: 24px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
/*         margin-bottom: 56px; */
      }

      .prana-who-cta-button:hover {
        background: #55A630;
/* 		  color: #333; */
        transform: translateY(-1px);
      }

      .prana-who-partners-section {
        display: flex;
        align-items: center;
        gap: 32px;
        flex-wrap: wrap;
      }

      .prana-who-partner-logo {
        display: flex;
        align-items: center;
        gap: 8px;
        opacity: 0.6;
        transition: opacity 0.2s;
      }

      .prana-who-partner-logo:hover {
        opacity: 1;
      }

      .prana-who-partner-logo span {
        font-size: 14px;
        font-weight: 500;
        color: #525252;
      }

      .prana-who-right-content {
        position: relative;
        height: 600px;
      }

      .prana-who-mockup-container {
        position: relative;
        width: 100%;
        height: 100%;
      }

      .prana-who-mockup-card {
        position: absolute;
        background: #0595C4;
        border-radius: 24px;
        padding: 32px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
      }

      .prana-who-card-back {
        width: 380px;
        height: 520px;
        top: 0;
        left: 0;
        z-index: 1;
      }

      .prana-who-card-front {
        width: 320px;
        height: 440px;
        top: 80px;
        right: 0;
        background: #ffffff;
        z-index: 2;
        box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
      }

      .prana-who-badge {
        border-radius: 16px;
        padding: 12px 20px;
        display: inline-flex;
        flex-direction: column;
        margin-bottom: 24px;
      }

      .prana-who-yellow-badge {
        background: #ffd93d;
      }

      .prana-who-badge-number {
        font-size: 28px;
        font-weight: 700;
        color: #0a0a0a;
        margin-bottom: 4px;
      }

      .prana-who-badge-text {
        font-size: 12px;
        font-weight: 500;
        color: #0a0a0a;
      }

      .prana-who-person-image-container,
      .prana-who-person-image-container-front {
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 20px;
      }

      .prana-who-person-image-container {
        height: 300px;
      }

      .prana-who-person-image-container-front {
        height: 240px;
      }

      .prana-who-person-image,
      .prana-who-person-image-front {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .prana-who-info-box {
        padding: 16px 20px;
        border-radius: 12px;
        margin-bottom: 16px;
      }

      .prana-who-green-box {
        background: rgba(74, 222, 128, 0.15);
        border: 1px solid rgba(74, 222, 128, 0.3);
      }

      .prana-who-yellow-box {
        background: rgba(255, 217, 61, 0.15);
        border: 1px solid rgba(255, 217, 61, 0.3);
      }

      .prana-who-info-text {
        font-size: 13px;
        font-weight: 500;
        color: #0a0a0a;
      }

      .prana-who-card-back .prana-who-info-text {
        color: #ffffff;
      }

      .prana-who-available-section {
        display: flex;
        align-items: center;
        gap: 12px;
      }

      .prana-who-available-text {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.7);
        font-weight: 500;
      }

      .prana-who-social-icons {
        display: flex;
        gap: 8px;
      }

      .prana-who-social-icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform 0.2s;
      }

      .prana-who-social-icon:hover {
        transform: scale(1.1);
      }

      .prana-who-whatsapp {
        background: #25d366;
      }

      .prana-who-twitter {
        background: #1da1f2;
      }

      .prana-who-instagram {
        background: linear-gradient(
          45deg,
          #f09433 0%,
          #e6683c 25%,
          #dc2743 50%,
          #cc2366 75%,
          #bc1888 100%
        );
      }

      /* Responsive */
      @media (max-width: 1024px) {
        .prana-who-content-wrapper {
          grid-template-columns: 1fr;
          gap: 10px;
        }

        .prana-who-left-content {
          padding-right: 0;
        }

        .prana-who-hero-title {
          font-size: 48px;
        }

        .prana-who-right-content {
          height: 500px;
          display: flex;
          justify-content: center;
        }

        .prana-who-card-back {
          width: 340px;
          height: 480px;
          left: 20px;
        }

        .prana-who-card-front {
          width: 300px;
          height: 400px;
          top: 60px;
          right: 20px;
        }
      }

      @media (max-width: 768px) {
        .prana-who-hero-section {
          padding: 60px 0;
        }

        .prana-who-hero-title {
          font-size: 36px;
        }

        .prana-who-hero-description {
          font-size: 16px;
        }

        .prana-who-partners-section {
          gap: 24px;
        }

        .prana-who-right-content {
          height: 450px;
        }

        .prana-who-card-back {
          width: 100%;
          height: 500px;
          padding: 24px;
          left: 10px;
        }

        .prana-who-card-front {
			display:none;
          width: 240px;
          height: 340px;
          padding: 20px;
          right: 10px;
        }

        .prana-who-badge-number {
          font-size: 24px;
        }

        .prana-who-person-image-container {
          height: 280px;
        }

        .prana-who-person-image-container-front {
          height: 180px;
        }
      }


/* doctors section styles starts here */
 .vets-section {
        padding: 100px 20px;
        text-align: center;
      }

      .vets-title {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 40px;
        color: #111;
      }

      .vets-grid {
        display: flex;
        justify-content: center;
        gap: 32px;
        flex-wrap: wrap;
      }

      .vet-card {
        position: relative;
        width: 320px;
        height: 420px;
        border-radius: 20px;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      }

      .vet-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .vet-overlay {
        position: absolute;
        bottom: 16px;
        left: 16px;
        background: #fff;
        border-radius: 12px;
        padding: 12px 16px;
        display: flex;
        align-items: center;
        gap: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      }

      .vet-info {
        text-align: left;
      }

      .vet-name {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
		  color: #333;
      }

      .vet-role {
        font-size: 14px;
        color: #555;
        margin: 0;
      }

      .vet-icon {
        width: 24px;
        height: 24px;
        border: 1px solid #000;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        background: #333;
        cursor: pointer;
        transition: background 0.3s ease;
      }

      .vet-icon:hover {
        background: #000;
        color: #fff;
      }

      /* Background colors per card */
      .vet-bg-blue {
        background: #87cefa;
      }
      .vet-bg-purple {
        background: #fff;
      }
      .vet-bg-green {
        background: #fff;
      }

      /* Custom text colors */
     

      /* Staggered layout */
      .vet-left {
        align-self: flex-start;
        margin-top: -20px;
      }

      .vet-center {
        align-self: center;
      }

      .vet-right {
        align-self: flex-end;
        margin-bottom: -20px;
      }

      /* Responsive */
      @media (max-width: 992px) {
        .vets-grid {
          flex-direction: column;
          align-items: center;
        }
        .vet-left,
        .vet-center,
        .vet-right {
          margin: 0;
        }
      }
@media(max-width: 768px) {
	.vets-section{
		padding: 60px 0;
	}
}

/* Pricing sections starts from here */

   .pricingUniqueX_section {
        background: #FFF7F1;
        padding: 60px 20px;
	   border-radius: 24px;
      }
.here___Add_flexing{
	display: flex;
        justify-content: center;
        align-items: center;
}

      .pricingUniqueX_container {
        display: flex;
        gap: 40px;
        max-width: 1200px;
        width: 100%;
        align-items: stretch;
      }

      /* Left text + illustration */
      .pricingUniqueX_left {
        flex: 1;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 26px;
        font-weight: 600;
        line-height: 1.4;
		  color: #333;
		  font-family: 'ForumCustom', sans-serif !important;
      }

      .pricingUniqueX_flowerClock {
        margin: 30px auto 0;
        width: 120px;
        height: 120px;
        background: #fff;
        border: 6px solid #f3aefc;
        border-radius: 50%;
        position: relative;
      }
      .pricingUniqueX_flowerClock::before {
        content: "";
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 40px;
        background: #4b2b4f;
        border-radius: 10px;
      }
      .pricingUniqueX_flowerClock::after {
        content: "";
        position: absolute;
        top: -85px;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 30px;
        background: #f38bf7;
        border-radius: 50% 50% 0 0;
      }
      .pricingUniqueX_handHour {
        position: absolute;
        width: 6px;
        height: 40px;
        background: #2d1c39;
        top: 20px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        transform-origin: bottom center;
        border-radius: 3px;
      }
      .pricingUniqueX_handMinute {
        position: absolute;
        width: 4px;
        height: 60px;
        background: #fbc55d;
        top: 0;
        left: 50%;
        transform: translateX(-50%) rotate(-30deg);
        transform-origin: bottom center;
        border-radius: 3px;
      }

      /* Cards */
      .pricingUniqueX_card {
        background: #fff;
        border-radius: 12px;
        padding: 30px;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
      }

      .pricingUniqueX_card h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
      }

      .pricingUniqueX_card p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
        color: #444;
      }

      .pricingUniqueX_quote {
        font-style: italic;
        margin-bottom: 20px;
      }

      .pricingUniqueX_checklist {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
      }
      .pricingUniqueX_checklist li {
        margin-bottom: 15px;
        font-size: 15px;
        position: relative;
        padding-left: 28px;
		  color: #333;
      }
      .pricingUniqueX_checklist li::before {
        content: "✔";
        position: absolute;
        left: 0;
        color: #0595C4;
        font-weight: bold;
      }

      .pricingUniqueX_btn {
        display: inline-block;
        background: #0595C4;
        color: #fff;
        padding: 14px 24px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        transition: background 0.3s ease;
      }
      .pricingUniqueX_btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 30px rgba(255, 255, 255, 0.3);
		color: #fff;
      }

      /* Responsive */
      @media (max-width: 900px) {
        .pricingUniqueX_container {
          flex-direction: column;
          align-items: center;
        }
        .pricingUniqueX_card {
          width: 100%;
        }
      }
@media(max-width: 478px) {
	.pricingUniqueX_left{
		font-size: 36px;
	}
}
.home__hero-ratings-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    background-color: #fff;
    color: #333;
    white-space: wrap;
    border-radius: 30px;
    flex-wrap: wrap;
    align-items: center;
    padding: .625rem 1rem;
    display: flex
;
}
.most__trusting__partner{
	width: 100%;
	max-width: 1200px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin: 14px auto;
}
.text-size-14px{
	font-family: 'DM Sans', sans-serif !important;
}
/* Accordion styles starts here */




/* FAQs stylings */




      .custom-faq {
        padding: 60px 20px;
      }

      .custom-faq-container {
        max-width: 70%;
        margin: 0 auto;
      }

      .custom-faq-badge {
        display: inline-block;
        background-color: #f5f5f4;
        color: #57534e;
        font-size: 14px;
        font-weight: 500;
        padding: 8px 16px;
        border-radius: 6px;
        margin-bottom: 24px;
        letter-spacing: 0.3px;
      }

      .custom-faq-title {
        font-size: 56px;
        font-weight: 700;
        color: #0c0a09;
        line-height: 1.1;
        margin-bottom: 48px;
        letter-spacing: -0.02em;
      }

      .custom-accordion-item {
        background-color: #ffffff;
        border-radius: 12px;
        margin-bottom: 16px;
        overflow: hidden;
        transition: all 0.3s ease;
      }

      .custom-accordion-item:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
      }

      .custom-accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 28px 32px;
        cursor: pointer;
        user-select: none;
        transition: background-color 0.2s ease;
      }

      .custom-accordion-header:hover {
        background-color: #fafaf9;
      }

      .custom-accordion-question {
        font-size: 20px;
        font-weight: 600;
        color: #0c0a09;
        letter-spacing: -0.01em;
        flex: 1;
        margin-right: 20px;
		   font-family: 'DM Sans', sans-serif !important;
      }

      .custom-accordion-icon {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: transform 0.3s ease;
        background: #0595c4;
        border-radius: 10px;
      }

      .custom-accordion-icon svg {
        width: 20px;
        height: 20px;
        stroke: #ffffff;
        stroke-width: 2;
        transition: transform 0.3s ease;
      }

      .custom-accordion-item.active .custom-accordion-icon svg {
        transform: rotate(45deg);
      }

      .custom-accordion-content {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows 0.35s ease-in-out;
        overflow: hidden;
        height: 0;
      }

      .custom-accordion-content-inner {
        min-height: 0;
        padding: 32px 32px 0  32px;
        font-size: 17px;
        line-height: 1.6;
        color: #57534e;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.3s ease-in-out 0.05s,
          transform 0.3s ease-in-out 0.05s;
		   font-family: 'DM Sans', sans-serif !important;
      }

      .custom-accordion-item.active .custom-accordion-content {
        grid-template-rows: 1fr;
        padding-bottom: 28px;
        height: auto;
      }

      .custom-accordion-item.active .custom-accordion-content-inner {
        opacity: 1;
        transform: translateY(0);
      }

      /* Responsive design */
      @media (max-width: 768px) {
        .custom-faq-title {
          font-size: 36px;
			text-align: center;
        }

        .custom-accordion-header {
          padding: 24px 24px;
        }

        .custom-accordion-question {
          font-size: 18px;
        }

        .custom-accordion-content-inner {
          padding: 24px;
          font-size: 16px;
        }
		  .custom-faq{
			  padding: 60px 0;
		  }
		  .custom-faq-container {
			  max-width: 100%;
		  }
      }
.prana-who-info-text{
	margin-bottom: 0px;
}

/* footer sticky ctas styles starts */
  :root {
        --addon-bg: #f5f7fa;
        --addon-card-bg: #f0f4f900;
        --addon-card-radius: 16px;
        --addon-card-padding: 10px;
        --addon-card-gap: 20px;
        --addon-title-color: #202124;
        --addon-subtitle-color: #5f6368;
        --addon-font: "Google Sans", Arial, sans-serif;
        --addon-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        --addon-hover-bg: #e8f0fe;
        --addon-border-color: #dedede;
      }

  .addons-section {
        width: 100%;
        max-width: 700px;
        margin: 20px auto 0;
        text-align: left;
        padding: 10px;
        overflow: hidden;
      }

      .addons-title {
        color: var(--addon-title-color);
        font-size: 20px;
        margin-bottom: 4px;
      }

      .addons-subtitle {
        color: var(--addon-subtitle-color);
        font-size: 14px;
        margin-bottom: 20px;
      }

      .addons-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: var(--addon-card-gap);
      }

      .addon-card {
        background: var(--addon-card-bg);
        border-radius: var(--addon-card-radius);
        padding: var(--addon-card-padding);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: background 0.2s ease;
        cursor: pointer;
        border: 1px solid var(--addon-border-color);
      }

      .addon-card:hover {
        background: var(--addon-hover-bg);
      }

      .addon-card img {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        
      }

      .addon-card span {
        font-size: 14px;
        color: var(--addon-title-color);
        text-align: center;
      }

      .entire_footer_ctas {
        width: 90%;
        max-width: 800px;
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        background-color: #ffffff;
        backdrop-filter: blur(15px);
        border: 1px solid #dedede;
        border-radius: 50px;
        padding: 10px;
		  z-index: 10000;
      }

      .entire_footer_ctas.expanded {
        border-radius: 24px;
        padding: 20px;
		  z-index: 10000;
      }

      .parent__box_ctas {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0;
        border-radius: 50px;
      }

      .parent__box_ctas > a {
        width: 50%;
        height: 40px;
        padding: 6px 20px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.2s ease;
      }

.parent__box_ctas > a:nth-child(1),
.parent__box_ctas > a:nth-child(2) {
  color: #333;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

/* Active state for Visit Location button (child 1) */
.parent__box_ctas > a:nth-child(1).active {
  background-color: #0595C4;
  color: white;
  border: 1px solid #ffffff0d;
}

/* Active state for Contact Now button (child 2) */
.parent__box_ctas > a:nth-child(2).active {
  background-color: #0595C4;
  color: white;
  border: 1px solid #ffffff0d;
}
     

      .parent__box_ctas > a:hover {
        transform: scale(1.02);
      }
.addons-grid-contact{
	display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(65px, 1fr));
    gap: var(--addon-card-gap);
	margin-bottom: 12px;
}
.addons-grid-contact > .addon-card > span {
	font-size : 12px;
}
.entire_footer_ctas {
  display: none;
}

@media screen and (max-width: 600px) {
  .entire_footer_ctas {
    display: block;
  }
}

/* Style for the country code select */
.country-code {
    appearance: none;            /* remove browser default arrow */
    -webkit-appearance: none;    /* Safari/Chrome */
    -moz-appearance: none;       /* Firefox */
    background-color: #f9fafb;   /* light gray background */
    border: 2px solid #e5e7eb;   /* subtle border */
    border-radius: 8px;
    padding: 10px 36px 10px 12px; /* right padding for custom arrow */
    font-size: 15px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}

/* Hover/focus effect */
.country-code:hover,
.country-code:focus {
    border-color: #0ea5e9;       /* highlight border color */
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(14,165,233,0.1);
}

/* Optional: style options dropdown */
.country-code option {
    font-size: 14px;
    color: #333;
    padding: 8px;
}
 /* Location expansion styles */
    .addons-grid.location-expanded {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    
    .location-detail-view {
      width: 100%;
      opacity: 0;
    }
    
    .location-detail-content {
      background: #ffffff;
      border-radius: 16px;
      padding: 24px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      position: relative;
    }
    
    .close-location-detail {
      position: absolute;
      top: 16px;
      right: 16px;
      background: #f5f5f5;
      border: none;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    
    .close-location-detail:hover {
      background: #e0e0e0;
      transform: rotate(90deg);
    }
    
    .location-detail-header {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 24px;
    }
    
    .location-detail-header .detail-icon {
      width: 48px;
      height: 48px;
    }
    
    .location-detail-header h3 {
      font-size: 24px;
      font-weight: 600;
      color: #1a1a1a;
      margin: 0;
    }
    
    .location-detail-info {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-bottom: 24px;
    }
    
    .info-item {
      display: flex;
      align-items: center;
      gap: 12px;
      color: #666;
    }
    
    .info-item svg {
      flex-shrink: 0;
      stroke: #0ea5e9;
    }
    
    .info-item span {
      font-size: 14px;
      line-height: 1.5;
    }
    
    .location-detail-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }
    
    .action-btn {
      flex: 1;
      min-width: 140px;
      padding: 12px 20px;
      border: none;
      border-radius: 8px;
      font-size: 14px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    
    .action-btn.primary {
      background: #0ea5e9;
      color: white;
    }
    
    .action-btn.primary:hover {
      background: #0284c7;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
    }
    
    .action-btn.secondary {
      background: #f5f5f5;
      color: #1a1a1a;
    }
    
    .action-btn.secondary:hover {
      background: #e0e0e0;
      transform: translateY(-2px);
    }
    
    /* Unselected location cards in bottom row */
    .location-expanded .addon-card.unselected-location {
      transform: scale(0.7);
      opacity: 0.8;
	  display: none;
    }
    
    .location-expanded .addon-card.selected-location {
      display: none;
    }
    
    /* Bottom row for unselected locations */
    .location-expanded {
      display: flex;
      flex-wrap: wrap;
    }
    
    .location-expanded .location-detail-view {
      width: 100%;
      order: -1;
    }
    
    @media (max-width: 640px) {
      .location-detail-content {
        padding: 20px;
      }
      
      .location-detail-header h3 {
        font-size: 20px;
      }
      
      .action-btn {
        min-width: 100%;
      }
    }


/* model styles starts here */





/* Services Section */
      .bizsvc_services-section {
        max-width: 1400px;
        margin: 0 auto;
      }

      .bizsvc_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 18px;
      }

      .bizsvc_header-content h1 {
        font-size: 48px;
        font-weight: 400;
        color: #1a1a1a;
        margin-bottom: 20px;
        letter-spacing: -0.5px;
		  width: 100%;
      }

      .bizsvc_header-content p {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
        max-width: 600px;
      }

      .bizsvc_nav-arrows {
        display: flex;
        gap: 12px;
      }

      .bizsvc_nav-arrow {
        width: 48px;
        height: 48px;
        border: 1px solid #ddd;
        border-radius: 50%;
        background: white;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
      }

      .bizsvc_nav-arrow:hover {
        background: #f5f5f5;
        border-color: #ccc;
      }

      .bizsvc_nav-arrow:disabled {
        opacity: 0.3;
        cursor: not-allowed;
        display: none;
      }

      .bizsvc_nav-arrow svg {
        width: 20px;
        height: 20px;
      }

      .bizsvc_cards-container {
        overflow: hidden;
        position: relative;
      }

      .bizsvc_cards-wrapper {
        display: flex;
        gap: 24px;
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      }

      .bizsvc_service-card {
        min-width: 340px;
        background: white;
        border-radius: 16px;
        padding: 32px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
      }

      .bizsvc_card-visual {
        width: 100%;
        height: 220px;
        border-radius: 12px;
        margin-bottom: 28px;
        position: relative;
        overflow: hidden;
      }

      .bizsvc_social-media-visual {
        background: linear-gradient(
          135deg,
          #ffd6d6 0%,
          #ffe8e8 50%,
          #fff5f5 100%
        );
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .bizsvc_phone-mockup {
        width: 180px;
        height: 200px;
        background: white;
        border-radius: 20px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
        padding: 12px;
        position: relative;
      }

      .bizsvc_phone-header {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 12px;
      }

      .bizsvc_avatar {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: #ffcccb;
      }

      .bizsvc_username {
        font-size: 11px;
        font-weight: 600;
      }

      .bizsvc_phone-content {
        width: 100%;
        height: 140px;
        background: linear-gradient(180deg, #ffb3ba 0%, #ffe0e5 100%);
        border-radius: 12px;
      }

      .bizsvc_dots {
        position: absolute;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 6px;
      }

      .bizsvc_dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #ddd;
      }

      .bizsvc_dot.active {
        background: #666;
      }

      .bizsvc_seo-visual {
        background: linear-gradient(135deg, #fff9e6 0%, #fffdf5 100%);
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 16px;
      }

      .bizsvc_search-box {
        background: white;
        border-radius: 8px;
        padding: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .bizsvc_search-text {
        font-size: 12px;
        color: #999;
      }

      .bizsvc_search-icon {
        width: 16px;
        height: 16px;
        color: #999;
      }

      .bizsvc_result-item {
        background: white;
        border-radius: 6px;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
      }

      .bizsvc_result-bar {
        height: 8px;
        border-radius: 4px;
        flex: 1;
        max-width: 120px;
      }

      .bizsvc_result-value {
        font-size: 10px;
        color: #999;
        margin-left: 12px;
      }

      .bizsvc_analytics-visual {
        background: linear-gradient(135deg, #ffe6f0 0%, #fff5f9 100%);
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 12px;
      }

      .bizsvc_chart-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .bizsvc_chart-title {
        font-size: 11px;
        color: #666;
        font-weight: 600;
      }

      .bizsvc_chart-change {
        font-size: 10px;
        color: #ff6b9d;
        display: flex;
        align-items: center;
        gap: 4px;
      }

      .bizsvc_bars-container {
        display: flex;
        align-items: flex-end;
        gap: 8px;
        height: 100px;
        margin-top: 8px;
      }

      .bizsvc_bar {
        flex: 1;
        background: linear-gradient(180deg, #ff9db8 0%, #ffb3ca 100%);
        border-radius: 6px 6px 0 0;
        min-height: 20px;
        opacity: 0.7;
      }

      .bizsvc_bar.highlight {
        opacity: 1;
        background: linear-gradient(180deg, #ff6b9d 0%, #ff8ab3 100%);
      }

      .bizsvc_funnel-visual {
        background: linear-gradient(135deg, #fff4e6 0%, #fffbf5 100%);
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .bizsvc_funnel-chart {
        width: 100%;
        height: 140px;
        position: relative;
      }

      .bizsvc_funnel-layer {
        width: 100%;
        height: 28px;
        background: linear-gradient(90deg, #ffb366 0%, #ffd699 100%);
        margin-bottom: 8px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        color: white;
        box-shadow: 0 2px 8px rgba(255, 140, 0, 0.15);
      }

      .bizsvc_funnel-layer:nth-child(2) {
        width: 85%;
        margin-left: 7.5%;
      }

      .bizsvc_funnel-layer:nth-child(3) {
        width: 70%;
        margin-left: 15%;
      }

      .bizsvc_funnel-layer:nth-child(4) {
        width: 55%;
        margin-left: 22.5%;
      }

      .bizsvc_card-content h3 {
        font-size: 18px;
        font-weight: 500;
        color: #1a1a1a;
        margin-bottom: 12px;
      }

      .bizsvc_card-content > p {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
        margin-bottom: 0;
      }

      .bizsvc_features-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
      }

      .bizsvc_feature-item {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        color: #333;
      }

      .bizsvc_feature-icon {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }

      .bizsvc_feature-icon.pink {
        background: #ffe6f0;
      }

      .bizsvc_feature-icon.orange {
        background: #fff4e6;
      }

      .bizsvc_icon-check {
        width: 10px;
        height: 10px;
        border-radius: 50%;
      }

      .bizsvc_pink .bizsvc_icon-check {
        background: #ff6b9d;
      }

      .bizsvc_orange .bizsvc_icon-check {
        background: #ff9800;
      }

      @media (max-width: 768px) {
        .bizsvc_header {
          flex-direction: column;
                  gap: 2px;
        align-items: flex-start;
        }

        .bizsvc_header-content h1 {
          font-size: 32px;
        }

        .bizsvc_service-card {
          min-width: 300px;
        }
      }






.Praana_services_image{
	border-radius: 16px !important; 
	padding-bottom: 10px;
}



/* Start treatments cards scrollable */

/* Make the container horizontally scrollable */
.bizsvc_cards-container {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* Hide scrollbar (cross-browser) */
.bizsvc_cards-container::-webkit-scrollbar {
  display: none;
}
.bizsvc_cards-container {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}

/* Layout cards horizontally */
.bizsvc_cards-wrapper {
  display: flex;
  gap: 1.5rem;
  padding: 1rem 0;
}

/* Optional: make cards consistent size */
.bizsvc_service-card {
  flex: 0 0 300px;
  scroll-snap-align: start;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  overflow: hidden;
}

/* Optional: snap scrolling effect */
.bizsvc_cards-container {
  scroll-snap-type: x mandatory;
}
/* end treatment cars scroll */

/* =====================================================
   PROGRAM CARDS – COMMON STYLES (GLOBAL)
===================================================== */

.lipoma-section {
  padding: 80px 20px;
  text-align: center;
}

/* ================= TITLE ================= */
.lipoma-section h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1a202c;
}

.lipoma-section h2 span {
  color: #3bb273;
}

.lipoma-section p {
  font-size: 15px;
  color: #4a5568;
  margin-bottom: 50px;
}

/* ================= DESKTOP GRID ================= */
#lipomaGrid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

/* ================= CARD ================= */
.lipoma-card {
  background: #ffffff;
  border: 1px solid #e6edf5;
  border-radius: 16px;
  padding: 30px 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

/* ===== HOVER EFFECT ===== */
.lipoma-card:hover {
  border-color: #9bd8b1;
  background-color: #f6fbf8;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transform: translateY(-4px);
}

/* ================= ICON ================= */
.lipoma-icon {
  width: 46px;
  height: 46px;
  background: #e9f7ef;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: background 0.25s ease;
}

.lipoma-card:hover .lipoma-icon {
  background: #e2f5ea;
}

/* ================= TEXT ROW ================= */
.lipoma-text {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
}

/* ================= TICK ================= */
.lipoma-tick {
  width: 22px;
  height: 22px;
  min-width: 22px;
  background: #3bb273;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  transition: background 0.25s ease;
}

.lipoma-card:hover .lipoma-tick {
  background: #2fa86f;
}

/* ================= TEXT ================= */
.lipoma-text span {
  font-size: 14px;
  font-weight: 500;
  color: #1a202c;
  line-height: 1.45;
}

/* ================= DOTS ================= */
#lipomaDots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}

.lipoma-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e0;
  cursor: pointer;
  transition: background 0.25s ease;
}

.lipoma-dot.active {
  background: #3bb273;
}

/* ================= MOBILE CAROUSEL ================= */
@media (max-width: 600px) {

  .lipoma-section {
    padding: 60px 0;
  }

  .lipoma-section h2,
  .lipoma-section p {
    padding: 0 20px;
  }

  #lipomaGrid {
    display: flex;
    gap: 16px;
    padding: 0 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  #lipomaGrid::-webkit-scrollbar {
    display: none;
  }

  .lipoma-card {
    min-width: 88%;
    max-width: 88%;
    scroll-snap-align: center;
    border-radius: 20px;
  }

  #lipomaDots {
    display: flex;
  }
}
