  .designed-by {display: inline-flex; width: 100%;}
  .designed-by .between {
    display: inline-block;
}

.header-bar-icon svg { 
    fill: #000;
    width: 30px;
    height: 30px;
}
.home .for-header-clr h3{
	color: #000 !important;
}

.yellow{
  color: #DCDE16;
}
.wc-testimonials .pxl-testimonial-carousel1 .pxl-item--inner {
    background-color: #ec3d080f;
}
.red{
	color:#A42024;
}
.for-bottom-line{
    position: relative;
}

 

.for-bottom-line::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background:#DCDE16;
}

.for-bottom-line.red::after{
	background:#A42024;
}

/* Main icon box position */
.catering-step-sec {
    position: relative !important;
    overflow: visible !important;
}

/* Elementor container ko relative karo */
.catering-step-sec .elementor-widget-container {
    position: relative !important;
    overflow: visible !important;
}

/* Icon box wrapper ko relative nahi rakhna */
.catering-step-sec .elementor-icon-box-wrapper {
    position: static !important;
}

/* Step Number Design */
.catering-step-sec .step-num {
    position: absolute;
    top: -18px;
    left: 36px;
    width: 42px;
    height: 42px;
    background:#A42024 ;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    z-index: 99;
    box-shadow: 0 8px 18px rgba(227, 6, 19, 0.35);
}

/* Dashed border line between boxes */
.catering-step-sec::before {
    content: "";
    position: absolute;
    top: 88px;
    right: -64px;
    width: 64px;
    height: 0;
    border-top: 3px dashed #e30613;
    z-index: 0;
}

/* Last box line hide */
.catering-step-sec:last-child::before {
    display: none;
}

.wc-testimonials .pxl-item--icon .flaticon-quote{
	color:#A42024;
}	

.wc-testimonials .pxl-swiper-pagination-bullet{
	background-color:#A42024 !important;
}
.wc-testimonials .pxl-item--holder .pxl-item--title{
	color:#A42024 !important;
}

.services-text{
	height:75px;
}

.designed-by {
	display: flex;
	align-items: center;
	justify-content: end;
	font-size: 15px;
	flex-wrap: wrap
} 
.space-between {
	display: flex;
	gap: 5px;
	align-items: center;
	flex-wrap: wrap
} 
.space-between:first-child {
	padding-right: 5px
} 
.space-between a {
	display: flex;
	align-items: center
}
.custom-field-error {
  display: none;
  color: #A42024;
  font-size: 13px;
  line-height: 18px;
  margin-top: 6px;
  font-weight: 500;
}
.our-custom-box{
	height:185px;
}

.pxl-header-menu-scroll .searchform-wrap {
    display: none !important;
}
 
.header-white .other-page-color a span, .header-white .other-page-color .pxl-item--title{
    color: #fff !important;
}
.header-white .header-bar-icon svg{
	fill: #ffffff;
}
.header-white .current-menu-item a span{
	color:#DCDE16 !important;
}
.contact-form .elementor-field-group input,.contact-form .elementor-field-group select{
	height:50px;
}
.list-gap ul{
	gap:10px;
}
.all-form .elementor-field-type-radio .elementor-field-option{
	    display: flex;
    align-items: center;
    gap: 10px;
}
.all-form .elementor-field-type-radio  input{
	margin:0;
}
.mobile-mail .link-icon{
	margin-right: 10px;
}
.mobile-mail .link-icon i{
	color:#A42024;
}
#menu-mobile-header-menu .current_page_item a span{
	color:#A42024;
}
.pxl-scroll-top{
	display: flex;
    align-items: center;
    justify-content: center;
}
/* privacy policy page css start */


.wc-policy-page {
  background: #FBF7F4;
  padding: 60px 15px;
  color: #0E1419;    border-bottom: 1px solid #A42024;
}

.wc-policy-wrap {
  max-width: 1080px;
  margin: 0 auto;
}

.wc-policy-card {
  background: #ffffff;
  border: 1px solid rgba(153, 26, 36, 0.20);
  border-left: 3px solid #991A24;
  border-radius: 12px;
  padding: 28px 32px;
  margin-bottom: 22px;
  box-shadow: 0 8px 24px rgba(14, 20, 25, 0.06);
}

