.btn-suncode {
  background: transparent linear-gradient(270deg, #FF9800 0%, #F04D22 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
  position: relative;
  border-radius: 20px;
  display: inline-block;
  text-decoration: none;
  color: #FFF!important;
  text-transform: uppercase;
  font-weight: 600;
  /*background-size: 200% 100%;*/
  transition: all .3s ease-in-out;
}

.btn-suncode::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1B1B1B;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: -1;
}

.btn-suncode:hover::before {
  opacity: 1;
}

.btn-suncode.btn-suncode--default {
  padding: 12px 16px 8px;
}

.btn-suncode:hover {
    color: #FFF;
}


input.btn-suncode {
    display: block;
    border: none;
    width: auto !important;
    margin: 0 auto;
    padding: 12px 26px 12px !important;
    border-radius: 25px !important;
    z-index: 1;
    position: relative;
    
}

input.btn-suncode:hover {
    background: #1B1B1B;
}

.suncode-subtitle {
    color: #969696;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 500;
}

.heading-suncode h6 {
    margin: 0 0 10px;
}

.heading-suncode h6 span {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
}

.heading-suncode .section-title {
    color: #FFF;
}

.suncode-functionalities-box { 
    min-height: 222px;
}
.suncode-functionalities-box .content-box p {
    font-size: 16px;
}

.functionality-link-box {
    border: 1px solid #FFF;
    padding: 30px 37px;
    display: flex;
    justify-content: space-between;
}

.functionality-link-box span {
    font-size: 30px;
    color: #FFF;
}

@media(max-width: 768px) {
    .functionality-link-box {
        flex-direction: column;
    }
}

.btn-suncode-white {
  background: #FFF;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none;
  color: #1B1B1B;
  text-transform: uppercase;
  font-weight: 600;
padding: 12px 30px;
align-content: center;
font-weight: 600;
transition: all .3s ease-in-out;
}

.btn-suncode-white:hover {
  background: #1B1B1B;
  color: #FFF;
}

.btn-suncode-outline {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    padding: 12px 48px 8px 48px;
    border: 1px solid #F47920;
    border-radius: 20px;
}

.btn-suncode-outline:hover {
  background: #1B1B1B;
  border: 1px solid #1B1B1B;
  color: #FFF;
}

.functionality-box {
    padding: 60px 0;
}



.home-casestudies-text {
    max-width: 716px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 22px;
    margin: 0 auto;
}

.suncode-box-separator, .suncode-box-separator-small {
  padding-left: 0; 
}

.suncode-box-separator:hover, .suncode-box-separator-small:hover {
    box-shadow: unset !important;
}

.suncode-box-separator .content-box h4 {
    padding-bottom: 30px;
    margin-bottom: 32px;
    border-bottom: 1px solid #D6D6D6;
}

.suncode-box-separator-small .content-box h4 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}

.sunbox-content-on-bg {
    padding: 70px 60px 65px;
}


.sunbox-content-on-bg-2 {
   padding: 70px 95px 65px 0;
}

@media(max-width: 574px) {
    .sunbox-content-on-bg, .sunbox-content-on-bg-2 {
        padding: 15px;
   }

}

.sunbox-content-on-bg-2 .vc_column-inner {
    padding-right: 60px;
}
.header-mainnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-menu-add {
    display: flex;
    align-items: center;
    gap: 24px;

}



.main-menu-add div:first-child {
    display: flex;
    gap: 15px;
}

.main-menu-add div:first-child {
    
}

.main-footer .widget-title:after {
    display: none;
    margin-bottom: 36px;
}

.main-footer #custom_html-3 .widget-title {
    visibility: hidden;
}

.main-footer h5 {
    color: #FB8C05;
    margin: 0 0 24px;
}

.main-footer ul li a {
    padding-left: 0;
}

.main-footer ul li a:before {
    display: none;
}

.main-footer .widget.padding-left {
    padding: 0;
}

.row-8 .vc_row {
    display: flex;
    flex-wrap: wrap;
}

.suncode-cf {
    position: relative;
    overflow: hidden;
}

.suncode-cf .container {
    position: relative;
    z-index: 1;
}

.suncode-cf:before {
    content: url('https://new.suncode.pl/wp-content/uploads/2024/08/cf-left.png');
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transform: translateX(-50%);
}

.suncode-cf:after {
    content: url('https://new.suncode.pl/wp-content/uploads/2024/08/cf-right.png');
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    transform: translateX(50%);
}

@media(max-width: 1200px) {
    .suncode-cf:before {
        transform: translateX(-70%);
    }
    
    .suncode-cf:after {
        transform: translateX(70%);
    }
}

@media(max-width: 991px) {
    .suncode-cf:before, .suncode-cf:after {
        display: none;
    }
}


.suncode-cf:not(.margin-0) form {
    max-width: 530px;
    margin: 0 auto;
}

.suncode-cf form .col-md-6,
.suncode-cf form .col-md-12,
{
    padding-left: 4px;
    padding-right: 4px;
}

