/*
Theme Name: harleys
Theme URI:
Author: Digilantern
Description: A custom lightweight and speed-optimized WordPress theme.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: harleys
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #ffedf1;
  --color-secondary: #ff6f61;
  --color-content: #22192a;
  --color-btn: linear-gradient(90deg, #521120 0%, #d93a5f 100%);
  --hvr-btn: linear-gradient(90deg, #d93a5f 0%, #521120 100%);
  --footer-color: linear-gradient(180deg, #343434 0%, #1f1f1f 100%);
  --heading-font: "Abhaya Libre", serif;
  --font-body: "Montserrat", sans-serif;
  --bg-color: linear-gradient(90deg, #521120 0%, #d93a5f 100%);
}

.bgColor {
  background-color: var(--primary-color);
}

body {
  font-family: var(--font-body);
  line-height: 1.6;
  color: var(--color-content);
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  overflow-x:hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.5s;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #222;
}

p {
  margin-bottom: 15px;
}

button,
input[type="submit"] {
  cursor: pointer;
  padding: 10px 20px;
  border: none;
  color: #fff;
  border-radius: 3px;
  transition: 0.3s;
}

footer {
  background: var(--footer-color);
  color: #ffffffb6;
  font-size: 14px;
  line-height: 20px;
}

.footer-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.footer-second {
  order: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-second a img {
  max-width: 180px;
}

.footer-second a {
  justify-content: center;
  display: flex;
  align-content: center;
}

.footer-first {
  order: 2;
  margin: 1rem 0;
}

.footer-third {
  order: 3;
}

.footer-column .widget-title {
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
}

footer .footer-content ul.menu li {
  display: inline-block;
}

.copyright {
  border-top: 1px solid #ffffff3d;
  padding: 8px;
  font-size: 12px;
  text-align: center;
}

.copyright ul {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  padding-bottom: 5px;
}

header {
  padding: 10px;
}

header .site-logo {
  max-width: 100px;
  display: block;
}

.fade-slider {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.fade-slider .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-slider .slide.active {
  opacity: 1;
}

.caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--heading-font);
  font-weight: 600;
  text-align: center;
  padding: 10px;
  background: var(--color-primary);
  background-color: #ffdce4;
}

.caption-title {
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
}

.caption-subtitle {
  font-size: 28px;
  line-height: 28px;
  margin: 0rem 0 1rem 0;
}

.caption .btn {
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
}

.caption-title span {
  display: block;
  letter-spacing: 8px;
}

.btn {
  background: var(--color-btn);
}

.btn a {
  background: var(--color-btn);
  padding: 4px 10px;
  color: #fff;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.8s;
}

.btn a:hover {
  background: var(--hvr-btn);
}

/* MOBILE-MENU */

.main-header {
  display: flex;
  justify-content: space-between;
}

header .desktop-hamburger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-drill .logo {
  position: relative;
}

.nav-drill {
  position: fixed;
  z-index: 100;
  right: 0;
  width: 250px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;
}

.nav-drill .menu {
  padding: 0;
}

.nav-drill .menu li a {
  display: block;
  border-bottom: 1px solid var(--color-content);
  padding: 8px;
}

.nav-drill .menu li.btn a {
  padding-bottom: 4px;
}

.nav-drill,
.nav-link {
  background-color: var(--color-primary);
}

.nav-drill,
.nav-expand-content {
  top: 0;
  transform: translateX(100%);
}

.nav-drill .logo {
  padding: 0.5rem 15px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.nav-drill .logo,
.nav-expand-content .nav-item:not(:last-child),
.visa_img {
  border-bottom: 1px solid #ddd;
}

.nav-items {
  flex: 0 0 100%;
}

.nav-item:not(:last-child) {
  border-bottom: 1px solid var(--dark-text-color);
}

.nav-link {
  display: block;
  padding: 0.675em 12px;
  color: var(--dark-text-color);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 600;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--white);
}

.nav-expand-link {
  display: flex;
  justify-content: space-between;
}

.nav-expand-link::after {
  content: "";
  flex: 0 1 auto;
  background: url(../imgs/arrow_back_ios.webp) no-repeat center center/contain;
  width: 12px;
  height: 8px;
  margin-top: 4px;
  rotate: -90deg;
}

.nav-expand-content {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  visibility: hidden;
}

