
/* Main Container Styles */
 /* Push main content down so it doesn't sit under the fixed header */
 .cal-container {
        margin-top: 20px; /* adjust to match your header height */
  }

    .cal-outer {
        width: 100%;
        /*margin: 20px 0;*/
    }

    .cal-inner {
        width: 100%;
        /*max-width: 1340px;*/
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
    }

    /* LEFT – this is the only part that scrolls with the page */
    .cal-left {
        flex: 1;    
		width: 70%;		
    }

    /* RIGHT – fixed in viewport, doesn't scroll */
.cal-right {
    width: 30%;
   /* border: 1px solid red;*/
    position: sticky;
    /* top: 160px; */   
    background: #fff;
    top: 130px;	
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	z-index: 1;
}

.cal-section {
        background: #fff;
}

.cal-left-header {
    position: sticky;
    top: 118px;
    /*height: 80px;*/
    background: white;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 9;
	margin-top:10px;
	margin-bottom:10px;
}
.cal-head-rows{
	display: flex;
    flex-direction: row;
	width: 100%
}
.cal-left-header-left{
	float:left;
	width:30%;
	text-align:left;
	color:#6b001a;
	font-size:32px;
	font-weight:bold;
	font-family: Playfair Display;
}
.cal-left-header-left.mob-super-head{
	color:#a3783e;
	font-size:clamp(20px, 4vw, 40px);
}
.cal-left-header-left.mob-sub-head{
	color:#6b001a;
	font-size:clamp(18px, 4vw, 30px);;
}
.cal-left-header-right {
    float: right;
    width: 70%;
    text-align: right;
    display: flex;
    justify-content: end;
    margin-top: 10px;
}
.cal-left-header-right.mob-super-right{
	margin-top:10px !important;
}
/*
.cal-list{
	margin-left:20px;
	margin-right:20px;
}
*/

.cal-list > div {
    margin-bottom: 10px;
}
.page-content{
	margin-top:64px;
}
.elementor-section.elementor-section-boxed > .elementor-container{
	max-width:none !important;
	width:100%;
	
}

.page-content {
	margin-top: 64px;
}

.list-day-right {
    width: 40%;
    text-align: right;
    justify-content: flex-end;
    display: flex;
	/*height:100%;*/
	background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;

}

.list-day-left{
	width:60%;
	display:flex;
	flex-direction:column;
	height:100%;
	justify-content:space-between;
	padding-right:2px;
}
.list-content-top{
	vertical-align:top;
}
.list-content-bottom{
	vertical-align:bottom;
}

.list-day-detail {
  border-bottom: none; /* IMPORTANT */
  position: relative;
  display:flex;
  margin-top:20px;
  margin-bottom:20px;
  height:270px;
}
.list-event-details .list-day-detail:not(:last-child){
	padding-bottom: 20px;
}
.list-event-details .list-day-detail:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px; 
  background-image: radial-gradient(circle, #a3783e 1px, transparent 2px);
  background-size: 10px 10px;
  background-repeat: repeat-x;
}

.cal-rect-but {
    display: inline-block;
    background-color: #751625;
    height: 30px;
    line-height: 30px;
    width: 150px;
    color: white;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.filter-rect-but {
    background-color: #751625;
    height: 26px;
    line-height: 26px;
    width: 120px;
    color: white;
    border: none;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    letter-spacing: 1px;
	cursor:pointer;
}
.filter-rect-but:hover{
	background-color: #a3783e;	
}
#filter-venues, #filter-presenter, #filter-genre{
	display:none;
}
.filterByLbl {
    color: #a3783e;
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}
.head {
	font-family: playfair display;
	font-size: 35pt;
	font-style: Italic;
	color: #a3783e;
	padding-top:30px;
}

.day-time span {
	font-family: playfair display;
	font-weight: bold;
	font-size: 20pt;
	color: #a3783e;
}

.arrangement-venue span {
	font-family: poppins;
	font-size: 14pt;
	color: #a3783e;
}

.more-info .calendar-url {
	font-family: poppins;
	font-weight: 400;
	color: #751625;
}

.calendar-description {
	font-family: Poppins;
	font-size: 14pt;
	color: #a3783e;
	font-weight: 400;
}

.more-info span {
	font-family: poppins;
	font-weight: bold;
	font-size: 14pt;
}
#search-venues .venue-details:hover {
	color: #771927;
}
.pre-nxt span a:hover {
	color: #771927 !important;
}
.pre-nxt-2 span a:hover {
	color: #751625 !important;
}

.custom-selector {
	width: 300px;
}

.active{
	color: #771927 !important;
	border-bottom: 2px solid;
	padding-bottom: 13px;
}

.activity-detail {
	font-family: poppins;
	font-weight: bold;
	font-size: 20pt;
	color: #a3783e;
	border-top: 1px solid #a3783e;
	padding-top: 30px;
}
.day-time {
	border-bottom: 3px solid #a3783e;
	margin-bottom: 3px;
	padding-top:35px;
	padding-bottom:10px;
}

