/*
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;
}
p:first-child{
    margin-top: 0
}
ul{
	margin-block: 0;
	padding-left: 22px;
}

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

/* Gravity Form */
.gform-theme--framework .gform_validation_errors{
	display: none;
}
.gform-theme--foundation .gfield .ginput_password.large, 
.gform-theme--foundation .gfield input.large, 
.gform-theme--foundation .gfield select.large,
.gform-theme--foundation .gfield textarea.small,
.gform-theme--foundation .ginput_complex input,
.gform-theme--foundation .gfield textarea.medium{
    background: transparent;
    border: 2px solid #DFDFDF !important;
    border-radius: 10px !important;
    color: #4FA3A5 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: "Poppins" !important;
    box-shadow: none !important;
    height: 60px !important;
}
.gform-theme--foundation .gfield textarea.medium{
	min-block-size: auto !important;
}
/* .gform-theme--foundation .gform_footer{
	justify-content: center;
} */
.gform-theme--foundation .gform-footer .gform_button{
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: "Poppins" !important;
    padding: 17px 30px !important;
    border-radius: 10px !important;
    background-color: #4FA3A5 !important;
    transition: 0.3s ease all !important;
}
.gform-theme--foundation .gform-footer .gform_button:hover{
    background-color: #D4A657 !important;
}

.gform-theme--framework .gform_validation_errors ol a{
	display: none;
}

/* ====================== */
/* ======Responsive====== */
/* ====================== */
@media (max-width: 1024px){
	.ltposition-imgsec .lr-img{
		position: static !important;
	}
	
	.gform-theme--foundation .gfield .ginput_password.large, 
	.gform-theme--foundation .gfield input.large, 
	.gform-theme--foundation .gfield select.large,
	.gform-theme--foundation .gfield textarea.small,
	.gform-theme--foundation .ginput_complex input,
	.gform-theme--foundation .gfield textarea.medium{
		font-size: 16px !important;
		height: 50px !important;
	}
	
	.gform-theme--foundation .gform-footer .gform_button{
		font-size: 16px !important;
	}
}
@media (max-width: 767px){
}

@media (max-width: 639px){
	.gform-theme--foundation .gform-grid-row{
		row-gap: 20px !important;
	}
}

@media (max-width: 575px){
}


.customFlip a.elementor-flip-box__button.elementor-button.elementor-size-sm {
    border:none;
    display: inline-block;
    height: 20px;
    width: 20px;
    padding:50px;
    border-radius: 50%; /* optional, makes it circular */
    background: rgba(255, 255, 255, 0.2) url("https://annuityinformant.digitalparcdemo.com/wp-content/uploads/2025/09/Group-80.svg") no-repeat center center;
    background-size: 30%; /* scale the icon */
    backdrop-filter: blur(20px); /* blur effect */
    -webkit-backdrop-filter: blur(20px); /* Safari support */
    cursor: pointer;
    transition: all 0.3s ease;
}