Autool BT960 Akü Test ve Teşhis Cihazı / Yazıcılı + EV Dahil
AUTOOL BT960 Akü Test Cihazı (Yazıcılı) | EV Batarya & Araç Teşhis | otoeko.com
/* İzole stiller - sadece autool-bt960-wrapper içindeki elementleri etkiler */
#autool-bt960-wrapper {
font-family: 'Poppins', sans-serif;
color: #333;
line-height: 1.6;
max-width: 1300px;
margin: 0 auto;
padding: 0;
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
border-radius: 0;
overflow-x: hidden;
position: relative;
width: 100%;
box-sizing: border-box;
}
#autool-bt960-wrapper * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
#autool-bt960-wrapper .container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
position: relative;
padding: 0 20px;
}
/* Shared Styles */
#autool-bt960-wrapper .section {
padding: 60px 0;
position: relative;
overflow: hidden;
}
#autool-bt960-wrapper .section::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80%;
height: 1px;
background: linear-gradient(90deg,
rgba(255,209,0,0) 0%,
rgba(255,209,0,0.5) 50%,
rgba(255,209,0,0) 100%);
}
#autool-bt960-wrapper .section:last-child::after {
display: none;
}
#autool-bt960-wrapper .section-header {
text-align: center;
margin-bottom: 60px;
position: relative;
z-index: 1;
}
#autool-bt960-wrapper .subtitle-wrapper {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
margin-bottom: 20px;
flex-wrap: wrap;
}
#autool-bt960-wrapper .section-subtitle {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
background: rgba(255, 209, 0, 0.1);
color: #111;
padding: 8px 20px;
border-radius: 50px;
font-size: 0.9rem;
font-weight: 600;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
letter-spacing: 1px;
width: -moz-fit-content;
width: fit-content;
}
#autool-bt960-wrapper .subtitle-wrapper .section-subtitle {
margin-bottom: 0;
}
#autool-bt960-wrapper .subtitle-logo {
height: 36px; /* Default size */
width: auto;
display: block;
}
#autool-bt960-wrapper .subtitle-logo-otoeko {
filter: brightness(1.05) saturate(1.1); /* Make logo more vibrant */
}
#autool-bt960-wrapper .subtitle-text-icon-group {
display: flex;
align-items: center;
gap: 8px;
}
#autool-bt960-wrapper .section-title {
font-size: 2.2rem;
font-weight: 800;
color: #111;
margin-bottom: 20px;
position: relative;
display: inline-block;
}
#autool-bt960-wrapper .section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: linear-gradient(90deg, #FFD100 0%, #FFA500 100%);
border-radius: 2px;
}
#autool-bt960-wrapper .section-description {
max-width: 700px;
margin: 0 auto;
font-size: 1.1rem;
color: #555;
line-height: 1.7;
}
#autool-bt960-wrapper .btn {
display: inline-block;
padding: 14px 32px;
border-radius: 50px;
font-size: 1rem;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
cursor: pointer;
position: relative;
overflow: hidden;
z-index: 1;
}
#autool-bt960-wrapper .btn::after {
content: '';
position: absolute;
bottom: -50%;
left: -10%;
width: 120%;
height: 200%;
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
transition: all 0.5s ease;
z-index: -1;
transform: scale(0);
}
#autool-bt960-wrapper .btn:hover::after {
transform: scale(1);
}
#autool-bt960-wrapper .btn-primary {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
box-shadow: 0 8px 25px rgba(255, 209, 0, 0.3);
}
#autool-bt960-wrapper .btn-primary:hover {
transform: translateY(-5px);
box-shadow: 0 12px 30px rgba(255, 209, 0, 0.4);
}
#autool-bt960-wrapper .btn-secondary {
background: transparent;
color: #111;
border: 2px solid #111;
}
#autool-bt960-wrapper .btn-secondary:hover {
background: rgba(0, 0, 0, 0.05);
transform: translateY(-5px);
}
/* Yellow pattern background */
#autool-bt960-wrapper .pattern-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFD100' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
opacity: 0.5;
z-index: 0;
}
/* Hero Section */
#autool-bt960-wrapper .hero-section {
position: relative;
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
padding: 60px 0;
overflow: hidden;
text-align: center;
}
#autool-bt960-wrapper .hero-logo-container {
margin-bottom: 25px;
}
#autool-bt960-wrapper .hero-logo {
max-width: 180px; /* Default size */
height: auto;
}
#autool-bt960-wrapper .hero-bg {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background: radial-gradient(circle at top right, rgba(255, 209, 0, 0.1), transparent 70%);
z-index: 0;
}
#autool-bt960-wrapper .product-hero {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
position: relative;
z-index: 2;
}
#autool-bt960-wrapper .product-info {
flex: 1;
min-width: 300px;
padding-right: 40px;
text-align: left;
}
#autool-bt960-wrapper .product-badge {
display: inline-block;
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
padding: 8px 16px;
border-radius: 50px;
font-weight: 600;
font-size: 0.9rem;
margin-bottom: 20px;
box-shadow: 0 5px 15px rgba(255, 209, 0, 0.2);
position: relative;
}
#autool-bt960-wrapper .product-badge i {
margin-right: 5px;
animation: pulse 2s infinite;
}
#autool-bt960-wrapper .product-title { /* This is the H1 */
font-size: 2.4rem;
font-weight: 800;
margin-bottom: 20px;
line-height: 1.2;
color: #111;
overflow-wrap: break-word;
word-wrap: break-word;
hyphens: auto;
}
#autool-bt960-wrapper .product-title span {
color: #111;
position: relative;
display: inline-block;
z-index: 1;
}
#autool-bt960-wrapper .product-description {
font-size: 1.1rem;
margin-bottom: 25px;
color: #444;
line-height: 1.7;
overflow-wrap: break-word;
word-wrap: break-word;
}
#autool-bt960-wrapper .product-features {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 30px;
}
#autool-bt960-wrapper .feature-item {
display: flex;
align-items: center;
background: rgba(255, 209, 0, 0.1);
padding: 8px 16px;
border-radius: 50px;
transition: all 0.3s ease;
}
#autool-bt960-wrapper .feature-item:hover {
background: rgba(255, 209, 0, 0.2);
transform: translateY(-3px);
}
#autool-bt960-wrapper .feature-icon {
margin-right: 10px;
color: #FFD100;
}
#autool-bt960-wrapper .feature-text {
font-weight: 500;
font-size: 0.9rem;
color: #333;
}
#autool-bt960-wrapper .product-buttons {
display: flex;
gap: 15px;
margin-top: 30px;
}
#autool-bt960-wrapper .product-image {
flex: 1;
min-width: 300px;
position: relative;
padding: 20px;
}
#autool-bt960-wrapper .gallery-main-content-area {
width: 100%;
max-width: 450px;
height: 450px;
margin: 0 auto;
position: relative;
border-radius: 20px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
#autool-bt960-wrapper .gallery-main-content-area .product-image-main {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
display: block; /* Initially visible, JS will set the first image */
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#autool-bt960-wrapper .product-image-main:hover {
transform: scale(1.03) perspective(1000px) rotateY(-5deg);
}
#autool-bt960-wrapper .product-image-gallery {
display: flex;
flex-direction: column;
align-items: center;
}
#autool-bt960-wrapper .main-image-display {
margin-bottom: 15px;
position: relative;
}
#autool-bt960-wrapper .thumbnail-container {
display: flex;
gap: 10px;
justify-content: center;
flex-wrap: wrap;
}
#autool-bt960-wrapper .thumbnail-item img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 10px;
cursor: pointer;
border: 2px solid transparent;
transition: border-color 0.3s ease, transform 0.3s ease;
opacity: 0.7;
}
#autool-bt960-wrapper .thumbnail-item img:hover {
opacity: 1;
transform: scale(1.05);
}
#autool-bt960-wrapper .thumbnail-item.active img {
border-color: #FFD100;
opacity: 1;
}
#autool-bt960-wrapper .product-badge-corner {
position: absolute;
top: 30px;
right: 30px;
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
width: 80px;
height: 80px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 50%;
font-weight: 700;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
transform: rotate(15deg);
z-index: 10;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
transform: scale(1) rotate(15deg);
}
50% {
transform: scale(1.08) rotate(15deg);
}
100% {
transform: scale(1) rotate(15deg);
}
}
#autool-bt960-wrapper .badge-big {
font-size: 1.4rem;
line-height: 1;
}
#autool-bt960-wrapper .badge-small {
font-size: 0.8rem;
opacity: 0.9;
}
/* Features Section */
#autool-bt960-wrapper .features-specs {
padding: 80px 0;
background: #fff;
position: relative;
}
#autool-bt960-wrapper .features-specs::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at bottom left, rgba(255, 209, 0, 0.05), transparent 60%);
}
#autool-bt960-wrapper .features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 50px;
position: relative;
z-index: 1;
}
#autool-bt960-wrapper .feature-card {
background: #fff;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
padding: 30px;
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
position: relative;
overflow: hidden;
border: 1px solid rgba(0,0,0,0.03);
height: 100%;
text-align: center;
}
#autool-bt960-wrapper .feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
#autool-bt960-wrapper .feature-card-icon {
width: 60px;
height: 60px;
border-radius: 15px;
background: rgba(255, 209, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
font-size: 24px;
color: #FFD100;
transition: all 0.3s ease;
position: relative;
z-index: 1;
}
#autool-bt960-wrapper .feature-card:hover .feature-card-icon {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
}
#autool-bt960-wrapper .feature-card-title {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 15px;
color: #111;
position: relative;
z-index: 1;
}
#autool-bt960-wrapper .feature-card-text {
color: #666;
font-size: 1rem;
line-height: 1.7;
position: relative;
z-index: 1;
}
/* How It Works Section */
#autool-bt960-wrapper .how-it-works {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
position: relative;
}
#autool-bt960-wrapper .how-it-works::before {
content: '';
position: absolute;
width: 400px;
height: 400px;
border-radius: 50%;
background: radial-gradient(circle, rgba(255, 209, 0, 0.1) 0%, rgba(255, 209, 0, 0) 70%);
top: -150px;
right: -150px;
z-index: 0;
}
#autool-bt960-wrapper .how-it-works::after {
content: '';
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
background: radial-gradient(circle, rgba(255, 165, 0, 0.1) 0%, rgba(255, 165, 0, 0) 70%);
bottom: -100px;
left: -100px;
z-index: 0;
}
#autool-bt960-wrapper .steps-container {
display: flex;
position: relative;
margin-top: 80px;
z-index: 1;
}
#autool-bt960-wrapper .step-line {
position: absolute;
top: 50px;
left: 50px;
right: 50px;
height: 4px;
background: linear-gradient(90deg, #FFD100 0%, #FFA500 100%);
z-index: -1;
border-radius: 2px;
}
#autool-bt960-wrapper .step {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 0 15px;
position: relative;
transition: all 0.4s ease;
}
#autool-bt960-wrapper .step:hover {
transform: translateY(-10px);
}
#autool-bt960-wrapper .step:hover .step-icon {
transform: scale(1.1) rotate(10deg);
box-shadow: 0 15px 30px rgba(255, 209, 0, 0.3);
}
#autool-bt960-wrapper .step-icon {
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
border-radius: 50%;
font-size: 2.5rem;
margin-bottom: 25px;
position: relative;
box-shadow: 0 10px 25px rgba(255, 209, 0, 0.2);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
z-index: 2;
}
#autool-bt960-wrapper .step-number {
position: absolute;
top: -5px;
right: -5px;
width: 30px;
height: 30px;
background: #111;
color: #FFD100;
border-radius: 50%;
font-size: 1rem;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
}
#autool-bt960-wrapper .step-title {
font-size: 1.3rem;
font-weight: 700;
color: #111;
margin-bottom: 15px;
}
#autool-bt960-wrapper .step-description {
font-size: 1rem;
color: #666;
line-height: 1.6;
}
#autool-bt960-wrapper .steps-cta {
text-align: center;
margin-top: 60px;
}
/* Detaylı Görsel Galeri Bölümü */
#autool-bt960-wrapper .detail-gallery-section {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
padding: 80px 0;
position: relative;
}
#autool-bt960-wrapper .detail-gallery-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 30px;
margin-top: 50px;
}
#autool-bt960-wrapper .detail-gallery-item {
background: #fff;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
border: 1px solid rgba(0,0,0,0.03);
}
#autool-bt960-wrapper .detail-gallery-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
#autool-bt960-wrapper .detail-gallery-image {
width: 100%;
height: 380px;
object-fit: contain;
object-position: center;
display: block;
transition: transform 0.3s ease;
background: #f8f8f8;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
image-rendering: high-quality;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
padding: 10px;
box-sizing: border-box;
}
#autool-bt960-wrapper .detail-gallery-item:hover .detail-gallery-image {
transform: scale(1.02);
}
#autool-bt960-wrapper .detail-gallery-content {
padding: 25px;
text-align: center;
}
#autool-bt960-wrapper .detail-gallery-icon {
width: 60px;
height: 60px;
border-radius: 15px;
background: rgba(255, 209, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 15px;
font-size: 1.8rem;
color: #FFD100;
transition: all 0.3s ease;
}
#autool-bt960-wrapper .detail-gallery-item:hover .detail-gallery-icon {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
transform: scale(1.1);
}
#autool-bt960-wrapper .detail-gallery-title {
font-size: 1.2rem;
font-weight: 700;
color: #111;
margin-bottom: 12px;
text-align: center;
}
#autool-bt960-wrapper .detail-gallery-description {
font-size: 0.95rem;
color: #666;
line-height: 1.7;
}
#autool-bt960-wrapper .animation-wave {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 40px;
background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRDEwMCI+PHBhdGggZD0iTTEyODAgMEw2NDAgNzAgMCAwdjE0MGgxMjgweiIgZmlsbC1vcGFjaXR5PSIuMDUiLz48L2c+PC9zdmc+') center/cover no-repeat;
opacity: 0.3;
z-index: 0;
animation: wave 15s linear infinite;
}
@keyframes wave {
0% {
background-position-x: 0;
}
100% {
background-position-x: 1280px;
}
}
/* Teknik Özellikler Bölümü */
#autool-bt960-wrapper .tech-specs-section {
padding: 80px 0;
position: relative;
overflow: hidden;
background: #fff;
}
#autool-bt960-wrapper .tech-specs-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(255, 209, 0, 0.03) 0%, rgba(255, 165, 0, 0.03) 100%);
z-index: 0;
}
#autool-bt960-wrapper .tech-specs-header {
text-align: center;
margin-bottom: 50px;
position: relative;
z-index: 1;
}
#autool-bt960-wrapper .specs-panel { /* Main container for cards */
max-width: 1100px;
margin: 0 auto;
padding: 20px;
background: transparent;
border-radius: 0;
box-shadow: none;
z-index: 1;
}
/* New styles for spec cards */
#autool-bt960-wrapper .specs-card-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
margin-top: 30px;
}
#autool-bt960-wrapper .spec-card {
background: #fff;
border-radius: 15px;
padding: 25px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
display: flex;
align-items: center;
gap: 20px;
transition: all 0.3s ease;
}
#autool-bt960-wrapper .spec-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}
#autool-bt960-wrapper .spec-card-icon {
font-size: 1.8rem;
color: #FFD100;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(255, 209, 0, 0.1);
border-radius: 12px;
flex-shrink: 0;
}
#autool-bt960-wrapper .spec-card-content {
display: flex;
flex-direction: column;
}
#autool-bt960-wrapper .spec-card-label {
font-size: 0.9rem;
color: #555;
margin-bottom: 4px;
font-weight: 500;
}
#autool-bt960-wrapper .spec-card-value {
font-size: 1.05rem;
font-weight: 600;
color: #111;
line-height: 1.4;
}
/* End of new styles for spec cards */
/* Distributor Section */
#autool-bt960-wrapper .distributor-section {
background: #fff;
color: #333;
padding: 100px 0 80px;
border-radius: 0;
margin: 0;
position: relative;
overflow: hidden;
}
#autool-bt960-wrapper .distributor-section::after {
display: none;
}
#autool-bt960-wrapper .distributor-waves {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 120px;
background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMjBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmOGY4ZjgiPjxwYXRoIGQ9Ik0xMjgwIDBsLTI2Mi4xIDExNi4yNmE3My4yOSA3My4yOSAwIDAgMS0zOS4wOSA2TDAgMHYxNDBoMTI4MHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCAwbC0yNjIuMSAxMTYuMjZhNzMuMjkgNzMuMjkgMCAwIDEtMzkuMDkgNkwwIDB2MTQwaDEyODB6Ii8+PC9nPjwvc3ZnPg==') center top no-repeat;
background-size: 100% 120px;
z-index: 1;
transform: rotateX(180deg);
}
#autool-bt960-wrapper .distributor-section .container {
position: relative;
z-index: 2;
}
#autool-bt960-wrapper .distributor-subtitle {
background: rgba(255, 209, 0, 0.1);
color: #111;
}
#autool-bt960-wrapper .distributor-title {
color: #111;
font-size: 2.5rem;
margin-bottom: 25px;
}
#autool-bt960-wrapper .distributor-title::after {
background: linear-gradient(90deg, #FFD100 0%, #FFA500 100%);
height: 5px;
bottom: -15px;
}
#autool-bt960-wrapper .distributor-description {
color: #555;
max-width: 800px;
margin-bottom: 60px;
font-size: 1.15rem;
line-height: 1.8;
}
#autool-bt960-wrapper .distributor-content {
text-align: center;
}
#autool-bt960-wrapper .distributor-benefits {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 30px;
margin-bottom: 60px;
}
#autool-bt960-wrapper .benefit-item {
background: #f8f8f8;
padding: 30px 25px;
border-radius: 15px;
box-shadow: 0 8px 25px rgba(0,0,0,0.05);
border: 1px solid #eee;
transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
text-align: center; /* Center align title and text */
position: relative;
overflow: hidden;
}
#autool-bt960-wrapper .benefit-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(90deg, #FFD100, #FFA500);
opacity: 0;
transition: opacity 0.3s ease;
}
#autool-bt960-wrapper .benefit-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 35px rgba(0,0,0,0.1);
border-color: #ddd;
}
#autool-bt960-wrapper .benefit-item:hover::before {
opacity: 1;
}
#autool-bt960-wrapper .benefit-header {
display: flex;
flex-direction: column; /* Stack icon and title vertically */
align-items: center; /* Center items horizontally */
justify-content: center;
margin-bottom: 15px; /* Adjusted margin */
}
#autool-bt960-wrapper .benefit-icon-wrapper {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, rgba(255, 209, 0, 0.1) 0%, rgba(255, 165, 0, 0.1) 100%);
border-radius: 50%;
margin-right: 0; /* Removed margin-right as items are stacked */
margin-bottom: 10px; /* Add space between icon and title */
transition: all 0.3s ease;
}
#autool-bt960-wrapper .benefit-item:hover .benefit-icon-wrapper {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
}
#autool-bt960-wrapper .benefit-icon {
font-size: 1.8rem;
color: #FFD100;
transition: all 0.3s ease;
}
#autool-bt960-wrapper .benefit-item:hover .benefit-icon {
color: #111;
transform: scale(1.1);
}
#autool-bt960-wrapper .benefit-title {
font-size: 1.25rem;
font-weight: 700;
color: #111;
margin: 0;
}
#autool-bt960-wrapper .benefit-text {
font-size: 0.95rem;
color: #666;
line-height: 1.6;
}
#autool-bt960-wrapper .distributor-contact-cta {
margin-top: 40px;
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: wrap;
}
#autool-bt960-wrapper .distributor-btn {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
padding: 16px 40px;
font-size: 1.1rem;
box-shadow: 0 10px 30px rgba(255, 209, 0, 0.2);
display: inline-flex;
align-items: center;
gap: 10px;
}
#autool-bt960-wrapper .distributor-btn:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(255, 209, 0, 0.3);
}
#autool-bt960-wrapper .distributor-btn-alt {
background: transparent;
color: #111;
border: 2px solid #111;
padding: 16px 40px;
font-size: 1.1rem;
display: inline-flex;
align-items: center;
gap: 10px;
}
#autool-bt960-wrapper .distributor-btn-alt:hover {
background: rgba(0,0,0,0.05);
transform: translateY(-5px);
}
/* Added floating elements */
#autool-bt960-wrapper .floating-element {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, rgba(255, 209, 0, 0.1) 0%, rgba(255, 165, 0, 0.1) 100%);
z-index: 0;
animation: float 15s infinite ease-in-out;
}
#autool-bt960-wrapper .floating-1 {
width: 100px;
height: 100px;
top: 10%;
left: 5%;
animation-delay: 0s;
}
#autool-bt960-wrapper .floating-2 {
width: 150px;
height: 150px;
bottom: 20%;
right: 10%;
animation-delay: -5s;
}
#autool-bt960-wrapper .floating-3 {
width: 80px;
height: 80px;
top: 40%;
right: 20%;
animation-delay: -10s;
}
/* Scroll Reveal Animation */
#autool-bt960-wrapper .reveal {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
#autool-bt960-wrapper .reveal.active {
opacity: 1;
transform: translateY(0);
}
/* Sıkça Sorulan Sorular Bölümü */
#autool-bt960-wrapper .faq-section {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
position: relative;
padding: 80px 0;
}
#autool-bt960-wrapper .faq-container {
max-width: 900px;
margin: 50px auto 0;
}
#autool-bt960-wrapper .faq-item {
background: #fff;
border-radius: 10px;
margin-bottom: 15px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
overflow: hidden;
transition: all 0.3s ease;
border: 1px solid rgba(0,0,0,0.03);
}
#autool-bt960-wrapper .faq-item:hover {
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#autool-bt960-wrapper .faq-question {
padding: 20px 25px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
background: #fff;
transition: all 0.3s ease;
position: relative;
}
#autool-bt960-wrapper .faq-question::before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 5px;
background: linear-gradient(180deg, #FFD100 0%, #FFA500 100%);
opacity: 0;
transition: opacity 0.3s ease;
}
#autool-bt960-wrapper .faq-item.active .faq-question::before,
#autool-bt960-wrapper .faq-question:hover::before {
opacity: 1;
}
#autool-bt960-wrapper .faq-question h3 {
font-size: 1.1rem;
font-weight: 600;
color: #333;
margin: 0;
padding-right: 20px;
}
#autool-bt960-wrapper .faq-icon {
color: #FFD100;
font-size: 1rem;
transition: all 0.3s ease;
}
#autool-bt960-wrapper .faq-item.active .faq-icon {
transform: rotate(180deg);
}
#autool-bt960-wrapper .faq-answer {
max-height: 0;
overflow: hidden;
padding: 0 25px;
transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
}
#autool-bt960-wrapper .faq-item.active .faq-answer {
max-height: 1000px;
padding: 0 25px 20px;
}
#autool-bt960-wrapper .faq-answer p {
margin-top: 10px;
margin-bottom: 10px;
color: #666;
line-height: 1.6;
}
#autool-bt960-wrapper .faq-answer ul {
margin: 10px 0;
padding-left: 20px;
}
#autool-bt960-wrapper .faq-answer li {
margin-bottom: 5px;
color: #666;
}
/* Destek ve İletişim Bölümü */
#autool-bt960-wrapper .support-contact-section {
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
padding: 80px 0;
position: relative;
}
#autool-bt960-wrapper .support-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 25px;
margin: 50px 0;
}
#autool-bt960-wrapper .support-card {
background: #fff;
border-radius: 15px;
padding: 30px;
text-align: center;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
border: 1px solid rgba(0,0,0,0.03);
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
#autool-bt960-wrapper .support-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
#autool-bt960-wrapper .support-icon {
width: 70px;
height: 70px;
border-radius: 50%;
background: rgba(255, 209, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
transition: all 0.3s ease;
}
#autool-bt960-wrapper .support-card:hover .support-icon {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
}
#autool-bt960-wrapper .support-icon i {
font-size: 1.8rem;
color: #FFD100;
transition: all 0.3s ease;
}
#autool-bt960-wrapper .support-card:hover .support-icon i {
color: #111;
}
#autool-bt960-wrapper .support-title {
font-size: 1.3rem;
font-weight: 700;
color: #111;
margin-bottom: 15px;
}
#autool-bt960-wrapper .support-text {
color: #666;
font-size: 0.95rem;
line-height: 1.6;
margin-bottom: 20px;
flex-grow: 1;
}
#autool-bt960-wrapper .support-link {
display: inline-block;
padding: 8px 20px;
background: rgba(255, 209, 0, 0.1);
color: #111;
border-radius: 50px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
font-size: 0.9rem;
}
#autool-bt960-wrapper .support-link:hover {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(255, 209, 0, 0.2);
}
/* İletişim Formu */
#autool-bt960-wrapper .contact-form-container {
max-width: 800px;
margin: 0 auto;
background: #fff;
border-radius: 20px;
padding: 40px;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0,0,0,0.03);
}
#autool-bt960-wrapper .contact-form-title {
font-size: 1.5rem;
font-weight: 700;
color: #111;
margin-bottom: 30px;
text-align: center;
position: relative;
}
#autool-bt960-wrapper .contact-form-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: linear-gradient(90deg, #FFD100 0%, #FFA500 100%);
border-radius: 2px;
}
#autool-bt960-wrapper .form-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 20px;
}
#autool-bt960-wrapper .form-group {
flex: 1;
min-width: 250px;
}
#autool-bt960-wrapper .form-group label {
display: block;
margin-bottom: 8px;
font-weight: 500;
color: #333;
font-size: 0.95rem;
}
#autool-bt960-wrapper .form-group input,
#autool-bt960-wrapper .form-group select,
#autool-bt960-wrapper .form-group textarea {
width: 100%;
padding: 12px 15px;
border: 1px solid #ddd;
border-radius: 8px;
font-family: 'Poppins', sans-serif;
font-size: 0.95rem;
transition: all 0.3s ease;
}
#autool-bt960-wrapper .form-group input:focus,
#autool-bt960-wrapper .form-group select:focus,
#autool-bt960-wrapper .form-group textarea:focus {
outline: none;
border-color: #FFD100;
box-shadow: 0 0 0 2px rgba(255, 209, 0, 0.1);
}
#autool-bt960-wrapper .form-consent {
display: flex;
align-items: flex-start;
gap: 10px;
margin: 20px 0;
}
#autool-bt960-wrapper .form-consent input {
width: auto;
margin-top: 5px;
}
#autool-bt960-wrapper .form-consent label {
font-size: 0.85rem;
color: #666;
}
#autool-bt960-wrapper .contact-submit {
display: block;
width: 100%;
max-width: 250px;
margin: 30px auto 0;
padding: 14px 20px;
text-align: center;
}
/* Mobile responsive adjustments */
@media (max-width: 992px) { /* Tablet and larger mobile */
#autool-bt960-wrapper .section {
padding: 40px 0;
}
#autool-bt960-wrapper .product-info {
padding-right: 0;
margin-bottom: 25px;
text-align: center;
}
#autool-bt960-wrapper .product-features {
justify-content: center;
}
#autool-bt960-wrapper .product-buttons {
justify-content: center;
}
#autool-bt960-wrapper .steps-container {
flex-direction: column;
align-items: center;
margin-top: 25px;
}
#autool-bt960-wrapper .step {
margin-bottom: 25px;
max-width: 380px;
}
#autool-bt960-wrapper .step-line {
display: none;
}
#autool-bt960-wrapper .specs-3d-container {
min-height: 450px;
perspective: 1100px;
}
#autool-bt960-wrapper .specs-3d-model {
width: 65%;
}
#autool-bt960-wrapper .specs-3d-item {
width: 120px;
height: 120px;
padding: 15px;
}
#autool-bt960-wrapper .specs-3d-item-1 { transform: translateZ(140px); }
#autool-bt960-wrapper .specs-3d-item-2 { transform: rotateY(45deg) translateZ(140px); }
#autool-bt960-wrapper .specs-3d-item-3 { transform: rotateY(90deg) translateZ(140px); }
#autool-bt960-wrapper .specs-3d-item-4 { transform: rotateY(135deg) translateZ(140px); }
#autool-bt960-wrapper .specs-3d-item-5 { transform: rotateY(180deg) translateZ(140px); }
#autool-bt960-wrapper .specs-3d-item-6 { transform: rotateY(225deg) translateZ(140px); }
#autool-bt960-wrapper .specs-3d-item-7 { transform: rotateY(270deg) translateZ(140px); }
#autool-bt960-wrapper .specs-3d-item-8 { transform: rotateY(315deg) translateZ(140px); }
#autool-bt960-wrapper .specs-image-container {
width: 70%;
max-width: 350px;
opacity: 0.8;
}
#autool-bt960-wrapper .general-specs {
flex-direction: column;
}
#autool-bt960-wrapper .general-specs-diagram {
margin-bottom: 30px;
}
#autool-bt960-wrapper .general-specs-details {
padding-left: 0;
margin-top: 30px;
}
#autool-bt960-wrapper .dimension-container {
flex-direction: column;
align-items: center;
}
#autool-bt960-wrapper .dimension-details {
margin-top: 30px;
}
/* Distributor Section Responsive */
#autool-bt960-wrapper .distributor-benefits {
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}
@media (max-width: 768px) {
#autool-bt960-wrapper .container {
padding: 0 15px;
max-width: 100%;
overflow-x: hidden;
}
#autool-bt960-wrapper .hero-section {
padding: 20px 0;
overflow-x: hidden;
}
#autool-bt960-wrapper .section {
padding: 20px 0;
}
#autool-bt960-wrapper .section-header {
margin-bottom: 20px;
}
#autool-bt960-wrapper .subtitle-wrapper {
gap: 5px; /* Further Reduced gap */
margin-bottom: 15px;
}
#autool-bt960-wrapper .section-subtitle {
font-size: 0.75rem; /* Slightly smaller font for subtitle text */
padding: 4px 8px; /* Further Reduced padding for subtitle text */
margin-bottom: 10px;
}
#autool-bt960-wrapper .subtitle-logo {
height: 22px; /* Further Reduced logo height */
}
#autool-bt960-wrapper .section-title {
font-size: 1.6rem;
margin-bottom: 15px;
}
#autool-bt960-wrapper .section-title::after {
bottom: -8px;
width: 60px;
height: 3px;
}
#autool-bt960-wrapper .section-description {
font-size: 0.9rem;
line-height: 1.5;
}
#autool-bt960-wrapper .hero-section {
padding: 20px 0;
overflow-x: hidden;
}
#autool-bt960-wrapper .hero-logo-container {
margin-bottom: 15px;
text-align: center;
}
#autool-bt960-wrapper .hero-logo {
max-width: 120px;
width: 100%;
height: auto;
}
#autool-bt960-wrapper .product-badge {
font-size: 0.75rem;
padding: 5px 10px;
margin-bottom: 12px;
display: inline-block;
}
#autool-bt960-wrapper .product-title {
font-size: 1.3rem;
line-height: 1.25;
margin-bottom: 12px;
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
max-width: 100%;
padding: 0;
}
#autool-bt960-wrapper .product-title span {
display: inline;
word-break: break-word;
}
#autool-bt960-wrapper .product-description {
font-size: 0.8rem;
line-height: 1.5;
margin-bottom: 15px;
word-wrap: break-word;
overflow-wrap: break-word;
hyphens: auto;
max-width: 100%;
padding: 0;
}
#autool-bt960-wrapper .product-info {
margin-bottom: 20px;
padding-right: 0;
padding-left: 0;
width: 100%;
max-width: 100%;
min-width: 0;
overflow-x: hidden;
text-align: center;
box-sizing: border-box;
}
#autool-bt960-wrapper .product-hero {
flex-direction: column;
gap: 15px;
width: 100%;
max-width: 100%;
overflow-x: hidden;
}
#autool-bt960-wrapper .product-features {
flex-wrap: wrap;
gap: 6px;
justify-content: center;
margin-bottom: 15px;
width: 100%;
max-width: 100%;
}
#autool-bt960-wrapper .feature-item {
padding: 5px 10px;
font-size: 0.75rem;
flex: 0 0 auto;
min-width: auto;
max-width: 100%;
box-sizing: border-box;
}
#autool-bt960-wrapper .feature-icon {
margin-right: 5px;
font-size: 0.8rem;
}
#autool-bt960-wrapper .feature-text {
font-size: 0.75rem;
white-space: nowrap;
}
#autool-bt960-wrapper .gallery-main-content-area {
max-width: 280px !important; /* Mobile size */
height: 280px !important; /* Mobile size */
margin: 0 auto;
}
#autool-bt960-wrapper .thumbnail-item > div, /* Target the div for 360 icon */
#autool-bt960-wrapper .thumbnail-item img {
width: 55px !important; /* Smaller thumbnails */
height: 55px !important;
}
#autool-bt960-wrapper .thumbnail-item .fa-sync-alt {
font-size: 20px !important; /* Smaller icon in thumbnail */
}
#autool-bt960-wrapper .product-badge-corner {
width: 50px; /* Reduced size for mobile */
height: 50px; /* Reduced size for mobile */
top: 15px; /* Adjusted position */
right: 15px; /* Adjusted position */
font-size: 0.7rem;
}
#autool-bt960-wrapper .badge-big {
font-size: 0.9rem; /* Reduced font size for mobile */
}
#autool-bt960-wrapper .badge-small {
font-size: 0.6rem; /* Reduced font size for mobile */
}
#autool-bt960-wrapper .product-buttons {
flex-direction: column;
width: 100%;
max-width: 100%;
gap: 10px;
margin-top: 15px;
padding: 0;
box-sizing: border-box;
}
#autool-bt960-wrapper .btn {
width: 100%;
max-width: 100%;
margin-bottom: 0;
padding: 12px 15px;
font-size: 0.8rem;
text-align: center;
box-sizing: border-box;
white-space: normal;
word-wrap: break-word;
}
#autool-bt960-wrapper .product-image {
width: 100%;
min-width: 100%;
max-width: 100%;
padding: 5px;
margin: 0 auto;
box-sizing: border-box;
overflow-x: hidden;
}
#autool-bt960-wrapper .thumbnail-container {
gap: 6px;
padding: 0;
justify-content: center;
flex-wrap: wrap;
max-width: 100%;
overflow-x: hidden;
}
#autool-bt960-wrapper .hero-bg {
width: 100%;
height: 50%;
opacity: 0.5;
}
#autool-bt960-wrapper .features-grid {
grid-template-columns: 1fr;
gap: 15px;
margin-top: 20px;
}
#autool-bt960-wrapper .feature-card {
padding: 15px;
}
#autool-bt960-wrapper .feature-card-icon {
width: 50px; height: 50px; font-size: 20px; margin-bottom: 10px; /* Reduced margin */
}
#autool-bt960-wrapper .feature-card-title {
font-size: 1rem;
margin-bottom: 10px;
}
#autool-bt960-wrapper .feature-card-text {
font-size: 0.85rem;
line-height: 1.5;
}
#autool-bt960-wrapper .steps-container {
margin-top: 20px;
}
#autool-bt960-wrapper .step {
margin-bottom: 15px;
padding: 0 5px;
}
#autool-bt960-wrapper .step-icon {
width: 80px; height: 80px; font-size: 2rem; margin-bottom: 10px; /* Reduced margin */
}
#autool-bt960-wrapper .detail-gallery-grid {
grid-template-columns: 1fr;
gap: 20px;
margin-top: 30px;
}
#autool-bt960-wrapper .detail-gallery-image {
height: 250px;
object-fit: contain;
}
#autool-bt960-wrapper .detail-gallery-content {
padding: 20px;
}
#autool-bt960-wrapper .detail-gallery-title {
font-size: 1.1rem;
}
#autool-bt960-wrapper .detail-gallery-description {
font-size: 0.9rem;
}
#autool-bt960-wrapper .step-number {
width: 25px; height: 25px; font-size: 0.9rem;
}
#autool-bt960-wrapper .step-title {
font-size: 1.1rem;
margin-bottom: 10px;
}
#autool-bt960-wrapper .step-description {
font-size: 0.85rem;
line-height: 1.5;
}
#autool-bt960-wrapper .steps-cta {
margin-top: 20px;
}
#autool-bt960-wrapper .tech-specs-header { margin-bottom: 20px; }
#autool-bt960-wrapper .specs-card-grid {
grid-template-columns: 1fr; /* Single column for mobile */
}
#autool-bt960-wrapper .spec-card {
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
gap: 15px;
padding: 20px;
}
#autool-bt960-wrapper .spec-card-icon {
margin: 0 auto !important;
margin-bottom: 0 !important;
flex-shrink: 0;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
#autool-bt960-wrapper .spec-card-content {
align-items: center !important;
justify-content: center !important;
text-align: center !important;
width: 100%;
display: flex !important;
flex-direction: column !important;
}
#autool-bt960-wrapper .spec-card-label {
text-align: center !important;
margin-left: auto !important;
margin-right: auto !important;
margin-bottom: 8px;
width: 100%;
display: block;
}
#autool-bt960-wrapper .spec-card-value {
text-align: center !important;
margin-left: auto !important;
margin-right: auto !important;
width: 100%;
display: block;
}
#autool-bt960-wrapper .floating-element {
display: none;
}
/* Distributor Section Responsive */
#autool-bt960-wrapper .distributor-section {
padding: 30px 0 20px;
}
#autool-bt960-wrapper .distributor-title {
font-size: 1.8rem;
}
#autool-bt960-wrapper .distributor-description {
font-size: 0.9rem;
margin-bottom: 20px;
}
#autool-bt960-wrapper .distributor-benefits {
grid-template-columns: 1fr;
gap: 15px;
margin-bottom: 20px; /* Reduced margin */
}
#autool-bt960-wrapper .benefit-item {
padding: 15px 10px;
}
#autool-bt960-wrapper .benefit-icon-wrapper {
width: 45px; /* Reduced size */
height: 45px; /* Reduced size */
margin-right: 10px; /* Reduced margin */
}
#autool-bt960-wrapper .benefit-icon {
font-size: 1.3rem; /* Reduced size */
}
#autool-bt960-wrapper .benefit-title {
font-size: 1.1rem;
}
#autool-bt960-wrapper .benefit-text {
font-size: 0.85rem;
}
#autool-bt960-wrapper .distributor-contact-cta {
flex-direction: column;
gap: 10px;
margin-top: 20px; /* Reduced margin */
}
#autool-bt960-wrapper .distributor-btn,
#autool-bt960-wrapper .distributor-btn-alt {
width: 100%;
padding: 12px 15px;
font-size: 0.9rem;
justify-content: center;
}
/* FAQ section responsive */
#autool-bt960-wrapper .faq-section,
#autool-bt960-wrapper .support-contact-section {
padding: 40px 0;
}
#autool-bt960-wrapper .faq-container {
margin-top: 30px;
}
#autool-bt960-wrapper .faq-question {
padding: 15px 20px;
}
#autool-bt960-wrapper .faq-question h3 {
font-size: 0.95rem;
}
#autool-bt960-wrapper .faq-answer {
padding: 0 20px;
}
#autool-bt960-wrapper .faq-item.active .faq-answer {
padding: 0 20px 15px;
}
#autool-bt960-wrapper .faq-answer p,
#autool-bt960-wrapper .faq-answer li {
font-size: 0.85rem;
}
#autool-bt960-wrapper .support-grid {
grid-template-columns: 1fr;
gap: 15px;
margin: 30px 0;
}
#autool-bt960-wrapper .support-card {
padding: 20px;
}
#autool-bt960-wrapper .support-icon {
width: 60px;
height: 60px;
margin-bottom: 15px;
}
#autool-bt960-wrapper .support-icon i {
font-size: 1.5rem;
}
#autool-bt960-wrapper .support-title {
font-size: 1.1rem;
margin-bottom: 10px;
}
#autool-bt960-wrapper .support-text {
font-size: 0.85rem;
}
#autool-bt960-wrapper .contact-form-container {
padding: 20px;
}
#autool-bt960-wrapper .form-row {
flex-direction: column;
gap: 15px;
margin-bottom: 0;
}
#autool-bt960-wrapper .form-group {
margin-bottom: 15px;
}
#autool-bt960-wrapper .contact-form-title {
font-size: 1.3rem;
margin-bottom: 20px;
}
}
/* Desktop specific logo sizes */
@media (min-width: 993px) {
#autool-bt960-wrapper .hero-logo {
max-width: 220px; /* Increased size for desktop */
}
#autool-bt960-wrapper .subtitle-logo {
height: 48px; /* Increased size for desktop */
}
}
/* Float animation */
@keyframes float {
0% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(4deg);
}
100% {
transform: translateY(0) rotate(0deg);
}
}

