/* 
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 */
/* PDP pop css  */
.custom-image-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}
.single-product .custom-cart-form-wrapper form .single_add_to_cart_button::before{
    transition: all 0.3s ease;
    filter: brightness(0) invert(1); /* white icon */
}

.single-product .custom-cart-form-wrapper form .single_add_to_cart_button:hover::before{
    filter: brightness(0); /* black icon on hover */
}
.customize_space_btn a:hover::before{
	filter: brightness(0) invert(1); /* white icon */
}
.single-product .gallery-thumb-wrapper img {
    height: 125px;
    object-fit: cover;
}

.custom-image-popup img {
    max-height: 60%;
    border-radius: 20px;
    object-fit: contain !important;
}

.custom-popup-close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
}
/* PDP pop css end here*/

.newsletter-form {
	display: flex;
    width: 432px;
    height: 80px;
    opacity: 1;
    border-radius: 3px;
    gap: 16px;
    padding: 12px;
    border: 1px solid #000000CC;
}
.newsletter-field {
    border: 1px solid #000000CC;
    border-radius: 2px;
}
.login input {
    color: black !important;
}
.twentytwenty-after-label.active-right{
	opacity: 0 !important;
}
.twentytwenty-before-label.active-left{
	opacity: 0 !important;
}
.e-my-account-tab__dashboard .woocommerce-error {
    display: block !important;
}
.testimonial-slider .owl-dots {
	display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100px;
    margin: -30px auto auto auto;
    z-index: 1;
    position: relative;
}
.testimonial-slider .owl-dots.disabled {
    display: flex !important;
}
.testimonial-slider .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 0 !important;
    background: #333333 !important;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}
