html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f9dd93;
  overflow-x: hidden;
}

.navbar {
  background-color: #f9dd93;
  padding: 0.8rem 0;
  height: 100px;
  border-top: 6px solid #008bdb;
}

.navbar-brand img {
  height: 60px;
}

.navbar-nav .nav-link {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 1rem;
  position: relative;
  outline: none !important;
  box-shadow: none !important;
}
.nav-item.dropdown .dropdown-menu {
  border: none;
  background-color: #035e92;
}
.nav-item.dropdown .dropdown-menu ul {
  list-style: none;
  border: none;
}

.navbar-collapse {
  background: #008bdb;
  z-index: 999;
}
.navbar-collapse .navbar-nav .nav-link,
.navbar-collapse .navbar-nav .dropdown-item {
  color: #fff;
}

.inner-banner {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner h1 {
  color: #fff;
}

.page-content p {
  /* text-align: center; */
  font-size: 17px;
  /* font-weight: 600; */
  padding-top: 15px;
}

.navbar-toggler {
  background-color: #008bdb;
  outline: none;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.owl-carousel .item img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.owl-carousel .owl-nav {
  display: none;
}

.owl-carousel .caption {
  text-align: center;
  margin: 30px 0 10px 0;
}

footer {
  padding: 25px 0;
  text-align: center;
  /* background-color: #fad77d; */
}

footer p {
  margin: 0;
  padding: 0;
}

footer .nav {
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
footer .nav a {
  font-size: 20px;
  border: 1px solid #008bdb;
  padding: 3px 10px;
  border-radius: 5px;
}
.fa-facebook {
  color: #1877f2;
} /* Facebook blue */
.fa-twitter {
  color: #1da1f2;
} /* Twitter blue */
.fa-instagram {
  color: #e4405f;
} /* Instagram pink */
.fa-linkedin {
  color: #0077b5;
} /* LinkedIn blue */

.blog .page-title {
  margin-bottom: 20px;
}

.widget-title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 20px 0;
  border-left: #ccc;
}

.widget-item {
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.search-widget form {
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 75%);
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
  transition: 0.3s;
}

.search-widget form input[type="text"] {
  border: 0;
  padding: 4px 10px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type="text"]:focus {
  outline: none;
}

.search-widget form button {
  background: none;
  color: var(--default-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 16px;
  transition: 0.3s;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  color: var(--accent-color);
}

.search-widget form:is(:focus-within) {
  border-color: var(--accent-color);
}

.categories-widget > ul {
  margin-left: 0;
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 8px;
  font-weight: 600;
}

.categories-widget ul ul li {
  font-weight: 500;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
  font-weight: 400;
  font-size: 15px;
}

.categories-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.categories-widget ul a:hover {
  color: var(--accent-color);
}

.categories-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.categories-widget ul ul {
  margin-left: 20px;
}

.categories-widget ul ul li {
  padding-bottom: 5px;
  font-size: 14px;
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  background-color: color-mix(in srgb, var(--default-color), transparent 94%);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 15px;
  margin: 0 6px 8px 0;
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}

@media (min-width: 992px) {
  .owl-carousel .item img {
    height: 500px;
  }
  .navbar-collapse .navbar-nav .nav-link,
  .navbar-collapse .navbar-nav .dropdown-item {
    color: #000;
  }

  .navbar-collapse {
    margin-top: 15px;
    background: transparent;
  }
  /* .dropdown-toggle::after {
        display: none;
    } */

  .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    height: 4px;
    background: #008bdb;
    transition: width 0.3s ease;
    width: 0%;
  }
  .navbar-nav .nav-link:hover::before,
  .navbar-nav .nav-link.active::before {
    width: 60%;
  }

  .nav-item.dropdown .dropdown-menu {
    margin-top: 0px;

    background: transparent;
    border: none;
  }

  .nav-item.dropdown .dropdown-menu ul {
    background-color: #008bdb;
    display: flex;
    list-style: none;
    padding: 0;
    min-height: 70px;
    align-items: center;
    color: #fff;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  }
  .nav-item.dropdown .dropdown-menu a {
    color: #fff;
  }

  .nav-item.dropdown .dropdown-menu a:hover {
    background: none;
    color: #000;
  }

  .nav-item .dropdown-menu ul li {
    padding: 5px;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    padding-top: 20px !important;
  }

  .dropdown-toggle:focus:not(:focus-visible),
  .nav-link:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
  }

  .navbar .container {
    position: relative;
  }
  .dropdown,
  .dropdown-center,
  .dropend,
  .dropstart,
  .dropup,
  .dropup-center {
    position: inherit;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 0;
    align-items: center;
    padding: 10px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1100px;
  }
}