Premium Model
AUTOOL BT960 Akü Test ve Teşhis Cihazı
Dahili yazıcılı profesyonel akü test cihazı ile akülerin durumunu hassas şekilde ölçün, sonuçları anında yazdırın. Tüm akü tipleri (AGM, EFB, GEL, Standart) ve EV bataryaları için 100-2000 CCA arası test kapasitesi.
Dahili Yazıcı
100-2000 CCA
EV Batarya Testi
Hemen Satın Al
Detaylı Bilgi







Premium Özellikler
Üstün Teknoloji ile AUTOOL BT960
AUTOOL BT960, profesyonel servisler için tasarlanmış, dahili yazıcılı akü test ve teşhis cihazıdır. Geniş CCA aralığı, tüm akü tiplerini ve elektrikli araç bataryalarını destekler.
Dahili Termal Yazıcı
Test sonuçlarını anında basın, müşterilerinize profesyonel raporlar sunun. Hızlı baskı fonksiyonu ve uzun ömürlü termal kağıt kullanımı.
Çoklu Akü Tipleri
AGM Flat, AGM Spiral, EFB, GEL, Standart (SLI) ve EV bataryalarını test edin. Tüm markaların farklı akü teknolojilerini destekler.
EV Batarya Desteği
Elektrikli araçların (EV) batarya sistemlerini test etme özelliği ile hibrit ve tam elektrikli araçlar için uygundur. Gelişmiş batarya tanı özellikleri sunar.
Geniş CCA Kapasitesi
100-2000 CCA aralığında test yaparak motosikletlerden ağır hizmet araçlarına kadar tüm akü türlerini analiz edin.
Marş ve Şarj Testi
Sadece akü değil, aracın marş motoru performansını ve alternatör şarj sistemini de test ederek tam bir elektrik sistemi analizi yapın.
Çoklu Dil Desteği
Türkçe dahil 8 farklı dil seçeneği ile kullanım kolaylığı sağlar. Raporlarınızı istediğiniz dilde basabilirsiniz.
Kolay Kullanım
AUTOOL BT960 Nasıl Çalışır?
AUTOOL BT960 ile akü, marş, şarj sistemi ve EV batarya testlerini sadece birkaç adımda tamamlayabilirsiniz. Test sonuçlarını dahili yazıcı ile anında basarak müşterilerinize profesyonel raporlar sunabilirsiniz.
1
Bağlantı
Test kablolarını aküye doğru polarite ile bağlayın. Kırmızı klemp (+), siyah klemp (-) kutba. EV bataryaları için özel bağlantı noktalarını kullanın.
2
Ayarlar
Akü tipi (standart, AGM, EFB, GEL veya EV) ve CCA değerini menüden seçin. Basit navigasyon tuşları ile hızlıca ayarlayın.
3
Test
Test butonuna basın ve sonuçları bekleyin. Akü, marş, şarj sistemi veya EV batarya testlerini ardışık olarak yapabilirsiniz.
4
Sonuç & Baskı
Test sonuçlarını ekranda görüntüleyin ve dahili yazıcı ile anında müşteriye sunulacak raporu basın. EV testleri için detaylı analiz raporu alın.
Detaylı Görseller
AUTOOL BT960 Detaylı Görsel Galeri
AUTOOL BT960'ın tüm özelliklerini, kullanım adımlarını ve teknik detaylarını görsel olarak keşfedin. Her görsel, cihazın farklı bir yönünü ve işlevini açıklamaktadır.