.start, .venue_name {
	font-family: Poppins;
	/*font-size: 14pt;*/
	font-size: clamp(10pt, 2vw, 16pt);
	color: #a3783e;
	font-weight: bold;
	text-transform: uppercase;
}
.activity_detail {
	font-family: Poppins;
	font-size: 12pt;
	color: #7a5a2b;
	font-weight: bold;
	word-break: break-word;
}


span {
	font-family: Poppins;
	font-size: 12pt;
	color: #7a5a2b;
	font-weight: initial;
}

.day-details li{
	border-bottom: 4px dotted #795a2b;
	display: block;
	list-style-type:none;
	list-style-position: inside;
	float: left;
	padding: 5px;
	height: auto;
	line-height: 22px;
	padding-bottom:15px;
}
.day-details li:last-child{
	border-bottom: none;
}
.day-details{
padding-left: 0;
}

.cld-main {
	max-width: 90%;		
	display: table; 
	margin: 0 auto;
	width: 100%;
}
.cld-days{
	display: table; 
	width: 100%
}

  .day-details{
	  min-height:100px;
  }

.cld-main a{
  color: #7B00FF;
}

.cld-days{
  padding-left: 0;
}
  .cld-label{
    box-sizing: border-box;
    display: inline-block;
    width: 14.28%;
    text-align: center;
	padding: 6px 0 6px 0;
	font-family: Poppins;	
	color: #a3783e;
	font-weight: bold;
	text-transform: uppercase;
  }

  .cld-day.clickable:hover{
    cursor: pointer;
  }


  
 .butContainer .backButton {
	float: right;
	padding-top: 32px;
	padding-bottom: 63px;
	padding-right: 80px;
	padding-left: 21px;
	border-radius: 100px;
	color: #fff;
	background-color: #751625;
	border-color: #751625;
	font-family: poppins;
	font-weight: 500;
	font-size: 13px;
	margin-top: 20px;
	
}
  .cld-day.disableDay{
    opacity: 0.5;
  }
 

  .cld-title{
    font-size: 10px;
    display: block;
    margin: 0;
    font-weight: normal;
  }
/*
.pre-nxt {
	float: right;	
	margin-top: -50px; 
}
*/
.list-day:last-child {
	border-bottom: none;
}


.details-name {
	font-family: poppins;
	/*font-size: 18pt;*/
	font-size: clamp(14pt, 2vw, 20pt);
	color: #6b001a;
	font-weight: bold;
	text-transform:uppercase;
}

.detail-time {
	font-family: poppins;
	font-size: 18pt;
	color: #a3783e;
	font-weight: bold;
}

.details-by {
    font-family: poppins;
    /*font-size: 16pt;*/
	font-size: clamp(12pt, 2vw, 18pt);
    color: #6b001a;
    font-weight: 400;
}


.cal-navigation {
    display: flex;
    margin: 0 auto;
    margin-left: 12px;
    max-width: 100%;
    margin-bottom: 25px;
    justify-content: end;
    margin-right: 12px;
}


#search-venues {
	border-style: none none solid none;
	color: #a3783e;
	border-bottom-color: #a3783e;
	font-family: poppins;
	font-size: 12pt;
	font-weight: bold;
	border-bottom-width: 2px;
	background: none;
}



.cal-nav-menu-venue {
	margin-right: 22px;
	margin-top: 26px;
	max-width: 20%;
	width: 100%;
}

.cal-nav-menu-view {
	margin-top: 32px;
	margin-bottom: 20px;
	max-width: 20%;
	width: 100%;
}

input {
	font-family: poppins;
	font-size: 12pt;
	font-weight: bold;
	color: #a3783e;
}
/*
[type="button"], [type="submit"], button {
	font-weight: 400;
	color: #751524 !important;
	text-align: center;
	white-space: nowrap;
	user-select: none;
	border: none;
	padding: 0.5rem 0rem;
	font-size: 13px;
	transition: all .3s;
}
*/
.cal-nav-menu-view a {
	font-family: poppins;
	font-size: 12pt;
	color: #a3783e;
	font-weight: bold;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
	border-style: none;
}

/* .list-event-details {
	margin-left: 20px;
} */

.details-daydate {
	font-family: poppins;
	font-size: 25pt;
	color: #a3783e;
}


.list-img {
	float: right;
	margin-top: -26px;
}

.list-content {
	width: 85%;
}



.months-option {
	
  font-family: poppins;
  font-style: normal;
  font-size: 22pt;
  font-weight:bold;
  color: #7a5a2b;
  text-align: center;
  background-color:#e8dfc9;
  border-bottom: 4px dotted #e8dfc9;
}


.more-info {
	padding-top: 35px;
	padding-bottom: 35px;
}



.venue-details{
	background-color:#e8dfc9;
	border-bottom: 4px dotted #e8dfc9;	
}




/*bharath start*/
}


.venueDropCus-selected{
	padding-bottom: 11px !important;
	margin-top:3px !important;
}


#venueDropCus-selected::before {
font-size: 25px;
position: relative;
top: -7px;
margin-top:0px !important;
}

