.first-exports, .first-factory {
    position: relative;
    height: 100vh;
    display: flex
}

body {
    overflow-x: hidden;
    overflow-y: auto
}

.first-factory {
    background: url("../images/factory/1.jpg") center center/cover no-repeat;
    align-items: center;
    justify-content: center
}

.first-exports {
    background: url("../images/exports/export.webp") center center/cover no-repeat;
    align-items: center;
    justify-content: center
}

.contact-bg, .transmission-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.overlay-first {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1
}

.first-banner-content {
    position: relative;
    z-index: 2;
    text-align: center
}

.first-banner-content h1 {
    font-size: 3em;
    font-weight: 700;
    color: #fff
}

.second-section {
    padding: 50px 0
}

.breadcrumb-text {
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 1px
}

.section-header {
    margin-bottom: 30px;
    position: relative;
    text-align: center
}

.title-line-2, .title-line-3 {
    content: "";
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    margin-top: -1px;
    transform: translateX(0);
    vertical-align: middle;
    display: inline-block
}

.section-title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700
}

.title-line {
    content: "";
    display: inline-block;
    top: 50%;
    margin-left: 10px;
    margin-top: -1px;
    vertical-align: middle
}

.title-line-2 {
    width: 150px;
    left: 65%
}

.title-line-3 {
    width: 180px;
    left: 68%
}

.image-box {
    position: relative;
    overflow: hidden
}

.image-box img {
    width: 100%;
    height: auto;
    border: 2px solid #32659a;
    border-radius: 10px
}

.left-box {
    animation: 2s ease-out forwards slideInFromLeft
}

.right-box {
    animation: 2s ease-out forwards slideInFromRight
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.critical-machinery {
    padding: 50px 0;
    background-color: #fff
}

.machinery-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto
}

.machinery-table thead th {
    background-color: #32659a;
    color: #fff;
    padding: 12px;
    text-align: left;
    font-weight: 400;
    border-right: 1px solid #ccc
}

.machinery-table tbody td:last-child, .machinery-table thead th:last-child {
    border-right: none
}

.machinery-table tbody td {
    padding: 12px;
    border: 1px solid #ccc;
    color: #333;
    border-right: 1px solid #ccc
}

.machinery-table tbody tr {
    background-color: #f9f9f9
}

.machinery-table tbody tr:nth-child(2n) {
    background-color: #eef1f5
}

.machinery-table tbody tr:first-child td {
    border-top: none
}

.country_mark-i {
    margin: 10px 30px 10px 0;
    float: left
}

.breadcrumb-wrapper, .contact-info h3, .form-container h3 {
    margin-bottom: 20px
}

.new-text-color {
    color: #999
}

.contact-bg {
    background-image: url("../images/contact/001.jpg");
    padding: 220px 0;
    height: 400px
}

.enquiry-wrapper {
    padding: 40px 0;
    background-color: #f5f5f5
}

.section-title {
    font-size: 24px;
    color: #333;
    position: relative;
    display: inline-block
}

.highlight {
    color: #007bff
}

.title-line {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background-color: #007bff;
    transform: translateX(-50%)
}

.breadcrumb-text {
    font-size: 14px;
    color: #212529
}

.enquiry-section {
    padding: 40px 0;
    background-color: #f9f9f9
}

.contact-info, .form-container {
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.form-container {
    background-color: #fff;
    margin-bottom:0px;
}

.form-container h3 {
    color: #333;
    border-bottom: 3px solid #1b2f38;
    display: inline-block
}

.form-container form {
    display: flex;
    flex-direction: column
}

.form-container form input, .form-container form textarea {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    width: 100%
}

.form-container form textarea {
    resize: none;
    height: 100px
}

.form-container form button {
    background-color: #2b3f79;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer
}

.form-container form button:hover {
    background-color: #333
}

.contact-info {
    background-color: #2b3f79;
    color: #fff
}

.contact-info h3 {
    color: #fff
}

.contact-info address {
    font-style: normal;
    margin-bottom: 20px;
    line-height: 1.5
}

.contact-info p {
    margin-bottom: 10px;
    font-size: 14px
}

.contact-info p strong {
    color: #ccc
}

.transmission-bg {
    background-image: url("../images/keyless-transmission/001.jpg");
    padding: 220px 0;
    height: 400px
}

.float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 310px;
    right: 10px;
    background-color: #fff;
    color: #000;
    /* border-radius: 50px; */
    text-align: center;
    font-size: 28px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100
}