Çekirdek Test Fonksiyonları
AUTOOL BT960, çeşitli test fonksiyonları sayesinde pillerin kapsamlı teşhisi ve arıza tespiti yapabilmekte, pil sağlığının çok yönlü anlaşılmasını sağlamaktadır. Cihaz, Kurşun-asit Testi, Lityum Pil Testi, Gerilim Testi (V), Güncel Test (A), SOC (Şarj Durumu), Marş Testi, Yük Testi, Şarj Testi ve Veri Yazdırma gibi gelişmiş test modüllerini içermektedir. Her test fonksiyonu, akü ve elektrik sistemi hakkında detaylı bilgi sağlayarak profesyonel teşhis imkanı sunar.

Akü Voltajı Testi ve Akü Tipi Seçimi
AUTOOL BT960, 0-80V geniş gerilim test aralığı ile çeşitli tipteki aküleri test edebilme özelliğine sahiptir. Cihaz, piyasada bulunan çoğu 12V ve 24V araç için akü testlerini desteklemektedir. Görselde, cihazın desteklediği farklı akü tiplerinin seçim menüsü görüntülenmektedir: EFB (Enhanced Flooded Battery), JEL (Jel Akü), Düzenli Su Basmış (Standart SLI), AGM Düz Plaka ve AGM Spiral. Bu kapsamlı akü tipi desteği sayesinde, otomotiv sektöründe kullanılan hemen hemen tüm akü teknolojileri için profesyonel test ve teşhis yapılabilmektedir.