.cal-nav-menu-month {
	font-family: Playfair Display;
	font-size: 20pt;
	font-weight:bold;
	color: #a3783e;
	width: 100%;
	margin-right: 0px;
}



.cal-nav-menu-venue {
	margin-right: 22px;
	margin-top: 30px;
	max-width: 20%;
	width: 100%;
}
.cal-nav-menu-venue {
	margin-right: 22px;
	margin-top: 30px;
	max-width: 20%;
	width: 100%;
}
#search-venues {
	border-style: none none solid none;
	color: #a3783e;
	border-bottom-color: #a3783e;
	font-family: poppins;
	font-size: 11pt;
	font-weight: bold;
	border-bottom-width: 2px;
	background: none;
}
.cal-nav-menu-view a {
	font-family: poppins;
	font-size: 11pt;
	font-weight: bold;
}


/*bharath end*/



#mob-tools{
	float:right;
}
.pre-nxt-2 a {
	font-family: 'FontAwesome';
	font-size: 28px;
	color: #d7b477 !important;
}

#mob-search{
	#position:fixed;
}
.cld-main a{
  color: #333;
  font-weight: bold;
}


.cld-days{
  padding-left: 0;
}
  .cld-label{
    display: inline-block;
    width: 14.28%;
    text-align: center;
  }
 
  .cld-day.disableDay{
    opacity: 0.5;
  }


      .cld-number:hover .cld-title{
        display: block;
      }
      .cld-title::before{
        content: '';
        position: absolute;
        top: -7.5px; left: 7.5px;
        width: 0;
        height: 0;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;

        border-bottom: 7.5px solid #ccc;
      }

.mob-cal-nav {
	display: none;
}
/* START */

.select-selected:first-child{
	border-bottom: 5px dotted #efebdb !important;
}
.select-selected {
	margin-left: 66px;
}

.select-selected {
	font-size: 20pt !important;
	/* border-bottom: 5px dotted #efebdb !important; */
}
.select-selected:first-child{
	border-bottom: none;
}
.select-selected {
	margin-top: 18px !important;
	margin-left: 77px;
	border-bottom: 5px dotted #efebdb !important;
}
.select-selected:first-child{
	border-bottom: none;
}

.select-selected {
	/* margin-left: 85px; */
	font-size: 23pt !important;
	border-bottom: 5px dotted #efebdb !important;
	margin-top: 15px;
}
.select-selected:first-child{
	border-bottom: none;
}

/* END */
.mob-cal-nav {
	display: block;
}
/
.cal-nav-menu-venue {
	display: none;
}
.cal-nav-menu-view {
	display: none;
}



/* natraj start*/

  .select-selected {
	font-size: 50px !important;
	padding: 0px 20px;
}

#mob-day-eve-detail:last-child {
	border: none;
}
.select-selected {
	padding: 0px 25px;
}

#mob-day-eve-detail {
	margin-left: 10%;
	border-bottom: 5px #efebdb dotted;
	padding-bottom: 15px;
	padding-top: 15px;
}
#mob-day-eve-day {
	position: relative;
	top: 40px !important;
}


.mob-event-data img {
	border-style: none;
	height: auto;
	max-width: 100%;
	padding: 1px;
	width:9px;
}


.venueDropCus-selected {
	font-size: 12pt;
}





    .mob-venue-name {
	font-family: poppins;
	font-size: 15pt;
	font-weight: bold;
	text-transform: uppercase;
    }
	.mob-activity-detail {
	font-size: 15pt;
	font-family: poppins;
	font-weight: bold;
    }
	
	.mob-customer-code {
	font-family: poppins;
	font-size: 15pt;
	font-weight: 400;
    }
.mob-at {
	font-weight: 400;
	font-size: 15pt;
	font-family: poppins;
} 
.mob-day-start {
	font-weight: bold;
	font-size: 14pt;
}
.mob-day-name {
	font-size: 14pt;
	font-weight: 400;
}

.months-drop {
	 
	font-family: Playfair Display;	
	font-size: 20pt;
	color: #a3783a;
	text-align:center;
	background-color:#fff;
	border:none;
	 
}
#mon-today-header {
    max-width: 100%;
    margin: 0 auto;
    margin-left: 10px;
    font-family: playfair Display;
    font-size: clamp(12pt, 1.6vw, 26pt);
    font-weight: 400;
    /* color: #d7b477; */
    color: #906530;
    text-align: left;
    margin-bottom: 20px;
    white-space: nowrap;
    margin-right: 10px;
}
#mob-mon-today-header {		
	font-family: playfair Display;     
	font-size: clamp(16pt, 4vw, 22pt);	
    /*color: #d7b477;*/
	color: #745b33;
	
}
.cld-main {
	max-width: 90%;
	display: table;
	margin: 0 auto;
	width: 100%;
}
.months-option {
	font-family: poppins;
	font-style: normal;
	font-size: 14pt;
	font-weight: bold;
	color: #7a5a2b ;
	text-align: center;
	background-color: #e8dfc9;
	 
}
.mob-cal-nav {
	 
	max-width: 90%;
	margin: 0 auto;
	margin-top: 40px;
 
}
.line-break {
	display: none;
}

