.hero-section {
    background-color: #eef1fb;
    padding: 60px 0;
    text-align: center;
}
.hero-section img {
    max-width: 750px;
    width: 100%;
}
.bg-item {
    transition: 0.3s;
}
.bg-item:hover {
    background-color: #eef1fb;
    border-radius: 7px;
}
.carousel-caption {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 20px 0 0 0;
    color: #333;
}
.carousel-caption h5 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}
.carousel-caption p {
    margin-bottom: 0;
    color: #666;
    font-weight: 300;
    margin-top: 15px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 20px;
}
.carousel-indicators button {
    background-color: #333;
}
.service-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    margin: 0 0;
}
.service-title span {
    padding: 0 1.5rem;
    font-weight: 700;
    font-size: 1.75rem;
    color: #1a1a1a;
    position: relative;
    z-index: 1;
}
.service-title:before,
.service-title:after {
    content: "";
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, transparent, #e0e0e0, transparent);
}
.service-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid #f0f0f0;
    border-radius: 1rem;
    padding: 2rem 1rem;
    background: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
}
.service-card:hover {
    border-color: #007bff;
    box-shadow: 0 12px 24px rgba(0, 123, 255, 0.15);
}
.service-card i {
    color: #007bff;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}
.service-card:hover i {
    transform: scale(1.1);
}
.service-card h6 {
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}
.service-card small {
    color: #6c757d;
    font-size: 0.875rem;
}
.announcements-section {
    padding-top: 4rem;
    background: #fff;
}
.announcements-section .section-title {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    width: 100%;
}
.announcements-section .section-title::before,
.announcements-section .section-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 120px);
    height: 2px;
    background: linear-gradient(to right, transparent, #e0e0e0, transparent);
}
.announcements-section .section-title::before {
    right: 0;
}
.announcements-section .section-title::after {
    left: 0;
}
.announcement-item {
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0.5rem;
    height: 100%;
}
.announcement-item:hover {
    transform: translateY(-8px);
    border-color: #007bff;
}
.announcement-thumb {
    width: 100%;
    height: 250px;
    transition: transform 0.5s ease;
}
.announcement-item:hover .announcement-thumb {
    transform: scale(1.05);
}
.announcement-content {
    padding: 1.5rem;
}
.announcement-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}
.announcement-text {
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 1.25rem;
}
.announcement-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.25rem;
    background: #fff;
    color: #007bff;
    text-decoration: none;
    border: 2px solid #007bff;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
}
.announcement-btn:hover {
    background: #007bff;
    color: #fff;
    transform: translateX(-3px);
}
.announcement-btn::before {
    content: "←";
    transition: transform 0.3s ease;
}
.announcement-btn:hover::before {
    transform: translateX(-3px);
}
.announcements-carousel .owl-dots {
    text-align: center;
    margin-top: 2rem;
}
.announcements-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #dee2e6;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}
.announcements-carousel .owl-dot.active span {
    background: #007bff;
    width: 24px;
    border-radius: 5px;
}
.announcements-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #fff !important;
    border: 2px solid #f0f0f0 !important;
    border-radius: 50% !important;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}
.announcements-carousel .owl-nav button:hover {
    border-color: #007bff !important;
    color: #007bff;
}
.announcements-carousel .owl-prev {
    right: -22px;
}
.announcements-carousel .owl-next {
    left: -22px;
}
.products-box {
    padding: 3rem 0;
    background: #fff;
    border-radius: 1rem;
    margin-top: 1rem;
}
.header-products-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
}
.header-products-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    position: relative;
    padding-right: 1rem;
}
.header-products-title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 70%;
    background: #007bff;
    border-radius: 2px;
}
.header-products-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.25rem;
    background: #fff;
    color: #1a1a1a;
    text-decoration: none;
    border: 2px solid #f0f0f0;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}
.header-products-link:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}
.header-products-link i {
    transition: transform 0.3s ease;
}
.header-products-link:hover i {
    transform: translateX(-5px);
}
#home-list-cars-box-slider .item {
    padding: 0.5rem;
}
#home-list-cars-box-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #fff !important;
    border: 2px solid #f0f0f0 !important;
    border-radius: 50% !important;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}
