.home-fold1-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header#masthead {
background: none;
}

div#page {
padding-top: 0;
}

.module-fold-b {
  background: #ededeb;
  padding: 40px 0px;
}
.home-fold1-content-inner {
background: #00000088;
padding: 60px;
margin: 0px auto;
box-sizing: border-box;
width: calc(100% - 40px);
}

.home-fold1-item * {
color: white !important;
}

.home-fold1-item .title small {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.home-fold1-img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}

.home-fold1 {position: relative;padding-top: 120px;padding-bottom: 0px;}

.home-fold1-img img {
width: 100%;
max-width: unset;
height: 100%;
object-fit: cover;
opacity: 0;
transition: all 300ms ease;
position: absolute;
top: 0;
left: 0;
object-position: left;
}

.home-fold4 {
position: relative;
background: #373737;
color: #fff;
}

.home-fold4-top-row img {
  width: calc(50% - 20px);
}

.home-fold4-content {width: calc((100% / 2) + 20px);position: relative;padding: 40px;box-sizing: border-box;display: flex;flex-direction: column;justify-content: center;}

.home-fold4-img {position: relative;flex-grow: 1;display: flex;gap: 40px;flex-direction: column;justify-content: center;width: calc(100% / 2);position: absolute;right: 0;height: calc(100% - 140px);}

.home-fold4-img img {/* width: 100%; */height: 100%;object-fit: cover;}

.home-fold4-main {
  display: flex;
  gap: 40px;
  padding: 70px 0px;
  align-items: stretch;
  position: relative;
  box-sizing: border-box;
}

.home-fold4-top-row {
  display: flex;
  gap: 40px;
  height: calc((100% / 2) - 20px);
}
.home-fold1-img img.active {
opacity: 1;
}

.home-fold1-content {
width: 100%;
position: relative;
padding: 140px 140px;
z-index: 4;
max-width: 850px;
}

.home-fold1-main {
display: flex;
justify-content: center;
position: relative;
}

.readmore.alt::before {
content: "\f061";
font-family: "Font Awesome 6 Pro";
font-size: 13px;
}

.home-fold5-item p:not([class]) {
flex-grow: 1;
}

.home-fold5-item .smalltitle {
margin-bottom: 10px;
font-weight: bold;
font-style: normal;
}

.home-fold1::before {
/* content: url(/wp-content/uploads/2025/03/burmatex-fold1-background.jpg); */
position: absolute;
top: 0;
right: 0;
z-index: -1;
width: 100%;
height: 100%;
object-fit: cover;
}

#home-fold1-splide {
display: flex;
flex-direction: row-reverse;
gap: 80px;
}

#home-fold1-splide .splide__arrows {
display: flex;
flex-direction: column;
justify-content: center;
gap: 40px;
}

#home-fold1-splide .splide__arrows button {
border: 0px;
background: transparent;
cursor: pointer;
color: white;
}

#home-fold1-splide .splide__arrows button svg {
display: none;
}

#home-fold1-splide .splide__arrows button::before {
content: "\f062";
font-family: "Font Awesome 5 Pro";
font-size: 25px;
}

#home-fold1-splide .splide__arrows button:last-child::before {
content: "\f063";
}

.home-fold5 {
padding: 70px 0px 70px;
}

.home-fold5-main {
display: flex;
flex-direction: column;
gap: 40px;
}

.home-fold5-title {
text-align: center;
}

.home-fold5-list ul.splide__list {
display: flex !important;
flex-wrap: wrap;
gap: 20px;
align-items: stretch;
padding: 0px !important;
box-sizing: border-box;
}

.home-fold5-title img {
    margin: 20px auto 20px;
    max-width: 290px;
    width: 100%;
}

@media (min-width: 1024px) {
  .home-fold5-list ul li.splide__slide {width: calc((100% / 3) - 14px);padding: 25px;box-sizing: border-box;transition: all 0.5s ease;}
}

.home-fold5-list ul li > div {
padding: 25px;
box-sizing: border-box;
transition: all .5s ease;
}

.home-fold5-list ul li:hover > div {
box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}

.home-fold5-item .readmore {
margin-top: 30px;
}

.home-fold5-item a {
  color:#333;
}

.home-fold5-item {
height: 100%;
display: flex;
flex-direction: column;
}

.home-fold5-item i {
font-size: 50px;
font-weight: 100;
margin-bottom: 20px;
}

