/*!
Theme Name: vst_tractors
Theme URI: https://vsttractors.com
Author: vsttractors
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vst_tractors
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vst_tractors is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Open Sans, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Open Sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

video {
  width: 100%;
  height: 100vh;
  -o-object-fit:cover;
     object-fit:cover;
}

#testimonial-slider .splide__slide.bg-white.is-visible.is-next .testimonial-description{
  font-size: 16px;
  text-align: justify;
  color:#394050;
  font-weight: 400;
}

#testimonial-slider .splide__slide.bg-white {
  box-shadow: 0px 1.54px 3.07px 0px #2825230A;
}

#testimonial-slider .splide__slide.is-next .customerimage
{
  height: 72.19px;
  width: 72.19px;
}

#testimonial-slider .splide__slide.bg-white.is-visible.is-next {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

#testimonial-slider .splide__slide.bg-white.is-visible.is-next .testimonial-name-box
{
  padding-top: 30px!important;
}

#testimonial-slider .testimonial-slider-list
{
  align-items: center!important;
  min-height:415px;
  height: auto;
}

.video-modal {
  display: none!important;
}

.video-modal.active {
  display: flex!important;
}

.video-modal-content iframe {
  width: 1200px;
  height: calc(100vh - 10em);
}

.mb-5{
  margin-bottom:2rem;
}

.top-35vh{
  top:40vh;
}

.z-index-999{
  z-index:999;
}

.bg-green{
  background-color: #008c44;
}

.w-50px{
  width:50px
}

.bb-1px{
  border-bottom:1px solid #fff;
}

.bb-1px:last-child{
  border-bottom:0;
}

.social-icon-top{
  padding:15px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.btl-bbl-10{
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
}

.top-30{
  top:30px
}

.left-30{
  left:30px
}

.h-100{
  height:100%;
}

.w-100{
  width:100%;
}

.image-shadow{
  background-color:#cae2d5
}

.w-90{
  width:90%
}

#site-navigation, .max-w-1440{
  width:100%;
  max-width: 1440px;
  margin: 0 auto;
}

.max-w-1052{
  max-width:1052px;
  width:100%;
  margin:0 auto;
}

#testimonial-slider .splide__slide.bg-white{
  font-size:12px !important;
  transition: all 0.3s ease-out;
}

#testimonial-slider .splide__slide.bg-white.is-visible.is-next{
  font-size:16px !important;
  transform: translateY(0);
}

.cust-gal .owl-item .item.active{
  border: 3px solid #008C44 !important;
  background-color:rgb(231 242 237 / var(--tw-bg-opacity))!important;
  border-radius:20px !important;
  transition: all 1s ease-out;
}

.cust-gal .owl-item .item{
  border: 1px solid #CACACA !important;
  border-radius:20px !important;
}

.owl-carousel .owl-stage-outer{
  padding-bottom:1.5rem;
}

@keyframes infiniteZoom {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.infinite-zoom {
  animation: infiniteZoom 25s linear infinite;
}

.content p {
  margin-bottom: 1.5rem;
  /* Add spacing between paragraphs */
}

img {
  max-width: 100%;
  height: auto;
}

/* dhanuja */

.category-active {
  border-color: #008c44 !important;
  opacity: 1 !important;
  background-color: rgb(231 242 237 / var(--tw-bg-opacity)) !important;
}

.image-default {
  filter: grayscale(100%) brightness(0.8);
  transition: filter 0.3s ease;
}

.active .image-default {
  filter: none;
}

.active-tab {
  color: #008c44 !important;
  border-color: #008c44 !important;
  font-weight: 600 !important;
}

.tab-button {
  font-weight: 400;
  font-size: 20px;
  padding: 10px 0;
  text-align: left;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition: border-color 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  color: #404040;
  position: relative;
}

.tab-button:first-child {
  padding-left: 0;
}

.tab-button:hover,
  .tab-button:focus {
  color: #008c44;
}

.hp-range-container {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
}

.tab-content {
  margin-top: 20px;
}

.hidden {
  display: none;
}

/* Mobile and tablet styles */

@media (max-width: 768px) {
  .tab-header-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
  }

  .tab-header-container::-webkit-scrollbar {
    display: none;
  }

  .tab-button {
    display: inline-block;
    white-space: nowrap;
  }

  .section-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
  }

  .section-container::-webkit-scrollbar {
    display: none;
  }

  .section-container > div {
    margin: 0 10px;
    padding: 0 10px;
  }
}

#primary-menu li a {
  color: #fff;
}

/* sam updated 7:35pm - 08/08/2024 */

@media (max-width:767px){
  .\!right-0 {
    right: 15px !important;
  }

  .left-30 {
    left: 15px;
  }

  .top-30 {
    top: 15px;
  }

  .owl-carousel .owl-stage-outer {
    padding-bottom: .5rem;
  }

  #testimonial-slider .splide__slide.is-next .customerimage {
    height: 30px;
    width: 30px;
  }

  .h-\[52px\] {
    height: 25px;
  }

  .w-\[55px\] {
    width: 30px;
  }

  .h-\[55px\] {
    height: 30px;
  }

  .testimonial-splide .splide__track{
    padding-left: 15% !important;
    padding-right: 15% !important;
  }

  #testimonial-slider .splide__slide.bg-white {
    width: calc(100% + 0px) !important;
    font-size: 10px !important;
  }

  #testimonial-slider .testimonial-slider-list {
    min-height: 250px;
  }

  .splide__arrow--prev {
    left: auto !important;
    right: 4rem;
  }

  .splide__arrows--ltr{
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .h-\[345px\] {
    height: 225px;
  }

  .text-\[12px\] {
    font-size: 8px;
  }

  .text-sm {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .mt-minus-75{
    margin-top: -25px;
    border-radius: 15px;
    box-shadow: 0 2px 4px #ddd;
    padding:10px 15px;
    background-color:rgb(255 255 255 / 90%);
    z-index: 1;
    position: relative;
  }

  .text-\[45px\] {
    font-size: 22px;
  }

  .text-\[30px\] {
    font-size: 18px;
  }

  .h-\[280px\] {
    height: 100px;
  }

  .min-h-\[280px\] {
    min-height: 90px;
  }

  .text-lg {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .text-4xl {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .h-screen, video {
    height: 65vh;
  }

  .pb-25vh {
    padding-bottom: 13vh;
  }

  .d-none-mobile{
    display:none;
  }

  #mobile-menu {
    position: fixed;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    background:transparent;
    z-index: 1000;
    display: none;
  }

  #menu-close {
    position: absolute;
    top: 25px;
    right: 8px;
  }

  .block>div{
    padding:10px 0;
  }

  #mobile-menu ul li{
    padding:10px 0;
  }

  .m-text-white{
    color:#fff !important
  }

  #colophon{
    padding-bottom:48px;
  }
}

