.section_main_head span.section-tagline {
  color: black;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-bottom: 16px;
  position: relative;
}
.section_main_head h3, .section_main_head h2 {
  color: #000000;
  font-weight: 700;
  font-size: 32px;
}
/*-------------- Main Banner  ---------------*/

.tagline-box {
  border-width: 1px, 0px, 1px, 0px;
  background-color: #EEF0FE;
  padding: 3px;
  display: inline-block;
  position: relative;
}
.tagline-box-outer {
  position: relative;
  display: inline-block;
  padding: 1px;
}
#main-banner {
  overflow: hidden;
  padding: 0;
  border-bottom-left-radius: 33px;
  border-bottom-right-radius: 33px;
  background-color: #EEF0FE;
  border-radius: 20px;
  max-width: 97%;
  margin: 0 auto;
  padding: 32px 0;
}
.tagline-box-outer:before {
    content: '';
    /* border-style: solid; */
    background: linear-gradient(67.3deg, rgba(91, 202, 228, 0) 15.77%, #5BCAE4 33.07%, #5575FE 68.75%, rgba(85, 117, 254, 0) 84.23%);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}
span.banner-tagline {
    background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 17px;
    background-color: white;
    padding: 6px 34px;
}
.owl-carousel .owl-item .thumb-item-image {
  background-color: white;
  width: 40px !important;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}
#categoryThumbs .owl-item {
  width: 100% !important;
  display: block !important;
}
.catgeor-item-box {
    position: relative;
}
.discount-block {
    background-color: white;
    padding: 19px;
    box-shadow: 0px 0px 1px 0px #00000040;
    margin-bottom: 33px;
    position: relative;
}
.discount-block:before {
    content: '';
    background-color: white;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: -11px;
    top: 56px;
    transform: rotate(45deg);
}

span.discount-tagline {
    color: #1F275D;
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin: 2px 0;
}
#main-banner span.discount-number {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(225.47deg, rgb(91, 202, 228) 15.37%, rgb(85, 117, 254) 85.06%) text;
    font-size: 50px;
    font-weight: 800;
}
a.gradient-button {
    background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
    padding: 16px 27px;
    border-radius: 33px;
    color: white;
    font-weight: 600;
    display: inline-block;
}
a.gradient-button:hover{
  background: var(--ternary-color);
  color: white;
}
.catgeor-item-box svg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.thumb-item span {
    color: #1F275D;
    font-weight: 600;
}
.thumb-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.thumb-item:hover .thumb-item-image{
  background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
}
#main-banner  h1 {
  color: #1F275D;
  font-weight: 800;
  font-size: 60px;
  margin: 19px 0 10px 0;
}
span.rating-customer {
  background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
  width: 80px;
  height: 60px;
  display: inline-block;
  border-radius: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 500;
  font-size: 18px;
  margin-left: -20px;
  border: 2px solid #FDFAF6;
  position: relative;
}
#main-banner span.rating-title {
  color: #1F275D;
  font-weight: 700;
  font-size: 18px;
}
#main-banner span.bottom-text {
  background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 17px;
    margin-top: 5em;
}
#main-banner span.rating-text {
    color: #1F275D;
}
#main-banner .customer-rating-image {
    display: flex;
    align-items: center;
    gap: 10px;
}
#main-banner > img {
  width: 100%;
}
.main_banner-head-block img {
  position: relative;
}
#main-banner span.main-heading2 {
    display: inline-block;
    background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#main-banner p.section-text {
  color: black;
  font-size: 18px;
  line-height: 29px;
  margin: 23px 0;
  font-weight: 400;
}
#main-banner a.theme_button.theme_button3 {
  background-color: var(--primary-color);
  color: white;
}
#main-banner a.theme_button.theme_button2 {
  margin-left: 22px;
}
/*----------------All Categories ----------------*/
.cat_img.media {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 10px;
  border-radius: 10px;
  align-items: center;
  border: 1px solid rgba(232, 232, 232, 1);
  background-color: white;
}
#all-category {
  padding: 0px 0;
}
#all-category .owl-carousel .owl-item img {
    height: 57px !important;
    width: 80px !important;
}
#all-category .owl-carousel .owl-stage-outer {
    padding: 20px 0;
}
.cat_block  a {
  color: black;
}
.categories-bar button {
  background-color: transparent;
  border: none;
  color: white;
  padding: 0;
}
#product-categories .owl-nav {
    margin-top: 10px;
    display: inline-block;
    margin-top: 0;
}
/*-------------- Product Tab ---------------*/
#product-tab .product-grid-add-to-cart .add_to_cart_button:after {
  display: none;
}
#product-tab .section_main_head h3 {
    margin-bottom: 0;
}
#product-tab .nav-tabs {
  border-bottom: none;
  justify-content: center;
  margin-bottom: 27px;
}
#product-tab .nav-tabs .nav-link {
    /* background-color: #EAEEF4; */
    border: none;
    margin: 0 6px;
    border-radius: 10px;
    color: #1F275D;
    font-weight: 400;
    padding: 7px 12px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
}
.product-content {
    padding: 16px 17px;
    text-align: center;
}
#product-tab .product-grid-add-to-cart .add_to_cart_button:before{
  display: none;
}
#product-tab .nav-tabs .nav-link.active, #product-tab .nav-tabs .nav-link:hover {
    background-color: var(--primary-color);
    /* color: white; */
    background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
}
#product-tab .section-link {
    margin-right: 70px;
}
#product-tab .tab_list {
    margin-top: 2em;
}
#product-tab .nav-tabs li:first-child a {
    margin-left: 0;
}
.digital-countdown-timer .countdown-output {
    font-size: 14px;
    color: #000000;
    display: flex;
    gap: 6px;
    font-weight: 500;
    justify-content: center;
    border: 1px solid #E4E4E4;
    padding: 4px 14px;
    background-color: white;
    position: absolute;
    bottom: 0;
}
.digital-countdown-timer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* border: 1px solid #E4E4E4; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.countdown-output:before {
    content: "\f34e";
    font-family: "Font Awesome 7 Free";
    font-weight: 400;
    color: black;
}
.digital-countdown-timer span {
  padding: 0 4px;
}

.discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #FF0000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 1px 7px;
  border-radius: 3px;
  z-index: 1;
}
.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 9px;
    border-radius: 3px;
    z-index: 10;
    text-transform: uppercase;
}
/* ---------------------- Marquee ------------------------ */
#marquee{
  background-color: #1F275D;
  overflow: hidden;
}
.marquee {
  white-space: nowrap;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  padding: 29px 0px;
}

.marquee__inner svg {
  width: 42px;
  margin-top: 4px;
  margin: 12px 23px 10px 0;
}

.marquee__inner {
  display: inline-flex;
  animation: marquee 15s linear infinite;
}
section#marquee {
  padding: 0;
}
.marquee__inner span {
    padding-right: 2rem;
    font-size: 40px;
    -webkit-text-stroke: 1px #D4D4D4;
    -webkit-text-fill-color: transparent;
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* ---------------------- Facility ------------------------ */
.hi-icon-effect-5 .hi-icon {
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.facility-columns-inner:hover .hi-icon {
	-webkit-animation: toTopFromBottom 0.3s forwards;
	-moz-animation: toTopFromBottom 0.3s forwards;
	animation: toTopFromBottom 0.3s forwards;
}

.facility-image-box-image-wrap {
    z-index: 99;
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}


.facility-columns-inner {
    background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
    width: 261px;
    height: 261px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.facility-columns-inner h4 {
  color: #EEF0FE;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 17px;
}
.facility-row .owl-item.active:nth-child(even) .facility-columns .half-circle {
    top: -28px;
    transform: rotate(180deg);
}
.half-circle {
  position: absolute;
  width: 320px;
  height: 160px;
  bottom: -28px;
}
#facility .owl-carousel .owl-stage-outer {
    padding: 33px 0;
}

.half-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0 0 157px 157px;
  border: 5px solid transparent;
  border-top: none;
  background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, 
  linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* ---------------------- About ------------------------ */
#about .section_main_head h3 {
  font-size: 31px;
  font-weight: 700;
}
.section_main_head h3 {
  color: #1F275D;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0;
}
.about-listing-box h4 {
  color: #1F275D;
  position: relative;
}
.about-listing-box h4:before {
  content: '';
  background-color: #1F275D;
  width: 36px;
  height: 2px;
  display: inline-block;
  top: -7px;
  position: relative;
  margin-right: 10px;
}
/* --------- Latest Rides --------- */
#latest-products .item .row {
    row-gap: 25px;
}
.product-img-blk {
    display: flex;
    align-items: center;
    height: 100%;
}
#latest-products .product-img-box {
    position: unset;
}
.custom-product-grid {
    margin: 5px 3px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 0;
}
.custom-product-grid .product-img-box {
    /* padding: 0; */
    border: none;
    padding: 0 20px;
    position: relative;
}
.mega-sale-badge {
  background-color: #DB5423;
  color: white;
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  border-bottom-right-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-product-grid .product-img-box {
    /* padding: 0; */
    border: none;
    padding: 33px 20px;
    background-color: #EEF0FE;
}
.latest_products-col {
  background-color: white;
  padding: 24px 24px 0px 24px;
  border-radius: 20px;
  overflow: hidden;
}
#latest-products .custom-product-grid .product-img-box img {
  padding: 0px 16px 16px 16px;
}
.product-content-wrap {
  padding: 17px;
}
span.time span {
  margin: 0 4px;
  color: black;
  font-size: 12px;
}
.product-countdown-timer {
  text-align: center;
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  z-index: 9;
}
.product-rating {
    font-size: 12px;
    color: black;
}
.custom-product-grid.product-grid h4 a {
  color: #1F275D;
  font-weight: 700;
  font-size: 18px;
  font-family: var(--primary-font);
  margin-top: 13px;
  display: block;
}
.price-rating-block del, .woocommerce ul.products li.product .price del {
    color: #1F275D;
    font-weight: 300;
    font-size: 16px;
    order: 2;
}
.price-rating-block ins, .woocommerce ul.products li.product .price ins {
    background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 17px;
}
.related.products ul.products li.product, .related.products ul.products li.product {
    width: 100% !important;
    max-width: 100% !important;
}
.custom-product-grid p {
    color: #1F275D;
    font-weight: 400;
    font-size: 13px;
}
.product-seller {
  color: #525252;
  font-size: 13px;
  display: inline-block;
  border-bottom: 3px solid #0A214F;
  padding-bottom: 3px;
}
.product-sold-count {
    color: #000000;
    font-size: 13px;
    margin-top: 10px;
}
.sale-badge {
  background-color: var(--color-primary);
  display: inline-block;
  padding: 4px 17px;
  font-size: 12px;
  color: white;
  position: absolute;
  top: -24px;
  left: -24px;
  border-bottom-right-radius: 20px;
  
}
.custom-product-grid .product-grid-add-to-cart .add_to_cart_button, .custom-product-grid .product-grid-add-to-cart .added_to_cart {
  font-size: 14px !important;
  display: flex;
  align-items: center;
  color: white;
  padding: 14px 21px !important;
  border-radius: 56px;
  background: #1F275D;
}
.product-rating i.fas.fa-star {
  color: #FFA245;
  font-size: 11px;
  margin-right: 4px;
  margin-left: 4px;
}
.custom-product-grid .product-grid-add-to-cart .add_to_cart_button:after{
  color: white;
}
.custom-product-grid:hover .product-grid-add-to-cart .add_to_cart_button{
  
   background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
  color: white;
}
.product-grid .product-grid-add-to-cart a {
    font: 700 14px var(--primary-font);
    display: inline-block;
    padding: 0 8px;
    border-radius: 8px;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    color: white;
    transition: all 0.3s ease 0s;
}
/* .product-grid-add-to-cart .add_to_cart_button, .product-grid-add-to-cart .added_to_cart {
  font-size: 0 !important;
} */
.product-grid .product-grid-add-to-cart a {
    color: white;
    font-weight: 500;
    display: inline-flex !important;
    padding: 8px 26px !important;
}

