@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&family=Roboto&family=Rubik:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
@import url("../fonts/Gilroy/stylesheet.css");

/* LOAD FONTS FROM /ASSETS/FONTS */
@font-face {
    font-family: "SC-Titles";
    src: url("../fonts/IntroRustG-Trial-Base.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "daydream";
    src: url("../fonts/daydream.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

h1,
h2,
h3,
span,
p,
div {
    cursor: default;
}

a:hover,
button:hover input {
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
body {
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    color: var(--text-color);
    font-family: "Rubik", sans-serif;
}
:root {
    --primary--color: #01d0cc;
    --secondary--color: #000;
    --text-color: #191919;
    --accent: #01d0cc;
    --white-color: #fff;
    --blue-hover: rgb(47, 95, 173);
    --blue-color: rgb(0, 74, 173);
    --blue-new: #063970;
    --green-color: rgb(70, 204, 107);
    --simple-green: rgb(30, 180, 85);
    --simple-green-hover: rgb(25, 150, 70);
    --simple-green-new: #189446;
    --simple-green-new-hover: #128849;
}

.service-box2 .generic-box-img1 {
    z-index: 2;
}

/*** HEADER SECTION *********/
.contact-box ul li a:hover,
.site-map ul li a:hover,
.site-map ul li p:hover,
.recant-post-content a h4:hover,
.contact-info-content a:hover {
    color: var(--green-color);
}
.navbar p {
    margin-bottom: 0;
}
.header-con .navbar-dark .navbar-nav .nav-link.active {
    color: var(--accent);
}

.dropdown-menu {
    border: none;
}

.dropdown-item.selected {
    background-color: var(--blue-hover);
    color: #fff;
}

#locations-dropdown {
    top: 50px;
}

#locations-dropdown a,
#services-dropdown a {
    text-transform: uppercase;
}

#services-dropdown {
    top: 50px;
    left: -100px;
}

.dropdown-item {
    font-size: 14px;
    color: #152b4f;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    margin: 0 10px;
    font-family: "Poppins", sans-serif;
    display: block;
    padding: 4px 20px;
    width: auto;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.dropdown-item:hover {
    background: var(--blue-hover);
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.black-btn:hover {
    background: var(--blue-color);
}
.service-item a:hover {
    background: transparent;
    box-shadow: inset 0 0 0 2px var(--accent);
}
.service-item a:hover img {
    filter: invert(58%) sepia(98%) saturate(1452%) hue-rotate(133deg)
        brightness(97%) contrast(99%);
}
.team-social-icon ul li a:hover {
    background: var(--blue-color);
}
.top-bar-con {
    padding: 16px 0;
    background: #152b4f;
}
.socisl-con ul li a i {
    width: 36px;
    height: 36px;
    color: var(--white-color);
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    transition: all 0.5s ease-in-out;
}
.socisl-con ul li a i:hover,
.generic-btn button:hover,
.submit-btn:hover,
.online-btn:hover,
.footer-social ul li a i:hover,
.free-visit:hover {
    transform: translateY(-8px);
}
.socisl-con ul {
    gap: 10px;
}
.socisl-con span {
    font-size: 16px;
    padding-right: 23px;
}

.client-info ul {
    gap: 32px;
}

.client-info ul li:first-child {
    color: var(--white-color);
}

.client-info ul li a span {
    cursor: pointer;
}
.client-info ul li a span img {
    padding-right: 5px;
}
.client-info ul li a {
    color: var(--white-color);
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.client-info ul li a:hover {
    filter: brightness(0.8);
}

.header-con .navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
    color: #152b4f;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease-in-out;
}
.header-con .navbar-dark .navbar-nav {
    justify-content: space-between;
    align-items: center;
    min-width: 360px;
}
.header-con {
    padding: 11px 0;
}
.header-con .navbar-dark .navbar-brand {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-con .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--blue-color);
}
/*** HEADER SECTION *********/
/*****BANNER SECTION******/
.banner-con {
    background-repeat: no-repeat;
    background-position: center;
}
.contact-con:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(47 95 173 / 90%);
}
.contact-title:after {
    top: 2px;
    right: 33px;
    content: "";
    width: 59px;
    height: 40px;
    position: absolute;
    background: url(../images/contact-leaf.png) no-repeat;
    z-index: -1;
}

/*.video-container .content h1{
    display: flex;
    font-family: 'daydream', sans-serif;
    letter-spacing: .2rem;
    margin-bottom: 16px;
    font-size: 85px;
    height: calc(85px + 16px);
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 2rem;
}
.video-container .content h1 span{
    display: flex;
    gap: 2rem;
}*/

.hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
    padding: 0 20px; /* Padding de siguranță */
}

.main-line {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 47px;
    white-space: normal;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.word-switcher {
    display: inline-block;
    position: relative;
    color: var(--blue-hover);
    height: 120px;
    vertical-align: top;
    text-align: left;
}

/* Phantom text pentru lățime constantă */
.word-switcher::before {
    content: "juridice";
    display: inline-block;
    visibility: hidden;
    padding-right: 8px;
}

.word-switcher span {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    animation: wordSwitch 6s infinite;
    white-space: nowrap;
}

.word-switcher span:nth-child(1) {
    animation-delay: 0s;
}
.word-switcher span:nth-child(2) {
    animation-delay: 3s;
}

@keyframes wordSwitch {
    0% {
        opacity: 0;
        transform: translateY(-15px);
    }
    15% {
        opacity: 1;
        transform: translateY(0);
    }
    40% {
        opacity: 1;
        transform: translateY(0);
    }
    50% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 0;
    }
}

/* Animatie pentru 3 cuvinte */
.word-switcher-3 span {
    animation: wordSwitch3 9s infinite;
}

.word-switcher-3 span:nth-child(1) {
    animation-delay: 0s;
}
.word-switcher-3 span:nth-child(2) {
    animation-delay: 3s;
}
.word-switcher-3 span:nth-child(3) {
    animation-delay: 6s;
} /* Noua întârziere */

@keyframes wordSwitch3 {
    0% {
        opacity: 0;
        transform: translateY(-15px);
    }
    5% {
        opacity: 1;
        transform: translateY(0);
    } /* Afișare rapidă (0.45s) */
    28.33% {
        opacity: 1;
        transform: translateY(0);
    } /* Vizibil 3s (28.33% din 9s ≈ 2.55s) */
    33.33% {
        opacity: 0;
        transform: translateY(15px);
    } /* Dispariție rapidă (0.45s) */
    100% {
        opacity: 0;
    }
}

/* Phantom text pentru 3 cuvinte (cel mai lung cuvânt) */
.word-switcher-3::before {
    content: "oameni";
}

.sub-line {
    font-family: Poppins, sans-serif;
    font-weight: 800;
    font-size: 50px;
    margin-top: 1rem;
    white-space: normal;
    line-height: normal;
}

/*.free-visit {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    cursor: pointer;
    background: linear-gradient(to right, var(--simple-green-new) 0%, var(--blue-color) 110%);
    padding: 11px 15px;
    border-radius: 8px;
    text-decoration: none !important;

    transition: all 0.5s ease-in-out;
}

.free-visit:hover {
    background: linear-gradient(to right, var(--blue-color) 0%, var(--simple-green-new) 110%);
}*/

.free-visit {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    cursor: pointer;
    background-image: linear-gradient(
        to right,
        #1a2980 0%,
        #26d0ce 51%,
        #1a2980 100%
    );
    background-size: 200% auto;
    padding: 11px 15px;
    border-radius: 8px;
    text-decoration: none !important;

    transition: all 0.5s ease-in-out;
}

.free-visit:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.free-visit span {
    font-family: "Gilroy", sans-serif;

    cursor: pointer;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-decoration: none;
    text-transform: uppercase;
}

.more-details {
    margin-top: 70px;
    gap: 70px;
}

.more-details .generic-btn button:hover {
    box-shadow: none;
}

.banner-img {
    left: -159px;
    bottom: -295px;
    position: absolute;
}
/*****BANNER SECTION******/
/*****CONTACT SECTION******/
.contact-con:before,
.contact-inner-con:after {
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
    width: 313px;
    height: 371px;
    position: absolute;
    background: url(../images/contact-bubble-lft-img.png) no-repeat;
}
span.error {
    color: red;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translatey(-20px);
    }
}

