body {
  margin: 0;
  font-family: auto !important;
}
h2 {
  font-size: 52px !important;
  line-height: 70px !important;
  color: #1f4c0f !important;
  text-align: center !important;
}
@media (max-width: 769px) {
  h2 {
    font-size: 35px !important;
    line-height: 50px !important;
  }
}
.c1 {
  color: #000 !important;
}
/* Start new navbar */

.navigation {
  height: 55px;
  background: linear-gradient(45deg, #4199fe, #74b4fe);
}
.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}
.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}
nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  font-size: 20px;
  color: beige;
  background: #262626;
  text-decoration: none;
}
nav ul li a {
  background: transparent;
  color: #fff;
  transition: ease-in;
  transition-delay: 10s;
}
/* nav ul li a:hover, nav ul li a:visited:hover {
        background: #2581DC;
        color: #ffffff;
   } */
.navbar-dropdown li a {
  background: #2581dc;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " \025BE";
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
.navbar-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.25);
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 55px;
  width: 70px;
}
@media only screen and (max-width: 800px) {
  .nav-mobile {
    display: block;
  }
  /* nav {
            width: 100%;
            padding: 55px 0 15px;
       } */
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
    /* background: #262626; */
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  .navbar-dropdown {
    position: static;
  }
  .home1 {
    display: block !important;
  }
}
@media screen and (min-width: 800px) {
  .nav-list {
    display: block !important;
  }
  .mobile {
    display: none !important;
  }
}
#navbar-toggle {
  position: absolute;
  left: 18px;
  top: 15px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#navbar-toggle span,
#navbar-toggle span:before,
#navbar-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#navbar-toggle span:before {
  top: -10px;
}
#navbar-toggle span:after {
  bottom: -10px;
}
#navbar-toggle.active span {
  background-color: transparent;
}
#navbar-toggle.active span:before,
#navbar-toggle.active span:after {
  top: 0;
}
#navbar-toggle.active span:before {
  transform: rotate(45deg);
}
#navbar-toggle.active span:after {
  transform: rotate(-45deg);
}

/* End new bar */

.topnav {
  overflow: hidden;
  height: 100px;
  background-color: beige;
}

.topnav a {
  float: left;
  display: block;
  color: #1f4c0f;
  text-align: center;
  padding: 37px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  color: #1f4c0f !important;
}

.topnav a.active {
  color: yellowgreen;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:nth-child(1)) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.container {
  padding: 0px 25px;
}

.footer-social {
  /* text-align: center; */
  padding: 10px 0px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
  background-color: beige;
  font-size: 14px;
  font-weight: 400;
  color: #000 !important;
  display: inline-block;
  margin-right: 10px;
}
.footer-social a:hover {
  background-color: #262626;
  color: beige !important;
}
@font-face {
  font-family: auto;
  src: url(./font/auto-VariableFont_wght.ttf);
}
footer {
  background-color: rgba(31, 76, 15, 0.95); /* green with slight transparency */
  background-image: url('/images/black-line.png'); /* change to local image if needed */
  background-repeat: repeat;
  background-size: auto;
  background-blend-mode: overlay;
  backdrop-filter: blur(4px);
  padding: 25px 0px 0px;
}

.footer-area h3 {
  font-size: 22px;
  color: beige;
  font-weight: 700;
}
.footer-area a {
  color: beige;
  font-size: 18px;
  text-decoration: none !important;
}
/* .footer-area p:hover{

    
    transform: scale(0.9);
    transition: ease-in-out;
    
} */
.footer-area a:hover {
  color: yellowgreen;
}

.footer-area h2 {
  font-size: 32px;
  font-style: #fff;
  text-align: center;
}
.footer-area input {
  border-radius: 15px;
  width: 100%;
  font-size: 17px;
  height: 50px;
  border: none;
  margin-bottom: 15px;
  padding: 0px 10px;
}
.btn {
  background-color: #fff;
  color: #000 !important;
  font-size: 15px;
  padding: 12px 40px !important;
  border-radius: 15px !important;
}
.btn1 {
  background-color: #1f4c0f;
  color: #fff !important;
  font-size: 15px;
  margin-right: 10px;
  padding: 15px 40px !important;
  border-radius: 15px !important;
}

@media (max-width: 600px) {
  .header-left {
    float: none !important;
  }
  .topnav {
    height: auto !important;
  }
  .topnav.responsive a {
    padding: 10px 25px !important;
  }
}
img {
  width: 100%;
}
.logo {
  max-width: 150px;
}
.logo img {
  width: 100%;
  position: relative;
  border-radius: 30px;
  right: 160%;
  margin: 10px 0px;
}
@media (max-width: 660px) {
  .pc {
    display: none;
  }
}
@media (max-width: 660px) {
  .topnav.responsive .mobile {
    display: block !important;
  }
}
.back-color {
  background-color: beige;
  padding: 30px 0px;
}
.back-color1 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 25px;

  background-color: #1b460e; /* Your green color */
  overflow: hidden;
}

/* Overlay texture */
.back-color1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/black-line.png"); /* your texture path */
  background-size: cover;
  background-repeat: repeat;
  opacity: 1; /* transparent look */
  pointer-events: none;
  z-index: 1;
}