.cld-labels {
	box-sizing: border-box;
	text-align: center;
	padding: 3px 0 3px 0;
	font-family: Poppins;
	font-size: 8pt;
	color: #a3783e;
	font-weight: bold;
	border-bottom: 3px solid #a3783e;
	border-top:1px solid #a3783e;
	 
}


#mob-day-eve-detail\ eve-opera::after {
	content: "";
	border-left: 5px solid;
	font-weight: initial;
	font-family: poppins;
	font-size: 25pt;
	color:#a2783d;
	position: relative;
	left: -18px;
	top: -60px;
}

#mob-day-eve-detail\ eve-davies::after{
	
	content: "";
	border-left: 5px solid;
	font-weight: initial;
	font-family: poppins;
	font-size: 25pt;
	color: #d6b477;
	position: relative;
	left: -18px;
	top: -60px;
}

#mob-day-eve-detail\ eve-herbst::after{
	
	content: "";
	border-left: 5px solid;
	font-weight: initial;
	font-family: poppins;
	font-size: 25pt;
	color: #6e5264;
	padding-left: 13px;
	position: relative;
	left: -18px;
	top: -60px;
	
}


.cld-days {
	display: table;
	width: 100%;
}



.cld-day {
	user-select: none;
    -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Edge / IE */
	cursor:pointer;
	display: table-cell; 
	width: 14.28%;	
	/*padding-top: 14.28%;	*/
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	color:7a5a2b;
}

.cld-number {
	font-family: Poppins; 
	font-size: 12pt;
	color: #d7b477;
	font-weight:bold;	
	width: 90%;                 /* control circle size */
  aspect-ratio: 1 / 1;
  margin: auto;
  display: flex;
   flex-direction: column;
  justify-content: center;
}
.cld-day:hover .cld-number{
 border:1px solid #771927; 
 border-radius: 50%;
 }
 .prevMonth.cld-day:hover .cld-number{
	 border:none;
 }
 .nextMonth.cld-day:hover .cld-number{
	 border:none;
 }
 
 .cld-day.today .cld-number {	  
 background-color: #771927;
 color: #fff !important; 
 border-radius: 50%;
}
.cld-day.selected .cld-number {	  
border:1px solid #771927; 
 border-radius: 50%;
}

.cld-day.prevMonth, .cld-day.nextMonth {
	opacity: .4	;
	color:#727272 !important;
	cursor:default !important;
}

.cld-day.nextMonth .cld-number,.cld-day.prevMonth .cld-number{
	color:#727272 !important;
}

.cld-number.eventday {
	font-weight: bold;
}

    
.details-daydate {
	font-family: poppins;
	font-size: 10pt;
	color: #a3783e;
}

.pre-nxt-2 span {
	font-family: playfair display;
	font-size: 20pt;
	font-style:italic;
	color: #d7b477;
	margin:0 10;
	  
}

.list-today-header {
	display: none;
}

.pre-nxt {
	display: none;
}
.detail-time {
	font-family: poppins;
	/*font-size: 16pt;*/
	font-size: clamp(12pt, 2vw, 18pt);
	color: #a3783e;
	font-weight: bold;
}



.sepr {
	font-family: poppins;
	font-size: 10pt;
	color: #a3783e;
	font-weight: 400;
}


.pre-nxt-2 {
	text-align: center;
	padding-bottom:20px;
}


.more-info .calendar-url {
	 
	font-size: 12pt !important;
	 
}

.butContainer .backButton {
	float: right;
	border-radius: 50%;
	color: #fff;
	background-color: #751625;
	border-color: #751625;
	font-family: poppins;
	font-weight: 500;
	font-size: 13px;
	margin-top: 20px;
	height:110px;
	width:110px;
	margin-bottom:10px;
	font-weight:bold;
	margin-bottom: 35px;
}

.head {
	font-family: playfair display;
	font-size: 40pt;
	font-style: Italic;
	color: #a3783e;
}
.day-time {
	border-bottom: 3px solid #a3783e;
	margin-bottom: 3px;
	padding-bottom:5px;
}

.activity-detail {
	font-family: poppins;
	font-weight: bold;
	font-size: 12pt;
	color: #a3783e;
	border-top: 1px solid #a3783e;
	padding-top: 10px;
}
.arrangement-venue span {
	font-family: poppins;
	font-size: 12pt;
	color: #a3783e;
}

.calendar-description {
	font-family: Poppins;
	font-size: 12pt;
	color: #a3783e;
	font-weight: 400;
}

