.\!ung-absolute {
  position: absolute !important;
}

.ung-absolute {
  position: absolute;
}

.ung-relative {
  position: relative;
}

.\!ung-left-\[150px\] {
  left: 150px !important;
}

.\!ung-top-4 {
  top: 1rem !important;
}

.ung-bottom-0 {
  bottom: 0px;
}

.ung-left-0 {
  left: 0px;
}

.ung-right-0 {
  right: 0px;
}

.ung-right-4 {
  right: 1rem;
}

.ung-top-0 {
  top: 0px;
}

.ung-top-4 {
  top: 1rem;
}

.\!ung-z-10 {
  z-index: 10 !important;
}

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

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

.ung-m-0 {
  margin: 0px;
}

.ung-mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

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

.ung-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

.ung-mt-\[90\.52px\] {
  margin-top: 90.52px;
}

.ung-block {
  display: block;
}

.ung-flex {
  display: flex;
}

.ung-hidden {
  display: none;
}

.ung-h-10 {
  height: 2.5rem;
}

.ung-h-4 {
  height: 1rem;
}

.ung-h-5 {
  height: 1.25rem;
}

.ung-h-6 {
  height: 1.5rem;
}

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

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

.ung-h-auto {
  height: auto;
}

.\!ung-w-\[70\%\] {
  width: 70% !important;
}

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

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

.ung-w-10 {
  width: 2.5rem;
}

.ung-w-4 {
  width: 1rem;
}

.ung-w-5 {
  width: 1.25rem;
}

.ung-w-6 {
  width: 1.5rem;
}

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

.ung-w-\[90vw\] {
  width: 90vw;
}

.ung-w-full {
  width: 100%;
}

.ung-min-w-56 {
  min-width: 14rem;
}

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

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

.ung-flex-grow {
  flex-grow: 1;
}

.ung-list-none {
  list-style-type: none;
}

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

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

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

.ung-gap-10 {
  gap: 2.5rem;
}

.ung-gap-2 {
  gap: 0.5rem;
}

.ung-gap-3 {
  gap: 0.75rem;
}

.ung-gap-5 {
  gap: 1.25rem;
}

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

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

.ung-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)));
}

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

.ung-overflow-hidden {
  overflow: hidden;
}

.ung-overflow-x-hidden {
  overflow-x: hidden;
}

.ung-whitespace-nowrap {
  white-space: nowrap;
}

.\!ung-rounded-lg {
  border-radius: 0.5rem !important;
}

.\!ung-rounded-xl {
  border-radius: 0.75rem !important;
}

.ung-rounded-2xl {
  border-radius: 1rem;
}

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

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

.ung-rounded-xl {
  border-radius: 0.75rem;
}

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

.ung-border-\[4px\] {
  border-width: 4px;
}

.\!ung-border-b-2 {
  border-bottom-width: 2px !important;
}

.\!ung-border-t-0 {
  border-top-width: 0px !important;
}

.ung-border-l-0 {
  border-left-width: 0px;
}

.ung-border-r-0 {
  border-right-width: 0px;
}

.\!ung-border-solid {
  border-style: solid !important;
}

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

.\!ung-border-none {
  border-style: none !important;
}

.ung-border-none {
  border-style: none;
}

.\!ung-border-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
}

.ung-border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.ung-border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.\!ung-bg-\[\#335884\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 88 132 / var(--tw-bg-opacity, 1)) !important;
}

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

.ung-bg-\[\#335884\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 88 132 / var(--tw-bg-opacity, 1));
}

.ung-bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.ung-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.ung-bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.ung-bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.ung-bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

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

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

.\!ung-p-2 {
  padding: 0.5rem !important;
}

.ung-p-2 {
  padding: 0.5rem;
}

.ung-p-4 {
  padding: 1rem;
}

.ung-p-5 {
  padding: 1.25rem;
}

.\!ung-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!ung-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

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

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

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

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

.ung-pl-3 {
  padding-left: 0.75rem;
}

.ung-text-center {
  text-align: center;
}

.\!ung-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.\!ung-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.ung-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.ung-text-\[250px\] {
  font-size: 250px;
}

.ung-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.ung-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.\!ung-font-semibold {
  font-weight: 600 !important;
}

.ung-font-extrabold {
  font-weight: 800;
}

.ung-font-semibold {
  font-weight: 600;
}

.ung-uppercase {
  text-transform: uppercase;
}

.ung-leading-relaxed {
  line-height: 1.625;
}

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