.contact-inner-con:before {
    top: 68px;
    left: 0;
    z-index: 2;
    content: "";
    width: 438px;
    height: 346px;
    position: absolute;
    background: url(../images/contact-bubble-img.png) no-repeat;
    animation: mover 1s infinite alternate;
}
.contact-inner-con:after {
    bottom: 0;
    right: 0;
    left: auto;
    background: url(../images/contact-bubble-rt-img.png) no-repeat;
}
.banner-con .wrapper2,
.contact-con .wrapper {
    z-index: 3;
    position: relative;
}
/*****CONTACT SECTION******/
/**** CLEAN SECTION****/
.clean-con {
    padding-top: 80px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}

.custom-bg {
    /*background-attachment: fixed;*/
    background-size: cover;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100%25' height='100%25'%3E%3Cdefs%3E%3Cpattern id='p' width='250' height='30' patternUnits='userSpaceOnUse' patternTransform='rotate(37) scale(0.93)'%3E%3Cpath id='a' data-color='outline' fill='none' stroke='%230D00FF' stroke-width='0.74' d='M-62.5-15C-31.3-15 0-7.5 0-7.5S31.3 0 62.5 0 125-7.5 125-7.5s31.3-7.5 62.5-7.5S250-7.5 250-7.5 281.3 0 312.5 0'%3E%3C/path%3E%3Cuse xlink:href='%23a' y='15'%3E%3C/use%3E%3Cuse xlink:href='%23a' y='30'%3E%3C/use%3E%3Cuse xlink:href='%23a' y='45'%3E%3C/use%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23p)' width='100%25' height='100%25'%3E%3C/rect%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}

.generic-box {
    gap: 48px;
    display: grid;
    align-items: center;
    grid-template-columns: 46.5% 44%;
}

.generic-box-content h2 {
    margin-bottom: 0;
}
.generic-box-content p {
    margin-bottom: 42px;
    color: rgb(25, 25, 25);
}

/*.generic-box-content::after {
    position: absolute;
    background: url(../images/background-about-us.svg) no-repeat;   
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
}*/

.generic-list ul li span {
    font-size: 18px;
    font-weight: 800;
    color: var(--blue-new);
    line-height: 18px;
    margin-bottom: 9px;
    font-family: "Gilroy", sans-serif;
}
/*.generic-list ul li {
    margin-bottom: 37px;
    background: url(../images/check-icon.svg) no-repeat;
    padding-left: 50px;
    padding-right: 29px;
}*/
.generic-list ul li {
    position: relative;
    margin-bottom: 23px;
}
.generic-list ul li p {
    font-family: "Gilroy", sans-serif;
    line-height: 20px;
    font-weight: 300;
    color: #000000e5;
    clear: both;
}
.generic-box-content .call-number a {
    color: #fff;
    text-decoration: none;
}
.generic-list ul li:last-child {
    margin-bottom: 0;
}
.generic-list {
    margin-bottom: 47px;
}
.generic-box-content .generic-btn button {
    padding: 22px 48px 23px;
}
/** CLEAN SECTION****/

/***** SERVICE SECTION**/
.service-con {
    /*background-color: #fafafa;*/
    padding-top: 50px;
    padding-bottom: 80px;
}
.service-con .wrapper {
    z-index: 1;
    position: relative;
}

