.elementor-7961 .elementor-element.elementor-element-d2c592b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-106c015 */body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            line-height: 1.6;
        }
        
        .l-section {
            width: 80%;
            margin-top: 30px;
            margin-right: auto;
            margin-left: auto;
        }

        .l-section--bg-gradient {
            background: linear-gradient(45deg, #0075b5, #a2d4db);
            position: relative;
        }
        
        .l-section__content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 72px 20px;
        }
        
        .p-cv {
            text-align: center;
        }
        
        .p-cv__message {
            color: white;
            margin-bottom: 48px;
            font-size: 32px;
            font-weight: bold;
        }
        
        .p-cv__message small {
            display: block;
            font-size: 26px;
            font-weight: bold;
            margin-bottom: 8px;
            opacity: 0.9;
        }
        
        .p-cv-blocks {
            display: flex;
            gap: 24px;
            list-style: none;
            justify-content: center;
            flex-wrap: wrap;
        }
        
        .p-cv-blocks__item {
            background: white;
            border-radius: 12px;
            padding: 32px 24px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            flex: 1;
            min-width: 280px;
            max-width: 360px;
            display: flex;
            flex-direction: column;
            align-items: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .p-cv-blocks__item:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
        }
        
        .p-cv-blocks__item__image {
            margin-bottom: 24px;
            width: 120px;
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f8f9fa;
            border-radius: 50%;
        }
         .p-cv-blocks__item__image1 {
            margin-bottom: 24px;
            width: 200px;
            height: 120px;
            display: flex;
            align-items: center;
        }
        .icon-service {
            width: 60px;
            height: 60px;
            background: #1e88e5;
            border-radius: 50%;
            position: relative;
        }
        
        .icon-service::before {
            content: "🎧";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 30px;
        }
        
        .icon-download {
            width: 60px;
            height: 60px;
            background: #1e88e5;
            border-radius: 8px;
            position: relative;
        }
        
        .icon-download::before {
            content: "📄";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 30px;
        }
        
        .icon-estimate {
            width: 60px;
            height: 60px;
            background: #1e88e5;
            border-radius: 50%;
            position: relative;
        }
        
        .icon-estimate::before {
            content: "💰";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 30px;
        }
        
        .p-cv-blocks__item__title {
            font-size: 16px;
            font-weight: bold;
            color: #333;
            text-align: center;
            margin-bottom: 12px !important;
            line-height: 1.5;
        }
        
        .p-cv-blocks__item__button {
            margin-top: auto;
        }
        
        .c-button {
            background: #1e88e5;
            border: none;
            border-radius: 8px;
            padding: 16px 24px;
            color: white;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: background-color 0.3s ease, transform 0.2s ease;
            box-shadow: 0 2px 8px rgba(30, 136, 229, 0.3);
        }
        
        .c-button:hover {
            background: #1565c0;
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(30, 136, 229, 0.4);
        }
        
        .c-button__text {
            text-align: center;
            line-height: 1.4;
            font-weight: bold;
            color: white !important;
        }
        
        .c-button__icon {
            width: 16px;
            height: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .c-button__icon svg {
            width: 12px;
            height: 12px;
        }
        
        @media (max-width: 768px) {
            .l-section {
                width: 100%;
            }
            .l-section__content {
                padding: 48px 16px;
            }
            
            .p-cv__message {
                font-size: 20px;
                margin-bottom: 32px;
            }
            
            .p-cv__message small {
                font-size: 14px;
            }
            
            .p-cv-blocks {
                flex-direction: column;
                align-items: center;
                gap: 20px;
            }
            
            .p-cv-blocks__item {
                max-width: 100%;
                min-width: auto;
                width: 100%;
            }
            
            .p-cv-blocks__item__title {
                font-size: 15px;
            }
            
            .c-button {
                padding: 14px 20px;
                font-size: 13px;
            }
        }/* End custom CSS */