.elementor-915 .elementor-element.elementor-element-75ee68b{--display:flex;}.elementor-915 .elementor-element.elementor-element-5672bf7 .service-item-two h4{font-size:1.6rem;}.elementor-915 .elementor-element.elementor-element-5672bf7 .service-item-two .bx-text{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:767px){.elementor-915 .elementor-element.elementor-element-b6902ac{margin-top:0px;margin-bottom:0px;}}/* Start custom CSS for html, class: .elementor-element-67434ca */.container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 0;
        }

h2 {
    font-size: 2.5rem;
            text-align: center;
            margin-bottom: 50px;
            position: relative;
        }

        h2::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: #a37553;
        }

        .btn {
            display: flex;
            justify-content: center;
			justify-self: center !important;
		    padding: 12px 30px;
            background-color: #a37553;
            color: white;
            border: none;
            border-radius: 30px;
            font-size: 1rem;
            font-weight: 500;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 30px;
			
        }

        .btn:hover {
            background-color: #a37553;
            color: white;
           /*transform: translateY(-3px);*/
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        /* About Section Styles */
        .about {
            background-color: white;
        }

        .about-content {
            display: flex;
            align-items: center;
            gap: 50px;
        }

        .about-img {
            flex: 1;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            position: relative;
            
        }

        .about-img::before {
            content: '';
            position: absolute;
            top: 20px;
            left: 20px;
            right: -20px;
            bottom: -20px;
            /*border: 2px solid #a37553;*/
            border-radius: 10px;
            z-index: -1;
        }

        .about-img img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s ease;
        }

        .about-img:hover img {
            transform: scale(1.05);
        }

        .about-text {
            flex: 1;
        }

        .about-text h3 {
            font-size: 1.8rem;
            margin-bottom: 20px;
            color: #a37553;
            font-weight: 600;        }

        .about-text p {
            margin-bottom: 20px;
            font-size: 1.1rem;
        }

        .features {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 30px;
            
        }

        .feature {
            flex: 1;
            min-width: 200px;
            display: flex;
            align-items: center;
            gap: 15px;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            padding: 30px 15px;
        }

        .feature-icon {
            width: 50px;
            height: 50px;
            background-color: #f1f1f1;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color:#a37553;
            font-size: 1.2rem;
            flex-shrink: 0;
        }

        .feature-text h4 {
            font-size: 1.1rem;
            margin-bottom: 5px;
            
        }

        .feature-text p {
            font-size: 0.9rem;
            margin-bottom: 0;
            color: #a37553;
        }

        /* Responsive Styles */
        @media (max-width: 992px) {
            .about-content {
                flex-direction: column;
            }
            
            .about-img, .about-text {
                flex: none;
                width: 100%;
            }
        }

        @media (max-width: 768px) {
            h2 {
                font-size: 2rem;
            }
            
            .container {
                padding: 60px 0;
            }
            
            .about-text h3 {
                font-size: 1.5rem;
            }
        }

        @media (max-width: 576px) {
            h2 {
                font-size: 1.8rem;
            }
            
            .btn {
                padding: 10px 25px;
            }
            
            .features {
                flex-direction: column;
            }
        }
        
        
.btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
    display:flex;
    align-items: center;
        }

.btn:hover i {
    transform: translateX(5px);
        }/* End custom CSS */
/* Start custom CSS for lesya-services-2, class: .elementor-element-5672bf7 */.service-item-two .image .bg-text{
    top:90%;
    font-size: 3rem;
    align-content: center;
}

