:root {
    --primary-color: #ff6b35;
    --secondary-color: #f7931e;
    --dark-color: #333;
    --light-bg: var(--ztc-bg-bg-17);
    --shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.hero7-section .hero7-img img {
    filter: grayscale(0);
}
.ppc-button-wrapper #ppc-button-ppcp-gateway{
    display:none;
}
.hero7-section .hero7-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1) !important;
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear !important;
    z-index: 1;
}
.product-thumbnail .screen-reader-text{
    clip: unset !important;
    clip-path: unset !important;
    position:relative !important;
}

.slick-active.hero7-section .hero7-img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15) !important;
}

.icons img {
    width: 44px !important;
    position: relative;
    top: 25%;
    margin: auto;
}

.team8-section .project-widget-slider .owl-nav button.owl-prev {
    margin: 0 16px 0 0;
}

.team8-section .project-widget-slider .owl-nav button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    border: none;
    background: var(--ztc-bg-bg-2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s20);
}

.team8-section .project-widget-slider .owl-nav button:hover {
    background: var(--ztc-bg-bg-7);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.team8-section .project-widget-slider {
    position: relative;
    z-index: 1;
}

.team8-section .project-widget-slider .owl-nav {
    position: absolute;
    z-index: 2;
    right: 0;
    display: flex;
    align-items: center;
    top: -130px;
}

/*============= SERVICE CSS AREA ===============*/

.service {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-4);
    overflow: hidden;
}
.service8-boxarea:hover img {
    z-index: 1;
}

.service .service-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 24px 24px 32px 24px;
    transition: all 0.4s;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-boxarea:hover {
    transform: translateY(-10px);
    transition: all 0.4s;
}

.service .service-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.service .service-boxarea:hover .content-area .icons {
    transform: rotateY(-180deg);
    transition: all 0.4s;
    /*background: var(--ztc-bg-bg-3);*/
}

.service .service-boxarea:hover .content-area .icons img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.service .service-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.service .service-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}

.service .service-boxarea .content-area .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-1);
    position: absolute;
    top: -45px;
    left: 10px;
}

.service .service-boxarea .content-area {
    position: relative;
    z-index: 1;
    padding-top: 30px;
}

.service .service-boxarea .content-area h2 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s34);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 44px;
}

.service .service-boxarea .content-area p {
    color: rgb(15 13 13 / 80%);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
}

.service .service-boxarea .content-area .icons:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-16);
    top: 2px;
    transition: all 0.4s;
    border-radius: 50%;
    z-index: -1;
}

.service .service-boxarea .content-area .icons img {
    width: 30px !important;
    transition: all 0.4s;
    top: 0px;
}

.service .service-boxarea .content-area .title {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

#mapDisplay {
    width: 100%;
}

.service .service-boxarea .content-area .title:hover {
    color: var(--ztc-bg-bg-16);
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .service .service-boxarea .content-area .title {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service .service-boxarea .content-area .title {
        font-size: var(--ztc-font-size-font-s22);
        line-height: 28px;
    }
}

.service .service-boxarea .content-area .readmore {
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
}

.service .service-boxarea .content-area .readmore:hover {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.service .service-boxarea .content-area .readmore i {
    margin: 0 0 0 4px;
}

.service-boxarea .content-area:hover .btn-area1 .readmore {
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-bg-bg-16);
    color: white;
}

.service-boxarea .content-area .btn-area1 .readmore {
    width: 100%;
    text-align: center;
    border: 1px solid var(--ztc-text-text-2);
    background: none;
}

.service-boxarea .content-area:hover .btn-area1 .readmore::after {
    width: 100%;
    left: 0;
    background: var(--ztc-bg-bg-16);
    padding: 4px;
    border-radius: 8px;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-bg-bg-16);
}

.readmore {
    color: var(--ztc-text-text-2) !important;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-16);
    padding: 20px 24px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.readmore:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    left: 0;
}

.readmore::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 50%;
    top: 0;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 8px;
    z-index: -1;
}