.ung-text-\[\#335884\] {
  --tw-text-opacity: 1;
  color: rgb(51 88 132 / var(--tw-text-opacity, 1));
}

.ung-text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

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

.\!ung-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.\!ung-outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.\!ung-ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.unicell-showcase {
  transition: background-image 0.5s;
}
.unicell-showcase.bubble {
  background-image: radial-gradient(#880001, #5e0001);
}
.unicell-showcase.foam {
  background-image: radial-gradient(#5615d7, #4010a1);
}

.unihero {
  scrollbar-width: none;
  -ms-overflow-style: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.unihero::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.unihero::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.unihero::-webkit-scrollbar-track {
  background-color: transparent;
}

.ung-section {
  background-image: linear-gradient(to bottom, #05416E, #012B4B);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
}

.ung-slider-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
}

.ung-circle-slider {
  width: 300px;
  position: relative;
  transition: transform 1s ease;
}

.ung-slide {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s ease;
  opacity: 0.6;
}

.ung-slide.active {
  transform: translate(300px, 0) scale(9);
  opacity: 1;
}

.ung-content-right {
  width: 50%;
  padding: 120px 40px 90px 40px;
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: center;
}

.ung-heading {
  width: 300px;
  margin-bottom: 50px;
}

.ung-description {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
}

.ung-description p {
  font-size: 24px;
  line-height: 1.7em;
}

.ung-controls {
  display: flex;
  gap: 10px;
}

.ung-thumbnail {
  margin-left: 30px;
  width: 130px;
  height: 130px;
  border-radius: 10px;
  overflow: hidden;
  flex: 0 0 auto;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.ung-thumbnail:first-child {
  margin-left: 0;
}

.ung-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ung-thumbnail.active {
  opacity: 1;
  transform: scale(1.1);
}

.ung-buttons {
  margin-top: 20px;
}

.ung-image-supports {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.ung-image-supports img {
  width: 200px;
}

/* Responsive styles for UPVC shortcode */
@media (max-width: 1024px) {
  .ung-section {
    flex-direction: column;
    padding: 40px 20px;
  }

  .ung-slider-wrapper {
    width: 100%;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 150px;
  }

  .ung-circle-slider {
    width: 400px;
    height: 400px;
  }

  .ung-slide.active {
    transform: translate(200px, 0) scale(4);
  }

  .ung-content-right {
    width: 100%;
    padding: 0;
    align-items: center;
    text-align: center;
  }

  .ung-heading {
    margin-bottom: 10px;
  }

  .ung-description p {
    font-size: 20px;
  }

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

@media (max-width: 768px) {
  .ung-circle-slider {
    width: 300px;
    height: 300px;
  }
  
  /* .ung-slider-wrapper {
    overflow: hidden;
  } */

  .ung-slide.active {
    transform: translate(150px, 0) scale(5);
  }

  .ung-thumbnail {
    width: 100px;
    height: 100px;
    margin-left: 15px;
  }

  .ung-description p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .ung-circle-slider {
    width: 250px;
    height: 250px;
  }

  .ung-slide.active {
    transform: translate(120px, 0) scale(4);
  }

  .ung-thumbnail {
    width: 80px;
    height: 80px;
    margin-left: 10px;
  }

  .ung-description p {
    font-size: 16px;
  }

  .ung-heading {
    width: 250px;
  }
}

.hover\:\!ung-bg-\[\#29496f\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 73 111 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:ung-bg-\[\#29496f\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 73 111 / var(--tw-bg-opacity, 1));
}

.hover\:ung-bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.focus\:\!ung-border-none:focus {
  border-style: none !important;
}

.focus\:\!ung-bg-\[\#335884\]:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 88 132 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:ung-bg-\[\#335884\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(51 88 132 / var(--tw-bg-opacity, 1));
}

.focus\:ung-bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

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

.focus\:ung-text-\[\#335884\]:focus {
  --tw-text-opacity: 1;
  color: rgb(51 88 132 / var(--tw-text-opacity, 1));
}

.focus\:\!ung-outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:\!ung-ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:\!ung-ring-offset-0:focus {
  --tw-ring-offset-width: 0px !important;
}

@media (min-width: 1024px) {

  .lg\:\!ung-left-1\/2 {
    left: 50% !important;
  }

  .lg\:ung-my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:ung-block {
    display: block;
  }

  .lg\:ung-flex {
    display: flex;
  }

  .lg\:\!ung-w-\[500px\] {
    width: 500px !important;
  }

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

  .lg\:ung-w-\[600px\] {
    width: 600px;
  }

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

  .lg\:ung-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .lg\:ung-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:ung-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

