:root {
  --dark: #0f4229;
  --light: #e8f5e9;
  --primary: #058a00;
  --primary1: #06b000;
  --text: #7a7a7a;
  --background: #497372;
  --background1: #fffbe6;
  --background2: #c8e1c7ef;
  --background5: #74d371;
  --background-color: #2d9818;
  --background-color1: #1bbb2c;
  --background-color2: #d7e7cf;
  --background-color3: #6bb252;
  --bg-color: #d3ccb2;
  --bg-features: #2f4b00;
  --bg-features-secondary: #dfe6da;
  --bs-light: #fffcf8;
  --bs-white: #f6f6f6;
  --bs-dark: #212529;
  --bs-dark1: #111111;
  --bs-primary: #1b883a;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0aca20;
  --bs-btn-hover-bg: #6bb252;
  --bs-btn-active-border-color: #0abe16b3;
  --bs-btn-active-color: #fff;
  --border: 2px solid #06b000;
  --border-primary: #348e38;
  --dg-color: #ceeacc;
  --font-family: "Playfair Display", serif;
  --font-family1: "Poppins", sans-serif;
  --heading-font: "Inter", sans-serif;
  --color: #fff;
  --color1: #2cbe4c;
  --color2: #85d98c;
  --color3: #26d48c;
  --color4: #aaaaaa;
}
body {
  font-family: "Open Sans", sans-serif;
  /* background: var(--background1); */
  background-color: var(--bs-light);
  color: var(--color);
}
.bg-light{
  background-color: var(--bs-light);
}

/* Make containers responsive */
/* .container, .container-xxl, .row, .col-xxl-4, .col-lg-6, .col-md-6, .col-sm-12 {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
} */

/* Adjust padding and margins for small screens */


h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family);
}

/* Links */
a {
  color: var(--color);
  text-decoration: none;
}

a:hover {
  color: #73dcd0;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 500 !important;
}

.dlb-heading {
  font-weight: 400 !important;
  font-family: "Playball", cursive !important;
  font-size: 2.5rem;
  color: #000;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--color3) !important;
}

.text-color {
  font-family: "Montserrat", sans-serif;
  color: var(--text);
  line-height: 2;
  font-weight: 500;
}

.bg-primary {
  background-color: var(--primary1) !important;
}

.bg-secondary {
  background-color: var(--primary1) !important;
}

/*** Button ***/
.btn {
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.5s;
}

.btn-link {
  font-weight: 400;
  color: #348e38;
  text-decoration: none;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.btn-md-square {
  width: 44px;
  height: 44px;
  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-dark);
}

.btn-primary {
  color: var(--color);
  background-color: var(--primary1);
  border-color: var(--border-color);
  font-weight: bold;
}

