/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary_color: #930037;
    --raleway_font: "Raleway", serif;
    --elmisseri_font: "El Messiri", serif;
}

.ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb_40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt_60 {
    padding-top: 60px;
}

.pt_40 {
    padding-top: 40px;
}

.pt_30 {
    padding-top: 30px;
}

.pb_60 {
    padding-bottom: 60px;
}

.pb_40 {
    padding-bottom: 40px;
}

.pb_30 {
    padding-bottom: 30px;
}

body p {
    font-family: var(--raleway_font) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.paraFornt *{
    font-family: var(--raleway_font) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.5;
}
.webBtn a {
    font-family: var(--raleway_font) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.3;
    border-radius: 25px;
    padding: 12px 32px !important;
    transition: ease-in 300ms;
}
.redBtn a:hover{
    background: var(--primary_color) !important;
    color: #ffff !important;
    border-color: #930037 !important;
}
.whiteBtn a:hover{
    background: transparent !important;
    color: #930037 !important;
}
.heading_h2 h2 {
    font-family: var(--elmisseri_font) !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    position: relative;
    width: max-content;
}

.heading_h2.heading_center h2 {
    margin: 0 auto;
}

.heading_h2 h2::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -90px;
    transform: translateY(-50%);
    width: 87.3px;
    height: 43.43px;
}

.heading_h2 h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
    width: 87.3px;
    height: 43.43px;
}

