* .int {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  /* background: #f5f9ff;   */
  margin: 0px;
  padding: 0px;
}
.a2z-float{
top:280px;
left:25px;
padding: 10px;
font-weight:bold;
font-size:18px;
border-radius:20px;
box-shadow:0 4px 10px rgba(0,0,0,0.3);
display:inline-block; /* IMPORTANT */
text-decoration:none;
animation:a2zPulse 5.1s ease-in-out infinite;
}

/* Animation */

@keyframes a2zPulse{
0%{transform:translateX(0) translateY(0) scale(1);}
50%{transform:translateX(105px) translateY(-40px) translateZ(-8px) scale(1.5);}
100%{transform:translateX(0) translateY(0) scale(1);}
}

a, a:hover, a:active {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease; /* Optional: smooth transition */
}
section {
  background: #f5f9ff; 
  padding: 0;
  margin-top: 0px;
  padding-bottom: 70px;
}

.container {
  max-width: 1200px;
  margin: 0px;
  padding: 10px 20px;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  align-items: center;
}
/* MAIN SECTION */

/* MAIN LEFT SECTION */
.hero-left h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 22px;
  color: #1f2937;
    --tw-text-opacity: 1;
    color: rgb(30 41 59 / var(--tw-text-opacity, 1));
      margin-top: 0;
}


.hero-left p {
  color: #4b5563;
  max-width: 520px;
  text-align: justify;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  margin: 25px;
  padding: 0px;
  font-weight: 600;

}

