html,body{
    background-color: #fff !important;
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(238,238,238,1) 100%) !important; */
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px !important;
    overflow-x: hidden;
    font-family: "Inter", Arial, sans-serif !important;
  }

  body {
    padding-bottom: 0;
    overflow-y: scroll;
  }




  br {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  





  
/* Buttons */
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    outline: 2px solid transparent;
    white-space: nowrap;
}

.button-primary {
    /* background: linear-gradient(135deg, darkgreen 0%, rgb(0, 63, 0) 100%); */
    background: linear-gradient(180deg, #444 0%, #000 60%);
    /* border: 2px solid rgb(0, 63, 0); */
    color: white;
    /* box-shadow: 0 4px 15px rgba(235, 16, 0, 0.4); */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    user-select: none;
}

.button-primary:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 8px 25px rgba(235, 16, 0, 0.6); */
    box-shadow: 0 4px 16px rgba(16, 16, 16, 0.3);
    text-decoration: none;
    color: #fff;
}

.button-secondary {
    background-color: #222;
    background: linear-gradient(180deg, #444 0%, #000 80%);
    color: #fff;
    border: 2px solid #000;
    font-weight: 600;
    padding: 10px 24px;
}

.button-secondary:hover {
    background: linear-gradient(180deg, #333 0%, #000 100%);
    transform: translateY(-1px);
    text-decoration: none;
    color: #fff;
}

.button:focus {
    text-decoration: none;
    color: #fff;
}

.button-outline {
    background: transparent;
    color: #EB1000;
    border: 2px solid #EB1000;
}

.button-outline:hover {
    background: #EB1000;
    color: white;
    transform: translateY(-1px);
}

.button-large {
    padding: 16px 32px;
    font-size: 18px;
}

.button-full {
    width: 100%;
}

.header .header_top .button-primary {
    position: absolute;
    top: 13px;
    right: 10px;
    padding: 6px 18px;
    font-weight: 500;
    font-size: 14px;
    box-shadow: none;
    background: linear-gradient(176deg, #444 0%, #000 70%);
}


  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 16px;
    min-height: 68px;
    padding-bottom: 0px;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    transition: top 0.5s ease-in-out;
    -webkit-transition: top 0.5s ease-in-out;
    z-index: 99999;
    background-color: #F5F5EE;
  }
  
  .header .header_top {
    position: relative;
    display: block;
    width: calc(100% - 32px);
    height: 60px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    background-color: #F5F5EE;
  }
  
  
  .logo {
    position: relative;
    top: 14px;
    left: 0px;
    display: inline-block;
    background: url('../../assets/farebin_em.png');
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: left center;
    min-width: 100px;
    padding: 8px 0 8px 40px;
    color: #000;
    font-weight: bold;
  }
  
  .logo:hover, .logo:focus {
    text-decoration: none;
    color: #000;
  }
  
  
  
.log_in, .sign_up {
    position: absolute;
    top: 12px;
    right: 139px;
    padding: 6px 16px;
    border: 1px solid #000;
    border-radius: 4px 0 0 4px;
    color: #000;
    text-align: center;
    /* font-weight: bold; */
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    /* background: #000 url("../../assets/chevron-right-light-24px.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 49%; */
    opacity: 0.95;
  }
  
  .log_in:hover {
    color: #000;
    opacity: 1;
    box-shadow: 0 3px 8px -3px #0002;
    text-decoration: none;
  }
  
  
  .sign_up {
    right: 32px;
    color: #fff;
    background: #000;
    opacity: 0.9;
    border-radius: 0 4px 4px 0;
  }
  
  .sign_up:hover {
    color: #fff;
    opacity: 1;
    box-shadow: 0 3px 8px -3px #0002;
    text-decoration: none;
  }
  
  
  .log_in:focus {
    color: #000;
    text-decoration: none;
  }
  
  .sign_up:focus {
    color: #fff;
    text-decoration: none;
  }
  

  
  
  .header .header_bottom {
    background-color: #FDFDF8;
    position: relative;
    display: block;
    width: 100% ;
    padding: 0 32px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
  }
  
  
  .nav_ul {
    display: inline-block;
    padding: 16px 0;
    list-style: none;
    margin: 0;
  }
  
  .nav_ul .nav_icon {
    height: 10px;
    margin: 0 -8px !important;
    background: url("../assets/chevron-right-dark-24px.png");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .nav_ul li {
    display: inline-block;
    margin: 0;
    padding: 2px 8px;
    font-weight: bold;
  
    cursor: pointer;
  }
  
  .nav_ul li a {
    text-decoration: none !important;
    color: #666;
    font-weight: bold;
    cursor: pointer;
  }
  
  .nav_ul li a:hover {
    text-decoration: none !important;
    color: #268BD2;
    /* color: #000; */
    cursor: pointer;
  }
  
  .nav_ul .dropdown {
    padding-right: 12px;
    background: url("../../assets/dropdown_dark.png");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: calc(100% - 0px) center;
  }
  
  .nav_ul .dropdown:hover {
    color: #268BD2;
    filter: invert(50%) sepia(19%) saturate(3123%) hue-rotate(172deg) brightness(89%) contrast(84%);
  }
  
  
  .header .dropdown_div {
    display: block;
    position: absolute;
    left: 2.5%;
    width: 95%;
    min-height: 300px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: normal;
    /* color: #999; */
    background: #FDFDF8;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc #ccc;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 3px 12px -3px #0002;
    z-index: 9999999999999;
    opacity: 0.95;
  }
  
  

  
  
  .border_div {
    position: relative;
  }
  
  .border_div svg {
    position: absolute;
    z-index: 100;
    display: block;
    height: 48px;
    bottom: -45px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }  



  
/* Hero Section */
.hero {
    margin-top: 118px;
    padding: 48px 0 48px 0;
    background: #F5F5EE;
    /* background: linear-gradient(135deg, #fff5f5 0%, #fed7d7 100%); */
    /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
    position: relative;
    /* overflow: hidden; */
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.5;
}


.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 5rem;
    font-weight: 700;
    /* line-height: 1.1; */
    margin-bottom: 0.5rem;
    color: #1a1a1a;
    /* background: linear-gradient(172deg, #872504 0%, #000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
}

.hero-subtitle {
    font-size: 3rem;
    color: #000;
    margin-top: 12px;
    margin-bottom: 4rem;
}



.brand-section {
    width: 85%;
    margin: 40px auto 0 auto;
}



.section-header {
    text-align: center;
    margin-bottom: 6rem;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.section-title-large {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.section-subtitle {
    font-size: 2rem;
    color: #666;
    max-width: 1000px;
    margin: 0;
}

.section-subtitle-small {
    font-size: 14px;
    color: #EB1000;
    max-width: 600px;
    margin: -1rem auto 0 auto;
}


.color-container {
    text-align: center;
    margin-top: 40px;
}

.color-box {
    display: inline-block;
    width: 210px;
    height: 210px;
    margin: 0 8px 0 8px;
    outline: 1px solid #ccc;
    border-radius: 50%;
}

.color-box:first-child {
    background-color: #000;
}


.logo-container {
    text-align: center;
}

.logo-section img {
    display: inline-block;
    width: 250px;
    margin: 0;
    outline: 1px solid #ccc;
    border-radius: 8px;
    padding: 32px;
}

.logo-section img:last-child {
    background-color: #000;
}




.dont-section {
    counter-reset: dont-counter;
}

.dont-section p {
    margin-top: 1.5rem;
    position: relative;
    padding-left: 1.2em;
    text-decoration: none;
}

.dont-section p:before {
    counter-increment: dont-counter;
    content: counter(dont-counter) ". ";
    position: absolute;
    left: 0;
    top: 0;
    color: #888;
    font-weight: normal;
    /* font-size: 1.2em; */
    text-decoration: none;
}

/* Removed the :after rule that was adding a line underneath the text. */

.download-link {
    font-size: 15px;
    font-weight: bold;
    color: #6C7074;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 12px 24px 12px 48px;
    background: url('../../assets/download.png');
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 12px center;
}

.download-link:hover, .download-link:focus {
    color: #555;
    text-decoration: none;
}




.faq {
    position: relative;
    display: block;
    margin: 130px auto 0 auto;
    padding: 0;
    width: 85%;
    text-align: left;
  }
  
  .faq h2 {
    color: #000;
    font-weight: bolder;
    margin: 8px 0;
    font-size: 38px;
    line-height: 50px;
  }
  
  .collapsible {
    position: relative;
    background-color: transparent;
    cursor: pointer;
    padding: 16px 24px 16px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 19px;
    color: #000;
  }
  
  .collapsible span {
    position: absolute;
    top: calc(50% - 6px);
    right: 8px;
    width: 12px;
    height: 12px;
    background: url("../../assets/dropdown_dark.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(0deg);
  }
  
  .collapsible.active span {
    transform: rotate(180deg);
  }
  
  .content {
    padding: 0 2px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: transparent;
      font-size: 15px;
    color: #444;
  }









  
.footer {
    position: relative;
    top: 28px;
    display: block;
    /* border-top: 1px solid #ccc; */
    background: #fff;
    margin: 150px 0 0 0;
    padding: 26px 16px 16px 16px;
    border-top: 3px solid #eee;
    /* background-color: #222; */
    /* background-image: linear-gradient(#292929 1px, transparent 1px),
      linear-gradient(90deg, #333 1px, transparent 1px),
      linear-gradient(#292929 1px, transparent 1px),
      linear-gradient(90deg, #292929 1px, transparent 1px);
    background-size:50px 50px, 50px 50px, 10px 10px, 10px 10px;
    background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px; */
    /* color: #fff; */
  
  }
  
  
  .footer hr {
    /* border-color: #e14f25; */
    border-color: #F26522;
    border-width: 3px;
    margin: 0;
  }
  
  .footer .border_div svg {
    left: 5%;
    transform: translateX(-5%);
    height: 48px;
    bottom: -45px;
  }
  
  .footer .footer_border_div svg {
    bottom: -19px;
  }
  
  
  .footer .logo_div .logo {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background: url('../../assets/farebin_em.png');
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: left center;
    min-width: 100px;
    padding: 8px 0 8px 40px;
    color: #000;
    /* color: #fff; */
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
  }
  
  .footer .logo_div .logo:hover {
    text-decoration: none;
    color: #000;
    /* color: #fff; */
  }
  
  .footer .logo_div .desc {
    margin: 8px 0 32px 8px;
    line-height: 22px;
    max-width: 300px;
  }
  
  .footer .logo_div .socials {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 0 0 8px;
  }
  
  .footer .logo_div .socials li {
    display: inline-block;
    margin: 0 4px;
  }
  
  .footer .logo_div .socials li svg {
    color: #999;
  }
  
  .footer .logo_div .socials li svg:hover {
    color: #268BD2;
  }
  
  
  .footer .footer_styling {
    overflow: hidden;
  }
  
  
  
  
  
  
  /* Footer Links */
  
  .footer .footer_divs ul {
    list-style: none;
    padding: 0;
    margin: 9px 0 16px 0;
  }
  
  
  .footer .footer_divs ul li {
    margin: 6px 0;
    font-size: 15px;
  }
  
  .footer .footer_divs ul li:first-child {
    margin: 0 0 14px 0;
    color: #F26522;
  }
  
  .footer .footer_divs ul li a {
    color: #000;
    text-decoration: none;
    /* color: #fff; */
  }
  
  
  .footer .footer_divs ul li a:hover, .footer .footer_divs ul li a:focus {
    color: #268BD2;
    text-decoration: none;
  }
  
  
  
  
  /* footer bottom */
  
  .footer .footer_bottom {
    margin-top: 100px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
  }
  
  .footer .footer_bottom .location {
    display: inline-block;
    /* float: right; */
    /* background: red; */
    margin: 0;
  }
  
  .footer .footer_bottom .location * {
    display: inline-block;
    color: #888;
    font-size: 12px;
  }
  
  .footer .footer_bottom .flag {
    width: 14px;
    height: 14px;
    margin-top: -2px;
    margin-left: 12px;
    border-radius: 50%;
    object-position: 50% 50%;
    object-fit: cover;
  }
  
  .footer .footer_bottom .copyright {
    display: inline-block;
    color: #888;
    font-size: 12px;
    margin: 0 0 0 8px;
  }
  
  
  
  
  
  
  
  
  
    .hamburger_icon, .hamburger_icon svg {
      display: none;
    }
  
    .nav_ul li.signin {
      display: none;
    }





/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}



@media (max-width: 1050px) {
    .hero {
        padding: 48px;
      }
}


@media (max-width: 950px) {
    .header {
        width: 100%;
      }

      .hero {
        padding: 48px 24px;
      }

      .hero-title {
        font-size: 4rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 2.25rem;
        margin-top: 16px;
    }


      .color-box {
        width: 110px;
        height: 110px;
    }
}


@media (max-width: 995px) {
    .footer .logo_div {
      padding-bottom: 32px;
      margin-bottom: 7px;
      /* border-bottom: 3px dashed #ccc; */
    }

    .footer .footer_divs ul {
      list-style: none;
      padding: 0 0 0 10px;
      margin: 32px 0 0 0;
    }
  }


  

  @media (max-width: 450px) {
    .header {
        width: 100%;
      }

      .header .header_top {
        width: 100%;
      }

      .logo {
        left: 0px;
      }

      .log_in, .sign_up {
        display: none;
      }

      .hamburger_icon {
        display: block;
        position: absolute;
        top: 12px;
        right: 0;
        padding: 6px 16px;
      }

      .hamburger_icon #open-menu-svg {
        display: block;
      }

      .header .header_bottom {
        padding: 0px 8px 0 8px;
        background-color: #F5F5EE;
        background-color: #FDFDF8;
        box-shadow: 0 5px 10px -3px #0005;
        height: 990px;
        top: 60px;
        right: -110%;
        position: absolute;
        -webkit-transition: right 0.45s;
        -moz-transition:    right 0.45s;
        -ms-transition:     right 0.45s;
        -o-transition:      right 0.45s;
        transition:         right 0.45s;
      }

      .nav_ul {
        /* display: none; */
        text-align: center;
        width: 100%;
        padding: 0 8px;
        margin: 0;
      }

      .nav_ul li.signin {
        display: block;
        /* border-top: 1px solid #ddd; */
      }

      .nav_ul li {
        display: block;
        margin: 0 0 0 0;
        padding: 0;
        font-weight: bold;
        font-size: 18px;
        width: 100%;
        text-align: left;
        background: url('../../assets/chevron-right-dark-24px.png');
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 98% center;
        border-bottom: 1px solid #ddd;
      }

      .nav_ul li a {
        display: block;
        padding: 24px 8px !important;
        color: #444;
        width: 100%;
      }


      .hero {
        margin-top: 70px;
        padding: 48px 14px;
      }

      .hero-title {
        font-size: 4rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 2rem;
        margin-top: 16px;
    }

    
    .color-container {
        text-align: center;
        margin-top: 24px;
    }

    .color-box {
        display: inline-block;
        width: 80px;
        height: 80px;
        margin: 8px;
        outline: 1px solid #ccc;
        border-radius: 50%;
    }

      .footer .logo_div {
        margin-bottom: 24px;
      }

      .footer .logo_div .desc {
        margin: 8px 0 16px 8px;
        max-width: 95%;
        font-size: 16px;
        color: #999;
      }

      .footer .footer_divs ul {
        list-style: none;
        padding: 0 0 0 10px;
        margin: 32px 0 16px 0;
      }
      
      .footer .org_unit {
        display: none;
      }
      
      .carousel-container h2 {
        font-size: 24px;
      }

      .logo-item {
        width: 116px;
        margin: 0 16px;
      }
  }




  

  @media (max-width: 300px) {
    .footer .logo_div {
      margin-bottom: 24px;
    }

    .footer .logo_div .desc {
      margin: 8px 0 16px 8px;
      max-width: 95%;
      font-size: 16px;
      color: #999;
    }

    .footer .footer_divs ul {
      list-style: none;
      padding: 0 0 0 10px;
      margin: 32px 0 16px 0;
    }
  }
