
body {
  font-family: Georgia;
}
/* Header  */
.main-header {
  background-color: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
  width: 100%;
  z-index: 9998!important;
  position: relative;
  top: 74px;
}

@media screen and (max-width: 512px){
  .main-header{
    top: 122px;
  }
  .hero-video-section, .hero-video-section video {
    height: 100%;
    margin-top: 60px;
}
.about-hero {
  margin-top: 120px!important;
}
}

/* .main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999!important;
  animation: smoothSlide 0.4s ease;
}  */
/* 
@keyframes smoothSlide {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
} */


/* .main-header.hide-header {
  top: -260px;
} */

.header-top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}


/*----------------------------
    Top Bar
----------------------------*/
.topbar-area {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9999!important;
  background-color: #1c2d59;
}
/* .topbar-area.hide-topbar{
  top: -245px;
} */

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0!important;

}

.topbar-inner.style-01 {
  padding: 10px 0;
}

.topbar-inner .right-contnet {
  display: flex;
  align-items: center;
}

.topbar-inner .right-contnet .icon-part {
  margin-right: 25px;
}

.topbar-inner .right-contnet .icon-part ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.topbar-inner .right-contnet .icon-part ul li {
  font-size: 15px;
  color: #fff;
}

.topbar-inner div .appointment-btn {
  padding: 15px 30px;
  background-color: #f27b21;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 0;
  text-decoration: none!important;
}

.topbar-inner div .appointment-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  height: 100%;
  background-color: #f27b21;
  z-index: -1;
}

.topbar-inner div .appointment-btn:hover {
  background-color: #1c2d59;
  color: #fff;
}

/* icon part  */
.nav-right-content .icon-part{
  color: #fff;
}

.nav-right-content .icon-part ul {
  display: flex;
  gap: 12px;
  position: relative;
}
.nav-right-content .icon-part ul li{
    position: relative;
    color: #fff;
}
.nav-right-content .icon-part ul li a {
    color: #fff;
}
.nav-right-content .icon-part ul li .pcount{
  position: absolute;
  top: -12px;
  right: -10px;
  width: 18px;
  line-height: 18px;
  height: 18px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #f27b21;
}
@media screen and (max-width: 1080px) {
  .topbar-inner div .appointment-btn:after{
    width: 100px!important;
  }
}
@media screen and (max-width: 700px) {
  .topbar-inner{
    padding: 15px 0;
  }
  .topbar-inner .right-contnet,
  .topbar-inner{
    flex-wrap: wrap!important;
    gap: 10px!important;
    justify-content: center!important;
  }
  .info-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
  
}
@media screen and (max-width: 536px) {
 /* .info-items, .nav-right-content {
  margin-bottom: 10px;
 } */
 .topbar-inner .right-contnet .info-items,
  .topbar-inner .right-contnet .icon-part ul {
    margin-bottom: 10px;
  }

 .topbar-inner div .appointment-btn {
    padding: 13px 14px;}
}


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

.social-link ul li {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  transition: all 0.3s ease-in;
}
.social-link ul li a i {
  color: #fff;
}

.social-link ul li + li {
  margin-left: 10px;
}

.social-link ul li a:hover {
  color: #f27b21!important;
}

.social-link.style-01 ul li {
  display: block;
}

.social-link.style-01 ul li + li {
  margin-left: 0;
}

.social-link.style-01 ul li:hover {
  color: #f27b21;
}


/* Icon links */

.social-icons .icon-circle {
  color: #1c2d59;
  font-size: 1.2rem;
  font-weight: 500;
}

.top-social-icons{
  gap: 15px;
}

.top-social-icons .icon-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid #f27c2150;
  color: #fff;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: all .4s linear;
  text-decoration: none!important;
  background: transparent!important;
  z-index: 1;
}
.top-social-icons .icon-circle i {
   position: relative;
  color: #fff;
  transition: .5s;
  z-index: 3;
}
.top-social-icons .icon-circle:hover i {
  color: #fff;
  transform: rotateY(360deg);
}
.top-social-icons .icon-circle:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f27c21!important;
  transition: .5s;
  z-index: 2;
}
.top-social-icons .icon-circle:hover:before {
  top: 0;
}
.top-social-icons .icon-circle:hover{
  transform: translateY(-7px);
  /* background-color: var(--main-color-one); */
}

/*----------------------------
    Info Bar
----------------------------*/
.info-bar-bottom {
  background-color: transparent;
}

.info-bar-bottom.style-02 {
  position: absolute;
  width: 100%;
  z-index: 2;
  padding: 20px 0 40px;
}

.info-bar-bottom.style-03 {
  padding: 20px 0 20px;
  border-bottom: 1px solid #e1e1e1;
}

.info-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-items.style-01 li i {
  color: #fff;
}

.info-items li {
  margin-right: 14px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  transition: all 0.3s ease-in;

}

 .info-items .left-border:after {
    width: 1.2px;
    height: 10px;
    background-color: #fff!important;
    content: "";
    display: inline-block;
    margin-left: 15px;
}
.info-items li a {
  text-decoration: none!important;
  color: #fff!important;
  font-family: "Montserrat", sans-serif;
}