/* Shared button base */
.btn-primary,
.btn-outline {
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Primary Button */
.btn-primary {
  background: #2563eb;
  color: #fff;
  letter-spacing: 1px;
  word-spacing: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

/* Outline Button */
.btn-outline {
  border: 1px solid #cbd5e1;
  color: #1f2937;
  border-radius: 6px;   /* If you want different radius */
}

.btn-outline:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

.hero-stats b {
  font-size: 24px;
  color: #2563eb;
  display: block;
}

.hero-stats span {
  font-size: 13px;
  color: #6b7280;
}

/* RIGHT SIDE */
.hero-right {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0px;
}
.feature-card {
  background: #fff;
  display: flex;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  width: 250px;
    height: auto;
    background-color: white;
    border-radius: 15px; /* Rounded corners */
    border: 1px solid #ddd;
    margin: 10px;
    
    /* Smooth transition for both size and shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .feature-card:hover {
  transform: scale(1.05); /* ~10px visual growth */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

.feature-card p {
  font-size: 14px;
  color: #6b7280;
}
.feature-card .fs18 {
  font-size: 14px;
  font-weight: 900;
  color: #6b7280;
}
.fs30 {
  font-size: 36px;
  font-weight: 900;
}
.fcspace {
  margin-bottom: 8px;
  font-size: 30px;
  letter-spacing: 3px;
}
.btn-primary {
  background: #2563eb;
  color: #fff;
}
.btn-outline {
  border: 1px solid #cbd5e1;
}













.con-width-200 {
  max-width: 400px;
  margin: 0px;
  padding: 0 10px;
}
.bottom50 {
  text-align: center;
  margin-bottom: 50px;
}
.cen {  text-align: center; }
.just {  text-align: justify; }
.muted{color: #cbd5e1;}
.mar{ color: #610707; /* Marron */ }
.white {color: white;}
.gold {color: #fbbf24;}
.txtblue {color: blue;}
.txtoran {color: orange;}
.black {color: black; font-weight: 900;}
.blue{background: #2563eb;}
.orange{background: #f97316;}
.green{background: #22c55e;}
.purple{background: #9333ea;}
.gray-blue{background: linear-gradient(135deg, #0f172a, #1e293b);}
.fs18 {font-size: 18px;}
.fs24 {font-size: 24px;}
.fs30 {font-size: 30px;}
.fs45 {font-size: 40px;}
.fs60 {font-size: 72px;}
.highlight {background: linear-gradient(135deg,#2563eb,#1e40af); color: #ffffff; }
p{
  font-size: 14px;
  font-weight: 500;
  text-align: justify;
}
.p12 {
  font-size: 12px;
  font-weight: 500;
  text-align: justify;
  max-width: 200px;

}
.a2z-brands .imgpro, .dealsin .imgdealin {
    display: inline-flex;
  background: #ffffff;
    width: auto;
    height: 75px;
    border: 0px solid #ccc;      /* Optional border for visibility */
    background-color: #f9f9f9;   /* Optional background */
    flex-direction: row;       /* Left to right */
margin: 5px;
  }
.a2z-brands .imgpro50per {
    max-width: 45%;
    height: auto;
  }
  .a2z-brands .imgpro9per {
    max-width: 15%;
    max-height: 70px;
  }
  .dealsin .imgdealin {
    width: 30%;
    height: auto;
    max-height: 200px;
  }
.dealsin .p {
  font-size: 12px;
  font-weight: 500;
  text-align: justify;
}
.imgproDiv {
  background: #ffffff;
    width: auto;
    height: fit-content;
    background-color: #ffffff;   /* Optional background */
    margin: 10px;
      border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  max-height: 300px;
  }
  .shrink {
    transform: scaleY(0.75); /* ~5% smaller vertically */
    transform-origin: center;   /* Shrinks from the top */
    padding: 5px;
    border-radius: 20px;
}


.mbottom {
  margin: 8px;
  padding-top: 20px;
}








/* SECTION PRODUCTS*/
.a2z-products {
  padding: 60px 0;
  background: #ffffff;
}

/* GRID */
.brands-grid, .contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}

.grid {
  display: grid;
  gap: 10px;
  align-items: center;
}
/* ICON */
.icon {
  width: 42px;
  height: 42px;
  background: #e8f0ff;
  border-radius: 10px;
  margin-bottom: 14px;  
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fd0909;
}









.btn-primary {
    letter-spacing: 0px;
    word-spacing: 0px;
}
  .hero-left h1 {
    font-size: 48px;
  }

  .hero-stats {
    gap: 20px;
  }
.main-nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav a {
  text-decoration: none;
  font-weight: 600;
}



/* SECTION oil seal*/
/* HEADING */
.section h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 8px;
}
.a2z-brands, .dealsin {
  padding: 70px 0 60px;
  color: #fff;
  text-align: center;
}
.a2z-brands {
  background: linear-gradient(135deg, #0f172a, #1e293b);
}
.section h2 span {
  color: #fbbf24;
}

.section .subtitle {
  color: #cbd5f5;
  font-size: 15px;
  margin-bottom: 40px;
  text-align: justify;
}

/* BRAND BOX */
.brand-box {
  background: rgba(255,255,255,0.15);
  border: 2px solid black;
  border-radius: 20px;
  padding: 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
height: 150px;
}

/* product oem temp */


/* product oem temp END */

.cbox {
  justify-content: center;  /* horizontal center */
  align-items: center;      /* vertical center */
  text-align: center;
}
.oem {background: linear-gradient(135deg, #0f172a, #1e293b);
color: gold;}
.bflex {
  display: flex;
}
.brand-box:hover {
  transform: translateY(-5px);
  background: gray;
  box-shadow: 0 18px 40px rgba(0,0,0,0.4);
}

/* CTA BADGE */
.brand-cta {
  display: inline-block;
  border: 1px solid #fbbf24;
  color: #fbbf24;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}



/* CONTACT */
.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.card {
  background: rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 30px;
  backdrop-filter: blur(10px);
  width: 100%;
}

.card h3 {
  margin-bottom: 25px;
  color: white;
}

.info-item {
  display: flex;
  gap: 25px;
  margin: 40px;

}

.icon {
  width: 20px;
  height: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform:scale(2.5);
}

.btn {
  display: block;
  text-align: center;

}

.whatsapp {
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  color: #fff;
    padding: 16px;
  border-radius: 12px;
  font-weight: 600;
  margin: 20px 0;
  text-decoration: none;
}

.download-box {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  padding: 25px;
  border-radius: 14px;
}

.download {
  background: #fff;
  color: #1d4ed8;
  margin-top: 15px;
}

.marketed span {
  color: #fbbf24;
}

hr {
  margin: 30px 0;
  border-color: rgba(255,255,255,0.2);
}
.social-box {
  margin-top: 30px;
}

.social-icons {
  display: flex;
  gap: 14px;
}

.social-icons a {
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  transform: scale(1.1);
  background: #2563eb;
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}



/* ===============================
         SEAL KITS SECTION
   =============================== */
.oem-kits h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 10px;
  color: white;
}
.con-kits h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 10px;
  color: white;
}
.oem-kits .p, .con-kits .p {
  font-size: 11px;
  font-weight: 900;
  text-align: justify;
}
.oem-kits h2 span{
  color: #2563eb;
}
.con-kits h2 span {
  color: gold;
}
  .oem-kits li,
.oem-tagline {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
/* ===============================
   ACCORDION
   =============================== */

.accordion-item {
  background: orange;
  border-radius: 12px;
  margin-bottom: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  overflow: hidden;
  
}

.accordion-header {
  width: 100%;
  background: transparent;
  border: none;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.group-badge {
  width: 36px;
  height: 36px;
  background: #2563eb;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.group-title {
  flex: 1;
  margin-left: 14px;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}

.arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* ===============================
   ACCORDION BODY
   =============================== */

.accordion-body {
  display: none;
  padding: 0 20px 18px;
  
}

.accordion-item.active .accordion-body {
  display: block;
}

.accordion-item.active .arrow {
  transform: rotate(180deg);
}

/* ===============================
   OEM LIST (FLEX ROW)
   =============================== */

.accordion-body ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.accordion-body li {
  background: #f1f5f9;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px;
  color: #0f172a;
  white-space: nowrap;
}

/* ===============================
   RESPONSIVE
   =============================== */



/* IMAGE 4 CORNER */
.ban_CERT {
/* Position each image in the desired corner */
  position: relative;
  /* Define the container's size and add padding equal to or greater than the image size to prevent overlap with content */
  /* width: 500px;
  
    /* border: 2px solid blue; For visualization */ */
    padding: 20px; /* Adjust this value based on your image size */
    height: 600px;
}
  .corner{position: absolute; width: 250px; /* Adjust size as needed */ height: 250px; }
  .top-left    {top: 0; left: 0; }
  .top-right   {top: 0; right: 0; }
  .bottom-left {bottom: 0; left: 0; }
  .bottom-right{bottom: 0; right: 0; }

  .con-rou {
    border-radius: 25px;
  }
  .txt-cen {
      text-align: center;
  }

  .img-bank {
  display: block;
  margin: 0 auto;      /* 🔥 centers horizontally */
  width: 50%;
  border-radius: 8px;
  margin-bottom: -0px;
  }
    .img-bank-50 {
  margin-bottom: -50px;
  }
    .img-bank-30 {
  margin-bottom: -32px;
  }


/* All Pages */

.p_j {
    text-align: justify;
    padding: 0px;
    font-size: 14px;
}
.h_j {
    text-align: justify;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
}
.prodtext {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
}
        /* Create two equal columns that floats next to each other */
.column {
        float: left;
        width: 50%;
        padding: 10px;
        height: 100% /* Should be removed. Only for demonstration */
        }
        
        /* Clear floats after the columns */
.row:after {
        content: "";
        display: table;
        clear: both;
        }
        
        

  /* Mobile friendly  RESPONSIVE */
@media (max-width: 1000px) {
  .brands-grid{grid-template-columns: repeat(1, 1fr);}
  .section h2{   font-size: 28px;  }
  .feature-card{ width: 80%;    height: auto;  }
  .grid{grid-template-columns: repeat(1, 1fr);}
  .a2z-brands .imgpro300 {max-width: 300px; max-height: 100px;}
  @keyframes a2zPulse{50%{transform:translateX(10px) translateY(-20px) translateZ(-3px) scale(1.1);}}
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  section, .column {width: 100%;}
  .card, .brand-box {max-width: 80%; padding: 5px;}
  .card {border-radius: 1px; padding: 2px; }
  .contact-grid {grid-template-columns: repeat(1, 1fr); gap: 1px;}
  .card h3 {margin-bottom: 0px;}
  .card .fs24 {font-size: 12px;}
  .icon {width: 20px; height: 20px;}
.info-item { gap: 15px; margin: 22px;}
  .oem-kits h2 {font-size: 26px; }
  .accordion-header {padding: 14px 16px;  }
  .group-title { font-size: 15px;  }
  .white {color: #ffffff !important; }
}