.nav-expand .nav-expand-content,
.nav-expand .nav-expand-content .nav-expand-content,
.nav-expand .nav-expand-content .nav-expand-content .nav-expand-content,
.nav-expand
  .nav-expand-content
  .nav-expand-content
  .nav-expand-content
  .nav-expand-content,
.nav-expand
  .nav-expand-content
  .nav-expand-content
  .nav-expand-content
  .nav-expand-content
  .nav-link,
.nav-expand
  .nav-expand-content
  .nav-expand-content
  .nav-expand-content
  .nav-link,
.nav-expand .nav-expand-content .nav-expand-content .nav-link,
.nav-expand .nav-expand-content .nav-link,
.nav_contact {
  background-color: var(--primary-color);
}

.nav-expand-content,
.nav-expand-content .nav-link {
  background-color: #fff;
}

.nav-drill .logo,
.nav-expand-content .nav-item:not(:last-child),
.visa_img {
  border-bottom: 1px solid var(--dark-text-color);
}

.nav-expand-content .nav-back-link {
  display: flex;
  align-items: center;
  background: var(--color-btn) !important;
  color: #fff;
}

.nav-expand-content .nav-back-link::before {
  content: "";
  margin-right: 0.5em;
  background: url(../imgs/arrow_back_ios.webp) no-repeat center center/contain;
  width: 12px;
  height: 8px;
  rotate: 90deg;
}

.appoinment_btn a {
  display: inline-block;
  color: var(--dark-text-color);
  padding: 6px 20px;
  border: 1px solid var(--dark-text-color);
  background: var(--primary-color);
}

body.dont__scroll,
body.nav-is-toggled,
body.stop_scroll {
  overflow: hidden;
}

.nav-is-toggled .mob_overlay {
  display: block;
}

.nav-is-toggled .nav-drill {
  transform: translateX(0);
  background: var(--primary-color);
}

.nav-expand.active > .nav-expand-content {
  transform: translateX(0);
  visibility: visible;
}

.desktop-hamburger {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 9;
  width: 47px;
  height: 36px;
  padding: 5px !important;
  text-align: center;
  background: 0 0;
  border: none;
  display: block;
}

.desktop-hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 40%;
  background: #751c31;
  opacity: 1;
  left: 0;
  right: 0;
  transform: rotate(0);
  transition: 0.25s ease-in-out;
  text-align: center;
  margin: 0 auto !important;
  padding: 0;
}

.desktop-hamburger span:first-child {
  top: 8px;
}

.desktop-hamburger span:nth-child(2) {
  top: 17px;
}

.desktop-hamburger span:nth-child(3) {
  top: 26px;
}

header .desktop-hamburger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.desktop-hamburger.open span:first-child {
  top: 17px;
  transform: rotate(135deg);
}

.desktop-hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.desktop-hamburger.open span:nth-child(3) {
  top: 17px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  font-weight: 400;
}

/* Hide sub-menus by default */
/* .menu-item-has-children > .sub-menu {
  display: none;
} */

/* Show active submenu */
.menu-item-has-children.active > .sub-menu {
  display: block;
  background-color: var(--primary-color);
  z-index: 9;
}

/* Back link styling */
.nav-back-link {
  display: block;
  padding: 12px;
  font-weight: 600;
}

.nav-expand a {
  position: relative;
}

.nav-expand a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  background-image: url("assets/images/arrow_back_ios.webp");
  width: 15px;
  height: 9px;
  transform: rotate(-90deg);
}

.nav-expand-content li a::after {
  display: none;
}

.nav-expand-content li.nav-expand.arrow a::after {
  display: block;
}

.nav-expand-content li.nav-expand.arrow .sub-menu li a::after {
  display: none;
}

/* MARQUEE SECTION */
.marquee {
  overflow: hidden;
  width: 100%;
}

.marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: marquee-left 30s linear infinite;
  will-change: transform;
}

.marquee-track span {
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  font-family: var(--heading-font);
}

/* LEFT SCROLL */
@keyframes marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.slidecontent {
  background: var(--bg-color);
  padding: 10px 0;
}

/* ABOUT CLINIC SECTION */

.space-50 {
  padding: 25px 15px;
}

.aboutclinic {
  display: flex;
  column-gap: 2rem;
  flex-direction: column;
 
}

.aboutcontent {
  flex: 0 0 53%;
   order:2;
}

.clinicImage {
  flex: 0 0 45%;
  background: url(./assets/images/dots.webp);
  background-repeat: repeat;
  background-position: top center;
  background-size: auto;
  order:1;
  margin-bottom:20px;
}

