.elementor-1398 .elementor-element.elementor-element-e98c8ce > .elementor-container{max-width:1200px;}/* Start custom CSS for html, class: .elementor-element-9de6b82 *//* Import fonts */
        @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Montserrat:wght@300;400;500&display=swap');
        
        /* Base styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Montserrat', sans-serif;
            color: #1a2542;
            background-color: #ffffff;
            line-height: 1.6;
        }
        
        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 2rem;
        }
        
        /* Hero section */
        .hero-section {
            text-align: center;
            padding: 6rem 0 5rem;
        }
        
        .service-category {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.85rem;
            font-weight: 400;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #7a8599;
            margin-bottom: 1.5rem;
        }
        
        .service-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(1.8rem, 6vw, 3.2rem);
            font-weight: 400;
            color: #1a2542;
            letter-spacing: 1px;
            line-height: 1.2;
            margin-bottom: 3rem;
        }
        
        .service-intro {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.1rem;
            line-height: 1.8;
            color: #666;
            max-width: 800px;
            margin: 0 auto;
            font-weight: 300;
        }
        
        /* Process section */
        .process-section {
            padding: 4rem 0;
        }
        
        .process-container {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .process-step {
            margin-bottom: 4rem;
        }
        
        .step-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.8rem;
            font-weight: 500;
            color: #1a2542;
            margin-bottom: 1.5rem;
            letter-spacing: 0.5px;
            line-height: 1.3;
        }
        
        .step-content {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.95rem;
            line-height: 1.7;
            color: #666;
            font-weight: 300;
        }
        
        .step-content p {
            margin-bottom: 1.2rem;
        }
        
        .step-content ul {
            list-style-type: none;
            margin: 1rem 0 1.5rem;
        }
        
        .step-content li {
            position: relative;
            padding-left: 1.5rem;
            margin-bottom: 0.7rem;
        }
        
        .step-content li:before {
            content: "•";
            position: absolute;
            left: 0;
            color: #7a8599;
        }
        
        .highlight {
            font-style: italic;
            color: #555;
        }
        
        /* Price section */
        .price-section {
            background-color: #f9fafb;
            padding: 4rem 0;
            text-align: center;
            margin-top: 2rem;
        }
        
        .price-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.8rem;
            font-weight: 500;
            color: #1a2542;
            margin-bottom: 1.5rem;
        }
        
        .price-amount {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.2rem;
            font-weight: 400;
            color: #1a2542;
        }
        
        /* CTA section */
        .cta-section {
            text-align: center;
            padding: 5rem 0;
        }
        
        .cta-button {
            display: inline-block;
            padding: 1.2rem 3.5rem;
            color: #ffffff;
            text-decoration: none;
            font-size: 0.9rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            transition: all 0.3s ease;
            background-color: #1a2542;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            border: none;
            box-shadow: 0 4px 12px rgba(26, 37, 66, 0.15);
        }
        
        .cta-button:hover {
            background-color: #2c3e60;
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(26, 37, 66, 0.2);
        }
        
        .floating-cta {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            z-index: 100;
            display: none;
        }
        
        .floating-cta-button {
            display: inline-block;
            padding: 1rem 2rem;
            color: #ffffff;
            text-decoration: none;
            font-size: 0.9rem;
            letter-spacing: 1px;
            text-transform: uppercase;
            background-color: #1a2542;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            border-radius: 4px;
            box-shadow: 0 4px 15px rgba(26, 37, 66, 0.25);
            transition: all 0.3s ease;
        }
        
        .floating-cta-button:hover {
            background-color: #2c3e60;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(26, 37, 66, 0.3);
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .hero-section {
                padding: 1.5rem;
            }
            
            .service-intro {
                font-size: 1rem;
                padding: 0 1rem;
            }
            
            .process-section {
                padding: 3rem 0;
            }
            
            .step-title {
                font-size: 1.6rem;
            }
            
            .step-content {
                font-size: 0.9rem;
            }
            
            .floating-cta {
                display: block;
            }
        }
        
        @media (max-width: 480px) {
            
            .hero-section {
                padding: 0.75rem;
                text-align:left;
                
            }
            
            h1 {
                font-size:1rem;
                text-align:left;
                
            }
            
            .service-category {
                font-size: 0.75rem;
            }
            
            .service-title {
                margin-bottom: 1.5rem;
                padding: 0 0.5rem;
                word-break: break-word;
                hyphens: auto;
            }
            
            .service-intro {
                font-size: 0.95rem;
                padding: 0 0.5rem;
            }
            
            .process-step {
                margin-bottom: 1.5rem;
            }
            
            .step-title {
                font-size: 1.4rem;
            }
            
            .price-section,
            .cta-section {
                padding: 3rem 0;
            }
        }
        
        
         
        /* Pricing section */
        .pricing-section {
            padding: 5rem 0;
            text-align: center;
        }
        
        .section-category {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.85rem;
            font-weight: 400;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #7a8599;
            margin-bottom: 1.5rem;
        }
        
        .section-title {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(1.8rem, 5vw, 2.8rem);
            font-weight: 400;
            color: #1a2542;
            letter-spacing: 1px;
            line-height: 1.2;
            margin-bottom: 3rem;
        }
        
        /* Total cost card */
        .total-cost-card {
            background-color: #f9fafb;
            padding: 3rem;
            margin-bottom: 4rem;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .total-cost-title {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.1rem;
            font-weight: 500;
            margin-bottom: 1rem;
            color: #1a2542;
            letter-spacing: 0.3px;
        }
        
        .total-cost-amount {
            font-family: 'Cormorant Garamond', serif;
            font-size: 2.2rem;
            font-weight: 500;
            color: #1a2542;
            margin-bottom: 1.5rem;
        }
        
        .total-cost-details {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.95rem;
            color: #666;
            line-height: 1.7;
            max-width: 600px;
            margin: 0 auto;
            font-weight: 300;
        }
        
        /* Price table */
        .price-table-wrapper {
            max-width: 700px;
            margin: 0 auto 3rem;
        }
        
        .price-table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .price-table th {
            font-family: 'Montserrat', sans-serif;
            font-size: 1rem;
            font-weight: 500;
            color: #1a2542;
            text-align: left;
            padding: 1.2rem 1.5rem;
            border-bottom: 1px solid #e1e5ee;
        }
        
        .price-table td {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.95rem;
            font-weight: 300;
            color: #666;
            padding: 1.2rem 1.5rem;
            border-bottom: 1px solid #e1e5ee;
            text-align: left;
        }
        
        .price-table tr:last-child td {
            border-bottom: none;
        }
        
        .price-value {
            text-align: right;
        }
        
        /* Payment notes */
        .payment-notes {
            max-width: 700px;
            margin: 0 auto;
            text-align: left;
            padding: 0 1.5rem;
        }
        
        .payment-note {
            font-family: 'Montserrat', sans-serif;
            font-size: 0.95rem;
            color: #666;
            margin-bottom: 1rem;
            line-height: 1.7;
            font-weight: 300;
        }
        
        .payment-note-secondary {
            font-size: 0.85rem;
            color: #888;
            font-style: italic;
            margin-top: 0.5rem;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .pricing-section {
                padding: 4rem 0;
            }
            
            .section-title {
                font-size: 2.4rem;
                margin-bottom: 2.5rem;
            }
            
            .total-cost-card {
                padding: 2.5rem 2rem;
                margin-bottom: 3rem;
            }
            
            .total-cost-amount {
                font-size: 2rem;
            }
            
            .price-table th,
            .price-table td {
                padding: 1rem;
            }
        }
        
        @media (max-width: 480px) {
            .pricing-section {
                padding: 3rem 0;
            }
            
            .section-title {
                font-size: 2rem;
                margin-bottom: 2rem;
            }
            
            .total-cost-card {
                padding: 2rem 1.5rem;
                margin-bottom: 2.5rem;
            }
            
            .total-cost-title {
                font-size: 1rem;
            }
            
            .total-cost-amount {
                font-size: 1.8rem;
            }
            
            .total-cost-details {
                font-size: 0.9rem;
            }
            
            .price-table th,
            .price-table td {
                padding: 0.8rem;
                font-size: 0.9rem;
            }
            
            .payment-note {
                font-size: 0.9rem;
            }
        }/* End custom CSS */