:root {
    --color-theme-1: #EF3D24;
    --color-theme-2: #1671BA;
    --color-theme-3: #243575;
    --color-theme-4: #fff;
    --color-theme-5: #fff;
    --color-theme-6: #fff;
}
.ers-banner-carousel-2{
    margin-top: -1.5rem;
}
.ers-banner-carousel-2 {
  width: 100%;
  margin-bottom: 20px;
}
.ers-banner-carousel-2 .swiper-slide-content {
  width: 100%;
}
.ers-banner-carousel-2 .swiper-button-next,
.ers-banner-carousel-2 .swiper-button-prev {
  color: #222;
}
.ers-banner-carousel-2 .slide-image-wrapper {
  width: 100%;
}
.ers-banner-carousel-2 .slide-image {
  width: 100%;
  height: auto;
}
.ers-banner-carousel-2 .swiper-button-next,
.ers-banner-carousel-2 .swiper-button-prev {
  color: #fff;
}
.ers-banner-carousel-2 .swiper-button-next:after,
.ers-banner-carousel-2 .swiper-button-prev:after {
  font-size: 24px;
}
.ers-banner-carousel-2 .swiper-button-prev {
  left: 0;
}
.ers-banner-carousel-2 .swiper-button-next {
  right: 0;
} 
.ers-banner-carousel-2 .swiper-wrapper {
  flex-direction: unset;
  flex-wrap: unset;
}
.ers-banner-carousel-2 .swiper-slide {
  width: 50%;
}
body[class*="ers"] .ers-banner-carousel-2 .swiper-slide {
  width: unset;
}
@media only screen and (min-width: 400px) {
  .ers-banner-carousel-2 .banner-2-swiper {
    min-height: 165px;
  }
}
@media only screen and (min-width: 500px) {
  .ers-banner-carousel-2 .banner-2-swiper {
    min-height: 205px;
  }
}
@media only screen and (min-width: 600px) {
  .ers-banner-carousel-2 .banner-2-swiper {
    min-height: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .ers-banner-carousel-2 .banner-2-swiper {
    min-height: 315px;
  }
}
@media only screen and (min-width: 992px) {
  .ers-banner-carousel-2 .banner-2-swiper {
    min-height: 205px;
  }
  .ers-banner-carousel-2 .swiper-button-next:after,
  .ers-banner-carousel-2 .swiper-button-prev:after {
    font-size: 44px;
  }
  .ers-banner-carousel-2 .swiper-button-prev {
    left: 10px;
  }
  .ers-banner-carousel-2 .swiper-button-next {
    right: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .ers-banner-carousel-2 .banner-2-swiper {
    min-height: 250px;
  }
}
@media only screen and (min-width: 1500px) {
  .ers-banner-carousel-2 .banner-2-swiper {
    min-height: 300px;
  }
}
#content.site-content {
    padding: 0rem !important;
}
body {
    overflow-x: hidden;
}
svg.cart-icon.link-style {
    height: 30px;
    transition: 0.25s;
    filter: brightness(100%);
    fill: #fff;
}
.ers-premium-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: grey;
    background-color: var(--color-theme-3);
}
.ers-premium-footer .footer-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0 0;
    padding: 10px 0;
    border-top: solid 1px var(--color-theme-6);
    border-bottom: solid 1px var(--color-theme-6);
}
.ers-premium-footer .footer-nav > .footer-nav-item {
    list-style-type: none;
    margin: 5px 8px;
}
.ers-premium-footer .footer-nav > .footer-nav-item > a.link-style {
    color: var(--color-theme-6);
}
.ers-premium-footer .dropdown-menu {
    top: unset;
    left: unset;
}
.ers-premium-footer .footer-logo-wrapper {
    height: 125px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.ers-premium-footer .footer-logo {
    max-height: 100%;
    max-width: 100%;
}
.ers-premium-footer .social-icons-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 75%;
    margin: 40px auto;
}
.ers-premium-footer .social-icons-container > a {
    transition: 0.25s;
    padding: 10px;
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    border-radius: 33px;
    display: flex;
    border: solid 2px var(--color-theme-6);
}
.ers-premium-footer .social-icons-container > a:hover {
    filter: brightness(90%);
}
.ers-premium-footer .social-icons-container > a > svg,
.ers-premium-footer .social-icons-container > a > svg > path,
.ers-premium-footer .social-icons-container > a > svg > g > path {
    fill: var(--color-theme-6);
}
.ers-premium-footer .footer-phone {
    font-size: 32px;
    margin: 40px 0;
    display: flex;
    justify-content: center;
    color: var(--color-theme-6);
}
/* Fix dropdown */
.footer-nav {
    position: relative;
}

