/* 
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 */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
	--white-color: #ffffff;
	--black-color: #000000;
	--dark-gray: #414143;
	--button-color: #515151;
	--red-color: #E30613;
}

html {
	color: #4D4D4D;
	font-size: 16px;
	line-height: 1.6;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

::-ms-clear {
	display: none;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* 
input,
select,
input[type="search"] {
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
} */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

img {
	max-width: 100%;
}

sub, sup {
    font-size: 0.6em;
}

.elementor-widget-image .elementor-image>a img[src$=".svg"], 
.elementor-widget-image .elementor-image figure>a img[src$=".svg"]{
	width: auto !important;
}

.elementor-widget-image a img[src$=".svg"] {
    width: auto !important;
}

body p,
.elementor-widget-container,
.elementor-image-box-description {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
}

.elementor-text-editor p {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-transform: inherit;
}

.elementor a,
a {
	font-family: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: inherit;
	font-size: inherit;
	transition: all 0.3s;
}

.elementor ol li > a:not(.elementor-button),
.elementor ul li > a:not(.elementor-button),
.elementor p a {
  font-weight: 700;
  text-decoration: underline;
}

.elementor ol li > a:not(.elementor-button):hover,
.elementor ul li > a:not(.elementor-button):hover,
.elementor a:hover,
a:hover {
  text-decoration: none;
  color: var(--generous-blue);
}

.elementor p a {
	font-weight: 700;
	text-decoration: underline;
}
a[href*="tel"]{
    display: inline-block
}
.elementor a:hover,
a:hover {
	text-decoration: none;
	color: inherit;
}

body a,
body p a {
	color: inherit;
	text-decoration: underline;
	font-weight: 700;
}

body a,
body p a:hover {
	color: inherit;
	text-decoration: none;
}

/* / =----------------------------UL/OL---------------------------- / */

.site-main ul:not([class]) {
	font-size: inherit;
	list-style: none;
}

.site-main ol {
	list-style: decimal outside;
	font-size: inherit;
	padding-left: 16px;
	margin-bottom: 24px;
}

body .site-main ul:not([class]) li,
body .site-main ul:not([class]) li ol li ul:not([class]) li {
	font-size: 16px;
    line-height: 1.55;
    font-family: inherit;
    font-weight: 400;
    color: inherit;
    margin-bottom: 20px;
    padding-left: 26px;
    position: relative;	
}

body .site-main ul:not([class]) li:last-child {
	margin-bottom: 0;
}

.site-main ol li,
.site-main ul:not([class]) li ol li {
	font-size: 16px;
    line-height: 1.55;
    font-family: inherit;
    font-weight: 400;
    color: inherit;
    margin-bottom: 20px;
    padding-left: 1px;
    position: relative;
}

.site-main ol ol,
.site-main ul:not([class]) ul:not([class]),
.site-main ol ul:not([class]),
.site-main ul:not([class]) ol {
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.site-main ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields) {
	margin-left: 0;
	padding-left: 0;
}

.site-main ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.camps_and_programs) li:before,
.site-main ul:not([class]) li ol li ul:not([class]) li:after {
    content: "";
    display: inline-block;
    background-color: var(--red-color);
    position: absolute;
    left: 10px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.site-main ol li::marker, 
.site-main ul:not([class]) li ol li::marker{
    font-weight: 400;
    color: var(--red-color);
}

.site-main ul:not([class]) ol li::before {
	display: none !important;
}

/* / =----------------------------UL/OL---------------------------- / */

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
	margin-bottom: 0;	
}

body {
	margin: 0;
	padding: 0;
	color: var(--black-color);
	font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
	background-color: var(--white-color);
}

.elementor-cta--skin-classic .elementor-cta__content-item{
	color: rgba(71, 71, 71, 0.8);
}

.home-slider .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading{
	font-family: "Inter", sans-serif;
    font-size: 100px;
    font-weight: 300;
	line-height: 1.2;
}
body .elementor-widget-heading h1.elementor-heading-title,
body h1,
body .h1, 
body .elementor-widget-heading.h1 .elementor-heading-title, 
h1.elementor-cta__title.elementor-cta__content-item,
body .elementor-widget-heading h2.elementor-heading-title,
body h2,
body .h2, 
body .elementor-widget-heading.h2 .elementor-heading-title, 
h2.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h2.elementor-image-box-title,
.elementor-posts .elementor-post__card h2.elementor-post__title,
.elementor-posts h2.elementor-post__title {
	font-family: "Inter", sans-serif;
    font-size: 80px;
    font-weight: 500;
	line-height: 1.2;
	background: none !important;
}

body .elementor-widget-heading h3.elementor-heading-title,
body h3,
body .h3, 
body .elementor-widget-heading.h3 .elementor-heading-title, 
h3.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h3.elementor-image-box-title,
.elementor-posts .elementor-post__card h3.elementor-post__title,
.elementor-posts h3.elementor-post__title {
	font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 500;
	line-height: 1.2;
	background: none !important;

}

body .elementor-widget-heading h4.elementor-heading-title,
body h4,
body .h4, 
body .elementor-widget-heading.h4 .elementor-heading-title, 
h4.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h4.elementor-image-box-title,
.elementor-posts .elementor-post__card h4.elementor-post__title,
.elementor-posts h4.elementor-post__title {
	font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
	background: none !important;

}

body .elementor-widget-heading h5.elementor-heading-title,
body h5,
body .h5, 
body .elementor-widget-heading.h5 .elementor-heading-title, 
h5.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h5.elementor-image-box-title,
.elementor-posts .elementor-post__card h5.elementor-post__title,
.elementor-posts h5.elementor-post__title {
	font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
	line-height: 1.2;
	background: none !important;

}


body .elementor-widget-heading h6.elementor-heading-title,
body h6,
body .h6, 
body .elementor-widget-heading.h6 .elementor-heading-title, 
h6.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h6.elementor-image-box-title,
.elementor-posts .elementor-post__card h6.elementor-post__title,
.elementor-posts h6.elementor-post__title {
	font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
	line-height: 1.2;
	background: none !important;

}
.elementor-widget-animated-headline .elementor-headline .elementor-headline-plain-text{
    font-weight: 200;
}
.elementor-widget-animated-headline .elementor-headline .elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text{
    font-weight: 500;
}
.elementor-widget-animated-headline .elementor-headline .elementor-headline-dynamic-wrapper svg{
    display: none
}
body .small_text p,
body .small_text.elementor-widget-text-editor,
body .small_text.elementor-widget-text-editor p,
body .small_text .elementor-widget-text-editor,
body .small_text .elementor-widget-text-editor p,
.small_text .elementor-cta__description.elementor-cta__content-item {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
}


/* / --------Button style------------ / */
.elementor-button:after,
[type="button"]:after {
    content: "";
    width: 149px;
    display: block;
    max-width: 100%;
}
html body .custom_cart_wrapper .button,
html body .custom_cart_wrapper .coupon-col-end .button,
.single-product .woocommerce-notices-wrapper .button,
.home-slider .swiper-slide-inner .swiper-slide-contents .elementor-button,
body .elementor-widget-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button [type="submit"]:not(.adminbar-button),
body .elementor-button,
body .elementor-size-xs,
body .elementor-small-button,
body .elementor-widget-button .elementor-button,
body .elementor-widget-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button button:not(.gm-control-active):focus,
body .elementor-widget-button button:not(.gm-control-active),
body .elementor-widget-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button .elementor-kit-7 .elementor-button:focus,
body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button,
body.elementor-page .elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-button,
body.elementor-page .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
    color: var(--white-color);
    background-color: var(--button-color);
    font-size: 14px !important;
    line-height: 19px;
    padding: 7px 15px 7px 15px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: 0px;
    -webkit-appearance: none;
    transition: all 0.3s;
    box-sizing: border-box;
	font-family: "Inter", sans-serif;
    max-width: 100%;
    font-weight: 600 !important;
    text-transform: uppercase;
    border: 2px solid var(--button-color);
    letter-spacing: 0;
}
/* White button */
html body .dark_bg form button,
.home-slider .swiper-slide-inner .swiper-slide-contents .elementor-button,
body .elementor-widget-button.white-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.white-button [type="submit"]:not(.adminbar-button),
body .white-button .elementor-button,
body .white-button .elementor-size-xs,
body .white-button .elementor-small-button,
body .elementor-widget-button.white-button .elementor-button,
body .elementor-widget-button.white-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.white-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.white-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.white-button button:not(.gm-control-active):focus,
body .elementor-widget-button.white-button button:not(.gm-control-active),
body .elementor-widget-button.white-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.white-button .elementor-kit-7 .elementor-button:focus,
body .elementor-widget-button.white-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button,
body.elementor-page .elementor-widget-call-to-action.white-button .elementor-cta__button-wrapper .elementor-button,
body.elementor-page .elementor-cta--skin-classic.white-button .elementor-cta__button.elementor-button {
    color: var(--black-color) !important;
    background-color: var(--white-color);
    border: 2px solid var(--white-color);
}
html body .custom_cart_wrapper .button:hover,
html body .custom_cart_wrapper .coupon-col-end .button:hover,
.single-product .woocommerce-notices-wrapper .button:hover,
html body .dark_bg form button:hover,
.home-slider .swiper-slide-inner .swiper-slide-contents .elementor-button:hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button .elementor-button:hover,
body .elementor-button:hover,
body .elementor-size-xs:hover,
body .elementor-small-button:hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button button:not(.gm-control-active):hover,
body .elementor-widget-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button .elementor-kit-7 .elementor-button:focus:hover,
body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover,
body.elementor-page .elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-button:hover,
body.elementor-page .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.white-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.white-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.white-button .elementor-button:hover,
body .white-button .elementor-button:hover,
body .white-button .elementor-size-xs:hover,
body .white-button .elementor-small-button:hover,
body .elementor-widget-button.white-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.white-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.white-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.white-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.white-button button:not(.gm-control-active):hover,
body .elementor-widget-button.white-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.white-button .elementor-kit-7 .elementor-button:focus:hover,
body .elementor-widget-button.white-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover,
body.elementor-page .elementor-widget-call-to-action.white-button .elementor-cta__button-wrapper .elementor-button:hover,
body.elementor-page .elementor-cta--skin-classic.white-button .elementor-cta__button.elementor-button:hover {
    background-color: var(--black-color);
	color: var(--white-color) !important;
    text-decoration: none;
    border-color: var(--black-color);
}

