/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
/*== == Generic == == */
p#variation-label {
    text-align: right;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-transform: lowercase;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
}

span.green1{
  color: #8DC63F;
  font-weight: 600;
}

span.green2{
  color: #009444;
  font-weight: 600;
}

.product-content-short-description b {
    font-weight: 600;
}

label, span {
    font-family: 'Open Sans';
}

.title small {
  font-size:20px;
  transform: translatey(-50%);
}

.subtitle small {
  font-size:14px;
  transform:translatey(-40%);
}

small {
  font-size:10px;
  transform: translatey(-20%);
  display: inline-block;
}

body {
  margin: 0px;
  background: white;
  --primary-color1: #373737;
  --primary-color2: #4c4c4c;
  --secondary-color1: #eee;
  --secondary-color2: #f9f4ee;
  font-family: "Open Sans";
}

.menu-toggle {
  display: none !important;
}

img {
  max-width: 100%;
  display: block;
}

.title {
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
}

.subtitle {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -1px;
}

.smalltitle {
  font-size: 24px;
  line-height: 32px;
}

.subtext,
.smalltitle {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  font-weight: 400;
}

a {
  font-family: "Open Sans";
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 15px 0px;
  font-family: "Open Sans";
}

p,
li {
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans";
  font-weight: 300;
}

p {
  margin: 0px 0px 15px 0px;
}

.row-container {
  margin: 0px auto;
  max-width: 1380px;
  box-sizing: border-box;
  padding: 0px 20px;
}

a {
  text-decoration: none !important;
}

.readmore {
  display: block;
  width: fit-content;
  padding: 10px 16px;
  background: var(--primary-color1);
  color: white;
  box-sizing: border-box;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  border: 0px;
  margin-top: 20px;
  transition: all 300ms ease;
  cursor: pointer;
  position: relative;
  font-family: 'Open Sans';
}

.readmore:hover {
  opacity: 0.7;
}

.readmore.alt {
  background: transparent;
  border: 0px solid white;
  color: #000;
  gap: 10px;
  padding: 0px;
  display: flex;
  align-items: center;
}

.readmore.alt::before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 13px;
}


.services-list {
  padding-left: 0px;
  list-style: none;
}

.services-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-list li::before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: var(--primary-color1);
  font-weight: 900;
}

.popup-form-wrapper iframe {
    width: 100%;
    height: 355px;
}

/* == == Generic END == == */

/* == == HEADER == == */
div.logo {
  float: none;
  max-width: 280px;
  width: 160px;
  flex: 0 0 160px;
  transition: all 0.5s ease;
}

div.logo img {
  object-fit: contain;
  display: block;
  width: auto;
}

#page {
  padding-top: 90px;
  /* overflow: hidden; */
}
.navbar-fixed-top div.logo {
  width: 120px;
  flex: 0 0 120px;
}

#masthead.navbar-fixed-top > .row-container {
  padding: 15px 20px;
}
#masthead {
  padding: 0px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: white;
  transition: all 300ms ease;
}

#masthead.navbar-fixed-top {
}

header#masthead.navbar-fixed-top {
  top: 0px;
  background: white;
}

#masthead > .row-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  padding: 25px 20px;
  transition: all 0.5s ease;
}

#masthead > .row-container::before,
#masthead > .row-container::after {
  content: unset;
}

#masthead #site-navigation {
  padding: 0px 0px 0px 20px;
  box-sizing: border-box;
  margin: 0px auto;
}

.menu-right {
  width: 100%;
  /* position: relative; */
}

#masthead ul.sub-menu {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease;
  list-style: none;
  padding: 140px 20px 60px 20px;
  pointer-events: none;
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

#masthead ul#primary-menu > li.product-dropdown > ul.sub-menu {
  max-width: 1380px;
  left: 50%;
  transform: translatex(-50%);
  gap: 50px;
}

#masthead li.menu-item:hover > ul.sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: all;
}

.top-phone a {
  display: block;
  text-align: right;
  margin-bottom: 10px;
  font-size: 24px;
  margin-top: 10px;
  color: #333;
  width: fit-content;
  margin-right: 0px;
  margin-left: auto;
}

ul#primary-menu {
  justify-content: center;
  display: flex;
  list-style-type: none;
  padding: 0px;
  margin: 0;
}

