/*
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.
*/

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

li {padding-bottom:15px;}

:root{
    /* Font Family*/
    --primary-font: 'Rubik';
	
	/* Border radius */
	--br-primary: 70px;
	--br-primary1: 64px;
	--br-secondary: 26px;

    /* Spacing */
    --s120: 120px;
    --s100: 100px;
    --s80: 80px;
    --s50: 50px;
    --s60: 60px;
    --s60special: 60px;
    --s40: 40px;
    --s25: 25px;
    --s20: 20px;
}
@media (max-width: 1540px){
    :root{
        /* Spacing */
        --s120: 100px;
        --s100: 80px;
        --s80: 60px;
        --s50: 40px;
        --s60: 50px;
        --s60special: 40px;
        --s40: 30px;
        --s25: 20px;
        --s20: 15px;
    }
}
@media (max-width: 1200px){
    :root{
        /* Spacing */
        --s50: 35px;
        --s60: 40px;
        --s60special: 20px;
        --s40: 30px;
        --s25: 20px;
        --s20: 15px;
    }
}
@media (max-width: 1024px){
    :root{
        /* Spacing */
        --s120: 80px;
        --s100: 60px;
        --s80: 40px;
        --s50: 25px;
        --s60: 30px;
        --s60special: 10px;
        --s40: 20px;
        --s25: 15px;
        --s20: 10px;
    }
}
@media (max-width: 767px){
    :root{
        /* Spacing */
        --s120: 60px;
        --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 */

.elementor-icon-box-title{
	margin-block: 0;
}

/* Lightbox gallery slideshow header */
.elementor-slideshow__header{
    width: calc(100% - 100px) !important;
}
/* End Lightbox gallery slideshow header */

.dual-heading span{
	color: #3B67FE;
}

/* Form */
.gform-theme--foundation .gform_fields{row-gap: 24px !important;-moz-column-gap: 24px !important;column-gap: 24px !important;}
.gform-theme--foundation .gfield .ginput_password.large, 
.gform-theme--foundation .gfield input.large, 
.gform-theme--foundation .gfield select.large{height: 60px;border-radius: 10px;padding-inline: 15px;font-size: 16px;font-weight: 600}
.gform-theme--foundation .gfield textarea{border-radius: 10px;height: 100px;padding: 20px 15px;font-size: 16px;font-weight: 600}
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){
	font-size: 16px !important;
    font-weight: 400 !important;
    background: #3C67FF !important;
    padding: 18px !important;
    min-width: 260px !important;
    border-radius: 100px !important;
	transition: 0.3s ease all
}
.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{
	background: #fff !important;
	color: #000 !important;
}

.gform-theme--framework .gform_validation_errors{
	display: none !important;
}

/* ====================== */
/* ======Responsive====== */
/* ====================== */
@media (max-width: 1024px){
	/* Form */
	.gform-theme--foundation .gfield .ginput_password.large, 
	.gform-theme--foundation .gfield input.large, 
	.gform-theme--foundation .gfield select.large{height: 45px;}
	.gform-theme--foundation .gfield textarea{border-radius: 10px;height: 100px;}
}
@media (max-width: 767px){
}
@media (max-width: 575px){
}