body {
  margin:0px;
font-family: Raleway,sans-serif;
letter-spacing: 0.5px;

}

h1 {line-height: 1.5;}

p {color: #757a7d; line-height: 1.5; font-size:14px;}

hr {
  border: 3px solid green;
  align-content: center;
  width: 15px;

}



.why {
background-color: #f6f6f6;}

.product-background {background-image: url("https://econpap.com.my/wp-content/uploads/2026/06/Toilet-Paper-Tissue-Paper.jpg"); }

.our-products {
background-image: url("https://econpap.com.my/wp-content/uploads/2026/06/wall-bg.jpg"); 
object-fit: cover;
padding: 50px 0px; 
}

.one-banner img{width: 100%;filter: brightness(70%); object-fit: cover; min-height: 400px;}

.one-banner .text-overlay {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.one-banner .text-overlay p{
  font-size: 40px;
  text-shadow: 5px 3px #363636;
  color: white;
  text-align: center;
}

h3 {
 font-size: 18px;
}

.split-screen__half h3 {font-weight: normal;margin-top: 20px;}


.split-screen__half img{width: 100%; height: 100%}

.split-screen__half .circle img { width: 70%; height: 70%; }

/*nav*/
.nav-area {
  background-color: white;
  position: fixed;
  padding: 20px ;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  top:0;
  z-index: 5;
}

.nav-area:after {
  display: block;
}

.nav-area ul {
  list-style: none;
  margin: 0;
}

.nav-area>ul>li {
  float: left;
  position: relative;
}

.nav-area ul li a {
  text-decoration: none;
  color: black;
  padding: 15px 20px;
  display: block;
}

.nav-area ul li:hover a {
  color: #1d1d1d;
  background-color: rgb(255, 255, 255);
}

.nav-area ul ul {
  position: absolute;
  padding: 0;
  min-width: 160px;
  display: none;
  top: 100%;
  left: 0;
}

.nav-area ul li:hover>ul {
  display: block;
}

.for-mobile {
display: none;
}

/*topnav*/

.topnav {
  overflow: hidden;
  background-color: white;
  position: fixed;
  padding-bottom: 15px;
  z-index: 5;
  width: 100%;
  top: 0;
  
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: white;
  display: block;
  position: absolute;
  right: 0;
  top: 25px;
}

.topnav .highlight a:hover {
  background-color: black;
  color: white;
}


.active-1 {
  background-color: white;
  color: white;
}

.topnav ul li {
  list-style-type: none;
}



@media only screen and (max-width:1000px)  {
  
  .split-screen-container {
  flex-direction: column;
}

.google-maps {
  padding-bottom: 90% !important; // This is the aspect ratio
  overflow: hidden;
  max-width: 450px;
}

.right-section {
  width: 90% !important;
  margin-top: 10px;}
}


@media only screen and (max-width:1300px)  
{ 
  


  .side-spacing-1 {
    margin: 0px !important;
}

.split-screen {
  margin: 0px !important;
}


.split-screen__half {
  /*margin: 10px 100px !important;*/
}
}

@media only screen and (max-width:900px)  
{ 
  footer {
    flex-direction: column;
  padding: 0px !important;}

  footer p {text-decoration: none;
    } 


  


}


@media only screen and (max-width:700px)  
{ 
.card-layout {
  flex-direction: column;

}

.split-screen {
  flex-direction: column;} 

  .nav-area {
    display: none;
    }
    
    .for-mobile {
      display: block;
      }
    
    
    .for-desktop {display: none;}
    
}





/* slider */
/* Slideshow container */
.slideshow-container {
    width:100%;
    position: relative;
    margin-top:100px;
   
  }
  


  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active-2, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }






/* Style the circle container */
.circle-container {
    width: 100px; /* Adjust the width of the container */
    height: 100px; /* Adjust the height of the container */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Style the circle */
  .circle {
    width: 90px; /* Adjust the width of the circle */
    height: 90px; /* Adjust the height of the circle */
    border: 1.5px solid grey; /* Add a grey outline */
    border-radius: 50%; /* Make the circle a circle shape */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  }
  
  /* Style the icon */
  .icon {
    font-size: 30px; /* Adjust the size of the icon */
    color: white; /* Adjust the color of the icon */
  }
  
  /* Change the circle color on hover */
  .circle:hover {
    border-color: #1abc9c ; /* Change the border color to green */
    background-color: #1abc9c ;
  }
  

  /*split screen*/
  .split-screen {
    display: flex;
    margin: 0 10%;
}

.split-screen__half {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    font-size: 14px;
}

/*footer*/



.footer-left p {
   color: #818181;
}


.footer-middle p {
    color: #818181;
}

.footer-right p{
    color: #818181;
}



/*carousell*/

.wrapper{
  width: 100%;
}
.carousel{
  max-width: 80%;
  margin: auto;
  padding: 0 30px;
}
.carousel .card{
  color: #fff;
  text-align: center;
  margin: 30px 0;
  line-height: 250px;
  font-size: 90px;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
}
.carousel .card-1{
  background: white;
}
.carousel .card-2{
  background: #0072bc;
}
.carousel .card-3{
  background: #39b54a;
}
.carousel .card-4{
  background: #f26522;
}
.carousel .card-5{
  background: #630460;
}
.owl-dots{
  text-align: center;
  margin-top: 40px;
}
.owl-dot{
  height: 15px;
  width: 45px;
  margin: 0 5px;
  outline: none;
  border-radius: 14px;
  border: 2px solid white!important;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
.owl-dot.active,
.owl-dot:hover{
  background: #1abc9c!important;
}



/*ABOUT-US*/
.white-box {
background-color: white;
height: 180px;
text-align: center;
padding: 20px;
margin: 30px 0px;
}

.bgcolor {
  background-color: rgb(247, 247, 247); 
}

.side-spacing {
 margin: 0 20%;
}


/*contact-us*/
.split-screen-container {
    display: flex;
    margin: 0 20%;
    
}

.left-section {
  min-width: 50%;
  font-size: 14px;
   
}

.right-section {
  width: 50%;
  font-size: 14px;
}

.google-maps {
  position: relative;
  padding-bottom: 60%; // This is the aspect ratio
  overflow: hidden;
  max-width: 450px;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/*whatsapp float button*/
.whatsapp-float {
  position: fixed;
  z-index: 5;
  top: 80%;
  right: 1%;
  
}




/* ///// inputs /////*/

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
  font-size: 0.75em;
  color: #757a7d;
  top: -5px;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
}

.styled-input {
  float: left;
  width: 293px;
  margin: 10px;
  position: relative;
  border-radius: 4px;
}

@media only screen and (max-width: 768px){
  .styled-input {
      width:100%;
  }
}

.styled-input label {
  color: #999;
  padding-left: 20px;
  padding-top: 5px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.styled-input.wide { 
  width: 650px;
  max-width: 100%;
}

input,
textarea {
  padding: 15px;
  border: 0;
  width: 100%;
  font-size: 1rem;
  background-color: white;
  color: #757a7d;
  border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

textarea {
  width: 100%;
  min-height: 15em;
}

.input-container {
  width: 650px;
  max-width: 100%;
 
}

.submit-btn {
  float: right;
  padding: 7px 20px;
  border-radius: 5px;
  display: inline-block;
  border: 1.5px solid black;
  color: black;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
            0 2px 10px 0 rgba(0,0,0,0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.submit-btn:hover {
  transform: translateY(1px);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
            0 1px 1px 0 rgba(0,0,0,0.09);
            background-color:#1abc9c;
            color: white;
            border: 1.5px solid #1abc9c;
}

@media (max-width: 768px) {
  .submit-btn {
      width:100%;
      float: none;
      text-align:center;
  }
}

input[type=checkbox] + label {
color: #ccc;
font-style: italic;
} 

input[type=checkbox]:checked + label {
color: #f00;
font-style: normal;
}




/*product*/

.side-spacing-1 {
margin: 0 10%;

}


    
/*napkin*/


.card-layout {
  display: flex;

  /* Put a card in the next row when previous cards take all width */
  flex-wrap: wrap;
  justify-content: space-around;


}

.card-layout__item {
  flex-basis: 35%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}


.card-layout__item img{
  width: 100%;
  height: 100%;

}

.card-layout__item hr{ margin-left:0;}


.flip-card {
  background-color: transparent;
  max-width: 800px;
  height: 300px;
  border: 2px solid #f1f1f1;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: rgb(212, 212, 212);
  color: red;
}

.flip-card-back {
  background-color: rgb(226, 224, 224);
  color: rgb(58, 57, 57);
  transform: rotateY(180deg);
}

.flip-card-front img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.flip-card-front img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.flip-card-back h1{
  padding-top: 70px;;

}
.econpap-b2b-form {
  max-width: 900px;
  margin: 30px auto;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}

.econpap-b2b-form h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.3;
}

.econpap-b2b-form p {
  margin-bottom: 25px;
  line-height: 1.6;
}

.econpap-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.econpap-field {
  margin-bottom: 18px;
}

.econpap-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.econpap-field input,
.econpap-field textarea,
.econpap-field select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-size: 15px;
}

.econpap-field textarea {
  min-height: 130px;
}

.econpap-full {
  width: 100%;
}

.econpap-field .wpcf7-list-item {
  display: inline-block;
  margin: 8px 18px 8px 0;
}

.econpap-submit input[type="submit"] {
  padding: 14px 28px;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 768px) {
  .econpap-form-grid {
    grid-template-columns: 1fr;
  }

  .econpap-b2b-form {
    padding: 22px;
  }
}
/* Econpap CF7 - Product Interested checkbox group */
.econpap-b2b-form .wpcf7-form-control-wrap[data-name="product-interest"] {
  display: block;
  margin-top: 10px;
}

.econpap-b2b-form .wpcf7-form-control-wrap[data-name="product-interest"] .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.econpap-b2b-form .wpcf7-form-control-wrap[data-name="product-interest"] .wpcf7-list-item {
  margin: 0 !important;
}

.econpap-b2b-form .wpcf7-form-control-wrap[data-name="product-interest"] .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  margin: 0;
  background: #ffffff;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.35;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.econpap-b2b-form .wpcf7-form-control-wrap[data-name="product-interest"] input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 0;
  accent-color: #2f7d4f;
  cursor: pointer;
}

.econpap-b2b-form .wpcf7-form-control-wrap[data-name="product-interest"] .wpcf7-list-item-label {
  color: #2f3b4a;
  font-size: 15px;
}

.econpap-b2b-form .wpcf7-form-control-wrap[data-name="product-interest"] .wpcf7-list-item label:hover {
  border-color: #2f7d4f;
  background: #f7fbf8;
}

/* Selected checkbox card style */
@supports selector(label:has(input:checked)) {
  .econpap-b2b-form .wpcf7-form-control-wrap[data-name="product-interest"] .wpcf7-list-item label:has(input:checked) {
    border-color: #2f7d4f;
    background: #f0faf4;
    box-shadow: 0 0 0 2px rgba(47, 125, 79, 0.12);
  }
}

/* Make OEM / Private Label full width on desktop */
.econpap-b2b-form .wpcf7-form-control-wrap[data-name="product-interest"] .wpcf7-list-item.last {
  grid-column: span 2;
}

/* Validation message spacing */
.econpap-b2b-form .wpcf7-form-control-wrap[data-name="product-interest"] .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
}

/* Mobile layout */
@media (max-width: 768px) {
  .econpap-b2b-form .wpcf7-form-control-wrap[data-name="product-interest"] .wpcf7-checkbox {
    grid-template-columns: 1fr;
  }

  .econpap-b2b-form .wpcf7-form-control-wrap[data-name="product-interest"] .wpcf7-list-item.last {
    grid-column: span 1;
  }
}
/* Econpap CF7 - Consent checkbox */
.econpap-b2b-form .wpcf7-form-control-wrap[data-name="consent"] {
  display: block;
  margin-top: 4px;
}

.econpap-b2b-form .wpcf7-form-control-wrap[data-name="consent"] .wpcf7-checkbox {
  display: block;
}

.econpap-b2b-form .wpcf7-form-control-wrap[data-name="consent"] .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}

.econpap-b2b-form .wpcf7-form-control-wrap[data-name="consent"] .wpcf7-list-item label {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 13px 15px;
  margin: 0;
  background: #ffffff;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.45;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.econpap-b2b-form .wpcf7-form-control-wrap[data-name="consent"] input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 2px 0 0;
  accent-color: #2f7d4f;
  cursor: pointer;
}

.econpap-b2b-form .wpcf7-form-control-wrap[data-name="consent"] .wpcf7-list-item-label {
  color: #2f3b4a;
  font-size: 14px;
}

.econpap-b2b-form .wpcf7-form-control-wrap[data-name="consent"] .wpcf7-list-item label:hover {
  border-color: #2f7d4f;
  background: #f7fbf8;
}

/* Selected consent style */
@supports selector(label:has(input:checked)) {
  .econpap-b2b-form .wpcf7-form-control-wrap[data-name="consent"] .wpcf7-list-item label:has(input:checked) {
    border-color: #2f7d4f;
    background: #f0faf4;
    box-shadow: 0 0 0 2px rgba(47, 125, 79, 0.12);
  }
}

/* Error style when consent is not selected */
.econpap-b2b-form .wpcf7-form-control-wrap[data-name="consent"] .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item label {
  border-color: #d93025;
  background: #fff7f7;
}

.econpap-b2b-form .wpcf7-form-control-wrap[data-name="consent"] .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
  color: #d93025;
}
/* Econpap About Page */
.econpap-about-page {
  background: #f6f8f7;
}

.econpap-about-content {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 60px;
}

.econpap-intro-section {
  max-width: 920px;
  margin: 0 auto 35px;
  text-align: center;
}

.econpap-eyebrow {
  margin-bottom: 10px;
  color: #2f7d4f;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.econpap-intro-section h1,
.econpap-section h2 {
  margin-top: 0;
  margin-bottom: 16px;
  color: #1f2d3d;
  line-height: 1.25;
}

.econpap-intro-section p,
.econpap-section p {
  color: #465568;
  line-height: 1.75;
}

.econpap-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 35px 0;
}

.econpap-trust-card {
  padding: 22px;
  background: #ffffff;
  border: 1px solid #dce5df;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.econpap-trust-card strong {
  display: block;
  margin-bottom: 8px;
  color: #2f7d4f;
  font-size: 15px;
}

.econpap-trust-card span {
  display: block;
  color: #2f3b4a;
  line-height: 1.45;
}

.econpap-section {
  margin-top: 36px;
  padding: 34px;
  background: #ffffff;
  border: 1px solid #e1e7e3;
  border-radius: 14px;
}

.econpap-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.econpap-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.econpap-product-card {
  padding: 22px;
  border: 1px solid #dce5df;
  border-radius: 12px;
  background: #fbfdfc;
}

.econpap-product-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #1f2d3d;
  font-size: 20px;
}

.econpap-product-card p {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.65;
}

.econpap-product-card a {
  color: #2f7d4f;
  font-weight: 700;
  text-decoration: none;
}

.econpap-product-card a:hover {
  text-decoration: underline;
}

.econpap-check-list {
  margin: 18px 0 0;
  padding-left: 0;
  list-style: none;
}

.econpap-check-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
  color: #465568;
  line-height: 1.55;
}

