*{
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
a{
    text-decoration: none;
}
body{
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    background: url("../images/body-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

/* header part start */
.header{
    background: url("../images/banner-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    
}
.logo{
    margin-left: 40px;
}
.header-box h3{
    font-size: 43px;
    font-weight: 800;
}
.header-box h3 span{
    font-weight: 500;
}
.header-box h1,
.alle h2{
    font-size: 86px;
    font-weight: 800;
    color: #e73951;
    text-shadow: 
    -2px -2px 0 white,  
     2px -2px 0 white,
    -2px  2px 0 white,
     2px  2px 0 white;
    
}
.com-btn{
    display: flex;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    align-content: center;
    justify-content: center;
    background-color: #e73951;
    border-radius: 3px;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    transition: .3s all linear;
}
.com-btn:hover{
    background-color: #fff;
    color: #e73951;
    border-color: #e73951;
}
.hp2{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: -5px;
}
.hp2 span{
    font-weight: 500;
}
.hspan{
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
}

.fordern,
.alle,
.code{
    max-width: 925px;
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    border-radius: 10px;
    border: 2px solid #fff;
    background: #e2e7a5;
    
}
.fordern{
    color: #000;
}
.fordern h3{
    font-size: 31px;
    font-weight: 800;
}
/* header part end */

/* multi box part start */
.multi-box{
    background-image: url("../images/box-bg2.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 75%;
    
}
.alle{
    background: linear-gradient(180deg, rgba(0,109,56,1) 0%, rgba(145,194,100,1) 100%);
    padding: 0;
    padding-top: 40px;
}
.alle h2{
    font-size: 59px;
}
.alle h3{
    font-size: 38px;
    font-weight: 800;
}
.alle h3 span{
    font-weight: 500;
}
.alle-box{
    display: flex;
    gap: 20px;
    margin-bottom: -20px;
    
}
.alle-box p{
    margin-bottom: 20px;
    font-weight: 26px;
    font-weight: 700;
}
.alle-box p span{
    font-weight: 500;
}
.single-alle:first-child{
    margin-left: -35px;
}
.single-alle:last-child{
    margin-right: -40px;
}

.code{
    background: #e73951;
}
.code h3{
    font-size: 31px;
    font-weight: 800;
}
.code p{
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}
.code-form{
    max-width: 575px;
    width: 100%;
    margin: 0 auto;
}
.code-form input{
    font-family: "Montserrat", sans-serif;
    display: block;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    border: none;
    text-align: center;
    margin-bottom: 30px;
}

.code-form button{
    padding: 7px 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    transition: .3s all linear;
}
.code-form button:hover{
    background-color: #fff;
    color: #e73951;
}
/* multi box part end */

/* faq part start */
.faq{
    color: #000;
}
.faq h2{
    font-size: 31px;
    font-weight: 800;
}


.faq-item {
    border-top: 1px solid #000;
    
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
  }
  .faq-item:last-child{
    border-bottom: 1px solid #000;
  }
  .faq-question {
    
    padding: 15px 10px;
    cursor: pointer;
    position: relative;
  }

  .faq-question::after {
    content: '+';
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    color: #e73951;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .faq-question.expanded::after {
    content: '-';
  }

  .faq-answer {
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    transition: 0.3s ease-out;
    height: 0;
    overflow: hidden;
  }

  .faq-answer.show-answer {
    padding: 10px;
    height: auto; 
    
  }
  .faq-box{
    max-width: 925px;
    width: 100%;
    margin: 0 auto;
  }
/* faq part end */

/* footer part start */
.footer{
    background-color: #fff;
}
.footer-box{
    display: flex;
    justify-content: center;
    gap: 5px 20px;
    flex-wrap: wrap;
}
.footer-box a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    transition: .3s all linear;
}
.footer-box a:hover{
    text-decoration: underline;
}
/* footer part end */

/* Cookie Consent Styles */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 1rem;
    z-index: 9999;
    display: none;
}

.cookie-consent.show {
    display: block;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.cookie-btn {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.cookie-accept {
    background-color: #ff6b6b;
    color: white;
}

.cookie-decline {
    background-color: #666;
    color: white;
}