.dep-carousel {
    position: static !important;
    width: 100%;
    max-width: 100vw;
    overflow: visible !important;
}

.dep-slide {
    width: 350px;
}


.dep-item {
   height:480px;
   background: #FFF;
   position: relative;
   margin-top: 50px;
   padding: 50px 34px;
}

.dep-item.academia-dep-item {
    height: 650px;
    box-sizing: border-box;
}

.dep-item-header {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 164px;
    height: 60px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 22px;
}

.dep-item-header svg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.dep-item-header h3{
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.dep-item-separator {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}

.dep-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 85%;
}

.dep-item-content.academia-dep-item-content {
    height: 100%;
}

.dep-item-content ul {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
}


.dep-item-content li {
    font-size: 12px;
    margin: 0 0 16px;
    font-weight: 600;
}

.dep-item-content li:before {
    content: "";
    background-image: url('https://new.suncode.pl/wp-content/uploads/2024/08/marker.png');
    background-size: 14px 14px;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 18px;
    transform: translateY(1px);
}

.dep-item-content.academia-dep-item-content li:before {
    content: "";
    background-image: url('https://new.suncode.pl/wp-content/uploads/2024/10/bullet_akademia.svg');
    background-size: 14px 14px;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 9px;
    transform: translateY(1px);
}

.suncode-case-studies .project-item {
    display: flex;
}

@media(max-width: 768px) {
    .suncode-case-studies .project-item {
        flex-direction: column;
    }
}

.suncode-case-studies .project-item .inner {
    position: static !important;
}

.suncode-case-studies .slick-arrow {
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    width: 117px;
    height: 117px;
}

.suncode-case-studies .slick-arrow:hover {
    background: transparent;
}

.suncode-case-studies .prev-nav {
    background-image: url('https://new.suncode.pl/wp-content/uploads/2024/08/Group-14578.png') !important;
    right: unset;
    left: -144px;
}


.suncode-case-studies .next-nav {
    background-image: url('https://new.suncode.pl/wp-content/uploads/2024/08/Group-14577.png') !important;
    left: unset;
    right: -144px;
}

.suncode-case-studies .slick-arrow i{
    display: none;
    
}

.suncode-case-studies .slick-arrow.slick-disabled {
    display: none !important;
}



.dep-nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.dep-nav-button.swiper-button-disabled {
    display: none;
}

.dep-nav-prev {
    left: -144px;
}

.dep-nav-next {
    right: -144px;
}


.suncode-partners .slick-slide{
    width: 150px !important;
}

.suncode-sr rs-layer[data-type="text"], .suncode-sr rs-layer[data-type="button"] {
    font-family: "dm-sans-36pt",sans-serif !important;
}
.suncode-sr rs-layer[data-type="button"] {
    letter-spacing: 0.6px !important;
}

.suncode-cf input[type="text"], .suncode-cf input[type="email"], .suncode-cf input[type="tel"], .suncode-cf input[type="file"], select {
    height: 50px;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    font-size: 16px;
    color: #3F3F3F;
        font-family: "dm-sans-36pt",sans-serif !important;
}

.suncode-cf textarea {
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    font-size: 16px;
    color: #3F3F3F;
    font-family: "dm-sans-36pt",sans-serif !important;
}

.suncode-cf input[type="text"]::-webkit-input-placeholder, .suncode-cf input[type="email"]::-webkit-input-placeholder, .suncode-cf input[type="tel"]::-webkit-input-placeholder, .suncode-cf input[type="file"]::-webkit-input-placeholder select {
    color: #3F3F3F !important;
}

.suncode-cf textarea::-webkit-input-placeholder {
    color: #3F3F3F !important;
}

.suncode-cf select {
      -webkit-appearance: none;
  -moz-appearance: none;
}

.suncode-cf .wpcf7 .wpcf7-form-control-wrap {
    margin-bottom: 10px;
}

.suncode-cf .col-md-6>p {
    margin-bottom: 10px;
}

.suncode-cf .suncode-cf-acceptance {
    margin: 15px 0 24px;
}

.suncode-cf .suncode-cf-acceptance label {
    font-size: 10px;
    display: flex;
    align-items: flex-start;
    color: #000;
    font-weight: 600;
}

.suncode-cf .suncode-cf-acceptance input {
    margin-right: 15px;
    opacity: 0;
    
}


.suncode-cf .suncode-cf-acceptance input + .wpcf7-list-item-label {
    position: relative;
}

.suncode-cf .suncode-cf-acceptance input + .wpcf7-list-item-label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #3F3F3F;
    left: -29px;
    top: 0;
    position: absolute;
}

.suncode-cf .suncode-cf-acceptance input:checked + .wpcf7-list-item-label:before {
    background-color: #FF9800;
    border: 1px solid #FF9800;
}

.suncode-cf .suncode-cf-acceptance input:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    position: absolute;
    left: -24px;
    top: 6px;
    transform: rotate(-45deg);
    border-left: 2px solid white;
    border-bottom: 2px solid white;
}

