/* Scoped Only */

.ag-silicone-top {
    background: #f9f9f9;
    padding-top: 150px;
    font-family: "Segoe UI", sans-serif;
}

.ag-silicone-container {
    width: 90%;
    max-width: 1150px;
    margin: auto;
}

/* Breadcrumb */

.ag-silicone-breadcrumb {
    font-size: 14px;
    margin-bottom: 25px;
    color: #333;
}

.ag-silicone-breadcrumb a {
    color: #1e3a8a;
    text-decoration: none;
    font-weight: 500;
}

.ag-silicone-breadcrumb span {
    margin: 0 6px;
}

/* Heading */

.ag-silicone-heading {
    font-size: 42px;
    font-weight: 800;
    color: #1f2d5a;
    margin-bottom: 25px;
    line-height: 1.2;
}

/* Paragraph */

.ag-silicone-content p {
    font-size: 17px;
    color: #2d2d2d;
    margin-bottom: 18px;
    line-height: 1.8;
    max-width: 1000px;
}

.ag-silicone-content a {
color: #83131f;
    font-weight: 600;
    text-decoration: none;}

/* Slider */

.ag-silicone-slider-wrapper {
    position: relative;
    margin-top: 60px;
    padding: 50px 0;
}

.ag-silicone-slider {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 0 80px;
}

.ag-slide {
    flex: 0 0 calc(25% - 15px); /* 4 slides visible */
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ag-slide img {
    max-width: 100%;
    height: auto;
}

/* Arrows */

.ag-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #6b6b6b;
    color: #fff;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
}

.ag-prev { left: 20px; }
.ag-next { right: 20px; }

.ag-slider-btn:hover {
    background: #444;
}
/* ================= BASE ================= */

.ag-sl-section {
    padding: 70px 0;
        background: #ffffff;
}

.ag-sl-light {
    background: #f6f6f6;
    padding-top: 0 !important;
}

.ag-sl-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.ag-sl-heading {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #1f2d5a;
    margin-bottom: 40px;
}
.ag-sl-card p{
  font-size:15px;
  line-height:1.6;
  color:#666;
  padding:0 20px;
}
/* ================= TEXT ================= */

.ag-sl-text {
    max-width: 1000px;
    margin: auto;
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}

.ag-sl-text a {
   color: #83131f;
    font-weight: 600;
    text-decoration: none;
}

.ag-sl-text a:hover {
    text-decoration: none;
}

/* ================= GRID ================= */

.ag-sl-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}



/* Applications card smaller padding */

.ag-sl-app {
    padding: 40px 20px;
}
/* ==============================
   ATAM GRAPHICS COMPARISON TABLE
   Fully Isolated - No Conflict
================================ */


.ag-cmpr-section {
  background: linear-gradient(180deg, #cfcfcf 0%, var(--e-global-color-astglobalcolor5, #f8f9fc) 100%);
  padding: 20px 20px;
  font-family: 'Poppins', sans-serif;
}

.ag-cmpr-container {
  max-width: 1200px;
  margin: auto;
}

.ag-cmpr-title {
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  color: #1f2d5a;
  margin-bottom: 50px;
}

/* ================= TABLE ================= */

.ag-cmpr-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.ag-cmpr-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

/* HEADER */
.ag-cmpr-table thead th {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.ag-cmpr-feature {
  background: #2467d6;
}

.ag-cmpr-silicone {
  background: #5aa9bf;
}

.ag-cmpr-pu {
  background: #e3a447;
}

.ag-cmpr-woven {
  background: #2d8f63;
}

/* BODY */
.ag-cmpr-table tbody td {
  padding: 22px 15px;
  text-align: center;
  font-size: 18px;
  color: #2f3a59;
}

/* Row Colors */
.ag-cmpr-table tbody tr:nth-child(odd) {
  background: #efe6cc;
}

.ag-cmpr-table tbody tr:nth-child(even) {
  background: #cfcfcf;
}
.ag-why-section {
  padding: 90px 20px;
  background: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
}

.ag-why-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 70px;
}

.ag-why-content {
  flex: 1;
}

.ag-why-heading {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1e2a44;
  position: relative;
}

.ag-why-heading::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #7a003c;
  position: absolute;
  bottom: -12px;
  
}

.ag-why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ag-why-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 22px;
  font-size: 19px;
  color: #333;
  transition: all 0.3s ease;
}

.ag-why-icon {
  min-width: 28px;
  height: 28px;
  background: #1e2a44;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s ease;
}

