/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

/* Local Font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

:root {
  --white: #fff;
  --black: #000;
  --primary: #1d2875;
  --secondary: #29abe2;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Archivo", sans-serif;
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #828282;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.img {
  perspective: none;
  overflow: hidden;
  transform-style: preserve-3d;
}

.img img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
  display: block;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

body.loading {
  overflow: hidden;
  height: 100vh;
}

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11113;
}

.preLoader .counter {
  color: var(--white);
  font-size: 15rem;
  font-family: var(--font-heading);
  font-weight: 700;
  position: absolute;
  bottom: 0rem;
  right: 5rem;
}

.preLoader .bar {
  height: 20%;
  width: 100vw;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: linear-gradient(45deg, #1d2875, #29abe2);
  font-size: 1rem;
  color: var(--white);
  text-transform: none;
  font-weight: 600;
  display: inline-block;
  padding: 1.25rem 1.875rem;
  line-height: normal;
  border-radius: 7px;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* NAV HEADER CSS */

header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 111;
  top: 0;
  width: 100%;
  padding: 1rem 0;
  transition: 0.3s ease-in-out;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-nav {
  align-items: center;
  gap: 2.5rem;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */
.layer {
  left: 5rem;
  position: absolute;
}

.main-slider {
  height: 1065px;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-pagination {
  bottom: 5rem;
  width: fit-content;
  left: 0;
  margin: auto;
  right: 0;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
  width: 4.35rem;
  height: 4.35rem;
  font-size: 1rem;
  color: #fff;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.28);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.homeSlider .swiper-button-next {
  right: 1rem;
}

.homeSlider .swiper-button-prev {
  left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
  background: var(--white);
  color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
  height: 0.625rem;
  width: 0.625rem;
  display: inline-block;
  margin: 0 5px !important;
  opacity: 1;
  background: rgb(255 255 255 / 45%);
}

.homeSlider .swiper-pagination-bullet-active {
  background: var(--white);
  position: relative;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 10rem;
}

.main-slider h1 {
  margin: 0;
  color: var(--white);
  font-size: 4rem;
  line-height: 1.1;
  font-weight: bold;
  text-transform: capitalize;
}

.main-slider p {
  color: var(--white);
  font-weight: 400;
  line-height: 1.2;
  margin: 0.625rem auto 1.875rem;
  font-size: 1.5rem;
  width: 89%;
}

.form-inline {
  margin-left: 3.125rem;
}

.homeSlider .slide-inner::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(175deg, rgb(0 0 0 / 30%), rgb(1 8 37 / 73%));
}

.slideOne a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  color: var(--white);
  background: linear-gradient(45deg, rgb(29 40 117 / 83%), #29abe2);
  width: fit-content;
  margin: auto;
  padding: 0.875rem 2.3125rem;
  border-radius: 7px;
  transition: 0.5s ease;
}

.slideOne a:hover i {
  animation: bounce 0.9s ease infinite;
  /* hover tak repeat hoga */
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-8px);
    /* upar */
  }

  60% {
    transform: translateY(4px);
    /* neeche */
  }
}

/* !MAIN HERO SLIDER CSS */

/* About Sec Css Start */

section.about-sec {
  padding: 0 19.375rem 0 0;
}

.mainHead {
  font-size: 4rem;
  font-weight: bold;
  color: #1a2342;
  text-transform: none;
  line-height: 1.1;
}

.about-content {
  padding-left: 3.125rem;
}

.about-content p {
  color: #5e5a56;
  line-height: 1.8;
  margin: 1rem 0 1.85rem;
}

/* About Sec Css End  */

/* Marquee Sec Css Start */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

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

.marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;

  span {
    text-transform: uppercase;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    animation: marquee 24s linear infinite;
    font-size: 16.875rem;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #e0e0e0;
    line-height: 1;
  }
}

.marquee-sec {
  padding: 0;
}

/* Marquee Sec Css End  */

/* Services Sec Css Start */
.services-sec {
  padding-top: 0;
}

.services-sec .mainHead {
  text-align: center;
  margin-bottom: 3.125rem;
}

.services-wrapp {
  position: relative;
}