#home-list-cars-box-slider .owl-nav button:hover {
    border-color: #007bff !important;
    color: #007bff;
}
#home-list-cars-box-slider .owl-prev {
    right: -22px;
}
#home-list-cars-box-slider .owl-next {
    left: -22px;
}
#home-list-cars-box-slider .owl-dots {
    text-align: center;
    margin-top: 2rem;
}
#home-list-cars-box-slider .owl-dot span {
    width: 10px;
    height: 10px;
    background: #dee2e6;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}
#home-list-cars-box-slider .owl-dot.active span {
    background: #007bff;
    width: 24px;
    border-radius: 5px;
}
.contact-info-section {
    padding: 0 0 3rem  0;
}
.contact-card {
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 1rem;
    padding: 2.5rem;
    transition: all 0.3s ease;
}
.contact-card:hover {
    border-color: #007bff;
}
.contact-item {
    position: relative;
}
.contact-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    padding-right: 1rem;
    position: relative;
}
.contact-title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 70%;
    background: #007bff;
    border-radius: 2px;
}
.contact-text {
    color: #6c757d;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.contact-text i {
    color: #007bff;
    font-size: 1rem;
}
.contact-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.contact-value {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0;
}
.contact-value a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}
.contact-value a:hover {
    color: #007bff;
}
@media (max-width: 768px) {
    .contact-card {
        padding: 1.5rem;
    }
    .contact-title {
        font-size: 1.15rem;
    }
    .col-md-4 .contact-item:first-child {
        margin-top: 1.5rem;
    }
}
.service-card {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modern-footer .footer-brand {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}
.modern-footer .footer-brand:hover {
    transform: translateY(-3px);
}
.modern-footer .footer-description {
    font-size: 0.9rem;
    line-height: 1.8;
    text-align: justify;
    color: #6c757d;
}
.modern-footer .footer-heading {
    position: relative;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    color: #212529;
}
.modern-footer .footer-links {
    margin: 0;
    padding: 0;
}
.modern-footer .footer-links li {
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}
.modern-footer .footer-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 300;
    transition: all 0.3s ease;
    position: relative;
    padding-right: 0;
}
.modern-footer .footer-link i {
    font-size: 0.7rem;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
    color: #adb5bd;
}
.modern-footer .footer-link:hover {
    color: #0d6efd;
    padding-right: 5px;
}
.modern-footer .footer-link:hover i {
    transform: translateX(-3px);
    color: #0d6efd;
}
.modern-footer .footer-contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.modern-footer .contact-item {
    display: flex;
    align-items: center !important;
    gap: 1rem;
    padding: 0.75rem;
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.modern-footer .contact-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.modern-footer .contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    color: #fff;
    border-radius: 8px;
    font-size: 1rem;
}
.modern-footer .contact-info {
    flex: 1;
    display: flex;
    align-items: center;
}
.modern-footer .contact-info p,
.modern-footer .contact-info a {
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
    text-decoration: none;
    line-height: 1.6;
}
.modern-footer .contact-info a:hover {
    color: #0d6efd;
}
.modern-footer .footer-badge {
    text-align: center;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.modern-footer .enamad-badge {
    max-width: 100px;
    height: auto;
    transition: transform 0.3s ease;
}
.modern-footer .enamad-badge:hover {
    transform: scale(1.05);
}
.modern-footer .footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #dee2e6;
}
.modern-footer .copyright,
.modern-footer .developer-tag {
    margin: 0;
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 300;
}
.modern-footer .copyright strong {
    color: #0d6efd;
    font-weight: 600;
}
.modern-footer .developer-tag i {
    animation: heartbeat 1.5s ease-in-out infinite;
}
@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1);
    }
}
@media (max-width: 768px) {
    .modern-footer .footer-heading::after {
        right: 50%;
        transform: translateX(50%);
    }
    .modern-footer .footer-links {
        text-align: center;
    }
    .modern-footer .footer-link {
        justify-content: center;
    }
    .modern-footer .contact-item {
        flex-direction: row;
        text-align: right;
    }
}