.vl-cta-btn6 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-16);
    padding: 12px 12px 12px 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    border: none;
}

.vl-cta-btn6:hover {
    /*transform: translateY(-5px);*/
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}






input {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    padding: 18px 16px;
    width: 100%;
}


.main-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.content-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
}

/* Address Input Page */
/*.address-page {*/
/*    text-align: center;*/
/*    padding: 80px 40px;*/
/*    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);*/
/*}*/

.address-page h1 {
    color: var(--ztc-text-text-12);
    margin-bottom: 20px;
    font-size: 2.5rem;
    font-weight: 300;
}

.address-input {
    border-radius: 15px;
    padding: 15px 25px;
    font-size: 18px;
    border: 2px solid #dee2e6;
    transition: all 0.3s;
    width: 67%;
}
span.woocommerce-input-wrapper {
    width: 65%;
}
.address-input:focus {
    /*border-color: #0d6efd;*/
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.1);
}

.input-group {
    width: 60% !important;
    margin-top: 30px !important;
    margin: auto;
}



/*.confirm-btn {*/
/*    background: linear-gradient(45deg, #0d6efd, #0b5ed7);*/
/*    border: none;*/
/*    border-radius: 50px;*/
/*    padding: 15px 40px;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    transition: all 0.3s;*/
/*    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);*/
/*}*/

/*.confirm-btn:hover {*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 6px 20px rgba(13, 110, 253, 0.4);*/
/*}*/

/* Map Page */
.map-page {
    display: none;
}

.tab-content>.tab-pane {
    padding: 30px;
    background-color: var(--ztc-bg-bg-17);
    border-radius: 20px;
}