.more-info span {
	font-family: poppins;
	font-weight: bold;
	font-size: 12pt;
	color:#7a5a2b;
}
.more-info .calendar-url {
	font-family: poppins;
	font-weight: 400;
	color: #751625;
}
.day-time span {
	font-family: playfair display;
	font-weight: bold;
	font-size: 10pt;
	color: #a3783e;
}
#mob-day-eve-container {
	max-width: 90%;
	margin: 0 auto;
	border-top: 1px solid #a3783e;
	 
}
#mob-day-eve-day {
	font-family: Playfair Display;
	font-size: 20pt;
	color: #d7b477;
	position: relative;
    top: 50px;
}
#mob-day-eve-date {
	font-family: poppins;
	color: #a3783e;
	font-size: 20pt;
}
#mob-day-eve-but {
	margin-left:15px;
	float: right;
}
#mob-eve-detail {
	font-family: poppins;
	font-size: 12pt;
	color: #a3783e;
	margin-top: 10px;
	border-bottom: 4px dotted #f5f2e8;
    padding-bottom: 15px;
}


#mob-day-eve-day {
	color: #d7b477;
	font-size: 25pt;
	font-family: Playfair Display;
	margin-top: -35px;
}

#mob-day-eve-detail{
	margin-left: 10%;
	border-bottom: 5px #efebdb dotted;
    padding-bottom: 10px;
	
}

.select-items div, .select-selected {
	color: #a3783e;
	/* padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
	border-bottom: 4px dotted #efebdb !important;
	cursor: pointer;
	font-family: Playfair Display;
	font-size:20pt !important;
	
}


.select-selected:first-child{
	border-bottom: none;
}
.select-selected {
	background-color: #fff !important;
	border-bottom: 4px dotted #efebdb !important;
	font-family: Playfair Display !important;
	font-style: italic !important;
	font-size: 35pt !important;
	color: #a3783e;
	text-align:center;
	margin-left:0px !important;
}
.select-selected:first-child{
	border-bottom: none;
}







	.mob-venue-name {
	font-family: poppins;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
    }
	.mob-activity-detail {
	font-size: 10pt;
	font-family: poppins;
	font-weight: bold;
    }
	
	.mob-customer-code {
	font-family: poppins;
	font-size: 10pt;
	font-weight: 400;
    }
	.mob-at {
	font-weight: 400;
	font-size: 10pt;
	font-family: poppins;
    }

	
.head {
	font-size: 21pt;
}
.line-break {
	display: none;
}

/* Circular button */
.mob-tool {
    width: 44px;
    height: 44px;
   /* background-color: #882431;*/   /* circle color */
    border-radius: 50%;
	border:1px solid #882431;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	float:left;
	margin-left:10px;
}

/* Icon default state */
.mob-tool img {
    width: 22px;
    height: 22px;
    transition: filter 0.2s ease;
}

/* ✅ ACTIVE: icon turns white */
.mob-tool.active img,.mob-tool:hover img{
    filter: brightness(0) invert(1);
	
}
.mob-tool.active, .mob-tool:hover{
	background-color: #882431;
	padding-bottom:0px !important;
}	 


.cld-nav{
	width: 12px;
float:right;
margin-left:30px;	
margin-top:10px;
 
}
.cld-nav:hover{
    cursor: pointer;
}

.custom-select {
  position: relative;
  /* font-family: Arial; */
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}
 

.select-selected {
  background-color: #fff !important;
  font-family: Playfair Display !important;
  font-style:italic !important;
  border-bottom: 5px dotted #efebdb !important;
  font-size: 35pt;
  color: #a3783e;
}
.select-selected:first-child{
	border-bottom: none;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  /* border-color: #fff transparent transparent transparent; */
  border-bottom: 5px dotted #efebdb !important;
}
.select-selected:first-child{
	border-bottom: none;
}
/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #a3783e !important;
  padding: 8px 16px;
  /* border: 2px solid transparent !important; */
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  /* border-bottom: 5px dotted #efebdb !important; */
  cursor: pointer;
}
.select-selected:first-child{
	border-bottom: none;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #e8dfc9 !important;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  
  color: #a3783e !important;
  font-family: poppins;
  font-size: 20pt;
  font-weight: bold;
 
}  

.list-items {
	list-style: none;
	background-color:#e8dfc9;
}

.venueDropCus-selected {
	font-family: poppins;
	font-size: 12pt;
	font-weight:bold;
	text-align: left;
	border-bottom: 2px solid #a3783e;
	padding-bottom: 13px;
	color: #cdb596;
	cursor: pointer;
	margin-top:6px;
	
}
#venueUL {
font-family: poppins;
font-size: 16pt;
font-weight: bold;
color: #a3783e;
width: 20%;
}




#venueDropCus-selected:hover::before {
	color: #751625;
}
.mob-day-eve-list {
	list-style: none;
	padding-left:50px;
}
/* Hide the items when the select box is closed: */
 
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
} 
.cld-datetime{
	display:flex;
	align-items: center;
}
.monthsDD {
  margin-right: auto;   /* pushes arrows to the right */
  font-weight: 600;  
}

.cld-nav img {
  width: 18px;          /* optional: consistent arrow size */
  height: auto;
}
/*start bharath*/
#monthsDropCus-selected::before {
	content: "";
	font-family: 'FontAwesome';
	border-radius: 50%;
	color: #a3783e;
	float: right;
	text-align: center;
	font-style: normal;
	font-size: 27px;
	margin-top: 11px;
	padding: 6px;
	margin-left: 10px;
}
#monthsDropCus-selected:hover::before {
	color: #771927;
}
.butContainer {
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
}