/**MODULE FOLD A**/
.module-fold-a .splide.is-initialized:not(.is-active) ul.splide__list {
display: flex;
align-items: stretch;
}

.module-fold-a-item {
height: 100%;
position: relative;
}

.module-fold-a {
position: relative;
height: 100%;
}

.module-fold-a-item-back {
position: absolute;
top: 0;
left: 0;
display: flex;
flex-direction: column;
text-align: left;
align-items: flex-start;
justify-content: flex-end;
height: 100%;
width: 100%;
padding: 30px;
box-sizing: border-box;
color: white;
gap: 0px;
opacity: 0;
transition: all 0.5s ease;
background: #11111177;
}

.module-fold-a-item-back::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, var(--black), var(--color1));
opacity: 0.6;
}

.module-fold-a-item-front::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, var(--black), #29292999);
opacity: 0.5;
}

.module-fold-a-item-back * {
position: relative;
z-index: 3;
}

.module-fold-a-item p.small {
font-size: 18px;
line-height: 18px;
font-weight: 600;
text-transform: uppercase;
color: var(--color1);
margin: 0;
}

.module-fold-a-item p.big {
font-size: 24px;
line-height: 32px;
font-weight: 600;
text-transform: uppercase;
}

.module-fold-a-item-front * {
margin: 0;
text-align: left;
}

.module-fold-a-item-front-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: flex-start;
justify-content: flex-end;
color: white;
transition: all 0.5s ease;
flex-direction: column;
padding: 20px;
box-sizing: border-box;
text-align: left;
}

.module-fold-a-item:hover .module-fold-a-item-back {
opacity: 1;
}

.module-fold-a-item:hover .module-fold-a-item-front-content {
opacity: 0;
}

.module-fold-a-item-background img {
width: 100%;
height: 100%;
object-fit: cover;
}

.module-fold-a-item-front {
height: 100%;
width: 100%;
text-align: left;
}

.module-fold-a-item-background {
height: 100%;
position: relative;
}

.module-fold-a-item-background::before {
width: 100%;
height: 100%;
background: var(--color0);
content: "";
position: absolute;
top: 0;
left: 0;
opacity: 0.5;
}

.module-fold-a-item-back .readmore {
color: white;
margin: 0;
}

.flipped .products-inner {
flex-direction: row-reverse;
}

.products-fold {
position: relative;
padding: 70px 0px;
}

.products-slider {position: relative;flex: 1 1 50%;}
.products-slider img {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all .5s ease;
  object-fit: cover;
}

.products-slider img.active {
  opacity: 1;
}
.products-content {
width: 780px;
padding: 80px;
box-sizing: border-box;
}
.products-inner {position: relative;background: #ededeb;display: flex;}

.module-fold-a-item p:not([class]) {
font-size: 16px;
line-height: 28px;
}

.module-fold-a-item p:not([class]) {
font-size: 16px;
line-height: 28px;
}

.products-slider li.splide__slide {
padding-left: 20px;
box-sizing: border-box;
}

div#module-fold-a-splide,
div#module-fold-a-splide-alt {
height: 100%;
}

div#module-fold-a-splide-track,
div#module-fold-a-splide-alt-track {
height: 100%;
}

/**GRID**/
@media (min-width: 1025px) {
ul#product-grid-splide-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px;
  width: 100%;
}

li#product-grid-splide-slide01 {
  grid-column: 1;
  grid-row: 1/3;
}

li#product-grid-splide-slide02 {
  grid-column: 2;
  grid-row: 1 / 1;
}

li#product-grid-splide-slide03 {
  grid-column: 2;
  grid-row: 2 / 2;
}

li#product-grid-splide-slide04 {
  grid-column: 3;
  grid-row: 1 / 3;
}

li#product-grid-splide-slide01,
li#product-grid-splide-slide04 {
  height: 900px;
}

li#product-grid-splide-slide02,
li#product-grid-splide-slide03 {
  height: 450px;
}
}

a.product-column-item {
position: relative;
width: 100%;
height: 100%;
display: block;
cursor: pointer;
overflow: hidden;
}

.product-column-content * {
margin: 0;
color: white;
}

.product-column-image {
width: 100%;
height: 100%;
}

a.product-column-item:hover img {
transform: scale(1.05);
}

.product-column-image img {
position: relative;
display: block;
width: 100%;
height: 100%;
transition: all 0.75s ease;
}