.map-container {
    background: linear-gradient(45deg, #e8f5e8, #d4edda);
    border: 2px solid #198754;
    border-radius: 8px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #155724;
}

.selected-items {
    background-color: var(--ztc-bg-bg-17);
    border: 1px solid #dee2e6;
    border-radius: 8px;
    height: 350px;
    overflow-y: auto;
}

.selection-item {
    /*background: white;*/
    /*border: 1px solid #dee2e6;*/
    border-radius: 5px;
    /*padding: 10px 15px;*/
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Vertical Tabs */
.nav-pills .nav-link {
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.nav-pills .nav-link {
    color: var(--ztc-text-text-12) !important;
    /*background-color: var(--ztc-bg-bg-4);*/
    /*border-color: transparent;*/
    opacity: 1 !important;
    font-size: 18px;
}

.nav-pills .nav-link:disabled {
    background-color: var(--ztc-bg-bg-17) !important;
       opacity: 0.5;
    cursor: not-allowed;
}

.nav-pills .nav-link:hover {
    background-color: var(--ztc-bg-bg-2) !important;
    color: white !important;
}

.nav-pills .nav-link.active {
    background-color: var(--ztc-bg-bg-16);
    color: white !important;
}

.nav-pills .nav-link:disabled {
 
}

.nav-pills .nav-link.completed {
    /*background-color: var(--ztc-bg-bg-16);*/
    background-color:var(--ztc-bg-bg-2);
    color: white !important;
}

.option-card {
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background: white;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.option-card:hover {
    border-color: var(--ztc-bg-bg-16);
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.2);
}
button.vl-btn9 .text{
    border-radius:10px !important;
}
.option-card.selected {
border-color: var(--ztc-bg-bg-16);
    background-color: var(--ztc-bg-bg-16);
    color: white;
}
.option-card.selected i{
  color: white !important;   
}
.option-card.selected .text-muted{
    color: white !important;   
}
.map-page p{
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 24px;
    transition: all 0.4s;
}

.color-option {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 2px solid #dee2e6;
}

.size-option {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-bottom: 10px;
}

.size-circle {
    border: 2px solid #6c757d;
    border-radius: 50%;
}

/*.back-btn {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    left: 20px;*/
/*    z-index: 10;*/
/*}*/

.tab-content-area {
    min-height: 400px;
}

.nav-buttons {
    border-top: 1px solid #dee2e6;
    padding: 20px;
    background-color: var(--ztc-bg-bg-17);
}


.form-section, .booking-form-section {
    margin-bottom: 25px;
}

.section-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.upload-section {
    margin-bottom: 30px;
}

.upload-btn {
    background-color: var(--ztc-bg-bg-16);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.upload-btn:hover {
    background-color: var(--ztc-text-text-12);
}

.input-field {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e5e9;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s;
    background-color: var(--ztc-bg-bg-17);
}

.input-field:focus {
    outline: none;
    /*border-color: #3498db;*/
    background-color: white;
}

.textarea-field {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e5e9;
    border-radius: 5px;
    font-size: 14px;
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
    transition: border-color 0.3s;
    background-color: var(--ztc-bg-bg-17);
}

.textarea-field:focus {
    outline: none;
    /*border-color: #3498db;*/
    background-color: white;
}

.total-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
    padding: 15px 0;
    border-top: 1px solid #e1e5e9;
}

.total-label {
    font-weight: 600;
    margin-right: 20px;
    font-size: 16px;
}
.booking-form-section textarea,.booking-form-section input{
    background:white;
} 
.woocommerce-Address-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.address-edit{
    margin-left:auto;
}
.location-btn {
    background-color: var(--ztc-bg-bg-16);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: background-color 0.3s;
}

.location-btn:hover {
    background-color: var(--ztc-text-text-12);
}

.action-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e1e5e9;
}
.back-btn, button.vl-btn9{
        border: none;
    background: none;
}
.back-btn .arrow {
    transform: rotate(0deg) !important;
}
.back-btn:hover .arrow {
    transform: rotate(-45deg) !important;
}
/*.back-btn {*/
/*    background: transparent;*/
/*    color: var(--ztc-text-text-12);*/
/*    border: 2px solid var(--ztc-text-text-12);*/
/*    padding: 12px 25px;*/
/*    border-radius: 5px;*/
/*    cursor: pointer;*/
/*    font-size: 14px;*/
/*    transition: all 0.3s;*/
/*}*/

/*.back-btn:hover {*/
/*    border-color: #999;*/
/*    color: #333;*/
/*}*/

.cart-actions {
    display: flex;
    gap: 15px;
}

.add-to-cart-btn {
    background: transparent;
    color: var(--ztc-text-text-12);
    border: 2px solid var(--ztc-text-text-12);
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.add-to-cart-btn:hover {
    background-color: var(--ztc-bg-bg-16);
    border: 2px solid var(--ztc-bg-bg-16);
    color: white;
}

.preview {
    display: none;
}

.checkout-btn {
    background-color: var(--ztc-bg-bg-16);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s;
    margin-right: auto;
}


.checkout-btn:hover {
    background-color: var(--ztc-text-text-12);
}

.file-input {
    display: none;
}

.upload-info {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-row .form-section, .form-row .booking-form-section {
    flex: 1;
}

.sp4-1 {
    margin-top: 70px;
}

.preview-content {
    background: var(--ztc-bg-bg-17);
    padding: 40px;
}

.product-thumbnail img {
    width: 100px;
    height: 100px;
}

/*form{*/
/*	    background: var(--ztc-bg-bg-4);*/
/*    padding: 32px;*/
/*    border-radius: 8px;*/
/*}*/
/*.woocommerce-MyAccount-navigation{*/
/*    background: var(--ztc-bg-bg-4);*/
/*    padding: 30px;*/
/*    padding-right: 0px !important;*/
/*}*/
.woocommerce-account .woocommerce-MyAccount-navigation li {
    text-decoration: none;
    /*     background: white;. */
    padding: 10px 15px !important;
    margin-bottom: 10px;
    /*border-top-left-radius: 8px;*/
    /*border-bottom-left-radius: 8px;*/
    border-radius: 8px;
    transition: all 0.3s;
}

.woocommerce-MyAccount-content {
    /*margin-left: 8%;*/
        padding: 2rem;
}
.woocommerce-form{
    background:var(--ztc-bg-bg-4);;
}
.woocommerce form .form-row .screen-reader-text{
   visibility: hidden; 
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active,
.woocommerce-account .woocommerce-MyAccount-navigation li:hover {
    background: var(--ztc-bg-bg-16);
    color: white;
    transform: translateX(5px);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a {
    text-decoration: none;
    color: var(--ztc-text-text-1);
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    font-weight: 700;
    text-decoration: none;
    color: var(--ztc-text-text-2);
}

.user-profile {
    text-align: center;
    margin-bottom: 2rem;
}

.sidebar {
    background: white;
    border-radius: 15px;
    box-shadow: var(--shadow);
    padding: 1.3rem;
    height: fit-content;
}


.order-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
}


.user-profile {
    text-align: center;
    margin-bottom: 2rem;
}

.user-avatar {
    width: 80px;
    height: 80px;
    background: var(--ztc-text-text-13);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
    color: white;
    font-weight: bold;
    transition: all 0.3s ease;
}

.user-avatar:hover {
    transform: scale(1.1) rotate(5deg);
}

.user-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--ztc-text-text-13);
    margin-bottom: 0.5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:before {
    /*content: "\f625";*/
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 18px;
    width: 25px;
    text-align: center;
    margin-right: 12px;
    /*color: var(--ztc-text-text-1);*/
    color: var(--ztc-text-text-13);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:before,
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a:before
{
    color: var(--ztc-text-text-1);
}

.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f625";
}

.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f290";
}

.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f019";
}

.woocommerce-MyAccount-navigation-link--edit-address a:before {

    content: "\f3c5";
}

.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "\f09d";
}

.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007";
}

