.elementor-kit-4{--e-global-color-primary:#53645D;--e-global-color-secondary:#F5752C;--e-global-color-text:#F3A200;--e-global-color-accent:#D8D2CC;--e-global-color-e58f600:#333333;--e-global-color-a227844:#FFFFFF00;--e-global-color-8588a23:#FDDCCA;--e-global-color-913f1b5:#E6E0DC;--e-global-color-aeb0507:#000000;--e-global-color-67da91f:#FFFAFA;--e-global-typography-primary-font-family:"gineso";--e-global-typography-primary-font-size:2.6em;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"gineso";--e-global-typography-secondary-font-size:2.11em;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"century-gothic";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"century-gothic";--e-global-typography-accent-font-size:1.2em;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}body{overflow-x:inherit !important;}.elementor a, .elementor a:link, .elementor a:focus, .elementor a:active, .elementor a:hover{text-decoration:inherit !important;}.elementor a:link, .elementor .smooth-hover a:link, {transition:inherit;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-con{--container-max-width:1366px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:25px;}.elementor-element{--widgets-spacing:25px 25px;--widgets-spacing-row:25px;--widgets-spacing-column:25px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS *//** Homepage Categories Button Interaction **/

.category-cell .category-cell-img {
    z-index: 9999 !important;
}

.category-cell:hover .category-cell-img .elementor-widget-container {
    transform: scale(1.07);
}

.category-cell .category-cell-img .elementor-widget-container {
    transition: all ease-in-out 0.5s;
}


/* Spinning ring */
.category-cell .category-cell-img::before {
    z-index: -1 !important;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #F5752C;

    transform: rotate(-180deg);

  -webkit-mask-image: linear-gradient(black 50%, transparent 50%);
  mask-image: linear-gradient(black 50%, transparent 50%);

    transition:
    transform 0.7s cubic-bezier(.4, 0, .2, 1),
    opacity 0.3s ease;
}

/* Hover effect */
.category-cell:hover .category-cell-img::before {
   transform: rotate(0deg);
  opacity: 1;
}




/*Values Tab – Scoped Styles*/

/* Desktop Layout */
.values-tab .e-n-tab-title {
  position: relative;
  overflow: visible;
}

/* Right-pointing arrow for active tab */
.values-tab .e-n-tab-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;   /* start off the right */
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41 40'><path d='M17.3,5.527a3,3,0,0,1,5.393,0l15.2,31.157A3,3,0,0,1,35.2,41H4.8a3,3,0,0,1-2.7-4.315Z' transform='translate(41) rotate(90)' fill='%2353645d'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: right 0.3s ease, opacity 0.2s ease;
}

/* Show arrow when tab is active */
.values-tab .e-n-tab-title[aria-selected="true"]::after {
  right: -15px;
  opacity: 1;
}

/*  Mobile Layout (≤1024px) */
@media (max-width: 1024px) {

  .values-tab .e-n-tab-title::after {
    display: none !important;
  }
}

/** NUWA PAGE **/
@media (max-width: 1226px) {
    .hidden-container-tools {
        display: none !important;
    }
    .tabs-container .e-con-inner {
        grid-template-columns: 1fr !important;
    }
    .yellow-bar {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        background-size: cover !important;
    }
}

.nuwa-tabs .e-n-tabs-heading {
    background-color: #53645D;
    border-radius: 25px;
    z-index: 2;
}

.nuwa-tabs .e-n-tabs-content {
    margin-top: -25px;
    z-index: 1;
}

.nuwa-tabs-content {
    min-height: 500px;
}/* End custom CSS */