ul#primary-menu li.menu-item {
  /* position: relative; */
  border-right: solid 1px #33333333;
  padding: 12px 5px;
  flex: 0 0 auto;
}

ul#primary-menu > li.menu-item{
  flex:1;
}

ul#primary-menu li#menu-item-24047 {
    flex: 0 0 200px;
}

#masthead ul#primary-menu > li > a {
  color: #333;
  font-size: 14px;
  line-height: 1;
  transition: all 300ms ease;
  font-weight: 600;
  flex: 1;
  display: block;
  text-align: center;
  position: relative;
  z-index: 99999;
}

ul#primary-menu > li.menu-item > a:hover {
  opacity: 0.6;
}

.site-header-woocommerce-icons {
  display: flex;
  gap: 0px;
  position: relative;
  top: -5px;
}

.site-header-woocommerce-icons a {
  font-size: 24px;
  color: #333;
  transition: all 500ms ease;
}

.site-header-top-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 70px;
}
.site-header-top-container-block > p > a {
  display: flex;
  gap: 10px;
  transition: all 300ms ease;
  font-weight: 400;
}
.site-header-top-container-block > p > a:hover {
  opacity: 0.6;
  transform: scale(0.979);
}

.site-header-top-container {
  display: flex;
  justify-content: center;
}

.site-header-top-container-block p {
  margin: 0px;
}

.site-header-top-container-block {
  display: flex;
  gap: 15px;
  padding: 15px 0px;
}

.site-header-top {
  padding: 0px 0px;
  background: var(--primary-color1);
  color: white;
}

.site-header-top-container-block :is(p, a, i) {
  color: white;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.site-header-top-container-block i {
  font-weight: 600;
}

.site-header-woocommerce-icons a.contact {
  color: var(--secondary);
}

.site-header-woocommerce-icons a.visit {
  color: var(--primary);
}

ul#primary-menu li.menu-item:last-child {
  border: 0;
}

#masthead .large-dropdown ul.sub-menu {
  width: 950px;
  left: -480px;
  display: flex;
  flex-wrap: wrap;
}
#masthead .large-dropdown ul.sub-menu > li.menu-item {
  flex: 0 0 calc(100% / 3);
}

#masthead .sub-menu ul.sub-menu > li.menu-item > a {
  display: block;
  padding: 8px;
  color: #000;
  position: relative;
  font-weight: 400;
  padding: 6px 0px 6px 0px;
  transition: all 300ms ease;
  font-size: 13px;
  border: 0px;
}

.site-header-woocommerce-icons > div {
  max-width: 22px !important;
  width: 22px;
}

.dgwt-wcas-search-icon {
  width: max-content;
}

.dgwt-wcas-search-icon > svg {
  width: 25px;
}

#masthead .large-dropdown ul.sub-menu > li.menu-item > a {
  display: block;
  padding: 8px;
  color: white;
  position: relative;
  padding-left: 30px;
  transition: all 300ms ease;
}


.dgwt-wcas-search-wrapp.dgwt-wcas-has-submit.woocommerce.dgwt-wcas-style-solaris.js-dgwt-wcas-layout-icon.dgwt-wcas-layout-icon.js-dgwt-wcas-mobile-overlay-enabled {
  display: flex;
  align-items: center;
}

.dgwt-wcas-search-wrapp.dgwt-wcas-has-submit.woocommerce.dgwt-wcas-style-solaris.js-dgwt-wcas-layout-icon.dgwt-wcas-layout-icon.js-dgwt-wcas-mobile-overlay-enabled
  svg {
  fill: transparent;
  opacity: 0;
}

svg.dgwt-wcas-ico-magnifier {
  opacity: 1 !important;
}

#masthead .mega-dropdown ul.sub-menu > li.menu-item > a::before {
  content: "";
}

#masthead .mega-dropdown ul.sub-menu > li.menu-item > a {
  padding: 12px 10px 12px 15px;
  font-size: 15px;
}

#masthead .mega-dropdown ul.sub-menu > li.menu-item > a:hover {
  background: #487ab9;
  opacity: 1;
}

#masthead .mega-dropdown > ul.sub-menu:has(> li:hover) > li:not(:hover) {
  background: var(--primary-color2);
}

#masthead .mega-dropdown > ul.sub-menu > li {
  background: var(--primary-color1);
}

