* {
  font-family: "Parkinsans", sans-serif;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h2 {
  border-left: 5px solid red;
  display: inline-block;
  padding-left: 5px;
  font-weight: 700;
}

h4 {
  border-bottom: 2px solid gray;
  display: inline-table;
}

.overflow {
  overflow: hidden;
}

/* header  */
.logo {
  padding: 10px;
}

.mobile-nav {
  display: none;
}

.navvv {
  align-items: center;
  justify-items: center;
  display: flex;
}

.nav-link:focus,
.nav-link:hover {
  color: rgb(255 0 0 / 80%);
  border-right: 2px solid rgb(151, 13, 13);
  border-left: 2px solid rgb(151, 13, 13);
}

.carousel-control-prev {
  left: -4%;
}

.carousel-control-next {
  right: -4%;
}

@media (max-width: 992px) {
  .navvv {
    align-items: center;
    display: flex;
    justify-items: end;
  }

  .gg {
    justify-content: space-between;
  }

  .hide {
    display: none;
  }

  .mobile-nav {
    justify-content: end;
    display: block;
  }
}

@media (max-width: 425px) {
  .mmmmm {
    padding: 17px 0px;
    display: flex;
    justify-content: end;
  }

  .mobile-nav {
    justify-content: end;
    align-items: center;
    display: block;
  }
}

main {
  /* background-image: url(../img/bg.png); */
  background-image: linear-gradient(258deg, #eae4dc, #6d6b686b),
    url(../img/bg.png);
  width: 100%;
  padding: 0px;
  background-attachment: fixed;
}

.bg-light {
  background: linear-gradient(258deg, #eae4dc, #dad6d0) !important;
}

.list-group-item {
  border: none;
  background: #e1dfdc9c;
  text-align: center;
  color: black;
  font-size: 20px;
  font-weight: 600;
}

.offcanvas {
  background-image: url(../img/bgd.png);
  /* background-repeat: no-repeat;
  background-size: cover; */
  width: 100%;
  padding: 0px;
  background-attachment: fixed;
}


.offcanvas-body .dropdown-menu {
  position: static !important;
  transform: none !important;
  display: none;
  text-align: center;
}

.offcanvas-body .dropdown-menu.show {
  display: block;
  background: #e1dfdc9c;
}

.offcanvas-body .dropdown-item {
  background: #e1dfdc9c;
  color: black;
  font-size: 20px;
  font-weight: 600;
}

.offcanvas-footer {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-radius: 20%;
  margin-top: 50px;
}




.btn-primary {
  background: #5a813b;
  color: rgb(255, 255, 255);
  border: none;
  /* padding: 10px 20px; */
}

.btn-primary:hover {
  background: #8bb16e;
  color: rgb(0, 0, 0);
  border: none;
  /* padding: 10px 20px; */
}

.info-section {
  background: #e7dfd4;
  padding: 40px;
  text-align: center;
  border-radius: 0px 10px 10px 0;
}

.info-icon {
  font-size: 40px;
  color: #d2dae2;
}

.form-section {
  background: #d2dae2;
  padding: 20px;
  border-radius: 10px;
  /* color: white; */
}

.btn-black {
  background: black;
  color: white;
  width: 100%;
  display: inline;
}

.banner {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* .banner img {
  display: block;
  width: 100%;
  height: auto;
} */

.banner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(218 229 69);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  font-size: 40px;
  border-left: none;
  border-bottom: 2px solid red;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .banner h2 {
    left: 55%;
  }
}

.banner .text {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  padding: 15px;
}

/* tabs  */

.nav-tabs {
  border-bottom: 2px solid#5a813b;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
}

.nav-tabs .nav-item {
  margin: 0 5px;
}

.nav-tabs .nav-link {
  color: #5a813b;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px 20px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}

.nav-tabs .nav-link:hover {
  background: #5a813b;
  color: #ffffff !important;
  border: 2px solid#5a813b;
}

.nav-tabs .nav-link.active {
  background: #5a813b;
  color: #ffffff !important;
  border: 2px solid#5a813b;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  position: absolute;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}


.contact-section .card {
  height: 135px;
  justify-content: center;
}


/* Styling for Tab Content */
.tab-content {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tab-pane {
  font-size: 16px;
  line-height: 1.6;
}

.tab-pane p {
  margin-bottom: 8px;
}


/* .btn-outline-success {
  background:linear-gradient(344deg, #016838, #e1e575 16%, #016838);
  color: rgb(255, 255, 255);
  border: none;
}
.btn-outline-success :hover {
  color: rgb(255, 255, 255);
  background:linear-gradient(344deg, #016838, #e1e575 16%, #016838);
} */

.hover-zoom {
  transition: transform 0.3s ease-in-out;
}

.hover-zoom:hover {
  transform: scale(1.1);
}

.width-50 {
  width: 50%;
}

@media (max-width: 768px) {
  .width-50 {
    width: 64%;
  }
}

.swiper-slide .ccc {
  width: 80%;
}

.counter-section {
  padding: 15px 0;
  text-align: center;
}

.counter {
  font-size: 48px;
  font-weight: bold;
  color: #3b483f;
}

.counter-label {
  font-size: 18px;
  color: #333;
}

.floating-icons {
  position: fixed;
  /* bottom: 20px; */
  top: 46%;
  right: 5px;
  z-index: 1000;
}

.floating-icons a {
  display: block;
  text-align: center;
  margin: 10px 0;
  font-size: 24px;
  width: 50px;
  /* height: 40px; */
  border-radius: 50%;
  line-height: 50px;
  color: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.call-icon {
  background: #28a745;
}

.msg-icon {
  background: #007bff;
}

.floating-icons a:hover {
  transform: scale(1.1);
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 5px;
  background: #e77f67;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 100;
}

#topBtn:hover {
  background: #e77f67;
  transform: scale(1.1);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.whatsapp-float {
  position: fixed;
  bottom: 72px;
  right: 5px;
  background-color: #25d366;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  z-index: 100;
}

.whatsapp-float:hover {
  background-color: #1ebe57;
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Spinner animation */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* footer  */
.footer {
  background-image: linear-gradient(232deg, #00000096, #000000de),
    url(../img/bg.png);
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  width: 100%;
  padding: 0px;
  color: #ffffff;
  background-attachment: fixed;
  border-top: 1px solid rgb(119, 116, 116);
}

.footer-link {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 2px solid rgb(252 133 64);
}

.footer p a,
.footer a i {
  color: #ffffff;
}

@media (max-width: 425px) {
  .footer {
    text-align: center;
  }

  .mmm {
    margin: 10px 0px 10px 0px;
  }
}