.btn-primary:hover {
  color: var(--color);
  background-color: var(--background-color2);
  border-color: var(--border-color1);
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: var(--color);
  background-color: var(--background-color1);
  border-color: var(--border-color1);
  box-shadow: 0 0 0 0.25rem rgba(77, 119, 69, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: var(--color);
  background-color: var(--background-color2);
  border-color: var(--border-color1);
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(77, 119, 69, 0.5);
}
.btn-primary:disabled,
.btn-primary.disabled {
  color: var(--color);
  background-color: var(--background-color);
  border-color: var(--border-color);
}

.btn.btn-primary {
  box-shadow: inset 0 0 0 0 var(--background-color2);
}

.btn.btn-primary:hover {
  box-shadow: inset 200px 0 0 0 var(--background-color2) !important;
  color: var(--bs-primary) !important;
}

.btn-secondary {
  color: var(--color);
  background-color: var(--primary1);
  border-color: var(--border-color2);
}

.btn-secondary:hover {
  color: var(--color);
  background-color: var(--background-color7);
  border-color: var(--border-color7);
  box-shadow: inset 220px 0 0 0 var(--background) !important;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: var(--color);
  background-color: var(--primary1);
  border-color: var(--border-color3);
  box-shadow: 0 0 0 0.25rem rgba(80, 201, 112, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: var(--color);
  background-color: var(--background-color5);
  border-color: var(--border-color3);
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(80, 201, 92, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
  color: var(--color);
  background-color: var(--background-color3);
  border-color: var(--border-color2);
}

.btn.btn-dark {
  box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-dark:hover {
  box-shadow: inset 200px 0 0 0 var(--bs-primary);
  color: var(--bs-dark) !important;
}

/* New Class for Back to Top and Social Icons */
.btn-hover-dark {
  border-color: var(--color);
  background-color: var(--primary1);
  color: var(--color);
  transition: background-color 0.3s ease;
}

.btn-hover-dark:hover {
  background-color: var(--background);
  /* color: var(--bs-white);  */
  color: var(--color);
  border-color: var(--border-color1);
}
/*** Button End ***/

/* preloader downloader */
.bg-download-pre {
  --bs-bg-opacity: 1;
  background-color: var(--bg-features-secondary);
}
.download-preloader {
  font-family: var(--heading-font);
}
/* Preloader Download end */
/*** Spinner Start ***/ 
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.8s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

/*----- # Top Bar-----*/
/* #topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info i {
  font-style: normal;
  color: var(--primary1);
}

#topbar .contact-info i span {
  padding-left: 5px;
  color: var(--color);
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--color1);
}

#topbar .languages ul a {
  color: var(--color);
}

#topbar .languages ul li + li {
  padding-left: 10px;
}

#topbar .languages ul li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
} */

/*** Topbar Start ***/
.topbar {
  padding: 2px 10px 2px 20px;
  background: var(--bs-dark) !important;
}


@media (max-width: 768px) {
  .topbar {
      display: none;    
  }
}
/*** Topbar End ***/

/*---- # Header----*/
/* #header {
  background: rgba(12, 11, 9, 0.6);
  border-bottom: 1px solid rgba(12, 11, 9, 0.6);
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
} */

/* #header.header-scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #37332a;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--font-family1);
}

#header .logo a {
  color: var(--color);
} */

/* #header .logo img {
  max-height: 40px;
} */

/*------ # Book a table button Menu -------*/
/* .book-a-table-btn {
  margin: 0 0 0 15px;
  border: var(--border);
  color: var(--color);
  border-radius: 50px;
  padding: 8px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.book-a-table-btn:hover {
  background: var(--primary1);
  color: var(--color);
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }
} */

/*--- # Navigation Menu ---*/

 /*** Desktop Navigation */
/* .navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  color: var(--color);
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover > a {
  color: var(--primary1);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px; */
  /* top: calc(100% + 30px); */
  /* margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--bs-white);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px; */
  /* color: #000; */
  /* color: var(--primary);
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: var(--color1);
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
} */

/*** Mobile Navigation */
/* .mobile-nav-toggle {
  color: var(--color);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; */
  /* background: rgba(0, 0, 0, 0.9); */
  /* transition: 0.3s; */
  /* z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px; */
  /* background-color: var(--color); */
  /* background-color: #000000b3;
  overflow-y: auto;
  transition: 0.3s;
  height: max-content;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: var(--primary);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: var(--color1);
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: var(--background4);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: var(--color1);
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
} */

/* Navigation End */

/*** Navbar ***/
.sticky-top,
.sticky-top .container {
    transition: 0.5s !important;
}

.navbar .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: var(--font-family1);
}

.navbar .logo a {
  color: var(--color);
} 

.navbar .logo img {
  max-height: 40px;
}
.navbar .navbar-nav .nav-item.nav-link,
.navbar .navbar-nav .nav-link {
    color: var(--bs-dark) !important;
}

.navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 5px !important;
}

.navbar .navbar-nav .nav-item::before,
.navbar .navbar-nav .nav-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 0px solid var(--bs-primary);
    transition: 0.5s;
}

.navbar .navbar-nav .nav-item::before {
    top: 0;
    left: 0;
}
.navbar .navbar-nav .nav-item::after {
    bottom: 0;
    right: 0;
}

.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item:hover::before,
.navbar .navbar-nav .nav-item.active::after,
.navbar .navbar-nav .nav-item.active::before {
    width: 100%;
    border-width: 1px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top .navbar .navbar-nav .nav-link:hover,
.sticky-top .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@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;
        margin-top: 20px !important;
        transition: .5s;
        opacity: 0;
        z-index: 9;
    }
}

@media (max-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        margin-top: 15px !important;
        transition: 0.5s;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-item.nav-link {
        margin: 15px 0 !important;
    }

}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    margin-top: 20px !important;
    transition: .5s;
    opacity: 1;
}

.navbar .navbar-toggler {
    padding: 8px 15px;
    color: var(--bs-dark);
    background: var(--bs-primary);
}

#searchModal .modal-content {
    background: rgba(250, 250, 250, .6);
}
/*** Navbar End ***/