.ag-why-list li:hover {
  transform: translateX(6px);
}

.ag-why-list li:hover .ag-why-icon {
  background: #7a003c;
}

/* VIDEO */
.ag-why-video {
  flex: 1;
}

.ag-video-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.ag-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ==============================
   ATAM GRAPHICS - PROCESS SECTION
   Conflict-Free | Fully Responsive
================================= */

.ag-proc-section {
  padding: 100px 20px;
  background: linear-gradient(180deg, #cfcfcf 0%, var(--e-global-color-astglobalcolor5, #f8f9fc) 100%);
  font-family: 'Segoe UI', sans-serif;
}

.ag-proc-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 70px;
}

.ag-proc-left,
.ag-proc-right {
  flex: 1;
}

.ag-proc-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1e2a44;
}

/* ACCORDION */
.ag-proc-accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ag-proc-item {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: 0.3s ease;
}

.ag-proc-btn {
  width: 100%;
  padding: 18px 22px;
  border: none;
  background: #ffffff;
  font-size: 17px;
  font-weight: 600;
  color: #1e2a44;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.ag-proc-icon {
  font-size: 22px;
  font-weight: bold;
  transition: 0.3s ease;
}

.ag-proc-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  font-size: 15px;
  color: #555;
  transition: all 0.4s ease;
}

.ag-proc-item.active .ag-proc-btn {
  background: linear-gradient(145deg,#8c1421,#5a0c14);
  color: #fff;
}

.ag-proc-item.active .ag-proc-content {
  max-height: 150px;
  padding: 18px 22px;
}

.ag-proc-item.active .ag-proc-icon {
  color: #fff;
}

/* RIGHT CARDS */
.ag-proc-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  margin-bottom: 25px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.ag-proc-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #1e2a44;
}

.ag-proc-card p {
  color: #555;
  font-size: 15px;
}

.ag-proc-card:hover {
  transform: translateY(-6px);
}
/* ==============================
   ATAM GRAPHICS - FAQ SECTION
   Conflict-Free | Responsive
================================= */

.ag-faq-section {
  padding: 100px 20px;
  background: #f8f8f8;
  font-family: 'Segoe UI', sans-serif;
}

.ag-faq-container {
  max-width: 1100px;
  margin: auto;
}

.ag-faq-heading {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1e2a44;
}

/* ACCORDION */
.ag-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.ag-faq-item {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: 0.3s ease;
}

.ag-faq-question {
  width: 100%;
  padding: 18px 22px;
  border: none;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  color: #1e2a44;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.ag-faq-icon {
  font-size: 22px;
  font-weight: bold;
  transition: 0.3s ease;
}

.ag-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  font-size: 15px;
  color: #555;
  transition: all 0.4s ease;
}

.ag-faq-item.active .ag-faq-question {
  background: linear-gradient(145deg,#8c1421,#5a0c14);
  color: #fff;
}

.ag-faq-item.active .ag-faq-answer {
  max-height: 150px;
  padding: 18px 22px;
}

.ag-faq-item.active .ag-faq-icon {
  color: #fff;
}

/* CTA SECTION */
.ag-faq-cta {
  margin-top: 80px;
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.07);
}

.ag-faq-cta-left img {
  width: 130px;
  max-width: 100%;
}

.ag-faq-cta-right h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #1e2a44;
}

