/* DABCE.css */
:root{
  --dabce-black:#060606;
  --dabce-green:#00A67C;
  --dabce-green-dark:#008C6A;
  --dabce-blue:#00AEEF;
  --text:#2c2c2c;
  --border:#060606;
  --radius:4px;
  --transition:.2s ease;
  --dabce-border-light:#dcdcdc;
}

/* Define fonts */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://dabce.se/fonts/poppins/poppins-v23-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('https://dabce.se/fonts/poppins/poppins-v23-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('https://dabce.se/fonts/poppins/poppins-v23-latin-700.woff2') format('woff2');
}

  /* Conflict-safe text link for DABCESHop */
p .shop-link {
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 600;
  color:var(--dabce-black) !important;
  text-decoration: none !important;

  /* Ensure it doesn't look like a button */
  display: inline !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 2px;       /* optional: keep the highlight rounded */
  padding: 0 2px;           /* optional: small padding for highlight */

  /* Interaction */
  cursor: pointer;
  transition: background-color 150ms ease-in-out;
}

/* Hover/focus: yellow highlight only */
p .shop-link:hover,
p .shop-link:focus {
  background-color: #ffeb3b !important;  /* bright yellow */
  color:var(--dabce-black) !important;
  text-decoration: none !important;
  outline: none;
}

.btn_url {
  display: inline-block;
  padding: 8px 35px;
  background-color: #02c453;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 45px;
}

.btn_url:hover {
  background-color: transparent;
  border-color: #02c453;
  color: #02c453;
}

.h1-products {
  padding: 5px 0;        /* Top and bottom padding */
  font-size: 1.2em;        /* Adjust size for desktop */
  font-weight: bold;      /* Make it stand out */
  margin: 0;              /* Remove default margin */
}

.h2-products {
  padding-top: 5px;       /* Adds spacing above and below */
  font-size: 1em; 
  font-weight: bold;      /* Make it stand out */
  margin: 0;             /* Removes default margin */
}

.logo-link,
.logo-link:hover,
.logo-link:focus {
  background: none !important;
  border: none !important;
}

.logo-image {
  max-width: 100%;    /* Prevent overflow horizontally */
  max-height: 100%;   /* Prevent overflow vertically */
  object-fit: contain; /* Keep aspect ratio */
  display: block;
}

#AboutUs-gradient {
  background: linear-gradient(
    135deg,
    #0a1926 0%,   /* deep navy */
    #12324a 50%,  /* muted blue */
    #08131d 100%  /* near black */
  );
  color: #ffffff;
  padding: 20px 0;
}

.btn-archive{
  align-self:flex-start;
  display:inline-block;
  width:auto;
  margin-top:auto;
  padding:8px 16px;
  background:#0C8E8D;;    /* matches .toggle_btn */
  color:#fff;
  border:0;
  border-radius:var(--radius);
  font-weight:600;
  text-decoration:none;
  cursor:pointer;
}
@media (prefers-reduced-motion: reduce){
  .btn-archive{ transition:none; }
  
}

.cookie-notice{
  position:fixed;
  left:50%;
  bottom:12px;
  transform:translateX(-50%);
  background:#E4F8F1;
  border:1px solid #ddd;
  border-radius:6px;
  padding:8px 12px;
  font-size:12px;
  line-height:1.4;
  box-shadow:0 2px 8px rgba(0,0,0,.15);
  z-index:9999;
  max-width:90%;
  text-align:center;
  color:#333333;
}

.cookie-notice a{
  color:#0066cc;
  text-decoration:underline;
  margin-left:4px;
  margin-right:8px;
}

.cookie-notice button{
  border:none;
  background:var(--dabce-black);
  color:#ffffff;
  border-radius:4px;
  padding:4px 10px;
  font-size:12px;
  cursor:pointer;
}

.cookie-notice button:hover{
  background:#333333;
}

.pb-10{
    padding-bottom:10px;
}

.row-gap-20{
    row-gap:20px;
}

