/* 
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;
}
body{
    background: #052A2ECC;
    max-width: 2100px;
    margin: 0 auto;
}
ul,ol{
    padding: 0;
}
:root{
    --Jomhuria_font: 'Jomhuria';
    --Itim_font: 'Itim';
    --Jost_font: 'Jost';
    --primary_color: #E9D3A2;
}
a{
    text-decoration: none;
}
.ptb_60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.pt_60{
    padding-top: 60px;
}
.pb_60{
    padding-bottom: 60px;
}
.ptb_40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.heading_h2{
    margin-bottom: 0 !important;
}
.heading_h2 h2{
    font-family: var(--Jomhuria_font) !important;
    font-weight: 300 !important;
    font-size: clamp(2.5rem, 2.1121rem + 1.7241vw, 4.375rem) !important;
    line-height: 1.3;
	letter-spacing:1px;
}
.heading_h3 h3{
    font-family: var(--Jomhuria_font) !important;
    font-weight: 300 !important;
    font-size: clamp(1.875rem, 1.6164rem + 1.1494vw, 3.125rem) !important;
    line-height: 0.8;
	letter-spacing:1px;
}
.paraFont *{
    font-family: var(--Jost_font) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.3;

}
.web_btn a{
    font-family: var(--Jost_font) !important;
    font-weight: 700 !important;
    font-size: clamp(0.875rem, 0.8233rem + 0.2299vw, 1.125rem) !important; 
    line-height: 1.3;
    padding: 10px 30px !important;
}
.web_btn a{
    transition: ease-in 300ms;
}
.web_btn span.elementor-button-content-wrapper{
    align-items: center;
    gap: 10px;
}
.web_btn span.elementor-button-icon svg{
    width: 40px !important;
}
.web_btn span.elementor-button-icon svg path{
    transition: ease-in 300ms;
}
.svg_white a:hover svg path{
    fill: #fff;
}
.svg_dark a:hover svg path{
    fill: #0A565F;
}
section.elementor-section-full_width>.elementor-container {
	width: 90%;
}

section.elementor-section>.elementor-container>.elementor-column>div {
	padding: 0;
}

.elementor-inner-section>.elementor-container {
	width: 100% !important;
}

.map_sec>.elementor-container {
	width: 100% !important;
}
.section_margin{
    margin-left: 20px;
    margin-right: 20px;
}
.sub_heading{
    margin-bottom: 10px !important;
}
.sub_heading .elementor-icon-box-icon{
    margin-bottom: -10px !important;
}
.sub_heading span.elementor-icon-box-title *{
    font-family: var(--Itim_font) !important;
    font-weight: 400 !important;
    font-size: clamp(1.125rem, 0.9957rem + 0.5747vw, 1.75rem) !important;
    line-height: 1.3;
}
.sub_heading span.elementor-icon-box-title span{
    position: relative;
}
.sub_heading span.elementor-icon-box-title span::after{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background:#0A565F;
}
.sub_heading.orange_color span.elementor-icon-box-title span::after{
    background: #FAB96F;
}
/* ============= Header Styling ============= */
.top_header .elementor-widget-icon-box span.elementor-icon-box-title a{
    font-family: var(--Jost_font) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.3;
}
.top_header p{
    font-family: var(--Jost_font) !important;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0 !important;
}
.main_header{
    padding: 10px 0;
}
.main_header nav ul{
    align-items: center;
}
.main_header nav ul li a{
    font-family: var(--Itim_font) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    padding: 10px !important;
    position: relative;
}
.main_header nav ul li a::after{
    content: '';
    width: 40px;
    height: 30px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%) !important;
    background: url(https://belltechwebtools.com/STAGING/chef-linus-exclusive/wp-content/uploads/2025/04/menu_icon.png) no-repeat !important;
    background-size: contain;
    background-position: center;
}
.main_header nav ul li.home_menu a::after,.main_header nav ul li ul.sub-menu li a::after{
    display: none;
}
.main_header nav ul li ul.sub-menu li a{
    border-radius: 5px !important;
}
.main_header nav ul li ul.sub-menu {
    padding: 10px 15px !important;
}
.main_header .web_btn a{
    padding: 10px 25px !important;
}