.service-img img {
    max-width: 350px;
    max-height: 230px;
    height: 100%;
    min-width: 350px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.service-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: var(--white-color);
    box-shadow: 0px 5px 28px 1px rgba(0, 0, 0, 0.07);

    border-radius: 20px;
    width: 370px;
}
.service-item figure {
    margin-bottom: 35px;
}
.service-item h3 {
    color: var(--secondary--color);
    margin-bottom: 16px;
}
.service-item p {
    padding: 0 9px;
    line-height: 25px;
    margin-bottom: 19px;
    color: rgb(25 25 25 / 50%);
}
.service-item a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.service-inner-con {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.service-inner-con .service {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    width: 350px;
}

.service-inner-con .service > img {
    width: 350px;
    height: 204px;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0px 5px 28px 1px rgba(0, 0, 0, 0.07);

    transition: filter 0.2s ease-in-out;
}

.service-inner-con .service > div {
    font-family: "Gilroy", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: var(--blue-color);
    width: 100%;
    min-height: 65px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 9px 6px 9px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    user-select: none;
    cursor: pointer;

    transition: background 0.2s ease-in-out;
}

.service-inner-con .service:hover {
    text-decoration: none;
}

.service-inner-con .service:hover > img {
    filter: brightness(0.8);
    box-shadow: 0px 5px 28px 1px rgba(0, 0, 0, 0.07);
}

.service-inner-con .service:hover > div {
    background: var(--simple-green-new-hover);
}

/***** SERVICE SECTION**/
/***** SLIDER SECTION *****/
.slider-btn a {
    top: 42%;
    cursor: pointer;
    position: absolute;
    width: 55px;
    height: 55px;
    background: var(--white-color);
    border-radius: 50%;
    box-shadow: 13px 13px 18px 8px rgb(166 184 213 / 28%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-dots {
    display: none;
}
.slider-btn a:first-child {
    left: -11.99%;
}
.slider-btn a:last-child {
    right: -11.99%;
}
.slider-btn a figure {
    margin-bottom: 0;
    line-height: initial;
}
/***** SLIDER SECTION *****/
/***** TEAM SECTION ****/
.team-con {
    padding: 97px 0 52px;
    background: #fafafa;
}
.team-con:before,
.team-con:after {
    content: "";
    top: 0;
    right: 0;
    width: 236px;
    height: 256px;
    position: absolute;
    background: url(../images/right-top-dots-img.png) no-repeat;
}
.team-con:before {
    bottom: -28px;
    top: inherit;
    left: 0;
    background: url(../images/left-bottom-dots-img.png) no-repeat;
}
.team-title h2 {
    margin-bottom: 84px;
}
.team-box {
    gap: 77px;
    display: grid;
    grid-template-columns: 19.1% 19.1% 19.1% 19.1%;
}
.team-social-icon {
    top: 0;
    right: 0;
    position: absolute;
}
.team-box-item figure {
    margin-bottom: 39px;
}
.team-box-item h3 {
    color: var(--blue-color);
    margin-bottom: 2px;
    text-transform: uppercase;
}
.team-box-item span {
    color: rgb(0 0 0 / 60%);
    text-transform: uppercase;
}
.team-social-icon {
    top: -4px;
    right: -36px;
    position: absolute;
}
.team-social-icon ul li {
    position: relative;
    margin-bottom: 18px;
}
.team-social-icon ul li a {
    width: 33px;
    height: 33px;
    color: var(--white-color);
    background: var(--primary--color);
    border-radius: 50%;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.team-social-icon ul li a:hover {
    transform: translateY(-8px);
}
.team-social-icon ul {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    margin-top: 23px;
}
.team-social-icon ul li:last-child {
    margin-bottom: 0;
}
.team-social-icon::after {
    content: "";
    width: 88px;
    height: 230px;
    top: 0;
    right: 0;
    position: absolute;
    background: url(../images/border--shape-img.png) no-repeat center;
}
.team-social-icon ul li:first-child {
    left: -13px;
}
.team-social-icon ul li:nth-child(2) {
    left: 11px;
}
.team-social-icon ul li:nth-child(3) {
    left: 9px;
}
.team-social-icon ul li:last-child {
    left: -18px;
}
/***** TEAM SECTION ****/
/*****PROJECT SECTION******/
.project-con {
    padding: 125px 0 177px;
}
.project-title h2 {
    margin-bottom: 30px;
}
.project-box {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
}
.blog-item figure {
    margin-bottom: 0;
}
.project-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(47 95 173 / 80%);
    width: 100%;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 35px;
    opacity: 0;
    transition: 0.2s ease-in-out;
}
.project-box {
    margin-bottom: 10px;
}
.project-item-content h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.location-tag {
    background: rgb(16 190 199 / 80%);
    padding: 9px 20px 9px 41px;
    line-height: 18px;
    border-radius: 18px;
    width: 73%;
    margin-bottom: 12px;
}
.location-tag img {
    left: 19px;
    position: absolute;
}

.project-item-content p {
    line-height: 25px;
}
.project-item:hover .project-item-content {
    opacity: 1;
    height: 100%;
}
/*****PROJECT SECTION******/
/******* FORM SECTION *********/
.contact-con {
    background: url(../images/contact-bg-img.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: -68px;
}
.contact-inner-con {
    padding-top: 100px;
    padding-bottom: 150px;
}
.form-con ul {
    display: grid;
    grid-template-columns: 50% 50%;
}
.form-con ul {
    display: grid;
    gap: 35px 37px;
    grid-template-columns: 44.4% 44.4%;
    margin-bottom: 32px;
}
.form-con ul li input,
.form-con ul li textarea {
    width: 100%;
    color: var(--white-color);
    font-size: 14px;
    background: transparent;
    border: 1px solid var(--white-color);
    padding: 11px 20px;
    font-family: "Poppins", sans-serif;
}

.form-con ul li select {
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    color: var(--white-color);
    background: transparent;
    border: 1px solid var(--white-color);
    padding: 11px 20px;
    font-family: "Poppins", sans-serif;
    height: 100%;
}

.form-con ul li select > option {
    color: var(--text-color);
    background: var(--white-color);
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.form-con ul li input::placeholder,
.form-con ul li textarea::placeholder {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}
.contact-title h2 {
    margin-bottom: 30px;
}
.form-con ul li input:focus,
.form-con ul li textarea:focus,
.blog-form form ul li input:focus,
.blog-form form ul li textarea:focus,
.search-input input:focus,
.news-letter-input input:focus,
.form-con ul li select:focus {
    outline: none;
    border-color: var(--primary--color);
}
.form-con ul li:nth-child(5) {
    grid-column: 1/-1;
}
.form-con ul li textarea {
    resize: none;
    height: 192px;
}
.submit-btn {
    border: none;
    color: var(--white-color);
    font-size: 16px;
    cursor: pointer;
    line-height: 16px;
    padding: 25px 59px 23px 54px;
    text-transform: uppercase;
    border-radius: 8px;
    background: var(--accent);
    font-family: "Poppins", sans-serif;
    transition: all 0.5s ease-in-out;
}
.plan-btn a:hover {
    background: var(--white-color);
}
/******* FORM SECTION *********/
/**** BLOG SECTION ****/
.blog-con {
    padding-top: 135px;
    padding-bottom: 140px;
}
.blog-title h2 {
    margin-bottom: 53px;
}
.blog-item-content {
    background: var(--white-color);
    border: 1px solid #eeeeee;
    padding: 36px 15px 28px 26px;
    margin-top: -104px;
    position: relative;
    z-index: 1;
    width: 89.4%;
    margin-left: auto;
}
.blog-item-content:hover a h4 {
    color: var(--primary--color);
}
.blog-item-content:hover {
    box-shadow: 6px 6px 18px rgb(1 208 204 / 21%);
}
.blog-item-content a {
    text-decoration: none;
}
.blog-item-content a h4 {
    font-size: 18px;
    color: var(--secondary--color);
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
}
.blog-item-content p {
    line-height: 21px;
    color: rgb(0 0 0 / 40%);
    margin-bottom: 32px;
}
.blog-item-content ul,
.admin-con {
    gap: 32px;
    display: flex;
}
.blog-item-content ul li,
.admin-con li {
    color: #2d2d2d;
}
.blog-item-content ul li i,
.admin-con li i {
    color: var(--primary--color);
    padding-right: 2px;
}
.blog-item-content ul:before {
    content: "";
    height: 1px;
    width: 21.7%;
    position: absolute;
    top: -13px;
    left: 0;
    background: #b2b2b2;
}
.blog-title::after {
    content: "";
    width: 59px;
    height: 40px;
    background: url(../images/blog-leaf.png) no-repeat center;
    top: 20px;
    left: 215px;
    position: absolute;
}
/**** BLOG SECTION ****/
/**** FOOTER SECTION****/
.footer-con {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #011d41;
    position: relative;
    /*margin-top: -66px;*/
}
.footer-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 20.8% 17.8% 30.5% 20%;
    min-height: 14.3rem;
}
.site-map h3 {
    color: var(--white-color);
    font-size: 22px;
    line-height: 22px;
    position: relative;
    margin-bottom: 35px;
    padding-left: 14px;
    font-family: "Poppins", sans-serif;
}
.site-map h3:before {
    content: "";
    height: 27px;
    /*border-left: 3px solid var(--simple-green-new);*/
    width: 3px;
    background: var(--green-color);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.site-map p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.site-map > p {
    line-height: 22px;
    padding-right: 51px;
    color: rgb(255 255 255 / 70%);
    font-weight: 300;
}
.site-map ul li a,
.site-map ul li p {
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: rgb(255 255 255 / 70%);
    font-weight: 300;
    width: fit-content;
}
.site-map ul li {
    margin-bottom: 2px;
}
.schedule li:last-child {
    padding-right: 15px;
}
.site-map ul li:last-child {
    margin-bottom: 0;
}
.site-map .schedule:last-child li:last-child {
    color: rgb(0, 123, 255);
}
.footer-phone a {
    font-size: 30px;
    line-height: 30px;
    color: var(--primary--color);
    display: inline-block;
    text-decoration: none;
    margin-bottom: 13px;
    font-family: "Poppins", sans-serif;
}
.site-map span {
    line-height: 22px;
    padding-right: 74px;
    margin-bottom: 32px;
    color: rgb(255 255 255 / 60%);
}

.learn-more {
    color: #eaeaea;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-weight: 600;

    transition: all 0.2s ease-in-out;
}

.icon-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.icon-text i {
    margin-right: 5px;
    font-size: 18px;
}

.icon-text:last-child:hover {
    color: #ffc107;
}

.learn-more:hover,
.icon-text:hover {
    text-decoration: none;
    color: #007bff;
}

.online-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    gap: 5px;
    font-size: 17px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: 16px;
    text-decoration: none;
    background-color: var(--simple-green);
    color: #fff;
    padding: 15px 20px 15px 21px;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.online-btn div {
    cursor: pointer;
}

.online-btn:hover {
    text-decoration: none;
    color: #fff;
    background: var(--simple-green-new);
}
.schedule {
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
}
.schedule li {
    color: rgb(255 255 255 / 60%);
}
.newsletter-box {
    background: var(--white-color);
    border-radius: 15px;
    box-shadow: 3px 3px 46px rgb(93 93 93 / 10%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 44px 32px 44px;
    position: relative;
    z-index: 1;
}

.newsletter-content figure {
    position: absolute;
    left: 0;
}
.newsletter-text {
    padding-left: 85px;
}
.newsletter-text h3 {
    margin-bottom: 9px;
}
.newsletter-text span {
    line-height: 19px;
    color: rgb(0 0 0 / 40%);
}
.news-letter-input input {
    border: none;
    font-size: 14px;
    background: #eeeeee;
    color: rgb(51 51 51 / 40%);
}
.news-letter-input input::placeholder {
    font-size: 14px;
    color: rgb(51 51 51 / 40%);
}
.news-letter-input input {
    font-size: 14px;
    background: #eeeeee;
    color: rgb(51 51 51 / 40%);
    padding: 10px 144px 10px 30px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 24px;
}
.news-letter-input {
    width: 49%;
    position: relative;
}
.news-letter-input input:focus {
    outline: none;
}
.news-letter-input button {
    border: none;
    cursor: pointer;
    background: var(--accent);
    color: var(--white-color);
    font-size: 16px;
    line-height: 16px;
    padding: 16px 33px 16px 34px;
    border-radius: 24px;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
    top: 1px;
}
.copyright-con {
    padding: 18px 0;
    background: #00142b;
}
.footer-social ul li a i {
    width: 36px;
    height: 36px;
    color: var(--white-color);
    font-size: 14px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    transition: all 0.5s ease-in-out;
}
.footer-social ul {
    gap: 10px;
}
.copyright-txt span {
    color: rgb(249 249 249 / 60%);
    font-weight: 300;
}
.footer-con:after {
    content: "";
    top: -55px;
    right: 0;
    width: 189px;
    height: 218px;
    position: absolute;
    background: url(../images/footer-right-bubble.png) no-repeat center;
    animation: mover 1s infinite alternate;
}
.footer-con:before {
    content: "";
    top: 204px;
    left: -90px;
    width: 210px;
    height: 199px;
    position: absolute;
    background: url(../images/footer-left-bubble.png) no-repeat center;
    animation: mover 1s infinite alternate;
}
.black-btn {
    position: absolute;
    width: 98px;
    height: 72px;
    background: var(--primary--color);
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.plan-con {
    margin-bottom: 170px;
}
.client-title h2 {
    margin-bottom: 50px;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
}
.client-review-content {
    background: var(--white-color);
    line-height: 25px;
    margin-bottom: 16px;
    padding: 58px 40px 51px;
    box-shadow: -2px 0px 20px rgb(166 184 213 / 17%);
}
.client-review-content p {
    margin-bottom: 32px;
    color: rgb(0 0 0 / 60%);
}
.client-review-content:after {
    content: "";
    bottom: 17px;
    right: 45px;
    position: absolute;
    background: url(../images/comma-icon.png) no-repeat;
    width: 60px;
    height: 60px;
    opacity: 30%;
}
.client-info {
    display: flex;
    align-items: center;
}
.client-name h4 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 2px;
    color: var(--primary--color);
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.client-name span {
    color: rgb(0 0 0 / 60%);
}
.client-name {
    padding-left: 18px;
}
.client-info figure {
    width: 82px;
    height: 82px;
    background: var(--white-color);
    display: flex;
    border-radius: 50%;
    border: 1px solid rgb(137 137 137 / 45%);
    align-items: center;
    justify-content: center;
}
.client-review-content:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 0;
    width: 29px;
    height: 28px;
    background: var(--white-color);
    clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
}
.owl-carousel .owl-nav button {
    top: 43%;
    width: 55px;
    height: 55px;
    display: flex;
    cursor: pointer;
    position: absolute;
    border-radius: 15% !important;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    background: var(--white-color) !important;
    box-shadow: 13px 13px 18px 8px rgb(166 184 213 / 28%);

    transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-nav button:hover {
    background: var(--blue-hover) !important;
}
.owl-carousel .owl-nav button:hover img {
    filter: brightness(0) invert(1);
}
.owl-carousel .owl-nav button:focus {
    outline: none;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -106px;
}
.owl-carousel .owl-nav button.owl-next {
    right: -106px;
}
.client-title:after {
    top: 0;
    content: "";
    width: 59px;
    height: 40px;
    right: 160px;
    position: absolute;
    background: url(../images/client-leaf.png) no-repeat center;
}
.user-con {
    padding-top: 30px;
    padding-bottom: 80px;
    overflow: hidden;
}
.user-con:after {
    top: 50%;
    right: 0;
    content: "";
    width: 312px;
    opacity: 20%;
    height: 312px;
    position: absolute;
    transform: translateY(65%);
    background: url(../images/user-buble-img.webp) no-repeat center;
    animation: mover 1s infinite alternate;
}
.sub-banner {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
}
.gallery-banner {
    background-image: url(../images/generic-banner.jpg);
    background-size: cover;
}
.sub-banner .banner-img {
    left: 0;
    bottom: -191px;
    position: absolute;
}
.gallery-project {
    padding: 137px 0 130px;
}
.about-client-con {
    background: var(--white-color);
    padding-bottom: 122px;
}
.user-con.about-client-con:after {
    top: 70px;
    transform: none;
}
.goals-con {
    padding-bottom: 165px;
}
.goals-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 48.7% 48.7%;
    overflow: hidden;
}
.goals-box-item {
    background: var(--white-color);
    padding: 64px 70px;
    border: 1px solid var(--primary--color);
    box-shadow: 13px 13px 18px rgb(166 184 213 / 17%);
}
.goals-box-item figure {
    width: 158px;
    height: 158px;
    border-radius: 50%;
    margin-bottom: 40px;
    background: var(--blue-color);
}
.goals-box-item h2 {
    color: var(--blue-color);
    margin-bottom: 19px;
}
.goals-box-item p {
    font-weight: 500;
    line-height: 24px;
    color: rgb(25 25 25 / 95%);
}
.service-user-con:after {
    display: none;
}
.service-box .generic-box-content::after,
.service-box2 .generic-box-content::after {
    top: 200px;
    content: "";
    width: 50px;
    height: 34px;
    right: -110px;
    position: absolute;
    background: url(../images/service-left.png) no-repeat center;
}
.service-box2 .generic-box-content::after {
    top: 40px;
    right: auto;
    width: 54px;
    height: 37px;
    left: -134px;
    background: url(../images/service-right-leaf.png) no-repeat center;
}
.job-title {
    display: block;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary--color);
    font-family: "Poppins", sans-serif;
}
.service-box .generic-box-content p,
.service-box2 .generic-box-content p {
    margin-bottom: 27px;
}
.generic-list2 ul li {
    margin-bottom: 17px;
    padding-bottom: 17px;
    color: rgb(51 51 51 / 60%);
    border-bottom: 1px solid #e7e7e7;
    background: url(../images/plan-check.png) no-repeat;
}
.generic-list2 ul li {
    padding-left: 35px;
    margin-bottom: 12px;
    padding-bottom: 14px;
    color: rgb(51 51 51 / 60%);
    border-bottom: 1px solid #e7e7e7;
    background: url(../images/plan-check.png) no-repeat 0% 6px;
}
.generic-list2 ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.generic-list2 {
    width: 33.5%;
}
.service-box:after,
.service-box2:after {
    top: 44px;
    content: "";
    width: 430px;
    left: -191px;
    opacity: 20%;
    height: 375px;
    position: absolute;
    background: url(../images/service-bubble-img.png) no-repeat;
    animation: mover 1s infinite alternate;
}
.service-box2:after {
    top: 39px;
    left: auto;
    right: -31px;
    background: url(../images/service-bubble-img2.png) no-repeat;
}
.generic-box-img figure img {
    z-index: 1;
    position: relative;
    border-radius: 50%;
}
.service-dots:after {
    top: 0;
    right: 0;
    content: "";
    width: 223px;
    height: 255px;
    position: absolute;
    background: url(../images/service-left-dots-img.png) no-repeat;
}
.service-dots:before {
    left: 0;
    bottom: 0;
    content: "";
    width: 239px;
    height: 229px;
    position: absolute;
    background: url(../images/service-rigth-dots-img.png) no-repeat;
}
.service-user-con {
    padding-bottom: 125px;
}
.blog-con .row {
    gap: 40px 0;
}
#pagination-demo {
    margin-top: 66px;
}
#pagination-demo .pagination {
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}
#pagination-demo li.page-item.first,
li.page-item.last {
    display: none;
}
#pagination-demo .page-item .page-link {
    z-index: 1;
    padding: 0;
    font-size: 18px;
    color: #7f7f7f;
    border-color: transparent;
    background-color: transparent;
}
#pagination-demo .page-item.active .page-link {
    color: var(--primary--color);
    border-color: transparent;
    background-color: transparent;
}
#pagination-demo .pagination .page-item {
    margin: 0 18px;
}
#pagination-demo .page-item.prev a,
#pagination-demo .page-item.next a {
    width: 55px;
    height: 55px;
    border: none;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--white-color) !important;
    background-color: var(--white-color) !important;
    box-shadow: 13px 13px 18px rgb(166 184 213 / 28%);
}
#pagination-demo .page-item.prev a:after,
#pagination-demo .page-item.next a:after {
    content: "";
    width: 22px;
    height: 18px;
    position: absolute;
    background: url(../images/pagination-left-arrow.png) no-repeat;
}
#pagination-demo .page-item.next a:after {
    transform: rotate(180deg);
}
#pagination-demo .page-item.prev a:hover,
#pagination-demo .page-item.next a:hover {
    color: var(--accent) !important;
    background-color: var(--accent) !important;
}
#pagination-demo .page-item.next a:hover:after,
#pagination-demo .page-item.prev a:hover:after {
    filter: brightness(0) invert(1);
}
.blog-inner-con:after {
    content: "";
    width: 59px;
    height: 40px;
    bottom: 40px;
    right: -203px;
    position: absolute;
    background: url(../images/blog-right-leaf.png) no-repeat center;
}
.gellery-page-project .project-box1:before {
    display: none;
}
.gellery-page-project:after,
.gellery-page-project:before {
    content: "";
    width: 51px;
    height: 35px;
    bottom: -26px;
    right: -183px;
    position: absolute;
    background: url(../images/gallery-rt-leaf.png) no-repeat center;
}
.gellery-page-project:before {
    top: 30.5%;
    right: auto;
    bottom: auto;
    left: -175px;
    background: url(../images/gallery-lf-leaf.png) no-repeat center;
}
.contact-form-con {
    padding: 122px 0 130px;
}
.contact-box2 {
    gap: 48px;
    display: grid;
    margin-bottom: 48px;
    grid-template-columns: 64.8% 31%;
}
.contact-form h2,
.contact-info h2 {
    margin-bottom: 51px;
    text-transform: uppercase;
}
.contact-form form ul {
    display: grid;
    gap: 20px 31px;
    margin-bottom: 24px;
    grid-template-columns: 47.8% 47.8%;
}
.contact-form form ul li .input-field {
    height: 56px;
    width: 100%;
    padding: 3px 0;
    border: 1px solid #d7d7d7;
}
.contact-form form ul li .input-field input,
.contact-form form ul li .input-field textarea {
    width: 82%;
    border: none;
    font-size: 14px;
    color: #909091;
    padding: 6px 10px;
    line-height: 39px;
}
.contact-form form ul li .input-field input::placeholder {
    font-size: 14px;
    color: #909091;
}
.contact-form form ul li .input-field textarea {
    resize: none;
}
.contact-form form ul li .input-field input:focus,
.contact-form form ul li .input-field textarea:focus,
.news-letter-input button:focus {
    outline: none;
}
.input-field-icon {
    width: 55px;
    padding: 10px 10px 10px 16px;
}
.input-field-icon:after {
    content: "";
    top: -2px;
    right: 0;
    width: 8px;
    height: 47px;
    position: absolute;
    background: url(../images/border-shape-img2.png) no-repeat;
}
.contact-form form ul li:nth-child(3),
.contact-form form ul li:last-child {
    grid-column: 1/-1;
}
.contact-form form ul li:nth-child(3) input,
.contact-form form ul li:last-child textarea {
    width: 92%;
}
.contact-form form ul li:last-child .input-field {
    height: 177px;
    display: flex;
}
.contact-submit-btn,
.post-btn {
    border: none;
    color: var(--white-color);
    font-size: 16px;
    cursor: pointer;
    line-height: 16px;
    border-radius: 8px;
    background: var(--primary--color);
    text-transform: uppercase;
    padding: 21px 71px 20px 70px;
    font-family: "Poppins", sans-serif;
    transition: all 0.5s ease-in-out;
}
.contact-info ul li {
    border: 1px solid #eaeaea;
}
.contact-info ul li .contact-info-item figure {
    transition: all 0.5s ease-in-out;
}
.contact-info ul li:hover .contact-info-item figure {
    transform: translateY(-8px);
}