.inner-page-review .testimonial-slider .owl-dot span{
	  background: #ffffff !important;
}
.testimonial-slider .owl-dot.active span {
    background: #E43B03 !important;
}
.e-my-account-tab input {
    color: black !important;
}
.page-header {
    display: none;
}
.newsletter-field input {
    border: none;
    outline: none;
    width: 231px;
    height: 48px;
    opacity: 1;
    border-radius: 2px;
}
.newsletter-form span.wpcf7-not-valid-tip {
    display:none;
}
.contact-form input, .contact-form select, .contact-form textarea {
    color: #000 !important;
}
.testimonial-slider .owl-stage-outer {
    margin-bottom: 40px !important;
}
.twentytwenty-before-label {
    opacity: 1 !important;
}
.twentytwenty-after-label {
    opacity: 1 !important;
}
.newsletter-btn .wpcf7-submit {
    width: 161px;
    height: 56px;
    opacity: 1;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.newsletter-field input {
    border: none;
    outline: none;
    width: 231px;
    height: 48px;
    opacity: 1;
    border-radius: 2px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
	margin-top: 3px;
    letter-spacing: 0%;
    color: black;
    vertical-align: middle;
    background: transparent;
}
.newsletter-field input::placeholder{
	color:black !important;
}
.banner-list .elementor-icon-list-items .elementor-icon-list-item {
    border-radius: 4px;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    background: white;
}
.custom-icon .elementor-icon {
    padding: 12.4px;
    border-radius: 100px;
    background: #FFE4DB;
}
.two-col {
  display: flex;
  gap: 20px;
}
.texonomy-main {
    position: relative;
    overflow: hidden;
}
.texonomy-inner svg {
    width: 30px !important;
    height: 30px !important;
    display: block !important;
    flex-shrink: 0 !important;
}
.texonomy-main .texonomy-inner {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 
    top 0.7s ease,
    opacity 0.7s ease;
}
.texonomy-main:hover .texonomy-inner {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.two-col .form-field {
  width: 50%;
}
.contact-form {
  max-width: 660px;
  margin: auto;
}
.contact-form p label {
    width: 100%;
}
.form-row {
  margin-bottom: 20px;
}
.two-col {
  display: flex;
  gap: 16px;
}

.two-col .form-field {
  width: 50%;
}
.contact-form p {
  margin: 0;
}
.wpcf7-not-valid-tip {
    font-family: 'Inter';
    font-size: 14px;
    margin: 8px 0 0 0;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  height: 48px;
  color:#666666;
   font-family: 'Inter';
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 0 14px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  background: transparent;
}
/* Start Css 19-05-2026 */
.single-product-icon-list svg {
    padding: 5px;
    border: 1px solid black;
    border-radius: 100px;
    height: 40px !important;
    width: 40px !important;
    object-fit: contain !important;
}
.single-product-icon-list .elementor-icon-list-text span {
    font-size: 12px;
}
.wooco_component_product_selection_grid_item_info {
    position: relative;
}
.custom-zoom-icon {
    position: absolute;
    right: 0;
    top: 4px;
}
.wooco_component_product_selection_grid_item_image img {
	background: #f0ede8;
    height: 88PX;
    object-fit: contain
}
.wooco_components .wooco_component.wooco_component_required .wooco_component_name:after {
    content: "" !important;
}
.customize_space_btn a::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url("http://610weblab.in/livominterio/wp-content/uploads/2026/05/tabler_edit.svg") no-repeat center;
    background-size: contain;
    vertical-align: middle;
}
.single-product .custom-cart-form-wrapper form .single_add_to_cart_button::before{
	content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url("http://610weblab.in/livominterio/wp-content/uploads/2026/05/tdesign_cart.svg") no-repeat center;
    background-size: contain;
    vertical-align: middle;
}
.custom-product-cart-wrapper .custom-cart-form-wrapper form.cart {
    flex-wrap: wrap !important;
}
.customize_space_btn p {
    color: white;
    text-align: center;
    margin-top: 10px;
	margin-bottom:0;
}
.custom-cart-form-wrapper .custom-enquire-box span {
    font-weight: 300;
}
.package-discount {
    margin-top: 19px;
    font-weight: 600;
    line-height: 25px;
    color: white;
}
.single-product .wooco_component_product_selection_grid .wooco_component_product_selection_grid_item {
    width: calc(16.66% - 17px) !important;
	border: 1.4px solid #888888;
}
.single-product .wooco_item_selected {
    background: #F3F3F2;
}
/* End Css 19-05-2026 */


.contact-form textarea {
  height: 158px;
  padding: 12px 14px;
  resize: none;
}
.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.91 -0.000161171L12.97 1.06084L7.193 6.83984C7.10043 6.93299 6.99036 7.00692 6.86911 7.05737C6.74786 7.10782 6.61783 7.13379 6.4865 7.13379C6.35517 7.13379 6.22514 7.10782 6.10389 7.05737C5.98264 7.00692 5.87257 6.93299 5.78 6.83984L0 1.06084L1.06 0.000838757L6.485 5.42484L11.91 -0.000161171Z" fill="black"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.form-submit input[type="submit"] {
  width: 100%;
  height: 56px;
  background: #E53900;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.form-submit input[type="submit"]:hover {
  background: #333;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #777;
}
.testimonial-card {
	background:#fff;
	border-radius:12px;
	overflow:hidden;
}
.testimonial-image img {
	width:100%;
	object-fit:cover;
	border-radius: 10px;
}

.testimonial-rating {
	color: #ff4d00;
	padding: 10px 15px;
	margin-top: 10px;
	display: flex;
}
.testimonial-content p {
    font-size: 18px;
    line-height: 1.55;
    margin: 0;
    font-family: 'Inter', sans-serif;
}
.testimonial-content {
    padding: 0 25px 25px;
}
.testimonial-author {
    padding: 17px 25px 28px;
    border-top: 1px solid #D9D9D9;
    font-weight: 500;
    font-size: 20px;
}
.testimonial-slider .owl-nav {
    position: relative;
    display: flex !important;
    justify-content: center;
    column-gap: 90px;
}
.testimonial-slider .owl-nav button {
    position: relative;
    /* top: 40%; */
    width: 52px;
    height: 52px;
    border: 1px solid #fff !important;
    border-radius: 50%;
}
/* .owl-prev { */
	/* left:-70px; */
/* } */
/* .owl-next { */
	/* right:-70px; */
