@charset "UTF-8";
/* reset.scss */
/* Box sizing reset */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Remove default margins and paddings */
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

/* Set default body styles */
body {
  min-height: 100vh;
  line-height: 1.5;
  font-family: sans-serif;
  background-color: #fff;
  color: #000;
}

/* Remove list styles */
ul[role=list], ol[role=list] {
  list-style: none;
}

/* Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Remove built-in form typography styles */
input, button, textarea, select {
  font: inherit;
}

/* Remove animations and transitions for people who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-size: 16px;
  color: #525252;
  font-family: "Roboto", sans-serif;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 15px;
}
@media (max-width: 1500px) {
  .container {
    max-width: 1340px;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 900px;
  }
}

.container-fluid {
  width: 100%;
  padding: 0 15px;
}

.flex-row, .p-services ul li, .p-home-whyus ul li {
  display: flex;
  flex-direction: row;
}

.flex-column, .p-services .container > div, .m-footer .footer-col {
  display: flex;
  flex-direction: column;
}

.con-row-pad {
  padding: 100px 0px;
}
@media (max-width: 1024px) {
  .con-row-pad {
    padding: 70px 15px;
  }
}
@media (max-width: 1280px) {
  .con-row-pad {
    padding: 70px 0;
  }
}
@media (max-width: 480px) {
  .con-row-pad {
    padding: 50px 0;
  }
}

.con-row-mar {
  margin: 100px auto;
}
@media (max-width: 480px) {
  .con-row-mar {
    margin: 50px auto;
  }
}

.shadow {
  box-shadow: -1px -1px 9px 1px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: -1px -1px 9px 1px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: -1px -1px 9px 1px rgba(0, 0, 0, 0.38);
}

.anim, .p-aboutus-service .service-col img, .m-header nav {
  transition: all 0.5s ease-in-out;
}

.primaryBtn {
  background-color: #17BD76;
  align-items: center;
  padding: 10px 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 300;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 25px 0px 25px 0px;
  line-height: 32px;
  text-decoration: none;
  outline: 0px;
  border: 0px;
}
@media (max-width: 1280px) {
  .primaryBtn {
    padding: 8px 15px;
    line-height: 26px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .primaryBtn {
    padding: 8px 15px;
    line-height: 26px;
    font-size: 14px;
  }
}

.sectionHeading {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.sectionHeading h4 {
  font-size: 24px;
  color: #17BD76;
  font-family: "Seaweed Script", cursive;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sectionHeading h4 {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  .sectionHeading h4 {
    font-size: 18px;
    line-height: 18px;
  }
}
.sectionHeading h2 {
  font-size: 48px;
  color: #36407F;
  font-family: "Ruwudu", serif;
  font-weight: 400;
  line-height: 48px;
}
@media (max-width: 1280px) {
  .sectionHeading h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 480px) {
  .sectionHeading h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

.formInput {
  /* Fake placeholder */
  /* Show real value when selected */
}
.formInput input[type=text],
.formInput input[type=tel],
.formInput input[type=email],
.formInput input[type=date],
.formInput input[type=number],
.formInput textarea,
.formInput select {
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  line-height: 24px;
  padding: 10px 15px;
  width: 100%;
  outline: none;
}
.formInput input[type=text]:focus,
.formInput input[type=tel]:focus,
.formInput input[type=email]:focus,
.formInput input[type=date]:focus,
.formInput input[type=number]:focus,
.formInput textarea:focus,
.formInput select:focus {
  border: 1px solid #36407F;
}
.formInput textarea {
  height: 100px;
}
.formInput .dateFormate {
  position: relative;
}
.formInput .dateFormate input[type=date]::-webkit-datetime-edit {
  color: transparent; /* hide Chrome date text */
}
.formInput .dateFormate input[type=date]::-webkit-datetime-edit-fields-wrapper {
  color: transparent;
}
.formInput .dateFormate input[type=date]::-webkit-datetime-edit-text,
.formInput .dateFormate input[type=date]::-webkit-datetime-edit-month-field,
.formInput .dateFormate input[type=date]::-webkit-datetime-edit-day-field,
.formInput .dateFormate input[type=date]::-webkit-datetime-edit-year-field {
  color: transparent;
}
.formInput .dateFormate::before {
  content: "Select a date";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
}
.formInput .dateFormate input[type=date]:not(:-moz-placeholder) {
  color: initial;
}
.formInput .dateFormate input[type=date]:not(:placeholder-shown) {
  color: initial;
}
.formInput .dateFormate input[type=date]:focus,
.formInput .dateFormate input[type=date]:valid {
  color: initial;
}
.formInput .dateFormate input[type=date]:focus ~ ::before {
  display: none;
}