@media (min-width: 768px) {
  .md\:border-bottom-0{
    border-bottom:0
  }

  .md\:show{
    display:block;
  }

  .md\:flex-nowrap{
    flex-wrap:nowrap
  }
}

@media (max-width:1700px){
  .h-\[360px\]{
    height:100%;
  }
}

.cust-gal .owl-item .item{
  transition: all 1s ease-out;
}

.cust-gal .owl-item:hover .item{
  border: 3px solid #008C44 !important;
  background-color: rgb(231 242 237 / var(--tw-bg-opacity));
  border-radius: 20px !important;
  transition: all 1s ease-out;
}

#testimonial-slider .splide__slide.bg-white{
  padding-bottom: 15px !important;
  font-size:12px !important;
  transition: all 0.3s ease-out;
}

#testimonial-slider .splide__slide.bg-white.is-visible.is-next{
  padding-top: 30px !important;
  padding-bottom: 15px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-size:16px !important;
  transition: all 0.3s ease-out;
}

/* about page - started 8:15pm - 08/08/2024 */

.about-banner{
  overflow-x: hidden;
  max-width: 100%;
  height: 85vh;
}

.cust-galabout .owl-dots {
  padding-left: 0;
  margin-top:0;
  position: absolute;
  bottom: 15px;
}

.pl-16{
  padding-left:6rem
}

.pb-50{
  padding-bottom:5rem
}

.mb-50{
  margin-bottom:5rem
}

.cust-gal-auto-nav button{
  align-items: center;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 242 237 / var(--tw-bg-opacity)) !important;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  height: 3em;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 45% !important;
  transform: translateY(-50%);
  width: 3em;
  z-index: 1;
}

.owl-carousel.cust-galcorporate-responsibity .owl-item img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.owl-carousel.cust-galcorporate-responsibity .owl-nav{
  width:100%;
}

.corporate-responsibility .owl-carousel .owl-item:not(.center) {
  opacity: 0.5 !important;
}

.pb-25vh {
  padding-bottom: 13vh;
}

@media (min-width: 768px) {
  .md\:hidden {
    display: none!important;
  }

  .md\:show {
    display: block!important;
  }
}

/* sam updated - 9:10am - 09/08/2024 */

@media (max-width: 1700px) {
  .h-\[360px\] {
    height: 100% !important;
  }
}

.cust-gal-auto-nav .owl-item .bg-white{
  border:1px solid #008C44 !important
}

.cust-gal .owl-item:hover .item{
  border: 1px solid #008C44 !important;
  background-color: rgb(231 242 237 / var(--tw-bg-opacity));
  border-radius: 20px !important;
  transition: all 1s ease-out;
}

.cust-galabout .owl-dots {
  padding-left: 0;
  margin-top:0;
  position: absolute;
  bottom: 0;
}

.h-400{
  height:360px;
  overflow:hidden;
}

/* sam - 10.45am - 09/08/2024 */

.cust-galabout .owl-stage{
  display:flex;
  align-items:flex-end;
}

.cust-galabout .image-container{
  height:400px
}

.cust-galabout .image-container>img{
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/* sam added - 12:35pm - 09/08/2024 */

.h-400{
  height:360px!important;
  overflow:hidden;
}

@media (max-width:1600px){
  .h-400 {
    height: 100%!important;
  }
}

/* sam added - 12:35pm - 09/08/2024 */

.h-400{
  height:360px;
  overflow:hidden;
}

.grid-cols-\[60\%\2c 30\%\] {
  grid-template-columns: 60% 35%;
}

.cust-galabout .image-container>img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}

.about-banner>img{
  height:85vh;
}

.top-15{
  top:15%;
}

@media (max-width:1600px){
  .h-400 {
    height: 100%;
  }
}

/* sam - 6:38pm - 09/08/2024 */

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.owl-carousel.cust-galabout .owl-stage-outer {
  padding-bottom: 0;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.rounded-tl-r{
  border-top-left-radius:15px
}

.cust-galabout .owl-dots {
  padding-left: 0;
  margin-top: 0;
  position: absolute;
  bottom: 50px;
}

.mt-100{
  margin-top:100px;
}

section.about-banner.banner{
  height:100vh;
}

section.about-banner.banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0.7) 45%, rgba(255, 255, 255, 0) 100%);
}

.cust-galcorporate-responsibity .owl-item.active.center .item img{
  transform:scale(1.5);
  transition: transform 1s ease-in-out;
  height:300px
}

.cust-galcorporate-responsibity .owl-item.active.center .zoom-scale-1-5{
  transform:scale(1.5);
  transition: transform 1s ease-in-out;
  right: -100px;
}

.owl-carousel.cust-galcorporate-responsibity .owl-item img {
  height: 750px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  transform:scale(.45);
  transition: transform 1s ease-in-out;
}