#monthsDropCus-selected::before {
	content: "\f078";
	font-family: 'FontAwesome';
	background: #a3783e;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: white;
	float: right;
	margin-top: 30px;
	text-align: center;
	padding: 6px;
	font-size: 14px;
	margin-left: 10px;
	display: none;
}

.page-content {
	margin-top: 64px;
}
.page-header {
	display: none;
}


.cal-space-div {
	padding-top: 15px !important;
}
 

}
#venueDropCus-selected::before {
	content: "";
	font-family: 'FontAwesome';
	float: right;
	color: #a3783e;
	padding: 0px;
	border-radius: 50px;
	text-align: center;
	font-weight: normal;
	font-size: 27px;
	margin-top: -4px;
}
.cal-space-div {
	padding-top: 0;
}
#monthsUL .list-item:hover {
	color: #771927 !important;
}
#month-selector {
	cursor: pointer;
}
#venueUL .list-item:hover {
	color: #771927;
	cursor: pointer;
}
#venueUL {
	padding-left: 25px;
	padding-right: 25px;
}
/*
.cld-days-container {
	border-top: 1px solid #a3783e;
	margin-top: 3px;
}
*/
/*end bharath*/

.cal-space-div {
	padding-top: 70px;
}


[type="button"]:focus, [type="button"]:hover, [type="submit"]:focus, [type="submit"]:hover, button:focus, button:hover {
	color: #fff;
	background-color: #fff !important;
	text-decoration: none;
}


/*searchstyle start-Bharath*/

  #mob-top-pop {
	max-width: 100%;
	width: 100%;
	background-color: #e5dfc7;
	height: 100%;
	top:0;
}
#searchText {
	font-family: playfair Display;
	background-color: #e5dfc7;
	font-style: italic;
	text-transform: lowercase;
	width: 100%;
	outline: none;
	border: none;
	font-size: 30px;
	color: #a3783e;
	border-bottom: 1px solid #a3783e;
	border-radius:unset;
}



input::placeholder {
	
	color: #a3783e !important;
}



.cal-mob-menu-monthbox {
	float: none !important;
	position: relative;
	top: 50px;
	 
}

.butContainer {
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
}

.mob-searh-close {
	float: right;
	width:50px;
	height:50px;
	cursor:pointer;
}
.mob-searh-close img {
	float: right;
	width:50px;
	height:50px;
}
.mob-venue-details {
	border-bottom: 4px dotted #f5f2e8;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Poppins;
	font-weight: bold;
	color: #a3783e;
	font-size: 25px;
	list-style: none;
	cursor: pointer;
}
.mob-venu-menu {
	padding-left: 0;
	border-top: 1px solid #d7b477;
	margin-top: 3px;
}
.mob-search-venue-header {
	font-family: Playfair Display;
	font-style: italic;
	font-size: 30px;
	color: #d7b477;
	border-bottom: 3px solid #a3783e;
}
#mob-overlay-search {
	margin:0 auto; 
	max-width: 80%;
	padding-top: 30px;
}
#mob-overlay-venue {
	max-width: 80%;
    margin: 0 auto;
	text-align: left;
    padding-top: 75px;
}


.mob-venue-details:last-child {
	border: none;
}

.elementor-59 .elementor-element.elementor-element-bd2db5a img {
	width: 100px;
	max-width: 100px;
}
.elementor-59 .elementor-element.elementor-element-e758db9{
	border-width:5px 0 0 0;
	
}


/*searchstyle End-Bharath*/
 

/*style  */


.list-day{
	scroll-margin-top: 250px;
	border-top:2px solid #751625;
}
.list-day-date {
    border-bottom: 1px solid #a3783e;
	font-family: Playfair Display;	
	/*font-size: 30px;*/
	font-size: clamp(20px, 2vw, 30px);
	color: #7a5a2b;
}

.featured-header{
	font-family: Playfair Display;	
	font-size: 30px;
	color: #d7b477;
}
div#featured-box {
    margin-left: 14px;
}
.cal-left-mob-header{
	display:none;		
	background-color:#f9f6ef;
	position: sticky;   
    max-height: 200px;    
    align-items: center;    
    flex-direction: column;
    width:100%;
    padding-right: 20px;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:10px;
	z-index:10;
}