.dgwt-wcas-search-wrapp.dgwt-wcas-has-submit.woocommerce.dgwt-wcas-style-solaris.js-dgwt-wcas-layout-icon.dgwt-wcas-layout-icon.js-dgwt-wcas-mobile-overlay-enabled::before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  position: absolute;
  top: 50%;
  font-size: 24px;
  transform: translatey(-50%);
  right: 0px;
}

ul#primary-menu > li > ul.sub-menu > li > a, 
#masthead ul#primary-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  font-size: 18px;
  color: var(--primary);
  font-weight: 700;
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0px 0px 20px;
  letter-spacing: -1px;
}

#masthead ul#primary-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding:20px 0px;
}

.dgwt-wcas-search-wrapp.dgwt-wcas-has-submit.woocommerce.dgwt-wcas-style-solaris.js-dgwt-wcas-layout-icon.dgwt-wcas-layout-icon.js-dgwt-wcas-mobile-overlay-enabled::before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  position: absolute;
  top: 50%;
  font-size: 24px;
  transform: translatey(-50%);
  right: 1px;
}

.sub-menu li {
  position: relative;
}

ul#primary-menu > li.product-dropdown > ul.sub-menu > li > a::after,
#masthead ul#primary-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 60px;
    background: #ccc7c1;
    height: 3px;
}

#masthead ul#primary-menu > li > ul.sub-menu > li.menu-item > li.menu-item {
    margin: 20px 0px 0px;
}

#masthead ul.sub-menu > li:hover > a::before {
  color: var(--primary);
}

.sub-menu li a {
  position: relative;
}
.sub-menu li a:hover::before {
  color: white;
}


.two-col .sub-menu li#menu-item-14751::after {
  display: none;
}

ul#primary-menu > li > ul.sub-menu::before {
  content: "";
  background: #eee;
  position: absolute;
  width: 300%;
  height: 100%;
  bottom: 0;
  left: -150%;
  z-index:-1;
}

ul#primary-menu > li > ul.sub-menu::after {
  content: "";
  background: #eee;
  position: absolute;
  width: 300%;
  height: 100%;
  bottom: 0;
  right: -150%;
  z-index:-1;
}
div.logo * {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  position: relative;
}

.mob-menu-logo-holder {
  display: flex;
  justify-content: center;
}

ul#primary-menu > li.menu-item-has-children > a {
  padding: 0px 15px 0px 10px;
}

#masthead ul.sub-menu > li.menu-item > a:hover {opacity: .4;}
/* == == HEADER END == == */

/*== eBook Form ==*/
.ebook-image {
  flex: 0 0 640px;
  height: 100%;
}

.ebook-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.ebook-form-text .subtitle {
  margin-bottom: 0px;
}

#ebook-fold .ebook-form-text .title ~ p {
  margin-bottom: 10px;
}

input.readmore {
  margin: 0px;
}

.ebook-form-fields ~ .privacy-text {
  margin-bottom: 15px;
}

div#ebook-fold .ebook-form input.wpcf7-text {
  background: #EDEDEB;
  border: 0px;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 18px;
  border: 0px;
}

div#ebook-fold .ebook-form input.wpcf7-text::placeholder {
  font-size: 14px;
  line-height: 14px;
  opacity: 0.6;
}

.wpcf7 {
  display: flex;
  justify-content: center;
}

.wpcf7 .privacy-text p > a {
  color: var(--blue);
}

.wpcf7-form {position: relative;width: 100%;}

.wpcf7-form .subtitle {
  font-size: 32px;
}

.wpcf7-form .title {
  color: var(--blue);
  font-weight: 600;
}

div#ebook-fold .ebook-form .ebook-form-fields {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  max-width: 600px;
  margin-bottom: 10px;
}

div#ebook-fold .ebook-form .ebook-form-fields > span {
  flex: 0 0 49%;
}

div#ebook-fold {
  padding: 100px 0px 100px 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
  /* background: url('/wp-content/uploads/2025/07/burmatex-brochurebackground-1.jpg'); */);
  /* background-position: center; */
  /* background-size: cover; */
  background: whitesmoke;
}

.ebook-fold-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  z-index: 5;
  gap: 40px;
}

.ebook-fold-inner .ebook-form {
  /* max-width: 420px; */
  flex-grow: 1;
}

div#ebook-fold > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
}

.ebook-form-text p {
  color: black;
}

.ebook-form-text .subtitle {
  color: var(--primary);
  font-size: 36px;
  line-height: 42px;
}

