/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* .home .nav-link-text{
	color:#fff;
} */
.wd-nav[class*="wd-style-"]>li>a {
    color: #000;
}
body{
	background:#f3f3f3 !important;
}
.wd-footer h5,
.wd-footer h2{
	color: #000;
    text-align: left;
    padding: 0 !important;
    font-size: 18px !important;
}
.wd-footer a,
.wd-footer span,
.wd-footer li,
.wd-footer .elementor-shortcode{
	color:#000 !important;
	font-weight:400 !important;
}

.elementor-element-1f7287a .info-box-icon img {
    border-radius: 17px;
    border: 1px solid #00000024;
}
.elementor-element-67f747e img{
	height:200px;
	object-fit:cover;
	border-radius:20px;
	border:1px solid #33333333;
}
.term-81 .product-wrapper img{
	height:300px;
	object-fit:cover;
}

.mobile-categories-title {
	display:none;
}
.cpt-posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 30px; 
}
.cpt-item h3 {
    font-weight: 700;
    margin-bottom: 5px;
}
.cpt-item {
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
    background: #ded5c040;
    border-radius: 20px;
    box-shadow: -4px 7px 7px 0px #00000024;
}
.cpt-thumb img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
    object-position: center;
}
.cpt-btn {
    display: inline-block;
    background: #ffcd02;
    color: #fff;
    padding: 10px 26px;
    border-radius: 50px;
    margin-top: 10px;
	border:1px solid #ffcd02;
}

.cpt-btn:hover {
	color:#fff;
	transition:.5s ease; 
	transform:scale(1.05);
	
}

/* Responsive – stack on smaller screens */
@media (max-width: 991px) {
  .cpt-posts {
    grid-template-columns: repeat(2, 1fr); /* 2 per row */
  }
}
@media (max-width: 600px) {
  .cpt-posts {
    grid-template-columns: 1fr; /* 1 per row */
  }
}

.booking-flex {
    display: flex;
    gap: 30px;
	 flex-wrap: nowrap;
    justify-content: center;
}
.bookings-wrapper{
	padding-top:180px;
}
.booking-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 20px;
}
.booking-form {
  padding: 20px;
  background: #faf7ee;
  border-radius: 6px;
}
.wpcf7-submit {
    background: #ffcd02;
    margin: auto;
    display: block;
}
.booking-form h3{
	text-align:center;
}
.booking-amt h5 {
    background: #ffcd02;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 42px;
    font-size: 23px;
    color: #ffffff;
    text-shadow: 0px 3px 2px #00000057;
}
.booking-left{
	width:40%;
}
.booking-right{
	width:60%;
}
.pay-btn a {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    color: #000000c9;
    font-weight: 600;
    text-decoration: none;
    background: #f5f4e3;
    border-radius: 8px;
    z-index: 1;
    overflow: hidden;
}
.pay-btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* border thickness */
  border-radius: 8px;
  background: linear-gradient(270deg, #ffcd02, transparent, #ffcd02);
  background-size: 400% 400%;
  animation: borderMove 4s linear infinite;
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
          mask-composite: exclude;
  z-index: -1;
}
.booking-checkout-form {
    width: 60%;
    margin: auto;
    background: #f3f3f3;
    padding: 30px;
    border-radius: 20px;
}
.booking-checkout-form .button {
    background: #ffcd02;
    color: #fff;
    border-radius: 10px;
    margin: auto;
    display: block;
}
@keyframes borderMove {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.home .whb-color-dark:not(.whb-with-bg){
	  background-color: transparent !important;
}
.home .whb-sticky-shadow.whb-sticked .whb-row:last-child .nav-link-text {
    color: #000000;
}
.whb-color-dark:not(.whb-with-bg){
	
  background-color: #fff !important;
    box-shadow: 0px 6px 17px #00000014 !important;
    padding-bottom: 8px !important;
}
.whb-sticky-shadow.whb-sticked .whb-row:last-child{
	  background-color: #fff !important;
}
.wd-checkout-steps{
	display:none !important;
}
/* event page */
/* Events Grid */
.events-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 items per row */
  gap: 30px; /* space between items */
  padding: 40px 20px;
}

/* Individual event cards */
.event-item {
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    background: #f6f7e8;
    display: flex
;
    flex-direction: column;
    box-shadow: -3px 5px 5px 0px #b5b5b561;
}
.event-image {
  height: 350px;
  overflow: hidden;
}
.event-brochure {
    background: #fcfaf0;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ffcd027d;
    box-shadow: inset 0 0 11px 0 #ffcd026b;
	margin:10px;
}
.event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-content {
  padding: 15px;
}

.event-content h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.event-content p {

  font-size: 0.95rem;
  color: #555;
}
.event-description{
	margin:12px 0;
}


.event-btn

 {
    display: inline-block;
    padding: 8px 16px;
    background: #ffcd02;
    color: #fff;
    border-radius: 45px;
    text-decoration: none;
    transition: background 0.3s ease;
    font-weight: 600;
}