/*------- # Hero Section --------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../image/hero.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 110px;
}
#hero .btns {
  margin-top: 30px;
}
#hero h1 span {
  color: var(--primary1);
}

#hero h2 {
  color: #eee;
  margin-bottom: 10px 0 0 0;
  font-size: 22px;
}

#hero .btn-menu,
#hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: var(--color);
  border: var(--border);
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: var(--primary);
  color: var(--color);
}

#hero .btn-book {
  margin-left: 15px;
}

#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#hero .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#hero .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#hero .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}

#hero .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 98px;
  }
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero .play-btn {
    margin-top: 30px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: auto;
  }
  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/* # Hero Section End */

/*** Section Title ***/

.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--background1);
}

.section-title::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 5px;
  left: -40px;
  background: var(--primary);
  z-index: -1;
}

.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 6px;
  left: -60px;
  background: var(--primary);
  z-index: -1;
}

.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}

.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}
/* Section End */

/*** About ***/
.about-experience {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -45px;
  bottom: -45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


/* .container-fluid, .container, .row, .col-lg-6, .col-sm-6 {
  max-width: 100%; 
  padding: 0 15px; 
} */

@media (max-width: 768px) {
  .about-experience {
    position: relative; /* Remove absolute positioning on smaller screens */
    width: 100%;
    padding: 0; /* Remove extra padding */
  }
}
/* About End */

/* Whyus Start */
.why-us {
  background: url("../image/hero-1.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
  z-index: 1;
  margin-top: -30vw;
}

.why-us:before {
  content: "";
  /* background: rgba(0, 0, 0, 0.5); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.why-us .whyus-img {
  position: relative;
  transition: 0.5s;
}

.why-us .whyus-img img {
  max-width: 100%;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.why-us .whyus-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: "";
  border-left: 5px solid var(--primary1);
  border-top: 5px solid var(--primary1);
  transition: 0.5s;
}

.why-us .whyus-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: "";
  border-right: 5px solid var(--primary1);
  border-bottom: 5px solid var(--primary1);
  transition: 0.5s;
}
.why-us .whyus-img:hover {
  transform: scale(1.03);
}

.why-us .whyus-img:hover::before {
  left: 10px;
  top: 10px;
}

.why-us .whyus-img:hover::after {
  right: 10px;
  bottom: 10px;
}

.why-us .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.why-us .content ul {
  list-style: none;
  padding: 0;
}

.why-us .content ul li {
  padding-bottom: 10px;
  color: #fff;
}

.why-us .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--primary1);
}

.why-us .content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .why-us {
    background-attachment: fixed;
  }
}
/* Whyus Section End */
 
 /*** Service ***/
.service-item-2 {
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
}

.service-text-2 {
  flex-grow: 1;
}

.service-item-2 .service-img-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  overflow: hidden;
  z-index: -1;
}

.service-item-2 .service-img-2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  border-radius: 10px;
}

.service-item-2 .service-img-2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  z-index: 1;
}

.service-item-2 .service-img-2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  transition: 0.5s ease-out;
  z-index: 2;
}

.service-item-2:hover .service-img-2::after {
  width: 0;
  left: auto;
  right: 0;
}

.service-item-2 .service-text-2 .service-icon-2 {
  width: 140px;
  height: 140px;
  padding: 15px;
  margin-top: -70px;
  margin-bottom: 40px;
  background: #ffffff;
  border-radius: 140px;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}

.service-item-2 .service-text-2 h5,
.service-item-2 .service-text-2 p {
  transition: 0.5s;
  color: var(--background);
}

.service-item-2:hover .service-text-2 h5,
.service-item-2:hover .service-text-2 p {
  color: #ffffff;
}

.service-item-2 .service-text-2 .btn {
  color: var(--secondary);
  background: #ffffff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.25);
}

.service-item-2 .service-text-2 .btn:hover {
  color: var(--dark);
  background: var(--bs-light);
}

.service-item-2 a i {
  color: #1b883a;
}

.service-item-2 a i:hover {
  color: #1b883a;
}
.service-text-2 {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-text-2 .btn {
  align-self: flex-start;
  margin-top: auto;
  color: var(--secondary);
  background: #ffffff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.25);
}

.service-text-2 .btn:hover {
  color: var(--dark);
  background: var(--bs-light);
}
/* Service End */

/*** Facts ***/
.facts {
  position: relative;
  min-height: 20vh;
  background-image: url("../image/menu/fact.jpg");
  background-size: cover;
  background-position: center center;
  /* background-attachment: fixed;  */
}

.facts .container {
  position: relative;
  z-index: 2;
}

.facts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 10, 53, 0.5);
  z-index: 1;
}