.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f2f5";
}

 .main-content {
            background: white;
            border-radius: 15px;
            box-shadow: var(--shadow);
            overflow: hidden;
            height:100%;
        }

        .profile-header {
            background:var(--ztc-text-text-13);
            color: white;
            padding: 2rem;
            position: relative;
            overflow: hidden;
        }
        
        
        
         .form-container {
            max-width: 400px;
            margin: 50px auto;
            background: white;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            backdrop-filter: blur(10px);
        }
        
        .tab-buttons {
            display: flex;
        }
        
        .tab-btn {
            flex: 1;
            padding: 15px;
            background-color: var(--ztc-bg-bg-17);
            border: none;
            color: #6c757d;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .tab-btn.active {
            background-color: var(--ztc-text-text-13);
            color: white;
        }
        
        .form-content {
            padding: 30px;
        }
        
        .input-group {
            margin-bottom: 20px;
        }
        
        .input-group-text {
            background-color: transparent;
            border-right: none;
            color: #6c757d;
        }
        
        .form-control {
            border-left: none;
            padding-left: 0;
        }
        
        
        
        .btn-primary {
            background-color: var(--ztc-text-text-13) !important;
            border-color: var(--ztc-text-text-13) !important;
            width: 100%;
            padding: 12px;
            font-weight: 600;
            letter-spacing: 1px;
            margin:auto !important;
            color:white !important;
        }
        
        .btn-primary:hover {
            background-color: #333;
            border-color: #333;
        }
        
        .password-toggle {
            cursor: pointer;
            color: #6c757d;
        }
        
        .password-toggle:hover {
            color: var(--ztc-text-text-13);
        }
        
        .forgot-password {
            color: #6c757d;
            text-decoration: none;
            font-size: 14px;
        }
        
        .forgot-password:hover {
            color: var(--ztc-text-text-13);
            text-decoration: underline;
        }
        .form-control:focus, .input-field:focus,
        .textarea-field:focus, .form-control:focus span
        {
            border-color:red !important;
            box-shadow: none;
        }
        .toggle-form {
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
        }
        
        .toggle-form a {
            color: var(--ztc-text-text-13);
            text-decoration: none;
            font-weight: 600;
        }
        
        .toggle-form a:hover {
            text-decoration: underline;
        }
        
        .form-section {
            display: none;
        }
        
        .form-section.active {
            display: block;
        }
        #password{
    border-radius:0px !important;
}

