@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');


body , html {margin: 0 !important;padding: 0;  font-family: "Vazirmatn", serif !important;}
.hero-section {

    height: 100vh;
    background-position-x: right !important;
    background: #f8f9fa;
    background-image: url('../img/34378570_v915-techi-025-l.jpg');
    background-size: cover;
    top: 0;
  position: relative;
  width: 100%;
}

.hero-content h1 {
    font-size: 4rem;
    font-weight: bold;
    color: #333;
}
.hero-content span {
    color: #0047AB;
}
.hero-content p {
    font-size: 1.2rem;
    color: #666;
    font-size: 15px !important;
    width: 68%;
}

.order-btn {
    background-color: #0047AB;
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    transition: 0.3s;
    display: inline-block;
    /* animation: bounce 1s infinite ease-in-out; */
}
.order-btn:hover {
    background-color: #0047AB;
}
.hero-image img {
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
}
header .col-lg-6{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-50px);
    }
}
.elementor-image{
    animation: bounce 3s infinite ease-in-out;
    width: 100%;
    top: 15%;
    position: relative;
}
.elementor-image img{width: 100%;}


@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.order-btn {

    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: inline-block;
    animation: pulse 2s infinite;
    transition: all 0.4s ease-in-out;
}

.order-btn:hover {
    background-color: #fff;
    border: #0047AB solid 1px ;
    color: #0047AB;
    transition: all 0.4s ease-in-out;

}




.tab {
    overflow: hidden;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  

  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;

  }
  
  /* Fade in tabs */
  @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }

.spec-list strong {
    margin: 5px;
}
  .spec-list {
    list-style: none;
    padding: 0;
}
.spec-list li {
    font-size: 1.1rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.spec-list i {
    color: #28a745;
    margin-right: 10px;
    font-size: 1.3rem;
}

.features-list {
    list-style: none;
    padding: 0;
}
.features-list li {
    font-size: 1.1rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.features-list i {
    color: #28a745;
    margin-right: 10px;
    font-size: 1.3rem;
}
.features-list .car-icon { color: #ff5733; } /* Orange */
.features-list .display-icon { color: #007bff; } /* Blue */
.features-list .night-vision-icon { color: #6f42c1; } /* Purple */
.features-list .voice-icon { color: #e83e8c; } /* Pink */
.features-list .gps-icon { color: #28a745; } /* Green */
.features-list .wifi-icon { color: #ffc107; } /* Yellow */
.features-list .app-icon { color: #17a2b8; } /* Cyan */
.features-list .loop-icon { color: #fd7e14; } /* Orange */
ul li {
    margin: 12px auto;
}

.zoom-container {
    overflow: hidden; /* Prevents the image from overflowing */
}

.zoom-container img {
    transition: transform 0.3s ease-in-out; /* Smooth zoom effect */
}

.zoom-container img:hover {
    transform: scale(1.5); /* Zoom in by 10% */
}

.order-form{
    border: 2px solid #0047AB;
    border-radius: 20px;
    box-shadow: 0px 4px 10px #0047AB;
    padding: 20px;
}
.order-form button {
    background-color: #0047AB !important;
    color: #fff !important;
    font-weight: bold;
    padding: 15px;
}


body, html {
    margin: 0 !important;
    padding: 0;
}

.hero-section {
    height: 100vh;
    background-position: right !important;
    background: #f8f9fa;
    background-image: url('../img/34378570_v915-techi-025-l.jpg');
    background-size: cover;
    top: 0;
    position: relative;
    width: 100%;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
}
.hero-content span {
    color: #0047AB;
}
.hero-content p {
    font-size: 1rem;
    color: #666;
    width: 100%;
}

.order-btn {
    background-color: #0047AB;
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    animation: pulse 2s infinite;
}
.order-btn:hover {
    background-color: #fff;
    border: #0047AB solid 1px;
    color: #0047AB;
}

.hero-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.features-list {
    list-style: none;
    padding: 0;
}
.features-list li {
    font-size: 1rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.features-list i {
    color: #28a745;
    margin-right: 10px;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content p {
        font-size: 0.9rem;
        width: 100%;
    }
    .order-btn {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
    .hero-image img {
        max-width: 350px;
    }
    .features-list li {
        font-size: 14px !important;
    }
    .features-list i {
        font-size: 1rem;
    }
    .spec-list li {
        font-size: 14px !important;
}

.elementor-image {

    top: 50%;
}
.hero-content{
    padding-top: 20% !important;
}
.hero-section {
    background-position-x: 91% !important;}

    .tab button{
        font-size: 13px !important;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }
    .hero-content p {
        font-size: 0.8rem;
    }
    .order-btn {
        font-size: 0.8rem;
        padding: 6px 14px;
    }
    .hero-image img {
        max-width: 300px;
    }
    .features-list li {
        font-size: 0.8rem;
        margin: 20px auto !important;
    }
    .features-list i {
        font-size: 0.9rem;
    }
    header .order-1{
        order: 2 !important;
    }
    header .order-2{
        order: 1 !important;
    }
}
