/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

html,body{
    overflow-x: hidden;
}

/* Header Section */

.header-section .elementor-icon-wrapper{
    display: flex;
}
.header-icon{
    position: relative;
}
.header-icon::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 33px;
    background-image: url("Images/Line1.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}
.header-icon::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 33px;
    background-image: url("Images/Line1.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}
.header-section .sub-arrow{
    position: relative;
}
.header-section .sub-arrow::after{
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-image: url(Images/Polygon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: -9px;
    transform: translate(-50%, -20%);
}

/* Footer Section */

.fotter-section .gform_fields{
    align-items: center;
    justify-content: end;
    column-gap: 22px !important;
}
.fotter-section form{
    display: flex;
    column-gap: 20px;
}
.fotter-section input:not([type="submit"]){
    height: 52px;
    width: 334px !important;
    background-color: #D1D9D0;
    border: none;
    border-radius: 40px;
    padding: 0 46px 0 26px !important;
    color: #0D171C;
    outline: none;
    background-image: url("Images/mail.svg");
    background-position: center right 24px;
    background-repeat: no-repeat;
}
.fotter-section input:not([type="submit"])::placeholder{
    color: #0D171C;
}
.fotter-section input[type="submit"]{
    padding: 12px 56px !important;
    border: none;
    background-color: #99AD96;
    color: #FFFFFF;
}
.fotter-section .gform-footer{
    padding: 0 !important;
    margin: 0 !important;
}
.fotter-section .elementor-icon-list-text a{
    color: #FFFFFF;
}
.fotter-section .elementor-icon-list-text a:hover{
    color: #111111;
}
.fotter-section .elementor-icon-list-item:hover .elementor-icon-list-icon svg path{
    fill: #111111;
}
.fotter-section .elementor-nav-menu{
    column-count: 2;
}
.fotter-section .gform_validation_error form{
    align-items: start;
}

/* Home Page */

.heading-line{
    position: relative;
}
.heading-line::after{
    position: absolute;
    content: "";
    width: 123px;
    height: 1px;
    background-image: url("Images/Line2.png");
    background-repeat: no-repeat;
    top: 50%;
    left: -80px;
    transform: translate(-50%, 50%);
}
.heading-line::before{
    position: absolute;
    content: "";
    width: 123px;
    height: 1px;
    background-image: url("Images/Line3.png");
    background-repeat: no-repeat;
    top: 50%;
    right: -145px;
    transform: translate(0%, 50%);
}
.headingline span{
    position: relative;
}
.headingline span::after{
    position: absolute;
    content: "";
    width: 123px;
    height: 1px;
    background-image: url("https://dev.wordpress-developer.us/vac-international/wp-content/uploads/2025/09/Line6.png");
    background-repeat: no-repeat;
    top: 50%;
    right: -145px;
    transform: translate(0%, 50%);
}
.home-about-sec-video .elementor-custom-embed-play{
	border:2px solid #fff;
	border-radius: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    animation: shadow 3s ease-in-out infinite;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0px;
    transform: translate(80%, -70%);
}
@keyframes shadow{
    0%{
       box-shadow: 0 0 0 0#ffffff, 0 0 0 0 #ffffff;
    }
    100%{
        box-shadow: 0 0 0 15px#ffffff00, 0 0 0 30px #ffffff00;
    }
}

/* About Page */

.about-sec-video{
    height: 543px !important;
}
.about-sec-video .elementor-custom-embed-play{
	border:2px solid #fff;
	border-radius: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    animation: shadow 3s ease-in-out infinite;
}
@keyframes shadow{
    0%{
       box-shadow: 0 0 0 0#ffffff, 0 0 0 0 #ffffff;
    }
    100%{
        box-shadow: 0 0 0 15px#ffffff00, 0 0 0 30px #ffffff00;
    }
}
.details-slider .swiper {
    overflow: visible;
}
.details-slider .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s !important;
    z-index: 11;
}
 
.details-slider .swiper-slide-active,
.details-slider .swiper-slide-next,
.details-slider .swiper-slide-next + .swiper-slide {
    opacity: 1;
}
.do-section-main:hover{
    background-color: #7D8F72 !important;
}
.do-section-main:hover img{
    filter: brightness(100);
}
.do-section-main:hover h3, .do-section-main:hover p, .do-section-main:hover ol{
    color: #FFFFFF;
}

/* Collection Page */

.collection-main .e-filter-item:hover{
    border-radius: 0;
}
.collection-main .e-filter-item[aria-pressed="true"]{
    font-weight: 600 !important;
    border-radius: 0;
}
.collection-main .e-filter-item:nth-last-child(2){
    border: none !important;
}
.product-loop-main .product-category{
    border: 1px solid #000 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    width: fit-content !important;
}
.product-loop-main .product-category h2{
	padding: 20px 0 !important;
}


/* My Account */

.account-section .woocommerce-info {
    border-top-color: #C5C9C1 !important;
}
.account-section .woocommerce-info::before {
    color: #111111 !important;
}
.account-section .woocommerce-Button{
    color: #FFFFFF !important;
    background-color: #99AD96 !important;
}
.account-section .woocommerce-Button:hover{
    background-color: #111111 !important;
}
.account-section .woocommerce-form input:not([type="submit"]){
    outline: none;
}
.account-section .woocommerce-form .woocommerce-button{
    color: #FFFFFF !important;
    background-color: #99AD96 !important;
}
.account-section .woocommerce-form .woocommerce-button:hover{
    background-color: #111111 !important;
}

/* Wishlist Page */

.account-section .wc-backward{
    color: #FFFFFF !important;
    background-color: #99AD96 !important;
    font-family: Inria Serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
    border-radius: 40px !important;
    line-height: 1.2em !important;
    padding: 15px 40px !important;
}
.account-section .wc-backward:hover{
    background-color: #111111 !important;
}
.account-section .return-to-shop{
    margin-top: 20px;
}
.wishlist-section .product-name{
    font-family: Inria Serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
    text-transform: capitalize;
}
.wishlist-section .product-name a{
    color: #111111;
    transition: 0.3s;
}
.wishlist-section .product-name a:hover{
    color: #99AD96;
}
.wishlist-section .product-action a{
    color: #FFFFFF !important;
    background-color: #99AD96 !important;
    font-family: Inria Serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    border-radius: 40px !important;
    line-height: 1.2em !important;
    padding: 10px !important;
}
.wishlist-section .product-action a:hover{
    background-color: #111111 !important;
}
.wishlist-section .tinvwl-input-group-btn .button{
    color: #FFFFFF !important;
    background-color: #99AD96 !important;
    font-family: Inria Serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    border-radius: 40px !important;
    line-height: 1.2em !important;
    padding: 10px 40px !important;
}
.wishlist-section .tinvwl-input-group-btn .button:hover{
    background-color: #111111 !important;
}
.wishlist-section .tinvwl-to-right .button{
    color: #FFFFFF !important;
    background-color: #99AD96 !important;
    font-family: Inria Serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    border-radius: 40px !important;
    line-height: 1.2em !important;
    padding: 10px 40px !important;
}
.wishlist-section .tinvwl-to-right .button:hover{
    background-color: #111111 !important;
}
.wishlist-section .ftinvwl{
    color: #111111;
    transition: 0.3s;
}
.wishlist-section .ftinvwl:hover{
    color: #99AD96;
}
.product-loop-main .tinvwl_add_to_wishlist-text{
    display: none;
}
.product-loop-main .tinvwl-icon-heart:before{
    font-size: 35px !important;
}
.product-loop-main .icon-black:before{
    color: #7D8F72 !important;
}
.tinvwl_button_view{
    border: none !important;
}
.tinvwl_button_close{
    border: none !important;
}
.header-section .wishlist_products_counter_text img{
    max-width: 18px;
    max-height: 18px;
}
.header-section .wishlist_products_counter_number{
    font-size: 16px;
    position: absolute;
    top: -7px;
    right: -7px;
    color: #111111;
}
.tinvwl-table-manage-list tfoot{
    display: none;
}

/* Gtranslate */

.gtranslate_wrapper {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 7px 10px;
}
.gtranslate_wrapper span{
    color: #FFFFFF !important;
}
.gtranslate_wrapper .gt_white_content{
    background-color: #111111;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
}

/* Product Details Page */

.product-main .woocommerce-product-gallery{
    margin: 0 !important;
}

.product-main-cont .accordion {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 25px;
  }
.product-main-cont .accordion:last-child{
    border: none !important;
  }
.product-main-cont  .accordion-item {
    border-bottom: 1px dashed #909696;
    overflow: hidden;
  }
.product-main-cont .accordion-item.active .accordion-header{
    color: #7D8F72;
    border-bottom: 1px dashed #909696;
  }
.product-main-cont .accordion-header {
    padding: 20px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Lato;
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    background-color: transparent;
}
.product-main-cont .accordion-header span.arrow {
    transition: transform 0.3s ease;
}
.product-main-cont .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  padding-top: 0;
  padding-bottom: 0;
}
.product-main-cont .accordion-content ul {
    padding-left: 0;
    margin: -20px 0 10px 0;
}
.product-main-cont .accordion-item.active .accordion-content {
    max-height: 650px !important;
    margin-top: 20px;
}
.product-main-cont .accordion-content ul li{
    list-style: none;
    padding-bottom: 5px;
}
.product-main-cont .accordion-item.active .arrow {
    transform: rotate(180deg);
}
.product-main-cont .accordion-content ul li a{
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    color: #79797A;
    width: 100% !important;
    display: flex
}
.product-main-cont .accordion-content ul li{
    position: relative;
}
.product-main-cont .accordion-content ul li::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("https://dev.wordpress-developer.us/vac-international/wp-content/uploads/2025/09/Vector.png");
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}
.product-main-cont .accordion-content ul li a:hover{
    color: #111111;
}
.product-main-cont .page-numbers.current{
    background-color: #7D8F72;
    padding: 7px 13px;
    border-radius: 5px;
}