/* Footer code */
.footer-address-link ul li .elementor-icon-list-icon{
    width: 24px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    margin-top: 2px
}
.footer-address-link ul li:first-child .elementor-icon-list-icon{
    width: 34px;
    margin-top: 5px;
    margin-right: 9px
}

.footer-address-link ul li .elementor-icon-list-icon svg{
    max-width: 100%;
    max-height: 100%;
    margin: 0 !important
}
.footer-address-link ul li a:hover{
    text-decoration: underline !important
}
.footer-nav ul{
    list-style: none;
    padding: 0
}
.footer-nav ul li a{
    font-weight: 500;
    text-decoration: none !important;
    font-size: 14px;
}
.footer-nav ul li.current-menu-item a,
.footer-nav ul li a:hover{
    text-decoration: underline !important
}
.footer-nav ul li{
    margin-bottom: 7px;
}
.footer-social-icon ul li svg{
    margin: 0 !important;
}
.footer-social-icon ul li .elementor-icon-list-text{
display: none;
}
.footer-social-icon ul li a{
    transition: 0.3s all;
}
.footer-social-icon ul li a:hover{
    opacity: 0.7
}
html body form input[type="checkbox"]{
    width: 15px !important;
    height: 15px !important;
    position: relative;
    top: 2px;
    margin-right: 5px;  
    border: 1px solid;
}

