.elementor-7 .elementor-element.elementor-element-1d49252{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-7 .elementor-element.elementor-element-9031c62 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for section, class: .elementor-element-1d49252 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            color: #333;
            line-height: 1.6;
            background-color: #f8f9fa;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Header Styles
        header {
            background-color: #1a3e63;
            color: white;
            padding: 15px 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        }
        
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            font-size: 28px;
            font-weight: bold;
            color: white;
            display: flex;
            align-items: center;
        }
        
        .logo span {
            color: #ff6b3d;
            margin-left: 5px;
        }
        
        .logo-icon {
            font-size: 32px;
            margin-right: 10px;
            color: #ff6b3d;
        }
        
        nav a {
            color: white;
            text-decoration: none;
            margin-left: 20px;
            font-weight: 500;
            transition: color 0.3s;
        }
        
        nav a:hover {
            color: #ff6b3d;
        }
        
        */
        
        /* Hero Section */
        .hero11 {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1541976590-713941681591?ixlib=rb-1.2.1&auto=format&fit=crop&w=1400&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            text-align: center;
            padding: 100px 20px;
        }
        
        .hero h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }
        
        .hero h2 {
            font-size: 1.8rem;
            margin-bottom: 30px;
            font-weight: normal;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .cta-button {
            display: inline-block;
            background-color: #be9539;
            color: white;
            padding: 15px 30px;
            font-size: 1.2rem;
            text-decoration: none;
            border-radius: 5px;
            margin-top: 20px;
            transition: all 0.3s;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        }
        
        .cta-button:hover {
            background-color: #be9539;
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.3);
        }
        
        .cta-button i {
            margin-right: 8px;
        }
        
        /* Services Section */
        .services {
            padding: 80px 0;
            background-color: white;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 50px;
            font-size: 2.2rem;
            color: #000000;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: #0a692f;
        }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }
        
        .service-card {
            background: white;
            padding: 30px 25px;
            border-radius: 8px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            border-top: 5px solid #0a692f;
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 25px rgba(0,0,0,0.15);
            border-top: 5px solid #be9539;
        }
        
        .service-icon {
            font-size: 50px;
            color: #0a692f;
            margin-bottom: 20px;
            transition: color 0.3s;
        }
        
        .service-card:hover .service-icon {
            color: #be9539;
        }
        
        .service-card h3 {
            color: #000000;
            margin-bottom: 15px;
            font-size: 1.5rem;
        }
        
        .service-card p {
            color: #666;
        }
        
        /* Why Choose Us Section */
        .why-us {
            padding: 80px 0;
            background-color: #f2f6fa;
        }
        
        .features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        
        .feature {
            text-align: center;
            padding: 30px 20px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s;
        }
        
        .feature:hover {
            transform: translateY(-5px);
        }
        
        .feature-icon {
            font-size: 40px;
            color: #0a692f;
            margin-bottom: 20px;
        }
        
        .feature h3 {
            color: #000000;
            margin: 15px 0;
            font-size: 1.4rem;
        }
        
        .feature p {
            color: #666;
        }
        
        /* Footer */
        /*footer {*/
        /*    background-color: #064d22;*/
        /*    color: white;*/
        /*    padding: 60px 0 30px;*/
        /*    text-align: center;*/
        /*}*/
        
        /*.footer-content {*/
        /*    display: grid;*/
        /*    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));*/
        /*    gap: 40px;*/
        /*    margin-bottom: 40px;*/
        /*    text-align: left;*/
        /*}*/
        
        /*.footer-info h3 {*/
        /*    font-size: 1.5rem;*/
        /*    margin-bottom: 20px;*/
        /*    color: #ffffff;*/
        /*}*/
        
        /*.contact-info {*/
        /*    margin-bottom: 20px;*/
        /*}*/
        
        /*.phone {*/
        /*    font-size: 1.5rem;*/
        /*    margin-bottom: 10px;*/
        /*    display: block;*/
        /*    color: white;*/
        /*    text-decoration: none;*/
        /*    font-weight: bold;*/
        /*    transition: color 0.3s;*/
        /*}*/
        
        /*.phone:hover {*/
        /*    color: #be9539;*/
        /*}*/
        
        /*.email {*/
        /*    color: #ffffff;*/
        /*    text-decoration: none;*/
        /*    font-weight: 500;*/
        /*    transition: color 0.3s;*/
        /*}*/
        
        /*.email:hover {*/
        /*    color: #be9539;*/
        /*    text-decoration: underline;*/
        /*}*/
        
        /*.social-links {*/
        /*    margin-top: 20px;*/
        /*}*/
        
        /*.social-links a {*/
        /*    display: inline-block;*/
        /*    color: white;*/
        /*    background-color: #be9539;*/
        /*    width: 40px;*/
        /*    height: 40px;*/
        /*    line-height: 40px;*/
        /*    text-align: center;*/
        /*    border-radius: 50%;*/
        /*    margin-right: 10px;*/
        /*    transition: all 0.3s;*/
        /*}*/
        
        /*.social-links a:hover {*/
        /*    background-color: #be9539;*/
        /*    transform: translateY(-3px);*/
        /*}*/
        
        /*.copyright {*/
        /*    margin-top: 30px;*/
        /*    padding-top: 20px;*/
        /*    border-top: 1px solid #2c4e7b;*/
        /*    font-size: 0.9rem;*/
        /*    color: #a0b3cf;*/
        /*}*/
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .header-content {
                flex-direction: column;
                text-align: center;
            }
            
            .logo {
                margin-bottom: 15px;
            }
            
            nav {
                margin-top: 15px;
            }
            
            nav a {
                margin: 0 10px;
            }
            
            .hero h1 {
                font-size: 2rem;
            }
            
            .hero h2 {
                font-size: 1.4rem;
            }
            
            .services-grid,
            .features {
                grid-template-columns: 1fr;
            }
            
            .footer-content {
                grid-template-columns: 1fr;
                text-align: center;
            }
        }/* End custom CSS */