.contact-info-item {
    position: relative;
}
.contact-info-item figure {
    left: 0;
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary--color);
}
.contact-info-content {
    padding-left: 84px;
}
.contact-info ul li {
    height: 130px;
    margin-bottom: 18px;
    padding: 35px 30px 15px 28px;
    border: 1px solid #eaeaea;
}
.contact-info ul li:last-child {
    margin-bottom: 0;
}
.contact-info-content h5 {
    color: var(--secondary--color);
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 9px;
    font-family: "Poppins", sans-serif;
}
.contact-info-content span {
    font-size: 16px;
    line-height: 22px;
    color: #8b8b8b;
    display: block;
}
.contact-info-content a {
    font-size: 16px;
    color: #8b8b8b;
}
/* .map-con2{
    background: url(../images/map-bg-img2.jpg) no-repeat;
} */
.single-blog-con {
    padding: 175px 0 140px;
}
.single-blog-details > figure {
    margin-bottom: 38px;
}
.single-blog-details h2 {
    color: var(--secondary--color);
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 26px;
    font-family: "Poppins", sans-serif;
}
.admin-con {
    margin-bottom: 20px;
}
.single-blog-details p {
    margin-bottom: 30px;
    color: rgb(0 0 0 / 60%);
}
.blog-note {
    margin-bottom: 33px;
    padding: 40px 58px 45px 38px;
    background: rgb(1 208 204 / 20%);
    border-left: 4px solid var(--blue-color);
}
.blog-note figure {
    margin-bottom: 25px;
}
.blog-note p {
    font-size: 18px;
    line-height: 32px;
    color: var(--secondary--color);
}
.specia-text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--primary--color);
    font-family: "Poppins", sans-serif;
}
.single-blog-details p:last-child {
    margin-bottom: 50px;
}
.blog-form h2 {
    margin-bottom: 20px;
}
.blog-form form ul li input,
.blog-form form ul li textarea {
    width: 100%;
    font-size: 16px;
    padding: 8px 19px;
    color: rgb(0 0 0 / 60%);
    border: 1px solid #e3e3e3;
}
.blog-form form ul li input::placeholder,
.blog-form form ul li textarea::placeholder,
.search-input input::placeholder {
    font-size: 16px;
    color: rgb(0 0 0 / 60%);
}
.blog-form form ul li {
    margin-bottom: 28px;
}
.blog-form form ul {
    margin-bottom: 13px;
}
.blog-form form ul li textarea {
    resize: none;
    height: 205px;
}
.post-btn {
    padding: 21px 32px 20px;
}
.single-generic-box {
    background: var(--white-color);
    padding: 39px 30px;
    margin-bottom: 40px;
    box-shadow: 4px 4px 18px 8px rgb(166 184 213 / 21%);
}
.single-generic-box h3 {
    margin-bottom: 27px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}
.search-input input {
    width: 100%;
    font-size: 16px;
    color: rgb(0 0 0 / 60%);
    padding: 14px 17px 13px;
    border: 1px solid #e3e3e3;
    background: url(../images/search-icon.png) no-repeat 92%;
}
.input-radio li label {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 16px;
    padding-left: 13px;
    color: rgb(0 0 0 / 60%);
}
/* .input-radio input{
    accent-color: var(--primary--color);
} */
.single-blog-details ul {
    margin-bottom: 10px;
}
.input-radio input:focus {
    outline: none;
}
.input-radio li {
    margin-bottom: 28px;
}
.input-radio ul li:last-child {
    margin-bottom: 0;
}
.tag-link ul li a {
    color: var(--white-color);
    font-weight: 500;
    text-decoration: none;
    background: var(--primary--color);
    display: inline-block;
    padding: 13px 29px 14px;
}
.tag-link ul {
    gap: 7px;
    display: flex;
    flex-wrap: wrap;
}
.recant-post-box {
    display: flex;
    align-items: center;
}
.recant-post-content a {
    text-decoration: none;
}
.recant-post-content a h4 {
    color: var(--secondary--color);
    font-size: 16px;
    font-weight: 500;
}
.recant-post-content {
    padding-left: 18px;
}
.recant-post-content i {
    color: var(--primary--color);
    padding-right: 10px;
}
.recant-calander {
    color: rgb(45 45 45 / 60%);
}
.recant-post ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.recant-post li {
    margin-bottom: 29px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.single-blog-con:after {
    content: "";
    top: 14%;
    right: 8%;
    width: 60px;
    height: 61px;
    position: absolute;
    background: url(../images/single-blog-lft-leaf.png) no-repeat;
}
.single-blog-con:before {
    content: "";
    bottom: 30.5%;
    left: 8%;
    width: 60px;
    height: 61px;
    position: absolute;
    background: url(../images/single-blog-rt-leaf.png) no-repeat;
}
.service-con .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 38px;
}
.user-con .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 7px;
}
.service-item figure img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-top: 20px;
}
.generic-box-img1 img {
    top: 31px;
    left: 13px;
    width: 510px;
    height: 510px;
    object-fit: cover;
}
.team-box-item figure img {
    width: 217px;
    height: 217px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.generic-box-img1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary--color);
    width: 538px;
    height: 538px;
    border-radius: 50%;
}
.generic-box-img1:before {
    content: "";
    position: absolute;
    top: -28px;
    left: -47px;
    width: 218px;
    height: 218px;
    background: var(--white-color);
    border: 38px solid var(--blue-color);
    border-radius: 50%;
}
.circle-box:after {
    content: "";
    position: absolute;
    bottom: 19px;
    right: 57px;
    width: 147px;
    height: 147px;
    background: rgb(1 208 204 / 30%);
    border-radius: 50%;
    animation: mover 1s infinite alternate;
}
.generic-box-img2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 218px;
    height: 218px;
    background: var(--blue-color);
    border-radius: 50%;
}
.generic-box-img2 {
    position: absolute !important;
    bottom: -15px;
    z-index: 2;
    left: -52px;
}
.generic-box-img2 img {
    top: 12px;
    left: 5px;
    width: 207px;
    height: 207px;
    object-fit: cover;
}
.team-box-item figure {
    position: relative;
}
.team-box-item figure:after {
    content: "";
    position: absolute;
    top: 0px;
    left: -4px;
    width: 216px;
    height: 216px;
    background: var(--primary--color);
    border-radius: 50%;
}
.owl-carousel .owl-item .client-info img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    object-fit: cover;
}
.service-box2 .generic-box-img .generic-box-img1:before {
    left: auto;
    right: 47px;
}
.service-box:after {
    z-index: -1;
}
.recant-post-box img {
    width: 108px;
    height: 93px;
    object-fit: cover;
}
.site-map ul li a::after,
.site-map ul li p::after {
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    content: "";
    position: absolute;
    background: var(--green-color);
    transition: ease-in-out 0.3s;
}
.site-map ul li a:hover::after,
.site-map ul li p:hover::after {
    width: 100%;
}
.newsletter-con {
    z-index: 2;
    position: relative;
}
.footer-phone a:hover {
    color: var(--white-color);
}
.socisl-con ul li a,
.footer-social ul li a {
    text-decoration: none;
}
.socisl-con ul li a i:hover,
.footer-social ul li a i:hover {
    background: var(--blue-color);
    border-color: var(--blue-color);
}
/**** FOOTER SECTION****/
/****** 404 PAGE CSS****/
.not-found-page {
    padding-top: 100px;
    padding-bottom: 100px;
}
.not-found-title h2 {
    font-size: 200px;
    line-height: 200px;
    margin-bottom: 20px;
}
.not-found-title span {
    font-size: 30px;
    margin-bottom: 25px;
    letter-spacing: 10px;
}
.not-found-title p {
    font-size: 18px;
    margin-bottom: 40px;
}
/****** 404 PAGE CSS****/
/********* FAQ SECTION ****/
.faq-box {
    padding: 100px 0;
}
.faq-title h2 {
    margin-bottom: 50px;
}
#accordion .card-header button {
    padding: 0;
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: var(--text-color);
    position: relative;
}
#accordion .card-header button:hover,
#accordion .card-header button:focus {
    text-decoration: none;
}
#accordion .card {
    border: none;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 3px 3px 46px rgb(93 93 93 / 10%);
}
#accordion .btn.btn-link:after {
    top: 0;
    right: 0;
    content: "\f068";
    position: absolute;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: var(--primary--color);
}
#accordion .btn.btn-link.collapsed:after {
    content: "\f067";
}
#accordion .card-header {
    background: transparent;
    border: none;
    padding: 18px 30px;
}
#accordion .card-body {
    padding: 0 100px 30px 30px;
    font-size: 16px;
}
#accordion .card-header .btn.btn-link:not(.collapsed) {
    color: var(--primary--color);
}

