
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

body{
    font-family: 'Poppins', 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: linear-gradient( 109.6deg,  rgba(223,234,247,1) 11.2%, rgba(244,248,252,1) 91.1% );

}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: black !important;
    background-color: #0072ff;
}
.text-primary{
  color: #0D47A1!important;
}

/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid var(--bs-primary) !important;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}
@media (max-width: 768px) {
  .section-title {
      padding: 0 15px;
  }

  .section-title .sub-style::before,
  .section-title .sub-style::after,
  .sub-title::before,
  .sub-title::after {
      width: 40px;
      margin-left: -40px;
      margin-right: -40px;
  }

  .section-title .sub-style::after,
  .sub-title::after {
      width: 25px;
      margin-left: -25px;
      margin-right: -25px;
  }
}

@media (max-width: 576px) {
  .section-title {
      padding: 0 10px;
  }

  .section-title .sub-style::before,
  .section-title .sub-style::after,
  .sub-title::before,
  .sub-title::after {
      display: none;
  }

  .section-title .sub-style,
  .sub-title {
      text-align: center;
  }
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 10px;
    padding: 25px 15px;
    color: var(--bs-dark) !important;
    font-size: 20px;
    font-weight: 700;
    outline: none;
    transition: .5s;
    
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 23px 13px;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 93px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 70px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}
@media (max-width: 576px) {
    .dropdown-item img {
      max-width: 30px;
    }
    .dropdown-item span {
      font-size: 14px;
    }
  }
  
@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
      display: flex !important
;
      flex-basis: auto;
      margin-right: 110px;
  }
}
@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

@media (max-width: 575.98px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 8px 12px;
  }

  .navbar-light .navbar-brand img {
    max-height: 40px;
  }

  .navbar .dropdown-toggle::after {
    margin-left: 5px;
    font-size: 12px;
  }

  .dropdown .dropdown-menu {
    font-size: 14px;
    padding: 5px 10px;
  }

  .dropdown .dropdown-menu a {
    padding: 8px 10px;
  }
}


@media (min-width: 576px) and (max-width: 767.98px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 17px;
    padding: 10px 15px;
  }

  .navbar-light .navbar-brand img {
    max-height: 50px;
  }

  .dropdown .dropdown-menu {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    padding: 12px 18px;
  }

  .navbar-light .navbar-brand img {
    max-height: 60px;
  }

  .navbar .dropdown-menu {
    min-width: 180px;
  }

  .dropdown .dropdown-menu a {
    font-size: 16px;
    padding: 10px 15px;
  }
}


@media (min-width: 1400px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 22px;
    padding: 25px 20px;
  }

  .navbar-light .navbar-brand img {
    max-height: 100px;
  }
}

/*** Carousel Hero Header Start ***/
.header-carousel {
  position: relative;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--bs-primary);
  color: var(--bs-white);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
  left: 20px;
}

.header-carousel .owl-nav .owl-next {
  right: 20px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
  color: var(--bs-primary) !important;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
  position: relative;
  width: 100%;
  height: 700px;
  margin-top: 22px;
  display: block;
  object-fit: cover;
}

/* Tablet View */
@media (max-width: 992px) {
  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
      margin-top: 0;
      height: 500px;
  }
}

/* Mobile View */
@media (max-width: 576px) {
  .header-carousel .owl-nav .owl-prev,
  .header-carousel .owl-nav .owl-next {
      top: 90%;
      width: 20px;
  height: 20px;
      font-size: 20px;
  }

  .header-carousel .header-carousel-item,
  .header-carousel .header-carousel-item img {
    height: 169px;
  }

  .header-carousel .carousel-caption .carousel-caption-content {
      width: 95% !important;
      font-size: 14px;
  }
  .btn-lg-square {
    width: 42px;
    height: 42px;
    margin-right: 50px;
    margin-bottom: 24px;
}
}


/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background:  url(../img/bg-bread.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(238, 249, 251, 0.3);
}

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;

}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(159, 161, 161, 0.5);
    color: #070909;
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: rgba(158, 162, 163, 0.5);
    height: 100%;
    color: #070909;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: #000000 !important;
    z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-secondary);
}

/*** Service End ***/

/*** About Start ***/
.about .about-img {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
}

.about .about-img .about-img-inner {
    position: absolute;
    left: 0; 
    bottom: 0; 
    border: 10px solid; 
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;

}

.about .about-img .about-experience {
    position: absolute;
    top: 200px;
    left: -125px;
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 4px;
}

/*** About ***/
.about-fact {
  width: 220px;
  height: 220px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
  .about-fact.mt-n130 {
      margin-top: -130px;
  }
}