.product-column-content {
position: absolute;
z-index: 3;
bottom: 0;
left: 0;
padding: 40px;
width: 100%;
height: 100%;
display: flex;
align-items: flex-end;
box-sizing: border-box;
}

.image-strip {
width: 100%;
/* height: 600px; */
}

.image-strip img {
width: 100%;
height: 100%;
object-fit: cover;
}

.flipped .products-content {
margin-left: auto;
}

.flipped .products-slider {
right: auto;
left: 0px;
}

.mini-splide-item p {
  margin: 0;
  color: #333;
}

.mini-slider {
  display: flex;
  background: #EDEDEB;
  padding: 20px 40px;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0px;
  border: solid 3px black;
}

.mini-slider > div.splide {
  flex: 0 0 calc(100% - 150px);
  width: calc(100% - 150px);
}

.flipped .products-slider li.splide__slide {
padding-right: 20px;
padding-left: 0px;
}

.products-fold.flipped {}

/** Fold 5 START **/

.fold5-main {
display: flex;
align-items: center;
justify-content: space-between;
padding: 60px 0px;
}

.fold5-content {
width: calc(50% - 150px);
display: flex;
flex-direction: column;
color: var(--blue);
gap: 10px;
z-index: 1;
padding: 40px;
}

.fold5-content > picture {
max-width: 60px;
max-height: 60px;
}

.fold5-content a {
margin: 0px;
}

.fold5 .subtitle {
}

.fold5-img {
position: relative;
margin-right: 30px;
height: fit-content;
width: 50%;
}

.fold5-img img:nth-of-type(1) {
margin-top: -70px;
}

.fold5-img img:nth-of-type(2) {
position: absolute;
height: 100%;
top: 70px;
right: 30px;
z-index: -1;
}

.ideas-accordion-one-item.active .ideas-accordion-one-item-bottom {
max-height: 500px;
opacity: 1;
pointer-events: all;
padding: 10px 0px;
}

.ideas-accordion-one-item-top p {
font-weight: bold;
}

.ideas-accordion-one-item-top::after {
content: "\f061";
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
font-family: "FontAwesome";
font-size: 12px;
transition: all 0.5s ease;
}

.ideas-accordion-one-item-bottom {
max-height: 0px;
opacity: 0;
pointer-events: none;
transition: all 300ms ease;
padding: 0px 20px;
}

.ideas-accordion-one-item p {
margin: 0px;
}

.ideas-accordion-one-item-top {
padding: 10px 0px;
position: relative;
display: flex;
align-items: center;
padding-right: 30px;
}

.ideas-accordion-one-item-bottom p {
font-size: 14px;
}

.ideas-accordion-one-item {
cursor: pointer;
}

.ideas-accordion-one-item-top::before {
height: 1px;
position: absolute;
width: 100px;
bottom: 0px;
left: 0px;
content: "";
background: #cccccc80;
transition: all 300ms ease;
}

.ideas-accordion-one-item.active .ideas-accordion-one-item-top::after {
transform: translateY(-50%) rotate(90deg);
}
/** Fold 5 END **/

.flipped .module-fold-a-item-front-content,
.flipped .module-fold-a-item-back {
align-items: flex-end;
}


.spacer {
width: 90px;
background: #cbc6c0;
max-height: 2px;
height: 2px;
flex: 0 0 2px;
}

.products-content-right {
display: flex;
gap: 30px;
justify-content: space-between;
align-items: center;
max-width: 100px;
margin-top: 0px;
flex: 0 0 100px;
}

.products-content-right i{
  cursor: pointer;
}

.products-content-right .spacer {
  width: 2px;
  height: 40px;
  flex: 0 0 2px;
  max-height: unset;
}

div#gallery-splide .splide__arrows {
position: absolute;
top: 50%;
left: 50%;
width: calc(100% - 40px);
transform: translate(-50%, -50%);
z-index: 3;
justify-content: space-between;
display: flex;
}

div#gallery-splide .splide__arrows button {
background: #33333355;
width: 40px;
height: 40px;
border-radius: 50%;
border: 0;
color: white;
font-size: 16px;
line-height: 16px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}

div#gallery-splide .splide__arrows button:disabled {
opacity: 0.4;
}

.home-fold5-item img {
width: 100%;
height: 80px;
object-fit: contain;
object-position: left center;
margin-bottom: 30px;
}

/*=== == MODULE FOLD-B == ==*/

.module-fold-b-splide-item-img img {
height: 100%;
width: 100%;
object-fit: cover;
}

