/* Breadcrumb */
        .tz-breadcrumb {
            padding: 180px 0 120px;
            background: linear-gradient(rgba(10, 15, 26, 0.8), rgba(10, 15, 26, 0.9)), url('../images/contact/contact-us-inner-banner.webp');
            background-blend-mode: overlay;
            background-size: cover;
            background-position: center;
        }

        .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }

       
         .tz-breadcrumb__title {
            text-align: center;
            text-shadow: 0 2px 10px rgba(0,0,0,0.5);
        }
        .tz-breadcrumb__content {
    position: relative;
    z-index: 2
}

.tz-breadcrumb__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    gap: 10px
}

.tz-breadcrumb__item {
    color: #FFF

}
.tz-breadcrumb__list {
    list-style-type: none;
}

.tz-breadcrumb__item {
    list-style-type: none;
}
.tz-breadcrumb__item a {
    text-decoration: none;
    color: #FFF

}

.tz-breadcrumb__item.active {
    color: #85c815
}

.tz-breadcrumb__overlay {
    /* position: absolute; */
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 0);
    z-index: 1
}
.tz-display-4 {
    font-family: "Teko", serif;
    font-weight: 700;
    font-size: 35px
    
}

@media (min-width:576px) {
    .tz-display-4 {
        font-size: 24px
    }
}

@media (min-width:768px) {
    .tz-display-4 {
        font-size: 32px
    }
}

@media (min-width:992px) {
    .tz-display-4 {
        font-size: 40px
    }
}

@media (min-width:1200px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1440px) {
    .tz-display-4 {
        font-size: 48px
    }
}

@media (min-width:1680px) {
    .tz-display-4 {
        font-size: 56px
    }
}

/*breadcrumb end*/


body {
      background-color: #0a0a0a;
      color: #e0e0e0;
      font-family: 'Outfit', sans-serif;
    }

    /* Sidebar Styling */
    .tz-sidebar {
      background-color: #111;
      border-right: 1px solid #333;
      min-height: 100vh;
      padding: 2rem 1.5rem;
    }

    .tz-branch-item {
      margin-bottom: 1.8rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid #2a2a2a;
    }

    .tz-branch-item:last-child {
      border-bottom: none;
    }

    .tz-branch-title {
      font-weight: 600;
      font-size: 1.1rem;
      display: flex;
      align-items: center;
      gap: 10px;
      color: #fff;
    }

    .tz-branch-title i {
      font-size: 1.2rem;
    }

    .tz-branch-address, .tz-branch-contact {
      font-size: 0.95rem;
      color: #aaa;
      margin: 0.5rem 0;
    }

    .tz-branch-contact a {
      color: #91d904;
      text-decoration: none;
    }

    .tz-branch-contact a:hover {
      text-decoration: underline;
    }

    /* Form Styling - Dark */
    .tz-contact-form {
      background-color: #111;
      color: #e0e0e0;
      padding: 2.5rem;
      border: 1px solid #333;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    }

    .tz-contact-form h2 {
      color: #fff;
      font-size: 1.8rem;
      margin-bottom: 1rem;
      font-weight: 600;
    }

    .tz-contact-form p {
      color: #999;
      margin-bottom: 2rem;
    }

    .form-label {
      color: #ccc;
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
    }

    .form-control, .form-control:focus, textarea {
      background-color: #1e1e1e;
      border: 1px solid #444;
      color: #fff;
      border-radius: 6px;
      padding: 0.75rem 1rem;
    }

    .form-control::placeholder, textarea::placeholder {
      color: #777;
    }

    .form-control:focus {
      border-color: #91d904;
      box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
      outline: none;
    }

    .submit-btn {
      background-color: #91d904;
      color: white;
      border: none;
      padding: 12px 24px;
      font-size: 1rem;
      font-weight: 600;
      border-radius: 6px;
      cursor: pointer;
      width: 100%;
      transition: background 0.3s ease;
      margin-top: 1rem;
    }

    .submit-btn:hover {
      background-color: #0b5ed7;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .tz-sidebar {
        border-right: none;
        border-bottom: 1px solid #333;
        min-height: auto;
      }
    }
   
    
    .tz-about2 {
    background: #171717;
    padding: -1.25rem 0rem 3.75rem 0rem;
}
.tz-text-primary
 {
    color: #85c815
}


.tz-section-subtitle {
    color: #85c815;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap
}