.form-text-heading {
    z-index: 9999999;
    position: relative;
}

.suncode-cf-without-pseudo:before,
.suncode-cf-without-pseudo:after {
    content:'';
}

.project-item h4 a {
    display:none;
    visibility:hidden;
}

.bulleted-list p:before {
    content: "";
    background-image: url('https://new.suncode.pl/wp-content/uploads/2024/08/marker.png');
    background-size: 14px 14px;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 18px;
    transform: translateY(1px);

}

.bulleted-text-akademia p:not(:first-of-type):not(:has(a)):before {
    content: "";
    background-image: url('https://new.suncode.pl/wp-content/uploads/2024/10/bullet_akademia.svg');
    background-size: 14px 14px;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 7px;
    transform: translateY(1px);
}

.certificate-container {
    background-image: url('https://new.suncode.pl/wp-content/uploads/2024/10/certificate-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
    max-width: 1220px;
}

.certificate-inner {
    border: 1px solid #FFFFFF;
    padding: 15px 50px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}

.certeficate-image {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 1080px) {
.certificate-inner {
    align-items: center;
    gap:10px;
    text-align: center;
}
.certeficate-image {
    position: relative;
    max-width: 100%;
}
}
@media (max-width: 1080px) {
    .certificate-inner {
        padding: 15px;
    }
}

 .trainer-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
 }
 .trainer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 .trainer-name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
    max-width: 225px;
 }
 .trainer-divider {
    width: 100%;
    border: 1px solid #D6D6D6;
    max-width: 225px;
 }
 .trainer-text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    max-width: 225px;
 }
 
 @media (max-width: 599px) { 
    .trainer-container {
        gap: 20px;
     }
}
 
.site-content {
 background: white;
}

.bg-grey {
  background: #F6F6F6;
}

.calendar-container {
    margin: auto;
}
.calendar-item {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calendar-date {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 500;
}
.calendar-date:first-of-type {
    margin-bottom: 15px;
}

.calendar-place, .calendar-topic, .calendar-accordion {
    font-size: 18px;
    font-weight: 500;
}

.calendar-topic {
    max-width: 215px;
    min-width: 215px;
}

.calendar-accordion {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    color: #F47920;
}

.accordion-toggle {
    cursor: pointer;
    min-width: 130px;
}

.accordion-content {
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    max-height: 0;
    padding: 0 80px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 22px;
}

.accordion-content.open {
    display: block;
    max-height: 500px;
}

@media (max-width: 750px) {
    .calendar-item {
        padding: 20px;
    }
    .accordion-content {
        padding: 0 20px;
    }
    .accordion-toggle {
        cursor: pointer;
        min-width: auto;
    }
    .accordion-toggle div {
        display: none;
    }
    .calendar-date {
        font-size: 15px;
    }
    .calendar-date img {
        width: 20px;
    }
    .calendar-place, .calendar-topic {
    font-size: 13px;
    }
    .calendar-topic {
        max-width: 120px;
        min-width: 120px;
    }
}
@media (max-width: 599px) { 
    .calendar-item {
        padding: 10px;
    }
}

.akademia-formularz {
 max-width:550px;
 box-shadow: 0px 5px 15px #00000014;
 padding:35px 35px 0;
}

.max-w-750 {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}

.akademia-formularz-center .vc_row {
    display:flex;
    justify-content: center;
}

.formularz-kariera textarea{
    height: 187px;
}

input[type=file]::file-selector-button {
  background: transparent linear-gradient(270deg, #FF9800 0%, #F04D22 100%) 0% 0% no-repeat padding-box;
  color: #000;
  border: 0px;
  border-right: 1px solid #e5e5e5;
  padding: 10px 15px;
  margin-right: 20px;
  transition: .5s;
  height: 50px;
}

input[type=file]::file-selector-button:hover {
  background-color: #eee;
  border: 0px;
  border-right: 1px solid #e5e5e5;
}

.input_container {
    margin: 0;
}

.input_container p {
    margin:0;
}

.input_container p span {
    margin:0!important;
}

.column-without-padding .vc_column-inner {
    padding-right: 1px !important;
    padding-left: 0px !important;
    padding-bottom: 1px;
}

.formularz-ebook-hr {
    box-shadow: 0px 10px 15px #00000008;
    max-width:450px;
}

@media (min-width:768px) {
    .ebook-hr-hero-container > .vc_row {
        display:flex;
    }
}

.ebook-hr-custom-bullets li {
    list-style: none;
}
.ebook-hr-custom-bullets li:before {
    content: "";
    background-image: url(https://suncode.pl/wp-content/uploads/2024/12/egook-hr-bullet.png);
    background-size: 14px 14px;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 18px;
    transform: translateY(1px);
}

.formularz-ebook-hr .suncode-cf-acceptance p {
    font-size: 10px;
}

/*#site-logo a img {*/
/*    width: auto!important;*/
/*}*/