.woocommerce .form-section form .form-row .input-text,
.woocommerce .form-section form .form-row select{
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-left: none !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    font-size: 16px;
    color: var(--ztc-bg-bg-2);
    padding-left: 0px !important;
}
.form-section .input-group-text {
    background-color: transparent;
    border-right: none;
    color: var(--ztc-bg-bg-2);
    border-radius:4px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.password-toggle{
    border-left: none;
    color: var(--ztc-bg-bg-2);
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-right: 1px solid #ced4da !important;
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.form-section .form-row {
    gap: 0px !important;
}
.form-section .woocommerce-form {
    background: none !important;
}
.woocommerce-form__label{
    display:inline-flex !important;
    width:auto !important;
    gap:5px;
}
.woocommerce-form__label .woocommerce-form__input{
    width:15px;
}
.woocommerce-LostPassword{
    justify-content: space-between;
}

.input-icon-map {
    position: relative;
    /*display: inline-block;*/
    width: 67%;
}

.input-icon-map i {
    position: absolute;
    left: 10px;
    top: 52%;
    transform: translateY(-50%);
    color: var(--ztc-text-text-2);
    pointer-events: none;
    font-size: 18px;
    /* margin-right: 30px; */
}

.input-icon-map input {
    width: 100%;
    color:var(--ztc-text-text-2);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.input-icon-map input:focus + .icon {
  opacity: 0;
}


/*.content {*/
/*    display:none;*/
/*     opacity: 0;*/
  /*transform: translateY(-10px); */
/*  transition: opacity 0.4s ease, transform 0.4s ease;*/
/*  background: #f2f2f2;*/
/*  padding: 10px;*/
/*  margin-top: 5px;*/
/*  border-radius: 5px;*/
/*}*/
/*.service-boxarea:hover .content{*/
/*    display:block;*/
/*  opacity: 1;*/
/*  transform: translateY(0);*/
/*}*/


.service-content-1{
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 20px 24px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
    overflow: hidden;
}

.content {
  max-height: 0;             /* collapsed */
  opacity: 0;
  transform: translateY(-10px);  /* slightly up */
  transition: all 0.5s ease;     /* smooth effect */
}
.service-boxarea:hover .content{
 max-height: fit-content;          /* expand down */
  opacity: 1;
  transform: translateY(0);   /* slide to position */
}
.content ul li{
color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 28px;
    margin-top: 12px;
}
.content ul li i{
    margin: 0 4px 0 0;
    font-size: 20px;
}

input::placeholder {
  color:var(--ztc-text-text-2);          
  font-size: 16px;  
  font-style:var(--ztc-family-font1); 
  padding-left: 5px;  
}

.option-card i{
    color: var(--ztc-text-text-13) !important;
}

.tab-pane .nav-buttons .vl-cta-btn7 .text{
    color: var(--ztc-text-text-1) !important;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    /*border: 1px solid var(--ztc-bg-bg-1);*/
    padding: 18px 24px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-left: 16px;
    background:black !important;
    border:none !important;
}
.tab-pane .nav-buttons .vl-cta-btn7{
    border:none !important;
}
.tab-pane .nav-buttons .vl-cta-btn7:hover .text{
    /*transform: translateY(-5px);*/
    /*transition: all 0.4s;*/
    color: var(--ztc-text-text-1);
    background: var(--ztc-bg-bg-16);
    border: 1px solid var(--ztc-text-text-13);
}
.about-us{
    margin: auto;
}
.about-us img{
    border-radius:15px;
}
.hero7-img:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.2;
}

.sub-logo{
    width:15px;
}
.quantity .screen-reader-text {
    opacity:0;
    display:none;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    /*border: 1px solid black;*/
    color: black;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}
.woocommerce table.shop_table td small, .woocommerce table.shop_table td a{
   color: black;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s14); 
}
.woocommerce table.shop_table td small strong,.woocommerce table.shop_table td strong{
     font-size: var(--ztc-font-size-font-s16); 
}

.input-text.qty, #coupon_code {
    /* background: #e1e1e1; */
    border: 1px solid #bababa;
    text-align: left !important;
    width: 100% !important;
}
.input-text.qty{
    padding:10px 5px !important;
}
 /*#coupon_code{*/
 /*    padding:0px !important;*/
 /*}*/
