/*
 Theme Name:   PRIORISE
 Theme URI:    https://priorise.com
 Description:  Thème PRIORISE
 Author:       STUDIO WBM
 Author URI:   https://priorise.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light
 Text Domain:  priorise_theme
*/
section.block-services{
       position: relative;
       padding: 80px 0px;
}
.block-faq-row{
       display: flex;
       flex-direction: column;
       gap: 20px;    
}
.icon-cat{
       position: absolute;
       opacity: 0.3;
       filter: blur(4px);
       -webkit-transition: all 300ms ease-out !important;
       -moz-transition: all 300ms ease-out !important;
       -ms-transition: all 300ms ease-out !important;
       -o-transition: all 300ms ease-out !important;
       transition: all 300ms ease-out !important;
}
.icon-cat:nth-child(2){
       bottom: 5%;
       left: 60%;
}
.icon-cat:nth-child(3) {
       bottom: -25%;
       right: 13%;
}
.icon-cat:nth-child(4){
       bottom: 32%;
       right: 55%;
       filter: blur(6px);
}
.icon-cat:nth-child(5) {
       bottom: -30%;
       right: 67%;
}
.icon-cat:nth-child(6){
       bottom: 0%;
       right: -5%;
}
.icon-cat:nth-child(7){
       bottom: 55%;
       right: 21%;
}
.icon-cat:nth-child(8) {
       bottom: 17%;
       right: 90%;
       filter: blur(6px);
}
.block-services-row{
       display: flex;
       flex-direction: column;
       gap: 100px;
       z-index: 2;
}
.block-services-row .block-title-content{
       display: flex;
       flex-direction: column;
       gap: 30px;
}
.block-services-row .block-title-content p{
       color: var(--themeFontColor);
       font-size: 18px;
       font-style: normal;
       font-weight: 400;
       line-height: 150%;
       margin: 0;
}
.block-services-row .block-title-content h2{
       color: var(--themeMarinePurple);
       font-size: 58px;
       font-style: normal;
       font-weight: 400;
       max-width: 60%;
       margin-bottom: 0;
}
.block-services-row .row-faq-cat-repeater {
       display: flex;
       justify-content: space-between;
       align-items: flex-start;
       gap: 150px;
}
.wrapper_tabcontent_cat ul{
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
       grid-gap: 80px 40px;
       margin: 0;
       padding: 0;
}
.services-cat-tabs{
       display: flex;
       flex-direction: column;
       align-items: flex-start;
       gap: 60px;
       margin: 0;
       padding: 0;
}
.services-cat-tabs li:hover{
       opacity: 1;
}
.services-cat-tabs li::before{
       content: '';
       display: block;
       position: absolute;
       left: -40px;
       top: 30px;
       height: 12px;
       width: 12px;
       background-color: var(--themePurple);
       border-radius: 20px;
       opacity: 0;
}
.services-cat-tabs li.active::before{
       -webkit-transition: all 300ms ease-out !important;
       -moz-transition: all 300ms ease-out !important;
       -ms-transition: all 300ms ease-out !important;
       -o-transition: all 300ms ease-out !important;
       transition: all 300ms ease-out !important;
       opacity: 1;
}
.services-cat-tabs li{
       position: relative;
       color: var(--themeBluePurple);
       font-family: Lexend;
       font-size: 48px;
       font-style: normal;
       font-weight: 500;
       line-height: 130%;
       opacity: 0.25;
       list-style-type: none;
}
.services-cat-tabs li.active{
       color: var(--themePurple);
       font-size: 52px;
       font-style: normal;
       font-weight: 500;
       line-height: 130%;
       /* list-style-type: disc; */
       opacity: 1;
}
.services-cat-tabs li.active span.material-symbols-outlined{
       color: var(--themePurple);
}
.tablinks-cat{
cursor: pointer;
}
.services-cat-column > div:first-of-type{
       display: flex;
       flex-direction: column;
}
.services-cat-column > div:first-of-type h3{
       color: var(--themeMarine);
       font-size: 24px;
       font-style: normal;
       font-weight: 500;
       line-height: 130%;
       margin-bottom: 0;
}
.wrapper_tabcontent_cat{
       -webkit-transition: all 300ms ease-out !important;
       -moz-transition: all 300ms ease-out !important;
       -ms-transition: all 300ms ease-out !important;
       -o-transition: all 300ms ease-out !important;
       transition: all 300ms ease-out !important;
       flex-grow: 1;
       padding-top: 15px;
}
.wrapper_tabcontent_cat li{
       list-style-type: none;
       display: flex;
       flex-direction: column;
       gap: 40px;
       max-width: 45%;
}
.wrapper_tabcontent_cat li > div{
       display: flex;
       flex-direction: column;
       gap: 15px;
}
.wrapper_tabcontent_cat li > div.employee-update-soon{
       display: flex;
       flex-direction: row;
       align-items: center;
       gap: 10px;
       font-size: 15px;
}
.wrapper_tabcontent_cat li > div.employee-update-soon span.material-symbols-outlined{
       color: var(--themeBluePurple);
}

