/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
html{
  scroll-padding-top: 150px;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: #eff2f1; }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

.custom-navbar {
  background: #252524 !important
  padding-top: 20px;
  padding-bottom: 20px; }
  .custom-navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600; }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff !important;
    opacity: .5;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #f9bf29;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1; }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px; }

.hero {
  background: #fab500;
  padding: calc(4rem - 30px) 0 1rem 0; }
  @media (min-width: 768px) {
    .hero {
      padding: calc(3rem - 30px) 0 1rem 0; } }
  @media (min-width: 992px) {
    .hero {
      padding: calc(5rem - 30px) 0 1rem 0; } }
  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }
    @media (min-width: 992px) {
      .hero .intro-excerpt {
        max-width: 1200px; } }
  .hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px; }
    @media (min-width: 1400px) {
      .hero h1 {
        font-size: 54px; } }
  .hero p {
    color: rgba(255, 255, 255, 0.5);
    margin-botom: 30px; }
  .hero .hero-img-wrap {
    position: relative; }
    .hero .hero-img-wrap img {
      position: relative;
      top: 0px;
      right: 0px;
      z-index: 2;
      max-width: 780px;
      left: -20px; }
      @media (min-width: 768px) {
        .hero .hero-img-wrap img {
          right: 0px;
          left: -100px; } }
      @media (min-width: 992px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          position: absolute;
          right: -50px; } }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          right: -100px; } }
.hero .hero-img-wrap:after {
  content: "";
  position: absolute;
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: -100px; /* default for mobile/small screens */
  top: -40px;   /* default for mobile/small screens */
}

/* Tablet: medium screens */
@media (min-width: 768px) and (max-width: 1199px) {
  .hero .hero-img-wrap:after {
    left: -50px;
    top: -60px;
  }
}

/* Desktop: large screens */
@media (min-width: 1200px) {
  .hero .hero-img-wrap:after {
    left: 60px;
    top: -90px;
  }
}