/* } */
/* .owl-prev::before, */
/* .owl-next::before { */
	/* content:""; */
	/* width:10px; */
	/* height:10px; */
	/* border-top:2px solid #000; */
	/* border-right:2px solid #000; */
	/* position:absolute; */
	/* top:50%; */
	/* left:50%; */
/* } */
/* .owl-prev::before { */
	/* transform:translate(-50%,-50%) rotate(225deg); */
/* } */
/* .owl-next::before { */
	/* transform:translate(-50%,-50%) rotate(45deg); */
/* } */
/* .owl-dots { */
	/* text-align:center; */
	/* margin-top:30px; */
/* } */
/* .owl-dot span { */
	/* width:8px; */
	/* height:8px; */
	/* background:#ccc; */
	/* display:inline-block; */
	/* border-radius:50%; */
	/* margin:5px; */
/* }	 */
/* .owl-dot.active span { */
	/* background:#ff4d00; */
/* } */
.testimonial-rating .star-icon {
    width: 16px !important;
}
/* .testimonial-slider .owl-dots.disabled, .owl-carousel .owl-nav.disabled { */
    /* display: block !important; */
/* } */
/* .testimonial-slider { */
    /* padding-bottom: 50px; */
/* } */
/* .testimonial-slider .owl-prev { */
    /* left: 42%; */
/* } */
/* .testimonial-slider .owl-next { */
    /* right: 42%; */
/* } */
.testimonial-slider .owl-nav button > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-slider .owl-nav button:hover {
    background-color: #fff;
}
.testimonial-slider .owl-nav button:hover path {
    stroke: #000;
}

.space-check-list svg {
    height: 24px !important;
    width: 24px !important;
}
.custom-timeline{
    position:relative;
    width:100%;
    max-width:1400px;
    margin:auto;
    padding:70px 20px 0 20px;
}
.timeline-line{
    position:absolute;
    left:50%;
    top:0;
    transform:translateX(-50%);
    width:8px;
    height:100%;
    background:#F1F1F1;
    border-radius:100px;
    z-index:1;
    overflow:hidden;
}
.timeline-progress{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:0%;
    background:#E43B03;
    border-radius:100px;
    z-index:2;
    transition:height .15s linear;
}
.timeline-item{
    position:relative;
    width:100%;
    display:flex;
}
.timeline-item:last-child{
    margin-bottom:0;
}
.timeline-item.left{
    justify-content:flex-start;
    text-align:center;
}
.timeline-item.right{
    justify-content:flex-end;
    text-align:center;
}
.timeline-content{
    width:40%;
    position:relative;
}
.timeline-icon{
    width: 99px;
    height: 99px;
    border-radius:50%;
    background:#DBDBDB;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    transition:.4s ease;
    position:relative;
    z-index:5;
}
.timeline-icon img{
    width:50px;
    height:50px;
    object-fit:contain;
}
.timeline-dot::after{
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:22px;
    height:22px;
    background:#DBDBDB;
    border-radius:50%;
    transition:.4s ease;
}
.timeline-item.active .timeline-icon{
    background:#E43B03;
}
.timeline-text{
    margin-top:10px;
}
.timeline-text .step{
    display: block;
    color: #fff;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin: 0;
}
.timeline-text h3{
	color: #fff;
    font-family: Noto Serif TC;
    font-weight: 900;
    font-size: 20px;
    line-height: 51px;
    margin: 0;
}
.timeline-text p{
    color: #fff;
    width: 323px;
	 font-family: Inter;
    margin: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}