.ebook-form-text .subtitle.alt {
  color: var(--secondary);
  margin-bottom: 10px;
}

.ebook-form-text {
  margin-bottom: 0px;
}

div#ebook-fold > .row-container {
  /* max-width: 1280px; */
}

.sub-btn {
  position: relative;
}

.sub-btn::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background: var(--wpr-bg-0ce6ad26-6f0e-448d-9da5-92ff9973a397) no-repeat center / contain;
  top: 0;
  left: -3px;
  z-index: 3;
}

.sgpb-main-html-content-wrapper .sub-btn::before {
  display: none;
}

.privacy-text a {
  color: #bd1819;
}

.brochure div#ebook-fold {
  margin-top: 0px;
}

/*== eBook Form END ==*/
/* == == FOOTER BLOCK == == */
.footer-block {
  padding: 60px 0 30px;
  background: #223340;
  width: 100%;
  clear: both;
}

.footer-block ul li::before {
  content: "\f054";
  font-family: fontawesome;
  left: -20px;
  position: absolute;
  font-size: 14px;
  top: 25%;
}

.footer-block ul li a:hover {
  opacity: 0.6;
}

.footer-block .row-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-block-item-subtext {
  margin-bottom: 30px;
}

.footer-block-icons > img {
  max-width: 140px;
}

.footer-block .footer-block-item {
  position: relative;
  z-index: 2;
}

#footer-logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-block-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: left;
  margin-top: 20px;
}

.footer-block .footer-block-item#middle li a::before {
  content: "\f054";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  color: #37a9a8;
  font-size: 8px;
  font-family: fontawesome;
}

.footer-block ul {
  margin: 0 0 1.5em 0em;
  width: 100%;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}

.social-icons-wrapper {
    display: flex;
    align-items: center;
    gap: 0px;
}

.social-accreditations {
    display: flex;
    flex: 1;
    border-left: solid 3px #ffffffba;
    padding-left: 60px;
    margin-left: 60px;
    gap: 30px;
}

.social-accreditations img {
    height: auto;
    object-fit: contain;
    max-height: 50px;
    width: fit-content;
}

.social-icons-inner {
    flex: 0 0 auto;
    display: flex;
    gap: 30px;
}

.newsletter-fold-wrapper {
    display: flex;
    justify-content: center;
}

.footer-newsletter {
    width: 100%;
    margin: 60px 0px 0px;
}

.newsletter-fold-wrapper input {
    margin: 0px;
}

input#newsletter-button {
    width: 140px;
    font-family: 'Open Sans';
    color: #333;
    background: white;
    border: none;
    margin: 0px;
    font-size: 18px;
    border-radius: 0px;
    border:none;
    font-weight: 600;
    cursor: pointer;
    transition: all 500ms ease;
}

.footer-bottom .newsletter-fold-wrapper span input#newsletter-email-id {
    background: #181818;
    border: none;
    margin: 0px;
    font-size: 18px;
    padding: 15px;
    border-radius: 0px;
    font-family: 'Open Sans';
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: white;
}

.footer-bottom .newsletter-fold-wrapper span input#newsletter-email-id::placeholder {
    color:white;
}

.wpcf7-form .newsletter-fold > p {
    margin: 0px 0px 10px;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 600;
    text-align: left;
}

.newsletter-fold {
    width: 100%;
    margin: 0px auto;
    max-width: 640px;
}

input#newsletter-button:hover {
    opacity: .6;
}

.newsletter-fold-wrapper > span {
    width: 100%;
}

/* == == FOOTER BLOCK END == ==*/

/* == == == MWM FOOTER == == == */
#footer {
  /* padding: 40px 0; */
  box-sizing: border-box;
  position: relative;
  background: #1f1f1f;
  clear: both;
}

#footer > .row-container {
  position: relative;
  padding: 40px 0px;
}

#footer-multi-web {
  text-align: center;
  margin: 0px auto;
  max-width: 350px;
  color: white;
}

#footer-multi-web p {
  font-size: 13px !important;
  padding-bottom: 0px;
  margin-top: 0px;
  z-index: 20;
  position: relative;
  margin-bottom: 10px;
}

#footer-multi-web p:last-of-type {
  margin-bottom: 0px;
}

#footer a {
  color: white;
}

span#footer-highlight {
  position: relative;
  font-weight: bold;
  z-index: -4;
  text-shadow: 0px 0px 2px black;
}