.footer-nav .footer-nav-item {
    position: relative;
}

.footer-nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #2f3a7a;
    padding: 10px;
    list-style: none;
    min-width: 180px;
}

.footer-nav .footer-nav-item:hover .dropdown-menu {
    display: block;
}

.footer-nav .dropdown-menu li {
    margin: 5px 0;
}

.footer-nav .dropdown-menu a {
    color: #fff;
}
.ers-premium-footer .footer-nav {
    margin-top: 30px;
    margin-bottom: 30px;
}
.row.cp {
    padding: 20px !important;
    background: #000 !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 30px !important;
}

.row.cp a {
    color: #fff;
}
.product-slider-box {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}

.slider-header {
    background: #EF3D24;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-header h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.see-all {
    background: #fff;
    color: #222;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    margin-left: 20px;
    white-space: nowrap;
    font-weight: 500;
}
.button-style {
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px #707070;
    filter: brightness(100%);
    transition: 0.25s;
}
.product-card {
    text-align: center;
}

.product-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.product-card p {
    font-size: 14px;
    margin-top: 8px;
}
.productSwiper .swiper-button-next,
.productSwiper .swiper-button-prev {
    height: 100px;
    width: 30px;
    background-color: #243575;
    color: #fff;
    border-radius: 5px 0 0 5px;
}
.productSwiper .swiper-button-next {
    right: 0;
}
.productSwiper .swiper-button-prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}
.productSwiper .swiper-button-next::after, .productSwiper .swiper-button-prev::after {
    font-size: 24px;
    font-weight: 600;
}
.productSwiper .product-card p {
    overflow: hidden;
    height: 50px;
    padding: 0 20px;
    max-width: 225px;
    text-align: center;
    font-size: 16px;
    margin: 0 0 15px 0;
    color: #222;
    font-weight: 500;
}
.product-slider-box {
    margin: 15px !important;
    border-radius: 5px;
    border: solid 2px #eee;
    padding-bottom: 30px;
}
.productSwiper .product-card .item-image-wrapper {
    padding: 10px;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productSwiper   a.product-card-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #222;
    border-radius: 5px;
    background-color: #fff;
}
.productSwiper a.product-card-link .product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #222;
    border-radius: 5px;
    background-color: #fff;
}
.header-top,
.header-logo,
.navbar-brand {
    transition: all 0.5s ease;
}
.header-logo .navbar-brand a {
    transition: all 0.5s ease !important;
}
.header-logo .navbar-brand.active a {
    height: 50px;
    transition: all 0.5s ease;
}
@media only screen and (max-width: 991px) {
.site-header .container .header-top .header-logo .navbar-brand {
    margin: 0;
}
.site-header .container .header-top {width: auto;justify-content: center;position: relative;}
.site-header .container .header-top .header-search-phone-cont .header-phone {
    padding: 0;
}
.site-header .container .header-top .header-search-phone-cont .header-phone a{
	font-size: 0;
}
.site-header .container .header-top .header-search-phone-cont {
    padding-right: 0;
	width: 100%;
        justify-content: flex-start;
        max-width: calc(100% - 40px);
        margin-left: auto;
}
.header-search-phone-cont .header-search form.woocommerce-product-search {
	margin-right: 0 !important;
}
.site-header .container .header-bottom .header-actions {
    display: none;
}
.site-header .container .header-top {
    position: relative !important;
	padding: 0;
}
.site-header .header-bottom {
    margin-top: calc(20px + 0px) !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: none;
    cursor: pointer;
    height: 36px;
    width: 36px;
}
.navbar-light .navbar-toggler-icon svg.hamburger-icon {
    fill: #fff;
}
.site-header .header-bottom {
    padding: 0;
}
.ps-slider {
    display: block !important;
}
}
.header-actions a.cart-icon {
    display: none;
}
.ers-banner-carousel-2 {
    margin-bottom: 0;
}
.banner-2-swiper {
    height: auto;
}
section.faq-sec .faq-items .wp-block-accordion-item{
    border-radius: 5px;
}
section.faq-sec .faq-items .wp-block-accordion-item h5.wp-block-accordion-heading span.wp-block-accordion-heading__toggle-title {
    font-size: 18px;
    transition: transform 0.3s ease;
    text-decoration: none;
}
section.faq-sec .faq-items .wp-block-accordion-item h5.wp-block-accordion-heading {
    margin-bottom: 0;
    margin-top: 0;
    padding: 1px 30px;
    border-radius: 5px;
}
section.faq-sec .faq-items .wp-block-accordion-item h5.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
    width: auto;
    height: fit-content;
    font-size: 25px;
}
section.faq-sec .faq-items .wp-block-accordion-item {background: #434ea9;margin-bottom: 20px;}

section.faq-sec .faq-items .wp-block-accordion-item h5.wp-block-accordion-heading:hover span.wp-block-accordion-heading__toggle-title {
    transition: transform 0.3s ease;
    transform: translateX(8px);
}

section.faq-sec .faq-items .wp-block-accordion-item div.wp-block-accordion-panel{
    padding: 10px 30px;
    transition: 0.4s all !important;
}

section.faq-sec .faq-items .wp-block-accordion-item div.wp-block-accordion-panel p {
    margin-bottom: 0;
}

section.faq-sec .faq-items .wp-block-accordion-item.is-open h5.wp-block-accordion-heading {
    background-color: #0000 !important;
    transition: 0.3s all !important;
}
section.faq-sec .faq-items .wp-block-accordion-item h5.wp-block-accordion-heading {
    transition: 0.3s all;
    background-color: #2d3471;
}
.faq-sec h2.wp-block-heading {
    font-size: 2.8rem;
    font-family: "Passion One", sans-serif;
    line-height: 1.1;
    padding-bottom: 0;
    margin-bottom: 18px;
}
.service-area-section {
    padding: 80px 0;
}

.service-area-grid {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.service-area-title {
    color: #ef3d24 !important;
    font-size: 2.8rem;
    line-height: 1.1;
    font-weight: 500;
    margin-top: 20px;
    padding-bottom: 0;
    margin-bottom: 15px;
	padding-right: 30px;
}

.service-area-links {
    width: 100%;
}

.service-area-list {
    column-count: 3;
    column-gap: 40px;
    list-style: none;
    padding: 5px 20px 0px 0px;
    width: 100%;
    list-style-position: outside;
}

.service-area-list li {
    display: block;
    width: 100%;

    margin-bottom: 10px;

    break-inside: avoid;
    page-break-inside: avoid;
}

.service-area-list li a {
    display: inline-block;
    color: #5673d8;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    transition: .3s ease;
    
}

.service-area-list li a:hover {
    color: #d84d2a;
}
.service-area-content {
    font-size: 16px;
    line-height: 1.3;
}

.service-area-right iframe {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

@media(max-width:991px){

    .service-area-grid{
        gap: 20px;
		flex-wrap: wrap;
    }
	
	.service-area-grid .service-area-left,
	.service-area-grid .service-area-right{
		flex: 0 0 auto !important;
		width: 100% !important;
		max-width: 100% !important;
	}

    .service-area-links{
        column-count:2;
    }

    .service-area-title{
        font-size:42px;
    }
}

@media(max-width:767px){

    .service-area-links{
        column-count:1;
    }

    .service-area-title{
        font-size:34px;
    }
	
}
.service-area-grid .service-area-left {flex: 0 0 50%;max-width: 50%;width: 50%;}

.service-area-grid .service-area-right {
    flex: 0 0 50%;
    max-width: 47%;
    width: 50%;
}

.service-area-section .container {
    padding: 0 15px;
    max-width: 1170px;
}

.service-area-grid .service-area-left .service-area-links {
    margin-bottom: 0;
}

.service-area-list {
    margin: 0;
}
.quote-popup{
    position:fixed;
    inset:0;
    z-index:9999;
    display:none;
}

.quote-popup.active{
    display:block;
}

.quote-popup-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.6);
}

.quote-popup-inner{
    position:relative;
    width:90%;
    max-width:600px;
    background:#fff;
    margin:60px auto;
    padding:40px;
    border-radius:10px;
    z-index:2;
    max-height:90vh;
    overflow:auto;
}

.quote-popup-close{
    position:absolute;
    top:15px;
    right:20px;
    background:none;
    border:none;
    font-size:32px;
}

.form-group{
    margin-bottom:20px;
}

.form-group input,
.form-group textarea{
    width:100%;
    padding:12px;
}

.submit-quote-btn{
    background:#243575;
    color:#fff;
    padding:14px 25px;
    border:none;
    border-radius:6px;
}
.quote-success-message{

    display:none;

    margin-top:20px;
    padding:18px 20px;

    background:#e8f7ea;
    border:1px solid #4CAF50;

    color:#1f6f2b;

    font-size:16px;
    font-weight:600;

    border-radius:8px;

    text-align:center;

    box-shadow:0 4px 12px rgba(0,0,0,.08);

}



/* ================================
	PRODUCT CATALOG CSS START HERE
=================================== */
#tw-product-catalog{
    display:flex;
    gap: 50px;
    padding: 15px;
}