.timeline-dot{
position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #DBDBDB;
    z-index: 10;
    transition: .4s ease;
}
.timeline-icon{
    background:#DBDBDB;
    transition:0.4s ease;
}
.timeline-icon img{
    filter: brightness(0);
    transition:0.4s ease;
}
.timeline-item.active .timeline-icon{
    background:#E43B03;
}
.timeline-item.active .timeline-icon img{
    filter: brightness(0) invert(1);
}
.timeline-dot::before{
    content:'';
    position:absolute;
    inset:-12px;
    border-radius:50%;
    background:rgba(228,59,3,0);
    transition:.4s ease;
}
.timeline-item.active .timeline-dot{
    background:#7A2F15;
}
.timeline-item.active .timeline-dot::after{
    background:#E43B03;
}
.timeline-item.active .timeline-dot::before{
    background:rgba(228,59,3,0.25);
}
.timeline-item.left .timeline-content::after{
    content: '';
    position: absolute;
    top: 50px;
    right: -25%;
    width: 83%;
    border-top: 6px dashed #DBDBDB;
    transition: .4s ease;
}
.timeline-item.right .timeline-content::after{
    content: '';
    position: absolute;
    top: 50px;
    left: -26%;
    width: 83%;
    border-top: 6px dashed #DBDBDB;
    transition: .4s ease;
}
.timeline-item.active.left .timeline-content::after,
.timeline-item.active.right .timeline-content::after{
    border-color:#E43B03;
}
.home-tabs-section .e-n-tabs-content {
    width: 100% !important;
    max-width: 100% !important;
}
.home-image-slider img {
	width:100% !important;
}
.custom-product-packages{
    display:flex;
    width:100%;
    overflow:hidden;
}
.package-card{
    width:33.33%;
    height:760px;
    position:relative;
    overflow:hidden;
    transition:all .4s ease;
}
.package-image{
    width:100%;
    height:100%;
    position:relative;
}
.package-image::after{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.18);
    transition:0.4s ease;
}
.package-card:hover .package-image::after{
    background:rgb(255 255 255 / 12%);
}
.package-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.package-title{
    position:absolute;
    bottom:45px;
    left:40px;
    z-index:3;
    transition:all .4s ease;
}
.package-title img {
    margin-bottom: -9px;
}
.package-title h3{
    margin: 0;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Noto Serif TC;
    font-weight: 900;
    font-size: 25px;
    line-height: 51px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
.package-hover-content{
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    min-height: 440px;
    transform: translate(-50%, -15%);
    width: 444px;
    background: #FFFFFFCC;
    backdrop-filter: blur(10px);
    padding: 30px;
    z-index: 5;
    opacity: 0;
    transition: all .4s ease;
    margin: auto;
}
.package-card:hover .package-hover-content{
    opacity:1;
    visibility:visible;
}
.package-card:hover .package-title{
    opacity:0;
    transform:translateY(20px);
}
.package-subheading{
    color: #000000;
    margin-bottom: 0px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.package-hover-content h2{
    color: #000;
    margin: 0;
    font-family: Noto Serif TC;
    font-weight: 900;
    font-size: 25px;
    line-height: 51px;
    letter-spacing: 0%; 
}
.package-price del {
    color: #8f8f8f;
    margin-right: 10px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    text-decoration: line-through;
}
.package-price del{
    color:#8f8f8f;
    font-size:18px;
    margin-right:10px;
}
.package-price ins {
    text-decoration: none;
    font-family: Noto Serif TC;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
.package-price {
    display: flex;
    align-items: center;
	    margin-bottom: 7px;
}
.package-desc{
    margin-bottom: 0;
    margin-top: 10px;
}

.package-desc p{
    font-size:16px;
    color:#1f1f1f;
    line-height:1.7;
    margin-bottom:18px;
}
.package-desc ul{
    margin:0;
    padding:0;
    list-style:none;
}

.package-desc ul li{
    display: flex;
    align-items: center;
    gap: 12px;
    color: #111;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0%;
    margin: 0;
}
.package-desc ul li::before{
    content:'';
    width:18px;
    height:18px;
    min-width:18px;
    background:url('https://610weblab.in/livominterio/wp-content/uploads/2026/05/banner-icon-list.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}
.package-buttons{
    display:flex;
    flex-direction:column;
    gap:14px;
    margin-top:20px;
}
.purchase-btn,
.enquire-btn{
	height: 54px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.purchase-btn{
    background:#F24800;
    color:#fff;
}

.purchase-btn:hover{
    background:#333333;
    color:#fff;
}

.enquire-btn{
    background:#333333;
    color:#fff;
}

.enquire-btn:hover{
    background:#F24800;
    color:#fff;
}
.newsletter-btn:hover input {
    background: #333333 !important;
}
.package-suheaing-desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.pop-form input {
    padding: 16px;
    border-radius: 8px;
    outline: none;
    border: 1px solid #000000;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
}
.pop-form label {
    width: 100%;
}
.pop-form .pop-btn .wpcf7-submit {
    width: 100%;
}
#elementor-popup-modal-647 .dialog-close-button {
    width: 45px;
    height: 45px;
    border-radius: 31.54px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
	border: none;
    outline: none;
}
div#elementor-popup-modal-647 .dialog-close-button .eicon-close {
    fill: white !important;
}
.pop-form .pop-btn p {
    margin-bottom: -10px !important;
}
/*  =-- Start Media Query --------- */
@media(max-width:1024px){
    .custom-product-packages{
        flex-wrap:wrap;
    }
    .package-card{
        width:100%;
        height:700px;
    }
}
@media (max-width:991px){

    .timeline-line{
        left:35px;
    }

    .timeline-item{
        justify-content:flex-start !important;
        padding-left:100px;
        margin-bottom:90px;
    }

    .timeline-content{
        width:100%;
        text-align:left;
    }

    .timeline-dot{
        left:16px;
        top:45px;
        width:36px;
        height:36px;
    }

    .timeline-dot::before{
        inset:-8px;
    }

    .timeline-item.left .timeline-content::after,
    .timeline-item.right .timeline-content::after{
        left:-63px;
        width: 62%;
        top:58px;
    }

    .timeline-icon{
        width:100px;
        height:100px;
    }

    .timeline-icon img{
        width:42px;
        height:42px;
    }

    .timeline-text h3{
        font-size:34px;
		text-align:center;
    }

    .timeline-text p{
        font-size:18px;
		text-align:center;
    }

    .timeline-text .step{
        font-size:20px;
    }
}
@media (max-width: 768px) {
  .two-col {
    flex-direction: column;
  }
  .package-card{
        height:620px;
    }

    .package-title{
        left:25px;
        bottom:25px;
    }

    .package-title h3{
        font-size:24px;
    }

    .package-hover-content{
        width:90%;
        padding:22px;
    }

    .package-hover-content h2{
        font-size:28px;
    }


    .two-col .form-field {
        width: 100%;
    }
        
    .two-col {
        flex-direction: column;
    }

    .two-col .form-field {
        width: 100%;
    }
  
    .custom-timeline{
        padding:70px 15px;
    }

    .timeline-item{
        padding-left:0px;
        margin-bottom:70px;
    }

    .timeline-line{
        left:25px;
        width:6px;
    }

    .timeline-dot{
        left:10px;
        width:30px;
        height:30px;
        top:38px;
    }

    .timeline-item.left .timeline-content::after,
    .timeline-item.right .timeline-content::after{
        left: 0px;
        width: 55%;
        top: 53px;
        border-top-width: 4px;
    }

    .timeline-icon{
        width:85px;
        height:85px;
    }

    .timeline-icon img{
        width:36px;
        height:36px;
    }

    .timeline-text .step{
        font-size:16px;
    }

    .timeline-text h3{
        font-size:20px;
    }

    .timeline-text p{
        font-size:16px;
        line-height:1.6;
    }
    .newsletter-form {
        display: flex;
        width: 100%;
        height: 60px;
        margin-bottom: 30px;
        gap: 20px;
        padding: 5px 0;
        flex-wrap: wrap;
    }
    .newsletter-btn {
        width: 100%;
    }
    .newsletter-btn .wpcf7-submit {
        width: 100%;
    }
}

.mobile-menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    background: transparent !important;
}

.mobile-menu .elementor-nav-menu li a {
    background: #fff;
    border-radius: 5px !important;
    margin:10px 0;
}
.mobile-menu .current_page_item a.elementor-item-active {
    background: #333 !important;
}
.mobile-menu .current_page_item a svg path{
    fill:#fff !important;
}
.mobile-menu a.has-submenu.highlighted svg path{
    fill:#fff !important;
}
.mobile-menu .sub-menu a{
	font-size:14px !important;
	width:95%;
	left:5%
}
.mobile-menu .elementor-nav-menu li a.highlighted {
    background: #333 !important;
    border-radius: 5px;
    margin:10px 0;
}
.mobile-menu .elementor-nav-menu li a:hover {
    background: #333 !important;
    border-radius: 5px;
}
/* =============================================================
   Product Package Tabs — product-package-tabs.css
   ============================================================= */

.product-package-tabs-wrapper {
    padding: 3% 0;
    font-family: inherit;
    box-sizing: border-box;
    width: 100%;
}
 
/* ── Tab buttons bar ─────────────────────────────────────────── */
.product-package-tabs-wrapper .package-tabs-buttons {
    display: flex;
    justify-content: center;
    gap: 1%;
    flex-wrap: wrap;
    margin-bottom: 45px;
    width: 100%;
}
.package-description ul li::before {
    content: '';
    width: 13px;
    height: 10px;
    display: inline-block;
    min-width: 13px;
    margin-right: 12px;
    background: url('https://610weblab.in/livominterio/wp-content/uploads/2026/05/banner-icon-list.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
} 
.product-package-tabs-wrapper .package-tab-btn {
    min-width: 14%;
    width: auto;
    padding: 20px 66px;
    background: transparent;
    border: 1.5px solid #333333;
    border-radius: 6px;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    letter-spacing: 0.01em;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease;
    box-sizing: border-box;
}
 
.product-package-tabs-wrapper .package-tab-btn:hover,
.product-package-tabs-wrapper .package-tab-btn.active {
    background: #333;
    color: #ffffff;
}
 
/* ── Tab content ─────────────────────────────────────────────── */
.product-package-tabs-wrapper .package-tab-content {
    display: none;
    width: 100%;
}
 
.product-package-tabs-wrapper .package-tab-content.active {
    display: block;
}
 
/* ── Content grid ────────────────────────────────────────────── */
.product-package-tabs-wrapper .package-content-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}
 
/* ── Left: image ─────────────────────────────────────────────── */
.product-package-tabs-wrapper .package-image {
    width: 100%;
    padding-right: 4%;
    border-radius: 4px;
    overflow: hidden;
    line-height: 0;
    box-sizing: border-box;
}
 
.product-package-tabs-wrapper .package-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}
 
/* ── Right: content ──────────────────────────────────────────── */
.product-package-tabs-wrapper .package-content {
    width: 100%;
    padding-left: 2%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
 
/* Eyebrow label */
.product-package-tabs-wrapper .package-content .package-subheading {
    display: block;
    color: #000000;
    margin-bottom: 0.75rem;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
}
 
/* Product title */
.product-package-tabs-wrapper .package-content .package-title {
    position: unset;
    color: #000000;
    margin: 0 0 1.1rem;
    font-family: Noto Serif TC;
    font-weight: 900;
    font-size: 34px;
    line-height: 51px;
    letter-spacing: 0%;
    vertical-align: middle;
}
 
/* Short description */
.product-package-tabs-wrapper .package-content .package-short-desc {
    color: #000000;
    margin: 0 0 1.4rem;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
}
/* ── Feature list ────────────────────────────────────────────── */
.product-package-tabs-wrapper .package-content .package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.6rem;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0.6rem 1rem;
    width: 100%;
    box-sizing: border-box;
}
 
.product-package-tabs-wrapper .package-content .package-features li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}
 
/* ── Banner description ──────────────────────────────────────── */
.product-package-tabs-wrapper .package-content .package-description {
    color: #000;
    margin: 0 0 1.75rem;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.product-package-tabs-wrapper .package-image::after {
display:none;
} 
.product-package-tabs-wrapper .package-content .package-description p {
    margin: 0;
}
 
/* ── CTA buttons ─────────────────────────────────────────────── */
.product-package-tabs-wrapper .package-content .package-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
	flex-direction: row;
}
 .product-package-tabs-wrapper .package-content .package-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 33% 33%;
    gap: 0px 20px;
    width: 100%;
    box-sizing: border-box;
}
.product-package-tabs-wrapper .package-content .package-buttons .btn-primary, .product-package-tabs-wrapper .package-content .package-buttons .btn-secondary {
    display: inline-block;
    width: 40%;
    padding: 21px 0;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.01em;
    line-height: 1;
    cursor: pointer;
    border: none;
    font-family: 'Inter';
    box-sizing: border-box;
    transition: opacity 0.2s ease, transform 0.15s ease;
}
 
