@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --Urbanist-font: "Urbanist", sans-serif;
  --orange: #ff6600;
  --dark-grey: #282c32;
  --medium-grey: #5c5f63;
  --white: #ffffff;
  --blue: #146ee4;
  --deep-blue: #034779;
  --light-grey: #d1d1d1;
  --bg-grey: #f8f8fc;
  --black: #000000;
  --c2c-container: 1520px;
  --fs-72: 72px;
  --fs-64: 64px;
  --fs-58: 58px;
  --fs-48: 48px;
  --fs-40: 40px;
  --fs-32: 32px;
  --fs-24: 24px;
  --fs-20: 20px;
  --fs-18: 18px;
  --fs-16: 16px;
  --fs-14: 14px;
  --fs-12: 12px;
}
html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a:focus-visible {
  outline: none !important;
}
.post,
.page {
  margin: 0;
}
.row {
  margin: 0;
}
p,
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
.row > * {
  padding-left: 0;
  padding-right: 0;
}
body {
  width: 100%;
  font-family: var(--Urbanist-font);
  color: var(--dark-grey);
  background-color: var(--white);
}
a {
  text-decoration: none;
  color: inherit;
}
.cc-container {
  width: 100%;
  max-width: var(--c2c-container);
  margin: 0 auto;
}
/* Common CSS */
.swiper-slide {
  height: auto !important;
}
.common-btn-light {
  padding: 10px 24px;
  border: 1px solid;
  font-size: var(--fs-16);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.common-btn {
  padding: 10px 24px;
  font-size: var(--fs-16);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.pt-120 {
  padding: 120px 0px 0px;
}
.py-100 {
  padding: 100px 0px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  filter: grayscale(100%) brightness(0%);
  font-size: 20px;
}
.header-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  grid-gap: 16px;
}
/* Main-header */
.main-header-grid {
  display: flex;
  justify-content: end;
  grid-gap: 24px;
  padding: 20px 0;
}
.main-header-grid a {
  font-size: var(--fs-16);
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 8px;
}
/* Header */
.doctor-header .navbar-nav {
  grid-gap: 24px;
}
.doctor-header .nav-link {
  font-size: var(--fs-16);
  font-weight: 600;
  line-height: 150%;
}
.doctor-header {
  position: absolute;
  width: 100%;
  top: 0px;
  background-color: transparent;
  z-index: 1;
}
.hero-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 782px;
  position: relative;
}
.hero-bg::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  background: linear-gradient(
    76deg,
    rgba(0, 29, 50, 0.6) -0.72%,
    rgba(19, 19, 19, 0.4) 91.11%
  );
  filter: blur(3.5px);
  backdrop-filter: blur(0px);
}
.hero-overlay {
  height: calc(100vh - 64px);
  width: 100%;
  background: linear-gradient(
    76deg,
    rgba(0, 29, 50, 0.6) -0.72%,
    rgba(19, 19, 19, 0.4) 91.11%
  );
  filter: blur(3.5px);
  backdrop-filter: blur(0px);
}
.hero-content {
  display: grid;
  grid-template-columns: 1fr 420px;
  justify-content: space-between;
  position: relative;
  align-items: end;
  /* height: calc(100vh - 178px); */
  top: 76px;
  grid-gap: 200px;
}
.hero-details {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
}
.hero-details h1 {
  font-size: var(--fs-64);
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 16px;
}
.hero-details h4 {
  font-size: var(--fs-20);
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 32px;
}
.hero-details p {
  font-size: var(--fs-16);
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 32px;
}
.hero-doctor-image img {
  width: 100%;
}
/* Counter Section Start */
.counter-grid {
  padding: 28px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  margin-top: -74px;
  position: relative;
}
.counter-grid h2 {
  text-align: center;
  font-size: var(--fs-48);
  font-weight: 700;
  line-height: 100%;
}
.counter-grid p {
  text-align: center;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 144.444%;
  letter-spacing: 0.18px;
  margin-top: 16px;
}
.counter-grid span {
  height: 70px;
  width: 1px;
  display: block;
}
/* About us */
.header-title h2 {
  text-align: center;
  font-size: var(--fs-58);
  font-weight: 600;
  line-height: 110%;
}
.header-title p {
  text-align: center;
  font-size: var(--fs-20);
  font-weight: 500;
  line-height: 140%;
  margin: 0 auto;
  max-width: 65%;
  margin-bottom: 64px;
}
.about-doctor h3 {
  font-size: var(--fs-40);
  font-weight: 600;
  line-height: 110%;
  position: relative;
  margin-bottom: 8px;
}
.about-doctor p {
  font-size: var(--fs-20);
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 8px;
}
.about-doctor a {
  margin-top: 64px;
  display: inline-block;
}
.about-doctor span {
  height: 1px;
  width: 250px;
  display: block;
  margin-bottom: 32px;
}
.about-us-grid {
  display: grid;
  grid-template-columns: 630px 1fr;
  grid-gap: 100px;
  align-items: center;
}
.about-image img {
  border-radius: 24px;
  width: 100%;
}
/* Meet Our Specialist Doctors Section */
.our-doctor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 32px;
}
.our-doctor-card img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
}
.our-doctor-card h3 {
  font-size: var(--fs-24);
  font-weight: 600;
  line-height: 120%;
  padding: 16px 0px 8px;
}
.our-doctor-card p {
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 150%;
}
/* Services Section Main */
.services-main {
  padding: 100px 0px;
}
.services-main h2 {
  font-size: var(--fs-58);
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 64px;
  text-align: center;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 32px;
}
.service-card {
  padding: 64px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  transition: all 0.3s linear;
}
.services-image {
  display: block;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-image img {
  width: 32px;
  height: 32px;
}
.services-detail h3 {
  font-size: var(--fs-24);
  font-weight: 600;
  line-height: 120%;
}
.services-detail p {
  font-size: var(--fs-16);
  font-weight: 500;
  line-height: 150%;
  margin-top: 16px;
}
/* Why Choose Us Section */
.why-us-card {
  height: 100%;
}
.why-us-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 32px;
}
.why-us-card {
  border-bottom: 8px solid;
  border-radius: 12px;
}
.why-us-card img {
  border-radius: 12px 12px 0 0;
  width: 100%;
}
.why-us-card h3 {
  font-size: var(--fs-32);
  text-align: center;
  font-weight: 600;
  line-height: 115%;
  padding: 24px 10px 10px 10px;
}
/* Our Client Section */
.our-client-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 32px;
}
.our-clients .header-title h2 {
  margin-bottom: 64px;
}
.our-client-surgery-img img {
  width: 100%;
  border-radius: 12px;
}
/* Youtube Video Section */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 32px;
}
.video-links iframe {
  border-radius: 12px;
}
/* Our Clinic Environment */
.clinic-env-grid {
  column-count: 3;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 10px;
}
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease-in-out;
  border-radius: 12px;
}
/* Google Review */
.review-grid-main {
  display: grid;
  grid-template-columns: 320px 1fr;
  grid-gap: 32px;
}
.main-review {
  display: flex;
  gap: 16px;
  align-items: start;
}
.main-review-details h3 {
  font-size: var(--fs-24);
  font-weight: 600;
  line-height: 120%;
}
.main-review-details span {
  font-size: var(--fs-16);
  font-weight: 500;
  line-height: 150%;
}
.rating {
  display: flex;
  align-items: end;
  gap: 8px;
  padding: 8px 0px;
}
.rating span {
  font-size: var(--fs-16);
  font-weight: 600;
  line-height: 150%;
}
.google-logo {
  display: flex;
  grid-gap: 8px;
  align-items: end;
  margin-top: 8px;
}
.inner-review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 24px;
}
.inner-review-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  grid-gap: 16px;
  padding: 24px;
  border-radius: 12px;
  height: 100%;
}
.inner-review-card p {
  font-size: var(--fs-16);
  font-weight: 500;
  line-height: 150%;
}
.reviewer-info {
  display: flex;
  justify-content: space-between;
  grid-gap: 16px;
  width: 100%;
}
.main-review-image img {
  min-width: 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.reviewer-name img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.reviewer-info .user-name {
  font-size: var(--fs-20);
  font-weight: 600;
  display: block;
  line-height: 140%;
}
.reviewer-info .date {
  font-size: var(--fs-12);
  font-weight: 500;
  line-height: 150%;
  margin-top: 4px;
  display: block;
}
.reviewer-name {
  grid-gap: 16px;
  display: flex;
}

/* Hospital Attachments Section */
.location-card {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid;
}
.location-card h3 {
  font-size: var(--fs-32);
  font-weight: 700;
  line-height: 115%;
}
.location-card h4 {
  font-size: var(--fs-20);
  font-weight: 600;
  line-height: 140%;
}
.location-card a {
  font-size: var(--fs-14);
  font-weight: 500;
  line-height: 150%;
}
.contact-info-main {
  display: flex;
  gap: 50px;
}
.hospital-attachments-main h2 {
  font-size: var(--fs-58);
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 64px;
  text-align: center;
}
.hospital-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 20px;
}
/* Contact Form */
.contact-form-header {
  margin-bottom: 64px;
}
.contact-form-header h4 {
  font-size: var(--fs-24);
  font-weight: 400;
  line-height: 150%;
}
.contact-form-header h2 {
  font-size: var(--fs-58);
  font-weight: 600;
  line-height: 110%;
  padding-top: 4px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  width: 100%;
}
.form-grid input,
.contact-form textarea,
.outerget .ginput_container input,
.outerget .ginput_container textarea {
  border: none !important;
  border-bottom: 1px solid #cacaca !important;
  border-radius: 0 !important;
  padding-bottom: 12px !important;
  font-size: var(--fs-24) !important;
  color: #282c32 !important;
  font-weight: 500 !important;
  line-height: 120% !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-grid input::placeholder,
.contact-form textarea::placeholder,
.outerget .ginput_container input::placeholder,
.outerget .ginput_container textarea::placeholder {
  color: #5c5f63;
  font-size: var(--fs-24);
  line-height: 120%;
  font-weight: 500;
}
.outerget  input#gform_submit_button_1 {
    padding: 10px 24px;
    font-size: var(--fs-16);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    border-radius: 50px;
    transition: all 0.3s linear;
    background-color: rgb(20, 110, 228);
    color: rgb(255, 255, 255);
    margin-top: 30px;
}
.outerget  input#gform_submit_button_1:focus{
    outline: none;
    box-shadow: none;
}
.contact-form .form-control:focus {
  box-shadow: none;
  border-color: currentColor;
}
/* .contact-form form {
  display: flex;
  flex-direction: column;
  align-items: start;
  grid-gap: 28px;
} */
.contact-form .message {
  width: 100%;
}
/* Footer Section CSS */
.footer-main {
  padding: 100px 0px 32px;
  position: relative;
}
.footer-left .footer-logo {
  display: flex;
  grid-gap: 20px;
  align-items: center;
}
.footer-left h2 {
  font-size: var(--fs-48);
  font-weight: 600;
  line-height: 110%;
  padding: 32px 0 20px 0;
}
.footer-left p {
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 150%;
}
.footer-grid {
  display: grid;
  grid-template-columns: 570px 520px;
  justify-content: space-between;
}
.footer-right {
  display: flex;
  align-items: start;
  gap: 24px;
  justify-content: end;
}
.quick-links {
  min-width: 250px;
}
.quick-links h3 {
  font-size: var(--fs-20);
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid;
}
.quick-links ul {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
.quick-links ul li {
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: 150%;
  transition: all 0.2s linear;
}
.quick-links ul li:hover {
  padding-left: 8px;
}
.footer-terms {
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.social-media-links,
.social-media-main {
  display: flex;
  justify-content: space-between;
  grid-gap: 32px;
  align-items: center;
}
.footer-main hr {
  margin: 28px 0px;
}
.cc-copyright {
  border-radius: 6px;
  padding: 10px;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  grid-gap: 4px;
  position: fixed;
  bottom: 56px;
  right: 20px;
    z-index: 3;
}
.cc-copyright h3 {
  font-size: var(--fs-14);
  font-weight: 500;
  line-height: 150%;
}
.cc-copyright span {
  font-size: var(--fs-12);
  font-weight: 600;
  line-height: 150%;
}
.inner-content {
  display: flex;
  grid-gap: 4px;
  align-items: center;
}
.whatsapp-icons{
  position: fixed;
  bottom: 60px;
  left: 20px;
  z-index: 3;
}
/* Booking Modal CSS */
.custom-modal .modal-content {
  padding: 30px 40px;
}
.custom-modal .modal-dialog {
  max-width: 630px;
}
.custom-modal .modal-header {
  text-align: center;
  justify-content: center;
  border-bottom: 0px;
  padding: 0px;
  flex-direction: column;
  grid-gap: 10px;
}
.custom-modal .modal-header h5 {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}
.custom-modal .modal-header span {
  height: 5px;
  width: 100px;
}
.custom-modal .modal-body {
  padding: 0px;
  margin-top: 40px;
  border-bottom: 0px;
}
.custom-input {
  display: flex;
  flex-direction: column;
  grid-gap: 6px;
}
.custom-input .form-select:focus,
.custom-input .form-control:focus {
  outline: none;
  box-shadow: none;
}
.custom-modal .appointment-date {
  margin: 30px 0%;
}
.custom-modal .appointment h3,
.custom-modal .appointment-date h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.custom-modal .appointment-time {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  grid-gap: 10px;
}
.custom-modal .appointment-time a {
  border: 1px solid;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  cursor: pointer;
}
.custom-modal .modal-footer {
  justify-content: center;
  padding: 0;
  gap: 20px;
  margin-top: 50px;
  border-top: 0px;
}
.custom-modal .modal-footer button {
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  padding: 12px 44px;
}
.date-swiper {
  width: 100%;
}
.date-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-family: sans-serif;
  cursor: pointer;
}
.month {
  font-size: 16px;
}
.day-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}
.day-circle.selected {
  border: none;
}
.weekday {
  font-size: 16px;
}
.date-swiper .swiper-slide {
  flex: 0 0 auto !important;
  width: auto !important;
}
.doctor-header  .navbar-brand  img {
      max-width: 145px;
    max-height: 60px;
}
.location-card iframe {
    width: 100% !important;
}
.footer-logo img {
    max-width: 145px;
    max-height: 60px;
}
p.gform_required_legend {
    display: none !important;
}
.gform_validation_errors{
  display: none !important;
}
.gform_confirmation_message {
    font-size: var(--fs-24) !important;
    line-height: 150% !important;
    color: var(--orange) !important; 
    text-align: center !important;
    font-weight: bold !important;
}
.active-date .day-circle {
    background-color: rgb(255, 102, 0) !important;
    border-color: rgb(255, 102, 0) !important;
    color: var(--white) !important;
}

.active-time {
     background-color: rgb(255, 102, 0) !important;
    border-color: rgb(255, 102, 0) !important;
      color: var(--white) !important;
}
.custom-input .form-control{
  font-weight: 600;
    color: #666;
    border: 1px solid #CDE1EE;
    padding: 6px 12px;
    border-radius: 3px;
}
section.defulatbig {
    height: 100vh;
    text-align: center;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-title{
  color: var(--orange);
    font-size: var(--fs-48);
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}
.common-title span {
    border-bottom: 1px solid var(--orange);
    padding-bottom: 10px;
}