span#footer-highlight::before {
  content: "";
  background: url('/wp-content/uploads/2021/01/multiwebmarketing-facebook-globe-small.png') no-repeat 50% 50% / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 70px;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.privacy-site.moduletable {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: right;
}

.date-sitename {
  position: absolute;
  left: 0px;
  top: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: left;
  margin: 0px;
  font-size: 16px;
}

#footer .row-container > p,
.privacy-site.moduletable {
  width: 30%;
  color: white;
}

.footer-block-item-list {
  width: 100%;
  height: 100%;
}

.footer-block ul li {
  width: calc(100% / 2);
  font-size: 17px;
  color: white;
  list-style: none;
  position: relative;
}

.footer-block ul li a {
  color: white;
  transition: all 0.5s ease;
}

#footer .privacy-text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 14px;
  line-height: 14px;
  max-width: 420px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
}

div#footer a:hover {
  transform: scale(0.95);
  opacity: 0.7;
}

div#footer a {
  transition: all 500ms ease;
}

/* == == == == MWM FOOTER END == == == == */
section.error-404.not-found {
  padding: 100px 0px;
}

/*== == Contact Page == ==*/
.contact-fold2-wrapper {
  clear: both;
  position: relative;
}

.contact-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0px;
  gap: 40px;
}

.address-wrap {
  max-width: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-card {
  flex: 1;
}

.address-wrap ul li {
  list-style-type: none;
}

.address-wrap ul :is(li, p) {
  font-size: 20px;
  line-height: 32px;
}

.address-wrap ul :is(li, p) a {
  color: var(--primary-color1);
  font-weight: 600;
}

.address-wrap h1,
h3.contact-title {
  font-size: 37px;
  color: var(--color1);
  margin-bottom: 0px;
}

.address-wrap ul {
  box-sizing: border-box;
  margin: 0px 0px 15px;
  position: relative;
  padding-left: 40px;
}

.address-wrap ul::before {
  content: "\f041";
  font-family: "fontawesome";
  color: #333;
  font-size: 20px;
  display: block;
  margin-right: 20px;
  position: absolute;
  top: 16px;
  left: 0px;
  transform: translateY(-50%);
}

.address-wrap ul.phone::before {
  content: "\f095";
}

.address-wrap ul.email::before {
  content: "\f0e0";
}

.form-name,
.form-email {
  width: 49%;
  margin-bottom: 0px;
  line-height: 0;
}

.form-name {
  margin-right: 2%;
}

.form-phone {
  width: 100%;
  margin-bottom: 10px;
  line-height: 0;
}

.popup-form-wrapper input,
.popup-form-wrapper textarea,
.sgpb-gdpr-info,
.sgpb-gdpr-label-wrapper,
.popup-form-wrapper select,
.wpcf7 .form-field textarea {
  width: 100% !important;
  background: white;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  display: block;
  font-size: 18px;
  letter-spacing: 0px;
  margin: 0;
  max-width: 100%;
  padding: 15px 15px;
  width: 100%;
  box-sizing: border-box;
  border: solid 3px #ccc;
  box-sizing: border-box;
  border-radius: 0px;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 14px;
}

.popup-form-wrapper {
  border-color: var(--primary-color1);
  border-radius: 10px;
}

.popup-close {
  background: var(--primary-color1);
  border-color: white;
  border-width: 2px;
}

.pweb-title .subtext {
  margin: 0px;
}

div#popup-general-form {
  background: whitesmoke;
}

.popup-form-wrapper .wpcf7 {
  overflow: auto;
}

.popup-form-wrapper .wpcf7::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.popup-form-wrapper .wpcf7::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.popup-form-wrapper .wpcf7::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.pweb-title {
  text-align: center;
  padding: 25px 0px;
  position: relative;
  width: calc(100%);
  background: var(--primary-color1);
  color: white;
  margin-bottom: 20px;
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
  margin-top: 0px;
}

.contact-card .subtitle {
  margin-bottom: 20px;
  color: var(--primary-color1);
}

/* General form styling */
.contact-card .wpcf7-form {
  margin: 0 auto;
  border-radius: 8px;
  display: block;
  width: 100%;
}

.contact-card .wpcf7-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.wpcf7-form input:not(.readmore),
.wpcf7-form textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 5px;
  border-width: 3px;
  border-radius: 4px;
  box-sizing: border-box;
}

