/*
Theme Name: New Theme 2025
Author: FlavorActiv Developers
Description: A custom WordPress theme built from scratch
Version: 1.0
*/


/* @font-face {  
  font-family: 'AvenirNext';  
  src: url('/wp-content/themes/flavoractiv/font/AvenirNext-Regular-08.woff2') format('woff2'),  
       url('/wp-content/themes/flavoractiv/font/AvenirNext-Regular-08.woff') format('woff'),  
       url('/wp-content/themes/flavoractiv/font/AvenirNext-Regular-08.ttf') format('truetype');  
  font-weight: 400;  
  font-style: normal;  
} */



@font-face {
  font-family: 'AvenirNext';
  src: url('/wp-content/themes/flavoractiv/font/avenirnext-regular-08-webfont.woff2') format('woff2'),
    url('/wp-content/themes/flavoractiv/font/avenirnext-regular-08-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('/wp-content/themes/flavoractiv/font/avenirnext-italic-05-webfont.woff2') format('woff2'),
    url('/wp-content/themes/flavoractiv/font/avenirnext-italic-05-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('/wp-content/themes/flavoractiv/font/avenirnext-medium-06-webfont.woff2') format('woff2'),
    url('/wp-content/themes/flavoractiv/font/avenirnext-medium-06-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('/wp-content/themes/flavoractiv/font/avenirnext-mediumitalic-07-webfont.woff2') format('woff2'),
    url('/wp-content/themes/flavoractiv/font/avenirnext-mediumitalic-07-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('/wp-content/themes/flavoractiv/font/avenirnext-demibold-03-webfont.woff2') format('woff2'),
    url('/wp-content/themes/flavoractiv/font/avenirnext-demibold-03-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('/wp-content/themes/flavoractiv/font/avenirnext-demibolditalic-04-webfont.woff2') format('woff2'),
    url('/wp-content/themes/flavoractiv/font/avenirnext-demibolditalic-04-webfont.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('/wp-content/themes/flavoractiv/font/avenirnext-bold-01-webfont.woff2') format('woff2'),
    url('/wp-content/themes/flavoractiv/font/avenirnext-bold-01-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('/wp-content/themes/flavoractiv/font/avenirnext-bolditalic-02-webfont.woff2') format('woff2'),
    url('/wp-content/themes/flavoractiv/font/avenirnext-bolditalic-02-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('/wp-content/themes/flavoractiv/font/avenirnext-heavy-09-webfont.woff2') format('woff2'),
    url('/wp-content/themes/flavoractiv/font/avenirnext-heavy-09-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('/wp-content/themes/flavoractiv/font/avenirnext-heavyitalic-10-webfont.woff2') format('woff2'),
    url('/wp-content/themes/flavoractiv/font/avenirnext-heavyitalic-10-webfont.woff') format('woff');
  font-weight: 800;
  font-style: italic;
}


:root {
  --primary-color: #07293b;
  --secondary-color: #7a7a7a;
  --tertiary-color: #6BB8C3;
  --font-size-base: 16px;
  --font-family-primary: "AvenirNext", Sans-serif;
  --font-family-secondary: "Roboto", Sans-serif;

}

/* Base */
body {
  font-family: "AvenirNext", Sans-serif;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  margin: 0;
  padding: 0;
  font-weight: 400;

  @media (max-width: 1200px) {
    padding-top: 117px;
  }
}

.custom-logo {
  width: 200px;
  height: auto;
}

.fla-bg-blue {
  background-color: #012646;
}

hr {
  margin: 40px 0;
}

a {
  color: #6BB8C3;
}

.no-underline-links a {
  text-decoration: none !important;
}

h1 
h2,
h3,
h4 {
  color: #222222;
}

h1.elementor-heading-title {
  font-family: "AvenirNext" !important;
  font-weight: 500 !important;
}

h4 {
  font-family: "AvenirNext" !important;
  font-weight: 500 !important;
}
h2, h3 {
  font-family: "AvenirNext" !important;
  font-weight: 600 !important;
}

h1,
h1.elementor-heading-title {
  font-size: 40px;/*it ws 42 before */
  letter-spacing: 1.6px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 48px;

  @media (max-width: 991px) {
    font-size: 36px;
    line-height: 42px;
  }

  @media (max-width: 768px) {
    font-size: 30px;
    line-height: 36px;
  }
}

h2,
.page-title {
  font-size: 36px;
  letter-spacing: 1.7px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 44px;

  @media (max-width: 991px) {
    font-size: 32px;
    line-height: 38px;
  }

  @media (max-width: 768px) {
    font-size: 26px;
    line-height: 34px;
  }
}

h3 {
  font-family: "AvenirNext";
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 42px;

  @media (max-width: 991px) {
    font-size: 18px;
  }
}

h4 {
  font-family: "AvenirNext";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 42px;

  @media (max-width: 991px) {
    font-size: 17px;
  }
}

input,
select {
  font-family: "AvenirNext";
}

p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1.78571;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  overflow-wrap: break-word;
}

ul,
ol {
  padding: 0;
  margin: 0;

  li {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 7px;
    padding: 0;
  }
}

ul {
  list-style: disc;
}

ol {
  list-style: numeric;
}

.tab-nav li {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

.whitetext {
  color: #fff;
}

/* WooCommerce: cart/checkout headings */
/* .woocommerce-cart,
.woocommerce-checkout {
  margin-bottom: 40px;
} */

.woocommerce-cart h2,
.woocommerce-checkout h2,
.woocommerce-Address-title h2 {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.cart-collaterals {
  margin-top: 80px;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 2px 20px;
}

.woocommerce .cart-collaterals .cart_totals td {
  padding: 14px 12px 10px;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce ul#shipping_method li label {
  font-size: 14px;
}

.woocommerce .cart-collaterals .woocommerce-shipping-totals.shipping {
  p {
    color: #222222;
  }
}

.woocommerce-shipping-calculator .select2-selection.select2-selection--single {
  text-align: left;
}

/* Modal */
.modal-content {
  border-radius: 10px;
}

.modal-header {
  background-color: #f8f9fa;
}

/* Best selling products */
.best-selling-products {
  display: flex;
  gap: 20px;
  justify-content: space-around;
}

.best-selling-products .product {
  text-align: center;
  max-width: 200px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.best-selling-products img {
  width: 100%;
  height: auto;
}

/* Events: shared grid */
.upcoming-events-grid,
.event-archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.event-archive-grid {
  margin: 40px 0;
}

/* Event cards */
.event-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.2s ease;
}

.upcoming-events-grid .event-card {
  background: #f9f9f9;
  padding: 20px;
  text-align: initial;
}

.event-card:hover {
  transform: translateY(-5px);
}

.event-title {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.event-banner .event-title {
  font-size: 2.5em;
  text-align: center;
  color: #fff;
}

.event-date {
  color: #555;
  font-size: 0.95em;
  margin: 10px 0 15px;
}

.event-link {
  text-decoration: none;
  color: #0073aa;
  font-weight: bold;
}

.event-link:hover {
  text-decoration: underline;
}

/* Event banner */
.event-banner {
  background-size: cover;
  background-position: center;
  height: 300px;
  position: relative;
}

.event-banner-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Event thumb */
.event-thumb img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* WooCommerce misc */
.woocommerce-page table.cart td.actions {
  .coupon {
    display: flex;
    flex-wrap: wrap;

    #coupon_code {
      width: 325px !important;
      max-width: 100%;

      @media (max-width: 991px) {
        width: 100% !important;
        max-width: 300px;
      }

      @media (max-width: 768px) {
        max-width: 100%;
      }
    }

    .input-text#coupon_code+.button {
      min-width: 220px;
      top: 0 !important;
      height: 37px;
      line-height: 20px !important;
      padding-top: 8px !important;
      width: auto;

      @media (max-width: 768px) {
        float: none;
        margin-bottom: 20px;
        margin-top: 10px;
        order: 3;
      }
    }

    .coupon-error-notice,
    coupon-success-notice {
      width: 100%;
      font-size: 13px;
    }

    @media (max-width: 768px) {
      flex-direction: column;

      .coupon-success-notice {
        margin-left: 0;
        order: 2;
      }
    }

    @media (max-width: 992px) {
      width: 100%;
    }
  }

  @media (max-width: 991px) {
    padding-bottom: 20px;
  }
}

.woocommerce-error::before,
.woocommerce-message::before {
  content: none;
}

/* Universal buttons (consolidated) */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
a.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit {
  background-color: #6BB8C3;
  border: 1px solid #6BB8C3;
  color: #fff;
  /* padding: 20px 35px; */
  padding: 15px 35px;
  /* line-height: 0.8rem; */
  font-size: 16px;
  line-height: 22px;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  border-radius: 0px !important;
  transition: background-color 0.3s ease, border-color 0.3s ease !important;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
a.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover {
  background-color: #5aa3ad;
  border-color: #51939c;
  color: #fff;
}

/* Sale badge, notices, link hover (deduped) */
.woocommerce span.onsale {
  background-color: #6bb8c3;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: #6bb8c3;
}

a:hover,
.woocommerce a:hover {
  color: #6bb8c3;
}

/* Ensure alt button variants match (core selector) */
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt {
  background-color: #6bb8c3;
  border-color: #6bb8c3;
}

/* My Account: sidebar nav */
.woocommerce-MyAccount-navigation {
  flex: 0 0 250px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 8px;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 32px 12px 12px;
  border-radius: 6px;
  background-color: #e9ecef;
  color: #212529;
  text-decoration: none;
  transition: background-color 0.2s ease;
  position: relative;
  line-height: 22px;
}

.woocommerce-MyAccount-navigation a:hover {
  background-color: #dee2e6;
}

.woocommerce-MyAccount-navigation .is-active a {
  background-color: #012646;
  color: #fff;
}

/* My Account: content */
.woocommerce-MyAccount-content {
  flex: 1;
}

.woocommerce-MyAccount-content .card {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.woocommerce-MyAccount-content .card-body {
  padding: 1.5rem;
}

.woocommerce-MyAccount-content p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
}

.woocommerce-MyAccount-content a {
  color: #012646;
  text-decoration: underline;
}

.woocommerce-MyAccount-content a:hover {
  text-decoration: none;
}

/* Notices */
.woocommerce-notices-wrapper {
  margin-bottom: 16px;
}

.woocommerce-message,
.woocommerce-error {
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 15px;
  justify-content: space-between;

  li {
    font-size: 15px;
    margin-bottom: 0;
  }
}

.woocommerce-message {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.woocommerce-error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .woocommerce .row {
    flex-direction: column;
  }

  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    flex: 1 1 100%;
  }
}

/* My Account: accordion section */
.woocommerce-MyAccount-content .accordion {
  background-color: #fff;
  color: #000 !important;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: 1px solid grey;
}

.woocommerce-MyAccount-content .active,
.woocommerce-MyAccount-content .accordion:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.woocommerce-MyAccount-content .accordion:after {
  content: "\2B9F";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.woocommerce-MyAccount-content .active:after {
  content: "\2B9D";
}

.woocommerce-MyAccount-content .panel {
  padding: 20px 18px 0px 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.woocommerce-MyAccount-content .row.myactres {
  padding-top: 10px !important;
}

.woocommerce-MyAccount-content .hideelement {
  display: none !important;
}

/* Product cards */
li.product {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 8px;
  background-color: #fff;
}

li.product img {
  max-width: 100%;
  height: auto;
  /* margin-bottom: 0.75rem; */
}

.woocommerce ul.products li.product a img {
  margin: 0 auto 16px;

  @media (max-width: 575px) {
    margin: 0 auto;
  }
}

/* li.product h2.woocommerce-loop-product__title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
} */

li.product .price {
  font-weight: bold;
  margin-bottom: 10px;
}

/* li.product .add_to_cart_button {
  margin-top: auto;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  background-color: #012646;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
} */

li.product .add_to_cart_button:hover {
  background-color: #0056b3;
}

/* Woo product loop button (theme-specific width) */
.woocommerce ul.products li.product .button {
  display: inline-block;
  margin: 5px auto;
  background: #012646;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.8px !important;
  font-weight: 500 !important;
  padding: 7px 5px;
  line-height: 19px;
}

/* Hide default loop button then show icon on hover (if desired) */
/* .woocommerce ul.products li.product .button { display: none; } */

.csf-products .orderby,
.csf-sidebar .widget_product_search .search-field {
  border: 1px solid #e2e2e2;
  height: 45px;
  color: #222;
  padding-left: 10px;
}

.csf-sidebar .widget_product_search .m-site-search__form__icon {
  margin-top: -2px;
}

.woocommerce a.added_to_cart {
  display: none;
}

.woocommerce ul.products li.product {
  position: relative;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  word-break: normal;
  font-size: 13px !important;
  line-height: 20px !important;
  letter-spacing: 1.1px;
  text-align: left;
  line-height: 17px;
}

.woocommerce-loop-product__title span {
  display: block;
}

.woocommerce ul.products li.product .price {
  font-size: 13px !important;
  text-align: left;
}

.woocommerce-product-details__short-description,
.product .woocommerce-Tabs-panel {

  p,
  li {
    color: #7a7a7a;
  }
}

.csf-shop-layout,
.term-description {
  max-width: 1140px;
  margin: 0 auto;

  @media (max-width: 1200px) {
    padding: 0 20px;
  }
}

.csf-shop-layout .csf-category-list {
  margin-bottom: 5px;
  margin-left: 0;
}

.csf-shop-layout .csf-category-list li {
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 20px;
}

.csf-shop-layout .csf-category-list label {
  padding: 3px 8px 3px 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 35px;

  @media screen and (max-width: 575px) {
    float: none;
  }
}

.woocommerce .woocommerce-result-count {
  color: #222222;

  @media screen and (max-width: 575px) {
    margin: 10px;
  }
}

.csf-shop-layout aside.csf-sidebar {
  width: 300px;

  @media screen and (max-width: 991px) {
    width: 100%;
  }
}

.csf-shop-layout aside.csf-sidebar h3 {
  letter-spacing: 2px;
  margin: 20px 0 18px;

  @media screen and (max-width: 991px) {
    margin: 25px 0 15px;
    border-top: 2px solid #6BB8C3;
    border-bottom: 2px solid #6BB8C3;
    padding-bottom: 10px;
    padding-left: 10px;
    position: relative;
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}

@media screen and (max-width: 991px) {
  .csf-shop-layout aside.csf-sidebar h3:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-left: 2px solid #012646;
    border-bottom: 2px solid #012646;
    transform: rotate(-45deg);
    transform-origin: center;
    transform: translateY(-50%) rotate(-45deg);
    font-family: unset;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
  }
}

.csf-shop-layout #csf-category-form .csf-category-list {
  @media screen and (max-width: 991px) {
    height: 0;
    overflow-y: hidden;
    padding-left: 5px;
  }
}

.csf-shop-layout #csf-category-form .csf-category-list.active {
  height: auto;
  max-height: 400px;
  overflow-y: auto;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  width: 21.05%;
  margin-right: 3.8%;
}
  
@media (max-width: 992px) {
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 44%;
		margin-left: 3%;
		margin-right: 3%;
	}
 }

@media (max-width: 575px) {
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		max-width: 320px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

.woocommerce ul.products li.product::after {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #333;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.woocommerce ul.products li.product:hover::after {
  opacity: 1;
}

.woocommerce .search-field {
  /* width: 200px; */
  width: calc(100% - 40px);
  margin-right: 20px;
  padding: 2px 5px;
}

form.woocommerce-product-search.search-form {
  justify-content: space-between;
  align-items: center;
}

/* .single-product  {
  color:#222222
} */

.single-product .quantity-div {
  align-items: center;
}

.single-product .price .woocommerce-Price-amount {
  padding: 20px 0;
  display: block;
}

.single-product h1.product_title {
  font-size: 36px;
  letter-spacing: 1.6px;
  line-height: 44px;
  margin-bottom: 15px;
}

/* Breadcrumb (theme) */
.breadcrumb {
  margin: 20px 0;
  font-size: 14px;
}

.breadcrumb ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li::after {
  content: ">";
  margin-left: 10px;
}

.breadcrumb li:last-child::after {
  content: "";
}

.breadcrumb a {
  text-decoration: none;
  color: #0073aa;
}

.breadcrumb a:hover {
  text-decoration: underline;
}



.navbar-nav>li>a {
  font-size: 15px;
  font-weight: 500;
  padding: 8px 15px;
  color: #000 !important;
}

.navbar-nav>li>a:hover {
  color: #0d6efd !important;
}

.header-icons a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.header-icons a:hover {
  color: #0d6efd;
}

.cart-count {
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  /*font-size: 0.75rem; padding: 2px 6px;  */
  position: absolute;
  /* top: -6px; right: -10px; */
}

/* Fullscreen search */
.fullscreen-search {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.95);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.fullscreen-search.active {
  display: flex;
  opacity: 1;
}

.fullscreen-search form {
  width: 80%;
  max-width: 700px;
  display: flex;
  align-items: center;
  /* border-bottom: 2px solid #fff; */
  border-bottom: 0 solid #fff;

  @media (max-width: 768px) {
    width: 90%;
  }

}

.fullscreen-search input[type="search"] {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-size: 24px;
  color: #fff;
  padding: 10px 15px 10px 30px;
}

.fullscreen-search button {
  background: #012646;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  height: 100%;

  @media (max-width: 768px) {
    font-size: 22px;
  }
}

.fullscreen-search .close-search {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}

.search-results-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.search-title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: center;

  @media (max-width: 992px) {
    font-size: 24px;
    line-height: 30px;
  }

  @media (max-width: 768px) {
    font-size: 20px;
    line-height: 26px;
  }
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
  padding: 16px;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.product-thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-title {
  font-size: 16px;
  margin: 12px 0 8px;
  color: #333;
}

.product-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.product-price {
  font-weight: 700;
  color: #0073e6;
  font-size: 17px;
}

.no-results {
  text-align: center;
  font-size: 18px;
  color: #777;
  margin-top: 40px;
}

.pagination {
  margin-top: 40px;
  justify-content: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 14px;
  border-radius: 6px;
  background: #f4f4f4;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.2s ease;
}

.pagination a:hover {
  background: #0073e6;
  color: #fff;
}

.pagination .current {
  background: #0073e6;
  color: #fff;
  font-weight: bold;
}

.header-icons a:hover,
.bottom-icons a:hover,
.navbar-toggler:hover {
  color: #064980 !important;
}

@media (max-width: 1024px) {

  /* .d-desktop { display: none !important; }
  .d-mobile { display: flex !important; } */
  .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .header-bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.2rem 0;
  }

  .header-bottom a {
    font-size: 1.4rem;
    padding: 0.5rem;
  }

  /* .header-icons .cart-count { top: 0; right: -3px; } */
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

  .fullscreen-search input[type="search"] {
    font-size: 20px;
  }

  /* .header-icons .cart-count { top: -2px; right: -5px; } */
  #heroCarousel {
    height: 550px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;

    &:first-child a {
      padding-left: 10px;
    }

    a {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 10px;
    }
  }
}

/* Shipping tab */
#tab-other_shipping_tab {
  color: #012646;
  font-weight: 600;
}

#country-select {
  width: 30%;
  height: 3.5rem;
  padding: 0 3rem 0 1.2rem;
  border: 1px solid #ddd;
  font-size: 14px;
  background-color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
}

#shipping-info {
  color: #212529;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  #country-select {
    width: 100%;
  }
}

.elementor-button {
  border-radius: 0px !important;
}

.elementor-button:hover {
  background-color: #012646 !important;
}

/* .term-description {
  padding: 30px 0px !important;
} */


.fullscreen-search input[type="search"] {
  color: black;
}


/*Header Start*/
/*search*/
.search-results-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

/* .search-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
} */

/*.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
  padding: 16px;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.product-thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-title {
  font-size: 16px;
  line-height: 24px;
  margin: 12px 0 8px;
  color: #333;
}

.product-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.product-title,
.product-price {
  text-decoration: none;
}


.product-price {
  font-weight: 700;
   color: #0073e6;
  font-size: 1.1rem; 
}*/

/* .no-results {
  text-align: center;
  font-size: 1.2rem;
  color: #777;
  margin-top: 40px;
} 

.pagination {
  margin-top: 40px;
  justify-content: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 14px;
  border-radius: 6px;
  background: #f4f4f4;
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.pagination a:hover {
  background: #0073e6;
  color: #fff;
}

.pagination .current {
  background: #0073e6;
  color: #fff;
  font-weight: bold;
}*/

/*end of search*/

/* header end */
/* html, body {
  overflow-x: hidden;
} */

/* header code start */
.site-header {
  background: rgba(1, 38, 70, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/*.site-header .d-desktop {
   display: flex; 
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}*/

.site-header .header-icons {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-header .d-mobile .header-icons {
  margin-top: 3px;

  .theme-cart-icon-wrapper {
    margin-top: 1px;
    margin-right: 3px;
  }
}

.site-header .header-icons a,
.site-header .header-icons span {
  display: flex;
  align-items: center;
}

.d-mobile .header-top,
.d-mobile .header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.fullscreen-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.fullscreen-search.active {
  display: flex;
}

.fullscreen-search form {
  display: flex;
  gap: 10px;
}

.fullscreen-search input {
  padding: 10px;
  font-size: 18px;
  width: 300px;


  @media (max-width: 768px) {
    width: calc(100% - 60px);
  }
}

.fullscreen-search button {
  background: #000;
  color: #fff;
  padding: 10px 15px;
  border: none;
}

/*Header End*/

/*Sector tiles*/
.tab-nav {
  display: flex;
  gap: 40px;
  list-style: none;
  cursor: pointer;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.tab-nav li.active {
  font-weight: bold;
  border-bottom: 2px solid #333;
}

.tiles {
  display: none;
  width: 100%;
  margin-top: 20px;
}

.tiles.active {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
}

.tile-card {
  width: 100%;
  aspect-ratio: 1/1;
  perspective: 1000px;
  text-decoration: none;
  color: inherit;
  display: block;
}

.tile-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.tile-card:hover .tile-inner,
.tile-card.flip .tile-inner {
  transform: rotateY(180deg);
}

.tile-front,
.tile-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.tile-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tile-back {
  background: #6BB8C3;
  color: #07293b;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-align: center;
}

.tile-back span {
  margin-top: 6px;
  display: inline-block;
  padding: 6px 12px;
  background: #012646;
  color: #fff;
  border-radius: 5px;
}

.tile-back h3,
.tile-back div,
.tile-back p {
  margin: 4px 0 !important; 
  line-height: 1.2;
  font-size: 16px;
}
/*end of sector titles*/

/*Team Carosel*/
.flavor-team-section {
  width: 100%;
  font-family: "AvenirNext", sans-serif;
  padding: 30px 0;
}

.flavor-team-carousel {
  width: 100%;
  position: relative;
}

.flavor-team-carousel .swiper-slide {
  display: flex;
  justify-content: center;
}

.team-image-wrap {
  position: relative;
  overflow: hidden;
  width: 220px;
  height: 220px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.team-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.35s ease;
}

.team-image-wrap:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.3s ease;
}

.team-image-wrap:hover .overlay {
  opacity: 1;
}

.overlay-name {
  color: #222;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-bottom: 4px;
}

.overlay-role,
.overlay-region {
  color: #333;
  font-size: 13px;
  margin-top: 3px;
}

.flavor-team-carousel .swiper-button-prev,
.flavor-team-carousel .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 25;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  border: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: background 0.18s ease, transform 0.14s ease;
}


.flavor-team-carousel .swiper-button-prev {
  left: 10px;
}

.flavor-team-carousel .swiper-button-next {
  right: 10px;
}

.flavor-team-carousel .swiper-button-prev::after,
.flavor-team-carousel .swiper-button-next::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ffffff' d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6z'/></svg>") !important;
  background-color: transparent;
}

.flavor-team-carousel .swiper-button-prev::after {
  transform: rotate(180deg);
}

.flavor-team-carousel .swiper-button-prev:hover,
.flavor-team-carousel .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.75);
  transform: translateY(-50%) scale(1.06);
}

.flavor-team-carousel .swiper-button-prev:focus-visible,
.flavor-team-carousel .swiper-button-next:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.14);
}