.module-fold-b-slider ul.module-fold-b .splide__pagination {
display: flex !important;
}

.module-fold-b-slider .splide__slide {
display: flex;
}

.module-fold-b-splide-item-content-block {
  flex: 1;
  display: flex;
  background: #EDEDEB;
  margin: -20px 20px;
  transition: all .5s ease;
  border: solid 3px black;
}

.module-fold-b-splide-item-readmore {
flex: 1;
display: flex;
align-items: flex-end;
}

.module-fold-b-slider.active {
display: block;
}

.module-fold-b-splide-item-subtext {
margin: 0px 0px 15px;
}

.module-fold-b-splide-item-content-block-padding {padding: 40px 30px 40px;flex: 1;display: flex;flex-direction: column;}

.module-fold-b-container .content-header {
padding-top: 40px;
padding-bottom: 25px;
}

.module-fold-b-slider {
padding-bottom: 100px;
display: none;
}

.module-fold-b-splide-item-subtext .subtext {
font-weight: 600;
}

.module-fold-b-splide-item {
border-radius: 10px;
display: flex;
flex-direction: column;
padding: 20px;
}

.module-fold-b-splide-item a {
  color:#333;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/*== == MODULE FOLD-B END == ==*/

/*== == CONTENT HEADER == ==*/

.content-header {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
padding: 100px 0px 50px;
max-width: 700px;
margin: 0px auto;
}

/* Active state with consistent background handling */
.content-header-readmore.button.active {
background-color: var(--color1) !important; /* Ensure the background applies consistently */
}

/* Base button styling */
.content-header-readmore.button {
display: inline-block;  /* Ensures it behaves like a button across platforms */
width: 220px;
background-color: whitesmoke;  /* Use background-color for better compatibility */
border-radius: 5px;
cursor: pointer;
transition: background-color 500ms ease, transform 500ms ease; /* Transition background and other properties smoothly */
padding: 10px 0;  /* Add padding to make it visually consistent across platforms */
border: none;
-webkit-appearance: none; /* Disable default iOS button styling */
-moz-appearance: none;    /* Ensure the same for Firefox */
appearance: none;         /* General reset for native styling */
text-align: center;       /* Center text within the button */
line-height: normal;      /* Ensures text is vertically aligned within the padding */
font-family: inherit;     /* Consistency across platforms */
}

.content-header-readmore.button:hover {
background: var(--color1);
}

.content-header-readmore.button.active {
background:var(--color1);
}

.content-header-readmore.button:hover lord-icon,
.content-header-readmore.button.active lord-icon{
filter: brightness(11);
}

.content-header-readmore.button p{
transition:all 500ms ease;
}

.content-header-readmore.button:hover p,
.content-header-readmore.button.active p{
color:white;
}

.content-header-readmore-button-padding{
align-items: center;
display: flex;
padding: 10px 15px;
gap: 10px;
}

.content-header-readmore-text {
flex: 1;
text-align: center;
}

.content-header-readmore-wrapper {
display: flex;
gap: 20px;
padding-top: 20px;
}

.content-header-readmore.button p {
margin: 0px;
font-size: 20px;
line-height: 1;
}

.content-header-subtext .subtext {
margin: 0px;
color: var(--color1);
}

/*== == CONTENT HEADER END == ==*/

.module-fold-b .splide__list {
  height: auto;
}

/*== == PAGINATION === ==*/

.module-fold-b .splide__pagination {
padding-left: 0px;
gap: 10px;
display: flex !important;
}

.module-fold-b .splide__pagination li {
display: flex;
}

.module-fold-b .splide__pagination li button {
padding: 5px;
border-radius: 50%;
border: none;
background: #333;
opacity: .4;
transition: all 500ms ease;
cursor: pointer;
}

.module-fold-b-splide-item:hover .module-fold-b-splide-item-content-block {
  background: #373737;
}

.module-fold-b-splide-item:hover .module-fold-b-splide-item-content-block * {
  color: white;
}

.module-fold-b-splide-item .module-fold-b-splide-item-content-block p{
  transition: all .5s ease;
}

.module-fold-b .splide__pagination li button.is-active {
opacity: 1;
}

.mini-splide-item p.subtitle {
  font-size: 32px;
  line-height: 40px;
}

/*== == PAGINATION END == ==*/

.home-fold4-bottom-row {
    height: calc((100% / 2) - 20px);
}

.home-fold4-bottom-row img {
    width: 100%;
}