.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #fab500;
    border-color: #fab500; }
    .btn.btn-primary:hover {
      background: #314d43;
      border-color: #314d43; }
  .btn.btn-secondary {
    color: #2f2f2f;
    background: #f9bf29;
    border-color: #f9bf29; }
    .btn.btn-secondary:hover {
      background: #f8b810;
      border-color: #f8b810; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.btn-white-outline:hover {
      border-color: white;
      color: #ffffff; }



.product-section {
  padding: 7rem 0; }
  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer; }
    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #2f2f2f;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #dce5e4;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height: 70%; }

.why-choose-section {
  //padding: 7rem 0; 
    
}
  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-yellow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(-20%, -20%);
      -ms-transform: translate(-20%, -20%);
      transform: translate(-20%, -20%);
      z-index: -1; }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgba(59, 93, 80, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature h3 {
    font-size: 14px;
    color: #2f2f2f; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }



.we-help-section .imgs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 200px;
  gap: 20px;
}

.grid-1 {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.grid-2 {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.grid-3 {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

.grid-4 {
  grid-column: 1 / 4;
  grid-row: 3 / 4;
}

.we-help-section .imgs-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/*
.we-help-section {
  padding: 7rem 0; }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-green.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
    .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
    .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
    .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }
    .we-help-section .imgs-grid .grid.grid-4 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }
*/
.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #fab500;
      position: absolute;
      left: 0;
      top: 8px; }

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #dce5e4;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }

.testimonial-section {
  padding: 3rem 0 7rem 0; }

.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(59, 93, 80, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #fab500;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #fab500; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

.blog-section {
  padding: 7rem 0 12rem 0; }
  .blog-section .post-entry a {
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px; }
    .blog-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 600;
      margin-bottom: 7px; }
    .blog-section .post-entry .post-content-entry .meta {
      font-size: 14px; }
      .blog-section .post-entry .post-content-entry .meta a {
        font-weight: 600; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }

.footer-section {
  padding: 80px 0;
  background: #ffffff; }
  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px; }
    @media (min-width: 992px) {
      .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; } }
    .footer-section .subscription-form h3 {
      font-size: 18px;
      font-weight: 500;
      color: #fab500; }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: "Inter", sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #fab500;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }

 
  .footer-section .links-wrap {
    margin-top: 0px; }
    @media (min-width: 992px) {
      .footer-section .links-wrap {
        margin-top: 54px; } }
    .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #fab500; }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #dce5e4;
      color: #fab500;
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: #fab500;
        color: #ffffff; }
  .footer-section .border-top {
    border-color: #dce5e4; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }

.untree_co-section {
  padding: 7rem 0; }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fab500;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fab500;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #fab500 !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #fab500 !important; }

.thankyou-icon {
  position: relative;
  color: #fab500; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }
.nav-link{
    color:white !important;
    opacity: 1 !important;
}

/* Reduce spacing between headings and lists */
.partners-section h3 {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
    line-height: 1.1;
}

/* Reduce list spacing */
.partners-section ul {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    padding-left: 18px !important;
}

/* Reduce spacing between list items */
.partners-section li {
    margin-bottom: 2px !important;
    line-height: 1.2;
}

/* Make text slightly more compact */
.partners-section span {
    line-height: 1.25;
    display: inline-block;
}


 

/* Country titles (same colors as original site) */
.partner-title.france { color: #ffae39; font-weight: bold; }
.partner-title.switzerland { color: #8436ff; font-weight: bold; }
.partner-title.germany { color: #2ca2dd; font-weight: bold; }
.partner-title.italy { color: #969425; font-weight: bold; }
.partner-title.portugal { color: #ff781f; font-weight: bold; }
.partner-title.belgium { color: #38ce3e; font-weight: bold; }
.partner-title.netherlands { color: #d80077; font-weight: bold; }
.partner-title.spain { color: #18bcda; font-weight: bold; }

/* List styling */
.partner-list {
    list-style: none; /* remove default bullets */
    margin: 0 0 12px 0;
    padding-left: 0;
}

.partner-list li {
    margin-bottom: 3px;
    line-height: 1.25;
    color: #5d666c; /* text stays original */
    position: relative;
    padding-left: 18px; /* space for custom bullet */
}

/* Custom colored bullets per country */
.partner-title.france + .partner-list li::before {
    background-color: #ffae39;
}
.partner-title.switzerland + .partner-list li::before {
    background-color: #8436ff;
}
.partner-title.germany + .partner-list li::before {
    background-color: #2ca2dd;
}
.partner-title.italy + .partner-list li::before {
    background-color: #b2b05f; /* exact original bullet color for Italy */
}
.partner-title.portugal + .partner-list li::before {
    background-color: #ff781f;
}
.partner-title.belgium + .partner-list li::before {
    background-color: #38ce3e;
}
.partner-title.netherlands + .partner-list li::before {
    background-color: #d80077;
}
.partner-title.spain + .partner-list li::before {
    background-color: #18bcda;
}

/* Bullet shape */
.partner-list li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}

.sidebar {
background: #f4f4f4;
padding: 20px;
border-right: 1px solid #ddd;
overflow-y: auto;
border-radius: 20px;
}
.sidebar h2 {
margin-top: 0;
}
.service-item {
padding: 10px;
cursor: pointer;
border-bottom: 1px solid #ddd;
}
.service-item:hover {
background: #e7e7e7;
}
.content {
flex: 1;
padding: 20px;
}
.description-title {
font-size: 1.4em;
margin-bottom: 10px;
}

.sofa-img {
  width: 100%;       /* Default: fill parent container */
  max-width: 400px;  /* Optional: prevent too large */
  height: auto;      /* Maintain aspect ratio */
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0; }

/* Medium screens (tablet) */
@media (max-width: 992px) {
  .sofa-img {
    max-width: 400px;
  }
}

/* Small screens (mobile) */
@media (max-width: 768px) {
  .sofa-img {
    max-width: 300px;
  }
}

/* Extra small screens (small phones) */
@media (max-width: 480px) {
  .sofa-img {
    max-width: 200px;
  }
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2f343a;
    padding: 16px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    z-index: 9999;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;

    flex-wrap: wrap; /* allow wrapping */
}

.cookie-consent p {
    flex: 1 1 auto; /* allow shrinking */
    margin: 0;
    max-width: calc(100% - 140px); /* IMPORTANT: keeps button visible */
}

/* Make sure the button stays readable */
.cookie-consent button {
    flex-shrink: 0; 
}

/* Mobile layout */
@media (max-width: 576px) {
    .cookie-consent {
        flex-direction: column;
        text-align: center;
    }

    .cookie-consent p {
        max-width: 100%; /* remove limit on mobile */
    }

    .cookie-consent button {
        width: 100%;
    }
}


@media (min-width: 992px) {
  .img-wrap {
    display: flex;
    align-items: center;   /* vertical centering */
    height: 100%;          /* needed for alignment */
  }
}

.hero-mantra {
  color: #fff;
  font-size: clamp(1.5rem, 1.5vw, 1.5rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.03em;
  margin-top: 3rem;
  border-left: 4px solid rgba(255,255,255,.6);
  padding-left: 1rem;
  padding-top: 30px;
}







.map-wrap{
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

#map{
  width: 100%;
  max-width: 1100px; /* ajusta ao teu gosto */
}

#map svg{
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 991.98px){
  #map{ height: 360px; }
}
#map svg path{
  pointer-events: all;            /* garante hover nos países */
  cursor: pointer;
}
.map-marker{
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.18));
  cursor: pointer;
}
.tooltip{
  position: fixed;          /* <- importantíssimo */
  z-index: 99999;
  display: none;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
  max-width: min(420px, 92vw);
}
.tooltip h4{ margin: 0 0 6px; font-size: 16px; }
.tooltip ul{ margin: 0 0 0 18px; padding: 0; }

#contact-form-subject {
  height: 48px;
}

/* Faz o <select> ficar visualmente igual aos <input> */
.form-group select.form-control {
  height: 58px;              /* ajusta se os teus inputs tiverem outra altura */
  padding: 0.75rem 1rem;     /* igual aos inputs */
  line-height: 1.25;
  border-radius: 10px;       /* igual aos inputs */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, transparent 50%, #777 50%),
    linear-gradient(135deg, #777 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

/* Placeholder (primeira opção) com cor mais suave */
.form-group select.form-control:invalid {
  color: #6c757d;
}
.form-group select.form-control option {
  color: #111;
}

.partners-section{
 
  padding: 48px 0;
}





.partners-panel{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 18px 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,.04);
      background-color: #ffffff;
}

/* em desktop, limita altura e mete scroll só na lista */
@media (min-width: 992px){
  .partners-panel{
    max-height: 520px;
    overflow: auto;
  }
}

.partners-panel h3{
  margin: 14px 0 6px;
  font-size: 20px;
  line-height: 1.2;
}

.partners-panel ul{
  margin: 0 0 10px 18px;
  padding: 0;
}

.partners-panel li{
  margin: 6px 0;
 
  line-height: 1.35;
  font-size: 14.5px;
}

/* separador subtil entre países */
.partners-panel h3 + ul{
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(0,0,0,.12);
}
.partners-panel ul:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}

.section-title{
  text-align: center;
  margin-bottom: 40px;
  color: #2f2f2f; 
} 











:root{
  /* palette */
  --svc-yellow: #fab500;
  --svc-dark: #1f1f1f;     /* cinzento escuro */
  --svc-black: #000000;
  --svc-white: #ffffff;

  /* surfaces + borders */
  --svc-card-bg: var(--svc-dark);
  --svc-card-border: rgba(255,255,255,.18);
  --svc-card-border-hover: rgba(250,181,0,.85);

  /* text */
  --svc-text: rgba(255,255,255,.92);
  --svc-text-on-yellow: var(--svc-black);

  /* sizing */
  --svc-radius: 16px;
  --svc-card-h: 190px;
  --svc-pad: 18px;
  --svc-gap: 7px;

  /* icon sizing */
  --svc-icon-box: 54px;
  --svc-icon-size: 44px;

  /* effects */
  --svc-shadow-hover: 0 0 0 6px rgba(250,181,0,.12);
  --svc-shadow-active: 0 0 0 8px rgba(250,181,0,.22);
}

/* section padding */
#panel{
  padding: 25px;
}

/* wrapper */
.svc-wrapper{
  width: min(1180px, 100%);
  margin: 0 auto;
}

/* bootstrap row cleanup */
#svcGrid.row{
  margin-left: 0;
  margin-right: 0;
}

/* spacing between columns/rows */
#svcGrid.row > [class*="col-"]{
  padding: var(--svc-gap);
}

/* card */
.svc-card{
  background: var(--svc-card-bg);
  border: 1px solid var(--svc-card-border);
  border-radius: var(--svc-radius);

  height: var(--svc-card-h);
  width: 100%;
  padding: var(--svc-pad);

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  color: var(--svc-text);
}

.svc-card:hover{
  transform: translateY(-2px);
  border-color: var(--svc-card-border-hover);
  box-shadow: var(--svc-shadow-hover);
}

/* active card = yellow */
.svc-card.svc-active{
  background: var(--svc-yellow);
  border-color: var(--svc-yellow);
  color: var(--svc-text-on-yellow);
  box-shadow: var(--svc-shadow-active);
}

/* title: always 2 lines when possible */
.svc-label{
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;

  color: currentColor;

  /* reserve exactly 2 lines */
  min-height: calc(2 * 1.25em);

  /* clamp to 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

 
/* topo do card centrado */
.svc-row{
  display:flex;
  justify-content:center;   /* CENTRADO */
  align-items:center;
}

/* ícone */
.svc-icon{
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  color: currentColor;
}

.svc-icon svg{
  width: 50px !important;
  height: 50px !important;
}

/* badge (se já não usas, podes apagar este bloco) */
.svc-badge{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 2px solid var(--svc-yellow);
  color: var(--svc-yellow);
  font-size: 22px;
}

/* panel */
.svc-panel{
  display: none;
  margin-top: 14px;

  background: var(--svc-white);
  color: var(--svc-black);

  padding: 22px;
  border-radius: var(--svc-radius);
}

.svc-panel.svc-open{
  display: block;
}

.svc-panel-grid{
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  gap: 28px;
}

@media (max-width:760px){
  .svc-panel-grid{
    grid-template-columns: 1fr;
  }
}



:root{
  --svc-yellow: #fab500;
  --svc-white: #ffffff;
  --svc-black: #000000;

  --svc-radius: 16px;
  --svc-card-h: 190px;
  --svc-pad: 18px;
  --svc-gap: 7px;

  --svc-icon-box: 54px;
  --svc-icon-size: 44px;

  --svc-border: rgba(0,0,0,.10);
  --svc-shadow-hover: 0 10px 28px rgba(0,0,0,.12);
  --svc-shadow-active: 0 0 0 8px rgba(250,181,0,.25);
}

/* spacing between columns/rows */
#svcGrid.row > [class*="col-"]{
  padding: 14px;   /* mais espaço */
}

/* DEFAULT: yellow card + white text */
.svc-card{
  background: var(--svc-yellow);
  border: 1px solid var(--svc-border);
  border-radius: var(--svc-radius);
  height: var(--svc-card-h);
  width: 100%;
  padding: var(--svc-pad);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  color: var(--svc-white);
  text-align: center;
}

/* hover: lift only */
.svc-card:hover{
  transform: translateY(-3px);
  box-shadow: var(--svc-shadow-hover);
}

/* ACTIVE: white card + black text */
.svc-card.svc-active{
  background: var(--svc-white);
  color: var(--svc-black);
  border-color: rgba(0,0,0,.18);
  box-shadow: none;   /* REMOVE glow */
}

/* title (2 lines when possible) */
.svc-label{
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;

  color: currentColor;

  min-height: calc(2 * 1.25em);

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* icon inherits card text color */
.svc-icon{
  width: var(--svc-icon-box);
  height: var(--svc-icon-box);
  display: grid;
  place-items: center;
  color: currentColor;
}

.svc-icon svg{
  width: var(--svc-icon-size) !important;
  height: var(--svc-icon-size) !important;
  stroke: currentColor;
}


/* =========================
   RESEARCH SECTION
========================= */

.research-section{
  padding: 80px 20px;
  text-align: center;
  background: #f5f5f5; /* podes trocar se tiver imagem */
}

.research-title{
  font-size: 28px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #000;
}

/* GRID */
.research-grid{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.research-card{
  background: #ffffff;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 30px;
  text-align: center;
  transition: all .3s ease;
}

.research-card:hover{
  transform: translateY(-6px);
}

/* NUMBER */
.stat-number{
  font-size: 48px;
  font-weight: 600;
  color: #fab500;
  margin-bottom: 10px;
}

/* LABEL */
.stat-label{
  font-size: 15px;
  color: #444;
  line-height: 1.4;
}

/* RESPONSIVE */
@media (max-width: 992px){
  .research-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px){
  .research-grid{
    grid-template-columns: 1fr;
  }

  .stat-number{
    font-size: 38px;
  }
}










.therapeutic-areas {
  padding: 80px 0;
}

.ta-container {
  width: min(1100px, 92%);
  margin: 0 auto;
  text-align: center;
}

.ta-title {
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 10px;
}

.ta-subtitle {
  max-width: 700px;
  margin: 0 auto 40px;
  opacity: 0.75;
  font-size: 16px;
  line-height: 1.6;
}

.ta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ta-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  font-weight: 500;
  transition: all 0.2s ease;
}

.ta-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.ta-icon {
  font-size: 22px;
  line-height: 1;
}

/* Responsivo */
@media (max-width: 1024px) {
  .ta-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .ta-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .ta-grid { grid-template-columns: 1fr; }
}


 .wrap-float{
  float:left;
  width: 48%;
  margin: 0 40px 20px 0;
}

/* importante: o texto tem de estar no mesmo “fluxo” (sem overflow hidden a limpar o float) */
.why-choose-wrap::after{
  content:"";
  display:block;
  clear:both;
}

@media (max-width: 992px){
  .wrap-float{
    float:none;
    width:100%;
    margin:0 0 24px 0;
  }
}


.ta { text-align:center; padding: 80px 0; }
.ta h2 { margin:0 0 10px; font-weight:700; }
.ta p { margin:0 auto 28px; max-width: 760px; opacity:.75; }

.ta-tags{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  max-width: 1100px;
  margin: 0 auto;
}

.ta-tag{
  display:inline-flex;
  align-items:center;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
  text-decoration:none;
  color: inherit;
  font-size: 15px;
  transition: transform .15s ease, box-shadow .15s ease;
}

.ta-tag:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(0,0,0,.10);
}

.ta-tag.is-featured{
  font-weight:600;
  border-color: rgba(0,0,0,.10);
}













.ta-table{padding:80px 0;text-align:center}
.ta-list{
  max-width:1100px;margin:0 auto;
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0; background:rgba(255,255,255,.7);
  border:1px solid rgba(0,0,0,.06);
  border-radius:18px; overflow:hidden;
}
.ta-row{
  padding:16px 18px; text-decoration:none; color:inherit;
  border-bottom:1px solid rgba(0,0,0,.06);
  border-right:1px solid rgba(0,0,0,.06);
  transition: background .15s ease;
}
.ta-row:hover{background:rgba(0,0,0,.03)}
.ta-row:nth-last-child(-n+3){border-bottom:none}
.ta-row:nth-child(3n){border-right:none}
@media(max-width:992px){
  .ta-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ta-row:nth-child(3n){border-right:1px solid rgba(0,0,0,.06)}
  .ta-row:nth-child(2n){border-right:none}
}
@media(max-width:576px){.ta-list{grid-template-columns:1fr}.ta-row{border-right:none}}







.ta-compact{padding:80px 0;text-align:center}
.ta-grid{
  max-width:1100px;margin:0 auto;
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.ta-item{
  display:flex; align-items:center; gap:10px;
  padding:14px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(0,0,0,.06);
  text-decoration:none; color:inherit;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.ta-item:hover{
  transform: translateY(-2px);
  border-color: rgba(0,0,0,.12);
  box-shadow: 0 12px 28px rgba(0,0,0,.08);
}
.dot{
  width:8px;height:8px;border-radius:999px;
  background: rgba(0,0,0,.35);
  flex:0 0 auto;
}
@media(max-width:1200px){.ta-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:992px){.ta-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:576px){.ta-grid{grid-template-columns:1fr}}









.ta-constellation{padding:80px 0;text-align:center}

/* base orb (mantém o teu) */
.orb{
  position:relative;
  width:min(900px, 95vw);
  height:520px;
  margin:50px auto;
  border-radius:999px;
  background: radial-gradient(circle at 50% 50%,
    rgba(255,255,255,.95) 0%,
    rgba(255,255,255,.75) 45%,
    rgba(255,255,255,0) 75%);
}

/* chips */
.orb .tag{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%) translate(calc(var(--x) * 1px), calc(var(--y) * 1px));
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 10px 25px rgba(0,0,0,.06);
  font-size:14px;
  white-space:nowrap;
  color:#2b2b2b;
 
    cursor:pointer;
  transition: transform .2s ease, box-shadow .2s ease, z-index 0s;
  z-index:2;
 
 color:white;
  
}

.orb .tag.active{
  z-index:50;
  box-shadow: 0 25px 60px rgba(0,0,0,.25);
  transform:
    translate(-50%, -50%)
    translate(calc(var(--x) * 1px), calc(var(--y) * 1px))
    scale(1.08);
}






 

/* France */
.orb .c1{ background:#FFB300; }

/* Switzerland */
.orb .c2{ background:#1E88E5; }

/* Germany */
.orb .c3{ background:#2E7D32; }

/* Italy */
.orb .c4{ background:#6A1B9A; }

/* Portugal */
.orb .c5{ background:#00B8D9; }

/* Belgium */
.orb .c6{ background:#455A64; }

/* Netherlands */
.orb .c7{ background:#D81B60; }

/* Spain */
.orb .c8{ background:#FF6D00; }




/* centro legível, sempre por cima */
.orb-center{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  text-align:center;
  z-index:5;
  padding:18px 22px;
  border-radius:18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 18px 50px rgba(0,0,0,.10);
  backdrop-filter: blur(8px);
}

.orb-center h3{
  margin:0;
  font-size:30px;
  font-weight:800;
  color:#1f2937;
  letter-spacing:-0.3px;
}

.orb-center span{
  display:block;
  font-size:14px;
  opacity:.75;
  margin-top:6px;
  color:#374151;
}

.orb .tag{ transition: transform .15s ease, filter .15s ease; }
.orb .tag:hover{
  transform: translate(-50%, -50%) translate(calc(var(--x) * 1px), calc(var(--y) * 1px)) translateY(-2px);
  filter: brightness(1.02);
}

.orb.active-mode .tag{
  opacity:.35;
}

.orb .tag.active{
  opacity:1;
}


@media (max-width: 768px){
  .orb{height:420px}
  .orb span{
    font-size:13px;
    padding:9px 12px;
    transform: translate(-50%, -50%) translate(calc(var(--x) * .65px), calc(var(--y) * .65px));
  }
}
 
 
 
 .button-container{
  display:flex;
  gap:15px;
  justify-content:start;
  margin-top:80px;
}


.smart-btn{
    background: #ffffff;
    color: #fab500;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 18px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition: 0.2s;
}

.smart-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 4px 12px rgba(0,0,0,0.15);
}

/* MODAL */



.modal{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.4);
}

.modal-content{
  background:white;
  width:520px;
  margin:10% auto;
  padding:30px;
  border-radius:10px;
  line-height:1.6;
}

.modal-content h3{
  margin-top:0;
}

.close{
  position:absolute;
  top:15px;
  right:20px;
  font-size:26px;
  color:#666;
  cursor:pointer;
  font-weight:300;
}

.close:hover{
  color:#000;
}

.is-featured{
    cursor: pointer;  
}
.is-featured:hover {
  font-weight: bold;

}



@media (max-width: 768px) {

  /* NAVBAR / LOGOS */
  .custom-navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .custom-navbar .navbar-brand {
    margin-right: 10px;
    padding: 0;
  }

  .custom-navbar .navbar-brand img {
    height: auto;
    max-width: 100%;
  }

  /* tamanhos específicos dos logos em mobile */
  .custom-navbar .navbar-brand:first-of-type img {
    width: 130px !important;
  }

  .custom-navbar .navbar-brand:nth-of-type(2) img {
    width: 145px !important;
  }

  /* botão hamburger alinhado à direita */
  .custom-navbar .navbar-toggler {
    margin-left: auto;
  }

  /* HERO */
  .hero .intro-excerpt {
    margin-top: 120px !important;
    padding: 0 10px;
  }

  .hero-mantra {
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .button-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 10px;
  }

  .smart-btn {
    width: 100%;
  }
}


