
:root {
    --primary-color: #b31313;
    --spacing: 16px;
}

html, body {
    overflow-x: hidden;
}


#preloader {
    background-color: #333;
}

.logo-circle {
    background: #d45f67;
}

@-webkit-keyframes white-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(225, 225, 225, 0.3);
        -webkit-transition: box-shadow 0.3s ease-in-out;
    }
    100% {
        box-shadow: 0 0 0 30px transparent;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transition: box-shadow 0.4s ease-in-out;
    }
}

@keyframes white-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(225, 225, 225, 0.3);
        -webkit-transition: box-shadow 0.3s ease-in-out;
        transition: box-shadow 0.3s ease-in-out;
    }
    100% {
        box-shadow: 0 0 0 30px transparent;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: box-shadow 0.4s ease-in-out;
        transition: box-shadow 0.4s ease-in-out;
    }
}


/* Header
==================================================*/

.main-logo {
    background: #d45f67;
    margin-top: 10px;
    display: block;
}


/* Slider
==================================================*/

.slider-3 h2.sp-layer {
    font-family: 'Montserrat', sans-serif;
    font-size: 4em !important;
    color: #fff;
    text-transform: uppercase;
}

.slider-3 p.sp-layer.subtitle {
    color: #fff;
    font-size: 16px;
    text-align: center;
    white-space: normal !important;
}

.slider-3 .light-slider h2.sp-layer,
.slider-3 .light-slider .slider-btn,
.slider-3 .light-slider .slider-btn:hover {
    color: #fff
}

.slider-3 .light-slider .slider-btn:after {
    background-color: #fff;
}

.slider-3 {
    text-align: center;
}


/* About section
==================================================*/



.h150 {
    height: 150px;
}


/* Services section
==================================================*/

.box-border {
    border: 1px solid #d45f67;
    padding: 80px 30px;
}

.services-style-3 .icon-container {
    padding: 20px;
    color: #333;
}

.services-style-3 h3 {
    font-size: 27px;
}

.services-style-3 .subtitle {
    color: #999;
    margin-bottom: 25px;
    display: block;
}

.services-style-3 .icon-box i {
    color: #d45f67;
    font-size: 50px;
    margin-bottom: 20px;
}

.services-style-3 .icon-container {
    background: #fff;
}

#section-2.services-style-3 .bg-div-cover {
    background: url(http://placehold.it/1920x1280);
    background-size: cover;
}

#section-2.services-style-3 .bg-div-cover-2 {
    background: url(http://placehold.it/1920x1280);
    background-size: cover;
}
#section-2.services-style-3 .bg-div-cover-3 {
    background: url(http://placehold.it/1920x1280);
    background-size: cover;
}


/* Portfolio section
==================================================*/

.portfolio-style-3 {}

.portfolio-style-3 .portfolio_item .portfolio_item_hover {
    background-color: rgba(255, 255, 255, .9);
}

.portfolio-style-3 .portfolio_item .portfolio_item_hover .item_info span {
    color: #333;
}

.portfolio-style-3 .portfolio_item .portfolio_item_hover .item_info em {
    background-color: #d45f67;
}

.portfolio-style-3 .portfolio-border {
    border: 1px solid #d45f67;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    position: absolute;
    top: 5px;
    left: 5px;
}

.portfolio-style-3 .portfolio .categories-grid .categories ul li {
    float: left;
}

.portfolio-style-3 .portfolio_filter {
    padding-left: 0;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.portfolio .categories-grid .categories ul li a.active {
    background-color: #d45f67;
    margin-left: 20px;
}

.portfolio-style-3 .subtitle {
    color: #999;
    margin-bottom: 15px;
    display: block;
}

.portfolio-style-3 .portfolio_item {
    margin-bottom: 0;
}


/* Count section
==================================================*/

.count-body {
    padding: 70px 50px;
    background: #d45f67;
    color: #fff;
}

.count-body .count-box {
    float: none;
    margin-right: 0;
}

.count-body .count {
    font-size: 60px;
    line-height: 70px;
    height: 70px;
}

.count-body .count-name {
    color: #fff;
}

.count {
    font-family: 'bavroregular';
    font-size: 35px;
    display: block;
    margin: 10px 0;
}


/* Team section
==================================================*/

#section-4 {
    background: #fff;
    color: #333;
    padding-top: 50px;
}

.display-table {
    display: table
}

.team-info-container {
    padding: 50px;
    display: table-cell;
    vertical-align: middle;
}

.progress-info-container {
    padding: 70px 50px 50px;
}

.progress-info-container .progress {
    background: #f5f5f5;
}