Veri Yazdırma Fonksiyonu
AUTOOL BT960, dahili termal yazıcı ile donatılmış olup, kullanıcıların plaka numaralarını, tarihleri ve seri numaralarını ayarlayarak test sonuçlarını istedikleri zaman, istedikleri yerde yazdırmalarına olanak tanır. Bu özellik sayesinde, test sonuçları anında profesyonel raporlar halinde basılabilir ve müşterilere sunulabilir. Cihazın yazdırma fonksiyonu, servis kayıtlarının tutulması, garanti işlemleri ve müşteri bilgilendirmesi için ideal bir çözüm sunmaktadır. Test raporlarına özel bilgiler eklenerek, her test sonucu benzersiz ve izlenebilir hale getirilebilir.

HD Renkli Ekran
AUTOOL BT960, 3.2 inç renkli ekranla donatılmış olup, optimum görsel performans sağlar ve tüm test sonuçlarını net bir şekilde gösterir. Yüksek çözünürlüklü HD ekran sayesinde, test verileri, grafikler ve menü seçenekleri son derece net ve okunabilir şekilde görüntülenmektedir. Renkli ekran desteği, farklı test sonuçlarının ve durumların (iyi, şarj gerekli, değişim gerekli vb.) görsel olarak ayırt edilmesini kolaylaştırır. Bu özellik, kullanıcı deneyimini artırarak test işlemlerinin daha hızlı ve verimli yapılmasına olanak tanır.