.btn-play {
  position: relative;
  display: block;
  box-sizing: content-box;
  width: 36px;
  height: 46px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 18px 20px 20px 28px;
  background: var(--bs-primary);
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: var(--bs-primary);
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: var(--bs-primary);
  border-radius: 100%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: 3px;
  border-left: 30px solid #FFFFFF;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
  0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }

  100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
      opacity: 0;
  }
}

.modal-video .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

.modal-video .modal-body {
  position: relative;
  padding: 0px;
}

.modal-video .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}

/*** About End ***/

/*** Feature Start ***/
.feature-item {
  background-color: #f8f9fa;
  box-shadow: 0px 0px 10px rgb(171, 171, 171);
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation: fadeInUpAnimation 1s ease-out;
  border-radius: 18px 0px 40px 0px;
}

.feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  animation: fadeInIcon 1.5s ease-out;
}

@keyframes fadeInIcon {
  0% {
      opacity: 0;
      transform: scale(0.5);
  }
  100% {
      opacity: 1;
      transform: scale(1);
  }
}

.feature-icon i {
  font-size: 3rem;
  color: #007bff;
  animation: bounceIcon 1s ease-out infinite;
}

@keyframes bounceIcon {
  0% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-10px);
  }
  100% {
      transform: translateY(0);
  }
}

.feature-content h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
  animation: fadeInUpAnimation 1.5s ease-out forwards;
}

.feature-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #0d0b0b;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpAnimation 2s ease-out forwards;
}

@keyframes fadeInUpAnimation {
  0% {
      opacity: 0;
      transform: translateY(30px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.feature .row > div {
  display: flex;
}

.feature-item {
  width: 100%;
}
.feature-item:hover{
  color: #fff!important;
}
.feature .feature-item {
    position: relative;
    display: flex;
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.feature .feature-item::before {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
    color: white;
}

.feature .feature-item:hover::before {
    width: 100%;
    background: var(--bs-primary);
    color: white;
}

.feature .feature-item .feature-icon {
    display: inline-flex;
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
}

.feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.feature .feature-item:hover .feature-content h5 {
    color: #fff
}
/*** Feature End ***/


/*** Appointment Start ***/
.appointment {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.appointment .appointment-form {
    background: rgba(159, 200, 254, 0.3);
    color: #070909;
}

.appointment .appointment-form .btn.btn-primary {
    background-color: #007bff;
}


.offer-list .offer-box {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #f0f8ff;
    padding: 1.25rem;
    border-radius: 12px;
    border-left: 5px solid var(--bs-primary);
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-list .offer-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(13, 110, 253, 0.2);
}

.offer-list .icon-box {
    flex-shrink: 0;
    background-color: var(--bs-primary);
    color: #fff;
    border-radius: 50%;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    animation: pop-in 0.6s ease forwards;
}

.offer-list h5 {
    font-weight: 600;
    color: var(--bs-primary);
    margin-bottom: 0.25rem;
}

.offer-list p {
    color: #333;
    font-size: 0.95rem;
    margin-bottom: 0;
}


@keyframes pop-in {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Responsive Tweaks */
@media (max-width: 767px) {
    .offer-list .offer-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .offer-list .icon-box {
        margin-bottom: 0.5rem;
    }
}

/*** Appointment End ***/

/*** Contact Start ***/
.contact .contact-form .btn.btn-light:hover {
    color: black !important;
    background-color: var(--bs-primary);
}

.contact .contact-form .form-floating input,
.contact .contact-form .form-floating textarea,
.contact .contact-form .form-floating label {
    color: #070909;
}



/* Testimonial Section Title Start */
.contact .section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
}

.contact .section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid #0D47A1 !important;
}

.contact .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid #0D47A1 !important;
}

.contact .section-title .sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.contact .section-title .sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-right: -100px;
    border: 1px solid #0D47A1 !important;
}

.contact .section-title .sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: 8px;
    margin-right: -50px;
    border: 1px solid #0D47A1 !important;
}
/*** Contact End ***/

/* footer start */
.footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0072ff, #2f68c4, #7096dd, #eaf5f2);
    background-size: 400% 400%;
    animation: gradientBG 20s ease infinite;
    color: white;
    z-index: 1;
  }
  
  @keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  
  .animated-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: visible;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
  }
  
  .animated-bg span {
    position: absolute;
    bottom: -60px;
    opacity: 0.7;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    filter: drop-shadow(0 0 4px rgba(0,255,255,0.4));
    transform-origin: center;
  }
  
  .capsule {
    width: 40px;
    height: 18px;
    background: linear-gradient(90deg, #00bcd4, #00838f);
    border-radius: 9px;
    box-shadow: inset 0 0 5px #00e5ff;
    animation-name: floatUp;
  }
  
  .pill {
    width: 28px;
    height: 28px;
    background: #00e676;
    border-radius: 50%;
    box-shadow: 0 0 8px #00ff85;
    animation-name: floatUp;
    position: relative;
  }
  .pill::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    width: 16px;
    height: 3px;
    background: #a5d6a7;
    border-radius: 2px;
    transform: translateY(-50%);
  }
  
  .syringe {
    width: 12px;
    height: 40px;
    background: linear-gradient(to bottom, #757575, #424242);
    border-radius: 4px;
    box-shadow: 0 0 6px #90caf9;
    animation-name: floatUp;
    position: relative;
  }
  .syringe::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 3px;
    width: 6px;
    height: 6px;
    background: #0D47A1;
    border-radius: 50% 50% 0 0;
    box-shadow: 0 0 4px #0D47A1;
  }
  
  .stethoscope {
    width: 20px;
    height: 20px;
    border: 3px solid #0D47A1;
    border-radius: 50%;
    box-shadow: 0 0 6px #0D47A1;
    animation-name: floatUp;
    position: relative;
  }
  .stethoscope::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 3px;
    height: 20px;
    background: #0D47A1;
    transform: translateX(-50%);
    border-radius: 2px;
  }
  

  @keyframes floatUp {
    0% {
      transform: translateY(0) rotate(0deg) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateY(-900px) rotate(360deg) scale(0.6);
      opacity: 0;
    }
  }

  .animated-bg span:nth-child(1) {
    left: 10%;
    animation-duration: 22s;
    animation-delay: 0s;
  }
  .animated-bg span:nth-child(2) {
    left: 30%;
    animation-duration: 18s;
    animation-delay: 5s;
  }
  .animated-bg span:nth-child(3) {
    left: 50%;
    animation-duration: 25s;
    animation-delay: 2s;
  }
  .animated-bg span:nth-child(4) {
    left: 70%;
    animation-duration: 20s;
    animation-delay: 7s;
  }
  .animated-bg span:nth-child(5) {
    left: 90%;
    animation-duration: 24s;
    animation-delay: 4s;
  }
  
  .footer-item a {
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    transition: color 0.3s ease;
  }
  
  .footer-item a:hover {
    color: #080a09; 
  }
  
  .footer-item h4 {
    font-weight: 800;
    font-size: 1.5rem;
    color: #070909;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 8px;
  }
  
  .footer-item h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #0b0c0c;
    box-shadow:
      0 0 8px #0b0c0c,
      0 0 20px #0b0c0c,
      0 0 40px #0b0c0c,;
    border-radius: 2px;
  }
  
  /* Copyright */