.product-main-cont .product img{
    margin: 0 !important;
    height: 300px !important;
    object-fit: cover !important;
    overflow: hidden !important;
}
.product-main-cont .product h2{
    text-align: center;
    font-family: Inria Serif;
    font-weight: 700;
    text-transform: capitalize;
    color: #111111 !important;
    position: relative;
    z-index: 1;
}
.product-main-cont .product .count{
    display: none;
}
.product-main-cont .product .view_more_subcategory{
    text-align: center;
    width: 95% !important;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
	margin: 0 0 20px 0 !important;
}
.product-main-cont .product .view_more_subcategory:hover{
    color: #7D8F72;
}
.product-main-cont .woocommerce-loop-category__title{
    background-color: #FFFFFF;
}
/* .product-main-cont .read-more{
    background-color: #11111180;
} */

.product-loop-main::before{
    transition: ease-in-out 0.5s !important;
}
.product-loop-main:hover:before{
    transform: scale(1.1);
}
.product-main-cont .product-category{
    overflow: hidden;
}
.product-main-cont img{
    transition: ease-in-out 0.5s;
}
.product-main-cont img:hover{
    transform: scale(1.1) !important;
}
.product-loop-main .tinv-wraper{
    text-align: center;
}


/* .product-main-cont li.product-category.product::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
} */