.contact-card :is(.wpcf7-form input:not(.readmore), .wpcf7-form textarea) {
  border-color: #ccc;
  border-style: solid;
}

/* Focus states */
.contact-card :is(.wpcf7-form input:focus, .wpcf7-form textarea:focus) {
  outline: none;
  border-color: var(--primary-color1);
}

/* Styling for the input fields */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-textarea {
  font-size: 14px;
}

/* Placeholder text styling */
.wpcf7-form-control::placeholder {
  color: #999;
}

.wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--primary-color1);
}

/* Privacy details styling */
.privacy-details {
  font-size: 14px;
  margin-top: 10px;
}

.privacy-details a {
  color: var(--primary-color1);
  font-weight: 700;
}

/* Styling for the spinner */
.wpcf7-spinner {
  display: none;
  margin-left: 10px;
  border: 2px solid #ccc;
  border-top: 2px solid #5e92f3;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
}

/* Error or success messages */
.wpcf7-response-output {
  padding: 10px;
  margin-top: 20px;
  background-color: #f4f4f4;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
}

/*== == Contact Page END == ==*/
/*== == == CONTACT FORM == == ==*/
body {
  position: relative;
}

.popup-confirmation {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5000;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease 0.25s;
}

.popup-form-wrapper input.wpcf7-submit {
  background: var(--primary-color1);
  border: none;
  text-align: center;
}

.popup-confirmation.popup-open {
  opacity: 1;
  pointer-events: all;
  transition: all 0.25s ease 0s;
}

.popup-confirmation-inner {
  position: absolute;
  top: 150%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  background: #03be68;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 60px 20px;
  text-align: center;
  color: white;
  border-radius: 25px;
  transition: all 0.25s ease 0s;
}

.popup-confirmation.popup-open .popup-confirmation-inner {
  top: 50%;
  transition: all 0.25s ease 0.25s;
}

p.popup-small {
  font-size: 18px;
  line-height: 24px;
  max-width: 400px;
  margin: 20px auto;
}

p.popup-large {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin: 20px 0px;
}

.popup-confirmation-icon i {
  font-size: 250px;
}

a.popup-readmore {
  font-weight: 100;
  color: white;
  font-size: 24px;
  border: solid 2px white;
  padding: 5px 10px;
  border-radius: 25px;
  width: 150px;
  display: block;
  margin: 0px auto;
  transition: all 0.33s ease;
  cursor: pointer;
}

a.popup-readmore:hover {
  background: white;
  color: #03be68;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-form p:last-of-type {
  margin-bottom: 0;
}

#sgpb-popup-dialog-main-div input,
#sgpb-popup-dialog-main-div textarea,
.sgpb-gdpr-info,
.sgpb-gdpr-label-wrapper {
  width: 100% !important;
  background: whitesmoke;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  display: block;
  font-size: 18px;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: 100%;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 15px;
  border: solid 2px #ccc;
  box-sizing: border-box;
}

.contact-form-fields {
  padding: 0px 20px 20px;
  border-radius: 20px;
}

.sgpb-main-html-content-wrapper > p {
  margin: 0px !important;
}

.form-field {
  margin-bottom: 10px;
  flex: 0 0 100%;
}

.form-field.half {
  flex: 0 0 calc(50% - 5px);
}

.contact-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

p.privacy-details {
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
}

p.privacy-details a {
  font-size: 12px;
}

#sgpb-popup-dialog-main-div h3 {
  font-weight: 600;
  text-align: center;
  margin: 0px auto 30px;
  font-size: 32px;
  line-height: 40px;
  color: white;
  padding: 25px 0px 30px;
  background: #bd1819;
}

#sgpb-popup-dialog-main-div h3 span {
  color: white;
  display: block;
  font-weight: 300;
}

.sgpb-theme-1-content {
  box-shadow: none !important;
  border-radius: 10px !important;
  padding: 0px 0px !important;
  box-sizing: border-box !important;
  border: solid 5px #bd1819 !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 {
  border: solid 0px #bd1819;
  border-radius: 0px;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1::before {
  width: 50px;
  height: 50px;
  background: #bd1819;
  content: "x";
  color: white;
  text-align: center;
  top: 0px;
  position: absolute;
  right: 0px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 1000000;
  line-height: 45px;
  font-size: 30px;
  box-shadow: 0px 0px 10px 0px black !important;
  border-radius: 50%;
  pointer-events: none;
}

#sgpb-popup-dialog-main-div textarea {
  max-height: 150px;
}

