.hero-whitelabel {
    text-align: center;
    padding-top: 10rem;
    padding-bottom: 4rem;
    background-color: #DFE1DD;
}
.hero-whitelabel .container {
    margin: 0 auto;
}
.hero-whitelabel h1 {
    color:#07090B;
}
.hero-whitelabel p {
    margin-top: 1.5rem;
    color: #5E5F5E;
}


header {
    background-color: #000;
    padding:0.6rem 0;
}



.who-we-serve {
    background-color: #EBECEB;
    padding-top: 4rem;
}
.who-we-serve h2 {
    margin-bottom: 3rem;
    padding-left: 7rem;
    color: #06080A;
}
.who-we-serve__tab svg {
    width:2.5rem;
    height: 2.5rem;
    transform: translateX(-100%) translateY(-50%);
    opacity: 0;
    transition: all .3s ease;
    z-index: 2;
    position: absolute;
    left:3rem;
    top:50%;
}
.who-we-serve__tab {
    border-top:1px solid #5A5A5A;
    color:#07090B;
    font-size: 2.70rem;
    position: relative;
    padding:1.8rem 3rem;
    transition: all .3s ease;
    line-height: 1;
    display: flex;
    align-items: center;
    min-height: 7rem;
    padding-left: 7rem;
}
.who-we-serve__tab:hover svg {
    opacity: 1;
    transform: translateX(0) translateY(-50%);
}
.who-we-serve__tab:hover {
    padding-left: 7rem;
    background-color:#DBDDD9;
}
.who-we-serve__tab:last-of-type {
    border-bottom: 1px solid #5A5A5A;
}

.who-we-serve__tab span {
    position: relative;
    z-index: 2;
    transition: all .3s ease;
    min-width: 35rem;
    max-width: 35rem;
    flex-basis: 35rem;
    color:#07090B;
}
.who-we-serve__tab:hover span {
    color: #000;
}

.who-we-serve__tab p {
    font-size: 1.66rem;
    color: #07090B;
    max-height: 0;
    transition: all .3s ease;
    overflow: hidden;
}
.who-we-serve__tab:hover p {
    max-height: 5rem;
}


.services-offered {
    padding-bottom: 5rem;
    padding-top: 4rem;
}
.services-offered h2 {
    text-align: center;
    margin-bottom: 3rem;
}
.services-offered__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.83rem;
}
.services-offered__col {
    padding: 0 0.83rem;
}
.services-offered__col-inner {
    border: 1px solid #464646;
    margin-bottom: 1.67rem;
}
.services-offered__col-inner p {
    color: #878787;
    margin-top: 1rem;
    max-width: 39rem;
}
.services-offered__5-7 .services-offered__col:first-of-type {
    max-width: 41.6%;
    flex-basis: 41.6%;
}
.services-offered__5-7 .services-offered__col:last-of-type {
    max-width: 58.4%;
    flex-basis: 58.4%;
}
.services-offered__5-7 .services-offered__col:first-of-type .services-offered__col-inner {
    padding:2.25rem 3.44rem;
}
.services-offered__5-7 .services-offered__col:last-of-type .services-offered__col-inner {
    padding:2rem 3.44rem;
}
.services-offered__5-7 .services-offered__col img {
    width:2.5rem;
    margin-bottom: 1.5rem;
}
.services-offered__col-inner.gray-col {
    background-color: #DFE1DD;
}
.services-offered__col-inner.gray-col p {
    color: #07090B;
    max-width: none !important;
    margin-bottom: 1rem;
    margin-top: 0;
}


.what-we-do {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.what-we-do h2 {
    margin-bottom: 5rem;
}
.what-we-do__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5rem;
    align-items: center;
}
.what-we-do__row:last-of-type {
    margin-bottom: 0;
}
.what-we-do__col{
    max-width: 50%;
    flex-basis: 50%;
}
.what-we-do__service-content p {
    color: #878787;
}
.what-we-do__service {
    display: flex;
    align-items: flex-start;
    gap: 2.34rem;
    margin-bottom: 5rem;
}
.what-we-do__service:last-of-type {
    margin-bottom: 0;
}
.what-we-do__service img {
    width: 3.64rem;
}
.what-we-do {
    padding-top: 7rem;
    padding-bottom: 10rem;
}
.what-we-do .container {
    padding: 0 9.58rem;
    padding-right: 5rem;
}
.what-we-do__service-content h3 {
    margin-bottom: 1.5rem;
}

.what-we-do__service-content p {
    max-width: 32.63rem;
}
.what-we-do__service-2 p {
    max-width: 31.63rem;
}
.what-we-do__service-3 p {
    max-width: 26.63rem;
}

.what-we-do__skills {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 35rem;
}
.what-we-do__skill {
    line-height: 1;
    padding:0.88rem 1.5rem;
    background-color: #CFD2CA;
    color: #07090B;
    border-radius: 2rem;
    font-size: 1.04rem;
}


.how-it-works {
    background-color: #EBECEB;
    padding-bottom: 5rem;
}
.how-it-works h2 {
    background-color: #DADBD7;
    width: 50%;
    padding:5rem 9.58rem;
    color: #07090B;
    transform: translateY(-6rem);
    margin-top: 6rem;
}