#tw-product-catalog .tw-sidebar{
    max-width: 300px;
    width: 100%;
    height: fit-content;
    color: #FFF;
    background-color: #243575;
    padding: 30px;
    box-shadow: 0 0 5px #707070;
    border-radius: 5px;
}
#tw-product-catalog .tw-sidebar h3 {
    font-family: 'Passion One', Verdana, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    margin: 0 0 15px;
}
#tw-product-catalog .tw-sidebar label{
    display:block;
    font-size: 16px;
    margin: 5px 0;
    cursor: pointer;
    position: relative;
}
#tw-product-catalog .tw-sidebar label input {
    display: none;
}
#tw-product-catalog .tw-sidebar label:has(input:checked) {
    color: #1671BA;
    font-weight: 700;
}

#tw-product-catalog .tw-products-area{
    flex:1;
}

#tw-product-catalog .tw-toolbar{
    display:flex;
    gap:10px;
    margin-bottom:20px;
	padding-right: 15px;
}

#tw-product-catalog .tw-toolbar button{
    cursor:pointer;
}

#tw-product-catalog .tw-products-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap: 30px;
    padding-right: 15px;
}

#tw-product-catalog .tw-products-list .tw-product{
    display:flex;
    gap: 20px;
    align-items: center;
    border-width: 2px 2px 0px;
    border-style: solid;
    border-color: #EEEEEE;
    padding: 5px;
}
#tw-product-catalog .tw-products-list .tw-thumb img {
    height: 70px;
    width: 80px;
    object-fit: contain;
    margin: 0 35px;
}
#tw-product-catalog .tw-products-list .tw-btn {
    display: none;
}
#tw-product-catalog .tw-products-grid .tw-product{
    border:2px solid #EEEEEE;
    padding:15px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
	transition: 0.3s all ease;
    border-radius: 5px;
}
#tw-product-catalog .tw-products-list .tw-product{
	transition: 0.3s all ease;
    background-color: #FFF;
}
#tw-product-catalog .tw-products-list .tw-product:hover,
#tw-product-catalog .tw-products-grid .tw-product:hover{
    text-decoration: none;
    filter: brightness(90%);
}
#tw-product-catalog .tw-products-list .tw-product:nth-last-of-type(1) {
    border-bottom-width: 2px;
}
#tw-product-catalog .tw-thumb img{
    width:100%;
    display: block;
    height: 180px;
    object-fit: contain;
}