.mn-heading {
  font-family: var(--heading-font);
  color: var(--color-content);
  font-weight: 600;
  font-size: 32px;
}

.sub-heading {
  font-family: var(--heading-font);
  color: var(--color-content);
  font-weight: 600;
  font-size: 22px;
  padding-top:10px;
  padding-bottom:10px;
}

.aboutcontent .content ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 6px;
}

.aboutcontent .content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: url(./assets/images/tick-mark.webp);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}

.rating-reviews {
  border-top: 1px solid #00000014;
  border-bottom: 1px solid #00000014;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.rating-dv {
  display: flex;
  column-gap: 1rem;
  border-right: 1px solid #00000014;
  align-items: flex-start;
  padding: 5px;
}

.title-review {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.title-review span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

.rating-dv .icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 2px 6px 4px #eee;
  min-height: 40px;
  max-height: 40px;
  max-width: 40px;
  min-width: 40px;
}

.rating-dv .icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.rating-dv:nth-child(2),
.rating-dv:last-child {
  border-right: none;
}

.btns-div {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  row-gap: 10px;
  flex-direction: column;
}

.btns-div .btn-outline {
  border: 1px solid var(--color-content);
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-right: 50px;
}

.btns-div .btn-outline::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(./assets/images/arrow_left.webp);
  border: 1px solid var(--color-content);
  width: 40px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

.DrSection {
  background-color: var(--primary-color);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: left;
}

.DrImageContent {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 2rem;
}

.DrContent {
  background-color: var(--primary-color);
  box-shadow: 10px 10px 50px 0px #0000001a;
  height: fit-content;
  padding: 1rem;
  text-align: center;
}

.doc-edu {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b32547;
  border-top: 1px solid #b32547;
  border-bottom: 1px solid #b32547;
  margin: 1rem 0;
}

.doc-content {
  margin: 1rem 0px;
}

.DrContent .btn {
  display: inline-flex;
}

.DrImage img {
  height: 100%;
  object-fit: cover;
}

.AppointmentSection {
  position: relative;
}

.AppointmentSection .container {
  position: relative;
}

.Contact-BookAnForm {
  display: flex;
  flex-direction: column;
}

.ContactAddress {
  flex: 0 0 40%;
  padding: 1rem;
  background-color: var(--primary-color);
  position: relative;
  z-index: 1;
}

.ContactAddress .mn-heading,
.AppointmentForm .mn-heading {
  font-size: 32px;
  line-height: 28px;
  text-align: center;
}

.ContactAddress ul li {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.ContactAddress ul li:first-child {
  align-items: flex-start;
}

.ContactAddress ul li .iconbx {
  box-shadow: 0px 5px 20px 0px #00000026;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff;
  min-width: 32px;
  min-height: 32px;
}

.AppointmentForm {
  position: relative;
  flex: 0 0 60%;
  z-index: 1;
  padding: 1rem;
  background: linear-gradient(112.86deg, #521120 -1.51%, #d93a5f 105.72%);
}

.AppointmentForm .mn-heading {
  color: #fff;
}

.wpcf7-response-output {
  color: #fff;
}

.cf7-form .cf7-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 1rem;
}

.cf7-form .wpcf7-form-control {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid #ffffff80;
  background-color: transparent;
  font-size: 17px;
  line-height: 28px;
  padding: 8px;
  color: #ffffff;
  outline: none;
  font-family: var(--font-body);
  padding-left: 40px;
  min-height: 48px;
  max-height: 48px;
  border-radius:0;
}

.cf7-form .cf7-field {
  position: relative;
}

.cf7-form .cf7-field .icon {
  position: absolute;
  left: 0;
  top: 40px;
}

.cf7-form .wpcf7-textarea {
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  resize: none;
}

.wpcf7-not-valid-tip {
  color: var(--primary-color);
  font-size: 12px;
}

.cf7-form .cf7-field.full {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.cf7-form .wpcf7-form-control.wpcf7-select {
  color: #ffffff6c;
}

.cf7-form select option {
  color: #000;
}

.cf7-form .wpcf7-form-control::placeholder {
  color: #ffffff6c;
}

.cf7-submit {
  justify-content: center;
  display: flex;
}

.cf7-submit .wpcf7-submit {
  border-bottom: none;
  padding: 10px 20px;
  line-height: 1.5;
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: var(--color-content);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  max-height: inherit;
  min-height: inherit;
  width: auto;
}

.cf7-submit .wpcf7-spinner {
  display: none;
}

.cf7-submit p {
  margin-bottom: 0;
}

/* SERVICE TABS HOME PAGE */

.category-description {
  text-align: center;
}

.tab-content .serviceheading {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
}

.service-list li {
  margin-bottom: 0px;
}

.serviceLinks .service-list li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 30px;
  display: inline-block;
  line-height: 1.6;
}

.serviceLinks {
  border: 1px solid #1d1d1d33;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.25) -2.63%,
    rgba(255, 255, 255, 0.25) 100%
  );
  padding: 1rem;
  padding-bottom: 15px;
  padding-right: 0;
  position: relative;
}

