body {
  font-family: Georgia, serif;
}

/* Header  */
.main-header {
  background-color: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1030;
}

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

/* Logo Image */
.logo-img {
  width: 350px!important;
  /* width: 450px; */
  height: auto;
}

.btn-dark-green{
  margin-right: 0!important;
}

.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;
}

.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;
}

/*----------------------------
    Top Bar
----------------------------*/
.topbar-area {
  background-color: #1c2d59;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 15px 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 .right-contnet,
  .topbar-inner{
    flex-wrap: wrap!important;
    gap: 10px!important;
  }
  
}



.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;
}


/*----------------------------
    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: 1px;
    height: 10px;
    background-color: #fff;
    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;
  }
}

.logo-img {
  width: 250px!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;
}

.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;
  }

  /* Smaller logo */
  .logo-img {
    width: 250px!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;
  }

  /* Smaller 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;
  }
}

/* Hero Section */

.hero-video-section {
  height: 100vh;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}

.hero-video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-cta {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  background: transparent;
}

.dignity-button {
  font-size: 18px;
  padding: 14px 28px;
  background-color: #1c2d59;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.dignity-button:hover {
  background-color: #f27b21;
}
.dignity-button.btn-header{
  background-color: #f27b21!important;
  padding: 14px 12px!important;
  font-size: 16px!important;
}
.dignity-button.btn-header:hover{
  background-color: #f27b21!important;
}

.dignity-button.mobile-btn-header{
  background: #1c2d59!important;
  padding: 14px 12px!important;
  font-size: 16px!important;
}
.dignity-button.mobile-btn-header:hover{
  background-color: #f27b21!important;
}

@media screen and (max-width: 991px) {
    .mobile-right-header-btns{
      display: none!important;
    }
}

/* 577px–768px */
@media (min-width: 577px) and (max-width: 768px) {
  .hero-video-section {
    height: auto !important;
  }
  .hero-video-section video {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
  .hero-cta {
    padding: 20px 0;
  }
  .dignity-button {
    font-size: 16px;
    padding: 12px 24px;
  }
}

/* ≤576px */
@media (max-width: 576px) {
  .hero-video-section {
    height: auto;
    min-height: 0;
    overflow: visible;
  }
  .hero-video-section video {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    display: block;
  }

  .hero-cta {
    margin-top: 10px;
    padding-top: 0;
  }
}

/* Next section content */
.next-section {
  background-color: #ffffff;
  min-height: 100vh;
}

/* WHAT ABOUT US section2  */

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

.about-image {
  height: 100%;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}

.about-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.about-description {
  margin-bottom: 1rem;
}

.btn-about {
  background-color: #1c2d59;
  color: white;
  padding: 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-about:hover {
  background-color: #f27b21;
  color: white;
}

/* .center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.circle-btn {
  width: 100px;
  height: 100px;
  background-color: #f8f9fa;
  border-radius: 50%;
  border: 8px solid white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.icon-eyes {
  font-size: 22px;
}

.rotating-text {
  position: absolute;
  font-size: 10px;
  color: #777;
  text-align: center;
  width: 120px;
  top: 100%;
  transform: rotate(90deg);
  transform-origin: top left;
  white-space: nowrap;
} */

@media (max-width: 991.98px) {
  .center-icon {
    display: none;
  }
}

/* Our servives section3 */

.services-section {
  background-color: #f9f8f3;
  font-family: Georgia, serif;
}

.service-box {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: transparent;
  z-index: 1;
  transition: width 0.4s ease, background-color 0.3s ease;
  border-radius: 10px;
}

.bg-dark-hover:hover .hover-bg {
  width: 100%;
  background-color: #1c2d59;
}

.bg-orange-hover:hover .hover-bg {
  width: 100%;
  background-color: #f27b21;
}

.service-box .text,
.service-box .arrow {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

/* Text styles */
.service-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.service-box p {
  margin: 0;
}

.bg-dark-hover:hover .text,
.bg-orange-hover:hover .text,
.bg-dark-hover:hover .arrow,
.bg-orange-hover:hover .arrow {
  color: #fff;
}

/* Arrow button styling */
.arrow {
  font-size: 24px;
  font-weight: bold;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #1c2d59;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c2d59;
  align-self: flex-start;
  margin-top: auto;
  transition: all 0.3s ease;
}

/* Arrow color on hover */
.bg-dark-hover:hover .arrow,
.bg-orange-hover:hover .arrow {
  border-color: #fff;
  color: #fff;
}

/* Responsive spacing */
@media (max-width: 768px) {
  .service-box {
    padding: 20px;
  }

  .arrow {
    margin-top: auto;
  }
}

/* our process  */

.process-section {
  background-color: #fff;
  font-family: Georgia, serif;
}

.circle-img {
  width: 200px;
  height: 200px;
}

.circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #f3f3f3;
}

.icon-overlay {
  position: absolute;
  bottom: 10px;
  right: -10px;
  width: 56px;
  height: 56px;
  background-color: #f4f4f4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
}

.icon-overlay i {
  font-size: 22px;
  color: #1c2d59;
}

.step-label {
  position: absolute;
  bottom: -16px;
  left: 10px;
  background-color: #1c2d59;
  color: white;
  padding: 4px 10px;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 4px;
  z-index: 2;
}

.process-card h5 {
  font-weight: bold;
}

.process-card p {
  max-width: 250px;
  margin: auto;
}

/* portfolio  */

body {
  background-color: #1c2d59;
  font-family: Georgia, serif;
  margin: 0;
  padding: 0;
}

.portfolio-section {
  background-color: #1c2d59;
}

/* Portfolio Card */
.portfolio-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}

.portfolio-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.portfolio-card:hover {
  transform: translateY(-5px);
}

.overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1c2d59;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}