@media (max-width: 768px) {
  .team-image-wrap {
    width: 160px;
    height: 160px;
  }

  .overlay-name {
    font-size: 14px;
  }

  .overlay-role,
  .overlay-region {
    font-size: 13px;
  }

  .flavor-team-carousel .swiper-button-prev,
  .flavor-team-carousel .swiper-button-next {
    width: 36px;
    height: 36px;
  }

  .flavor-team-carousel .swiper-button-prev::after,
  .flavor-team-carousel .swiper-button-next::after {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }

  .flavor-team-carousel .swiper-button-prev {
    left: 8px;
  }

  .flavor-team-carousel .swiper-button-next {
    right: 8px;
  }
}

main.team-members-page .team-image-wrap img {
  object-fit: cover;
  object-position: center top;
}

/*End Of Team Carosel*/

/*Single Team Member*/
.single-team-member {
  padding-top: 120px;
  padding-bottom: 100px;
  background: #fff;
}

.team-content-wrap {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}


.profile-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  text-align: left;
}

.profile-image img {
  width: 320px;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.profile-info {
  flex: 1;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-name {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

.team-role {
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 1.3px;
  line-height: 26px;
}

.team-meta {
  font-size: 16px;
  line-height: 22px;
}

.team-meta strong {
  font-weight: 700;
}

.profile-bio {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin-top: 20px;
  text-align: justify;
}

.carousel {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.carousel .carousel-inner {
  height: 100%;
}

.carousel .carousel-inner .carousel-item {
  height: 100%;
  width: 100%;
}

.carousel .carousel-inner .carousel-item .carousel-caption {
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;

}



.carousel .carousel-inner .carousel-item img {
  object-fit: cover;
  object-position: center center;
  /* 👈 centers the visible portion */
  height: 100%;
  width: 100%;
  display: block;
  /* avoids inline spacing issues */
}


.carousel .carousel-inner .carousel-item .carousel-caption {
  margin: 25px auto 0;
  text-align: center;
  height: 100%;
  width: 80%;
  top: 0;
  left: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;

  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);

}

.carousel .carousel-inner .carousel-item .carousel-caption h1 {
  z-index: 5;
  font-family: Roboto;
  height: auto;
  color: rgb(1, 38, 70);
  text-decoration: none;
  text-align: center;
  line-height: 62px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 65px;
  opacity: 1;
  visibility: visible;

  margin-bottom: 30px;
}

.carousel .carousel-inner .carousel-item .carousel-caption p {
  font-family: Roboto;
  color: rgb(1, 38, 70);
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0px;
  font-weight: 300;
  font-size: 45px;
  opacity: 1;
  visibility: visible;
}

.carousel .carousel-control-prev:hover,
.carousel .carousel-control-next:hover {
  background-color: transparent;
}

.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-image: unset;
  margin-top: 25px;
}

.carousel .carousel-control-next-icon:before,
.carousel .carousel-control-prev-icon:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  border-left: 4px solid #012646;
  border-top: 4px solid #012646;
  transform: rotate(-45deg);
  transform-origin: center;
  /* transform: translateY(-50%) rotate(-45deg); */
  font-family: unset;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.carousel .carousel-control-next-icon:before {
  transform: rotate(135deg);
}

/* tabs css */

.elementor-element.elementor-tabs-view-horizontal .elementor-tabs .elementor-tab-title {
  padding: 5px 0;
  margin: 20px 25px;
  border-bottom: 1px solid transparent;
  transition: all 0.8ms ease;
}

.elementor-element.elementor-tabs-view-horizontal .elementor-tabs .elementor-tab-title:hover {
  color: #6bb8c3;
  border-bottom: 1px solid #222222;
}

.elementor-element.elementor-tabs-view-horizontal .elementor-tabs .elementor-tab-title.elementor-active {
  border-bottom: 1px solid #222222;
}

.elementor-element.elementor-tabs-view-horizontal .elementor-tabs .elementor-tab-title.elementor-active:hover {
  color: #6bb8c3;
}

/* tabs css  END*/

.wpcf7-form label {
  padding: 5px 0;
}




@media (max-width: 1200px) {
  .carousel {
    max-height: 600px;
  }

  .carousel .carousel-inner .carousel-item .carousel-caption h1 {
    line-height: 56px;
    font-size: 52px;
  }

  .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 38px;
    line-height: 42px;
  }
}

@media (max-width: 1024px) {
  .team-content-wrap {
    width: 92%;
  }
}

@media (max-width: 768px) {
  .profile-header {
    flex-direction: column;
    text-align: center;
  }

  .profile-image img {
    width: 240px;
    margin: 0 auto 20px;
  }

  .team-name {
    font-size: 24px;
  }

  .single-team-member {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .carousel {
    max-height: 400px;
  }

  .carousel .carousel-inner .carousel-item .carousel-caption h1 {
    line-height: 28px;
    font-size: 26px;
    margin-bottom: 10px;
  }

  .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 22px;
    line-height: 24px;
  }

  .carousel .carousel-control-next-icon,
  .carousel .carousel-control-prev-icon {
    margin-top: 0;
  }

  .carousel .carousel-inner .carousel-item .carousel-caption {
    margin: 5px auto 0;
  }
}

@media (max-width: 480px) {
  .team-content-wrap {
    width: 94%;
  }

  .team-role {
    font-size: 17px;
  }
}

/*End Of single Team Member*/

/*events*/
.events-archive {
  padding: 60px 0;
}

.events-heading {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.events-subheading {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  color: #444;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.event-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform .35s ease;
}

.event-card:hover {
  transform: translateY(-4px);
}

.event-image {
  position: relative;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  overflow: hidden;
}

.event-hover {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s ease;
}

.plus-sign {
  font-size: 48px;
  color: #fff;
  font-weight: 300;
}

.event-card:hover .event-hover {
  opacity: 1;
}

.event-info {
  text-align: center;
  margin-top: 12px;
}

.event-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 3px;
}

.event-location,
.event-date {
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
  color: #555;
}

.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}