/* ============= Banner styling ========= */
.home_banner{
	border-top: 5px solid #fff;
}
.home_banner .elementor-widget-heading{
    margin-bottom: 0 !important;
}
.home_banner h1{
    font-family: var(--Jomhuria_font) !important;
    font-weight: 400 !important;
    font-size: clamp(5.3125rem, 4.6272rem + 3.046vw, 8.625rem) !important;
    line-height: 0.5;
    text-transform: uppercase;
}
.home_banner h1 span{
    font-size: clamp(4.0625rem, 3.6099rem + 2.0115vw, 6.25rem) !important;
    color: #FAB96F !important;
    text-transform: capitalize;
}
.home_banner p{
    font-family: var(--Jost_font) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.8;
}
/* ========= ABout sec ========== */
.about_sec{
    z-index: 9;
}
/* .about_sec .about_content::after{
    content: '';
    width: 180px;
    height: 110px;
    position: absolute;
    right: 0;
    top: 10%;
    background: url(https://belltechwebtools.com/STAGING/chef-linus-exclusive/wp-content/uploads/2025/04/about_cutlary.png) no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}
.about_sec .about_content::before{
    content: '';
    width: 230px;
    height: 250px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(https://belltechwebtools.com/STAGING/chef-linus-exclusive/wp-content/uploads/2025/04/about_dish.png) no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
} */
.about_sec p{
    font-size: 20px !important;
}
.about_side_img .elementor-widget-image {
    right: -4.8vw;
}
.about_side_img .elementor-widget-image img {
    width: 100%;
}
/* ============= CTA styling ============= */
.cta_sec h2{
    font-family: var(--Jomhuria_font) !important;
    font-weight: 400 !important;
    font-size: 60px !important;
    line-height: 0.5;
}
.cta_sec h2 span{
    color: #FAB96F !important;
}
.cta_sec p{
    font-size: 20px !important;
    line-height: 1.6;
    letter-spacing: 1px;
}
/* =============== Services sec styling ========== */
.services_sec section .elementor-container{
    gap: 30px;
}
.services_sec section .elementor-widget-image{
    margin-bottom: 0 !important;
    position: relative;
}
.services_sec section .elementor-widget-image::after{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 58.81%);
    transition: ease-in 300ms;
    opacity: 1;
}

.services_sec section .elementor-widget-image .elementor-widget-container{
    box-shadow: 2px 2px 4px 0px #00000040;
    border-radius: 10px;
    aspect-ratio: 0.7;
}
.services_sec section .elementor-widget-image .elementor-widget-container img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}
.services_sec section .elementor-widget-heading{
    position: absolute;
    bottom: 35%;
    margin-bottom: 0 !important;
    transition: ease-in 300ms;
    z-index: 9;
}