.red_singleElement h2::after {
    background: url(https://belltechwebtools.com/STAGING/mj-murals/wp-content/uploads/2025/01/red_Element.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.white_singleElement h2::after {
    background: url(https://belltechwebtools.com/STAGING/mj-murals/wp-content/uploads/2025/01/white_Element.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.white_doubleElement h2::after {
    background: url(https://belltechwebtools.com/STAGING/mj-murals/wp-content/uploads/2025/01/white_Element.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.white_doubleElement h2::before {
    background: url(https://belltechwebtools.com/STAGING/mj-murals/wp-content/uploads/2025/01/white_Element.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.red_doubleElement h2::after {
    background: url(https://belltechwebtools.com/STAGING/mj-murals/wp-content/uploads/2025/01/red_Element.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.red_doubleElement h2::before {
    background: url(https://belltechwebtools.com/STAGING/mj-murals/wp-content/uploads/2025/01/red_Element.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.heading_para p {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.3;
}

/* ===================================== Top Header Styling ============================== */
.top_header .header_socialMedia,
.top_header .header_phoneEmail {
    width: 30% !important;
}

.top_header .header_text {
    width: 40% !important;
}

.top_header .header_phoneEmail .elementor-widget-wrap {
    gap: 28px;
    padding: 10px 0 !important;
}

.top_header .header_phoneEmail .elementor-widget-wrap::after {
    content: '';
    width: 1px;
    height: 24px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 36.5%;
    transform: translate(-50%, -50%);
}

.top_header .header_phoneEmail .elementor-element {
    width: max-content !important;
}

.top_header .header_phoneEmail .elementor-element a,
.top_header .header_text p {
    font-family: var(--raleway_font);
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}

.top_header .header_text p {
    margin-bottom: 0 !important;
}

/* =================== Top header styling Ends ================ */

/* ===================================== Main Header Styling ============================== */
.main_header {
    position: absolute;
    z-index: 99;
    width: 100% !important;
}

.main_header .elementor-container {
    align-items: center !important;
}

.main_header::after {
    content: '';
    width: 70%;
    height: 80px;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 99;
    background: #fff;
    border-radius: 10px 0 0 10px;
}

.main_header .header_logo {
    width: 20% !important;
    margin-top: 15px;
}

.main_header .header_menu {
    width: 80% !important;
    z-index: 999;
    height: max-content;
}

.main_header .header_menu .elementor-widget-wrap {
    padding: 0 !important;
}

.main_header .header_menu .elementor-element {
    width: max-content !important;
}
.main_header .header_menu ul{
    gap: 6px;
}
.main_header .header_menu ul li a {
    padding: 13px 5px !important;
    font-family: var(--elmisseri_font) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.3;
}
.main_header .header_menu ul li:first-child{
    margin-top: -2px;
}
.main_header .header_menu ul li img{
    width: 80% !important;
}
.main_header .header_menu ul li.menu-item ul.sub-menu{
    padding: 20px !important;
    box-shadow: 2px 2px 8px 0px #00000040;
    border-radius: 6px;
}
.main_header .header_menu ul li ul.sub-menu li a{
    color: var(--primary_color) !important;
    border: none !important;
    padding: 8px 10px !important;
}
.main_header .header_menu ul li ul.sub-menu li a:hover,
.main_header .header_menu ul li ul.sub-menu li a.elementor-sub-item.elementor-item-active{
    background: var(--primary_color) !important;
    color: #fff !important;
    border-radius: 3px;
}
.header_contactBtn {
    margin-left: 10px;
}

.header_contactBtn a {
    font-family: var(--raleway_font) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.3;
    border-radius: 25px;
}


/* =================== Main header styling Ends ======================= */

/* ============================ Home page banner styling ========================= */
.home_banner .elementor-element:first-child{
	margin-bottom: 0 !important;
}
.home_banner h1 {
    font-size: 80px !important;
    line-height: 1.3;
    color: #fff !important;
}

.home_banner .elementor-background-overlay {
    clip-path: polygon(0 0, 58% 0, 46% 100%, 0% 100%);
}

.home_banner h3 {
    font-size: 50px !important;
    line-height: 1.3;
}

.home_banner p {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.3;
    padding-right: 50%;
}

.home_banner .webBtn {
    margin-top: 50px;
    margin-right: 20px;
}

.home_banner .webBtn a {
    width: max-content !important;
}

/* ================== Home banner Styling Ends========================= */

/* =================== About Sec Styling =================== */
.home_aboutSec .about_img .elementor-element:first-child,.home_aboutSec .about_img .elementor-element:first-child .elementor-widget-container{
    height: 100%;
}
.home_aboutSec .about_img .elementor-element .elementor-widget-container img{
    height: 95% !important;
}
.established_Text {
    width: 280px !important;
    position: absolute;
    z-index: 99;
    bottom: 2%;
    left: 20px;
}

/* ================== services Styling start ==============*/


.flex-full-width>div>div {
    width: 100% !important;
}

.flex-full-width>div {
    flex-wrap: wrap;
}

.services_box .elementor-widget-container {
    height: 100%;
}

.services_boxes>.elementor-widget-wrap {
    gap: 45px;
    flex-wrap: wrap;
}

.services_box>div {
    background: #fff;
    border-radius: 30px;
    position: relative;
}

.services_box {
    width: calc(33.33% - 30px) !important;
    margin-bottom: 0 !important;
}

.services_box:last-child {
    margin-top: 20px;
}

.services_box:last-child {
    width: 100% !important;
}

.services_box>div:before {
    content: "";
    background: #930037;
    width: 35%;
    height: 4%;
    position: absolute;
    border-radius: 30px;
    right: 0;
    left: 54%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    transition: 0.5s ease all;
}
.services_box:last-child>div:before {
    width: 25%;
    left: 55%;
}
.services_box .elementor-image-box-wrapper {
    position: relative;
}

.services_box>div .elementor-image-box-wrapper figure {
    margin: 0px !important;
    position: relative;
    left: -20px;
    top: -20px;
    border-radius: 13px;
    aspect-ratio: 9/20;
    overflow: hidden;
    width: 50% !important;
    border: 1px solid #fff;
}

.services_box:last-child>div .elementor-image-box-wrapper figure{
    aspect-ratio: 1.5;
    width: 70% !important;

}
.services_box .elementor-image-box-content {
    padding: 30px 10px 30px;
}

.services_box>div .elementor-image-box-wrapper figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(50 88 158 / 50%);
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.5s ease all;
}

.services_box>div .elementor-image-box-wrapper figure img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease all;
}

.services_box .elementor-image-box-content .elementor-image-box-title {
    margin: 0 0 10px;
    display: inline-block;
    font-size: 19px;
    color: #930037;
    font-family: var(--elmisseri_font);
    font-weight: 600 !important;
    line-height: 1.2 !important;
    transition: 1s ease all;
    background: none !important;
    text-transform: none !important;
}

.services_box .elementor-image-box-content .elementor-image-box-description {
    color: #000;
    font-size: 14px !important;
    font-family: var(--raleway_font) !important;
    font-weight: 500 !important;
}

.services_box .elementor-image-box-content p a {
    background: #930037;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 20px;
    line-height: 1.3;
    font-weight: 600 !important;
    font-family: var(--raleway_font) !important;
}

.services_box:hover * {
    color: #fff !important;
    transition: 0.5s ease all;
}
.services_box:hover figure img{
    scale: 1.05;
}

.services_box:hover:hover .elementor-image-box-content p a {
    background: #fff;
    color: var(--primary_color) !important;
}

.services_box:hover .elementor-widget-container:before {
    width: 101%;
    height: 100%;
    left: 50%;
}

.services_box:hover>div .elementor-image-box-wrapper figure:before {
    opacity: 1;
}

/* ======================== Services styling ends ========================== */
.first_cta h2 {
    font-family: var(--elmisseri_font) !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: 1.4;
}

/* ================== Why choose us sec styling =============== */
.journey_sec {
    position: relative;
}

.journey_sec::after {
    content: "";
    width: 100%;
    height: 65%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://belltechwebtools.com/STAGING/mj-murals/wp-content/uploads/2024/12/Group-514.png) no-repeat;
    background-size: cover;
    background-position: top;
    z-index: -1;
}

.journey_boxEs .elementor-widget-wrap {
    flex-wrap: wrap;
    gap: 20px;
}

.journey_boxEs .elementor-widget-wrap .journey_box {
    width: calc(25% - 15px) !important;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #fff;
    border-radius: 18px;
    margin-bottom: 0 !important;
    position: relative;
}

.journey_boxEs .elementor-widget-wrap .journey_box .elementor-image-box-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    margin-bottom: 0 !important;
}

.journey_boxEs .elementor-widget-wrap .journey_box .elementor-image-box-content {
    padding: 50px 30px 30px;
}

.journey_boxEs .elementor-widget-wrap .journey_box h3 {
    font-family: var(--elmisseri_font) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.4;
}

.journey_boxEs .elementor-widget-wrap .journey_box p {
    font-weight: 500 !important;
    line-height: 1.7;
}


/* ============================ Why Choose us Ends ==================== */

/* ======================= Step Sec styling ========================== */
.step_sec .elementor-container{
    flex-wrap: wrap;
}
.step_sec .elementor-container .step_textSec{
    width: 50% !important;
}
.step_sec .sub_headingh3 h3{
    font-family: var(--raleway_font) !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1.4;
}
.cta_heading *{
    font-family: var(--elmisseri_font) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.4;
    color: #fff !important;
}
.step_sec .elementor-container .about_btn_col{
    width: 100% !important;
}
.step_sec .elementor-container .about_btn_col .whiteBtn a:hover{
    background: #fff !important;
}
.step_sec .step_textSec .step_btn a {
    font-family: var(--elmisseri_font) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    padding: 5px 20px !important;
}

.step_sec .step_textSec .list_item{
    margin-bottom: 5px !important;
}
.step_sec .step_textSec .list_item p {
    font-family: var(--raleway_font) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.3;
}

.step_sec .step_textSec .list_item h3 {
    font-family: var(--elmisseri_font) !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.4;
    margin-bottom: 5px !important;
}

.step_imgSec .elementor-element {
    width: 80% !important;
}

.step_imgSec .elementor-element:first-child {
    left: 5%;
}

.step_imgSec .elementor-element:last-child {
    position: absolute;
    right: 0;
    bottom: 4%;
    z-index: 9;
}
.stepsByStepsSec .elementor-icon-box-wrapper {
    display: grid !important;
    grid-template-columns: 30px 5fr;
    gap: 20px;
}
.stepsByStepsSec .elementor-icon-box-wrapper .elementor-icon-box-content{
    text-align: left;
}
/* ======================= Step Sec styling ends ================ */
.faq_box{
    width: 80% !important;
    margin: 0 auto;
}
.faq_box .elementor-accordion-item {
    margin-bottom: 10px;
    border: none !important;
}

.faq_box h3 {
    font-family: var(--elmisseri_font) !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.4;
    background: #930037;
    padding: 15px 20px;
    color: #fff !important;
}

.faq_box .elementor-tab-title a {
    font-family: var(--elmisseri_font) !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.4;
}

.faq_box .elementor-tab-content p {
    font-weight: 500 !important;
    line-height: 1.3;
}
.faq_box span.elementor-icon-list-text{
	font-family: var(--raleway_font) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.faq_box p{
	margin-bottom: 0 !important
}

/* ======================= Gallery sec styling ================== */
.tab_sec .elementor-tabs .elementor-tabs-wrapper,.tab_sec .elementor-gallery__titles-container {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.tab_sec .elementor-tab-content {
    padding: 50px 0 20px !important;
}

.tab_sec .elementor-tab-title,.tab_sec .elementor-gallery__titles-container a.elementor-gallery-title {
    border: 2px solid #FFFFFF !important;
    font-family: var(--raleway_font) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.3;
    padding: 12px 32px;
    border-radius: 30px;
}
.tab_sec .elementor-gallery__titles-container a.elementor-gallery-title{
    color: #000 !important;
    border-color: #000 !important;
}
.tab_sec .elementor-gallery__titles-container a.elementor-gallery-title::after{
    display: none !important;
}
.tab_sec .elementor-tab-title.elementor-active,.tab_sec .elementor-tab-title:hover,.tab_sec .elementor-gallery__titles-container a.elementor-item-active,.tab_sec .elementor-gallery__titles-container a.elementor-gallery-title:hover {
    border-color: #930037 !important;
    background: #930037;
    color: #fff !important;
}

.tab_sec .elementor-tab-content p {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.tab_sec .elementor-tab-content p img{
	width:246px !important;
	height: 300px !important;
	object-fit: cover;
}

/* ================= Testimonial Sec styling ===================== */
.testimonial_sec {
    position: relative;
    margin-bottom: 80px;
}
.testimonial_content{
    position: relative;
}
.testimonial_content::after {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-right-radius: 80px;
    background: url(https://belltechwebtools.com/STAGING/mj-murals/wp-content/uploads/2024/12/Group-486.png) no-repeat;
    background-position: top left;
    background-size: cover;
    z-index: -1;
}

.testimonial_sec .testimonial_content {
    width: 40% !important;
}

.testimonial_content h2 img {
    margin-bottom: -20px;
    height: 50px;
}

.testimonial_sec .review_Col {
    width: 60% !important;
}

.testimonial_sec .review_Col .elementor-widget-wrap {
    justify-content: center;
    padding: 0 0 0 80px !important;
}

.testimonial_sec .review_Col .elementor-widget-wrap .elementor-element h3 {
    font-family: var(--elmisseri_font) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    color: var(--primary_color) !important;
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial_sec .review_Col .elementor-widget-wrap .elementor-element p {
    font-weight: 500 !important;
    line-height: 1.3;
    color: #000 !important;
    font-size: 20px !important;
}

.testimonial_sec .review_Col .elementor-widget-wrap .elementor-element p i {
    color: #FDD835 !important;
    margin-bottom: 30px;
}

.testimonial_sec .review_Col .elementor-widget-wrap ul.slick-dots {
    display: flex;
    gap: 20px;
}
.testimonial_sec .review_Col .elementor-widget-wrap ul.slick-dots li{
    font-size: 30px !important;
}

.testimonial_sec .review_Col .elementor-widget-wrap ul.slick-dots li::marker {
    color: #D9D9D9 !important;
}

.testimonial_sec .review_Col .elementor-widget-wrap ul.slick-dots li.slick-active::marker {
    color: #930037 !important;
}

.testimonial_sec .review_Col .elementor-widget-wrap ul.slick-dots li button {
    display: none !important;
}

.review_Col .elementor-element {
    padding-bottom: 50px;
}


/* ================== Contact Sec styling ==========================  */
.HomeContact_sec {
    position: relative;
}

.HomeContact_sec::after {
    content: '';
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://belltechwebtools.com/STAGING/mj-murals/wp-content/uploads/2024/12/Group-512-1.png) no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.HomeContact_sec::before {
    content: '';
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(https://belltechwebtools.com/STAGING/mj-murals/wp-content/uploads/2024/12/Group-511-1.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.home_getinTouch .contact_addressDetail li {
    margin: 6px 0;
}

.home_getinTouch .contact_addressDetail span.elementor-icon-list-text {
    font-family: var(--raleway_font) !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.3;
}

.home_contactForm .elementor-widget-wrap {
    width: 80% !important;
    margin-left: auto;
    background: #fff;
    box-shadow: 2px 2px 6.1px 0px #930037;
    padding: 40px !important;
}

.home_contactForm .elementor-form-fields-wrapper input,
.home_contactForm .elementor-form-fields-wrapper textarea {
    border: 0.5px solid #000000 !important;
    background: #FFFFFFF2 !important;
    border-radius: 8px !important;
    color: #000 !important;

}

.home_contactForm .elementor-form-fields-wrapper input::placeholder,
.home_contactForm .elementor-form-fields-wrapper textarea::placeholder {
    font-family: var(--raleway_font) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.3;
    color: #000 !important;
    opacity: 1 !important;
}

.home_contactForm .elementor-form-fields-wrapper .e-form__buttons {
    width: max-content !important;
    margin-top: 30px;
}

.home_contactForm .elementor-form-fields-wrapper .e-form__buttons .elementor-button {
    background: var(--primary_color) !important;
    font-family: var(--raleway_font) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.3;
    border-radius: 30px;
    border: 2px solid #930037;
    transition: ease-in 300ms;
}
.home_contactForm .elementor-form-fields-wrapper .e-form__buttons .elementor-button:hover{
    background: transparent !important;
    color: var(--primary_color) !important;
}

/* ============= Map sec styling ================ */
.map_sec .elementor-widget-wrap {
    padding: 0 !important;
}

/* =======================  Footer Styling ===================== */

.footer_inner h2 {
    font-family: var(--elmisseri_font) !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    text-transform: uppercase;
}

.quick_link ul li a {
    padding: 8px 0 !important;
    font-family: var(--raleway_font) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    text-decoration: underline;
}

.footer_inner .footerContact ul li {
    margin: 12px 0 !important;
}

.footer_inner .footerContact span.elementor-icon-list-text {
    font-family: var(--raleway_font) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.3;
}

.footer_inner .footerContact .elementor-social-icons-wrapper span.elementor-grid-item {
    margin-right: 10px;
}

.footer_webdetail p {
    font-weight: 500 !important;
    line-height: 1.3;
}

.copy_right p {
    margin-bottom: 0 !important;
}
body.home .d_noneHomepage{
    display: none;
}



/* ========================= Inner pages styling ================= */

/* =-======== Getting started ============= */
.inner_banner h1{
    font-family: var(--elmisseri_font) !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 54px !important;
}

.getting_started_content .elementor-widget-icon-box .elementor-icon-box-icon{
    margin-top: 12px !important;
}
.getting_started_content .elementor-widget-icon-box .elementor-icon-box-content h3.elementor-icon-box-title *{
    font-family: var(--elmisseri_font) !important;
    font-size: 24px !important;
    line-height: 1.3;
    font-weight: 600 !important;
}
.getting_started_content p,.getting_started_Para p{
    font-weight: 500 !important;
}

.inner_content .elementor-widget-heading span{
    font-family: var(--elmisseri_font) !important;
    font-weight: 700 !important;
    font-size: 24px !important;
}
.inner_content p{
    font-weight: 500 !important;
}
.getting_started_content span.elementor-icon-list-text{
    font-family: var(--raleway_font) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
/* =============== About page styling ================ */

.about_stepSec section .elementor-container{
    flex-wrap: wrap;
}
.about_stepSec section .elementor-container .elementor-column{
    width: 50% !important;
}
.about_stepSec p *{
    font-weight: 500 !important;
}
.about_stepSec li *,.collection_sec li *{
    font-family: var(--raleway_font) !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}
.getting_started_content h3{
    font-family: var(--elmisseri_font) !important;
    font-size: 28px !important;
    font-weight: 700 !important;
}
.about_stepSec h4,.collection_sec h4{
    font-family: var(--elmisseri_font) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}
.lets_getStarted .heading_h2 h2{
    font-size: 24px !important;
}
.lets_getStarted p *,.getting_started_content p *,.collection_sec p *{
    font-weight: 500 !important;
}
.list_items span.elementor-icon-list-icon{
	margin-top: 5px !important;
}

@media screen and (max-width: 1400px) {
    .services_box>div .elementor-image-box-wrapper figure {
        left: -20px;
        top: -20px !important;
    }

    .services_box:last-child>div .elementor-image-box-wrapper figure {
        top: -25px !important;
        aspect-ratio: 1.5;
    }

    .services_box .elementor-image-box-content {
        padding: 30px 10px 30px;
    }
}
@media screen and (max-width: 1200px) {
    .top_header .elementor-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }
    
    .top_header .elementor-container > div {
        width: 100% !important;
        max-width: 100% !important;
    }
    .top_header .elementor-container .elementor-icon-box-wrapper{
        display: grid !important;
        grid-template-columns: 30px auto;
        align-items: center;
        gap: 10px;
        flex-direction: row !important;
    }
    
    .top_header .header_phoneEmail .elementor-widget-wrap::after{
        display: none !important;
    }
    .top_header .elementor-container .slick-track {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top_header .slick-slide {
        width: 100% !important;
    }
    .top_header .header_phoneEmail .elementor-widget-wrap {
        gap: 28px;
        padding: 10px 0 !important;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center !important;
    }
    .top_header .elementor-icon-box-icon i {
        margin-top: 10px;
    }
    .header_socialMedia .elementor-social-icons-wrapper {
        display: flex;
        justify-content: center;
    }
    .main_header::after {
        width: 75%;
    }
    .main_header .header_menu ul li a {
        font-size: 14px !important;
    }
    .testimonial_sec{
        margin-bottom: 30px !important;
    }
    .testimonial_sec .review_Col .elementor-element .elementor-image-box-wrapper {
        padding-right: 20px;
    }
}
@media screen and (min-width:1024px) {
    .main_header .header_menu ul li.HomeMenuIcon a{
        font-size: 0px !important;
    }
}
@media screen and (max-width: 1024px) {
    .heading_h2 h2{
        font-size: clamp(1.75rem, 1.5636rem + 0.8772vw, 2.125rem) !important;
    }
    .header_contactBtn a {
        width: 100%;
    }
    /* ============= Header ================= */
    .main_header {
        background: #9300374f;
    }
    .main_header::after{
        display: none;
    }
    .main_header .header_menu .elementor-widget-wrap {
        padding-inline: 10px  !important;
    }
    .main_header .header_menu .elementor-element {
        width: auto;
        max-width: 100% !important;
    }
    .main_header .header_menu ul {
        gap: 4px;
    }
    .main_header .header_menu ul li a {
        font-size: 14px !important;
    }
    .header_contactBtn a {
        font-size: 14px !important;
        padding: 8px 15px;
    }
    .main_header_sec .main_header_navig {
        width: calc(100% - 170px);
    }
    .main_header_sec .main_header_navig .elementor-menu-toggle {
        margin: 0 0 0 auto !important;
        background: #930037;
    }
    .main_header_sec .main_header_navig .elementor-menu-toggle * {
        fill: #fff;
        color: #fff;
    }
    .main_header_sec .main_header_navig nav.elementor-nav-menu--dropdown {
        position: absolute;
        z-index: 1;
        width: 300px;
        right: -95px;
        top: 100%;
        box-shadow: 4px 4px 4px #797979;
        max-height: unset !important;
    }
    .main_header_sec .main_header_navig ul.elementor-nav-menu {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: unset;
        background: #930037;
        border: 1px solid #fff;
    }
    .main_header_sec .main_header_navig ul.elementor-nav-menu > li {
        padding: 0 15px;
    }
    .main_header_sec .main_header_navig ul.elementor-nav-menu > li.gift_cards {
        display: none;
    }
    .main_header_sec .main_header_navig ul.elementor-nav-menu li a {
        text-align: left;
        display: block;
        padding: 8px 0;
        color: #fff !important;
        background: transparent;
        border-bottom: 1px solid #fff;
    }
    .main_header .header_menu ul li img {
        display: none;
    }
    .main_header_sec .main_header_navig ul.elementor-nav-menu li a.has-submenu {
        display: flex;
        justify-content: space-between;
    }
    .main_header_sec .main_header_navig ul.elementor-nav-menu li:last-child a {
        border: none;
    }
    .main_header_sec .main_header_navig ul.elementor-nav-menu > li a:before {
        display: none;
    }
    .main_header_sec .main_header_navig ul.elementor-nav-menu li.menu-item-home a {
        font-size: 16px !important;
    }
    .main_header_sec .main_header_navig ul.elementor-nav-menu li.menu-item-home a:before {
        display: none;
    }
    .main_header_sec .main_header_navig ul.elementor-nav-menu > li.menu-item-home a:after {
     display: none;
    }
    .main_header_sec .main_header_navig ul.elementor-nav-menu li a .sub-arrow {
        bottom: 8px;
    }
    .main_header_sec .main_header_navig ul.elementor-nav-menu li a svg {
        fill: #fff !important;
    }
    .main_header_sec .main_header_navig ul.sub-menu {
        background: #fff;
        border-radius: 0;
        border: none;
        min-width: 100% !important;
        width: 100% !important;
        box-shadow: none;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .main_header_sec .main_header_navig ul.sub-menu li {
        border-bottom: 1px solid #930037;
    }
    .main_header_sec .main_header_navig ul.sub-menu li a {
        padding: 8px 10px;
    }
    .main_header_sec .main_header_navig ul.elementor-nav-menu li a:hover, 
    .main_header_sec .main_header_navig ul.elementor-nav-menu li.elementor-item-active a:hover {
        color: #fff !important;
    }
    
    /* ============== Header ============= */
  
    .home_banner .elementor-background-overlay {
        clip-path: unset;
    }
    .home_banner h1 {
        font-size: clamp(2.5rem, 1.2573rem + 5.848vw, 5rem) !important;
    }
    .home_banner h3 {
        font-size: clamp(1.625rem, 0.8794rem + 3.5088vw, 3.125rem) !important;
    }
    .home_banner p {
        padding-inline: 0;
    }
    .home_banner .webBtn {
        max-width: unset !important;
        width: auto !important;
    }
    .journey_boxEs {
        margin-top: 0px !important;
    }
    .journey_boxEs  .elementor-widget-wrap {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px !important;
    }
    .journey_boxEs .elementor-widget-wrap .journey_box {
        width: 100% !important;
    }
    .journey_boxEs .elementor-widget-wrap .journey_box .elementor-image-box-img {
        position: unset;
        display: flex;
        justify-content: center;
        transform: unset !important;
        padding-top: 30px;
        width: 100% !important;
    }
    .journey_boxEs .elementor-widget-wrap .journey_box .elementor-image-box-content {
        padding-top: 20px;
    }
    .step_sec .elementor-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        padding-inline: 20px !important;
    }
    .step_sec .elementor-container .step_textSec {
        width: 100% !important;
    }
    .step_sec .elementor-container .step_textSec .elementor-widget-wrap {
        padding-right: 0px !important;
        border: none !important;
    }
    .services_boxes > .elementor-widget-wrap {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px 20px;
        border-radius: 10px;
    }
    .services_boxes > .elementor-widget-wrap .services_box {
        width: 100% !important;
        max-width: 100% !important;
    }
    .services_boxes > .elementor-widget-wrap .services_box .elementor-image-box-wrapper {
        flex-direction: column !important;
    }
    .services_box > div {
        background: #930037 !important;
    }
    .services_box > div .elementor-image-box-wrapper figure {
        left: 0;
        top: 0px !important;
        width: 100% !important;
        height: 100%;
        aspect-ratio: 1;
    }
    .services_box > div:before {
        display: none;
    }
    .services_box .elementor-image-box-content {
        padding: 10px 14px 30px;
        text-align: center;
    }
    
    .services_box:hover .elementor-image-box-content .elementor-image-box-title a, 
    .services_box .elementor-image-box-content .elementor-image-box-title a {
        background: transparent !important;
        color: #fff !important;
        font-size: 24px;
        font-weight: 600 !important;
    }
    .services_box .elementor-image-box-content .elementor-image-box-description {
        color: #fff !important;
    }
    
    .services_box .elementor-image-box-content a {
        background: #fff !important;
        color: #930037 !important;
    }
    .services_box:last-child>div .elementor-image-box-wrapper figure{
        width: 100% !important;
    }
    .services_box:last-child>div .elementor-image-box-wrapper figure {
        top: 0 !important;
        aspect-ratio: 1;
    }
    .testimonial_sec .review_Col .elementor-image-box-content {
        display: flex;
        flex-direction: column-reverse;
    }
    .testimonial_sec .review_Col .elementor-widget-wrap .elementor-element h3 {
        position: unset !important;
        transform: none;
        padding-inline: 25%;
    }
    .testimonial_sec .review_Col .elementor-element {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .testimonial_sec .review_Col .elementor-widget-wrap ul.slick-dots li {
        position: relative;
    }
    .testimonial_sec .review_Col .elementor-widget-wrap ul.slick-dots {
        gap: 20px;
        width: 100%;
        padding-left: 30px;
        display: flex;
        justify-content: center;
    }
   
    .tab_sec .elementor-tabs .elementor-tabs-wrapper, .tab_sec .elementor-gallery__titles-container {
        gap: 14px;
    }
    .tab_sec .elementor-tab-title, .tab_sec .elementor-gallery__titles-container a.elementor-gallery-title {
        padding: 10px 14px;
        font-size: 14px !important;
    }
    .tab_sec .elementor-tabs-content-wrapper .elementor-tab-title {
        display: none !important;
    }
    .tab_sec .elementor-tab-content p {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        gap: 14px;
    }
    .tab_sec .elementor-gallery__container {
        display: flex !important;
        gap: 14px;
    }
    .tab_sec .elementor-tab-content p img,
    .tab_sec .elementor-gallery__container a img {
        aspect-ratio: 1;
        width: 100% !important;
        height: 100% !important;
    }
}
@media  screen and (max-width: 991px) {
    .flexDirReverse > div{
        flex-direction: column-reverse !important;
        gap: 30px;
    }
    .flexDir > div{
        flex-direction: column !important;
        gap: 30px;
    }
    .flexDirReverse > div > div, .flexDir > div > div{
        width: 100% !important;
    }
    .heading_h2.pseudoElements h2::before,
    .heading_h2.pseudoElements h2::after{
        display: none !important;
    }
    .heading_h2.pseudoElementsLeft h2::before{
        display: none !important;
    }
    .heading_h2.pseudoElementsRight h2::after{
        display: none !important;
    }
    .heading_h2 h2 br {
        display: none !important;
    }
    .heading_h2 h2{
        display: flex;
        width: auto;
        gap: 10px;
        align-items: center;
    }
    .heading_h2.heading_center h2{
        align-items: center;
        justify-content: center;
    }
    .heading_h2 h2::before,
    .heading_h2 h2::after{
        position: unset !important;
        transform: none;
    }
    .heading_h2.heading_center h2::before,
    .heading_h2.heading_center h2::after{
        position: unset !important;
        transform: none;
    }
    /* ================================= */
    .home_aboutSec .elementor-container {
        flex-direction: column;
    }
    .home_aboutSec .elementor-container > div {
        width: 100%;
    }
    .home_aboutSec .established_Text{
        max-width: 300px !important;
    }
    .home_aboutSec .elementor-widget-wrap {
        padding-inline: 14px !important;
    }
    .footer_main .footer_inner > .elementor-container {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        max-width: 100% !important;
        column-gap: 40px;
    }
    .footer_main .footer_inner > .elementor-container > div{
        max-width: 100% !important;
        width: 100% !important;
    }
    .footer_main .footer_inner > .elementor-container .footer_webdetail {
        grid-column: 1 / span 3;
        padding-inline: 15%;
        text-align: center;
    }
    .footer_main .footer_inner > .elementor-container .footer_webdetail .elementor-widget-image {
        text-align: center;
    }
    .journey_boxEs  .elementor-widget-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .testimonial_sec {
        padding: 40px 15px;
        background: url(https://belltechwebtools.com/STAGING/mj-murals/wp-content/uploads/2024/12/Group-486.png) no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
    }
    .testimonial_sec .review_Col .elementor-element .elementor-image-box-wrapper{
        padding-right: 0px !important;
    }
    .testimonial_content::after {
        display: none;
    }
    .testimonial_sec .review_Col .elementor-widget-wrap {
        padding-left: 0px !important;
    }
    .testimonial_sec .elementor-container {
        flex-direction: column !important;
    }
    .testimonial_sec .review_Col,
    .testimonial_sec .testimonial_content{
        width: 100% !important;
    }
    .testimonial_sec .review_Col .elementor-widget-wrap .elementor-element p,
    .testimonial_sec .review_Col .elementor-widget-wrap .elementor-element h3{
        color: #fff !important;
    }
    .testimonial_sec .next-arrow,.testimonial_sec .prev-arrow {
        display: none !important;
    }
    .testimonial_sec .review_Col {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .testimonial_content h2 img {
        margin-bottom: 0;
    }
    .HomeContact_sec{
        padding-inline: 20px
    }
    .HomeContact_sec  .elementor-container {
        row-gap: 30px !important;
        flex-direction: column-reverse;
    }
    .HomeContact_sec  .elementor-container > div{
       width: 100% !important;
    }
    .home_contactForm .elementor-widget-wrap {
        margin-left: 0px;
        width: 100% !important;
    }
    .HomeContact_sec::before,.HomeContact_sec::after {
        display: none;
    }
    .tab_sec .elementor-tab-content p {
        grid-template-columns: repeat(3, 1fr);
    }
    /* ================ Inner Pages ================== */
    .inner_banner {
        padding: 200px 20px 120px !important;
    }
    /* ================ Inner Pages ================== */
    
}
@media screen and (max-width: 767px) {
    .webBtn a{
        font-size: 16px !important;
        padding: 8px 20px !important;
    }
    .footer_main .footer_inner > .elementor-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer_main .footer_inner > .elementor-container .footer_webdetail,
    .footer_main .footer_inner > .elementor-container .footer_webdetail .elementor-widget-image  {
        grid-column: auto;
        padding-inline: 0;
        text-align: left;
    }
    .footer_main .footer_inner > .elementor-container .footer_webdetail > div{
        padding-right: 0px !important;
    }
    .home_aboutSec .about_img .elementor-element:first-child, .home_aboutSec .about_img .elementor-element:first-child .elementor-widget-container {
        height: auto;
    }
   
    .testimonial_sec .review_Col .elementor-widget-wrap .elementor-element h3{
        padding-inline: 10%;
    }
    .tab_sec .elementor-tab-content p {
        grid-template-columns: repeat(2, 1fr);
    }
    
}
@media screen and (max-width: 576px) {
    .home_aboutSec .established_Text {
        position: unset;
        width: 300px !important;
        margin-bottom: 20px;
    }
    .footer_main .footer_inner > .elementor-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .footer_main .footer_inner > .elementor-container *{
        text-align: center;
    }
    .footer_main .footer_inner > .elementor-container .menu-item{
        display: flex;
        align-items: center;
        flex-direction: column !important;
        justify-content: center;
    }
    .footer_main .footer_inner > .elementor-container .elementor-icon-list-item a,
    .footer_main .footer_inner > .elementor-container .elementor-icon-list-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .faq_box {
        width: 100% !important;
    }
    .journey_boxEs  .elementor-widget-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .testimonial_sec .review_Col .elementor-widget-wrap ul.slick-dots{
        padding-left: 25px !important;
    }
    .home_contactForm .elementor-widget-wrap{
        padding: 40px 14px !important;
    }
    
}
@media screen and (max-width: 480px) {
    .heading_h2 h2 {
        width: auto !important;
    }
    .heading_h2 h2::before,
    .heading_h2 h2::after {
        width: 65px;
        display: inline-block;
    }
    .home_banner {
        padding-block: 100px 50px !important;
    }
    .services_boxes > .elementor-widget-wrap{
        grid-template-columns: repeat(1, 1fr);
    }
   

}