.events-archive .event-grid-wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 30px !important;
  justify-items: center;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}

.events-archive .event-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.events-archive .event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.events-archive .event-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.events-archive .event-content {
  padding: 20px;
  text-align: left;
}

.events-archive .event-content h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}

.events-archive .event-content p {
  margin: 0 0 8px;
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .events-archive {
    padding: 50px 15px;
  }

  .events-heading {
    font-size: 28px;
  }

  .events-subheading {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .events-archive .event-content h2 {
    font-size: 17px;
  }

  .events-archive .event-content p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .events-archive {
    padding: 40px 15px;
  }

  .events-grid,
  .events-archive .event-grid-wrapper {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .events-archive .event-card {
    max-width: 100%;
    margin: 0 auto;
  }

  .events-archive .event-thumb img {
    height: 200px;
  }

  .events-heading {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .events-subheading {
    font-size: 15px;
    margin-bottom: 25px;
  }
}

@media (max-width: 430px) {
  .events-archive {
    padding: 35px 12px;
  }

  .events-archive .event-content {
    padding: 15px;
  }

  .events-archive .event-thumb img {
    height: 180px;
  }

  .events-archive .event-content h2 {
    font-size: 16px;
  }

  .events-archive .event-content p {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .events-heading {
    font-size: 22px;
  }

  .events-subheading {
    font-size: 14px;
  }
}
/*end of events*/

/*career*/
.career-banner-full {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 50px;
}

.career-page-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #203864;
  margin: 20px auto 20px;
  text-transform: uppercase;
}

.career-featured-image {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 40px;
}

.career-content-section {
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding: 0 20px;
}

.career-apply-form {
  background: #dedede;
  padding: 40px 20px;
  border-radius: 12px;
  margin: 60px auto;
  max-width: 800px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.career-apply-form:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.career-apply-form h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 28px;
  color: #203864;
  font-weight: 600;

  @media (max-width: 991px) {
    font-size: 24px;
    line-height: 30px;
  }
}

.career-listings-horizontal {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1300px;
  margin: 60px auto;
  padding: 0 20px;
}

.career-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.career-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.career-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.career-details {
  padding: 20px;
}

.career-title {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #203864;
}

.career-excerpt {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
}

.career-readmore {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #203864;
  padding: 8px 16px;
  border-radius: 6px;
  transition: none;
}

.career-readmore:hover {
  background-color: #203864;
  color: #fff;
}

@media (max-width: 768px) {
  .career-page-title {
    font-size: 1.8rem;
  }

  .career-content-section {
    font-size: 15px;
  }

  .career-apply-form {
    padding: 30px 15px;
  }
}

@media (max-width: 480px) {
  .career-page-title {
    font-size: 1.5rem;
  }

  .career-content-section {
    font-size: 14px;
  }
}

.single-careers .site-content,
.single-careers .entry-content,
.single-careers .content-area,
.single-careers .site-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.single-careers .elementor-section.elementor-top-section {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  margin-top: 0 !important;
  padding: 0 !important;
}

.single-careers .elementor-section.elementor-top-section:first-of-type {
  margin-top: 10px !important;
}

.single-careers .career-content-section {
  max-width: 900px;
  margin: 0 auto 50px;
  padding: 0 20px;
}

.single-careers {
  overflow-x: hidden;
}

/*end of career*/

/*footer*/
.fla-bg-blue {
  background: #07293b;
  color: #fff;
}

footer.text-light {
  color: rgba(255, 255, 255, 0.95);
}

.footer-widget h6 {
  color: #fff;
  margin-bottom: .75rem;
  font-weight: 500;
}

.footer-widget p,
.footer-widget li {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.6;
}

.footer-widget a {
  color: #cfe6ee;
  text-decoration: none;
}

.footer-widget a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-widget .d-flex.gap-3 a svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .footer-widget {
    margin-bottom: 1.25rem;
    width: 100% !important;
  }

  .newsletter-block .col-lg-5,
  .newsletter-block .col-lg-7 {
    width: 100%;
    display: block;
  }

  .mc4wp-form .emailfiled,
  .mc4wp-form .btnfield {
    width: 100% !important;
    box-sizing: border-box;
  }
}

footer .border-top {
  padding-top: 16px;
  padding-bottom: 16px;
}

/*end of footer*/



.woocommerce-cart .product-quantity .quantity {
  @media (max-width: 768px) {
    justify-content: flex-end;
  }
}

.cart .quantity-div .quantity .input-text,
.woocommerce-cart table.cart input.qty {
  border: 1px solid #e2e2e2;
  color: #222222;
  height: 30px;
}

.cart .quantity-div .quantity button.minus,
.cart .quantity-div .quantity button.plus {
  height: 30px;
  line-height: 16px;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover {
  background-color: #012646;
  border: 1px solid #012646;
}

/* .woocommerce-checkout{
  margin-top:30px;
} */

.woocommerce-checkout h3 {
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-shipping-fields h3 {
  .checkbox span {
    font-weight: 600;
    font-size: 16px;
  }

  @media (max-width: 768px) {
    margin-top: 20px;
  }
}

#order_review_heading {
  margin-top: 40px;
}

.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-additional-fields .form-row.notes label {
  font-size: 15px;
  color: #727272;
  font-weight: 600;
}

.woocommerce-additional-fields textarea {
  min-height: 160px;
}

.woocommerce-checkout-review-order-table .cart_item .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table .cart-subtotal .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
  font-size: 26px;
  color: #6BB8C3;

  bdi {
    font-weight: 500;
  }

  @media (max-width: 768px) {
    font-size: 20px;
  }
}

.woocommerce-checkout-review-order-table .cart-subtotal .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
  bdi {
    font-weight: 600;
  }
}

.woocommerce-checkout main h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 20px;
  margin-bottom: 20px;
}