.contact-form-wrapper ~ p:nth-of-type(0n + 1) {
  margin: 0px;
}

.sgpb-popup-close-button-1 {
  bottom: unset !important;
  top: 0 !important;
  right: 0 !important;
  width: 20px !important;
  height: 20px !important;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.sgpb-popup-close-button-1:hover {
  opacity: 0;
}

form.wpcf7-form > p {
  margin: 0px;
}

#sgpb-popup-dialog-main-div input.wpcf7-submit {
  padding: 10px 20px;
  text-align: center;
  box-sizing: border-box !important;
  color: white;
  font-size: 24px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #bd1819 !important;
  font-weight: 400;
  border: solid 1px #bd1819 !important;
  box-shadow: none !important;
  text-shadow: none;
  margin-top: 20px;
  cursor: pointer;
  -webkit-appearance: inherit;
  font-family: "Poppins";
  text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
  margin-top: 0 !important;
}

.wpcf7 textarea {
  width: 100%;
  height: 150px;
  margin-top: -10px;
}

.contact-card label {
  font-size: 18px;
  margin: 0px;
}

/*== == == CONTACT FORM END == == ==*/

/*== == System Pages == ==*/

section.error-404.not-found {
  padding: 100px 0px;
}

/*== == System Pages END == ==*/

.site-header-top-container-block.social-icon i {
  font-weight: 400;
}

.site-header-top-container-block.end {
  background: var(--primary-color2);
  display: block;
  padding: 15px 70px;
}

.footer-bottom {
  background: var(--primary-color1);
  padding: 60px 0px;
}

.footer-bottom-container {
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

.footer-bottom-container ul {
  margin: 0;
  list-style: none;
  display: flex;
  margin: 50px auto 70px;
  gap: 40px;
  padding: 0;
}

.footer-bottom-container ul li {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}

.social-icons {
  display: flex;
  gap: 20px;
}

.social-icons i {
  font-size: 40px;
  line-height: 1;
}

.ebook-banner-inner {
  display: flex;
  align-items: center;
  z-index: 3;
  position: relative;
  color: white;
  justify-content: flex-start;
  max-width: 1024px;
  margin: 0px auto;
  gap: 140px;
}

.ebook-banner {
  max-width: 1500px;
  margin: 0px auto;
  background-size: cover;
  position: relative;
  margin-bottom: -110px;
  margin-top: 70px;
  z-index: 4;
}

.ebook-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
}

.ebook-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--wpr-bg-60da78f4-34ad-43c8-aa13-b8a940422f63);
  opacity: 0.7;
  z-index: -1;
}

a.readmore.alt.white {
  color: white;
}

.ebook-banner-inner > img {
  margin: -90px 0px -50px;
}

.contact-fold {
  background: #f9f4ee;
  padding: 220px 0px 110px;
}

.contact-fold-inner {
  display: flex;
  justify-content: space-between;
}

.contact-fold-inner .contact-card {
  max-width: 500px;
}

.map-wrap {
  flex-grow: 1;
  padding: 0px 70px;
}

.map-wrap > div {
  height: 100% !important;
}

.contact-card.quick-form-wrapper input[type="submit"] {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 12px;
  font-family: "Open Sans";
  margin: 0;
}

.contact-card .form-field input,
.contact-card .form-field textarea {
  margin: 0 !important;
  border: 0;
  background: whitesmoke;
  font-family: "Open Sans";
  font-size: 14px;
  color: #333;
}

.contact-fold-inner .contact-card .privacy-details {
  font-size: 12px;
  margin-top: 20px;
}

.contact-card .wpcf7-form > p {
  line-height: 28px;
  margin-bottom: 20px;
  margin-top: 20px;
}


ul.splide__pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin-top: 20px;
}

ul.splide__pagination li button {
  width: 10px;
  height: 10px;
  display: block;
  padding: 0;
  border: solid 0px var(--grey);
  background: lightgrey;
  border-radius: 50%;
  transition: all 300ms ease;
}

ul.splide__pagination li button.is-active {
  background: var(--primary-color2);
}

button.single_add_to_cart_button {
  display: none;
}

#masthead ul.sub-menu .sub-menu {
    position: relative;
    top: unset !important;
    left: unset;
    opacity: 1;
    pointer-events: none;
    flex-direction: column;
    padding: 0px;
    margin-top: 10px;
}