.services-content h3 {
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 500;
  text-transform: capitalize;
  position: absolute;
  bottom: 3.125rem;
  right: 0;
  text-align: center;
  left: 0;
  transition: 0.3s ease;
}

.services-hover h4 {
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 500;
  text-transform: capitalize;
}

.services-hover .themeBtn {
  border: 1px solid var(--white);
}

.services-hover {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  bottom: 0;
  justify-content: center;
  gap: 1rem;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.6s ease;
}

.services-wrapp:hover .services-hover {
  transform: translatey(-170%);
  opacity: 1;
}

.services-wrapp::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(
    45deg,
    rgb(29 40 117 / 80%),
    rgb(41 171 226 / 30%)
  );
  opacity: 0;
  transition: 0.6s ease;
}

.services-wrapp:hover::before {
  opacity: 1;
}

.services-wrapp:hover .services-content h3 {
  opacity: 0;
}

/* Services Sec Css End */

/* Testimonials Sec Css Start */
.testimon-overlay {
  background-color: var(--white);
  box-shadow: 0 4px 71px 0 rgb(207 207 207 / 40%);
  padding: 4rem 0;
  border-radius: 12px;
}

.testimon-stars {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: center;
  margin: 1.875rem 0 1rem;
}

.testimon-stars li a {
  color: #ffb908;
}

.testimon-content p {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #797979;
  font-style: italic;
  line-height: 2;
  width: 94%;
  margin: auto;
}

.testimon-content h4 {
  font-size: 2.0625rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #012b3a;
  margin-top: 1.875rem;
}

.testimonials-sec {
  padding: 0 0 6rem;
}

.testimonials-sec .mainHead {
  text-align: center;
  margin-bottom: 2.5rem;
}

.testimonials-sec .swiper-button-next:after,
.testimonials-sec .swiper-button-prev:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.25rem;
  font-weight: 300;
}

.testimonials-sec .swiper-button-next:after {
  content: "\f178";
}

.testimonials-sec .swiper-button-prev:after {
  content: "\f177";
}

.testimonials-sec .swiper-button-prev,
.testimonials-sec .swiper-button-next {
  height: 3.75rem;
  width: 3.75rem;
  border: 1px solid rgb(4 38 31 / 44%);
  border-radius: 50px;
  color: rgb(4 38 31 / 44%);
  top: 3rem;
  bottom: 0;
  margin: auto;
  transition: 0.5s ease;
}

.testimonials-sec .swiper-button-prev {
  left: 10%;
}

.testimonials-sec .swiper-button-next {
  right: 10%;
}

.testimonials-sec .swiper-button-next:hover,
.testimonials-sec .swiper-button-prev:hover {
  color: #04261f;
  border: 1px solid #04261f;
}

/* Testimonials Sec Css End  */

/* Hover Effect Css Start */
.themeBtn:hover {
  color: var(--white);
  background: linear-gradient(45deg, #000000, #bfd7e2);
}

/* Hover Effect Css End  */

footer {
  background-color: #fff;
  padding: 6.25rem 0 1.875rem;
}

footer h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #1a2342;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
}

.quicklist li {
  padding: 5px 0;
}

.quicklist li a {
  font-size: 1rem;
  color: #6f6f6f;
}

/* .copyRight {
  padding-top: 30px;
  margin-top: 100px;
  border-top: 1px solid #707070;
} */

.copyRight p {
  color: #6f6f6f;
}

.calFoter li {
  padding: 0.625rem 0;
  color: #6f6f6f;
  font-size: 1rem;
  display: flex;
  gap: 0.4rem;
}

.calFoter li strong {
  color: #1a2342;
}

.calFoter .themeBtn {
  margin-top: 2rem;
}

.social-link {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.social-link li a i {
  background-color: #27234a;
  color: var(--white);
  width: 3rem;
  height: 3rem;
  text-align: center;
  border-radius: 100%;
  transition: 0.5s ease;
  display: grid;
  place-items: center;
}

section.mapsec {
  padding: 0;
}

section.mapsec iframe {
  display: block;
  filter: grayscale(1);
}

.quicklist li a:hover {
  color: var(--secondary);
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--secondary);
}

.social-link li a i:hover {
  background: var(--secondary);
}

/* innerpages Start */

