   .tehr-page {
            font-family: Arial, Helvetica, sans-serif;
            margin: 0;
            background-color: #f2f2f2;
            color: #333;
        }

        .tehr-header {
           
            color: white;
            padding: 20px 40px;
            text-align: center;
        }

      .tehr-title {
    padding-top: 67px;
    margin: 0;
    font-size: 28px;
    letter-spacing: 1px;
          
      }

        .tehr-container {
            max-width: 1200px;
            margin: 30px auto;
            padding: 0 20px;
                padding-bottom: 100px;
        }

        .tehr-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 18px;
        }

        .tehr-card {
            background: #ffffff;
            border-radius: 12px;
            padding: 18px 16px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.08);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            border-left: 5px solid #e53935;
        }

        .tehr-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 18px rgba(0,0,0,0.12);
        }

        .tehr-product-name {
            font-weight: 600;
            font-size: 16px;
            color: #1f3c88;
        }

        .tehr-footer {
            margin-top: 40px;
            padding: 15px;
            text-align: center;
            font-size: 14px;
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        .tj-page-header {
                margin-top: 41px;
  position: relative;
  z-index: 1;
}

.tj-page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 43%); /* adjust opacity (0.3–0.7) */
  z-index: -1;
}





.newbrea3{
    color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: none !important;
  text-transform: uppercase;
}




.ttlhel34-sec{
  
}

.ttlhel34-wrap{
  max-width:1200px;
  margin:auto;
}

.ttlhel34-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

/* Center last row */
.ttlhel34-card:last-child{
  grid-column:2 / span 2;
}

.ttlhel34-card{
  background:#fff;
  padding:35px 25px;
  border-radius:14px;
  text-align:center;
  box-shadow:0 6px 25px rgba(0,0,0,0.06);
  transition:0.3s;
}

.ttlhel34-card:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 35px rgba(0,0,0,0.08);
}

.ttlhel34-icon{
  width:65px;
  height:65px;
  margin:0 auto 18px;
  border-radius:50%;
  background:#eef2f7;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
}

.ttlhel34-card h3{
  font-size:20px;
  margin-bottom:10px;
}

.ttlhel34-card p{
  font-size:14px;
  color:#666;
  line-height:1.6;
}

/* Tablet */
@media(max-width:992px){
  .ttlhel34-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .ttlhel34-card:last-child{
    grid-column:auto;
  }
}

/* Mobile */
@media(max-width:600px){
  .ttlhel34-grid{
    grid-template-columns:1fr;
  }
}


















.whatsapp-float{
  position:fixed;
  right:25px;
  bottom:25px;
  display:flex;
  align-items:center;
  gap:10px;
  background:#25D366;
  color:#fff;
  padding:10px 16px;
  border-radius:50px;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  box-shadow:0 10px 25px rgba(0,0,0,0.25);
  z-index:9999;
  transition:all .3s ease;
  animation:waPulse 2s infinite;
}

.whatsapp-float:hover{
  transform:translateY(-3px);
  background:#20b858;
  color:#fff;
}

.wa-icon{
  width:40px;
  height:40px;
  background:#1ebe57;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.wa-icon svg{
  width:22px;
  height:22px;
}

.wa-text{
  white-space:nowrap;
}

@keyframes waPulse{
  0%{
    box-shadow:0 0 0 0 rgba(37,211,102,.6);
  }
  70%{
    box-shadow:0 0 0 15px rgba(37,211,102,0);
  }
  100%{
    box-shadow:0 0 0 0 rgba(37,211,102,0);
  }
}

/* Mobile */

@media (max-width:768px){

.whatsapp-float{
  right:15px;
  bottom:15px;
  padding:8px 12px;
}

.wa-text{
  display:none;
}

}




























.sidebar-banner{
  background: linear-gradient(135deg,#0d2d62,#1f5fb8);
  border-radius:16px;
  padding:28px 22px;
  position:relative;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(0,0,0,0.15);
  margin-top:20px;
}

.sidebar-banner::before{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  background:rgba(255,255,255,0.08);
  border-radius:50%;
  top:-40px;
  right:-40px;
}

.banner-content{
  position:relative;
  z-index:2;
}

.banner-content h4{
  font-size:22px;
  font-weight:700;
  color:#fff;
  margin-bottom:10px;
}

.banner-content p{
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,0.9);
  margin-bottom:18px;
}

.sidebar-btn{
  display:inline-block;
  background:#ff8c00;
  color:#fff;
  padding:10px 20px;
  border-radius:8px;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:all .3s ease;
}

