/*
Theme Name: Digitalparc Theme
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Description
Version: 1.0
Text Domain: dp_theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html,body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}
p:only-child{
    margin-top: 0;
    margin-bottom: 0;
}
p:last-child{
    margin-bottom: 0;
}

:root{
    /* Font Family*/
    --primary-font: 'Rubik';

    /* Spacing */
    --s140: 140px;
    --s100: 100px;
    --s80: 80px;
    --s50: 50px;
    --s60: 60px;
    --s60special: 60px;
    --s40: 40px;
    --s25: 25px;
    --s20: 20px;
}
@media (max-width: 1540px){
    :root{
        /* Spacing */
        --s140: 120px;
        --s100: 80px;
        --s80: 60px;
        --s50: 40px;
        --s60: 50px;
        --s60special: 40px;
        --s40: 30px;
        --s25: 20px;
        --s20: 15px;
    }
}
@media (max-width: 1200px){
    :root{
        /* Spacing */
        --s140: 120px;
        --s100: 80px;
        --s80: 60px;
        --s50: 35px;
        --s60: 40px;
        --s60special: 20px;
        --s40: 30px;
        --s25: 20px;
        --s20: 15px;
    }
}
@media (max-width: 1024px){
    :root{
        /* Spacing */
        --s140: 100px;
        --s100: 60px;
        --s80: 40px;
        --s50: 25px;
        --s60: 30px;
        --s60special: 10px;
        --s40: 20px;
        --s25: 15px;
        --s20: 10px;
    }
}
@media (max-width: 767px){
    :root{
        /* Spacing */
        --s140: 70px;
        --s100: 50px;
        --s80: 30px;
        --s50: 20px;
        --s60: 20px;
        --s40: 20px;
        --s25: 15px;
        --s20: 10px;
    }
}
/* Text Editor headings */
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6{
    margin-top: 0;
    margin-bottom: 0
}
/* End Text Editor headings */

/* Lightbox gallery slideshow header */
.elementor-slideshow__header{
    width: calc(100% - 100px) !important;
}
/* End Lightbox gallery slideshow header */
.gform_wrapper{
    font-family: var(--e-global-typography-f4acc75-font-family), Sans-serif;
}
#gform_fields_1 input, #gform_fields_1 textarea {
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #E8F3DE !important;
    color: white;
    font-family: var(--e-global-typography-f4acc75-font-family), Sans-serif;
    border-radius: 0 !important;
    padding: 20px 0;
    font-size: 18px;
}

div#gform_wrapper_1 {
    max-width: 900px;
    margin: 0 auto;
}

input.gform_button  {
    background-color: var(--e-global-color-4c0b02d) !important;
    color: #00473B !important;
    border-radius: 100px !important;
    font-size: 18px !important;
    padding: 20px !important;
    text-align: center !important;
    margin: 0 auto;
    font-weight:bold !important
}
input#input_2_1 {border-radius: 100px !important;width: 300px !important;height: 60px !important;font-size: 18px;padding: 25px;}
input#gform_submit_button_2 {
    width: 300px !important;
}
.extraBadge .elementor-icon-box-wrapper::before {
    content: "ATTORNEY-LED INSIGHT"; /* or leave "" for just design */
    display: block;
    background-color: #CEE5B9;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 10px;
    font-family: var(--e-global-typography-21f23b5-font-family), Sans-serif;
    font-weight: bold;
}
.gform_validation_errors {
    background-color: #CEE5B9 !important;
    color: #00473B !important;
    border: none !important;
}
h2.gform_submission_error.hide_summary {
    color: #05584C !important;
}
div.validation_message {
    color: #CEE5B9 !important;
}
span.gform-icon.gform-icon--circle-error {
    color: #05584C !important;
    border-color: #05584C !important;
}
div.gform_validation_errors:focus {
    border: none !important;
    outline: none !important;
}
.gform_fields input:focus, #gform_fields_1 textarea:focus {
    outline: none !important;
}
input.gform_button:focus {
    outline: none !important;
    border: none !important;
}
/* ====================== */
/* ======Responsive====== */
/* ====================== */
@media (max-width: 1024px){
}
@media (max-width: 767px){
}
@media (max-width: 575px){
}
/*---------popup close button design--------------------*/
a.dialog-close-button.dialog-lightbox-close-button {
    padding: 15px;
    border-radius: 20px;
}