.cal-left-mob-header::before {
  content: "";
  position: absolute;
  top: 0; 
  width: 94%;
  height: 8px;
  border-top: 4px solid #a3783e;   /* thick line */
  border-bottom: 1px solid #a3783e;/* thin line */
}
.mob-head-top-row,.mob-head-bottom-row{
	display:flex;
	flex-direction: row;
	width:100%;
}
.mob-head-bottom-row{
	margin-top:10px;
}
/*
#mob-opt-box{
	display:none;
	border: 1px solid #882431;
	position:fixed;	
	left: 20px;
    right: 20px;	
	background-color:white;
	z-index:10;	
}
*/
.cal-list-parent{
	margin-left:20px;
	margin-right:20px;
	/*display:none;*/
}
.desk-filter-box {
    display: none;
    border: 1px solid #882431;
    position: fixed;
    background-color: white;
    z-index: 11;
    width: 380px;
    padding-left: 20px;
    /* padding-top: 10px; */
    padding-right: 10px;
	
	max-height: 70vh;     /* limit popup height */
    overflow-y: hidden;     /* enable dropdown scroll */
    overflow-x: hidden;
    z-index: 99999;
    background: #fff;
}
.filter-options {
    max-height: 55vh;
    overflow-y: auto;
    padding-right: 8px;   /* space for scrollbar */
}
.filter-close{
	width:100%;
	text-align:right;
}

.close-btn {
    border: none;
    background: none;
    font-size: 28;
    cursor: pointer;
    padding: 0 !important;
    color: #751625 !important;
}



.filter-options label {
	display: flex;    
    gap: 8px;
    cursor: pointer;
    margin-bottom: 8px;
    
	color:#a3783e;
	font-weight:bold;
	font-size:18px;
}

.filter-actions {
    margin-top: 16px;
}
.filter-rect-but.active {
    background-color: #a3783e !important;
    color: white !important;
	height:28px;
}
.filter-actions{
	margin-bottom:10px;
}
.filter-options input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 18px;
    height: 18px;
    border: 1px solid #882431;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}

/* Checked state */
.filter-options input[type="checkbox"]:checked {
    background-color: #882431 !important;   
}
.filter-options input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#cal-filter-heads {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /* margin-top: 10px; */
    align-items: center;
    text-align: right;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    /* border: 1px solid #8b1d2c; */
    background: #f9f6ef;
    color: #906530;
    font-size: 13px;
    border-radius: 4px;
    font-weight: bold;
}

.filter-chip .remove {
    cursor: pointer;
    /* font-weight: bold; */
    font-size: 20px;
    line-height: 0;
}

.clear-filters {
    margin-left: 10px;
    cursor: pointer;
    color: #906530;
    font-size: 14px;
    /* text-decoration: underline; */
    font-weight: bold;
}
/*
	#mob-opt-box{		
		display:block;
		margin-top:40px;
	}
	*/
	/* --- */
	#mob-filters {
     /* border: 1px solid #7a1b2c;*/
      /*background: #fff;*/
  }

  .mob-filter-section {
      border-bottom: 1px solid #c9a46a;
  }
  
.mob-filter-head {
    padding: 14px;
    font-weight: bold;
    color: #a78954;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
}

  .mob-filter-body {
      display: none;
      padding: 10px 14px;
  }

  .mob-filter-section.open .mob-filter-body {
      display: block;
  }

  .mob-filter-head .arrow {
	  display: inline-block !important;
      width: 10px;
      height: 10px;
      border-right: 2px solid #a78954;
      border-bottom: 2px solid #a78954;
      transform: rotate(45deg);
      transition: transform .2s;
  }

  .mob-filter-section.open .arrow {
      transform: rotate(-135deg);
  }
	.cal-mob-menu-monthbox button {
    border: none;
    position: absolute;
    right: 10;
    bottom: 0;
    font-family: 'FontAwesome';
    color: #771927;
	}
	.cal-mob-menu-monthbox button:hover {
		background:none !important;
	}
	body.no-scroll {
		position: fixed;
		overflow: hidden;
		width: 100%;
	}

#mob-featured{
	height: 95%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 12px;
	padding-bottom:0px;

}
/* Month dropdown container */
.month-dropdown {
    position: relative;
}

/* The dropdown list */
.month-dropdown-list {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    background: #d9cdb4; /* keep your existing color */
    width: 200px;
    display: none;
}

/* when active */
.month-dropdown.open .month-dropdown-list {
    display: block;
}
/*smaller screens */
@media (max-width: 1024px) {
    /* mobile styles here */
	.cal-right{
		display:none;
	}
	.list-day-date{
		font-family: poppins;
		border:none;
		background-color:#745b33;
		color:white;
		padding-left:4px;
	}
	.cal-rect-but {
    display: inline-block;
    background-color: white;
    height: 24px;
    line-height: 24px;
    width: 120px;
    color: #882431;
    border: 1px solid #882431;    
    font-size: 12px;    
	}
	.list-day{
		border:none;
	}
	.cal-left-header{		
		display: none;
	}
	/*Elementor Page Header*/
	section[data-id="033eceb"] {
		display: none;
	}
	.list-day-detail {
		height:auto;
		max-height:270px;
	}
	.list-day-left {
		/*height:auto;*/
		justify-content: normal;
	}
	.details-name{
		text-transform:capitalize !important;
	}
	/*
	.cal-list {
    margin-top: 60px;
}*/
	.cal-list-parent{
		margin-top: 60px;		
	}
	.cal-left-mob-header{
		display: flex;
		top:118px;
	}
	.cal-left-header-right,.cal-left-header{
		margin-top:0;
	}
	.cal-container{
		margin-top:-20px;
	}


}