.g-innerbanner {
  position: relative;
  overflow: hidden;
}
.g-innerbanner img {
  width: 100%;
}
@media (max-width: 480px) {
  .g-innerbanner img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.g-innerbanner .container {
  position: absolute;
  top: calc(50% + 80px);
  row-gap: 30px;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 1280px) {
  .g-innerbanner .container {
    top: 60%;
  }
}
@media (max-width: 480px) {
  .g-innerbanner .container {
    top: 50%;
  }
}
.g-innerbanner h4 {
  color: #17BD76;
  font-family: "Seaweed Script", cursive;
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .g-innerbanner h4 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .g-innerbanner h4 {
    font-size: 20px;
  }
}
.g-innerbanner h2 {
  color: #FFFFFF;
  font-family: "Ruwudu", serif;
  font-size: 60px;
  line-height: 76px;
  padding: 0 20%;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .g-innerbanner h2 {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .g-innerbanner h2 {
    font-size: 36px;
    line-height: 46px;
    padding: 0 0px;
  }
}

.g-online-consultation {
  background-image: url("../images/online-consultationBg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
}
.g-online-consultation.con-row-mar {
  margin-bottom: 0px;
}
.g-online-consultation h2 {
  color: #FFFFFF;
}
.g-online-consultation .container {
  row-gap: 20px;
  padding: 50px 100px;
  max-width: 60%;
  align-items: center;
}
@media (max-width: 1024px) {
  .g-online-consultation .container {
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  .g-online-consultation .container {
    width: 100%;
    padding: 15px 15px;
    max-width: 100%;
  }
}
.g-online-consultation .call-to-action {
  align-items: center;
  text-decoration: none;
}
.g-online-consultation .call-to-action img {
  width: 80px;
}
@media (max-width: 480px) {
  .g-online-consultation .call-to-action img {
    width: 50px;
  }
}

.g-apply-medicine {
  background-color: #36407F;
  justify-content: center;
}
.g-apply-medicine .sectionHeading {
  text-align: center;
}
.g-apply-medicine .sectionHeading h2 {
  color: #FFFFFF;
}
.g-apply-medicine .container {
  justify-content: center;
  row-gap: 30px;
  align-items: center;
}
.g-apply-medicine .enquiry-form {
  position: relative;
  width: 40%;
}
@media (max-width: 1024px) {
  .g-apply-medicine .enquiry-form {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .g-apply-medicine .enquiry-form {
    width: 100%;
  }
}
.g-apply-medicine .enquiry-form ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  row-gap: 20px;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.g-apply-medicine .enquiry-form ul li {
  width: 100%;
}
.g-apply-medicine .enquiry-form ul li.col-2 {
  width: calc(50% - 10px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.error {
  color: red;
  font-size: 13px;
  display: none;
  margin-top: 4px;
}

.invalid {
  border-color: red;
}

.valid {
  border-color: green;
}

.primaryBtn:disabled {
  background: #999;
  cursor: not-allowed;
}

.spinner {
  display: none;
  margin-left: 8px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/* Popup */
#successPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

#successPopup .popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  margin: auto;
}

#successPopup button {
  margin-top: 10px;
  background: #28a745;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
}

/* We control borders with classes (NOT :invalid) to avoid CSS conflicts */
.is-valid {
  border-color: #22c55e !important; /* green */
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.15) !important;
}

.is-invalid {
  border-color: #ef4444 !important; /* red */
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.15) !important;
}

.error-msg {
  color: #ef4444;
  font-size: 0.85rem;
  margin-top: 6px;
  display: none;
}

/* Submit button + spinner */
button.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.75;
}

button.loading::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  transform: translateY(-50%);
}

@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
/* Popup */
/* Popup styling */
#thankYouPopup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

#thankYouPopup .popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 320px;
  margin: 100px auto;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

#thankYouPopup .popup-content p {
  margin: 0 0 12px;
  color: #333;
  font-size: 1rem;
}

#thankYouPopup .popup-content button {
  background: #2563eb;
  color: #fff;
  border: 0;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
}

