/*!
    Theme Name: Liga
    Template: twentytwentyfour
    Author: Get Innovation Dev
    Author URI: http://www.getinnovation.dev
*/
.slider-home-top .wp-block-cb-slide{
    padding-left: 0;
    padding-right: 0;
}
.wp-element-button, .wp-block-button__link .btk1 .is-style-fill{
    background: linear-gradient(90deg, rgb(13, 80, 179) 0%, rgb(2, 50, 122) 100%)!important;
    border-radius:25px;
}
/*
.wp-element-button:hover, .wp-block-:hover .btk1:hover .is-style-fill:hover{
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645)!important;
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75)!important;
}*/

.wpforms-submit:hover{
    background-position: 100% 0 !important;
    moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}

.wpforms-submit:focus{
    outline:none;
}


.wpforms-submit:hover{
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645) !important;
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75)!important;
}

.wpforms-submit {
    width: 200px !important;
    font-size: 16px!important;
    font-weight: 600 !important;
    color: #fff !important;
    cursor: pointer !important;
    margin: 20px !important;
    height: 55px !important;
    text-align:center !important;
    border: none !important;
    background-size: 300% 100% !important;

    border-radius: 50px !important;
    moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
    
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645) !important;
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75)!important
}

.has-text-color {
    background: transparent !important;
}
.slick-prev:before{
    content: "\f341";
}
.slick-next:before{
    content: "\f345";
}
.slick-prev:before,.slick-next:before{
    font-family: dashicons;
    font-size: 40px;
}
.wp-block-cb-carousel .slick-prev:before, .wp-block-cb-carousel .slick-next:before {
    color: #fff;
}
@media all and (min-width: 601px){
    header .wp-block-navigation-item a:after{
        content: '';
        width: 25px;
        height: 50px;
        background-image: url(assets/img/menu-active.svg);
        display: block;
        position: absolute;
        bottom: -40px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        z-index: 999;
        transition: visibility 0s, opacity 0.2s ease-in;
        visibility: hidden;
        opacity: 0;
    }
}

header .wp-block-navigation-item:hover>a:after, header .current-menu-item>a:after{
    visibility: visible;
    opacity: 1;
}
header .wp-block-navigation__submenu-container .current-menu-item>a:after, header .wp-block-navigation__submenu-container .wp-block-navigation-item:hover>a:after{
    bottom: auto;
    right: 15px;
    background-position: right center;
    top: 12px;
    height: 20px;
}
header .wp-block-navigation-item a:hover{
    text-decoration: none;
}
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container{
    border: 0;
    background: #f9f9f9;
    padding-top: 10px;
    left: -10px;
}
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{
    min-width: 150px;
}

header .wp-block-navigation-submenu .current-menu-item>a:after, header .wp-block-navigation-submenu .wp-block-navigation-item:hover>a:after{
    width: calc(100% - 2rem);
}
@media all and (min-width: 601px){
    header ul.wp-block-navigation>li:not(:last-child):after{
        content: '';
        width: 2px;
        height: 20px;
        background-color: #86000E;
        left: 10px;
        position: absolute;
        right: -19px;
        left: auto;
    }
}
header ul.wp-block-navigation{
    margin-right: -10px;
}
h3.is-style-asterisk:before, h2.is-style-asterisk:before, h1.is-style-asterisk:before{
    clip-path: none;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
h2.is-style-asterisk:before, h1.is-style-asterisk:before{
    background: url(assets/img/floare.svg);
}
h3.is-style-asterisk:before{
    background: url(assets/img/floare-mica2.svg);
}
.coloana-oportunitati .wp-block-column{
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(10,0,0,0.07);
}
.oportunitati-colt{
    position: relative;
}
.oportunitati-colt:before{
    content: '';
    width: 200px;
    height: 200px;
    background: url(assets/img/colt-dreapta.svg);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}
.about-colt-jos, .corner-right-top, .membru-photo, .corner-left-top{
    position: relative;
}
.about-colt-jos:before{
    content: '';
    width: 200px;
    height: 200px;
    background: url(assets/img/colt-stanga-jos.svg);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.corner-right-top:before{
    content: '';
    width: 200px;
    height: 200px;
    background: url(assets/img/corner-right-top.svg);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}
.corner-left-top:before{
    content: '';
    width: 200px;
    height: 200px;
    background: url(assets/img/colt-left-top.svg);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.shadow-header{
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.membru-photo:after{
    content: '';
    width: 100%;
    height: 30px;
    background: url(assets/img/bottom-line.svg);
    background-color: rgba(143,184,233,0.6);
    display: block;
    position: absolute;
    left: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    bottom: 0;
    background-size: 100% 70%;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (max-width: 680px){
    .oportunitati-colt:before, .about-colt-jos:before, .corner-right-top:before, .corner-left-top:before{
        content: '';
        width: 100px;
        height: 100px;
    }
}
.footer-area{
    position: relative;
}
.footer-area:before{
    content: '';
    width: 100%;
    height: 30px;
    background: url(assets/img/line.svg);
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    top: -20px;
    background-size: contain;
}


/* 🔹 Responsive scaling – fără să strice designul existent */
.blurred-text-box {
  /* Padding fluid */
  padding: clamp(1.2rem, 4vw, 4.5em)
           clamp(1.2rem, 4vw, 4.5em)
           clamp(2rem, 5vw, 6em)
           clamp(1.2rem, 4vw, 4.5em);

  /* Font size fluid */
  font-size: clamp(1.1rem, 3.5vw, 3rem);

  /* Width fluid */
  width: min(92vw, 70%);
  max-width: 750px;

  /* Vertical positioning safe */
  top: clamp(-160px, -15vw, -200px);
}

/* 🔹 Mobile optimization */
@media (max-width: 768px) {
  .blurred-text-box {
    width: 92vw;
    min-height: auto;
    line-height: 1.2;
    top: clamp(-160px, -15vw, -200px);
  }
}

/* 🔹 Very small devices (phones) */
@media (max-width: 480px) {
  .blurred-text-box {
    width: 70% !important;
    font-size: 0.8rem !mportant;
    padding: 3rem 3rem 3rem;
    border-radius: 14px;
    top: -200px;
  }
}

/* 🔹 Ultra-wide screens */
@media (min-width: 1400px) {
  .blurred-text-box {
    max-width: 720px;
  }
}

/* 🔹 Fallback dacă blur nu e suportat */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .blurred-text-box {
    background: rgba(0, 0, 0, 0.45);
  }
}