html body form input[type="checkbox"]{
    width: 18px !important; 
    height: 18px !important;
}
html body form .elementor-field-type-checkbox{
    margin-top: 12px
}
html body form .elementor-field-type-checkbox .elementor-field-option{
    display: flex;
}
html body form .e-form__buttons{
    margin-top: 15px
}
html body form .e-form__buttons button::after{
    width: 87px;
}
html body form .e-form__buttons button:focus{
    background: var(--button-color) !important
}
html body form textarea:focus,
html body form input:not([type="checkbox"]):focus{
    box-shadow: none !important
}
html body form textarea::placeholder,
html body form input:not([type="checkbox"])::placeholder{
    opacity: 1 !important
}
html body form input[type="checkbox"] + label{
    font-size: 14px !important
}
html body form input:not([type="checkbox"]){
    padding: 10px 15px;
    height: 44px;
}
html body form textarea{
    height: 89px;
    resize: none
}
.copyriht-icon-list ul{
    gap: 5px 20px;
    overflow: hidden
}
.copyriht-icon-list ul li{
    position: relative;
}

.copyriht-icon-list ul li::before{
    content: '';
    width: 1px;
    height: calc(100% - 10px);
    top: 5px;
    background: black;
    left: -10px;
    position: absolute;
}
.copyriht-icon-list ul li a:hover{
    text-decoration: underline !important
}
.home-slider .swiper-slide-inner{
    text-decoration: none !important
}
.home-slider .swiper-slide-inner .swiper-slide-contents{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
.home-slider .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading{
    margin: 0;
	background: none !important;
}
.home-slider .swiper-slide-inner .swiper-slide-contents .elementor-slide-description{
    font-weight: 600;
}
.home-slider .swiper-pagination{
    bottom: 40px !important
}


.header-cart-wrapper{
    position: relative;
}
.header-cart-wrapper .header_cart{
    height: 25px;
    /* position: absolute;
    left: 0;
    top: -5px */
}
.header_cart .elementor-menu-cart__toggle_wrapper{
    width: 18px;
}
.header_cart .elementor-menu-cart__toggle_wrapper svg{
    font-size: 12px
}
.header_cart .elementor-menu-cart__toggle_wrapper svg{
	position: relative;
	 top: -1px;
 }
/* header navigation */
.header_menu nav ul{
    list-style: none;
    padding: 0
}
.header_menu nav ul.menu {
    display: flex;
    gap: 60px 
}
.header_menu nav ul.menu > li a{
    text-decoration: none;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
}
.header_menu nav ul.menu > li.current-menu-item >a,
.header_menu nav ul.menu > li a:hover{
    text-decoration: underline;
}
.header_menu nav ul.menu > li{
    position: relative;
}
.header_menu nav ul.menu > li:not(:last-child)::after{
    content: '';
    position: absolute;
    right: -30px;
    width: 3px;
    height: calc(100% - 8px);
    background: white;
    top: 50%;
    transform: translatey(-50%);
}
.header_menu nav ul.menu > li > ul{
    position: absolute;
    left: 0;
    z-index: 2;
    background: var(--dark-gray);
    width: 150px;
    padding: 15px 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all
}
.header_menu nav ul.menu > li:hover > ul{
    opacity: 1;
    visibility: visible
}
.header_menu nav ul.menu > li > ul > li a{
    padding: 10px 0;
    word-break: break-all
}

header[data-elementor-type="header"]{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000
}
body.admin-bar header[data-elementor-type="header"]{
    top: 32px;
}
header{
	transition: 0.3s all;
}
body.active-sticky-header header{
	background: var(--dark-gray)
}
.header-language-switcher .js-wpml-ls-item-toggle {
	background-color: transparent !important;
	color: #FFF !important;
	border: 0;
	padding: 0;
	font-size: 13px;
	padding-right: 21px !important;
    text-decoration: none !important;
    font-weight: 400  !important
}
.header-language-switcher .js-wpml-ls-sub-menu .wpml-ls-display,
.header-language-switcher .wpml-ls-flag{
    display: none !important;
}
html body.is-scroll header .header-language-switcher .js-wpml-ls-item-toggle {
	color: #000;
}
.header-language-switcher .wpml-ls-statics-shortcode_actions {
	width: auto;
}
.header-language-switcher .js-wpml-ls-sub-menu a{
    font-size: 12px;
    font-weight: 400;
    text-decoration: none !important
}
.header-language-switcher .js-wpml-ls-item-toggle:after {
    background-image: url('/wp-content/uploads/2025/07/chevron-down-light.svg');
    border: 0 !important;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	right: 8px !important;
    top: 4px !important
}






.container-max-width{
    max-width: var(--content-width)
}

.conact_us_wrapper .elementor-widget-text-editor p a{
    font-weight: 400;
    text-decoration: none
}
.conact_us_wrapper .elementor-widget-text-editor p a:hover{
    text-decoration: underline;
}
html body .dark_bg form textarea{
    height: 160px
}
html body form .elementor-field-group .elementor-message{
    font-size: 10px;
}
html body .dark_bg form .elementor-field-group .elementor-message{
    position: absolute;
    left: 0;
    bottom:-30px
}
html body .dark_bg form .elementor-form-fields-wrapper .elementor-field-group{
    margin-bottom: 25px!important;
}
html body .dark_bg form input[type="checkbox"] + label{
    text-transform: none !important
}
.coming-soon-content {
    min-height: calc(100vh - 1193px);
}


.chi_img{
    width: 100%;
    min-height: 250px;
    max-height: 550px;
    height: 48vw !important
}

.history_main_wrapper{
    flex-wrap: wrap !important;
    position: relative
}

.history_main_wrapper .history_card_wrapper:nth-child(4n+2) > .elementor-element,
.history_main_wrapper .history_card_wrapper:nth-child(4n+3) > .elementor-element {
    background: transparent !important;
}

.history_main_wrapper .history_card_wrapper:nth-child(4n+2) > .elementor-element *,
.history_main_wrapper .history_card_wrapper:nth-child(4n+3) > .elementor-element * {
    color: white;
}

.history_main_wrapper .history_card_wrapper .elementor-heading-title{
	position: relative;
}
.history_main_wrapper .history_card_wrapper .elementor-heading-title::after{
    content: '';
    width: 15px;
    height: 15px;
    background: var(--red-color);
    position: absolute;
    border-radius: 5px;
    bottom: 22%;
    left: auto;
    right: -18px
}
.history_main_wrapper .history_card_wrapper:nth-child(even){
    margin-top: 70px;
}

/* shop styling */
.prd_main_title .lite_heading{
    font-weight: 200
}
.prd_archove_wrapper .product .add_to_cart_button{
    display: none !important
}
.prd_archove_wrapper .product .woocommerce-loop-product__title{
    margin-bottom: 20px !important;
    border-bottom: 2px solid var(--red-color);
}
.prd_archove_wrapper .product img{
    transition: 0.3s all;
}
.prd_archove_wrapper .product img{
    transition: 0.3s all;
}
.prd_archove_wrapper .product .woocommerce-LoopProduct-link:hover img{
    transform: scale(1.01)
}
/*prd Single*/
.prd_single_title span{
    color: var(--red-color)
}
.prd_single_img img{
    transition: 0.3s all !important
}
.prd_single_img .woocommerce-product-gallery__trigger{
    display: none;
}
.prd_single_img .woocommerce-product-gallery__image,
.prd_single_img .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{
    pointer-events: none
}
.related_prd_wrapper .related  > h2{
    color: var(--dark-gray);
    margin:0 auto 40px;
    font-size: 60px;
    max-width: 1140px
}
.single-product .woocommerce-notices-wrapper{
    position: absolute;
    top: 0;
    z-index: 100000;
    width: 100%;
    line-height: 1.2;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px;
    color: black
}
.single-product .woocommerce-notices-wrapper .button{
    position: static !important;
    height: auto;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message::before,
.single-product .woocommerce-notices-wrapper .woocommerce-message::after{
    display: none
}
.header_cart .elementor-button-icon-qty{
    z-index: 1;
    font-size: 9px !important
}
.custom_cart_wrapper .woocommerce-cart-form__cart-item .product-subtotal span,
.custom_cart_wrapper .woocommerce-cart-form__cart-item .product-price span,
.custom_cart_wrapper .woocommerce-cart-form__cart-item .product-name a{
    font-weight: 600 !important
}
.custom_cart_wrapper .input-text{
    height: 37px !important;
    color: black !important;
    background: white !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important
}
.elementor-menu-cart__subtotal strong{
    font-weight: 600 !important
}
html body .custom_cart_wrapper *,
html body .custom_checkout *{
    font-family: "Inter", sans-serif !important;
}

.custom_checkout .woocommerce-checkout-payment .button{
    margin-top: 20px !important;
}
.custom_checkout .e-coupon-anchor .form-row{
    margin-top: 15px !important;
}
.custom_checkout textarea,
.custom_checkout input{
    outline: none !important
}
html body .custom_checkout .selection span.select2-selection{
    border: none !important
}
html body .custom_checkout .selection span.select2-selection .select2-selection__rendered{
    padding-top: 0px !important;
    padding-bottom: 4px !important;
}
html body.woocommerce-checkout .select2-results__options .select2-results__option.select2-results__option--highlighted,
html body.woocommerce-checkout .select2-results__options .select2-results__option:hover{
    background: gray !important;
    color: white !important
}




.prot_cards_main_wrapper .prot_cards_inner_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.prot_cards_main_wrapper .prot_cards_inner_wrapper .prot_card_wrapper{
    width: calc(50% - 15px);
    overflow: hidden;
}


.prot_cards_main_wrapper .prot_cards_inner_wrapper .prot_card_wrapper .prot_card_inner{
    position: relative;
    min-height: 220px;
    max-height: 33.5vw;
    height: 30vw;
    display: flex;
    align-items: flex-end;
}
.card_img_main_wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.card_img_main_wrapper .card_img_wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 74%;
}
.card_img_main_wrapper .card_img_wrapper img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.card_content_wrapper{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.card_content_wrapper h4{
    color: white;
    padding: 0 25px 5px;
    margin: 0 0 5px;
    border-bottom: 1px solid var(--red-color);
    font-weight: 600;
	font-size: 20px;
}
.card_content_wrapper h4 span{
    font-weight: 400
}
.card_content_wrapper .card_desc{
    color: white;
    padding: 0 25px;
    margin-bottom: 20px
}
.card_content_wrapper .btn-wrappper{
    padding: 0 25px;
}
.card_content_wrapper{
    padding: 25px 0;
    background: rgb(65 65 67 / 75%);
    transform: translatey(100%);
    transition: 0.3s all;
}
.prot_card_wrapper:hover .card_content_wrapper{
    transform: translatey(0%);
}

.prot_cards_main_wrapper .load_more_btn_wrapper{
    margin: 70px auto 0;
    max-width: max-content;
}

.img_container .port_img{
    height: 100%;
    position: relative;
    padding-bottom: 100%;
}
.img_container .port_img img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100% !important;
    object-fit: cover;
}
html body .img_container1:has(.elementor-widget-theme-post-content) .post_content-wrap .port_img{
   padding-bottom: 60% !important;
}

.portfolio_single_content::before{
    height: 500px
}

.hotel_description_col:not(:has(.hotel_description)){
    display: none !important;
}
.img_container:not(:has(.hotel_description)) .img_containers_col4:not(:empty){
    padding-top: 60px
}
.img_containers_col:not(:has(.port_img)){
    display: none !important
}
/* html body.postid-1219  .portfolio_single_content .img_container.img_container2,
html body.postid-890  .portfolio_single_content .img_container.img_container2,
html body.postid-1107  .portfolio_single_content .img_container.img_container2 {
	display: none !important;
}
html body.postid-1219  .portfolio_single_content .img_container.img_container1 > .elementor-element,
html body.postid-890  .portfolio_single_content .img_container.img_container1 > .elementor-element,
html body.postid-1107  .portfolio_single_content .img_container.img_container1 > .elementor-element {
	padding:0 !important
} */
.load_more_btn_wrapper:has(.hidden){
    display: none !important
}
body.single-portfolio footer > .elementor-element,
body.post-type-archive-portfolio footer > .elementor-element{
    padding-top: 0 !important
}


.np_port_cards_wrapper .np_port_cards_inner_wrapper{
    display: flex;
    gap: 20px;
}
.np_port_cards_wrapper .np_port_cards_inner_wrapper .np_port_card_wrapper{
    width: calc(50% - 10px);
}
.np_port_cards_wrapper .np_port_cards_inner_wrapper .np_port_card_wrapper .np_port_card_inner .np_port_card_img_wrapper{
    max-height: 550px;
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: 280px;
    height: 100%;
}
.np_port_cards_wrapper .np_port_cards_inner_wrapper .np_port_card_wrapper .np_port_card_inner .np_port_card_img_wrapper .np_port_card_img{
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 100%;
}
.np_port_cards_wrapper .np_port_cards_inner_wrapper .np_port_card_wrapper .np_port_card_inner .np_port_card_img_wrapper:hover img{
    transform: scale(1.05)
}
.np_port_cards_wrapper .np_port_cards_inner_wrapper .np_port_card_wrapper .np_port_card_inner .np_port_card_img_wrapper .np_port_card_img img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
    transition: 0.3s all
}
.np_port_cards_wrapper .np_port_cards_inner_wrapper .np_port_card_title{
    color: white;
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
    text-align: left
}
.np_port_cards_wrapper .np_port_cards_inner_wrapper .is-next .np_port_card_title{
    justify-content: flex-end;
    text-align: right
}
.np_port_cards_wrapper .np_port_cards_inner_wrapper .np_port_card_title a{
    display: flex;
    align-items: center;
    column-gap: 10px;
    text-decoration: none
}
.np_port_cards_wrapper .np_port_cards_inner_wrapper .np_port_card_title a:hover{
    text-decoration: underline
}
.np_port_cards_wrapper .np_port_cards_inner_wrapper .np_port_card_title h4{
    font-size: 16px !important;
    margin: 0;
    text-transform: none !important
}
.np_port_cards_wrapper .np_port_cards_inner_wrapper .np_port_card_title .arrow_btn{
    width: 20px;
    height: 40px;
    background: url('/wp-content/uploads/2025/07/big_arrow.svg') no-repeat center / contain;
    transition: 0.3s all;
}
.np_port_cards_wrapper .np_port_cards_inner_wrapper .is-prev .np_port_card_title .arrow_btn{
    transform: scale(-1)
}
.np_port_cards_wrapper .np_port_cards_inner_wrapper .is-next .np_port_card_title a{
    flex-direction: row-reverse;
}
.np_port_cards_wrapper .np_port_cards_inner_wrapper .np_port_card_title:hover .arrow_btn{
    opacity: 0.7
}
body.woocommerce-account header{
    position: static;
    background: var(--dark-gray)
}
body.woocommerce-account .page-header{
    margin-top: 60px;
    margin-bottom: 40px
}
.prd_archove_wrapper .products .product .product_type_simple{
    display: none !important;
}
/* .hoteLheading .elementor-headline .elementor-headline-dynamic-wrapper {
    display: block;
} */
.hoteLheading .elementor-headline .elementor-headline-dynamic-text span{
    color: var(--red-color);
    font-size: 100px
}
@media only screen and (max-width: 1250px) {
	.hoteLheading .elementor-headline .elementor-headline-dynamic-text span,
	.home-slider .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading{
		font-size: 80px;
	}
	body .elementor-widget-heading h1.elementor-heading-title,
	body h1,
	body .h1, 
	body .elementor-widget-heading.h1 .elementor-heading-title, 
	h1.elementor-cta__title.elementor-cta__content-item,
	body .elementor-widget-heading h2.elementor-heading-title,
	body h2,
	body .h2, 
	body .elementor-widget-heading.h2 .elementor-heading-title, 
	h2.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h2.elementor-image-box-titlbody.woocommerce-account header{
		position: static;
		background: var(--dark-gray)
	}
	body.woocommerce-account .page-header{
		margin-top: 60px;
		margin-bottom: 40px
}
	.prd_archove_wrapper .products .product .product_type_simple{
		display: none !important;
	}
	.elementor-posts .elementor-post__card h2.elementor-post__title,
	.elementor-posts h2.elementor-post__title {
		font-size: 60px;
	}
	.prot_cards_main_wrapper .prot_cards_inner_wrapper .prot_card_wrapper{
		width: calc(50% - 10px);
	}
	.prot_cards_main_wrapper .prot_cards_inner_wrapper .prot_card_wrapper .prot_card_inner{
		max-height: 40vw;
	}
}
@media only screen and (max-width: 1024px) {
	.home-slider .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading{
		font-size: 70px;
	}
	.hoteLheading .elementor-headline .elementor-headline-dynamic-text span,
	.related_prd_wrapper .related  > h2,
	body .elementor-widget-heading h1.elementor-heading-title,
	body h1,
	body .h1, 
	body .elementor-widget-heading.h1 .elementor-heading-title, 
	h1.elementor-cta__title.elementor-cta__content-item,
	body .elementor-widget-heading h2.elementor-heading-title,
	body h2,
	body .h2, 
	body .elementor-widget-heading.h2 .elementor-heading-title, 
	h2.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h2.elementor-image-box-title,
	.elementor-posts .elementor-post__card h2.elementor-post__title,
	.elementor-posts h2.elementor-post__title {
		font-size: 50px;
	}
	
	body .elementor-widget-heading h3.elementor-heading-title,
	body h3,
	body .h3, 
	body .elementor-widget-heading.h3 .elementor-heading-title, 
	h3.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h3.elementor-image-box-title,
	.elementor-posts .elementor-post__card h3.elementor-post__title,
	.elementor-posts h3.elementor-post__title {
		font-size: 26px;
	}
	
	body .elementor-widget-heading h4.elementor-heading-title,
	body h4,
	body .h4, 
	body .elementor-widget-heading.h4 .elementor-heading-title, 
	h4.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h4.elementor-image-box-title,
	.elementor-posts .elementor-post__card h4.elementor-post__title,
	.elementor-posts h4.elementor-post__title {
		font-size: 22px;
	}
	
	body .elementor-widget-heading h5.elementor-heading-title,
	body h5,
	body .h5, 
	body .elementor-widget-heading.h5 .elementor-heading-title, 
	h5.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h5.elementor-image-box-title,
	.elementor-posts .elementor-post__card h5.elementor-post__title,
	.elementor-posts h5.elementor-post__title {
		font-size: 18px;
	}
	
	
	body .elementor-widget-heading h6.elementor-heading-title,
	body h6,
	body .h6, 
	body .elementor-widget-heading.h6 .elementor-heading-title, 
	h6.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h6.elementor-image-box-title,
	.elementor-posts .elementor-post__card h6.elementor-post__title,
	.elementor-posts h6.elementor-post__title {
		font-size: 16px;
	}
	body {
		font-size: 16px;
	}
	
	.card_content_wrapper h4{
		font-size: 16px;
		padding: 0 15px 5px;
	}
	.card_content_wrapper .card_desc{
		padding: 0 15px;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.card_content_wrapper .btn-wrappper{
		padding: 0 15px;
	}
	.card_content_wrapper{
		padding: 15px 0 20px;
	}
	.prot_cards_main_wrapper .load_more_btn_wrapper{
		margin: 50px auto 0;
	}
}
@media only screen and (min-width: 768px) {
    .header-cart-wrapper .header_cart{
        position: absolute;
        left: 0;
        top: -5px
    }
	.header_menu nav ul.menu > li > ul,
	header .header_menu{
		display: block !important;
	}
	.history_main_wrapper::after{
		content: '';
		width: 1px;
		height: 100%;
		background: var(--red-color);
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%)
	}
	.history_main_wrapper .history_card_wrapper{
		width: calc(50% - 20px)
	}
}
@media only screen and (max-width: 767px) {
	.home-slider .swiper-slide-inner .swiper-slide-contents .elementor-slide-heading{
		font-size: 50px;
	}
	.related_prd_wrapper .related  > h2,
	body .elementor-widget-heading h1.elementor-heading-title,
	body h1,
	body .h1, 
	body .elementor-widget-heading.h1 .elementor-heading-title, 
	h1.elementor-cta__title.elementor-cta__content-item,
	body .elementor-widget-heading h2.elementor-heading-title,
	body h2,
	body .h2, 
	body .elementor-widget-heading.h2 .elementor-heading-title, 
	h2.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h2.elementor-image-box-title,
	.elementor-posts .elementor-post__card h2.elementor-post__title,
	.elementor-posts h2.elementor-post__title {
		font-size: 38px;
	}
	
	body .elementor-widget-heading h3.elementor-heading-title,
	body h3,
	body .h3, 
	body .elementor-widget-heading.h3 .elementor-heading-title, 
	h3.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h3.elementor-image-box-title,
	.elementor-posts .elementor-post__card h3.elementor-post__title,
	.elementor-posts h3.elementor-post__title {
		font-size: 24px;
	}
	
	body .elementor-widget-heading h4.elementor-heading-title,
	body h4,
	body .h4, 
	body .elementor-widget-heading.h4 .elementor-heading-title, 
	h4.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h4.elementor-image-box-title,
	.elementor-posts .elementor-post__card h4.elementor-post__title,
	.elementor-posts h4.elementor-post__title {
		font-size: 18px;
	}
	
	body .elementor-widget-heading h5.elementor-heading-title,
	body h5,
	body .h5, 
	body .elementor-widget-heading.h5 .elementor-heading-title, 
	h5.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h5.elementor-image-box-title,
	.elementor-posts .elementor-post__card h5.elementor-post__title,
	.elementor-posts h5.elementor-post__title {
		font-size: 16px;
	}
	
	
	body .elementor-widget-heading h6.elementor-heading-title,
	body h6,
	body .h6, 
	body .elementor-widget-heading.h6 .elementor-heading-title, 
	h6.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h6.elementor-image-box-title,
	.elementor-posts .elementor-post__card h6.elementor-post__title,
	.elementor-posts h6.elementor-post__title {
		font-size: 15px;
	}
	.header_cart .elementor-menu-cart__toggle_wrapper svg{
		top: 3px;
	}
	
	.open_mobile_menu_icon .elementor-icon{
		width: 25px;
		height: 25px;
	}
	.open_mobile_menu_icon .elementor-icon svg{
		max-width: 100%;
		max-height: 100%;
	}
	.open_mobile_menu_icon .elementor-icon-wrapper{
		display: flex;
	}
	header .header_menu{
		position: fixed;
		top: 103px;
		left: 0;
		right: 0;
		height: 100vh;
		background: var(--dark-gray);
		padding: 30px 20px;
		display: none
	}
	body.admin-bar header .header_menu{
		top: 135px;
	}
	.header_menu nav ul.menu{
		flex-direction: column;
		gap:0
	}
	.header_menu nav ul.menu > li {
		width: 100%;
		border-bottom: 1px solid white
	}
	.header_menu nav ul.menu > li > a{
		padding: 10px 0;
		display: block;
	}
	.header_menu nav ul.menu > li > ul{
		position: static;
		opacity: 1 ;
		visibility: visible;
		padding: 0 0 10px;
		width: 100%;
		transition: unset;
		display: none
	}
	.header_menu nav ul.menu > li > ul > li:has(.open-submenu-arrow){
		position: relative
	}
	.open-submenu-arrow{
		width: 20px;
		height: 20px;
		background: url('/wp-content/uploads/2025/07/menu_arrow.svg') no-repeat center / 15px;
		position: absolute;
		right: 0;
		top: 12px
	}
	body.overflowbody{
		overflow: hidden !important;
	}
	body.mobile-menu-open header{
		background: var(--dark-gray)
	}
	.history_main_wrapper .history_card_wrapper .elementor-heading-title::after {
		width: 10px;
		height: 10px;
		border-radius: 2px;
		right: -13px;
		bottom: 17%;
	}

	/* .history_main_wrapper .history_card_wrapper:nth-child(odd){
		padding-right: 20px
	}
	.history_main_wrapper .history_card_wrapper:nth-child(even){
		padding-left: 20px;
	} */
	.history_main_wrapper .history_card_wrapper:not(:first-child){
		margin-top: 60px;
		position: relative;
	}
	.history_main_wrapper .history_card_wrapper:not(:first-child)::after{
		content: '';
		background: var(--red-color);
		width: 100%;
		left: 0;
		height: 1px;
		position: absolute;
		top: -30px
	}
	.custom_cart_wrapper .woocommerce-cart-form__cart-item{
		padding: 0 !important
	}
	.custom_cart_wrapper .woocommerce-cart-form__cart-item .product-thumbnail{
		display: block !important;
		padding-top: 0 !important
	}
	.custom_cart_wrapper .woocommerce-cart-form__cart-item .product-thumbnail::before{
		display: none
	}
	.custom_cart_wrapper .woocommerce-cart-form__cart-item .product-remove{
	   padding-bottom: 0 !important
	}
	.card_img_main_wrapper{
		position: static;
	}
	.prot_card_wrapper .card_content_wrapper{
		transform: unset
	}
	.prot_cards_main_wrapper .prot_cards_inner_wrapper .prot_card_wrapper .prot_card_inner{
		flex-direction: column;
		height: auto;
		max-height: 100%;
		min-height: 100%;
	}
	.card_content_wrapper .card_desc,
	.card_content_wrapper h4,
	.card_content_wrapper .btn-wrappper{
		padding-left: 0;
		padding-right: 0
	}
	.card_content_wrapper  .elementor-button::after{
		width: 100px
	}
	.prot_cards_main_wrapper .prot_cards_inner_wrapper{
		gap: 16px;
	}
	.prot_cards_main_wrapper .prot_cards_inner_wrapper .prot_card_wrapper{
		width: calc(50% - 8px);
	}
	.prot_cards_main_wrapper .load_more_btn_wrapper{
		margin: 30px auto 0;
	}
	.portfolio_single_content::before{
		display: none;
	}
	.portfolio_content *{
		color: var(--black-color) !important;
	}
    .np_port_cards_wrapper .np_port_cards_inner_wrapper .np_port_card_title .arrow_btn{
        height: 30px; 
    }
}
@media only screen and (max-width: 660px) {
    .np_port_cards_wrapper .np_port_cards_inner_wrapper{
        flex-wrap: wrap;
        gap: 40px;
    }
    .np_port_cards_wrapper .np_port_cards_inner_wrapper .np_port_card_wrapper{
        width: 100%;
    }
}
@media only screen and (max-width: 540px) {
	.prot_cards_main_wrapper .prot_cards_inner_wrapper .prot_card_wrapper{
		width: 100%;
	}
	.card_img_main_wrapper .card_img_wrapper{
		padding-bottom: 58%;
	}
}
@media only screen and (max-width: 360px) {
	.footer_info_main_container > .elementor-element{
		width: 100%
	}
	.prd_archove_wrapper ul.products{
		grid-template-columns: repeat(1, 1fr);
	}
}