/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE
    02. HEADER STYLE
    03. SLIDER STYLE
    04. HOME PAGE STYLE
  =============================================================*/
/*
*/
/*=============================================================
********** home page borders designs style start here ********
  =============================================================*/

html {
    position: relative;
	    z-index: 1 !important;
}
.ls-slide-backgrounds {
    border-radius: 305px !important;
}
.ls-device-is-desktop {
    border-radius: 305px !important;
}
/* html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 11;
    background-image: url('/wp-content/uploads/2025/12/bg-gradiants-layer.svg');
    background-repeat: repeat;   
    background-size: auto;      
    opacity: 0.05;              
} */

/* Make full site content come above overlay */
body {
    position: relative;
    z-index: 1;
}



.body-borders-section {
    position: relative;
    padding-top: 20px;
}
.qodef-separator-double-top {
    position: relative;
    width: calc(100% - 26px);
    height: 7px;
    margin: 0 auto;
    border-top: 1px solid #B38B2A;
}

.qodef-separator-double-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    width: calc(100% - 60px);
    height: 1px;
    background: #B38B2A;
}
.qodef-separator-double-left {
    position: absolute;
    left: 24px;
    top: 7px;
    height: calc(100%);
    width: 10px;
    border-left: 1px solid #B38B2A;
}

.qodef-separator-double-left::after {
content: "";
    position: absolute;
    top: 35px;
    height: calc(100% - 35px);
    width: 1px;
    left: 5px;
    background: #B38B2A;
}

.qodef-separator-double-right {
	position: absolute;
    right: 24px;
    top: 7px;
    height: calc(100%);
    width: 0px;
    border-left: 1px solid #B38B2A;
}

.qodef-separator-double-right::after {
    content: "";
    position: absolute;
    top: 35px;
    height: calc(100% - 35px);
    width: 1px;
    left: -7px;
    background: #B38B2A;
}

/*=============================================================
********** home page borders designs style End here ********
  =============================================================*/


/*=============================================================
********** home page first section style start here *************
  =============================================================*/

.first-section-box-both {
    text-align: center;
}
.address-content-holds p a {
    font-weight: 400;
    font-size: 16px;
    color: #ffffffe8;
}
.first-section-box-both .icons-holds {
    margin-bottom: 24px;
}
.address-content-holds p {
    font-weight: 400;
    font-size: 16px;
    color: #ffffffe8;
}
.upper-image-layer {
    position: relative;
    z-index: 111;
    top: 56px;
}
/* Last li par Avada ki active/hover backgrounds off */
ul#menu-header-menu > li:last-child .awb-menu__main-background-active,
ul#menu-header-menu > li:last-child .awb-menu__main-background-default {
    display: none !important;
}

/* Hover, focus, active — sab effects block */
ul#menu-header-menu > li:last-child a.awb-menu__main-a,
ul#menu-header-menu > li:last-child a.awb-menu__main-a:focus,
ul#menu-header-menu > li:last-child a.awb-menu__main-a:hover,
ul#menu-header-menu > li:last-child a.awb-menu__main-a:active {
    background: none !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* li level par bhi koi outline/hover border block */
ul#menu-header-menu > li:last-child,
ul#menu-header-menu > li:last-child:hover,
ul#menu-header-menu > li:last-child:focus,
ul#menu-header-menu > li:last-child:active {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
/* Last menu item ko button bana do */
ul#menu-header-menu > li:last-child a.awb-menu__main-a {
    background: #ffffff !important;
    color: #18583F !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    transition: 0.3s ease !important;
}

/* Hover effect — light green */
ul#menu-header-menu > li:last-child a.awb-menu__main-a:hover {
    background: #B38B2A !important; /* light green */
    color: #fff !important;
    border-color: #B38B2A !important;
}

/* Remove Avada background effects */
ul#menu-header-menu > li:last-child .awb-menu__main-background-active,
ul#menu-header-menu > li:last-child .awb-menu__main-background-default {
    display: none !important;
}

/* No outline, no focus border */
ul#menu-header-menu > li:last-child a.awb-menu__main-a:focus,
ul#menu-header-menu > li:last-child a.awb-menu__main-a:active {
    outline: none !important;
    box-shadow: none !important;
}


/*=============================================================
********** home page first section style end here *************
  =============================================================*/




/*=============================================================
********** home page Second section style start here ***********
  =============================================================*/