.wc-policy-card.highlight {
  border: 1px solid #991A24;
  border-left: 3px solid #991A24;
}

.wc-policy-card h1 {
  font-size: 38px;
  line-height: 1.2;
  color: #991A24;
  margin: 0 0 14px;
  font-weight: 800;
}

.wc-policy-card h2 {
  font-size: 26px;
  line-height: 1.3;
  color: #0E1419;
  margin: 0 0 18px;letter-spacing: 1px;
  font-weight: 800;
}

.wc-policy-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #263238;
  margin: 0 0 14px;
}

.wc-policy-card ul {
  margin: 14px 0 18px;
  padding-left: 18px;
}

.wc-policy-card li {
  font-size: 16px;
  line-height: 1.8;
  color: #263238;
  margin-bottom: 6px;
}

.wc-policy-card a {
  color: #991A24;
  text-decoration: none;
  font-weight: 700;
}

.wc-policy-card a:hover {
  text-decoration: underline;
}

.wc-policy-contact {
  background: #fbf7f4;
  border: 1px solid rgba(153, 26, 36, 0.22);
  border-radius: 10px;
  padding: 18px 20px;
  margin-top: 12px;
}

.wc-policy-contact p {
  margin-bottom: 8px;
}

.page-id-1282 .for-red-banner .btn{
	background-color:#DCDE16 !important;
	color:#000;
}
.page-id-1282 .for-red-banner .btn svg{
	fill:#000;
}

@media only screen and (max-width: 767px) {
  .wc-policy-page {
    padding: 40px 15px;
  }

  .wc-policy-card {
    padding: 24px 20px;
    border-radius: 10px;
  }

  .wc-policy-card h1 {
    font-size: 31px;
  }

  .wc-policy-card h2 {
    font-size: 23px;
  }

  .wc-policy-card p,
  .wc-policy-card li {
    font-size: 15px;
  }
}


/* privacy policy page css end */


/* sitemap page css start */