.innerBan .overlay {
  position: absolute;
  text-align: left;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.innerBan h2 {
  font-size: 4rem;
  color: var(--white);
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
}

.innerBan {
  position: relative;
}

section.about-sec.aboutpage {
  padding: 0 8.75rem 4rem 8.75rem;
}

section.about-sec.aboutpage .about-content p {
  width: 82%;
}

figure.video11 {
  position: relative;
}

figure.video11 a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 6.25rem;
  height: 6.25rem;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(45deg, #1d2875, #29abe2);
}

section.video-abt {
  padding: 3rem 0 5rem 0;
}

section.testimonials-sec.revewspage .testimon-content {
  background-color: var(--white);
  box-shadow: 0 4px 71px 0 rgb(207 207 207 / 40%);
  padding: 4rem 0;
  border-radius: 12px;
  margin-bottom: 3.75rem;
}

section.testimonials-sec.revewspage {
  padding-bottom: 1rem;
}

section.testimonials-sec.revewspage .testimon-content p {
  width: 80%;
}

.contactForm input {
  width: 100%;
  height: 3.4375rem;
  border: 1px solid #bebebe;
  outline: none;
  background: transparent;
  color: var(--black);
  font-size: 1rem;
  padding: 1.125rem 0.9375rem;
  margin-bottom: 1.5rem;
  border-radius: 7px;
}

.contactForm textarea {
  width: 100%;
  border: 1px solid #bebebe;
  outline: none;
  background: transparent;
  color: var(--black);
  font-size: 1rem;
  padding: 1.125rem 0.9375rem;
  margin-bottom: 1.5rem;
  resize: none;
  border-radius: 7px;
}

.contactForm input::placeholder {
  color: #999999;
}

.contactForm textarea::placeholder {
  color: #999999;
}

.contactBtn button {
  margin: 0;
  border: none;
  outline: none;
}

section.contact-page {
  padding: 0;
}

.contactForm p {
  font-size: 1rem;
  color: #5e5a56;
  margin-bottom: 2rem;
}

.contactForm h3 {
  font-size: 4rem;
  font-weight: bold;
  color: #1a2342;
  margin-bottom: 1rem;
}

.contactForm {
  padding-right: 12rem;
}

/* Services Inner Css Start */
.servicescontent h2 {
  font-size: 2.725rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #1a2342;
  margin: 1rem 0 2rem;
}

.servicescontent h3 {
  font-size: 2.625rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #1a2342;
  margin: 1rem 0 2rem;
}

.servicescontent p {
  color: #5e5a56;
  line-height: 1.8;
}

.serviceslist {
  border-radius: 3px;
  background-color: #e7f3f9;
  padding: 1.875rem 2.8125rem 2.5rem 2.5rem;
  margin-bottom: 1.875rem;
}

.servicesitems li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #18100f;
  padding: 0.9375rem 1.25rem;
  border-radius: 7px;
  transition: 0.2s ease;
}

.servicesitems li + li {
  margin: 0.75rem 0 0 0;
}

.sericesback ul li a {
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white);
  display: flex;
}

.sericesback figure::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(179deg, #29abe2, #1d2875);
  opacity: 75%;
}

.sericesback ul li + li {
  margin: 1.003rem 0 1.875rem;
}

.sericesback .themeBtn {
  padding: 1.25rem 8.75rem;
}

.servicesitems li:hover a {
  background: linear-gradient(263deg, #29abe2, #1d2875);
  color: var(--white);
}

.servicesitems li {
  transition: 0.9s ease;
}

.servicesvideo {
  background: url(../images/video1.webp) center/cover fixed;
  height: 860px;
  z-index: 1;
  display: flex;
  align-items: center;
}

.servicesvideo::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(
    184deg,
    rgb(41 171 226 / 58%),
    rgb(29 40 117 / 73%)
  );
  z-index: -1;
}

.sericesback figure {
  position: relative;
}

.sericesback {
  position: relative;
}

.position {
  position: absolute;
  left: 2.25rem;
  bottom: 1.875rem;
}

.servicesvideo a i {
  height: 11.5625rem;
  width: 11.5625rem;
  background-color: var(--white);
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 3rem;
  margin: auto;
  transition: 0.9s ease;
  color: var(--black);
}

