/* Font token fallback for the pages that load this stylesheet without
   css/front/typography.css (dashboard layouts, standalone error views). */
:root {
    --font-sans: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
/* Site wide base face. Set on the root and left to inherit, never forced
   on every element with the universal selector: that override used to pin
   links, bold and strong text to PT Sans Narrow even inside sections
   designed around another family, which made bold words render in a
   visibly different, condensed face. */
:root {
    font-family: 'PT Sans Narrow', sans-serif;
}

/* Text selection in Irish emerald: a quiet brand touch on every page. */
::selection {
    background: #0b7d54;
    color: #ffffff;
}

*{
    margin: 0;
    padding: 0;
    --primary: #333333;
    --yellowColor: #122619 ;
    --textTitle: #414141;
    --mainWidth: 1178px;
}

/* Form controls do not inherit the document face by default. */
button,
input,
select,
textarea {
    font-family: inherit;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #ff6c00;
}

/* Ascundem lacătul pe mobil */
@media only screen and (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }
}


.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ff6c00;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.language-picker {
    position: absolute;
    top: 72px;
    right: 10px;
    display: flex;
    align-items: center;
    z-index: 10;
}

.language-picker label {
    margin-right: 10px;
}

.language-picker select {
    padding: 7px;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #163020 ;
    color: white;
}

/* Style for flag icons (adjust the width and height as needed) */
.flag-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
#swiperSubNav {
    display: none;
}
.subNavImg{
    width: 30px;
}
.subNavElement{
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 600;
}
.subNavContainer{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 45px;
    align-items: center;
}
#cpd{

}
.subInnerNav{
    display: flex;
    justify-content: space-between;
    width: 60%;
    align-items: center;
}
.subNavMobile{
    display: none;
}
.swiper-wrapper{
    align-items: center;
}
.swiper {
    height: 45px;
}
a{
    text-decoration: none;
    color: #0008ff;
}
.menuColor{
    text-decoration: none;
    color: white;
}
.cardContainer{
    display: flex
}
.cardElementBlog{
    width: 300px;
    border: 1px solid black;
}
.blogTitleCard{
    width: 90%;
}
.blogDescriptionCard{
    width: 90%;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.pagination li {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    color: #333;
    box-sizing: border-box;
}

.pagination li.active {
    background-color: #333;
    color: #fff;
}
.pagination li a{
    text-decoration: none;
    color: black;
}
#frontNav {
    background: #111611;
    padding: 0 0px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mainLogo img{
    width: 150px;
    height: auto;
}
.logoMainLink{
    padding: 5px 0px;
}

#navMenu{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.navItem{
    padding: 10px;
    cursor: pointer;
}

a .navItem{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#loginMenu{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    padding-right: 14px;
}
#googleIcon img{
    width: 76px;
}

@media only screen and (max-width: 768px) {
    #cpdIcon {
        display: none !important;
    }
}


/* Hamburger + Responsive Nav styles are now inline in their Blade templates */
.infoWrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infoText{
    width: 70%;
    margin-top: 50px;
    font-size: 20px;
}
#attentionItem{
    color: #ffb02e;
}
#attentionItem:hover{
    color: white;
}

#attentionItem1 {
    color: #fffb47;
}
/* Main page Hovers */
.navItem:hover{
    background: var(--hoverColor);
}

/*!*Media Responisve*!*/
/*!* Extra small devices (phones, 600px and down) *!*/
/*@media only screen and (max-width: 600px){*/
/*    #navMenu{*/
/*        display: none;*/
/*    }*/
/*    #hamButton{*/
/*        display: flex;*/
/*    }*/
/*    #frontNav{*/
/*        justify-content: end;*/
/*        column-gap: 10px;*/
/*        padding: 9px;*/
/*    }*/
/*}*/

/*!* Small devices (portrait tablets and large phones, 600px and up) *!*/
/*@media only screen and (max-width: 600px){*/
/*    #navMenu{*/
/*        display: none;*/
/*    }*/
/*    #hamButton{*/
/*        display: flex;*/
/*    }*/
/*    #frontNav{*/
/*        justify-content: end;*/
/*        column-gap: 20px;*/
/*        padding: 9px;*/
/*    }*/
/*}*/

/*!* Medium devices (landscape tablets, 768px and up) *!*/
/*@media only screen and (max-width: 768px){*/
/*    #navMenu{*/
/*        display: none;*/
/*    }*/
/*    #hamButton{*/
/*        display: flex;*/
/*    }*/
/*    #frontNav{*/
/*        justify-content: end;*/
/*        column-gap: 20px;*/
/*        padding: 9px;*/
/*    }*/
/*}*/

/*!* Large devices (laptops/desktops, 992px and up) *!*/
/*@media only screen and (max-width: 992px){*/
/*    #navMenu{*/
/*        display: none;*/
/*    }*/
/*    #hamButton{*/
/*        display: flex;*/
/*    }*/
/*    #frontNav{*/
/*        justify-content: end;*/
/*        column-gap: 20px;*/
/*        padding: 9px;*/
/*    }*/
/*}*/

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px){
    #navMenu{
        display: none;
    }
    #frontNav{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .subNavContainer{
        display: none;
    }
    .subNavMobile{
        display: none;
    }
    #swiperSubNav {
         display: flex;
    }
    #cpd, #rospa{
        display: none;
    }
}