.info-items li:hover {
  color: #fff;
}

.info-items li i {
  margin-right: 5px;
  color: #f27b21;
}

.info-items-02 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-items-02 li {
  display: flex;
  align-items: center;
}

.info-items-02 li .title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-top: 15px;
  margin-right: 15px;
}

.info-items-02 li .number {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.info-items-02 li .number span {
  color: #f27b21;
}

.prescription-upload {
  border: 2px dotted #f27b21!important;
  padding: 5px;
  border-radius: 5px;
}


@media (max-width: 991.98px) {
  .main-nav,
  .service-nav {
    display: none !important;
  }
  .social-link{
    display: none; 
}
 .prescription-upload{
    display: none;
  }
  .topbar-inner{
    justify-content: center!important;
  }
}

/* Logo Image */

.logo-img {
  width: 250px!important;
  height: auto;
}

/* .logo-img {
  width: 315px!important;
  height: auto;
} */

.list-group-item.active {
    background-color: #1c2d59;
    border-color: #1c2d59;
}

.nav-link {
  color: #1c2d59 !important;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  line-height: 1.4;
  padding: 6px 12px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
}

.nav-link:hover {
  background-color: #f27b21;
  color: #fff !important;
  border-radius: 8px;
}
/* Active / current page */
.main-nav .nav-link.active,
.service-nav .nav-link.active,
.mobile-menu .nav-link.active,
.nav-link[aria-current="page"] {
  background-color: #f27b21;
  color: #fff !important;
  border-radius: 8px;
}

.nav-link.active:hover {
  background-color: #f27b21;
  color: #fff !important;
}

.nav-link:focus-visible {
  outline: 2px solid #f27b21;
  outline-offset: 2px;
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  .main-nav,
  .service-nav {
    display: none !important;
  }
}

.logo-img {
  width: 280px!important;
  height: auto;
}
.service-nav .service-link {
  color: #1c2d59;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}

.service-nav .service-link:hover {
  background-color: #f27b21;
  color: #fff;
}

.btn-dark-green {
  background-color: #1c2d59;
  border: none;
  padding: 9px .8rem !important;
}

.btn-dark-green:hover {
  background-color: #f27b21;
  color: #fff;
}

/* Phone (≤600px) */


@media (min-width: 360px) and (max-width: 883px) {
  /* .main-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: sticky;
    top: 0;
    z-index: 1100;
    background: #fff;
    overflow-x: hidden;
  } */

  /* logo */
  .logo-img {
    width: 280px!important;
    height: auto;
  }

  .header-top {
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .main-nav,
  .service-nav,
  .btn-dark-green {
    display: none !important;
  }

  .header-top .btn.d-lg-none {
    margin-left: auto;
    padding: 0.25rem 0.5rem;
  }

  #mobileMenu .nav-link {
    display: block;
    padding: 0.75rem 1rem;
    text-align: left;
    border-radius: 6px;
  }

  /* Active/hover in mobile menu */
  #mobileMenu .nav-link:hover,
  #mobileMenu .nav-link.active {
    background-color: #f27b21;
    color: #fff !important;
  }

  .hero-video-section,
  .hero-video-section video {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 320px) and (max-width: 568px) {
  /* .main-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: sticky;
    top: 0;
    z-index: 1100;
    background: #fff;
    overflow-x: hidden;
  } */

  /* logo */
  .logo-img {
    width: 240px!important;
    height: auto;
  }

  .header-top {
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .main-nav,
  .service-nav,
  .btn-dark-green {
    display: none !important;
  }

  .header-top .btn.d-lg-none {
    margin-left: auto;
    padding: 0.25rem 0.5rem;
  }

  #mobileMenu .nav-link {
    display: block;
    padding: 0.75rem 1rem;
    text-align: left;
    border-radius: 6px;
  }

  /* Active/hover in mobile menu */
  #mobileMenu .nav-link:hover,
  #mobileMenu .nav-link.active {
    background-color: #f27b21;
    color: #fff !important;
  }

  .hero-video-section,
  .hero-video-section video {
    position: relative;
    z-index: 1;
  }
}
/* ............  */
/* 
 .hero-video-section{
    height: 100vh;
    width: 100%;
    position: relative;
    top: 100%;
    left: 0;
} */
 .hero-video-section,
  .hero-video-section video {
    height: 100%;
  }
.about-hero {
  width: 100%;
  padding: 0;
  margin-top: 74px;
}

.breadcrumb-box {
  background-color: #1c2d59;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
}

.breadcrumb-box a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-box a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
/* WHAT ABOUT US */
.about-strategy-section ul li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

/* our skills  */

.skills-section {
  background-color: #1c2d59;
  font-family: Georgia, serif;
}

.skill-box {
  height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.skill-box:hover {
  transform: scale(1.02);
}

.skill-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.skill-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  transition: transform 0.3s ease;
}

.skill-box:hover .skill-text {
  transform: scale(1.05);
}

.skill-text span {
  font-size: 1.1rem;
  color: #f27b21;
}

.skill-text h5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.hover-content,
img.hover-image,
.skill-box.hovered .hover-content {
  display: none !important;
}


/* Info Card css  */

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

.info-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.info-card li span i {
  flex-shrink: 0;
  font-size: 18px!important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.info-first-ul li span i {
  color: #223e7c!important;
}
.info-sec-ul li span i {
  color: #f77e21!important;
}


/* .animated-title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s forwards;
  animation-delay: calc(var(--char-index) * 0.03s);
} */

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .skills-section {
  background-color: #1c2d59;
}

.skill-box {
  height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.skill-content,
.hover-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.skill-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

img.hover-image {
  height: 90px;
  width: auto;
  object-fit: cover;
  border-radius: 10px;
  margin: 0 20px;
} */

/* Circular Icon Style */
/* .icon-circle {
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
} */

/* Hover effect */
/* .hover-content {
  display: none;
}

.skill-box.hovered .skill-content {
  display: none;
}

.skill-box.hovered .hover-content {
  display: flex;
} */

/* Our Award */
.award-section {
  background-color: #fff;
}

.award-img {
  width: 80px;
  height: auto;
  transition: transform 0.3s ease;
}

.award-link {
  color: #1c2d59;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #1c2d59;
  padding-bottom: 2px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.award-link:hover {
  color: #f27b21;
  border-color: #f27b21;
}

.award-section .d-flex {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  padding: 10px;
}

.award-section .d-flex:hover {
  background-color: #f27b21;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.award-section .d-flex:hover h5,
.award-section .d-flex:hover p,
.award-section .d-flex:hover span {
  color: #fff !important;
  transition: color 0.3s ease;
}

/*  Image hover zoom */
.award-section .d-flex:hover .award-img {
  transform: scale(1.05);
}

/* video section  */

.video-section {
  position: relative;
  overflow: hidden;
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-btn {
  position: relative;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.play-btn:hover {
  transform: scale(1.1);
}

.play-icon {
  width: 0;
  height: 0;
  border-left: 20px solid #1c2d59;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 5px;
}

.play-btn::before,
.play-btn::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.play-btn::before {
  width: 130px;
  height: 130px;
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.play-btn::after {
  width: 160px;
  height: 160px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-modal.active {
  display: block;
}

.video-backdrop {
  position: absolute;
  inset: 0;
}

.video-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  margin: 100px auto;
  background: #000;
}

.video-content iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #1c2d59;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

/* Our Achievment */

.our-skill-section {
  background-color: #fefcf6;
}

.skill-circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin: auto;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #212529;
  text-align: center;
}

.skill-circle.bg-success {
  background-color: #285a48 !important;
  color: #fff;
  border: none;
}

.skill-circle:hover {
  background-color: #1c2d59 !important;
  color: #fff !important;
  border-color: #1c2d59;
}

.skill-circle:hover p,
.skill-circle:hover i,
.skill-circle:hover h2 {
  color: #fff !important;
}

/*  Mobile Responsive  */
@media (max-width: 576px) {
  .skill-circle {
    width: 160px;
    height: 160px;
    padding: 15px;
  }

  .skill-circle h2 {
    font-size: 1.5rem;
  }

  .skill-circle p {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }

  .custom-heading {
    font-size: 1.5rem;
  }

  .custom-paragraph {
    font-size: 0.875rem;
  }
}

/* Blog */
.blog-section {
  background-color: #fefcf6;
}

.featured-blog-card {
  height: 220px;
}

.featured-blog-card img {
  object-fit: cover;
  opacity: 0.3;
}

.blog-list-item {
  overflow: hidden;
  transition: background 0.3s ease;
  position: relative;
  z-index: 1;
}

.blog-hover-bg {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.blog-list-item:hover .blog-hover-bg {
  opacity: 0.2;
}

.blog-list-item:hover .blog-date {
  display: none;
}

.blog-list-item:hover::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #1c2d59;
  font-size: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

/* ANIMATED TITLE STYLING */
.animated-title {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animated-title.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Prevent horizontal scrolling */
html,
body {
  /* overflow-x: hidden; */
  max-width: 100%;
}

/*  container overflow problem Fix in mobile  */
@media (max-width: 767.98px) {
  .container,
  .row,
  .col,
  .col-md-3,
  .col-md-9,
  .sidebar,
  section,
  .card,
  .card-body,
  .input-group {
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* .topbar,
  nav,
  .sidebar {
    flex-wrap: wrap;
    justify-content: center !important;
    text-align: center;
  }

  .navbar img,
  .logo img,
  .logo-img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  } */

  .text-center,
  .text-end,
  .text-start {
    text-align: center !important;
  }

  .input-group {
    flex-direction: column;
    align-items: center;
  }

  .input-group .form-control {
    text-align: center;
  }

  /* button,
  .btn, */
  .form-control {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .calendar-sidebar,
  .calendar-column {
    text-align: center !important;
    align-items: center !important;
  }

  .card {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .calendar-container {
    padding: 1rem;
  }
}