/* ********** custom heading style start here *********** */

.new-custom-heading-holds {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 100%;
}

/* LEFT BORDER (same look as top border) */
.left-heading-borders-holds {
    position: relative;
    width: 100%;
    max-width: 100%; /* adjust as needed */
    height: 6px;
    border-top: 1px solid #B38B2A;
	left: -19px;
}

.left-heading-borders-holds::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background: #B38B2A;
}

/* RIGHT BORDER (same look as top border) */
.right-heading-borders-holds {
    position: relative;
    width: 100%;
    max-width: 100%; /* adjust as needed */
    height: 6px;
    border-top: 1px solid #B38B2A;
	right: -19px;
}

.right-heading-borders-holds::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background:#B38B2A;
}

/* IMAGE CENTER */
.heading-img img {
    display: block;
    width: 285px;
    height: auto;
}

ul#menu-header-menu-1 li.menu-item a {
    font-size: 15px;
    padding-left: 3px;
}
ul#menu-header-menu-1 li.menu-item {
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
/* ********** custom heading style end here *********** */
.first-section-content {
    text-align: center;
}
.first-section-content small {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 32px;
    display: block;
}
.category-listing-box .box-holdes {
    margin-bottom: 24px;
}
.first-section-content .category-listing-box .box-holdes h5 {
	display: inline-block;
    font-size: 70px;
    font-family: Cormorant;
    text-transform: uppercase;
    line-height: 80px !important;
}
.first-section-content .category-listing-box .box-holdes h5 a {
    color: #ffffff;
    margin:0px 13px;
}
.first-section-content .category-listing-box .box-holdes img {
    border-radius: 40px;
    position: relative;
    top: 2px;
}
.second-section-content-box {
	margin: 0 auto;
    display: block;
    width: 70%;
}
.second-section-content-box h2 {
    margin-bottom: 24px;
    line-height: 44px !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
}
.second-section-content-box p {
    letter-spacing: 0.5px;
	color: #ffffffd1 !important;
}

a.main-btn-holds:hover {
    background-color: #b38b2a;
    color: #00492c;
}
a.main-btn-holds {
    padding: 12px 42px;
    border: 1px solid #b38b2a;
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
    display: inline-block;
}
.second-section-content-box ul.products-list {
    margin: 0px;
    padding: 0px;
}
.second-section-content-box ul.products-list li {
    display: block;
    position: relative;
}
.second-section-content-box ul.products-list li span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
}
.second-section-content-box ul.products-list li small {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    right: 0px;
    position: absolute;
    top: 0px;
}
.second-section-content-box ul.products-list li p {
    letter-spacing: 0.5px;
    color: #ffffffd1 !important;
    margin-bottom: 24px;
}

.custom-product-section-left {
    position: relative !important;
    display: inline-block !important;
    overflow: unset !important;
}

.custom-product-section-left::after {
    content: "";
    position: absolute;
    bottom: 31%;
    right: -18%;
    width: 220px;
    height: 300px;
    background-image: url('/wp-content/uploads/2026/01/a-la-carte-menu-01.webp');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
    pointer-events: none;
}

.custom-product-section-left img {
    display: block;
    position: relative;
    z-index: 2;
}
.mobile-resp-new-holdes-section .fusion-column-wrapper {
    justify-content: space-around !important;
}

element.style {
}
ul#menu-responsive-menu span.awb-menu__i.awb-menu__i_main.fusion-megamenu-icon {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 100 !important;
}

/*=============================================================
********** home page Second section style end here ***********
  =============================================================*/

/*=============================================================
********** home page third section style start here ***********
  =============================================================*/

.third-heading-section-box-one {
    text-align: center;
}
.third-heading-section-box-one h2 {
    text-transform: uppercase !important;
    font-size: 28px !important;
}



/*=============================================================
********** home page third section style end here ***********
  =============================================================*/
/*=============================================================
********** home page forth section style start here ***********
  =============================================================*/

.forth-section-box-one {
    width:530px;
}
.forth-section-box-one .inner-content-hold {
    margin-top: 20px;
    position: relative;
}
.forth-section-box-one .inner-content-hold small {
    font-size: 14px;
    text-transform: uppercase;
    background-color: #00492c;
    padding-right: 20px;
}
.forth-section-box-one .inner-content-hold small::after {
    content: '';
    border: 1px solid #ffeeee61;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0px;
    top: 11px;
    z-index: -1;
    border-bottom: unset;
    border-right: unset;
}
.forth-section-box-one .inner-content-hold h3 {
    font-size: 23px !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
}



