.elementor-kit-3997{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#172436;--e-global-color-accent:#0059CF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3997 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Compact Digital Marketing Form */
.dm-form-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.15);
    overflow: hidden;
}

.dm-form-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    text-align: center;
    padding: 25px 20px;
}

.dm-form-header h3 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
}

.dm-form-body {
    padding: 30px 25px 25px;
}

.dm-form-body .row {
    margin-bottom: 20px;
}

.dm-form-body .row:last-of-type {
    margin-bottom: 15px;
}

.dm-input, .dm-select, .dm-textarea {
    width: 100%;
    border: 1px solid #dde2e8;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 15px;
    background: #fafbfc;
    transition: all 0.3s ease;
    outline: none;
    margin-bottom: 0;
}

.dm-input:focus, .dm-select:focus, .dm-textarea:focus {
    border-color: #667eea;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.dm-input::placeholder, .dm-textarea::placeholder {
    color: #8892a4;
}

.dm-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23667eea' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

.dm-textarea {
    min-height: 20px;
    resize: vertical;
    font-family: inherit;
}

.dm-submit-section {
    text-align: center;
    margin-top: 20px;
}

.dm-submit-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 14px 35px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.dm-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}



/* Responsive Design */
@media (max-width: 768px) {
    .dm-form-container {
        margin: 15px;
    }
    
    .dm-form-header {
        padding: 20px 15px;
    }
    
    .dm-form-header h3 {
        font-size: 1.5rem;
    }
    
    .dm-form-body {
        padding: 20px 15px;
    }
    
    .dm-form-body .col-md-4 {
        margin-bottom: 15px;
    }
    
    .dm-input, .dm-select, .dm-textarea {
        padding: 12px;
        font-size: 16px; /* Prevent zoom on iOS */
    }
    
    .dm-privacy-note {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

/* Success/Error Messages */
.wpcf7-response-output {
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 15px;
    font-size: 14px;
}

.wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.wpcf7-validation-errors {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.wpcf7-not-valid {
    border-color: #dc3545 !important;
}

.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 11px;
    margin-top: 3px;
}/* End custom CSS */