.econpap-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #2f7d4f;
  font-weight: 700;
}

.econpap-oem-box {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 28px;
  margin-top: 20px;
}

.econpap-cta-card {
  padding: 24px;
  background: #f0faf4;
  border: 1px solid #cfe6d8;
  border-radius: 12px;
}

.econpap-button {
  display: inline-block;
  padding: 13px 22px;
  background: #2f7d4f;
  color: #ffffff !important;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

.econpap-button:hover {
  opacity: 0.9;
}

.econpap-button-secondary {
  background: #1f2d3d;
}

.econpap-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.econpap-industry-grid span {
  display: block;
  padding: 13px 15px;
  background: #fbfdfc;
  border: 1px solid #dce5df;
  border-radius: 8px;
  color: #2f3b4a;
  font-weight: 600;
  text-align: center;
}

.econpap-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.econpap-photo-placeholder {
  min-height: 150px;
  padding: 22px;
  background: #f7faf8;
  border: 1px dashed #9db8a8;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.econpap-photo-placeholder strong {
  display: block;
  margin-bottom: 8px;
  color: #2f7d4f;
}

.econpap-photo-placeholder span {
  color: #5d6b7a;
  font-size: 14px;
  line-height: 1.5;
}

.econpap-address-box {
  margin-top: 18px;
  padding: 22px;
  background: #f7faf8;
  border-left: 5px solid #2f7d4f;
  border-radius: 10px;
}

.econpap-address-box h3 {
  margin-top: 0;
  margin-bottom: 8px;
  color: #1f2d3d;
}

.econpap-address-box p {
  margin-bottom: 0;
}

.econpap-vision-mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px;
}

