.elementor-493 .elementor-element.elementor-element-1e29a2c{--display:flex;}.elementor-493 .elementor-element.elementor-element-fe60b8d{margin:0% 10% calc(var(--kit-widget-spacing, 0px) + 0%) 10%;}@media(max-width:1024px){.elementor-493 .elementor-element.elementor-element-fe60b8d{margin:0% 3% calc(var(--kit-widget-spacing, 0px) + 0%) 3%;}}@media(max-width:767px){.elementor-493 .elementor-element.elementor-element-2e24c7dd{margin-top:0px;margin-bottom:0px;}}/* Start custom CSS for html, class: .elementor-element-e141db5 */.container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 0;
        }

        .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;
            margin-top: 30px;
            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 html, class: .elementor-element-55a1ea2c */.container {
            max-width: 1200px;
            width: 100%;
        }

        .services-section {
            padding: 50px 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 */