.services_sec section .elementor-widget-heading *{
    font-family: var(--Jomhuria_font) !important;
    font-weight: 400 !important;
    font-size: 40px !important;
    line-height: 1;
    letter-spacing: 2px;
}
.services_sec section .web_btn{
    position: absolute;
    bottom: 8%;
    z-index: 9;
}
body.home .services_sec section .web_btn{
    display: none;
}
.services_sec section .paraFont{
    padding: 0 50px;
    margin-bottom: 0 !important;
    position: absolute;
    bottom: 10%;
/*     opacity: 0; */
    transition: ease-in 300ms;
    z-index: 9;
}
.services_sec .services_lists .paraFont{
	 bottom: 17%;
}
/* .services_sec section .elementor-column:hover .elementor-widget-heading{
    bottom: 40%;
} */
/* .services_sec section .elementor-column:hover .paraFont{
    opacity: 1;
} */
/* .services_sec section .elementor-column:hover .elementor-widget-image::after{
    height: 100%;
    top: 0;
} */
/* =========== Why choose sec =========== */
.why_choose_sec  .elementor-widget-icon-box span.elementor-icon-box-title *{
    font-family: var(--Itim_font) !important;
    font-weight: 400 !important;
    font-size: clamp(1.25rem, 1.1466rem + 0.4598vw, 1.75rem) !important;
    line-height: 1;
}
.why_choose_sec  .elementor-widget-icon-box p{
    font-family: var(--Jost_font) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.3;
}
/* ============= Our offerings =========== */
.our_offerings_sec section .elementor-widget-wrap{
    justify-content: space-between !important;
}
.our_offerings_sec section .elementor-widget-image-box{
    width: calc(25% - 20px) !important;
}
.our_offerings_sec section .elementor-widget-image-box .elementor-widget-container{
    backdrop-filter: blur(7.599999904632568px);
    border-radius: 200px 200px 0 0;
    padding: 30px;
}
.our_offerings_sec section .elementor-widget-image-box figure{
    padding: 8px;
    /* border: 1px dashed #fff;
    border-radius: 50%; */
    position: relative;
    overflow: hidden;
	aspect-ratio: 1;
	max-width:250px !important; 
}
.our_offerings_sec section .elementor-widget-image-box figure::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px dashed #fff;
    border-radius: 50%;
    transition: ease-in 800ms;
}
.our_offerings_sec section .elementor-widget-image-box img{
    border: 4px solid #F2A54D;
    vertical-align: bottom;
    border-radius: 50%;
    transition: ease-in 300ms;
}
.our_offerings_sec section .elementor-widget-image-box h3{
    font-family: var(--Jomhuria_font) !important;
    font-weight: 400 !important;
    font-size: 50px !important;
    line-height: 1;
    color: #fff !important;
}
.our_offerings_sec section .elementor-widget-image-box .web_btn a{
    background: #F2A54D;
    border: 1.5px solid #FFFFFF;
    color: #0A565F !important;
    border-radius: 30px;
    display: block;
    transition: ease-in 300ms;
}
.our_offerings_sec section .elementor-widget-image-box .web_btn a:hover{
    background: transparent;
    color: #fff !important;
}
.our_offerings_sec section .elementor-widget-image-box:hover figure::after{
    transform: rotate(180deg);
}
.our_offerings_sec section .elementor-widget-image-box:hover img{
    transform: scale(0.95);
}
/* ===================== menu styling =============== */
.menu_sec .menu_item_box .elementor-container{
    flex-wrap: wrap;
    gap: 30px;
}
.menu_sec .menu_item_box .elementor-column{
    width: calc(33.33% - 20px) !important;
}
/* .menu_sec.menu_page .menu_item_box .elementor-column{
    width: 100% !important;
} */
.menu_sec .menu_item_box .elementor-column .elementor-widget-wrap{
    padding: 40px;
    box-shadow: 0px 0px 5.9px 1px #00000040;
    border-radius: 10px;
}
.menu_sec .menu_item_box .elementor-column h2{
    font-family: var(--Jomhuria_font) !important;
    font-weight: 400 !important;
    font-size: clamp(1.75rem, 1.5948rem + 0.6897vw, 2.5rem) !important;
    line-height: 1;
    text-transform: capitalize;
    background: #0A565F;
    border-radius: 5px;
    color: #fff !important;
    padding: 8px 0;
}
.menu_sec .menu_item_box .elementor-column h3{
    font-family: var(--Jost_font) !important;
    font-weight: 700 !important;
    font-size: clamp(1.375rem, 1.2716rem + 0.4598vw, 1.875rem) !important;
    line-height: 1.3;
}
.menu_sec .menu_item_box .elementor-column h4{
    font-family: var(--Jost_font) !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 1.3;
    text-transform: capitalize;
}
.menu_sec .menu_item_box .elementor-column p{
    position: relative;
}
.menu_sec .menu_item_box .elementor-column p::after{
    content: '';
    width: 250px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 0.5px dashed #000000
}
/* ==================  Booking sec styling ============ */
.booking_sec form{
    width: 80%;
    margin: 0 auto;
}
.booking_sec form input,.booking_sec form select,.booking_sec form textarea{
    border: 1px solid #0A565F !important;
    background: #fff;
    border-radius: 5px;
    font-family: var(--Jost_font) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.3;
    color: #0A565F !important;
    padding: 10px;
    outline: none !important;
}
.booking_sec form input::placeholder,.booking_sec form select::placeholder,.booking_sec form textarea::placeholder{
    font-family: var(--Jost_font) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.3;
    color: #0A565F !important;
    opacity: 1 !important;
}
.booking_sec form input[type="date"]:before {
    content: attr(placeholder) !important;
    display: block;
    width: 100% !important;
}

