
html {
      scroll-behavior: smooth;
    }

    .main{
      background: #f5f7fb;
    }

    body {
      font-family: Arial, sans-serif;
    }

    .swiper-wrapper {
      transition-timing-function: linear !important;
    }

    .machine-card img {
      transition: transform 0.5s ease;
    }

    .machine-card:hover img {
      transform: scale(1.05);
    }

    .gradient-overlay {
      background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    }
    .mt-cust {
    margin-top: 2rem !important;
    position: relative !important;
}


.cta2-bg {
    background: #181a52;
}
.cta2-text-area {
    padding: 50px 50px;
    text-align: center;
}
.wrap-hding {
    font-size: 24px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
    padding-top: 10px;
    margin: 0;
}
.wrap-prgh {
    font-size: 14px;
    /* color: #6b6b6b; */
    color: #1f1f1f;
    margin-bottom: 0;
}
.cta2-right-bg {
    background: url(../Images/cta-bg.webp) no-repeat center;
    background-size: cover;
    min-height: 300px;
    position: relative;
}
.cta2-right-bg:before {
    position: absolute;
    content: '';
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
}
.cta2-text-area {
    padding: 50px 50px;
    text-align: center;
}

.cta2-right-content {
    z-index: 2;
    position: relative;
}

.cta-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 52px;
    padding: 0.85rem 1.5rem;
    border-radius: 9999px;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cta-action-btn i {
    font-size: 1rem;
}

.cta-contact-outline {
    color: #fff;
    border-color: #3390ff;
    background: transparent;
}

.cta-contact-outline:hover {
    color: #fff;
    background: #3390ff;
    border-color: #3390ff;
}

.cta-contact-solid {
    color: #fff;
    background: #3390ff;
    border-color: #3390ff;
}

.cta-contact-solid:hover {
    color: #171c61;
    background: #fff;
    border-color: #fff;
}

.cta-brochure-btn {
    color: #d71920;
    background: #fff;
    border-color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    font-weight: 700;
    min-width: 220px;
}

.cta-brochure-btn:hover {
    color: #fff;
    background: #d71920;
    border-color: #d71920;
}

.cta-brochure-btn i {
    color: inherit !important;
}

@media (max-width: 639px) {
    .cta-action-btn {
        width: 100%;
        min-width: 0;
    }
}

.home-contact-submit {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    min-height: 52px;
    padding: 0.85rem 2.5rem;
    border: 2px solid #171c61;
    border-radius: 9999px;
    background: #171c61;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(23, 28, 97, 0.25);
    transition: all 0.3s ease;
}

.home-contact-submit:hover,
.home-contact-submit:focus {
    background: #d71920;
    border-color: #d71920;
    color: #fff !important;
    outline: none;
    box-shadow: 0 8px 20px rgba(215, 25, 32, 0.3);
}

.home-contact-grid {
    align-items: stretch;
}

.home-contact-form,
.home-contact-map {
    min-height: 550px;
}

.home-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 550px;
    border: 0;
}