#tw-product-catalog .tw-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#tw-product-catalog .tw-content h4{
    margin:15px 0 10px;
}
#tw-product-catalog .tw-products-grid .tw-product .tw-content h4,
#tw-product-catalog .tw-products-list .tw-product .tw-content h4{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik', Verdana, sans-serif;
    line-height: 1.5;
}
#tw-product-catalog  .tw-products-list {
    padding-right: 15px;
}
#tw-product-catalog .tw-products-grid .tw-product .tw-content h4 a{
    color: #222222;
}

#tw-product-catalog .tw-price{
	display: none;
    margin-bottom:15px;
    font-weight:600;
}

#tw-product-catalog .tw-btn{
    display:inline-block;
    width: fit-content;
    font-size: 15px;
    padding: 4px 15px;
    background-color: #1671BA;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 0 5px #707070;
    margin-top: auto;
}

#tw-product-catalog .tw-pagination{
    margin-top:30px;
    display:flex;
    gap:8px;
    flex-wrap:wrap;
}

#tw-product-catalog .tw-page{
    cursor:pointer;
}

#tw-product-catalog .tw-view {
    font-size: 14px;
    border: 1px solid #222222;
    border-radius: 5px;
    padding: 2px 10px;
    transition: .2s all ease;
    opacity: 0.5;
}
#tw-product-catalog .tw-view[data-view="grid"] {
    margin-left: auto;
}
#tw-product-catalog .tw-view:hover {
    opacity: 1;
}
#tw-product-catalog .tw-view.active{
    background:#222222;
    color:#fff;
	opacity: 1;
}
#tw-product-catalog .tw-toolbar button#tw-reset {
    padding: 0;
    outline: none;
    border: none;
    background-color: transparent;
    font-size: 15px;
}
#tw-product-catalog .tw-toolbar button#tw-reset:hover{
    text-decoration: underline;
}
#tw-product-catalog .tw-pagination{
    margin-top:40px;
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
	justify-content: center;
}
#tw-product-catalog .tw-page{
    min-width:40px;
    height:40px;
    border:1px solid #ddd;
    background:#fff;
    cursor:pointer;
    transition:.2s;
}
#tw-product-catalog .tw-page:hover{
    background:#f5f5f5;
}
#tw-product-catalog .tw-active-page{
    background:#000;
    color:#fff;
    border-color:#000;
}
#tw-product-catalog .tw-arrow{
    font-weight:bold;
}
#tw-product-catalog .tw-dots{
    padding:0 5px;
}
#tw-product-catalog button.tw-sidebar-toggle-btn {
    display: none;
	width: fit-content;
    margin: 0 auto 25px;
    color: #FFFFFF;
    background-color: #1671BA;
    padding: 10px 20px;
    border-radius: 5px;
    filter: brightness(100%);
    box-shadow: 0 0 5px #707070;
    transition: 0.25s;
    border: none;
    outline: none;
}
#tw-product-catalog button.tw-sidebar-toggle-btn.toggle-active{
    margin: 0 auto 0;
}