.pricing {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.pricing .container {
    max-width: 53.33rem;
    margin: 0 auto;
}
.pricing__box {
    position: relative;
    background-color: #07090B;
    padding:7rem 8.41rem;
    text-align: center;
}
.pricing__box p {
    color: #878787;
    margin: 2rem auto;
    max-width: 35.3rem;
}
.pricing__price {
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 3.33rem;
    margin-bottom: 1.5rem;
    line-height: 1;
    position: relative;
}
.pricing__price::before {
    position: absolute;
    content: '';
    left: 0;
    top: 1.6rem;
    width: 30%;
    height: 1px;
    background-color: #5A5A5A;
}
.pricing__price::after {
    position: absolute;
    content: '';
    right: 0;
    top: 1.6rem;
    width: 30%;
    height: 1px;
    background-color: #5A5A5A;
}
.pricing__price span {
    margin-top: 0.5rem;
    font-size: 1.25rem;
    color: #878787;
}

/* Zajednički stil za sve uglove */
.corner {
    position: absolute;
    width: 10.41rem;
    height: 10.41rem;
    border: 2.083rem solid #d6ff00;
  }
  
  /* Specifične pozicije i obrisi */
  .top-left {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
  }
  
  .top-right {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
  }
  
  .bottom-left {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
  }
  
  .bottom-right {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
  }


.faq {
    padding-bottom: 8rem;
}
.faq h2 {
    text-align: center;
    margin-bottom: 4rem;
}
.faq .container {
    max-width: 62.5rem;
    margin: 0 auto;
}
.faq__item {
    border-bottom: 1px solid #5A5A5A;
}
.faq__question {
    cursor: pointer;
    padding:2rem 0;
    font-size: 1.66rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq__answer {
    display: none;
    color: #878787;
    padding-bottom: 2rem;
}
.faq__item svg {
    height: auto !important;
    width:1.5rem !important;
    transition: all .3s ease;
}
.faq__item:not(.active) svg {
    transform: rotate(180deg);
    filter:grayscale(1);
}
  



.how-it-works .container {
    max-width: 84rem;
    margin: 0 auto;
}
.how-it-works__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
  }
  
  .how-it-works__col {
    max-width: 15.625rem;
  }
  
  .how-it-works__col h4.default {
    display: block;
    margin-bottom: 0.5rem;
    color: #5D605A;
  }
  
  .how-it-works__col p {
    margin: 0;
    color: #07090B;
    font-size: 1.66rem;
    font-style: italic;
  }
  
  .how-it-works__arrow {
    width: 2.5rem;
    height: auto;
    margin-right: auto;
  }



@media(max-width:767px){
    .hero-whitelabel {
        padding-top: 9rem;
        padding-bottom: 2rem;
    }
    .services-offered__row{
        margin: 0 -0.88rem;
    }
    .services-offered__row > div {
        max-width: 100% !important;
        flex-basis: 100% !important;
        padding: 0 0.88rem;
    }
    .services-offered__col-inner {
        padding: 2rem !important;
    }
    .services-offered h2 {
        margin-bottom: 2rem;
    }
    .services-offered {
        padding-bottom: 1rem;
    }
    .what-we-do {
        padding-top:4rem;
        padding-bottom:4rem;
    }
    .what-we-do h2 {
        text-align: center;
        margin-bottom: 3rem;
    }
    .what-we-do .container {
        padding: 0 0.88rem !important;
    }
    .what-we-do__col {
        max-width: 100%;
        flex-basis: 100%;
    }
    .what-we-do__service img {
        width: 2.64rem;
    }
    .what-we-do__service {
        gap: 1.34rem;
        flex-direction: column;
        margin-bottom: 1rem;
    }
    .what-we-do__skills {
        margin-top: 1rem;
    }
    .what-we-do__skill {
        font-size: 0.88rem;
        padding: 0.6rem 1rem;
    }
    .how-it-works h2 {
        width: 90%;
        padding: 3rem 1rem;
        transform: translateY(-4rem);
        margin-top: 4rem;
        margin-bottom: -2rem;
    }
    .who-we-serve h2 {
        text-align: center;
        padding: 0;
    }
    .who-we-serve__tab span {
        min-width: 0;
        flex-basis: auto;
        margin-bottom: 0.5rem;
    }
    .who-we-serve__tab {
        flex-direction: column;
        flex-basis: 0;
        font-size: 1.3rem;
        min-height: 0;
        padding-left: 2rem;
        align-items: flex-start;
        padding-right: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .who-we-serve__tab:hover {
        padding-left: 4.5rem;
    }
    .who-we-serve__tab p {
        font-size: 0.88rem;
    }
    .who-we-serve__tab svg {
        width: 1.5rem;
        height: 1.5rem;
        left: 1.5rem;
    }
    .how-it-works__arrow {
        width: 1.5rem;
        margin-right: 0;
    }
    .how-it-works__col p {
        font-size: 0.88rem;
    }
    .how-it-works__row {
        gap: 2rem;
    }
    .how-it-works {
        background-color: #EBECEB;
        padding-bottom: 2rem;
    }
    .how-it-works__col {
        max-width: 40%;
        flex-basis: 40%;
    }
    .how-it-works__row {
        gap: calc(10% - 1.5rem);
        row-gap: 2rem;
    }
    .how-it-works__arrow:nth-of-type(2) {
        display: none;
    }
    .pricing {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .corner {
        width: 5rem;
        height: 5rem;
        border-width: 1rem;
    }
    .pricing__box {
        padding: 2rem;
    }
    .pricing__price {
        font-size: 1.8rem;
    }
    .pricing__price span {
        font-size: 0.88rem;
    }
    .faq h2 {
        margin-bottom: 1rem;
    }
    .faq__question {
        font-size: 1.11rem;
        padding:1.5rem 0;
    }
    .faq {
        padding-bottom: 4rem;
    }
}