.copyright {
    background-color: var(--bs-primary);
    font-size: 0.9rem;
  }
.border-bottom{
    color: white;
}
  /* Responsive text size */
  @media (max-width: 768px) {
    .footer-item h4 {
      font-size: 1.1rem;
    }
  }
/* why choose us */
.why-choose {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.why-choose h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
}

.reasons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.reason {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.reason:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.reason .icon {
    background: var(--bs-primary);
    color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    font-size: 2rem;
    animation: pulse 1.5s infinite;
}

.reason h4 {
    font-size: 1.2rem;
    color: #111;
    margin-bottom: 10px;
}

.reason p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .reason {
        padding: 20px;
    }

    .reason .icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .reason h4 {
        font-size: 1.1rem;
    }
}


/* our products */
.pro {
  padding: 30px 15px;
  animation: fadeIn 1.2s ease-in;
}
.product-grd-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
}

.product-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: fadeInUp 0.7s ease-in;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.flip-crd {
  perspective: 1000px;
  height: 220px;
}

.flip-pro {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
}

.flip-crd:hover .flip-pro {
  transform: rotateY(180deg);
}

.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-bottom: 1px solid var(--bs-primary);
}

.front img, .back img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  background: #f8f9fa;
}

.back {
  transform: rotateY(180deg);
}

.product-content {
  padding: 15px;
}

.product-content h5 {
  font-size: 1.1rem;
  margin: 12px 0 6px;
  color: #130a0a;
  font-weight: 600;
}

.product-content p {
  color: #120f0f;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.product-content button {
  padding: 8px 20px;
  background: var(--bs-primary);
  border: none;
  color: #fff;
  border-radius: 25px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.3s ease;
}

