/*
 Theme Name:   Karacter Child
 Theme URI:    https://karacter.ro
 Description:  
 Author:       Karacter
 Author URI:   https://karacter.ro
 Template:     generatepress
 Version:      0.1
*/

/* unbounded-200 - latin */
/*@font-face {*/
/*  font-display: swap; */
/*  font-family: 'Unbounded';*/
/*  font-style: normal;*/
/*  font-weight: 200;*/
/*  src:  url('/wp-content/uploads/2026/04/Unbounded-ExtraLight.ttf') format('truetype');   */
       
/*}*/
/* unbounded-300 - latin */
/*@font-face {*/
/*  font-display: swap; */
/*  font-family: 'Unbounded';*/
/*  font-style: normal;*/
/*  font-weight: 300;*/
/*  src: url('/wp-content/uploads/2026/04/Unbounded-Light.ttf') format('truetype'); */
/*}*/
/* unbounded-regular - latin */
/*@font-face {*/
/*  font-display: swap; */
/*  font-family: 'Unbounded';*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  src: url('/wp-content/uploads/2026/04/Unbounded-Regular.ttf') format('truetype'); */
/*}*/
/* unbounded-500 - latin */
/*@font-face {*/
/*  font-display: swap; */
/*  font-family: 'Unbounded';*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  src: url('/wp-content/uploads/2026/04/Unbounded-Medium.ttf') format('truetype'); */
/*}*/
/* unbounded-600 - latin */
/*@font-face {*/
/*  font-display: swap; */
/*  font-family: 'Unbounded';*/
/*  font-style: normal;*/
/*  font-weight: 600;*/
/*  src: url('/wp-content/uploads/2026/04/Unbounded-SemiBold.ttf') format('truetype'); */
/*}*/
/* unbounded-700 - latin */
/*@font-face {*/
/*  font-display: swap; */
/*  font-family: 'Unbounded';*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  src: url('/wp-content/uploads/2026/04/Unbounded-Bold.ttf') format('truetype'); */
/*}*/
/* unbounded-800 - latin */
/*@font-face {*/
/*  font-display: swap; */
/*  font-family: 'Unbounded';*/
/*  font-style: normal;*/
/*  font-weight: 800;*/
/*  src: url('/wp-content/uploads/2026/04/Unbounded-ExtraBold.ttf') format('truetype'); */
/*}*/
/* unbounded-900 - latin */
/*@font-face {*/
/*  font-display: swap; */
/*  font-family: 'Unbounded';*/
/*  font-style: normal;*/
/*  font-weight: 900;*/
/*  src: url('/wp-content/uploads/2026/04/Unbounded-Black.ttf') format('truetype'); */
/*}*/