.cust-galcorporate-responsibity .owl-stage {
  padding-left: 0 !important;
  /* Ensure padding works properly */
  padding-right: 0 !important;
  /* Ensure padding works properly */
  display:flex;
  align-items:center;
  height: 450px;
}

@media (max-width:1450px){
  .cust-galcorporate-responsibity .owl-item.active.center .zoom-scale-1-5 {
    transform: scale(1.5);
    transition: transform 1s ease-in-out;
    right: -70px;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.scrollable {
  height: 500px;
  overflow-y: scroll;
}

/* sam added - 10:30am - 10/08/2024 */

section.about-banner.banner{
  height:85vh;
}

.order-1{
  order:1
}

.order-2{
  order:2
}

@media (max-width:767px){
  .pl-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  section.about-banner.banner {
    height: auto;
  }

  .cust-galabout .owl-stage {
    align-items: flex-start;
  }

  .about-us-slider{
    margin-top:100px
  }

  .object-fit-cover{
    -o-object-fit:cover;
       object-fit:cover;
  }

  img.rounded-tl-r{
    border-top-left-radius:0;
    width:100% !important;
  }

  .cust-galabout .image-container{
    position:relative;
    padding-right:15px !important
  }

  .cust-galabout .image-container:before{
    content: '';
    position: absolute;
    top: -10px;
    right: 0px;
    height: 70%;
    width: 60%;
    background-color: #2c8959;
    z-index: -1;
  }

  .cust-galabout .image-container>img {
    padding-right: 15px;
  }

  .owl-carousel.cust-galabout .owl-stage-outer {
    padding-bottom: 60px;
  }

  #values .values-lists {
    margin: 20px 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #missionVission .splide__list {
    display: inline-block;
  }

  #missionVission .splide__list>li{
    width:100% !important;
  }

  #missionVission .splide__list>li:first-child{
    margin-top:30%;
  }
}

@media (min-width:768px){
  .md\:pr-3{
    padding-right:1.2rem !important;
  }

  .md\:pl-3{
    padding-left:1.2rem !important;
  }

  .md\:order-1{
    order:1;
  }

  .md\:order-2{
    order:2;
  }

  .md\:justify-between{
    justify-content:space-between !important;
  }

  .md\:none{
    display:none
  }
}

@media (max-height:650px){
  section.about-banner.banner{
    height:100vh;
  }
}

/* sam added - 12.40pm - 10/08/2024 */

.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}

.mt-5, .my-5 {
  margin-top: 3rem !important;
}

.banner-padding-left{
  padding-left:6rem
}

.p-2 {
  padding: .5rem !important;
}

.cust-galcorporate-responsibity .owl-item.active.center .csr-img-content:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transform: scale(1.5);
}

.cust-galcorporate-responsibity .owl-item.active.center .zoom-scale-1-5 {
  transform: scale(1.5);
  transition: transform 1s ease-in-out;
  right: -100px;
  z-index:2;
}

.h-40-m{
  height:40px
}

.cust-galabout .image-container>img {
  margin-left: 10px;
}

button{
  outline:none !important;
}

.milestone-slider .scroll-content{
  justify-content: space-evenly;
  display: flex;
}