/* To ensure content stays above the texture */
.back-color1 .container {
  position: relative;
  z-index: 2;
}

.home1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-page img {
  width: 100%;
}
.back-page p {
  font-size: 18px;
  list-style: 38px;
  text-align: center;
  color: #000;
  margin: 25px 0px 25px;
}
.home-section-1 {
  text-align: center;
  position: relative;
}
.home-section-1 h2 {
  font-size: 60px;
  line-height: 85px;
  color: #1f4c0f;
}
.our-favorites h2 {
  font-size: 60px;
  line-height: 70px;
  color: beige;
  text-align: center;
}
.our-favorites p {
  font-size: 18px;
  list-style: 18px;
  color: beige;
}
.fav-card {
  background-color: beige;
  border-radius: 15px;
  text-align: center;
  padding: 50px 10px;
  margin: 15px 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.fav-card:hover {
  transform: scale(1.1);
}
.fav-card img {
  max-width: 250px;
  max-height: 250px;
  margin: 15px 0px 25px;
}
.fav-card h4 {
  font-size: 22px;
  color: #000;
}
.fav-card p {
  font-size: 17px;
  color: #000;
}
.img-special img {
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
  border-radius: 15px;
  margin: 35px 0px;
}
.img-special1 img {
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
  border-radius: 50%;
  padding: 15px;
  background-color: #fff;
}
.section-3 {
  padding-left: 15px !important;
}
.section-3 p {
  color: #1f4c0f;
  font-size: 20px;
}
.section-3 h1 {
  color: #1f4c0f;
  font-size: 90px !important;
}
.section-3 img {
  width: 100%;
  margin: 25px 0px 10px;
}
.order-link {
  position: relative;
}
.sub-order-link {
  position: absolute;
  bottom: 0px;
}
.order-link a {
  background-color: #1f4c0f;
  color: #fff !important;
  font-size: 15px;
  padding: 15px 35px !important;
  border-radius: 15px !important;
}
.margin-25 {
  margin: 135px 0px 50px;
}
.testimonials {
  text-align: center;
  padding: 25px 0px;
  margin: 15px 0px;
}
.testimonials img {
  width: 125px;
  margin: 15px 0px;
}
.testimonials h3 {
  color: beige;
}
.testimonials h4 {
  color: #000;
}
.pos-rel {
  position: relative;
}
.pos-abso-left img {
  position: absolute;
  left: 0px;
  top: 125px;
  width: 200px;
}
.pos-abso-right img {
  position: absolute;
  right: -0px;
  top: -25px;
  width: 200px;
}
.main-position {
  padding: 100px 0px 150px;
}
.position {
  text-align: center;
  padding: 15px;
}
.position h1 {
  font-size: 80px;
  color: #1f4c0f;
}
.position p {
  color: #1f4c0f;
  font-size: 18px;
  margin: 15px 0px 30px;
}
@media (max-width: 769px) {
  .pos-abso-left img {
    display: none;
  }
  .pos-abso-right img {
    display: none;
  }
  .img-special img {
    margin: 35px 0px;
  }
  .section-3 h1 {
    font-size: 42px !important;
  }
  .our-favorites h2 {
    font-size: 42px !important;
  }
  .position h1 {
    font-size: 42px !important;
  }
  .main-position {
    padding: 75px 0px 100px !important;
  }
  .sub-order-link {
    bottom: 25px;
  }
}
@media (max-width: 525px) {
  .home-section-1 h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .btn1 {
    padding: 12px 15px !important;
  }
  .footer-area h2 {
    text-align: center;
    font-size: 24px;
    line-height: 38px !important;
  }
  .testimonials {
    padding: 0;
  }
  .owl-carousel .owl-item img {
    width: 50% !important;
    margin: 0 auto !important;
  }
}
.owl-carousel .owl-item img {
  margin: 0 auto !important;
}

.main-carousel {
  padding: 45px 0px 25px;
  /* background-color: #1f4c0f; */
  border-radius: 25px;
  /* margin:50px 0px 25px; */
}

.owl-dots {
  display: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  font-size: 25px !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #fff !important;
}
/* .no-js .owl-carousel, .owl-carousel.owl-loaded{

        display:flex !important;
} */
.owl-theme .owl-nav {
  margin-top: 35px !important;
}
.owl-carousel img {
  border-radius: 50%;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #1f4c0f !important;
}
.main-carousel p {
  color: #000;
  font-size: 16px;
}
@media (max-width: 650px) {
  .logo-mobile {
    display: none;
  }
  .large5 {
    min-width: 100% !important;
  }
}
@media (min-width: 650px) {
  .pc-mobile {
    display: none !important;
  }
}

@media (max-width: 1250px) {
  .pos-abso-left img {
    width: 135px;
    top: 150px;
  }
  .pos-abso-right img {
    width: 135px;
    top: -265px;
  }
  .position h1 {
    font-size: 60px;
  }
  /* .position p{

                        font-size:16px;
                        padding:0px 125px;
        } */
  nav ul li a,
  nav ul li a:visited {
    padding: 0 10px !important;
  }
  .large5 {
    min-width: 50%;
  }
}

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}