.product-grid-add-to-cart .added_to_cart {
  margin-left: 8px;
}
.product-grid-add-to-cart .add_to_cart_button.ajax_add_to_cart.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  color: white;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: block;
  z-index: 9999;
  display: block;
  /* width: 10px; */
  /* height: 10px; */
  font-size: 16px;
  text-align: center;
  animation: spin 2s linear infinite;
}
.price.price-rating-block {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
}
.flash-sale-countdown img {
    border-radius: 10px;
    height: 413px;
    width: 100%;
}
.product-grid-add-to-cart .add_to_cart_button.ajax_add_to_cart.loading::after{
  visibility: hidden;
}
#product-tab .product-grid-add-to-cart .added_to_cart {
    margin-left: 7px;
}
#product-tab  .product-grid-add-to-cart .added_to_cart:after {
  display: none;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  left: unset !important;
}
.yith-wcwl-add-to-wishlist svg {
    background-color: white;
    width: 30px;
    height: 30px;
    color: black;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
a.add_to_wishlist {
    cursor: pointer;
    display: inline-flex;
}
a[title="Browse wishlist"] {
    display: none;
}
.yith-wcwl-add-to-wishlist svg {
    width: 27px;
    padding: 6px;
}
.yith-wcwl-wishlistaddedbrowse svg#yith-wcwl-icon-heart-outline {
    background-color: black;
}
/* ---------------------- Records ------------------------ */
#records {
  position: relative;
  padding-top: 4%;
}
.record-box-1 .records-inner-box, .record-box-5 .records-inner-box, .records-inner-box .record-box-9 {
    border-left: none;
}
.records-inner-box {
    border: 2px solid #1F2937;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}
.full-height-width-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.record_detail {
  position: relative;
}
.count-box-number.box-count {
    font-weight: 700;
    font-size: 90px;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    line-height: 97px;
}

.record_detail h6, .record_detail h6 a {
  font-weight: 600;
  color: #1F2937;
  font-size: 20px;
  margin-bottom: 0;
}

.cf7-row p {
    width: 100%;
}
.cf7-col-full {
    width: 100%;
}

/*-------------- Product Categories ---------------*/
/* --------- Product Categories --------- */
.popular-categories-image {
  background-color: #EEF0FE;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  margin: 0 auto;
  box-shadow: 0px 0px 4px 0px #00000040;
}
.popular-categories-title a {
    display: block;
    color: #1F275D;
    font-weight: 500;
    font-size: 20px;
    position: relative;
}
span.category-count {
    color: #525252;
    font-size: 15px;
    margin-top: 6px;
    display: block;
}
span.product-count-text {
    padding-left: 2px;
}
.categories-link-nav {
  display: flex;
  align-items: center;
  justify-content: end;
}
.section-link a {
    color: black;
    margin-right: 10px;
    position: relative;
    bottom: 5px;
    font-weight: 500;
    background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}
.categories-link-nav .section-link a {
    bottom: -2px;
    color: black;
}
#product-tab .categories-link-nav .section-link a{
  color: white;
}
.section-link a:hover {
  color: var(--secondary-color);
}


.popular-categories-image {
	overflow: hidden;
	z-index: 1;
	position: relative;
	transition: all 0.3s ease 0s;
}
.owl-carousel .owl-item  .popular-categories-image img {
    position: relative;
    z-index: 99;
}
.popular-categories-image:before, .popular-categories-image:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(--secondary-color);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.1);
  transform-origin: left top 0;
  transition: all 0.3s ease 0s;
  background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
}

.popular-categories-image:after {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
	transform-origin: right bottom 0;
}

.popular-categories-box:hover .popular-categories-image:before, .popular-categories-box:hover .popular-categories-image:after {
	opacity: 1;
	transform: scale(1);
	transition: all 0.3s linear 0s;
}
.popular-categories-box:hover .popular-categories-title a, .popular-categories-box .popular-categories-title a:hover {
    color: var(--secondary-color);
}

/*-------------- Flash Sale ---------------*/
#flash-sale, #explore-products, #testimonials, #newsletter-section {
  background-color: #EEF0FE;
  border-radius: 20px;
  max-width: 97%;
  margin: 0 auto;
  padding: 32px 0;
}
.countdown-box {
  display: inline-block;
  padding: 14px 8px;
  text-align: center;
  width: 90px;
  height: 90px;
  position: relative;
  background-color: white;
  border-radius: 10px;
  background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
  align-items: center;
  justify-content: center;
}
.countdown-box .countdown-block {
  font-size: 30px;
  color: #EEF0FE;
  font-weight: 800;
  display: inline-block;
  width: 100%;
}
.countdown-time {
  color: white;
  /* text-transform: capitalize; */
  font-size: 13px;
  display: inline;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
  display: block !important;
}
.countdown-wrap {
    background-color: white;
    border-radius: 10px;
}
#banner-clock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px;
}
.countdown-box:last-child:after {
  display: none;
}
.deals-timer {
  display: flex;
  align-items: center;
}
.timer-text {
  /* display: inline-block; */
  color: #26242D;
  margin-right: 23px;
  font-weight: 300;
  font-size: 14px;
}
/*--------------------- Explore Products  ---------------------*/