.font-success {
  --bs-text-opacity: 1;
  color: var(--primary1);
}
/* Fact End */

/*--------- # Specials ----------*/
.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: var(--primary1);
  border-radius: 0;
  border-right: 2px solid var(--primary1);
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color: var(--background);
}

.specials .nav-link.active {
  color: var(--color);
  background: var(--primary1);
  border-color: var(--border-color);
}

.specials .nav-link:hover {
  border-color: var(--border-color);
}

.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  /* color: var(--color); */
  color: var(--bs-dark);
}

.specials .details p {
  color: var(--color4);
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
}

/* Specials End */

/*** Team ***/
.team-item {
  position: relative;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.07);
}

.team-item .btn {
  border-color: transparent;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}
.team-social .btn {
  color: var(--primary);
}
.team-social .btn:hover {
  background: var(--primary);
  color: var(--light);
}
/* Team End */

/*** Contact Section ***/

.contact {
  /* background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, 0.219)), url(../image/contact/contact-2.jpg) center center no-repeat; */
  background-image: url("../image/contact/contact-2.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}

.contact .container {
  position: relative;
  z-index: 1;
}

.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 10, 53, 0.8);
  z-index: 1;
}

.contact .bg-white {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.contact .form-control {
  height: 50px;
  padding: 15px;
}

.contact .form-floating label {
  padding-left: 10px;
  color: #333;
}

.contact .form-control:focus {
  border-color: #5ecd67;
  box-shadow: none;
}

.contact .php-email-form button[type="submit"]:hover {
  background: var(--background5);
}
.contact .php-email-form button[type="submit"] {
  background: var(--primary1);
  border: 0;
  padding: 10px 35px;
  color: var(--color);
  transition: 0.4s;
  border-radius: 50px;
}

.contact .parallax-effect {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

/* Contact us End */

/*** Testimonial ***/
.testimonial-item {
  color: var(--bs-dark);
}
.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
}
.client-name {
  color: var(--background);
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  color: var(--primary);
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin-right: 15px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: var(--light);
  border-radius: 4px;
  font-size: 22px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  color: var(--light);
}
.btn-link {
  font-weight: 400;
  color: var(--color3);
  text-decoration: none;
}
/* Testimonial End */

 /* Download start */
.bg-download {
  --bs-bg-opacity: 1;
  background-color: var(--bg-features-secondary);
}
.download-now {
  font-family: var(--heading-font);
}


/* Download End */

/*** Project Start ***/
.project-item {
  width: 100%;
  height: 100%;
  position: relative;
  
  padding: 30px 30px 30px 30px;
  overflow: hidden;
}

.project-item::before {
  content: "";
  width: 100%;
  height: 40%;
  background: var(--bs-dark);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 10px 10px 10px 10px;
}

.project-item::after {
  content: "";
  width: 100%;
  height: 60%;
  background: var(--primary1);
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  border-radius: 10px 10px 10px 10px;
}

.project-left {
  width: 180px;
  height: 70px;
  position: absolute;
  top: 22%;
  left: -18%;
  rotate: 30deg;
  z-index: 2;
}

.project-right {
  width: 180px;
  height: 70px;
  position: absolute;
  top: 22%;
  right: -18%;
  rotate: -30deg;
  z-index: 2;
}

.project-item img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-item p {
  position: absolute;
  padding: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(-360deg);
  border-radius: 10px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  opacity: 0;
}

.project-item:hover p {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  background: var(--primary1);
  color: var(--bs-dark) !important;
  opacity: 1;
}


/*** project End ***/

  /* Features Start */
  .features-primary{
    background: var(--bg-features) !important;
  }
  .feature-text-primary{
    color: var(--bg-features-secondary) !important;
  }
  .features-secondary {
    background-color: var(--bg-features-secondary) !important;
  }
  .feature-text-secondary {
    color: var(--bg-features) !important;
  }
  /* Features End */

  /* Rotate Image */
  .rotating-background {
    /* position: unset; */
    position: relative;
    top: 0;
    left: 0;
    width: 50vw;
    height: 50vw; 
    background: url('../image/rotate-img/img-1.jpg') center center no-repeat;
    background-size: cover;
    justify-self: center;
    margin-inline: auto;
    z-index: 1;
    animation: rotate 60s linear infinite;
    border-radius: 50%;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); 
}