.product-package-tabs-wrapper .package-content .package-buttons .btn-primary:hover {
    background-color: #333 !important;
}
.product-package-tabs-wrapper .package-content .package-buttons .btn-secondary:hover {
    background-color: #e43b03 !important;
} 
.product-package-tabs-wrapper .package-content .package-buttons .btn-primary {
    background-color: #e43b03;
    color: #ffffff;
}
 
.product-package-tabs-wrapper .package-content .package-buttons .btn-secondary {
    background-color: #2c2c2a;
    color: #ffffff;
}

.product-package-tabs-wrapper .package-whats-included {
    width: 100%;
    padding: 80px 0;
    box-sizing: border-box;
}
 
/* Header */
.product-package-tabs-wrapper .package-whats-included .package-included-header {
    text-align: center;
    margin-bottom: 3%;
}
 
.product-package-tabs-wrapper .package-whats-included .package-included-eyebrow {
    color: #000000;
    margin: 0 0 0.4rem;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
}
 
.product-package-tabs-wrapper .package-whats-included .package-included-title {
    color: #000;
    margin: 0;
    font-family: Noto Serif TC;
    font-weight: 900;
    font-size: 30px;
    line-height: 51px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
 
/* 4-column image grid */
.product-package-tabs-wrapper .package-whats-included .package-included-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5%;
    width: 100%;
}
 