#nav-icon1 {
  width: 30px;
  height: 24px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
@media (max-width: 1024px) {
  #nav-icon1 {
    display: block;
  }
}
#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #36407F;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}
#nav-icon1 span:nth-child(2) {
  top: 10px;
}
#nav-icon1 span:nth-child(3) {
  top: 20px;
}
#nav-icon1.open span:nth-child(1) {
  top: 9px;
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 9px;
  transform: rotate(-135deg);
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
}
.lightbox .imageContainer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 6px;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 40px;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 50px;
  box-sizing: border-box;
}

.prev {
  left: 30px;
}

.next {
  right: 30px;
}

.counter {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
}

.disabled-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6); /* semi-transparent */
  cursor: not-allowed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.disabled-overlay::after {
  content: "Today Doctor is not Available";
  color: #000000;
  text-align: center;
}

/* ===================== SCSS ===================== */
.form-group {
  position: relative;
}
.form-group input.valid,
.form-group select.valid,
.form-group textarea.valid {
  border-color: green;
}
.form-group input.invalid,
.form-group select.invalid,
.form-group textarea.invalid {
  border-color: red;
}
.form-group label {
  position: absolute;
  left: 12px;
  top: 12px;
  color: #888;
  font-size: 14px;
  transition: 0.2s ease all;
  pointer-events: none;
  background-color: #FFFFFF;
  padding-right: 20px;
}
.form-group.focused label, .form-group.filled label {
  top: -8px;
  left: 10px;
  font-size: 12px;
  color: #0077cc;
  background: #fff;
  padding: 0 5px;
}
.form-group .error {
  color: red;
  font-size: 12px;
  display: none;
  margin-top: 4px;
}

/* Popup */
#thankYouPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
#thankYouPopup .popup-content {
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  max-width: 400px;
  text-align: center;
}