.wrapper_tabcontent_cat li h3{
       color: var(--themeFontColor);
       font-size: 28px;
       font-style: normal;
       font-weight: 500;
       line-height: 130%;
       margin: 0;
}
.wrapper_tabcontent_cat li h4{
       color: var(--themePurple);
       font-size: 22px;
       font-style: normal;
       font-weight: 400;
       line-height: 140%; 
       margin: 0;
}
.wrapper_tabcontent_cat li p{
       color: var(--themeFontColor);
       font-size: 17px;
       font-style: normal;
       font-weight: 400;
       line-height: 150%; 
       margin: 0;
}
.wrapper_tabcontent_cat li button{
       width: fit-content;
}
.wrapper_tabcontent_cat ul.tabcontent-cat {
       display: none;
}
.wrapper_tabcontent_cat ul.tabcontent-cat.active {
       transition: all 1s ease;
       display: flex;
}




/***********************
       RESPONSIVE
***********************/


@media only screen and (max-width: 1600px) {
       .block-services-row .block-title-content h2 {
              font-size: 52px;
       }
       .services-cat-tabs li {
              font-size: 44px;
       }
       .services-cat-tabs li.active {
              color: var(--themePurple);
              font-size: 48px;
       }
}
@media only screen and (max-width: 1280px) {
       .block-services-row .block-title-content h2 {
              font-size: 44px;
       }
       .block-services-row .row-faq-cat-repeater {
              gap: 120px;
       }
       .wrapper_tabcontent_cat ul {
              grid-gap: 60px 30px;
       }
       .services-cat-tabs li.active {
              font-size: 44px;
       }
       .services-cat-tabs li {
              font-size: 42px;
       }
       .services-cat-tabs li::before {
              left: -35px;
              top: 25px;
       }
}
@media only screen and (max-width: 1200px) {
       .block-services-row {
              gap: 80px;
       }
       .block-services-row .block-title-content {
              flex-direction: column;
              gap: 20px;
       }
       .block-services-row .block-title-content h2 {
              font-size: 36px;
              max-width: 100%;
       }
       .block-services-row .block-title-content p {
              color: var(--themeFontColor);
              font-size: 17px;
       }
       .block-services-row .row-faq-cat-repeater {
              gap: 80px;
       }
       .services-cat-tabs li.active {
              font-size: 36px;
       }
       .services-cat-tabs li {
              font-size: 32px;
       }
       .services-cat-tabs {
              gap: 40px;
       }
       .wrapper_tabcontent_cat{
              padding-top: 5px;
       }
       .wrapper_tabcontent_cat li h4 {
              font-size: 20px;
       }
       .wrapper_tabcontent_cat li p {
              font-size: 16px;
       }
}
@media only screen and (max-width: 992px) {
       .icon-cat {
              opacity: 0.2;
       }
       .block-services-row .row-faq-cat-repeater{
              flex-direction: column;
              gap: 40px;
       }
       .services-cat-tabs{
              flex-direction: row;
              align-items: center;
              flex-wrap: nowrap;
       }
       .services-cat-tabs li::before {
              height: 8px;
              width: 8px;
              left: -25px;
              top: 20px;
       }
       .block-services-row {
              gap: 80px;
       }
       .wrapper_tabcontent_cat li h3 {
              font-size: 24px;
       }
       .wrapper_tabcontent_cat li > div {
              gap: 10px;
       }
       .wrapper_tabcontent_cat li h4 {
              font-size: 18px;
       }
       .wrapper_tabcontent_cat li p {
              font-size: 15px;
       }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 575px) {
       .block-services-row{
              padding: 0 0px 0px 10px;
              gap: 40px;
       }
       .block-services-row .block-title-content{
              padding-right: 15px;
       }
       .block-services-row .block-title-content h2 {
              font-size: 32px;
              max-width: 100%;
       }
       .services-cat-tabs li.active {
              font-size: 28px;
       }
       .services-cat-tabs {
              gap: 50px;
              overflow: auto;
              padding-right: 30px;
              padding-bottom: 15px;
       }
       .wrapper_tabcontent_cat li h3 {
              font-size: 22px;
       }
       .block-services-row .row-faq-cat-repeater {
              gap: 20px;
              z-index: 2;
       }
       .icon-cat {
              opacity: 0.125;
              z-index: 1;
       }
       .wrapper_tabcontent_cat ul {
              grid-gap: 40px 20px;
       }
       .wrapper_tabcontent_cat li h4 {
              font-size: 17px;
       }
       .wrapper_tabcontent_cat li p {
              font-size: 14px;
       }
       .services-cat-tabs li {
              font-size: 26px;
              white-space: nowrap;
       }
       .services-cat-tabs li::before {
              top: 15px;
              left: -20px;
       }
       .wrapper_tabcontent_cat, .services-cat-column{
              max-width: 100%;
       }
       .wrapper_tabcontent_cat ul{
              position: relative;
              flex-wrap: nowrap;
              justify-content: flex-start;
              grid-gap: 10px 10px;
              z-index: 9;
              overflow: scroll;
              padding-right: 15px;
              padding-bottom: 15px;
       }
       .wrapper_tabcontent_cat li{
              min-width: 300px;
              border-radius: 12px;
              background: rgba(255, 255, 255, 0.5);
              backdrop-filter: blur(20px);
              -webkit-backdrop-filter: blur(20px);
              border-bottom: solid 1px rgba(99, 53, 241, 0.20);
              padding: 30px 20px;
              justify-content: space-between;
       }
       .wrapper_tabcontent_cat li > div.employee-update-soon > span:last-of-type{
              max-width: none;
       }

       
}
@media only screen and (max-width: 420px) {
       .block-services-row .block-title-content p {
              font-size: 16px;
       }
       .wrapper_tabcontent_cat li {
              padding: 30px 15px;
       }
}      