.team-style-2 .team-overlay {
    background-color: rgba(255, 255, 255, .9);
}

.team-style-2 .team-overlay ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #d45f67;
    text-align: center;
    line-height: 30px;
    color: #d45f67;
}

.team-style-2 .team-overlay ul li a:hover {
    opacity: .5;
}


/* blog section
==================================================*/

#section-5 {
    padding: 50px 0;
    background: #f5f5f5
}

.blog_item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}

.blog_item h3 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 27px;
    font-weight: bold;
    text-transform: inherit;
    letter-spacing: 1px;
}

.blog-content {
    background-color: transparent;
    position: relative;
    border-radius: 0 0 5px 5px;
}

.blog-content .athour-img {
    position: absolute;
    width: 50px;
    top: -30px
}

.blog-main-img {
    border-radius: 5px;
}

.blog-img-container {
    position: relative;
    overflow: hidden;
}

.blog-img-container span {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d45f67;
    border-radius: 25px;
    z-index: 1;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.big-post .blog-img-container img {
    border-radius: 5px;
}

.big-post:hover .content-overlay {
    bottom: 0px;
}

.big-post a:hover,
.big-post a:focus {
    color: #f5f5f5;
}

.blog-text {
    margin: 50px;
}

.quote-post .blog-content {
    border-radius: 5px;
    color: #fff;
    background: #d45f67;
    padding: 0.25em;
    padding: 20px;
    text-align: center;
}

.quote-post .blog-content p {
    font-style: italic;
    font-size: 1.40em;
    font-family: 'Lora', serif;
    line-height: 1.4;
    color: #fff;
}

.quote-post .blog-content p::before {
    content: '\201C';
}

.quote-post .blog-content p::after {
    content: '\201D';
}

.quote-post .default-btn {
    color: #fff;
}

.quote-post img {
    margin-bottom: 20px;
}

.quote-post .default-btn:after {
    background-color: #fff;
}

.blog-text .subtitle {
    color: #999;
}

.blog_container p {
    color: #999;
}



#section-7 {
    background: #fff;
    padding: 0;
}

.mat-div::after {
    background-color: #d45f67;
}

.is-active .mat-label {
    color: #d45f67;
}

.contact-div {
    margin-bottom: 0;
}

.padding-100 {
    padding: 100px;
}


/* Responsive media queries
==================================================*/

@media (max-width: 990px) {
    .h150 {
        display: none;
    }
    #section-3 {
        padding-top: 50px;
    }
    #section-5 {
        padding-top: 0;
    }
    #section-2.services-style-3 .bg-div-cover,
    #section-2.services-style-3 .bg-div-cover-2 {
        display: none;
    }
    .portfolio .categories-grid .categories ul li a {
        margin-left: 15px;
    }
    .count-body .count-box {
        margin-bottom: 40px;
    }
    .team-info-container {
        padding-bottom: 0;
    }
}

@media (max-width: 990px) {
    .slider-3 h2.sp-layer {
        font-size: 2.5em !important;
    }
}

@media (max-width: 500px) {
    .team-info-container,
    .progress-info-container {
        padding: 10px;
    }
    .box-border {
        padding: 50px 10px;
    }
    .padding-100 {
        padding: 50px 20px;
    }
    .slider-3 h2.sp-layer,
    .slider-3 p.sp-layer.subtitle {
        width: auto !important;
    }
    .slider-3 h2.sp-layer {
        font-size: 2.5em !important;
    }
}

@media (max-width: 450px) {}



/* Banner */

.logo{
    top: 40px;
    left: 75px;
    position: absolute;
    cursor: pointer;
    z-index: 999;
}



.banner{
    position: relative;
    height: 600px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.3);

    background-image: url('../img/Banner.png');
    background-size: cover;
    background-position: center 10%;
}

.banner::after {
    content: "";
    position: absolute;
    inset: 0;
}

.banner h1{
    margin-top:340px;
     color: var(--primary-color);
    font-weight: 1500;
    font-weight: bold;
    letter-spacing: 3px;;
    font-size: 30px;
    text-shadow: 0 3px 12px rgba(255,255,225,0.6);
}

.banner p, .banner h2{
    color: black;
    font-size: 1.5rem;
    font-weight: 900;
    text-decoration: none;    
            text-shadow: 0 3px 12px rgba(255,255,225,0.6);
    
}

.banner .text-body{
      position: relative;
    z-index: 2;
    padding: 20px 30px;

}

.banner a{
    font-size:22px;
    font-weight: 1500;
    color: var(--primary-color);   
    text-shadow: 0 3px 12px rgba(255,255,255,0.6);
}