/* AeonikTRIAL-300 - latin */
/*@font-face {*/
/*  font-display: swap; */
/*  font-family: 'AeonikTRIAL';*/
/*  font-style: normal;*/
/*  font-weight: 300;*/
/*  src: url('/wp-content/uploads/2026/04/AeonikTRIAL-Light.otf') format("opentype"); */
/*}*/
/* AeonikTRIAL-400 - latin */
/*@font-face {*/
/*  font-display: swap; */
/*  font-family: 'AeonikTRIAL';*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  src: url('/wp-content/uploads/2026/04/AeonikTRIAL-Regular.otf') format("opentype"); */
/*}*/
/* AeonikTRIAL-700 - latin */
/*@font-face {*/
/*  font-display: swap; */
/*  font-family: 'AeonikTRIAL';*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  src: url('/wp-content/uploads/2026/04/AeonikTRIAL-Bold.otf') format("opentype"); */
/*}*/
html, body {
    overflow-x: hidden;
}
.main-navigation {
    width: 100%;
}
.main-navigation .inside-navigation {
    justify-content: space-between;
}
#primary-menu {
    border-radius: 70px;
    border: 1px solid rgba(241, 251, 232, 0.10);
    background: linear-gradient(180deg, rgba(9, 13, 6, 0.16) 0%, rgba(169, 255, 92, 0.00) 235.12%, rgba(22, 40, 45, 0.16) 470%, rgba(9, 13, 6, 0.16) 470%);
    padding: 15px 35px;
	margin: auto;
}
.menu_contact a {
    display: inline-block;
    padding: 11px 22px;
    color: var(--global-color-3);
    box-shadow: 0px 0px 24.8px 0px rgba(169, 255, 92, 0.25) inset;
    background: var(--contrast, #090D06);
    border: 1px solid var(--global-color-3, #A9FF5C);
    border-radius: 10px;
    font-family: 'Unbounded';
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}
.menu_contact a:hover {
    color: white;
    border-color: white;    
}
.main-navigation .main-nav>ul {
    column-gap: 30px;
}
#site-navigation::after, #sticky-navigation::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(9, 13, 6, 0.00) 0%, rgba(151, 159, 144, 0.60) 50.06%, rgba(9, 13, 6, 0.00) 100%);
    opacity: 0.75;
}
.copyright-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.politici_footer ul {
    margin: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.sol-sal {
    margin: 3rem 0px 2rem;
    display: flex;
    justify-content: center;
    column-gap: 1.5rem;
}
.sol-sal img {
    max-height: 70px;
    width: auto;
}
.site-footer {
    border-radius: 40px;
    border: 1px solid rgba(151, 159, 144, 0.35);
    background: var(--contrast, --global-color-4);
    overflow: hidden;
    position: relative;
	max-width: 1400px;
    margin: auto;
}
#footer-widgets #menu-footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem 2rem;
    padding: 0;
}
.socialMedia_footer {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 10px;
}
.socialMedia_footer svg, .socialMedia_footer svg path {
    fill: var(--contrast-2);
}
ul.socialMedia_footer li, #footer-widgets #menu-footer-menu li {
    margin-bottom: 0em;
}
.site-footer::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    opacity: 0.75;
    background: linear-gradient(90deg, rgba(11, 20, 23, 0.00) 0%, #A9FF5C 50.06%, rgba(11, 20, 23, 0.00) 100%);
    filter: blur(2px);
}
.site-footer::before {
    content: '';
    display: block;
    height: 53px;
    width: 100%;
    position: absolute;
    bottom: -40%;
    border-radius: 1279px;
    opacity: 0.5;
    background: var(--global-color-3, #A9FF5C);
    filter: blur(40px);
}
.site-footer .site-info::before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(9, 13, 6, 0.00) 0%, rgba(151, 159, 144, 0.60) 50.06%, rgba(9, 13, 6, 0.00) 100%);
    opacity: 0.75;
}
#footer-widgets #menu-footer-menu li a:after, .blog_item .read_more::after, .service_box .read_more::after, #menu-primary-menu a::after {
    content: '';
    width: 0%;
    height: 2px;
    background: var(--global-color-3);
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: all ease-in-out .3s;
}
.breadcrump_custom a:hover::after, #footer-widgets #menu-footer-menu li a:hover::after, .blog_item .read_more:hover::after, .service_box .read_more:hover::after, #menu-primary-menu a:hover::after {
    width: 100%;
}
.separete-btn .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
    background: #a9ff5b;
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    justify-content: center;
    border-radius: 100%;
    transition: all ease-in-out .25s;
}
.separete-btn .elementor-button .elementor-button-content-wrapper .elementor-button-text {
    padding: 14px 25px;
    background: #3A3A3A;
    border-radius: 100px;
    line-height: normal;
    transition: all ease-in-out .25s;
}
.separete-btn .elementor-button-link:hover .elementor-button-icon {
    background: #F1FBE8;
    transition: all ease-in-out .25s;
}
.separete-btn .elementor-button-link:hover .elementor-button-text {
    background: #a9ff5b;
    color: #0B0D09;
    transition: all ease-in-out .25s;
}
.background-blur{
    background: radial-gradient(50% 50% at 50% 50%, rgba(134, 210, 63, 0.40) 0%, rgba(9, 13, 6, 0.40) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.semiElipse{
    width: 100%;
    height: 280px;
    border-bottom-left-radius: 50% 90%;
    border-bottom-right-radius: 50% 90%;
    background: var(--contrast); 
    border: 1px solid var(--global-color-3);
    margin: auto;
    right: 0;
    left: 0;
}
.block-view{
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    background: linear-gradient(180deg,  var(--contrast) 20%, rgba(10,13,7,0) 100%); 
}
.semiElipse-container{
    height: 500px;
    position: relative;
	z-index: 1;
}
.semiElipse-container.reverse  .block-view{
    background: linear-gradient(180deg, rgba(10,13,7,0) 20%, var(--contrast) 80%);
}
.semiElipse-container.reverse .semiElipse{
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-top-left-radius: 50% 90%;
    border-top-right-radius: 50% 90%;
    border-bottom-left-radius:0%;
    border-bottom-right-radius: 0%;
}
.semiElipse-container.reverse  .block-view{
    background: linear-gradient(180deg, rgba(10,13,7,0) 20%, var(--contrast) 80%);
}
.semiElipse-container.reverse .semiElipse{
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-top-left-radius: 50% 90%;
    border-top-right-radius: 50% 90%;
    border-bottom-left-radius:0%;
    border-bottom-right-radius: 0%;
}
.svg-none svg{
    fill:none !important;
}
#thumbnail-wrapper {
    position: relative;
}

#thumbnail-loader {
    display: none;
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.8);
    z-index: 2;
    align-items: center;
    justify-content: center;
}