/* Individual item */
.product-package-tabs-wrapper .package-whats-included .package-included-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}
 
/* Image wrap with label overlay */
.product-package-tabs-wrapper .package-whats-included .package-included-img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    line-height: 0;
}
 
.product-package-tabs-wrapper .package-whats-included .package-included-img-wrap img {
    width: 100%;
    height: 302px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    border-radius: 4px;
    transition: transform 0.3s ease;
}
 
.product-package-tabs-wrapper .package-whats-included .package-included-img-wrap:hover img {
    transform: scale(1.03);
}
 
/* Label at bottom-left of image */
.product-package-tabs-wrapper .package-whats-included .package-included-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.5rem 1rem 1rem;
    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 100%);
    color: #F8F8F8;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.livom-portfolio-filters{
        display:flex;
        justify-content:center;
        gap:50px;
        margin-bottom:40px;
        flex-wrap:wrap;
    }

    .livom-portfolio-filters button{
        background:none;
        border:0;
        cursor:pointer;
        font-size:16px;
        font-weight:600;
        color:#111;
        padding:0;
    }

    .livom-portfolio-filters button.active{
        color:#c49a53;
    }

    .livom-portfolio-grid{
        display:grid;
        grid-template-columns:repeat(4,1fr);
        gap:20px;
    }

    .livom-portfolio-item{
        position:relative;
        overflow:hidden;
    }

    .livom-portfolio-item a{
        display:block;
        text-decoration:none;
    }

    .livom-portfolio-item img{
        width:100%;
        height:200px;
        object-fit:cover;
        display:block;
        transition:.4s ease;
    }

    .livom-portfolio-overlay{
        position:absolute;
        inset:0;
        background:rgba(0,0,0,.45);
        display:flex;
        align-items:center;
        justify-content:center;
        opacity:0;
        transition:.3s ease;
        padding:20px;
    }

    .livom-portfolio-item:hover .livom-portfolio-overlay{
        opacity:1;
    }

    .livom-portfolio-item:hover img{
        transform:scale(1.05);
    }

    .livom-portfolio-overlay h3{
        color:#fff;
        font-size:20px;
        font-weight:500;
        margin:0;
        text-align:center;
    }