Detaylı Fonksiyonel Tasarım
AUTOOL BT960, gelişmiş analiz ve görselleştirme özellikleri ile donatılmıştır. Pil Özellikleri Tablosu sayesinde, çeşitli yaygın pil modelleri ve özelliklerini içeren kapsamlı bir veritabanına erişim sağlanır. Bu özellik, gerçek test sonuçlarının standart değerlerle karşılaştırılmasına ve analiz edilmesine olanak vererek pil sorunlarının doğru bir şekilde değerlendirilmesini mümkün kılar. Gerilim Dalga Formu Gösterimi ile gerilim artışı, düşüşü ve diğer trend değişikliklerinin gerçek zamanlı olarak görüntülenmesi sağlanır. Bu dinamik görselleştirme, ölçülen değerlerin değişimlere göre karşılaştırılmasını ve analiz edilmesini kolaylaştırarak gerilim koşullarının hızlı ve doğru bir şekilde değerlendirilmesine olanak tanır.

Çoklu Güvenlik Korumaları
AUTOOL BT960, kapsamlı güvenlik korumaları ile donatılmıştır. Cihaz, ters polarite korumasına sahip olup yalıtımlı test klipsleriyle donatılmıştır. Bu gelişmiş güvenlik özellikleri sayesinde, pozitif ve negatif terminaller yanlış bağlansa bile test cihazının veya pilin zarar görmemesi sağlanır. Yalıtımlı test klipsleri, elektrik çarpması riskini minimize ederken, ters polarite koruması ise kullanıcı hatasından kaynaklanabilecek hasarları önler. Bu çok katmanlı güvenlik sistemi, hem cihazın hem de test edilen akünün korunmasını garanti ederek güvenli ve sorunsuz test işlemleri yapılmasına olanak tanır.

Akü Kaçağı İzleme
AUTOOL BT960, gelişmiş akü kaçağı izleme fonksiyonu ile donatılmıştır. Cihaz, akım değişimlerini hassas bir şekilde izleyerek en ufak kaçakları bile tespit edebilme yeteneğine sahiptir. Bu özellik sayesinde, kaçak sorunlarının zamanında tespit edilmesi ve pil ömrünün uzatılması sağlanır. Erken tespit, akü performansının korunmasına ve beklenmedik arızaların önlenmesine yardımcı olur. Gizli kaçakların belirlenmesi, akü değişim maliyetlerinin azaltılması ve araç sahiplerinin güvenliğinin artırılması açısından kritik öneme sahiptir. Bu gelişmiş izleme sistemi, profesyonel servisler için vazgeçilmez bir teşhis aracıdır.

Lityum Pil Testi
AUTOOL BT960, modern lityum pil teknolojilerini test etme konusunda kapsamlı bir çözüm sunar. Cihaz, Demir Lityum Piller (LiFePO4), Polimer Lityum Piller (Li-Po) ve Üçlü Lityum Piller (Li-ion) dahil olmak üzere çeşitli lityum pil tiplerini test edebilme yeteneğine sahiptir. Test tamamlandıktan sonra akım değeri hızlı bir şekilde görüntülenir, böylece lityum pillerin sağlık durumu, şarj kapasitesi ve performansı anında değerlendirilebilir. Bu özellik, hibrit ve elektrikli araçların yanı sıra, modern elektronik cihazlarda kullanılan lityum pillerin profesyonel test ve teşhisini mümkün kılar. Lityum pil teknolojisinin yaygınlaşması ile birlikte, bu test fonksiyonu günümüz otomotiv servisleri için vazgeçilmez bir özelliktir.

BT960 Pil Sistemi Test Cihazı - Teknik Parametreler
AUTOOL BT960, gelişmiş teknik parametreler ile donatılmış profesyonel bir pil sistemi test cihazıdır. Gerilim Ölçüm Aralığı: 0-80V geniş aralığı ile çeşitli voltaj seviyelerindeki aküleri test edebilir. Akım Ölçüm Aralığı: 0~10A hassas ölçüm kapasitesi sunar. Çalışma Sıcaklığı: -20°C~50°C aralığında güvenilir çalışma performansı sağlar. Güç Kaynağı: 4 AAA pil veya TİP-C:5V/1A ile esnek enerji seçenekleri sunar. Cihaz, uluslararası test standartlarını destekler: CCA (Soğuk Marş Akımı): 30~2000, IEC (Dahili Elektrik Teknik Komisyonu): 30-2500, DIN (Alman Otomobil Endüstrisi Komitesi): 30-2500, JIS (Japonya Endüstri Standardı): 28A19R-N135, Çin Ulusal Standardı (GB): 30-300AH. Bu kapsamlı teknik özellikler, cihazın dünya çapında kullanılan farklı standartlara uyumlu test yapabilmesini sağlar.
Teknik Detaylar
AUTOOL BT960 Genel Özellikleri
AUTOOL BT960, profesyonel servisler için tasarlanmış, üstün özelliklere sahip yazıcılı akü test ve teşhis cihazıdır. EV batarya testi dahil gelişmiş özellikleriyle yüksek kaliteli malzemeler ve hassas mühendislik ile üretilmiştir.
Model
AUTOOL BT960
Test Kapasitesi
100-2000 CCA
Akü Tipleri
AGM, EFB, GEL, Standart, EV
Test Standartları
CCA, SAE, CA, MCA, DIN, IEC, EN, JIS
Voltaj Aralığı
6-32V DC
Dahili Yazıcı
Termal Yazıcı
Ekran
Renkli LCD Ekran
Dil Desteği
8 Dil (Türkçe Dahil)
EV Batarya Testi
Destekleniyor
Test Sistemleri
Akü, Marş, Şarj, EV
Test Süresi
Yaklaşık 3 saniye
Kablo Uzunluğu
~90 cm
Kağıt Tipi
57mm Termal Rulo
Kasa Malzemesi
ABS Darbe Dayanıklı Kasa
Klipsler
Bakır Alaşımlı
Elektronik Devre
Hassas Ölçüm Devreleri
Cihaz Boyutları (UxGxY)
195 x 78 x 46 mm
Ağırlık
0.8 kg

Güvenilir Kaynak

Resmi Türkiye Distribütörü: otoeko.com
AUTOOL ürünlerini otoeko.com güvencesiyle, doğrudan resmi distribütöründen temin edin.
Orijinal ürün garantisi, 1 Yıl resmi Türkiye garantisi ve uzman teknik destek otoeko.com'da.
Orijinal Ürün Garantisi
Tüm AUTOOL ürünleri %100 orijinaldir ve doğrudan üreticiden temin edilir. Sahte ürün riski olmadan güvenle alışveriş yapın.
1 Yıl Resmi Garanti
Türkiye genelinde geçerli, fatura tarihinden itibaren 1 yıl resmi otoeko.com garantisi. Herhangi bir sorun yaşarsanız hızlı çözüm.
Uzman Teknik Destek
Satın alma öncesi ve sonrası tüm sorularınız için profesyonel teknik destek hizmeti. Kullanım ve bakım konusunda uzman desteği.
Hızlı ve Güvenli Teslimat
Siparişiniz özenle paketlenir ve en kısa sürede adresinize teslim edilir. Kargo takibi ve güvenli teslimat garantisi.
Özel Kampanyalar
Resmi distribütör olarak sunduğumuz özel fiyatlar ve kampanyalardan yararlanın. Düzenli olarak sunulan fırsatları kaçırmayın.
Ödeme Kolaylığı
Kredi kartı, havale/EFT seçenekleriyle size en uygun ödeme yöntemini seçin. Güvenli alışveriş deneyimi.
Merak Edilenler
Sıkça Sorulan Sorular
AUTOOL BT960 Akü Test ve Teşhis Cihazı hakkında merak ettiğiniz soruların cevaplarını burada bulabilirsiniz.
AUTOOL BT960 hangi akü tiplerini test edebilir?
AUTOOL BT960, otomotiv sektöründe kullanılan tüm akü tiplerini test edebilir:
- AGM Flat Plate (Düz Plakalı AGM)
- AGM Spiral (Spiral Hücreli AGM)
- EFB (Enhanced Flooded Battery)
- GEL (Jel Akü)
- SLI (Standart Sulu Akü)
- EV Bataryaları (Elektrikli Araç)
100-2000 CCA aralığındaki tüm aküleri test edebilir, bu da motosikletlerden ağır hizmet araçlarına ve elektrikli araçlara kadar geniş bir yelpazedeki aküleri kapsadığı anlamına gelir.
BT960'ın EV batarya test özellikleri nelerdir?
AUTOOL BT960, elektrikli araçların batarya sistemlerini test etmek için özel fonksiyonlara sahiptir:
- EV batarya sağlık durumu testi
- EV batarya yüksek voltaj sistemi analizi
- Hibrit araç batarya sistemi kontrolü
- Batarya paketi dengeleme kontrolü
- EV batarya şarj kapasitesi değerlendirmesi
Bu özellikler sayesinde elektrikli ve hibrit araçların batarya sistemlerinin durumunu hassas bir şekilde değerlendirebilir, potansiyel sorunları önceden tespit edebilirsiniz. EV batarya testleri için cihazın menüsünden "EV Battery Test" seçeneğini seçmeniz yeterlidir.
Test raporu hangi bilgileri içerir?
AUTOOL BT960 tarafından yazdırılan test raporu şu bilgileri içerir:
- Akü sağlık durumu (İyi, Şarj Gerekli, Değişim Gerekli vb.)
- Akünün mevcut voltajı
- Ölçülen CCA değeri ve akünün nominal CCA değeri
- İç direnç (mΩ)
- Şarj durumu (% olarak)
- Test tarihi ve saati
- Marş sistemi testi sonucu (yapıldıysa)
- Şarj sistemi testi sonucu (yapıldıysa)
- EV batarya testi sonuçları (yapıldıysa)
- Kullanıcı yorumu eklemek için boş alan
Rapor üzerinde servis bilgilerinizi de ekleyebilirsiniz. Bu rapor, müşterilere profesyonel bir belge sunarak servisinizin güvenilirliğini artırır.
Marş ve şarj sistemi testleri nasıl yapılır?
Marş ve şarj sistemi testleri, akü testi tamamlandıktan sonra yapılabilir:
Marş Sistemi Testi: Akü testi sonrasında cihaz sizi marş testi yapmaya yönlendirecektir. Aracın kontağını çevirmeniz istenecek ve marş anındaki voltaj düşümü ölçülecektir. Bu, marş motorunun performansını değerlendirmenize yardımcı olur.
Şarj Sistemi Testi: Marş testi tamamlandıktan sonra, motor çalışır durumdayken alternatör çıkış voltajını ölçer. Önce rölantide, sonra yüksek devirde (2500 RPM civarı) ve elektrikli aksesuarlar açıkken ölçümler yapılır. Bu testler alternatörün ve voltaj regülatörünün düzgün çalışıp çalışmadığını gösterir.
Tüm bu testler cihaz tarafından adım adım yönlendirilerek yapılır ve sonuçlar raporda görüntülenir.
Yazıcı için hangi kağıt kullanılmalı ve nasıl değiştirilir?
AUTOOL BT960, standart 57mm genişliğindeki termal kağıt rulolarını kullanır. Bu rulolar, çoğu ofis malzemeleri satan mağazada ve online satış sitelerinde kolayca bulunabilir.
Kağıt rulosunu değiştirmek için:
- Cihazın üst kısmındaki yazıcı kapağını açın
- Eski ruloyu çıkarın (varsa)
- Yeni ruloyu, kağıdın ucu cihazın önüne doğru bakacak şekilde yerleştirin
- Kağıdın ucunu biraz dışarı çıkarın ve kapağı kapatın
Termal kağıtlar zamanla solabilir, bu nedenle önemli test raporlarının fotokopisini veya fotoğrafını çekmeniz önerilir. Kağıdı doğrudan güneş ışığından ve ısıdan uzak tutun.
BT960, elektrikli araçlarda kullanım için güvenli midir?
Evet, AUTOOL BT960 elektrikli araçlarda kullanım için özel olarak tasarlanmış ve test edilmiştir. Cihaz, yüksek voltajlı sistemlere karşı koruma özellikleri ile donatılmıştır.
EV batarya testleri yaparken dikkat edilmesi gereken noktalar:
- Daima üretici talimatlarına uyun
- Elektrikli araçlar için özel servis talimatlarını takip edin
- Yüksek voltajlı batarya sistemlerinde çalışırken uygun güvenlik ekipmanını kullanın
- Test öncesi aracı kapatın ve batarya sisteminin güvenli durumda olduğundan emin olun
- Cihazı yalnızca belirtilen test noktalarına bağlayın
AUTOOL BT960, elektrikli araçların 12V yardımcı akülerini ve ana batarya sistemi durumunu kontrol etmek için güvenli bir şekilde kullanılabilir.
Cihazın garanti süresi ne kadardır?
AUTOOL BT960, otoeko.com tarafından sağlanan 1 yıl resmi Türkiye garantisi kapsamındadır. Bu garanti sadece fabrikasyon hatalara karşı geçerlidir. Yanlış kullanım, düşürme, sıvı teması, yetkisiz tamir girişimleri gibi durumlar garanti kapsamı dışındadır. Garanti hizmeti için faturanızla birlikte otoeko.com ile iletişime geçmeniz yeterlidir.
Size Özel Destek
Destek ve İletişim
AUTOOL BT960 ile ilgili her türlü soru ve destek talebiniz için otoeko.com yanınızda. Size yardımcı olmaktan mutluluk duyarız.
Telefon Desteği
Hafta içi 09:00-18:00 saatleri arasında telefon ile teknik destek ve sipariş konularında yardım alabilirsiniz.
E-posta Desteği
7/24 e-posta desteğimiz ile sorularınızı iletebilir, en geç 24 saat içinde yanıt alabilirsiniz.
WhatsApp Desteği
WhatsApp üzerinden bize ulaşarak hızlı destek alabilirsiniz.
No questions have been asked about this product yet.
Be the first to ask a question!Ask a Question
No reviews yet
Have you tried this product? Share your experience and help other customers make the right choice. Your review will be published after approval.
Türkçe
English
العربية