.ttt {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.head-group {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 999; /* asigură că navbar-ul este întotdeauna deasupra altor elemente */
}

.back-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 50px;
    height: 50px;
    background: var(--blue-color);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: var(--white-color);
    font-size: 20px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.back-top img {
    width: 20px;
    object-fit: cover;
}

.back-top:hover {
    background: var(--blue-hover);
}

.jsx-877736603 {
    display: none;
}

.price-title {
    margin-bottom: 2.5rem;
}

/*.about-us-h2::after {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.about-us-h2::after {
    display: block;
    content: "";
    background-image: linear-gradient(to right, var(--green-color), var(--blue-color));
    border-radius: 100px;
    width: 110px;
    height: 5px;
    margin: 15px 0 30px 0;
}*/

.our-services-h2 {
    max-width: fit-content;
}

.our-services-h2 span,
.our-services-h1 {
    font-weight: 800;
    font-size: 59px;
    font-family: "Poppins";
    color: var(--blue-new);
    line-height: 1.3;
}

/*.our-services-details {
    align-items: center;
    text-align: center;
    color: var(--blue-new);
    font-family: 'Gilroy', sans-serif;  
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .5px;
}*/

/*.gradient-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gradient-line::after {
    display: block;
    content: "";
    background-image: linear-gradient(to right, var(--green-color), var(--blue-color));
    border-radius: 100px;
    width: 110px;
    height: 5px;
    margin: 10px 0 33px 0;
}*/

.video-container {
    position: relative;
    width: 100%;
    height: 87.5vh;
}

.video-container video,
.video-container img {
    object-fit: cover;
    width: 100%;
    filter: brightness(0.45);
    height: 100%;
}

/*.video-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/after-main.svg) no-repeat center;
}*/

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.elementor-shape-top {
    top: -1px;
}

.elementor-shape-top:not([data-negative="false"]) svg {
    z-index: -1;
}

.elementor-shape-bottom {
    bottom: -20px;
}

.elementor-shape-bottom:not([data-negative="true"]) svg {
    z-index: -1;
}

.elementor-shape[data-negative="false"].elementor-shape-bottom,
.elementor-shape[data-negative="true"].elementor-shape-top {
    transform: rotate(180deg);
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0);
}

.video-container .content {
    align-items: center;
    position: absolute;
    top: 47%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

.welcome-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.asidh {
    text-shadow: 2px 2px 1px #ffffff38;
}

.welcome-text {
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #fff;
    text-shadow: 2px 2px 2px #00000031 !important;
    text-transform: uppercase !important;
    margin-top: 50px !important;
    margin-bottom: 40px !important;
    line-height: 1.5 !important;
}

.welcome-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 100px;
}

.welcome-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
    border-radius: 10px;
}

.welcome-box-column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    min-width: 55px;
    height: 100%;
}

.welcome-box-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.welcome-box-text p {
    font-family: "Poppins", sans-serif;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
    font-size: 15px;
    /*color: #000 !important;*/
}

.service-title {
    gap: 15px;
    margin-bottom: 27px;
}

/*** PRICES SECTION ***/
.prices-cnt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
    font-family: "Poppins", sans-serif;
}

.price-row {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
}

.packages {
    width: 817px;
}

.price-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #dad9d9;
    padding-top: 1.5rem;
}

.price-box {
    justify-content: unset !important;
    align-items: normal !important;
    border: none !important;
    padding-top: 0 !important;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    max-width: 700px;
    width: fit-content;
}

.price-col p,
.price-col h3 {
    padding: 0;
    margin: 0;
}

.price-col h3 {
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0.6rem;
    font-size: 34px;
    padding: 0 40px 0 40px;
    line-height: 35px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--blue-new);
    text-shadow: 2px 2px 6px #0000001c;
}

.plan-box::after {
    content: "";
    width: 100%;
    height: 653px;
    background: url(../images/design-img.webp) no-repeat center;
    top: 90px;
    left: 0;
    position: absolute;
    z-index: -1;
}

.plan-info-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0 20px 0;
    width: 385px;
    background-color: #fff;
}

.plan-info-box .detail .price-span {
    padding-top: 0.3rem;
}

.plan-info-box .detail {
    font-family: "Gilroy", sans-serif;
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 19px;
    text-align: center;
}

.plan-info-box .detail span {
    text-transform: initial;
}

.price-span,
.simple-price-span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    font-weight: 300;
    gap: 5px;
}

.plan-info-box .detail i,
.plan-info-box .detail span {
    color: var(--blue-color);
}

.detail-simple-price-col {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.simple-price-span {
    font-family: "Gilroy", sans-serif;
    display: flex;
    flex-direction: row;
    font-size: 33px;
    padding-top: 2rem !important;
    color: var(--simple-green-new);
    gap: 10px;
}

.simple-price-span i {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    font-size: 23px;
    padding-right: 3px;
}

.extra-detail {
    opacity: 0.75;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    background-color: #e0ebfb !important;
    padding: 0.7rem 1.2rem;
    border-radius: 10px;
    text-align: center;
}

.more-details-price-col {
    padding: 0.5em 0.5em;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    color: var(--blue-color);
    background-color: #fff;
    transition: all 500ms;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    border: 2px solid var(--blue-color);
    margin-top: 2rem;
    font-family: "Poppins", sans-serif;
}

.more-details-price-col:hover {
    color: #ffffff;
    background-color: var(--blue-color);
    transform: scale(1.1);
    border: 2px solid var(--blue-hover);
    box-shadow: 4px 5px 17px -4px var(--blue-color);
    text-decoration: none !important;
}

.more-details-price-col:active {
    transform: scale(1);
    box-shadow: 4px 5px 17px -4px var(--blue-color);
    transition: all 200ms;
}

.more-details-price-col::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--blue-hover);
    transform: skewX(45deg);
    z-index: -1;
    transition: width 500ms;
}

.more-details-price-col:hover::before {
    width: 250%;
}

.info-header-bar {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;

    padding: 7px 0 7px 0;

    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;

    text-align: center;
    background-color: var(--blue-color);
    color: var(--white-color);
}