.float1 {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 351px;
    right: 10px;
    background-color: #d35925;
    color: #fff;
    /* border-radius: 50px; */
    text-align: center;
    font-size: 25px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100
}

.float2 {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 270px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    /* border-radius: 50px; */
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100
}

@media only screen and (max-width: 480px) {

    /* mobile screen */
    .float {
        width: 40px;
        height: 40px;
        right: 10px;
        font-size: 25px;
    }

    .float1 {
        width: 40px;
        height: 40px;
        font-size: 25px;
        right: 10px;
        bottom: 350px;
    }

    .float2 {
        width: 40px;
        height: 40px;
        font-size: 25px;
        bottom: 270px;
        right: 10px;
    }
}

/* .my-float {
    margin-top: 16px
} */

.blogList-cover-img {
    width: 100%;
    height:auto;
}

.accordion-button {
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: #003e7f !important;
    color: #fff !important;
}

.accordion-body {
    background-color: #eff7ff !important;
}

/* google reviews */
.star-summary {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 40px;
    font-size: 18px;
}

.star-summary span {
    color: #fbbc04;
    font-size: 20px;
}

.reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.review-card {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 786px) {
    /* .review-card {
        margin-left: 45px;
    } */
}

.review-card img {
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.review-author {
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.review-date {
    font-size: 12px;
    color: #777;
    margin-bottom: 10px;
}

.review-stars {
    color: #fbbc04;
    font-size: 16px;
    margin-bottom: 10px;
}

.review-text {
    font-size: 12px;
    color: #5b5b5b;
    font-weight: 500;
}

.theme-card-shadow {
    box-shadow: 4px 4px 10px #999999;
}

.newsletter-form button {
    padding: 10px 20px;
    border: none;
    background-color: #282523;
    color: #fff;
    font-weight: bold;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
    background-color: #e6b84e;
}

input[type="text"]:focus {
    outline: none;
    border: none;
}

input[type="button"]:focus {
    outline: none;
    border: none;
    /* Optional: only use if you want no border at all */
}

.suggestion-bg {
    background-color: #e9f4ff;
    border-radius: 10px;
    padding: 50px;
}

.contact-us-section {
    background-color: #f0f0f0;
}

@media screen and (max-width: 768px) {
    .suggestion-bg {
        padding: 50px 20px;
    }
}

.why-card-highlight:hover {
    border: 3px solid #32659A;
    cursor: pointer;
}

.img-box:hover {
    transform: scale(1.01);
}

.taller-img {
    background-image: url('../images/taller-img/2.jpg');
    background-size: cover;
    background-position: top;
    transition: background-position 1s ease;
    width: 100%;
    height: 300px;
}

.taller-img:hover {
    background-position: bottom;
}

.taller-img2 {
    background-image: url('../images/taller-img/1.jpg');
    background-size: cover;
    background-position: top;
    transition: background-position 1s ease;
    width: 100%;
    height: 310px;
}

.taller-img2:hover {
    background-position: bottom;
}

.taller-img3 {
    background-image: url('../images/taller-img/3.jpg');
    background-size: cover;
    background-position: top;
    transition: background-position 1s ease;
    width: 100%;
    height: 310px;
}

.taller-img3:hover {
    background-position: bottom;
}
@media all and (max-width:768px){
   .taller-img{
    height: 250px;
   }
}
@media all and (max-width:374px){
   .taller-img{
    height: 190px;
   }
}
@media only screen and (min-width: 1600px) {
    .taller-img {
        background-image: url('../images/taller-img/2.jpg');
        background-size: cover;
        background-position: top;
        transition: background-position 1s ease;
        width: 100%;
        height: 400px;
    }

    .taller-img:hover {
        background-position: bottom;
    }

    .taller-img2 {
        background-image: url('../images/taller-img/1.jpg');
        background-size: cover;
        background-position: top;
        transition: background-position 1s ease;
        width: 100%;
        height: 400px;
    }

    .taller-img2:hover {
        background-position: bottom;
    }

    .taller-img3 {
        background-image: url('../images/taller-img/3.jpg');
        background-size: cover;
        background-position: top;
        transition: background-position 1s ease;
        width: 100%;
        height: 400px;
    }

    .taller-img3:hover {
        background-position: bottom;
    }
}

.bg-gray{
    background-color: #E7E7E7;
}

.h-350{
    height: 350px;
}

.taller-img.product_joint_page_section {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    transition: background-position 1s ease;
    width: 100%;
    height:300px;
}

.taller-img.taller-img.product_joint_page_section:hover {
    background-position: bottom;
}