.mt-20{
    margin-top:20px;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

/* .heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container h2 {
  font-weight: bold;
  color: #050000;
  padding: 3px 10px;
  border-bottom: 1px solid #000000;
} */

/*header section*/
.hero_area {
  height: 100vh;
  background-image: url(https://dabce.se/images/DABCE_bg.jpg);
  background-size: cover;
}

.sub_page .hero_area {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container  .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
} 

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 20px;
  margin-right: 5px;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
/* slider section */
.slider_section {
  height: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box {
  color: #ffffff;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
}

.slider_section .detail-box span {
  color: #02c453;
}

.slider_section .detail-box p {
  margin-bottom: 15px;
}

.slider_section .detail-box .btn-box {
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #02c453;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
}

.slider_section .detail-box .btn-box a:hover {
  background-color: transparent;
  border-color: #02c453;
  color: #02c453;
}

.slider_section .custom_carousel-control .carousel-control-prev,
.slider_section .custom_carousel-control .carousel-control-next {
  margin: 10px 0;
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  background-color: #e8e8e8;
  border-radius: 100%;
}

.slider_section .custom_carousel-control .carousel-control-prev:hover,
.slider_section .custom_carousel-control .carousel-control-next:hover {
  background-color: #02c453;
}

.slider_section .custom_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.slider_section .custom_carousel-control .carousel-control-prev:hover {
  background-image: url(../images/prev-white.png);
}

.slider_section .custom_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
}

.slider_section .custom_carousel-control .carousel-control-next:hover {
  background-image: url(../images/next-white.png);
}

/* end slider section */
.about_section .img-box img {
  width: 100%;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #02c453;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-top: 25px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #02c453;
  color: #02c453;
}

/* .body_bg {
  background-image: url(https://dabce.se/images/DABCE_bg.jpg);
  background-size: cover;
} */

/* .service_section .heading_container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 15px 0;
  width: 85%;
}

.service_section .box h4 {
  margin-top: 5px;
} 

 .service_section .box a {
  padding: 6px 25px;
  border: 1px solid #02c453;
  color: #02c453;
  text-transform: uppercase;
}*/ 

/* .quote_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_section .box .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #02c453;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
}

.quote_section .box .btn-box a:hover {
  background-color: transparent;
  border-color: #02c453;
  color: #02c453;
} */

.contact_section .contact_bg {
  background-color: #ffffff;
}

.contact_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}

.contact_section .contact_form {
  padding-left: 25px;
  padding-right: 25px;
}

.contact_section .contact_form .top_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_section .contact_form .top_input input {
  width: 48%;
}

.contact_section .contact_form input {
  width: 100%;
  margin: 15px 0;
  height: 50px;
  padding-left: 15px;
  border: none;
  outline: none;
  background-color: #1c1b2d;
  color: #ffffff;
}

.contact_section .contact_form input.message_input {
  padding: 25px 0 90px 15px;
}

.contact_section .contact_form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact_section .contact_form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact_section .contact_form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact_section .contact_form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact_section .contact_form button {
 display: inline-block;
  padding: 8px 35px;
  background-color: #02c453;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 45px;
}

.contact_section .contact_form button:hover {
 background-color: transparent;
  border-color: #02c453;
  color: #02c453;
}

.contact_section .img-box img {
  width: 100%;
}

/* client_section */
/* .client_section {
  font-family: "Roboto", sans-serif;
} 

.client_section .img-box {
  min-width: 175px;
  max-width: 175px;
}

.client_section .img-box img {
  width: 100%;
}

.client_section .client_container {
  width: 70%;
  margin: auto;
}

.client_section .client-id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .client_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  padding-left: 20px;
}

.client_section .client_name h3 {
  font-weight: 300;
  text-transform: uppercase;
}

.client_section .client_name p {
  color: #02c453;
}

.client_section .client_detail {
  padding: 25px 45px;
  background-color: #02c453;
}

.client_section .client_text p,
.client_section .client_text blockquote {
  margin: 0;
  position: relative;
  color: #fff;
}

.client_section .client_text blockquote::before,
.client_section .client_text blockquote::after {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 20px;
}

.client_section .client_text blockquote::before {
  content: "\f10d";
  top: -6px;
  left: -30px;
}

.client_section .client_text blockquote::after {
  content: "\f10e";
  bottom: -10px;
  right: 5px;
}

.client_section .carousel-indicators {
  bottom: -75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-indicators li {
  width: 15px;
  height: 15px;
  -webkit-box-sizing: unset;
          box-sizing: unset;
  background-color: #02c453;
  opacity: 1;
  border-radius: 100%;
}

.client_section .carousel-indicators li.active {
  background-color: #000;
} */

/* end client_section */
.info_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .footer_contact {
  width: 350px;
}

.info_section .footer_contact .heading_container h2 {
  width: 100%;
  text-align: center;
}

.info_section .footer_contact .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 20px 0 20px;
}