/* Rotation keyframes */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Overlay content on top of the rotating background */
.content-overlay {
  position: relative;
  z-index: 1;
  text-align: center;
  /* padding: 50px; */
  background: rgb(206, 245, 212);
  /* background: url('../image/back-2.jpg')no-repeat; */
  background-size: cover;
  color: #fff;
  margin-top: -30vw;
}
/* Rotate Image End */

/*** Menu Start ***/
  .menu-background {
    margin-top: 30px;
    padding: 20px;
  }
  .menu-bg {
    background: rgb(206, 245, 212);
  }
  /* .menu{
      padding: inherit;
  } */

  .menu-heading {
    font-weight: 400 !important;
    font-family: "Playball", cursive !important;
    font-size: 2.5rem;
  }
  .menu .nav-item a {
    transition: background-color 0.3s ease, color 0.3s ease,
      border-color 0.3s ease;
    border-color: var(--border-primary) !important;
    color: var(--text-success);
  }
  
  .menu .nav-item a.active {
    background-color: var(--primary1) !important;
    color: var(--color) !important;
    border-color: var(--primary) !important;
  }
  
  .menu .nav-item a:hover {
    background-color: var(--primary1) !important;
    color: var(--color) !important;
    border-color: var(--primary) !important;
  }
  
  .menu .menu-item .border-bottom {
    border-bottom-style: dashed !important;
  }
  
  /* Media Query for Medium Screens (Tablets, etc.) */
  @media (max-width: 992px) {
    .menu-heading {
      font-size: 2rem;
    }
  
    .menu .nav-item a {
      font-size: 0.9rem; 
      padding: 0.5rem 1rem; 
    }
  
    /* Menu Item Heading */
    .menu .menu-item h4 {
      font-size: 1.25rem;
    }
  
    /* Menu Item Description */
    .menu .menu-item p {
      font-size: 0.9rem; 
    }
  }
  
  /* Media Query for Small Screens (Phones, etc.) */
  @media (max-width: 768px) {
    .menu-heading {
      font-size: 1.75rem;
    }
  
    .menu .nav-item a {
      font-size: 0.8rem;
      padding: 0.4rem 0.8rem;
    }
  
    .menu .menu-item h4 {
      font-size: 1rem;
    }
      
    .menu .menu-item p {
      font-size: 0.85rem;
    }
  
    .menu .menu-item {
      flex-direction: column;
      align-items: start;
      text-align: center;
      padding: 0;
    }
    .menu .col-lg-6 {
      padding: 0; 
      margin: 0; 
    }
    /* Resize and center the image */
    .menu .menu-item img {
      width: 80px;
      height: 80px;
      margin-bottom: 10px; 
    }
  
    .menu .menu-item .w-100 {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .menu .menu-item .w-100 .row {
      justify-content: center;
      text-align: center;
    }
  
    /* .menu .col-lg-6 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    } */
    .menu .menu-item .w-100 .row {
      justify-content: center;
      text-align: center;
      margin: 0; /* Remove margin around row */
    }
  }
  /*** Menu End ***/
  

/*------------- # Gallery ---------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #454035;
  border-bottom: 3px solid #454035;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
/* Gallery End */

/*** FAQs Start ***/

.faq {
  position: relative;
  overflow: hidden;
}

.faq::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../image/bg.png);
  object-fit: cover;
  z-index: -1;
}

.faq .faq-img {
  position: relative;
}

.faq .faq-img .faq-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/*** FAQs End ***/

/* Banner Start */
.banner {
  background-image: url("../image/banner-1.jpg");
  background-size: cover;
  background-position: center center;
  /* background-attachment: fixed;  */
  /* background: rgba(10, 138, 88, 0.6);  */
  position: relative;
}

.banner .container {
  position: relative;
  z-index: 1;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba( 1,10,53,0.5); 
  z-index: 1;
}
/* Banner End */

  
 /*** Blog Start ***/
.blog-carousel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  color: var(--bs-dark);
}

.blog-carousel .owl-nav .owl-prev {
  position: absolute;
  width: 80px;
  height: 50px;
  background: var(--bs-primary);
  top: -51px;
  left: 0;
  border: 0;
  border-radius: 10px 30px 30px 10px;
}
/* Target all paragraphs inside the blog cards */
/* .blog-item p {
    flex-grow: 1; 
    margin-bottom: 1rem; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    white-space: normal;
  } */

.blog-item p {
  flex-grow: 1;
  margin-bottom: 1rem;
  overflow: hidden; 
  text-overflow: ellipsis;
  display: block; 
  line-height: 1.5em;
  max-height: calc(1.5em * 4);
  white-space: normal; 
}