#masthead ul.sub-menu li.menu-item {
    border: 0px;
    padding: 0px;
}

ul#primary-menu li.menu-item.single .sub-menu a {
    font-weight: 400;
    font-size: 14px;
    padding: 0;
}

ul#primary-menu li.menu-item.single > .sub-menu::after {
    content: '';
    position: absolute;
    width: calc((100% / 2) - 60px);
    height: calc(100% - 90px);
    background-size: cover;
    z-index: 1;
    bottom: 0;
    left: 0;
}

ul#primary-menu li.menu-item.single.about-dropdown > .sub-menu::after {
  background-image:url('/wp-content/uploads/2025/07/burmatex-about.jpg');     
}

ul#primary-menu li.menu-item.single.technical-dropdown > .sub-menu::after {
  background-image:url('/wp-content/uploads/2025/07/burmatex-technical.jpg');     
}

ul#primary-menu li.menu-item.single.sectors-dropdown > .sub-menu::after {
  background-image:url('/wp-content/uploads/2025/07/burmatex-sectors.jpg');     
}
ul#primary-menu li.menu-item.single.sustainability-dropdown > .sub-menu::after {
  background-image:url('/wp-content/uploads/2025/07/burmatex-sustainability.jpg');     
}

ul#primary-menu > li > ul.sub-menu > li.image-column > a {
    display: none;
}

#masthead ul.sub-menu .image-column .sub-menu {
    gap: 10px;
}

#masthead .sub-menu .image-column > ul > li.menu-item > a {
    position: relative;
    display: flex;
    height: 12vw;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 1;
    color: white;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
}

#masthead ul.sub-menu li.menu-item.image-column {
    flex: 1 0;
}

#masthead .sub-menu .image-column > ul > li.menu-item > a::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2025/07/colourmerge-background.jpg');
    pointer-events: none;
    z-index: -1;
    background-size:cover;
    filter: brightness(0.7);
}

#masthead .sub-menu .image-column > ul > li.menu-item.colour-link > a::before {
    background-image: url('/wp-content/uploads/2025/07/colourlink-background.jpg');
}

main#primary::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #00000099;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    transition: all 1000ms ease;
}

body:has(#masthead ul#primary-menu > li.menu-item-has-children:hover) main#primary::before {
    opacity:1;
}

#masthead li.single ul.sub-menu {
    padding-left: 50%;
    flex-wrap: wrap;
    gap: 10px;
}

.mobmenu-content li > .sub-menu li {
  padding: 0px;
  padding-left: 0px !important;
}

@media (min-width:1024px) {

#masthead ul.sub-menu li.menu-item.mobile-dropdown {
    display: none;
}

}

@media (max-width:1024px) {

ul.sub-menu li.menu-item.desktop-dropdown {
    display: none;
}

}

.mobmenu-content li > .sub-menu .sub-menu li {
  padding-left: 20px !important;
}

.mobmenu-content #mobmenuleft .sub-menu a {
  justify-content: space-between;
}

#masthead li.single ul.sub-menu li.menu-item {
    width: calc((100% / 3) - 7px);
    flex: unset;
}

#mobmenuleft ul.sub-menu::before {
    display: none;
}

.xoo-wsc-modal dl.variation > div {
    display: flex;
    align-items: center;
}

#mobmenuleft ul.sub-menu > li > a::before {
    display: none;
}

.footer-bottom-container > a img{
  max-width: 300px;
}
.footer-bottom-container ul li::before{
  display: none !important;
}

.footer-bottom-container a{
  color: white !important;
  font-size: 20px;
  line-height: 1;
}

.no-link{
  pointer-events:none;
}

.policy-page img {
    margin: 20px 0px;
}

.home-fold4-content a {
    color: white;
}

#goleft, #goright{
  cursor: pointer;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
  border-radius: 0px;
}

.hero-banner .splide__arrows.splide__arrows--ltr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    box-sizing: border-box;
}

.hero-banner .splide__arrows.splide__arrows--ltr button {
    background: #00000044;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
}

.hero-banner .splide__arrows.splide__arrows--ltr button svg {
    fill: white;
    width: 20px;
    height: 20px;
}

.hero-banner .splide__arrows.splide__arrows--ltr button.splide__arrow--prev {
    transform: rotate(180deg);
}