.sidebar-btn:hover{
  background:#fff;
  color:#0d2d62;
}






















.client-logo-scroller{
  width:100%;
  overflow:hidden;
  background:#f5f5f5;
  padding:20px 0;
}

.client-logo-track{
  display:flex;
  align-items:center;
  gap:20px;
  width:max-content;
  animation:scrollLogo 25s linear infinite;
}

.client-logo-track:hover{
  animation-play-state:paused;
}

.client-logo-item{
  width:160px;
  height:100px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.client-logo-item img{
  height:85px;
  width:auto;
  object-fit:contain;
}

@keyframes scrollLogo{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}













/* Container and Text */
.ttl4-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.ttl4-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.ttl4-subtitle {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
}

/* Grid Layout */


.ttl4-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(277px, 1fr));
    gap: 20px;
}

/* Cards */
.ttl4-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.ttl4-card:hover {
  transform: translateY(-5px);
}

/* Icons */
.ttl4-icon {
  font-size: 2rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 15px;
  color: white;
}

/* Icon Colors */
.ttl4-blue {
  background-color: #2e5cf6;
}

.ttl4-green {
  background-color: #3dc47e;
}

.ttl4-orange {
  background-color: #f7931e;
}

.ttl4-red {
  background-color: #f05c5c;
}

.ttl4-purple {
  background-color: #9b59b6;
}

.ttl4-lightblue {
  background-color: #5dade2;
}