.product-content button:hover {
  background: var(--bs-primary);
  transform: scale(1.05);
}

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-15px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive fix */
@media(max-width: 480px) {
  .flip-crd {
    height: 180px;
  }
}

  /* faq */

  .faq-image img {
    width: 100%;
    height: 488px;
    border-radius: 8px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3); 
    transition: box-shadow 0.3s ease, transform 0.3s ease;
  }
  
  .faq-image img:hover {
    box-shadow: 0px 0px 30px rgba(109, 166, 240, 0.6); 
  }
  
  .accordion-button {
    background-color: #f8f9fa;
    color: #0a0909;
    font-size: 1rem;
    font-weight: bold;
    padding: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
  }
  
  .accordion-button:hover {
    background-color: #e9ecef;
  }
  
  .accordion-button:not(.collapsed) {
    background-color: var(--bs-primary);
    color: white;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
  }
  
  .accordion-body {
    background-color: #f1f1f1;
    padding: 15px;
    font-size: 1rem;
    color: #110d0d;
    border-radius: 8px;
  }

  .accordion-collapse {
    animation: slideIn 0.3s ease-in-out;
  }
  
  @keyframes slideIn {
    from {
      transform: translateY(-20px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  

  @media (max-width: 768px) {
    .faq-image img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }
  
    .accordion-button {
      font-size: 1.2rem;
    }
  
    .accordion-body {
      font-size: 1.1rem;
    }
  }
  
  @media (max-width: 576px) {
 
  
    .accordion-button {
      font-size: 1rem;
    }
  
    .accordion-body {
      font-size: 1rem;
    }
  }
  .wrapper-abt::before,
.wrapper-abt::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  animation: float 15s ease-in-out infinite;
  z-index: 0;
}

.wrapper-abt::before {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle at center, #1c7acc, #1608b8);
  top: -100px;
  left: -100px;
  animation-delay: 0s;
}

.wrapper-abt::after {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle at center, #115fbf, #054860);
  bottom: -80px;
  right: -80px;
  animation-delay: 5s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(45deg);
  }
}

.wrapper-abt {
  max-width: 1200px;
  margin: auto;
  display: grid;
  gap: 3rem;
  position: relative;
  z-index: 1;
  padding: 2rem 1rem;
}

.section {
  background: rgba(255, 255, 255, 0.04);
  border-left: 5px solid rgb(3, 29, 78);
  padding: 2rem;
  border-radius: 1.2rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 2rem;
  overflow: hidden;
}

.section.reverse {
  grid-template-columns: 1fr 1fr;
  direction: rtl;
}

.section.reverse .text {
  direction: ltr;
}

.text h2 {
  font-size: 1.8rem;
  color: rgb(3, 29, 78);
  margin-bottom: 1rem;
}

.text p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.text ul {
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.text ul li {
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 1.5rem;
}

.text ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: rgb(3, 29, 78);
}

.section img {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 0 20px rgba(25, 26, 26, 0.1);
}

.footer-note {
  font-style: italic;
  color: #aaa;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .section.reverse {
    direction: ltr;
  }

  .section.reverse .text {
    direction: ltr;
  }

  .text h2 {
    font-size: 1.5rem;
  }

  .text p {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .section {
    padding: 1.5rem 1rem;
    gap: 1.5rem;
  }

  .text h2 {
    font-size: 1.3rem;
  }

  .text p,
  .text ul li {
    font-size: 0.95rem;
  }

  .wrapper-abt::before,
  .wrapper-abt::after {
    display: none;
  }
}

.expertise-section {
  padding: 80px 20px;
  text-align: center;
  position: relative;
}

.expertise-section h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 50px;
  position: relative;
  animation: slideInDown 1s ease-in-out;
}