.explore-products-media {
  border-radius: 10px;
  overflow: hidden;
}
.explore-productsmedia-body {
  position: absolute;
  bottom: 0;
  padding: 14px;
  left: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2%, #000000 100%);
}
.explore-productsmedia-body h4 {
  color: #EEF0FE;
  font-weight: 700;
  font-size: 16px;
}
.explore-products-box-text {
  color: #EEF0FE;
  font-size: 14px;
  margin-bottom: 10px;
}
.explore-productsmedia-body .section-link a {
  font-size: 16px;
  margin-right: 0;
  color: white;
  background: unset;
  -webkit-text-fill-color: unset;
}
.explore-products-media:hover .explore-productsmedia-body .section-link a{
  background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.explore-products-box-text {
    color: #EEF0FE;
    font-size: 14px;
    margin-bottom: 17px;
    margin-top: 12px;
    display: block;
}
/*-------------- Fresh Picks ---------------*/
#fresh-picks .fresh-picks-box .product_block{
  display: flex;
  flex-wrap: wrap;              /* allow wrapping into rows */
  gap: 20px;                    /* spacing between cards */
  justify-content: center; 
}
#fresh-picks .fresh-picks-box .custom-product-grid {
  flex: 1 1 calc(20% - 20px);
  max-width: calc(20% - 20px);
  background: #EEF0FE;
  box-shadow: 0px 0px 4px 0px #00000040;
  margin: 0;
}
.product-sale span.onsale, .woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
    background: #1F275D;
    color: white;
    padding: 10px 14px;
    display: inline-block;
    line-height: 1;
    border-radius: 28px;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s linear 0s;
    right: unset;
    line-height: 1;
    margin: 0;
    min-width: unset;
    min-height: unset;
}
.price.price-rating-block > .star-rating {
    display: none;
}
.custom-product-grid:hover .product-sale span.onsale{
  background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
  transition: all 0.3s linear 0s;
}
.rating-cart{
    margin-top: 14px;
}
/*-------------- Offer Blocks ---------------*/

.grid-col-top-content {
  position: absolute;
  top: 0;
  left: 0;
}
#offer_blocks {
    padding-top: 0;
}
.grid-col-top-content span.d-block.d-discount-text {
    font-weight: 600;
    color: #EEF0FE;
    font-size: 24px;
}
.grid-col-top-content span.d-discount {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(225.47deg, rgb(91, 202, 228) 15.37%, rgb(85, 117, 254) 85.06%) text;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  margin: 8px 0;
  display: block;
}
.grid-col-top-content {
    position: absolute;
    top: 53px;
    left: 20px;
}
.offer-block1 .grid-col-bottom-content {
    position: absolute;
    bottom: 33px;
    text-align: center;
    left: 0;
    right: 0;
}
.offer-block1 h3 {
  color: white;
  font-weight: 700;
  font-size: 26px;
}
.offer-block1 .gallery_image_box  a {
  background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 17px;
  text-decoration: underline;
}
.gallery_image_box {
    position: relative;
}
.grid-col-bottom-content {
    position: absolute;
    bottom: 33px;
    text-align: center;
    left: 0;
    right: 0;
}
.gallery_image_box {
  position: relative;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

#offer_blocks .gallery_image_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#offer_blocks .row{
  row-gap: 15px;
}
#offer_blocks .row{
  --bs-gutter-x: 15px; /* horizontal gap */
}
/* ---------- Offer bloxk 2 ---------*/

.offer-block2 h3, .offer-block5 h3 {
  color: #EEF0FE;
  font-weight: 600;
  font-size: 22px;
}
.offer-block2 span.d-block, .offer-block5 span.d-block {
  color: #FFFFFF;
  font-size: 14px;
}
.offer-block2 a, .offer-block5 a {
  font-weight: 600;
  color: #EEF0FE;
  text-decoration: underline;
  margin-top: 10px;
  display: block;
}
.offer-block2 .grid-col-bottom-content, .offer-block5 .grid-col-bottom-content {
  text-align: left;
  max-width: 55%;
  margin: 0 0 0 auto;
  right: 20px;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
}
/*-------------- Offer Block 3 ---------------*/
.offer-block3 h3 {
  color: #1F275D;
  font-size: 16px;
  font-weight: 700;
}
.offer-block3 .grid-col-bottom-content {
  top: 30px;
  left: 20px;
  right: unset;
  text-align: left;
}
.offer-block3 span.d-block.discount-number {
  font-weight: 800;
  font-size: 36px;
  color: #1F275D;
  line-height: 1;
}
.offer-block3 .discount-text {
  font-weight: 600;
  font-size: 20px;
  color: #1F275D;
  margin-top: 5px;
}
.offer-block3 a {
    color: #1F275D;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 9px;
    display: block;
}
.offer-block4 a {
    color: white;
    font-weight: 600;
    text-decoration: underline;
    display: block;
}