/*=============================================================
********** home page forth section style end here ***********
  =============================================================*/
/*=============================================================
********** Footer section style start here ***********
  =============================================================*/
section.footer_section {
    text-align: center;
}
.footer_detail_box_one h3 {
    margin-bottom: 8px;
}
.footer_detail_box_one p {
    margin-bottom: 6px;
}
.footer_detail_box_one p.phone-number {
    margin-bottom: 5px;
}
.footer_detail_box_one p {
    margin-bottom: 6px !important;
}
.footer_detail_box_one p.email-holdes {
    margin-bottom: 24px;
}
.footer_detail_box_one p.phone-number a {
    color: #fff;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.footer_detail_box_one p.email-holdes a {
    color: #fff;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.footer_detail_box_one h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
}
.footer_detail_box_one ul {
    padding: 0px;
}
.footer_detail_box_one ul li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 15px;
}
.footer_detail_box_one ul li a {
    color: #fff;
}
.footer_detail_box_one ul li.dots-hold {
    font-size: 40px;
    position: relative;
    top: -4px;
    height: 0px;
}
body.home .fusion-tb-footer.fusion-footer {
    display: none !important;
}
	  .footer_detail_box_one h3 {
		text-transform: uppercase !important;
	}
/*=============================================================
********** Footer section style end here ***********
  =============================================================*/
/*=============================================================
********** About Us page  style start here ***********
  =============================================================*/


body.wp-singular.page.page-id-18 .fusion-tb-footer.fusion-footer {
    display: none !important;
}
body.wp-singular.page.page-id-19 .fusion-tb-footer.fusion-footer {
    display: none !important;
}
body.archive.post-type-archive .fusion-tb-footer.fusion-footer {
    display: none !important;
}
body.archive.woocommerce-shop .fusion-tb-footer.fusion-footer {
    display: none !important;
}

/*=============================================================
********** About Us page  style end here ***********
  =============================================================*/

/*
  * ----------------------------------------------------------------------------------------
  * . Contact Us Page style Start Here
  * ----------------------------------------------------------------------------------------
*/
.contact-sectionTwo {
    width: 100%;
    display: block;
    padding: 40px 15px 40px 15px
}