.banner a::after{
    background-color: var(--primary-color);   
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    opacity: 0;
    transition: opacity 0.6s ease;
}

/* zichtbaar maken wanneer geladen */
.hero-video.is-visible {
    opacity: 1;
}

header{
    padding: 0px;
    z-index: 9999;
}

@media (max-width: 768px) {
    .hero-video {
        display: none;
    }

    .banner {
        height: 540px;
    }

    .banner h1{
        margin-top: 200px;
        font-size:26px;
    }

    .banner a{
        display: none;
    }

    img{
        max-width: 90vw;;
    }

    section{
        padding:0px !important;
    }

    .content{
        padding: 0px !important;
    }

    .mobilepadding{
        padding: 0px 30px !important;
    }

    .nomobilemargin{
        margin: 0px !important;
    }

    .mobilew100{
        width: 100% !important;
    }

    .mobile80vw{
        width: 80vw !important;
    }
    
    .mobiletop{
        margin-top: 25px !important;
    }

    #footer{
        height: 180px;
        padding-top:20px !important;
    }

    .default-btn{
        padding: 0px !important;
    }

    .iconbulet .text{
        font-size: 18px !important;
    }

    .mobilejustifycenter{
        justify-content: center !important;
    }

    .mobiletextcenter{
        text-align: center !important;
    }

    ul.nav{
        display: block !important;
    }

    .nav-container{
        width:130px;
        height:auto;
    }

    .info-box{
        margin-left: 0px !important;
    }
}





.nav-trigger span ,.nav-trigger span::before, .nav-trigger span::after{
    background: #333 !important;
}

.with-out-frame .nav-trigger{
    right: 70px;
    top: 10px;
}


.main-color {
    color: #010101
}

.alt-color {
    color: var(--primary-color);
}

.bg-white{
    background-color:white;
}

.bg-red{
    background-color: var(--primary-color);
    color:white;
}

.bg-gold{
    background-color: #cba94d;
    color:white;
}


.box{
    min-height:200px;
    
    background-color: #f5f5f5;
    cursor: pointer;
    transition: transform 0.2s ease;
    border: 1px solid var(--primary-color);
}

.box:first-of-type{
    padding-left: 35px;
}


.box .content{
    justify-content: center;
}

.box .content div{
    margin-top:25px;
}

.box .content div i{
    color: var(--primary-color);
    font-size: 42px;
    margin-bottom: 20px;
}