/* --------------  Gallery / instafeed --------------- */
.grid-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  grid-auto-rows: 230px;
  grid-auto-flow: dense;
}
.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
.grid-wrapper div img, .grid-wrapper div a {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery_image_box  img {
  width: 100%;
}
/* .gallery-overlay {
  position: absolute;
  top: 50%;
  left: 0;
} */
.grid-wrapper .box{
    background: #5BCAE499;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}
 .owl-carousel .owl-item .popular-categories-image img, .explore-products-media img, .gallery_image_box img{
   width: 100%;
  height: 100%;
  transform: translateY(0) rotate(0) scale(1.5);
  transition: all 0.4s ease;
 }
 .owl-carousel .owl-item .popular-categories-box:hover .popular-categories-image img, .explore-products-media:hover img, .gallery_image_box:hover img{
  transform: translateY(12px) rotate(-20deg) scale(1.5);
}
.popular-categories-image a {
    position: relative;
    overflow: hidden;
    border-radius: 9px;
}
.grid-wrapper .box img {
  width: 100%;
  height: 100%;
  transform: translateY(0) rotate(0) scale(1.5);
  transition: all 0.4s ease;
}
.gallery-overlay i {
  color: white;
  font-size: 35px;
}
.grid-wrapper .box:hover img{
  transform: translateY(12px) rotate(-20deg) scale(1.5);
}
.grid-wrapper .box:hover .icon{
  transform:  scale(1.5);
}
.grid-wrapper .box .icon{
  transform:  scale(0);
}
.grid-wrapper .box .box-content{
  width: 100%;
  height: 100%;
  padding: 0 20px;
  opacity: 0;
  transform: scale(0);
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5BCAE499;
}   
.grid-wrapper .box:hover .box-content{
  opacity: 1;
  transform: scale(1);
}

/*-------------- Our Story ---------------*/
.image-box-hover-style-2 img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.image-box-hover-style-2 img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    position: relative;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.image-box-hover-style-2:hover img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.image-box-hover-style-2:hover img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}
.image-box-hover-style-2 .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 22px;
}
span.exp-year {
    color: #C9A96E;
    display: block;
    font-size: 31px;
    font-weight: 700;
}
span.exp-text {
    color: #C9A96E;
    font-size: 13px;
}
/*-------------- Products Section ---------------*/x
.product-img-box, .recipe-image, .post-image-block {
    overflow: hidden;
    position: relative;
}
.product-grid:hover .product-img-box img, .recipe-block:hover .recipe-image img, .news-box:hover .post-image-block img{
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg) scale(1.2);
}
/* #product-tab .price-rating-block del bdi {
  color: #3F3F3F;
  font-weight: 400;
  font-size: 15px;
} */
.product-img-box img, .recipe-image img, .post-image-block img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.product-block {
  background-color: #FAF8F3;
  border-radius: 20px;
  overflow: hidden;
}
.product-badge {
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0;
  margin-right: 0;
  font-weight: 600;
  background: #0C8F02;
  color: #fff;
  position: absolute;
  top: 14px;
  left: 14px;
  line-height: 1;
}
.product-card-content {
  padding: 17px;
}
.origin-country, .origin-city {
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 500;
}
.product-block h5 a {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 18px;
}
.custom_product_meta .add_to_cart_button, .custom_product_meta .added_to_cart {
  font-size: 0;
  padding: 12px 12px;
  position: relative;
}

.custom_product_meta .add_to_cart_button:before {
  content: "\2b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  padding: 4px !important;
  color: white;
  border-radius: 50% !important;
  display: block;
  vertical-align: bottom;
  font-size: 14px;
}
.custom_product_meta .added_to_cart:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  padding: 4px !important;
  color: white;
  border-radius: 50% !important;
  display: block;
  vertical-align: bottom;
  font-size: 14px;
}
.custom_product_meta .added_to_cart {
  margin-left: 8px;
}
.custom_product_meta a {
    background-color: var(--primary-color);
}
span.review-count.ms-2 {
    color: #8C7060;
}
.custom_product_meta a:hover, .product-block:hover .custom_product_meta a {
  background-color: var(--secondary-color) !important;
}
.woocommerce ul.products .product-block {
    background-color: #F5EFE6;
}
.add_to_cart_button.ajax_add_to_cart.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  color: white;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: block;
  z-index: 9999;
  display: block;
  /* width: 10px; */
  /* height: 10px; */
  font-size: 16px;
  text-align: center;
  animation: spin 2s linear infinite;
}
.add_to_cart_button.ajax_add_to_cart.loading::before{
  visibility: hidden;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  left: unset !important;
}
.yith-wcwl-add-to-wishlist svg {
    background-color: white;
    width: 30px;
    height: 30px;
    color: black;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 4px 0px #00000040;
}
a.add_to_wishlist {
    cursor: pointer;
    display: inline-flex;
}
a[title="Browse wishlist"] {
    display: none;
}
.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist .add_to_wishlist img {
  padding: 7px;
}
.yith-wcwl-add-to-wishlist svg {
    width: 32px !important;
    height: 32px !important;
    border-radius: 5px;
}
.yith-wcwl-add-to-wishlist svg path {
    stroke: #5BCAE4;
}
.yith-wcwl-wishlistaddedbrowse svg#yith-wcwl-icon-heart-outline {
    background-color: black;
}
#customer-favourites {
    background-color: #F5EFE6;
}

.row.product_block {
    row-gap: 20px;
  }
.post-categories li {
    list-style: none;
    display: inline-block;
    margin-right: 4px;
}