.servicesvideo a:hover i::before {
  transform: scale(1.2);
}

.servicesvideo a i::before {
  transition: 0.7s ease;
}

section.testimonials-sec.servicestestimon {
  padding: 6rem 0;
}

section.servicesvideo.video1 {
  background: url(../images/video2.webp) center/cover fixed;
}
section.servicesvideo.video2 {
  background: url(../images/video3.webp) center/cover fixed;
}

section.servicesvideo.skinvideo {
  background: url(../images/video4.webp) center/cover fixed;
}

section.servicesvideo.nexplanvideo {
  background: url(../images/video5.webp) center/cover fixed;
}

section.servicesvideo.acceptingvideo {
  background: url(../images/video6.webp) center/cover fixed;
}

section.servicesvideo.birhtvideo {
  background: url(../images/video7.webp) center/cover fixed;
}

section.servicesvideo.chronicvideo {
  background: url(../images/video8.webp) center/cover fixed;
}

section.servicesvideo.diseasvideo {
  background: url(../images/video9.webp) center/cover fixed;
}
/* Services Inner Css End  */

/*  */
.servicescontent h5 {
  color: #1a2342;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Archivo";
  text-align: center;
}

.servicescontent {
  margin: 4rem auto;
}

/* Privacy Policy */
.Privacy-Policy-content h5 {
  color: #1a2342;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Archivo";
}
.Privacy-Policy-content p {
  color: #5e5a56;
  line-height: 1.8;
  margin: 1rem 0 1.85rem;
}
ul.privicy-list {
  padding: 0 1.75rem;
}
ul.privicy-list li {
  color: #5e5a56;
  line-height: 1.8;
  margin: 0 0 1rem;
  list-style: disc;
}
/*  */
footer .row:nth-child(2) {
  border-top: 2px solid #707070;
  padding: 1rem;
  margin: 6rem 0;
}
.calFoter li a {
  color: #6f6f6f;
  font-size: 16px;
  display: flex;
  gap: 0.4rem;
}
.last-btn a {
  color: #5e5a56;
  transition: 0.5s ease-in;
}
.last-btn a:hover {
  color: var(--secondary);
}
.about-content .mainHead {
  font-size: 2.9rem;
}

figure.services-img img {
  height: 590px;
  object-fit: cover;
}

/* blog card start */
.blog-card {
  padding: 1rem;
  border-radius: 15px;
  border: 2px solid var(--primary);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.blog-card figure img {
  border-radius: 10px;
}

.blog-card h2 {
  font-size: 1.6rem;
  color: var(--primary);
  font-weight: 600;
  line-height: 1.3;
  margin: 12px 0;
}

.blog-card p {
  margin-bottom: 1rem;
}
/* blog card end */

/* Blog detail page start */
.blog-details .mainHead {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.blog-details p {
  margin-bottom: 1rem;
}

.blog-details h3 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
/* Blog detail page end */
.blog-details ul li {
    color: #828282;
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 10px;
}

figure.insurance-imag img {
    width: 220px;
    height: 150px;
    object-fit: contain;
}
/* FAQ Section Styling */
.faq-card {
  border: 1px solid #e5e5e5;
  border-radius: 8px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  border-color: #d1d1d1;
  transform: translateY(-2px);
}

.faq-header {
  cursor: pointer;
  transition: background-color 0.2s;
}

.faq-header:hover {
  background-color: #fcfcfc !important;
}

.faq-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
}

.faq-icon {
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  color: #888;
  margin-left: 15px;
  transition: transform 0.3s ease, color 0.3s ease;
  display: inline-block;
  width: 24px;
  text-align: center;
}

/* Icon Rotation on Expand */
.faq-header[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
  color: #333;
}

.faq-body p {
  color: #434343;
  line-height: 1.4;
  font-size: 15px;
  width: 78%;
}

/* Mobile responsiveness adjustments */
@media (max-width: 768px) {
  .faq-title {
    font-size: 1rem;
  }

  .faq-header {
    padding: 1rem !important;
  }
}


#toast {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 14px 18px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    display: none;
    z-index: 99999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
}

#toast.success {
    background: #28a745;
}

#toast.error {
    background: #dc3545;
}