@media (max-width: 1524px){
    #tw-product-catalog .tw-products-grid{
        grid-template-columns: repeat(4, 1fr)
    }
}
@media (max-width: 1274px){
    #tw-product-catalog .tw-products-grid{
        grid-template-columns: repeat(3, 1fr)
    }
}
@media (max-width: 739px){
    #tw-product-catalog .tw-products-grid{
        grid-template-columns: repeat(2, 1fr)
    }
}
@media (max-width: 499px){
    #tw-product-catalog .tw-products-grid{
        grid-template-columns: repeat(1, 1fr)
    }
}

@media(max-width:991px){

    #tw-product-catalog{
        flex-direction:column;
        gap: 25px;
    }
	
	#tw-product-catalog button.tw-sidebar-toggle-btn {
		display: block;
	}
	
	#tw-product-catalog .tw-toolbar,
	#tw-product-catalog .tw-products-grid,
	#tw-product-catalog .tw-products-list{
		padding-right: 0;
	}
	
	section.wp-block-group.filter-by-section {
		padding: 0 18px;
	}
	#tw-product-catalog .tw-products-list .tw-thumb img {
		margin: 0;
	}
    #tw-product-catalog .tw-sidebar{
		display: none;
        width:100%;
        max-width: 100%;
        padding: 30px 55px;
    }
	
	#tw-product-catalog .tw-sidebar.active {
		display: block;
	}
	
	#tw-product-catalog{
		padding: 0;
	}

}

/* ================================
	PRODUCT CATALOG CSS END HERE
=================================== */


.pp-hero-sec {
    padding: 24px 30px 0;
}
.pp-hero-sec .pp-hero-title {
    font-weight: 700;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.pp-hero-sec .pp-hero-redtxt {
    font-weight: 300;
}
.pp-hero-sec .pp-hero-redtxt strong {
    font-weight: 600;
}
.pp-hero-sec .pp-hero-cta a{
    font-weight: 300;
    color: #337ab7;
}

.party-packages-cards-sec {
    position: relative;
    padding: 30px;
}
.party-packages-cards-sec > .wp-block-group__inner-container {
    max-width: 1200px;
    margin: 0 auto;
}
.party-packages-cards-sec .party-packages-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap !important;
    gap: 30px;
}
.party-packages-cards-sec .party-packages-cards .party-packages-card {
    width: auto;
    flex: 0 0 23%;
}
.party-packages-cards-sec .party-packages-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap !important;
    gap: 30px;
}
.party-packages-cards-sec .party-packages-cards .party-packages-card {
    width: auto;
    flex: 0 0 275px;
    background-color: #FFFFFF !important;
    padding: 15px;
    border-radius: 24px;
    border: 1px solid rgba(36, 53, 117, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: 0.35s ease;
}
.party-packages-cards-sec .party-packages-cards .party-packages-card:hover{
	filter: brightness(95%);
	transform: translateY(-12px);
}
.party-packages-cards-sec .party-packages-cards .party-packages-card .party-packages-card-imgs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap !important;
    border: 1px solid #ededed;
    border-radius: 15px;
    min-height: 215px;
    gap: 10px !important;
    padding: 10px 15px;
}
.party-packages-cards-sec .party-packages-cards .party-packages-card .party-packages-card-imgs figure.wp-block-image {
    width: auto;
    margin-bottom: 0;
}
.party-packages-cards-sec .party-packages-cards .party-packages-card:nth-of-type(4) .party-packages-card-imgs figure.wp-block-image{
    width: 30% !important;
}
.party-packages-cards-sec .party-packages-cards .party-packages-card .party-packages-card-imgs figure.wp-block-image img {
    width: auto !important;
    height: 70px !important;
}
.party-packages-cards-sec .party-packages-cards .party-packages-card .party-packages-card-titile {
    font-size: 19px;
    font-weight: 700;
    color: #243575;
    margin-top: 0;
    font-family: 'Rubik', Verdana, sans-serif;
}
.party-packages-cards-sec .party-packages-cards .party-packages-card .party-packages-card-price {
    margin-top: auto;
}
.party-packages-cards-sec .party-packages-cards .party-packages-card .party-packages-card-price strong {
    color: #FF0000;
}