.econpap-white-box {
  margin: 0;
  padding: 30px;
  text-align: center;
  border-radius: 14px;
}

.econpap-white-box h2 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #1f2d3d;
}

.econpap-final-cta {
  text-align: center;
  background: #f0faf4;
  border-color: #cfe6d8;
}

.econpap-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}

@media (max-width: 1024px) {
  .econpap-trust-grid,
  .econpap-product-grid,
  .econpap-photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .econpap-industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .econpap-about-content {
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .econpap-trust-grid,
  .econpap-product-grid,
  .econpap-two-column,
  .econpap-oem-box,
  .econpap-photo-grid,
  .econpap-vision-mission {
    grid-template-columns: 1fr;
  }

  .econpap-section {
    padding: 24px;
  }

  .econpap-industry-grid {
    grid-template-columns: 1fr 1fr;
  }

  .econpap-cta-buttons {
    flex-direction: column;
  }

  .econpap-button {
    width: 100%;
    text-align: center;
  }
}
.econpap-faq {
  margin-top: 40px;
  margin-bottom: 40px;
}

.econpap-faq > h2 {
  margin-bottom: 24px;
}

.econpap-faq-item {
  margin-bottom: 12px;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  background-color: #ffffff;
  overflow: hidden;
}

.econpap-faq-item summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
  list-style: none;
}

.econpap-faq-item summary::-webkit-details-marker {
  display: none;
}

.econpap-faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

.econpap-faq-item[open] summary::after {
  content: "−";
}

.econpap-faq-item[open] summary {
  border-bottom: 1px solid #e2e2e2;
}

.econpap-faq-answer {
  padding: 18px 20px;
}

.econpap-faq-answer p {
  margin-top: 0;
  margin-bottom: 12px;
}

.econpap-faq-answer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .econpap-faq-item summary {
    padding: 16px 48px 16px 16px;
    font-size: 16px;
  }

  .econpap-faq-item summary::after {
    right: 16px;
  }

  .econpap-faq-answer {
    padding: 16px;
  }
}