.box .content div h3{
    font-size: 30px;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p{
    font-size: 16px;
}


.box:hover {
    transform: scale(1.02); /* +5% */
    z-index: 999;
}

.box.alt{
    background-color: white;
    

}

section {
    padding: 50px 0 50px 0;
}

.row h2{
    color: var(--primary-color);
}

.bold{
    font-weight: bold;
}

.icon-box i{
    color:var(--primary-color);
    font-size: 25px;
}

.wave-wrap {
    line-height: 0;
    width: 100%;
}

.wave-svg {
    display: block;
    width: 100%;
    height: 10px;
}

.wave-svg path {
    fill: #b31313;
}


.pricing-grid .pricing-container{
    min-height: 400px;
    margin: 25px 20px 50px 20px;
    cursor: pointer;
    padding:0px !important;
    background: linear-gradient(180deg, #faf9f9 0%, #f0eded 100%);
    border: 1px solid var(--primary-color);
  
    transition: transform 0.25s ease, box-shadow 0.25s ease;
        color: #2b2b2b;

}

.pricing-grid .pricing-container.primary{
    transform: scale(1.05);
    background: linear-gradient(180deg, #f5f2f2 0%, #e8e2e2 100%);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.90);
}

.pricing-grid .pricing-container:hover {
    transform: scale(1.05); /* +5% */
}


.pricing-grid .pricing-container.primary:hover {
    transform: scale(1.08); /* +8% */
}

.underline{
    text-decoration: underline;
}

.big{
    font-size: 20px;
}


.bigger {
    font-size: 18px;
}

.smaller{
    font-size: 14px;
}

.italic{
    font-style: italic;
}


.numbering{
    color: var(--primary-color);
    font-size: 42px;
    font-weight: bold;
}


.nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav li {
    position: relative;
}

.nav a {
    display: block;
    padding: 12px 18px;
    text-decoration: none;
    color: white;
}

/* Dropdown container */
.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 33px;
    width: auto;
    max-width: 70%;
    padding: 0 20px;
    background: rgba(51, 51, 51, .9);
    min-width: 200px;
    list-style: none;
    margin-right: 15;
    padding: 0 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
}

/* Items */
.dropdown{
    right:200px;
}

.dropdown li a {
    padding: 10px 15px;
    color: white;
}

.dropdown li a:hover{
    color: rgb(153, 153, 153);
}

/* Hover effect */
.has-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-left {
    left: auto;
    right: 0;
}

.bg-red h2{
    color:white;
}




.faq {
  max-width: 1000px;
  margin: auto;
}

details {
  transition: all 0.25s ease;
    cursor: pointer !important;
    background-color: #f8f9fa!important;
    margin-bottom: 20px;
}

summary {
  cursor: pointer !important;
  list-style: none !important;
      margin-top:10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left:20px !important;
    padding-top: 15px;
}

summary::-webkit-details-marker {
  display: none;
}

details p {
  margin-top: 12px;
  color: rgba(0,0,0,.75);
  line-height: 1.5;
}

details[open] {
  border-color: rgba(0,0,0,.3);
  transform: translateY(-2px);
}

.bg-red a{
    color: white;
}

.bg-red a::after{
    background-color: white;
}

.white{
    color:white;
}

.gold{
    color: #FFD700;
}


.timeline {
  position: relative;
  max-width: 1000px;
  height: 560px;
  background: #f3f3f3;
  overflow: hidden;
  width:100%;
}

.timeline-line {
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 50%;
  width: 6px;
  transform: translateX(-50%);
  background: #b31313;
  border-radius: 999px;
}

.timeline-item {
  position: absolute;
  top: var(--y);
  left: 0;
  width: 100%;
  min-height: 40px;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  top: 0;
  width: 34px;
  height: 34px;
  background: #b31313;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.timeline-content {
  position: absolute;
  top: -10px;
  width: 40%;
  color: #111;
  font-family: Arial, sans-serif;
  line-height: 1.15;
}

.timeline-content h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
}

.timeline-content p {
  margin: 0;
}

.timeline-item.left .timeline-content {
  right: calc(50% + 30px);
  text-align: center;
}

.timeline-item.right .timeline-content {
  left: calc(50% + 30px);
  text-align: left;
}

.timeline-item.left h3{
    text-align: right;
    margin-right:10px;
}


.timeline-item.left .timeline-content p{
    text-align: right;
    margin-right:10px;
}

.green{
    color: #28a745!important;
}

.count-box .count{
    font-size: 62px;
    font-weight: bold;
}

.count-box .row{
    justify-content: center;
}

.count-box .count-name{
    margin-top:40px;
    font-size: 24px;
}

section.bg-red{
    padding:25px 0 25px 0 !important;
}

.alternative-btn{
    background-color: var(--primary-color);
    color:white;
    padding: 10px 20px 10px 20px;

    transition: transform 0.2s ease;
}

.alternative-btn:hover{
    color:white;
}

.gold-btn {
    background-color: #cba94d;
     color:white;
    padding:15px;
    transition: transform 0.2s ease;
}

.text-box {
    padding:25px;
    border: 1px solid var(--primary-color);
    transition: transform 0.2s ease;
    cursor: pointer;
    box-shadow: 0 20px 40px -20px rgba(0,0,0,0.25);
}

.text-box:hover {
        transform: scale(1.04); /* +5% */
        box-shadow: 0 20px 40px -20px rgba(0,0,0,0.25);

}


.faq-question{
    padding-top:25px;
}

.faq-search-wrapper {
    margin: 0 0 30px;
}

.faq-search {
    width: 100%;
    max-width: 700px;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-search:focus {
    border-color: #b31313;
    box-shadow: 0 0 0 4px rgba(179, 19, 19, 0.08);
}

.faq-no-results {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
}

.faq-section-title{
    color: var(--primary-color)
}

.faq-section{
    padding: 25px 0 0px 0;
}

section:first-child{
    margin-top: 50px !important;
}




.pricing-card {
    position: relative;
    background: #f8f7f4;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    border: 1px solid #e6dfcf;
}

.pricing-card__top {
    padding-top:25px;
    padding-bottom: 25px;
    border-bottom-left-radius: 50% 10px;
    border-bottom-right-radius: 50% 10px;
    margin-bottom: 25px;
    background: linear-gradient(90deg, #e3e1e2 0%, #dedcde 55%, #d8d6d9 100%);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.pricing-card__top.primary {
background: linear-gradient(
    90deg,
    #cccacd 0%,
    #c6c4c7 55%,
    #c0bec1 100%
);  
}

.pricing-card__body {
   padding-bottom: 20px;
   margin-left: 50px;
   margin-right: 50px;
}

.note-box{
    background-color: white;
    border: 1px solid #e6dfcf;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    height: 100%;;
}

.note-box .icon{
    font-size:44px;
    justify-content: center;
    vertical-align: middle;
    color: var(--primary-color);
    text-align: center;
    margin-top: 20px;
}

.note-box .boxtitle{
    font-size: 22px;
    font-weight: bold;
    color: var(--primary-color);
}








.speech-bubble {
    position: relative;
    display: inline-block;
    padding: 20px 30px;
    border: 3px solid var(--primary-color);
    border-radius: 40px;
    background: #fff;
    font-size:26px;
    min-height: 120px;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
    cursor: pointer;
    line-height: 1.4;
}

.speech-bubble:hover {
    transform: scale(1.05); /* +5% */
}

/* pijltje */
.speech-bubble::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 40px;

    width: 0;
    height: 0;

    border: 15px solid transparent;
    border-top-color: #8b0000;
}




.why-wrapper {
    position: relative;
    padding: 40px 20px 90px;
    text-align: center;
    justify-content: center;
    width:70vw;
    margin-top:50px;
}

.why-box {
    position: relative;
    z-index: 2;
    max-width: 530px;
    margin: 0 auto;
    padding: 26px 45px 30px;
    background: white;
    border: 3px dashed #a51414;
    border-radius: 42px;

}

.why-box h2 {
    margin: 0 0 20px;
    color: #a51414;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 2px;
}

.why-box p {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: 1.5px;
}

.why-box p:last-child {
    margin-bottom: 0;
}

/* container voor de lijntjes */
.why-lines {
    position: absolute;
    left: 6%;
    right: 6%;
    bottom: 28px;
    height: 82px;
    border-top: 3px solid #a51414;
    border-left: 3px solid #a51414;
    border-right: 3px solid #a51414;
    border-radius: 18px 18px 0 0;
}

/* middelste verticale lijntjes */
.why-lines span {
    position: absolute;
    bottom: -28px;
    width: 2px;
    height: 70px;
    background: #a51414;
}

.why-lines span:nth-child(1) {
    left: 0;
}

.why-lines span:nth-child(2) {
    left: 30%;
}

.why-lines span:nth-child(3) {
    right: 30%;
}

.why-lines span:nth-child(4) {
    right: 0;
}

/* pijltjes */
.why-lines span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 10px;
    height: 10px;
    border-right: 3px solid #a51414;
    border-bottom: 3px solid #a51414;
    transform: translateX(-50%) rotate(45deg);
}

.why-lines span:nth-child(1) {
    left: -2px; /* was 0 */
}

.why-lines span:nth-child(4) {
    right: -2px; /* was 0 */
}

.why-text{
    position: relative;
    width: 100%;
}

.why-text .container{
    position: absolute;
    top:100px;
    width:300px;
}

.why-text .container:nth-child(1){
    left:-75px;
}

.why-text .container:nth-child(2){
    left: calc(30% - 125px);
}

.why-text .container:nth-child(3){
    right: calc(30% - 120px);
}

.why-text .container:nth-child(4){
    right: -75px;
}

#topbanner{
    text-align: center;
    font-size: 18px;
    background-color: var(--primary-color);
    color: #f5f5f5;
    box-shadow: 0 10px 15px -5px rgba(0,0,0,0.4);
    padding:10px;
}


#cookie-banner {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(20, 0, 35, 0.95);
    color: #f5f5f5;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    border-radius: 16px;
    max-width: 600px;
    width: 90%;
    padding: 25px 30px;
    z-index: 9999;
    font-family: 'Segoe UI', Arial, sans-serif;
    line-height: 1.5;
    text-align: left;
    display: none;
  }

  #cookie-banner h3 {
    margin-top: 0;
    color: #a97fff;
    font-size: 1.2em;
  }

  #cookie-banner p {
    margin: 10px 0 20px;
    color: #ddd;
  }

  #cookie-banner button {
    border: none;
    padding: 10px 18px;
    margin-right: 10px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  #cookie-accept {
    background: linear-gradient(90deg, #7004BC 0%, #3264F5 100%);
    color: white;
  }

  #cookie-accept:hover {
    filter: brightness(1.2);
  }

  #cookie-decline {
    background: rgba(255,255,255,0.1);
    color: #ccc;
  }

  #cookie-decline:hover {
    background: rgba(255,255,255,0.2);
  }

  #cookie-banner a {
    color: #7aa9ff;
    text-decoration: underline;
  }

  .iconbulet i{
    font-size: 26px;
    margin-top:5px;
  }