.blog-carousel .owl-nav .owl-prev {
  /* box-shadow: inset 0 0 0 0 var(--bs-dark); */
  box-shadow: inset 0 0 0 var(--background-color2);
  transition: 0.5s;
}

.blog-carousel .owl-nav .owl-prev:hover {
  /* box-shadow: inset 200px 0 0 0 var(--bs-dark); */
  box-shadow: inset 200px 0 0 0 var(--background-color2);
  color: var(--bs-primary) !important;
}

.blog-carousel .owl-prev,
.blog-carousel .owl-next {
  color: var(--bs-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-carousel .owl-nav .owl-next {
  position: absolute;
  width: 80px;
  height: 50px;
  background: var(--bs-primary);
  top: -51px;
  right: 0;
  border-radius: 30px 10px 10px 30px;
}

.blog-carousel .owl-nav .owl-next {
  box-shadow: inset 0 0 0 var(--background-color2);
  transition: 0.5s;
}

.blog-carousel .owl-nav .owl-next:hover {
  box-shadow: inset 200px 0 0 0 var(--background-color2);
  color: var(--bs-primary) !important;
}
.dietcian-name i {
  color: var(--primary);
}
.dietcian-date i {
  color: var(--primary);
}
.comment {
  color: var(--bs-white);
  text-decoration: none;
}

.comment:hover {
  color: var(--bs-white);
  text-decoration: none;
}

/*** Blog End ***/
  
/*** Team's Feedback Start ***/
.team-feedback-img {
  position: relative;
  min-height: 400px;
}

.team-feedback-img::after {
  position: absolute;
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 200px;
  color: var(--dg-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.team-feedback-img img {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

.team-feedback-img img:nth-child(1) {
  top: 0;
  left: 0;
}

.team-feedback-img img:nth-child(2) {
  top: 40%;
  left: 30%;
}

.team-feedback-img img:nth-child(3) {
  top: 10%;
  right: 10%;
}

.team-feedback-img img:nth-child(4) {
  bottom: 20%;
  left: 0;
}

.team-feedback-img img:nth-child(5) {
  bottom: 0;
  right: 0;
}

.team-feedback-img img .animated.pulse {
  animation-duration: 2s;
}

.team-feedback-carousel .owl-item img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

.team-feedback-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
}

.team-feedback-carousel .owl-nav .owl-prev,
.team-feedback-carousel .owl-nav .owl-next {
  margin-right: 15px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  border-radius: 45px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  transition: 0.5s;
}

.team-feedback-carousel .owl-nav .owl-prev:hover,
.team-feedback .owl-nav .owl-next:hover {
  background: var(--secondary);
  color: var(--dark);
}
/* Teams Feedback End */

/*** Footer Start ***/
.footer {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../image/footer.jpg) center center no-repeat;
  background-size: cover;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 6rem;
}

.footer-item,
.footer-item a {
  color: rgba(255, 255, 255, 0.7);
  text-transform: capitalize;
  text-decoration: none;
}
.footer-item,
.footer-item a:hover {
  /* color: rgba(255, 255, 255, .7); */
  text-transform: capitalize;
  text-decoration: none;
  background-color: inherit;
}
.footer-item a:hover,
.footer-item a:active,
.footer-item a:focus {
  color: var(--background-color);
  background-color: transparent;
}
/*** Footer End ***/

/* Back to top */
/* .back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  z-index: 99;
  background-color: var(--background);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--background);
  border-color: var(--bs-btn-active-border-color);
}
.back-to-top:active,
.back-to-top:focus {
  background-color: #2d9818;
  visibility: visible;
  opacity: 1;
  outline: none;
}

.back-to-top:hover {
  background-color: var(--primary1);
  border-color: var(--color);
  opacity: 1;
  cursor: pointer;
} */
/* Back to top */
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  z-index: 99;
  background-color: var(--background);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--background);
  border-color: var(--bs-btn-active-border-color);
}
.back-to-top:active,
.back-to-top:focus {
  background-color: #2d9818;
  visibility: visible;
  opacity: 1;
  outline: none;
}

.back-to-top:hover {
  background-color: var(--primary1);
  border-color: var(--color);
  opacity: 1;
  cursor: pointer;
}
/* Back to top */

/* Back to top */

/*** Copywright Start ***/

.copyright .copyright-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright .copyright-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*** Copywright End ***/