/*.update-button{*/
/*    text-align: right;*/
/*}*/
.woocommerce a.remove{
    /*background: var(--wc-red) !important;*/
    /*padding: 12px;*/
    /*color:white !important;*/
   position: relative;
    right: -60px;
    top: 3px;
}
.woocommerce a.remove span{
    /*position: relative;*/
    /*top: -10px;*/
    /*left: -5px;*/
    font-size: 16px;
    /*text-align: center;*/
    /*color: white;*/
}
.coupon-button{
    width:100%;
}
.coupon{
    
}
.coupon{
    display:flex;
    gap:20px;
     justify-content: space-between;
}
.coupon-section{
    display: flex;
    justify-content: space-between;
        margin: 20px 10px;
}
.woocommerce table.shop_table{
    border:1px solid black;
}
 .vl-btn9-1, .checkout-button,
 .woocommerce-Button--previous,
 .woocommerce-Button--next{
    color: var(--ztc-text-text-1) !important;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s14) !important;
    font-style: normal;
    font-weight: var(--ztc-weight-bold) !important;
    line-height: 16px !important;
    text-transform: uppercase;
    display: inline-block !important;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-16) !important;
    padding: 14px 24px !important;
    border-radius: 10px !important;
    position: relative !important;
    z-index: 1;
 }
 .cart_totals h2{
     font-family: var(--ztc-family-font1);
     margin-bottom:20px;
 }
  .vl-btn9-1:hover,.checkout-button:hover, 
  .woocommerce-Button--previous:hover,
  .woocommerce-Button--next:hover{
    background: var(--ztc-bg-bg-15) !important;
    transition: all 0.4s !important;
}
.wc-proceed-to-checkout{
    text-align:right;
}
.woocommerce table.shop_table th {
    background: var(--ztc-bg-bg-16);
    color: white;
}
.checkout-button{
        width: 100%;
    text-align: center;
}

.woocommerce table.shop_table td{
   /*border-top: 1px solid rgba(0, 0, 0, .7);*/
    border-left: 1px solid rgba(0, 0, 0, .7);
}
.woocommerce table.shop_table td:first-child {
    border-left: none;
}
.woocommerce table.shop_table th:first-child {
    border-left: none;
}
.woocommerce table.shop_table{
   border-collapse: collapse !important;
}
.wc_payment_method{
    display:flex;
}
#payment_method_ppcp-gateway{
    width:15px;
}
.nice-select .list{
        height: 300px;
    overflow-y: scroll;
}

.woocommerce{
     font-family: var(--ztc-family-font1);
    line-height: 16px !important;
}
.form-row.place-order{
    display:block !important;
}
.button.alt{
        width: 100%;
    padding: 15px;
}
.woocommerce h2 {
    margin-bottom: 15px;
    font-size: 30px;
    font-family: var(--ztc-family-font1);
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: 'FontAwesome' !important;
    content: "\f095" ;
}
.woocommerce-column--billing-address{
    margin-top: 45px;
}
.woocommerce address{
    line-height:25px;
    margin-bottom:20px !important;
}

.woocommerce-notice{
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
    color: var(--ztc-bg-bg-16);
}

.woocommerce-account .addresses .title .edit {
    display: block;
     margin-bottom: 0em !important; 
    color: white;
}
.woocommerce-account .woocommerce-MyAccount-content form input,
.woocommerce-account .woocommerce-MyAccount-content form .nice-select
{
    background:var(--ztc-bg-bg-17) !important;
    border:none !important;
}
.edit-address{
    margin-top: 20px;
    margin-right: 30px;
    text-align:right;
}

