.opening-hours-thumb.video-bg-live iframe#iframe_YTP_1770629588768 {
display: none !important;
}
.opening-hours-thumb .mbYTP_wrapper {
    z-index: 0 !important;
    height: 100%;
    max-width: 120% !important;
}

.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    padding: 20px !important;
}
/*
body {
   background-color: #000000;
}
*/
/******** Shop Product Css ************/

.product-details .product-thumb .product-item {
    padding: 5px !important;
    background: #fbfbfb !important;
    position: relative;
}
.related-products {
    margin-top: 90px !important;
    display: none;
}
.product-meta {
    display: none;
}
a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {
    display: none;
}

.single-product-contents h2.product-title {
    font-size: 30px;
}


.product .product-contents {
    box-shadow: 0 0 68px 0 rgba(174, 175, 175, .17);
    padding: 10px 10px 25px 10px !important;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    background: var(--white);
}
.vt-products .product .product-image {
    text-align: center;
    padding: 0px !important;
    overflow: hidden;
    padding-top: 0px !important;
}

.vt-products .product .product-contents .product-title {
    font-size: 17px !important;
    margin-top: 15px !important;
    margin-bottom: 15px;
}
/******** Shop Product Css ************/

.default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
footer .contact ul li .content {
    position: relative;
    top: 0px !important;
}
@media only screen and (max-width:768px){
.about-style-one-info {
    padding: 25px;
}
		ul.opening-hours-table h6 {
    margin-bottom: 0;
    background: var(--white);
    padding: 10px;
}
ul.opening-hours-table li span {
        padding: 10px;
        margin-top: 5px;
        display: block;
    }
}
.call-to-action .info h4 a {
    color: #febf60 !important;
}
.call-to-action .info h4 a:hover {
    color: #febf60 !important;
}
.elementor .navbar-brand>img {
    display: block;
    height: 102px;
}

.attr-nav>ul>li>a span.badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #fcc15d;
    height: 28px;
    line-height: 24px;
    padding: 0;
    position: absolute;
    right: -13px;
    text-align: center;
    top: -8px;
    width: 28px;
    border-radius: 50%;
    border: 2px solid;
    font-size: 13px;
    }

.navbar .attr-right .attr-nav li .basket-item-count span.cart-items-count.badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #fcc15d;
		height: 28px;
    line-height: 24px;
    padding: 0;
    position: absolute;
    right: -13px;
    text-align: center;
    top: -8px;
    width: 28px;
    border-radius: 50%;
    border: 2px solid;
    font-size: 13px;
    }

.btn.btn-theme {
    color: #fff;
    border: none;
    background: #fcc15d;
}

.bg-theme {
    background-color: #000000 !important;
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p, .text-light span, .text-light a {
    color: #fcc15d;
}

.uc_box_content .uc_description p {
    color: #fff;
}
.opening-hour-items .text-fixed {
    margin: 0;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 85px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    opacity: 0.1;
		color: #fff !important;
}

h1.breadcumb-title {
    font-family: 'montserrat';
    font-size: 42px;
    letter-spacing: 3px;
}


/**************************/

.banner-style-three-area {
    height: 100vh;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
}

.custom-contact-form {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px; 
    margin: auto;
}

.form-row {
    display: flex;
    gap: 15px;
}

.half-width {
    width: 50%;
}
.full-width {
    width: 100%;
	 margin-bottom: 50px !important;
}

.form-group {
    margin-bottom: 35px;
}

.custom-contact-form input, 
.custom-contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.3s;
}

.custom-contact-form input:focus, 
.custom-contact-form textarea:focus {
    border-color: #005D80;
    outline: none;
}

.custom-contact-form textarea {
    height: 120px;
    resize: none;
}

.custom-contact-form .wpcf7-submit {
    background-color:#836a45;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
    width: 100%;
}

.custom-contact-form .wpcf7-submit:hover {
    background-color: #000000;
}

/* ✅ Responsive - Mobile mai ek column hoga */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
    .half-width {
        width: 100%;
    }
    .custom-contact-form {
        width: 90%;
    }
}