/* ── Responsive: tablet ──────────────────────────────────────── */
@media (max-width: 960px) {
    .product-package-tabs-wrapper .package-content-grid {
        grid-template-columns: 100%;
        gap: 5%;
    }
 
    .product-package-tabs-wrapper .package-image {
        padding-right: 0;
    }
 
    .product-package-tabs-wrapper .package-content {
        padding-left: 0;
    }
 
    .product-package-tabs-wrapper .package-content .package-title {
        font-size: clamp(1.5rem, 4vw, 2rem);
    }
 
    .product-package-tabs-wrapper .package-tab-btn {
        min-width: 28%;
    }
	   .product-package-tabs-wrapper .package-whats-included .package-included-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2%;
    }
	.product-package-tabs-wrapper .package-content .package-description ul {
    grid-template-columns: 100%;
}
}
 @media(max-width:1200px){
	.product-package-tabs-wrapper .package-content .package-description ul{ 
    grid-template-columns: 50% 50%;
}
	 
   .livom-portfolio-grid{
            grid-template-columns:repeat(3,1fr);
        }
}
@media(max-width:1400px){
.newsletter-form {
    display: flex;
    width: 100%;
    height: 170px;
    opacity: 1;
    border-radius: 3px;
    gap: 16px;
    padding: 12px;
    flex-wrap: wrap;
    background: transparent;
    box-shadow: none;
    margin-bottom: 30px;
}
.newsletter-field {
    width: 100%;
}

.newsletter-field label {
    width: 100%;
}
.newsletter-field input {
    width: 100%;
}
.newsletter-btn {
    width: 100%;
}

.newsletter-btn input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
}
.package-hover-content {
    width: 90%;
}
.package-card {
    min-height: 500px;
}	
}
@media (max-width: 640px) {
    .product-package-tabs-wrapper {
        padding: 6% 5% 8%;
    }
 
    .product-package-tabs-wrapper .package-tabs-buttons {
        gap: 15px;
        margin-bottom: 6%;
    }
 
    .product-package-tabs-wrapper .package-tab-btn {
        min-width: 100%;
        padding: 20px 25px;
        font-size: 0.88rem;
    }
 
    .product-package-tabs-wrapper .package-content .package-features {
        grid-template-columns: 100%;
    }
 
    .product-package-tabs-wrapper .package-content .package-buttons {
        flex-direction: column;
        gap: 15px;
    }
 
    .product-package-tabs-wrapper .package-content .package-buttons .btn-primary,
    .product-package-tabs-wrapper .package-content .package-buttons .btn-secondary {
        width: 100%;
        padding: 20px 0;
    }
	    .product-package-tabs-wrapper .package-whats-included .package-included-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 3%;
    }
	.product-package-tabs-wrapper .package-whats-included .package-included-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
}
	.product-package-tabs-wrapper .package-whats-included {
    width: 100%;
    padding: 50px 0 0;
    box-sizing: border-box;
}
}
 @media(max-width:768px){

        .livom-portfolio-grid{
            grid-template-columns:repeat(2,1fr);
        }

        .livom-portfolio-filters button{
            font-size:16px;
        }
    }
@media (max-width:575px){
	.banner-list .elementor-icon-list-items {
    padding: 0 20px !important;
    }
	.single-product-icon-list .elementor-icon-list-item {
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
    row-gap: 20px;
    margin-top: 10px;
	padding-bottom: 15px;
}
	.single-product-icon-list .elementor-icon-list-item.elementor-inline-item::after {
    border: none !important;
    border-color: transparent !important;
}
	.custom-cart-form-wrapper {
    row-gap: 30px !important;
    flex-wrap: wrap !important;
	}
	.customize_space_btn {
	border-right:none !important;
	padding-right:0 !important;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
}
	.product-package-tabs-wrapper .package-whats-included .package-included-img-wrap img{
	 height: 230px;
	}
	.package-showcase {
    margin-top: 50px;
	}
	.testimonial-slider .owl-nav
	 {
    column-gap: 160px !important;
	}
    .testimonial-slider .owl-next {
        right: 0%;
    }
    .testimonial-slider .owl-prev {
        left: 0%;
    }
}

@media(max-width:480px){

        .livom-portfolio-grid{
            grid-template-columns:1fr;
        }
    }