.woocommerce-checkout main .container {

  @media (min-width: 576px) {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  @media (min-width: 768px) {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  @media (min-width: 1200px) {
    max-width: 1140px;
    /* padding-left:0;
    padding-right:0; */
  }

  .ppc-button-wrapper {
    padding-bottom: 40px;
  }
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 25px;
  line-height: 30px;
  ;

  @media (max-width: 768px) {
    font-size: 20px;
    line-height: 24px;
  }
}

.woocommerce-order-received .woocommerce ul.order_details {
  border: 1px solid rgba(0, 0, 0, .1);
  display: flex;
  padding: 14px;
  margin: 0 auto;
  justify-content: start;
  margin-bottom: 20px;

  @media (max-width: 768px) {
    padding: 5px;
  }
}

/* .woocommerce-order-received .woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    padding: 14px;
    margin: 0 auto;
    
} */

.woocommerce-order-received ul.order_details li {
  font-size: 13px;
  width: 25%;

  @media (max-width: 768px) {
    font-size: 11px;
    width: auto;

    strong {
      font-size: 14px;
    }
  }

  @media (max-width: 580px) {
    padding-right: 7px;
    margin-right: 7px;
  }
}

.woocommerce-order-received ul.order_details li strong {
  margin-top: 10px;
}

.woocommerce-order-received li.woocommerce-order-overview__total span.woocommerce-Price-amount.amount,
.woocommerce-order-received .woocommerce-order-details td .amount {
  color: #6BB8C3;
  font-size: 22px;

  @media (max-width: 768px) {
    font-size: 16px;
  }
}

.woocommerce-order-received .woocommerce-order-details {
  margin-top: 40px;
}

.woocommerce-order-received .woocommerce-order-details td a {
  color: #222222;
}

.woocommerce-order-received .woocommerce-column--billing-address {
  margin-bottom: 30px;
}

.woocommerce-order-received .woocommerce-column--billing-address h2,
.woocommerce-order-received .woocommerce-column--shipping-address h2 {
  margin-bottom: 10px;
}

.woocommerce-order-received .woocommerce-column--billing-address address,
.woocommerce-order-received .woocommerce-column--shipping-address address {
  border: 0 none;
  padding: 0;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 10px 8px;
}

.woocommerce table.my_account_orders .button {
  padding-top: 10px;
  padding-bottom: 9px;
}

.shop_table.shop_table_responsive .woocommerce-Price-amount {
  line-height: 32px;

  @media (max-width: 1200px) {
    font-size: 24px;
    line-height: 26px;
  }
}

.woocommerce-page .woocommerce-info a.button:hover,
.woocommerce-EditAccountForm button.woocommerce-Button:hover,
.woocommerce-page button.woocommerce-button:hover,
.checkout_coupon button.button:hover {
  background-color: #012646;
  border-color: #012646;
}

.woocommerce-EditAccountForm fieldset {
  margin-top: 40px;
}

.woocommerce-EditAccountForm button.woocommerce-Button {
  margin-top: 20px;
}

.woocommerce-MyAccount-content .panel .myactres a {
  color: #012646;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  display: block;
}

.woocommerce-MyAccount-content .panel .myactres .col-md-4 {
  margin-bottom: 20px;
}

.woocommerce-Tabs-panel table {
  border: 1px solid #e2e2e2;
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;

  tbody,
  tr {
    min-width: 500px;
  }
}

.woocommerce-Tabs-panel table tr {
  border-bottom: 1px solid #e2e2e2;


  td {
    padding: 8px;
  }
}

.woocommerce-Tabs-panel table tr:nth-last-child {
  border-bottom: 0;
}

.woocommerce-LostPassword.lost_password a,
.woocommerce-form-register a {
  color: #222222;

  &:hover {
    color: #6bb8c3;
  }
}

.woocommerce-form-login,
.woocommerce-form-register {
  .g-recaptcha {
    margin: 15px 0;
  }
}

.woocommerce-privacy-policy-text {
  display: none;
}

.woocommerce .woocommerce-form-coupon .form-row.form-row-first,
.woocommerce .woocommerce-form-coupon .form-row.form-row-last {
  @media (max-width: 768px) {
    float: none;
    width: 100%;
  }
}


/*Blog*/
.flavor-blog-animated-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}

@media (max-width: 1200px) {
  main .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .flavor-blog-animated-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .flavor-blog-animated-grid {
    grid-template-columns: 1fr;
  }
}

.flavor-blog-animated-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s, box-shadow 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  height: 100%;
  min-height: 320px;
}

