
.jdr_logo{
	width:100%;
}
.banner_single_person{
	width:50%;
}
#top-cards{
	margin-bottom:40px;
	margin-top:25px;
}
#top-cards img{
	width:100%;
	border-radius:10px;
}
#top-cards .contact_us_btn, #top-cards .mug_club_btn, #top-cards .our_menu_btn{
	margin-top:10px;
	width:100%;
	height:45px;
	font-size:18px!important;
	font-weight:bold;
	text-align:center;
	background-color:#6a4630;
	padding-top:6px;
	line-height:30px;
	border-width:0px;
}
#section-menu .price-menu-list li{
	margin-bottom:5px;
}
.catering_btn_table{
	width:100%;
	margin-top:20px;
	border-collapse: separate;
	border-spacing: 10px;
}
#catering-banner .inquire_line{
	text-align:center;
	margin-top:15px;
	font-size: 18px;
}
#catering-banner .message_us_catering{
	font-size:24px;
	line-height:30px;
	height:80px;
	cursor:pointer;
	color:white;
	font-weight:bold;
	border:2px solid white;
	border-radius:10px;
}
#swal2-html-container{
	padding:0;
}
#poppys-contact-form, #catering-request-form{
	width:300px;
	margin:auto;
}
#poppys-contact-form .swal2-input, #poppys-contact-form .swal2-textarea{
	width:100%;
	margin: 15px 0;
}
#catering-request-form .swal2-input, #catering-request-form .swal2-textarea{
	width:100%;
	margin: 15px 0;
}
.top_card_social{
	width:100%;
	margin-bottom:15px;
	margin-top:-15px;
	display:none;
}
.top_card_social td{
	width:33.3%;
	text-align:center;
}
.top_card_social td a {
  margin-right: 15px;
  font-size: 24px;
  color: #333;
  text-decoration: none;
}
.top_card_social td a:hover {
  color: #ff4500;
}
#catering-banner ul li{
	color:white;
	text-align:left;
	line-height:20px;
	margin-bottom:8px;
	font-size:18px;
}
#catering-banner ul{
	margin-bottom:0;
}
.catering_lists{
	/* background-color:#4e2c0f;  */
	padding:10px 0;
	border-radius:15px;
	margin-left:1px;
	border: 2px double white;
	min-height:200px;
}
#catering-list-blocks h3{
	margin-bottom:10px;
}

.form-section-title {
  margin-top: 10px;
  font-weight: bold;
  text-align: left;
}

.checkbox-grid {
  display: grid;
  gap: 5px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.checkbox-grid label {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-align:left;
}
.checkbox-grid label input {
	margin-right:5px;
}
.meats-3-col {
  grid-template-columns: repeat(3, 1fr);
}

.sides-2-col,
.extras-2-col {
  grid-template-columns: repeat(2, 1fr);
}



.custom-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1080px; /* 360px * 3 images */
  margin: auto;
}

.carousel-track-wrapper {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  flex: 0 0 360px;
  padding: 5px;
  box-sizing: border-box;
}

.carousel-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 6px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,0.5);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 0 15px;
  z-index: 2;
  cursor: pointer;
}

.carousel-btn.left {
  left: 0;
}

.carousel-btn.right {
  right: 0;
}
#section-about img{
	width:100%;
	border-radius:10px;
}
.we_donate_text{
	color:white;
	font-size:24px;
	line-height:28px;
}
#ai-chat-form{
	padding: 5px 15px;
}