.info_section .footer_contact .box .img-box .img-2 {
  display: none;
}

.info_section .footer_contact .box .img-box:hover .img-1 {
  display: none;
}

.info_section .footer_contact .box .img-box:hover .img-2 {
  display: inline;
}

/* footer section*/
.footer_section {
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #1d1d1d;
}

.footer_section p {
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #ffffff;
}
/* end footer section*/


  .slider_section .detail-box .btn-box a.btn_url{
      background-color:#00A67C;
      border-color:#00A67C;
      color:#ffffff;
  }

  .slider_section .detail-box .btn-box a.btn_url:hover{
      background-color:#008C6A;
      border-color:#008C6A;
      color:#ffffff;
  }
  
      /*  new ones below 2026-07-15 */
.content-card{
    width:100%;
    padding:15px;
    color:var(--dabce-black);
    background:#fafafa;
    border:2px solid var(--dabce-border-light);
    border-radius:var(--radius);
}



#Scaling-gradient {
  background: linear-gradient(
    135deg,
    #0f2a3d 0%,   /* dark blue */
    #1b465f 50%,  /* mid tone */
    #0a1926 100%  /* deep navy */
  );
  color: #ffffff;
  padding: 20px 0;
}

.service-card{
    height:100%;
    background:#fff;
    border:2px solid var(--dabce-black);
    border-radius:var(--radius);
    padding:20px;
}

.partner-card,
.partner-link{
    width:100%;
    height:100%;

    display:flex;
    justify-content:center;
    align-items:center;

    padding:12px;
}

.partner-link {
    text-decoration: none;
    background: transparent;
}

.section-compact{
    padding-top:10px;
    padding-bottom:10px;
}
#CSR-gradient {
  /* Diagonal flow: top-left → bottom-right */
  background: linear-gradient(
    135deg,
    #5a5a5a 0%,     /* lighter start */
    #2c2c2c 50%,    /* darkest in the middle */
    #4e4e4e 100%    /* back to lighter */
  );
  color: #fff;
  padding: 20px 0;
}

#Partners-gradient {
/* Diagonal flow: top-left → bottom-right */
  background: linear-gradient(
    135deg,
    #f5f5f5 0%,    /* near white start */
    #a0a0a0ff 50%,   /* light gray middle */
    #f0f0f0 100%   /* back to very light gray */
  );
  color: #2c2c2c; /* dark text for readability */
  padding: 20px 0;
  border: 1px solid #2c2c2c; /* dark gray border */
}

.toggle_btn{
    display:inline-block;
    width:auto;

    padding:8px 16px;

    background:var(--dabce-black);
    color:#fff;

    border:0;
    border-radius:var(--radius);

    font-weight:600;
    cursor:pointer;

    transition:var(--transition);
}

.toggle_btn:hover{
    background:#222;
}

.btn-link{
    display:inline-block;
    width:auto;

    padding:8px 16px;

    border-radius:var(--radius);
    text-decoration:none;
}



/* REsponsive.css */
@media (max-width: 1120px) {}

@media (max-width: 992px) {
    .hero_area {
        height: auto;
    }

    .slider_section {
        padding-top: 45px;
        padding-bottom: 75px;
    }

    .custom_nav-container .nav_search-btn {
        background-position: center;
    }

    .slider_section {
        background-size: cover;
        background-position: left;
    }

    .slider_section .carousel-indicators {

        height: 100%;
    }
}

@media (max-width: 768px) {

    .slider_section .detail-box {
        text-align: center;
    }

    .slider_section .carousel-indicators {
        display: none;
    }

    .slider_section .custom_carousel-control {

        display: none;
    }

    .about_section .img-box {
        margin-top: 35px;
    }

    .service_section .box {
        width: 100%;
    }


    /* .quote_section .box {

        flex-direction: column;
        text-align: center;

    } */

    /* .client_section .box {
        width: 100%;
    }

    .client_section .client_container {
        width: 100%;
    } */
}

@media (max-width: 576px) {}

@media (max-width: 480px) {
    .info_section .footer_contact {
        width: 315px;
    }
}

@media (max-width: 400px) {}

@media (max-width: 360px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

}