@import url("https://use.typekit.net/pew7nqt.css");

/*
Theme Name: Elena Aurora
Theme URI: https://opencollective.com/blankslate
Author: Lazăr Ganea
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/

/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
    box-sizing: border-box;
}

/* 2. Remove default margin */
* {
    margin: 0;
}

body {
    /* 3. Add accessible line-height */
    line-height: 1.5;
    /* 4. Improve text rendering */
    -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input, button, textarea, select {
    font: inherit;
}

/* 7. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
    margin-bottom: 0px!important;
}

/* 8. Improve line wrapping */
p {
    text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

/*
    9. Create a root stacking context
*/
#root, #__next {
    isolation: isolate;
}

/* Fonts */

/* Filson Pro Regular
font-family: "filson-pro", sans-serif;
font-weight: 400;
font-style: normal;

Filson Pro Regular Italic
font-family: "filson-pro", sans-serif;
font-weight: 400;
font-style: italic;

Filson Pro Bold
font-family: "filson-pro", sans-serif;
font-weight: 700;
font-style: normal;

Filson Pro Bold Italic
font-family: "filson-pro", sans-serif;
font-weight: 700;
font-style: italic; */

/* Archivo Regular
font-family: "archivo", sans-serif;
font-weight: 400;
font-style: normal;

Archivo Bold
font-family: "archivo", sans-serif;
font-weight: 700;
font-style: normal; */


/* Custom CSS */

body {
    font-family: 'filson-pro', sans-serif;
    font-display: swap;
}

.navbar {
    background-color: #ddd5e5;
    padding: 10px 0px 10px 0px;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-item {
    text-decoration: none;
    list-style: none;
    padding: 0 1rem;
}

.menu-text {
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #552882;
    
}

.max-w-750 {
    max-width: 70%;
}

.mentiuni {
    position: relative;
    padding-bottom: 50px;
    padding-top: 20px;
}

#menu-menu-1 {
    margin: 0px;
}

.vector-servicii {
    position: absolute;
    top: 100px;
    right: -100px;
    max-width: 400px;
    width: 37%;
}

.menu-item a {
    text-decoration: none;
    letter-spacing: 1px;
    font-family: "filson-pro", sans-serif;
    font-weight: 500;
    color: #552882;
}

.menu-item a:hover {
    color: #7d6396;
}

.footer {
    background-color: #ddd5e5;
    padding: 40px 0px;
}

.footer-gen-text {
    color: #552882;
    font-size: 1rem;
    font-family: "filson-pro", sans-serif;
    font-weight: 350;
}


.footer-details-container {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 10px;
}

.contact-header {
    letter-spacing: 1px;
    font-size: 1.4rem;
    font-family: "filson-pro", sans-serif;
    font-weight: 700;
    color: #552882;
    padding-bottom: 10px;
}

.max-width-350 {
    max-width: 350px;
}

.minheight {
    min-height: 70vh;
}

.footer-sm-img {
    width: 25px;
}

.pin-img-inner {
    min-width: 25px;
}

.pin {
    width: 20px; 
    margin-left: 4px;
    margin-right: 14px!important;
}

.sm-img-inner {
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
}

.wrapper {
    padding-left: 60px!important;
    padding-right: 60px!important;
}

.sm-container {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 10px;

}

.sm-img {
    margin-right: 10px;
    max-width: 40px;
}

.middle-col {
    margin-left: 50px;
}

.gradient-border-up {
    background: rgb(221,213,229);
    background: linear-gradient(0deg, rgba(221,213,229,1) 5%, rgba(255,255,255,0) 44%);
    min-height: 20px;
}

.gradient-border-down {
    background: rgb(221,213,229);
    background: linear-gradient(180deg, rgba(221,213,229,1) 5%, rgba(255,255,255,0) 44%);
    min-height: 20px;
}


/* Homepage */

.hero {
    min-height: 70vh;

    padding-top: 80px;

    display: flex;
    justify-content: flex-end;

    position: relative;
}
.hero-bg {
    background-image: url(https://croitorie-ea.ro/wp-content/uploads/2025/03/homepage2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	min-height: 90vh;
}

.transparent-box {
    max-width: 400px;
    padding: 50px;
    background: rgba(255, 255, 255, 0.4); 
    backdrop-filter: blur(2px);
    border-radius: 10px;
    max-height: 360px;
}


.transparent-box-text {
    font-size: 1.1rem;
    color: #170029;

    font-family: "archivo", sans-serif;
}

.transparent-box-btn {
    background-color: #DDD5E5;
    color: #552882;
    border: 2px solid #552882;
    padding: 5px 40px;
    border-radius: 13px;

    font-size: 1rem;
    font-weight: 500;
    font-family: "filson-pro", sans-serif;

    max-width: 150px;
    text-align: center;
    text-decoration: none;

    display: block;

    margin-top: 40px!important;
    margin: 0 auto;
}

.transparent-box-btn:hover {
    background-color: #552882;
    color: #DDD5E5;
}

.abs-line {
    position: absolute;
    left: -40px;
    bottom: 230px;
    width: 60%;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 80px;
}

.service-grid-2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.service-name {
    font-size: 1.1rem;
    font-family: "archivo", sans-serif;
    font-weight: 700;
    color: #1C0030;
    text-align: center;
    padding-top: 15px;
}

.gen-header {
    font-size: 1.4rem;
    font-family: "filson-pro", sans-serif;
    font-weight: 700;
    color: #552882;
    padding-bottom: 10px;
    letter-spacing: 2px;
}

#testimonials {
    padding-top: 200px;
    padding-bottom: 150px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.iSlide  {
    padding-top: 50px;
    padding-bottom: 50px;

    width: 100%;
    max-width: 700px;
}

.grid-el-text {
    font-size: 1.3rem;
    font-family: "archivo", sans-serif;
    font-weight: 400;
    text-align: center;
}

.test-person {
    font-size: 1.6rem;
    font-family: "filson-pro", sans-serif;
    font-weight: 700;
    color: #552882;
    text-align: center;
    padding-top: 25px;
}



.pr {
    position: relative;
}

.abs-line2 {
    position: absolute;
    left: -150px;
    bottom: -150px;
    width: 50%;
}

#map {
    margin-top: 80px;
    margin-bottom: 100px;
    position: relative;
}

.map {
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 0px 100px;
}

.map-text {
    font-size: 1.1rem;
    font-family: "filson-pro", sans-serif;
    font-weight: 700;
    color: #552882;
    text-align: center;
}

.abs-undermap {
    position: absolute;
    top: 40%;
    z-index: -1;
}   

.abs-ac {
    position: absolute;
    top: -110px;
    right: 0;
    max-width: 321px;
}


/* Povestea mea */

.gen-text {
    font-size: 1.2rem;
    font-family: "archivo", sans-serif;
    font-weight: 400;
    color: #1C0030;
    text-align: left;
    padding-top: 20px;
}

.gen-text-poveste {
    font-size: 1.1rem;
    font-family: "archivo", sans-serif;
    font-weight: 500;
    color: #1C0030;
    text-align: center;
    
}

.poveste-hero {
    float: right;
    margin-left: 20px; /* Adaugă spațiu între imagine și text */
    margin-bottom: 20px; /* Adaugă spațiu între imagine și text */
    max-width: 40%; /* Opțional, ca să nu fie prea mare */
    margin-right: -60px;
}

.poveste-hero-sm {
    display: none;
}

.poveste-moto {
    font-size: 1.3rem;
    font-family: "archivo", sans-serif;
    font-weight: 400;
    color: #552882;
    text-align: center;
    padding-top: 20px;
    max-width: 750px;
}

.poveste-line {
    padding-bottom: 50px;
}

/* SERVICII */

.main-grid-servicii {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.service-card { 
    background-color: #F5EFF7;
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 40px;

}

.service-title {
    font-size: 1rem;
    font-family: "filson-pro", sans-serif;
    font-weight: 700;
    color: #552882;
    text-align: left;
    padding-bottom: 10px;
}

.service-details {
    display: flex;
    justify-content: space-between;
    padding-top: 3px;
}

.service-text {
    font-size: 1rem;
    font-family: "archivo", sans-serif;
    font-weight: 400;
    color: #1C0030;
    text-align: left;
}

.service-price {
    font-size: 1rem;
    font-family: "archivo", sans-serif;
    font-weight: 400;
    color: #7A5E93;
    text-align: right;
    min-width: 51px;
}

.contact-map {
    position: absolute;
    max-width: 500px;
    width: 100%;
    top: 50px;
    right: 0px;
}

.video-box {
	margin-top: 80px;
}

.video-box video{
	border-radius: 20px;
}


/* Mobile */

@media screen and (max-width: 1000px) {
	
	.hero-bg {
		min-height: unset;
	}

    .contact-map {
        position: relative;
        right: -25px;
        padding-bottom: 30px;
        
    }

    .max-w-750 {
        max-width: 100%;
    }

    .vector-servicii {
        display: none;
    }

    .wrapper {
        padding-left: 25px!important;
        padding-right: 25px!important;
    }

    #menu-menu-1 {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .menu-item {
        text-align: center;
        padding-left: 0px;
        padding-top: 10px;
        padding-right: 0px;
    }

    .middle-col {
        margin-top: 20px;
        margin-left: 0px;
    }
    
    .sm-container {
        margin-top: 5px;
        justify-content: flex-start;
    }
    .service-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .service-grid-2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .poveste-hero {
        display: none;
    }

    .poveste-hero-sm {
        padding-top: 40px;
        display: block;
    }
    .serice-el {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .main-grid-servicii {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }
}

@media screen and (max-width: 580px) {
    .hero {
        min-height: 60vh;
        padding-top: 50px;
        display: flex    ;
        justify-content: center;
        position: relative;
    }

    .abs-line {
        display: none;
    }

    .service-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .abs-line2 {
        position: absolute;
        left: -10px;
        bottom: -80px;
        width: 80%;
    }

    #testimonials {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .iSlide {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .transparent-box {
        margin: 25px;
    }

    .transparent-box-btn {
        margin-top: 20px !important;
    }

    .map {
        padding: 0px 20px;
    }

    .abs-ac {
        position: absolute;
        top: -150px;
        right: 0;
        max-width: 191px;
    }

    .grid-el-text {
        font-size: 1.1rem;
    }

    .gen-header {
        text-align: center;
    }

    .test-person {
        font-size: 1.2rem;
    }

    .transparent-box-btn {
        font-size: 0.8rem;
    }
    
    .map {
        margin-top: 20px;
    }

    #map {
        margin-top: 50px;
        margin-bottom: 50px;
        position: relative;
    }

    .service-grid-2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .serice-el {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .gen-text {
        font-size: 1rem;
    }

    .gen-text-poveste {
        font-size: 1rem;
    }

    .poveste-moto {
        font-size: 1.1rem;
    }

}