.expertise-card {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 40px 25px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  margin: 15px;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.expertise-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.expertise-card i {
  font-size: 3rem;
  color: #0D47A1;
  margin-bottom: 20px;
  animation: floatIcon 3s ease-in-out infinite;
}

.expertise-card h5 {
  font-size: 1.4rem;
  color: #0D47A1;
  font-weight: 600;
  margin-bottom: 15px;
}

.expertise-card p {
  color: #0a0909;
  font-size: 0.96rem;
  line-height: 1.6;
}

.expertise-footer-text {
  margin-top: 40px;
  font-style: italic;
  font-size: 1rem;
  color: #666;
  animation: fadeIn 2s ease;
}

/* Icon floating animation */
@keyframes floatIcon {
  0% {
      transform: translateY(0px);
  }

  50% {
      transform: translateY(-10px);
  }

  100% {
      transform: translateY(0px);
  }
}

/* Title animation */
@keyframes slideInDown {
  0% {
      transform: translateY(-50px);
      opacity: 0;
  }

  100% {
      transform: translateY(0);
      opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0;
      transform: scale(0.9);
  }

  100% {
      opacity: 1;
      transform: scale(1);
  }
}

@media (max-width: 768px) {
  .expertise-card {
      padding: 30px 20px;
  }
}

 
/* products */

.highlight {
  font-size: 1.2rem;
  color: #007bff;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  animation: fadeIn 1.5s ease;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

ul li {
  font-size: 1rem;
  color: #030202;
  margin-bottom: 10px;
}

.product-uses, .product-side-effects, .product-usage, .product-working, .product-missed-dose {
  background-color: #eff1f7;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.product-uses:hover, .product-side-effects:hover, .product-usage:hover, .product-working:hover, .product-missed-dose:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .product-details {
    padding: 15px;
  }

  .highlight {
    font-size: 1rem;
  }

  .product-uses, .product-side-effects, .product-usage, .product-working, .product-missed-dose {
    padding: 10px;
    font-size: 0.9rem;
  }
 
}

.pro-section {
  padding: 60px 15px;
}

.section-title .sub-title {
  font-size: 28px;
  font-weight: 600;
  color: #3f51b5;
  position: relative;
  text-align: center;
}
.product-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.product-box {
  width: 260px;
  height: 320px;
  perspective: 1000px;
  position: relative;
  transition: transform 0.5s ease;
  animation: fadeUp 0.6s ease forwards;
  opacity: 0;
}

.product-box:nth-child(1) {
  animation-delay: 0.1s;
}

.product-box:nth-child(2) {
  animation-delay: 0.2s;
}

.flip-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.flip-inner {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
  position: relative;
}

.product-box:hover .flip-inner {
  transform: rotateY(180deg);
}

.front, .back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.front img, .back img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.back {
  transform: rotateY(180deg);
}

.product-style1 .front, .product-style1 .back {
  border: 2px solid #3f51b5;
}

@keyframes fadeUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* market area */
.market-area-container {
  padding: 30px 20px;
}

.market-area-title,
.market-area-subtitle {
  color: #007bff; 
  font-size: 1.5em;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.market-area-section {
  background: #fff;
  padding: 25px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.market-area-container p {
  font-size: 16px;
  line-height: 1.7;
  color: #0a0909;
}


  /* market area */
  h2.text-center {
    color: #007bff;
    font-weight: bolder;
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    text-transform: uppercase;
    animation: fadeInDown 1s ease-in-out;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-block {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    overflow: hidden;
    height: 100%; 
    display: flex;
    flex-direction: column;
}

.service-block:hover {
    transform: translateY(-5px) scale(1.02); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.service-block a {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.service-block .inner-box {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.service-block .inner-box i {
    font-size: 3em; 
    color: #007bff; 
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.service-block:hover .inner-box i {
    color: #0056b3; 
}

.service-block .inner-box h5 {
    margin: 0;
    font-size: 1.2em;
    color: #333;
    transition: color 0.3s ease;
}

.service-block:hover .inner-box h5 {
    color: #007bff;
}

@media (max-width: 767px) {
    .service-block .inner-box i {
        font-size: 2.5em; 
    }
    .service-block .inner-box h5 {
        font-size: 1em; 
    }
}

.fab-options {
    position: absolute;
    bottom: 70px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease-out;
}

.fab-container.open .fab-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.fab-option {
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: all 0.3s ease;
}

.fab-option:hover {
    background-color: #0056b3;
    transform: scale(1.1);
}
/* disclaimer privacy terms and conditions */
.disclaimer-section .container {
  max-width: 950px;
  margin: auto;
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 42, 102, 0.1);
}


.important {
  background-color: #e6f0fb;
  color: #003a80;
  padding: 15px 20px;
  border-left: 6px solid #007bff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 64, 128, 0.1);
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}
.disclaimer-section h2,
.disclaimer-section h3,
.disclaimer-section h4,
.disclaimer-section h5,
.disclaimer-section h6 {
  color: #003366;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
}

.important.closing-line {
  text-align: center;
  margin-top: 50px;
  font-size: 20px;
  border-left: none;
  background-color: #d9eaff;
}

.disclaimer-section p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.notice {
  background: #d8eafd;
  border-left: 5px solid #007bff;
  padding: 12px 16px;
  margin: 20px 0;
  font-weight: bold;
  border-radius: 4px;
}

.contact-info {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  font-size: 16px;
}

.contact-info li {
  margin-bottom: 10px;
}

.contact-info a {
  color: #004d99;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .important {
      font-size: 18px;
  }

  .important.closing-line {
      font-size: 17px;
  }

  .disclaimer-section p,
  .contact-info li {
      font-size: 15px;
  }
}