* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
  display: block;
}
section {
  display: block;
}
body {
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
  font-family: "brendafont", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p {
  margin-bottom: 0;
}
img {
  width: 100%;
}
.logo img {
  width: 15%;
}
.search {
  font-size: 2vw;
}
.menu-button {
  display: none;
}

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

.logo {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}

.search-container {
  flex: 1;
  display: flex;
  justify-content: center;
}

.search-box {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 6px 12px;
  max-width: 400px;
  width: 100%;
}

.search-box i {
  margin-right: 10px;
  color: #999;
}

.search-box input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
}

/* Icons on Right */
.icons {
  display: flex;
  gap: 20px;
}

.icon-link {
  position: relative;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Underline on Hover */
.icon-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 3px;
  background-color: #ff8106;
  transition: width 0.3s ease;
}

.icon-link:hover::after {
  width: 100%;
}

.icons i {
  font-size: 22px;
  color: #8b572a;
  cursor: pointer;
}

.heading p {
  text-align: center;
  padding: 2vw;
  font-size: 3.5vw;
  color: #9c663e;
  font-family: "brenda";
  font-weight: 900;
  background-color: #f0f0f3;
}

.nav img {
  width: 16%;
}
.nav-bar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  position: relative;
  padding: 1vw 3vw;
  background-color: #91511d;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}
li a {
  color: #fff;
}
.navbar ul {
  list-style: none;
  display: flex;
  gap: 30px;
  padding: 20px;
  margin: 0;
  background-color: #fff;
}
.navbar li {
  position: relative;
}

.nav-link {
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

/* Hover underline effect */
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 3px;
  background-color: #e5560e;
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

/* Submenu */
.submenu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 10px 0;
  display: none;
  flex-direction: column;
  z-index: 99;
}

.submenu li a {
  display: block;
  padding: 5px 25px;
  text-decoration: none;
  color: #333;
  text-align: end;
  font-size: 10px;
  border-bottom: 1px solid #d2d7da;
}



/* Show submenu when active */
.dropdown.active .submenu {
  display: flex;
}
.dropdown.active > .nav-link {
  background-color: #fff;
  color: #92511d;
  padding: 2px 34px;
}

.owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px; /* Equal height for all items */
  border-radius: 16px;
  overflow: hidden;
}

.owl-carousel .item img {
  height: 100%;
  width: auto;
  object-fit: cover;
  border-radius: 16px;
}

.owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-nav button {
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  border: none !important;
  font-size: 40px !important;
  padding: 8px 14px !important;
  border-radius: 50%;
  font-weight: 800;
  pointer-events: all;
}

.owl-nav button.owl-prev {
  margin-left: -25px;
}

.owl-nav button.owl-next {
  margin-right: -25px;
}

.carousel-container {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.modal-header {
  padding: 0em;
}

.modal-header .close {
  padding: 5vw;
  margin: -4vw 0vw -4vw auto;
}

.formsec {
  background-color: #efeff3;
  padding: 5vw 0;
}

.heading-text {
  margin-bottom: 3vw;
  color: #90511d;
  font-size: 4vw;
  text-align: center;
  font-family: "brenda";
  font-weight: bold;
}

.loginform {
  height: auto;
  position: relative;
  margin: auto;
}

form {
  width: 60%;
  margin: auto;
}

.form-group {
  margin-bottom: 1.5vw;
}

.form-control {
  display: block;
  width: 100%;
  padding: 1.5vw;
  font-size: 2.5vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  color: #000;
  background-color: #f9f8f8;
  border: none;
}

.btn {
  background-color: #90511d;
  padding: 1.5vw;
  font-size: 2.5vw;
  border: none;
  color: #fff;
  display: block;
  width: 100%;
  font-weight: bold;
}

.error-tab {
  width: 100%;
  text-align: center;
  color: #fff;
  display: none;
  font-size: 1.5vw;
  background-color: #ff6600;
}

::placeholder {
  color: #afafaf;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="text"]:focus {
  border: none;
}

input[type="number"]:focus {
  border: none;
}

input[type="email"]:focus {
  border: none;
}

@media (max-width: 576px) {
  .modal-dialog {
    max-width: 400px;
    margin: 2rem 4rem 0rem 4rem;
  }
  .modal-content {
    border-radius: 15px;
  }
}
@media (min-width: 900px) {
  #containerpage {
    margin: auto;
    width: 80%;
  }
  .form-control,
  .btn {
    font-size: 1.5vw;
    padding: 1vw;
  }
  .form-group {
    margin-bottom: 1vw;
  }
  .heading-text {
    font-size: 2.5vw;
  }
}