.booking_sec form input[type="time"]:before {
    content: attr(placeholder) !important;
    display: block;
    width: 100% !important;
}
.booking_sec form button[type=submit] > span{
    flex-direction: row-reverse !important;
}
.booking_sec form button[type=submit] svg{
    width: 40px !important; 
    height: 40px !important;
}
.booking_sec form button[type=submit] .elementor-button-text,.contact_sec form button[type=submit] .elementor-button-text{
    font-family: var(--Jost_font) !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 1.3;
}
.booking_sec form button[type=submit],.contact_sec form button[type=submit]{
    padding: 10px 30px !important;
    border-radius: 50px !important;
    transition: ease-in 300ms;
    border: 1.5px solid #FFFFFF;
    margin-top: 40px;
}
.booking_sec form button[type=submit] svg path,.contact_sec form button[type=submit] svg path{
    transition: ease-in 300ms;
}
.booking_sec form button[type=submit]:hover{
    background: #F2A54D !important;
    color: #0A565F !important;
}
.booking_sec form button[type=submit]:hover svg path{
    fill: #0A565F !important;
}
/* ================ Gallery sec ================================== */
.gallery_sec .elementor-container{
    width: 100% !important;
}
/* ================ Reviews sec styling =========== */
.reviews_sec  section .elementor-container{
    gap: 60px;
}
.reviews_sec section .elementor-column .elementor-widget-wrap{
    /* clip-path: polygon(0 23%, 100% 0, 100% 100%, 0% 100%);
    background: #0A565F;
    border-radius: 0px 25px 20px 20px;
    border: 3px solid #FFFFFF; */
    /* box-shadow: 2px 2px 4px 0px #00000040; */
    /* padding: 90px 50px 30px 50px !important; */
    padding: 75px 50px !important;
    position: relative;
    z-index: 99;
}
.reviews_sec section .elementor-column .elementor-widget-wrap::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(https://belltechwebtools.com/STAGING/chef-linus-exclusive/wp-content/uploads/2025/04/review_bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: -1;

}
.reviews_sec section .elementor-column::after{
    content: '';
    width: 70px;
    height: 70px;
    top: 50px;
    left: -35px;
    position: absolute;
    background: url(https://belltechwebtools.com/STAGING/chef-linus-exclusive/wp-content/uploads/2025/04/Group-19.png) no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 999;
}
.reviews_sec section .elementor-column .elementor-widget-heading{
    margin-bottom: 0 !important;
}
.reviews_sec section .elementor-column h4{
    font-family: var(--Itim_font) !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 1.3;
}
.reviews_sec section .elementor-column .elementor-widget-rating{
    margin-bottom: 8px !important;
}
.reviews_sec section .elementor-column p{
    font-size: 16px !important; 
    margin-bottom: 0 !important;
    position: relative;
}
.reviews_sec section .elementor-column p::after{
    content: "";
    width: 40px;
    height: 27px;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: url(https://belltechwebtools.com/STAGING/chef-linus-exclusive/wp-content/uploads/2025/04/quote.png) no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 9999;

}
/* ============== Contact sec ========== */
.contact_sec form input,.contact_sec form textarea{
    border: 1px solid #0A565F;
    font-family: var(--Jost_font) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.3;
    background: #fff !important;
    opacity: 1 !important;
    color: #000 !important;
    border-radius: 5px;
}
.contact_sec form input::placeholder,.contact_sec form textarea::placeholder{
    font-family: var(--Jost_font) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.3;
    opacity: 1 !important;
    color: #000 !important;
}
.contact_sec form button[type=submit] > span{
    flex-direction: row-reverse !important;
    gap: 10px;
}
.contact_sec form button[type=submit] svg{
    width: 40px !important;
    height: 40px !important;
}
.contact_sec form button[type=submit]:hover{
    background: transparent !important;
    color: #FAB96F !important;
}
.contact_sec form button[type=submit]:hover svg path{
    fill: #FAB96F !important;
}
.map_sec .elementor-widget-container *{
    width: 100% !important;
}
/* ============= Footer styling ================= */
.main_footer .heading_h3 h3{
    font-family: var(--Itim_font) !important;
    font-weight: 400 !important;
    font-size: clamp(1.375rem, 1.2457rem + 0.5747vw, 2rem) !important;
    line-height: 1.3;
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-thickness: 2px;
}
.main_footer .quick_links nav ul li a{
    font-family: var(--Jost_font) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
}
.main_footer .quick_links nav ul li{
    position: relative;
}
.main_footer .quick_links nav ul li::after{
    content: '';
    width: 11px !important;
    height: 12px !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(https://belltechwebtools.com/STAGING/chef-linus-exclusive/wp-content/uploads/2025/04/Polygon-1.png) no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1 !important;
}
.main_footer .footer_contact ul li{
    margin-top: 11px;
}
.main_footer .footer_contact span.elementor-icon-list-text{
    font-family: var(--Jost_font) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.3;
}
.footer_copyright  p{
    margin-bottom: 0 !important;
    font-size: 16px !important;
}
/* ============ Inner pages banner ============ */
.inner_banner{
    padding: 120px 0;
}
.inner_banner h1{
    font-family: var(--Jomhuria_font) !important;
    font-weight: 400 !important;
    font-size: clamp(4.375rem, 3.7284rem + 2.8736vw, 7.5rem) !important;
    line-height: 0.5;
    text-transform: uppercase;
}
.about_page .heading_h2 h2{
    line-height: 0.8;
}
/* ============= Our Services page styling ============ */
.services_lists .elementor-container{
    flex-wrap: wrap;
}
.services_lists .elementor-column{
    width: calc(33.33% - 20px) !important;
}
.services_lists .elementor-column .paraFont p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100% !important;
}
.services_lists .elementor-column::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 95.81%);;
}
/* ============== Review page styling =============== */
.review_page_boxes .elementor-container{
    flex-wrap: wrap;
}
.review_page_boxes .elementor-column{
    width: calc(33.33% - 50px) !important;
}
/* ========== Services Detail ====== */
.services_detail_col .elementor-container{
    gap: 30px;
}
/* ================ Responsive ================ */
@media screen and (max-width:1440px) {
    .about_sec .elementor-background-overlay{
        background-size: 40% !important;
    }	
}
@media screen and (max-width:1540px) {
    .services_sec section .paraFont p{
        width: 170px !important;
    }
	
}
@media screen and (min-width: 1600px) {
/*     .services_sec section .elementor-column:hover .elementor-widget-heading {
        bottom: 32%;
    } */
	.services_sec section .elementor-widget-heading{
		bottom: 25%;
	}
	    .services_sec .services_lists .elementor-widget-heading {
        bottom: 30%;
    }
}
@media screen and (max-width:1200px) {
    .heading_h2 h2{
        line-height: 0.8;
    }
}
@media screen and (max-width:1024px) {
    .top_header .elementor-widget-icon-box .elementor-widget-container{
        display: flex;
        justify-content: center;
    }
    .top_header .elementor-widget-icon-box .elementor-icon-box-wrapper{
        align-items: center;
    }
    .top_header .elementor-widget-icon-box .elementor-icon-box-icon{
        height: 18px !important;
    }
    .top_header .slick-track{
        display: flex !important;
        align-items: center;
    }
    .top_header p{
        text-align: center;
    }
    .main_header nav{
        position: absolute;
        z-index: 99;
        width: 300px;
        right: 0;
        top: 40px;
    }
    .main_header nav ul li a::after{
        display: none;
    }
    .services_sec section .elementor-column{
        width: calc(50% - 20px) !important;
    }
    .services_sec section .elementor-widget-heading{
        bottom: 15%;
    }
    .services_sec section .paraFont{
        bottom: 9%;
    }
    .services_sec section .elementor-column:hover .elementor-widget-heading {
        bottom: 25%;
    }
    .services_sec section .paraFont p{
        width: 100% !important;
    }
    .our_offerings_sec section .elementor-widget-image-box .elementor-widget-container{
        padding: 30px 20px;
    }
    .our_offerings_sec section .elementor-widget-image-box .web_btn a{
        padding: 10px 16px !important;
    }
    .services_detail_col .elementor-container{
        justify-content: space-between;
    }
    .services_detail_col .elementor-column{
        width: calc(50% - 20px) !important;
    }
    
}
@media screen and (max-width:991px) {
    .home_banner .elementor-container,.our_offerings_sec section .elementor-container,.reviews_sec section .elementor-container{
        flex-wrap: wrap;
    }
    .home_banner .elementor-column{
        width: 100% !important;
    }
    .our_offerings_sec section .elementor-container{
        gap: 30px;
    }
    .our_offerings_sec section .elementor-widget-image-box h3{
        font-size: 36px !important;
    }
    .menu_sec .menu_item_box .elementor-column{
        width: calc(50% - 20px) !important;
    }
    .about_sec .about_content::after,.about_sec .about_content::before{
        right: -30%;
    }
    .cta_sec .elementor-container{
        flex-wrap: wrap;
    }
    .cta_sec .elementor-column{
        width: 100% !important;
    }
    .our_offerings_sec section .elementor-widget-image-box .web_btn a {
        padding: 10px 8px !important;
        font-size: 14px !important;
    }
    .reviews_sec section .elementor-column{
        width: calc(50% - 50px) !important;
    }
    .main_footer .elementor-container{
        flex-wrap: wrap;
    }
    .main_footer .elementor-column{
        width: 50% !important;
    }
    
}
@media screen and (max-width:767px) {
    .header_nav {
        width: max-content !important;
    }
    .web_btn a{
        padding: 10px 12px !important;
    }
    .why_choose_sec .elementor-container{
        flex-wrap: wrap;
    }
    .why_choose_sec .elementor-column{
        width: 100% !important;
    }
    .our_offerings_sec section .elementor-widget-wrap{
        row-gap: 30px;
    }
    .our_offerings_sec section .elementor-widget-image-box{
        width: calc(50% - 20px) !important;
    }
    .about_sec .about_content::after, .about_sec .about_content::before{
        right: 0;
    }
    .about_sec .about_content::before{
        opacity: 0.5;
    }
    .about_side_img .elementor-widget-container{
        aspect-ratio: 1.5;
    }
    .about_side_img .elementor-widget-image img{
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    .menu_sec .menu_item_box .elementor-column,.reviews_sec section .elementor-column {
        width: 100% !important;
    }
    .menu_sec .elementor-background-overlay{
        background-size: 20% !important;
    }
    .cta_sec h2{
        line-height: 0.8;
    }
    .about_sec p,.cta_sec p{
        font-size: 16px !important;
    }
    .services_sec section .paraFont{
        opacity: 1 !important;
    }
    .services_sec section .elementor-column .elementor-widget-heading {
        bottom: 30% !important;
    }
    .services_sec section .elementor-widget-image::after{
        opacity: 1 !important;
    }
    .services_sec section .paraFont{
        bottom: 9% !important;
    }
    .menu_sec .menu_item_box .elementor-column p,.main_footer .quick_links nav ul li a,.main_footer .footer_contact span.elementor-icon-list-text{
        font-size: 16px !important;
    }
    .booking_sec form{
        width: 100% !important;
    }
    .reviews_sec section .elementor-column::after{
        width: 50px;
        height: 50px;
        left: -15px;
    }
    .reviews_sec {
        background-size: 30%;
    }
    .why_choose_sec .elementor-background-overlay{
        background-size: 20%;
    }
    .services_sec .services_lists .elementor-column .elementor-widget-heading{
        bottom: 40% !important;
    }
    .services_sec .services_lists .paraFont{
        bottom: 18% !important;
    }
    .services_sec section .elementor-widget-heading *{
        line-height: 0.8;
    }
    .services_detail_col .elementor-column{
        width: 100% !important;
    }
    
}
@media screen and (max-width: 576px) {
    .services_sec section .elementor-column,.our_offerings_sec section .elementor-widget-image-box,.main_footer .elementor-column {
        width: 100% !important;
    }
    .booking_sec .elementor-background-overlay{
        background-size: 10% !important;
    }
    
}