.info-footer-bar {
    cursor: default;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;

    padding: 7px 0 7px 0;

    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;

    text-align: center;
    background-color: var(--blue-color);
    color: var(--white-color);

    transition: all 0.3s ease;
}

/*.clean-con::after {
    z-index: -1;
    top: 95%;
    right: 0;
    content: "";
    width: 230px;
    height: 500px;
    opacity: 85%;

    position: absolute;
    background: url(../images/right-top-dots-img.png) no-repeat;
}*/

.extra-services-container {
    flex-direction: column;
    /*background: rgb(245, 245, 245);
    padding: 28px 30px 28px 30px;*/
    padding: 28px 0 28px 0;
    overflow: hidden;
}

.extra-service-inner {
    padding-bottom: 2px;
    border-bottom: 1px solid #e0dfdf;
    padding-top: 2px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.extra-service-inner .service-name {
    color: #000;
    font-weight: 500;
}

.extra-service-inner .service-price {
    color: var(--simple-green-new);
    font-weight: 600;
}

.contact-section,
.form-response-section {
    display: none;
    position: fixed;
    opacity: 0;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
    overflow: hidden;

    transition: opacity 0.3s ease;
}

.contact-section .wrapper .close-btn {
    color: #fff;
    text-align: right;
}

.contact-section .wrapper .close-btn i {
    font-size: 20px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.contact-section .wrapper .close-btn i:hover {
    transform: rotate(90deg) scale(1.1);
    object-fit: cover;
}

.form-container-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 40px;

    animation: rotateCube 0.3s ease-in-out;
}

@keyframes rotateCube {
    0% {
        transform: rotateX(20deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}

.form-container-contact .body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-container-contact .body form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.form-container-contact .body .form-name {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
    color: var(--blue-new);
    text-align: center;
    margin-bottom: 20px;
}

.form-container-contact .body form .input-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-container-contact .body form .input-group label {
    font-family: "Poppins", sans-serif;
    color: #666666;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.form-container-contact .body form .input-group input {
    border: 1px solid #d7d7d7;
    height: 45px;
    width: 350px;
    padding: 12px 15px;
    outline: none;
}

.form-container-contact .body form button {
    width: 100%;
    font-size: 13px;
    padding: 15px;
    border-radius: 5px;
    margin-top: 5px;
    background-color: var(--blue-color);
}

.form-container-contact .body form button:hover {
    transform: translateY(-3px);
    color: #fff !important;
    background-color: var(--blue-hover);
}

.other-methods {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.other-methods::before {
    margin-right: 20px;
    content: "";
    height: 1px;
    flex: 1;
    background: #e1e1e1;
}

.other-methods::after {
    margin-left: 20px;
    content: "";
    height: 1px;
    flex: 1;
    background: #e1e1e1;
}

.contact-form-tel {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.contact-form-tel a:hover {
    text-decoration: none;
}

.navbar-nav li .megamenu {
    position: absolute;
    top: 0;
    margin: 65px 0 0 0;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -25px, 0);
    background-color: #fff;
}

.navbar-nav li:hover .megamenu {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, -10px, 0);
}

.service-details-con {
    background-color: #eeeeee;
    padding-bottom: 100px;
    padding-top: 100px;
}

.about-us-con {
    font-family: "Poppins", sans-serif;
    padding-top: 100px;
    background-color: #eeeeee;
}

.prod-image {
    width: 100%;
    object-fit: cover;
}

.product-right-side > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-media {
    max-width: 345px; /* sau orice valoare dorești */
    overflow: hidden;
    margin-bottom: 50px;
}

.category-media img {
    height: 345px;
    width: 345px;
    transition: transform 0.5s; /* adăugăm o tranziție pentru efectul de zoom */
}

.category-media:hover img {
    transform: scale(
        1.1
    ); /* se mărește imaginea la 120% când treci peste container */
}

.aside-product {
    width: 100%;
}

.product-container {
    padding: 0;
}

.product-name {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: var(--blue-new);
    line-height: 1.18;
}

.product-description {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #666666;
    line-height: 1.45;
    font-size: 18px;
    margin-bottom: 0;
}

.product-details-header {
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    font-size: 17px !important;
    color: var(--blue-new) !important;
    margin-bottom: 8px;
    margin-top: 10px;
}

.product-card {
    background-color: transparent;
    align-items: start;
}

.card-body {
    font-family: "Poppins", sans-serif;
}

.card-body .row .col-12 p {
    font-size: 14.3px;
    color: rgb(102, 102, 102);
}

.product-card .card-body .row .col-12 ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.product-card .card-body .row .col-12 ul li {
    list-style-type: none;
    color: rgb(102, 102, 102);
    font-size: 14px;
}

.product-card .card-body .row .col-12 ul > span {
    color: #222;
    font-size: 12px;
}

.product-right-side {
    max-width: 398px;
}

.product-right-side div form {
    background: #dfdfdf;
}

.product-right-side div form h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 28px;
    font-size: 20px;
}

.product-right-side div form div div input {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    padding: 8.5px 20px 8.5px 20px;
}

.product-right-side div form button {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.subscription-cnt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin: 10px 0 3px 0;
}

.subscription-cnt img {
    width: 7%;
    object-fit: cover;
}

.subscription-cnt h3 {
    line-height: 1.6rem;
    margin: 0 !important;
    padding: 0 !important;
}

/*** PRICES SECTION ***/
.request-offer-response,
.free-visit-response {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    user-select: none;
}

.request-offer-header,
.request-offer-body,
.request-offer-footer {
    font-family: "Poppins", sans-serif;
    color: #000;
}

.request-offer-header {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    justify-content: center;
    align-items: center;
}

.request-offer-header img {
    width: 170px;
    object-fit: cover;
    background-color: #f3f3f3;
    padding: 15px;
    border-radius: 15px;
}

.request-offer-header h2 {
    text-shadow: 2px 2px 2px #00000031;
}

.request-offer-body {
    margin-top: 30px;
}

.request-offer-body h3 {
    line-height: 1.3;
    font-weight: 400;
}

.request-offer-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 50px;
    background-color: var(--blue-color);
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
}

.request-offer-footer img {
    width: 20px;
    object-fit: cover;
}

.request-offer-footer p {
    cursor: pointer;
    margin-bottom: -1px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.request-offer-footer:hover {
    background-color: var(--simple-green-new);
    transition: all 0.3s ease-in-out;
}

label.error {
    color: red !important;
}

/*** ABOUT US SECTION ***/
.about-us-header h1 {
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    line-height: 1.3;
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(
        to right,
        var(--simple-green-new),
        var(--blue-color)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-us-body {
    padding: 70px 0 0 0;
}

.about-us-text p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #000000e0;
    line-height: 1.6;
    font-size: 15px;
    padding-top: 6px;
}

.bold-text-about-us {
    font-weight: 600;
}

.about-us-goals {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 50px 0 0 0;
    margin-bottom: 50px;
}

/********* FAQ SECTION ****/

/* BLOG SECTION */
.blog-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0 50px 0;
    gap: 1.5rem;
    font-family: "Poppins", sans-serif;
}

.blog-itemNew {
    display: flex;
    flex: 1 0 300px;
    flex-direction: column;
    justify-content: center;

    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    background-color: #f8f8f8;
    border-radius: 10px;

    width: 380px;
}

.blog-item-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-item-title {
    margin-top: 23px;
}

.blog-item-title a {
    color: #222222;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    transition: all 0.3s ease-in-out;
}

.blog-item-title a:hover {
    color: var(--blue-color);
    text-decoration: none !important;
}

.blog-item-description {
    margin-top: 10px;
    color: rgb(102, 102, 102);
    font-weight: 400;
    font-size: 15px;
    line-height: 25.8px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-item-view-more-details {
    margin-top: 10px;
    width: 50%;
}

.blog-item-view-more-details a {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: var(--blue-color);
}

.blog-item-view-more-details a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: var(--blue-color);
    transition: width 0.4s ease, left 0.4s ease;
}

.blog-item-view-more-details a:hover::after {
    width: 50%;
    left: 0;
}

.blog-item-view-more-details a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: var(--blue-color);
    transition: width 0.4s ease, left 0.4s ease;
}

.blog-item-view-more-details a:hover::before {
    width: 50%;
    left: calc(50%);
}

.blog-item-view-more-details a:hover::after,
.blog-item-view-more-details a:hover::before {
    transition: width 0.4s ease, left 0.4s ease;
}

.blog-item-view-more-details a:hover {
    text-decoration: none !important;
    color: var(--blue-color) !important;
}

.sitemap {
    display: flex;
    align-items: center;
    padding-top: 40px;
    gap: 0.4rem;
}

.sitemap > i {
    font-size: 15px;
}

.sitemap > a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #999999;

    transition: all 0.3s ease-in-out;
}