@media (max-width:767px){
  #sustainability-item .sustainability-grid{
    display: flex;
    flex-wrap: wrap;
  }

  #sustainability-item .sustainability-item{
    width: 45%;
    float: left;
    padding: 1%;
  }

  .banner-padding-left {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-\[45px\] {
    font-size: 30px !important;
  }

  .leading-\[34px\] {
    line-height: 30px;
  }

  .text-\[30px\] {
    font-size: 22px;
  }

  .text-\[18px\] {
    font-size: 16px;
  }

  .text-\[20px\] {
    font-size: 18px;
  }

  .text-\[24px\] {
    font-size: 22px;
  }

  .text-\[40px\] {
    font-size: 28px;
  }

  .cust-galcorporate-responsibity .owl-item.active.center .item img, .owl-carousel.cust-galcorporate-responsibity .owl-item img {
    transform: scale(1);
    height: 300px;
  }

  .cust-galcorporate-responsibity .owl-item.active.center .zoom-scale-1-5 {
    transform: scale(1);
    right: 0px;
  }

  .cust-galcorporate-responsibity .owl-stage {
    height: auto;
  }

  .px-10-percentage {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  .corporate-responsibility .owl-carousel .owl-stage-outer {
    padding-bottom: 0 !important;
  }
}

@media (min-width:768px){
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pr-8 {
    padding-right: 2rem !important;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px !important;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .innovation-none-m{
    display:none;
  }
}

/* sam - 8.30pm - 10/08/2024 */

.h-125px{
  height:125px
}

.w-125px{
  width:125px
}

.br-15{
  border-radius:15px;
}

.pr-4{
  padding-right:1rem;
}

@media (max-width:767px){
  .text-3xl {
    font-size: 1.15rem;
    line-height: 1.8rem;
  }

  .text-\[14px\] {
    font-size: 12px;
  }

  .scrollable .text-sm {
    font-size: 0.75rem;
    line-height: 1rem;
    display: inline-block;
  }

  section.about-banner.banner, .h-screen, video {
    height: 100%;
  }
}

@media (min-width:768px){
  .md\:pr-5{
    padding-right:3rem
  }

  .md\:grid-cols-\[70\%\2c 30\%\] {
    grid-template-columns: 70% 30%;
  }
}

.line {
  border-color: #008c44;
}

/* sam added - 7:10pm - 11/08/2024 */

@media (max-width:767px){
  .height-mobile-65vh{
    height:65vh
  }

  .bottom-padding-mobile-15vh{
    padding-bottom:15vh
  }

  .cust-gal .owl-item{
    height: 225px;
  }

  .h-\[280px\] {
    height: 100px !important;
  }

  .min-h-\[280px\] {
    min-height: 90px !important;
  }

  .text-4xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .mt-minus-75 {
    margin-top: -25px;
    border-radius: 15px;
    box-shadow: 0 2px 4px #ddd;
    padding: 15px 14px;
    background-color: rgb(255 255 255 / 90%);
    z-index: 1;
    position: relative;
  }

  .text-lg {
    font-size: .9rem;
    line-height: 1.25rem;
  }

  .text-\[18px\] {
    font-size: 16px !important;
    line-height: 30px !important;
  }

  .text-\[30px\] {
    font-size: 22px !important;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: -55% !important;
  }

  #testimonial-slider .splide__slide.bg-white {
    font-size: 10px !important;
  }
}

@media (max-width:1023px){
  .d-none-mobile{
    display:none;
  }

  #mobile-menu {
    position: fixed;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    background:transparent;
    z-index: 1000;
  }

  #menu-close {
    position: absolute;
    top: 25px;
    right: 20px;
  }

  .block>div{
    padding:10px 0;
  }

  #mobile-menu ul li{
    padding:10px 0;
  }

  .m-text-white{
    color:#fff !important
  }

  .\!right-0 {
    right: 15px !important;
  }

  .left-30 {
    left: 15px;
  }

  .top-30 {
    top: 15px;
  }

  .owl-carousel .owl-stage-outer {
    padding-bottom: .5rem;
  }

  #testimonial-slider .splide__slide.is-next .customerimage {
    height: 30px;
    width: 30px;
  }

  .h-\[52px\] {
    height: 25px;
  }

  .w-\[55px\] {
    width: 30px;
  }

  .h-\[55px\] {
    height: 30px;
  }

  .testimonial-splide .splide__track{
    padding-left: 15% !important;
    padding-right: 15% !important;
  }

  #testimonial-slider .splide__slide.bg-white {
    width: calc(100% + 0px) !important;
    font-size: 10px !important;
  }

  #testimonial-slider .testimonial-slider-list {
    min-height: 250px;
  }

  .splide__arrow--prev {
    left: auto !important;
    right: 4rem;
  }

  .splide__arrows--ltr{
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .h-\[345px\] {
    height: 225px;
  }

  .text-\[12px\] {
    font-size: 8px;
  }

  .text-sm {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .mt-minus-75{
    margin-top: -25px;
    border-radius: 15px;
    box-shadow: 0 2px 4px #ddd;
    padding:10px 15px;
    background-color:rgb(255 255 255 / 90%);
    z-index: 1;
    position: relative;
  }

  .text-\[45px\] {
    font-size: 22px;
  }

  .text-\[30px\] {
    font-size: 18px;
  }

  .h-\[280px\] {
    height: 100px;
  }

  .min-h-\[280px\] {
    min-height: 90px;
  }

  .text-lg {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .text-4xl {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .h-screen, video {
    height: 65vh;
  }

  .pb-25vh {
    padding-bottom: 13vh;
  }
}

@media (min-width: 1024px) {
  #primary-menu {
    display: flex !important;
    /* Show the menu in desktop view */
    position: static;
    /* Remove absolute positioning */
    background-color: transparent;
    /* No background in desktop */
  }

  .custom-flex {
    flex-direction: row !important;
  }

  .lg\:hidden, #menu-toggle{
    display:none !important;
  }

  .lg\:grid-cols-2 {
  }

  .lg\:w-auto{
    width:auto !important
  }
}

@media (min-width:1024px) and (max-width:1128px){
  #primary-menu li a, #masthead a, #masthead .country select, #masthead .language select {
    font-size: 12px !important;
  }
}

/* sam added - 8:15am - 12/08/2024 */

.heihgt-50px{
  height:50px !important;
}

.heihgt-65px{
  height:65px !important;
}

.flex-0-0-100px{
  flex: 0 0 100px;
  /* Flex-grow: 0, Flex-shrink: 0, Flex-basis: 100px */
  box-sizing: border-box;
  /* Ensures padding and borders are included in the width */
}

.items-stretch, .product-slide .owl-stage{
  align-items: stretch !important;
  display:flex !important;
}