.page-template-sitemap .footer-elementor-inner .col-12{
	padding:0;
}

	.sitemaptem-main {
		background: #FBF7F4;
		padding: 60px 15px;
		border-bottom:1px solid #A42024;
	}
	#pxl-main{
		padding: 0;
	}

	.sitemaptem-sub .container {
		max-width:1320px;
		margin: 0 auto;
	}

	.sitemap-page-title {
		text-align: center;
		margin-bottom: 35px;
	}

	.sitemap-page-title h1 {
		font-size: 42px;
		line-height: 1.2;
		font-weight: 800;
		color: #0E1419;
		margin: 0 0 12px;
	}

	.sitemap-page-title p {
		font-size: 17px;
		line-height: 1.6;
		color: #555;
		margin: 0;
	}

	.sitemap-nav {
		margin-bottom: 35px;
		text-align: center;
	}

	.sitemap-nav .nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 12px;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.sitemap-nav .nav-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 12px 22px;
		border-radius: 0px;
		background: #ffffff;
		color: #0E1419;
		font-size: 15px;
		font-weight: 700;
		text-decoration: none;
		border: 1px solid rgba(14, 20, 25, 0.12);
		box-shadow: 0 8px 22px rgba(14, 20, 25, 0.06);
		transition: all 0.3s ease;
	}

	.sitemap-nav .nav-link:hover {
		background: #991A24;
		color: #ffffff;
		border-color: #991A24;
		transform: translateY(-2px);
	}

	.site-map {
		background: #ffffff;
		border-radius: 22px;
		padding: 34px;
		margin-bottom: 30px;
		border: 1px solid rgba(14, 20, 25, 0.08);
		box-shadow: 0 12px 35px rgba(14, 20, 25, 0.08);
	}

	.heading-title-sitemap {
		margin-bottom: 24px;
		padding-bottom: 14px;
		border-bottom: 1px solid rgba(14, 20, 25, 0.1);
	}

	.heading-title-sitemap h2 {
		font-size: 28px;
		line-height: 1.25;
		font-weight: 800;
		color: #0E1419;
		margin: 0;
		position: relative;
		padding-left: 18px;
		letter-spacing: 1px;
	}

	.heading-title-sitemap h2:before {
		content: "";
		position: absolute;
		left: 0;
		top: 6px;
		width: 5px;
		height: 26px;
		background: #991A24;
		border-radius: 20px;
	}

	.itemcols {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.itemcols li {
		margin: 0;
	}

	.itemcols li a {
		display: flex;
		align-items: center;
		min-height: 58px;
		padding: 15px 18px;
		background: #FBF7F4;
		border-radius: 14px;
		color: #0E1419;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.4;
		text-decoration: none;
		border: 1px solid rgba(14, 20, 25, 0.08);
		transition: all 0.3s ease;
	}

	.itemcols li a:before {
		content: "";
		width: 8px;
		height: 8px;
		min-width: 8px;
		background: #DEDE0D;
		border-radius: 50%;
		margin-right: 12px;
		border: 2px solid #991A24;
	}

	.itemcols li a:hover {
		background: #991A24;
		color: #ffffff;
		border-color: #991A24;
		transform: translateY(-2px);
		box-shadow: 0 10px 22px rgba(153, 26, 36, 0.22);
	}

	.itemcols li a:hover:before {
		background: #ffffff;
		border-color: #DEDE0D;
	}

	@media (max-width: 991px) {
		.sitemaptem-main {
			padding: 45px 0;
		}

		.sitemap-page-title h1 {
			font-size: 34px;
		}

		.site-map {
			padding: 28px;
		}

		.itemcols {
			grid-template-columns: repeat(2, 1fr);
		}
	}

	@media (max-width: 575px) {
		.sitemaptem-main {
			/* margin-top: 30px; */
			padding: 35px 0;
		}

		.sitemap-page-title h1 {
			font-size: 28px;
		}

		.sitemap-page-title p {
			font-size: 15px;
		}

		.sitemap-nav .nav-link {
			width: 100%;
			padding: 12px 18px;
		}

		.site-map {
			padding: 22px;
			border-radius: 18px;
		}

		.heading-title-sitemap h2 {
			font-size: 24px;
		}

		.itemcols {
			grid-template-columns: 1fr;
			gap: 12px;
		}

		.itemcols li a {
			font-size: 15px;
			min-height: 54px;
		}
	}


/* sitemap page css end */



/* .menu-main-menu-container a span.pxl-menu-item-text, .pxl-icon-box.pxl-icon-box1 h5.pxl-item--title.el-empty {
    color: #fff !important;
}
body.home .menu-main-menu-container a span.pxl-menu-item-text, body.home .pxl-icon-box.pxl-icon-box1 h5.pxl-item--title.el-empty {
    color: #a42024 !important;
} */

@media  (max-width: 991px){
.wc-testimonials .pxl-testimonial-carousel1 .pxl-item--inner{
	    height: 450px;
}
}







@media (max-width: 1365px){
	.loc-catering-box{
	    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-color: #A42024 #A42024;
    padding-bottom: 20px;
}

.loc-catering-box-item{
	min-width: 350px;
}
	.services-title{
	  height: 85px;
	}
}

/* Mobile / Tablet line hide */
@media (max-width: 1024px) {
    .catering-step-sec::before {
        display: none;
    }

    .catering-step-sec .step-num {
        top: 12px;
        left: 16px;
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
}
@media (max-width: 991px){
	.our-custom-box{
	height:175px;
}

}
@media (max-width: 767px){
	.designed-by{
		justify-content: center;
	}
	.services-title {
    height: 40px;
}
	 .services-text{
	  height: auto;
	}
		.our-custom-box{
	height:auto;        min-width: 220px !important;
}
	.mobile-scroll{
		display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-color: #A42024 #A42024;
    padding-bottom: 20px;
	}
	.mobile-width{
		min-width: 220px !important;
	}
	.mobile-width.big-list{
		min-width: 380px !important;
	}
	.mobile-width.small-list{
		min-width: 300px !important;
	}
}
@media (max-width: 575px){
	.mobile-container{
		width:100% !important;
	}
 
	.services-title {
    height: 60px;
}
	    .services-text {
        height: 110px;
    }
	.mobile-two-grid{
	--e-con-grid-template-columns: repeat(2, 1fr) !important;
	}
}