.portfolio-card:hover .overlay-icon {
  opacity: 1;
}

.arrow-up-right {
  width: 12px;
  height: 12px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(25deg);
}

.tag-badge {
  display: inline-block;
  position: absolute;
  bottom: 60px;
  left: 15px;
  font-size: 0.7rem;
  background-color: white;
  color: #1c2d59;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 50px;
  text-transform: uppercase;
  z-index: 2;
}

.title {
  margin-top: 10px;
  font-weight: bold;
  color: white;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  font-size: 1rem;
}

/* what can we expect  */

.services-section {
  background-color: #f9f8f3;
  font-family: Georgia, serif;
}

.service-item {
  background-color: white;
  color: #1c2d59;
  border-radius: 10px;
  transition: background-color 0.4s ease, color 0.4s ease;
  height: 100%;
}

.service-item h5,
.service-item p,
.service-item h6 {
  transition: color 0.4s ease;
}

.hover-dark:hover {
  background-color: #1c2d59;
  color: white !important;
}
.hover-dark:hover h5,
.hover-dark:hover h6,
.hover-dark:hover p {
  color: white !important;
}

.hover-orange:hover {
  background-color: #f27b21;
  color: white !important;
}
.hover-orange:hover h5,
.hover-orange:hover h6,
.hover-orange:hover p {
  color: white !important;
}