.serviceLinks .view-more {
  position: relative;
  right: 0;
  bottom: 0;
  border: 1px solid #cbc8c8;
  background-color: #fff;
  color: #b32547;
  text-transform: uppercase;
  padding: 0px;
  display: inline-block;
  padding-left: 10px;
  height: auto;
}

.serviceLinks .view-more span {
  background: #b32547;
  color: #fff;
  height: auto;
  display: inline-flex;
  align-items: center;
  width: 45px;
  text-align: center;
  justify-content: center;
  margin-left: 20px;
  padding: 5px 0px;
}

.tab-info {
  flex: 0 0 100%;
  padding: 0;
}

.tab-image {
  flex: 0 0 100%;
  padding: 0;
  position:relative;
  width:100%;
  border-bottom:1px solid var(--color-content);
}





.tab-image img {
  height: 200px;
  object-fit: contain;
}

.tab-layout {
  display: flex;
  gap: 0px;
  align-items: center;
  flex-direction: column;
}

.tab-buttons .tab-btn {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  font-family: var(--font-body);
  position: relative;
  padding: 8px;
  border: 1px solid #dddddd;
  box-shadow: 0px 5px 50px 0px #00000014;
  color: #22192a;
}

.tab-buttons .tab-btn.active {
  background: linear-gradient(90deg, #521120 0%, #d93a5f 100%);
  border: none;
  box-shadow: none;
  color: #fff;
  padding: 8px;
}

.tab-buttons {
  display: flex;
  gap: 8px;
  margin: 1rem 0;
}

.service-tabs {
  max-width: 1300px;
  margin: auto;
}

.tab-btn {
  padding: 10px 25px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}

.tab-btn.active {
  background: #8b1c32;
  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.service-list {
  columns:1;
  margin-top: 0px;
}

.view-more {
  display: inline-block;
  margin-top: 20px;
  color: #8b1c32;
}

.tab-content {
  background-image: url("assets/images/bgservice.webp");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.serviceLinks .service-list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(assets/images/service-before.webp);
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
}

.category-description p {
  font-weight: 500;
}

.text-center {
  text-align: center;
}

/* TESTIMONIALS */

.testimonial-content {
  padding: 15px;
  color: #6c6c6c;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}

.sub-designation {
  font-size: 12px;
  color: #b48c95;
  font-weight: 400;
  line-height: 20px;
}

.testimonial-header .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #22192a;
}

.testimonial-img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.testimonial-header {
  background-color: #ffedf1;

  padding: 0.5rem;
  display: flex;
  column-gap: 1rem;
  align-items: center;
  position: relative;
}

.testimonial-card {
  flex: 0 0 100%;
  padding: 0px;
  box-sizing: border-box;
}

.testimonial-section {
  background: linear-gradient(
    180deg,
    rgba(255, 237, 241, 0) 53.74%,
    #ffedf1 100%
  );
}

.quate-icon {
  position: absolute;
  right: 25px;
}

.quate-icon img {
  max-width: 32px;
}

.testimonial-rating {
  color: #ff841f;
  font-style: initial;
  font-size: 20px;
}

.testimonial-img img {
  border-radius: 100%;
}

.testimonial-slider {
  overflow: hidden;
  margin: auto;
  cursor: grab;
  user-select: none;
}

.testimonial-slider:active {
  cursor: grabbing;
}

.testimonial-track {
  display: flex;
  transition: transform 0.4s ease;
  column-gap: 2%;
  margin-top: 2rem;
}

.testimonial-card {
  background: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.testimonial-dots,
.blog-dots {
  margin-top: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.testimonial-dots span,
.blog-dots span {
  width: 6px;
  height: 6px;
  background-color: var(--color-content);
  border-radius: 100%;
  cursor: pointer;
  position: relative;
}

.testimonial-dots span::before,
.blog-dots span::before {
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-content);
  border-radius: 100%;
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  display: none;
}

.testimonial-dots span.active::before,
.blog-dots span.active::before {
  display: block;
}

.read-more {
  display: inline-block;
  margin-top: 0px;
  padding: 8px 16px;
  background: linear-gradient(90deg, #521120 0%, #d93a5f 100%);
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.read-more:hover {
  background: var(--hvr-btn);
}

.blog-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6c6c6c;
  padding: 10px;
  text-align: left;
  box-shadow: 0px 8px 16px 0px #0000001f;
  min-height:300px;
}

.page-template-blog .blog-content
{
  min-height:inherit;
}

.blog-content .blog-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #22192a;
  margin: 8px 0px;
}

.blog-track {
  display: flex;
  transition: transform 0.4s ease;
  cursor: grab;
}

.blog-track:active {
  cursor: grabbing;
}

.blog-card {
  flex: 0 0 90%;
  padding: 15px;
  box-sizing: border-box;
}

.section-title {
  font-size: 32px;
  margin-bottom: 40px;
}

.blog-slider {
  margin: auto;
  overflow: hidden;
}

.blog-card {
  background: #fff;
}

.blog-img {
  position: relative;
}

.blog-img img {
  width: 100%;
  height: auto;
  display: block;
  height: 200px;
  object-fit: cover;
}

.blog-date {
  color: #b32547;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}

.testimonial-dots,
.blog-dots {
  margin-top: 30px;
}

.social-icons ul {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  margin-top: 1rem;
}

.social-icons ul li a {
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s;
}

.social-icons ul li a:hover {
  background-color: var(--color-content);
  border-color: var(--color-content);
}

/* DEFULT-PAGES */
.PageHeading {
  background-color: #ffdce4;
  padding: 15px 0;
}

.PageHeading .entry-title {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 32px;
  font-family: var(--heading-font);
  color: var(--color-content);
  position: relative;
  text-align: center;
}

.PageHeading .entry-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 2px;
  background: var(--color-btn);
  transform: translateX(-50%);
}

.entry-content p a {
  text-decoration: underline;
  color: #c6274d;
}

.space-50.space-bottom-0 {
  padding-bottom: 0px;
}

.entry-content .list-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.entry-content ul li {
  position: relative;
  padding-left: 24px;
  margin-left: 10px;
}

.entry-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: url(./assets/images/tick-mark.webp);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.entry-content .list-4 li {
  border: 1px solid #ddd;
  padding: 6px;
  list-style-type: none;
  margin-left: 0;
}

.entry-content .list-4 li::before {
  display: none;
}
.pagination-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.space-35 {
  padding: 15px 0px;
}

.single-post-page .wp-block-heading {
  font-family: var(--heading-font);
}

.single-post-page .wp-block-heading strong {
  font-weight: 500;
}

.single-post-page .wp-block-list li {
  list-style-type: disc;
}
.single-post-page .wp-block-list {
  margin-left: 30px;
  margin-bottom: 25px;
}

.single-post-page .wp-block-table tbody tr:first-child td {
  background-color: var(--primary-color);
}

.single-post-page .wp-block-table tbody td {
  font-size: 14px;
  padding: 4px;
}

.single-post-page .post-meta {
  display: flex;
  justify-content: flex-start;
  column-gap: 1rem;
  margin-bottom: 1.5rem;
}

.single-post-page .post-meta span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: var(--primary-color);
  padding: 1px 4px;
  column-gap: 8px;
  font-size: 14px;
}
.content-overlap {
  overflow-y: auto;
  max-height: 275px;
  min-height: 275px;
  margin-bottom: 20px;
  padding-right: 20px;
}

.content-overlap::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.content-overlap::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.content-overlap::-webkit-scrollbar-thumb {
  background: var(--color-btn);
  border-radius: 10px;
}

.box-design {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ffedf1;
  box-shadow: 1px 1px 6px 2px #eee;
}

.box-design ul {
  list-style-type: disc;
  margin-left: 30px;
}

.box-design img {
  border-radius: 10px;
}

.single-procedures .wp-block-list {
  list-style-type: disc;
  margin-left: 35px;
  margin-bottom: 2rem;
}
.single-procedures .wp-block-list li {
  margin-top: 8px;
}

.wp-block-image .alignleft {
  margin-right: 2rem;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-family: var(--heading-font);
}

.single-procedures {
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.procedures-category-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.inner-box .wp-block-column {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
}

.procedures-category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  padding-left:15px;
  padding-right:15px;
}

.category-title {
  font-family: var(--heading-font);
  font-size: 24px;
}
.category-services-list li {
  list-style-type: square;
  margin-left: 30px;
}
.category-services-list li a {
  font-size: 14px;
  position: relative;
}

.category-services-list li a::before {
  width: 0;
  height: 2px;
  background: var(--color-btn);
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: 0.5s;
}

.category-services-list li a:hover {
  color: #b32547;
}

.category-services-list li a:hover::before {
  width: 100%;
}

.procedure-category-card {
  padding: 15px;
  display: flex;
  column-gap: 20px;
  border-radius: 8px;
  background: var(--primary-color);
}

.procedure-category-card img {
  border-radius: 8px;
}

.mb-25 {
  margin-bottom: 25px;
}

/* FAQ SERVICE */
.faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  background: var(--primary-color);
  overflow: hidden;
  border: 1px solid var(--color-content);
  padding: 15px;
}

.faq-item .faq-answer {
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding-top: 15px;
}

.faq-question {
  cursor: pointer;
}

.faq-answer ul {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-left: 25px;
  list-style-type: disc;
}

.faq-answer ul li {
  margin-bottom: 8px;
}

.faq-question {
  position: relative;
  font-family: var(--heading-font);
  font-weight: 600;
  font-size: 20px;
}

.faq-icon {
  position: absolute;
  right: 10px;
  font-size: 32px;
}

.faq-section .mn-heading {
  font-size: 42px;
}


  .overlap-cat
{text-align:left;
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    font-size:3em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    opacity: 0.1;
    font-family: var(--heading-font);
    z-index:1;
  display:none;}


  

.category-posts
{
  display:grid;
  grid-template-columns:repeat(2,1fr);    
  column-gap:15px;
  row-gap:15px;
}

.CategoryLinks
{
  border:1px solid #ddd;
  padding:15px;
}

.titlecat a
{
  font-size:20px; line-height:26px; font-weight:600;
}

.morelink
{
  color:#5d1425;
  text-decoration:underline;
} 

.btn.menu-item a{
  text-transform:capitalize;
}

/* calender design */

/* CTA Section */
.CTA
{display: grid;
  justify-content: center;
  grid-template-columns: repeat(3,1fr);
  justify-content: center;
  text-align: center;
  background: var(--bg-color);
  align-content: center;
  align-items: center;
  position: sticky;
  bottom: 0;
  z-index: 9;}

.mobTab-link
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #fff;
  padding:8px 0 0 0;
  font-size:12px;
}