.tz-section-subtitle h4 {
    margin-bottom: 0
}

.tz-section-subtitle__line {
    height: .0625rem;
    width: 3.75rem;
    background-color: #85c815;
    margin-right: 1.25rem
}

.tz-section-title {
    font-size: 58px;
    font-family: "Teko", serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    line-height: 1
}

.tz-section-desc {
    color: #FFF;
    line-height: 1.5;
    font-size: 16px
}

.tz-main-menu>ul {
    padding-left: 0
}

.tz-main-menu>ul li a:hover {
    color: #85c815
}


.tz-main-menu>ul li.has-dropdown .submenu {
    position: absolute;
    opacity: .1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 4px;
    top: 100%;
    margin: 0 auto;
    z-index: 999;
    visibility: hidden;
    text-align: left;
    background: black;
    backdrop-filter: blur(10px);
    box-shadow: rgb(17 12 46 / .15) 0 48px 100px -40px
}

@media (min-width:1200px) {
    .tz-main-menu>ul li.has-dropdown .submenu {
        padding: .9375rem .9375rem .9375rem .9375rem;
        width: 269px
    }
}

.tz-main-menu>ul li.has-dropdown .submenu li a {
    line-height: 2.8125rem;
    width:fit-content !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: relative;
    color: #FFF
}

.tz-main-menu>ul li.has-dropdown .submenu li a:hover {
    padding-left: .9375rem;
    color: #85c815
}

.tz-main-menu>ul li.has-dropdown .submenu.tz-mega-menu {
    box-shadow: rgb(17 12 46 / .15) 0 48px 100px -40px;
    width: 100%
}

@media (min-width:1200px) {
    .tz-main-menu>ul li.has-dropdown .submenu.tz-mega-menu {
        width: 750px;
        left: 50%;
        transform: translateX(-50%)
    }
}

.tz-main-menu>ul li.has-dropdown .submenu.tz-menu1-width {
    width: 100%
}

.tz-main-menu>ul li.has-homemenu .menu .menu-thumb {
    height: 240px;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / .07);
    padding: .625rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out
}

.tz-main-menu>ul li.has-homemenu .menu .menu-thumb:hover {
    border-color: #85c815
}

.tz-main-menu>ul li.has-homemenu .menu .menu-title {
    margin-bottom: .625rem;
    margin-top: .3125rem
}

@media (min-width:1200px) {
    .tz-main-menu>ul li.has-homemenu .menu .menu-title {
        margin-bottom: 0rem;
        margin-top: .3125rem
    }
}

.tz-main-menu>ul li.has-homemenu .menu .menu-title a {
    justify-content: center;
    line-height: 1.875rem
}

@media (min-width:1200px) {
    .tz-main-menu>ul li:hover .submenu {
        visibility: visible;
        opacity: 1
    }
}

    /* Justified text */
.freshora-justify {
  text-align: justify;
  text-justify: inter-word;
}

/* Green corner border + hover glow */
.freshora-hover-box {
  position: relative;
  border: 1px solid rgba(145, 217, 4, 0.35);
  transition: all 0.35s ease;
}

/* Corner border effect */
.freshora-hover-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 2px solid transparent;
  background:
    linear-gradient(135deg, #91d904 0%, transparent 35%) border-box;
  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

/* Green hover shadow */

.se-card {
  transition: all 0.35s ease;
}

/* Green glow on hover */
.se-card:hover {
  box-shadow:
    0 0 20px rgba(132, 204, 22, 0.6),
    0 0 40px rgba(132, 204, 22, 0.4),
    0 0 60px rgba(132, 204, 22, 0.2) !important;
  transform: translateY(-20px);
}

/* ==============================
   SUPPORT CARD BORDERS
============================== */

.support-card {
    background: #111111;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

/* Green Variations */
.support-card.green-1 {
    border-color: #24f32e;
}

.support-card.green-2 {
    border-color: #47f014;
}

.support-card.green-3 {
    border-color: #7eee15;
}

/* Optional Hover Glow */
.support-card:hover {
    box-shadow: 0 0 25px rgba(126, 238, 21, 0.5);
    transform: translateY(-10px);
}
/* ==============================
   HIGHLIGHT TEXT
============================== */

.highlight-text {
    color: #24f32e;
    font-weight: 600;
    letter-spacing: 0.3px;
}
