@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: white slick-image-url("../slick/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: slick-font-url("../slick/slick.eot");
  src: slick-font-url("../slick/slick.eot?#iefix") format("embedded-opentype"), slick-font-url("../slick/slick.woff") format("woff"), slick-font-url("../slick/slick.ttf") format("truetype"), slick-font-url("../slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 20px auto;
  transition: all 0.5s ease;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  background: url(../images/arrow-left-white.svg) center center no-repeat;
  left: 20px;
  transform: translateX(0%);
  border-radius: 50%;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.75);
}
.slick-prev:hover {
  transform: translateX(0%) translateY(-5px);
}

.slick-next {
  background: url(../images/arrow-right-white.svg) center center no-repeat;
  right: 20px;
  transform: translateX(0%);
  border-radius: 50%;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.75);
}
.slick-next:hover {
  transform: translateX(0%) translateY(-5px);
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 4px;
  width: auto;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  background: black;
  border-radius: 30px;
}
.slick-dots li {
  position: relative;
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: green;
  opacity: 1;
}

@font-face {
  font-family: "Poppins Light";
  src: url("/wp-content/themes/payaz2025/css/fonts/poppins/Poppins-Thin.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/wp-content/themes/payaz2025/css/fonts/poppins/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Bold";
  src: url("/wp-content/themes/payaz2025/css/fonts/poppins/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins Extra Bold";
  src: url("/wp-content/themes/payaz2025/css/fonts/poppins/Poppins-ExtraBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  interpolate-size: allow-keywords;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  color: #2d2d2d;
  background: #002559;
  font-size: 18px;
  line-height: 160%;
  font-weight: 400;
  height: 100%;
  scroll-behavior: smooth;
  accent-color: #71b526;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
strong {
  font-weight: 700;
}

ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: disc;
}

ol {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: decimal;
}

li {
  margin: 0 0 15px 25px;
}

a {
  color: #0099A7;
  text-decoration: none;
}
a:hover {
  color: #0099A7;
}

::-moz-selection {
  background: #71b526;
}

::selection {
  background: #71b526;
}

.link {
  position: relative;
  padding-right: 30px;
}
.link:after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 20px;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  line-height: 1;
}
.link:hover:after {
  right: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.clear:after {
  content: "";
  display: table;
  clear: both !important;
}

.hidden,
.hideMe {
  display: none;
}

.elementor-editor-active .e-con.elementor-element-edit-mode {
  opacity: 1 !important;
  visibility: visible !important;
}

/**
 * Basic typography style for copy text
 */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 16px;
  color: #002559;
}

h1,
.h1 {
  font-size: 64px;
  line-height: 92%;
  letter-spacing: -0.07em;
  font-weight: 700;
  font-family: "Poppins Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 92%;
    letter-spacing: -0.07em;
  }
}

h2,
.h2 {
  font-size: 52px;
  line-height: 100%;
  letter-spacing: -0.07em;
  font-family: "Poppins Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  color: #71b526;
}
h2::-moz-selection, .h2::-moz-selection {
  color: white;
}
h2::selection,
.h2::selection {
  color: white;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 100%;
  }
}

h3,
.h3 {
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.04em;
  font-weight: 300;
  font-family: "Poppins Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 110%;
  }
}

h4,
.h4 {
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.04em;
  font-weight: 400;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  color: #0099a7;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 22px;
    line-height: 120%;
  }
}

h5,
.h5 {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.04em;
  font-weight: 700;
  font-family: "Poppins Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 120%;
  }
}