.sitemap a:last-of-type {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #222222;

    transition: all 0.3s ease-in-out;
}

.sitemap > a:hover {
    color: var(--blue-color);
    text-decoration: none !important;
}

/* ARTICLE PAGE */
.article-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 50px 0;
    flex-direction: column;
    gap: 1.5rem;
    font-family: "Poppins", sans-serif;
}

.article-body > div {
    width: 100%;
}

.article-body > div > img {
    width: 100%;
    height: auto;
    max-height: 650px;
    border-radius: 10px;
}

.post-body > h1 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: var(--blue-new);
    line-height: 1.3;
}

.new-h2 {
    font-size: 25px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: var(--blue-new);
    line-height: 1.3;
}

.post-body > h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: var(--blue-new);
    line-height: 1;
}

.post-body > h2:not(.new-h2) {
    font-weight: 400;
    line-height: 27px;
}

.post-body > p,
.post-body > li,
.post-body > h2:not(.new-h2) {
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
}

/*Get the penultimate element of the list*/
.post-body > p:nth-last-child(2) {
    margin-top: 60px;
}

.post-body > ul {
    padding-left: 1.5em;
}

.parallax-container {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.parallax-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background-image: url("https://simpleclean.ro/assets/images/background-main-image.webp");
    background-size: cover;
    background-position: center;
    transform: translateY(-25%);
    filter: brightness(0.5);
    transition: transform 0.1s ease-out;
}

.parallax-content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 3rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.parallax-content p {
    margin-bottom: 0;
}

.parallax-content > div:first-child {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0.7px;
    font-family: "Gilroy", sans-serif;
    line-height: 1.17;
}

.parallax-content > div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.parallax-content > div:last-child > a,
.parallax-content > div:last-child > p {
    padding: 12px 22px;
    border-radius: 5px;
    border: none;
    font-family: "Gilroy", sans-serif;
    font-weight: 700;
    font-size: 17px;
    background-color: var(--blue-color);
    color: white;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.parallax-content > div:last-child > a:hover,
.parallax-content > div:last-child > p:hover {
    background-color: var(--blue-hover);
    text-decoration: none;
}

.parallax-content > div:last-child > a:active,
.parallax-content > div:last-child > p:active {
    filter: brightness(0.9);
}

/* SIMPLE STEPS*/
.simplesteps-con {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 2rem;
}

.simplestep {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 2rem;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}

.simplestep-nr {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blue-color);
    background-color: #f0f5fb;
    font-size: 56px;
    font-family: "Gilroy", sans-serif;
    font-weight: 450;
    min-height: 96px;
    min-width: 96px;
    border-radius: 50%;
}

.simplestep-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: var(--blue-new);
}

.simplesteps-information {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    margin-top: 30px;
    max-width: 740px;
    min-width: 100%;
}

.simplesteps-information h2,
.our-services-details {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    max-width: 740px;
    text-align: center;
    line-height: 22px;
    letter-spacing: 0.48px;
    font-family: "Gilroy", sans-serif;
}

.legalFooter {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 5px;
    padding-top: 35px;
}

.legalFooter div {
    text-align: center;
}

.legalFooter div a {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgb(249 249 249 / 60%);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.legalFooter div a:hover {
    color: #f0f5fb;
    color: var(--green-color);
}

.legalFooter div span {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #6d6d6d;
}

.customBox {
    background-color: #e0ebfb !important;
    padding: 13px !important;
    border-radius: 14px !important;
}

.mobile-text-gap {
    gap: 0.8rem;
}

.service-custom-header {
    color: var(--blue-new) !important;
    text-shadow: none !important;
}

.simplesteps-con.desktop,
.simplesteps-con.mobile {
    flex-direction: column;
    gap: 0;
}

.simplesteps-con.desktop > p,
.simplesteps-con.mobile > p {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: var(--blue-new);
    max-width: 740px;
    line-height: 22px;
    letter-spacing: 0.48px;
    font-family: "Gilroy", sans-serif;
    margin-bottom: 60px;
}

.simplesteps-con.desktop > div,
.simplesteps-con.mobile > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

/*PARTENERS SECTION */
.brands-con {
    padding-top: 0;
    padding-bottom: 30px;
}

.brands-con > .wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.brands-track {
    --total-brands: 11;
    --image-width: 12rem;
    --gap: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,
        rgb(0, 0, 0) 12.5%,
        rgb(0, 0, 0) 87.5%,
        rgba(0, 0, 0, 0) 100%
    );
}

.brands {
    display: flex;
    align-items: center;
    gap: var(--gap);
    backface-visibility: hidden;
    will-change: transform;

    animation: scroll 20s linear infinite;
}

.brands img {
    width: var(--image-width);
    height: auto;
}

@keyframes scroll {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(
            calc(
                0rem - calc(var(--image-width) + var(--gap)) *
                    var(--total-brands)
            ),
            0,
            0
        );
    }
}

/*NEW BLOG */
.new-blog > div > p,
.new-blog > div > h1,
.new-blog > div > h2,
.new-blog > div > h3 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    line-height: normal;
}

.new-blog > div > p {
    font-size: 15px;
    padding-bottom: 5px;
    font-weight: 400;
}

.new-blog > div > h1 {
    color: var(--blue-new);
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: 600;
}

.new-blog > div > h2 {
    color: var(--blue-new);
    font-size: 21px;
    padding: 20px 0;
    font-weight: 600;
}

.new-blog > div > h3 {
    color: var(--blue-new);
    font-size: 17px;
    padding: 20px 0;
    font-weight: 500;
}

/*COOKIES SECTION */
#cookiecontest .modal-title {
    font-size: 20px !important;
    user-select: none;
}

#cookiecontest .modal-title i {
    color: var(--blue-new);
}

#cookiecontest .modal-body p {
    font-size: 15px;
    line-height: 25px;
}

#cookiecontest .modal-body p a {
    font-weight: 500;
    color: var(--blue-color);
    position: relative;
    cursor: pointer;
}

#cookiecontest .modal-body p a:hover {
    text-decoration: none;
}

#cookiecontest .modal-body p a::after {
    content: "";
    position: absolute;
    height: 1.5px;
    left: 1px;
    bottom: 0;
    width: 0;
    background: var(--blue-color);
    transition: width 0.35s;
}

#cookiecontest .modal-body p a:hover::after {
    width: 100%;
}

#cookiecontest .btn {
    font-weight: 300;
    letter-spacing: 0.3px;
    transition: all 0.2s ease-in-out;
}

#cookiecontest .btn-primary {
    background-color: var(--blue-color);
    border-color: var(--blue-color);
}

#cookiecontest .btn-primary:hover {
    background-color: var(--blue-hover);
    border-color: var(--blue-hover);
}

#cookiecontest .btn-secondary {
    background-color: #edf0f4;
    border-color: #f0f5fb;
    color: var(--blue-new);
}

#cookiecontest .btn-secondary:hover {
    background-color: #e0e5eb;
    border-color: #f0f5fb;
    color: var(--blue-new);
}

.map-selector {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.map-selector img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* sau contain */
}

.location-selector-tooltip {
    margin-top: 15px;

    cursor: pointer;
    background: rgba(255, 255, 255, 0.9);
    color: var(--blue-new);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    white-space: nowrap;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.map-marker {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 45px;
    transform: translate(-50%, -50%);
    cursor: pointer;

    color: var(--blue-hover);

    --fa-secondary-opacity: 1;
    --fa-secondary-color: var(--simple-green);
    transition: all 0.3s ease;
}

.map-marker .fa-duotone:after {
    /* Fix for FontAwesome animation*/
    transition: all 0.4s ease;
}

.map-marker:hover {
    transform: translate(-50%, -50%) scale(1.2);
    text-decoration: none;
    --fa-secondary-color: var(--simple-green-hover);

    transition: all 0.3s ease;
}

#braila-marker {
    top: 69%;
    left: 76%;
}

#galati-marker {
    top: 53.5%;
    left: 77%;
}

#bucuresti-marker {
    top: 79%;
    left: 61.5%;
}

#bucuresti-marker .location-selector-tooltip {
    left: -16px;
}