/* Headings and Paragraphs in Card */
.ttl4-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.ttl4-card p {
  font-size: 0.95rem;
  color: #555;
}



 
        .nitya {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
            color: #ffffff;
            min-height: 100vh;
            padding: 2rem;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .header {
            text-align: center;
            margin-bottom: 3rem;
            position: relative;
        }

        .header::before {
            content: '';
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, #ff6b35, #f7931e);
            border-radius: 2px;
            animation: glow 2s ease-in-out infinite alternate;
        }

        @keyframes glow {
            from { box-shadow: 0 0 5px #ff6b35; }
            to { box-shadow: 0 0 20px #ff6b35, 0 0 30px #ff6b35; }
        }

        h1 {
            font-size: 3rem;
            font-weight: 700;
            background: linear-gradient(135deg, #ff6b35, #f7931e, #ffcd3c);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-top: 1rem;
            text-shadow: 0 4px 8px rgba(0,0,0,0.3);
        }

        .section {
            margin-bottom: 3rem;
            backdrop-filter: blur(10px);
            background: rgba(255, 255, 255, 0.05);
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            overflow: hidden;
            transition: all 0.3s ease;
            position: relative;
        }

        .section:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        }

        .section-header {
            background: linear-gradient(135deg, rgba(255, 107, 53, 0.8), rgba(247, 147, 30, 0.8));
            padding: 1.5rem 2rem;
            font-size: 1.4rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: relative;
            overflow: hidden;
        }

        .section-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            animation: shine 3s infinite;
        }

        @keyframes shine {
            0% { left: -100%; }
            100% { left: 100%; }
        }

        .oil-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 1px;
            background: rgba(255, 255, 255, 0.1);
        }

        .oil-item {
            background: rgba(255, 255, 255, 0.03);
            padding: 1.5rem 2rem;
            transition: all 0.3s ease;
            position: relative;
            cursor: pointer;
            border-left: 4px solid transparent;
        }

        .oil-item:hover {
            background: rgba(255, 107, 53, 0.1);
            border-left-color: #ff6b35;
            transform: translateX(10px);
        }

        .oil-item:hover::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
            background: linear-gradient(180deg, #ff6b35, #f7931e);
            box-shadow: 0 0 10px #ff6b35;
        }

        .oil-name {
            font-size: 1.1rem;
            font-weight: 500;
            color: #ffffff;
            margin-bottom: 0.5rem;
            transition: color 0.3s ease;
        }

        .oil-item:hover .oil-name {
            color: #ffcd3c;
        }

        .oil-specs {
            font-size: 0.9rem;
            color: #b0b8c8;
            line-height: 1.4;
        }

        .category-diesel {
            border-top: 3px solid #4ecdc4;
        }

        .category-petrol {
            border-top: 3px solid #45b7d1;
        }

        .category-two-wheeler {
            border-top: 3px solid #96ceb4;
        }

        .category-natural-gas {
            border-top: 3px solid #feca57;
        }

        .category-agriculture {
            border-top: 3px solid #ff9ff3;
        }

        .stats-bar {
            display: flex;
            justify-content: center;
            gap: 3rem;
            margin: 2rem 0;
            padding: 2rem;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 15px;
            backdrop-filter: blur(10px);
        }

        .stat {
            text-align: center;
            position: relative;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            background: linear-gradient(135deg, #ff6b35, #f7931e);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            display: block;
        }

        .stat-label {
            font-size: 0.9rem;
            color: #b0b8c8;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 0.5rem;
        }

        .floating-elements {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: -1;
        }

        .floating-circle {
            position: absolute;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255, 107, 53, 0.1), transparent);
            animation: float 8s ease-in-out infinite;
        }

        .circle-1 { width: 100px; height: 100px; top: 10%; left: 10%; animation-delay: 0s; }
        .circle-2 { width: 150px; height: 150px; top: 60%; right: 10%; animation-delay: 2s; }
        .circle-3 { width: 80px; height: 80px; bottom: 20%; left: 20%; animation-delay: 4s; }

        @keyframes float {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }

        @media (max-width: 768px) {
            body { padding: 1rem; }
            h1 { font-size: 2rem; }
            .oil-grid { grid-template-columns: 1fr; }
            .stats-bar { flex-direction: column; gap: 1rem; }
        }
   
        
        
        
        
 
  .ttle532 {
      --bg: #0b0f14;
      --muted: #9fb0c2;
      --text: #e9f0f6;
      --accent: #28c1ff;
      --accent-2: #ffd166;
      --ring: rgba(40, 193, 255, 0.3);
      --shadow: 0 10px 30px rgba(0,0,0,.45);
      --radius: 18px;

      min-height: 70vh;
      margin: 0;
      background: radial-gradient(1200px 600px at 110% -10%, rgba(40,193,255,.08), transparent 40%),
                  radial-gradient(800px 400px at -10% 110%, rgba(255,209,102,.06), transparent 45%),
                  var(--bg);
      color: var(--text);
      font: 16px/1.45 "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
      overflow-x: hidden;
    }

    .ttle532 a { color: inherit; text-decoration: none; }

    /* --- HERO --- */
    .ttle532-hero {
      position: relative;
      height: 70vh;
      min-height: 340px;
      overflow: hidden;
      border-bottom-left-radius: var(--radius);
      border-bottom-right-radius: var(--radius);
      box-shadow: var(--shadow);
      margin-bottom: 16px;
    }
    .ttle532-hero img {
      position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.55) saturate(1.1);
      transform: scale(1.06);
      animation: ttle532-hero-zoom 18s ease-in-out infinite alternate;
    }
    @keyframes ttle532-hero-zoom {
      0% { transform: scale(1.06) translateY(0); }
      100% { transform: scale(1.12) translateY(-12px); }
    }
    .ttle532-hero::after {
      content: "";
      position: absolute; inset: 0;
      background: radial-gradient(60% 120% at 20% 10%, rgba(40,193,255,.28), transparent 50%),
                  linear-gradient(to bottom, rgba(7,10,14,.2), rgba(7,10,14,.7) 70%);
      pointer-events: none;
    }
    .ttle532-hero-content {
      position: relative; z-index: 2; height: 100%; display: grid; place-items: center;
      text-align: center; padding: 20px;
    }
    .ttle532-kicker { letter-spacing: .24em; text-transform: uppercase; font-weight: 600; color: var(--accent-2); opacity: .9; }
    .ttle532 h1 { margin: 10px 0 12px; font-size: clamp(28px, 5vw, 48px); line-height: 1.1; }
    .ttle532-subtitle { color: var(--muted); max-width: 900px; margin-inline: auto; }
    .ttle532-cta-row { margin-top: 18px; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
    .ttle532-btn {
      border: 1px solid rgba(255,255,255,.15);
      background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.04));
      padding: 10px 16px; border-radius: 999px; color: var(--text); font-weight: 600; backdrop-filter: blur(6px);
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }
    .ttle532-btn.primary { border-color: rgba(40,193,255,.5); box-shadow: 0 0 0 6px var(--ring); }
    .ttle532-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,.35); }
  
  
  
   
   
   .ttl4-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(277px, 1fr));
    gap: 20px;
}
.ttl35-container {
            max-width: 100%;
            margin: 0 auto;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        /* Hero Section */
        .ttl35-hero {
            background: linear-gradient(rgba(0, 51, 102, 0.8), rgba(0, 64, 128, 0.9)), url('../../photo/pla.jpg') no-repeat center center/cover;
            color: white;
            padding: 60px 40px;
            text-align: center;
        }
        
        .ttl35-hero-title {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: white;
        }
        
        .ttl35-hero-text {
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto;
        }
        
        /* Section Styles */
        .ttl35-section {
            padding: 50px 40px;
        }
        
        .ttl35-section-light {
            background-color: white;
        }
        
        .ttl35-section-dark {
            background-color: #f1f5f9;
        }
        
        .ttl35-section-title {
            font-size: 1.8rem;
            margin-bottom: 30px;
            color: #003366;
            position: relative;
            padding-bottom: 15px;
        }
        
        .ttl35-section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 4px;
            background: #ffcc00;
        }
        
        .ttl35-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 30px;
        }
        
        .ttl35-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease;
        }
        
        .ttl35-card:hover {
            transform: translateY(-5px);
        }
        
        .ttl35-card-content {
            padding: 25px;
        }
        
        .ttl35-card-title {
            font-size: 1.3rem;
            margin-bottom: 15px;
            color: #003366;
        }
        
        .ttl35-card-text {
            color: #666;
            margin-bottom: 20px;
        }
        
        .ttl35-icon {
            font-size: 2.5rem;
            color: #004080;
            margin-bottom: 20px;
        }
        
        .ttl35-certification {
            display: flex;
            align-items: center;
            background: white;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
        }
        
        .ttl35-cert-icon {
            font-size: 2rem;
            color: #004080;
            margin-right: 20px;
            flex-shrink: 0;
        }
        
        .ttl35-cert-content {
            flex-grow: 1;
        }
        
        .ttl35-cert-title {
            font-size: 1.2rem;
            margin-bottom: 5px;
            color: #003366;
        }
        
        .ttl35-cert-desc {
            color: #666;
        }
        
        .ttl35-commitment {
            display: flex;
            margin-bottom: 25px;
        }
        
        .ttl35-commitment-icon {
            color: #ffcc00;
            font-size: 1.5rem;
            margin-right: 15px;
            flex-shrink: 0;
        }
        
        .ttl35-commitment-content {
            flex-grow: 1;
        }
        
        .ttl35-commitment-title {
            font-size: 1.2rem;
            margin-bottom: 8px;
            color: #003366;
        }
        
        .ttl35-img-container {
            border-radius: 8px;
            overflow: hidden;
            margin: 30px 0;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .ttl35-img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .ttl35-why {
            background: linear-gradient(to right, #003366, #004080);
            color: white;
            padding: 40px;
            border-radius: 8px;
            margin-top: 40px;
        }
        
        .ttl35-why-title {
            font-size: 1.5rem;
            margin-bottom: 20px;
            color: white;
        }
        
        .ttl35-why-text {
            font-size: 1.1rem;
            line-height: 1.8;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .ttl35-hero {
                padding: 40px 20px;
            }
            
            .ttl35-section {
                padding: 40px 20px;
            }
            
            .ttl35-hero-title {
                font-size: 2rem;
            }
            
            .ttl35-certification {
                flex-direction: column;
                text-align: center;
            }
            
            .ttl35-cert-icon {
                margin-right: 0;
                margin-bottom: 15px;
            }
        }
        
        .ttle4 {
      background-color: #1e1e2f;
      color: white;
      text-align: center;
      padding: 60px 20px;
      font-family: Arial, sans-serif;
    }

  
    
    :root {
  --lube-bg: #0b1221;
  --lube-brand: #f9b233;
  --lube-brand-2: #39c9b6;
  --lube-text: #e9efff;
  --lube-muted: #a7b0c4;
}



.lube-hero {
  position: relative;
  overflow: hidden;
}

.lube-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.lube-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.lube-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 199px 5%;
  position: relative;
  z-index: 1;
}

.lube-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--lube-muted);
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lube-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lube-brand);
}

h1 {
  font-size: clamp(32px, 5vw, 50px);
  line-height: 1.1;
  margin: 14px 0 10px;
  font-weight: bold;
  color: white;
}

.lube-lead {
  font-size: clamp(16px, 2.2vw, 18px);
  color: var(--lube-muted);
  max-width: 65ch;
}

.lube-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.lube-cta,
.lube-tag {
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.lube-cta {
  background: var(--lube-brand);
  color: #000;
}

.lube-tag {
  background: rgba(255, 255, 255, 0.1);
  color: var(--lube-text);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.lube-note {
  margin-top: 10px;
  font-size: 14px;
  color: var(--lube-muted);
}

.contact-form.style-3,
.testimonial-wrapper-3 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

