@charset "UTF-8";
/*
Theme Name: Tulsi Royal Khajoor
Theme URI: https://tulsiroyal.shop
Author: Rohit Srivastava
Author URI: https://tulsiroyal.shop
Description: Tulsi Royal Khajoor is a blank canvas brand design.
Requires at least: 6.7
Tested up to: 6.1
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: Under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
Text Domain: tulsiroyalkhajoor.com
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
Theme is distributed under the terms of the GNU GPL.
*/

/********** Template CSS **********/

body {
font-family: 'Poppins', sans-serif;
margin: 0;
padding: 0;
font-size: 16px;
  position: relative;
  background-image: url('https://tulsiroyal.shop/wp-content/uploads/2025/06/Pack_01_PRP.png');
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
}
body::before {
  content: '';
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* Light overlay */
  z-index: -1;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
}

h1 {
font-size: 40px;
}

h2{
font-size: 30px;
}

h3{
font-size: 25px;
}

h4{
font-size: 20px;
}

/* logo and navbar css start */

.brandLogo img{
transition: height 0.3s ease;
}
.brandLogo.shrunk img {
  width: 65px;
  transition: all 0.3s ease;
}
.navbar-custom {
position: absolute;
top: 0;
width: 100%;
z-index: 1000;
}
.navbar{
--bs-navbar-padding-y: 0px;
}
.navbar-custom.scrolled {
background-color: rgba(0, 0, 0, 0.5);
position: fixed;
width: 100%;
}
.navbar-brand{
padding-top: 0px;
}
.navbar-toggler {
border: none;
font-size: 1.5rem;
position: absolute;right: 10%;top: 50px;
color: #fff;
top: 15px;
}
.navbar-nav .nav-link {
color: #f0f0f0;
font-weight: 500;
}
.offcanvas-body .nav-link {
color: white;
font-size: 17px;
margin-bottom: 1px;
}

.internal-bg-dark {
    background: #3d3c37;
}
a { #8a022c }
.breadcrumb-item a{color: #fff;}

.widget_search label {
    text-transform: capitalize;
    padding-bottom: 5px;
}

/* Header code end here */
.pageTitle {
    z-index: 10000;
    position: relative;
    margin: 0 auto;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}

#pincode-input {
    border: 2px solid #222;
    width: 50%;
}

.bannTxt{
    font-weight: 500;
    
}

.carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Optional: if you want to fill area */
}

.prodCaraousal img {
    width: auto !important;
    height: auto;
    object-fit: contain !important;
}

.carousel-caption.custom-caption {
position: absolute;
top: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
padding: 0;
right: 0;
}

.carousel-caption .container {
padding-left: 2rem; /* Adjust as needed */
}

.display-5 {
color: #fff; /* Ensure text is visible */
}

.carousel-indicators [data-bs-target] {
width: 5px;
height: 5px;
}
.slide-bg .display-5{
position: relative;
}

/* Product css start */
.product-card {
border: 2px solid #eee;
border-radius: 15px;
padding: 20px 0px 0px 15px;
text-align: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
height: auto;
position: relative;
}

.product-image {
object-fit: contain;
margin-bottom: 15px;
}

.product-title {
font-weight: 600;
font-size: 20px;
}

.product-subtitle {
color: #222;
font-size: 16px;
margin-bottom: 8px;
}

.product-rating {
font-size: 15px;
margin-bottom: 10px;
}

.product-rating i {
color: #ffc107;
margin-right: 2px;
}

.price-row {
display: flex;
justify-content: space-between;
align-items: center;
}

.product-price {
font-weight: 600;
font-size: 21px;
padding-left: 10px;
}

.buy-btn {
background-color: #7a0026;
color: white;
font-weight: 600;
border-radius: 0px 0px 15px 0px;
padding: 10px 50px;
}

.buy-btn:hover {
background-color: #7a0026;
color: white;
}
h2.wp-block-heading {
    font-size: 22px;
}
.khajoor-section {
text-align: center;
position: relative;
}
.khajoor-section h2, .benefitSection h2, .variant-slider h2 {
font-weight: 600;
}