.book-link
{
  border-left:1px solid #fff;
  border-right:1px solid #fff;
}

.cf7-form
{
  padding:0 25px 25px 25px;
}

.whatsapp {
    cursor: pointer;
    display: inline-block;
    position: fixed;
    bottom: 60px;
    left: 16px;
    background-color:#25D366;
    border: none;
    border-radius: 100px;
    box-shadow: 0 0 5px #cbbdde;
    transition: box-shadow 0.3s ease-in-out;
    animation: 1.5s infinite alternate gloww;
    z-index: 9;
    width:55px;
    height:55px;
}

@media (min-width: 768px) {


  .entry-content .list-4 {
  grid-template-columns: repeat(4, 1fr);
}


  .category-posts
  {
     grid-template-columns:repeat(4,1fr);  
  }

  .alignright {
    float: right;
  }

  .service-list
  {
    columns:2;
  }

  .ctasection {
    border-radius: 15px;
    padding: 25px !important;
  }

  .ctasection a {
    text-decoration: underline;
  }
  .space-35 {
    padding: 35px 0px;
  }

  .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .AppointmentSection::after {
    width: 60%;
    background: linear-gradient(112.86deg, #521120 -1.51%, #d93a5f 105.72%);
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }

  .AppointmentSection::before {
    width: 40%;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
  }

  .Contact-BookAnForm {
    flex-direction: inherit;
  }

  .ContactAddress {
    padding: 3rem 4rem 3rem 0;
  }

  .ContactAddress .mn-heading,
  .AppointmentForm .mn-heading {
    font-size: 40px;
    line-height: 30px;
    text-align: left;
  }

  .ContactAddress ul li {
    margin-top: 3rem;
    font-size: 17px;
    line-height: 28px;
    column-gap: 1.5rem;
  }

  .ContactAddress ul li .iconbx {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }

  .AppointmentForm {
    padding: 3rem 0rem 1.5rem 2rem;
    background: transparent;
  }

  .cf7-form .cf7-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
  }

  .cf7-submit .wpcf7-submit {
    padding: 0;
    color: var(--color-content);
    font-size: 14px;
    padding: 12px 20px;
  }

  .cf7-submit .wpcf7-spinner {
    display: block;
  }

  body {
    font-size: 18px;
    line-height: 32px;
  }

  .DrContent {
    margin-left: -5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 2rem;
    text-align: left;
    background-color: #fff;
  }

  .doc-edu {
    font-size: 17px;
    line-height: 35px;
  }

  .DrImageContent {
    grid-template-columns: repeat(2, 1fr);
  }

  .rating-dv {
    padding: 15px;
    align-items: center;
  }

  .rating-dv .icon {
    width: 70px;
    height: 70px;
  }

  .btns-div {
    column-gap: 25px;
  }

  .btns-div .btn-outline {
    padding: 8px 15px;
    font-size: 14px;
    padding-right: 50px;
  }

  .rating-dv .icon img {
    width: 40px;
    height: 40px;
  }

  .btns-div {
    margin: 1rem 0;
    column-gap: 15px;
    flex-direction: inherit;
  }

  .aboutclinic {
    flex-direction: inherit;
  }

  .title-review {
    font-size: 19px;
    line-height: 30px;
  }

  .space-50 {
    padding: 50px 0;
  }

  .title-review span {
    font-size: 16px;
    line-height: 30px;
  }

  .mn-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .sub-heading {
    font-size: 40px;
  }

  .aboutcontent
  {
    order:1;
  }

  .clinicImage
  {
    order:2;
  }

  .aboutcontent .content {
    margin: 1.5rem 0;
  }

  .slidecontent {
    padding: 15px 0;
  }

  .marquee-track span {
    font-size: 35px;
    line-height: 55px;
  }

  .marquee-track {
    gap: 40px;
  }

  header {
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 100%;
    position: sticky;
    z-index: 999;
    top: 0;
    padding: 15px 0px;
  }

  header .site-logo {
    max-width: inherit;
  }

  .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .btn a {
    padding: 8px 15px;
    font-size: 14px;
  }

  .caption-title span {
    letter-spacing: 18px;
  }

  /* HEADER */
  .main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-menu ul {
    display: flex;
    font-size: 14px;
    text-transform:capitalize;
    /* column-gap: 2rem; */
    column-gap:1rem;
    font-weight: 600;
    align-items: center;
  }
  .main-menu ul li.menu-item-has-children {
    position: relative;
    padding-bottom: 0px;
  }
  .main-menu ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    padding-top: 30px;
  }

  .main-menu ul li ul.sub-menu li a {
    display: block;
    white-space: nowrap;
    background: var(--color-btn);
    color: #fff;
    padding: 2px 8px;
    border-top: 1px solid #fff;
    min-width: 200px;
  }

  .main-menu ul li:hover ul.sub-menu {
    display: block;
  }

  .main-menu ul li:hover ul.sub-menu li ul.sub-menu {
    display: none;
    top: 0;
    left: 100%;
    padding-top: 0;
  }

  .main-menu ul li:hover ul.sub-menu li:hover .sub-menu {
    display: block;
  }

  /* Hero Section */

  .banner-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .banner-section img {
    width: 100%;
  }

  .caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--heading-font);
    font-weight: 600;
    text-align: center;
    padding: 20px;
    background-image: url("assets/images/water-mark.webp");
    background-repeat: no-repeat;
    background-position: 50% 12%;
  }

  .caption-title {
    font-size: 90px;
    line-height: 70px;
    text-transform: uppercase;
  }

  .caption-subtitle {
    font-size: 45px;
    line-height: 48px;
    margin: 2rem 0;
  }

  .caption .btn {
    text-transform: uppercase;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 14px;
  }

  /* MARQUEE SECTION */

  .marquee {
    display: flex;
    overflow: hidden;
    gap: 50px;
  }

  .marquee span {
    flex-shrink: 0;
  }

  @keyframes loop {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-100%);
    }
  }

  /* Footer  */
  footer {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }

  .footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;
    padding: 0;
    text-align: unset;
  }

  .footer-second {
    border-left: #ffffff3d 1px solid;
    border-right: #ffffff3d 1px solid;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-column {
    padding-top: 50px;
    padding-bottom: 50px;
    order: unset;
  }

  .logo-description {
    margin: 15px 0px;
  }

  .footer-column ul.menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .footer-column .widget-title {
    font-size: 30px;
    line-height: 25px;
  }

  .copyright {
    padding: 15px 0px;
    text-align: unset;
    font-size: 15px;
  }

  .copyright .container {
    display: flex;
    justify-content: space-between;
  }

  .privacy-menu ul {
    display: flex;
    gap: 1rem;
    padding-bottom: 0px;
  }

  /* SERVICE TABS  */

  .tab-buttons {
    justify-content: center;
    margin: 2rem 0;
    gap: 15px;
  }

  .tab-buttons .tab-btn {
    padding: 1rem 2rem 1rem 2rem;
    min-width:300px;
  }

  .tab-buttons .tab-btn.active {
    padding: 1rem 5rem 1rem 2rem;
  }

  .tab-buttons .tab-btn.active::before {
    content: "";
    position: absolute;
    right: 25px;
    top:50%;
    background-image: url(assets/images/active-arrow.webp);
    background-repeat: no-repeat;
    width: 24px;
    height: 30px;
    background-size: contain;
    transform:translateY(-50%);
  }

  

  .tab-buttons .tab-btn {
    font-size: 16px;
  }

  .tab-layout {
    gap: 40px;
    align-items: flex-end;
    flex-direction: inherit;
  }

  .tab-image {
    flex: 0 0 50%;
    /* padding-left: 6rem; */
    border-bottom:none;
  }

  .tab-image img {
    height:590px;
    position:relative;
    z-index:2;
    object-fit:cover;
  }

  .tab-content .serviceheading {
    font-size: 85px;
    line-height: 75px;
    text-align: left;
  }

  .tab-info {
    flex: 0 0 47%;
    padding: 0 2rem 2rem 0;
  }

  .serviceLinks .view-more {
    display: block;
    position: absolute;
    height: 52px;
    padding-left: 20px;
  }

  .serviceLinks .view-more span {
    height: 50px;
  }

  .serviceLinks {
    padding-bottom: 50px;
  }

  .serviceLinks .service-list li a {
    font-size: 14px;
  }

  .service-list li {
    margin-bottom: 8px;
  }

  .category-description {
    text-align: left;
  }

  .testimonial-card {
    flex: 0 0 32%;
  }

  .testimonial-content {
    font-size: 17px;
    line-height: 31px;
  }

  .testimonial-header {
    padding: 1.5rem;
  }

  .testimonial-img {
    width: 70px;
    height: 70px;
  }

  .testimonial-header .title {
    font-size: 18px;
    line-height: 30px;
  }

  .sub-designation {
    font-size: 15px;
    line-height: 30px;
  }

  .testimonial-content {
    padding: 1.5rem;
  }

  .quate-icon img {
    max-width: inherit;
  }

  .blog-card {
    flex: 0 0 34%;
  }

  .testimonial-dots,
  .blog-dots {
    margin-top: 30px;
  }

  .blog-content .blog-title {
    font-size: 20px;
    line-height: 28px;
    min-height:90px;
  }

  .blog-content {
    padding: 15px;
    font-size: 16px;
    line-height: 25px;
  }

  .read-more {
    margin-top: 10px;
  }

  .blog-track {
    margin-top: 1rem;
  }

  /* INNER PAGES */

  .PageHeading {
    padding: 35px 0px;
  }

  .PageHeading .entry-title {
    font-size: 42px;
    line-height: 50px;
    text-align: left;
  }

  .PageHeading .entry-title::after {
    left: 0;
    width: 200px;
    transform: unset;
  }

  .social-icons ul {
    margin-top: 0;
  }

  .copyright ul {
    padding-bottom: 10px;
  }

  .nav-expand a::after {
    display: none;
  }

  .single-procedures {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-1
  {
    padding:2rem 3rem;
  }

  .overlap-cat
  {
    text-align:center;
       font-size:6.5em;
       display:block;
  }


}


input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
input[type="date"] {
  -moz-appearance: textfield;
}


.service-results-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-result-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.service-result-row img {
  width: 100%;
  display: block;
  border-radius: 6px;
}
@media (320px <= width <= 575px) {
  .category-description p {
    padding: 0 10px;
  }
}


