.contact-us-grid span.elementor-icon-list-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #988831;
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.contact-us-grid span.elementor-icon-list-icon svg {
    margin: 0px !important;
    width: 24px;
    height: 24px;
}

.highlight-heading {
    font-size: 40px;
    background: #988831;
    border-radius: 10px;
    display: inline-block;
    padding: 12px;
}
/* BANNER SLIDER */
	@font-face {
	  font-family: 'denominary';
	  src: url('./denominary-bold.woff2') format('woff2');
	  font-weight: 700;
	  font-style: normal;
	}

/*     body {
      font-family: 'denominary';
      margin: 0;
      padding: 0;
    } */

    .hero-banner-section .swiper {
      width: 100%;
      height: 90vh;
      min-height: 760px;
    }

    .hero-banner-section .swiper-slide {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 35px;
      color: white;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .hero-banner-section .swiper-slide:before {
    	content: "";
    	background: #000000;
    	opacity: 24%;
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	top: 0;
    	left: 0;
    	z-index: -1;
    }

    .hero-banner-section .banner-heading {
	    font-family: 'denominary';
	    font-size: 83px;
	    text-transform: uppercase;
	    max-width: 450px;
	    text-align: center;
	    line-height: 0.9;
	}

	.hero-banner-section .banner-cta {
	    font-size: 24px;
	    color: #ffffff;
	    background: #988831;
	    border-radius: 15px;
	    text-decoration: none;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    padding: 15px 27px;
	}

    .hero-banner-section .swiper-nav-btn {
	    width: 65px;
	    height: 65px;
	    background: #988831;
	    border-radius: 50%;
	    display: inline-flex;
	    justify-content: center;
	    align-items: center;
	}

	.hero-banner-section .swiper-button-prev {
	    left: 45px;
	}

	.hero-banner-section .swiper-button-next {
	    right: 45px;
	}

	.hero-banner-section .swiper-button-prev:after, .hero-banner-section .swiper-button-next:after {
	    font-size: 25px;
	    color: #ffffff;
	}

	.hero-banner-section .swiper-pagination {
	    padding: 50px 15px;
	}

	.hero-banner-section .swiper-pagination .swiper-pagination-bullet {
	    width: 110px;
	    height: 2px;
	    background: #D9D9D9;
	    opacity: 46%;
	}

	.hero-banner-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	    background: #D9D9D9;
	    opacity: 100%;
	}

	.hero-banner-section .banner-stars {
	    position: absolute;
	    top: 33%;
	    left: 63%;
	    transform: translate(-50%, -50%);
	    z-index: -1;
	}

	@media(max-width: 1199px) {
		.hero-banner-section .swiper-button-prev {
		    left: 15px;
		}

		.hero-banner-section .swiper-button-next {
		    right: 15px;
		}

		.hero-banner-section .swiper-pagination .swiper-pagination-bullet {
		    width: 60px;
		}
	}

	@media(max-width: 991px) {

		.hero-banner-section .banner-heading {
    		font-size: 64px;
		}

		.hero-banner-section .banner-cta {
		    font-size: 20px;
		}

		.hero-banner-section .swiper-nav-btn {
		    width: 50px;
		    height: 50px;
		}
	}

	@media(max-width: 767px) {
		.hero-banner-section .banner-heading {
		    font-size: 48px;
		    max-width: 300px;
		}

		.hero-banner-section .banner-cta {
		    font-size: 16px;
		}

		.hero-banner-section .swiper-button-prev {
		    left: 5px;
		}

		.hero-banner-section .swiper-button-next {
		    right: 5px;
		}

		.hero-banner-section .swiper-pagination .swiper-pagination-bullet {
		    width: 30px;
		}
/* testimonial */
  	@font-face {
	  font-family: 'denominary';
	  src: url('./denominary-bold.woff2') format('woff2');
	  font-weight: 700;
	  font-style: normal;
	}

	@font-face {
	  font-family: 'gellix';
	  src: url('./gellix-medium.ttf') format('truetype');
	  font-weight: 500;
	  font-style: normal;
	}

	@font-face {
	  font-family: 'gellix';
	  src: url('./gellix-bold.ttf') format('truetype');
	  font-weight: 700;
	  font-style: normal;
	}

	@font-face {
	  font-family: 'creattion-demo';
	  src: url('./creattion-demo.otf') format('opentype');
	  font-weight: 400;
	  font-style: normal;
	}

    .testimonials-container {
    	position: relative;
    	max-width: 1440px;
    	padding: 0 30px;
    	margin: 0 auto;
    }

   	.testimonials {
   		position: relative;
	    background: #988831;
	    padding: 50px 0 70px;
	}

	.testimonials * {
		color: #ffffff;
	}

	.testimonials h2 {
	    font-size: 60px;
	    text-align: center;
	    text-transform: uppercase;
	    margin: 0 0 40px;
	}

    .testimonials .swiper-slide {
	    display: flex;
	    align-items: start;
	    gap: 30px;
	}

	.testimonials-image img {
	    border-radius: 20px;
	    object-fit: cover;
	    aspect-ratio: 9 / 10;
	}

    .testimonials-info h4 {
    	font-family: 'gellix';
    	font-size: 22px;
    	font-weight: 700;
    	margin: 10px 0 20px;
	}

	.testimonials-info p {
	    font-size: 16px;
	    font-family: 'gellix';
	    font-weight: 500;
	    font-style: italic;
	    line-height: 1.8;
	    margin: 0 0 10px;
	}

	.testimonials-sign {
	    font-family: 'creattion-demo';
	    font-size: 48px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    gap:  10px;
	}

	.testimonials-sign span {
	    opacity: 0.4;
	}

	.swiper.testimonials-slider {
	    position: static;
	}

	.swiper.testimonials-slider .swiper-nav-btn {
	    top: 30px;
	    width: 65px;
	    height: 65px;
	    background: #361922;
	    border-radius: 50%;
	    right: 30px;
	    left: unset;
	}

	.swiper.testimonials-slider .swiper-nav-btn.swiper-button-prev {
	    right: 110px;
	}

	.swiper.testimonials-slider .swiper-button-next:after,
	.swiper.testimonials-slider .swiper-button-prev:after {
	    font-size: 25px;
	}


}

	@media(max-width: 1200px) {
		.testimonials-container {
		    max-width: 1200px;
		}
	}

	@media(max-width: 991px) {
	}

	@media(max-width: 767px) {
		.testimonials .swiper-slide {
		    flex-direction: column;
		}

		.testimonials-image {
		    width: 100%;
		}

		.testimonials-image img {
		    width: 100%;
		    height: auto;
		}

		.testimonials h2 {
		    font-size: 36px;
		    margin: 0 0 80px;
		}

		.swiper.testimonials-slider .swiper-nav-btn {
		    width: 50px;
		    height: 50px;
		    top: 80px;
		}

		.swiper.testimonials-slider .swiper-button-next:after, .swiper.testimonials-slider .swiper-button-prev:after {
		    font-size: 18px;
		}

		.swiper.testimonials-slider .swiper-nav-btn.swiper-button-prev {
		    right: 90px;
		}



/* ____________________________ */

.press-post-grid .eael-grid-post .eael-entry-wrapper {
    padding: 15px 0 0;
}
		
.tnp.tnp-subscription form {
    display: flex;
    border: 1px solid #ffffff;
    border-radius: 15px;
}
		
.tnp.tnp-subscription form>* {
    width: 100%;
}
}

/*popup design*/
/* Overlay to cover the entire page */


/* _________________________Customizer css start___________________________ */


/* Outer wrapper hides overflow */
.shipping-marquee-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}

/* Container holding two tracks */
.shipping-marquee {
	display: flex;
	width: max-content;
	animation: scroll-left 30s linear infinite;
}

/* Duplicated tracks for seamless loop */
.marquee-track {
	display: flex;
}

/* Individual text items */
.marquee-item {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	color: #361922;
	font-weight: bold;
	font-size: 16px;
	margin-right: 40px;
	text-transform: uppercase;
}

.marquee-icon {
	margin: 0 20px;
}

/* Continuous loop animation */
@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