p {
  color: #2d2d2d;
  line-height: 1.5;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 700;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.section.wrap {
  display: flex;
  flex-direction: column;
  background: #fff;
  max-width: 100%;
}

/* ------------------------------------------- Structure --- */
.flex {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.fl-align-center {
  margin: auto;
  align-items: center;
}

.fl-j-center {
  justify-content: center;
}

.fl-align-left {
  margin-right: auto;
  align-self: center;
}

.fl-align-right {
  margin-left: auto;
  align-self: center;
}

.fl-align-x-center {
  margin-right: auto;
  margin-left: auto;
}

.fl-align-x-left {
  margin-right: auto;
}

.fl-align-x-right {
  margin-left: auto;
}

.fl-align-y-center {
  align-self: center;
}

.fl-align-y-top {
  align-self: flex-start;
}

.fl-align-y-bottom {
  align-self: flex-end;
}

.block {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}

.section {
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  flex-direction: column;
}

.inner {
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
}
.inner.nested {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    flex-direction: column;
  }
}
@media (max-width: 479px) {
  .inner {
    flex-direction: column;
  }
}

.col-1-12 {
  width: 8%;
}

.col-2-12 {
  width: 15%;
}

.col-3-12 {
  width: 23%;
}

.col-4-12 {
  width: 31%;
}

.col-5-12 {
  width: 40%;
}

.col-6-12 {
  width: 48%;
}

.col-7-12 {
  width: 57%;
}

.col-8-12 {
  width: 66%;
}

.col-9-12 {
  width: 75%;
}

.col-10-12 {
  width: 82%;
}

.col-11-12 {
  width: 90%;
}

.col-12-12 {
  width: 100%;
}

@media (max-width: 767px) {
  [class*=col-] {
    margin-bottom: 20px;
  }
  .med-hide {
    display: none;
  }
  .col-1-12 {
    width: 100%;
  }
  .col-2-12 {
    width: 100%;
  }
  .col-3-12 {
    width: 100%;
  }
  .col-4-12 {
    width: 100%;
  }
  .col-5-12 {
    width: 100%;
  }
  .col-6-12 {
    width: 100%;
  }
  .col-7-12 {
    width: 100%;
  }
  .col-8-12 {
    width: 100%;
  }
  .col-9-12 {
    width: 100%;
  }
  .col-10-12 {
    width: 100%;
  }
  .col-11-12 {
    width: 100%;
  }
  .col-12-12 {
    width: 100%;
  }
}
.header {
  background: white;
}

.nav-wrap {
  width: 100%;
}

.top-nav {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  transition: all 0.5s ease;
  background: transparent;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 90%);
  width: 100%;
  max-width: 2560px;
}
@media (max-width: 1024px) {
  .top-nav {
    transform: translateX(0);
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.top-nav .inner {
  align-items: center;
  max-width: 1400px;
}
@media (max-width: 1024px) {
  .top-nav .inner {
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    padding: 0;
    height: 100%;
    justify-content: flex-end;
  }
}
.top-nav .logo {
  width: 30%;
  max-width: 170px;
  margin-right: 50px;
}
@media (max-width: 1024px) {
  .top-nav .logo {
    max-width: 200px;
    width: 75%;
    padding: 20px;
    margin-right: 0;
  }
}
.top-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
  transition: all 0.5s ease;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1024px) {
  .top-nav ul {
    flex-direction: column;
    background: #232132;
    height: 100dvh;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
  }
}
.top-nav ul.open {
  left: 0;
}
.top-nav ul li {
  display: inline-flex;
  padding: 0;
  position: relative;
  align-items: center;
  margin: 0 20px 0 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .top-nav ul li {
    height: auto;
    width: 100%;
    padding: 0px;
    display: block;
    margin: 0 0 0px 0;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.top-nav ul li:hover > a {
  color: white;
}
.top-nav ul li a {
  height: 70px;
  color: #3a3a3a;
  color: white;
  background: transparent;
  padding: 5px 20px;
  transition: all 0.5s ease;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-family: "Poppins Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .top-nav ul li a {
    margin-left: 0;
    margin-bottom: 0px;
    height: auto;
    font-size: 20px;
    font-weight: 350;
    padding: 10px 0;
    font-family: "Poppins Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
    text-transform: uppercase;
    height: auto;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 20px;
  }
}
.top-nav ul li:hover > ul {
  display: flex;
}

/* -------------------------------------------------------
------------ HAMBURGER MOBILE NAVIGATION -----------------
------------------------------------------------------- */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  border: 1px solid #ebebeb;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: white;
  margin-left: 10px;
  border-radius: 2px;
  padding: 0;
  z-index: 100;
}
@media (max-width: 1024px) {
  .hamburger {
    display: flex;
    margin-left: auto;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 100;
  }
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #3a3a3a;
}

.hamburger-box {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #3a3a3a;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -5px;
}

.hamburger-inner::after {
  bottom: -5px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

footer {
  background: linear-gradient(#71b526, #0099a7);
  background-size: contain;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: auto;
  color: white;
  display: flex;
  align-items: center;
}
footer img {
  max-width: 200px !important;
  height: auto;
}
footer .date {
  display: inline-block;
  margin-top: 20px;
}
footer .footer_menu {
  align-items: center;
}
footer .footer_menu p {
  color: white;
}
footer .footer_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer_menu ul a {
  color: white;
}

.legals {
  background: #ececec;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.legals ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: flex;
}
.legals ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 49%;
}
.legals ul li.text-right {
  margin-left: auto;
  text-align: right;
}

ul.socials {
  display: flex;
  flex-direction: row;
}
ul.socials li {
  margin: 0 10px 0 0;
  padding: 0;
}
ul.socials li img {
  width: 40px;
  height: auto;
}

.woocommerce footer img {
  max-width: 200px;
  height: auto;
}

.btn, .btn_outline_reversed, .btn_outline, .btn_reverse {
  background-color: #71b526;
  color: white;
  cursor: pointer;
  display: flex;
  align-self: flex-start;
  padding: 16px 24px;
  transition: all 0.5s ease;
  text-align: left;
  font-family: "Poppins Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media (max-width: 1024px) {
  .btn, .btn_outline_reversed, .btn_outline, .btn_reverse {
    padding: 16px 24px;
    font-size: 12px;
  }
}
.btn:hover, .btn_outline_reversed:hover, .btn_outline:hover, .btn_reverse:hover {
  background-color: #71b526;
  text-decoration: none;
  color: white;
}

.btn_reverse {
  background: white;
  color: #2d2d2d;
}
.btn_reverse:hover {
  color: white;
  background-color: #71b526;
}

.btn_outline {
  background: transparent;
  color: #2d2d2d;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.btn_outline:hover {
  color: #71b526;
  border: 1px solid #71b526;
  background: transparent;
}

.btn_outline_reversed {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn_outline_reversed:hover {
  background: transparent;
  color: #71b526;
  border: 1px solid #71b526;
}

.page_banner {
  height: 30dvh;
  background: url(images/header-bg.webp) center center no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cart_wrap {
  padding: 30px 0;
}
.cart_wrap .inner {
  flex-wrap: wrap;
}

#home_wrap {
  min-height: 4000px;
}

.card_bit {
  margin-top: 350px;
  position: relative;
  background: #fff;
  padding-bottom: 100px;
}

@keyframes banner {
  0% {
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }
  30% {
    clip-path: polygon(0 49.5%, 100% 49.5%, 100% 50.5%, 0 50.5%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home_banner_slider {
  position: relative;
}

.payaz_intro h2 {
  background: -webkit-linear-gradient(#71b526, #0099a7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  padding-bottom: 0.2em;
  margin-bottom: 30px;
}

.why_payaz {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background: #fff;
}
.why_payaz h2 {
  font-size: 60px;
  color: white;
  font-family: "Poppins Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.2em;
  margin-bottom: 30px;
}
.why_payaz p {
  color: white;
}
.why_payaz .e-con.title_section {
  position: sticky;
  top: 100px;
}
.why_payaz .card_wrap {
  position: relative;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.why_payaz .e-con.card {
  width: 100%;
  height: 290px;
  padding: 20px 30px;
  border-radius: 8px;
  border: 1px solid #71b526;
  display: flex;
  flex-direction: column;
  position: sticky;
  background: white;
  overflow: hidden;
  padding: 0;
}
.why_payaz .e-con.card .e-con-inner {
  padding-top: 0;
}
@media (max-width: 767px) {
  .why_payaz .e-con.card {
    height: auto;
  }
}
.why_payaz .e-con.card h3 {
  font-family: "Poppins Bold", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  color: #002559;
  margin-bottom: 0;
  padding: 15px 20px;
  background: #1f1d5a;
  background: linear-gradient(to right, #1baab0, #54dc9d);
  color: white;
}
.why_payaz .e-con.card p {
  color: #002559;
  padding: 15px 20px;
}
.why_payaz .e-con.card img {
  transform: translateY(-30px);
}
.why_payaz .e-con.card1 {
  top: 100px;
  z-index: 1;
}
.why_payaz .e-con.card2 {
  top: 180px;
  z-index: 2;
}
.why_payaz .e-con.card3 {
  top: 260px;
  z-index: 3;
}
.why_payaz .e-con.card4 {
  top: 340px;
  z-index: 4;
}
.why_payaz .e-con.card5 {
  top: 420px;
  z-index: 5;
}
.why_payaz .e-con.card6 {
  top: 500px;
  z-index: 6;
}

.page_banner h1 {
  color: white;
}

.charirty_case p {
  color: white;
}
.charirty_case a {
  color: white;
}
.charirty_case.light p {
  color: #002559;
}
.charirty_case.light a {
  color: #71b526;
}

/* -----------------------------

*/
.top-nav ul li.gal-link {
  display: none;
}

.page-give-a-little .menu-item-23,
.page-give-a-little .menu-item-1421,
.page-give-a-little .menu-item-49257,
.page-give-a-little .menu-item-49225,
.cat_givealittle .menu-item-23,
.cat_givealittle .menu-item-1421,
.cat_givealittle .menu-item-49257,
.cat_givealittle .menu-item-49225 {
  display: none;
}
.page-give-a-little .top-nav ul li.gal-link,
.cat_givealittle .top-nav ul li.gal-link {
  display: inline-flex;
}

.elementor-widget-wc-categories .woocommerce ul.products li.product-category img {
  display: none;
}
.elementor-widget-wc-categories .woocommerce ul.products li.product-category .woocommerce-loop-category__title mark {
  display: none;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}
.woocommerce ul.products li.product a.button {
  display: none;
}

.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
  display: block;
  position: relative;
  overflow: hidden;
}
.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link .product-image {
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link .product-image .box {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link:hover .product-image .box {
  bottom: 0;
}

.elementor-products-grid ul.products.elementor-grid li.product .product-details {
  background: white;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 20px;
  border-radius: 0 0 6px 6px;
}
.elementor-products-grid ul.products.elementor-grid li.product .product-details .price {
  margin-bottom: 0;
}

.shop_categories {
  position: sticky !important;
  top: 50px;
}

.product_images_section {
  position: sticky !important;
  top: 50px;
}

.woocommerce-currency-switcher .selector {
  background: white;
  border-radius: 6px;
}

.woocommerce-currency-switcher:hover {
  background: white;
  border-radius: 6px 6px 0 0;
}

.woocommerce-currency-switcher .dropdown-content {
  display: block;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.woocommerce-currency-switcher .chevron-down {
  font-size: 10px;
  padding: 0 10px !important;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 0 !important;
}

div.product div.images .woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  border-radius: 6px;
  overflow: hidden;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(1) {
  width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: calc(25% - 6px);
  display: inline-block;
}

.custom_product_loop .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 1rem;
  width: 100%;
  margin-bottom: 4rem;
  justify-items: stretch;
}
.custom_product_loop .products-grid > * {
  min-width: 0;
}
.custom_product_loop .product-card:hover .product_image .box {
  bottom: 0;
}
.custom_product_loop .product-card .product_image {
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  border: 1px solid #efefef;
  aspect-ratio: 1/1;
}
.custom_product_loop .product-card .product_image .box {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.custom_product_loop .product-card .product_image img {
  width: 100%;
  height: auto;
}
.custom_product_loop .product-card .product_details {
  background: white;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 20px;
  border-radius: 0 0 6px 6px;
}
.custom_product_loop .product-card .product_details h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
  min-height: 60px;
  color: #71b526;
}
.custom_product_loop .product-card .product_details .price {
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 0.857em;
}

.woocommerce-cart-form {
  width: 100%;
}

/*

CONTACT FORM7 Updated Styles

*/
.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

.wpcf7-form,
.wpcf7 {
  width: 100%;
}

.form-row {
  margin-bottom: 15px;
}

.wpcf7-radio {
  padding: 10px 0 15px 0;
  display: block;
}

.wpcf7-response-output {
  border: none !important;
  margin: 0 0 10px 0 !important;
  padding: 10px !important;
  border-radius: 6px;
}

.wpcf7-validation-errors {
  background: #dba92e;
  color: white;
}

.wpcf7-mail-sent-ok {
  background: #71b526;
  color: white;
}

.wpcf7-mail-sent-ng {
  background: #dba92e;
  color: white;
}

span.wpcf7-not-valid-tip {
  background: #dba92e;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 6px 6px;
  font-size: 12px;
  display: inline-block;
  margin-left: 4px;
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=url],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=datetime],
form input[type=datetime-local],
form input[type=week],
form input[type=number],
form input[type=search],
form input[type=tel],
form input[type=color],
form select,
form textarea {
  width: 100%;
  padding: 5px;
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 16px;
}

form input[type=submit] {
  background: #71b526;
  border-radius: 6px;
  border: none;
  vertical-align: middle;
  padding: 5px 14px;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]) {
  padding: 5px;
  display: inline-block;
  border: 1px solid #ebebeb;
  box-shadow: inset 0 1px 3px #3a3a3a;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
form input[type=color] {
  padding: 0.2em 0.5em;
}

form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=date]:focus,
form input[type=month]:focus,
form input[type=time]:focus,
form input[type=datetime]:focus,
form input[type=datetime-local]:focus,
form input[type=week]:focus,
form input[type=number]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=color]:focus,
form select:focus,
form textarea:focus {
  outline: 0;
  border-color: #ebebeb;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type]):focus {
  outline: 0;
  border-color: #ebebeb;
}

form input[type=file]:focus,
form input[type=radio]:focus,
form input[type=checkbox]:focus {
  outline: thin solid #ebebeb;
  outline: 1px auto #ebebeb;
}

form .checkbox,
form .radio {
  margin: 0.5em 0;
  display: block;
}

form input[type=text][disabled],
form input[type=password][disabled],
form input[type=email][disabled],
form input[type=url][disabled],
form input[type=date][disabled],
form input[type=month][disabled],
form input[type=time][disabled],
form input[type=datetime][disabled],
form input[type=datetime-local][disabled],
form input[type=week][disabled],
form input[type=number][disabled],
form input[type=search][disabled],
form input[type=tel][disabled],
form input[type=color][disabled],
form select[disabled],
form textarea[disabled] {
  cursor: not-allowed;
  background-color: #ebebeb;
  color: #3a3a3a;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #ebebeb;
  color: #3a3a3a;
}

form input[readonly],
form select[readonly],
form textarea[readonly] {
  background-color: #ebebeb; /* menu hover bg color */
  color: #2d2d2d; /* menu text color */
  border-color: #ebebeb;
}

form input:focus:invalid,
form textarea:focus:invalid,
form select:focus:invalid {
  color: #c33333;
  border-color: #3a3a3a;
}

form input[type=file]:focus:invalid:focus,
form input[type=radio]:focus:invalid:focus,
form input[type=checkbox]:focus:invalid:focus {
  outline-color: #3a3a3a;
}

form select {
  /* Normalizes the height; padding is not sufficient. */
  height: 2.25em;
  border: 1px solid #ebebeb;
  background-color: white;
}

form select[multiple] {
  height: auto;
}

form label {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}

form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}

form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #2d2d2d;
  border-bottom: 1px solid #ebebeb;
}

.form-stacked input[type=text],
.form-stacked input[type=password],
.form-stacked input[type=email],
.form-stacked input[type=url],
.form-stacked input[type=date],
.form-stacked input[type=month],
.form-stacked input[type=time],
.form-stacked input[type=datetime],
.form-stacked input[type=datetime-local],
.form-stacked input[type=week],
.form-stacked input[type=number],
.form-stacked input[type=search],
.form-stacked input[type=tel],
.form-stacked input[type=color],
.form-stacked input[type=file],
.form-stacked select,
.form-stacked label,
.form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}

.form-aligned input,
.form-aligned textarea,
.form-aligned select,
.form-aligned .help-inline,
.form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.form-aligned textarea {
  vertical-align: top;
}

/* Aligned Forms */
.form-aligned .control-group {
  margin-bottom: 0.5em;
}

.form-aligned .control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}

.form-aligned .controls {
  margin: 1.5em 0 0 11em;
}

/* Rounded Inputs */
form input.input-rounded,
form .input-rounded {
  border-radius: 6px;
  padding: 0.5em 1em;
}

@media only screen and (max-width: 480px) {
  form button[type=submit] {
    margin: 0.7em 0 0;
  }
  form input:not([type]),
  form input[type=text],
  form input[type=password],
  form input[type=email],
  form input[type=url],
  form input[type=date],
  form input[type=month],
  form input[type=time],
  form input[type=datetime],
  form input[type=datetime-local],
  form input[type=week],
  form input[type=number],
  form input[type=search],
  form input[type=tel],
  form input[type=color],
  form label {
    margin-bottom: 0.3em;
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */