Cummins inline 6 Arıza Tespit Cihazı
Cummins inline 6 Arıza Tespit Cihazı, Yetkili servisin kullandığı Cummins motorlu araçlarda Arıza Tespit yapabilmeniz için imal edilmiş bir Arıza Tespit Cihazıdır.
Cummins Inline 6 Arıza Tespit Cihazı - Profesyonel Motor Teşhis Sistemi
.cummins-wrapper * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.cummins-wrapper {
font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
line-height: 1.6;
color: #1f2937;
background: #ffffff;
}
/* Clean Hero Section */
.cummins-wrapper .hero {
min-height: 100vh;
display: flex;
align-items: center;
background: #ffffff;
padding: 2rem;
}
.cummins-wrapper .container {
max-width: 1200px;
margin: 0 auto;
width: 100%;
}
.cummins-wrapper .hero-content {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
align-items: center;
}
/* Left Content */
.cummins-wrapper .hero-text {
animation: fadeIn 1s ease-out;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.cummins-wrapper .hero-title {
font-size: clamp(2rem, 4vw, 3rem);
font-weight: 800;
line-height: 1.2;
margin-bottom: 1.5rem;
color: #111827;
}
.cummins-wrapper .hero-title .brand {
color: #2563eb;
}
.cummins-wrapper .hero-title .inline-text {
color: #111827;
font-weight: 700;
}
.cummins-wrapper .hero-description {
font-size: 1.2rem;
color: #6b7280;
margin-bottom: 3rem;
line-height: 1.7;
}
/* Clean Info Grid */
.cummins-wrapper .info-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
margin-bottom: 3rem;
}
.cummins-wrapper .info-item {
display: flex;
align-items: center;
gap: 1rem;
}
.cummins-wrapper .info-icon {
width: 24px;
height: 24px;
color: #2563eb;
font-size: 1.25rem;
display: flex;
align-items: center;
justify-content: center;
}
.cummins-wrapper .info-content h3 {
font-size: 1rem;
font-weight: 700;
color: #111827;
margin-bottom: 0.5rem;
}
.cummins-wrapper .info-content p {
font-size: 0.875rem;
color: #6b7280;
line-height: 1.5;
}
/* 360 Product View */
.cummins-wrapper .product-360 {
background: #f8fafc;
border-radius: 24px;
padding: 3rem;
text-align: center;
border: 1px solid #e5e7eb;
animation: fadeIn 1s ease-out 0.3s both;
}
.cummins-wrapper .view-360-container {
position: relative;
width: 100%;
height: 400px;
background: linear-gradient(135deg, #ffffff, #f8fafc);
border-radius: 20px;
margin-bottom: 2rem;
border: 2px solid #e5e7eb;
transition: all 0.3s ease;
overflow: hidden;
}
.cummins-wrapper .view-360-iframe {
width: 100%;
height: 100%;
border: none;
border-radius: 18px;
}
.cummins-wrapper .view-360-text {
font-size: 1.2rem;
font-weight: 600;
color: #374151;
margin-bottom: 0.5rem;
text-align: center;
}
.cummins-wrapper .view-360-subtext {
font-size: 0.875rem;
color: #6b7280;
text-align: center;
}
.cummins-wrapper .product-360-title {
font-size: 1.5rem;
font-weight: 700;
color: #111827;
margin-bottom: 1rem;
}
/* Technical Specs */
.cummins-wrapper .tech-specs {
background: white;
border-radius: 16px;
padding: 2rem;
border: 1px solid #e5e7eb;
}
.cummins-wrapper .specs-title {
font-size: 1.1rem;
font-weight: 700;
color: #111827;
margin-bottom: 1.5rem;
text-align: center;
}
.cummins-wrapper .specs-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
}
.cummins-wrapper .spec-row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.75rem 0;
border-bottom: 1px solid #f3f4f6;
text-align: center;
}
.cummins-wrapper .spec-row:last-child {
border-bottom: none;
}
.cummins-wrapper .spec-label {
font-size: 0.875rem;
color: #6b7280;
font-weight: 500;
}
.cummins-wrapper .spec-value {
font-size: 0.875rem;
color: #111827;
font-weight: 600;
}
/* Responsive Design */
@media (max-width: 1024px) {
.cummins-wrapper .hero-content {
grid-template-columns: 1fr;
gap: 3rem;
}
.cummins-wrapper .info-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
}
@media (max-width: 768px) {
.cummins-wrapper .hero {
padding: 1rem;
}
.cummins-wrapper .hero-content {
gap: 2rem;
text-align: center;
}
.cummins-wrapper .info-item {
flex-direction: column;
align-items: center;
text-align: center;
justify-content: center;
}
.cummins-wrapper .info-icon {
margin: 0 auto 0.5rem auto;
}
.cummins-wrapper .info-content {
text-align: center;
}
.cummins-wrapper .specs-grid {
grid-template-columns: 1fr;
}
.cummins-wrapper .spec-row {
flex-direction: column;
text-align: center;
gap: 0.5rem;
justify-content: center;
}
.cummins-wrapper .product-360 {
padding: 2rem;
}
.cummins-wrapper .view-360-container {
height: 300px;
}
}
@media (max-width: 480px) {
.cummins-wrapper .info-grid {
grid-template-columns: 1fr;
}
.cummins-wrapper .motor-list {
gap: 0.5rem;
}
.cummins-wrapper .view-360-container {
height: 250px;
}
}
/* Professional Motor Diagnosis Section Styles */
.cummins-wrapper .details-section {
padding: 5rem 2rem;
background: linear-gradient(135deg, #f6f9fc 0%, #f0f9ff 100%);
position: relative;
overflow: hidden;
}
.cummins-wrapper .details-container {
max-width: 1400px;
margin: 0 auto;
position: relative;
z-index: 10;
}
.cummins-wrapper .details-header {
text-align: center;
margin-bottom: 4rem;
}
.cummins-wrapper .details-header h2 {
font-size: clamp(2rem, 4vw, 2.5rem);
font-weight: 900;
margin-bottom: 1.5rem;
color: #111827;
letter-spacing: -0.02em;
}
.cummins-wrapper .gradient-text {
background: linear-gradient(135deg, #2563eb, #3b82f6);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.cummins-wrapper .details-header p {
font-size: 1.125rem;
line-height: 1.7;
color: #6b7280;
max-width: 700px;
margin: 0 auto;
font-weight: 400;
}
.cummins-wrapper .details-main {
display: grid;
grid-template-columns: 1.5fr 1fr;
gap: 3rem;
margin-bottom: 4rem;
align-items: center;
}
.cummins-wrapper .details-content h3 {
font-size: 2rem;
font-weight: 700;
margin-bottom: 1.5rem;
color: #111827;
text-align: center;
}
.cummins-wrapper .details-content p {
font-size: 1.1rem;
line-height: 1.8;
color: #6b7280;
margin-bottom: 2rem;
text-align: center;
}
.cummins-wrapper .details-content .additional-text {
font-size: 1rem;
line-height: 1.7;
color: #6b7280;
margin-bottom: 2rem;
text-align: center;
}
.cummins-wrapper .details-features {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
}
.cummins-wrapper .details-feature {
background: #f8fafc;
padding: 1.2rem;
border-radius: 12px;
border: 1px solid #e5e7eb;
display: flex;
align-items: center;
gap: 1rem;
transition: all 0.3s ease;
}
.cummins-wrapper .details-feature:hover {
transform: translateY(-2px);
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
border-color: #2563eb;
background: white;
}
.cummins-wrapper .details-feature-icon {
width: 40px;
height: 40px;
background: linear-gradient(135deg, #2563eb, #3b82f6);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.cummins-wrapper .details-feature-icon i {
color: white;
font-size: 1.1rem;
}
.cummins-wrapper .details-feature-text {
font-size: 0.875rem;
font-weight: 500;
color: #111827;
line-height: 1.4;
}
.cummins-wrapper .details-visual {
position: relative;
background: white;
border-radius: 20px;
padding: 1rem;
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
border: 1px solid #e5e7eb;
max-width: 450px;
}
.cummins-wrapper .details-visual img {
width: 100%;
border-radius: 12px;
margin-bottom: 1rem;
}
/* Gallery Styles */
.cummins-wrapper .gallery-main-image {
margin-bottom: 1rem;
}
.cummins-wrapper .gallery-main-image img {
width: 100%;
border-radius: 12px;
cursor: pointer;
transition: transform 0.3s ease;
}
.cummins-wrapper .gallery-main-image img:hover {
transform: scale(1.02);
}
.cummins-wrapper .gallery-thumbnails {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0.5rem;
margin-bottom: 1rem;
}
.cummins-wrapper .thumbnail {
border-radius: 8px;
overflow: hidden;
cursor: pointer;
border: 2px solid transparent;
transition: all 0.3s ease;
position: relative;
}
.cummins-wrapper .thumbnail:hover {
border-color: #2563eb;
transform: translateY(-2px);
}
.cummins-wrapper .thumbnail.active {
border-color: #2563eb;
box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}
.cummins-wrapper .thumbnail img {
width: 100%;
height: 60px;
object-fit: cover;
transition: opacity 0.3s ease;
}
.cummins-wrapper .thumbnail:hover img {
opacity: 0.8;
}
.cummins-wrapper .thumbnail.active img {
opacity: 1;
}
/* Capabilities Grid */
.cummins-wrapper .capabilities-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1.2rem;
}
.cummins-wrapper .capability-card {
background: white;
border-radius: 12px;
padding: 1.5rem;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
border: 1px solid #e5e7eb;
transition: all 0.3s ease;
text-align: center;
position: relative;
overflow: hidden;
}
.cummins-wrapper .capability-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #c8102e, #e52546);
transform: scaleX(0);
transition: transform 0.4s ease;
}
.cummins-wrapper .capability-card:hover::before {
transform: scaleX(1);
}
.cummins-wrapper .capability-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.cummins-wrapper .capability-card.special {
background: linear-gradient(135deg, #c8102e, #e52546);
color: white;
}
.cummins-wrapper .capability-card.special .capability-icon {
background: rgba(255, 255, 255, 0.2);
border: 2px solid rgba(255, 255, 255, 0.3);
}
.cummins-wrapper .capability-card.special .capability-icon i {
color: white;
}
.cummins-wrapper .capability-card.special h3 {
color: white;
}
.cummins-wrapper .capability-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #f8fafc, #e2e8f0);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
border: 2px solid #e5e7eb;
transition: all 0.3s ease;
}
.cummins-wrapper .capability-card:hover .capability-icon {
background: linear-gradient(135deg, #c8102e, #e52546);
border-color: #c8102e;
transform: scale(1.1);
}
.cummins-wrapper .capability-card:hover .capability-icon i {
color: white;
}
.cummins-wrapper .capability-icon i {
font-size: 1.5rem;
color: #c8102e;
transition: all 0.3s ease;
}
.cummins-wrapper .capability-card h3 {
font-size: 1.1rem;
font-weight: 600;
color: #111827;
line-height: 1.4;
margin: 0;
}
/* Box Contents Grid */
.cummins-wrapper .box-contents-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
margin-bottom: 3rem;
}
.cummins-wrapper .content-item {
background: white;
border-radius: 16px;
padding: 2rem;
text-align: center;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
border: 1px solid #e5e7eb;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.cummins-wrapper .content-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #c8102e, #e52546);
transform: scaleX(0);
transition: transform 0.4s ease;
}
.cummins-wrapper .content-item:hover::before {
transform: scaleX(1);
}
.cummins-wrapper .content-item:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.cummins-wrapper .content-item.special {
background: linear-gradient(135deg, #c8102e, #e52546);
color: white;
}
.cummins-wrapper .content-item.special .content-icon {
background: rgba(255, 255, 255, 0.2);
border: 2px solid rgba(255, 255, 255, 0.3);
}
.cummins-wrapper .content-item.special .content-icon i {
color: white;
}
.cummins-wrapper .content-item.special h3 {
color: white;
}
.cummins-wrapper .content-item.special p {
color: rgba(255, 255, 255, 0.9);
}
.cummins-wrapper .content-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, #f8fafc, #e2e8f0);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
border: 2px solid #e5e7eb;
transition: all 0.3s ease;
}
.cummins-wrapper .content-item:hover .content-icon {
background: linear-gradient(135deg, #c8102e, #e52546);
border-color: #c8102e;
transform: scale(1.1);
}
.cummins-wrapper .content-item:hover .content-icon i {
color: white;
}
.cummins-wrapper .content-icon i {
font-size: 2rem;
color: #c8102e;
transition: all 0.3s ease;
}
.cummins-wrapper .content-item h3 {
font-size: 1.2rem;
font-weight: 700;
color: #111827;
margin-bottom: 1rem;
line-height: 1.3;
}
.cummins-wrapper .content-item p {
font-size: 0.95rem;
line-height: 1.6;
color: #6b7280;
margin: 0;
}
/* Responsive styles for details section */
@media (max-width: 1024px) {
.cummins-wrapper .details-main {
grid-template-columns: 1fr;
gap: 3rem;
}
.cummins-wrapper .details-visual {
order: -1;
max-width: 500px;
margin: 0 auto;
}
.cummins-wrapper .details-features {
grid-template-columns: 1fr;
}
.cummins-wrapper .capabilities-grid {
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
}
}
@media (max-width: 768px) {
.cummins-wrapper .details-section {
padding: 3rem 1.5rem;
}
.cummins-wrapper .details-header h2 {
font-size: 2rem;
}
.cummins-wrapper .details-content h3 {
font-size: 1.5rem;
text-align: center;
}
.cummins-wrapper .details-content p,
.cummins-wrapper .details-content .additional-text {
font-size: 1rem;
text-align: center;
}
.cummins-wrapper .capabilities-grid {
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
}
}
@media (max-width: 480px) {
.cummins-wrapper .details-section {
padding: 2rem 1rem;
}
.cummins-wrapper .details-header h2 {
font-size: 1.8rem;
line-height: 1.2;
}
.cummins-wrapper .details-header p {
font-size: 1rem;
}
.cummins-wrapper .details-content h3 {
font-size: 1.3rem;
margin-bottom: 1rem;
}
.cummins-wrapper .details-content p,
.cummins-wrapper .details-content .additional-text {
font-size: 0.9rem;
line-height: 1.6;
margin-bottom: 1.5rem;
}
.cummins-wrapper .details-features {
gap: 0.75rem;
}
.cummins-wrapper .details-feature {
padding: 1rem;
flex-direction: column;
text-align: center;
gap: 0.75rem;
}
.cummins-wrapper .details-feature-icon {
width: 35px;
height: 35px;
}
.cummins-wrapper .details-feature-icon i {
font-size: 1rem;
}
.cummins-wrapper .details-feature-text {
font-size: 0.8rem;
text-align: center;
}
.cummins-wrapper .capabilities-grid {
grid-template-columns: 1fr;
gap: 1rem;
}
.cummins-wrapper .capability-card {
padding: 1.2rem;
}
.cummins-wrapper .capability-icon {
width: 45px;
height: 45px;
}
.cummins-wrapper .capability-icon i {
font-size: 1.1rem;
}
.cummins-wrapper .capability-card h3 {
font-size: 0.9rem;
}
}
/* Comprehensive Capabilities Section Styles */
.cummins-wrapper .capabilities-section {
padding: 5rem 2rem;
background: #ffffff;
position: relative;
}
.cummins-wrapper .capabilities-container {
max-width: 1400px;
margin: 0 auto;
position: relative;
}
.cummins-wrapper .capabilities-header {
text-align: center;
margin-bottom: 4rem;
}
.cummins-wrapper .capabilities-header h2 {
font-size: clamp(2rem, 4vw, 2.5rem);
font-weight: 900;
margin-bottom: 1.5rem;
color: #111827;
letter-spacing: -0.02em;
}
.cummins-wrapper .capabilities-header p {
font-size: 1.125rem;
line-height: 1.7;
color: #6b7280;
max-width: 700px;
margin: 0 auto;
font-weight: 400;
}
.cummins-wrapper .capabilities-grid-advanced {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 2rem;
margin-bottom: 4rem;
}
.cummins-wrapper .capability-item {
background: white;
border-radius: 16px;
padding: 2rem;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
border: 1px solid #e5e7eb;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.cummins-wrapper .capability-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #2563eb, #3b82f6);
transform: scaleX(0);
transition: transform 0.4s ease;
}
.cummins-wrapper .capability-item:hover::before {
transform: scaleX(1);
}
.cummins-wrapper .capability-item:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.cummins-wrapper .capability-icon-wrapper {
width: 70px;
height: 70px;
background: linear-gradient(135deg, #2563eb, #3b82f6);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
transition: all 0.3s ease;
}
.cummins-wrapper .capability-item:hover .capability-icon-wrapper {
transform: scale(1.1);
}
.cummins-wrapper .capability-icon-wrapper i {
font-size: 2rem;
color: white;
}
.cummins-wrapper .capability-item h3 {
font-size: 1.3rem;
font-weight: 700;
color: #111827;
margin-bottom: 1rem;
line-height: 1.3;
}
.cummins-wrapper .capability-item p {
font-size: 1rem;
line-height: 1.6;
color: #6b7280;
margin-bottom: 1.5rem;
}
.cummins-wrapper .capability-features {
list-style: none;
padding: 0;
margin: 0;
}
.cummins-wrapper .capability-features li {
display: flex;
align-items: center;
font-size: 0.875rem;
color: #374151;
margin-bottom: 0.5rem;
font-weight: 500;
}
.cummins-wrapper .capability-features li:before {
content: '✓';
color: #2563eb;
font-weight: bold;
margin-right: 0.75rem;
font-size: 1rem;
}
/* Responsive styles for capabilities section */
@media (max-width: 1024px) {
.cummins-wrapper .capabilities-grid-advanced {
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
}
@media (max-width: 768px) {
.cummins-wrapper .capabilities-section {
padding: 3rem 1.5rem;
}
.cummins-wrapper .capabilities-grid-advanced {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.cummins-wrapper .capability-item {
padding: 1.5rem;
}
.cummins-wrapper .capability-icon-wrapper {
width: 60px;
height: 60px;
}
.cummins-wrapper .capability-icon-wrapper i {
font-size: 1.5rem;
}
.cummins-wrapper .capability-item h3 {
font-size: 1.1rem;
}
}
@media (max-width: 480px) {
.cummins-wrapper .capabilities-section {
padding: 2rem 1rem;
}
.cummins-wrapper .capability-item {
padding: 1.2rem;
}
.cummins-wrapper .capability-icon-wrapper {
width: 50px;
height: 50px;
}
.cummins-wrapper .capability-icon-wrapper i {
font-size: 1.2rem;
}
.cummins-wrapper .capability-item h3 {
font-size: 1rem;
}
.cummins-wrapper .capability-item p {
font-size: 0.9rem;
}
.cummins-wrapper .capability-features li {
font-size: 0.8rem;
}
}
/* Comprehensive Capabilities Grid Styles */
.cummins-wrapper .capabilities-grid-comprehensive {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 1.5rem;
margin-bottom: 2rem;
}
.cummins-wrapper .capability-card-compact {
background: white;
border-radius: 12px;
padding: 1.5rem;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
border: 1px solid #e5e7eb;
transition: all 0.3s ease;
text-align: center;
position: relative;
}
.cummins-wrapper .capability-card-compact:hover {
transform: translateY(-4px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
border-color: #2563eb;
}
.cummins-wrapper .capability-card-compact.special-card {
background: linear-gradient(135deg, #2563eb, #3b82f6);
color: white;
border-color: #2563eb;
}
.cummins-wrapper .capability-card-compact.special-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}
.cummins-wrapper .capability-icon-compact {
width: 40px;
height: 40px;
margin: 0 auto 1rem;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
background: rgba(37, 99, 235, 0.1);
}
.cummins-wrapper .special-card .capability-icon-compact {
background: rgba(255, 255, 255, 0.2);
}
.cummins-wrapper .capability-icon-compact i {
font-size: 1.25rem;
}
.cummins-wrapper .capability-card-compact h4 {
font-size: 0.875rem;
font-weight: 600;
color: #111827;
line-height: 1.4;
margin: 0;
}
.cummins-wrapper .special-card h4 {
color: white;
}
/* Responsive styles for comprehensive grid */
@media (max-width: 1200px) {
.cummins-wrapper .capabilities-grid-comprehensive {
grid-template-columns: repeat(4, 1fr);
gap: 1.2rem;
}
}
@media (max-width: 1024px) {
.cummins-wrapper .capabilities-grid-comprehensive {
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
}
}
@media (max-width: 768px) {
.cummins-wrapper .capabilities-grid-comprehensive {
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
}
.cummins-wrapper .capability-card-compact {
padding: 1.2rem;
}
.cummins-wrapper .capability-card-compact h4 {
font-size: 0.8rem;
}
}
@media (max-width: 480px) {
.cummins-wrapper .capabilities-grid-comprehensive {
grid-template-columns: 1fr;
gap: 1rem;
}
.cummins-wrapper .capability-card-compact {
padding: 1rem;
}
.cummins-wrapper .capability-icon-compact {
width: 35px;
height: 35px;
}
.cummins-wrapper .capability-icon-compact i {
font-size: 1rem;
}
}
/* Vehicle Types Section Styles */
.cummins-wrapper .vehicle-types-section {
padding: 5rem 2rem;
background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%);
position: relative;
}
.cummins-wrapper .vehicle-types-container {
max-width: 1400px;
margin: 0 auto;
position: relative;
}
.cummins-wrapper .vehicle-types-header {
text-align: center;
margin-bottom: 4rem;
}
.cummins-wrapper .vehicle-types-header h2 {
font-size: clamp(2rem, 4vw, 2.5rem);
font-weight: 900;
margin-bottom: 1.5rem;
color: #111827;
letter-spacing: -0.02em;
}
.cummins-wrapper .vehicle-types-header p {
font-size: 1.125rem;
line-height: 1.7;
color: #6b7280;
max-width: 700px;
margin: 0 auto;
font-weight: 400;
}
.cummins-wrapper .vehicle-types-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-bottom: 4rem;
}
.cummins-wrapper .vehicle-type-card {
background: white;
border-radius: 16px;
padding: 2rem;
text-align: center;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
border: 1px solid #e5e7eb;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.cummins-wrapper .vehicle-type-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #2563eb, #3b82f6);
transform: scaleX(0);
transition: transform 0.4s ease;
}
.cummins-wrapper .vehicle-type-card:hover::before {
transform: scaleX(1);
}
.cummins-wrapper .vehicle-type-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.cummins-wrapper .vehicle-icon {
width: 80px;
height: 80px;
background: linear-gradient(135deg, #2563eb, #3b82f6);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
transition: all 0.3s ease;
}
.cummins-wrapper .vehicle-type-card:hover .vehicle-icon {
transform: scale(1.1);
}
.cummins-wrapper .vehicle-icon i {
font-size: 2.5rem;
color: white;
}
.cummins-wrapper .vehicle-type-card h3 {
font-size: 1.3rem;
font-weight: 700;
color: #111827;
margin-bottom: 1rem;
line-height: 1.3;
}
.cummins-wrapper .vehicle-type-card p {
font-size: 1rem;
line-height: 1.6;
color: #6b7280;
margin: 0;
}
.cummins-wrapper .euro-standards {
text-align: center;
background: white;
border-radius: 16px;
padding: 2.5rem;
border: 1px solid #e5e7eb;
}
.cummins-wrapper .euro-standards h3 {
font-size: 1.5rem;
font-weight: 700;
color: #111827;
margin-bottom: 2rem;
}
.cummins-wrapper .euro-badges {
display: flex;
justify-content: center;
gap: 1rem;
margin-bottom: 2rem;
flex-wrap: wrap;
}
.cummins-wrapper .euro-badge {
background: #f0f9ff;
color: #2563eb;
padding: 1rem 2rem;
border-radius: 25px;
font-size: 1rem;
font-weight: 700;
border: 2px solid #bfdbfe;
transition: all 0.3s ease;
}
.cummins-wrapper .euro-badge.featured {
background: linear-gradient(135deg, #2563eb, #3b82f6);
color: white;
border-color: #2563eb;
}
.cummins-wrapper .euro-badge:hover {
transform: translateY(-2px);
box-shadow: 0 5px 15px rgba(37, 99, 235, 0.3);
}
.cummins-wrapper .performance-note {
font-size: 1.125rem;
color: #2563eb;
font-weight: 600;
margin: 0;
}
/* Elegant Software Packages Section Styles */
.cummins-wrapper .software-packages-section {
padding: 5rem 2rem;
background: linear-gradient(135deg, #fafbfc 0%, #f8fafc 100%);
position: relative;
}
.cummins-wrapper .software-packages-container {
max-width: 1200px;
margin: 0 auto;
position: relative;
}
.cummins-wrapper .software-packages-header {
text-align: center;
margin-bottom: 4rem;
}
.cummins-wrapper .software-packages-header h2 {
font-size: clamp(2rem, 4vw, 2.5rem);
font-weight: 700;
margin-bottom: 1.5rem;
color: #111827;
letter-spacing: -0.01em;
}
.cummins-wrapper .software-packages-header p {
font-size: 1.125rem;
line-height: 1.7;
color: #6b7280;
max-width: 700px;
margin: 0 auto;
font-weight: 400;
}
.cummins-wrapper .software-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 2.5rem;
margin-bottom: 4rem;
}
.cummins-wrapper .software-card {
background: #ffffff;
border-radius: 20px;
border: 1px solid #f1f5f9;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
cursor: pointer;
display: flex;
flex-direction: column;
overflow: hidden;
position: relative;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.cummins-wrapper .software-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #e2e8f0, #cbd5e1);
transition: all 0.4s ease;
}
.cummins-wrapper .software-card:hover {
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
transform: translateY(-8px);
border-color: #e2e8f0;
}
.cummins-wrapper .software-card:hover::before {
background: linear-gradient(90deg, #2563eb, #3b82f6);
}
.cummins-wrapper .software-card.featured-software {
border-color: #dbeafe;
box-shadow: 0 8px 25px rgba(37, 99, 235, 0.12);
}
.cummins-wrapper .software-card.featured-software::before {
background: linear-gradient(90deg, #2563eb, #3b82f6);
}
.cummins-wrapper .software-card.featured-software:hover {
box-shadow: 0 25px 50px rgba(37, 99, 235, 0.15);
transform: translateY(-10px);
}
.cummins-wrapper .software-image {
width: 100%;
height: 220px;
overflow: hidden;
position: relative;
background: linear-gradient(135deg, #f8fafc, #f1f5f9);
}
.cummins-wrapper .software-image img {
width: 100%;
height: 100%;
object-fit: contain;
transition: opacity 0.3s ease;
}
.cummins-wrapper .software-card:hover .software-image img {
opacity: 0.95;
}
.cummins-wrapper .software-content {
padding: 2.5rem;
flex: 1;
display: flex;
flex-direction: column;
}
.cummins-wrapper .software-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
border: 1px solid #e0f2fe;
transition: all 0.3s ease;
}
.cummins-wrapper .software-card.featured-software .software-icon {
background: linear-gradient(135deg, #2563eb, #3b82f6);
border-color: #2563eb;
}
.cummins-wrapper .software-card:hover .software-icon {
transform: scale(1.05);
box-shadow: 0 8px 16px rgba(37, 99, 235, 0.2);
}
.cummins-wrapper .software-icon i {
font-size: 1.75rem;
color: #2563eb;
transition: all 0.3s ease;
}
.cummins-wrapper .software-card.featured-software .software-icon i {
color: white;
}
.cummins-wrapper .software-card h3 {
font-size: 1.375rem;
font-weight: 700;
color: #111827;
margin-bottom: 0.75rem;
line-height: 1.3;
letter-spacing: -0.01em;
}
.cummins-wrapper .software-tags {
display: flex;
gap: 0.75rem;
margin-bottom: 1.25rem;
flex-wrap: wrap;
}
.cummins-wrapper .software-tags .tag {
background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
color: #2563eb;
padding: 0.375rem 1rem;
border-radius: 25px;
font-size: 0.8rem;
font-weight: 600;
border: 1px solid #e0f2fe;
transition: all 0.3s ease;
}
.cummins-wrapper .software-card.featured-software .software-tags .tag {
background: rgba(255, 255, 255, 0.15);
color: white;
border-color: rgba(255, 255, 255, 0.2);
}
.cummins-wrapper .software-card:hover .software-tags .tag {
transform: translateY(-1px);
}
.cummins-wrapper .software-card p {
font-size: 1rem;
line-height: 1.7;
color: #6b7280;
margin-bottom: 1.75rem;
font-weight: 400;
}
.cummins-wrapper .software-features {
list-style: none;
padding: 0;
margin: 0;
}
.cummins-wrapper .software-features li {
font-size: 0.9rem;
color: #374151;
margin-bottom: 0.75rem;
padding-left: 1.5rem;
position: relative;
line-height: 1.5;
font-weight: 500;
}
.cummins-wrapper .software-features li:before {
content: '✓';
position: absolute;
left: 0;
color: #10b981;
font-weight: 700;
font-size: 1rem;
}
.cummins-wrapper .full-package-offer {
background: linear-gradient(135deg, #ffffff, #f8fafc);
border-radius: 24px;
padding: 3rem;
text-align: center;
border: 1px solid #e2e8f0;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
position: relative;
overflow: hidden;
}
.cummins-wrapper .full-package-offer::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #2563eb, #3b82f6);
}
.cummins-wrapper .package-content h3 {
font-size: 1.75rem;
font-weight: 800;
color: #111827;
margin-bottom: 1.25rem;
letter-spacing: -0.01em;
}
.cummins-wrapper .package-content p {
font-size: 1.125rem;
line-height: 1.7;
color: #6b7280;
margin-bottom: 2rem;
font-weight: 400;
}
.cummins-wrapper .package-benefits {
display: flex;
justify-content: center;
gap: 1.5rem;
flex-wrap: wrap;
}
.cummins-wrapper .benefit-item {
background: linear-gradient(135deg, #2563eb, #3b82f6);
color: white;
padding: 0.75rem 1.5rem;
border-radius: 25px;
font-size: 0.9rem;
font-weight: 700;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}
.cummins-wrapper .benefit-item:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
}
/* Advanced Specs Section Styles */
.cummins-wrapper .advanced-specs-section {
padding: 5rem 2rem;
background: linear-gradient(135deg, #f6f9fc 0%, #f0f9ff 100%);
position: relative;
}
.cummins-wrapper .advanced-specs-container {
max-width: 1400px;
margin: 0 auto;
position: relative;
}
.cummins-wrapper .advanced-specs-header {
text-align: center;
margin-bottom: 4rem;
}
.cummins-wrapper .advanced-specs-header h2 {
font-size: clamp(2rem, 4vw, 2.5rem);
font-weight: 900;
margin-bottom: 1.5rem;
color: #111827;
letter-spacing: -0.02em;
}
.cummins-wrapper .advanced-specs-header p {
font-size: 1.125rem;
line-height: 1.7;
color: #6b7280;
max-width: 700px;
margin: 0 auto;
font-weight: 400;
}
.cummins-wrapper .specs-grid-advanced {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 2rem;
}
.cummins-wrapper .spec-category {
background: white;
border-radius: 16px;
padding: 2rem;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
border: 1px solid #e5e7eb;
transition: all 0.3s ease;
}
.cummins-wrapper .spec-category:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.cummins-wrapper .spec-category h3 {
font-size: 1.3rem;
font-weight: 700;
color: #2563eb;
margin-bottom: 1.5rem;
text-align: center;
}
.cummins-wrapper .spec-items {
space-y: 1rem;
}
.cummins-wrapper .spec-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 0;
border-bottom: 1px solid #f3f4f6;
}
.cummins-wrapper .spec-item:last-child {
border-bottom: none;
}
.cummins-wrapper .spec-category .spec-label {
font-size: 0.95rem;
color: #6b7280;
font-weight: 500;
}
.cummins-wrapper .spec-category .spec-value {
font-size: 0.95rem;
color: #111827;
font-weight: 600;
text-align: right;
}
/* Package Contents Section Styles - Compact Design */
.cummins-wrapper .package-contents-section {
padding: 3rem 2rem;
background: #ffffff;
position: relative;
}
.cummins-wrapper .package-contents-container {
max-width: 1200px;
margin: 0 auto;
position: relative;
}
.cummins-wrapper .package-contents-header {
text-align: center;
margin-bottom: 2.5rem;
}
.cummins-wrapper .package-contents-header h2 {
font-size: clamp(1.75rem, 3.5vw, 2rem);
font-weight: 800;
margin-bottom: 1rem;
color: #111827;
letter-spacing: -0.02em;
}
.cummins-wrapper .package-contents-header p {
font-size: 1rem;
line-height: 1.6;
color: #6b7280;
max-width: 600px;
margin: 0 auto;
font-weight: 400;
}
.cummins-wrapper .package-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 1.25rem;
}
.cummins-wrapper .package-item {
background: white;
border-radius: 12px;
padding: 1.25rem;
text-align: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
border: 1px solid #e5e7eb;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.cummins-wrapper .package-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, #2563eb, #3b82f6);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.cummins-wrapper .package-item:hover::before {
transform: scaleX(1);
}
.cummins-wrapper .package-item:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.cummins-wrapper .package-item.main-item {
background: linear-gradient(135deg, #2563eb, #3b82f6);
color: white;
}
.cummins-wrapper .package-item.main-item .package-icon {
background: rgba(255, 255, 255, 0.2);
}
.cummins-wrapper .package-item.main-item .package-icon i {
color: white;
}
.cummins-wrapper .package-item.main-item h3 {
color: white;
}
.cummins-wrapper .package-item.main-item p {
color: rgba(255, 255, 255, 0.9);
}
.cummins-wrapper .package-item.main-item .part-number {
color: rgba(255, 255, 255, 0.8);
background: rgba(255, 255, 255, 0.15);
}
.cummins-wrapper .package-icon {
width: 45px;
height: 45px;
background: linear-gradient(135deg, #f0f9ff, #dbeafe);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1rem;
transition: all 0.3s ease;
}
.cummins-wrapper .package-item:hover .package-icon {
transform: scale(1.05);
}
.cummins-wrapper .package-icon i {
font-size: 1.25rem;
color: #2563eb;
}
.cummins-wrapper .package-item h3 {
font-size: 0.95rem;
font-weight: 700;
color: #111827;
margin-bottom: 0.5rem;
line-height: 1.2;
}
.cummins-wrapper .part-number {
font-size: 0.75rem;
color: #2563eb;
font-weight: 600;
margin-bottom: 0.75rem;
background: rgba(37, 99, 235, 0.1);
padding: 0.2rem 0.5rem;
border-radius: 8px;
display: inline-block;
}
.cummins-wrapper .package-item p {
font-size: 0.8rem;
line-height: 1.4;
color: #6b7280;
margin: 0;
}
/* Testing Capabilities Section Styles */
.cummins-wrapper .testing-capabilities-section {
padding: 5rem 2rem;
background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%);
position: relative;
}
.cummins-wrapper .testing-capabilities-container {
max-width: 1400px;
margin: 0 auto;
position: relative;
}
.cummins-wrapper .testing-capabilities-header {
text-align: center;
margin-bottom: 4rem;
}
.cummins-wrapper .testing-capabilities-header h2 {
font-size: clamp(2rem, 4vw, 2.5rem);
font-weight: 900;
margin-bottom: 1.5rem;
color: #111827;
letter-spacing: -0.02em;
}
.cummins-wrapper .testing-capabilities-header p {
font-size: 1.125rem;
line-height: 1.7;
color: #6b7280;
max-width: 700px;
margin: 0 auto;
font-weight: 400;
}
.cummins-wrapper .testing-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 2rem;
}
.cummins-wrapper .testing-card {
background: white;
border-radius: 16px;
padding: 2rem;
text-align: center;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
border: 1px solid #e5e7eb;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.cummins-wrapper .testing-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #2563eb, #3b82f6);
transform: scaleX(0);
transition: transform 0.4s ease;
}
.cummins-wrapper .testing-card:hover::before {
transform: scaleX(1);
}
.cummins-wrapper .testing-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.cummins-wrapper .testing-card.featured-test {
background: linear-gradient(135deg, #2563eb, #3b82f6);
color: white;
}
.cummins-wrapper .testing-card.featured-test .testing-icon {
background: rgba(255, 255, 255, 0.2);
}
.cummins-wrapper .testing-card.featured-test .testing-icon i {
color: white;
}
.cummins-wrapper .testing-card.featured-test h3 {
color: white;
}
.cummins-wrapper .testing-card.featured-test p {
color: rgba(255, 255, 255, 0.9);
}
.cummins-wrapper .testing-icon {
width: 80px;
height: 80px;
background: linear-gradient(135deg, #f0f9ff, #dbeafe);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
transition: all 0.3s ease;
}
.cummins-wrapper .testing-card:hover .testing-icon {
transform: scale(1.1);
}
.cummins-wrapper .testing-icon i {
font-size: 2.5rem;
color: #2563eb;
}
.cummins-wrapper .testing-card h3 {
font-size: 1.3rem;
font-weight: 700;
color: #111827;
margin-bottom: 1rem;
line-height: 1.3;
}
.cummins-wrapper .testing-card p {
font-size: 1rem;
line-height: 1.6;
color: #6b7280;
margin: 0;
}
/* Responsive styles for new sections */
@media (max-width: 1024px) {
.cummins-wrapper .vehicle-types-grid {
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
.cummins-wrapper .software-grid {
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
.cummins-wrapper .specs-grid-advanced {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.cummins-wrapper .package-grid {
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
}
.cummins-wrapper .testing-grid {
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
}
@media (max-width: 768px) {
.cummins-wrapper .vehicle-types-section,
.cummins-wrapper .software-packages-section,
.cummins-wrapper .advanced-specs-section,
.cummins-wrapper .package-contents-section,
.cummins-wrapper .testing-capabilities-section {
padding: 3rem 1.5rem;
}
.cummins-wrapper .package-contents-section {
padding: 2.5rem 1.5rem;
}
.cummins-wrapper .vehicle-types-grid,
.cummins-wrapper .software-grid,
.cummins-wrapper .package-grid,
.cummins-wrapper .testing-grid {
grid-template-columns: 1fr;
gap: 1rem;
}
.cummins-wrapper .package-grid {
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
}
.cummins-wrapper .euro-badges {
gap: 0.75rem;
}
.cummins-wrapper .package-benefits {
gap: 1rem;
}
}
@media (max-width: 480px) {
.cummins-wrapper .vehicle-types-section,
.cummins-wrapper .software-packages-section,
.cummins-wrapper .advanced-specs-section,
.cummins-wrapper .package-contents-section,
.cummins-wrapper .testing-capabilities-section {
padding: 2rem 1rem;
}
.cummins-wrapper .package-contents-section {
padding: 1.5rem 1rem;
}
.cummins-wrapper .vehicle-type-card,
.cummins-wrapper .software-card,
.cummins-wrapper .spec-category,
.cummins-wrapper .package-item,
.cummins-wrapper .testing-card {
padding: 1.5rem;
}
.cummins-wrapper .package-item {
padding: 1rem;
}
.cummins-wrapper .vehicle-icon,
.cummins-wrapper .testing-icon {
width: 60px;
height: 60px;
}
.cummins-wrapper .vehicle-icon i,
.cummins-wrapper .testing-icon i {
font-size: 2rem;
}
.cummins-wrapper .software-icon {
width: 50px;
height: 50px;
}
.cummins-wrapper .software-icon i {
font-size: 1.5rem;
}
.cummins-wrapper .package-icon {
width: 35px;
height: 35px;
}
.cummins-wrapper .package-icon i {
font-size: 1rem;
}
.cummins-wrapper .package-item h3 {
font-size: 0.85rem;
}
.cummins-wrapper .part-number {
font-size: 0.7rem;
padding: 0.15rem 0.4rem;
}
.cummins-wrapper .package-item p {
font-size: 0.75rem;
}
.cummins-wrapper .package-grid {
grid-template-columns: 1fr;
gap: 0.75rem;
}
.cummins-wrapper .euro-badges {
flex-direction: column;
align-items: center;
}
.cummins-wrapper .package-benefits {
flex-direction: column;
align-items: center;
}
}
/* Product Review Section Styles */
.cummins-wrapper .product-review-section {
padding: 5rem 2rem;
background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%);
position: relative;
}
.cummins-wrapper .product-review-container {
max-width: 1400px;
margin: 0 auto;
position: relative;
}
.cummins-wrapper .review-badge {
text-align: center;
margin-bottom: 2rem;
}
.cummins-wrapper .review-badge span {
background: linear-gradient(135deg, #2563eb, #3b82f6);
color: white;
padding: 0.75rem 2rem;
border-radius: 25px;
font-size: 0.875rem;
font-weight: 700;
letter-spacing: 0.05em;
display: inline-block;
box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}
.cummins-wrapper .review-header {
text-align: center;
margin-bottom: 4rem;
}
.cummins-wrapper .review-header h2 {
font-size: clamp(2rem, 4vw, 2.5rem);
font-weight: 900;
margin-bottom: 1.5rem;
color: #111827;
letter-spacing: -0.02em;
}
.cummins-wrapper .review-header p {
font-size: 1.125rem;
line-height: 1.7;
color: #6b7280;
max-width: 700px;
margin: 0 auto;
font-weight: 400;
}
.cummins-wrapper .review-content-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
margin-bottom: 4rem;
align-items: start;
}
/* Video Section */
.cummins-wrapper .review-video-section {
background: white;
border-radius: 20px;
padding: 2.5rem;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
border: 1px solid #e5e7eb;
}
.cummins-wrapper .interactive-video-wrapper {
text-align: center;
}
.cummins-wrapper .video-title {
margin-bottom: 2rem;
}
.cummins-wrapper .video-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #2563eb, #3b82f6);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1rem;
}
.cummins-wrapper .video-icon i {
font-size: 1.5rem;
color: white;
}
.cummins-wrapper .video-title h3 {
font-size: 1.5rem;
font-weight: 700;
color: #111827;
margin-bottom: 0.5rem;
}
.cummins-wrapper .video-title p {
font-size: 1rem;
color: #6b7280;
margin: 0;
}
.cummins-wrapper .video-player {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
background: #f8fafc;
border-radius: 16px;
overflow: hidden;
border: 1px solid #e5e7eb;
}
.cummins-wrapper .video-player iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: 16px;
}
/* Features Section */
.cummins-wrapper .review-features-section {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.cummins-wrapper .feature-item {
background: white;
padding: 1.5rem;
border-radius: 16px;
border: 1px solid #e5e7eb;
display: flex;
align-items: center;
gap: 1rem;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.cummins-wrapper .feature-item:hover {
transform: translateY(-3px);
box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
border-color: #2563eb;
}
.cummins-wrapper .feature-icon {
width: 50px;
height: 50px;
background: linear-gradient(135deg, #f0f9ff, #dbeafe);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: all 0.3s ease;
}
.cummins-wrapper .feature-item:hover .feature-icon {
background: linear-gradient(135deg, #2563eb, #3b82f6);
transform: scale(1.1);
}
.cummins-wrapper .feature-icon i {
font-size: 1.25rem;
color: #2563eb;
transition: all 0.3s ease;
}
.cummins-wrapper .feature-item:hover .feature-icon i {
color: white;
}
.cummins-wrapper .feature-content h4 {
font-size: 1.1rem;
font-weight: 700;
color: #111827;
margin-bottom: 0.25rem;
line-height: 1.3;
}
.cummins-wrapper .feature-content p {
font-size: 0.9rem;
color: #6b7280;
margin: 0;
line-height: 1.4;
}
/* Technical Specifications Table */
.cummins-wrapper .tech-specifications-table {
background: white;
border-radius: 20px;
padding: 3rem;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
border: 1px solid #e5e7eb;
}
.cummins-wrapper .tech-specifications-table h3 {
font-size: 1.75rem;
font-weight: 700;
color: #111827;
text-align: center;
margin-bottom: 2.5rem;
}
.cummins-wrapper .tech-specifications-table .specs-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
}
.cummins-wrapper .tech-specifications-table .spec-category {
background: #f8fafc;
border-radius: 12px;
padding: 1.5rem;
border: 1px solid #e5e7eb;
}
.cummins-wrapper .tech-specifications-table .spec-row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.75rem 0;
border-bottom: 1px solid #e5e7eb;
}
.cummins-wrapper .tech-specifications-table .spec-row:last-child {
border-bottom: none;
}
.cummins-wrapper .tech-specifications-table .spec-label {
font-size: 0.9rem;
color: #6b7280;
font-weight: 500;
}
.cummins-wrapper .tech-specifications-table .spec-value {
font-size: 0.9rem;
color: #111827;
font-weight: 600;
}
/* Responsive styles for product review section */
@media (max-width: 1024px) {
.cummins-wrapper .review-content-grid {
grid-template-columns: 1fr;
gap: 3rem;
}
.cummins-wrapper .tech-specifications-table .specs-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
}
}
@media (max-width: 768px) {
.cummins-wrapper .product-review-section {
padding: 3rem 1.5rem;
}
.cummins-wrapper .review-video-section {
padding: 2rem;
}
.cummins-wrapper .tech-specifications-table {
padding: 2rem;
}
.cummins-wrapper .feature-item {
flex-direction: column;
text-align: center;
gap: 1rem;
padding: 1.2rem;
}
.cummins-wrapper .feature-icon {
width: 45px;
height: 45px;
margin: 0 auto;
}
.cummins-wrapper .feature-icon i {
font-size: 1.1rem;
}
}
@media (max-width: 480px) {
.cummins-wrapper .product-review-section {
padding: 2rem 1rem;
}
.cummins-wrapper .review-video-section,
.cummins-wrapper .tech-specifications-table {
padding: 1.5rem;
}
.cummins-wrapper .video-icon {
width: 50px;
height: 50px;
}
.cummins-wrapper .video-icon i {
font-size: 1.2rem;
}
.cummins-wrapper .video-title h3 {
font-size: 1.3rem;
}
.cummins-wrapper .feature-item {
padding: 1rem;
}
.cummins-wrapper .feature-icon {
width: 40px;
height: 40px;
}
.cummins-wrapper .feature-icon i {
font-size: 1rem;
}
.cummins-wrapper .feature-content h4 {
font-size: 1rem;
}
.cummins-wrapper .feature-content p {
font-size: 0.85rem;
}
}
/* Why Preferred Section Styles */
.cummins-wrapper .why-preferred-section {
padding: 5rem 2rem;
background: linear-gradient(135deg, #fafbfc 0%, #f8fafc 100%);
position: relative;
}
.cummins-wrapper .why-preferred-container {
max-width: 1400px;
margin: 0 auto;
position: relative;
}
.cummins-wrapper .why-preferred-content {
display: grid;
grid-template-columns: 1fr 1.5fr;
gap: 4rem;
align-items: start;
}
.cummins-wrapper .video-container {
position: static;
}
.cummins-wrapper .modern-video-wrapper {
background: white;
border-radius: 16px;
padding: 2rem;
border: 1px solid #e5e7eb;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.cummins-wrapper .video-header {
text-align: center;
margin-bottom: 1.5rem;
}
.cummins-wrapper .video-header h3 {
font-size: 1.5rem;
font-weight: 700;
color: #111827;
margin: 0;
}
.cummins-wrapper .video-frame {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%; /* 16:9 aspect ratio */
background: #f8fafc;
border-radius: 12px;
overflow: hidden;
border: 1px solid #e5e7eb;
}
.cummins-wrapper .video-frame iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: 12px;
}
.cummins-wrapper .video-info {
text-align: center;
background: white;
padding: 1.5rem;
border-radius: 16px;
border: 1px solid #e5e7eb;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}
.cummins-wrapper .video-info h4 {
font-size: 1.1rem;
font-weight: 600;
color: #111827;
margin-bottom: 0.5rem;
}
.cummins-wrapper .video-info p {
font-size: 0.9rem;
color: #6b7280;
margin: 0;
}
.cummins-wrapper .preference-content {
display: flex;
flex-direction: column;
}
.cummins-wrapper .preference-header {
margin-bottom: 3rem;
}
.cummins-wrapper .preference-header h2 {
font-size: clamp(2rem, 4vw, 2.5rem);
font-weight: 900;
margin-bottom: 1.5rem;
color: #111827;
letter-spacing: -0.02em;
}
.cummins-wrapper .preference-subtitle {
font-size: 1.125rem;
line-height: 1.7;
color: #6b7280;
margin: 0;
font-weight: 400;
}
.cummins-wrapper .preference-reasons {
display: flex;
flex-direction: column;
gap: 2rem;
margin-bottom: 3rem;
}
.cummins-wrapper .reason-item {
display: flex;
align-items: flex-start;
gap: 1.5rem;
background: white;
padding: 2rem;
border-radius: 16px;
border: 1px solid #e5e7eb;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.cummins-wrapper .reason-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #2563eb, #3b82f6);
transform: scaleX(0);
transition: transform 0.4s ease;
}
.cummins-wrapper .reason-item:hover::before {
transform: scaleX(1);
}
.cummins-wrapper .reason-item:hover {
transform: translateY(-3px);
box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}
.cummins-wrapper .reason-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #2563eb, #3b82f6);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: all 0.3s ease;
}
.cummins-wrapper .reason-item:hover .reason-icon {
transform: scale(1.1);
}
.cummins-wrapper .reason-icon i {
font-size: 1.5rem;
color: white;
}
.cummins-wrapper .reason-content h3 {
font-size: 1.25rem;
font-weight: 700;
color: #111827;
margin-bottom: 0.75rem;
line-height: 1.3;
}
.cummins-wrapper .reason-content p {
font-size: 1rem;
line-height: 1.6;
color: #6b7280;
margin: 0;
}
.cummins-wrapper .preference-footer {
background: linear-gradient(135deg, #ffffff, #f8fafc);
border-radius: 20px;
padding: 3rem;
border: 1px solid #e5e7eb;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}
.cummins-wrapper .stats-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
}
.cummins-wrapper .stat-item {
text-align: center;
background: white;
padding: 2rem 1rem;
border-radius: 16px;
border: 1px solid #f1f5f9;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.cummins-wrapper .stat-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #2563eb, #3b82f6);
transform: scaleX(0);
transition: transform 0.4s ease;
}
.cummins-wrapper .stat-item:hover::before {
transform: scaleX(1);
}
.cummins-wrapper .stat-item:hover {
transform: translateY(-5px);
box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
border-color: #e2e8f0;
}
.cummins-wrapper .stat-number {
font-size: 2.5rem;
font-weight: 900;
color: #2563eb;
margin-bottom: 0.5rem;
line-height: 1;
}
.cummins-wrapper .stat-label {
font-size: 0.9rem;
font-weight: 600;
color: #6b7280;
text-transform: uppercase;
letter-spacing: 0.05em;
}
/* Responsive styles for why-preferred section */
@media (max-width: 1024px) {
.cummins-wrapper .why-preferred-content {
grid-template-columns: 1fr;
gap: 3rem;
}
.cummins-wrapper .video-container {
position: static;
order: -1;
max-width: 600px;
margin: 0 auto;
}
.cummins-wrapper .stats-grid {
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}
}
@media (max-width: 768px) {
.cummins-wrapper .why-preferred-section {
padding: 3rem 1.5rem;
}
.cummins-wrapper .why-preferred-content {
gap: 2rem;
}
.cummins-wrapper .modern-video-wrapper {
padding: 1.5rem;
}
.cummins-wrapper .video-header h3 {
font-size: 1.3rem;
}
.cummins-wrapper .reason-item {
flex-direction: column;
text-align: center;
gap: 1rem;
padding: 1.5rem;
}
.cummins-wrapper .reason-icon {
width: 50px;
height: 50px;
margin: 0 auto;
}
.cummins-wrapper .reason-icon i {
font-size: 1.2rem;
}
.cummins-wrapper .reason-content h3 {
font-size: 1.1rem;
}
.cummins-wrapper .reason-content p {
font-size: 0.9rem;
}
.cummins-wrapper .preference-footer {
padding: 2rem;
}
.cummins-wrapper .stats-grid {
grid-template-columns: 1fr;
gap: 1rem;
}
.cummins-wrapper .stat-item {
padding: 1.5rem;
}
.cummins-wrapper .stat-number {
font-size: 2rem;
}
}
@media (max-width: 480px) {
.cummins-wrapper .why-preferred-section {
padding: 2rem 1rem;
}
.cummins-wrapper .preference-header h2 {
font-size: 1.8rem;
line-height: 1.2;
}
.cummins-wrapper .preference-subtitle {
font-size: 1rem;
}
.cummins-wrapper .preference-reasons {
gap: 1.5rem;
margin-bottom: 2rem;
}
.cummins-wrapper .reason-item {
padding: 1.2rem;
}
.cummins-wrapper .reason-icon {
width: 45px;
height: 45px;
}
.cummins-wrapper .reason-icon i {
font-size: 1rem;
}
.cummins-wrapper .reason-content h3 {
font-size: 1rem;
}
.cummins-wrapper .reason-content p {
font-size: 0.85rem;
}
.cummins-wrapper .preference-footer {
padding: 1.5rem;
}
.cummins-wrapper .stat-item {
padding: 1.2rem;
}
.cummins-wrapper .stat-number {
font-size: 1.8rem;
}
.cummins-wrapper .stat-label {
font-size: 0.8rem;
}
}
Cummins Inline 6
Arıza Tespit Cihazı
Cummins motorlu ağır ticari araçlar için geliştirilmiş INSITE yazılımı uyumlu profesyonel teşhis sistemi. ISX, ISM, ISL, ISC ve ISB motor serilerinde kapsamlı arıza tespit, ECM kalibrasyon, motor parametrelerini programlama ve sistem optimizasyonu işlemlerini gerçekleştirebilirsiniz. J1939/J1708 protokol desteği ile yetkili servis kalitesinde teşhis imkanı sunar.
J1939 / J1708 Protokol
Cummins protokollerini destekler
INSITE Uyumlu
Yazılım desteği
ECM Kalibrasyon
Motor kontrolü ve programlama
Profesyonel Kalite
Endüstriyel standartlarda üretim
360° Ürün Görünümü
Cihazı her açıdan inceleyin
Cummins Inline 6 Arıza Tespit Cihazı
Teknik Özellikler
Protokol
J1939 / J1708
Bağlantı
USB 2.0+
Yazılım
INSITE Uyumlu
Güç
USB Powered
Cummins Inline 6 ile Profesyonel Motor Teşhis
Ağır ticari araçlarda kullanılan Cummins inline 6 motorlarda yetkili servis seviyesinde profesyonel teşhis ve kalibrasyon işlemleri yapabilmenizi sağlayan gelişmiş teknoloji.
Yetkili Servis Kalitesinde Motor Teşhis
Cummins Inline 6 teşhis sistemi, ISX, ISM, ISL, ISC, ISB motor serilerinde bulunan elektronik kontrol modüllerine doğrudan erişim sağlar. Profesyonel motor teşhis kapsamında ECM, Aftertreatment, VGT Turbo kontrolü, EGR sistemi, DPF rejenerasyon, SCR NOx kontrolü gibi kritik sistemlerde detaylı analiz yapabilirsiniz.
Bu sistem sayesinde motor üzerindeki sensör değerlerini gerçek zamanlı olarak izleyebilir, aktif ve pasif hata kodlarını okuyabilir, sistem kalibrasyonları yapabilir ve motor performansını optimize edebilirsiniz. Profesyonel teşhis arayüzü ile motor seri numarası, model bilgileri ve yazılım versiyonları otomatik olarak tanınır.
Gelişmiş Motor Analizi
Sistem Kalibrasyonu
Performans Optimizasyonu
Güvenli Teşhis Protokolü





Cummins Inline 6 Kapsamlı Yetenekleri
INSITE yazılımı ile sistem tanılama ve kalibrasyonu gerçekleştirirsiniz. Motor parametrelerinden emisyon kontrol sistemlerine kadar geniş yelpazede işlemler yapabilirsiniz. Cummins motorlarında bulunan en ileri teknoloji elektronik modüller sayesinde araç iletişimi kurulabilir ve sistemlerin durumu detaylı teknik şemalar ile analiz edilebilir.
Motor ECM Programlama ve Kalibrasyonu
Aktif ve Pasif Hata Kodları Okuma
Gerçek Zamanlı Motor Parametre İzleme
Turbo VGT Kalibrasyon ve Test
Yakıt Enjektör Kalibrasyonu ve Test
DPF Rejenerasyon ve Temizlik
EGR Sistemi Test ve Kalibrasyon
SCR Sistemi NOx Sensör Kalibrasyonu
Motor Soğutma Sensör Kalibrasyonu
Motor RPM ve Devir Sensörü Ayarı
Yakıt Sistemi Basınç Testi
Motor Yağ Basınç ve Sıcaklık Testi
Elektrik Sistemi Voltaj Kontrolü
ECM Yazılım Güncelleme
Motor Servis Prosedürleri
Motor Çalışma Saati Okuma
Servis İnterval Sıfırlama
CAN Bus Haberleşme Testi
Aftertreatment Sistem Analizi
Ve Daha Fazla Gelişmiş Özellik...
Kapsamlı Test İmkanları
Cummins Inline 6 ile motor performansından sistem güvenilirliğine kadar geniş test yelpazesi sunuyoruz.
Motor Dyno Testleri
Motor gücü, tork değerleri ve performans karakteristiklerinin dinamometre testleri ile ölçümü
Silindir Sıkıştırma Testi
Motor silindirlerinin sıkıştırma oranları ve performans analizi
Turbo Performans Testi
Turboşarj sisteminin basınç değerleri ve verimlilik analizi
Yakıt Tüketim Analizi
Yakıt sistemi verimliliği ve tüketim optimizasyonu testleri
Çevresel Test Gereksinimleri
Emisyon değerleri ve çevre uyumluluk testleri
Sürüş Bilgi Kayıt Sistemi
Araç performans verilerinin kayıt altına alınması ve analizi
Desteklenen Araç Türleri & Euro Normları
Cummins Inline 6 ile geniş araç yelpazesinde profesyonel teşhis yapabilirsiniz. Euro 3'ten Euro 6'ya kadar normları destekler ve inline 5'e göre %30 daha hızlı performans sunar.
Ağır Ticari Araçlar
Kamyon ve çekicilerde tam teşhis desteği
Otobüsler
Şehir içi ve şehirlerarası otobüs motorları
İş Makinaları
İnşaat ve tarım makinalarında teşhis
Jeneratörler
Sabit ve taşınabilir jeneratör motorları
Deniz Motorları
Denizcilik sektörü motor teşhisi
Saha Araçları
Özel amaçlı araç ve ekipmanlar
Desteklenen Euro Normları
Euro 3
Euro 4
Euro 5
Euro 6
Inline 5'e göre %30 daha hızlı ve performanslı çalışır
ÜRÜN İNCELEMESİ
Cummins Inline 6 Detaylı İnceleme
Cummins Inline 6 sektördeki en güçlü ve güvenilir profesyonel teşhis sistemi olarak öne çıkmaktadır. 360° görünümüyle dış tasarımını inceleyin ve neden profesyoneller tarafından tercih edildiğini keşfedin.
360° İnteraktif İnceleme
Cihazı her açıdan inceleyerek keşfedin
Neden Cummins Inline 6 ?
Sektördeki en güçlü ve güvenilir profesyonel teşhis
Geniş Araç Kapsamı
Avrupa, Asya ve Amerika markalarında kapsamlı ECU desteği
Gelişmiş Fonksiyonlar
ECM modüllerinden gelişmiş teşhis ve kalibrasyon özellikleri
Canlı Veri Analizi
Gerçek zamanlı verileri ve grafiksel yorumları
Güvenilir Performans
Uzun yıllar sorunsuz çalışma ve tutarlı sonuçlar için optimize edilmiş tasarım
Opsiyonel Yazılım Paketleri
Cummins Inline 6 ile birlikte kullanabileceğiniz profesyonel yazılım çözümleri. Yazılım dili Türkçedir ve tüm Windows 10 64 Bit Pro sürümü ile uyumludur.

Cummins INSITE™ Pro
Ana Yazılım
Profesyonel Teşhis
Cummins'in resmi ve en gelişmiş motor teşhis yazılımıdır. ISX, ISM, ISL, ISC, ISB motor serilerinde tam yetkili servis seviyesinde profesyonel diagnostik işlemler gerçekleştirebilirsiniz. Gerçek zamanlı motor performans analizi, detaylı sistem teşhisi ve kapsamlı raporlama özellikleri ile en üst düzey teşhis deneyimi sunar.
- Motor ECM ve kontrol modüllerine tam erişim
- Aktif/Pasif hata kodları okuma ve temizleme
- Gerçek zamanlı motor parametre izleme
- DPF rejenerasyon ve SCR sistemi kalibrasyonu
- Motor performans analizi ve raporlama

Cummins Calterm
Kalibrasyon
Programlama
ECM teşhis, parola koruması kaldırma, programlama, ECM ayarları, ADBLUE/DPF iptal, motor gücü artırma ve hız limiti kaldırma imkanı sağlar. Gelişmiş kalibrasyon ve parametre değiştirme işlemleri için profesyonel çözümdür.
- ECM parola koruması kaldırma
- Motor gücü ve tork artırma
- Hız limiti kaldırma işlemleri
- ADBLUE/DPF sistem iptali
- Gelişmiş kalibrasyon seçenekleri
- Motor parametrelerini özelleştirme
Full Yazılım Paketi
Yazılımları bir arada alarak özel indirimli fiyattan yararlanabilirsiniz. Full pakette yazılımlar size daha uygun fiyata gelecektir.
✓ 2 Yazılım Paketi
✓ Özel İndirimli Fiyat
✓ WhatsApp ile İletişime Geç
Paket İçeriği & Aksesuarlar
Cummins Inline 6 ile birlikte gelen tüm kablolar ve adaptörlerle hemen kullanıma hazırdır.
INLINE 6 DataLink Adaptörü
P/N 2892093
Ana teşhis adaptörü
USB 14-Foot Kablo
P/N 2892176
Yüksek hızlı USB bağlantı kablosu
DB25F/9-Pin Data Link
P/N 4919780
Veri bağlantı kablosu
DB25F/3-Pin/3-Pin/2-Pin
P/N 4919797
Çoklu pin bağlantı kablosu
J1939 Gender Changer
P/N 3163597
Cinsiyet değiştirici adaptör
J1939 Backbone Adaptörü
P/N 3163096
Ana hat bağlantı adaptörü
OBD2 Kablo
P/N 4919781
Standart OBD2 bağlantı kablosu
Gelişmiş Teknik Özellikler
Cummins standartlarına göre üretilen Inline 6, sağlam ve güvenilir tasarımı ile profesyonel kullanım için optimize edilmiştir.
İşlemci & Performans
İşlemci
140MHz 32Bit Freescale
Çalışma Sıcaklığı
-40° ila +85°C
USB Hızı
2M Baud Hızında
Protokol Desteği
Ana Protokoller
SAE J1708/J1587, J1939/CAN
CAN Hızı
250/500 KBPS Otomatik
Standart Uyum
TMC RP1210 Tam Uyumlu
Bağlantı Özellikleri
CAN Protokolleri
SAE J1939, J2534, ISO 15765
RS-232 Hızı
115.2K Baud
Veri Bağlantısı
USB 14-Foot Kablo
Fiyat Bilgilendirme
Fiyatlara KDV dahil değildir. KDV'siz özel fiyat için satış danışmanımızla iletişime geçin.
Özel İndirimler
Fiyat Hesaplama
Kişisel Destek
WhatsApp ile İletişim
Merak Edilenler
Cummins Inline 6 hakkında en çok sorulan sorular ve yanıtları
Cummins Inline 6 hangi araçlarda kullanılabilir?
Cummins Inline 6, tüm Cummins motorlu ağır ticari araçlarda kullanılabilir. Euro 3, Euro 4, Euro 5 ve Euro 6 normlarındaki tüm motorlarda tam teşhis imkanı sunar. Kamyonlar, otobüsler, iş makinaları, deniz motorları ve jeneratör motorlarında da kullanabilirsiniz.
INSITE yazılımı dahil mi, ayrıca satın alınır mı?
Cummins Inline 6 cihazı donanım olarak satılır. INSITE ve Calterm yazılımları ayrıca satın alınabilir opsiyonel ürünlerdir. Yazılımlar Türkçe olarak sunulur ve Windows 10 64 Bit Pro ile uyumludur. Full paket alımında özel indirimli fiyat avantajı bulunur.
Cihaz Cummins araçlarında çalışır mı?
Evet, Cummins Inline 6 Cummins motorlu ağır ticari araçlarda çalışır. Kamyonlar, otobüsler, iş makinaları, jeneratörler, deniz araçları ve özel amaçlı araçlarda uyumluluk sağlar. J1939 ve J1708 protokol desteği ile elektronik kontrol modüllerine erişebilirsiniz.
Cihazın garantisi var mı ve teknik destek nasıl alınır?
Cummins Inline 6 cihazı 6 ay garanti ile sunulur. Türkiye geneli kargo ile ücretsiz teslimat yapılır. Teknik destek WhatsApp, telefon ve uzaktan erişim ile 7/24 sağlanır.
Destek ve İletişim
Profesyonel destek ekibimizle 7/24 iletişime geçebilir, teknik yardım alabilirsiniz
Telefon Destek
0850 532 05 50
Pazartesi-Cumartesi 09:00-18:00
E-posta Destek
info@otoeko.com
24 saat içinde yanıt garantisi
WhatsApp Destek
0850 532 05 50
7/24 Anında destek ve teknik yardım
WhatsApp ile Yaz
/* FAQ Section Styles */
.cummins-wrapper .faq-section {
padding: 5rem 2rem;
background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%);
position: relative;
}
.cummins-wrapper .faq-container {
max-width: 1000px;
margin: 0 auto;
position: relative;
}
.cummins-wrapper .faq-header {
text-align: center;
margin-bottom: 4rem;
}
.cummins-wrapper .faq-header h2 {
font-size: clamp(2rem, 4vw, 2.5rem);
font-weight: 900;
margin-bottom: 1.5rem;
color: #111827;
letter-spacing: -0.02em;
}
.cummins-wrapper .faq-header p {
font-size: 1.125rem;
line-height: 1.7;
color: #6b7280;
max-width: 600px;
margin: 0 auto;
font-weight: 400;
}
.cummins-wrapper .faq-content {
display: flex;
flex-direction: column;
gap: 1rem;
}
.cummins-wrapper .faq-item {
background: white;
border-radius: 16px;
border: 1px solid #e5e7eb;
overflow: hidden;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.cummins-wrapper .faq-item:hover {
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
border-color: #2563eb;
}
.cummins-wrapper .faq-question {
padding: 2rem;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
transition: all 0.3s ease;
position: relative;
}
.cummins-wrapper .faq-question::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #2563eb, #3b82f6);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.cummins-wrapper .faq-item:hover .faq-question::before {
transform: scaleX(1);
}
.cummins-wrapper .faq-question h3 {
font-size: 1.2rem;
font-weight: 700;
color: #111827;
margin: 0;
flex: 1;
padding-right: 1rem;
line-height: 1.4;
}
.cummins-wrapper .faq-question i {
color: #2563eb;
font-size: 1.2rem;
transition: transform 0.3s ease;
}
.cummins-wrapper .faq-item.active .faq-question i {
transform: rotate(180deg);
}
.cummins-wrapper .faq-answer {
padding: 0 2rem 2rem 2rem;
display: none;
animation: fadeInDown 0.3s ease;
}
.cummins-wrapper .faq-item.active .faq-answer {
display: block;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.cummins-wrapper .faq-answer p {
font-size: 1rem;
line-height: 1.7;
color: #6b7280;
margin: 0;
}
/* Price Info Section Styles */
.cummins-wrapper .price-info-section {
padding: 5rem 2rem;
background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 100%);
position: relative;
}
.cummins-wrapper .price-info-container {
max-width: 1200px;
margin: 0 auto;
position: relative;
}
.cummins-wrapper .price-info-header {
text-align: center;
margin-bottom: 4rem;
}
.cummins-wrapper .price-info-header h2 {
font-size: clamp(2rem, 4vw, 2.5rem);
font-weight: 900;
margin-bottom: 1.5rem;
color: #111827;
letter-spacing: -0.02em;
}
.cummins-wrapper .price-info-content {
display: flex;
flex-direction: column;
gap: 3rem;
align-items: center;
}
.cummins-wrapper .price-warning {
background: #fef3c7;
border: 1px solid #f59e0b;
border-radius: 16px;
padding: 2rem;
display: flex;
align-items: center;
gap: 1.5rem;
max-width: 800px;
width: 100%;
box-shadow: 0 4px 12px rgba(245, 158, 11, 0.1);
}
.cummins-wrapper .warning-icon {
width: 60px;
height: 60px;
background: #f59e0b;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.cummins-wrapper .warning-icon i {
font-size: 1.5rem;
color: white;
}
.cummins-wrapper .warning-text p {
font-size: 1.1rem;
font-weight: 600;
color: #92400e;
margin: 0;
line-height: 1.5;
}
.cummins-wrapper .price-features {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
width: 100%;
max-width: 900px;
}
.cummins-wrapper .price-feature-item {
background: white;
border-radius: 16px;
padding: 2rem;
text-align: center;
border: 1px solid #e5e7eb;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.cummins-wrapper .price-feature-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #10b981, #059669);
transform: scaleX(0);
transition: transform 0.4s ease;
}
.cummins-wrapper .price-feature-item:hover::before {
transform: scaleX(1);
}
.cummins-wrapper .price-feature-item:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.cummins-wrapper .price-feature-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, #10b981, #059669);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
transition: all 0.3s ease;
}
.cummins-wrapper .price-feature-item:hover .price-feature-icon {
transform: scale(1.1);
}
.cummins-wrapper .price-feature-icon i {
font-size: 1.75rem;
color: white;
}
.cummins-wrapper .price-feature-item h3 {
font-size: 1.2rem;
font-weight: 700;
color: #111827;
margin: 0;
line-height: 1.3;
}
.cummins-wrapper .price-contact-button {
text-align: center;
}
.cummins-wrapper .whatsapp-contact-btn {
background: linear-gradient(135deg, #25D366, #20BA5A);
color: white;
border: none;
padding: 1.25rem 3rem;
border-radius: 50px;
font-size: 1.1rem;
font-weight: 700;
cursor: pointer;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
gap: 0.75rem;
box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}
.cummins-wrapper .whatsapp-contact-btn:hover {
background: linear-gradient(135deg, #20BA5A, #1DA851);
transform: translateY(-3px);
box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4);
}
.cummins-wrapper .whatsapp-contact-btn i {
font-size: 1.3rem;
}
/* Responsive styles for price info section */
@media (max-width: 768px) {
.cummins-wrapper .price-info-section {
padding: 3rem 1.5rem;
}
.cummins-wrapper .price-features {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.cummins-wrapper .price-warning {
flex-direction: column;
text-align: center;
gap: 1rem;
padding: 1.5rem;
}
.cummins-wrapper .warning-icon {
width: 50px;
height: 50px;
}
.cummins-wrapper .warning-icon i {
font-size: 1.2rem;
}
.cummins-wrapper .warning-text p {
font-size: 1rem;
}
.cummins-wrapper .price-feature-item {
padding: 1.5rem;
}
.cummins-wrapper .price-feature-icon {
width: 60px;
height: 60px;
}
.cummins-wrapper .price-feature-icon i {
font-size: 1.5rem;
}
.cummins-wrapper .whatsapp-contact-btn {
padding: 1rem 2rem;
font-size: 1rem;
}
}
@media (max-width: 480px) {
.cummins-wrapper .price-info-section {
padding: 2rem 1rem;
}
.cummins-wrapper .price-warning {
padding: 1.2rem;
}
.cummins-wrapper .warning-text p {
font-size: 0.9rem;
}
.cummins-wrapper .price-feature-item {
padding: 1.2rem;
}
.cummins-wrapper .price-feature-icon {
width: 50px;
height: 50px;
}
.cummins-wrapper .price-feature-icon i {
font-size: 1.2rem;
}
.cummins-wrapper .price-feature-item h3 {
font-size: 1rem;
}
.cummins-wrapper .whatsapp-contact-btn {
padding: 0.875rem 1.5rem;
font-size: 0.9rem;
}
}
/* Support Contact Section Styles */
.cummins-wrapper .support-contact-section {
padding: 5rem 2rem;
background: #ffffff;
position: relative;
}
.cummins-wrapper .support-contact-container {
max-width: 1200px;
margin: 0 auto;
position: relative;
}
.cummins-wrapper .support-contact-header {
text-align: center;
margin-bottom: 4rem;
}
.cummins-wrapper .support-contact-header h2 {
font-size: clamp(2rem, 4vw, 2.5rem);
font-weight: 900;
margin-bottom: 1.5rem;
color: #111827;
letter-spacing: -0.02em;
}
.cummins-wrapper .support-contact-header p {
font-size: 1.125rem;
line-height: 1.7;
color: #6b7280;
max-width: 700px;
margin: 0 auto;
font-weight: 400;
}
.cummins-wrapper .support-contact-content {
margin-bottom: 4rem;
}
/* Contact Info Styles */
.cummins-wrapper .contact-info {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
}
.cummins-wrapper .contact-item {
background: white;
padding: 2rem;
border-radius: 16px;
border: 1px solid #e5e7eb;
display: flex;
align-items: flex-start;
gap: 1.5rem;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.cummins-wrapper .contact-item:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
border-color: #2563eb;
}
.cummins-wrapper .contact-item.primary-contact {
background: linear-gradient(135deg, #25D366, #20BA5A);
color: white;
border: none;
}
.cummins-wrapper .contact-item.primary-contact h3,
.cummins-wrapper .contact-item.primary-contact .contact-value,
.cummins-wrapper .contact-item.primary-contact .contact-description {
color: white;
}
.cummins-wrapper .contact-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #2563eb, #3b82f6);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
transition: all 0.3s ease;
}
.cummins-wrapper .whatsapp-icon {
background: rgba(255, 255, 255, 0.2);
}
.cummins-wrapper .contact-icon i {
font-size: 1.5rem;
color: white;
}
.cummins-wrapper .contact-details h3 {
font-size: 1.2rem;
font-weight: 700;
color: #111827;
margin-bottom: 0.5rem;
}
.cummins-wrapper .contact-value {
font-size: 1.1rem;
font-weight: 700;
color: #2563eb;
margin-bottom: 0.5rem;
}
.cummins-wrapper .contact-description {
font-size: 0.9rem;
color: #6b7280;
margin-bottom: 1rem;
}
.cummins-wrapper .whatsapp-button {
background: rgba(255, 255, 255, 0.2);
color: white;
border: 2px solid rgba(255, 255, 255, 0.3);
padding: 0.75rem 1.5rem;
border-radius: 25px;
font-size: 0.9rem;
font-weight: 700;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 0.5rem;
}
.cummins-wrapper .whatsapp-button:hover {
background: rgba(255, 255, 255, 0.3);
transform: translateY(-2px);
}
/* Support Services Styles */
.cummins-wrapper .support-services {
background: linear-gradient(135deg, #f8fafc, #f0f9ff);
padding: 2.5rem;
border-radius: 20px;
border: 1px solid #e5e7eb;
}
.cummins-wrapper .support-services h3 {
font-size: 1.5rem;
font-weight: 700;
color: #111827;
margin-bottom: 2rem;
text-align: center;
}
.cummins-wrapper .service-item {
display: flex;
align-items: flex-start;
gap: 1rem;
margin-bottom: 1.5rem;
padding: 1rem;
background: white;
border-radius: 12px;
border: 1px solid #e5e7eb;
transition: all 0.3s ease;
}
.cummins-wrapper .service-item:hover {
transform: translateX(5px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
border-color: #2563eb;
}
.cummins-wrapper .service-icon {
width: 40px;
height: 40px;
background: linear-gradient(135deg, #2563eb, #3b82f6);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.cummins-wrapper .service-icon i {
font-size: 1rem;
color: white;
}
.cummins-wrapper .service-content h4 {
font-size: 1rem;
font-weight: 600;
color: #111827;
margin-bottom: 0.25rem;
}
.cummins-wrapper .service-content p {
font-size: 0.875rem;
color: #6b7280;
margin: 0;
line-height: 1.4;
}
/* Contact CTA Styles */
.cummins-wrapper .contact-cta {
background: linear-gradient(135deg, #2563eb, #3b82f6);
border-radius: 20px;
padding: 3rem;
text-align: center;
color: white;
}
.cummins-wrapper .cta-content h3 {
font-size: 1.75rem;
font-weight: 800;
margin-bottom: 1rem;
color: white;
}
.cummins-wrapper .cta-content p {
font-size: 1.125rem;
margin-bottom: 2rem;
color: rgba(255, 255, 255, 0.9);
}
.cummins-wrapper .cta-buttons {
display: flex;
gap: 1rem;
justify-content: center;
flex-wrap: wrap;
}
.cummins-wrapper .cta-primary,
.cummins-wrapper .cta-secondary {
padding: 1rem 2rem;
border-radius: 25px;
font-size: 1rem;
font-weight: 700;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 0.5rem;
border: none;
}
.cummins-wrapper .cta-primary {
background: #25D366;
color: white;
}
.cummins-wrapper .cta-primary:hover {
background: #20BA5A;
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
}
.cummins-wrapper .cta-secondary {
background: rgba(255, 255, 255, 0.2);
color: white;
border: 2px solid rgba(255, 255, 255, 0.3);
}
.cummins-wrapper .cta-secondary:hover {
background: rgba(255, 255, 255, 0.3);
transform: translateY(-2px);
}
/* Responsive Styles */
@media (max-width: 1024px) {
.cummins-wrapper .support-contact-content {
grid-template-columns: 1fr;
gap: 3rem;
}
}
@media (max-width: 768px) {
.cummins-wrapper .faq-section,
.cummins-wrapper .support-contact-section {
padding: 3rem 1.5rem;
}
.cummins-wrapper .faq-question {
padding: 1.5rem;
}
.cummins-wrapper .faq-answer {
padding: 0 1.5rem 1.5rem 1.5rem;
}
.cummins-wrapper .contact-info {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.cummins-wrapper .contact-item {
flex-direction: column;
text-align: center;
gap: 1rem;
padding: 1.5rem;
}
.cummins-wrapper .contact-icon {
margin: 0 auto;
}
.cummins-wrapper .support-services {
padding: 2rem;
}
.cummins-wrapper .contact-cta {
padding: 2rem;
}
.cummins-wrapper .cta-buttons {
flex-direction: column;
align-items: center;
}
.cummins-wrapper .cta-primary,
.cummins-wrapper .cta-secondary {
width: 100%;
max-width: 250px;
justify-content: center;
}
}
@media (max-width: 480px) {
.cummins-wrapper .faq-section,
.cummins-wrapper .support-contact-section {
padding: 2rem 1rem;
}
.cummins-wrapper .faq-question {
padding: 1.2rem;
flex-direction: column;
text-align: center;
gap: 1rem;
}
.cummins-wrapper .faq-question h3 {
font-size: 1rem;
padding-right: 0;
}
.cummins-wrapper .faq-answer {
padding: 0 1.2rem 1.2rem 1.2rem;
}
.cummins-wrapper .contact-item {
padding: 1.2rem;
}
.cummins-wrapper .contact-icon {
width: 50px;
height: 50px;
}
.cummins-wrapper .contact-icon i {
font-size: 1.2rem;
}
.cummins-wrapper .support-services {
padding: 1.5rem;
}
.cummins-wrapper .service-item {
padding: 0.75rem;
}
.cummins-wrapper .service-icon {
width: 35px;
height: 35px;
}
.cummins-wrapper .service-icon i {
font-size: 0.9rem;
}
.cummins-wrapper .contact-cta {
padding: 1.5rem;
}
.cummins-wrapper .cta-content h3 {
font-size: 1.5rem;
}
.cummins-wrapper .cta-content p {
font-size: 1rem;
}
}
لم يتم طرح أي أسئلة حول هذا المنتج بعد.
كن أول من يسأل!اطرح سؤالاً
لا توجد تقييمات بعد
هل جربت هذا المنتج؟ شارك تجربتك وساعد العملاء الآخرين في اتخاذ القرار الصحيح. سيتم نشر مراجعتك بعد الموافقة.
Türkçe
English
العربية