.m-header {
  background-color: #FFFFFF;
  width: calc(100% - 30px);
  border-radius: 50px;
  padding: 20px 30px;
  position: fixed;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  justify-content: space-between;
  align-items: center;
  z-index: 9;
}
@media (max-width: 1280px) {
  .m-header {
    padding: 10px 20px;
  }
}
@media (max-width: 480px) {
  .m-header {
    padding: 10px 15px;
  }
}
.m-header .logo {
  width: 138px;
}
@media (max-width: 1280px) {
  .m-header .logo {
    width: 100px;
  }
}
@media (max-width: 1024px) {
  .m-header .logo {
    width: 90px;
  }
}
@media (max-width: 480px) {
  .m-header .logo {
    width: 80px;
  }
}
.m-header .logo img {
  width: 100%;
}
@media (max-width: 1024px) {
  .m-header nav {
    display: block;
    display: block;
    width: 100%;
    position: absolute;
    background: #17BD76;
    left: 0px;
    top: 100%;
    max-height: 0px;
    overflow: hidden;
    padding: 0px;
  }
}
.m-header nav.active {
  max-height: 500px;
}
.m-header nav ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media (max-width: 1280px) {
  .m-header nav ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 1024px) {
  .m-header nav ul {
    flex-direction: column;
    width: 100%;
    row-gap: 10px;
    padding: 20px;
  }
}
.m-header nav a {
  font-size: 16px;
  text-transform: uppercase;
  color: #525252;
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 1280px) {
  .m-header nav a {
    font-size: 14px;
  }
}
.m-header .call-to-action {
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 480px) {
  .m-header .homeopathbtn {
    padding: 3px 10px;
  }
}
.m-header .homeopathbtn a {
  color: #FFFFFF;
  text-decoration: none;
}
.m-header .calldiv {
  position: relative;
}
@media (max-width: 480px) {
  .m-header .calldiv {
    display: none;
  }
}
.m-header .calldiv::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 50px;
  border-right: 1px dotted #525252;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.m-header .calldiv a {
  -moz-column-gap: 15px;
       column-gap: 15px;
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  font-weight: 800;
  row-gap: 0px;
  line-height: 20px;
}
@media (max-width: 1280px) {
  .m-header .calldiv a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .m-header .calldiv a {
    font-size: 16px;
  }
}
.m-header .calldiv a abbr {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .m-header .calldiv a abbr {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .m-header .calldiv a abbr {
    font-size: 13px;
  }
}

.m-footer {
  background-color: #21504B;
  justify-content: center;
}
.m-footer .container {
  justify-content: space-between;
}
@media (max-width: 480px) {
  .m-footer .container {
    flex-wrap: wrap;
    row-gap: 25px;
  }
}
.m-footer .footer-col {
  width: 20%;
  row-gap: 20px;
  color: #FFFFFF;
}
@media (max-width: 1280px) {
  .m-footer .footer-col {
    width: 23%;
    row-gap: 10px;
  }
}
@media (max-width: 480px) {
  .m-footer .footer-col {
    width: 100%;
    row-gap: 10px;
  }
}
.m-footer .footer-col:last-child {
  width: 25%;
}
@media (max-width: 480px) {
  .m-footer .footer-col:last-child {
    width: 100%;
  }
}
.m-footer .footer-col p {
  line-height: 22px;
}
.m-footer .footer-col p span {
  display: block;
}
.m-footer .footer-col a {
  text-decoration: none;
  color: #FFFFFF;
}
.m-footer .footer-col h4 {
  font-size: 18px;
  font-weight: 500;
}
.m-footer .footer-col ul {
  margin: 0px;
}
.m-footer .footer-col ol {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  row-gap: 10px;
  flex-direction: column;
}
.m-footer .footer-col ol li {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
.m-footer .footer-col ol li img {
  max-width: 30px;
}

.p-home-topbaner {
  height: auto;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
}
.p-home-topbaner img {
  width: 100%;
}
@media (max-width: 480px) {
  .p-home-topbaner img {
    height: 70vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-home-topbaner .top-carousel {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-home-topbaner .slick-list {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-home-topbaner .slick-track {
  height: 100%;
}
.p-home-topbaner .slick-dots {
  bottom: 13%;
  width: auto;
  background: #FFFFFF;
  border-radius: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 5px 10px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.p-home-topbaner .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #36407F;
  border-radius: 50%;
  margin: 0px;
}
.p-home-topbaner .slick-dots li.slick-active {
  background-color: #17BD76;
}
.p-home-topbaner .slides {
  position: relative;
  height: 100%;
}
.p-home-topbaner .slides .container {
  position: absolute;
  top: calc(50% + 80px);
  row-gap: 30px;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 1280px) {
  .p-home-topbaner .slides .container {
    top: 45%;
    row-gap: 15px;
  }
}
@media (max-width: 480px) {
  .p-home-topbaner .slides .container {
    top: 50%;
    row-gap: 15px;
  }
}
.p-home-topbaner .slides h4 {
  color: #17BD76;
  font-family: "Seaweed Script", cursive;
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .p-home-topbaner .slides h4 {
    font-size: 18px;
    line-height: 30px;
  }
}
.p-home-topbaner .slides h2 {
  color: #FFFFFF;
  font-family: "Ruwudu", serif;
  font-size: 72px;
  line-height: 76px;
  padding: 0 20%;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .p-home-topbaner .slides h2 {
    font-size: 50px;
    line-height: 50px;
    padding: 0px 0px;
  }
}
@media (max-width: 480px) {
  .p-home-topbaner .slides h2 {
    font-size: 36px;
    line-height: 36px;
    padding: 0px 0px;
  }
}

.p-home-about {
  justify-content: center;
}
.p-home-about .about-con {
  width: 40%;
  row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .p-home-about .about-con {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .p-home-about .about-con {
    width: 100%;
    row-gap: 15px;
  }
}
.p-home-about .container {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .p-home-about .container {
    row-gap: 15px;
  }
}
.p-home-about .about-img {
  width: 40%;
  border-radius: 15px;
  overflow: hidden;
  line-height: 0px;
}
@media (max-width: 1024px) {
  .p-home-about .about-img {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .p-home-about .about-img {
    width: 100%;
    row-gap: 15px;
  }
}
.p-home-about .about-img img {
  width: 100%;
}

.p-home-equiry {
  background-color: #DCF1FF;
  justify-content: center;
}
.p-home-equiry .container {
  justify-content: space-between;
}
@media (max-width: 480px) {
  .p-home-equiry .container {
    flex-wrap: wrap;
    row-gap: 60px;
  }
}
.p-home-equiry .enquiry-form {
  position: relative;
  width: 40%;
}
@media (max-width: 1024px) {
  .p-home-equiry .enquiry-form {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .p-home-equiry .enquiry-form {
    width: 100%;
    row-gap: 15px;
    order: 2;
  }
}
.p-home-equiry .enquiry-form::after {
  content: "";
  width: 1px;
  border-right: 1px dashed #525252;
  position: absolute;
  right: -25%;
  height: 100%;
  top: 0px;
}
@media (max-width: 1024px) {
  .p-home-equiry .enquiry-form::after {
    right: -15%;
  }
}
@media (max-width: 480px) {
  .p-home-equiry .enquiry-form::after {
    border-right: 0px dashed #525252;
    border-bottom: 1px dashed #525252;
    top: -30px;
    width: 100%;
    height: 1px;
    left: 0px;
  }
}
.p-home-equiry .enquiry-form ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  row-gap: 20px;
}
.p-home-equiry .whatsAppointment {
  position: relative;
  width: 40%;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
@media (max-width: 480px) {
  .p-home-equiry .whatsAppointment {
    width: 100%;
    row-gap: 15px;
    order: 1;
  }
}
.p-home-equiry .whatsAppointment h3 {
  font-family: "Ruwudu", serif;
  font-size: 42px;
  font-weight: 400;
  text-shadow: 2px 2px 0 #FFFFFF, -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
}
@media (max-width: 480px) {
  .p-home-equiry .whatsAppointment h3 {
    font-size: 30px;
  }
}
.p-home-equiry .whatsAppointment .call-to-action {
  align-items: center;
  text-decoration: none;
}
.p-home-equiry .whatsAppointment .call-to-action img {
  width: 80px;
}

.p-home-whyus {
  justify-content: center;
}
.p-home-whyus .container {
  row-gap: 30px;
}
.p-home-whyus .container .sectionHeading {
  justify-content: center;
  align-items: center;
}
.p-home-whyus ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  row-gap: 50px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.p-home-whyus ul li {
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  width: 33.33%;
}
@media (max-width: 480px) {
  .p-home-whyus ul li {
    width: 50%;
  }
}
.p-home-whyus ul li .iconBox {
  width: 80px;
}
@media (max-width: 1280px) {
  .p-home-whyus ul li .iconBox {
    width: 50px;
  }
}
@media (max-width: 480px) {
  .p-home-whyus ul li .iconBox {
    width: 40px;
  }
}
.p-home-whyus ul li .iconBox img {
  width: 100%;
}
.p-home-whyus ul li p {
  font-size: 20px;
  color: #000000;
}
@media (max-width: 1280px) {
  .p-home-whyus ul li p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .p-home-whyus ul li p {
    font-size: 16px;
  }
}

.p-home-emergency {
  background-image: url("../images/emergency_case.webp");
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
}
.p-home-emergency.con-row-mar {
  margin-bottom: 0px;
}
.p-home-emergency h2 {
  color: #FFFFFF;
}
.p-home-emergency .container {
  row-gap: 20px;
  padding: 50px 100px;
  max-width: 60%;
}
@media (max-width: 1024px) {
  .p-home-emergency .container {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .p-home-emergency .container {
    max-width: 100%;
    padding: 50px 15px;
  }
}

.p-home-testimonial {
  justify-content: center;
  background-color: #F7F2E4;
}
.p-home-testimonial .sectionHeading {
  text-align: center;
}
.p-home-testimonial .container {
  row-gap: 40px;
}
@media (max-width: 480px) {
  .p-home-testimonial .container {
    row-gap: 25px;
  }
}
.p-home-testimonial .slick-track {
  display: flex !important;
}
.p-home-testimonial .slick-dots {
  bottom: -40px;
  width: auto;
  background: #FFFFFF;
  border-radius: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 5px 10px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.p-home-testimonial .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #36407F;
  border-radius: 50%;
  margin: 0px;
}
.p-home-testimonial .slick-dots li.slick-active {
  background-color: #17BD76;
}
.p-home-testimonial .slick-slide {
  height: auto !important;
  display: flex !important;
  align-items: stretch; /* optional: stretch child to fill */
  padding: 0 15px;
}
.p-home-testimonial .slick-slide > div {
  height: 100%; /* ensure inner wrapper fills */
}
.p-home-testimonial .testimonialBox {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 40px;
}
@media (max-width: 480px) {
  .p-home-testimonial .testimonialBox {
    padding: 25px;
  }
}

.p-services {
  justify-content: center;
}
.p-services h3 {
  font-family: "Ruwudu", serif;
  color: #36407F;
  font-size: 48px;
  font-weight: 400;
}
.p-services .container {
  row-gap: 100px;
}
@media (max-width: 480px) {
  .p-services .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-services .container > div {
  row-gap: 30px;
}
.p-services .container .sectionHeading {
  justify-content: center;
  align-items: center;
}
.p-services .container .sectionHeading h2 {
  font-size: 36px;
}
.p-services ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.p-services ul li {
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding: 15px;
  background-color: #F7F2E4;
  border-radius: 10px;
  width: calc(25% - 15px);
}
@media (max-width: 1024px) {
  .p-services ul li {
    width: calc(33% - 15px);
  }
}
@media (max-width: 480px) {
  .p-services ul li {
    width: calc(50% - 15px);
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 10px;
  }
}
.p-services ul li .iconBox {
  width: 100px;
  height: 100px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0px;
}
@media (max-width: 1280px) {
  .p-services ul li .iconBox {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .p-services ul li .iconBox {
    width: 60px;
    height: 60px;
  }
}
.p-services ul li .iconBox img {
  width: 60%;
}
.p-services ul li p {
  font-size: 20px;
  color: #000000;
  width: calc(100% - 130px);
}
@media (max-width: 1280px) {
  .p-services ul li p {
    font-size: 16px;
    width: calc(100% - 110px);
  }
}
@media (max-width: 480px) {
  .p-services ul li p {
    font-size: 16px;
    width: calc(100% - 80px);
  }
}

.p-about-us {
  background-color: #DCF1FF;
  justify-content: center;
}
.p-about-us .about-con {
  width: 40%;
  row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .p-about-us .about-con {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .p-about-us .about-con {
    width: 100%;
    row-gap: 15px;
  }
}
.p-about-us .container {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .p-about-us .container {
    flex-wrap: wrap;
    row-gap: 25px;
  }
}
.p-about-us .about-img {
  width: 40%;
  border-radius: 15px;
  overflow: hidden;
  line-height: 0px;
}
.p-about-us .about-img img {
  width: 100%;
}
@media (max-width: 480px) {
  .p-about-us .about-img {
    width: 100%;
  }
}

.p-aboutus-service {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-aboutus-service .container {
  justify-content: space-between;
  align-items: center;
  row-gap: 40px;
  text-align: center;
}
@media (max-width: 480px) {
  .p-aboutus-service .container {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
.p-aboutus-service ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex-wrap: wrap;
  width: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 480px) {
  .p-aboutus-service ul {
    row-gap: 15px;
  }
}
.p-aboutus-service ul li {
  width: calc(33.33% - 20px);
}
@media (max-width: 480px) {
  .p-aboutus-service ul li {
    width: 100%;
  }
}
.p-aboutus-service .service-col {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.p-aboutus-service .service-col:hover img {
  transform: scale(1.2);
}
.p-aboutus-service .service-col .serviceText {
  width: 100%;
  row-gap: 10px;
  position: absolute;
  padding: 40px 20px;
  left: 0px;
  bottom: 0px;
  color: #FFFFFF;
  text-align: center;
  background: #17bd76;
  background: linear-gradient(-180deg, rgba(23, 189, 118, 0) 0%, rgba(13, 101, 41, 0.7) 100%);
}
.p-aboutus-service .service-col .serviceText h4 {
  font-family: "Ruwudu", serif;
  font-size: 24px;
  font-weight: 400;
}
.p-aboutus-service .service-col img {
  width: 100%;
}

.p-aboutus-influencer {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-aboutus-influencer .container {
  justify-content: space-between;
  align-items: center;
  row-gap: 40px;
  text-align: center;
}
.p-aboutus-influencer ul {
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.p-aboutus-influencer ul li {
  width: calc(20% - 20px);
}
.p-aboutus-influencer .media-col {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.p-aboutus-influencer .media-col img {
  width: 100%;
}

.p-booking-form {
  justify-content: center;
}
.p-booking-form .container {
  justify-content: center;
  row-gap: 30px;
  align-items: center;
}
.p-booking-form .enquiry-form {
  position: relative;
  width: 60%;
}
@media (max-width: 480px) {
  .p-booking-form .enquiry-form {
    width: 100%;
  }
}
.p-booking-form .enquiry-form input,
.p-booking-form .enquiry-form select,
.p-booking-form .enquiry-form textarea {
  background-color: #D9D9D9;
}
.p-booking-form .enquiry-form .dateFormate::before {
  background-color: #D9D9D9;
}
.p-booking-form .enquiry-form ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  row-gap: 40px;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 480px) {
  .p-booking-form .enquiry-form ul {
    row-gap: 20px;
  }
}
.p-booking-form .enquiry-form ul li {
  width: 100%;
}
.p-booking-form .enquiry-form ul li.col-2 {
  width: calc(50% - 10px);
}
@media (max-width: 480px) {
  .p-booking-form .enquiry-form ul li.col-2 {
    width: 100%;
  }
}
.p-booking-form .enquiry-form .dateFormate {
  position: relative;
}
.p-booking-form .enquiry-form .form-group label {
  background-color: #D9D9D9;
}
.p-booking-form .enquiry-form .form-group.focused label, .p-booking-form .enquiry-form .form-group.filled label {
  background-color: #D9D9D9;
}

.p-feedback-form {
  justify-content: center;
}
.p-feedback-form .container {
  justify-content: center;
  row-gap: 30px;
  align-items: center;
}
.p-feedback-form .enquiry-form {
  position: relative;
  width: 60%;
}
@media (max-width: 480px) {
  .p-feedback-form .enquiry-form {
    width: 100%;
  }
}
.p-feedback-form .enquiry-form input,
.p-feedback-form .enquiry-form select,
.p-feedback-form .enquiry-form textarea {
  background-color: #D9D9D9;
}
.p-feedback-form .enquiry-form .dateFormate::before {
  background-color: #D9D9D9;
}
.p-feedback-form .enquiry-form ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  row-gap: 40px;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 480px) {
  .p-feedback-form .enquiry-form ul {
    row-gap: 20px;
  }
}
.p-feedback-form .enquiry-form ul li {
  width: 100%;
}
.p-feedback-form .enquiry-form ul li.col-2 {
  width: calc(50% - 10px);
}
@media (max-width: 480px) {
  .p-feedback-form .enquiry-form ul li.col-2 {
    width: 100%;
  }
}
.p-feedback-form .enquiry-form .dateFormate {
  position: relative;
}
.p-feedback-form .enquiry-form .form-group label {
  background-color: #D9D9D9;
}
.p-feedback-form .enquiry-form .form-group.focused label, .p-feedback-form .enquiry-form .form-group.filled label {
  background-color: #D9D9D9;
}

#feedbackPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
#feedbackPopup .popup-content {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  animation: fadeInScale 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#feedbackPopup .popup-content p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: #333;
}
#feedbackPopup .popup-content button {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
#feedbackPopup .popup-content button:hover {
  background: #0056b3;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.feedbackList blockquote {
  width: 100%;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  line-height: 1.6;
  position: relative;
}
.feedbackList blockquote::before {
  font-family: Arial;
  content: "“";
  color: #21504B;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}
.feedbackList blockquote::after {
  content: "";
}
.feedbackList blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}
.feedbackList ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none;
}
.feedbackList ul li {
  width: 30%;
  background-color: #FFFFFF;
  border-radius: 15px;
  border: 1px solid #D9D9D9;
  padding: 0px;
}
@media (max-width: 480px) {
  .feedbackList ul li {
    padding: 25px;
  }
}

.p-homeopathy-what {
  justify-content: center;
  align-items: center;
  row-gap: 40px;
  align-content: center;
}
.p-homeopathy-what .homeopathy-con {
  width: 50%;
  row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  background-color: #F7F2E4;
  padding: 70px;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .p-homeopathy-what .homeopathy-con {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .p-homeopathy-what .homeopathy-con {
    width: 100%;
    padding: 15px;
  }
}
.p-homeopathy-what .homeopathy-carousel {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
.p-homeopathy-what .homeopathy-carousel .slick-dots {
  bottom: 0px;
  width: auto;
  background: #FFFFFF;
  border-radius: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 5px 10px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.p-homeopathy-what .homeopathy-carousel .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #36407F;
  border-radius: 50%;
  margin: 0px;
}
.p-homeopathy-what .homeopathy-carousel .slick-dots li.slick-active {
  background-color: #17BD76;
}
.p-homeopathy-what .homeopathy-col {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
  align-items: center;
}
@media (max-width: 480px) {
  .p-homeopathy-what .homeopathy-col {
    row-gap: 10px;
  }
}
.p-homeopathy-what .homeopathy-col h3 {
  font-family: "Ruwudu", serif;
  font-size: 36px;
  font-weight: 400;
  color: #36407F;
}
@media (max-width: 480px) {
  .p-homeopathy-what .homeopathy-col h3 {
    font-size: 24px;
    line-height: 50px;
    text-align: left;
    width: 100%;
  }
}
.p-homeopathy-what .container {
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}
.p-homeopathy-what .container .sectionHeading {
  width: 100%;
  text-align: center;
}
.p-homeopathy-what .homeopathy-img {
  width: 40%;
  border-radius: 15px;
  overflow: hidden;
  line-height: 0px;
}
@media (max-width: 1024px) {
  .p-homeopathy-what .homeopathy-img {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .p-homeopathy-what .homeopathy-img {
    width: 100%;
  }
}
.p-homeopathy-what .homeopathy-img img {
  width: 100%;
}

.p-homeopathy-healing {
  background-color: #36407F;
  justify-content: center;
  color: #FFFFFF;
}
.p-homeopathy-healing .sectionHeading h2 {
  color: #FFFFFF;
}
.p-homeopathy-healing .healing-con {
  width: 60%;
  row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .p-homeopathy-healing .healing-con {
    width: 100%;
  }
}
.p-homeopathy-healing .container {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .p-homeopathy-healing .container {
    row-gap: 25px;
    flex-wrap: wrap;
  }
}
.p-homeopathy-healing .healing-img {
  width: 30%;
  border-radius: 15px;
  overflow: hidden;
  line-height: 0px;
}
@media (max-width: 480px) {
  .p-homeopathy-healing .healing-img {
    width: 100%;
  }
}
.p-homeopathy-healing .healing-img img {
  width: 100%;
}

.p-homeopathy-lifestyle {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-homeopathy-lifestyle .call-to-action {
  align-items: center;
  text-decoration: none;
}
.p-homeopathy-lifestyle .call-to-action img {
  width: 80px;
}
.p-homeopathy-lifestyle .container {
  justify-content: space-between;
  align-items: center;
  row-gap: 40px;
  text-align: center;
}
.p-homeopathy-lifestyle .lifestyle-img img {
  width: 100%;
}
.p-homeopathy-lifestyle .lifestyle-con {
  row-gap: 20px;
  text-align: left;
}

.p-contact-us {
  background-color: #DCF1FF;
  justify-content: center;
}
.p-contact-us .contact-details {
  width: 40%;
  row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .p-contact-us .contact-details {
    width: 100%;
    row-gap: 15px;
  }
}
.p-contact-us .contact-details a {
  text-decoration: none;
  color: #000000;
}
.p-contact-us .contact-details .call-to-action {
  align-items: center;
  text-decoration: none;
}
.p-contact-us .contact-details .call-to-action img {
  width: 80px;
}
@media (max-width: 1280px) {
  .p-contact-us .contact-details .call-to-action img {
    width: 50px;
  }
}
.p-contact-us .contact-details ul {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.p-contact-us .contact-details ul li {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  background-color: #F7F2E4;
}
.p-contact-us .contact-details ul li img {
  width: 100%;
}
.p-contact-us .container {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .p-contact-us .container {
    flex-wrap: wrap;
    row-gap: 25px;
  }
}
.p-contact-us .google-map {
  width: 40%;
  border-radius: 15px;
  overflow: hidden;
  line-height: 0px;
}
.p-contact-us .google-map img {
  width: 100%;
}
@media (max-width: 480px) {
  .p-contact-us .google-map {
    width: 100%;
  }
}

.faq-section {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  font-family: "Segoe UI", sans-serif;
}
.faq-section .faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}
.faq-section .faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.faq-section .faq-item .faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.faq-section .faq-item .faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1.2rem;
}
.faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}
.faq-section .faq-item .faq-answer p {
  margin: 10px 0;
}
.faq-section .faq-item.active .faq-answer {
  max-height: 1000px;
  padding: 10px 0;
}
.faq-section .faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}/*# sourceMappingURL=main.css.map */