.service-item-two .image .icon {
    width: 45px;
    height: 45px;
    background: white;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #D6B981;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    display: flex
;
    align-items: center;
    justify-content: center;
    display: none;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-2b17a90 */.pb-120, .py-120 {
    padding-bottom: 70px;
}

.pt-140, .py-140 {
    padding-top: 70px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a474f4 */.container {
            max-width: 1200px;
            margin: 0 auto;
            width: 100%;
        }

        .services-section {
            padding: 30px 0;
            text-align: center;
        }

        .section-header {
            margin-bottom: 40px;
            padding: 0 15px;
        }

        .section-header h1 {
            font-size: 2.2rem;
            color: #a37553;
            margin-bottom: 15px;
            font-weight: 600;
            line-height: 1.2;
        }

        .section-header p {
            font-size: 1.1rem;
            color: black;
            max-width: 700px;
            margin: 0 auto;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            margin-bottom: 50px;
            padding: 0 15px;
        }

        .service-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            padding: 30px 20px;
            align-items: center;
        }

        .service-card:hover {
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

        .service-icon {
            width: 60px;
            height: 60px;
            background: #a37553;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            box-shadow: 0 5px 15px rgba(163, 117, 83, 0.3);
        }

        .service-icon i {
            font-size: 1.8rem;
            color: white;
        }

        .service-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .service-content h3 {
            font-size: 1.4rem;
            color: black;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .service-content p {
            color: #666;
            margin-bottom: 20px;
            text-align: center;
            font-size: 1rem;
        }

        .service-link {
            display: inline-block;
            /*background: #799aa1;*/
            border:solid 1px;
            color: #a37553;
            padding: 6px 20px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(163, 117, 83, 0.3);
        }

        .service-link:hover {
            background: #8a6145;
            box-shadow: 0 7px 20px rgba(163, 117, 83, 0.4);
            color: white;
        }

        .service-link i {
            margin-left: 8px;
            transition: transform 0.3s ease;
        }

        .service-link:hover i {
            transform: translateX(5px);
        }

        .cta-section {
            background: white;
            border-radius: 15px;
            padding: 30px 25px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            max-width: 800px;
            margin: 0 auto;
        }

        .cta-section h2 {
            font-size: 1.6rem;
            font-weight: 600;
            color: #a37553;
            margin-bottom: 35px;
        }

        .cta-section p {
            color: #666;
            margin-bottom: 25px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-button {
            display: inline-block;
            background: linear-gradient(135deg, #a37553 0%, #8a6145 100%);
            color: white;
            padding: 12px 32px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(163, 117, 83, 0.3);
        }

        .cta-button:hover {
            box-shadow: 0 8px 20px rgba(163, 117, 83, 0.4);
            color:white;
        }

        /* Tablet Styles (768px - 991px) */
        @media (max-width: 991px) {
            .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        /* Mobile Styles (576px - 767px) */
        @media (max-width: 767px) {
            body {
                padding: 15px;
            }
            
            .services-section {
                padding: 30px 0;
            }
            
            .section-header {
                margin-bottom: 30px;
            }
            
            .section-header h1 {
                font-size: 1.8rem;
            }
            
            .section-header p {
                font-size: 1rem;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }
            
            .service-card {
                padding: 25px 15px;
            }
            
            .service-icon {
                width: 80px;
                height: 80px;
                margin-bottom: 15px;
            }
            
            .service-icon i {
                font-size: 2rem;
            }
            
            .service-content h3 {
                font-size: 1.3rem;
            }
            
            .cta-section {
                padding: 25px 20px;
            }
            
            .cta-section h2 {
                font-size: 1.4rem;
            }
        }

        /* Small Mobile Styles (up to 575px) */
        @media (max-width: 575px) {
            .section-header h1 {
                font-size: 1.6rem;
            }
            
            .service-icon {
                width: 70px;
                height: 70px;
            }
            
            .service-icon i {
                font-size: 1.8rem;
            }
            
            .service-content h3 {
                font-size: 1.2rem;
            }
            
            .service-link {
                padding: 10px 24px;
                font-size: 0.9rem;
            }
            
            .cta-button {
                padding: 12px 28px;
                font-size: 1rem;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ad0d03 */.portfolio-container {
            max-width: 1400px;
            margin: 0 auto;
        }
        
        .portfolio-grid {
            display: grid;
            gap: 15px;
            margin: 0px 15px 0px 15px;
        }
        
        .portfolio-item {
            width: 100%;
            height: 420px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .portfolio-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        }
        
        .portfolio-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Desktop: 6 images per line */
        @media (min-width: 1025px) {
            .portfolio-grid {
                grid-template-columns: repeat(5, 1fr);
            }
            
            .portfolio-item {
                height: 380px;
            
            }
        }

        /* Tablet: 3 images per line */
        @media (min-width: 768px) and (max-width: 1024px) {
            .portfolio-grid {
                grid-template-columns: repeat(3, 1fr);
            }
            
            .portfolio-item {
                height: 420px;
            }
        }

        /* Mobile: 2 images per line */
        @media (max-width: 767px) {
            .portfolio-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .portfolio-item {
                height: 250px;
            }
        }/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-9630e8b */.pt-110, .py-110 {
    padding-top: 30px;
}

.mb-105, .my-105 {
    margin-bottom: 30px;
}/* End custom CSS */