:root {
    --dark-green: #0e4752;
    --light-green: #009ca1;
    --dark-orange: #fd7a02;
    --light-bg: #f4ffff;
    --red: #d63b3b;
}

.top-row {
    background: var(--light-bg);
    color: var(--dark-green);
    font-size: 0.8rem;
    font-weight: 600;
    padding: 15px 0;
    border-bottom: 1px solid #e4fdfd;
}

.top-row p {
    margin: 0;
    font-size: 14px;
}

.top-row img {
    width: 22px;
    height: auto;
}
.top-row a {
    color: var(--dark-green);
}

.top-row a:hover {
    text-decoration: none;
}

.info-wrapper {
  display: flex;
  justify-content: space-evenly;
}

.info-box {
  display: flex;
  gap: 5px;
}




.is-form-id-19 {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    background: #f4f7f8 !important;
    border: 1px solid #e9f0f3 !important;
    border-radius: 50px !important;
    padding: 6px !important;
    box-sizing: border-box !important;
}

.is-form-id-19 label {
    flex: 1 1 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    border: none !important;
}

.is-form-id-19 .is-search-input {
    width: 100% !important;
    height: 48px !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 15px !important;
    margin: 0 !important;
    font-size: 17px !important;
    color: #777 !important;
    line-height: normal !important;
    font-weight: 600 !important;
}

.is-form-id-19 .is-search-input::placeholder {
    color: #777 !important;
    opacity: 1 !important;
    font-weight: 600 !important;
}

.is-form-id-19 .is-search-submit {
    flex: 0 0 auto !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 50% !important;
    background: var(--dark-orange) !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: filter .15s ease !important;
}

.is-form-id-19 .is-search-submit:hover {
    filter: brightness(1.05) !important;
}

.is-form-id-19 .is-search-icon {
    background: none !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    padding-top: 0 !important;
}

.is-form-id-19 .is-search-icon img {
    width: 22px !important;
    height: 22px !important;
    filter: brightness(0) invert(1) !important;
    display: block !important;
}

.is-form-style input.is-search-input {
    border: none !important;
}

.item-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}

.topcol-item {
  width: auto;
  display: flex;
}

.topcol-item a {
    color: #000 !important;
}

.topcol-item a:hover {
    text-decoration: none !important;
}

#mastheadx{
    background: var(--light-green);
    padding: 5px 0;
}

.navbar {
  margin-bottom: 0px !important;
  padding: 0;
}

.navbar .nav-link {
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px !important;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.nav-link:hover {
  background: #ffffff17;
}

.nav-link.dropdown-toggle::before {
    content: "" !important;
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
    background-image: url("/wp-content/uploads/2026/07/menu.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.navbar-nav {
  width: 100%;
  justify-content: space-between;
}

.dropdown-menu {
  border-radius: 20px !important;
  padding: 15px !important;
}

.dropdown-item {
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: var(--light-green) !important;
}

.dropdown-item.red {
    color: #ff0000 !important;
}


.ff-slider {
  border-radius: 20px;
  border: 2px solid #edf1f2;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1) !important;
}

.section-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subtitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--dark-orange);
}

.subtitle::before {
  content: "";
  width: 65px;
  height: 5px;
  background: var(--dark-orange);
  border-radius: 3px;
}

.section-left h2 {
  margin: 0;
  font-size: 36px;
}

.btn-trns {
  padding: 15px 25px !important;
  border: 1px solid #d8f3f3 !important;
  border-radius: 20px !important;
  color: var(--light-green) !important;
}

    .category-card {
        display: flex;
        flex-direction: column;
        border: 1px solid transparent;
        border-radius: 20px;
        padding: 30px;
        text-align: center;
        transition: all 0.3s ease;
        height: 100%;
    }
    .category-card:hover {
        border-color: var(--dark-green);
        box-shadow: 0 0 0 1px #35d0d0, 0 4px 14px rgba(53, 208, 208, 0.25);
    }
    .category-card img {
        width: auto;
        height: 260px;
        object-fit: contain;
        display: block;
        background-color: #fff;
        border-radius: 8px;
    }
    .category-card p {
        font-weight: 700;
        font-size: 18px;
        color: #000;
        margin: 0;
    }

.infobar-wrapper {
  background: #fff;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1) !important;
  border: 2px solid #eee;
  padding: 30px;
  border-radius: 30px;
}

.infobar-item {
  display: flex;
  gap: 10px;
}

.item-icon {
  background: #eaf1f2;
  padding: 10px;
  border-radius: 15px;
}

.item-icon svg {
  height: 30px;
  width: auto;
  color: var(--light-green);
}

.infobar-wrapper h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  color: #000;
}