.number {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.custom-paragraph {
  font-size: 16px;
  line-height: 1.6;
}

/* .services-section {
  font-family: Georgia, serif;
}

.btn-dark-green {
  background-color: #1c2d59;
  color: #fff;
  border: none;
}

.service-item {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  position: relative;
}

.service-item:hover {
  background-color: #f9f9f9;
}

.service-item .number {
  color: #1c2d59;
  font-weight: bold;
  font-size: 1.1rem;
}

.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: rotate(-6deg);
  transition: all 0.2s ease;
  display: none;
  z-index: 999;
  pointer-events: none;
} */
/* ready to take next step */
.next-step-section {
  background-color: #1c2d59;
  font-family: Georgia, serif;
}

.dignity-button {
  background-color: #1c2d59;
  color: #fff;
  font-family: Georgia, serif;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.dignity-button:hover {
  background-color: #f27b21;
  color: #fff;
}

/* 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 team  */
body {
  background-color: #ffffff;
  font-family: Georgia, serif;
}

.team-section {
  font-family: Georgia, serif;
}

.team-list {
  position: relative;
  margin-top: 2rem;
}

.team-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 18px 24px;
  margin-bottom: 10px;
  position: relative;
  transition: background-color 0.3s ease;
  z-index: 1;
  border: 1px solid #eee;
}

.team-row h5 {
  margin: 0;
  font-weight: bold;
  color: #111;
}

.team-row small {
  font-weight: normal;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #555;
}

.team-arrow .arrow {
  font-size: 1.5rem;
  color: #1c2d59;
  border: 2px solid #1c2d59;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.team-row.active,
.team-row:hover {
  background-color: #1c2d59;
  color: #fff;
  z-index: 2;
}

.team-row.active h5,
.team-row.active small,
.team-row:hover h5,
.team-row:hover small {
  color: #fff;
}

.team-row.active .arrow,
.team-row:hover .arrow {
  background-color: #fff;
  color: #1c2d59;
  border: none;
}

.floating-image-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  height: 220px;
  margin-top: -110px;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s ease, top 0.3s ease;
}

.floating-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.floating-image-wrapper.active {
  opacity: 1;
}
@media (max-width: 767px) {
  .team-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .team-info {
    order: 1;
    margin-bottom: 10px;
  }

  .team-arrow {
    order: 2;
    margin-top: 10px;
  }

  .team-row h5 {
    font-size: 1rem;
  }

  .team-arrow .arrow {
    width: 36px;
    height: 36px;
    font-size: 1.4rem;
    line-height: 30px;
  }

  .floating-image-wrapper {
    display: none;
  }
}

/* Contact us  */
.contact-section {
  background: #fff;
  font-family: Georgia, serif;
}

.form-container,
.image-container {
  width: 100%;
}

/* Input Styles */
.custom-input {
  background-color: #f4f0e9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0.75rem;
  font-size: 0.95rem;
}

.custom-input::placeholder {
  color: #666;
}

/* Button */
.btn-dark-green {
  background-color: #1c2d59;
  border: none;
  transition: background-color 0.3s ease;
}

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

/* Image */
.object-fit-cover {
  object-fit: cover;
}

.animated-title span {
  display: inline-block;
  white-space: nowrap;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .contact-section {
    padding: 2rem 1rem;
  }

  .form-container {
    padding: 1rem !important;
  }

  .animated-title {
    font-size: 1.6rem;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .btn-dark-green {
    width: 100%;
    font-size: 1rem;
    padding: 0.75rem;
  }

  .custom-input {
    font-size: 0.9rem;
    padding: 0.65rem 0.75rem;
  }

  .contact-section img {
    height: 250px;
    object-fit: cover;
  }
}

.container-fluid,
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* modal-content */
.modal-content {
  border-radius: 12px;
  background-color: #fff;
  color: #1c2d59;
  font-family: Georgia, serif;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.modal-content h5 {
  color: #1c2d59;
}

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

/* .map-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
} */

/* .map-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #1c2d59;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.team-marker {
  position: absolute;
  top: 28%;
  left: 52%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
} */

/* Testimonial */
body {
  background-color: #f5f3ef;
  font-family: Georgia, serif;
}

.bg-dark-green {
  background-color: #1c2d59;
}

.review-card {
  border-radius: 12px;
  height: 100%;
  background-color: #fff;
}

.review-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.avatar-group {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.avatar-group .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  margin-left: -10px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.avatar-group .avatar:first-child {
  margin-left: 0;
}

.stars {
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.testimonial-box {
  border-radius: 12px;
  height: 100%;
}

.dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
}

.dot.active {
  background-color: #1c2d59;
}

/* footer  */
.footer-section {
  background-color: #ffffff;
  color: #000000;
  font-family: Georgia, serif;
  font-size: 1.1rem;
}

.footer-headline {
  background-color: #1c2d59;
  color: white;
  padding: 1rem;
  font-size: 1.3rem;
  font-weight: 700;
}

/* Main Footer Content */
.footer-main-content {
  background-color: #ffffff;
  color: #000000;
  font-weight: 400;
  font-size: 1.1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-main-content .col-md-4 {
  text-align: left;
}

/* Links inside main content */
.footer-main-content a {
  color: black;
  text-decoration: none;
  font-weight: 500;
}

.footer-main-content a:hover {
  text-decoration: underline;
}

/* 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;
  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); */
}

.footer-bottom {
  background-color: #1c2d59;
  color: white;
  font-size: 1.1rem;
  font-weight: 400;
}

/* Section Headings */
.footer-section h6 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.footer-section p,
.footer-section li {
  font-size: 1.1rem;
  font-weight: 400;
}

.footer-main-content a[href^="mailto"] {
  word-break: break-word;
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 100%;
}

/* 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%;
}


@media (max-width: 767.98px) {
  .container,
  .row,
  .col,
  .col-md-3,
  .col-md-9,
  .sidebar,
  section,
  .topbar,
  .card,
  .card-body,
  .input-group,
  .navbar {
    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;
  }
} */

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

@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;
  }
}