.contact_sectionTwo_fields {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: ". . . .";
    gap: 20px 20px;
    width: 100%
}
.fusion-form-form-wrapper .fusion-form-field textarea.fusion-form-input {
    background-color: unset !important;
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-input {
    background-color: unset !important;
}
.contact_sectionTwo_box {
    background-color: #031f4e;
    border-radius: 4px;
    padding: 40px 25px;
    width: 100%;
    box-shadow: 0 0 14px #bb945652;
    height: 100%;
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    text-align: center
}

.contact_sectionTwo_box h4 {
    font-size: 17px!important;
    font-weight: normal!important;
    margin: 0px!important;
    color: #fff!important;
    text-transform: capitalize!important;
    line-height: 24px!important
}

.contact_sectionTwo_box i {
    font-size: 44px;
    color: #fff
}

.contact_sectionTwo_box .contact_list {
    display: grid;
    grid-template-columns: auto;
    width: 100%;
    gap: 7px
}

.contact_sectionTwo_box .contact_list small {
    font-size: 13px;
    margin: 0;
    color: #000;
    line-height: 20px;
    font-weight: 600!important
}

.contact_sectionTwo_box .contact_list small a {
    color: #fff;
    font-size: 16px
}

.contact_sectionTwo_box .contact_list small a:hover {
    color: #fff ! IMPORTANT
}

li.attribute-1 {
    margin-left: 5px
}

.group-items {
    top: 257px!important
}
.fusion-form-form-wrapper .fusion-form-field textarea.fusion-form-input {
    border: 1px solid #cccccc !important;
    border-radius: unset !important;
}
.fusion-form-field.fusion-form-text-field.fusion-form-label-above {
    margin-bottom: 0px !important;
}
.contact-content-box-upper {
    justify-content: center !important;
    text-align: center !important;
}
.contact-content-box-upper h3 {
    font-size: 28px !important;
    margin-bottom: 12px;
    font-weight: 400 !important;
    font-family: 'Outfit' !important;
    text-transform: uppercase !important;
}
.contact-content-box-upper p {
    font-weight: 400 !important;
}
.contact-content-box {
    border-radius: 0px;
    padding: 40px 25px;
    width: 100%;
    border: 1px solid #ffffff52;
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    height: 245px;
    justify-content: center;
    text-align: center;
}
.contact-content-box span {
    font-size: 20px;
    font-weight: 400;
}
.contact-content-box i {
    font-size: 30px;
	margin: auto;
}
.contact-content-box a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 1024px) {
    .contact_sectionTwo_box {
        padding:30px 15px
    }

    .contact_sectionTwo_box h4 {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .contact-sectionOne-box-heading h3 {
        font-size:20px!important;
        line-height: 24px!important
    }

    .bg-color-section {
        margin-top: 40px!important
    }

    .main-heading-hold-one h3 {
        line-height: 24px!important;
        margin-bottom: 0px!important
    }

    .contact_sectionTwo_box h4 {
        font-size: 20px
    }

    .contact-sectionOne {
        padding: 25px 15px 40px 15px
    }

    .contact-sectionOne-data {
        grid-template-columns: 1fr;
        grid-template-areas: "."
    }

    .contact-sectionOne-data figure {
        height: 300px
    }

    .contact_sectionTwo_fields {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: ". ."
    }
}

@media (max-width: 540px) {
    .contact_us_form_box {
        grid-template-columns:1fr
    }

    .contact-sectionOne-data figure {
        height: 250px
    }

    .contact_sectionTwo_box h4 {
        font-size: 16px
    }
}

@media (max-width: 430px) {
    .contact_sectionTwo_fields {
        grid-template-columns:1fr;
        grid-template-areas: "."
    }
}


/*
  * ----------------------------------------------------------------------------------------
  * . Contact Us Page style End Here
  * ----------------------------------------------------------------------------------------
*/

/*
  * ----------------------------------------------------------------------------------------
  * . Products  Page style Start Here
  * ----------------------------------------------------------------------------------------
*/

ul.fusion-grid-posts-cards li.product.type-product .fusion-title {
    padding: 0px !important;
    margin: 0px !important;
}
ul.fusion-grid-posts-cards li.product.type-product .fusion-title h6 a {
    font-size: 18px !important;
    color: #fff !important;
}
ul.fusion-grid-posts-cards li.product.type-product .fusion-title h6 {
    font-size: 18px !important;
	margin-bottom:8px !important;
}
ul.fusion-grid-posts-cards li.product.type-product .fusion-content-tb p {
    height: 39px !important;
    margin-bottom: 10px !important;
    line-height: 20px !important;
}
ul.fusion-grid-posts-cards li.product.type-product .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column {
    border-bottom: 1.7px dashed rgb(255 255 255 / 55%) !important;
}
li#menu-item-199 span.awb-menu__i.awb-menu__i_main.fusion-megamenu-icon {
    display: none !important;
}
/*
  * ----------------------------------------------------------------------------------------
  * . Products  Page style End Here
  * ----------------------------------------------------------------------------------------
*/

  /* <!-- ============= ======================= ============= -->
  <!-- ========== responsive style Start here ================= -->
  <!-- ============= ======================= ============= --> */
  @media (max-width: 1500px) {
    
  	  .fusion-fullwidth.fullwidth-box {
		padding: 0px 100px !important;
	}
	  section#content .type-page {
		padding-top: 50px !important;
	}
  }

  @media (max-width: 1400px) {
    
  	  .fusion-fullwidth.fullwidth-box {
		padding: 0px 100px !important;
	}
	section#content .type-page {
		padding-top: 50px !important;
	}
	.address-content-holds p {
		font-size: 15px !important;
	}
  }
  @media (max-width: 1300px) {
	  .second-section-content-box h2 {
		letter-spacing: 0px !important;
	}
	section#content .type-page {
		padding-top: 50px !important;
	}
	  .fusion-fullwidth.fullwidth-box {
		padding: 0px 100px !important;
	}
	  	.address-content-holds p {
		font-size: 15px !important;
	}
	  .first-section-content .category-listing-box .box-holdes h5 {
    	font-size: 60px !important;
	}
  		.second-section-content-box {
    		width: 75% !important;
	}
	  	.custom-product-section-left::after {
		right: -14% !important;
		width: 150px !important;
		height: 200px !important;
	}
	  	.custom-product-section-left img {
		width: 460px !important;
	}
  }
  
  @media (max-width: 1200px) {
	  .custom-product-section-left img {
		width: 460px !important;
	}
	section#content .type-page {
		padding-top: 50px !important;
	}
	  	.second-section-content-box h2 {
		letter-spacing: 0px !important;
	}
  	  .fusion-fullwidth.fullwidth-box {
		padding: 0px 100px !important;
	}
  		.address-content-holds p {
		font-size: 14px !important;
	}
	  	.first-section-content .category-listing-box .box-holdes h5 {
    	font-size: 60px !important;
	}
	 .second-section-content-box {
    	width: 75% !important
	}
	.custom-product-section-left::after {
		right: -14% !important;
		width: 150px !important;
		height: 200px !important;
	}
  }
  
  @media (min-width: 768px) and (max-width: 1023px) { 
  
  
  }
  
  @media (max-width: 768px) {
	  a.main-btn-holds {
		padding: 9px 30px !important;
		font-size: 14px !important;
	}
	  ul#menu-header-menu-1 li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-199.awb-menu__li.awb-menu__main-li.awb-menu__main-li_regular span.awb-menu__i.awb-menu__i_main.fusion-megamenu-icon {
    display: none;
}
	  ul#menu-header-menu-2 li a {
			padding-left: 4px !important; 
		}
		ul#menu-header-menu-2 li {
			margin-bottom: 15px !important;
			border-bottom: 1px solid #ccc !important;
			padding-bottom: 4px !important;
		}
	 .second-section-content-box ul.products-list li small {
		position: unset !important;
		margin-bottom:10px !important;
		display: block !important;
	}
	.second-section-content-box ul.products-list li span {
		margin-bottom: 4px !important;
	}
	section#content .type-page {
        padding-top: 0px !important;
    }
	 .off-canvas-content .fusion-fullwidth.fullwidth-box {
    	padding: 60px 15px !important;
	}
	main#main {
    	padding: 0px !important;
	}
	.first-section-content .category-listing-box .box-holdes h5 {
        font-size: 36px !important;
        line-height: 45px !important;
    }
	.category-listing-box .box-holdes {
    	margin-bottom: 0px !important;
	}
	 .second-section-content-box {
        width: 100% !important;
		margin-bottom: 30px !important;
    }
	.custom-product-section-left::after {
        right: -12% !important;
        width: 100px !important;
        height: 130px !important;
    }
	 .second-section-content-box h2 {
    	font-size: 28px !important;
	}
	.first-section-box-both .icons-holds img {
		width: 100px !important;
	}
	.first-section-box-both .icons-holds {
		margin-bottom: 16px !important;
	}
	.first-section-content small {
		margin-bottom: 0px !important;
	}
	.third-heading-section-box-one img {
   		width: 70px !important;
	}
	.third-heading-section-box-one h2 {
		font-size: 24px !important;
	}
	.footer_detail_box_one ul {
		margin: 0px 0px 20px 0px !important;
	}
	  .footer_detail_box_one ul li {
		font-size: 12px !important;
		padding: 0px 0px !important;
	}
	.footer_detail_box_one ul li.dots-hold {
		font-size: 24px !important;
		top: -3px !important;
	}
	  .awb-menu.collapse-enabled.mobile-mode-collapse-to-button .awb-menu__m-toggle {
        font-size: 20px;
        padding: 7px 11px 6px 14px;
        position: relative;
        top: 7px;
        border-radius: 2px;
	}
	ul.fusion-grid-posts-cards li.product.type-product .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column {
		border-bottom: 1px dotted #ffffffc4 !important;
		padding: 0px;
	}
	  ul.fusion-grid-posts-cards li.product.type-product .fusion-content-tb p {
		height: auto !important;
	}
	.custom-heading-home-holds h2.fusion-title-heading {
		font-size: 24px !important;
		margin: 24px 0px !important;
	}
	  form.fusion-form.fusion-form-51 .fusion-fullwidth.fullwidth-box {
		width: 100% !important;
		padding: 0px !important;
	}
	  .fusion-tb-header .fusion-fullwidth.fullwidth-box {
		padding: 0px !important;
		margin: 0px !important;
	}

  }

  /* <!-- ============= ======================= ============= -->
  <!-- ========== responsive style end here ================= -->
  <!-- ============= ======================= ============= --> */
  