/*
Theme Name:   Avada Child
Theme URI:    https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226
Description:  Avada Child Theme
Author:       ThemeFusion
Author URI:   https://example.com
Template:     Avada
Version:      1.0.0
Text Domain:  avada-child
*/
/* Add your custom styles here if you prefer, or use the custom.css file */


/*SLICK RESET STYLE START */


ul.slick-dots {
    margin: 0;
}


ul.slick-dots li {
    background: #F89522;
    opacity: 0.5;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    transition: all .3s ease-in-out;
}

ul.slick-dots li.slick-active {
    background: #F89522;
    width: 35px;
    opacity: 1;
}

 ul.slick-dots button,
 .slick-dots li button:before{
  display: none !important;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    opacity: 1;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #f79822;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-prev:before { content: '\f104' !important; }
.slick-next:before { content: '\f105' !important; }

.slick-arrow {
    z-index: 99;
}

.slick-arrow.slick-prev {
    left: -20px;
}

.slick-arrow.slick-next {
    right: 0;
}


/*SLICK RESET STYLE END */




/* ===== Catering Cards ===== */
.catering-cards {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.catering-card {
	position: relative;
	flex: 1 1 0;
	min-width: 300px;
	min-height: 480px;
	border-radius: 16px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
	margin: 0 .5rem;
}

/* Dark gradient so text stays readable over the photo */
.catering-card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.15) 100%);
	z-index: 1;
}

.catering-card-content {
	position: relative;
	z-index: 2;
	padding: 32px 28px;
	color: #ffffff;
	width: 100%;
}

.catering-card-title {
	font-size: 30px !important;
	line-height: 1.15;
	font-weight: 700 !important;
	color: #ffffff !important;
	margin: 0 0 14px;
	z-index: 9;
	position: relative;
}

.catering-card-excerpt {
	font-size: 16px;
	line-height: 1.6;
	color: #e6e6e6;
	margin-bottom: 22px;
}

.catering-card-excerpt p {
	margin: 0;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.catering-card-link {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #e58a1f;
	text-decoration: none;
}

.catering-card-link:hover {
	color: #ffffff;
}

/* Stack on smaller screens */
@media (max-width: 900px) {
	.catering-cards {
		flex-direction: column;
	}

	.catering-card {
		min-height: 420px;
	}
}


#catering-cards-grid .slide-item {
  flex: 1;
}
#catering-cards-grid {
  grid-column-gap: 5px;
}

/*FAQS TOGGLE CSS START */



.faq-accordions .panel-title span.fusion-toggle-heading {
    color: #253d4e;
}

.faq-accordions .panel-heading .panel-title a {
    border: 1px solid #ddd;
    padding: 14px 20px !important;
    margin: 0 0 5px;
    border-radius: 8px;
    overflow: hidden !important;
}

.faq-accordions .panel-collapse {
    border: 1px solid #F89522;
    border-radius: 8px;
}

.faq-accordions .fusion-panel {
    margin: 0 0 10px;
}

.faq-accordions .fusion-panel .panel-body {
    padding: 10px 20px;
    color: #363535;
}

.faq-accordions .panel-heading .panel-title a.active {
  background-color: #F89522;
  color: red !important;
}

/*FAQS TOGGLE CSS END */


/*AVADA GLOBAL CSS START */

.icon-size .heading .image img {height: 80px;object-fit: contain;}

/*AVADA GLOBAL CSS END */


/* ===== Location Cards Grid ===== */
.location-cards {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 30px;
}

.location-card {
    flex: 0 1 31.5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	padding: 20px 28px;
	min-height: 180px;
	text-decoration: none;
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.location-card:hover {
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
	transform: translateY(-3px);
}

.location-card-icon {
	margin-bottom: 18px;
	line-height: 0;
}

.location-card-title {
	font-size: 22px !important;
	line-height: 1.3 1;
	font-weight: 500 !important;
	color: #253D4E !important;
	margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
	.location-card {
	    flex: 0 1 48.5%;
	}
}

@media (max-width: 560px) {
	.location-card {
		flex: 1 1 100%;
	}
}


/* ===== Blog Post Cards ===== */
.blog-cards {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.blog-card {
	flex: 1 1 0;
	min-width: 300px;
	text-align: center;
}

.blog-card-content {
    padding: 0 15px;
}
.blog-card-image {
	margin-bottom: 22px;
}

.blog-card-image img {
	width: 100%;
	height: 280px;
	display: block;
	object-fit: cover;
}

.blog-card-title {
	font-size: 24px !important;
	line-height: 1 !important;
	font-weight: 500 !important;
	color: #2d3a4a !important;
	margin: 0 0 18px;
}

.blog-card-title a {
	color: inherit;
	text-decoration: none;
}

.blog-card-title a:hover {
	color: #e58a1f;
}

.blog-card-excerpt {
	font-size: 16px;
	line-height: 1;
	color: #000;
	margin-bottom: 22px;
}

.blog-card-link {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #F89522;
	text-decoration: none;
	border-bottom: 1px double #F89522;
}

.blog-card-link:hover {
	color: #2d3a4a;
	border-bottom-color: #2d3a4a;
}

/* Stack on smaller screens */
@media (max-width: 900px) {
	.blog-cards {
		flex-direction: column;
	}
}