/* Catelog Page */

/* .catelog-wish-btton{
    position: relative;
}
.catelog-wish-btton::after{
    position: absolute;
    content: "Add To Quote";
    width: 145px !important;
    height: auto;
    top: -50px;
    right: 0;
    background-color: #7D8F72;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    border-radius: 50px;
} */
.collec-loop .product-loop-main .tinvwl_add_to_wishlist-text{
    display: block !important;
    background-color: #7D8F72;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    border-radius: 50px;
    /* position: absolute;
    width: 145px;
    top: -50px;
    right: 0; */
    transition: 0.3s;
}
.collec-loop .product-loop-main .tinvwl_add_to_wishlist-text:hover{
    background-color: #111111;
}
.tinvwl_add_to_wishlist_button::before{
    display: none !important;
}
/* .cate-fea-image img{
    position: relative;
    display: block;
}
.cate-fea-image img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
} */
/* .product-loop-main .elementor-heading-title{
    position: relative;
    padding: 15px;
}
.product-loop-main .elementor-heading-title::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    top: -35%;
    left: 0;
    z-index: -1;
    width: 100%;
    padding: 120px;
    transform: translate(0%, -50%);
} */



/* Responsive */

@media screen and (max-width: 767px){
    .header-section .sub-arrow::after {
    transform: translate(-50%, -40%);
    filter: brightness(100);
}
.fotter-section form{
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
}
.fotter-section .gform-footer{
    width: 100% !important;
}
.fotter-section input[type="submit"]{
   width: 100%;
}
.heading-line::after {
    width: 0px;
}
.heading-line::before{
    width: 0px;
}
.headingline span::after{
    display: none;
}
.about-sec-video{
    height: auto !important;
}
.search-filter-section .e-search-form{
    flex-direction: column;
    row-gap: 15px;
}
.product-main-cont .accordion {
    padding: 0 15px;
}   
/* .product-loop-main .elementor-heading-title::after {
    top: -100%;
    width: 111%;
    padding: 130px;
    transform: translate(-5%, -50%);
} */
}