.woocommerce form .custom-field {
    padding: 3px;
    margin: 0 0 6px;
    font-size:16px;
}
.woocommerce form .custom-field input{
    font-size:16px;
    margin-bottom: 18px;
    padding: 13px 15px;
}
.woocommerce form .custom-field label {
    margin-bottom: 10px;
}
.d-block.d-sm-flex p{
    width:48%;
}
.edit-account fieldset{
        margin-top: 20px;
    border-top: 1px solid #a8a8a8;
    padding-top: 30px;
}
.edit-account fieldset legend {
    margin-bottom: 2rem;
}
.woocommerce-MyAccount-content .woocommerce-column--billing-address,
.woocommerce-MyAccount-content .woocommerce-column--shipping-address{
    margin-top: 5px;
}
.cart-icon img, .mobile-cart-icon
{width:29px;}

.dowload_button{
    color:var(--ztc-bg-bg-16) !important;
}
.dowload_button:hover{
    color:var(--ztc-bg-bg-15) !important;
}
.woocommerce-orders-table__row--status-cancelled .view, 
.woocommerce-orders-table__row--status-on-hold .view  {
  background-color: var(--ztc-bg-bg-16); /* gray background */
  color: #666;           /* darker text */
  cursor: not-allowed;   /* change cursor to show disabled */
  opacity: 0.7;          /* optional: make it slightly transparent */
}
.woocommerce-orders-table__row--status-cancelled .view {
    cursor: not-allowed !important;
}
.woocommerce-orders-table__cell-order-actions .view{
   /*background-color:var(--ztc-bg-bg-16);*/
    background:var(--ztc-bg-bg-16) !important;
    color:white !important;
}
.woocommerce-orders-table__cell-order-actions .view:hover{
    /*background:var(--ztc-bg-bg-15) !important;*/
    background-color:var(--ztc-bg-bg-15) !important;
}

.form-field.form-field-wide{
    margin-top:20px;
}
.d-data span{
    margin:0px 6px;
}

.mobile-menu{
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: center;
}
.wps_rma_outer_wrap_info .wc-item-meta, .wps_rma_outer_wrap_info .d-data{
    display:none;
}


@media (max-width: 1050px) {
  a, p, input, select, textarea, small{
        font-size:14px !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: 10px 10px !important;
    }
    .sidebar {
    background: white;
    border-radius: 10px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li a:before {
    margin-right: 2px;
    }
    .homepage8-body .vl-transparent-header .vl-logo img {
         width: 200px;
        height: 70px;
        -o-object-fit: contain;
        object-fit: contain;
}
.homepage8-body .vl-main-menu ul>li>a {
    padding: 0 10px;
}
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    pointer-events: none;
}


@media (max-width: 767px) {
    .cart-icon{
        display:none;
    }
 a, p, input, select, textarea, small{
        font-size:14px !important;
    }
    
    .address-input {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 10px !important;
    }

    #map {
        height: 200px;
    }

    .input-group {
        width: 100% !important;
        margin-top: 20px !important;
        margin: auto;
    }

    .vl-cta-btn6 {
        border-radius: 10px !important;
    }

    .action-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .sp4-1 {
        margin-top: 30px;
    }

    .cart-actions {
        width: 100%;
        justify-content: space-between;
    }

    .form-row {
        flex-direction: column;
        gap: 0;
    }
}

/*Refund pages*/

.wps_rma_refund_form_wrapper{
    padding: 0;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    font-family: var(--ztc-family-font1);
}
.refund-css{
    padding:30px;
}
.refund-css .woocommerce-error::before {
    color: white;
}
.refund-css .woocommerce-error {
     color: white;
     font-weight:600;
    width: 98%;
    margin: auto;
    margin-bottom: 25px;
}
.refund-css .woocommerce-message::before {
    color: white;
}
.refund-css .woocommerce-message {
     color: white;
     font-weight:600;
    width: 98%;
    margin: auto;
    margin-bottom: 25px;
}
.refund-css .nice-select {
    background-color: var(--ztc-bg-bg-4) !important;
    float: none !important;
    font-size: 16px !important;
    line-height: unset !important;
    height: auto !important;
    padding: 13px 20px !important;
}
.wc_payment_method{
	gap:20px;
}