/*
Theme Name: Evolva 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 */
    --s120: 120px;
		--s100: 100px;
    --s80: 80px;
    --s50: 50px;
    --s60: 60px;
    --s60special: 60px;
    --s40: 40px;
    --s25: 25px;
    --s20: 20px;
	--br-primary: 24px;
	
	--f80: 80px;
	
}
@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 */
        --s120: 100px;
        --s100: 80px;
        --s80: 60px;
        --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 */

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

.elementor-icon-box-wrapper .elementor-icon-box-title{
	margin-top: 0;
}
.main-header{
    transition: 0.3s ease all;
    width: 100% !important; 
}
.main-header.active-sticky{
    transition: 0.3s ease all;
}
.gf-contact-form .gform_body #gform_fields_1 .gfield .ginput_container input,.gf-contact-form .gform_body #gform_fields_1 .gfield .ginput_container textarea{    
    border-radius: 6px;
    padding: 14px 10px;
    border-color: #ffffff !important;
    font-size: 16px !important;
    height: 45px;    
    font-family: "Alexandria", Sans-serif !important;
}
.gf-contact-form .gform_body #gform_fields_1 .gfield .ginput_container select
{
    border-radius: 6px;
    font-family: "Alexandria", Sans-serif !important;
    height: 45px;    
    border-color: #ffffff !important;
}
.gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
}
.gform_button {
    background-color:#0A1A44 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    padding: 15px 25px !important;
    font-family: "Alexandria", Sans-serif !important;
    border-style: solid;
    border-radius:30px !important;
}
.gform_button:hover{
    background-color:#ffffff !important;
    color: #0A1A44 !important;
    border-color: #0A1A44 !important;
}

.gform_required_legend
{
    display: none !important;
}

.gfield_required
{
    color: #0A1A44 !important;
}

.toc-contents-wrap .rtw-title{
	row-gap: 30px !important;
}
.toc-title-wrap .elementor-toc__list-wrapper{
	margin-block: 0;
}
.toc-title-wrap .elementor-toc__list-item{
	margin-bottom: 0
}
.toc-title-wrap .elementor-toc__list-item-text{
	width: 100%;
    padding: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1)
}
.toc-title-wrap .elementor-toc__list-item-text.elementor-item-active{
	background: #E1EAFF;
    border-left: 5px solid #0A1A44;
	border-bottom: 0;
}

/* ====================== */
/* ======Responsive====== */
/* ====================== */
@media (max-width: 1024px){
}
@media (max-width: 767px){
	.toc-title-wrap .elementor-toc__list-wrapper{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	.toc-title-wrap .elementor-toc__list-item-text.elementor-item-active{
		background: #E1EAFF;
		border-left: 0;
		border-bottom: 1px solid;
	}
	.toc-title-wrap .elementor-toc__list-item-text{
		border: 1px solid rgba(0,0,0,0.1);
	}
}
@media (max-width: 575px){
}