@media (max-width: 1024px) {

#mob-opt-box {
    position: fixed;
    top: 245px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    border: 1px solid #882431;
    background: #fff;
    z-index: 9999;
    display: none;
    overflow: hidden;
}

  /* ✅ SCROLL HAPPENS HERE */
  .mob-filter-list {
      height: 90%;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      padding: 12px;
  }

  /* ✅ APPLY is INSIDE the panel, pinned to bottom */
.mob-apply-btn {
    position: absolute;
    left: 25;
    right: 25;
    bottom: 5;
    height: 40px;
    background: #7a1b2c;
    color: #fff;
    border: none;
    font-weight: 600;
    /* width: 90%; */
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
}

}
/*mobile specific*/
@media (max-width: 768px) {

	.list-day-detail {
		/*height:200px;*/
	}
	.list-content-bottom{
		margin-top:10px;
	}
	.cal-rect-but {
    display: inline-block;
    background-color: white;
    height: 20px;
    line-height: 20px;
    width: 80px;
    color: #882431;
    border: 1px solid #882431;    
    font-size: 10px;    
	}

	.cal-left-mob-header{
		top:94px;
	}
	/*
	.cal-list{
		margin-top:30px;
	}
	*/
	.cal-list-parent{
		margin-top:30px;
	}
	/*

	#mob-opt-box {    
		margin-top: -10px;
	}
	*/
	.cal-left-header-left.mob-super-head{
		font-size:26px;
	}
	.cal-left-header-left.mob-sub-head{
		font-size: clamp(20px, 2vw, 32px);
		line-height:2;
	}
	#mob-mon-today-header {
    font-size: 15px;	
	}

	.mob-tool{
	margin-left:4px;
	}
	.cal-left-header-left{
		width:30%;
	}
	#mob-opt-box {
		top: 218px;
	}

}




/* ===== Up Next / Featured Box Styles ===== */
#featured-box {
    margin-left: 14px;
    margin-top: 10px;
}

/* "Up Next:" heading — italic gold, full-width gold line beneath */
.featured-header,  .featured-head{
    font-family: 'Playfair Display', serif !important;
    font-size: 26px !important;
    font-style: italic !important;
    color: #c9a35a !important;
    display: block;
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #c9a35a;
    font-weight: 400 !important;
}
.featured-header span {
    font-family: 'Playfair Display', serif !important;
    font-size: 26px !important;
    font-style: italic !important;
    color: #c9a35a !important;   
    font-weight: 400 !important;
}

/* Day group wrapper */
.fn-day-group {
    margin-top: 14px;
}

/* "Fri. March 25th" — bold dark, with thin line below */
.fn-day-label {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    padding-bottom: 8px;
    border-bottom: 1px solid #c9a35a;
    margin-bottom: 12px;
    display: block;
    color: #7a5a2b;
}

.fn-event {
    margin-bottom: 6px;
}

/* Event name: bold, dark maroon, uppercase, small */
.fn-event-name {
    font-family: Poppins, sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #6b001a!important;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 1px;
    display: block;
}

/* Presenter: regular dark text */
.fn-event-presenter {
    font-family: Poppins, sans-serif !important;
    font-size: 13px !important;
    color: ##6b001a !important;
    font-weight: 400 !important;
    margin-bottom: 6px;
    display: block;
}

/* Time: bold gold */
.fn-event-time {
    font-family: Poppins, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #a3783e !important;
    display: block;
    margin-bottom: 1px;
}

/* Venue: bold gold, smaller uppercase */
.fn-event-venue {
    font-family: Poppins, sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #a3783e !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
}

/* Button row */
.fn-event-buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

/* Buttons: dark maroon with white text — override global span rule */
.fn-rect-but,
.fn-rect-but:link,
.fn-rect-but:visited {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: #751625 !important;
    height: 28px;
    padding: 0 12px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: Poppins, sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.fn-rect-but:hover {
    background-color: #a3783e !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Dotted separator between events */
.fn-separator {
    width: 100%;
    height: 10px;
    background-image: radial-gradient(circle, #a3783e 1.5px, transparent 2px);
    background-size: 10px 10px;
    background-repeat: repeat-x;
    background-position: left center;
    margin: 4px 0 16px 0;
}
/* ===== End Up Next Styles ===== */
/* Month dropdown wrapper */
.monthsDD{
    position: relative;
}

/* Month dropdown list */
#monthsUL{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #d9cdb4;
	padding: 0 20px;
    text-align: left;
	margin-left:0px !important;
	font-size: 16pt;
	font-family: Playfair Display;
	
}

/* Prevent calendar from covering dropdown */
.cal-right{
    position: sticky;
    top:130px;
    z-index:1;
}

.featured-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.featured-nav{
    display:flex;
    gap:12px;
}

.featured-nav button{
    background:none;
    border:none;
    font-size:22px;
    color:#7b1e2b;
    cursor:pointer;
    padding:0;
}

.featured-nav button:hover{
    color:#a63a4a;
}

.featured-nav button:disabled{
    color:#ccc;
    cursor:default;
}