.flavor-blog-animated-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.img-wrap img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: transform 0.4s;
  border-bottom: 1px solid #eee;
}

.flavor-blog-animated-card:hover .img-wrap img {
  transform: scale(1.06);
}

.content-wrap {
  padding: 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.content-wrap h3 {
  font-size: 17px;
  margin-bottom: 6px;
  color: #07293b;
}

.content-wrap h3 a {
  text-decoration: none;
  color: inherit;
}

.content-wrap p {
  flex: 1;
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.read-more-btn {
  align-self: flex-start;
  background: #07293b;
  color: #fff;
  padding: 5px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: background 0.3s;
}

.read-more-btn:hover {
  background: #021623;
  color: white;
}

.flavor-blog-pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 8px;
  padding: 0;
  margin-top: 25px;
}

.flavor-blog-pagination li a,
.flavor-blog-pagination li span {
  display: inline-block;
  padding: 6px 12px;
  min-width: 40px;
  text-align: center;
  background: #07293b;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  transition: none;
}

.scroll-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.scroll-fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.flavor-banner {
  width: 100%;
  margin-top: 20px;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 400px;
}

.flavor-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.banner-inner {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 150px 20px 50px 20px;
  text-align: center;
}

.banner-title {
  color: #fff;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .banner-inner {
    padding-top: 100px;
  }
}