/*-------------- Main Banner ---------------*/
.banner-details {
  background-color: rgb(48 55 64 / 95%);
  padding: 71px 78px 71px 50px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  max-width: 50%;
  position: relative;
  padding-left: 0;
}
.banner-head h1 img {
    position: absolute;
    top: 14px;
    /* right: 11px; */
    margin-left: 27px;
}
.image-text {
    border: 1px solid #FAF8F326;
    backdrop-filter: blur(12px);
    background: #FAF8F31A;
    padding: 15px 24px;
    border-radius: 37px;
    display: inline-block;
    position: absolute;
    top: 28%;
    left: -55px;
    color: white;
}
.image-text-two {
    border: 1px solid #FAF8F326;
    backdrop-filter: blur(12px);
    background: #FAF8F31A;
    padding: 15px 24px;
    border-radius: 37px;
    display: inline-block;
    position: absolute;
    bottom: 28%;
    right: 0;
    color: white;
}
.image-text:before, .image-text-two:before {
  content: '';
  background-color: var(--secondary-color);
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
}
span.heading-span0 {
    display: block;
}
.banner-details:after {
  content: '';
  background-color: rgb(48 55 64 / 95%);
  position: absolute;
  /* right: 0; */
  /* display: block; */
  width: 100%;
  /* height: 100%; */
  top: 0;
  z-index: -1;
  position: absolute;
  left: -99987px;
  top: 0px;
  width: 99999px;
  bottom: 0;
}
.banner-head span.section-tagline:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: var(--secondary-color);
  border-radius: 10px;
  margin-right: 4px;
}
.banner-head h1 {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 51px;
  line-height: 66px;
}

span.heading-span {
  color: var(--primary-color);
}

.banner-details .section-text {
    color: white;
    margin-top: 35px;
    font-size: 18px;
    padding-right: 28px;
    line-height: 34px;
}

span.text-span{
  display: block;
  margin-top: 10px;
}

.main-banner-link a {
    color: var(--secondary-color);
    font-weight: 400;
    text-decoration: underline;
    margin-left: 17px;
}
.banner-roght-column-image {
  text-align: center;
}
.banner-roght-column-image img {
    width: 100%;
}
#main-banner .container {
    position: relative;
}
.customer-number {
  color: #000000;
  font-weight: 400;
  font-size: 30px;
  display: block;
}
.banner-roght-column-image img {
  border-radius: 20px;
  margin: 19px 0;
}
span.right-column-text2 {
  font-size: 20px;
  display: block;
  text-align: center;
  max-width: 61%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.main-banner-vector-shape {
  position: absolute;
  bottom: 0;
}
.rating-records a i {
  color: var(--secondary-color);
  transform: rotate(-56deg);
  font-size: 24px;
  margin-left: 9px;
}
.banner-head-outer {
    padding-top: 25px;
}
span.right-column-text {
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 20px;
  max-width: 60%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
span.pricing-text {
  background-color: var(--primary-color);
  padding: 7px 17px;
  border-radius: 10px;
  color: white;
  font-size: 14px;
}
.customer-image img:first-child {
    margin-left: 0;
}
.rating-records {
  box-shadow: 0px 23px 27.3px -11px #1B1E3040;
  padding: 25px 19px;
  border-radius: 20px;
  position: absolute;
  bottom: 9em;
  background-color: white;
  left: -63px;
}
.rating-box{
  margin-bottom: 19px;
}
.customer-records {
  margin-left: 29px;
}
.banner-column-image {
    position: relative;
}
span.pricing-text2 {
  font-weight: 300;
  color: var(--secondary-color);
  display: block;
  font-size: 33px;
  margin-top: 10px;
}
.banner-column-image img {
  border-radius: 20px;
  width: 100%;
}
.customer-image img {
    margin-left: -21px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.banner-roght-column-image {
    margin-top: 18px;
  }
.rating-box i {
    color: #0E7490;
    font-size: 14px;
}
.main-banner-btn {
  margin-top: 49px;
}
#main-banner a.theme_button {
    display: inline-block;
}
.category-list li {
  padding: 10px 15px;
  cursor: pointer;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}
.category-list li.active,
  .category-list li:hover {
  border-left: 3px solid #007bff;
  background-color: #f8f9fa;
}
.discount-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  font-weight: bold;
}
.thumb-item:hover .thumb-item-image .listing-image{
  display: none;
}
.thumb-item .thumb-item-image .listing-hover-image{
  display: none;
}
.thumb-item:hover .thumb-item-image .listing-hover-image{
  display: block;
}

.thumb-item .thumb-item-image .listing-hover-image{
  display: none;
}
/*--------------------- Contact Us ------------------------*/

.form-row {
  display: flex;
  flex-wrap: wrap;
}

.form-col {
  flex: 1;
  min-width: 45%;
  margin-right: 10px;
}

.form-col:last-child {
  margin-right: 0;
}

.form-row label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.custom-select, .custom-date {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select select {
  appearance: none;
  padding-right: 2rem;
}

.custom-date::after {
    content: "\f073";
    position: absolute;
    right: 10px;
    top: 39%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 20px;
    color: black;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

#contact-us-form-section input[type="submit"]:hover, .contact-us-form-section input[type="submit"]:hover{
  background-color: white;
  color: var(--primary-color);
}
#contact-us-form-section textarea, .contact-us-form-section textarea {
    height: 200px;
}
.cf7-row p {
    width: 100%;
    margin-bottom: 25px;
}

/* .wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
} */
.wpcf7-submit {
  background: #6c757d;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
}
.wpcf7-submit:hover{
  background: #101521;
}
.contact-us-col {
  background-color: var(--primary-color);
  padding: 9% 7% 9% 0%;
}
.contact-us-col:before {
  content: '';
  background-color: var(--primary-color);
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  position: absolute;
  left: -99999px;
  top: 0px;
  width: 99999px;
  bottom: 0;
}
.faq-col:after {
  content: '';
  background-color: #F6F6F6;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
  position: absolute;
  right: -99999px;
  top: 0px;
  width: 99999px;
  bottom: 0;
}
#contact-us-form-section .section_main_head h3 {
    color: white;
}
#contact-us-form-section span.main-heading1, #contact-us-form-section span.main-heading3 {
    color: var(--primary-color);
}
.contact-us-form-section .custom-select {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#contact-us-form-section input[type="text"], #contact-us-form-section input[type="tel"], #contact-us-form-section input[type="email"], #contact-us-form-section input[type="number"], #contact-us-form-section textarea, #contact-us-form-section input, #contact-us-form-section select, #contact-us-form-section input[type="date"], .contact-us-form-section input[type="text"], .contact-us-form-section input[type="tel"], .contact-us-form-section input[type="email"], .contact-us-form-section input[type="number"], .contact-us-form-section textarea, .contact-us-form-section input, .contact-us-form-section select, .contact-us-form-section input[type="date"] {
    padding: 12px 15px !important;
    border: none;
    font-weight: 400;
    color: #56585B;
    border-radius: 0;
    border-radius: 10px;
}
.contact-us-form-section input[type="text"], .contact-us-form-section input[type="tel"], .contact-us-form-section input[type="email"], .contact-us-form-section input[type="number"], .contact-us-form-section textarea, .contact-us-form-section input, .contact-us-form-section select, .contact-us-form-section input[type="date"] {
  background-color: white !important;
}
button.theme_button_style br {
  display: none;
}
#contact-us-form-section input[type="text"]::placeholder, #contact-us-form-section input[type="tel"]::placeholder, #contact-us-form-section input[type="email"]::placeholder, #contact-us-form-section input[type="number"]::placeholder, #contact-us-form-section textarea::placeholder, #contact-us-form-section input::placeholder, #contact-us-form-section select, #contact-us-form-section input[type="date"], .contact-us-form-section input[type="text"]::placeholder, .contact-us-form-section input[type="tel"]::placeholder, .contact-us-form-section input[type="email"]::placeholder, .contact-us-form-section input[type="number"]::placeholder, .contact-us-form-section textarea::placeholder, .contact-us-form-section input::placeholder, .contact-us-form-section select, .contact-us-form-section input[type="date"]{
  font-weight: 400;
  color: #000000;
}
.contact-us-form-section input[type="submit"]:hover{
  background-color: white !important;
  color: var(--primary-color);
}
.contact-us-form-section input[type="submit"]{
  background-color: #2D2D2D !important;
  color: white;
}
.news-box .metabox a, .news-box .metabox .metabox .entry-comments, .news-box .metabox .entry-date, .news-box  .metabox .entry-author a {
  font-size: 13px;
  color: #000000;
}
.blog-link a{
  color: #FAF8F3;
}
.news-box .metabox span.date-day {
  font-weight: 700;
  font-size: 24px;
  text-align: right;
  display: block;
  margin: 0;
}
.post-content-block span.entry-date {
  text-align: right;
}

/*---------------------- Owl Carousel -------------------------*/
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
#product-tab .owl-dots {
    margin-top: 41px;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  border: none;
  border-radius: 50%;
  background-color: #1F275D;
  width: 17px !important;
  height: 17px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  margin-top: 4px;
  z-index: 9;
}
.owl-dots .owl-dot.active span {
    background-color: transparent;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
    background-color: #1F275D !important;
    border-color: #1F275D;
    padding: 3px !important;
    width: 25px !important;
    height: 25px !important;
    margin-top: 0;
}

/* Base dot style */
.owl-dots .owl-dot.active span {
  box-shadow: 0px 0px 3px 3px #FFFFFF80;
}
.owl-dots .owl-dot span {
  width: 9px !important;
  height: 9px !important;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 50%;
  background-color: transparent !important;
}

/* Active dot (center highlight) */

/* Previous dot (slightly smaller/lighter) */
.owl-dots .owl-dot.active ~ .owl-dot span {
  background: #aaa;
  width: 14px;
  height: 14px;
}

/* You can also style the dot before the active one */
.owl-dots .owl-dot.active span {
  background: #EEF0FE !important;
  box-shadow: 0px 0px 3px 3px #FFFFFF80;
}
.explore-products-custom-nav.owl-nav, .testimonials-custom-nav.owl-nav, .custom-product-tab-nav {
    max-width: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: 0; */
}
.custom-product-tab-nav {
    bottom: -5px;
}
.custom-owl-dots-nav {
    margin-top: 43px !important;
}
button.owl-prev, button.owl-next {
    z-index: 9;
}

.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  position: relative;
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 31px;
  padding: 10px 14px;
  color: #1F275D;
  border: none;
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  border-radius: 0;
  display: inline;
  border-bottom: 2px solid transparent;
}
.owl-nav {
  text-align: center;
}
button.owl-prev {
    margin-right: 5px;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
    background-color: transparent;
    background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#latest-news .owl-nav{
  text-align: center;
}

/*---------------------- News -------------------------*/
#latest-news {
    background: linear-gradient(180deg, #58759D 0%, #1F2937 100%);
}
.author-avatar img {
  width: 60px !important;
  border-radius: 50%;
  margin-right: 10px;
}
.entry-date.meta-heading, .entry-comments, .entry-comments a.meta-heading, .wpulike-heart .count-box {
  font-size: 14px;
  color: #56585B;
}
.wpulike-heart .wp_ulike_general_class{
  border: none;
  box-shadow: unset;
}
.wpulike-heart .wp_ulike_put_image:after {
  background: url('../../images/heart.svg') no-repeat;
  width: 24px;
  height: 22px;
}
span.author-name.media-body {
  color: #56585B;
  text-transform: capitalize;
}
.wpulike-heart .wp_ulike_put_image.wp_ulike_btn_is_active:after {
  /* filter: invert(44%) sepia(40%) saturate(3852%) hue-rotate(329deg) brightness(100%) contrast(111%); */
}
.entry-author.media {
    align-items: center;
}
#latest-news button.owl-prev {
  position: absolute;
  top: 50%;
  left: -39px;
  transform: translateY(-50%);
}
#latest-news button.owl-next {
  position: absolute;
  top: 50%;
  right: -39px;
  transform: translateY(-50%);
}
.news-content-inner {
  padding: 20px 0;
}
.artcle-meta {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 13px;
}
.artcle-meta a i, .artcle-meta .entry-date i {
    margin-right: 7px;
}
.artcle-meta a, .artcle-meta .entry-date {
    color: #1F275D;
    font-size: 16px;
}
.artcle-cat-name ul li a {
    background-color: #F5EFE6;
    padding: 8px 16px;
    border-radius: 23px;
    color: #8C5A2B;
    font-weight: 500;
    display: inline-block;
}
.news-box span.entry-date {
  background-color: var(--primary-color);
  display: inline-block;
  padding: 13px;
  text-align: center;
  border-radius: 0;
  position: absolute;
  top: -40px;
}
span.entry-date span.day {
  color: white;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}
.news-box span.month {
  color: white;
  font-size: 14px;
}

/*------------------ Testimonials ---------------*/
.testimonial-star span i {
  color: #FFAE00;
  font-size: 14px;
  margin-right: 4px;
}
.testimonial-star span.without_filled  i {
  color: #E9F4F0;
}
.testonials-block-top-content {
    background-color: #EFEFEF;
    padding: 30px;
    border-radius: 30px;
    height: 100%;
}
.testonials-block-top-content .row {
    height: 100%;
}
.testimonial-content p, .testimonial-content {
  color: #656565;
  font-size: 17px;
}
.testimonials-info {
    margin: 11px 0 29px 0;
}
.testimonial-content {
    padding-top: 39px;
    max-width: 80%;
}
#testimonials .owl-carousel  .owl-item .flip-box-back  img {
  border-color: black;
}

.testonials-block-blocks {
  display: flex;
  flex-wrap: wrap;
}
#testimonials {
    overflow: hidden;
}
.section-heading-width {
    max-width: 51%;
    margin: 0 auto;
}
#testimonials .owl-carousel .owl-item img {
  border-radius: 50%;
}
.testimonial-img.img {
  background: transparent;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}
.testimonial_outer:hover .testimonial-img.img{
  background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
}
.testimonial_outer:hover .testimonial-title, .testimonial_outer:hover .t-desig{
  background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.testimonial-title {
  padding-bottom: 0;
  padding-top: 0;
  color: #1F275D;
  font-weight: 600;
  font-size: 18px;
  transition: 0.5s;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.testimonial-star span.without_filled  i {
  color: #E9F4F0;
}
.testimonials-info p {
  font-weight: 400;
  color: #1F275D;
  font-size: 16px;
}
.testimonials-image-box .media {
    align-items: center;
}
.testimonials_image img {
  border-radius: 10px;
}
.t-location {
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 17px;
    transition: 0.5s;
}
.testimonials_image {
  margin-right: 11px;
}
.testimonial-data-block i.fa-solid.fa-quote-right {
  color: #E9F4F0;
  font-size: 12px;
}
.testimonial-block:hover .testimonials-info p{
  transition: 0.5s;
}
.testimonial-block:hover  i {
    transition: 0.5s;
}
.testimonials-label {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    margin-top: 12px;
}
.t-desig {
  color: #1F275D;
  font-weight: 400;
  font-size: 14px;
}
.testimonial-block:hover, .testimonial-block{
    transition: 0.5s;
}
.testimonial_outer:hover .testonials-block-top-content {
  background-color: var(--secondary-color);
}
/*-------------- Promotional Banner -------------------*/
#promotional-banner {
  background: linear-gradient(225.47deg, #5BCAE4 15.37%, #5575FE 85.06%);
  padding: 0;
}
.promo-image-sep {
  background-color: white;
  width: 1px;
  height: 261px;
  display: inline-block;
  margin: 19px;
}
.promo-image-block > img {
    width: 48%;
}
#promotional-banner .section_main_head h3 {
  color: #FDFAF6;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 13px;
}
#promotional-banner  .section-text {
  color: white;
}
#promotional-banner li {
  color: #FFFFFF;
  padding-bottom: 10px;
}
#promotional-banner ul {
  margin-left: 17px;
  margin-top: 15px;
}
.promo-image-block {
  gap: 18px;
}
.play-store img:first-child {
  margin-bottom: 25px;
}
.promo-main-image img {
  margin-top: -53px;
}
/*-------------- Image HOver Effects*/
.image-hover-effect .box{
    background: #333;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.35s ease-in-out;
}
.image-hover-effect .box:before,
.image-hover-effect .box:after{
    content: "";
    background: var(--primary-color);
    width: 100%;
    height: 0;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.image-hover-effect .box:before{
    right: 0;
    bottom: 0;
}
.image-hover-effect .box:after{
    top: 0;
    left: 0;
}
.image-hover-effect .box:hover:before,
.image-hover-effect .box:hover:after{
    width: 100%;
    height: 100%;
}
.image-hover-effect .box img{
    width: 100%;
    height: auto;
    transform: scale(1.1) translateY(4%);
    transition: all 0.35s ease-in-out;
}
.image-hover-effect .box:hover img{ 
    opacity: 0.3;
    transform: scale(1.1) translateY(-4%);
}
/* -------------- Shadow Hover Effects -------------*/

.shadow-hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
}
.shadow-hover:before, .shadow-hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}
.shadow-hover:hover:before, .shadow-hover:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.shadow-hover:hover img{
    transform: scale(1.3);
}
.shadow-hover img {
    width: 100%;
    height: auto;
    transition: all .6s ease-in-out;
}

/* Desktop shows full search */
.desktop-search { display: block; }
.mobile-search-icon, .search-popup { display: none; }