.event-btn:hover {
  background: #fff;
}
.event-single-wrapper{
	margin-top:14%;
}

/* Responsive: tablets (2 per row) */
@media (max-width: 991px) {
  .events-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Responsive: mobile (1 per row) */
@media (max-width: 575px) {
  .events-wrapper {
    grid-template-columns: 1fr;
  }
}
/* event single page */
.event-header {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.event-image {
  flex: 1 1 40%;
}

.event-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.event-content {
  flex: 1 1 41%;
}

.event-content h1 {
  margin-top: 0;
  font-size: 2rem;
}

.event-date, .event-location {
  font-size: 1rem;
  margin: 5px 0;
}

.brochure-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #c49b3d;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 15px;
}

.brochure-btn:hover {
  background-color: #a17b2f;
}

.related-poojas {
  margin-top: 50px;
}

.related-poojas h2 {
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.pooja-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.pooja-item {
    background: #fffbec;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #ffcd026b;
}

.pooja-item img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    object-fit: cover;
    border-radius: 50%;
}
.pooja-item h3 {
    font-size: 20px;
    margin: 0 0 12px;
    font-weight: 600;
}
.pooja-item a {
    background: #ffcd02;
    padding: 5px 22px;
    border-radius: 10px;
	border:1px solid #ffcd02;
}
.pooja-item a:hover {
    background: #fff;

}
.pooja-thumb img{
	height:100px;
	width:100px;
}
.add_to_cart_inline{
	padding:0 !important;
	border:none !important;
}
.related-poojas-table tr{
	border-top: 1px solid #9494941f;
}
.view-all-courses {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.view-all-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #ffffff;
    color: #ffcd02;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid #ffcd02;
}
.view-all-button:hover {
    background-color: #ffcd02;
    color: #fff;
}
/* course page */


.home .course-item {
	height:150px;
	margin:10px;
}
.course-inner {
  display: flex;
  flex-direction: row; 
  height: 100%;
}

.course-image {
  flex: 0 0 auto;
}

.course-content {
  flex: 1 1 auto;
  padding-top: 10px;
}
.courses-slider .draggable{
	padding-bottom:30px;
}

/* ---------- */
.courses-list {
    display: grid;
   grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.course-item {
    display: flex;
	height:100%;
    background: #fff8e7;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: -2px 3px 3px 0 #00000045;
}

.course-image {
    flex: 1 1 20%;
}

.course-image img {
    width: 150px;
    height: 100%;
    object-fit: cover;
}

.course-content {
    flex: 1 1 60%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.course-title {
    margin-top: 0;
    margin-bottom: 10px;
	font-size:15px;
}
.page-id-10690 .title-size-small {
        --wd-title-sp: -1px;
        --wd-title-font-s: 0px;
    }
.course-excerpt {
    margin-bottom: 15px;
    color: #555;
}

.join-now-button {
    display: inline-block;
    padding: 8px 32px;
    background-color: #ffcd02;
    color: #fff;
	border:1px solid #ffcd02;
    text-decoration: none;
    border-radius: 40px;
    transition: background 0.3s ease;
    width: fit-content;
}

.join-now-button:hover {
    background-color: #fff;
}


@media only screen and (max-width:767px)
{
	.wcuCurrencySwitcher.right .wcuCurrencySwitcherButton{
		top:15pc !important;
	}

.nav-link-text {
    color: #000000;
}
	.booking-flex {
    flex-direction: column;
}
	.booking-left,
	.booking-right{
		width:100%;
	}
	.booking-checkout-form{
		width:100%;
	}
	.elementor-element-81329df p{
		margin-bottom:0 !important;
	}
	.float {
    bottom: 125px !important;
	right: 10px !important;
	}
	.courses-list {
  
    grid-template-columns: repeat(1, 1fr);

}
	.course-item{
		width:100%;
	}

}

.product-wrapper img{
	height:300px;
	object-fit:cover;
	
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 83px;
    right: 18px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float{
	margin-top:10px;
}
.float .e-font-icon-svg {
    
    width: 35px !important;
    height: 35px !important;
    margin-top: 6px !important;
}

.float .e-font-icon-svg path {
    fill: currentColor;
}

.woocommerce-checkout .wd-page-content{
	margin-top:12%;
}
.page-id-11039 .elementor-element-56d2333 {
    width: 70%;
    background: #f3f3f39c;
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
}

/* event slider*/


.event-slide img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    margin: auto;
}
.event-slide{
	background:#f3f3f3;
	border-radius:15px;
	margin:10px;
	text-align:center;
}
.event-slide-content{
	padding:20px 15px;
	height:145px;
}
.evnt-readmore a {
    background: #ffcd02;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
	font-weight: 700;
}
.event-slide-content h3{
	font-size:15px;
	margin-bottom:32px;
}
.event-slider .draggable{
	margin-bottom:20px;
}