.ml-3, .mx-3 {
  margin-left: 1rem !important;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.ml-2, .mx-2 {
  margin-left: .5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: .5rem !important;
}

.mt-2, .my-2 {
  margin-top: .5rem !important;
}

.mr-2, .mx-2 {
  margin-right: .5rem !important;
}

.pl-1, .px-1 {
  padding-left: .25rem !important;
}

.pr-1, .px-1 {
  padding-right: .25rem !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.h-100{
  height:100% !important;
}

.product-slide .owl-item .category-content img{
  filter: grayscale(100%);
}

.product-slide .owl-item:hover img, .product-slide .owl-item .category-content.active img{
  filter: grayscale(0);
}

.product-slide .owl-item .category-content.active{
}

@media (min-width: 1280px) {
  .xl\:justify-between{
    justify-content:space-between !important;
  }
}

/* sam added - 3:50pm - 12/08/2024 */

.height-500px{
  height:500px;
}

.ms-3{
  margin-left:0.75rem !important
}

.country-flag-icon{
  height:15px
}

.box-shadow-5px-1px-ddd{
  box-shadow: 0 0px 5px 1px #ddd;
}

.vision-mission-bg-img{
  background-image:url(http://wordpress.doodlebluelive.com/vst_international/wp-content/uploads/2024/08/bg-vision-mission.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  padding: 3rem 0 !important;
}

.bg-image-left-right-product::before{
  content:'';
  position:absolute;
  left:0;
  width:100%;
  height:100%;
  background-image:url('http://wordpress.doodlebluelive.com/vst_international/wp-content/uploads/2024/08/Rectangle-22115.png');
  background-size:contain;
  background-position:top left;
}

.bg-image-left-right-product::after{
  content:'';
  position:absolute;
  right:0;
  width:100%;
  height:100%;
  background-image:url('http://wordpress.doodlebluelive.com/vst_international/wp-content/uploads/2024/08/Rectangle-22115.png');
  background-size:contain;
  background-position:top right;
}

@media (max-width:450px){
  .gap-8 {
    gap: 1rem;
  }

  .text-\[24px\] {
    font-size: 18px;
  }
}

@media (max-width:767px){
  .height-500px {
    height: 200px;
  }

  .text-medium-mobile{
    font-size:.9rem !important
  }

  .text-\[24px\] {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:ps-5{
    padding-left:3rem !important;
  }

  .lg\:pe-5{
    padding-right:3rem !important;
  }

  .lg\:text-justify{
    text-align:justify !important
  }

  .lg\:mb-5{
    margin-bottom:3rem !important
  }

  .lg\:mt-5{
    margin-top:3rem !important
  }

  .lg\:pb-5{
    padding-bottom:3rem !important
  }

  .innovation-none-m{
    display:none !important
  }
}

/* sam added - 4pm - 13/08/2024 */

.bottom-padding-mobile-15vh {
  padding-bottom: 15vh;
}

.bg-image-left-right-product::before{
  content: '';
  position: absolute;
  left: 0;
  top: 250px;
  width: 100%;
  height: 200%;
  background-image: url(http://wordpress.doodlebluelive.com/vst_international/wp-content/uploads/2024/08/Rectangle-22115.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.bg-image-left-right-product::after{
  content: '';
  position: absolute;
  right: 0;
  top: 450px;
  width: 100%;
  height: 200%;
  background-image: url(http://wordpress.doodlebluelive.com/vst_international/wp-content/uploads/2024/08/Rectangle-22104.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}

@media (max-width:767px){
  .text-2xl {
    font-size: 1rem;
    line-height: 1rem;
  }
}

.category-active-tab{
  color:#008c44 !important;
}

.product-slide .owl-item:hover img, .product-slide .owl-item .category-content.active img{
  filter: grayscale(0) !important;
}

/* sam added - 5:5pm - 13/08/2024 */

.product-slide .owl-item:hover img, .product-slide .owl-item .category-content.category-active img{
  filter: grayscale(0) !important;
}

.margin-top-m-125{
  margin-top:-125px;
  z-index:2;
}

.bg-image-left-right-product::before {
  content: '';
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 200%;
  background-image: url(http://wordpress.doodlebluelive.com/vst_international/wp-content/uploads/2024/08/Rectangle-22115.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.bg-image-left-right-product::after {
  content: '';
  position: absolute;
  right: 0;
  top: 125px;
  width: 100%;
  height: 200%;
  background-image: url(http://wordpress.doodlebluelive.com/vst_international/wp-content/uploads/2024/08/Rectangle-22104.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}

.text-start, .w-\[278px\]>h2.text-center{
  text-align:left !important;
}

@media (max-width:767px){
  .margin-top-m-125{
    margin-top:-25px;
  }

  .h-32 {
    height: 5rem;
  }

  .bg-image-left-right-product::before {
    top: 0px;
    height: 50%;
  }

  .bg-image-left-right-product::after {
    top: 250px;
    height: 50%;
  }

  .text-3xl, .text-4xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .h-screen, video {
    height: 65vh !important;
  }
}

@media (min-width:768px){
  .md\:mt-5{
    margin-top:3rem !important
  }

  .md\:mb-5{
    margin-bottom:3rem !important
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .cust-gal .owl-item {
    height: 225px !important;
  }

  .mt-minus-75 {
    padding: 40px 50px !important;
  }

  .h-screen, video {
    height: 65vh !important;
  }

  .text-\[45px\] {
    font-size: 25px !important;
  }

  .bottom-padding-mobile-15vh {
    padding-bottom: 10vh;
  }

  .md\:mb-12 {
    margin-bottom: 2rem !important;
  }

  #why-choose-us-section .grid{
    display:inline-block;
  }

  #why-choose-us-section .grid .w-full.px-4:first-child{
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 40px;
  }

  .md\:pl-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .splide__arrow--prev {
    left: auto !important;
    right: 6rem;
  }

  .splide__arrow--next {
    right: 2em !important;
  }

  .min-h-\[280px\] {
    min-height: 90px !important;
  }

  .h-\[280px\] {
    height: 100px !important;
  }

  .md\:w-2\/5 {
    width: 75%;
  }

  .bg-image-left-right-product::before {
    top: 90px;
    height: 50%;
  }

  .bg-image-left-right-product::after {
    top: 360px;
    height: 50%;
  }

  .text-3xl, .text-4xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:w-3\/4 {
    width: 100% !important;
  }
}

@media (min-width:1025px) and (max-width:1300px) {
  .md\:pl-0 {
    padding-left: 0px;
    padding-right: 0;
  }

  .cust-gal .owl-item {
    height: 265px !important;
  }

  .min-h-\[280px\] {
    min-height: 150px !important;
  }

  .h-\[280px\] {
    height: 150px !important;
  }

  .text-\[45px\] {
    font-size: 30px !important;
  }

  .text-\[30px\] {
    font-size: 22px;
  }

  .bottom-padding-mobile-15vh {
    padding-bottom: 10vh;
  }

  #why-choose-us-section .grid{
    display:inline-block;
  }

  #why-choose-us-section .grid .w-full.px-4:first-child{
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 40px;
  }

  #primary-menu li a, #masthead a, #masthead .country select, #masthead .language select {
    font-size: 13px !important;
  }

  .md\:w-2\/5 {
    width: 55%;
  }

  .bg-image-left-right-product::before {
    top: 90px;
    height: 50%;
  }

  .bg-image-left-right-product::after {
    top: 360px;
    height: 50%;
  }

  .text-3xl, .text-4xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:w-3\/4 {
    width: 100% !important;
  }

  .md\:px-32 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width:1301px) and (max-width:1600px) {
  .bg-image-left-right-product::before {
    top: 20px;
    height: 140%;
  }

  .bg-image-left-right-product::after {
    top: 220px;
    height: 140%;
  }

  .text-3xl, .text-4xl {
    font-size: 1.65rem;
    line-height: 2.12rem;
  }

  .lg\:w-3\/4 {
    width: 100% !important;
  }

  .md\:px-32 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width:1024px){
  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:order-1{
    order:1 !important;
  }

  .lg\:order-2{
    order:2 !important;
  }
}

/* sam added - 2:05pm - 14/08/2024 */

.overflow-x-auto{
  overflow-x:auto !important;
}

.bottom-padding-mobile-15vh{
  padding-bottom:15vh
}

#become-dealer-modal input, #become-dealer-modal button{
  height:50px;
}

.dealer-bg:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background-color:rgba(0,0,0,0.5);
  z-index:0;
}

@media (max-width:767px){
  .text-3xl, .text-4xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .h-\[600px\] {
    height: 300px;
  }

  .px-96 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .products-tabs-title{
    position:relative;
    overflow-x: auto;
    padding-bottom: 50px;
    border:0 !important;
  }

  .products-tabs-title button.tab-button {
    border-bottom: 2px solid rgb(0 140 68 / var(--tw-border-opacity));
    margin-left: 0 !important;
  }

  .text-\[24px\] {
    font-size: 20px !important;
  }

  #sustainability-item .sustainability-item {
    width: 44%;
    float: left;
    padding: 1%;
  }
}

@media (min-width:400px) and (max-width:600px){
  #values .values-lists {
    width: 50%;
  }
}

@media (min-width:601px) and (max-width:767px){
  #values .values-lists {
    width: 33.33%;
  }
}

@media (min-width:768px) and (max-width:1024px){
  .h-\[600px\] {
    height: 350px;
  }

  .leading-\[34px\] {
    line-height: 28px;
  }

  .max-height-275px{
    max-height:275px;
    overflow:auto;
  }

  .text-\[18px\] {
    font-size: 14px;
  }

  .px-96 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .products-tabs-title{
    position:relative;
    overflow-x: auto;
    padding-bottom: 50px;
    border:0 !important;
  }

  .products-tabs-title button.tab-button {
    border-bottom: 2px solid rgb(0 140 68 / var(--tw-border-opacity));
    margin-left: 0 !important;
    width: 200px;
    font-size: 12px;
  }

  .h-500px{
    height:300px;
  }
}

@media (min-width:1024px){
  .lg\:px-12{
    padding-left:3rem !important;
    padding-right:3rem !important;
  }
}

@media (min-width:1025px) and (max-width:1300px) {
  .px-96 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .max-height-275px{
    max-height:275px;
    overflow:auto;
  }

  .h-\[600px\] {
    height: 400px;
  }
}

/* sam added - 9:10am - 15/08/2024 */

.dealer-bg, .modal .modal-content{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow:auto
}

.text-start{
  /*removed -  , .w-\[278px\]>h2.text-center */
  text-align:left !important;
}

.min-height-100vh{
  min-height:100vh !important;
  overflow:auto !important
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + label {
  color: #16a34a;
}

label {
  cursor: pointer;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tab-header-active-vst {
  background-color: #16a34a;
  color: white;
}

.tab-header-vst {
  background-color: #e7f2ed;
  color: #1f2937;
}

.tab-content {
  background-color: #e7f2ed;
  padding: 10px 20px 10px;
}

.country-tab-vst {
  background-color: #bfecd8;
  border-radius: 40px 0px 0px;
}

.menu-item.menu-item-gtranslate{
  display: none!important;
}

/* sam added - 12:40pm - 15/08/2024 */

.finddealer-section ul li{
  list-style-position: inside;
}

.map-section{
  width:700px;
}

.overflow-auto{
  overflow:auto !important
}

.contact-form-card{
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 20px;
}

.dealer-bg, .modal .modal-content {
  height: 100%;
}

.tractor-container {
  position: relative;
  display: inline-block;
}

.tractor-image {
  width: auto;
  height: 500px;
}

.tractor-dot {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.tooltip-box {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(-10px);
  white-space: nowrap;
  pointer-events: none;
}

.tooltip-box.show {
  opacity: 1;
  transform: translateY(-20px);
}

@media (max-width:450px){
  .map-section{
    width:275px !important;
  }
}

@media (max-width:767px){
  .map-section{
    width:300px;
  }
}

@media (min-width:768px) and (max-width:1024px){
  .map-section{
    width:500px;
  }
}

@media (min-width:1025px) and (max-width:1024px){
  .map-section{
    width:500px;
  }
}

@media (min-width:1025px) and (max-width:1300px) {
  .map-section{
    width:600px;
  }
}

@media (min-width:1024){
  .lg\:mt-0{
    margin-top:0 !important
  }
}

.error{
  margin-top: 10px;
  color:red;
}

/* sam added - 3:40pm - 15-08-2024 */

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

.country, .language {
  position: relative;
  display: inline-block;
  width: auto;
  text-align:right;
  margin-right: 20px;
}

.dropdown-btn {
  padding: 10px;
  background-color: transparent;
  border-radius: 5px;
  cursor: pointer;
  text-align: left;
  position: relative;
  width: auto;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  border: 1px solid white;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 200px;
  top: 50px;
  left: 10px;
  text-align: left;
}

.dropdown-item {
  padding: 10px;
  cursor: pointer;
  text-align: left;
}

.dropdown-item:hover,
.submenu-item:hover {
  background-color: #555;
  /* Change background color on hover */
}

.country.active .dropdown-content, .language.active .dropdown-content {
  display: block;
  /* Show dropdown content when active */
}

.dropdown-content {
  display: none;
  /* Hide dropdown content by default */
  height:auto;
  max-height:250px;
  overflow:auto;
}

.submenu {
  display: none;
  /* Hide submenu by default */
  padding-left: 20px;
  /* Indent submenu items */
}

.has-submenu.active + .submenu {
  display: block;
  /* Show submenu when parent item is active */
}

.submenu .submenu-item {
  padding: 10px;
  /* Padding for submenu items */
}

.dropdown-item.has-submenu {
  display: inline-block;
  position: relative;
  /* Position relative for arrow */
}

.dropdown-btn::after, 
.dropdown-item.has-submenu::after {
  content: '';
  border: solid #fff;
  /* White arrow */
  border-width: 0 2px 2px 0;
  /* Arrow shape */
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  /* Rotate to create arrow effect */
  right: -10px;
  /* Position of the arrow */
  top: 18px;
  /* Position of the arrow */
  position: absolute;
  /* Positioning relative to parent */
}

@media (max-width:1023px){
  #menu-close {
    position: absolute;
    top: 20px;
    right: 28px;
  }

  .header-logo{
    height:32px;
  }

  .dropdown-content {
    position: relative;
    background-color: #fff;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: unset;
    z-index: 1;
    width: 200px;
    top: 7px;
    left: 10px;
    text-align: left;
  }

  .dropdown-btn {
    padding: 0;
    width: auto;
    display: inline-block;
  }

  .country, .language {
    text-align: left;
    width: 100%;
  }

  .dropdown-btn::after {
    border: solid #070707;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    right: -13px;
    top: 5px;
  }

  .dropdown-item.has-submenu::after {
    border: solid #070707;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    right: -13px;
    top: 15px;
  }

  .dropdown-item:hover, .submenu-item:hover {
    background-color: #fff;
  }
}

/* sam added - 10:00am - 16/08/2024 */

ul.list-disc li{
  list-style-position: inside;
}

.marketlocationSection .dropdown-btn::after{
  content:unset !important;
}

.marketlocationSection .dropdown-btn {
  padding: 10px;
  background-color: transparent;
  border-radius: 5px;
  cursor: pointer;
  text-align: left;
  position: relative;
  width: 100%;
  display: inline-block;
}

.openbrochureSection .section-container>div{
  word-break: break-all;
}

@media (max-width:450px){
  .mx-64 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}

@media (min-width:451px) and (max-width:767px){
  .mx-64 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
}

@media (max-width:767px){
  .w-24 {
    width: 8rem;
  }

  .w-96 {
    width: 15rem;
  }

  .text-2xl {
    font-size: 1rem !important;
    line-height: 1.2rem !important;
  }
}

@media (min-width:768px) and (max-width:1024px){
  .mx-64 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .text-\[30px\] {
    font-size: 25px !important;
  }
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

@media (max-width:767px){
  .page-title,
.entry-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .page-title,
.entry-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width:1025px) and (max-width:1300px) {
  .page-title,
.entry-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width:1301px) and (max-width:1600px) {
  .page-title,
.entry-title {
    font-size: 1.65rem;
    line-height: 2.12rem;
  }
}

@media (max-width:767px){
  .page-title,
.entry-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.\!right-0 {
  right: 0px !important;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-8 {
  bottom: 2rem;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.top-\[0px\] {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.m-0 {
  margin: 0px;
}

.m-4 {
  margin: 1rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.me-0 {
  margin-inline-end: 0px;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1\/2 {
  height: 50%;
}

.h-10 {
  height: 2.5rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-72 {
  height: 18rem;
}

.h-96 {
  height: 24rem;
}

.h-\[140px\] {
  height: 140px;
}

.h-\[25px\] {
  height: 25px;
}

.h-\[280px\] {
  height: 280px;
}

.h-\[345px\] {
  height: 345px;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[52px\] {
  height: 52px;
}

.h-\[55px\] {
  height: 55px;
}

.h-\[5px\] {
  height: 5px;
}

.h-\[600px\] {
  height: 600px;
}

.h-\[7px\] {
  height: 7px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-24 {
  min-height: 6rem;
}

.min-h-28 {
  min-height: 7rem;
}

.min-h-80 {
  min-height: 20rem;
}

.min-h-\[280px\] {
  min-height: 280px;
}

.\!w-full {
  width: 100% !important;
}

.w-1\/2 {
  width: 50%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-36 {
  width: 9rem;
}

.w-52 {
  width: 13rem;
}

.w-6 {
  width: 1.5rem;
}

.w-96 {
  width: 24rem;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[278px\] {
  width: 278px;
}

.w-\[55px\] {
  width: 55px;
}

.w-\[5px\] {
  width: 5px;
}

.w-\[80px\] {
  width: 80px;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-24 {
  min-width: 6rem;
}

.min-w-28 {
  min-width: 7rem;
}

.min-w-96 {
  min-width: 24rem;
}

.max-w-48 {
  max-width: 12rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[100px\] {
  max-width: 100px;
}

.max-w-\[140px\] {
  max-width: 140px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[30px\] {
  max-width: 30px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.\!rounded-\[3rem\] {
  border-radius: 3rem !important;
}

.\!rounded-none {
  border-radius: 0px !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-\[\#008C44\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 140 68 / var(--tw-border-opacity));
}

.border-\[\#008c44\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 140 68 / var(--tw-border-opacity));
}

.border-\[\#E6E9EE\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 233 238 / var(--tw-border-opacity));
}

.border-\[\#FFFFFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
}

.\!bg-\[\#E7F2ED\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 242 237 / var(--tw-bg-opacity)) !important;
}

.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#00000080\] {
  background-color: #00000080;
}

.bg-\[\#000000C4\] {
  background-color: #000000C4;
}

.bg-\[\#00381B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 27 / var(--tw-bg-opacity));
}

.bg-\[\#008C44\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 68 / var(--tw-bg-opacity));
}

.bg-\[\#008c44\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 140 68 / var(--tw-bg-opacity));
}

.bg-\[\#CBCBCB40\] {
  background-color: #CBCBCB40;
}

.bg-\[\#E7F2ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 242 237 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF99\] {
  background-color: #FFFFFF99;
}

.bg-\[\#d7d8dc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(215 216 220 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[1\.7rem\] {
  padding-bottom: 1.7rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-4 {
  padding-right: 1rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

.ps-4 {
  padding-inline-start: 1rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[1\.7rem\] {
  padding-top: 1.7rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.font-sans {
  font-family: Open Sans, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[45px\] {
  font-size: 45px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-\[13px\] {
  font-weight: 13px;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[34px\] {
  line-height: 34px;
}

.leading-tight {
  line-height: 1.25;
}

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#008C44\] {
  --tw-text-opacity: 1;
  color: rgb(0 140 68 / var(--tw-text-opacity));
}

.text-\[\#008c44\] {
  --tw-text-opacity: 1;
  color: rgb(0 140 68 / var(--tw-text-opacity));
}

.text-\[\#009846\] {
  --tw-text-opacity: 1;
  color: rgb(0 152 70 / var(--tw-text-opacity));
}

.text-\[\#061C3D\] {
  --tw-text-opacity: 1;
  color: rgb(6 28 61 / var(--tw-text-opacity));
}

.text-\[\#090920B2\] {
  color: #090920B2;
}

.text-\[\#262626\] {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-\[\#394050\] {
  --tw-text-opacity: 1;
  color: rgb(57 64 80 / var(--tw-text-opacity));
}

.text-\[\#475467\] {
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}

.text-\[\#494949\] {
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
}

.text-\[\#545454\] {
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / var(--tw-text-opacity));
}

.text-\[\#9EA2AE\] {
  --tw-text-opacity: 1;
  color: rgb(158 162 174 / var(--tw-text-opacity));
}

.text-\[\#B4B7C1\] {
  --tw-text-opacity: 1;
  color: rgb(180 183 193 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.placeholder-\[\#494949\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(73 73 73 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#494949\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(73 73 73 / var(--tw-placeholder-opacity));
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-color {
  background-blend-mode: color;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity));
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:w-1\/2 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:me-10 {
    margin-inline-end: 2.5rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-\[-80px\] {
    margin-top: -80px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-\[70\%\2c 30\%\] {
    grid-template-columns: 70% 30%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pe-5 {
    padding-inline-end: 1.25rem;
  }

  .lg\:ps-5 {
    padding-inline-start: 1.25rem;
  }

  .lg\:text-justify {
    text-align: justify;
  }
}

@media (min-width: 1280px) {
  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
/* sam added - 2.20pm - 16/08/2024 */
.cust-galcorporate-responsibity .owl-item.active.center .zoom-scale-1-5 { /*remove the old and update this css for this(.cust-galcorporate-responsibity .owl-item.active.center .zoom-scale-1-5)*/
    transform: scale(1);
    transition: transform 1s ease-in-out;
    right: -100px;
    z-index: 2;
    overflow: auto;
    height: 250px;
    box-sizing: content-box;
}
.product-slider .owl-nav{
	width:100%
}

.marketlocationSection .dropdown-btn::after{
content:'' !important;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    right: 12px;
    top: 18px;
    position: absolute;
}
@media (max-width:1023px){
	   .marketlocationSection .dropdown-content {
        position: absolute;
        background-color: #000;
        border: 1px solid white;
        border-radius: 5px;
        box-shadow: unset;
        z-index: 1;
        width: 200px;
        top: 40px;
        left: 10px;
        text-align: left;
    }
	.marketlocationSection .dropdown-item.has-submenu::after {
        border: solid #fff;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        right: -13px;
        top: 15px;
    }
	    .marketlocationSection .dropdown-item:hover, .marketlocationSection .submenu-item:hover {
        background-color: #000;
    }
}
@media (min-width:1024px){
	.lg\:my-5{
		margin-top:3rem !important;
		margin-bottom:3rem !important;
	}
	.lg\:ml-5{
		margin-left:3rem !important
	}
	.lg\:ml-4{
		margin-left:1rem !important
	}
}
@media (max-width:767px){
	.w-96 {
    width: 15rem !important;
}
	    .text-medium-mobile {/*remove the old and update this css for this(.text-medium-mobile)*/
        font-size: .75rem !important;
    }
}
@media (min-width:768px) and (max-width:1023px){
	.news_media-template-default #content, #masthead{
		padding:0 1rem !important
	}
	.lg\:px-5{
		padding-left:1.5rem !important;
		padding-right:1.5rem !important
	}
	    .text-3xl, .text-4xl {/*remove the old and update this css*/
        font-size: 1.35rem !important;
        line-height: 1.75rem !important;
    }
}
@media (min-width:1025px) and (max-width:1300px){
	.dropdown-btn, .dropdown-item.has-submenu, .dropdown-item {
    font-size: 12px;
}
	.dropdown-item.has-submenu::after, .dropdown-btn::after{
		top: 14px;
	}
	.news_media-template-default #content, #masthead{
		padding:0 1.1rem !important
	}
	    .text-3xl, .text-4xl {/*remove the old and update this css*/
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }
}
@media (min-width:1301px) and (max-width:1600px) {
	.news_media-template-default #content, #masthead{
		padding:0 1.5rem !important
	}
}
@media (min-width:1401px){
	.lg\:me-5{
		margin-right:3rem !important
	}
}

.tractor-dot {
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}

.popup-box {
  position: absolute;
  width: 650px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
	top:0
}
#popup::after{
	content:'';
	position:absolute;
	background-color:#000;
	width:2px;
	height:50px;
	z-index:999;
	top:100%;
	left:0;
	right:0;
	margin:0 auto;
}
.popup-box img {
  max-width: 100%;
  border-radius: 5px;
}

.popup-box h3 {
  margin-top: 10px;
  font-size: 1.2em;
}

.popup-box p {
  margin-top: 5px;
  font-size: 0.9em;
}