.banner-title {
  /*font-size: 38px; */
  margin-bottom: 10px;
  line-height: 1.2;
}

.banner-meta {
  font-size: 15px;
  opacity: 0.9;
}


.flavor-single-content {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.flavor-single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.flavor-post-footer {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 20px;
  font-size: 14px;
  color: #666;
}

@media (max-width: 768px) {
  .banner-title {
    font-size: 28px;
  }
}

/*end of blog*/

/* HTML: <div class="loader"></div> */
.loader-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
}

.loader-new {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #e2e2e2;
  -webkit-box-shadow: -24px 0 #e2e2e2, 24px 0 #e2e2e2;
  -moz-shadow: -24px 0 #e2e2e2, 24px 0 #e2e2e2;
  box-shadow: -24px 0 #e2e2e2, 24px 0 #e2e2e2;
  box-sizing: border-box;
  animation: shadowPulse 1s linear infinite;
}

.product.has-post-thumbnail .entry-header {
  float: right;
  width: 48%;
  position: relative;
  z-index: 99;

  @media (max-width: 768px) {
    display: none;
  }
}

.product.has-post-thumbnail .entry-header h1 {
  font-size: 32px;
  letter-spacing: 1px;
}

@keyframes shadowPulse {
  33% {
    background: #e2e2e2;
    box-shadow: -24px 0 #012646, 24px 0 #e2e2e2;
  }

  66% {
    background: #012646;
    box-shadow: -24px 0 #e2e2e2, 24px 0 #e2e2e2;
  }

  100% {
    background: #e2e2e2;
    box-shadow: -24px 0 #e2e2e2, 24px 0 #012646;
  }
}

