/* New Header Layout */
body.home .header-top-flex .logo {
  position: relative;
  top: unset;
  width: auto;
}
#header.new-header-layout {
  border-bottom: unset;
}
#header.new-header-layout .logo {
  position: unset;
}

.new-header-layout .header-top-box {
  background-color: #fff;
  padding: 20px 0 10px;
}

.new-header-layout .header-top-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-header-layout .logo {
  max-width: 320px;
}

.new-header-layout .header-right-panel {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.new-header-layout .header-right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  margin-bottom: 23px;
}

.new-header-layout .nav-search-box {
  position: unset;
  width: auto;
}
.new-header-layout .nav-search-box form {
  margin: 0;
}

.new-header-layout .nav-search-box .input-group {
  width: 250px;
  display: flex;
  align-items: center;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.new-header-layout .nav-search-box input.form-control {
  border: none;
  box-shadow: none;
  height: 38px;
  font-size: 14px;
  color: #555;
  padding: 5px 15px;
  width: 100%;
}

.new-header-layout .nav-search-box input.form-control:focus {
  box-shadow: none;
  outline: none;
}

.new-header-layout .nav-search-box .input-group-btn {
  width: auto;
}

.new-header-layout .nav-search-box .btn {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #6c757d;
  font-size: 16px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
}

.new-header-layout .header-social-icons {
  display: flex;
  align-items: center;
}

.new-header-layout .header-social-icons a {
  color: #000;
  font-size: 22px;
  margin-left: 20px;
  display: flex;
  align-items: end;
  transition: color 0.3s;
}

.new-header-layout .header-social-icons a:hover {
  color: #00c2cb;
}

.new-header-layout .header-right-bottom {
  display: flex;
  align-items: center;
}

.new-header-layout .top-links-new {
  display: flex;
  gap: 25px;
}
.new-header-layout .nav-search-box input#s {
  margin: 0 !important;
  border: unset;
  height: 100%;
}
.new-header-layout .top-links-new a {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.new-header-layout .top-links-new a:hover {
  color: #00c2cb;
}

.new-header-layout .header-bottom-box {
  background-color: #f8f8f8;
  border-top: 1px solid #f0f0f0;
}

/* Override Bootstrap navbar defaults */
.header-bottom-flex {
  display: flex;
}
#header.new-header-layout .container {
  height: auto;
}
.new-header-layout .navbar {
  margin-bottom: 0;
  min-height: auto;
  border: none;
  background: transparent;
  border-radius: 0;
  width: auto;
  position: unset;
  margin: 0;
  padding: 0;
}

.new-header-layout .navbar-collapse {
  padding-left: 0;
  box-shadow: none;
  display: flex !important;
  justify-content: flex-start;
}

.new-header-layout .navbar-nav {
  display: flex;
  margin: 0;
  float: none;
}

.new-header-layout .navbar-nav > li {
  float: none;
}
.new-header-layout ul.dropdown-menu {
  background: #f8f8f8;
}
.new-header-layout ul.dropdown-menu > li {
  border-bottom: 1px solid #000;
}
.new-header-layout ul.dropdown-menu > li > a {
  color: #000;
}
.new-header-layout ul.dropdown-menu > li > a:hover {
  color: #00c2cb;
}
.new-header-layout .navbar-nav > li > a {
  padding: 24px 30px;
  color: #000;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 0;
  background: transparent;
  border-left: unset;
}

.new-header-layout .navbar-nav > li:first-child > a {
  padding-left: 0;
}

.new-header-layout .navbar-nav > li > a:hover,
.new-header-layout .navbar-nav > li.active > a {
  background-color: transparent;
  color: #00c2cb;
}

.new-header-layout .header-donate-btn-wrapper {
  margin-left: auto;
  padding: 10px 0;
}

.new-header-layout .header-donate-btn-wrapper .btn-donate-now {
  display: inline-block;
  background-color: #00c2cb;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 4px;
  transition: background-color 0.3s;
  text-decoration: none;
  letter-spacing: 1px;
  box-shadow: 0 4px 6px rgba(0, 194, 203, 0.2);
}

.new-header-layout .header-donate-btn-wrapper .btn-donate-now:hover {
  background-color: #009ca3;
  color: #fff;
  box-shadow: 0 6px 12px rgba(0, 194, 203, 0.3);
}

.new-header-layout .header-top-flex .header-donate-btn-wrapper {
  display: none;
}
/* Responsive adjustments */
@media (max-width: 1199px) {
  .new-header-layout .header-right-panel {
    flex-direction: column;
    align-items: flex-end;
  }

  .new-header-layout .header-right-top {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .new-header-layout .navbar-nav > li > a {
    padding: 20px 20px 20px 0;
  }
}

@media (max-width: 992px) {
  .new-header-layout .header-top-flex .logo img {
    width: 150px;
  }
  .new-header-layout .header-top-flex {
    align-items: center;
  }

  .new-header-layout .header-right-panel {
    align-items: center;
    margin-top: 15px;
  }

  .new-header-layout .header-right-top {
    align-items: center;
  }

  .new-header-layout .nav-search-box {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .new-header-layout .header-social-icons a {
    margin: 0 10px;
  }

  .new-header-layout .navbar-nav {
    justify-content: center;
  }

  .new-header-layout .navbar-nav > li > a {
    padding: 15px;
  }

  .new-header-layout .navbar-nav > li:first-child > a {
    padding-left: 15px;
  }
  .new-header-layout .navbar {
    display: flex;
    align-items: center;
  }
}

.new-header-layout .mobile-menu-toggle-wrapper {
  display: none;
}

@media (max-width: 768px) {
  .new-header-layout .mobile-menu-toggle-wrapper {
    display: none;
  }

  .new-header-layout .mobile-menu-toggle-wrapper .navbar-toggle {
    display: block;
    float: right;
    background-color: #00c2cb;
    margin-right: 15px;
  }
  .new-header-layout .nav-search-box input.form-control {
    border: none !important;
  }
  .new-header-layout .nav-search-box .btn {
    background: transparent !important;
    color: #6c757d !important;
  }
  .new-header-layout .mobile-menu-toggle-wrapper .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .new-header-layout .navbar-collapse {
    display: block;
    width: 100%;
    background: #f8f8f8;
    padding: 0 15px;
  }

  .new-header-layout .navbar-collapse.in {
    display: block !important;
  }

  .new-header-layout .navbar-nav {
    flex-direction: row;
    align-items: flex-start;
  }

  .new-header-layout .navbar-nav > li {
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .new-header-layout .navbar-nav > li > a {
    padding: 15px 0;
    font-size: 12px;
  }
  .new-header-layout .navbar-nav > li:first-child {
    display: none;
  }
}

@media (max-width: 676px) {
  #header.new-header-layout .logo {
    position: unset;
    padding: 10px 0px;
  }
  .new-header-layout .header-right-bottom,
  .new-header-layout .header-bottom-box {
    display: none;
  }
  .new-header-layout .header-top-flex {
    flex-direction: column;
    align-items: start;
  }
  /* #header.new-header-layout .logo {
    position: unset;
    width: 100%;
    max-width: unset;
            padding: 5px 0px;
} */
  .new-header-layout .header-right-panel {
    width: 100%;
  }
  .new-header-layout .header-right-panel .header-right-top {
    width: 100%;
    justify-content: space-between;
  }
  .new-header-layout .header-top-flex .header-donate-btn-wrapper {
    position: absolute;
    top: 0;
    display: block;
    right: 90px;
  }
  .new-header-layout .nav-search-box .input-group {
    width: 200px;
  }
}
