.elementor-kit-6{--e-global-color-primary:#B09FFD;--e-global-color-secondary:#6E7276;--e-global-color-text:#151517;--e-global-color-accent:#252448;--e-global-color-5dc6857:#F7F6FA;--e-global-color-18aa882:#FFFFFF;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:400;color:#151517;font-size:20px;font-weight:400;line-height:150%;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#252448;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#252448;border-radius:92px 92px 92px 92px;padding:15px 25px 15px 25px;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-5dc6857 );}.elementor-kit-6 h1{color:#151517;font-size:70px;font-weight:400;line-height:75px;}.elementor-kit-6 h2{color:#151517;font-size:55px;font-weight:400;}.elementor-kit-6 h3{color:#252448;font-size:30px;font-weight:400;line-height:1.5em;}.elementor-kit-6 h4{color:#151517;font-size:26px;font-weight:300;line-height:1.5em;}.elementor-kit-6 h5{color:#151517;font-size:21px;font-weight:600;}.elementor-kit-6 h6{color:#151517;font-size:18px;font-weight:300;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;--container-default-padding-top:50px;--container-default-padding-right:0px;--container-default-padding-bottom:50px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1366px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1024px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-text-font-size:16px;font-size:16px;}.elementor-kit-6 h1{font-size:40px;line-height:45px;}.elementor-kit-6 h2{font-size:30px;}.elementor-kit-6 h3{font-size:28px;}.elementor-kit-6 h4{font-size:24px;}.elementor-kit-6 h6{font-size:17px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );padding:10px 15px 10px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Button styling*/
.button-cowboys .elementor-button-icon {
    display: flex;
    width: 10px;
    padding-top: 1px;
    transition: transform 0.3s ease-in-out;
}

.button-cowboys:hover .elementor-button-icon {
    transform: translateX(4px);
}

#button-dark-cowboys:hover svg path{
    fill: #252448;
}

#button-light-cowboys svg path{
    fill: #252448;
}

#button-light-cowboys:hover svg path{
    fill: white;
}

#button-back svg path{
    fill: #252448;
}
#button-back svg{
        transform: rotate(180deg);
}

/*h1 als h2*/
.h2-style h1{
    font-size: 60px !important;
}

@media only screen and (max-width: 1024px) {
.h2-style h1{
        font-size: 35px !important;
    }
}

/*Bullet points styling*/
.custom-bullet-list {
  list-style-image: url('https://cowboys.nl/wp-content/uploads/2025/06/Bullet-check-list.svg');
}

.custom-bullet-list li {
  position: relative;
  padding: 0.2em 1em;
  margin-bottom: 0.6em;
}

/*overflow*/
.hover-container {
    position: relative;
    overflow: hidden;
}

.hover-container .elementor-widget-wrap {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}

.hover-container:hover .elementor-widget-wrap {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease, visibility 0s linear 0s;
}

/*strong weight*/
strong{
    font-weight: 600;
}/* End custom CSS */