/*shop filter */
.csf-shop-layout {
  display: flex;
  flex-direction: row-reverse;
}

.csf-sidebar {
  width: 250px;
  background: #f7f7f7;
  padding: 20px;
}

.csf-products {
  flex: 1;
  padding: 20px;
}

.csf-category-list,
.csf-category-children {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.csf-category-list>li,
.csf-category-children>li {
  margin-bottom: 8px;
}

.csf-category-children {
  margin-left: 20px;
  padding-left: 10px;
}

.csf-cat-checkbox {
  accent-color: #0073aa;
  /* Modern browsers: blue WP color */
  margin-right: 8px;
  vertical-align: middle;
}

.csf-category-list label,
.csf-category-children label {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 6px 8px;
  border-radius: 4px;
  transition: background 0.2s;
}

.csf-category-list label:hover,
.csf-category-children label:hover {
  background: #e6f0fa;
}

.csf-cat-btn {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 12px;
  background: #eee;
  border: none;
  cursor: pointer;
  text-align: left;
}

.csf-cat-btn:hover {
  background: #ddd;
}

/* End */

/* News*/
.single-news-featured {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.single-news-page {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

.single-news-hero {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.single-news-hero-overlay {
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.single-news-hero .entry-title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
  margin: 0;
  
  @media (max-width: 768px){
	line-height: 28px;
    font-size: 26px;
  }
}

.single-news-body {
  width: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 60px 5%;
  box-sizing: border-box;
}

.single-news-body img,
.single-news-body iframe,
.single-news-body table {
  max-width: 100%;
  height: auto;
  display: block;
}

.single-news-date {
  text-align: center;
  margin: 40px 0;
  color: #666;
  font-size: 0.95rem;
}

.fn-news-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin: 30px auto;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.fn-news-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
  transition: transform 0.3s ease, border 0.3s ease;
  border: 2px solid transparent;
  background: #fff;
}

.fn-news-card:hover {
  transform: scale(1.03);
  border-color: #07293b;
}

.fn-news-card .news-image {
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  border-radius: 15px;
}

.fn-news-card:hover .news-image {
  transform: scale(1.1);
}

.fn-news-card .news-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.95);
  color: #07293b;
  padding: 20px;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  border-radius: 15px;
}

.fn-news-card:hover .news-overlay {
  opacity: 1;
  transform: translateY(0);
}

.fn-news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px auto 40px;
  padding: 5px 0;
  width: 100%;
  max-width: 1200px;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}