.container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

.navbar {
  box-shadow: rgba(15, 129, 40, 0.3) 0px 1px 2px 0px,
    rgba(15, 129, 40, 0.15) 0px 1px 3px 1px;
  position: fixed !important;
  width: 100%;
  background-color: rgba(31, 76, 15, 0.95); /* transparent green */
  background-image: url('/images/black-line.png');
  background-repeat: repeat;
  background-size: auto;
  background-blend-mode: overlay;
  backdrop-filter: blur(4px);
  color: beige;
  z-index: 100;
  min-height: 100px !important;
}


.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-items {
  order: 2;
  display: flex;
}
.logo {
  order: 1;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Niconne", cursive !important;
}

.menu-items li {
  list-style: none;
  margin-left: 1.5rem;
  font-size: 1.3rem;
}

.navbar a {
  color: beige;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.navbar a:hover {
  color: yellowgreen;
}

@media (max-width: 768px) {
  .navbar {
    opacity: 1;
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 28px;
    width: 35px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: beige;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.3s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.3s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 100px;
    background: #fff;
    height: 100vh;
    max-width: 300px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 40px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 5px 0px 10px 0px #aaa;
    overflow: scroll;
  }

  .navbar .menu-items li {
    margin-bottom: 1.8rem;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .logo {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 2.5rem;
    margin: 0px 0px !important;
  }
  .logo img {
    width: 95%;
    margin: 0px 0px !important;
  }
  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }
}

@media (max-width: 500px) {
  .navbar-container input[type="checkbox"]:checked ~ .logo {
    display: none;
  }
}
.about-back-img img {
  width: 100%;
  padding-right: 20px;
  padding-bottom: 50px;
}
.about-us p {
  line-height: 42px;
  margin: 15px 0px;
}
.about-us a {
  background-color: beige;
  color: #000 !important;
}
a {
  list-style-type: none !important;
  text-decoration: none !important;
}
.special {
  text-align: center;
  margin: 25px 15px;
  border-radius: 25px;
  padding: 50px 0px 65px;
  box-shadow: #1f4c0f 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.special:hover {
  transform: scale(0.9);
  transition: ease-in-out;
}
.special img {
  max-width: 150px;
  background-color: #fff;
  border-radius: 50%;
  padding: 15px;
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.special h4 {
  margin: 15px 0px 25px;
  font-size: 22px;
}
.gallery-img img {
  width: 100%;
  margin: 15px 0px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.footer-area h2 {
  font-size: 18px !important;
  color: beige !important;
}

.menu-items li a:before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #1f4c0f;
  position: absolute;
  top: 120%;
  left: 0;
  transition: all 0.5s;
}

.menu-items li a:after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #1f4c0f;
  position: absolute;
  top: 120%;
  right: 0;
  transition: all 0.5s;
}

.menu-items li a:hover:before {
  width: 50%;
  transform: translateX(100%);
}

.menu-items li a:hover:after {
  width: 50%;
  transform: translateX(-100%);
}

.footer-img img {
  max-width: 200px;
  border-radius: 30px;
}
#home {
  padding: 150px 0px 50px !important;
}
.story-1 p {
  text-align: justify;
  line-height: 38px;
  margin: 10px 0px;
  padding: 0px 10px;
  font-size: 17px;
}
.large5 {
  border-radius: 15px;
  background-color: #000;
  max-width: 35%;
  margin: 0 auto;
  padding: 10px 0px 0px;
  margin-bottom: 50px !important;
  color: #fff !important;
}
.custome-order {
  text-align: center;
}
.custome-order-para {
  text-align: center;
  padding: 15px 10px;
  margin: 15px 0px;
}
.custome-order-img {
  text-align: center;
}
.custome-order-img img {
  width: 100%;
  margin-bottom: 25px;
}
.fixed-btn1 {
  position: fixed;
  bottom: 35px;
  right: 0;
  width: 128px;
  z-index: 15;
  background-color: #000;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  border-radius: 10px;
}
.fixed-btn1 a {
  color: #fff;
  padding: 10px;
  font-weight: 700;
  font-size: 18px;
}

.whatsapp-chat-popup {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: white;
  padding: 10px 16px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  z-index: 9999;
  transition: all 0.3s ease;
}

.whatsapp-chat-popup:hover {
  background-color: #1ebc59;
  transform: scale(1.05);
}

.whatsapp-chat-popup img {
  width: 24px;
  height: 24px;
}




.testimonial-box {
  background: rgba(255, 255, 255, 0.08);
  padding: 25px;
  border-radius: 16px;
  color: #fff;
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  position: relative;
  transition: transform 0.3s ease;
  min-height: 260px;
}

.testimonial-box:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.12);
}

.testimonial-box h3 {
  font-size: 20px;
  color: #f9d342;
  margin-bottom: 10px;
  font-weight: 600;
}

.testimonial-box p {
  font-size: 16px;
  line-height: 1.6;
}

.quote-icon {
  position: absolute;
  top: -20px;
  left: 20px;
  font-size: 50px;
  color: #f9d342;
  font-family: serif;
}