.category-content {
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #565656;
    padding-top: 60px;
}
.category-content h2 {
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
    font-size: 2.8rem;
    font-family: 'Lane',sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    color: #ef3d24;
}
.category-content ul {
    padding-left: 1.2em;
}
.category-sa-shortcode .service-area-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.category-sa-shortcode .service-area-section .service-area-content {
    margin-top: 15px;
}
.explore-cat-sec {
    padding-top: 30px;
}
.explore-cat-sec h2 {
    font-size: 36px;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
    font-family: 'Rubik', Verdana, sans-serif;
    color: #ef3d24;
}
.explore-cat-sec  ul.ecs-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    max-width: 1040px;
    margin: 0 auto;
    gap: 10px 30px;
}
.explore-cat-sec ul.ecs-list li{
    display: -webkit-box;
    font-size: 20px;
    margin: 0 0;
    line-height: 25px;
    list-style: none;
}
.explore-cat-sec ul.ecs-list li a{
    color: #000000
}
.explore-cat-sec ul.ecs-list li::before {
    display: block;
    content: "" !important;
    margin-right: 14px;
    content: "" !important;
    font-size: 20px;
    width: 18px !important;
    height: 18px !important;
    background: url(https://files.trippinweb.com/wp/steven-wp/wp-content/uploads/2026/05/Arrow-icon.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    margin-top: 4px;
}
.pbpb-category-box {
    padding: 15px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin-bottom: 30px;
}
.pbpb-category-box h2.pbpb-category-heading {
    text-align: center;
    font-size: 2.4rem;
}
.pbpb-category-hero .pbpb-page-title {
    display: none;
}
.pbpb-category-hero .pbpb-cat-heading {
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 0;
    transform: translateY(-25px);
    font-family: 'Lane',sans-serif;
    color: #565656;
}
.pbpb-category-box button.button_back,
button.button_back.pdp-back-btn{
    padding: 5px 16px;
    border: none;
	outline: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    background-color: #1671BA;
    color: #FFFFFF;
    box-shadow: 0 0 5px #707070;
    transition: 0.2s all ease-in;
    cursor: pointer;
    position: relative;
    float: left;
}
.pbpb-category-box button.button_back:hover {
    background-color: #000000;
}
button.button_back.pdp-back-btn {
    height: fit-content;
    position: absolute;
    top: -43px;
    left: 0;
}
.explore-cat-sec ul.ecs-list li:nth-of-type(3) {
    order: 9;
}
.pbpb-category-products ul.products li.product  span.price {
    display: none;
}
@media (max-width: 767px){
	.pp-hero-sec,
	.party-packages-cards-sec{
		padding-right: 5px;
		padding-left: 5px;
	}
	
	body.archive.tax-product_cat #main {
		padding: 0;
	}
	body.archive.tax-product_cat #main > .container {
		padding: 30px 00;
	}
	.pbpb-category-box button.button_back {
		font-size: 13px;
	}
	.pbpb-category-box h2.pbpb-category-heading {
		margin-top: 50px;
	}
	.explore-cat-sec h2,
	.category-content h2 {
		font-size: 29px;
	}
	.category-sa-shortcode .service-area-section .container {
		padding: 0;
	}
	.explore-cat-sec ul.ecs-list {
		padding-left: 0;
	}
	.explore-cat-sec ul.ecs-list li {
		font-size: 16px;
	}
}