.fn-news-pagination a,
.fn-news-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 6px;
  background: #f0f0f0;
  color: #07293b;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s ease;
}

.fn-news-pagination a:hover {
  background: #07293b;
  color: #fff;
}

.fn-news-pagination .current {
  background: #07293b;
  color: #fff;
}

@media (max-width: 768px) {
  .fn-news-grid-container {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 15px auto 10px;
    padding: 0 15px;
  }

  .fn-news-pagination {
    margin-top: 10px !important;
    margin-bottom: 80px !important;
    padding-bottom: 20px !important;
    gap: 6px !important;
    position: relative !important;
    z-index: 5 !important;
  }

  .fn-news-pagination a,
  .fn-news-pagination span {
    min-width: 40px;
    height: 36px;
    font-size: 13px;
  }

  .fn-news-grid-container,
  .fn-news-wrapper,
  .site-content,
  main {
    margin-bottom: 60px !important;
    padding-bottom: 30px !important;
    position: relative !important;
    /*z-index: 4 !important; this creates issue for scroll to top button*/ 
  }

  footer,
  .site-footer,
  .newsletter-block {
    position: relative !important;
    clear: both !important;
    z-index: 3 !important;
    margin-top: 0 !important;
    padding-top: 50px !important;
  }
}

@media (max-width: 430px) {
  .fn-news-pagination {
    margin-bottom: 100px !important;
    padding-bottom: 30px !important;
  }
}

html, body {
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

/*end of news */

/* Forms */
.wpcf7-form .wpcf7-form-control {
  font-family: "AvenirNext";
  font-size: 14px;
}

@media (max-width: 768px) {
  .wpcf7-form .wpcf7-form-control {
    font-size: 12px;
    line-height: 14px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
}
/* End of Forms */
@media (max-width: 768px) {
    .video-wrap {  
	  position: relative;  
	  width: 100%;   
	  padding-bottom: 75%;  
	  overflow: hidden;  
	}  	  
	.video-wrap iframe {  
	  position: absolute;  
	  inset: 0;  
	  width: 100%;  
	  height: 100%;  
	  border: 0;  
	}
	.mc4wp-form-54035 .mc4wp-form-fields input[type=submit] {
       width: 140px !important;
	}
}
@media (min-width: 992px) {
	.elementor-shortcode .woocommerce ul.products li.product {
	  width: 17%;
	  margin-right: 3.8%;
	  margin-left: 3.8%;
	}
}
.elementor-heading-title {
  overflow-wrap: break-word;
}
.elementor-counter-number-wrapper {
  font-weight: 500 !important;
}
.elementor-counter-title {
  text-align: center;
}
.cmplz-cookiebanner .cmplz-close:hover {
	line-height: unset !important;
}
.darkbluecolor {
	font-weight: 600 !important;
}
#po_no_field label {
	font-size: 15px;
    font-weight: 600;
    color: #727272;
}
@media (max-width: 1024px) {
	#scrollToTopBtn  {
	   padding: 8px 16px 12px 16px !important;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
	   text-align: center;
	}
	.woocommerce ul.products li.product .price {
	   text-align: center;
	}
}