#thumbnail-loader::after {
    content: '';
    width: 40px;
    height: 40px;
    border: 4px solid #eee;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}
#website-thumbnail {
    display: none;
}

#website-thumbnail.loaded {
    display: block;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
.offer_form input {
    border: 1px solid var(--global-color-4);
    border-radius: 10px;
    width:100%;
    height: 60px;
    color: var(--contrast-2) !important;
}
.offer_form input[type="submit"] {
    color: var(--e-global-color-primary) !important;
    max-width: 300px;
    font-weight: 500;
}
.offer_form form {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
body .elementor-element.green-card {
    /*background-image: url(/wp-content/uploads/2025/03/service-bg.svg);*/
    /*background-position: top left;*/
    /*background-repeat: no-repeat;*/
    /*background-size: auto;*/
}
.green-card{
    /*border-radius: 40px;*/
    /*border: 1px solid rgba(151, 159, 144, 0.35);*/
    /*background: var(--contrast, #090D06);*/
    /*padding: 48px 32px;*/
}
.contact_us_card{
    background-image: url(/wp-content/uploads/2025/03/service-bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
}
/*.contact_us_card_content::before,*/
.green-card::before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:80%;
    opacity: 0.75;
    background: linear-gradient(90deg, rgba(11, 20, 23, 0.00) 0%, #A9FF5C 50.06%, rgba(11, 20, 23, 0.00) 100%);
    filter: blur(2px);
    height:3px;
    margin:0 auto;
}
/*.contact_us_card_content a{*/
/*    border-radius: 10px;*/
/*    border: 1px solid var(--global-color-3, #A9FF5C);*/
/*    background: var(--contrast, #090D06);*/
/*    box-shadow: 0px 0px 24.8px 0px rgba(169, 255, 92, 0.25) inset;*/
/*    font-family: 'Unbounded';*/
/*    color: white;*/
/*    padding: 20px 25px;*/
/*    margin-top: 1rem;*/
/*    display: inline-block;*/
/*    transition:all ease-in-out .3s;*/
/*}*/
.card_bg:after {
    content:'';
    display:block !important;
    position:absolute;
    top:0;
    width:80%;
    opacity: 0.75;
    background: linear-gradient(90deg, rgba(11, 20, 23, 0.00) 0%, #A9FF5C 50.06%, rgba(11, 20, 23, 0.00) 100%);
    filter: blur(2px);
    height:3px;
    margin:0 auto;    
}
/*.contact_us_card_content a.focus{*/
/*    background: var(--global-color-3);*/
/*    color:var(--contrast);*/
/*}*/
/*.contact_us_card_content a:hover{*/
/*    background: var(--contrast-2);*/
/*    color:var(--contrast);*/
/*    border-color:var(--contrast-2);*/
/*}*/
.has-background{
    width: 100%;
    background: url(/wp-content/uploads/2026/04/bg-shape-2.png) #0b0d09;
    background-repeat: repeat-y;
    background-position: top 900px center;
    background-size: 100% auto;
}
.has-background.separate-containers .inside-article{
/*.separate-containers .comments-area, */
/*.separate-containers .page-header, */
/*.one-container .container, */
/*.separate-containers .paging-navigation, */
/*.inside-page-header{*/
    background:transparent;
}
.location_card{
    height:100%;
}
.location_card .elementor-icon-box-wrapper{
    height: 100%;
    background: #090D06;
    padding: 55px 35px;
    border-radius: 40px;
    border: 1px solid rgba(151, 159, 144, 0.35);
}
.location_card svg path{
    fill:var(--global-color-3);
}
.location_card:before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    width:80%;
    height:3px;
    opacity: 0.75;
    background: linear-gradient(90deg, rgba(11, 20, 23, 0.00) 0%, #A9FF5C 50.06%, rgba(11, 20, 23, 0.00) 100%);
    filter: blur(2px);
    margin: 0 auto;
}
.location_card .box_content{
    height:100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.location_card .box_content .box_content_info p{
    margin-bottom:0;
}
.location_card .box_content .box_content_info a{
    display:block;
    color: var(--contrast-2);
    margin-bottom: 5px;
}
.location_card .box_content .contact_link{
    color: var(--contrast-2);
    margin: 0;
    font-weight: 400;
    position: relative;
    width: fit-content;
    font-family: 'Unbounded';
    font-size: 16px;
}
.location_card .box_content .contact_link:before{
    content: '';
    width: 0%;
    height: 2px;
    background: var(--global-color-3);
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: all ease-in-out .3s;
}
.location_card:hover .box_content .contact_link:before{
    width: 100%;
}
.elementor-widget-icon-box.location_card .elementor-icon-box-content{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.elementor-widget-icon-box.location_card .elementor-icon-box-icon{
    height:auto;
}
body .elementor-widget-icon-box.location_card  .elementor-icon-box-wrapper{
    display: flex;
    flex-direction: column;
}
.location_card .box_content_info{
    margin-bottom:10px;
}
.location_card > .elementor-icon-box-content p:last-of-type{
    display:none;
}
.mail_input input,
.mail_input textarea{
    width: 100%;
    border-left: 0;
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid var(--contrast);
    background: transparent;
    color: var(--contrast);
}
.mail_input input:focus,
.mail_input textarea:focus{
    background: transparent;
    color: var(--contrast);
    outline:none;
}
.offer_email_container{
    margin-top:1rem;
}
.mail_input input[type="submit"]{
    border: none;
    border-radius: 10px;
    font-weight: 600;
}
.mail_input p {
    color: var(--contrast);
    font-weight: 500;
}
.two_cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
body .before-rotating::before{
    content:'' !important;
    display: block;
    position: absolute;
    left: -120px;
    top: 50%;
    background: url(/wp-content/uploads/2026/04/about-agency-bg.png) no-repeat left center;
    background-size: contain;
    opacity: 50%;
    width: 386px;
    height: 400px;
    animation: circlerotate 20s infinite linear;
}
body .servicii-section::before{
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: -90px;
    top: 15%;
    background: url(/wp-content/uploads/2026/04/agency-benefits-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 279px;
    height: 287px;
    animation: circlerotate 12s infinite linear;
    z-index: 0;
}
body .proiecte-section::before{
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 50%;
    background: url(/wp-content/uploads/2026/04/testimonial-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 70%;
    width: 306px;
    height: 304px;
    animation: circlerotate 20s infinite linear;
    z-index: -1;
}
body .faq-section::before{
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: -90px;
    top: 15%;
    background: url(/wp-content/uploads/2026/04/work-together-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 279px;
    height: 287px;
    animation: circlerotate 12s infinite linear;
    z-index: 0;
}
.planificare-steps .timeline_card::before{
    content: '';
    position: absolute;
    top: 65px;
    left: -60px;
    background-color: var(--e-global-color-accent);
    mask-image: url(/wp-content/uploads/2026/04/dot-green-icon.svg);
    width: 21px;
    height: 21px;
}
portofoliu_header .header_info{
    width: 80%;
    margin: 0 auto;
    margin-top: -120px;
    z-index: 1000;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    padding: 60px 30px;
    border: 1px solid #FFFFFF1A;
    background: var(--contrast, #090D06);
    background-image: url(/wp-content/uploads/2025/03/service-bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
}
.portofoliu_header .header_img{
    margin-top: 40px;
}
.portofoliu_header .header_img img{
    width:100%;
    height:600px;
    object-fit:cover;
    border-radius:10px;
}
.portofoliu_header .header_info .info_item + .info_item { 
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #FFFFFF1A;
    padding: 15px 0;
}
.portofoliu_header .header_info .info_item + .info_item h4{
    margin:0;
    font-size:17px;
    font-weight: 500;
}
.portofoliu_header .header_info .info_item + .info_item p{
    margin:0;
    text-align:right;
}
.portofoliu_header .header_info .info_item + .info_item a{
    display: inline-block;
    text-align: right;
    text-decoration: none;
    color: var(--global-color-3);
}
.portofoliu_header .tag,
.ptr-type .tag{
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 8px;
        font-family: -apple-system, system-ui, "system-ui", "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.tag-green{
    color: #A9FF5D;
    background: #2b4018;
}
.tag-yellow{
    color:#ffe80f;
    background-color: rgb(255 232 15 / 18%);
}
.tag-blue{
    color: #097cfb;
    background-color: rgb(9 124 251 / 18%);
}
.tag-orange{
    color: #f4a448;
    background-color: rgb(244 164 72 / 18%);
}
.portofoliu_header .project-type,
.ptr-content .project-type{
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.ptr-content .project-type .tag{
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 8px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
}
.portofoliu_header .header_info {
    width: 80%;
    margin: 0 auto;
    margin-top: -120px;
    z-index: 1000;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    padding: 60px 30px;
    border: 1px solid #FFFFFF1A;
    background: var(--contrast, #090D06);
    background-image: url(/wp-content/uploads/2026/04/service-bg-1.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
}
.big-box{
    padding: 55px 35px;
    border-radius: 40px;
    text-align: center;
    background: url(/wp-content/uploads/2026/04/bg-shape-2.png) #090908;
    background-position: top 900px center;
    background-size: cover;
    border: 1px solid rgba(151, 159, 144, 0.35);
    margin-bottom: 60px;
}
.big-box h3{
    font-family: "Unbounded", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
    color: var(--global-color-3);
}
.big-box p{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.big-box a{
    background: var(--global-color-3);
    color: var(--contrast) !important;
    text-decoration: none;
    padding: 20px 25px;
    display: inline-block;
    border-radius: 10px;
    font-family: "Unbounded", Sans-serif;
    transition: all ease-in-out .25s
}
.big-box a:hover{
    background-color: #F1FBE8;
}
.faq .elementor-tab-content ul, .faq .elementor-tab-content ol {
    margin-left: 20px;
    margin-bottom: 10px;
}
.faq .elementor-accordion .elementor-accordion-item{
    border:1px solid #FFFFFF1A;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.faq .elementor-accordion .elementor-accordion-item .elementor-active{
    background: #0B0D09;
    background-image: linear-gradient(90deg, #FFFFFF1A 50%, #F2295B00 100%);
}
.faq .elementor-accordion .elementor-accordion-item:not(:first-of-type){
    border:1px solid #FFFFFF1A;
}
.faq .elementor-accordion .elementor-tab-title{
    line-height:30px;
}
.faq .elementor-accordion .elementor-tab-title:not(.elementor-active) .elementor-accordion-icon .elementor-accordion-icon-closed{
    background: #A9FF5C;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{
    background: #F1FBE8;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-closed svg,
.faq .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-opened svg{
    fill:#0b0d0a !important
}    
.faq .elementor-accordion .elementor-accordion-item .elementor-active{}

.faq .elementor-accordion .elementor-tab-content{
    border:none;
    padding-top:0px;
}
.faq p {
    margin-bottom:5px;
}
.blend-img img,
.has-background.single-servicii .icons .icon_1,
.has-background.single-servicii .icons .icon_4,
.has-background.single-servicii .icons .icon_2{
        mix-blend-mode: lighten;
}
.separete-btn .elementor-button{
    padding: 0!important;
    background: none!important;
    color: inherit!important;
}
.separete-btn .elementor-button .elementor-button-content-wrapper .elementor-button-text{
    padding: 14px 25px;
    background: #3A3A3A;
    border-radius: 100px;
    line-height: normal;
    transition:all ease-in-out .25s;
}
.separete-btn .elementor-button .elementor-button-content-wrapper .elementor-button-icon{
    background: #a9ff5b;
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    justify-content: center;
    border-radius: 100%;
    transition:all ease-in-out .25s;
}
.separete-btn .elementor-button-link:hover .elementor-button-text{
    background: #a9ff5b;
    color:#0B0D09;
    transition:all ease-in-out .25s;
}
.separete-btn .elementor-button-link:hover{
    transition:all ease-in-out .25s;
}
.separete-btn .elementor-button-link:hover .elementor-button-icon{
    background: #F1FBE8;
    transition:all ease-in-out .25s;
}
.elementor .stack_item img{
    border: 1px solid #1B1B1B;
    border-radius: 10px;
    background: #1B1B1B;
    padding: 25px 30px;
}
.stack_slider::before{
        content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(280deg, #030709 0%, rgba(3, 7, 9, 0) 60.97%);
    width: 215px;
    height: 100%;
    z-index: 2;
}
.stack_slider::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #030709 0%, rgba(3, 7, 9, 0) 60.97%);
    width: 215px;
    height: 100%;
    z-index: 2;
}
@media screen and (max-width:1699px) {
    .semiElipse-container {
        height: 450px;
    }
    .semiElipse-container.reverse {
        height: 400px;
    }
}

@media screen and (max-width:1399px) {
    .site-footer {
        max-width: calc(100% - 60px);
        margin: auto;
        padding: 0px 25px;
    }
}
@media screen and (max-width:1199px) {
    nav.navbar .grid-container {
        max-width: calc(100% - 60px);
        margin: auto;
    }
    .menu_contact a {
        padding: 8px 20px;
    }
    .contact_us_card {
        padding: 30px 25px;
    }
    .planificare-steps .timeline_card::before {
        top: 60px;
    }
    .planificare-steps .timeline_card::before {
        left: -40px;
    }
    .sol-sal img {
        max-height: 60px;
    }
    .semiElipse {
        border-bottom-left-radius: 50% 75%;
        border-bottom-right-radius: 50% 75%;
        height: 250px;
    }
    .semiElipse-container.reverse .semiElipse {
        border-top-left-radius: 50% 75%;
        border-top-right-radius: 50% 75%;
        height: 250px;
    }
    .semiElipse-container {
        height: 400px;
    }
    .semiElipse-container.reverse {
        height: 350px;
    }
    .faq .elementor-accordion .elementor-accordion-item {
        margin-bottom: 20px;
    }
}
@media screen and (max-width:992px) {
    .green-card-section .e-con.e-child {
        width:100%;
    }
    .location_card .elementor-icon-box-wrapper {
        padding: 40px 15px;
    }
    body .before-rotating::before, body .servicii-section::before {
        opacity: 30%;
    }
    .offer_form input {
        min-width: 300px;
        height: 52px;
    }
    .planificare-steps .timeline_card::before {
        left: -45px;
        top: 63px;
    }
    .sol-sal img {
        max-height: 55px;
    }
    .offer_form input{
        min-width: auto;
    }
    .semiElipse {
        border-bottom-left-radius: 50% 65%;
        border-bottom-right-radius: 50% 65%;
        height: 220px;
    }
    .semiElipse-container.reverse .semiElipse {
        border-top-left-radius: 50% 65%;
        border-top-right-radius: 50% 65%;
        height: 220px;
    }
    .copyright-bar {
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .politici_footer ul {
        justify-content: center;
        row-gap: 5px;
    }
    .green-card-section .elementor-icon-box-title br, .green-card .elementor-image-box-title br, .br-none .elementor-icon-box-title br {
        display:none;
    }

}
@media screen and (max-width:768px) {
    .has-background{
        background: url(/wp-content/uploads/2026/04/bg-shape-mobile.png) #0b0d09;
        background-size: 140%;
        background-position: top 900px left 25%;
    }
    .inside-footer-widgets {
        align-items: center;
    }    
    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 30px;
    }  
    .politici_footer ul {
        justify-content: center;
        row-gap: 5px;
    }
    .location_card .elementor-icon-box-wrapper {
        padding: 30px 15px 20px;
    }
    .faq .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened,
    .faq .elementor-accordion .elementor-tab-title:not(.elementor-active) .elementor-accordion-icon .elementor-accordion-icon-closed{
        width: 25px;
        height: 25px;
    }
    .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
        height: 15px;
        width: 15px;
    }
    
}
@media screen and (max-width:575px) {
     .contact_us_card {
        padding: 30px 15px 15px;
    }
    .contact_us_card_content a {
        padding: 15px 0px;
        min-width: 80%;
    }
    .location_card .elementor-icon-box-wrapper {
        padding: 30px 10px 10px;
    }
    body .before-rotating::before {
        width: 60%;
        left: -20%;
    }
    body .servicii-section::before {
        width: 55%;
        right: -15%;
        top: 10%;
    }
    body .before-rotating::before, body .servicii-section::before {
        opacity: 22%;
    }
    .planificare-steps .timeline_card::before {
        left: -35px;
    }
    .offer_form form {
        flex-wrap: wrap;
    }
    .offer_form input {
        min-width: 85%;
    }
    .sol-sal {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .sol-sal img {
        max-height: 50px;
    }
    .site-footer {
        max-width: calc(100% - 40px);
        padding: 0px 15px;
    }
    nav.navbar .grid-container {
        max-width: calc(100% - 40px);    
    }
    .semiElipse {
        border-bottom-left-radius: 50% 60%;
        border-bottom-right-radius: 50% 60%;
        height: 160px;
    }
    .semiElipse-container.reverse .semiElipse {
        border-top-left-radius: 50% 60%;
        border-top-right-radius: 50% 60%;
        height: 160px;
    }
    .menu_contact a {
        padding: 7px 12px;
    }
    .two_cols {
        grid-template-columns: 1fr;
    }
    .mail_input p {
        margin-bottom: 3px;
    }

}
@media screen and (max-width:450px) {
    .nav-main .menu_contact a {
        color: white;
        border-color: white;
        padding: 8px 20px;
    }
    .separete-btn .elementor-button .elementor-button-content-wrapper .elementor-button-text {
        padding: 14px 15px;
    }
} 
@keyframes circlerotate{
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}