.ag-faq-btn {
  display: inline-block;
  padding: 12px 26px;
  background: linear-gradient(145deg,#8c1421,#5a0c14);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s ease;
}

.ag-faq-btn:hover {
  transform: translateY(-3px);
}
/* ==============================
   AML SECTION STYLING
============================== */

.aml-section {
    padding: 80px 20px;
    background: #f8f9fb;
}

.aml-container {
    max-width: 1300px;
    margin: 0 auto;
}

.aml-header {
    text-align: center;
    
    margin: 0 auto 60px auto;
}


.aml-subheading {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

/* ==============================
   GRID LAYOUT
============================== */

.aml-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* ==============================
   CARD DESIGN
============================== */

.aml-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
}

.aml-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* IMAGE BOX */

.aml-img-box {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.aml-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.aml-card:hover .aml-img-box img {
    transform: scale(1.08);
}

/* ==============================
   CONTENT AREA
============================== */

.aml-content {
    padding: 25px 22px 30px 22px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.aml-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
}

.aml-content p {
    font-size: 14.5px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 18px;
}

/* FEATURES */

.aml-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.aml-features li {
    font-size: 13.8px;
    margin-bottom: 8px;
    padding-left: 22px;
    position: relative;
    color: #444;
}

.aml-features li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #b11226;
    font-size: 12px;
}

/* BUTTON */

.aml-btn {
    margin-top: auto;
    display: inline-block;
    text-align: center;
    padding: 10px 22px;
    background: #b11226;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.aml-btn:hover {
    background: #8e0f1f;
    box-shadow: 0 8px 20px rgba(177, 18, 38, 0.25);
    transform: translateY(-3px);
}
/* ===== SECTION ===== */
.ag-sl-section{
  padding:80px 20px;
  background:#f6f7fb;
}

.ag-sl-container{
  max-width:1200px;
  margin:auto;
}

/* ===== HEADING ===== */
.ag-sl-heading{
  text-align:center;
  font-size:36px;
  font-weight:700;
  color:#1f2a44;
  margin-bottom:60px;
  position:relative;
}

.ag-sl-heading::after{
  content:"";
  width:60px;
  height:3px;
  background:#c41c2f;
  display:block;
  margin:15px auto 0;
  border-radius:2px;
}

/* ===== GRID ===== */
.ag-sl-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

/* ===== CARD ===== */
.ag-sl-card{
  background:#ffffff;
  border-radius:8px;
  overflow:hidden;
  text-align:center;
  padding-bottom:25px;
  box-shadow:0 8px 25px rgba(0,0,0,0.06);
  transition:all .35s ease;
  border:1px solid #eee;
}

.ag-sl-card:hover{
  transform:translateY(-8px);
  box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

/* ===== IMAGE ===== */
.ag-sl-card img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
}

/* ===== TITLE ===== */
.ag-sl-card h3{
  font-size:20px;
  color:#1f2a44;
  font-weight:600;
  margin:20px 15px 10px;
}

/* ===== TEXT ===== */
/* Responsive */
@media (max-width: 1024px) {
 .ag-sl-grid{
grid-template-columns:repeat(2,1fr);
}
  .aml-grid {
        grid-template-columns: repeat(3, 1fr);
    }  
  .ag-sl-card {
        width: calc(50% - 30px);
    }
}
@media (max-width: 992px) {
   .aml-grid {
        grid-template-columns: repeat(2, 1fr);
    }  
  .ag-faq-heading {
    font-size: 28px;
  }

  .ag-faq-cta {
    flex-direction: column;
    text-align: center;
  }
    .ag-proc-container {
    flex-direction: column;
  }

  .ag-proc-heading {
    font-size: 28px;
  }
    .ag-why-container {
    flex-direction: column;
    text-align: center;
  }

  .ag-why-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .ag-why-list li {
    justify-content: left;
  }
    .ag-silicone-heading {
        font-size: 32px;
    }

     .ag-slide {
        flex: 0 0 calc(50% - 15px); /* tablet 2 */
    }

    .ag-silicone-slider {
        padding: 0 40px;
    }
}
@media (max-width: 768px) {
.ag-sl-heading{
font-size:28px;
}

.ag-sl-grid{
grid-template-columns:1fr;
}

.ag-sl-card img{
height:200px;
}
  .ag-cmpr-title {
    font-size: 28px;
  }

  .ag-cmpr-table thead {
    display: none;
  }

  .ag-cmpr-table,
  .ag-cmpr-table tbody,
  .ag-cmpr-table tr,
  .ag-cmpr-table td {
    display: block;
    width: 100%;
  }

  .ag-cmpr-table tr {
    margin-bottom: 20px;
    background: #fff !important;
    border-radius: 8px;
    overflow: hidden;
  }

  .ag-cmpr-table td {
    text-align: left;
    padding: 14px 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    font-size: 15px;
  }

  .ag-cmpr-table td::before {
    content: attr(data-label);
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #1f2d5a;
  }

}
@media (max-width: 600px) {
    .ag-sl-card {
        width: 100%;
    }

    .ag-sl-heading {
        font-size: 26px;
    }

    .ag-sl-text {
        font-size: 15px;
    }
}
@media (max-width: 576px) {
    .aml-grid {
        grid-template-columns: 1fr;
    }

    .aml-heading {
        font-size: 26px;
    }

    .aml-subheading {
        font-size: 14px;
    }

    .aml-img-box {
        height: 200px;
    } 
  .ag-slide {
        flex: 0 0 100%; /* mobile 1 */
    }
}