*,
*::before,
*::after {
box-sizing: border-box !important;
margin: 0;
padding: 0;
}

html{
    overflow-x: hidden;
    font-size: 16px;
}

/* Apply to both default elements and Gutenverse block classes */
h1, .wp-block-heading h1 {
    font-size: 30px;
    margin-bottom: 32px;
    margin-top: 10px;
}

h2, .wp-block-heading h2 {
    font-size: 26px;
    margin-bottom: 32px;
    margin-top: 10px;
}

h3, .wp-block-heading h3 {
    font-size: 22px;
    margin-bottom: 32px;
    margin-top: 10px;
}

h4, .wp-block-heading h4 {
    font-size: 18px;
    margin-bottom: 32px;
    margin-top: 10px;
}

h5, .wp-block-heading h5 {
    font-size: 16px;
    margin-bottom: 32px;
    margin-top: 10px;
}

h6, .wp-block-heading h6 {
    font-size: 14px;
    margin-bottom: 32px;
    margin-top: 10px;
}

/* Ensure paragraphs inside Gutenverse blocks follow the styling */
p, div, span, ul, li, .wp-block-paragraph {
    font-size: 16px;
}

/* Ensure images are responsive */
img,
picture,
video,
canvas,
svg {
display: block !important;
max-width: 100% !important;
}

/* Inherit fonts for form controls */
input,
button,
textarea,
select {
font: inherit !important;
}

/* Ensure consistent line height */
body {
line-height: 1.5 !important;
}

/* Add spacing between main sections */
section, .wp-block-group {
    margin-bottom: 50px;
}

/* HEADER START */
.main_menu {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    align-items: center;
}

.main_menu li {
    text-decoration: none;
    list-style: none;
    display: inline-block;
    padding-left: 20px;
}

.main_menu li:hover {
    color: #D20A11;
}

.main_menu li a {
    text-decoration: none;
    color: inherit;
    font-size: 18px;
}

.open_search {
    cursor: pointer;
}
.search_form{
    background-color: #000000ad;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    margin: 0;
    padding: 0;
    text-align: right;
    display: none;
}
.search_form form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    text-align: center;
}
.search_form form input{
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 0;
    font-size: large;
    height: 53px;
}
.search_form form input:focus{
    border: 1px solid #fff;
    box-shadow: none;
}

.search_form form button{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}

.close_search_btn{
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: xxx-large;
}

header{
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
}

.custom-logo-link img{
    height: 100px;
    width: auto;
}

/* HEADER END */

/* FOOTER START */
/* newsletter start */
#subscription_email{
    border-radius: 0;
    padding: 10px;
    border: 1px solid #4f4b4b;
}
#subscription_btn{
    border: 1px solid #4f4b4b;
    border-radius: 0;
    margin-top: 10px;
}

#subscription_btn:hover{
    background-color:  #4f4b4b;
    color: #fff;
}
/* newsletter end */
footer{
    box-shadow: 0px -2px 4px -2px rgba(0, 0, 0, 0.2);
    padding-top: 50px;
}
.copyright_row{
    background-color: #000;
    color: #fff;
    padding-top: 10px;
    font-size: 11px;
}
/* FOOTER END */

/* body */
.main_content{
    min-height: 50vh;
}

/*Contact form 7 form css start */
.wpcf7{
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
.wpcf7-form,
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form p,
.wpcf7-form span,
.wpcf7-form label{
    width: 100%;
}

.wpcf7-form{
    border: 1px solid #e0dede;
    padding: 20px;
}
.wpcf7-form input{
    border: none;
    border-bottom: 1px solid #e0dede;
    padding-top: 10px;
    padding-bottom: 5px;
    outline: none;
    margin-top: 10px;
}
.wpcf7-form input:focus{
    border: none;
    border-bottom: 1px solid #000;
}
.wpcf7-form textarea{
    border: 1px solid #e0dede;
    outline: none;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
}
.wpcf7-form textarea:focus{
    border: 1px solid #000;
}
.wpcf7-form [type=submit]{
    background-color: #b9e40c;
    padding: 10px;
}

/*Contact form 7  form css end */

.guten-container{
	margin:auto !important;
}
/* widths starts */
.width_lg_10{
    width: 10% !important;
}
.width_lg_20{
    width: 20% !important;
}
.width_lg_30{
    width: 30% !important;
}
.width_lg_40{
    width: 40% !important;
}
.width_lg_50{
    width: 50% !important;
}
.width_lg_60{
    width: 60% !important;
}
.width_lg_70{
    width: 70% !important;
}
.width_lg_80{
    width: 80% !important;
}
.width_lg_90{
    width: 90% !important;
}
.width_lg_100{
    width: 100% !important;
}
/* widths end */


@media only screen and (max-width: 1024px){
    .width_md_10{
        width: 10% !important;
    }
    .width_md_20{
        width: 20% !important;
    }
    .width_md_30{
        width: 30% !important;
    }
    .width_md_40{
        width: 40% !important;
    }
    .width_md_50{
        width: 50% !important;
    }
    .width_md_60{
        width: 60% !important;
    }
    .width_md_70{
        width: 70% !important;
    }
    .width_md_80{
        width: 80% !important;
    }
    .width_md_90{
        width: 90% !important;
    }
    .width_md_100{
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px){
    .width_sm_10{
        width: 10% !important;
    }
    .width_sm_20{
        width: 20% !important;
    }
    .width_sm_30{
        width: 30% !important;
    }
    .width_sm_40{
        width: 40% !important;
    }
    .width_sm_50{
        width: 50% !important;
    }
    .width_sm_60{
        width: 60% !important;
    }
    .width_sm_70{
        width: 70% !important;
    }
    .width_sm_80{
        width: 80% !important;
    }
    .width_sm_90{
        width: 90% !important;
    }
    .width_sm_100{
        width: 100% !important;
    }
}