.left_icon {
padding-top: 50%;
padding-left: 7%;
}
.rightIcon .img-fluid {
padding-top: 70px;
}
.center_icon {
position: relative;
}
/* 
.center_icon:before {
content: '';
position: absolute;
bottom: 5px;
right: -200px;
background-image: url('images/dates.png');
background-repeat: no-repeat;
background-size: contain;
background-position: center;
width: 100%;
height: 150px;
} */

.iconsMov:hover {
transform: scale(1.2); /* Scale up on hover */
transition: transform 0.2s ease-in-out; /* Smooth transition */
}

img.img-fluid.benefitsSecondImg {
    max-width: 370px;
    margin-top: -75px;
}
.py5 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}
/*
.carousel-item {
height: 100vh;
}
*/

.carousel-item h2 {
font-size: 2.5rem;
font-weight: bold;
}

.display-5{color: #fff;}

/* Bottom slider css start */
/* .variant-carousel-wrapper {
overflow: hidden;
position: relative;
} */
.variant-slider .slider-title {
color: #fff;
}
/* 
.variant-carousel .slick-slide {
opacity: 1;
transform: scale(0.9);
transition: all 0.4s ease;
display: flex !important;
justify-content: center;
align-items: center;
}
.variant-carousel .slick-center {
transform: scale(1);
opacity: 1;
z-index: 3;
}
.variant-carousel .slick-track {
overflow: visible; 
}
.variant-carousel .slick-list {
overflow: visible;
} */
.product-img-sl {    
margin: auto;
pointer-events: none;
}
/* 
.slick-current{
max-height: 350px;
}
.slick-prev {
left: 0;
z-index: 100000;
}
.slick-next {
right: 0;
z-index: 10000;
} */
h2#variant-title {
    padding-bottom: 30px;
}
#variant-subtitle {
    color: #fff;
    padding-bottom: 30px;
}
#variant-col-1,#variant-col-2,#variant-col-3 {
    transition: transform 0.3s ease;
}

#variant-col-1:hover,#variant-col-2:hover,#variant-col-3:hover {
    transform: scale(1.1);
    z-index: 2;
}
/* Footer css start */

.footer {
color: #acb3b6;
text-align: center;
}
.footerClass {
background: #3d3c37;
padding-top: 40px;
padding-bottom: 10px;
}
.footer a {
color: #acb3b6;
text-decoration: none;
}

.copyrights {
    border-top: 1px solid #222;
    margin-top: 30px;
    padding-top: 30px;
}

.copyrights .text-start, .copyrights .text-end {
    font-size: 13px;
}

/* Contact us page code start */
.contact3 .font-weight-medium {
  font-weight: 500;
}
.contact3 .card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 110px !important;
}

#menu-footer-menu, #menu-footer-bottom-menu {
    list-style: none;
    padding: 0;
    /* margin: 0 auto; */
    display: inline-block;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#menu-footer-menu li, #menu-footer-bottom-menu li {
    display: inline;
    position: relative;
}

#menu-footer-menu li::after, #menu-footer-bottom-menu li::after {
  content: "|";
  margin: 0 8px;
  color: #888; /* Optional: adjust color */
}

#menu-footer-menu li:last-child::after, #menu-footer-bottom-menu li:last-child::after {
  content: ""; /* Remove separator after last item */
}

#cookieNotice {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #222;
  color: #fff;
  text-align: center;
  padding: 15px;
  z-index: 9999;
}

#cookieNotice .cookie-container {
  max-width: 960px;
  margin: 0 auto;
}

#cookieNotice button {
  background-color: #f1d600;
  border: none;
  padding: 8px 12px;
  margin-left: 10px;
  cursor: pointer;
}
.submitBtn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* Unit page css start */

.borderText {
    border: 1px solid #ccc;
    padding: 5px 0px 5px 5px;
    margin-top: 10px;
}

.units-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
    font-family: 'Nunito', sans-serif;
}

.responsive-table {
    padding-top: 25px;
    padding-bottom: 25px;
}
.units-container table {
  width: 100%;
  border-collapse: collapse;
}

.units-container th,
.units-container td {
  border: 1px solid #ddd;
  padding: 12px;
  vertical-align: top;
  text-align: left;
}

.units-container th {
  background-color: #002a5c; /* navy blue */
  color: #fff;
  font-weight: bold;
}

.units-container td:nth-child(3) {
  word-break: break-word;
  white-space: normal;
}
