/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
/*Articole*/
.articole-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

@media (min-width: 768px){
  .articole-grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1200px){
  .articole-grid{ grid-template-columns: repeat(3, 1fr); }
}

/*Menu*/
/*Current page item in menu*/
#header.sticky-active .current_page_item a{
    color:#ee6020;
    font-weight:700 !important;
}

.mb-20{
 margin-bottom:20px;   
}

@media (max-width:767px) {
    .justify-center{
        display:flex;
        justify-content:center;
    }
    .text-align-center{
        text-align:center;
    }
    
    .animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 25px;
}

}
.custom-section{
    max-height:auto;
}
.close-modal-button{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    color: #000000 !important;
    font-weight: 600;
}
.modal-dialog{
    display:flex;
    align-items:center;
    justify-content:center;
}
.modal-content{
    background-image: url(/images/popup/banner_modal_grup.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 700px;
    width: 500px;
    max-width: 90vw;
    max-height:90vh;
}
.modal-body{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-overlay {
  width: 100%;
  height: 100%;
  background-color: hwb(187deg 0% 17% / 70%);
  top: 0;
  left: 0;
  z-index:999
}
.modal-content-wrapper{
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal-content-wrapper p{
    color:#000000;
    font-weight:600;
}
.modal-header-custom{
    margin:20px 0;
}
.btn-popup-modal{
    background-color:#ee6020;
    border-color:#ee6020;
}
.calendar-cursuri-box{
    flex:1;
    display:flex;
    flex-direction:column;
}
.calendar-cursuri-box .icon-box.process{
    margin:0;
    
}
.calendar-cursuri-luna{
    list-style:none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.calendar-cursuri-item{
    background-color:#f5f5f5;
    padding:10px;
}
.imagine-autorizatie{
    width:500px;
    max-width:100%;
}

@media (max-width:767px) {
    .calendar-cursuri-row{
        flex-direction:column;
        gap:32px;
    }
    .modal-content{
        max-width: 80vw;
        max-height:60vh;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width:768px) {
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
    font-size: 38px;
    line-height:normal !important;
}
.modal-button{
    font-size:22px !important;
}
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

    /* Custom column width for lg breakpoint */
    @media (min-width: 992px) {
      .col-lg-15 {
        flex: 0 0 auto;
        width: 14%;
        padding-right: 15px;
        padding-left: 15px;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .col-lg-menu-custom{
        flex: 0 0 auto;
        width: 12%;
        padding-right: 15px;
        padding-left: 15px;
        display: flex;
        flex-direction: column;
        justify-content: end;    
        
    }
      }
    @media screen and (max-width:991px){
        	#header #mainMenu:not(.menu-overlay) nav>ul li.hover-active>.dropdown-menu {
		max-height: max-content !important;
	}
    }